:root {
  --ink: #182019;
  --ink-soft: #263228;
  --paper: #fbf9f4;
  --cream: #f1ede3;
  --warm: #dfd8c8;
  --sage: #dcebd6;
  --muted: #687069;
  --green: #b7ef6c;
  --green-deep: #2d7a36;
  --brown: #3d2b1f;
  --gold: #c5a059;
  --line: rgba(24, 32, 25, 0.14);
  --white-line: rgba(251, 249, 244, 0.18);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 80px rgba(24, 32, 25, 0.16);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
body, a, button { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { background: var(--paper); border: 2px solid var(--green-deep); left: 16px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.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; }
.page-shell { width: min(1180px, calc(100% - 64px)); margin: 0 auto; position: relative; z-index: 2; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-ink { background: #1f2a21; color: var(--paper); }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-sage { background: var(--sage); }
.eyebrow { margin: 0 0 20px; color: var(--green-deep); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: var(--green); }
.eyebrow-dot, .proof-mark { color: var(--green); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(169, 235, 99, 0.14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -0.05em; }
h1 em, h2 em { color: var(--green-deep); font-style: normal; }
.section-dark h1 em, .section-dark h2 em, .section-ink h1 em, .section-ink h2 em { color: var(--green); }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 3.6vw, 4rem); line-height: 1.02; }
h3 { font-size: 1.2rem; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 0.92rem; font-weight: 700; gap: 18px; justify-content: center; min-height: 52px; padding: 13px 19px 13px 23px; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-accent, .button-lime { background: var(--green); color: var(--ink); }
.button-accent:hover, .button-lime:hover { background: #c7f58e; }
.button-compact { min-height: 48px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #35382d; }
.button-outline { border-color: var(--line); color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: rgba(23, 24, 19, 0.05); }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: #d8b973; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid currentColor; padding-bottom: 2px; font-size: 0.9rem; font-weight: 700; }
.text-link-light { color: var(--paper); }
.text-link:hover { opacity: 0.72; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 249, 244, 0.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.admin-bar .site-header { top: 32px; }
.nav-shell { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; min-height: 78px; padding: 0 32px; width: min(1320px, 100%); }
.brand { align-items: center; display: inline-flex; gap: 9px; }
.brand-mark { height: 42px; object-fit: contain; width: 42px; }
.brand-logo { display: block; height: 42px; object-fit: contain; width: auto; }
.brand-name { color: var(--ink); font-family: var(--serif); font-size: 1.52rem; font-variation-settings: "SOFT" 50, "WONK" 0; font-weight: 700; letter-spacing: -0.055em; line-height: 1; }
.primary-nav { align-items: center; display: flex; gap: 30px; }
.primary-nav-list { align-items: center; display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { color: #55594f; font-size: 0.85rem; font-weight: 600; }
.primary-nav a:hover { color: var(--ink); }
.primary-nav a[aria-current="page"] { color: var(--green-deep); font-weight: 700; }
.primary-nav .current-menu-item > a { color: var(--green-deep); font-weight: 700; }
.primary-nav .nav-cta { background: var(--green-deep); border-radius: 999px; color: #fff; padding: 11px 14px 11px 18px; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.primary-nav .nav-cta span { color: var(--green); margin-left: 8px; }
.primary-nav .nav-cta:hover { background: var(--green); color: var(--ink); transform: translateY(-2px); }
.primary-nav .nav-cta:hover span { color: var(--ink); }
.menu-toggle { display: none; }

.hero { min-height: 700px; overflow: hidden; position: relative; }
.hero-grid { align-items: center; display: grid; gap: 30px; grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr); min-height: 700px; padding-bottom: 72px; padding-top: 84px; }
.hero-copy { max-width: 570px; }
.hero h1 { font-size: clamp(2.9rem, 4.5vw, 4.75rem); line-height: 1; margin-bottom: 26px; }
.hero-lede { color: rgba(248, 246, 239, 0.72); font-size: 1.16rem; line-height: 1.55; max-width: 520px; }
.hero-lede strong { color: var(--paper); }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; margin: 34px 0 28px; }
.hero-proof { color: rgba(248, 246, 239, 0.5); font-size: 0.78rem; }
.proof-mark { margin-right: 8px; }
.proof-separator { color: rgba(248, 246, 239, 0.25); margin: 0 8px; }
.hero-context { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 17px; }
.hero-context span { border: 1px solid rgba(251, 249, 244, 0.16); border-radius: 999px; color: rgba(251, 249, 244, 0.58); font-size: 0.64rem; letter-spacing: 0.03em; padding: 5px 8px; }
.hero-stage { min-height: 500px; position: relative; }
.hero-photo-wrap { border: 1px solid rgba(248, 246, 239, 0.25); border-radius: 25px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28); height: 400px; left: 25px; overflow: hidden; position: absolute; top: 18px; transform: rotate(3deg); width: min(440px, 72%); }
.hero-photo { height: 100%; object-fit: cover; width: 100%; }
.hero-photo-wrap::after { background: linear-gradient(140deg, rgba(12, 13, 10, 0.04), rgba(12, 13, 10, 0.5)); content: ""; inset: 0; position: absolute; }
.scan-corner { border-color: var(--green); border-style: solid; height: 30px; position: absolute; width: 30px; z-index: 2; }
.scan-corner-tl { border-width: 2px 0 0 2px; left: 18px; top: 18px; }
.scan-corner-tr { border-width: 2px 2px 0 0; right: 18px; top: 18px; }
.scan-corner-bl { border-width: 0 0 2px 2px; bottom: 18px; left: 18px; }
.scan-corner-br { border-width: 0 2px 2px 0; bottom: 18px; right: 18px; }
.scan-label { align-items: center; background: rgba(23, 24, 19, 0.78); border: 1px solid rgba(169, 235, 99, 0.36); border-radius: 999px; bottom: 20px; color: var(--paper); display: flex; font-size: 0.72rem; gap: 8px; padding: 9px 12px; position: absolute; right: 20px; z-index: 3; }
.pulse-dot { background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(169, 235, 99, 0.14); display: inline-block; height: 7px; width: 7px; }
.report-card { background: var(--paper); border: 1px solid rgba(23, 24, 19, 0.14); border-radius: 18px; bottom: 10px; box-shadow: var(--shadow); color: var(--ink); min-width: 445px; padding: 20px; position: absolute; right: 14px; transform: rotate(-2deg); z-index: 4; }
.report-topline, .report-item, .report-bottom { align-items: center; display: flex; justify-content: space-between; }
.report-topline { border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.report-topline strong { display: block; font-family: var(--serif); font-size: 1.48rem; letter-spacing: -0.03em; }
.tiny-label, .report-item span, .report-bottom span, .stat-kicker { color: var(--muted); display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.confidence-pill { background: rgba(169, 235, 99, 0.22); border: 1px solid rgba(38, 117, 63, 0.25); border-radius: 999px; color: var(--green-deep); font-size: 0.66rem; font-weight: 700; padding: 6px 8px; white-space: nowrap; }
.report-item { gap: 12px; padding: 15px 0; }
.item-thumb { align-items: center; background: #dbe4c8; border-radius: 10px; color: var(--green-deep); display: flex; font-size: 1.5rem; height: 52px; justify-content: center; width: 52px; }
.item-copy { flex: 1; min-width: 0; }
.item-copy strong { display: block; font-size: 0.84rem; max-width: 220px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.item-copy span { font-size: 0.72rem; letter-spacing: normal; margin-top: 3px; text-transform: none; }
.item-value { text-align: right; }
.item-value strong { display: block; font-family: var(--serif); font-size: 1.55rem; line-height: 1; }
.report-bottom { border-top: 1px solid var(--line); gap: 24px; padding-top: 14px; }
.report-bottom strong { display: block; font-size: 0.92rem; margin-top: 2px; }
.profit-text, .lime-text { color: var(--green-deep); }
.buy-pill { background: var(--green-deep); border-radius: 999px; color: var(--paper); font-size: 0.66rem; font-weight: 700; padding: 7px 12px; }
.floating-stat { align-items: center; background: var(--paper); border-radius: 13px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22); color: var(--ink); display: flex; gap: 8px; padding: 11px 13px; position: absolute; z-index: 5; }
.floating-stat-cost { left: 0; top: 92px; transform: rotate(-4deg); }
.floating-stat-cost strong { color: var(--brown); font-family: var(--serif); font-size: 1.3rem; }
.floating-stat-cost > span:last-child { color: var(--muted); font-size: 0.62rem; }
.floating-stat-market { bottom: 115px; right: -12px; transform: rotate(3deg); }
.market-icon { align-items: center; background: #e8edf8; border-radius: 8px; color: #2e5fc0; display: flex; font-size: 0.65rem; font-weight: 700; height: 32px; justify-content: center; width: 32px; }
.floating-stat-market strong, .floating-stat-market small { display: block; }
.floating-stat-market strong { font-size: 0.7rem; }
.floating-stat-market small { color: var(--muted); font-size: 0.62rem; }
.hero-grid-lines { background-image: linear-gradient(rgba(248, 246, 239, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(248, 246, 239, 0.05) 1px, transparent 1px); background-size: 90px 90px; inset: 0; opacity: 0.35; pointer-events: none; position: absolute; }

.proof-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.proof-grid { counter-reset: proof-item; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { border-right: 1px solid var(--line); display: grid; grid-template-columns: 30px 1fr; padding: 24px 24px 24px 0; }
.proof-grid > div::before { color: rgba(45, 122, 54, 0.46); content: "0" counter(proof-item); counter-increment: proof-item; font-family: var(--serif); font-size: 0.78rem; grid-row: 1 / span 2; letter-spacing: -0.02em; padding-top: 1px; }
.proof-grid > div:not(:first-child) { padding-left: 24px; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong, .proof-grid span { display: block; grid-column: 2; }
.proof-grid strong { color: var(--green-deep); font-size: 0.82rem; }
.proof-grid span { color: var(--muted); font-size: 0.72rem; margin-top: 3px; }

.loop-section { padding: 112px 0 118px; }
.section-intro { align-items: end; display: grid; gap: 0 74px; grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr); margin: 0 0 76px; max-width: none; text-align: left; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2 { grid-column: 1; margin-bottom: 0; max-width: 760px; }
.section-intro p:last-child, .pricing-intro p:last-child { color: var(--muted); font-size: 1.08rem; max-width: 520px; }
.section-intro p:last-child { border-left: 1px solid rgba(45, 122, 54, 0.32); grid-column: 2; margin: 0 0 7px; padding: 4px 0 4px 24px; }
.loop-track { align-items: stretch; display: flex; gap: 14px; justify-content: center; }
.loop-step { border-top: 2px solid var(--line); flex: 1; min-width: 0; padding: 22px 12px 0 0; position: relative; }
.loop-step.is-active { border-color: var(--green-deep); }
.step-number { color: var(--green-deep); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; }
.step-symbol { color: var(--green-deep); font-family: var(--serif); font-size: 2.2rem; line-height: 1; margin: 18px 0 12px; }
.loop-step h3 { margin-bottom: 8px; }
.loop-step p { color: var(--muted); font-size: 0.86rem; margin-bottom: 16px; max-width: 160px; }
.step-note { color: #9b9e95; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.track-arrow { color: #a9ada2; display: flex; flex: 0 0 18px; font-size: 1.3rem; justify-content: center; padding-top: 28px; }

.signals-section { padding: 118px 0; }
.signals-grid { align-items: center; display: grid; gap: 80px; grid-template-columns: 0.75fr 1.25fr; }
.signals-copy h2 { max-width: 480px; }
.signals-copy > p:not(.eyebrow) { color: rgba(248, 246, 239, 0.64); font-size: 1.08rem; max-width: 420px; }
.check-list { list-style: none; margin: 38px 0; padding: 0; }
.check-list li { align-items: flex-start; border-top: 1px solid var(--white-line); display: flex; gap: 14px; padding: 16px 0; }
.check-list li > span { align-items: center; background: rgba(169, 235, 99, 0.16); border-radius: 50%; color: var(--green); display: flex; flex: 0 0 24px; font-size: 0.75rem; height: 24px; justify-content: center; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: 0.92rem; }
.check-list small { color: rgba(248, 246, 239, 0.54); font-size: 0.78rem; margin-top: 3px; }
.signals-visual { position: relative; }
.visual-window { background: #f7f8fb; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; padding-top: 38px; transform: rotate(1.6deg); }
.window-bar { align-items: center; background: rgba(255, 255, 255, 0.78); border-bottom: 1px solid #e2e6ee; display: flex; gap: 7px; height: 38px; left: 0; padding: 0 14px; position: absolute; right: 0; top: 0; }
.window-bar > span { background: #d3d8de; border-radius: 50%; height: 7px; width: 7px; }
.window-bar small { color: #8e97a5; font-size: 0.6rem; margin-left: 10px; }
.visual-window img { height: 450px; object-fit: cover; object-position: top; width: 100%; }
.visual-caption { align-items: center; background: var(--paper); border: 1px solid rgba(24, 32, 25, 0.12); border-radius: 12px; box-shadow: 0 16px 38px rgba(0, 0, 0, 0.2); color: var(--ink); display: flex; font-family: var(--serif); font-size: 1.02rem; gap: 11px; padding: 11px 14px; position: absolute; right: 8px; top: 52px; transform: rotate(2.5deg); }
.visual-caption strong { color: var(--green-deep); }
.caption-line { background: var(--green-deep); display: block; height: 28px; width: 2px; }

.buy-section { overflow: hidden; padding: 112px 0; position: relative; }
.buy-section::before { border: 1px solid rgba(23, 24, 19, 0.14); border-radius: 50%; content: ""; height: 720px; position: absolute; right: -260px; top: -220px; width: 720px; }
.buy-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 0.9fr 1.1fr; }
.buy-card { background: var(--ink); border-radius: 20px; box-shadow: 0 22px 50px rgba(23, 24, 19, 0.2); color: var(--paper); max-width: 490px; padding: 26px; transform: rotate(-2deg); }
.buy-card-header, .buy-footer { align-items: center; display: flex; justify-content: space-between; }
.decision-label { color: var(--green); font-size: 0.67rem; font-weight: 700; letter-spacing: 0.12em; }
.decision-dot { background: var(--green); border-radius: 50%; display: inline-block; height: 7px; margin-right: 7px; width: 7px; }
.dark-pill { background: rgba(169, 235, 99, 0.12); border-color: rgba(169, 235, 99, 0.28); color: var(--green); }
.buy-result { align-items: baseline; border-bottom: 1px solid var(--white-line); display: flex; flex-wrap: wrap; gap: 14px; padding: 35px 0 25px; }
.result-word { color: var(--green); font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 5rem); line-height: 0.8; }
.result-reason { color: rgba(248, 246, 239, 0.66); font-size: 0.9rem; }
.buy-metrics { display: grid; grid-template-columns: 1fr 1fr; }
.buy-metrics > div { border-bottom: 1px solid var(--white-line); padding: 18px 0; }
.buy-metrics > div:nth-child(odd) { border-right: 1px solid var(--white-line); padding-right: 18px; }
.buy-metrics > div:nth-child(even) { padding-left: 18px; }
.buy-metrics > div:nth-last-child(-n+2) { border-bottom: 0; }
.buy-metrics span, .buy-footer span { color: rgba(248, 246, 239, 0.52); display: block; font-size: 0.68rem; }
.buy-metrics strong { font-family: var(--serif); font-size: 1.65rem; }
.metric-highlight strong { color: var(--green); }
.buy-footer { padding-top: 18px; }
.buy-footer > strong { font-size: 0.86rem; }
.buy-disclaimer { color: rgba(248, 246, 239, 0.5); display: block; font-size: 0.68rem; line-height: 1.5; margin-top: 15px; max-width: 390px; }
.buy-arrow { color: var(--green); font-size: 1.4rem; }
.buy-copy h2 { max-width: 590px; }
.buy-copy > p:not(.eyebrow) { color: rgba(23, 24, 19, 0.65); font-size: 1.06rem; max-width: 490px; }
.coach-example { background: rgba(251, 249, 244, 0.58); border: 1px solid rgba(45, 122, 54, 0.2); border-left: 3px solid var(--green-deep); border-radius: var(--radius-sm); margin-top: 32px; max-width: 460px; padding: 18px 20px; }
.coach-label { color: var(--green-deep); display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; margin-bottom: 8px; text-transform: uppercase; }
.coach-example p { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 10px; }
.coach-example strong, .coach-example small { display: block; }
.coach-example strong { color: var(--green-deep); font-size: 0.8rem; }
.coach-example small { color: var(--muted); font-size: 0.75rem; margin-top: 4px; }

.sourcing-section { color: var(--paper); min-height: 560px; overflow: hidden; position: relative; }
.sourcing-image { background: center / cover url("../images/goodwill-outlet.jpg"); inset: 0; position: absolute; }
.sourcing-overlay { background: linear-gradient(90deg, rgba(21, 22, 19, 0.96) 0%, rgba(21, 22, 19, 0.78) 42%, rgba(21, 22, 19, 0.2) 100%); inset: 0; position: absolute; }
.sourcing-content { padding: 118px 0; }
.sourcing-content h2 { max-width: 620px; }
.sourcing-content > p:not(.eyebrow) { color: rgba(248, 246, 239, 0.72); font-size: 1.08rem; margin-bottom: 34px; max-width: 440px; }
.sourcing-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 30px; }
.sourcing-tags span { background: rgba(251, 249, 244, 0.1); border: 1px solid rgba(251, 249, 244, 0.24); border-radius: 999px; color: rgba(251, 249, 244, 0.82); font-size: 0.72rem; padding: 7px 10px; }

.locker-section { border-top: 1px solid var(--line); padding: 112px 0; }
.locker-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 0.75fr 1.25fr; }
.locker-copy h2 { font-size: clamp(2.35rem, 3.2vw, 3.7rem); }
.locker-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; max-width: 400px; }
.locker-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.locker-tags span { background: rgba(38, 117, 63, 0.09); border-radius: 999px; color: var(--green-deep); font-size: 0.73rem; padding: 9px 11px; }
.locker-tags b { margin-left: 7px; }
.locker-window { background: var(--ink); border-radius: 18px; box-shadow: var(--shadow); color: var(--paper); padding: 23px; }
.locker-heading { align-items: end; border-bottom: 1px solid var(--white-line); display: flex; justify-content: space-between; padding-bottom: 18px; }
.locker-heading strong { display: block; font-family: var(--serif); font-size: 1.55rem; line-height: 1; }
.locker-total { color: var(--green); font-size: 0.72rem; }
.locker-row { align-items: center; border-bottom: 1px solid var(--white-line); display: grid; gap: 12px; grid-template-columns: 44px 1fr auto 14px; padding: 15px 0; }
.locker-thumb { align-items: center; border-radius: 9px; display: flex; font-family: var(--serif); font-size: 1.4rem; height: 42px; justify-content: center; width: 42px; }
.thumb-green { background: #dbe4c8; color: var(--green-deep); }.thumb-coral { background: #eed8d0; color: #9b4b39; }.thumb-blue { background: #d4def1; color: #3e5c95; }.thumb-yellow { background: #e9e0bb; color: #887227; }
.locker-row strong, .locker-row small { display: block; }
.locker-row strong { font-size: 0.84rem; }
.locker-row small { color: rgba(248, 246, 239, 0.5); font-size: 0.68rem; margin-top: 3px; }
.status { border-radius: 999px; font-size: 0.59rem; font-weight: 700; letter-spacing: 0.08em; padding: 5px 7px; white-space: nowrap; }
.status-haul { background: rgba(169, 235, 99, 0.18); color: var(--green); }.status-draft { background: rgba(240, 191, 114, 0.16); color: #f0bf72; }.status-lot { background: rgba(213, 170, 240, 0.16); color: #d5aaf0; }
.row-arrow { color: var(--green); font-weight: 400; }
.locker-footer { align-items: center; color: rgba(248, 246, 239, 0.44); display: flex; font-size: 0.67rem; justify-content: space-between; padding-top: 17px; }
.dark-dot { box-shadow: 0 0 0 4px rgba(169, 235, 99, 0.1); margin-right: 6px; }
.locker-footer a { color: var(--green); font-weight: 700; }

.feature-split { border-top: 1px solid var(--line); padding: 112px 0; }
.split-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1.1fr 0.9fr; }
.visual-window-light { border-color: var(--line); transform: rotate(-1.3deg); }
.visual-window-light img { height: 480px; object-fit: cover; object-position: top; }
.split-copy h2 { font-size: clamp(2.35rem, 3.4vw, 3.9rem); }
.split-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; max-width: 420px; }
.feature-points { border-top: 1px solid var(--line); margin-top: 34px; }
.feature-points span { border-bottom: 1px solid var(--line); display: block; font-size: 0.84rem; padding: 14px 0; }
.feature-points b { color: var(--green-deep); display: inline-block; font-size: 0.68rem; margin-right: 16px; }
.marketplaces { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.marketplaces span { background: rgba(45, 122, 54, 0.08); border: 1px solid rgba(45, 122, 54, 0.14); border-radius: 999px; color: var(--green-deep); font-size: 0.68rem; font-weight: 600; padding: 7px 9px; }

.pricing-section { border-top: 1px solid var(--line); padding: 124px 0 118px; }
.pricing-intro { margin-bottom: 52px; max-width: 660px; }
.pricing-intro h2 { font-size: clamp(2.35rem, 3.4vw, 3.9rem); }
.pricing-intro p:last-child { margin: 0; }
.pricing-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.price-card { border: 1px solid var(--line); border-radius: 16px; display: flex; flex-direction: column; min-height: 430px; padding: 26px; position: relative; }
.price-card-featured { background: var(--ink); border: 1px solid var(--ink); box-shadow: 0 24px 58px rgba(24, 32, 25, 0.2); color: var(--paper); transform: translateY(-10px); }
.popular-tag { background: var(--green); border-radius: 999px; color: var(--ink); font-size: 0.66rem; font-weight: 700; padding: 7px 10px; position: absolute; right: 18px; top: 18px; }
.price-kicker { color: var(--green-deep); font-size: 0.64rem; font-weight: 700; letter-spacing: 0.13em; }
.price-card h3 { font-family: var(--sans); font-size: 1.65rem; letter-spacing: -0.03em; margin: 26px 0 2px; }
.price-card > p { color: var(--muted); font-size: 0.84rem; }
.price-card-featured .price-kicker, .price-card-featured li::before { color: var(--green); }
.price { align-items: baseline; display: flex; gap: 7px; margin: 22px 0; }
.price strong { font-family: var(--serif); font-size: 3.1rem; letter-spacing: -0.06em; line-height: 1; }
.price span { color: var(--muted); font-size: 0.75rem; }
.price-card-featured > p, .price-card-featured .price span { color: rgba(251, 249, 244, 0.6); }
.price-card-featured ul { border-color: var(--white-line); }
.price-card-featured .button-dark { background: var(--green); color: var(--ink); }
.price-card-featured .button-dark:hover { background: #c7f58e; }
.price-card ul { border-top: 1px solid var(--line); flex: 1; list-style: none; margin: 0 0 24px; padding: 8px 0 0; }
.price-card li { font-size: 0.78rem; padding: 7px 0; }
.price-card li::before { color: var(--green-deep); content: "✓"; font-weight: 700; margin-right: 9px; }
.price-card-founder { background: #ebe4d7; border-color: rgba(61, 43, 31, 0.26); box-shadow: inset 0 4px 0 var(--gold); color: var(--ink); }
.price-card-founder .price-kicker, .price-card-founder li::before { color: var(--brown); }
.price-card-founder > p, .price-card-founder .price span { color: var(--muted); }
.price-card-founder ul { border-color: var(--line); }
.pricing-trust { align-items: center; color: var(--muted); display: flex; flex-wrap: wrap; font-size: 0.73rem; gap: 10px 24px; justify-content: center; padding-top: 28px; }
.pricing-trust span::first-letter { color: var(--green-deep); }

.faq-section { border-top: 1px solid var(--line); padding: 112px 0 122px; }
.faq-layout { display: grid; gap: 70px; grid-template-columns: 0.72fr 1.28fr; }
.faq-intro { position: sticky; top: 118px; align-self: start; }
.faq-intro h2 { font-size: clamp(2.35rem, 3.4vw, 3.9rem); }
.faq-intro > p:last-child { color: var(--muted); max-width: 360px; }
.faq-grid { border-top: 1px solid var(--line); counter-reset: faq-item; display: grid; grid-template-columns: 1fr 1fr; }
.faq-item { border-bottom: 1px solid var(--line); min-height: 200px; padding: 26px 26px 28px 0; }
.faq-item::before { color: rgba(45, 122, 54, 0.58); content: "0" counter(faq-item); counter-increment: faq-item; display: block; font-family: var(--serif); font-size: 0.72rem; margin-bottom: 16px; }
.faq-item:nth-child(odd) { border-right: 1px solid var(--line); }
.faq-item:nth-child(even) { padding-left: 26px; }
.faq-item h3 { font-size: 1rem; margin: 0 0 10px; }
.faq-item p { color: var(--muted); font-size: 0.82rem; line-height: 1.62; margin: 0; }

.contact-hero { min-height: calc(100vh - 78px); overflow: hidden; position: relative; }
.contact-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr); min-height: calc(100vh - 78px); padding-bottom: 96px; padding-top: 96px; }
.contact-copy { position: relative; z-index: 2; }
.contact-copy h1 { font-family: var(--serif); font-size: clamp(3rem, 4.7vw, 5.2rem); font-weight: 600; letter-spacing: -0.055em; line-height: 1; margin-bottom: 28px; }
.contact-copy h1 em { color: var(--green); font-style: normal; }
.contact-copy > p:not(.eyebrow) { color: rgba(251, 249, 244, 0.68); font-size: 1.08rem; line-height: 1.6; max-width: 470px; }
.contact-primary { margin-top: 18px; }
.contact-address-link { border-bottom: 1px solid rgba(251, 249, 244, 0.35); color: rgba(251, 249, 244, 0.68); display: table; font-size: 0.83rem; margin-top: 20px; padding-bottom: 3px; }
.contact-address-link:hover { border-color: var(--green); color: var(--paper); }
.contact-card { background: var(--paper); border: 1px solid rgba(251, 249, 244, 0.24); border-radius: 24px; box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28); color: var(--ink); padding: 28px; position: relative; transform: rotate(1deg); z-index: 2; }
.contact-card::before { border: 1px solid rgba(183, 239, 108, 0.38); border-radius: 24px; content: ""; inset: -10px 12px 10px -12px; pointer-events: none; position: absolute; z-index: -1; }
.contact-card-top { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding-bottom: 18px; }
.contact-card-top > span:first-child, .contact-section-label, .contact-email-block > span { color: var(--muted); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-status { align-items: center; background: rgba(183, 239, 108, 0.18); border: 1px solid rgba(45, 122, 54, 0.18); border-radius: 999px; color: var(--green-deep); display: inline-flex; font-size: 0.62rem; font-weight: 700; gap: 6px; padding: 6px 9px; }
.contact-status i { background: var(--green-deep); border-radius: 50%; height: 6px; width: 6px; }
.contact-email-block { padding: 26px 0 24px; }
.contact-email-block > span { display: block; margin-bottom: 8px; }
.contact-email-block a { align-items: center; display: flex; font-family: var(--serif); font-size: clamp(1.45rem, 2.4vw, 2.2rem); font-weight: 600; justify-content: space-between; letter-spacing: -0.04em; }
.contact-email-block a b { color: var(--green-deep); font-family: var(--sans); font-size: 1rem; }
.contact-email-block a:hover { color: var(--green-deep); }
.contact-helpful { border: 1px solid var(--line); border-radius: 15px; padding: 20px; }
.contact-helpful ol { list-style: none; margin: 16px 0 0; padding: 0; }
.contact-helpful li { align-items: start; border-top: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 26px 1fr; padding: 12px 0; }
.contact-helpful li:first-child { border-top: 0; padding-top: 0; }
.contact-helpful li:last-child { padding-bottom: 0; }
.contact-helpful li b { color: var(--green-deep); font-family: var(--serif); font-size: 0.68rem; }
.contact-helpful li span { color: var(--muted); font-size: 0.75rem; line-height: 1.5; }
.contact-topics { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.contact-topics span { background: rgba(45, 122, 54, 0.08); border: 1px solid rgba(45, 122, 54, 0.13); border-radius: 999px; color: var(--green-deep); font-size: 0.66rem; font-weight: 600; padding: 7px 9px; }
.contact-safety { color: var(--muted); font-size: 0.68rem; margin: 18px 0 0; }
.contact-safety strong { color: var(--ink); }
.contact-grid-lines { background-image: linear-gradient(rgba(251, 249, 244, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(251, 249, 244, 0.045) 1px, transparent 1px); background-size: 90px 90px; inset: 0; opacity: 0.36; pointer-events: none; position: absolute; }

.contact-links { border-top: 1px solid var(--line); padding: 110px 0 118px; }
.contact-links-grid { align-items: start; display: grid; gap: 100px; grid-template-columns: 0.8fr 1.2fr; }
.contact-links h2 { font-size: clamp(2.4rem, 3.5vw, 3.9rem); max-width: 500px; }
.contact-link-list { border-top: 1px solid var(--line); }
.contact-link-list > a { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 24px 4px 24px 0; transition: color 180ms ease, padding 180ms ease; }
.contact-link-list > a:hover { color: var(--green-deep); padding-left: 8px; }
.contact-link-list span, .contact-link-list strong, .contact-link-list small { display: block; }
.contact-link-list b { color: var(--green-deep); display: inline-block; font-family: var(--serif); font-size: 0.68rem; margin-bottom: 12px; }
.contact-link-list strong { font-size: 1rem; }
.contact-link-list small { color: var(--muted); font-size: 0.76rem; margin-top: 4px; }
.contact-link-list i { color: var(--green-deep); font-size: 1.25rem; font-style: normal; }

.cta-section { overflow: hidden; position: relative; }
.cta-section::before { background-image: linear-gradient(rgba(251, 249, 244, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(251, 249, 244, 0.045) 1px, transparent 1px); background-size: 90px 90px; content: ""; inset: 0; opacity: 0.38; pointer-events: none; position: absolute; }
.cta-inner { align-items: center; display: grid; gap: 70px; grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr); min-height: 650px; padding: 112px 0; position: relative; }
.cta-copy { position: relative; z-index: 3; }
.cta-inner h2 { font-size: clamp(2.9rem, 4.4vw, 5.1rem); max-width: 690px; }
.cta-copy > p:not(.eyebrow) { color: rgba(248, 246, 239, 0.66); font-size: 1.08rem; margin-bottom: 32px; max-width: 500px; }
.cta-microcopy { color: rgba(251, 249, 244, 0.46); display: block; font-size: 0.7rem; margin-top: 15px; }
.cta-story { min-height: 430px; position: relative; z-index: 3; }
.cta-decision-card { background: var(--paper); border: 1px solid rgba(251, 249, 244, 0.34); border-radius: 20px; box-shadow: 0 34px 80px rgba(0, 0, 0, 0.3); color: var(--ink); padding: 24px; position: absolute; right: 0; top: 36px; transform: rotate(2.2deg); width: min(440px, 94%); }
.cta-card-top, .cta-card-result { align-items: center; display: flex; justify-content: space-between; }
.cta-card-top { border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.cta-card-top > span { color: var(--muted); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.12em; }
.cta-card-top b { background: rgba(183, 239, 108, 0.2); border: 1px solid rgba(45, 122, 54, 0.2); border-radius: 999px; color: var(--green-deep); font-size: 0.62rem; padding: 6px 8px; }
.cta-card-item { align-items: center; display: flex; gap: 12px; padding: 20px 0; }
.cta-item-icon { align-items: center; background: var(--sage); border-radius: 11px; color: var(--green-deep); display: flex; font-size: 1.45rem; height: 50px; justify-content: center; width: 50px; }
.cta-card-item strong, .cta-card-item small { display: block; }
.cta-card-item strong { font-size: 0.9rem; }
.cta-card-item small { color: var(--muted); font-size: 0.7rem; margin-top: 3px; }
.cta-card-metrics { border: 1px solid var(--line); border-radius: 13px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.cta-card-metrics > div { padding: 14px; }
.cta-card-metrics > div:nth-child(odd) { border-right: 1px solid var(--line); }
.cta-card-metrics > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.cta-card-metrics span, .cta-card-metrics strong { display: block; }
.cta-card-metrics span { color: var(--muted); font-size: 0.56rem; font-weight: 700; letter-spacing: 0.08em; }
.cta-card-metrics strong { font-family: var(--serif); font-size: 1.35rem; margin-top: 3px; }
.cta-card-result { padding-top: 18px; }
.cta-card-result span { color: var(--muted); font-size: 0.58rem; font-weight: 700; letter-spacing: 0.09em; }
.cta-card-result strong { background: var(--green-deep); border-radius: 999px; color: var(--paper); font-size: 0.7rem; padding: 8px 14px; }
.cta-price-tag { background: var(--green); border-radius: 13px; box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25); color: var(--ink); left: -10px; padding: 15px 18px; position: absolute; top: 0; transform: rotate(-7deg); z-index: 4; }
.cta-price-tag span, .cta-price-tag strong, .cta-price-tag small { display: block; }
.cta-price-tag span { font-size: 0.55rem; font-weight: 700; letter-spacing: 0.12em; }
.cta-price-tag strong { font-family: var(--serif); font-size: 2.05rem; line-height: 1; margin: 4px 0 2px; }
.cta-price-tag small { font-size: 0.62rem; opacity: 0.64; }
.cta-orbit { border: 1px solid rgba(169, 235, 99, 0.24); border-radius: 50%; height: 550px; position: absolute; right: -80px; top: -20px; width: 550px; }
.orbit-two { height: 360px; right: 15px; top: 80px; width: 360px; }
.cta-spark { color: var(--green); font-family: var(--serif); font-size: 2rem; position: absolute; }
.spark-one { right: 160px; top: 120px; }.spark-two { bottom: 80px; right: 100px; }
.site-footer { background: var(--ink); border-top: 1px solid var(--white-line); color: var(--paper); padding: 36px 0; }
.footer-grid { align-items: center; display: grid; gap: 18px; grid-template-columns: 1fr 1fr auto; }
.footer-brand .brand-mark { height: 28px; width: 28px; }
.footer-brand .brand-name { color: var(--paper); font-size: 1.3rem; }
.footer-grid p, .copyright { color: rgba(248, 246, 239, 0.45); font-size: 0.72rem; margin: 0; }
.footer-links { display: flex; gap: 18px; grid-column: 3; grid-row: 1; list-style: none; margin: 0; padding: 0; }
.footer-links a { color: rgba(248, 246, 239, 0.65); font-size: 0.72rem; }.footer-links a:hover { color: var(--green); }
.copyright { grid-column: 1 / -1; }

.content-page { min-height: calc(100vh - 78px); }
.content-page-inner { padding-bottom: 110px; padding-top: 110px; }
.content-entry { max-width: 780px; }
.content-entry h1, .error-page h1 { font-family: var(--serif); font-size: clamp(2.8rem, 4.7vw, 5rem); letter-spacing: -0.05em; line-height: 1; }
.entry-content { color: var(--muted); }
.entry-content > * { max-width: 760px; }
.entry-content a { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; }
.comments-area { border-top: 1px solid var(--line); margin-top: 60px; padding-top: 40px; }
.comment-list { padding-left: 24px; }
.error-page > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; margin-bottom: 28px; }

.reveal { opacity: 0; transform: translateY(14px); transition: opacity 520ms cubic-bezier(.22, 1, .36, 1), transform 520ms cubic-bezier(.22, 1, .36, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: none; }
.reveal-delay { transition-delay: 70ms; }.reveal-delay-1 { transition-delay: 90ms; }.reveal-delay-2 { transition-delay: 130ms; }.reveal-delay-3 { transition-delay: 170ms; }.reveal-delay-4 { transition-delay: 210ms; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 100px; }
  .hero-copy { max-width: 720px; }
  .hero-stage { margin: 10px auto 0; max-width: 700px; width: 100%; }
  .signals-grid, .buy-grid, .locker-grid, .split-grid { gap: 55px; grid-template-columns: 1fr; }
  .faq-layout { gap: 50px; grid-template-columns: 1fr; }
  .faq-intro { max-width: 660px; position: static; }
  .buy-copy, .locker-copy, .split-copy { max-width: 620px; }
  .buy-card { order: 2; }
  .signals-visual { max-width: 760px; }
  .locker-window { max-width: 700px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .section-intro { gap: 28px; grid-template-columns: 1fr; }
  .section-intro .eyebrow, .section-intro h2, .section-intro p:last-child { grid-column: 1; }
  .section-intro p:last-child { border-left: 0; border-top: 1px solid rgba(45, 122, 54, 0.32); margin: 0; max-width: 620px; padding: 22px 0 0; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta-inner { gap: 48px; grid-template-columns: 1fr; }
  .cta-copy { max-width: 720px; }
  .cta-story { margin: 0 auto; max-width: 620px; width: 100%; }
  .contact-grid { gap: 56px; grid-template-columns: 1fr; }
  .contact-copy { max-width: 720px; }
  .contact-card { max-width: 700px; }
  .contact-links-grid { gap: 56px; grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .page-shell { width: min(100% - 40px, 620px); }
  .nav-shell { min-height: 68px; padding: 0 20px; }
  .brand-mark { height: 38px; width: 38px; }
  .brand-name { font-size: 1.32rem; }
  .menu-toggle { background: transparent; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 4px; padding: 10px 0 10px 10px; }
  .menu-toggle > span:not(.sr-only) { background: var(--ink); display: block; height: 2px; width: 24px; }
  .primary-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 8px 20px 20px; position: absolute; right: 0; top: 68px; }
  .primary-nav.is-open { display: flex; }
  .primary-nav-list { align-items: stretch; flex-direction: column; gap: 0; width: 100%; }
  .primary-nav a { padding: 13px 0; }
  .primary-nav .nav-cta { margin-top: 6px; padding: 12px 16px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; padding-top: 66px; }
  .hero h1 { font-size: clamp(2.6rem, 11vw, 3.7rem); }
  .hero-lede { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-stage { min-height: 425px; margin-top: 22px; }
  .hero-photo-wrap { height: 270px; left: 0; top: 12px; width: 84%; }
  .report-card { bottom: 2px; min-width: 0; padding: 13px; right: 0; width: 89%; }
  .report-topline strong { font-size: 1.15rem; }.confidence-pill { font-size: 0.6rem; padding: 5px 6px; }
  .report-item { gap: 8px; padding: 12px 0; }.item-thumb { height: 38px; width: 38px; }.item-copy strong { font-size: 0.72rem; max-width: 138px; }.item-copy span { font-size: 0.62rem; }.item-value strong { font-size: 1.2rem; }.report-bottom { gap: 9px; }.report-bottom strong { font-size: 0.72rem; }.report-bottom span { font-size: 0.58rem; }.buy-pill { font-size: 0.6rem; padding: 6px 9px; }
  .floating-stat-cost { left: -7px; top: 78px; }.floating-stat-cost strong { font-size: 0.95rem; }.floating-stat-cost > span:last-child { display: none; }.floating-stat-cost .stat-kicker { font-size: 0.5rem; }
  .floating-stat-market { bottom: 106px; right: -4px; }.floating-stat-market small { display: none; }.floating-stat-market strong { font-size: 0.62rem; }
  .proof-grid { width: 100%; }
  .proof-grid > div { min-height: 88px; padding: 18px 20px; }
  .proof-grid > div:not(:first-child) { padding-left: 20px; }
  .proof-grid > div:nth-child(odd) { padding-left: 20px; }
  .loop-section, .signals-section, .buy-section, .locker-section, .feature-split, .pricing-section, .faq-section { padding: 88px 0; }
  h2 { font-size: clamp(2.25rem, 9vw, 3.25rem); }
  .section-intro { margin-bottom: 44px; text-align: left; }.section-intro p:last-child { margin: 0; }
  .loop-track { display: grid; gap: 0; grid-template-columns: 1fr; }.loop-step { min-height: 0; padding: 18px 0 24px; }.track-arrow { display: none; }
  .loop-step p { font-size: 0.78rem; }.step-symbol { font-size: 1.8rem; margin: 14px 0 8px; }
  .signals-grid { gap: 42px; }.visual-window img { height: 300px; }.visual-caption { font-size: 0.86rem; right: 6px; top: 26px; }
  .buy-grid { gap: 45px; }.buy-card { padding: 19px; width: 100%; }.result-word { font-size: 3.8rem; }.result-reason { font-size: 0.75rem; }.buy-metrics strong { font-size: 1.35rem; }
  .sourcing-section { min-height: 590px; }.sourcing-content { padding: 96px 0; }.sourcing-overlay { background: linear-gradient(90deg, rgba(24,32,25,.95), rgba(24,32,25,.55)); }
  .locker-row { gap: 8px; grid-template-columns: 38px 1fr auto; }.locker-thumb { height: 36px; width: 36px; }.locker-row strong { font-size: 0.71rem; }.locker-row small { font-size: 0.6rem; }.status { font-size: 0.48rem; padding: 5px; }.row-arrow { display: none; }.locker-window { padding: 16px; }
  .visual-window-light img { height: 325px; }.split-grid { gap: 48px; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card { min-height: 0; }.price-card-featured { order: -1; transform: none; }
  .pricing-trust { align-items: flex-start; flex-direction: column; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item, .faq-item:nth-child(even) { min-height: 0; padding: 22px 0 24px; }
  .faq-item:nth-child(odd) { border-right: 0; }
  .contact-hero, .contact-grid { min-height: 0; }
  .contact-grid { gap: 54px; padding-bottom: 84px; padding-top: 72px; }
  .contact-copy h1 { font-size: clamp(2.7rem, 11vw, 3.8rem); }
  .contact-copy > p:not(.eyebrow) { font-size: 1rem; }
  .contact-primary { width: 100%; }
  .contact-address-link { font-size: 0.78rem; }
  .contact-card { padding: 18px; transform: none; }
  .contact-card::before { display: none; }
  .contact-card-top { align-items: flex-start; gap: 12px; }
  .contact-email-block a { font-size: clamp(1.22rem, 6.2vw, 1.7rem); }
  .contact-helpful { padding: 16px; }
  .contact-links { padding: 84px 0 92px; }
  .contact-links-grid { gap: 36px; }
  .contact-link-list > a { padding: 22px 0; }
  .cta-inner { gap: 54px; min-height: 0; padding: 88px 0 96px; }.cta-inner h2 { font-size: clamp(2.75rem, 11vw, 3.8rem); }.cta-story { min-height: 410px; }.cta-decision-card { padding: 17px; top: 38px; width: 96%; }.cta-price-tag { left: -4px; padding: 12px 14px; }.cta-price-tag strong { font-size: 1.65rem; }.cta-card-item { padding: 17px 0; }.cta-card-metrics > div { padding: 11px; }.cta-card-result span { max-width: 180px; }.cta-orbit { height: 360px; right: -210px; top: 540px; width: 360px; }.orbit-two { height: 260px; right: -160px; top: 590px; width: 260px; }.spark-one { right: 80px; top: 560px; }.spark-two { right: 55px; }
  .footer-grid { align-items: start; grid-template-columns: 1fr; }.footer-links { grid-column: auto; grid-row: auto; flex-wrap: wrap; }.copyright { grid-column: auto; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

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