/* ============================================================
   Smart 500 Hub — лендинг /ru/ranking/smart-500/
   Палитра идентична big-tech-2025 (var(--blue) из styles.css).
   Все стили scoped через .s5h wrapper во избежание конфликтов.
   ============================================================ */

.s5h { color: var(--ink); }
.s5h em { font-style: italic; color: var(--blue); }
.s5h a { color: inherit; text-decoration: none; }

/* ===== HERO ===== */
/* .hero, .hero::before, .hero::after, .hero-grid, .hero-meta, .eyebrow,
   .eyebrow-right, .hero-title-row, .hero-title, .t-line, .t-num, .lede,
   .hero-stats, .stat, .stat-num, .stat-val, .stat-unit, .stat-arrow,
   .stat-rule, .stat-label, .stat-note — все уже определены в styles.css
   (используются BigTech). Здесь — только добавки специфичные для hub. */

/* Hero: уменьшаем верхний отступ и зазор meta→title после удаления partner-band */
.s5h .hero { padding-top: 28px; padding-bottom: 56px; }
.s5h .hero-grid { gap: 28px; }

.s5h .hero-sub { padding-bottom: 12px; }

/* «500» — крупнее, сдвиг вправо к букве «a» в «Smart», нижний край совпадает с базовой линией */
.s5h .t-num {
  font-size: 1.32em;
  margin-top: -0.1em;
  margin-left: 0.42em;
  letter-spacing: -0.07em;
}

/* Крупный тэглайн справа от «Smart 500» — заменяет старый длинный lede */
.s5h .hero-tagline {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 32px;
  max-width: 18ch;
  text-wrap: balance;
}

.s5h .hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.s5h .btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.04em; text-transform: uppercase;
  border: 1px solid; cursor: pointer;
  transition: all 0.15s;
}
.s5h .btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.s5h .btn-primary:hover { background: var(--blue-2); border-color: var(--blue-2); }
.s5h .btn-ghost { background: transparent; color: #EAF0FB; border-color: rgba(234,240,251,0.5); }
.s5h .btn-ghost:hover { background: #EAF0FB; color: var(--navy-deep); border-color: #EAF0FB; }
.s5h .btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.s5h .btn-outline:hover { background: var(--ink); color: #fff; }
.s5h .btn .soon-badge {
  font-size: 9px; letter-spacing: 0.18em; margin-left: 10px;
  padding: 3px 7px; background: rgba(255,255,255,0.18);
  color: #fff; font-weight: 600;
}
.s5h .hero-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 500;
  color: rgba(234,240,251,0.85);
  letter-spacing: 0.02em;
  padding: 14px 4px;
  margin-left: 8px;
  border-bottom: 1px solid rgba(234,240,251,0.3);
  transition: all 0.15s;
}
.s5h .hero-link:hover { color: var(--blue-bright); border-bottom-color: var(--blue-bright); }

/* «Генеральный партнер» — карточка в hero-stats с логотипом партнёра вместо цифры */
.s5h .stat-partner { display: block; text-decoration: none; cursor: pointer; transition: opacity 0.15s; }
.s5h .stat-partner:hover { opacity: 0.85; }
.s5h .stat-num-logo {
  display: flex; align-items: center;
  min-height: 1em;
}
.s5h .stat-partner-logo {
  height: 40px; width: auto; max-width: 100%;
  display: block;
}
@media (max-width: 720px) {
  .s5h .stat-partner-logo { height: 32px; }
}

/* ===== COMMON SECTIONS ===== */
.s5h section { padding: 96px var(--gutter); }
.s5h .container { max-width: var(--max-w); margin: 0 auto; }
.s5h .kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 16px;
}
.s5h .seg-head { margin-bottom: 48px; }
.s5h .seg-head .kicker { margin-bottom: 12px; }
.s5h .seg-head h2 { margin-bottom: 0; }
.s5h h2 { font-family: 'Source Serif 4', serif; font-size: 48px; line-height: 1.1; font-weight: 400; letter-spacing: -0.02em; margin: 0 0 24px; color: var(--ink); }
.s5h h3 { font-family: 'Source Serif 4', serif; font-size: 26px; line-height: 1.2; font-weight: 500; margin: 0 0 12px; color: var(--ink); }

/* ===== ABOUT — цитата слева, фото справа ===== */
.s5h .about { background: var(--paper); border-top: 1px solid var(--rule-soft); }
.s5h .about-grid {
  display: grid; grid-template-columns: 2fr 1fr; gap: 64px;
  align-items: center;
}
.s5h .about-photo {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--paper-3);
  border: 1px solid var(--rule-soft);
  max-width: 300px;
  width: 100%;
  justify-self: end;
}
.s5h .about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.s5h .about-quote-mark {
  font-family: 'Source Serif 4', serif;
  font-size: 64px; color: var(--blue);
  line-height: 0.7; margin-bottom: 12px;
  opacity: 0.35;
}
.s5h .about-quote-text {
  font-family: 'Source Serif 4', serif; font-style: normal; font-weight: 400;
  font-size: 26px; line-height: 1.4;
  color: var(--ink); margin: 0 0 28px;
  letter-spacing: -0.01em;
}
.s5h .about-quote-text.about-quote-large {
  font-size: 34px; line-height: 1.32;
  font-weight: 400;
  margin: 0 0 36px;
}
.s5h .about-quote-text.about-quote-large p { margin: 0 0 0.6em; }
.s5h .about-quote-text.about-quote-large p:last-child { margin-bottom: 0; }
@media (max-width: 720px) {
  .s5h .about-quote-text.about-quote-large { font-size: 24px; line-height: 1.35; }
}
.s5h .about-author-name {
  font-family: 'Source Serif 4', serif;
  font-size: 20px; font-weight: 600;
  color: var(--ink); margin: 0 0 4px;
}
.s5h .about-author-role {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--blue); font-weight: 500;
}

