:root {
  --black: #070706;
  --charcoal: #191714;
  --charcoal-soft: #24201b;
  --cream: #f7f3eb;
  --paper: #fffaf0;
  --ink: #15120e;
  --muted: #756c60;
  --gold: #c8ad77;
  --gold-light: #dfc994;
  --line: rgba(200, 173, 119, .28);
  --white: #fffdf8;
  --radius: 8px;
  --max: 1220px;
  --pad: clamp(20px, 5vw, 72px);
}

@font-face {
  font-family: "Montserrat Local";
  src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden !important; overscroll-behavior-x: none; scroll-behavior: smooth; background: var(--black); }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden !important; overscroll-behavior-x: none; background: var(--cream); color: var(--ink); font-family: "Montserrat Local", Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - (var(--pad) * 2))); margin: 0 auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 15px var(--pad); background: rgba(247, 243, 235, .9); border-bottom: 1px solid rgba(21, 18, 14, .1); backdrop-filter: blur(12px); }
.nav { width: min(var(--max), 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; width: 108px; height: 68px; align-items: center; justify-content: flex-start; }
.brand-logo { width: 108px; height: 68px; object-fit: contain; object-position: left center; }
.brand span { color: var(--gold); font-size: 8px; letter-spacing: .18em; }
.nav-links { display: flex; align-items: center; gap: clamp(12px, 2.5vw, 28px); color: rgba(21, 18, 14, .7); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a:not(.btn):hover { color: var(--gold); }

.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 19px; overflow: hidden; border: 1px solid rgba(200, 173, 119, .62); border-radius: var(--radius); background: var(--gold); color: var(--black); font-size: 13px; font-weight: 900; line-height: 1.1; text-align: center; box-shadow: 0 14px 34px rgba(200, 173, 119, .2); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.btn::before { content: ""; position: absolute; top: -35%; left: -68%; width: 42%; height: 170%; transform: skewX(-18deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent); transition: left .75s ease; }
.btn:hover::before { left: 120%; }
.btn:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 20px 44px rgba(200, 173, 119, .35); }
.btn-small { min-height: 38px; padding: 10px 13px; font-size: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 850; }
.text-link:hover { color: var(--gold); }
.text-link span { color: var(--gold); font-size: 18px; }

.section-light { background: var(--cream); }
.section-dark { background: var(--charcoal); color: var(--white); }
.section-pill { width: min(var(--max), calc(100% - 32px)); margin: 26px auto; border-radius: 34px; box-shadow: 0 -5px 0 var(--gold), 0 24px 80px rgba(20, 14, 6, .2); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .08em; line-height: 1.1; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: 0; font-weight: 900; }
h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(48px, 7.3vw, 92px); }
h2 { margin-bottom: 20px; font-size: clamp(38px, 5vw, 66px); }
h3 { margin-bottom: 12px; font-size: 24px; }
.accent { color: var(--gold); }

