@import url("data:text/css,");

:root {
  --ink: #202a35;
  --forest: #252b33;
  --forest-2: #354457;
  --sage: #dce9f8;
  --sage-light: #f0f5fb;
  --cream: #f7f4ee;
  --sand: #e4edf7;
  --copper: #438ee6;
  --white: #fff;
  --muted: #566575;
  --line: #ccd8e5;
  --shadow: 0 24px 70px rgba(25, 40, 60, 0.14);
  --radius: 1.1rem;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #d7945d;
  outline-offset: 3px;
}
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .7rem 1rem; background: var(--cream); color: var(--forest); border-radius: .4rem; }
.skip-link:focus { top: 1rem; }
.icon { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.utility { background: var(--forest); color: #d8e8e2; font-size: .76rem; letter-spacing: .03em; }
.utility__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility__inner > div { display: flex; align-items: center; gap: 1.2rem; }
.utility a { color: var(--white); text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(18,60,58,.1); backdrop-filter: blur(16px); }
.header__inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; color: var(--forest); }
.brand img { width: 250px; height: 100px; object-fit: contain; border-radius: .8rem; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; }
.brand small { margin-top: .35rem; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 1.05rem; font-size: .82rem; font-weight: 650; }
.site-nav > a:not(.button) { text-decoration: none; position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--copper); transition: right .2s; }
.site-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--forest); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 0; border-radius: 999px; padding: .9rem 1.35rem; background: var(--forest); color: var(--white); text-decoration: none; font-size: .88rem; font-weight: 750; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--forest-2); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(18,60,58,.15); }
.button--small { padding: .72rem 1.15rem; }
.button--cream { background: var(--cream); color: var(--forest); }
.button--cream:hover { background: var(--white); }
.button[disabled] { opacity: .55; cursor: wait; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--forest); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link .icon, .button .icon, .card-link .icon { transition: transform .2s; }
.text-link:hover .icon, .button:hover .icon, a:hover .card-link .icon { transform: translateX(4px); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; margin-top: 2rem; }