/* ===== FOR WHOM ===== */
.s5h .forwhom { background: var(--paper-2); border-top: 1px solid var(--rule-soft); }
.s5h .forwhom-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.s5h .fw-card { padding: 32px; background: var(--paper); border: 1px solid var(--rule-soft); transition: all 0.15s; }
.s5h .fw-card:hover { border-color: var(--blue); box-shadow: 0 4px 16px rgba(37,99,235,0.08); }
.s5h .fw-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; }
.s5h .fw-h { font-family: 'Source Serif 4', serif; font-size: 22px; font-weight: 500; margin: 0 0 12px; color: var(--ink); }
.s5h .fw-text { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.55; color: var(--ink-2); }

/* ===== BENEFITS / CRITERIA ===== */
.s5h .twocol { background: var(--paper); border-top: 1px solid var(--rule-soft); }
.s5h .twocol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.s5h .twocol-list { list-style: none; padding: 0; margin: 28px 0 0; }
.s5h .twocol-list li {
  font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.5;
  padding: 16px 0 16px 36px; border-bottom: 1px solid var(--rule-soft);
  position: relative; color: var(--ink-2);
}
.s5h .twocol-list li::before {
  content: "→"; position: absolute; left: 0; top: 16px;
  color: var(--blue); font-weight: 600;
}
.s5h .twocol-list.crit li::before { content: "✓"; color: var(--up); }


