:root {
  --ink: #080a0c;
  --ink-2: #111519;
  --paper: #f2eee5;
  --paper-2: #e8e2d6;
  --white: #fffdf8;
  --lime: #caff28;
  --cyan: #2ed8e7;
  --muted: #666967;
  --line: #c9c2b5;
  --dark-line: #2d3236;
  --shell: 1240px;
  --shadow: 0 24px 60px rgba(5, 7, 9, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 3px; }
p { margin-top: 0; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.skip { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .75rem 1rem; background: var(--lime); color: var(--ink); font-weight: 800; }
.skip:focus { top: 1rem; }
.eyebrow { margin: 0; color: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: #537008; }

/* Header */
.site-head { position: relative; z-index: 50; border-bottom: 1px solid var(--dark-line); background: var(--ink); color: #fff; }
.head-inner { display: flex; height: 78px; align-items: center; justify-content: space-between; }
.brand-logo { text-decoration: none; }
.wordmark { display: inline-flex; gap: .5em; font-size: 1.3rem; font-weight: 900; letter-spacing: .2em; line-height: 1; }
.wordmark b { color: var(--lime); }
.desktop-nav { display: flex; gap: 34px; align-items: center; }
.desktop-nav a { position: relative; color: #e9e8e3; font-size: .7rem; font-weight: 900; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -10px; left: 0; height: 2px; background: var(--lime); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: grid; width: 42px; height: 42px; place-content: center; border: 1px solid #555b60; border-radius: 50%; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 16px; height: 1.5px; margin: 2.5px 0; background: #fff; }
.mobile-links { position: absolute; top: 50px; right: 0; display: grid; min-width: 200px; padding: 10px; border: 1px solid #3b4044; border-radius: 14px; background: var(--ink-2); box-shadow: var(--shadow); }
.mobile-links a { padding: 12px; border-bottom: 1px solid #303438; color: #fff; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.mobile-links a:last-child { border: 0; }

/* Shared actions */
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-neon { border-color: var(--lime); background: var(--lime); color: var(--ink); box-shadow: 0 0 32px rgba(202, 255, 40, .14); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--lime); font-size: 1rem; }
.text-link.inverse { color: #fff; }

/* Homepage hero */
.home-hero { overflow: hidden; padding: 76px 0 0; background: radial-gradient(circle at 80% 15%, #20282c 0, transparent 34%), var(--ink); color: #fff; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr); gap: 72px; align-items: center; }
.hero-copy { padding-bottom: 34px; }
.hero-copy h1 { max-width: 620px; margin: 18px 0 26px; font: 400 clamp(4.5rem, 7.3vw, 7.2rem)/.86 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
.hero-copy h1 em { color: var(--lime); font-style: normal; }
.hero-dek { max-width: 550px; color: #b9bdbe; font-size: 1.1rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 26px; align-items: center; margin-top: 30px; }
.hero-visual { position: relative; display: block; min-height: 590px; overflow: hidden; border: 1px solid #41484d; border-radius: 28px 28px 0 0; background: #0a0c0e; color: #fff; text-decoration: none; box-shadow: 0 30px 80px rgba(0, 0, 0, .36); isolation: isolate; }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(4, 6, 7, .08) 36%, rgba(4, 6, 7, .96) 100%); }
.hero-index, .hero-label, .hero-story { position: absolute; z-index: 2; }
.hero-index { top: 16px; right: 22px; color: rgba(255, 255, 255, .45); font: 400 5.5rem/1 Georgia, serif; }
.hero-label { top: 22px; left: 22px; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .42); border-radius: 999px; background: rgba(5, 7, 9, .68); font-size: .56rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-story { right: 28px; bottom: 28px; left: 28px; display: grid; grid-template-columns: 1fr auto; gap: 9px 18px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .35); }
.hero-story small { grid-column: 1 / -1; color: var(--lime); font-size: .62rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-story strong { max-width: 580px; font: 400 clamp(1.8rem, 2.9vw, 2.8rem)/1.02 Georgia, serif; }
.hero-story i { align-self: end; color: var(--lime); font-size: 1.7rem; font-style: normal; }
.proof-strip { display: grid; grid-template-columns: 1.2fr 1fr .85fr; margin-top: 0; border-inline: 1px solid var(--dark-line); }
.proof-strip > div { display: grid; min-height: 98px; align-content: center; padding: 0 28px; border-right: 1px solid var(--dark-line); }
.proof-strip > div:last-child { border: 0; }
.proof-strip span { color: #73797d; font-size: .59rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.proof-strip strong { margin-top: 4px; font: 400 1rem Georgia, serif; }

/* Homepage content */
.home-section { padding: 112px 0; }
.field-notes { background: radial-gradient(circle at 14% 0, rgba(255, 255, 255, .9), transparent 34rem), var(--paper); }
.section-intro { display: grid; grid-template-columns: 1fr 380px; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-intro h2 { margin: 10px 0 0; font: 400 clamp(3.8rem, 6vw, 6rem)/.91 Georgia, serif; letter-spacing: -.05em; }
.section-intro > p { margin: 0; color: #555958; font-size: 1rem; }
.section-intro.compact { grid-template-columns: 1fr; }
.section-intro.compact h2 { font-size: clamp(3rem, 4.5vw, 4.5rem); }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr); gap: 22px; }
.lead-card { overflow: hidden; border-radius: 26px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.lead-media { display: block; overflow: hidden; background: #050708; }
.lead-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.lead-card:hover .lead-media img { transform: scale(1.015); }
.lead-copy { padding: 34px 36px 36px; }
.lead-copy h3 { margin: 11px 0 15px; font: 400 clamp(2.6rem, 4.4vw, 4.5rem)/.98 Georgia, serif; letter-spacing: -.04em; }
.lead-copy h3 a { text-decoration: none; }
.lead-copy > p { max-width: 720px; color: #b8bcbd; }
.lead-meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #363b3e; color: #858a8d; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lead-meta a { color: var(--lime); text-decoration: none; }
.supporting-grid { display: grid; gap: 16px; }
.story-card { display: grid; grid-template-columns: 158px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.card-media { display: block; min-height: 100%; overflow: hidden; background: var(--ink); }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-copy { display: flex; min-width: 0; flex-direction: column; padding: 22px; }
.card-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-kicker span { color: #686b67; font: 400 .9rem Georgia, serif; }
.card-kicker p { margin: 0; color: #537008; font-size: .57rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.story-card h3 { margin: 10px 0 9px; font: 400 1.5rem/1.05 Georgia, serif; }
.story-card h3 a { text-decoration: none; }
.story-card .card-copy > p { display: -webkit-box; overflow: hidden; margin-bottom: 17px; color: #626563; font-size: .82rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.read { display: inline-flex; gap: 7px; align-items: center; margin-top: auto; color: #4f6909; font-size: .59rem; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.method-section { padding: 112px 0; background: var(--ink); color: #fff; }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-copy { position: sticky; top: 32px; }
.method-copy h2 { margin: 12px 0 24px; font: 400 clamp(3.8rem, 5.7vw, 5.8rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.method-copy > p { max-width: 540px; color: #b4b8ba; font-size: 1.04rem; }
.method-copy .text-link { margin-top: 18px; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.method-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0; border-bottom: 1px solid var(--dark-line); }
.method-list li > span { color: var(--lime); font-size: .67rem; font-weight: 900; letter-spacing: .16em; }
.method-list strong { font: 400 1.85rem Georgia, serif; }
.method-list p { max-width: 520px; margin: 7px 0 0; color: #858b8e; }
.home-cta { padding: 90px 0; background: linear-gradient(115deg, #12171a, #080a0c); color: #fff; }
.cta-layout { display: grid; grid-template-columns: 160px 1fr auto; gap: 45px; align-items: end; }
.cta-layout h2 { margin: 0; font: 400 clamp(3.5rem, 5.5vw, 5.6rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.cta-layout > div { display: grid; gap: 18px; justify-items: start; }

/* Listing pages */
.listing-hero { padding: 90px 0 70px; background: radial-gradient(circle at 75% 25%, #273035, transparent 34%), var(--ink); color: #fff; }
.listing-hero h1 { margin: 12px 0 18px; font: 400 clamp(5rem, 10vw, 9rem)/.82 Georgia, serif; letter-spacing: -.06em; }
.listing-hero > .shell > p:last-child { max-width: 700px; color: #b1b6b8; font-size: 1.15rem; }
.listing-section { padding: 78px 0 110px; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.card-grid .story-card { grid-template-columns: 1fr; }
.card-grid .card-media { aspect-ratio: 16 / 9; }
.card-grid .card-copy { min-height: 275px; padding: 28px; }
.card-grid .story-card h3 { font-size: clamp(2rem, 3vw, 2.8rem); }
.card-grid .story-card .card-copy > p { display: block; overflow: visible; font-size: .95rem; }

/* Articles */
.article-hero { padding: 70px 0 58px; background: var(--ink); color: #fff; }
.article-head-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 70px; align-items: center; }
.breadcrumbs { display: flex; gap: 12px; align-items: center; font-size: .64rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs b { color: var(--cyan); }
.updated { margin: 32px 0 14px; color: #7f8588; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-head-copy h1 { max-width: 780px; margin: 0; font: 400 clamp(3.7rem, 6.4vw, 6.5rem)/.92 Georgia, serif; letter-spacing: -.05em; }
.dek { max-width: 700px; margin: 22px 0 0; color: #b3b7b9; font: 400 1.25rem/1.5 Georgia, serif; }
.byline { display: flex; gap: 12px; align-items: center; margin-top: 28px; }
.brand-avatar { display: grid; width: 46px; height: 46px; flex: 0 0 46px; place-items: center; border: 1px solid #61696e; border-radius: 50%; background: #171c1f; color: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .08em; }
.byline b { display: block; font: 700 .88rem Georgia, serif; }
.byline small { display: block; color: #747b7f; font-size: .65rem; }
.article-cover { overflow: hidden; border: 1px solid #373d40; border-radius: 24px; background: #0e1113; box-shadow: 0 26px 60px rgba(0, 0, 0, .3); }
.article-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.article-lead { max-width: 920px; padding: 34px 0 8px; font: 400 1.35rem/1.55 Georgia, serif; }
.article-grid { display: grid; grid-template-columns: minmax(0, 790px) 250px; gap: 68px; align-items: start; justify-content: center; }
.article-body { font: 400 1.08rem/1.76 Georgia, serif; }
.article-body > p:first-child { margin-top: 0; }
.article-body h2 { scroll-margin-top: 25px; margin: 3rem 0 1rem; font: 400 2.9rem/1 Georgia, serif; letter-spacing: -.035em; }
.article-body h3 { margin: 2.2rem 0 .7rem; font: 400 1.75rem/1.1 Georgia, serif; }
.article-body a { color: #086d78; }
.article-body ul, .article-body ol { padding-left: 1.35rem; }
.article-body li { margin: .45rem 0; }
.quick-take { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin: 28px 0 45px; padding: 30px; border: 1px solid #3a4145; border-radius: 22px; background: radial-gradient(circle at 90% 0, rgba(202, 255, 40, .18), transparent 38%), var(--ink); color: #fff; box-shadow: var(--shadow); }
.quick-take h2 { margin: 12px 0 10px; color: #fff; font-size: 2.5rem; }
.quick-take p:last-child { max-width: 520px; color: #afb4b5; font-family: Arial, sans-serif; font-size: .92rem; line-height: 1.55; }
.quick-take > a { color: var(--lime); font: 900 .62rem/1.4 Arial, sans-serif; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.callout { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--cyan); background: #dff3f1; font-family: Arial, sans-serif; }
.table-wrap { overflow-x: auto; margin: 30px 0; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
table { width: 100%; border-collapse: collapse; font: 400 .9rem/1.45 Arial, sans-serif; }
th, td { padding: 15px; border-bottom: 1px solid #ded9cf; text-align: left; vertical-align: top; }
th { background: var(--ink); color: #fff; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
tr:last-child td { border: 0; }
.pick-card { margin: 30px 0; padding: 28px; border-radius: 20px; background: var(--ink); color: #fff; }
.pick-card > p { color: #c4c7c8; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 22px; border-top: 1px solid #353a3e; }
.pros-cons h4 { color: var(--lime); font-family: Arial, sans-serif; }
.pros-cons .cons h4 { color: #ff705b; }
.toc { position: sticky; top: 24px; margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 253, 248, .82); }
.toc strong { display: block; margin-bottom: 10px; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.toc a { display: block; padding: 8px 0; border-bottom: 1px solid #ddd7cc; font-size: .83rem; text-decoration: none; }
.toc a:last-child { border: 0; }
.editorial-note { display: grid; grid-template-columns: 58px 1fr; gap: 22px; margin: 48px 0; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.editorial-note .brand-avatar { width: 58px; height: 58px; }
.editorial-note h2 { margin: 3px 0 10px; font-size: 2rem; }
.related-section { padding: 88px 0; background: var(--ink); color: #fff; }
.related-section .story-card { border-color: #32383b; background: #111518; }
.related-section .story-card .card-copy > p { color: #909699; }
.related-section .read { color: var(--lime); }

/* About, policies, error */
.about-hero { padding: 96px 0; background: radial-gradient(circle at 75% 20%, #273035, transparent 35%), var(--ink); color: #fff; }
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.about-grid h1 { margin: 12px 0 0; font: 400 clamp(4.5rem, 7.8vw, 7.8rem)/.84 Georgia, serif; letter-spacing: -.055em; }
.about-grid h1 em { color: var(--lime); font-style: normal; }
.about-grid > p { color: #b2b7b9; font: 400 1.3rem/1.55 Georgia, serif; }
.about-section { padding: 96px 0 120px; }
.about-layout { display: grid; grid-template-columns: 250px 1fr; gap: 85px; }
.about-layout > aside { position: sticky; top: 30px; align-self: start; }
.brand-mark-large { display: grid; width: 180px; height: 180px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); font: 900 2.4rem/1 Arial, sans-serif; letter-spacing: .1em; box-shadow: var(--shadow); }
.about-layout > aside p { margin-top: 18px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-copy { max-width: 820px; font: 400 1.08rem/1.7 Georgia, serif; }
.about-copy > h2 { margin: 0 0 18px; font: 400 3.2rem/1 Georgia, serif; }
.about-copy > h2:not(:first-child) { margin-top: 64px; }
.about-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 38px; border: 1px solid var(--line); background: var(--line); }
.about-steps article { min-height: 220px; padding: 28px; background: var(--white); }
.about-steps b { color: #55710a; font: 900 .68rem/1 Arial, sans-serif; letter-spacing: .14em; }
.about-steps h3 { margin: 18px 0 9px; font: 400 1.6rem/1 Georgia, serif; }
.about-steps p { color: #626562; font: 400 .93rem/1.55 Arial, sans-serif; }
.legal-hero h1 { font-size: clamp(4rem, 8vw, 7rem); }
.legal { max-width: 850px; padding: 55px 0 110px; }
.legal section { padding: 18px 0 25px; border-bottom: 1px solid var(--line); }
.legal h2 { margin: 0 0 12px; font: 400 2.1rem/1 Georgia, serif; }
.legal p { color: #4f5351; }
.error-page { display: grid; min-height: 72vh; place-items: center; background: var(--ink); color: #fff; text-align: center; }
.error-code { color: var(--lime); font: 400 clamp(9rem, 25vw, 19rem)/.78 Georgia, serif; letter-spacing: -.08em; }
.error-page h1 { margin: 20px 0 8px; font: 400 2.3rem/1 Georgia, serif; }
.error-page p { color: #959b9e; }
.error-page .button { margin-top: 18px; }

/* Footer */
.site-foot { padding: 58px 0 24px; border-top: 1px solid var(--dark-line); background: var(--ink); color: #d9dbd8; }
.foot-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 48px; }
.foot-brand p { max-width: 410px; margin-top: 20px; color: #848a8d; }
.foot-title { color: var(--lime); font-size: .64rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.foot-links { display: grid; gap: 9px; }
.foot-links a, .foot-email { color: #c2c5c4; font-size: .85rem; text-decoration: none; }
.foot-copy { margin-bottom: 7px; color: #848a8d; font-size: .85rem; }
.foot-bottom { display: flex; justify-content: space-between; margin-top: 45px; padding-top: 20px; border-top: 1px solid var(--dark-line); color: #8e9598; font-size: .7rem; }

@media (max-width: 1050px) {
  .shell { width: min(100% - 42px, 920px); }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .hero-copy h1 { font-size: clamp(4rem, 8vw, 5.5rem); }
  .hero-visual { min-height: 520px; }
  .feature-grid { grid-template-columns: 1fr; }
  .supporting-grid { grid-template-columns: repeat(3, 1fr); }
  .supporting-grid .story-card { grid-template-columns: 1fr; }
  .supporting-grid .card-media { aspect-ratio: 16 / 9; }
  .method-layout { gap: 55px; }
  .article-head-grid { grid-template-columns: 1fr; }
  .article-cover { max-width: 760px; }
  .cta-layout { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 36px); }
  .head-inner { height: 64px; }
  .wordmark { font-size: 1.02rem; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .home-hero { padding-top: 46px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { padding-bottom: 0; }
  .hero-copy h1 { font-size: clamp(3.75rem, 16vw, 5rem); }
  .hero-dek { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 455px; border-radius: 22px 22px 0 0; }
  .hero-index { font-size: 4rem; }
  .hero-story { right: 20px; bottom: 20px; left: 20px; }
  .hero-story strong { font-size: 2rem; }
  .proof-strip { grid-template-columns: 1fr; border-inline: 0; }
  .proof-strip > div { min-height: 78px; padding: 0 18px; border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .home-section, .method-section { padding: 74px 0; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .section-intro h2 { font-size: clamp(3.2rem, 14vw, 4.2rem); }
  .feature-grid { gap: 16px; }
  .lead-copy { padding: 25px 23px 28px; }
  .lead-copy h3 { font-size: 2.5rem; }
  .lead-meta { align-items: flex-start; flex-direction: column; }
  .supporting-grid { grid-template-columns: 1fr; }
  .supporting-grid .story-card { grid-template-columns: 130px 1fr; }
  .supporting-grid .card-media { aspect-ratio: auto; }
  .method-layout { grid-template-columns: 1fr; gap: 50px; }
  .method-copy { position: static; }
  .method-copy h2 { font-size: clamp(3.2rem, 14vw, 4.4rem); }
  .method-list li { grid-template-columns: 46px 1fr; gap: 16px; }
  .method-list strong { font-size: 1.55rem; }
  .home-cta { padding: 72px 0; }
  .cta-layout h2 { font-size: clamp(3.2rem, 14vw, 4.4rem); }
  .listing-hero { padding: 62px 0 48px; }
  .listing-hero h1 { font-size: clamp(4.6rem, 22vw, 6.4rem); }
  .legal-hero h1 { font-size: clamp(3.3rem, 17vw, 4.2rem); }
  .listing-section { padding: 54px 0 78px; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid .card-copy { min-height: 0; }
  .article-hero { padding: 42px 0 36px; }
  .article-head-grid { gap: 36px; }
  .article-head-copy h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .dek { font-size: 1.02rem; }
  .article-cover { border-radius: 17px; }
  .article-lead { width: calc(100% - 48px); padding-top: 24px; font-size: 1.05rem; }
  .article-grid { display: block; width: calc(100% - 36px); }
  .toc { display: none; }
  .article-body { font-size: 1rem; }
  .article-body h2 { font-size: 2.25rem; }
  .quick-take { grid-template-columns: 1fr; align-items: start; margin-top: 12px; padding: 24px; }
  .quick-take h2 { font-size: 2.1rem; }
  .pros-cons { grid-template-columns: 1fr; }
  .editorial-note { grid-template-columns: 1fr; }
  .related-section { padding: 68px 0; }
  .about-hero { padding: 64px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-grid h1 { font-size: clamp(4rem, 17vw, 5.4rem); }
  .about-grid > p { font-size: 1.05rem; }
  .about-section { padding: 68px 0 88px; }
  .about-layout { grid-template-columns: 1fr; gap: 48px; }
  .about-layout > aside { position: static; }
  .brand-mark-large { width: 132px; height: 132px; }
  .about-copy > h2 { font-size: 2.7rem; }
  .about-steps { grid-template-columns: 1fr; }
  .about-steps article { min-height: 0; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .foot-brand { grid-column: 1 / -1; }
  .foot-bottom { display: grid; gap: 6px; }
}

@media (max-width: 380px) {
  .hero-copy h1 { font-size: 3.45rem; }
  .hero-visual { min-height: 420px; }
  .supporting-grid .story-card { grid-template-columns: 110px 1fr; }
  .card-copy { padding: 18px; }
  .story-card h3 { font-size: 1.35rem; }
  .foot-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