.eyebrow { display: inline-block; margin-bottom: .8rem; color: var(--copper); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #d9b99b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.07; }
h1 { font-size: clamp(3rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
h3 { line-height: 1.25; }
.lede { color: #405d5a; font-size: clamp(1.1rem, 2vw, 1.3rem); max-width: 680px; }
.lede--small { font-size: 1.15rem; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f4ed 0%, #fff 58%, #e9f2fb 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(18,60,58,.12) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, transparent 20%, black); opacity: .35; }
.hero__grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4rem; padding-block: 5.7rem; }
.hero__copy h1 { max-width: 760px; }
.hero__copy .lede { max-width: 650px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1.2rem 1.8rem; margin-top: 3.6rem; color: var(--muted); font-size: .78rem; font-weight: 650; }
.trust-row span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__visual { position: relative; height: 520px; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb--one { inset: 5% 0 7% 10%; background: linear-gradient(145deg, #d8e7f7, #6ea6ea); }
.orb--two { width: 210px; height: 210px; right: -8%; top: 0; background: rgba(234,220,199,.8); }
.hero-card { position: absolute; background: rgba(255,255,255,.93); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero-card--main { left: 3%; right: 9%; top: 15%; bottom: 14%; padding: 3.5rem 3rem; border-radius: 44% 44% var(--radius) var(--radius); display: flex; flex-direction: column; justify-content: flex-end; }
.hero-card--main > span { color: var(--copper); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 800; }
.hero-card--main > strong { margin-top: .7rem; font-family: var(--serif); font-size: 2.45rem; line-height: 1.05; font-weight: 400; }
.hero-card__lines { display: grid; gap: .55rem; margin-top: 2rem; }
.hero-card__lines i { display: block; height: 7px; background: var(--sage); border-radius: 9px; }
.hero-card__lines i:nth-child(2) { width: 80%; }
.hero-card__lines i:nth-child(3) { width: 62%; }
.hero-card--float { right: -1%; bottom: 6%; border-radius: .8rem; padding: 1rem 1.2rem; display: flex; align-items: center; gap: .8rem; color: var(--forest); }
.hero-card--float > .icon { width: 1.6rem; height: 1.6rem; padding: .2rem; background: var(--sage); border-radius: 50%; }
.hero-card--float span { display: flex; flex-direction: column; line-height: 1.25; }
.hero-card--float strong { font-size: .82rem; }
.hero-card--float small { color: var(--muted); font-size: .7rem; }
.intro-strip { background: var(--forest); color: var(--white); }
.intro-strip p { margin: 0; padding: 2.1rem 0; max-width: 930px; font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.7rem); line-height: 1.35; }
.decision-bar { border-bottom: 1px solid var(--line); background: var(--white); }
.decision-bar .shell { min-height: 128px; display: grid; grid-template-columns: 1.05fr repeat(4, 1fr); align-items: stretch; }
.decision-bar .shell > span { display: flex; align-items: center; padding-right: 1.6rem; color: var(--copper); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.decision-bar .shell > div { display: flex; flex-direction: column; justify-content: center; padding: 1.35rem; border-left: 1px solid var(--line); }
.decision-bar strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 400; }
.decision-bar small { margin-top: .25rem; color: var(--muted); font-size: .7rem; }

.section { padding-block: 7rem; }
.section--sage { background: var(--sage-light); }
.section--sand { background: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.product-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.1rem; }
.product-card { grid-column: span 2; min-height: 350px; display: flex; flex-direction: column; padding: 2rem; background: var(--sage-light); border: 1px solid transparent; text-decoration: none; transition: transform .25s, background .25s, box-shadow .25s; }
.product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 3; min-height: 315px; }
.product-card:hover { transform: translateY(-5px); background: var(--white); border-color: var(--line); box-shadow: var(--shadow); }
.product-card__number { align-self: end; color: #829893; font-family: var(--serif); font-size: 1.2rem; }
.product-card h3 { margin: .3rem 0 1rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.product-card p { color: var(--muted); font-size: .92rem; }
.card-link { margin-top: auto; display: flex; align-items: center; gap: .5rem; font-size: .78rem; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.split { display: grid; grid-template-columns: .88fr 1.12fr; gap: 7rem; align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 1.2rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--copper); font-size: .74rem; font-weight: 800; }
.steps h3 { margin-bottom: .3rem; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.steps p { margin: 0; color: var(--muted); }
.story { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 6rem; max-width: 1000px; }
.story__mark { width: 280px; height: 280px; display: grid; place-items: center; border-radius: 50% 50% 10% 50%; background: var(--forest); color: var(--cream); }
.story__mark .icon { width: 92px; height: 92px; stroke-width: 1; }
.story p { color: var(--muted); font-size: 1.08rem; max-width: 690px; }

.page-hero { position: relative; overflow: hidden; background: var(--cream); border-bottom: 1px solid #e2d5c3; }
.page-hero::after { content: ""; position: absolute; width: 600px; height: 600px; right: -220px; top: -340px; border-radius: 50%; background: var(--sage); }
.page-hero__grid { position: relative; z-index: 1; min-height: 460px; padding-block: 6rem; display: grid; grid-template-columns: 1fr 290px; gap: 4rem; align-items: center; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.8rem, 5.4vw, 5rem); }
.page-hero p { color: var(--muted); max-width: 720px; font-size: 1.1rem; }
.page-hero__mark { justify-self: end; width: 210px; height: 210px; border-radius: 50%; background: var(--forest); color: var(--cream); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; text-align: center; padding: 2rem; }
.page-hero__mark .icon { width: 52px; height: 52px; stroke-width: 1.2; }
.page-hero__mark span { font-family: var(--serif); font-size: 1.15rem; line-height: 1.2; }
.coverage-list { border-top: 1px solid var(--line); }
.coverage-row { display: grid; grid-template-columns: 75px 1fr 70px; gap: 2rem; align-items: center; padding: 2.8rem 1rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding .2s, background .2s; }
.coverage-row:hover { padding-left: 2rem; padding-right: 2rem; background: var(--sage-light); }
.coverage-row__index { font-family: var(--serif); color: var(--copper); }
.coverage-row h2 { margin-bottom: .7rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.coverage-row p { margin: 0; color: var(--muted); max-width: 730px; }
.coverage-row__arrow { justify-self: end; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7rem; }
.detail-grid p { color: var(--muted); font-size: 1.08rem; }
.feature-list { margin: 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
.feature-list .icon { margin-top: .25rem; color: var(--copper); }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 4rem; }
.callout h2 { max-width: 650px; }
.callout p { color: var(--muted); max-width: 690px; }
.editorial { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7rem; }
.editorial p:not(.lede) { color: var(--muted); }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.values article { padding: 2.2rem; background: var(--white); }
.values .icon { width: 2.3rem; height: 2.3rem; color: var(--copper); }
.values h3 { margin: 1.2rem 0 .6rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.values p { color: var(--muted); margin-bottom: 0; }
.process { max-width: 900px; }
.process article { display: grid; grid-template-columns: 90px 1fr; gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); }
.process article > span { color: var(--copper); font-family: var(--serif); font-size: 1.2rem; }
.process h2 { font-size: clamp(1.8rem,3vw,2.7rem); margin-bottom: .7rem; }
.process p { color: var(--muted); }
.notice { display: grid; grid-template-columns: 110px 1fr; gap: 2rem; max-width: 900px; align-items: center; }
.notice > div:first-child { width: 100px; height: 100px; border-radius: 50%; background: var(--forest); color: var(--white); display: grid; place-items: center; }
.notice .icon { width: 40px; height: 40px; }
.notice h2 { font-size: 2rem; }
.notice p { margin: 0; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7rem; align-items: start; }
.form-aside { position: sticky; top: 125px; }
.form-aside h2 { font-size: 2.4rem; }
.form-aside p { color: var(--muted); }
.privacy-note { margin-top: 2rem; padding: 1rem; display: flex; gap: .8rem; background: var(--sage-light); font-size: .78rem; color: var(--muted); }
.privacy-note .icon { color: var(--forest); margin-top: .2rem; }
.intake-form { padding: 2.5rem; background: var(--cream); border: 1px solid #e1d5c4; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.intake-form label:not(.consent) { display: block; margin-bottom: 1.25rem; }
.intake-form label > span:first-child { display: block; margin-bottom: .4rem; font-size: .78rem; font-weight: 750; }
.intake-form input:not([type=checkbox]), .intake-form select, .intake-form textarea {
  width: 100%; border: 1px solid #b7c5bf; border-radius: .3rem; background: var(--white); color: var(--ink); padding: .82rem .9rem;
}
.intake-form textarea { resize: vertical; }
.intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,60,58,.1); }
.field-full { grid-column: 1 / -1; }
.intake-form label small { display: block; color: var(--muted); font-size: .7rem; margin-top: .35rem; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .65rem; margin: 1rem 0; color: #3f5653; font-size: .76rem; }
.consent input { margin-top: .25rem; width: 16px; height: 16px; accent-color: var(--forest); }
.intake-form .button { margin-top: 1.1rem; }
.form-disclaimer { margin: 1rem 0 0; color: var(--muted); font-size: .7rem; }
.direct-contact { border-bottom: 1px solid var(--line); background: var(--cream); }
.direct-contact .shell { min-height: 112px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 1rem 1.5rem; }
.direct-contact span { color: var(--copper); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.direct-contact a { color: var(--forest); font-family: var(--serif); font-size: clamp(1.25rem, 2.5vw, 1.8rem); text-underline-offset: 5px; }
.direct-contact p { max-width: 520px; margin: 0 0 0 auto; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-bottom: 1.2rem; padding: .9rem; font-size: .82rem; border-left: 4px solid var(--forest); background: var(--white); }
.form-status:not(:empty) { display: block; }
.form-status.is-preview { border-color: #a6633f; background: #fff9ed; }
.form-status.is-success { border-color: #3f795e; background: #edf7ef; }
.form-status.is-error { border-color: #9b3e37; background: #fff0ef; }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: start; }
.contact-intro h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.contact-intro > p { color: var(--muted); font-size: 1.02rem; }
.contact-methods { display: grid; gap: 1rem; }
.contact-method { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1.45rem; color: var(--ink); background: var(--cream); border: 1px solid #e1d5c4; text-decoration: none; transition: transform .2s, border-color .2s, box-shadow .2s; }
.contact-method:hover { transform: translateY(-2px); border-color: var(--forest); box-shadow: var(--shadow); }
.contact-method > .icon:first-child { width: 1.65rem; height: 1.65rem; color: var(--copper); }
.contact-method > .icon:last-child { width: 1.15rem; height: 1.15rem; color: var(--forest); }
.contact-method span { min-width: 0; }
.contact-method small, .contact-method em { display: block; color: var(--muted); font-style: normal; }
.contact-method small { margin-bottom: .2rem; color: var(--copper); font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-method strong { display: block; overflow-wrap: anywhere; font-family: var(--serif); font-size: clamp(1.15rem, 2.3vw, 1.6rem); }
.contact-method em { margin-top: .3rem; font-size: .76rem; line-height: 1.5; }

.faq-list { max-width: 920px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.6rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-weight: 300; font-size: 1.8rem; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > div { padding: 0 3.5rem 1.7rem 0; color: var(--muted); }
.legal-copy { max-width: 880px; }
.legal-copy section { padding: 0 0 2.5rem; margin-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-copy h2 { font-size: 2rem; }
.legal-copy p { color: var(--muted); }
.error-page { min-height: 620px; display: grid; place-items: center; text-align: center; background: var(--cream); }
.error-page h1 { margin-bottom: 1rem; }
.error-page p { color: var(--muted); margin-bottom: 2rem; }

.closing { background: var(--forest); color: var(--white); padding-block: 4.2rem; }
.closing__inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.closing h2 { margin: 0; max-width: 720px; font-size: clamp(2rem,4vw,3.4rem); }
.site-footer { padding: 5rem 0 1.5rem; background: #1e232a; color: #d9e1e9; }
.footer__grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 4rem; }
.brand--footer { color: var(--white); }
.brand--footer img { width: 270px; height: 108px; filter: none; }
.footer__brand p { max-width: 360px; color: #9eb4af; font-size: .86rem; }
.footer__grid h3 { color: var(--white); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; }
.footer__grid > div:not(.footer__brand) > a { display: block; margin: .55rem 0; color: #bacdc8; font-size: .82rem; text-decoration: none; }
.footer__grid > div:not(.footer__brand) > .footer__email { color: var(--cream); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.footer__grid a:hover { color: var(--white); text-decoration: underline; }
.footer__note { margin-top: 1rem; color: #849e98; font-size: .66rem; line-height: 1.5; }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #829d97; font-size: .68rem; }

.chat-launcher { position: fixed; z-index: 70; right: 1.4rem; bottom: 1.4rem; display: flex; align-items: center; gap: .55rem; padding: .8rem 1rem; border: 0; border-radius: 999px; background: var(--copper); color: var(--white); box-shadow: 0 12px 35px rgba(60,31,20,.3); font-weight: 750; font-size: .78rem; cursor: pointer; }
.guide { position: fixed; z-index: 80; right: 1.4rem; bottom: 5.2rem; width: min(390px, calc(100vw - 2rem)); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); transform: translateY(15px); opacity: 0; visibility: hidden; transition: .2s; }
.guide.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.guide__header { padding: 1rem 1.1rem; background: var(--forest); color: var(--white); border-radius: var(--radius) var(--radius) 0 0; display: flex; justify-content: space-between; align-items: center; }
.guide__header div { display: flex; flex-direction: column; }
.guide__header small { color: #a9c5bd; font-size: .65rem; }
.guide__header strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.guide__close { border: 0; background: transparent; color: var(--white); font-size: 1.7rem; cursor: pointer; }
.guide__body { padding: 1.1rem; }
.guide__body p { color: var(--muted); font-size: .8rem; }
.guide__body a { display: flex; align-items: center; justify-content: space-between; padding: .8rem .2rem; border-bottom: 1px solid var(--line); color: var(--forest); font-size: .82rem; font-weight: 700; text-decoration: none; }
.guide__body small { display: block; margin-top: 1rem; color: var(--muted); font-size: .63rem; line-height: 1.45; }

.campaign-hero { --campaign-accent: #438ee6; --campaign-soft: #dce9f8; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f4ed, #fff 58%, var(--campaign-soft)); }
.campaign-hero--coral { --campaign-accent: #d76b58; --campaign-soft: #f8ddd7; }
.campaign-hero--navy { --campaign-accent: #315f9d; --campaign-soft: #d7e4f4; }
.campaign-hero--plum { --campaign-accent: #8f5b83; --campaign-soft: #eadbea; }
.campaign-hero--green { --campaign-accent: #3d806d; --campaign-soft: #d5e9e2; }
.campaign-hero--amber { --campaign-accent: #b9792e; --campaign-soft: #f2e2c6; }
.campaign-hero--teal { --campaign-accent: #27828a; --campaign-soft: #d2eaeb; }
.campaign-hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(32,42,53,.13) 1px, transparent 1px); background-size: 30px 30px; mask-image: linear-gradient(90deg, transparent 28%, #000); opacity: .34; }
.campaign-hero__grid { position: relative; min-height: 650px; display: grid; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 4rem; padding-block: 6rem; }
.campaign-hero__copy { position: relative; z-index: 2; }
.campaign-hero__copy .eyebrow { color: var(--campaign-accent); }
.campaign-hero__copy h1 { max-width: 900px; font-size: clamp(3.1rem, 6vw, 6rem); }
.campaign-hero__copy > p { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.campaign-hero__art { position: relative; height: 470px; }
.campaign-orbit { position: absolute; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--campaign-accent) 35%, transparent); }
.campaign-orbit--one { width: 430px; height: 430px; right: -80px; top: 20px; }
.campaign-orbit--two { width: 310px; height: 310px; right: -20px; top: 80px; border-style: dashed; }
.campaign-badge { position: absolute; right: 20px; top: 125px; width: 230px; height: 230px; border-radius: 50% 50% 12% 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; padding: 2rem; background: var(--forest); color: var(--white); box-shadow: var(--shadow); }
.campaign-badge .icon { width: 50px; height: 50px; color: var(--campaign-soft); stroke-width: 1.2; }
.campaign-badge strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1.15; text-align: center; }

.jump-nav { position: sticky; top: 104px; z-index: 40; border-block: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.jump-nav .shell { min-height: 58px; display: flex; align-items: center; gap: 1.5rem; overflow-x: auto; scrollbar-width: none; white-space: nowrap; }
.jump-nav .shell::-webkit-scrollbar { display: none; }
.jump-nav span { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.jump-nav a { color: var(--forest); font-size: .78rem; font-weight: 700; text-underline-offset: 4px; }

.section-heading--stack { display: block; max-width: 880px; margin-bottom: 3.2rem; }
.section-heading--stack h2 { margin-bottom: 1.2rem; }
.section-heading--stack p { max-width: 780px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.campaign-launchpad { background: #f8fafc; }
.launchpad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.launchpad-grid a { position: relative; min-height: 190px; display: flex; flex-direction: column; padding: 1.7rem; background: var(--white); text-decoration: none; transition: background .2s, transform .2s; }
.launchpad-grid a:hover { z-index: 1; background: var(--sage-light); transform: translateY(-3px); }
.launchpad-grid a > span { color: var(--copper); font-family: var(--serif); font-size: 1rem; }
.launchpad-grid a strong { margin-top: auto; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.launchpad-grid a small { color: var(--muted); }
.launchpad-grid a .icon { position: absolute; right: 1.4rem; top: 1.4rem; }

.info-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.info-card { grid-column: span 3; min-height: 270px; display: flex; flex-direction: column; padding: 1.8rem; border: 1px solid var(--line); background: var(--white); }
.info-card > span { color: var(--copper); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.info-card h3 { margin: 1.2rem 0 .7rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.info-card p { color: var(--muted); font-size: .9rem; }
.info-card .text-link { margin-top: auto; font-size: .75rem; }
.info-grid .info-card:nth-last-child(-n+2):first-child:nth-child(odd), .info-grid .info-card:nth-last-child(-n+2):first-child:nth-child(odd) ~ .info-card { grid-column: span 6; }

.date-window { display: grid; grid-template-columns: 1fr 1.2fr 1fr; max-width: 900px; margin: 1rem auto 2rem; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.date-window > div { min-height: 170px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1.5rem; }
.date-window > div + div { border-left: 1px solid var(--line); }
.date-window span { font-family: var(--serif); font-size: 2.2rem; }
.date-window small { color: var(--muted); }
.date-window__focus { background: var(--forest); color: var(--white); transform: scale(1.05); box-shadow: var(--shadow); }
.date-window__focus small { color: #c8d8e6; }
.center-note { max-width: 800px; margin: 0 auto; color: var(--muted); text-align: center; font-size: .86rem; }

.campaign-timeline { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.campaign-timeline li { display: grid; grid-template-columns: 60px 1fr; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.campaign-timeline li > span { color: var(--copper); font-size: .7rem; font-weight: 800; }
.campaign-timeline h3 { margin-bottom: .35rem; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.campaign-timeline p { margin: 0; color: var(--muted); font-size: .88rem; }

.path-compare { display: grid; grid-template-columns: 1fr 70px 1fr; align-items: stretch; }
.path-compare article { padding: 3rem; background: var(--sage-light); border: 1px solid var(--line); }
.path-compare h3 { margin: .9rem 0 1rem; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.path-compare p, .path-compare li { color: var(--muted); }
.path-compare ul { padding-left: 1.2rem; }
.path-compare li { margin: .55rem 0; }
.path-label { color: var(--copper); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.path-compare__or { display: grid; place-items: center; color: var(--muted); font-family: var(--serif); font-style: italic; }

.campaign-checklist { margin: 0; padding: 0; list-style: none; }
.campaign-checklist li { display: flex; gap: .9rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.campaign-checklist .icon { margin-top: .25rem; color: var(--copper); }
.question-list { max-width: 960px; }
.question-list details { border-bottom: 1px solid var(--line); }
.question-list summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.45rem; }
.question-list summary::-webkit-details-marker { display: none; }
.question-list summary span { font-family: var(--sans); font-size: 1.7rem; font-weight: 300; transition: transform .2s; }
.question-list details[open] summary span { transform: rotate(45deg); }
.question-list details p { max-width: 830px; padding: 0 4rem 1.5rem 0; color: var(--muted); }
.campaign-cta { background: linear-gradient(135deg, var(--cream), var(--sage-light)); }
.independence-note { padding: 2rem 0; background: #202a35; color: var(--white); }
.independence-note .shell { display: grid; grid-template-columns: 220px 1fr; gap: 2rem; }
.independence-note strong { color: #a9c9ee; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.independence-note p { margin: 0; color: #c3ced9; font-size: .78rem; }
.source-strip { padding: 2rem 0; border-top: 1px solid var(--line); background: #f7f9fb; }
.source-strip .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.source-strip .shell > div { display: flex; align-items: center; gap: .8rem; max-width: 700px; }
.source-strip .icon { color: var(--copper); }
.source-strip span, .source-strip p { margin: 0; color: var(--muted); font-size: .68rem; }
.source-strip a { text-underline-offset: 3px; }

.deadline-band { padding: 2.4rem 0 1.3rem; background: var(--forest); color: var(--white); }
.deadline-band > .shell { display: flex; align-items: center; justify-content: center; gap: 2.5rem; }
.deadline-band > .shell > div { display: flex; flex-direction: column; text-align: center; }
.deadline-band small { color: #b8c9da; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.deadline-band strong { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 400; }
.deadline-band > p { margin: 1rem auto 0; padding-inline: 1rem; color: #adbdcc; font-size: .68rem; text-align: center; }
.cost-wheel { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cost-wheel div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; background: var(--white); }
.cost-wheel span { color: var(--copper); font-family: var(--serif); }
.cost-wheel strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.notice-card { margin-top: 2rem; padding: 1.4rem 1.6rem; border-left: 5px solid var(--copper); background: var(--white); box-shadow: 0 10px 35px rgba(25,40,60,.07); }
.notice-card strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.notice-card p { margin: .5rem 0 0; color: var(--muted); font-size: .84rem; }
.notice-card--warning { border-left-color: #b9792e; background: #fffaf1; }
.metal-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.metal { min-height: 230px; padding: 1.7rem; border-top: 6px solid; background: #f8fafc; }
.metal span { font-family: var(--serif); font-size: 1.8rem; }
.metal p { margin-top: 1.5rem; color: var(--muted); font-size: .86rem; }
.metal--bronze { border-color: #a76e45; }.metal--silver { border-color: #9ba7b2; }.metal--gold { border-color: #c2993c; }.metal--platinum { border-color: #697f93; }

.number-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.number-grid > div { min-height: 170px; padding: 1.4rem; background: var(--white); }
.number-grid span { color: var(--copper); font-family: var(--serif); }
.number-grid p { margin: 2.2rem 0 0; font-family: var(--serif); font-size: 1.18rem; line-height: 1.25; }
.needs-map { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.needs-map > div { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; background: var(--white); }
.needs-map span { color: var(--copper); font-family: var(--serif); }
.needs-map strong { font-family: var(--serif); font-size: 1.22rem; font-weight: 400; }
.policy-spectrum { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.policy-spectrum article { min-height: 290px; padding: 1.8rem; border: 1px solid var(--line); background: var(--white); }
.policy-spectrum span { color: var(--copper); font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.policy-spectrum h3 { margin: 1.2rem 0 .8rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.policy-spectrum p { color: var(--muted); font-size: .86rem; }
.review-board { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.review-board article { padding: 1.8rem; border: 1px solid var(--line); background: var(--white); }
.review-board h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.review-board p { margin-bottom: 0; color: var(--muted); font-size: .86rem; }

.review-columns { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.review-columns > article { padding: 1.8rem; background: var(--white); border: 1px solid var(--line); }
.review-columns > article > span { display: block; margin-bottom: 1rem; color: var(--copper); font-family: var(--serif); font-size: 1.6rem; }
.review-columns .campaign-checklist li { font-size: .82rem; }
.change-ribbon { display: flex; flex-wrap: wrap; gap: .8rem; }
.change-ribbon span { padding: .8rem 1.1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--forest); font-size: .8rem; font-weight: 700; }

.limited-warning { padding: 1.4rem 0; background: #fff3de; border-block: 1px solid #ead1a5; }
.limited-warning .shell { display: flex; align-items: center; gap: 1rem; }
.limited-warning .icon { width: 2rem; height: 2rem; color: #a2641e; }
.limited-warning strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; }
.limited-warning p { margin: .2rem 0 0; color: #705b3f; font-size: .78rem; }

.event-rules { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.event-rules > article { padding: 2rem; border: 1px solid var(--line); background: var(--white); }
.event-rules > article > span { display: block; margin-bottom: 1rem; font-family: var(--serif); font-size: 1.8rem; }
.event-rules__yes { border-top: 6px solid #3d806d !important; }
.event-rules__no { border-top: 6px solid #b9792e !important; }
.approved-language { margin-top: 2rem; padding: 2rem; background: var(--forest); color: var(--white); }
.approved-language > span { color: #a9c9ee; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.approved-language blockquote { max-width: 850px; margin: 1rem 0 0; font-family: var(--serif); font-size: clamp(1.3rem, 3vw, 2rem); line-height: 1.35; }
.partner-cloud { display: flex; flex-wrap: wrap; gap: .8rem; }
.partner-cloud span { padding: 1rem 1.2rem; background: var(--white); border: 1px solid var(--line); font-family: var(--serif); font-size: 1.15rem; }

.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.video-grid article { padding: 1rem; background: var(--white); border: 1px solid var(--line); }
.video-placeholder { aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; position: relative; background: linear-gradient(135deg, var(--forest), #47647c); color: var(--white); }
.video-placeholder > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.16); font-size: 1.2rem; }
.video-placeholder small { position: absolute; right: .6rem; bottom: .5rem; padding: .2rem .35rem; background: rgba(0,0,0,.6); }
.video-grid h3 { margin: 1rem 0 .4rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.video-grid p { margin: 0; color: var(--muted); font-size: .75rem; }
.download-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.download-grid article { display: flex; gap: 1rem; padding: 1.5rem; border: 1px solid var(--line); background: var(--white); }
.download-grid .icon { color: var(--copper); }
.download-grid h3 { margin-bottom: .4rem; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.download-grid p { margin: 0; color: var(--muted); font-size: .75rem; }

@media (max-width: 960px) {
  .utility { display: none; }
  .header__inner { min-height: 82px; }
  .brand img { width: 205px; height: 82px; }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.4rem; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: .85rem .2rem; }
  .site-nav .button { margin-top: .5rem; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; padding: 5rem 0; }
  .hero__visual { display: none; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: span 1; min-height: 320px; }
  .product-card:last-child { grid-column: 1 / -1; }
  .split, .detail-grid, .editorial, .form-layout, .contact-layout { grid-template-columns: 1fr; gap: 3.5rem; }
  .form-aside { position: static; }
  .story { grid-template-columns: 190px 1fr; gap: 3rem; }
  .story__mark { width: 190px; height: 190px; }
  .page-hero__grid { grid-template-columns: 1fr; min-height: 380px; }
  .page-hero__mark { display: none; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / -1; }
  .decision-bar .shell { grid-template-columns: repeat(2, 1fr); }
  .decision-bar .shell > span { grid-column: 1 / -1; min-height: 64px; padding: 0; border-bottom: 1px solid var(--line); }
  .decision-bar .shell > div:nth-child(2n) { border-left: 0; }
  .direct-contact .shell { grid-template-columns: auto 1fr; padding-block: 1.5rem; }
  .direct-contact p { grid-column: 1 / -1; margin: 0; }
  .jump-nav { top: 82px; }
  .campaign-hero__grid { grid-template-columns: 1fr; min-height: 0; padding-block: 5rem; }
  .campaign-hero__art { display: none; }
  .launchpad-grid { grid-template-columns: repeat(2,1fr); }
  .info-card { grid-column: span 6; }
  .cost-wheel, .metal-grid, .policy-spectrum { grid-template-columns: repeat(2,1fr); }
  .number-grid, .needs-map { grid-template-columns: repeat(2,1fr); }
  .review-board, .review-columns, .video-grid, .download-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header__inner { min-height: 78px; }
  .brand img { width: 180px; height: 72px; }
  h1 { font-size: 3.15rem; }
  .hero__grid { padding: 4rem 0; }
  .trust-row { display: grid; margin-top: 2.5rem; }
  .section { padding-block: 4.5rem; }
  .section-heading, .closing__inner, .callout { align-items: flex-start; flex-direction: column; }
  .product-grid, .values { grid-template-columns: 1fr; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5), .product-card:last-child { grid-column: 1; min-height: 285px; }
  .story { grid-template-columns: 1fr; }
  .story__mark { width: 145px; height: 145px; }
  .story__mark .icon { width: 58px; height: 58px; }
  .page-hero__grid { padding-block: 4.2rem; }
  .coverage-row { grid-template-columns: 44px 1fr; gap: 1rem; padding: 2rem 0; }
  .coverage-row__arrow { display: none; }
  .process article { grid-template-columns: 48px 1fr; gap: 1rem; }
  .notice { grid-template-columns: 1fr; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .intake-form { padding: 1.2rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.4rem; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .chat-launcher span { display: none; }
  .chat-launcher { width: 52px; height: 52px; justify-content: center; padding: 0; }
  .jump-nav { top: 78px; }
  .jump-nav .shell { gap: 1rem; }
  .jump-nav span { display: none; }
  .launchpad-grid, .info-grid, .cost-wheel, .metal-grid, .policy-spectrum, .review-board, .review-columns, .video-grid, .download-grid { grid-template-columns: 1fr; }
  .info-card, .info-grid .info-card:nth-last-child(-n+2):first-child:nth-child(odd), .info-grid .info-card:nth-last-child(-n+2):first-child:nth-child(odd) ~ .info-card { grid-column: 1; min-height: 230px; }
  .date-window { grid-template-columns: 1fr; }
  .date-window > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .date-window__focus { transform: none; }
  .path-compare { grid-template-columns: 1fr; }
  .path-compare__or { min-height: 55px; }
  .path-compare article { padding: 1.6rem; }
  .deadline-band > .shell { flex-direction: column; gap: 1rem; }
  .deadline-band > .shell > span { transform: rotate(90deg); }
  .number-grid, .needs-map { grid-template-columns: 1fr 1fr; }
  .event-rules { grid-template-columns: 1fr; }
  .source-strip .shell { align-items: flex-start; flex-direction: column; }
  .independence-note .shell { grid-template-columns: 1fr; gap: .8rem; }
  .decision-bar .shell { grid-template-columns: 1fr; }
  .decision-bar .shell > span { grid-column: 1; }
  .decision-bar .shell > div, .decision-bar .shell > div:nth-child(2n) { border-left: 0; border-top: 1px solid var(--line); }
  .direct-contact .shell { grid-template-columns: 1fr; gap: .65rem; }
  .direct-contact p { grid-column: 1; }
}

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