/* ===== TIMELINE ===== */
.s5h .timeline { background: var(--navy-deep); color: #EAF0FB; }
.s5h .timeline h2 { color: #fff; }
.s5h .timeline .kicker { color: var(--blue-bright); }
.s5h .tl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.s5h .tl-item { padding: 28px; background: rgba(255,255,255,0.04); border-top: 2px solid var(--blue-bright); }
.s5h .tl-month { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--blue-bright); margin-bottom: 10px; }
.s5h .tl-h { font-family: 'Source Serif 4', serif; font-size: 22px; font-weight: 500; margin: 0 0 12px; color: #fff; }
.s5h .tl-text { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.55; color: rgba(234,240,251,0.7); }

/* ===== PARTNER PROGRAM ===== */
.s5h .partprog { background: var(--paper); border-top: 1px solid var(--rule-soft); }

/* Заголовок секции + Brio как генеральный партнер справа от h2 */
.s5h .partprog-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.s5h .partprog-general {
  display: flex; flex-direction: column; align-items: flex-end; gap: 14px;
  padding: 22px 32px;
  background: linear-gradient(135deg, #EAF0FB 0%, #D6E2F4 100%);
  border: 1px solid rgba(37, 99, 235, 0.18);
  text-decoration: none;
  transition: opacity 0.15s, transform 0.15s;
}
.s5h .partprog-general:hover { opacity: 0.92; transform: translateY(-2px); }
.s5h .partprog-general-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3);
}
.s5h .partprog-general img { height: 36px; width: auto; display: block; }

.s5h .partprog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.s5h .partprog-card { padding: 40px; background: var(--paper-2); border: 1px solid var(--rule-soft); display: flex; flex-direction: column; }
.s5h .partprog-meta { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ink-2); margin-bottom: 14px; line-height: 1.6; }
.s5h .partprog-list { list-style: none; padding: 0; margin: 16px 0 24px; font-family: 'Inter', sans-serif; font-size: 14px; color: var(--ink-2); flex-grow: 1; }
.s5h .partprog-list li { padding: 10px 0 10px 20px; border-bottom: 1px solid var(--rule-soft); position: relative; }
.s5h .partprog-list li::before { content: "→"; position: absolute; left: 0; color: var(--blue); }
.s5h .partprog-list li:last-child { border-bottom: none; }
.s5h .partprog-price {
  font-family: 'Source Serif 4', serif;
  font-size: 28px; font-weight: 400; letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 24px;
}
.s5h .partprog-card .btn { align-self: flex-start; }
@media (max-width: 720px) {
  .s5h .partprog-head { grid-template-columns: 1fr; gap: 24px; }
  .s5h .partprog-general { align-items: flex-start; }
}

/* ===== METHODOLOGY ===== */
.s5h .meth { background: var(--paper-2); border-top: 1px solid var(--rule-soft); }
.s5h .meth-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 48px; }
.s5h .meth-num { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 56px; font-weight: 300; color: var(--blue); line-height: 1; margin-bottom: 16px; }
.s5h .meth-h { font-family: 'Source Serif 4', serif; font-size: 20px; font-weight: 500; margin: 0 0 8px; color: var(--ink); }
.s5h .meth-text { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.55; color: var(--ink-2); }

/* ===== ARCHIVE ===== */
.s5h .archive { background: var(--paper); border-top: 1px solid var(--rule-soft); }
.s5h .arch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 48px; }
.s5h .arch-card { padding: 48px; background: var(--paper-2); border: 1px solid var(--rule-soft); transition: all 0.15s; display: block; }
.s5h .arch-card:hover { background: var(--blue-pale); border-color: var(--blue); }
.s5h .arch-card.current { background: var(--blue); color: #fff; border-color: var(--blue); }
.s5h .arch-card.current .arch-year,
.s5h .arch-card.current .arch-meta,
.s5h .arch-card.current .arch-link { color: #fff; }
.s5h .arch-year { font-family: 'Source Serif 4', serif; font-style: italic; font-size: 96px; font-weight: 300; color: var(--blue); line-height: 1; margin-bottom: 16px; }
.s5h .arch-meta { font-family: 'JetBrains Mono', monospace; font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-3); }
.s5h .arch-link { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--blue); margin-top: 24px; display: inline-block; font-weight: 500; }

/* ===== GALLERY ===== */
.s5h .gallery { background: var(--paper-2); border-top: 1px solid var(--rule-soft); padding: 96px var(--gutter); }
.s5h .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 320px 280px;
  gap: 16px;
}
.s5h .gallery-item { overflow: hidden; background: var(--paper-3); position: relative; }
.s5h .gallery-item img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 30%;
  display: block; transition: transform 0.4s;
}
.s5h .gallery-item:hover img { transform: scale(1.04); }
.s5h .g1 { grid-column: 1; grid-row: 1 / 3; }
.s5h .g2 { grid-column: 2; grid-row: 1; }
.s5h .g3 { grid-column: 3; grid-row: 1; }
.s5h .g4 { grid-column: 2; grid-row: 2; }
.s5h .g5 { grid-column: 3; grid-row: 2; }
.s5h .g1 img { object-position: center 25%; }
.s5h .g4 img { object-position: center 20%; }
.s5h .gallery-link { font-family: 'Inter', sans-serif; font-size: 14px; color: var(--blue); margin-top: 24px; display: inline-block; font-weight: 500; }

