:root {
  --graphite: #20221d;
  --graphite-deep: #151712;
  --graphite-soft: #2b2e27;
  --straw: #eee7d9;
  --straw-light: #f7f2e9;
  --straw-deep: #ddd2bf;
  --earth: #805b3b;
  --olive: #626a4d;
  --olive-deep: #454b37;
  --amber: #c88f32;
  --amber-light: #dfb15e;
  --ink-muted: #696357;
  --light-muted: #c8c3b8;
  --rule: rgba(32, 34, 29, .18);
  --rule-light: rgba(247, 242, 233, .18);
  --display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --body: "IBM Plex Sans", system-ui, sans-serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --shell: 1180px;
  --gutter: clamp(1.15rem, 4vw, 2.5rem);
  --section: clamp(4.5rem, 9vw, 7.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--straw); color: var(--graphite); font-family: var(--body); font-size: 1rem; line-height: 1.6; overflow-x: clip; }
h1, h2, h3, p, ol, ul, fieldset { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
fieldset { border: 0; }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
::selection { background: var(--amber); color: var(--graphite-deep); }
:focus-visible { outline: 3px solid #8a5a1f; outline-offset: 4px; }

.shell { width: min(100%, var(--shell)); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; background: var(--amber); color: var(--graphite-deep); transform: translateY(-180%); font-weight: 600; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; color: var(--earth); font-family: var(--mono); font-size: .7rem; font-weight: 600; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow > span { width: 2.25rem; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--amber-light); }

h1, h2, h3 { font-family: var(--display); font-weight: 760; letter-spacing: -.04em; }
h2 { font-size: clamp(2.4rem, 5vw, 4.65rem); font-stretch: 110%; line-height: .98; }
.section-heading { margin-bottom: clamp(2.75rem, 5.5vw, 4.75rem); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(16rem, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: end; }
.section-heading--split > p { max-width: 36rem; color: var(--ink-muted); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.75; }
.section-heading--light { color: var(--straw-light); }
.section-heading--light > p { color: var(--light-muted); }

.button { display: inline-flex; min-height: 3.2rem; align-items: center; justify-content: center; gap: .7rem; padding: .78rem 1.25rem; border: 1px solid var(--amber); border-radius: 2px; background: var(--amber); color: var(--graphite-deep); font-family: var(--display); font-size: .79rem; font-stretch: 108%; font-weight: 760; letter-spacing: .07em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--amber-light); border-color: var(--amber-light); }
.button--small { min-height: 2.7rem; padding: .65rem 1rem; font-size: .72rem; }
.button--outline-light { border-color: rgba(255, 255, 255, .55); background: rgba(21, 23, 18, .34); color: #fff; }
.button--outline-light:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.button--light { border-color: var(--straw-light); background: var(--straw-light); }
.button--text { border-color: transparent; background: transparent; color: var(--graphite); padding-inline: .2rem; }
.button--text:hover { border-color: transparent; background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; height: 4.8rem; border-bottom: 1px solid var(--rule); background: rgba(238, 231, 217, .97); }
.header__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--graphite); text-decoration: none; }
.brand__symbol { width: 1.75rem; height: 1.75rem; }
.brand__name { display: flex; align-items: center; font-family: var(--display); font-size: 1.08rem; font-stretch: 114%; font-weight: 850; letter-spacing: -.03em; line-height: 1; text-transform: uppercase; }
.brand__name span { margin-right: .2rem; padding: .16rem .27rem .1rem; background: var(--amber); font-weight: 580; }
.main-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.main-nav > a:not(.button) { color: #585649; font-size: .8rem; font-weight: 600; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--earth); }
.menu-toggle { display: none; min-height: 2.75rem; align-items: center; gap: .7rem; border: 0; background: transparent; font-family: var(--mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.menu-toggle__lines, .menu-toggle__lines::before { display: block; width: 1.35rem; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-toggle__lines::before { transform: translateY(-.4rem); }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle__lines::before { transform: rotate(-90deg); }

/* Hero */
.hero { position: relative; min-height: min(50rem, calc(100svh - 4.8rem)); overflow: hidden; background: var(--graphite-deep); color: #fff; }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media picture, .hero__media img { width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center; transform: scaleX(-1) scale(1.015); }
.hero__veil { background: linear-gradient(90deg, rgba(17, 19, 15, .98) 0%, rgba(17, 19, 15, .88) 38%, rgba(17, 19, 15, .32) 67%, rgba(17, 19, 15, .12) 100%), linear-gradient(0deg, rgba(17, 19, 15, .32), transparent 42%); }
.hero__inner { position: relative; z-index: 2; display: flex; min-height: min(47rem, calc(100svh - 7.8rem)); align-items: center; }
.hero__copy { max-width: 47rem; padding-block: 5rem 6.5rem; }
.hero h1 { max-width: 10ch; font-size: clamp(3.35rem, 7.5vw, 6.8rem); font-stretch: 112%; font-weight: 800; letter-spacing: -.06em; line-height: .88; }
.hero h1 em { color: var(--amber-light); font-style: normal; }
.hero__lead { max-width: 37rem; margin-top: 1.8rem; color: #ded9cf; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero__micro { margin-top: 1.1rem; color: #aaa89f; font-size: .79rem; }
.hero__rail { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: clamp(1.5rem, 8vw, 8rem); padding: .85rem var(--gutter); border-top: 1px solid rgba(255, 255, 255, .15); background: rgba(16, 18, 14, .78); color: #bdb9af; font-family: var(--mono); font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }

/* Profiles */
.section--profiles { background: var(--straw-light); }
.profile-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.profile-card { display: flex; min-height: 22rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.1rem); border-top: 3px solid var(--amber); background: var(--straw); transition: transform .25s ease, background .25s ease; }
.profile-card:hover { transform: translateY(-5px); background: #e8decd; }
.profile-card__number { color: var(--earth); font-family: var(--mono); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.profile-card h3 { margin-top: auto; font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-stretch: 108%; line-height: 1.02; }
.profile-card > p:not(.profile-card__number) { margin-top: .9rem; color: var(--ink-muted); font-size: .94rem; }
.profile-card a { align-self: flex-start; margin-top: 1.35rem; border-bottom: 1px solid var(--graphite); font-family: var(--display); font-size: .72rem; font-weight: 730; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }

/* Service timeline */
.section--timeline { background: var(--graphite); color: var(--straw-light); }
.service-timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; }
.service-timeline::before { position: absolute; top: 1.65rem; right: 0; left: 0; height: 1px; background: var(--rule-light); content: ""; }
.service-timeline li { position: relative; padding-top: 4rem; }
.service-timeline__dot { position: absolute; z-index: 1; top: 1.22rem; left: 0; width: .9rem; height: .9rem; border: 3px solid var(--graphite); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 1px var(--amber); }
.service-timeline time { color: var(--amber-light); font-family: var(--mono); font-size: .72rem; font-weight: 600; }
.service-timeline h3 { margin-top: .6rem; font-size: 1.25rem; letter-spacing: -.02em; }
.service-timeline p { max-width: 15rem; margin-top: .4rem; color: var(--light-muted); font-size: .88rem; line-height: 1.6; }
.timeline-statement { max-width: 23ch; margin-top: clamp(3.5rem, 7vw, 6rem); font-family: var(--display); font-size: clamp(2rem, 4vw, 3.8rem); font-stretch: 108%; font-weight: 700; letter-spacing: -.045em; line-height: 1.05; }

/* Problem */
.problem { position: relative; min-height: 49rem; overflow: hidden; background: var(--olive-deep); color: #fff; }
.problem__image { position: absolute; inset: 0; }
.problem__image picture, .problem__image img { width: 100%; height: 100%; }
.problem__image img { object-fit: cover; object-position: center; }
.problem__image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 24, 18, .25), rgba(22, 24, 18, .05)); content: ""; }
.problem__inner { position: relative; display: flex; min-height: 49rem; align-items: center; justify-content: flex-end; padding-block: 4rem; }
.problem__card { width: min(100%, 39rem); padding: clamp(2rem, 5vw, 4rem); background: rgba(24, 26, 21, .94); box-shadow: 0 2rem 5rem rgba(9, 10, 8, .28); }
.problem__card h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
.today-flow { margin-top: 2rem; border-top: 1px solid var(--rule-light); }
.today-flow li { display: grid; grid-template-columns: 4rem 1fr; gap: 1rem; padding: .72rem 0; border-bottom: 1px solid var(--rule-light); color: #d0cdc3; font-size: .9rem; }
.today-flow time { color: var(--amber-light); font-family: var(--mono); font-size: .72rem; }
.problem__statement { margin-top: 1.8rem; color: #c7c3b9; font-size: 1.05rem; }
.problem__statement strong { display: block; margin-top: .25rem; color: #fff; font-family: var(--display); font-size: clamp(1.3rem, 2vw, 1.8rem); letter-spacing: -.03em; }

/* Solution */
.section--solution { background: var(--straw); }
.solution-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(3rem, 9vw, 9rem); align-items: start; }
.solution-intro { position: sticky; top: 8rem; }
.solution-intro > p:not(.eyebrow) { max-width: 31rem; margin-top: 1.5rem; color: var(--ink-muted); font-size: 1.06rem; }
.solution-intro .text-link { margin-top: 2rem; }
.solution-steps { border-top: 1px solid var(--rule); }
.solution-steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1.2rem; padding: 1.75rem 0; border-bottom: 1px solid var(--rule); }
.solution-steps > li > span { color: var(--earth); font-family: var(--mono); font-size: .72rem; font-weight: 600; }
.solution-steps h3 { font-size: clamp(1.25rem, 2.1vw, 1.7rem); letter-spacing: -.025em; }
.solution-steps p { max-width: 37rem; margin-top: .45rem; color: var(--ink-muted); font-size: .94rem; }

/* Benefits */
.section--benefits { background: var(--graphite-deep); color: var(--straw-light); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--rule-light); }
.benefit-card { min-height: 20rem; padding: clamp(1.5rem, 3vw, 2.25rem); border-right: 1px solid var(--rule-light); background: rgba(255, 255, 255, .025); }
.benefit-card:last-child { border-right: 0; }
.benefit-card > span { color: var(--amber-light); font-family: var(--mono); font-size: .66rem; letter-spacing: .15em; }
.benefit-card h3 { max-width: 12ch; margin-top: 5.5rem; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.02; }
.benefit-card p { max-width: 26rem; margin-top: .9rem; color: var(--light-muted); font-size: .92rem; }
.secondary-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.25rem; border-top: 1px solid var(--rule-light); }
.secondary-benefits p { display: grid; gap: .25rem; padding: 1.25rem 1.25rem 0 0; }
.secondary-benefits strong { color: var(--straw-light); font-family: var(--display); font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.secondary-benefits span { color: #99988f; font-size: .82rem; }

/* Dealers */
.section--dealers { background: var(--straw-light); }
.dealer-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr); gap: 1.25rem; }
.dealer-main { display: flex; min-height: 37rem; flex-direction: column; align-items: flex-start; padding: clamp(2.25rem, 6vw, 5rem); background: var(--graphite-soft); color: var(--straw-light); }
.dealer-main h2 { max-width: 10ch; }
.dealer-main > p:not(.eyebrow) { max-width: 37rem; margin-top: 1.5rem; color: var(--light-muted); font-size: 1.05rem; }
.dealer-main .button { margin-top: auto; }
.dealer-points { padding: clamp(1.75rem, 4vw, 3rem); background: var(--straw-deep); }
.dealer-points article { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.75rem 0; border-bottom: 1px solid var(--rule); }
.dealer-points article:last-child { border-bottom: 0; }
.dealer-points article > span { color: var(--earth); font-family: var(--mono); font-size: .68rem; }
.dealer-points h3 { font-size: 1.3rem; letter-spacing: -.02em; }
.dealer-points p { margin-top: .4rem; color: var(--ink-muted); font-size: .9rem; }

/* Coverage */
.section--coverage { background: var(--straw); }
.coverage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
.coverage-card { min-height: 20rem; padding: 1.5rem; border: 1px solid var(--rule); background: rgba(247, 242, 233, .5); }
.coverage-card > p { min-height: 2.5rem; color: var(--earth); font-family: var(--mono); font-size: .64rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.coverage-card h3 { margin-top: 2.5rem; font-size: 1.75rem; }
.coverage-card ul { margin-top: 1.25rem; }
.coverage-card li { padding: .4rem 0; border-bottom: 1px solid var(--rule); color: var(--ink-muted); font-size: .86rem; }

/* Network */
.network { position: relative; min-height: 43rem; overflow: hidden; background: var(--olive-deep); color: #fff; }
.network__media, .network__veil { position: absolute; inset: 0; }
.network__media img { width: 100%; height: 100%; object-fit: cover; }
.network__veil { background: linear-gradient(90deg, rgba(48, 54, 38, .98) 0%, rgba(48, 54, 38, .91) 44%, rgba(32, 34, 29, .58) 72%, rgba(32, 34, 29, .32) 100%); }
.network__inner { position: relative; display: grid; min-height: 43rem; grid-template-columns: minmax(0, 1fr) minmax(18rem, .72fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; padding-block: 5rem; }
.network__copy h2 { max-width: 10ch; }
.network__copy > p:not(.eyebrow, .network__highlight) { max-width: 35rem; margin-top: 1.5rem; color: #dedbd2; font-size: 1.03rem; }
.network__highlight { max-width: 34rem; margin-top: 1rem; color: #fff; font-weight: 600; }
.network__copy .button { margin-top: 2rem; }
.network__model { padding: 2rem; border: 1px solid rgba(255, 255, 255, .25); background: rgba(21, 23, 18, .74); }
.network__model > p { color: var(--amber-light); font-family: var(--mono); font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.network__model ol { margin-top: 1.1rem; }
.network__model li { display: grid; grid-template-columns: 2.5rem 1fr; gap: .8rem; padding: 1rem 0; border-top: 1px solid rgba(255, 255, 255, .16); font-size: .9rem; }
.network__model li span { color: var(--amber-light); font-family: var(--mono); font-size: .68rem; }
.network__model small { display: block; margin-top: 1.25rem; color: #b9b5aa; font-size: .75rem; line-height: 1.55; }

/* Purpose */
.section--purpose { background: var(--straw-light); }
.purpose-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.purpose-image { min-height: 34rem; overflow: hidden; }
.purpose-image picture, .purpose-image img { width: 100%; height: 100%; }
.purpose-image img { object-fit: cover; object-position: center; }
.purpose-copy h2 { font-size: clamp(2.35rem, 4.5vw, 4rem); }
.purpose-copy > p:not(.eyebrow, .purpose-copy__final) { margin-top: 1.5rem; color: var(--ink-muted); font-size: 1.03rem; }
.purpose-copy__final { margin-top: 1.5rem; color: var(--earth); font-family: var(--display); font-size: 1.35rem; font-weight: 700; letter-spacing: -.02em; }

/* FAQ */
.section--faq { background: var(--straw); }
.faq-layout { display: grid; grid-template-columns: minmax(15rem, .66fr) minmax(0, 1.34fr); gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.faq-intro { position: sticky; top: 8rem; }
.faq-intro h2 { font-size: clamp(2.25rem, 4.5vw, 3.85rem); }
.faq-intro > p:not(.eyebrow) { max-width: 25rem; margin-top: 1.4rem; color: var(--ink-muted); }
.faq-list { border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { position: relative; display: grid; grid-template-columns: 2.5rem 1fr 1.5rem; gap: 1rem; align-items: baseline; padding: 1.4rem 0; font-family: var(--display); font-size: clamp(1rem, 1.7vw, 1.2rem); font-weight: 690; letter-spacing: -.015em; cursor: pointer; }
.faq-list summary span { color: var(--earth); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; }
.faq-list summary::after { justify-self: end; color: var(--earth); content: "+"; font-family: var(--mono); font-size: 1.15rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 41rem; padding: 0 2rem 1.5rem 3.5rem; color: var(--ink-muted); font-size: .94rem; }

/* Signup */
.signup { position: relative; min-height: 58rem; overflow: hidden; background: var(--graphite-deep); color: #fff; }
.signup__image, .signup__veil { position: absolute; inset: 0; }
.signup__image picture, .signup__image img { width: 100%; height: 100%; }
.signup__image img { object-fit: cover; }
.signup__veil { background: linear-gradient(90deg, rgba(18, 20, 16, .97) 0%, rgba(18, 20, 16, .86) 48%, rgba(18, 20, 16, .48) 100%), linear-gradient(0deg, rgba(18, 20, 16, .72), transparent 62%); }
.signup__layout { position: relative; display: grid; min-height: 58rem; grid-template-columns: minmax(0, .82fr) minmax(25rem, 1.18fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; padding-block: var(--section); }
.signup__copy { align-self: start; padding-top: 3rem; }
.signup__copy h2 { font-size: clamp(2.7rem, 5.5vw, 5rem); }
.signup__copy > p:not(.eyebrow) { max-width: 35rem; margin-top: 1.5rem; color: #d2cec4; font-size: 1.05rem; }
.form-card { min-height: 39rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: var(--straw-light); color: var(--graphite); box-shadow: 0 2rem 5rem rgba(0, 0, 0, .25); }
.form-card__top { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--rule); }
.form-card__top > div:first-child { display: grid; gap: .15rem; }
.form-card__top span { color: var(--earth); font-family: var(--mono); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.form-card__top strong { font-family: var(--display); font-size: .9rem; letter-spacing: .02em; }
.progress { width: min(10rem, 35%); height: 3px; background: var(--straw-deep); }
.progress span { display: block; width: 50%; height: 100%; background: var(--amber); transition: width .3s ease; }
.form-step { padding-top: 2rem; }
.js .form-step { display: none; }
.js .form-step.is-active { display: block; animation: step-in .35s ease both; }
.form-step h3 { max-width: 20ch; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.04; }
.role-options { display: grid; gap: .6rem; margin-top: 1.5rem; }
.role-options label { cursor: pointer; }
.role-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.role-options label > span { display: grid; grid-template-columns: 2.3rem 1fr auto; gap: .75rem; align-items: center; padding: .85rem 1rem; border: 1px solid var(--rule); transition: border-color .2s ease, background .2s ease; }
.role-options label > span::after { color: var(--earth); content: "○"; font-size: 1.15rem; }
.role-options input:checked + span { border-color: var(--earth); background: var(--straw); }
.role-options input:checked + span::after { content: "●"; }
.role-options input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 3px; }
.role-options small { color: var(--earth); font-family: var(--mono); font-size: .62rem; }
.role-options strong { font-family: var(--display); font-size: .97rem; text-transform: uppercase; }
.role-options em { color: var(--ink-muted); font-size: .76rem; font-style: normal; }
.form-next { margin-top: 1.4rem; }
.form-error { margin-top: .8rem; color: #8b341f; font-size: .84rem; }
.selected-role { display: flex; flex-wrap: wrap; gap: .35rem; align-items: center; margin-top: .75rem; color: var(--ink-muted); font-size: .8rem; }
.selected-role strong { color: var(--earth); }
.change-role { padding: .4rem .15rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--earth); font-size: .75rem; cursor: pointer; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.field-grid--single { grid-template-columns: 1fr; margin-top: 1.5rem; }
.field-grid--city { grid-template-columns: minmax(0, 1fr) 6.5rem; }
.field { display: grid; gap: .4rem; }
.field > span { font-family: var(--display); font-size: .66rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.field > span em { color: var(--ink-muted); font-size: .63rem; font-style: normal; font-weight: 500; letter-spacing: .03em; text-transform: none; }
.field input, .field select { width: 100%; min-height: 3rem; border: 1px solid var(--rule); border-radius: 0; background: #fffdf8; color: var(--graphite); padding: .7rem .8rem; font-size: 1rem; }
.field input:focus, .field select:focus { border-color: var(--earth); outline: 2px solid var(--earth); outline-offset: 1px; }
.field input::placeholder { color: #9b958a; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--earth) 50%), linear-gradient(135deg, var(--earth) 50%, transparent 50%); background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%; background-repeat: no-repeat; background-size: 5px 5px; }
.optional-fields { margin-top: 1rem; border: 1px solid var(--rule); }
.optional-fields summary { padding: .75rem .9rem; font-family: var(--display); font-size: .72rem; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.optional-fields summary::after { float: right; content: "+"; }
.optional-fields[open] summary::after { content: "−"; }
.optional-fields summary span { color: var(--ink-muted); font-size: .64rem; font-weight: 500; text-transform: none; }
.specialty-options { display: flex; flex-wrap: wrap; gap: .4rem; padding: 0 .9rem .9rem; }
.specialty-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.specialty-options span { display: inline-flex; padding: .35rem .6rem; border: 1px solid var(--rule); color: var(--ink-muted); font-size: .72rem; cursor: pointer; }
.specialty-options input:checked + span { border-color: var(--earth); background: var(--earth); color: #fff; }
.specialty-options input:focus-visible + span { outline: 3px solid var(--amber); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: .65rem; align-items: flex-start; margin-top: 1.15rem; color: var(--ink-muted); font-size: .74rem; line-height: 1.45; cursor: pointer; }
.consent input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.consent__box { position: relative; width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .1rem; border: 1px solid var(--ink-muted); }
.consent input:checked + .consent__box { border-color: var(--earth); background: var(--earth); }
.consent input:checked + .consent__box::after { position: absolute; inset: .23rem; background: var(--straw-light); content: ""; }
.consent input:focus-visible + .consent__box { outline: 3px solid var(--amber); outline-offset: 2px; }
.form-message { margin-top: 1rem; padding: .7rem .85rem; border: 1px solid #a44e35; color: #84351f; font-size: .8rem; }
.form-message[data-kind="ok"] { border-color: var(--olive); color: var(--olive-deep); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.25rem; }
.form-actions .button[type="submit"] { min-width: 12rem; }
.form-actions .button:disabled { opacity: .55; cursor: progress; transform: none; }
.form-note { margin-top: .7rem; color: var(--ink-muted); font-size: .72rem; text-align: right; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: 5.5rem; } /* garante que hidden vence display de autor (form-success, msg, technical-details) */
.form-success { display: flex; min-height: 32rem; flex-direction: column; justify-content: center; }
.form-success h3 { max-width: 13ch; font-size: clamp(2rem, 4vw, 3.2rem); line-height: .98; }
.form-success > p:not(.eyebrow) { max-width: 29rem; margin-top: 1.2rem; color: var(--ink-muted); }
.form-success .text-link { align-self: flex-start; margin-top: 2rem; }

/* Footer */
.site-footer { padding-block: 4.5rem 1.5rem; background: var(--graphite-deep); color: var(--light-muted); }
.footer__grid { display: grid; grid-template-columns: minmax(14rem, .7fr) minmax(0, 1.3fr); gap: 4rem; }
.brand--footer { color: var(--straw-light); }
.brand--footer .brand__symbol { filter: invert(1); }
.footer__brand p { max-width: 19rem; margin-top: 1rem; color: #96958d; font-size: .86rem; }
.footer__nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.footer__nav > div { display: grid; align-content: start; gap: .55rem; }
.footer__nav strong { margin-bottom: .35rem; color: var(--straw-light); font-family: var(--display); font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.footer__nav a { color: #aaa99f; font-size: .8rem; text-decoration: none; }
.footer__nav a:hover { color: var(--amber-light); }
.footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem 1.5rem; margin-top: 4rem; padding-top: 1.4rem; border-top: 1px solid var(--rule-light); color: #9a9b91; font-family: var(--mono); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }

/* Reveal motion */
.js .reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@keyframes step-in { from { opacity: 0; transform: translateX(.75rem); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .section-heading--split, .solution-layout, .dealer-layout, .purpose-layout, .faq-layout, .signup__layout { grid-template-columns: 1fr; }
  .section-heading--split { align-items: start; gap: 1.5rem; }
  .section-heading--split > p { max-width: 42rem; }
  .profile-grid, .benefit-grid { grid-template-columns: 1fr; }
  .profile-card { min-height: 18rem; }
  .benefit-card { min-height: 17rem; border-right: 0; border-bottom: 1px solid var(--rule-light); }
  .benefit-card:last-child { border-bottom: 0; }
  .benefit-card h3 { margin-top: 3rem; }
  .service-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1.5rem; }
  .service-timeline::before { display: none; }
  .coverage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solution-intro, .faq-intro { position: static; }
  .dealer-main { min-height: 30rem; }
  .dealer-main .button { margin-top: 3rem; }
  .network__inner { grid-template-columns: 1fr; gap: 3rem; }
  .network__copy h2 { max-width: 12ch; }
  .network__model { max-width: 34rem; }
  .purpose-image { min-height: 25rem; }
  .faq-intro { max-width: 36rem; }
  .signup__copy { padding-top: 0; }
  .signup__layout { gap: 3rem; }
  .form-card { width: min(100%, 42rem); }
  .footer__grid { grid-template-columns: 1fr; gap: 3rem; }
}

@media (max-width: 760px) {
  .site-header { height: 4.3rem; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; padding: 1rem var(--gutter) 1.25rem; border-bottom: 1px solid var(--rule); background: var(--straw-light); box-shadow: 0 1rem 2rem rgba(21, 23, 18, .12); }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.button) { padding: .6rem 0; font-size: .9rem; }
  .main-nav .button { justify-self: start; margin-top: .35rem; }
  .hero { min-height: 43rem; }
  .hero__inner { min-height: 40rem; align-items: flex-end; }
  .hero__copy { padding-block: 5rem 6rem; }
  .hero__veil { background: linear-gradient(90deg, rgba(17, 19, 15, .91), rgba(17, 19, 15, .44)), linear-gradient(0deg, rgba(17, 19, 15, .92) 0%, rgba(17, 19, 15, .25) 68%); }
  .hero__media img { object-position: 55% center; }
  .hero__rail { justify-content: flex-start; overflow: hidden; }
  .hero__rail span:nth-child(3) { display: none; }
  .service-timeline { grid-template-columns: 1fr; gap: 0; }
  .service-timeline li { padding: 1.25rem 0 1.25rem 2.4rem; border-bottom: 1px solid var(--rule-light); }
  .service-timeline__dot { top: 1.55rem; left: 0; }
  .service-timeline p { max-width: 28rem; }
  .problem, .problem__inner { min-height: 48rem; }
  .problem__inner { align-items: flex-end; padding: 1.2rem; }
  .problem__card { width: 100%; }
  .secondary-benefits { grid-template-columns: 1fr; }
  .secondary-benefits p { border-bottom: 1px solid var(--rule-light); padding-bottom: 1rem; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-card { min-height: auto; }
  .coverage-card h3 { margin-top: 1.5rem; }
  .network__veil { background: linear-gradient(90deg, rgba(48, 54, 38, .96), rgba(48, 54, 38, .76)); }
  .purpose-image { min-height: 20rem; }
  .field-grid, .field-grid--city { grid-template-columns: 1fr; }
  .role-options label > span { grid-template-columns: 2rem 1fr auto; }
  .role-options em { display: none; }
  .footer__nav { grid-template-columns: 1fr 1fr; }
  .footer__bottom { display: grid; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: clamp(3rem, 16vw, 4.25rem); }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__rail { gap: 1.4rem; }
  .profile-card { min-height: 20rem; }
  .today-flow li { grid-template-columns: 3.25rem 1fr; gap: .75rem; }
  .solution-steps li { grid-template-columns: 2.5rem 1fr; }
  .dealer-points article { grid-template-columns: 2rem 1fr; }
  .faq-list summary { grid-template-columns: 2rem 1fr 1rem; gap: .65rem; }
  .faq-list details p { padding-left: 2.65rem; }
  .form-card { padding: 1.25rem; }
  .form-card__top { align-items: center; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .button { width: 100%; }
  .form-note { text-align: left; }
  .footer__nav { grid-template-columns: 1fr; }
}

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