.hero { min-height: 94vh; display: grid; align-items: center; padding: 142px 0 82px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(460px, 1.18fr); align-items: center; gap: clamp(28px, 5vw, 76px); }
.hero-copy { max-width: 750px; }
.hero-lead { max-width: 620px; margin-bottom: 28px; font-size: clamp(17px, 1.7vw, 22px); color: #5f574d; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-bottom: 19px; }
.hero-note { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.compare-frame { position: relative; width: min(100%, 900px); aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(200,173,119,.56); border-radius: 24px; background: var(--charcoal); box-shadow: 0 28px 80px rgba(26,19,9,.3); isolation: isolate; touch-action: pan-y; }
.compare-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-after { position: absolute; inset: 0; z-index: 2; overflow: hidden; clip-path: inset(0 calc(100% - var(--compare-position)) 0 0); }
.compare-badge { position: absolute; top: 16px; z-index: 4; padding: 8px 10px; border-radius: 4px; color: var(--white); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.compare-badge-before { left: 16px; background: rgba(7,7,6,.72); }
.compare-badge-after { right: 16px; background: rgba(7,7,6,.82); color: var(--gold-light); }
.compare-divider { position: absolute; top: 0; bottom: 0; left: var(--compare-position); z-index: 5; width: 2px; transform: translateX(-50%); background: var(--gold-light); box-shadow: 0 0 0 1px rgba(7,7,6,.18), 0 0 18px rgba(200,173,119,.8); pointer-events: none; }
.compare-handle { position: absolute; top: 50%; left: 50%; display: grid; width: 48px; height: 48px; place-items: center; transform: translate(-50%, -50%); border: 2px solid var(--gold-light); border-radius: 50%; background: var(--charcoal); color: var(--white); font-size: 22px; line-height: 1; box-shadow: 0 8px 24px rgba(7,7,6,.35); }
.compare-slider { position: absolute; inset: 0; z-index: 10; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; pointer-events: none; }
.compare-slider::-webkit-slider-thumb { width: 48px; height: 100%; appearance: none; cursor: ew-resize; }
.compare-slider::-moz-range-thumb { width: 48px; height: 100%; border: 0; cursor: ew-resize; }
.compare-slider:focus-visible { outline: 2px solid var(--gold-light); outline-offset: -6px; opacity: .08; }
.compare-caption { max-width: 480px; margin: 14px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ai-console { position: relative; z-index: 2; width: min(100%, 375px); padding: 23px; border: 1px solid rgba(200, 173, 119, .46); border-radius: 28px; background: linear-gradient(145deg, #332d25, #0b0a09 72%); color: var(--white); box-shadow: 0 28px 80px rgba(26, 19, 9, .35), inset 0 1px 0 rgba(255,255,255,.12); transform: rotate(3deg); }
.console-top, .console-footer { display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.live-dot { color: var(--gold-light); }
.console-brand { margin: 52px 0 18px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.console-dialog, .console-output { display: flex; align-items: center; gap: 13px; margin-bottom: 13px; padding: 15px; border: 1px solid rgba(200,173,119,.3); border-radius: 12px; background: rgba(255,255,255,.06); }
.console-dialog small, .console-output span { display: block; margin-bottom: 4px; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; }
.console-dialog strong, .console-output strong { display: block; font-size: 14px; line-height: 1.22; }
.dialog-avatar, .output-icon { display: grid; flex: 0 0 39px; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--black); font-size: 11px; font-weight: 950; }
.output-icon { object-fit: cover; border-radius: 10px; border: 1px solid var(--gold); }
.checkmark { margin-left: auto; color: var(--gold-light); font-size: 10px; letter-spacing: .08em; }
.console-footer { padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.signal-orbit { position: absolute; border: 1px solid rgba(200, 173, 119, .35); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; }
.orbit-two { width: 660px; height: 660px; border-color: rgba(200, 173, 119, .16); }
.floating-tag { position: absolute; z-index: 3; padding: 10px 13px; border: 1px solid rgba(200, 173, 119, .4); border-radius: 5px; background: rgba(255,250,240,.9); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .09em; box-shadow: 0 12px 28px rgba(20,14,6,.12); }
.tag-top { top: 18%; right: 1%; }
.tag-bottom { bottom: 17%; left: 2%; background: var(--charcoal); color: var(--gold-light); }

.logo-strip { padding: 18px 0; background: var(--black); color: var(--gold-light); }
.strip-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 16px 24px; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.strip-inner i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.section-dark.section-pill { padding: 78px 0 94px; }
.section-heading { max-width: 780px; margin-bottom: 44px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: end; max-width: none; }
.split-heading p, .section-heading p { margin-bottom: 6px; color: rgba(255,253,248,.68); font-size: 16px; }
.rule-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.rule-card { position: relative; min-height: 360px; padding: 26px 22px; overflow: hidden; border: 1px solid rgba(200,173,119,.26); border-radius: 15px; background: linear-gradient(145deg, rgba(200,173,119,.18), rgba(7,7,6,.4)); }
.rule-card::after { content: ""; position: absolute; inset: auto -20% -35% -30%; width: 150%; height: 60%; background: radial-gradient(ellipse, rgba(200,173,119,.2), transparent 68%); pointer-events: none; }
.card-number { color: var(--gold-light); font-size: 13px; font-weight: 900; }
.rule-icon-image { width: 124px; height: 58px; margin: 34px 0 33px; object-fit: contain; object-position: left center; }
.rule-card h3 { max-width: 220px; color: var(--white); }
.rule-card p { min-height: 136px; color: rgba(255,253,248,.66); font-size: 14px; }
.card-label, .lab-kicker { color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .1em; }

.icon-section { padding: 110px 0; }
.icon-section .section-heading p { color: var(--muted); max-width: 660px; }
.icon-lab { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.icon-card { position: relative; display: flex; flex-direction: column; min-height: 230px; padding: 24px; border: 1px solid rgba(21,18,14,.14); border-radius: 15px; background: var(--paper); box-shadow: 0 16px 34px rgba(50,39,20,.08); }
.lab-icon-image { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; object-position: center; }
.icon-card:nth-child(2) .lab-icon-image, .icon-card:nth-child(3) .lab-icon-image { margin-left: 8px; transform: scale(1.42); transform-origin: left center; }
.icon-card h3 { margin: 8px 0; font-size: 21px; }
.icon-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.lab-index { position: absolute; top: 22px; right: 22px; color: var(--gold); font-weight: 900; }
.notice-box { display: flex; gap: 10px; margin-top: 18px; padding: 16px 20px; border-left: 3px solid var(--gold); background: rgba(200,173,119,.13); color: var(--muted); font-size: 13px; }
.notice-box strong { color: var(--ink); }

.checklist-section { padding: 108px 0; }
.checklist-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px, 8vw, 100px); align-items: start; }
.checklist-section h2 { max-width: 600px; }
.section-copy { max-width: 490px; color: rgba(255,253,248,.65); font-size: 16px; }
.checklist-content > .section-copy { margin: 0 0 30px; }
.checklist-rail { position: relative; padding-left: 78px; }
.checklist-track { position: absolute; top: 27px; bottom: 27px; left: 26px; width: 3px; overflow: hidden; background: rgba(255,253,248,.22); }
.checklist-progress { position: absolute; inset: 0; display: block; transform: scaleY(0); transform-origin: top center; background: linear-gradient(180deg, var(--gold-light), var(--gold)); box-shadow: 0 0 16px rgba(223,201,148,.72); }
.checklist { margin: 0; padding: 0; list-style: none; }
.checklist li { position: relative; min-height: 104px; padding: 18px 0; border-top: 1px solid rgba(255,253,248,.14); }
.checklist li:last-child { border-bottom: 1px solid rgba(255,253,248,.14); }
.rail-dot { position: absolute; top: 17px; left: -78px; display: grid; width: 54px; height: 54px; place-items: center; transform: scale(.58); border: 2px solid rgba(223,201,148,.62); border-radius: 50%; background: var(--charcoal); color: rgba(223,201,148,.62); font-size: 13px; font-weight: 950; opacity: .55; transition: transform .55s cubic-bezier(.22,1,.36,1), background .35s ease, border-color .35s ease, color .35s ease, opacity .35s ease, box-shadow .35s ease; }
.checklist li.is-active .rail-dot { transform: scale(1); border-color: var(--gold-light); background: var(--gold); color: var(--black); opacity: 1; box-shadow: 0 0 0 7px rgba(200,173,119,.12), 0 0 26px rgba(223,201,148,.5); }
.checklist strong { display: block; margin-bottom: 6px; color: var(--white); font-size: 18px; }
.checklist small { color: rgba(255,253,248,.6); font-size: 13px; }

.icon-download-section { padding: 100px 0; }
.icon-download-card { display: grid; grid-template-columns: 1fr; gap: 42px; align-items: start; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.icon-download-card h2 .accent { color: var(--gold); }
.icon-download-card > div:first-child p:not(.eyebrow) { max-width: 620px; color: rgba(21,18,14,.72); font-size: 17px; }
.icon-download-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; color: rgba(21,18,14,.68); font-size: 11px; font-weight: 900; letter-spacing: .07em; }
.icon-download-meta span { padding-right: 10px; border-right: 1px solid rgba(21,18,14,.26); }
.icon-download-meta span:last-child { border-right: 0; }
.icon-showcase { width: min(100%, 820px); margin: 34px auto 0; }
.showcase-label { margin: 0 0 12px; color: rgba(21,18,14,.58); font-size: 10px; font-weight: 950; letter-spacing: .12em; }
.icon-showcase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.icon-showcase-grid figure { min-height: 94px; margin: 0; padding: 12px; border: 1px solid rgba(255,253,248,.16); border-radius: 10px; background: var(--charcoal); }
.icon-showcase-grid figure.is-negative { border-color: rgba(21,18,14,.16); background: var(--gold); }
.icon-showcase-grid img { width: 100%; height: 55px; object-fit: contain; }
.rule-icon-image, .lab-icon-image, .icon-showcase-grid img { pointer-events: none; user-select: none; -webkit-user-drag: none; }
.rule-card, .icon-card, .icon-showcase-grid figure { user-select: none; }
.icon-showcase-grid figcaption { margin-top: 7px; color: rgba(255,253,248,.62); font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.icon-showcase-grid .is-negative figcaption { color: rgba(21,18,14,.68); }
.icon-download-panel { width: min(100%, 820px); margin: 0 auto; align-self: start; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(21,18,14,.12); border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 55px rgba(31,21,9,.16); }
.download-panel-mark { margin-bottom: 12px; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.icon-download-panel h3 { margin-bottom: 8px; color: var(--ink); font-size: clamp(24px, 3vw, 32px); }
.download-panel-copy { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
label { display: block; margin-bottom: 8px; color: rgba(255,253,248,.72); font-size: 12px; font-weight: 800; }
.icon-download-panel label { color: var(--ink); }
.form-row { display: flex; gap: 9px; }
input { min-width: 0; flex: 1; padding: 14px 15px; border: 1px solid rgba(255,253,248,.2); border-radius: var(--radius); outline: none; background: rgba(255,255,255,.08); color: var(--white); font: inherit; }
.icon-download-panel input { border-color: rgba(21,18,14,.2); background: var(--white); color: var(--ink); }
input::placeholder { color: rgba(255,253,248,.42); }
.icon-download-panel input::placeholder { color: rgba(21,18,14,.46); }
input:focus { border-color: var(--gold-light); box-shadow: 0 0 0 3px rgba(200,173,119,.16); }
.form-row .btn { flex: 0 0 auto; min-height: 48px; }
.consent-row { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; margin-top: 14px; color: rgba(255,253,248,.66); font-size: 11px; line-height: 1.45; }
.icon-download-panel .consent-row { color: var(--muted); }
.consent-row input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--gold-light); }
.consent-row a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.icon-download-panel .consent-row a { color: #9a7a3e; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.form-row .btn:disabled { cursor: wait; opacity: .62; transform: none; }
.privacy-note { margin: 13px 0 0; color: rgba(255,253,248,.56); font-size: 10px; line-height: 1.5; }
.icon-download-panel .privacy-note { color: var(--muted); }
.privacy-note a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 2px; }
.icon-download-panel .privacy-note a { color: #9a7a3e; }
.form-hint { margin: 11px 0 0; color: rgba(255,253,248,.46); font-size: 11px; }
.icon-download-panel .form-hint { color: var(--muted); }
.form-status { min-height: 18px; margin-top: 10px; color: var(--gold-light); font-size: 12px; }
.icon-download-panel .form-status { color: #9a7a3e; }
.download-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; margin-top: 15px; padding: 14px 16px; border: 1px solid var(--gold); border-radius: var(--radius); color: var(--gold-light); font-size: 13px; font-weight: 900; }
.download-link:hover { background: rgba(200,173,119,.12); }

.source-section { padding: 72px 0; background: var(--paper); }
.source-inner { display: grid; grid-template-columns: .8fr 1fr .8fr; gap: 42px; align-items: end; }
.source-inner h2 { font-size: clamp(32px, 4vw, 52px); }
.source-inner > p { color: var(--muted); font-size: 13px; transform: translateY(22px); }
.source-links { display: grid; gap: 9px; color: var(--ink); font-size: 12px; font-weight: 850; }
.source-links a:hover { color: var(--gold); }
.site-footer { padding: 72px 0 22px; background: var(--black); color: rgba(244,240,232,.72); font-size: 12px; }
.site-footer-grid { display: grid; grid-template-columns: minmax(240px, 1.5fr) repeat(2, minmax(150px, .75fr)); gap: clamp(30px, 7vw, 110px); padding-bottom: 54px; }
.site-footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.site-footer-logo { color: var(--white); font-size: clamp(23px, 2.4vw, 35px); font-weight: 950; letter-spacing: 0; }
.site-footer-brand p { margin: 0; color: var(--gold-light); font-weight: 850; }
.site-footer-brand > span { max-width: 28ch; margin-top: 14px; color: rgba(244,240,232,.62); line-height: 1.5; }
.site-footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.site-footer-label { margin-bottom: 7px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-footer-nav a { color: rgba(244,240,232,.72); transition: color .2s ease, transform .2s ease; }
.site-footer-nav a:hover, .site-footer-logo:hover { color: var(--white); }
.site-footer-nav a:hover { transform: translateX(4px); }
.site-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 20px; border-top: 1px solid rgba(200,173,119,.2); color: rgba(244,240,232,.44); font-size: 12px; }

[hidden] { display: none !important; }
.reveal, .reveal-up, .reveal-section { will-change: transform, opacity; }

@media (max-width: 900px) {
  .hero-grid, .split-heading, .checklist-grid, .icon-download-card, .source-inner { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { margin-top: 8px; }
  .rule-grid { grid-template-columns: repeat(2, 1fr); }
  .icon-lab { grid-template-columns: 1fr; }
  .source-inner { gap: 24px; align-items: start; }
  .source-inner > p { transform: none; }
  .site-footer { padding: 56px 0 20px; }
  .site-footer-grid { grid-template-columns: 1fr; gap: 34px; padding-bottom: 38px; }
  .site-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 921px) {
  .hero-grid { grid-template-columns: minmax(360px, .95fr) minmax(440px, 1.05fr); gap: clamp(32px, 4vw, 60px); }
  .hero-line { white-space: nowrap; }
  .hero h1 { font-size: clamp(46px, 5.2vw, 68px); }
  .hero-visual { margin-top: 34px; }
  .compare-frame { width: min(108%, 980px); }
}

@media (max-width: 620px) {
  :root { --pad: 18px; }
  html, body { position: relative; width: 100%; max-width: 100%; overflow-x: clip; overscroll-behavior-x: none; }
  *, *::before, *::after { max-width: 100%; }
  .site-header, main, footer, section, .wrap { width: 100%; max-width: 100%; overflow-x: hidden; }
  .wrap { width: calc(100% - (var(--pad) * 2)); max-width: calc(100% - (var(--pad) * 2)); overflow-x: hidden; }
  .site-header { padding: 9px 14px; }
  .nav { min-width: 0; gap: 10px; }
  .brand, .brand-logo { width: 76px; height: 50px; }
  .nav-links a:not(.btn) { display: none; }
  .nav-links { min-width: 0; margin-left: auto; gap: 5px; }
  .site-header .nav-links .btn-small { min-height: 36px; padding: 8px 7px; font-size: 8px; white-space: nowrap; }
  .site-header .nav-links .btn-small::after { margin-left: 4px; font-size: 11px; }
  .hero { padding-top: 120px; }
  .hero-grid, .split-heading, .rule-grid, .icon-lab, .checklist-grid, .icon-download-card, .source-inner, .site-footer-grid { width: 100%; min-width: 0; max-width: 100%; }
  .hero-copy, .hero-visual, .icon-download-card > *, .source-inner > *, .site-footer-grid > * { min-width: 0; max-width: 100%; }
  .hero-grid, .checklist-grid, .icon-download-card, .source-inner, .site-footer-grid { width: calc(100% - (var(--pad) * 2)); max-width: calc(100% - (var(--pad) * 2)); margin-left: auto; margin-right: auto; }
  h1 { font-size: clamp(43px, 14vw, 66px); }
  h2 { font-size: clamp(35px, 10vw, 52px); }
  h3 { font-size: 21px; }
  .eyebrow { gap: 7px; margin-bottom: 14px; font-size: 10px; letter-spacing: .06em; }
  .eyebrow::before { width: 25px; }
  .hero-lead { margin-bottom: 22px; font-size: 16px; }
  .hero-actions, .form-row { align-items: stretch; flex-direction: column; }
  .hero-actions .btn, .form-row .btn { width: 100%; }
  .hero-actions { gap: 14px; }
  .hero-visual { min-height: 0; margin-top: 18px; transform: none; }
  .compare-frame { width: 100%; border-radius: 18px; }
  .compare-divider, .compare-handle { max-width: none; }
  .compare-caption { padding: 0 10px; font-size: 11px; }
  .compare-badge { top: 10px; max-width: calc(50% - 18px); padding: 7px 8px; overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .compare-badge-before { left: 10px; }
  .compare-badge-after { right: 10px; }
  .compare-handle { width: 42px; height: 42px; font-size: 19px; }
  .signal-orbit, .floating-tag { display: none; }
  .orbit-two { width: 100%; height: auto; }
  .rule-grid { grid-template-columns: 1fr; }
  .section-dark.section-pill { padding: 58px 0 68px; }
  .section-pill { width: calc(100% - 18px); border-radius: 24px; }
  .section-pill > .wrap { width: calc(100% - 36px); }
  .rule-card { min-height: 0; }
  .rule-card p { min-height: 0; }
  .rule-card { padding: 20px 18px; }
  .rule-icon-image { width: 112px; height: 54px; margin: 26px 0 24px; }
  .icon-section, .checklist-section, .icon-download-section { padding: 64px 0; }
  .icon-card { grid-template-columns: 70px 1fr; padding: 18px; }
  .lab-icon-image { width: 70px; height: 70px; }
  .icon-card:nth-child(2) .lab-icon-image, .icon-card:nth-child(3) .lab-icon-image { margin-left: 0; transform: none; }
  .notice-box { flex-direction: column; gap: 6px; padding: 14px 16px; font-size: 12px; }
  .checklist-grid { gap: 36px; }
  .checklist-section h2 { margin-bottom: 0; }
  .section-copy { font-size: 14px; }
  .checklist-rail { padding-left: 59px; }
  .checklist-track { left: 19px; }
  .rail-dot { left: -59px; width: 44px; height: 44px; font-size: 11px; }
  .checklist li { min-height: 0; padding: 16px 0 18px; }
  .checklist strong { font-size: 16px; }
  .checklist small { display: block; font-size: 12px; }
  .icon-download-card { padding: 0; border-radius: 0; }
  .icon-download-card { gap: 30px; padding: 0; }
  .icon-download-card h2 { max-width: 100%; margin-bottom: 16px; font-size: clamp(31px, 9.4vw, 43px); line-height: 1.02; overflow-wrap: normal; word-break: normal; hyphens: none; }
  .icon-download-card > div:first-child p:not(.eyebrow) { font-size: 15px; }
  .icon-download-card > div:first-child > p:not(.eyebrow) { max-width: none; }
  .icon-download-meta { gap: 8px; margin-top: 22px; font-size: 9px; }
  .icon-download-meta span { padding-right: 8px; }
  .icon-showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .icon-showcase-grid figure { min-width: 0; padding: 10px 8px; }
  .icon-showcase-grid img { height: 48px; }
  .icon-showcase-grid figcaption { font-size: 8px; overflow-wrap: anywhere; }
  .icon-download-panel { padding: 18px; }
  .icon-download-panel h3 { font-size: 24px; }
  .download-panel-copy { margin-bottom: 20px; }
  .form-row { flex-direction: column; }
  .form-row .btn { width: 100%; }
  .consent-row { grid-template-columns: 17px minmax(0, 1fr); font-size: 10px; }
  .source-section { padding: 58px 0; }
  .source-inner { gap: 28px; }
  .source-inner h2 { max-width: 100%; font-size: 35px; overflow-wrap: anywhere; word-break: normal; }
  .source-inner > p { max-width: 100%; overflow-wrap: anywhere; word-break: normal; }
  .source-links { max-width: 100%; font-size: 11px; overflow-wrap: anywhere; word-break: normal; }
  .site-footer { padding-top: 54px; }
  .site-footer-grid { gap: 30px; }
  .site-footer-bottom { gap: 8px; font-size: 10px; }
}