/* ===== RELATED ===== */
.s5h .research { background: var(--paper); border-top: 1px solid var(--rule-soft); }
.s5h .res-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
.s5h .res-card { padding: 36px; background: var(--paper-2); border: 1px solid var(--rule-soft); transition: all 0.15s; display: block; }
.s5h .res-card:hover { background: var(--blue-pale); }
.s5h .res-tag { font-family: 'JetBrains Mono', monospace; font-size: 10px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--blue); margin-bottom: 12px; }
.s5h .res-h { font-family: 'Source Serif 4', serif; font-size: 22px; font-weight: 500; line-height: 1.25; margin: 0 0 12px; color: var(--ink); }
.s5h .res-meta { font-family: 'Inter', sans-serif; font-size: 13px; color: var(--ink-3); }

/* ===== FINAL CTA ===== */
.s5h .finalcta { background: var(--navy-deep); color: #EAF0FB; }
.s5h .finalcta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.s5h .finalcta-card { padding: 48px; border: 1px solid rgba(234,240,251,0.2); }
.s5h .finalcta-card h3 { font-size: 32px; font-weight: 400; margin: 0 0 16px; color: #fff; }
.s5h .finalcta-card p { font-family: 'Inter', sans-serif; font-size: 15px; line-height: 1.55; color: rgba(234,240,251,0.85); margin: 0 0 28px; }
.s5h .finalcta-card .kicker { color: var(--blue-bright); }
.s5h .notify-form { margin-top: 24px; }
.s5h .notify-form input { padding: 12px 16px; border: 1px solid rgba(234,240,251,0.3); background: rgba(255,255,255,0.05); font-family: 'Inter', sans-serif; font-size: 13px; color: #fff; width: 240px; }
.s5h .notify-form input::placeholder { color: rgba(234,240,251,0.5); }
.s5h .notify-form button { padding: 12px 18px; background: var(--blue); color: #fff; border: 1px solid var(--blue); font-family: 'Inter', sans-serif; font-size: 13px; cursor: pointer; font-weight: 500; }
.s5h .notify-form button:hover { background: var(--blue-2); }
.s5h .notify-hint { font-family: 'Inter', sans-serif; font-size: 12px; color: rgba(234,240,251,0.6); margin-bottom: 12px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .s5h .tl-grid, .s5h .meth-grid, .s5h .forwhom-grid { grid-template-columns: repeat(2, 1fr); }
  .s5h .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px 260px;
  }
  .s5h .g1 { grid-column: 1 / 3; grid-row: 1; }
  .s5h .g2 { grid-column: 1; grid-row: 2; }
  .s5h .g3 { grid-column: 2; grid-row: 2; }
  .s5h .g4 { grid-column: 1; grid-row: 3; }
  .s5h .g5 { grid-column: 2; grid-row: 3; }
}
@media (max-width: 900px) {
  .s5h .about-grid, .s5h .twocol-grid, .s5h .partprog-grid, .s5h .finalcta-grid {
    grid-template-columns: 1fr; gap: 32px;
  }
  .s5h .about-photo { aspect-ratio: 4 / 3; max-width: none; justify-self: stretch; }
  .s5h .arch-grid, .s5h .res-grid { grid-template-columns: 1fr; }
  .s5h h2 { font-size: 36px; }
  .s5h section { padding: 64px var(--gutter); }
  .s5h .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .s5h .hero-link { margin-left: 0; padding-left: 0; border-bottom: none; color: var(--blue-bright); text-decoration: underline; }
  .s5h .gallery-grid {
    grid-template-columns: none;
    grid-template-rows: none;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    -webkit-overflow-scrolling: touch;
  }
  .s5h .gallery-item { flex: 0 0 80vw; height: 280px; scroll-snap-align: start; }
  .s5h .g1, .s5h .g2, .s5h .g3, .s5h .g4, .s5h .g5 { grid-column: auto; grid-row: auto; }
}

/* ===== EXPERTS — галерея с промоткой ===== */
.s5h .experts { padding: 80px 0; background: var(--paper-2); border-top: 1px solid var(--rule-soft); }
.s5h .experts-title {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.15;
  text-align: center;
  color: var(--ink);
  margin: 0 var(--gutter) 48px;
}
.s5h .experts-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
          mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}
.s5h .experts-track {
  display: flex; gap: 32px; align-items: flex-start;
  width: max-content;
  animation: s5h-experts-scroll 120s linear infinite;
}
.s5h .experts-marquee:hover .experts-track { animation-play-state: paused; }
.s5h .expert-card {
  flex: 0 0 240px;
  display: flex; flex-direction: column; gap: 14px;
}
.s5h .expert-photo {
  width: 240px; height: 240px;
  background: var(--paper);
  overflow: hidden;
  border: 1px solid var(--rule-soft);
}
.s5h .expert-photo img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  filter: grayscale(15%);
  transition: filter 0.2s, transform 0.4s;
}
.s5h .expert-card:hover .expert-photo img { filter: grayscale(0%); transform: scale(1.03); }
.s5h .expert-name {
  font-family: 'Source Serif 4', serif;
  font-size: 17px; font-weight: 500; letter-spacing: -0.005em;
  color: var(--ink);
  line-height: 1.25;
}
.s5h .expert-role {
  font-family: 'Inter', sans-serif;
  font-size: 13px; line-height: 1.4;
  color: var(--ink-2);
}
@keyframes s5h-experts-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 720px) {
  .s5h .experts { padding: 56px 0; }
  .s5h .experts-track { gap: 20px; animation-duration: 90s; }
  .s5h .expert-card { flex-basis: 180px; }
  .s5h .expert-photo { width: 180px; height: 180px; }
}

