:root {
  --cream: #171d2d;
  --paper: #0c101c;
  --honey: #ff7a59;
  --honey-dark: #ffad8d;
  --coral: #ff4d7d;
  --plum: #271833;
  --ink: #f7f2ff;
  --muted: #bbb4c7;
  --line: #394157;
  --pistachio: #173a36;
  --sky: #13394d;
  --white: #fffdfb;
  --surface: #121827;
  --shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: .94rem; line-height: 1.58; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.35rem, 3.9vw, 3.95rem); max-width: 780px; }
h2 { font-size: clamp(1.7rem, 2.9vw, 2.8rem); }
h3 { font-size: 1.08rem; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.section { padding-block: clamp(52px, 7vw, 88px); }
.section-index { color: var(--muted); font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.eyebrow { font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--honey-dark); margin-bottom: 18px; }
.section-heading { max-width: 800px; margin-bottom: 36px; }
.section-heading > p:last-child { color: var(--muted); font-size: .98rem; max-width: 700px; margin-top: 18px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.split-heading > p { margin: 0; }
.center-heading { text-align: center; margin-inline: auto; }
.answer-lede { font-size: clamp(1.08rem, 1.75vw, 1.38rem); line-height: 1.45; font-weight: 600; }

.skip-link { position: fixed; left: 14px; top: 10px; z-index: 1000; background: #070a12; color: white; padding: 10px 16px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; background: rgba(12, 16, 28, .94); backdrop-filter: blur(16px); transition: border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(0, 0, 0, .24); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 1.1rem; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; fill: var(--coral); stroke: var(--plum); stroke-width: 1.8; stroke-linejoin: round; }
.brand-mark circle { fill: var(--honey); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.rating-chip { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--line); padding: 8px 12px; border-radius: 999px; font-size: .84rem; font-weight: 700; background: var(--surface); }
.rating-chip > span { color: var(--honey-dark); }
.rating-chip small { color: var(--muted); font-weight: 500; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 14px 24px; border: 2px solid var(--plum); border-radius: 999px; color: var(--white); background: var(--plum); text-decoration: none; font-weight: 700; box-shadow: 4px 5px 0 var(--honey); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 6px 8px 0 var(--honey); }
.button-small { min-height: 42px; padding: 8px 16px; box-shadow: none; font-size: .86rem; }
.header-cta { opacity: 0; transform: translateY(-8px); pointer-events: none; }
.header-cta.visible { opacity: 1; transform: none; pointer-events: auto; }
.button-dark { background: #070a12; }
.button-large { min-height: 64px; padding-inline: 30px; font-size: 1.05rem; }

.hero { min-height: calc(100svh - 76px); display: grid; grid-template-columns: 1.1fr .72fr; gap: clamp(34px, 6vw, 72px); align-items: center; padding-block: 44px 52px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lede { max-width: 660px; color: var(--muted); font-size: clamp(1rem, 1.55vw, 1.17rem); margin: 24px 0 30px; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 107, 74, .14); }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.microcopy { color: var(--muted); font-size: .82rem; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 36px; border-top: 1px solid var(--line); padding-top: 20px; }
.trust-row div { display: grid; gap: 2px; }
.trust-row strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }
.media-panel { position: relative; display: grid; place-items: center; overflow: visible; border-radius: 0; background: transparent; text-decoration: none; box-shadow: none; }
.media-panel img { position: absolute; inset: 0; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: contain; object-position: center; border-radius: 18px; transition: opacity .25s ease; }
.media-panel:hover img { transform: none; opacity: .96; }
.hero-media { height: 460px; border: 0; transform: none; }

.review-ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--cream); }
.ticker-track { min-width: max-content; padding: 16px 24px; display: flex; align-items: center; justify-content: center; gap: 24px; margin-inline: auto; color: var(--ink); font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ticker-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--honey); }

.definition-section { position: relative; }
.definition-grid { display: grid; grid-template-columns: 1.1fr .55fr; gap: 80px; align-items: center; }
.definition-grid h2 { margin-bottom: 24px; }
.definition-grid p:not(.eyebrow) { max-width: 760px; }
.fact-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.fact-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .76rem; }
.fact-row b { color: var(--ink); margin-left: 4px; }
.definition-media { height: 340px; }

