/*
Theme Name: Sport Review
Theme URI: https://sportreview.com.br
Author: Sport Review
Author URI: https://www.youtube.com/@SportReview-q4n
Description: Tema editorial esportivo para reviews, comparativos e rankings com monetização por afiliados. Preparado para WordPress + Elementor.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: sport-review
*/

:root {
  --sr-ink: #142018;
  --sr-ink-soft: #27382d;
  --sr-lime: #d8f34a;
  --sr-lime-dark: #b6d52e;
  --sr-paper: #f4f7ef;
  --sr-white: #ffffff;
  --sr-muted: #6d776f;
  --sr-line: #dce4d9;
  --sr-orange: #ff7a45;
  --sr-blue: #5ed3c8;
  --sr-radius: 20px;
  --sr-shadow: 0 20px 45px rgba(20, 32, 24, .10);
  --sr-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--sr-paper); color: var(--sr-ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, .sr-button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--sr-max)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Header */
.sr-topbar { background: var(--sr-ink); color: #dbe4da; font-size: 12px; letter-spacing: .02em; }
.sr-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.sr-topbar a { color: var(--sr-lime); font-weight: 800; }
.sr-header { background: var(--sr-white); border-bottom: 1px solid var(--sr-line); position: sticky; top: 0; z-index: 20; }
.sr-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.sr-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.04em; font-size: 20px; }
.sr-brand__logo { display:block; width:176px; height:auto; max-height:48px; object-fit:contain; object-position:left center; }
.sr-brand__mark { width: 35px; height: 35px; background: var(--sr-lime); color: var(--sr-ink); display: grid; place-items: center; border-radius: 11px 11px 11px 3px; font-size: 16px; transform: rotate(-6deg); }
.sr-brand__word { transform: translateY(-1px); }
.sr-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 750; }
.sr-nav a { color: var(--sr-ink-soft); transition: color .18s ease; }
.sr-nav a:hover, .sr-nav a:focus-visible { color: #849c18; }
.sr-header__cta { background: var(--sr-ink); color: var(--sr-lime) !important; border-radius: 999px; padding: 12px 17px; }
.sr-menu-toggle { display: none; border: 0; background: transparent; color: var(--sr-ink); padding: 8px; }

/* Buttons / type */
.sr-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 13px 18px; font-weight: 850; font-size: 14px; transition: transform .16s ease, background .16s ease, color .16s ease; }
.sr-button:hover { transform: translateY(-2px); }
.sr-button:active { transform: scale(.97); }
.sr-button--lime { background: var(--sr-lime); color: var(--sr-ink); }
.sr-button--dark { background: var(--sr-ink); color: var(--sr-lime); }
.sr-button--ghost { background: transparent; border: 1px solid rgba(255,255,255,.75); color: #fff; }
.sr-sidebar__card .sr-button--ghost { background: var(--sr-lime) !important; color: var(--sr-ink) !important; border-color: var(--sr-lime) !important; }
.sr-sidebar__card .sr-button--ghost:hover { background: #d9ff62 !important; color: var(--sr-ink) !important; border-color: #d9ff62 !important; }
.sr-button--small { padding: 10px 13px; font-size: 12px; }
.sr-eyebrow { color: #71861d; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.sr-title { letter-spacing: -.055em; line-height: 1.04; margin: 0; font-size: clamp(36px, 5vw, 66px); }
.sr-section-title { margin: 0; font-size: clamp(28px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -.045em; }
.sr-lead { color: var(--sr-muted); max-width: 560px; font-size: 17px; }
.sr-section { padding: 88px 0; }
.sr-section--compact { padding: 56px 0; }
.sr-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.sr-section__head > div:first-child { max-width: 650px; }

/* Home hero */
.sr-hero { background: var(--sr-ink); color: var(--sr-white); overflow: hidden; position: relative; }
.sr-hero__video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border:0; pointer-events:none; z-index:0; }
.sr-hero--video::before { background:linear-gradient(90deg, rgba(10,25,17,.88), rgba(10,25,17,.66)); z-index:1; }
.sr-hero--video::after { z-index:1; pointer-events:none; }
.sr-hero--video .sr-hero__inner { grid-template-columns:minmax(0, 760px); z-index:2; }
.sr-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -240px; border: 1px solid rgba(216,243,74,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(216,243,74,.04), 0 0 0 140px rgba(216,243,74,.03); }
.sr-hero__inner { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: center; gap: 55px; position: relative; z-index: 1; }
.sr-hero .sr-eyebrow { color: var(--sr-lime); }
.sr-hero .sr-title { max-width: 700px; margin-top: 18px; }
.sr-hero .sr-lead { color: #adbaae; margin: 25px 0 31px; }
.sr-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sr-hero__aside { position: relative; min-height: 420px; display: grid; place-items: center; }
.sr-hero__image { width: min(100%, 500px); aspect-ratio: 1 / 1.07; object-fit: cover; border-radius: 39% 61% 54% 46% / 41% 40% 60% 59%; filter: saturate(.92); box-shadow: 22px 24px 0 rgba(216,243,74,.17); }
.sr-hero__note { position: absolute; bottom: 8px; left: 10px; background: var(--sr-white); color: var(--sr-ink); padding: 16px 18px; border-radius: 16px; box-shadow: var(--sr-shadow); width: 185px; }
.sr-hero__note strong { font-size: 27px; display: block; letter-spacing: -.06em; }
.sr-hero__note span { color: var(--sr-muted); font-size: 12px; }
.sr-trustbar { background: #203126; color: #b5c5b5; }
.sr-trustbar__inner { min-height: 62px; display: flex; align-items: center; gap: 32px; justify-content: space-between; font-size: 13px; }
.sr-trustbar__item { display: flex; align-items: center; gap: 9px; }
.sr-trustbar__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sr-lime); }

/* Cards */
.sr-grid { display: grid; gap: 22px; }
.sr-grid--3 { grid-template-columns: repeat(3, 1fr); }
.sr-grid--4 { grid-template-columns: repeat(4, 1fr); }
.sr-card { background: var(--sr-white); border: 1px solid var(--sr-line); border-radius: var(--sr-radius); overflow: hidden; box-shadow: 0 8px 20px rgba(20,32,24,.035); transition: transform .2s ease, box-shadow .2s ease; }
.sr-card:hover { transform: translateY(-4px); box-shadow: var(--sr-shadow); }
.sr-card__media { aspect-ratio: 1.35 / 1; overflow: hidden; background: #dfe7dc; }
.sr-card__media img { width: 100%; height: 100%; object-fit: contain; background:#fff; transition: transform .35s ease; }
.sr-card:hover .sr-card__media img { transform: scale(1.04); }
.sr-card__body { padding: 20px; }
.sr-card__meta { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-bottom: 12px; color: var(--sr-muted); font-size: 12px; font-weight: 750; }
.sr-card h3 { margin: 0; font-size: 20px; line-height: 1.12; letter-spacing: -.035em; }
.sr-card p { color: var(--sr-muted); font-size: 14px; margin: 10px 0 17px; }
.sr-rating { display: inline-flex; align-items: center; gap: 6px; color: var(--sr-ink); font-weight: 900; }
.sr-rating__number { background: var(--sr-lime); border-radius: 8px; min-width: 34px; height: 30px; display: inline-grid; place-items: center; }
.sr-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sr-category-chip { color: #71861d; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 900; }
.sr-product-card__price { color: var(--sr-muted); font-size: 12px; }

/* Ranking */
.sr-ranking { background: var(--sr-white); border-radius: 26px; border: 1px solid var(--sr-line); overflow: hidden; }
.sr-ranking__row { display: grid; grid-template-columns: 58px 100px minmax(0,1.1fr) minmax(180px,.7fr) 110px 120px; gap: 20px; align-items: center; padding: 19px 24px; border-bottom: 1px solid var(--sr-line); }
.sr-ranking__row:last-child { border-bottom: 0; }
.sr-ranking__row--head { background: var(--sr-ink); color: #afbcaf; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 900; }
.sr-ranking__position { font-size: 26px; color: var(--sr-ink); font-weight: 950; letter-spacing: -.09em; }
.sr-ranking__product { display: flex; align-items: center; gap: 14px; min-width: 0; }
.sr-ranking__product img { width: 72px; height: 72px; object-fit: contain; background:#fff; border-radius: 14px; }
.sr-ranking__product h3 { margin: 0; font-size: 17px; letter-spacing: -.03em; }
.sr-ranking__product span { color: var(--sr-muted); font-size: 12px; }
.sr-ranking__copy { color: var(--sr-muted); font-size: 13px; }
.sr-ranking__cta { justify-self: end; }
.sr-ranking__label { display: none; color: var(--sr-muted); text-transform: uppercase; font-size: 10px; letter-spacing: .1em; font-weight: 900; }

/* Categories / method */
.sr-category { min-height: 170px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--sr-ink); color: var(--sr-white); border-radius: var(--sr-radius); position: relative; overflow: hidden; }
.sr-category::after { content: ""; width: 140px; height: 140px; position: absolute; right: -45px; bottom: -55px; background: var(--sr-lime); border-radius: 50%; opacity: .9; }
.sr-category__icon { font-size: 25px; position: relative; z-index: 1; }
.sr-category__name { font-size: 19px; font-weight: 850; position: relative; z-index: 1; }
.sr-method { background: var(--sr-white); border: 1px solid var(--sr-line); border-radius: var(--sr-radius); padding: 25px; min-height: 210px; }
.sr-method__number { color: var(--sr-lime-dark); font-size: 42px; line-height: 1; letter-spacing: -.08em; font-weight: 950; }
.sr-method h3 { font-size: 18px; margin: 22px 0 8px; letter-spacing: -.03em; }
.sr-method p { color: var(--sr-muted); font-size: 13px; margin: 0; }

/* CTA / newsletter */
.sr-cta { background: var(--sr-lime); border-radius: 28px; padding: 45px clamp(24px, 5vw, 65px); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.sr-cta h2 { font-size: clamp(27px, 4vw, 45px); line-height: 1.03; max-width: 600px; margin: 0; letter-spacing: -.06em; }
.sr-cta p { margin: 11px 0 0; color: #56621f; max-width: 510px; }
.sr-newsletter { background: #e8efe3; }
.sr-newsletter__inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.sr-newsletter form { display: flex; gap: 9px; }
.sr-newsletter input { flex: 1; border: 1px solid var(--sr-line); background: var(--sr-white); border-radius: 999px; padding: 14px 17px; min-width: 0; }

/* Archive / single */
.sr-page-hero { background: var(--sr-ink); color: var(--sr-white); padding: 75px 0; }
.sr-page-hero .sr-lead { color: #adbaae; }
.sr-breadcrumbs { color: #7d9181; font-size: 12px; margin-bottom: 20px; }
.sr-breadcrumbs a:hover { color: var(--sr-lime); }
.sr-single-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 55px; align-items: start; }
.sr-article { background: var(--sr-white); border: 1px solid var(--sr-line); border-radius: 24px; overflow: hidden; }
.sr-article__hero { aspect-ratio: 1.9 / 1; background: #dfe7dc; }
.sr-article__hero img { width: 100%; height: 100%; object-fit: contain; object-position:center; background:#fff; padding:clamp(42px,8vw,86px); }
.sr-article__content { padding: clamp(24px, 5vw, 55px); }
.sr-article__content h1 { font-size: clamp(34px, 5vw, 59px); line-height: 1.02; letter-spacing: -.06em; margin: 12px 0 21px; }
.sr-article__content h2 { font-size: 28px; letter-spacing: -.04em; margin-top: 42px; }
.sr-article__content p, .sr-article__content li { color: #536055; font-size: 16px; }
.sr-article__content strong { color: var(--sr-ink); font-weight: 800; }
.sr-article-table-wrap { margin: 28px 0 36px; overflow-x: auto; border: 1px solid var(--sr-line); border-radius: 14px; box-shadow: 0 10px 24px rgba(20,42,30,.06); }
.sr-article-table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; color: var(--sr-ink); font-size: 14px; }
.sr-article-table th { padding: 15px 18px; background: var(--sr-ink); color: #fff; text-align: left; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.sr-article-table th:first-child { border-radius: 13px 0 0 0; }
.sr-article-table th:last-child { border-radius: 0 13px 0 0; }
.sr-article-table td { padding: 15px 18px; border-top: 1px solid var(--sr-line); vertical-align: middle; }
.sr-article-table td:first-child { font-weight: 800; color: var(--sr-ink); }
.sr-article-table tbody tr:nth-child(even) { background: #f6f9f3; }
.sr-article-table tbody tr:hover { background: #edf6d8; }
.sr-article__content blockquote { border-left: 4px solid var(--sr-lime); margin: 28px 0; padding: 5px 0 5px 20px; font-size: 20px; font-weight: 700; color: var(--sr-ink); }
.sr-summary { background: #f0f5ec; border-radius: 17px; padding: 22px; margin: 26px 0 30px; }
.sr-summary strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 7px; color: #71861d; }
.sr-scorecard { background:var(--sr-ink); color:var(--sr-white); border-radius:18px; padding:20px; margin:26px 0; }
.sr-scorecard__head { display:flex; justify-content:space-between; gap:15px; align-items:center; margin-bottom:15px; }
.sr-scorecard__head strong { font-size:15px; }
.sr-scorecard__head span { color:#9eafa0; font:500 10px "DM Mono",monospace; text-transform:uppercase; letter-spacing:.08em; }
.sr-score { display:grid; grid-template-columns:125px 1fr 32px; gap:12px; align-items:center; margin:11px 0; font-size:12px; }
.sr-score i { height:6px; background:#3b4c40; border-radius:99px; overflow:hidden; }
.sr-score i b { display:block; height:100%; background:var(--sr-lime); border-radius:inherit; }
.sr-score strong { color:var(--sr-lime); font-size:13px; text-align:right; }
.sr-procon { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 25px 0; }
.sr-procon__box { border-radius: 16px; padding: 20px; background: #f5f8f3; }
.sr-procon__box--bad { background: #fff4ef; }
.sr-procon h3 { font-size: 14px; margin: 0 0 9px; }
.sr-procon ul { padding-left: 18px; margin: 0; }
.sr-procon li { font-size: 14px; margin: 6px 0; }
.sr-sidebar { position: sticky; top: 110px; }
.sr-article-layout { display:grid; grid-template-columns:minmax(0, 1fr) 300px; gap:32px; align-items:start; }
.sr-article { min-width:0; background:var(--sr-white); border:1px solid var(--sr-line); border-radius:22px; overflow:hidden; box-shadow:var(--sr-shadow); }
.sr-article__hero { overflow:hidden; background:#dfe7dc; }
.sr-article__hero img { display:block; width:100%; height:100%; max-height:none; padding:0; object-fit:cover; object-position:center; }
.sr-blog-card .sr-card__media img { aspect-ratio:16 / 10; object-fit:cover; }
.sr-sidebar__card { background: var(--sr-ink); color: var(--sr-white); border-radius: 22px; padding: 23px; margin-bottom: 18px; }
.sr-sidebar__card h3 { margin: 0 0 17px; font-size: 19px; }
.sr-sidebar__card p { color: #adbaae; font-size: 13px; }
.sr-sidebar__card .sr-button { width: 100%; }
.sr-fact-list { margin: 0; }
.sr-fact-list div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.sr-fact-list dt { color: #aab7ab; }
.sr-fact-list dd { margin: 0; font-weight: 800; text-align: right; }

/* Footer */
.sr-footer { background: var(--sr-ink); color: var(--sr-white); padding: 55px 0 22px; }
.sr-footer__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 45px; }
.sr-footer .sr-brand { color: var(--sr-white); }
.sr-footer p, .sr-footer a { color: #9eafa0; font-size: 13px; }
.sr-footer h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .09em; color: var(--sr-lime); margin: 0 0 13px; }
.sr-footer ul { list-style: none; padding: 0; margin: 0; }
.sr-footer li { margin: 7px 0; }
.sr-footer a:hover { color: var(--sr-white); }
.sr-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 19px; display: flex; justify-content: space-between; gap: 20px; color: #758879; font-size: 11px; }

/* WordPress / Elementor compatibility */
.alignwide { width: min(calc(100% - 40px), 1280px); margin-left: auto; margin-right: auto; }
.wp-block-image img { border-radius: 16px; }
.elementor-page .sr-header { position: relative; }
.elementor-page .sr-content-area { padding: 0; }

@media (max-width: 940px) {
  .sr-nav { gap: 14px; }
  .sr-header__cta { padding: 10px 13px; }
  .sr-hero__inner, .sr-newsletter__inner { grid-template-columns: 1fr; }
  .sr-hero__inner { padding-top: 72px; padding-bottom: 65px; }
  .sr-hero__aside { min-height: 350px; }
  .sr-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .sr-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .sr-ranking__row { grid-template-columns: 45px 82px minmax(0,1fr) 110px; }
  .sr-ranking__row > :nth-child(4), .sr-ranking__row > :nth-child(5) { display: none; }
  .sr-ranking__row--head { display: none; }
  .sr-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--sr-max)); }
  .sr-topbar__inner { justify-content: center; text-align: center; min-height: 40px; }
  .sr-topbar__inner span { display: none; }
  .sr-header__inner { min-height: 66px; }
  .sr-brand__logo { width:148px; max-height:42px; }
  .sr-menu-toggle { display: block; }
  .sr-nav { display: none; position: absolute; left: 14px; right: 14px; top: 73px; background: var(--sr-white); border: 1px solid var(--sr-line); border-radius: 16px; padding: 15px; box-shadow: var(--sr-shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .sr-nav.is-open { display: flex; }
  .sr-nav a { padding: 12px; }
  .sr-header__cta { text-align: center; }
  .sr-title { font-size: 45px; }
  .sr-section { padding: 62px 0; }
  .sr-section__head { display: block; }
  .sr-section__head .sr-button { margin-top: 18px; }
  .sr-grid--3, .sr-grid--4 { grid-template-columns: 1fr; }
  .sr-trustbar__inner { flex-wrap: wrap; justify-content: flex-start; gap: 10px 22px; padding: 14px 0; }
  .sr-ranking__row { grid-template-columns: 35px minmax(0,1fr) 88px; gap: 10px; padding: 15px 12px; }
  .sr-ranking__row > :nth-child(2) { display: none; }
  .sr-ranking__product h3 { font-size: 14px; }
  .sr-ranking__position { font-size: 21px; }
  .sr-ranking__label { display: block; margin-bottom: 3px; }
  .sr-ranking__cta .sr-button { padding: 9px 10px; font-size: 11px; }
  .sr-cta { display: block; padding: 30px 24px; }
  .sr-cta .sr-button { margin-top: 20px; }
  .sr-newsletter form { flex-direction: column; }
  .sr-single-layout { grid-template-columns: 1fr; gap: 28px; }
  .sr-sidebar { position: static; }
  .sr-article-layout { grid-template-columns:1fr; }
  .sr-procon { grid-template-columns: 1fr; }
  .sr-score { grid-template-columns:105px 1fr 30px; gap:9px; }
  .sr-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
  .sr-footer__grid > div:first-child { grid-column: 1 / -1; }
  .sr-footer__bottom { display: block; }
  .sr-footer__bottom span { display: block; margin-top: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Reference home refinements */
.sr-feature-strip { background: var(--sr-lime); }
.sr-feature-strip__inner { min-height: 128px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.sr-feature-strip h2 { margin: 8px 0 0; font-size: clamp(24px, 3vw, 36px); letter-spacing:-.05em; line-height:1.05; }
.sr-updates { background:#e8efe3; }
.sr-feed-strip { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--sr-line); border-bottom:1px solid var(--sr-line); }
.sr-feed-item { padding:20px 18px 20px 0; display:flex; gap:12px; align-items:flex-start; border-right:1px solid var(--sr-line); margin-right:18px; }
.sr-feed-item:last-child { border-right:0; margin-right:0; }
.sr-feed-item__play { width:31px; height:31px; border-radius:50%; background:var(--sr-ink); color:var(--sr-lime); display:grid; place-items:center; font-size:10px; flex:0 0 auto; }
.sr-feed-item strong { display:block; font-size:14px; line-height:1.25; }
.sr-feed-item small { color:var(--sr-muted); display:block; margin-top:7px; font-size:11px; }
.sr-filter { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
.sr-filter a, .sr-filter__search { padding:10px 13px; border:1px solid var(--sr-line); background:var(--sr-white); border-radius:999px; color:var(--sr-muted); font-size:12px; font-weight:800; }
.sr-filter a:hover, .sr-filter a.is-active { background:var(--sr-ink); color:var(--sr-lime); border-color:var(--sr-ink); }
.sr-filter__search { margin-left:auto; min-width:180px; display:flex; align-items:center; justify-content:space-between; gap:8px; cursor:text; }
.sr-filter__search:focus-within { border-color:var(--sr-ink); box-shadow:0 0 0 3px rgba(166,211,36,.22); }
.sr-filter__search input { min-width:0; width:145px; padding:0; border:0; outline:0; background:transparent; color:var(--sr-ink); font:inherit; font-weight:800; }
.sr-filter__search input::placeholder { color:var(--sr-muted); opacity:1; }
.sr-video-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.sr-video-card { background:var(--sr-white); border:1px solid var(--sr-line); border-radius:17px; overflow:hidden; transition:transform .2s ease,box-shadow .2s ease; }
.sr-video-card:hover { transform:translateY(-4px); box-shadow:var(--sr-shadow); }
.sr-video-card__thumb { aspect-ratio:16/9; background:#dce6da; position:relative; overflow:hidden; }
.sr-video-card__thumb img { width:100%; height:100%; object-fit:cover; }
.sr-video-card__youtube { position:absolute; left:10px; bottom:10px; background:var(--sr-white); color:var(--sr-ink); border-radius:999px; padding:5px 9px; font-size:10px; font-weight:900; }
.sr-video-card__body { padding:17px; }
.sr-video-card__body .sr-card__meta { font-size:10px; margin-bottom:7px; }
.sr-video-card__number { color:var(--sr-lime-dark); font-size:28px; font-weight:950; letter-spacing:-.08em; margin-top:4px; }
.sr-video-card h3 { font-size:17px; line-height:1.15; letter-spacing:-.035em; margin:6px 0 8px; }
.sr-video-card p { color:var(--sr-muted); font-size:12px; margin:0 0 15px; line-height:1.4; }
.sr-video-card__views { color:var(--sr-muted); font-size:11px; }
.sr-channel-grid { gap:18px; }
.sr-channel-card { background:var(--sr-white); border:1px solid var(--sr-line); border-radius:16px; overflow:hidden; }
.sr-channel-card a { display:grid; grid-template-columns:145px 1fr; gap:16px; align-items:center; }
.sr-channel-card img { width:145px; height:105px; object-fit:cover; }
.sr-channel-card h3 { font-size:16px; line-height:1.2; margin:7px 0; letter-spacing:-.03em; }
.sr-channel-card p { color:var(--sr-muted); font-size:11px; margin:0; }
.sr-selection-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.sr-selection { display:block; background:var(--sr-ink); color:var(--sr-white); border-radius:20px; padding:28px; min-height:210px; position:relative; overflow:hidden; }
.sr-selection::after { content:""; position:absolute; width:160px; height:160px; border:1px solid rgba(216,243,74,.28); border-radius:50%; right:-35px; bottom:-65px; }
.sr-selection--light { background:var(--sr-lime); color:var(--sr-ink); }
.sr-selection span { color:var(--sr-lime); font:500 11px "DM Mono",monospace; text-transform:uppercase; }
.sr-selection--light span { color:#687b18; }
.sr-selection h3 { font-size:27px; letter-spacing:-.05em; margin:34px 0 8px; }
.sr-selection p { color:#aeb9af; max-width:420px; font-size:13px; }
.sr-selection--light p { color:#56621f; }
.sr-selection b { position:absolute; right:25px; bottom:25px; font-size:22px; color:var(--sr-lime); }
.sr-selection--light b { color:var(--sr-ink); }
@media (max-width:940px) { .sr-video-grid { grid-template-columns:repeat(2,1fr); } .sr-filter__search { margin-left:0; } }
@media (max-width:680px) { .sr-feature-strip__inner { display:block; padding:28px 0; } .sr-feature-strip .sr-button { margin-top:18px; } .sr-feed-strip { grid-template-columns:1fr; } .sr-feed-item { border-right:0; border-bottom:1px solid var(--sr-line); margin:0; } .sr-feed-item:last-child { border-bottom:0; } .sr-video-grid, .sr-selection-grid { grid-template-columns:1fr; } .sr-channel-card a { grid-template-columns:110px 1fr; gap:12px; } .sr-channel-card img { width:110px; height:85px; } .sr-channel-card h3 { font-size:14px; } }

/* Long-form ranking / review template */
.sr-ranking-page { background:var(--sr-paper); }
.sr-ranking-page em { color:#5d7715; font-style:normal; }
.sr-ranking-hero { background:#10150f; color:#fff; position:relative; overflow:hidden; }
.sr-ranking-hero::after { content:""; position:absolute; width:800px; height:800px; border:1px solid rgba(216,243,74,.3); border-radius:50%; right:-300px; top:-460px; box-shadow:0 0 0 80px rgba(216,243,74,.04),0 0 0 160px rgba(216,243,74,.03); }
.sr-ranking-hero__inner { min-height:690px; display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:center; position:relative; z-index:1; }
.sr-ranking-hero h1 { max-width:730px; font-size:clamp(44px,6.2vw,82px); line-height:.96; letter-spacing:-.075em; margin:20px 0 28px; text-transform:uppercase; }
.sr-ranking-hero p { max-width:650px; color:#adb9ae; font-size:17px; }
.sr-ranking-hero__meta { display:flex; gap:22px; flex-wrap:wrap; border-top:1px solid #344137; margin-top:35px; padding-top:18px; color:#8b9c8d; font-size:11px; text-transform:uppercase; letter-spacing:.05em; }
.sr-ranking-hero__meta a { color:var(--sr-lime); font-weight:800; }
.sr-ranking-hero__video { display:block; position:relative; aspect-ratio:16/10; overflow:hidden; border:1px solid #4a594b; }
.sr-ranking-hero__video img { width:100%; height:100%; object-fit:cover; }
.sr-ranking-hero__video span,.sr-ranking-video__frame span { position:absolute; width:68px; height:68px; display:grid; place-items:center; border-radius:50%; background:var(--sr-lime); color:var(--sr-ink); left:50%; top:50%; transform:translate(-50%,-50%); font-size:22px; padding-left:3px; }
.sr-ranking-hero__video small { position:absolute; left:18px; bottom:18px; padding:8px 10px; background:#10150f; color:var(--sr-lime); font-size:11px; font-weight:900; }
.sr-ranking-video { padding-top:70px; }
.sr-ranking-video__frame { position:relative; aspect-ratio:16/9; background:#dce3d8; overflow:hidden; }
.sr-ranking-video__frame img { width:100%; height:100%; object-fit:cover; }
.sr-ranking-video__frame span { width:74px; height:74px; }
.sr-editorial-method { border-top:1px solid #aab6a5; border-bottom:1px solid #aab6a5; }
.sr-method-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:start; }
.sr-method-layout h2,.sr-observe h2,.sr-choices h2,.sr-decision h2,.sr-product-details h2 { font-size:clamp(42px,5vw,70px); line-height:.94; letter-spacing:-.07em; text-transform:uppercase; margin:14px 0 0; }
.sr-method-grid { display:grid; grid-template-columns:1fr 1fr; border:1px solid var(--sr-line); margin-top:28px; }
.sr-method-grid div { min-height:135px; padding:18px; border-right:1px solid var(--sr-line); border-bottom:1px solid var(--sr-line); display:flex; flex-direction:column; justify-content:space-between; gap:20px; }
.sr-method-grid div:nth-child(2n) { border-right:0; }
.sr-method-grid div:nth-last-child(-n+2) { border-bottom:0; }
.sr-method-grid b { font-size:24px; color:#5d7715; }
.sr-method-grid span { font-size:14px; color:#455246; }
.sr-editorial-note { border-left:2px solid #5d7715; padding-left:16px; color:var(--sr-muted); font-size:13px; margin:27px 0 0; }
.sr-observe { background:#e8efe3; }
.sr-observe .sr-section__head { align-items:end; }
.sr-observe-card { background:var(--sr-white); border:1px solid var(--sr-line); padding:28px; min-height:205px; }
.sr-observe-card b { color:#5d7715; font-size:32px; letter-spacing:-.08em; }
.sr-observe-card h3 { text-transform:uppercase; font-size:19px; letter-spacing:-.04em; margin:23px 0 8px; }
.sr-observe-card p { color:var(--sr-muted); margin:0; font-size:13px; }
.sr-section-count { color:#5d7715; text-transform:uppercase; letter-spacing:.12em; font:500 11px "DM Mono",monospace; }
.sr-choice-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.sr-choice-card { background:var(--sr-white); border:1px solid #9da99a; min-height:330px; padding:20px; position:relative; }
.sr-choice-card__top { display:flex; gap:17px; align-items:center; }
.sr-choice-card__top img { width:78px; height:78px; object-fit:cover; background:#eef2eb; border:1px solid var(--sr-line); }
.sr-choice-card__position { color:#5d7715; font-size:29px; font-weight:950; letter-spacing:-.08em; }
.sr-choice-card h3 { font-size:18px; line-height:1.05; text-transform:uppercase; letter-spacing:-.04em; margin:3px 0 0; }
.sr-badge { display:inline-block; background:var(--sr-lime); color:var(--sr-ink); text-transform:uppercase; letter-spacing:.1em; font-size:10px; font-weight:900; padding:7px 9px; }
.sr-choice-card > .sr-badge { position:absolute; top:19px; right:18px; }
.sr-choice-card p { color:#5d7715; font-size:13px; font-weight:800; margin:19px 0; }
.sr-choice-card__best { border-left:2px solid var(--sr-ink); padding-left:12px; margin:17px 0; display:flex; flex-direction:column; gap:4px; }
.sr-choice-card__best span { font-size:12px; color:var(--sr-muted); }
.sr-choice-card__best strong { font-size:13px; }
.sr-decision { background:#e8efe3; }
.sr-decision-table { margin-top:30px; border:1px solid #9da99a; }
.sr-decision-table__head,.sr-decision-table__row { display:grid; grid-template-columns:80px 1.45fr 1.2fr .75fr .48fr 1.1fr; gap:20px; align-items:center; }
.sr-decision-table__head { min-height:52px; padding:0 18px; background:var(--sr-ink); color:#fff; text-transform:uppercase; letter-spacing:.1em; font-size:10px; font-weight:900; }
.sr-decision-table__row { min-height:106px; padding:14px 18px; border-top:1px solid #9da99a; color:var(--sr-ink); font-size:12px; }
.sr-decision-table__row:hover { background:#f8faf5; }
.sr-decision-position { color:#5d7715; font-size:24px; font-weight:950; }
.sr-decision-model { display:flex; gap:12px; align-items:center; min-width:0; }
.sr-decision-model img { width:48px; height:58px; object-fit:cover; background:#fff; border:1px solid var(--sr-line); }
.sr-decision-model strong { font-size:14px; line-height:1.13; }
.sr-product-details { padding-top:80px; }
.sr-product-detail { display:grid; grid-template-columns:185px 1fr; gap:28px; padding:48px 0; border-bottom:1px solid #aab6a5; }
.sr-product-detail__image { border:1px solid #9da99a; background:#fff; align-self:start; }
.sr-product-detail__image img { width:100%; aspect-ratio:1/1.12; object-fit:contain; background:#fff; padding:28px; }
.sr-product-detail__image div { padding:14px; min-height:135px; display:flex; flex-direction:column; gap:11px; }
.sr-product-detail__image span { color:#5d7715; font:500 9px "DM Mono",monospace; text-transform:uppercase; }
.sr-product-detail__image strong { font-size:18px; line-height:1.03; text-transform:uppercase; letter-spacing:-.04em; }
.sr-product-detail__body { position:relative; }
.sr-product-detail__body > .sr-badge { margin-bottom:10px; }
.sr-product-detail__rating { float:right; background:var(--sr-ink); color:var(--sr-lime); font-weight:900; padding:8px 10px; }
.sr-product-detail h3 { font-size:36px; line-height:.98; letter-spacing:-.06em; text-transform:uppercase; margin:0 0 6px; }
.sr-product-detail__tagline { color:#5d7715; font-weight:800; margin:0 0 27px; }
.sr-product-detail__columns { display:grid; grid-template-columns:1fr 1fr 1fr; gap:35px; }
.sr-product-detail__columns > div > span { display:block; font-size:13px; margin-bottom:8px; }
.sr-product-detail__columns strong { font-size:13px; }
.sr-product-detail__columns ul { list-style:none; padding:0; margin:0; color:#455246; font-size:13px; }
.sr-product-detail__columns li { margin:6px 0; }
.sr-product-detail__offer { display:flex; align-items:center; gap:20px; margin-top:30px; color:#5d7715; text-transform:uppercase; letter-spacing:.04em; font-size:12px; }
.sr-ranking-download { background:#10150f; color:#fff; padding:45px 48px; }
.sr-ranking-download h2 { font-size:43px; line-height:.95; letter-spacing:-.06em; text-transform:uppercase; margin:12px 0; }
.sr-ranking-download p { color:#adb9ae; max-width:530px; }
.sr-ranking-download form { display:flex; gap:10px; margin-top:28px; }
.sr-ranking-download input { flex:1; min-width:0; background:#2a302a; color:#fff; border:0; padding:15px 16px; }
.sr-ranking-download__link { display:inline-block; margin-top:17px; color:var(--sr-lime); text-transform:uppercase; letter-spacing:.09em; font-size:11px; font-weight:900; }
@media (max-width:940px) { .sr-ranking-hero__inner,.sr-method-layout { grid-template-columns:1fr; gap:35px; } .sr-ranking-hero__inner { padding-top:70px; padding-bottom:70px; } .sr-choice-grid { grid-template-columns:1fr; } .sr-decision-table__head,.sr-decision-table__row { grid-template-columns:55px 1.5fr 1fr .7fr; gap:12px; } .sr-decision-table__head > :nth-child(5),.sr-decision-table__head > :nth-child(6),.sr-decision-table__row > :nth-child(5),.sr-decision-table__row > :nth-child(6) { display:none; } }
@media (max-width:680px) { .sr-ranking-hero h1 { font-size:43px; } .sr-ranking-hero__meta { gap:10px; flex-direction:column; } .sr-method-grid { grid-template-columns:1fr; } .sr-method-grid div,.sr-method-grid div:nth-child(2n),.sr-method-grid div:nth-last-child(-n+2) { border-right:0; border-bottom:1px solid var(--sr-line); } .sr-method-grid div:last-child { border-bottom:0; } .sr-decision-table { overflow-x:auto; } .sr-decision-table__head,.sr-decision-table__row { min-width:650px; } .sr-product-detail { grid-template-columns:1fr; } .sr-product-detail__image { max-width:180px; } .sr-product-detail h3 { font-size:30px; } .sr-product-detail__columns { grid-template-columns:1fr; gap:17px; } .sr-product-detail__offer { align-items:flex-start; flex-direction:column; gap:12px; } .sr-ranking-download { padding:30px 22px; } .sr-ranking-download form { flex-direction:column; } }

.sr-product-detail a { color: inherit; }
.sr-product-detail h3 a:hover, .sr-product-detail__image strong a:hover { color: #5d7715; }

/* Floating back-to-top control */
.sr-back-to-top { position:fixed; right:24px; bottom:24px; z-index:9999; width:58px; height:58px; border:1px solid rgba(20,32,24,.16); border-radius:50%; background:var(--sr-lime); color:var(--sr-ink); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0; box-shadow:0 12px 28px rgba(20,32,24,.22); cursor:pointer; opacity:1; visibility:visible; transform:translateY(0); transition:opacity .2s ease, visibility .2s ease, transform .2s ease, background .2s ease; }
.sr-back-to-top.is-hidden { opacity:0; visibility:hidden; transform:translateY(14px); pointer-events:none; }
.sr-back-to-top:hover { background:var(--sr-lime-dark); transform:translateY(-3px); }
.sr-back-to-top span { font-size:24px; line-height:20px; font-weight:900; }
.sr-back-to-top small { font-size:8px; line-height:10px; text-transform:uppercase; letter-spacing:.08em; font-weight:900; }
.sr-back-to-top:focus-visible { outline:3px solid var(--sr-blue); outline-offset:4px; }
@media (max-width:680px) { .sr-back-to-top { right:16px; bottom:16px; width:52px; height:52px; } .sr-back-to-top span { font-size:21px; } }
@media (prefers-reduced-motion:reduce) { .sr-back-to-top { transition:none; } }

/* Contact form */
.sr-page-hero__lead { max-width:620px; color:#adb9ae; font-size:17px; margin:22px 0 0; }
.sr-contact-section { background:var(--sr-paper); }
.sr-contact-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:80px; align-items:start; }
.sr-contact-copy p { max-width:470px; color:var(--sr-muted); font-size:16px; margin:25px 0; }
.sr-contact-copy em { color:#5d7715; font-style:normal; }
.sr-contact-note { max-width:470px; border-left:2px solid #5d7715; padding:4px 0 4px 16px; display:flex; flex-direction:column; gap:8px; color:var(--sr-muted); font-size:13px; }
.sr-contact-note strong { color:var(--sr-ink); font-size:12px; text-transform:uppercase; letter-spacing:.08em; }
.sr-contact-note a { color:#5d7715; font-weight:800; text-decoration:underline; }
.sr-contact-card { background:var(--sr-white); border:1px solid var(--sr-line); padding:34px; box-shadow:var(--sr-shadow); }
.sr-contact-form { display:flex; flex-direction:column; gap:18px; }
.sr-form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.sr-form-field { display:flex; flex-direction:column; gap:7px; }
.sr-form-field label { color:var(--sr-ink-soft); font-size:12px; font-weight:850; }
.sr-form-field label span { color:#71861d; }
.sr-form-field input, .sr-form-field textarea { width:100%; border:1px solid #cbd6c8; border-radius:10px; background:#fbfcf9; color:var(--sr-ink); padding:13px 14px; outline:none; transition:border-color .18s ease, box-shadow .18s ease; }
.sr-form-field textarea { resize:vertical; min-height:150px; }
.sr-form-field input:focus, .sr-form-field textarea:focus { border-color:#8da72a; box-shadow:0 0 0 3px rgba(216,243,74,.35); }
.sr-form-field--honeypot { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.sr-form-notice { margin-bottom:20px; padding:13px 15px; border-radius:10px; font-size:13px; font-weight:700; }
.sr-form-notice--success { background:#e7f3d0; color:#3d5b0b; border:1px solid #c1dc83; }
.sr-form-notice--error { background:#fff0eb; color:#8a321e; border:1px solid #f0b8a8; }
@media (max-width:800px) { .sr-contact-layout { grid-template-columns:1fr; gap:40px; } }
@media (max-width:560px) { .sr-form-row { grid-template-columns:1fr; } .sr-contact-card { padding:22px; } }

/* Category archives */
.sr-category-intro { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:end; margin-bottom:42px; }
.sr-category-intro .sr-lead { margin:0; color:var(--sr-muted); }
.sr-category-grid { align-items:stretch; }
.sr-category-grid .sr-card__media img { aspect-ratio:16/10; object-fit:cover; }
.sr-empty-state { border:1px solid var(--sr-line); background:var(--sr-white); padding:48px; text-align:center; }
.sr-empty-state h2 { margin:0 0 12px; }
.sr-empty-state p { color:var(--sr-muted); margin:0 0 24px; }
@media (max-width:800px) { .sr-category-intro { grid-template-columns:1fr; gap:18px; margin-bottom:30px; } }

/* Keep filtered cards hidden even when card layout sets display. */
[data-sr-category][hidden] { display: none !important; }

/* Full-width editorial hero */
.sr-hero { width:100vw; max-width:none; margin-left:50%; transform:translateX(-50%); min-height:clamp(570px, 42vw, 700px); }
.sr-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(116deg, transparent 0 57%, rgba(216,243,74,.22) 57.1%, transparent 57.35%), linear-gradient(90deg, rgba(20,32,24,.96), rgba(20,32,24,.78)); pointer-events:none; }
.sr-hero::after { width:720px; height:720px; right:-210px; top:-330px; border-radius:50%; box-shadow:0 0 0 1px rgba(216,243,74,.18), 0 0 0 90px rgba(216,243,74,.035), 0 0 0 180px rgba(216,243,74,.02); }
.sr-hero__inner { width:min(calc(100% - 48px), 1280px); max-width:none; min-height:clamp(570px, 42vw, 700px); }
.sr-hero .sr-title { font-size:clamp(44px, 6vw, 86px); max-width:760px; }
.sr-hero__aside { min-height:470px; }
.sr-hero__image { width:min(100%, 560px); box-shadow:26px 28px 0 rgba(216,243,74,.14), -12px -12px 0 rgba(94,211,200,.08); }
.sr-hero__note { bottom:18px; left:0; }
@media (max-width:940px) {
  .sr-hero__inner { width:min(calc(100% - 40px), var(--sr-max)); min-height:0; }
  .sr-hero { min-height:0; }
  .sr-hero::before { background:linear-gradient(145deg, rgba(20,32,24,.98), rgba(20,32,24,.82)); }
}
@media (max-width:680px) {
  .sr-hero__inner { width:min(calc(100% - 28px), var(--sr-max)); padding-top:72px; padding-bottom:70px; }
  .sr-hero .sr-title { font-size:clamp(43px, 13vw, 62px); }
  .sr-hero__aside { min-height:300px; margin-top:20px; }
  .sr-hero__image { width:min(100%, 350px); }
  .sr-hero__note { bottom:-2px; left:0; transform:scale(.88); transform-origin:left bottom; }
}

/* Restore previous hero behavior after reverting the full-width experiment. */
.sr-hero { width:auto; max-width:none; margin-left:0; transform:none; min-height:0; }
.sr-hero::before { display:none; }
.sr-hero::after { width:520px; height:520px; right:-190px; top:-240px; border:1px solid rgba(216,243,74,.28); border-radius:50%; box-shadow:0 0 0 70px rgba(216,243,74,.04), 0 0 0 140px rgba(216,243,74,.03); }
.sr-hero__inner { width:min(calc(100% - 40px), var(--sr-max)); max-width:var(--sr-max); min-height:610px; }
.sr-hero .sr-title { font-size:clamp(36px, 5vw, 66px); max-width:700px; }
.sr-hero__aside { min-height:420px; }
.sr-hero__image { width:min(100%, 500px); box-shadow:22px 24px 0 rgba(216,243,74,.17); }
.sr-hero__note { bottom:8px; left:10px; transform:none; }
@media (max-width:940px) { .sr-hero__inner { width:min(calc(100% - 40px), var(--sr-max)); min-height:0; } .sr-hero { min-height:0; } .sr-hero__inner { padding-top:72px; padding-bottom:65px; } }
@media (max-width:680px) { .sr-hero__inner { width:min(calc(100% - 28px), var(--sr-max)); padding-top:72px; padding-bottom:70px; } .sr-hero .sr-title { font-size:45px; } .sr-hero__aside { min-height:300px; margin-top:20px; } .sr-hero__image { width:min(100%, 350px); } .sr-hero__note { bottom:-2px; left:0; transform:scale(.88); transform-origin:left bottom; } }

/* Hero spacing refinement — original contained layout */
.sr-hero__inner { min-height:clamp(520px, 42vw, 590px); padding-block:clamp(52px, 7vw, 86px); gap:clamp(34px, 5vw, 72px); }
.sr-hero__inner > div:first-child { padding-block:8px; }
.sr-hero .sr-eyebrow { margin-bottom:4px; }
.sr-hero .sr-title { margin-top:12px; }
.sr-hero .sr-lead { max-width:500px; margin:22px 0 28px; }
.sr-hero__actions { gap:10px; }
.sr-hero__aside { min-height:390px; padding:12px 0; }
.sr-hero__image { width:min(100%, 470px); }
.sr-hero__note { bottom:18px; left:2px; padding:14px 16px; width:178px; }
@media (max-width:940px) {
  .sr-hero__inner { min-height:0; padding-block:64px 58px; gap:28px; }
  .sr-hero__aside { min-height:330px; padding-top:0; }
}
@media (max-width:680px) {
  .sr-hero__inner { padding-block:54px 52px; gap:18px; }
  .sr-hero .sr-title { margin-top:10px; }
  .sr-hero .sr-lead { margin:18px 0 24px; font-size:16px; }
  .sr-hero__aside { min-height:286px; }
  .sr-hero__note { bottom:0; left:0; }
}

.sr-article-meta { margin:16px 0 0; color:rgba(255,255,255,.8); font-size:14px; }
.sr-editorial-note { margin-top:42px; padding:28px; border:1px solid var(--sr-line); border-left:4px solid var(--sr-lime); background:#f7f8f4; border-radius:12px; }
.sr-editorial-note h2 { margin:0 0 10px; font-size:22px; }
.sr-editorial-note h2:not(:first-child) { margin-top:24px; }
.sr-editorial-note p { margin:0 0 12px; color:var(--sr-muted); }

.sr-article-header { background:#fff; border-bottom:1px solid var(--sr-line); }
.sr-article-header__inner { max-width:820px; padding:48px 0 38px; }
.sr-article-header .sr-eyebrow { margin-top:24px; }
.sr-article-header h1 { margin:10px 0 14px; color:var(--sr-ink); font-size:clamp(34px,5vw,58px); line-height:1.06; letter-spacing:-.045em; }
.sr-article-header__summary { max-width:700px; margin:0; color:var(--sr-muted); font-size:19px; line-height:1.55; }
.sr-article-header .sr-article-meta { color:#66727a; }
.sr-article-section { padding-top:42px; }
.sr-article__hero { margin:0 0 30px; }
.sr-article__hero figcaption { margin-top:8px; color:#78838a; font-size:12px; }
.sr-related { margin-top:42px; padding-top:32px; border-top:1px solid var(--sr-line); }
.sr-related h2 { margin:0 0 18px; font-size:28px; }
.sr-related__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.sr-related__grid article { border:1px solid var(--sr-line); border-radius:10px; background:#fff; overflow:hidden; }
.sr-related__grid a { display:block; min-height:160px; padding:18px; color:inherit; text-decoration:none; }
.sr-related__grid span { color:var(--sr-teal); font-size:11px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.sr-related__grid h3 { margin:10px 0 8px; font-size:17px; line-height:1.2; }
.sr-related__grid p { margin:0; color:var(--sr-muted); font-size:13px; line-height:1.5; }
@media (max-width:680px) { .sr-article-header__inner { padding:34px 0 28px; } .sr-article-header__summary { font-size:17px; } .sr-related__grid { grid-template-columns:1fr; } }
