@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #07111f;
  --ink-soft: #536071;
  --paper: #ffffff;
  --paper-alt: #f3f6f9;
  --line: #d9e0e7;
  --blue: #0b5cff;
  --blue-bright: #2f7bff;
  --navy: #081625;
  --cyan: #7ee7ff;
  --violet: #7c55ff;
  --orange: #ff8a4c;
  --mint: #42c9a3;
  --radius: 14px;
  --shadow: 0 18px 50px rgba(7, 17, 31, .13);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: "Manrope", Arial, sans-serif; }
.container { width: var(--container); margin-inline: auto; }
.container-narrow { width: min(920px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; padding: 10px 14px; color: #fff; background: var(--blue); transform: translateY(-150%); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 3px; }

.utility-bar { height: 34px; color: #c7d1dc; background: #030b14; font-size: 12px; }
.utility-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.utility-links { display: flex; gap: 22px; }
.utility-links a:hover { color: #fff; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease; backdrop-filter: blur(12px); }
.site-header.is-scrolled { box-shadow: 0 7px 20px rgba(7,17,31,.08); }
.header-main { height: 76px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 50px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 800; letter-spacing: -.7px; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--blue); font-size: 23px; font-style: italic; line-height: 1; transform: skew(-7deg); border-radius: 7px 1px 7px 1px; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); font-size: 14px; font-weight: 700; }
.primary-nav a { position: relative; padding: 27px 0 25px; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 16px; height: 2px; background: var(--blue); transition: right .2s ease; }
.primary-nav a:hover::after { right: 0; }
.icon-button { display: inline-grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; color: var(--ink); background: transparent; border-radius: 50%; }
.icon-button:hover { background: var(--paper-alt); }
.icon-button svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.menu-toggle { display: none; }
.topic-row { border-top: 1px solid var(--line); }
.topic-scroll { display: flex; align-items: center; gap: 24px; min-height: 40px; overflow-x: auto; white-space: nowrap; font-size: 12px; font-weight: 600; scrollbar-width: none; }
.topic-scroll::-webkit-scrollbar { display: none; }
.topic-scroll span { color: var(--ink-soft); }
.topic-scroll a:hover { color: var(--blue); }

.hero { padding-top: 32px; }
.hero-with-ad { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: center; gap: 28px; }
.hero-card { position: relative; display: block; min-height: 560px; overflow: hidden; color: #fff; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.hero-card:hover > img { transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,16,.92) 0%, rgba(3,9,16,.72) 34%, rgba(3,9,16,.12) 70%, rgba(3,9,16,.08) 100%); }
.hero-content { position: absolute; z-index: 2; left: clamp(28px, 5vw, 72px); bottom: clamp(35px, 6vw, 78px); width: min(570px, calc(100% - 70px)); }
.hero-content h1 { margin: 11px 0 16px; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -3px; }
.hero-content p { max-width: 540px; margin-bottom: 24px; color: #d9e2eb; font-size: 18px; }
.eyebrow { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; }
.text-link span { transition: transform .2s ease; }
.hero-card:hover .text-link span { transform: translateX(5px); }
.text-link-light { color: #fff; }
.score-chip { position: absolute; z-index: 2; right: 24px; top: 24px; display: flex; align-items: center; gap: 12px; padding: 9px 14px 9px 10px; color: var(--ink); background: rgba(255,255,255,.95); border-radius: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.score-chip strong { display: grid; place-items: center; width: 45px; height: 45px; color: #fff; background: var(--blue); font: 800 18px "Manrope", sans-serif; border-radius: 6px; }
.score-chip span { font-size: 13px; font-weight: 700; }

.ad-unit { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 100%; }
.ad-label { display: block; margin-bottom: 7px; color: #8a94a1; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; line-height: 1; text-align: center; text-transform: uppercase; }
.ad-frame { flex: 0 0 auto; overflow: hidden; background: #f4f6f8; }
.ad-frame-300x250 { width: 300px; height: 250px; }
.ad-frame-320x50 { width: 320px; height: 50px; }
.ad-native { width: 100%; min-height: 120px; margin-top: 54px; padding: 24px 16px; background: var(--paper-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ad-native-frame { width: 100%; min-height: 60px; text-align: center; }
.ad-banner { min-height: 80px; margin-top: -14px; margin-bottom: 34px; }

.section { padding-block: 90px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; border-bottom: 1px solid var(--line); }
.section-heading h2 { margin: 5px 0 18px; font-size: clamp(31px, 4vw, 46px); line-height: 1.05; letter-spacing: -2px; }
.kicker { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.kicker-light { color: var(--cyan); }
.arrow-link { margin-bottom: 22px; color: var(--ink); font-size: 14px; font-weight: 700; }
.arrow-link:hover { color: var(--blue); }
.arrow-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(5px); }

.story-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 26px; }
.story-card { min-width: 0; }
.story-image { display: block; aspect-ratio: 4/3; margin-bottom: 18px; overflow: hidden; background: var(--paper-alt); border-radius: 10px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .story-image img { transform: scale(1.035); }
.story-card-large .story-image { aspect-ratio: 16/10; }
.story-card h3 { margin: 8px 0 9px; font-size: 22px; line-height: 1.18; letter-spacing: -.55px; }
.story-card-large h3 { font-size: 30px; }
.story-card h3 a:hover { color: var(--blue); }
.story-card p { color: var(--ink-soft); }
.byline { color: #6b7685; font-size: 12px; font-weight: 600; }
.byline span { margin-inline: 5px; }

.dark-band { padding-block: 84px; color: #fff; background: var(--navy); }
.section-heading-dark { border-color: #314052; }
.section-heading-dark .arrow-link { color: #fff; }
.review-list { border-top: 1px solid #2c3a49; }
.review-row { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 32px; padding: 24px 0; border-bottom: 1px solid #2c3a49; }
.review-thumb { height: 128px; overflow: hidden; background: #142233; border-radius: 8px; }
.review-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.review-row:hover img { transform: scale(1.04); }
.review-copy h3 { margin: 5px 0 4px; font-size: 26px; }
.review-copy h3 a:hover { color: var(--cyan); }
.review-copy p { margin: 0; color: #a9b5c2; }
.rating { display: grid; grid-template-columns: 64px 90px; align-items: center; min-width: 164px; background: #fff; color: var(--ink); border-radius: 9px; overflow: hidden; }
.rating strong { display: grid; place-items: center; height: 64px; color: #fff; background: var(--blue); font: 800 23px "Manrope", sans-serif; }
.rating span { padding-left: 14px; font-size: 13px; font-weight: 700; }

.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guide-card { position: relative; display: flex; min-height: 240px; overflow: hidden; padding: 36px; color: #fff; border-radius: 12px; transition: transform .25s ease, box-shadow .25s ease; }
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.guide-card::after { content: ""; position: absolute; right: -60px; bottom: -90px; width: 250px; height: 250px; border: 50px solid rgba(255,255,255,.12); border-radius: 50%; }
.guide-card > span { position: relative; z-index: 1; margin-right: 28px; color: rgba(255,255,255,.67); font: 700 18px "Manrope", sans-serif; }
.guide-card div { position: relative; z-index: 1; display: flex; flex-direction: column; }
.guide-card small { font-size: 11px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.guide-card h3 { max-width: 430px; margin: 12px 0 30px; font-size: clamp(23px, 3vw, 34px); line-height: 1.1; letter-spacing: -1.2px; }
.guide-card strong { margin-top: auto; font-size: 13px; }
.guide-blue { background: linear-gradient(135deg, #0648e8, #00a7e8); }
.guide-violet { background: linear-gradient(135deg, #4731b9, #b43eb7); }
.guide-orange { background: linear-gradient(135deg, #e0522d, #f5a623); }
.guide-mint { background: linear-gradient(135deg, #08755f, #38b69a); }

.howto-section { background: var(--paper-alt); }
.howto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.howto-grid article { display: grid; grid-template-columns: auto 1fr; gap: 20px; }
.howto-number { color: #aab5c1; font: 700 26px "Manrope", sans-serif; }
.howto-grid h3 { margin: 7px 0 9px; font-size: 22px; line-height: 1.2; }
.howto-grid h3 a:hover { color: var(--blue); }
.howto-grid p { color: var(--ink-soft); font-size: 14px; }

.newsletter { padding-block: 78px; color: #fff; background: linear-gradient(120deg, #041a35, #0b54d9); }
.newsletter-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.newsletter h2 { max-width: 680px; margin: 8px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.08; letter-spacing: -2px; }
.form-row { display: flex; }
.form-row input { min-width: 0; flex: 1; height: 52px; padding: 0 16px; color: var(--ink); border: 0; border-radius: 6px 0 0 6px; }
.form-row button, .search-input-row button { padding-inline: 22px; color: #fff; background: var(--ink); border: 0; font-weight: 700; border-radius: 0 6px 6px 0; }
.form-note { margin: 10px 0 0; color: #c8dcf6; font-size: 11px; }
.form-note.success { color: #c0ffd9; font-size: 13px; font-weight: 700; }

.site-footer { padding-top: 70px; color: #b8c2cd; background: #030b14; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; padding-bottom: 60px; }
.brand-footer { color: #fff; }
.footer-brand p { max-width: 280px; margin-top: 20px; }
.footer-grid h2 { margin: 8px 0 18px; color: #fff; font-size: 14px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 23px; border-top: 1px solid #23303e; font-size: 11px; }
.footer-bottom div { display: flex; gap: 22px; }

.search-panel { position: fixed; z-index: 250; inset: 0; display: grid; place-items: start center; padding-top: 13vh; background: rgba(3,11,20,.86); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; backdrop-filter: blur(8px); }
.search-panel.is-open { opacity: 1; visibility: visible; }
.search-box { position: relative; width: min(720px, calc(100% - 32px)); padding: clamp(30px, 6vw, 60px); background: #fff; border-radius: 12px; transform: translateY(-15px); transition: transform .25s ease; }
.search-panel.is-open .search-box { transform: translateY(0); }
.search-close { position: absolute; top: 14px; right: 14px; font-size: 30px; font-weight: 300; }
.search-box label { display: block; margin: 10px 0 20px; font: 700 clamp(25px, 5vw, 38px) "Manrope", sans-serif; letter-spacing: -1.3px; }
.search-input-row { display: flex; }
.search-input-row input { flex: 1; min-width: 0; height: 54px; padding-inline: 16px; border: 1px solid var(--line); border-radius: 6px 0 0 6px; }
.search-feedback { margin: 14px 0 0; color: var(--ink-soft); font-size: 12px; }
.back-to-top { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--blue); border: 0; border-radius: 50%; box-shadow: 0 8px 20px rgba(11,92,255,.35); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Article page */
.article-header { padding-block: 62px 40px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #667283; font-size: 12px; }
.breadcrumbs a:hover { color: var(--blue); }
.article-header h1 { max-width: 900px; margin: 10px 0 20px; font-size: clamp(43px, 6vw, 74px); line-height: .99; letter-spacing: -3.8px; }
.dek { max-width: 800px; color: var(--ink-soft); font-size: 21px; }
.article-meta { display: flex; align-items: center; gap: 13px; margin-top: 32px; }
.author-avatar { display: grid; place-items: center; width: 46px; height: 46px; color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue)); font-weight: 800; border-radius: 50%; }
.article-meta > div:nth-child(2) { display: flex; flex-direction: column; font-size: 13px; }
.article-meta > div:nth-child(2) span { color: #6c7887; }
.article-actions { display: flex; gap: 8px; margin-left: auto; }
.article-actions button { padding: 8px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.article-actions button:hover, .article-actions button.is-active { color: var(--blue); border-color: var(--blue); }
.article-hero { margin-bottom: 60px; }
.article-hero img { width: 100%; max-height: 690px; object-fit: cover; border-radius: 12px; }
.article-hero figcaption { margin-top: 8px; color: #7a8592; font-size: 10px; }
.article-layout { display: grid; grid-template-columns: 290px minmax(0, 720px); justify-content: center; gap: 80px; align-items: start; padding-bottom: 95px; }
.article-sidebar { position: sticky; top: 105px; }
.verdict-card { padding: 22px; background: var(--paper-alt); border: 1px solid var(--line); border-radius: 10px; }
.verdict-score { display: flex; align-items: center; gap: 13px; margin-bottom: 14px; }
.verdict-score strong { display: grid; place-items: center; width: 64px; height: 64px; color: #fff; background: var(--blue); font: 800 24px "Manrope", sans-serif; border-radius: 7px; }
.verdict-score span { font-weight: 800; }
.editors-badge { display: inline-block; padding: 5px 8px; color: #fff; background: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; border-radius: 4px; }
.verdict-card h2 { margin: 20px 0 7px; font-size: 17px; }
.verdict-card p { color: var(--ink-soft); font-size: 13px; }
.price-row { display: flex; justify-content: space-between; margin: 18px 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; }
.button-primary { display: block; padding: 12px 15px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; text-align: center; border-radius: 6px; }
.button-primary:hover { background: #0047ce; }
.toc { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 25px; padding-left: 20px; border-left: 2px solid var(--line); }
.toc h2 { margin: 0 0 5px; font-size: 13px; }
.toc a { color: var(--ink-soft); font-size: 12px; }
.toc a:hover { color: var(--blue); }
.article-body { min-width: 0; color: #253244; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.76; }
.article-body p { margin-bottom: 24px; }
.article-body .lead { color: var(--ink); font-size: 22px; line-height: 1.65; }
.article-body section { scroll-margin-top: 130px; margin-top: 50px; }
.article-body h2 { margin: 0 0 15px; color: var(--ink); font-family: "Manrope", sans-serif; font-size: 31px; line-height: 1.15; letter-spacing: -1px; }
.affiliate-note { padding: 16px 18px; color: #566273; background: #f5f7fa; border-left: 3px solid var(--blue); font: 12px/1.6 "DM Sans", sans-serif; }
.article-body blockquote { margin: 36px 0; padding: 5px 0 5px 26px; color: var(--ink); border-left: 5px solid var(--blue); font: 700 26px/1.4 "Manrope", sans-serif; letter-spacing: -.6px; }
.spec-table { margin: 20px 0 30px; border-top: 1px solid var(--line); font: 14px/1.4 "DM Sans", sans-serif; }
.spec-table > div { display: grid; grid-template-columns: 170px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.spec-table span { color: #697585; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0; font: 14px/1.45 "DM Sans", sans-serif; }
.pros-cons > div { padding: 24px; background: var(--paper-alt); border-radius: 9px; }
.pros-cons h2 { font-size: 18px; }
.pros-cons h2 span { color: var(--blue); }
.pros-cons ul { margin: 0; padding-left: 18px; }
.pros-cons li + li { margin-top: 7px; }
.benchmark { margin: 30px 0; padding: 25px; background: #071522; color: #fff; border-radius: 10px; font: 12px/1.4 "DM Sans", sans-serif; }
.benchmark-title { display: flex; justify-content: space-between; margin-bottom: 22px; font-size: 15px; }
.bar-row { display: grid; grid-template-columns: 145px 1fr 55px; align-items: center; gap: 12px; margin: 13px 0; }
.bar-row > div { height: 8px; overflow: hidden; background: #273647; border-radius: 10px; }
.bar-row i { display: block; width: var(--score); height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); border-radius: inherit; }
.methodology { padding: 30px; background: #eef5ff; border: 1px solid #cfe0fa; border-radius: 10px; font-family: "DM Sans", sans-serif; }
.methodology h2 { margin-top: 7px; }
.methodology p { color: #536071; font-size: 15px; }
.methodology a { color: var(--blue); font-size: 13px; font-weight: 700; }
.related-section { padding-block: 80px; background: var(--paper-alt); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.related-grid article > a:first-child { display: block; aspect-ratio: 4/3; margin-bottom: 16px; overflow: hidden; border-radius: 8px; }
.related-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.related-grid article:hover img { transform: scale(1.035); }
.related-grid h3 { margin: 7px 0; font-size: 20px; line-height: 1.2; }
.related-grid h3 a:hover { color: var(--blue); }
.toast { position: fixed; z-index: 280; left: 50%; bottom: 25px; padding: 11px 17px; color: #fff; background: var(--ink); border-radius: 6px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: .2s ease; font-size: 13px; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 760px); }
  .utility-bar { display: none; }
  .header-main { height: 68px; grid-template-columns: auto 1fr auto; gap: 15px; }
  .menu-toggle { display: grid; }
  .brand { justify-self: center; }
  .primary-nav { position: absolute; top: 68px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 18px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 25px rgba(7,17,31,.1); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .primary-nav a::after { display: none; }
  .topic-row { display: none; }
  .hero { padding-top: 20px; }
  .hero-with-ad { grid-template-columns: 1fr; gap: 20px; }
  .hero-with-ad .ad-rectangle { order: -1; }
  .hero-card { min-height: 560px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,9,16,.96) 0%, rgba(3,9,16,.7) 48%, rgba(3,9,16,.1) 85%); }
  .hero-content { left: 28px; bottom: 32px; width: calc(100% - 56px); }
  .hero-content h1 { letter-spacing: -2px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card-large { grid-column: 1 / -1; }
  .story-card-large .story-image { aspect-ratio: 16/9; }
  .review-row { grid-template-columns: 160px 1fr; }
  .rating { grid-column: 2; width: 164px; }
  .guide-grid { grid-template-columns: 1fr; }
  .howto-grid { grid-template-columns: 1fr; }
  .newsletter-inner { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }
  .article-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .toc { margin-top: 0; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 24px); }
  .brand { font-size: 18px; }
  .brand-mark { width: 31px; height: 31px; font-size: 19px; }
  .hero-card { min-height: 535px; border-radius: 9px; }
  .hero-card > img { object-position: 64% center; }
  .hero-content { left: 20px; bottom: 24px; width: calc(100% - 40px); }
  .hero-content h1 { font-size: 36px; letter-spacing: -1.8px; }
  .hero-content p { font-size: 15px; }
  .score-chip { top: 14px; right: 14px; }
  .score-chip span { display: none; }
  .ad-native { margin-top: 38px; padding-inline: 0; }
  .ad-banner { width: 100%; overflow: hidden; }
  .section, .dark-band, .related-section { padding-block: 60px; }
  .section-heading { align-items: flex-start; }
  .section-heading .arrow-link { display: none; }
  .section-heading h2 { font-size: 34px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card-large { grid-column: auto; }
  .story-card-large h3 { font-size: 25px; }
  .review-row { grid-template-columns: 105px 1fr; gap: 16px; }
  .review-thumb { height: 85px; }
  .review-copy h3 { font-size: 20px; }
  .review-copy p { display: none; }
  .rating { grid-column: 1 / -1; grid-template-columns: 55px 1fr; width: 145px; min-width: 0; margin-left: 121px; }
  .rating strong { height: 50px; }
  .guide-card { min-height: 220px; padding: 26px; }
  .guide-card h3 { font-size: 26px; }
  .newsletter { padding-block: 58px; }
  .newsletter h2 { font-size: 33px; }
  .form-row { display: grid; gap: 8px; }
  .form-row input, .form-row button { border-radius: 6px; }
  .form-row button { height: 50px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .article-header { padding-top: 40px; }
  .article-header h1 { font-size: 43px; letter-spacing: -2.4px; }
  .dek { font-size: 18px; }
  .article-meta { flex-wrap: wrap; }
  .article-actions { width: 100%; margin: 10px 0 0; }
  .article-hero { width: 100%; margin-bottom: 40px; }
  .article-hero img { border-radius: 0; }
  .article-hero figcaption { padding-inline: 12px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .toc { display: none; }
  .article-body { font-size: 17px; }
  .article-body .lead { font-size: 20px; }
  .article-body h2 { font-size: 27px; }
  .spec-table > div { grid-template-columns: 120px 1fr; gap: 12px; }
  .pros-cons { grid-template-columns: 1fr; }
  .article-body blockquote { font-size: 22px; }
  .bar-row { grid-template-columns: 1fr 48px; }
  .bar-row > div { grid-column: 1; }
  .bar-row > strong { grid-column: 2; grid-row: 1 / span 2; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