.verdict-section { padding-block: 0; background: var(--honey); color: #21121d; }
.verdict-section .eyebrow, .chooser-section .eyebrow, .final-cta-section .eyebrow { color: #4b1828; }
.verdict-wrap { min-height: 300px; display: grid; grid-template-columns: .35fr 1.4fr auto; gap: 44px; align-items: center; padding-block: 38px; }
.verdict-score { display: flex; align-items: baseline; flex-wrap: wrap; }
.verdict-score span { width: 100%; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.verdict-score strong { font-family: Georgia, "Times New Roman", serif; font-size: 4.7rem; line-height: 1; }
.verdict-score small { font-size: 1.1rem; }
.verdict-wrap h2 { font-size: clamp(1.8rem, 3.2vw, 3rem); }
.verdict-wrap .answer-lede { margin-top: 20px; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.card { text-decoration: none; }
.step-card { min-height: 205px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.step-card:hover, .feature-card:hover, .audience-card:hover, .chooser-card:hover, .insight-card:hover { transform: translateY(-5px); border-color: var(--honey); box-shadow: var(--shadow); }
.step-card > span { display: inline-grid; place-items: center; width: 40px; height: 40px; margin-bottom: 28px; border-radius: 50%; background: var(--cream); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.step-card h3 { margin-bottom: 12px; }
.step-card p { color: var(--muted); font-size: .9rem; }
.tip, .fun-fact { display: flex; align-items: flex-start; gap: 16px; padding: 18px 20px; margin-top: 20px; border: 1px solid var(--honey); border-radius: 18px; background: #242031; }
.tip span, .fun-fact span { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; background: var(--honey); color: var(--ink); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 700; }
.tip p, .fun-fact p { margin: 0; }

.feature-section { background: var(--cream); }
.feature-layout { display: grid; grid-template-columns: 1fr .78fr; gap: 38px; }
.feature-list { display: grid; gap: 12px; }
.feature-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.feature-icon { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 12px; background: var(--pistachio); color: var(--coral); font-size: 1.1rem; }
.feature-card p { color: var(--muted); margin: 7px 0 0; }
.feature-media { min-height: 0; height: 420px; }

.model-table-wrap, .table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.comparison-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.compact-table { min-width: 680px; }
.comparison-table th, .comparison-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison-table th { background: var(--cream); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.comparison-table td { color: var(--muted); font-size: .9rem; }
.comparison-table td strong { color: var(--ink); }
.comparison-table tr:last-child td { border-bottom: 0; }
.highlight-col { background: #232a3b !important; color: var(--ink) !important; }
.fun-fact { border-color: #3a7b8d; background: var(--sky); }
.fun-fact span { background: var(--sky); }

.media-lab { background: var(--plum); color: var(--white); }
.media-lab .section-index, .media-lab .split-heading > p { color: #d8cbd7; }
.media-mosaic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; align-items: stretch; }
.mosaic-card { min-height: 0; aspect-ratio: 640 / 869; align-self: start; }
.mosaic-card:nth-child(2) { aspect-ratio: 640 / 795; }
.mosaic-card:nth-child(3) { aspect-ratio: 640 / 883; }
.mosaic-card:nth-child(4) { aspect-ratio: 640 / 935; }

.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.audience-card { min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.audience-card span, .chooser-card span, .insight-card span { color: var(--coral); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.audience-card h3, .chooser-card h3, .insight-card h3 { margin: 22px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; }
.audience-card p, .chooser-card p, .insight-card p { color: var(--muted); }

.story-section { background: var(--pistachio); }
.story-grid { display: grid; grid-template-columns: .7fr 1fr; gap: 80px; align-items: center; }
.story-media { height: 440px; transform: none; }
.check-list { list-style: none; padding: 0; margin: 32px 0; }
.check-list li { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.check-list li > span { font-family: Georgia, "Times New Roman", serif; color: var(--honey-dark); }
.check-list b { font-size: 1rem; }
.check-list p { margin: 4px 0 0; color: var(--muted); font-size: .88rem; }
.text-cta { display: inline-flex; gap: 8px; font-weight: 700; text-underline-offset: 5px; }

.privacy-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 16px; }
.privacy-primary { padding: 26px; border-radius: var(--radius); background: var(--sky); }
.shield { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 34px; border: 2px solid var(--coral); border-radius: 16px 16px 23px 23px; color: var(--coral); }
.privacy-primary h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; margin-bottom: 14px; }
.privacy-points { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.privacy-points div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy-points div:nth-child(2n) { border-right: 0; }
.privacy-points div:nth-last-child(-n+2) { border-bottom: 0; }
.privacy-points p { color: var(--muted); font-size: .86rem; margin: 8px 0 0; }

.pricing-section { background: var(--cream); }
.credit-warning { display: grid; grid-template-columns: 1fr auto 1fr 1.2fr; align-items: center; gap: 16px; padding: 18px 20px; margin-bottom: 24px; border: 1px solid var(--honey); border-radius: 20px; background: #282233; }
.credit-warning div { display: grid; }
.credit-warning span { color: var(--honey-dark); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.credit-warning > strong { font-size: 1.7rem; }
.credit-warning p { margin: 0; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .22s ease, box-shadow .22s ease; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.recommended { border: 2px solid var(--coral); box-shadow: 7px 8px 0 var(--honey); }
.popular { position: absolute; right: 16px; top: 16px; padding: 5px 8px; border-radius: 999px; background: var(--honey); font-size: .66rem; font-weight: 700; }
.plan-name { text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.price { font-family: Georgia, "Times New Roman", serif; font-size: 2.65rem; line-height: 1; margin: 24px 0 14px; }
.price sup { font-size: 1rem; }
.price small { font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-size: .72rem; color: var(--muted); }
.price-card > p { color: var(--muted); min-height: 0; }
.price-card ul { list-style: none; padding: 0; margin: 12px 0 20px; }
.price-card li { padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.price-card li::before { content: "✓"; color: var(--honey-dark); margin-right: 8px; font-weight: 700; }
.plan-cta { margin-top: auto; text-decoration: underline; text-underline-offset: 5px; }
.pricing-note { margin: 18px 0 0; color: var(--muted); font-size: .74rem; }
.tip-dark { border-color: var(--plum); background: var(--plum); color: var(--white); }
.tip-dark span { background: var(--honey); color: var(--ink); }

.chooser-section { background: var(--honey); color: #21121d; }
.chooser-section .section-index, .chooser-section .eyebrow, .chooser-section .section-heading > p:last-child { color: #4b1828; }
.chooser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.chooser-card { min-height: 240px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: var(--paper); color: var(--ink); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }

.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pros-panel, .cons-panel { padding: clamp(22px, 3vw, 32px); border-radius: var(--radius); }
.pros-panel { background: var(--pistachio); }
.cons-panel { background: #411f2f; }
.panel-label { display: inline-block; margin-bottom: 14px; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.pros-cons-grid ul { list-style: none; padding: 0; margin: 0; }
.pros-cons-grid li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pros-cons-grid li:last-child { border-bottom: 0; }

.reviews-section { overflow: hidden; background: var(--plum); color: var(--white); }
.reviews-head { display: grid; grid-template-columns: 1.2fr auto; gap: 40px; align-items: end; }
.reviews-head p:not(.eyebrow) { color: #d8cbd7; max-width: 700px; }
.large-rating { display: flex; align-items: center; gap: 18px; }
.large-rating > strong { font-family: Georgia, "Times New Roman", serif; font-size: 4.1rem; line-height: 1; }
.large-rating > div { display: grid; }
.large-rating span, .stars { color: var(--honey); letter-spacing: .12em; }
.large-rating i, .stars i { color: #806a7c; font-style: normal; }
.large-rating small { color: #d8cbd7; }
.review-viewport { overflow: hidden; padding: 38px 0 10px; touch-action: pan-y; }
.review-viewport::-webkit-scrollbar { display: none; }
.review-track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.review-card { width: min(370px, calc(100vw - 50px)); min-height: 270px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #6e5369; border-radius: var(--radius); background: #4c2b49; color: var(--white); text-decoration: none; }
.review-card blockquote { margin: 22px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; line-height: 1.4; }
.review-card footer { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; color: #d8cbd7; font-size: .8rem; }
.review-card footer b { color: var(--white); }

@media (prefers-reduced-motion: reduce) {
  .review-viewport { overflow-x: auto; touch-action: auto; }
  .review-track { transform: none !important; will-change: auto; }
}

.stats-section { background: var(--sky); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); overflow: hidden; }
.stats-grid > div { min-height: 160px; display: grid; place-content: center; text-align: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.16); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5.8vw, 4.8rem); line-height: 1; }
.stats-grid span { margin-top: 14px; color: var(--muted); font-size: .8rem; }

.timeline { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.timeline li { display: grid; grid-template-columns: .28fr 1fr; gap: 40px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.timeline li > span { color: var(--coral); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.timeline h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; }
.timeline p { color: var(--muted); margin: 7px 0 0; }

.insight-section { background: var(--cream); }
.insight-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.insight-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.insight-card { min-height: 220px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.insight-card h3 { margin-top: 24px; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.8vw, 1.34rem); font-weight: 600; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; font-family: Inter, ui-sans-serif, system-ui, sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 850px; padding: 0 0 26px; color: var(--muted); }
.faq-list details p b { color: var(--ink); }

.methodology-section { background: var(--pistachio); }
.methodology-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.source-list { border-top: 1px solid rgba(255,255,255,.14); }
.source-list p { display: grid; grid-template-columns: .42fr 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); margin: 0; }
.source-list span { color: var(--muted); }

.final-cta-section { background: var(--honey); color: #21121d; }
.final-cta-wrap { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta-wrap h2 { max-width: 820px; }
.final-cta-wrap p:not(.eyebrow) { max-width: 740px; margin-top: 22px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.trust-chips span, .footer-trust span { padding: 8px 11px; border: 1px solid rgba(38,27,32,.25); border-radius: 999px; font-size: .72rem; font-weight: 600; }

.site-footer { padding-block: 54px 90px; background: #070a12; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 50px; align-items: end; }
.footer-wordmark { margin-bottom: 12px; }
.site-footer p { color: #cfc3c7; max-width: 430px; margin: 0; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-trust span { border-color: #66575d; }
.footer-meta { text-align: right; }
.footer-meta p { display: flex; justify-content: flex-end; gap: 14px; margin-bottom: 6px; }
.footer-meta small { color: #9f9298; }
.mobile-cta { display: none; }

.fade-up { opacity: 0; transform: translateY(24px); }
.fade-up.is-visible { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr .65fr; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row div:last-child { display: none; }
  .verdict-wrap { grid-template-columns: .3fr 1fr; }
  .verdict-wrap .button { grid-column: 2; justify-self: start; }
  .steps-grid, .pricing-grid, .chooser-grid { grid-template-columns: 1fr 1fr; }
  .feature-layout { grid-template-columns: 1fr; }
  .feature-media { height: 420px; }
  .media-mosaic { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .story-grid { gap: 40px; }
  .insight-grid, .methodology-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 2; text-align: right; }
}

@media (max-width: 720px) {
  body { padding-bottom: 70px; }
  .shell { width: min(100% - 24px, 1180px); }
  .site-header { background: rgba(12,16,28,.97); }
  .header-inner { height: 66px; }
  .rating-chip small, .header-cta { display: none; }
  .wordmark { font-size: 1rem; }
  .brand-mark { width: 30px; height: 30px; }
  .section { padding-block: 56px; }
  .section-index { margin-bottom: 24px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 30px; padding-block: 36px 44px; }
  h1 { font-size: clamp(2.15rem, 9.6vw, 2.75rem); }
  .hero-lede { margin-top: 20px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-media { height: 360px; transform: none; }
  .badge-top { left: 12px; }
  .badge-bottom { right: 12px; }
  .trust-row { margin-top: 30px; }
  .ticker-track { justify-content: flex-start; }
  .definition-grid, .story-grid, .privacy-grid, .pros-cons-grid, .final-cta-wrap { grid-template-columns: 1fr; gap: 38px; }
  .definition-media { height: 300px; }
  .verdict-wrap { grid-template-columns: 1fr; gap: 24px; }
  .verdict-wrap .button { grid-column: 1; }
  .verdict-score strong { font-size: 4rem; }
  .steps-grid, .pricing-grid, .chooser-grid, .audience-grid, .insight-list { grid-template-columns: 1fr; }
  .step-card { min-height: 190px; }
  .step-card > span { margin-bottom: 24px; }
  .feature-card { padding: 20px; }
  .feature-media { min-height: 0; height: 340px; }
  .media-mosaic { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .mosaic-card { min-height: 0; }
  .story-media { height: 360px; }
  .privacy-points { grid-template-columns: 1fr; }
  .privacy-points div, .privacy-points div:nth-child(2n), .privacy-points div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .privacy-points div:last-child { border-bottom: 0; }
  .credit-warning { grid-template-columns: 1fr auto 1fr; }
  .credit-warning p { grid-column: 1 / -1; }
  .price-card { min-height: 410px; }
  .reviews-head { grid-template-columns: 1fr; }
  .large-rating { justify-content: flex-start; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div { min-height: 140px; border-bottom: 1px solid rgba(255,255,255,.16); }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .timeline li { grid-template-columns: 1fr; gap: 8px; }
  .source-list p { grid-template-columns: 1fr; gap: 6px; }
  .final-cta-wrap .button { justify-self: stretch; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { grid-column: 1; text-align: left; }
  .footer-meta p { justify-content: flex-start; }
  .mobile-cta { position: fixed; z-index: 120; display: flex; align-items: center; justify-content: center; gap: 8px; inset: auto 10px 10px; min-height: 52px; border: 2px solid var(--paper); border-radius: 999px; background: var(--plum); color: white; text-decoration: none; font-weight: 700; box-shadow: 0 10px 30px rgba(22,12,17,.3); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .fade-up { opacity: 1; transform: none; }
  .media-panel:hover img, .button:hover, .card:hover { transform: none; }
}