/* ===== LOGOS STRIP — кто уже в рейтинге ===== */
.s5h .logos-strip { padding: 80px 0; background: var(--paper); border-top: 1px solid var(--rule-soft); }
.s5h .logos-title {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 400; letter-spacing: -0.02em; line-height: 1.15;
  text-align: center;
  color: var(--ink);
  margin: 0 var(--gutter) 40px;
}
.s5h .logos-marquee {
  overflow: hidden; margin-top: 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
          mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.s5h .logos-track {
  display: flex; gap: 72px; align-items: center;
  width: max-content;
  animation: s5h-logos-scroll 80s linear infinite;
}
.s5h .logos-marquee:hover .logos-track { animation-play-state: paused; }
.s5h .logo-item { flex: 0 0 auto; height: 56px; display: flex; align-items: center; justify-content: center; }
.s5h .logo-item img {
  max-height: 56px; max-width: 160px; width: auto; height: auto;
  object-fit: contain; display: block;
  opacity: 0.78; filter: grayscale(70%);
  transition: opacity 0.2s, filter 0.2s;
}
.s5h .logo-item:hover img { opacity: 1; filter: grayscale(0%); }
@keyframes s5h-logos-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (max-width: 720px) {
  .s5h .logos-strip { padding: 56px 0; }
  .s5h .logos-track { gap: 48px; animation-duration: 60s; }
  .s5h .logo-item { height: 40px; }
  .s5h .logo-item img { max-height: 40px; max-width: 120px; }
}

/* ===== RESULTS — что входит в рейтинг ===== */
.s5h .results { background: var(--paper-2); border-top: 1px solid var(--rule-soft); }
.s5h .results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.s5h .results-item {
  padding: 32px; background: var(--paper);
  border: 1px solid var(--rule-soft);
  display: flex; flex-direction: column; gap: 14px;
  transition: all 0.15s;
}
.s5h .results-item:hover { border-color: var(--blue); box-shadow: 0 4px 16px rgba(37,99,235,0.08); }
.s5h .results-h {
  font-family: 'Source Serif 4', serif;
  font-size: 22px; font-weight: 500;
  color: var(--ink);
}
.s5h .results-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px; line-height: 1.55;
  color: var(--ink-2);
}
@media (max-width: 900px) {
  .s5h .results-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .s5h .results-grid { grid-template-columns: 1fr; }
}
