Ariver
2026-06-06 ccd23e3f062eb811a7febf2861737ffd38828693
docs/styles.css
@@ -445,6 +445,86 @@
  max-width: 22em;
}
/* Fifth screen — global Quick Search */
.search {
  padding: 56px 0 64px;
  background: #ffffff;
}
.search__split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px 48px;
  align-items: center;
}
.search__headline {
  margin: 0;
  font-size: clamp(1.85rem, 3.8vw, 2.7rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: #000;
}
.search__lead {
  margin: 22px 0 0;
  font-size: clamp(0.98rem, 1.55vw, 1.1rem);
  line-height: 1.75;
  color: #6e6e73;
  max-width: 24em;
}
.search__tagline {
  margin: 16px 0 0;
  font-size: clamp(0.98rem, 1.55vw, 1.1rem);
  line-height: 1.75;
  color: #1d1d1f;
  font-weight: 500;
  max-width: 24em;
}
.search__shortcut {
  margin-top: 32px;
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 20px;
  border-radius: 14px;
  background: #f5f5f7;
  border: 1px solid var(--border);
}
.search__shortcut-label {
  font-size: 0.8rem;
  color: #86868b;
}
.search__shortcut-keys {
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}
.search__art {
  margin: 0;
  line-height: 0;
  justify-self: end;
  max-width: 460px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f7;
  box-shadow: 0 10px 28px rgba(30, 45, 90, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.search__art img {
  display: block;
  width: 100%;
  height: auto;
}
/* Main content */
.page-main {
  padding: 56px 0 72px;
@@ -649,6 +729,16 @@
    justify-self: center;
    max-width: 100%;
  }
  .search__split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .search__art {
    justify-self: center;
    max-width: 100%;
  }
}
@media (max-width: 560px) {