/* Landing and intake only. Shared report styles remain in their own stylesheets. */
/* Same paper, ink and accents as the single-page initial reading. */
.intake-site{--bg:#f1eada;--paper:#f7f0e3;--surface:#fffaf1;--ink:#302a22;--muted:#796e5b;--line:#dfd2b8;--line-strong:#ab9b7b;--gold:#937027;--accent:#ae533a;--accent-soft:#f2e3da;--cta:#a74932;--cta-hover:#873b29;--blue:#ece3d1;--blue-ink:#76602f;--rose:#f2e3da;--rose-ink:#994830;--amber:#eee4ca;--amber-ink:#826021;--sage:#e8e5d7;--sage-ink:#666445;font-size:16px;line-height:1.65}
:root[data-theme=dark] .intake-site{--bg:#26221c;--paper:#302a22;--surface:#352e25;--ink:#f6efe1;--muted:#c0b49b;--line:#584c39;--line-strong:#978362;--gold:#cfad60;--accent:#eda98d;--accent-soft:#513a30;--cta:#eda98d;--cta-hover:#f6c1ab;--blue:#403825;--blue-ink:#dfc993;--rose:#49342c;--rose-ink:#efb9a6;--amber:#433a25;--amber-ink:#e5d097;--sage:#3b3b2d;--sage-ink:#d3d2ac}
.intake-site h1,.intake-site h2,.intake-site h3,.intake-site p,.intake-site figure{margin:0}
.intake-site a{text-decoration:none}.intake-site a:hover{text-decoration:underline}.intake-site button{cursor:pointer}.intake-site button:disabled{cursor:wait;opacity:.65}.intake-site small{font-size:13px;font-weight:400;color:var(--muted)}
.intake-site .action{display:inline-flex;justify-content:center;align-items:center;gap:28px;min-height:54px;padding:13px 25px;background:var(--cta);color:#fff;border:1px solid transparent;border-radius:6px;font-size:17px;font-weight:600;line-height:1.5;text-decoration:none;transition:background .2s,transform .2s}
:root[data-theme=dark] .intake-site .action{color:#2c211c}.intake-site .action:hover{background:var(--cta-hover);text-decoration:none}.action.small{min-height:44px;padding:9px 17px;font-size:14px;gap:16px}
.icon-library{position:absolute;width:0;height:0;overflow:hidden}.icon,.topic-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}.topic-icon{width:36px;height:36px}
.page-width{width:min(1180px,calc(100% - 96px));margin-inline:auto}.overline{font-size:13px;letter-spacing:.16em;font-weight:600;color:var(--gold)}.label-dot{display:inline-block;width:8px;height:8px;margin-right:7px;background:var(--gold);border-radius:50%}
.wordmark{color:var(--ink);font-family:var(--serif);font-size:33px;font-weight:700;line-height:1;letter-spacing:.02em;white-space:nowrap}.wordmark span{color:var(--accent)}.wordmark:hover{text-decoration:none!important}
.site-header{max-width:1376px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:22px 48px;gap:24px;border-bottom:1px solid var(--line)}.site-header nav{display:flex;align-items:center;gap:28px;font-size:14px}.site-header nav>a{color:var(--ink);padding-block:10px}
.landing-hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(40px,6vw,88px);padding-block:56px 62px}.hero-message h1{font-family:var(--serif);font-size:clamp(42px,4.7vw,65px);font-weight:700;line-height:1.28;letter-spacing:-.035em;margin:18px 0 24px}.hero-message h1 em{font-style:normal;color:var(--accent)}.hero-description{font-size:18px;line-height:1.8;color:var(--muted)}.hero-action{margin-top:30px;min-width:268px}.micro-benefit{font-size:12px;color:var(--muted);margin-top:12px!important;font-variant-numeric:tabular-nums}.micro-benefit span{margin-inline:5px;color:var(--line-strong)}.quiet-link{display:block;font-size:14px;text-underline-offset:4px;color:var(--ink)}.hero-demo{margin-top:24px}
.hero-paper{background:var(--surface);padding:22px 26px 0;position:relative;border:1px solid var(--line);border-radius:7px}.paper-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--gold);letter-spacing:.12em;border-bottom:1px solid var(--line);padding-bottom:13px}.hero-paper img{width:100%;height:auto;aspect-ratio:1.8;object-fit:cover;object-position:50% 52%;display:block;mix-blend-mode:multiply;margin-block:8px}.hero-paper figcaption{padding-block:5px 22px}.sample-label{display:block;font-size:12px;color:var(--gold);margin-bottom:8px}.hero-paper strong{display:block;color:var(--ink);font-family:var(--serif);font-size:29px;line-height:1.4;letter-spacing:-.02em}.hero-paper figcaption p{font-size:13px;color:var(--sage-ink);margin-top:12px}.paper-index{display:flex;justify-content:space-between;gap:12px;padding-block:14px;border-top:1px solid var(--line);font-size:12px;color:var(--sage-ink)}.paper-index b{font-weight:500;margin-right:8px;font-variant-numeric:tabular-nums}
:root[data-theme=dark] .hero-paper img{mix-blend-mode:normal;border-radius:3px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px}.intake-site h2{font-family:var(--serif);font-size:clamp(28px,3vw,40px);line-height:1.35;font-weight:600;letter-spacing:-.02em}.section-heading h2{margin-top:10px}.section-heading>p{font-size:14px;color:var(--muted)}.topic-section{padding-block:48px 46px}.topic-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.tone-blue{--tone:var(--blue);--tone-ink:var(--blue-ink)}.tone-rose{--tone:var(--rose);--tone-ink:var(--rose-ink)}.tone-amber{--tone:var(--amber);--tone-ink:var(--amber-ink)}.tone-sage{--tone:var(--sage);--tone-ink:var(--sage-ink)}.topic-tile{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding:23px 20px;text-align:left;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--tone-ink)}.topic-tile:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-2px)}.topic-tile strong{display:block;font-size:18px;font-weight:600;color:var(--ink);margin-bottom:4px}.topic-tile small{color:var(--tone-ink);font-size:12px;line-height:1.5}.tile-arrow{position:absolute;right:20px;top:23px;font-size:20px}
.preview-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;padding-block:44px 76px;border-top:1px solid var(--line)}.preview-intro h2{margin-top:14px}.reading-contents{list-style:none;margin:28px 0;padding:0}.reading-contents li{display:flex;gap:18px;align-items:flex-start;padding-block:16px;border-bottom:1px solid var(--line)}.reading-contents li>span{color:var(--accent);font-size:13px;padding-top:3px;font-variant-numeric:tabular-nums}.reading-contents h3{font-family:var(--sans);font-size:17px;font-weight:600;letter-spacing:0}.reading-contents p{font-size:14px;color:var(--muted);margin-top:4px}.included-note{display:flex;gap:10px;align-items:center;font-size:13px;color:var(--muted)}.included-note .icon{width:20px;height:20px}.sample-excerpt{padding:26px 32px;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:0 7px 7px 0;align-self:center}.sample-meta{display:flex;gap:14px;justify-content:space-between;font-size:12px;color:var(--muted)}.sample-meta a{flex:none}#excerpt-content{padding-block:16px 24px}#excerpt-content h3{font-family:var(--serif);font-size:24px;line-height:1.5}#excerpt-content p{margin-top:15px;font-size:15px;line-height:1.8;color:var(--muted)}.sample-more{display:flex;justify-content:space-between;gap:14px;font-size:13px;padding-block:12px;border-top:1px solid var(--line)}
.how-section{padding-block:40px 64px;border-top:1px solid var(--line)}.delivery-steps{padding:0;margin:35px 0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.delivery-steps li{display:flex;align-items:flex-start;gap:18px;padding-right:20px;position:relative}.delivery-steps li:not(:last-child)::after{content:'→';position:absolute;right:25px;top:20px;color:var(--line-strong)}.delivery-steps .topic-icon{color:var(--sage-ink);width:40px;height:40px}.delivery-steps li span{font-size:11px;color:var(--muted)}.delivery-steps h3{font-size:16px;font-family:var(--sans);font-weight:600;letter-spacing:0}.delivery-steps p{font-size:13px;color:var(--muted);margin-top:4px}.before-start{display:grid;grid-template-columns:1fr 1fr;column-gap:40px}.before-start details{border-bottom:1px solid var(--line);padding-block:10px}.before-start summary{display:flex;justify-content:space-between;gap:18px;padding-block:12px;font-size:15px;list-style:none}.before-start summary::-webkit-details-marker{display:none}.before-start summary span{color:var(--accent)}.before-start details[open] summary span{transform:rotate(45deg)}.before-start details p{font-size:14px;color:var(--muted);padding-bottom:16px;line-height:1.8}
.start-callout{--ink:#f6efe1;--muted:#c0b49b;--gold:#cfad60;display:flex;align-items:center;justify-content:space-between;gap:35px;background:#312a20;color:var(--ink);padding:42px;border-radius:7px;margin-bottom:72px}.start-callout h2{font-size:30px;margin-top:10px}.start-callout p:not(.overline){font-size:14px;color:var(--muted);margin-top:14px}.start-callout>div:last-child{flex:none}.start-callout .action{background:#f2e6ce;color:#382d1c}.start-callout .action:hover{background:#fff4dc}.start-callout .quiet-link{margin-top:15px;text-align:center;font-size:13px}.site-footer{border-top:1px solid var(--line);padding-block:30px}.footer-signoff{display:flex;gap:24px;align-items:center;margin-bottom:28px}.footer-signoff p{font-size:14px;color:var(--muted)}.site-footer nav{display:flex;gap:16px 28px;flex-wrap:wrap;font-size:13px}.site-footer nav a{color:var(--ink);padding-block:8px}.footer-base{margin-top:25px;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px;color:var(--muted)}.footer-base label{display:flex;align-items:center;gap:8px;flex:none}
/* Registration: one decision group per step; native inputs preserve keyboard behavior. */
.intake-header{height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px;padding-inline:40px}.intake-header .wordmark{font-size:27px}.back-button{border:0;background:transparent;color:var(--ink);font-size:14px;min-height:44px;min-width:66px;text-align:left;padding:8px 0}.back-button span{margin-right:7px}.free-mark{font-size:13px;color:var(--gold)}.intake-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:320px minmax(0,650px);gap:60px;padding:42px 35px 70px;align-items:start}.intake-aside{background:var(--paper);padding:30px 24px;border-top:3px solid var(--gold);margin-top:14px}.intake-aside h2{font-size:32px;margin-top:16px}.intake-aside img{display:block;width:100%;height:auto;mix-blend-mode:multiply;margin-block:20px}.intake-aside .aside-topic{color:var(--sage-ink);font-weight:600;font-size:17px;border-top:1px solid color-mix(in srgb,var(--sage-ink) 25%,transparent);padding-top:20px;margin-bottom:10px}.intake-aside>p:last-child{font-size:13px;line-height:1.9;color:var(--sage-ink)}:root[data-theme=dark] .intake-aside img{mix-blend-mode:normal;border-radius:6px}.intake-main{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:7px;padding:30px}.step-progress{display:flex;padding:0;margin:0 0 34px;list-style:none;gap:0}.step-progress li{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px;color:var(--muted);font-weight:500;white-space:nowrap}.step-progress li:after{content:'';position:absolute;top:13px;height:1px;background:var(--line);width:calc(100% - 38px);left:calc(50% + 19px)}.step-progress li:last-child:after{display:none}.step-progress li>span{display:grid;place-items:center;border-radius:50%;border:1px solid var(--line-strong);width:28px;height:28px;background:var(--bg);font-size:12px;font-variant-numeric:tabular-nums}.step-progress li[aria-current=step]{color:var(--accent);font-weight:600}.step-progress li[aria-current=step]>span{background:var(--cta);color:#fff;border-color:var(--cta)}:root[data-theme=dark] .step-progress li[aria-current=step]>span{color:var(--bg)}.step-progress li.done>span{background:var(--amber);color:var(--amber-ink);border-color:var(--gold)}.step-progress li.done:after{background:var(--gold)}
.form-step{display:flex;flex-direction:column;gap:23px;animation:step-in .18s ease-out}.step-heading h1,.preview-complete h1{font-family:var(--serif);font-size:31px;line-height:1.45;font-weight:600;letter-spacing:-.035em;margin-block:7px 9px}.step-heading h1:focus,.preview-complete h1:focus{outline:none}.step-heading>p:last-child{font-size:14px;color:var(--muted)}.step-heading .overline{font-size:12px}.choice-field{border:0;margin:0;padding:0;min-width:0}.choice-field legend{font-weight:600;font-size:15px;margin-bottom:10px;padding:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.focus-options,.time-options{display:grid;gap:10px}.choice{position:relative;display:flex;align-items:center;gap:15px;min-height:84px;padding:15px 18px;background:var(--surface);border:1px solid var(--line);border-radius:7px;cursor:pointer;transition:background .16s,border-color .16s}.choice input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.choice:has(input:focus-visible){outline:3px solid var(--accent);outline-offset:3px}.choice:has(input:checked){border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.choice:has(input:checked) .choice-dot{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 4px var(--accent-soft)}.choice-icon{display:grid;place-items:center;flex:none;width:45px;height:45px;border-radius:5px;background:var(--tone,var(--sage));color:var(--tone-ink,var(--sage-ink))}.choice-icon .topic-icon{width:27px;height:27px}.choice-copy{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.choice-copy strong{font-size:16px;font-weight:600;letter-spacing:0}.choice-copy small{font-size:12px;line-height:1.5}.choice-dot{width:20px;height:20px;flex:none;border:1px solid var(--line-strong);border-radius:50%;margin-left:auto}.step-actions{padding-top:4px}.step-actions .action{width:100%;justify-content:space-between}.step-note{font-size:12px;line-height:1.6;color:var(--muted);text-align:center;margin-top:10px!important}.form-field{display:flex;flex-direction:column;gap:10px;min-width:0}.form-field>label,.time-entry>label,.field-title>label{font-size:15px;font-weight:600}.form-field label small,.time-entry label small{margin-left:5px}.field-title{display:flex;justify-content:space-between;gap:12px;align-items:center}.date-modes{display:flex;border:1px solid var(--line);border-radius:7px;overflow:hidden;flex:none}.date-modes button{border:0;background:transparent;min-height:38px;padding:6px 12px;color:var(--muted);font-size:12px}.date-modes button[aria-pressed=true]{background:var(--amber);color:var(--amber-ink);font-weight:600}.form-input{width:100%;max-width:100%;min-width:0;min-height:52px;padding:12px 15px;background:var(--surface);color:var(--ink);border:1px solid var(--line-strong);border-radius:6px;font-size:16px;line-height:1.5;appearance:auto;box-sizing:border-box}.form-input[type=date],.form-input[type=time]{display:block;min-height:54px;-webkit-appearance:initial}.form-input::-webkit-date-and-time-value{text-align:left;min-height:24px}.form-input[aria-invalid=true]{border-color:var(--critical);box-shadow:inset 0 0 0 1px var(--critical)}.city-shortcuts{display:flex;gap:9px;flex-wrap:wrap}.city-shortcuts button{font-size:12px;min-height:36px;min-width:55px;border:1px solid var(--line);background:var(--surface);color:var(--muted);border-radius:7px;padding:5px 12px}.city-shortcuts button[aria-pressed=true]{background:var(--amber);color:var(--amber-ink);border-color:var(--gold)}.gender-options{display:flex;gap:12px}.gender-options .choice{min-height:48px;padding:10px 17px;flex:1;border-radius:9px;gap:12px}.gender-options .choice-copy strong{font-size:15px}.field-help summary{font-size:12px;color:var(--muted);padding:6px 0}.field-help p,.field-caption{font-size:13px;color:var(--muted);line-height:1.7;margin-top:6px}.time-entry{display:flex;flex-direction:column;gap:10px;padding:16px 18px;background:var(--paper);border-radius:6px}.time-options .choice{min-height:79px}.help-panel{font-size:13px;line-height:1.7;color:var(--sage-ink);border-left:3px solid var(--sage-ink);padding:12px 16px;background:var(--sage)}.error{font-size:13px;line-height:1.6;color:var(--critical)}.submit-error{padding:14px 16px;border-radius:8px;background:var(--critical-soft)}.recap-details,.optional-fields{border-bottom:1px solid var(--line);padding-bottom:10px}.recap-details summary,.optional-fields summary{font-size:14px;min-height:44px;padding-block:9px;color:var(--ink)}.recap-details summary>span{font-size:12px;color:var(--muted);margin-left:10px}.optional-fields summary>small{margin-left:7px}.optional-fields>.form-field{margin-top:18px}.optional-fields>p{font-size:13px;color:var(--muted);line-height:1.7;margin-top:8px}.recap-details dl{display:grid;grid-template-columns:100px 1fr;gap:8px 12px;margin:10px 0 18px;padding:16px;background:var(--sage);border-radius:8px;font-size:13px;line-height:1.65}.recap-details dt{color:var(--sage-ink)}.recap-details dd{margin:0;overflow-wrap:anywhere}.quiet-button{border:0;background:none;min-height:44px;padding:8px 0;color:var(--accent);font-size:13px}.consent-row{display:flex;gap:12px;align-items:flex-start;font-size:13px;line-height:1.8;cursor:pointer}.consent-row input{width:20px;height:20px;flex:none;margin:2px 0 0;accent-color:var(--cta)}.consent-row a{text-decoration:underline;text-underline-offset:3px}.preview-notice{text-align:center;font-size:12px;padding:8px 16px;background:var(--amber);color:var(--amber-ink)}.preview-complete{display:flex;flex-direction:column;align-items:flex-start;gap:20px;padding-top:20px}.preview-complete>.topic-icon{width:56px;height:56px;color:var(--sage-ink)}.preview-complete>p:not(.overline){font-size:15px;color:var(--muted)}.noscript-note{padding:20px;background:var(--critical-soft);color:var(--ink);position:fixed;bottom:0;left:0;right:0;z-index:10}
@keyframes step-in{from{opacity:.4;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:1000px){.page-width{width:calc(100% - 56px)}.landing-hero{gap:36px}.hero-message h1{font-size:44px}.hero-description{font-size:16px}.hero-paper{padding-inline:20px}.hero-paper strong{font-size:26px}.topic-grid{grid-template-columns:1fr 1fr}.topic-tile{flex-direction:row;align-items:center;gap:16px}.topic-tile .tile-arrow{top:14px;right:13px}.topic-tile strong{font-size:17px}.preview-section{gap:35px}.delivery-steps li:not(:last-child)::after{display:none}.delivery-steps li{gap:12px}.delivery-steps .topic-icon{width:32px;height:32px}.start-callout{padding:32px 28px}.start-callout h2{font-size:26px}.intake-layout{grid-template-columns:270px minmax(0,560px);gap:45px}.intake-aside{padding:28px 20px}.intake-aside h2{font-size:28px}}
@media(max-width:760px){.page-width{width:calc(100% - 40px)}.site-header{padding:15px 20px;gap:16px}.site-header .wordmark{font-size:28px}.site-header nav{gap:14px;font-size:12px}.site-header .nav-sample{display:none}.action.small{font-size:12px;min-height:40px;padding:8px 11px;gap:0}.action.small .icon{display:none}.landing-hero{padding-block:33px 38px;grid-template-columns:1fr;gap:29px}.hero-message h1{font-size:39px;margin-block:14px 17px;line-height:1.3}.overline{font-size:12px}.hero-description{font-size:15px;line-height:1.8}.hero-action{margin-top:23px;width:100%;min-width:0}.micro-benefit{text-align:center;font-size:11px}.micro-benefit span{margin-inline:3px}.hero-demo{text-align:center;margin-top:16px;font-size:13px}.hero-paper{transform:none;padding:16px 19px 0;display:grid;grid-template-columns:1fr 1.3fr;column-gap:17px;border-radius:7px}.paper-top{grid-column:1/-1;font-size:10px;padding-bottom:10px}.hero-paper img{height:150px;aspect-ratio:auto;object-fit:cover;object-position:35% 50%;margin:10px 0}.hero-paper figcaption{padding:20px 0 14px}.hero-paper strong{font-size:21px;line-height:1.45}.hero-paper .sample-label{font-size:10px;margin-bottom:9px}.hero-paper figcaption p{font-size:11px;line-height:1.6;margin-top:8px}.paper-index{grid-column:1/-1;font-size:10px;padding-block:10px;gap:25px}.section-heading{display:block;margin-bottom:20px}.section-heading>p{font-size:13px;margin-top:9px}.intake-site h2{font-size:28px}.topic-section{padding-block:30px 34px}.topic-grid{gap:10px}.topic-tile{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 14px;border-radius:10px}.topic-tile .topic-icon{width:28px;height:28px}.topic-tile strong{font-size:15px;line-height:1.6;margin-bottom:4px}.topic-tile small{display:block;font-size:11px;line-height:1.6}.tile-arrow{font-size:17px}.preview-section{grid-template-columns:1fr;gap:25px;padding-block:30px 40px}.preview-intro h2 br{display:none}.reading-contents{margin:15px 0}.reading-contents li{padding-block:13px}.reading-contents h3{font-size:16px}.reading-contents p{font-size:13px}.included-note{font-size:12px}.sample-excerpt{padding:18px 20px}.sample-meta{font-size:11px}#excerpt-content{padding-block:15px 20px}#excerpt-content h3{font-size:23px}#excerpt-content p{font-size:14px}.sample-more{font-size:12px}.how-section{padding-block:32px 30px}.how-section h2{font-size:27px}.delivery-steps{grid-template-columns:1fr;margin:26px 0;gap:23px}.delivery-steps li{gap:20px;align-items:center;padding-right:0}.delivery-steps .topic-icon{width:32px;height:32px}.delivery-steps li>div{display:grid;grid-template-columns:25px 1fr;align-items:baseline;column-gap:6px}.delivery-steps p{grid-column:2}.delivery-steps li:not(:last-child)::after{display:block;content:'';width:1px;height:15px;background:var(--line-strong);left:16px;top:auto;bottom:-19px}.before-start{grid-template-columns:1fr;gap:0}.start-callout{display:block;margin-block:8px 38px;padding:28px 24px;border-radius:7px}.start-callout h2{font-size:27px}.start-callout>div:last-child{margin-top:24px}.start-callout .action{width:100%;gap:16px}.start-callout p:not(.overline){font-size:13px}.site-footer{padding-block:25px}.footer-signoff{margin-bottom:18px;gap:16px}.footer-signoff .wordmark{font-size:28px}.footer-signoff p{font-size:12px}.site-footer nav{gap:4px 22px;line-height:1.5}.footer-base{align-items:flex-start;flex-direction:column;gap:15px;font-size:11px}.footer-base .theme-control{min-height:38px;padding:6px 9px}.intake-header{height:64px;padding-inline:20px}.intake-header .wordmark{font-size:25px}.back-button{font-size:13px}.free-mark{font-size:12px}.intake-layout{display:block;padding:24px 20px calc(32px + env(safe-area-inset-bottom));max-width:600px}.intake-main{padding:0;background:transparent;border:0;border-radius:0}.intake-aside{display:none}.step-progress{margin-bottom:27px}.step-progress li{font-size:11px}.step-progress li>span{width:25px;height:25px;font-size:11px}.step-progress li:after{top:12px}.form-step{gap:21px}.step-heading h1,.preview-complete h1{font-size:28px;margin-block:6px 8px}.step-heading>p:last-child{font-size:13px}.step-heading .overline{font-size:11px}.choice{min-height:78px;padding:12px 14px;gap:13px}.choice-icon{width:42px;height:42px}.choice-copy strong{font-size:15px}.choice-copy small{font-size:11px}.choice-dot{width:18px;height:18px}.focus-options,.time-options{gap:9px}.action{font-size:16px}.step-note{font-size:11px}.field-title>label,.form-field>label,.choice-field legend{font-size:14px}.form-input{padding-inline:12px}.form-input::placeholder{font-size:14px}.date-modes button{padding:6px 10px;min-height:36px}.form-field{gap:8px}.gender-options .choice{min-height:47px}.recap-details summary,.optional-fields summary{font-size:13px}.consent-row{font-size:12px}.time-options .choice{min-height:79px}.help-panel{font-size:12px}.error{font-size:12px}.step-actions{padding-top:1px}}
@media(max-width:359px){.hero-message h1{font-size:35px}.hero-paper{grid-template-columns:.8fr 1.2fr;gap:10px}.hero-paper strong{font-size:19px}.hero-paper .sample-label{font-size:9px}.hero-paper img{height:160px}.topic-tile{padding:14px 11px}.topic-tile small{font-size:10px}.step-heading h1{font-size:25px}.choice{gap:10px;padding-inline:12px}.choice-icon{width:36px;height:36px}.choice-copy strong{font-size:14px}.choice-copy small{font-size:10px}.date-modes button{padding-inline:8px}.form-input::placeholder{font-size:12px}.sample-meta{font-size:10px}.recap-details summary>span{font-size:11px;margin-left:4px}}

/* Keep supporting copy readable and secondary controls easy to tap. */
.date-modes button,.city-shortcuts button{min-height:44px}
@media(max-width:760px){.micro-benefit{font-size:12px}.hero-paper .sample-label{font-size:12px}.hero-paper figcaption p,.paper-index{font-size:12px}.hero-paper{grid-template-columns:.9fr 1.3fr}.topic-tile small,.choice-copy small{font-size:12px}.step-note{font-size:12px}.date-modes button,.city-shortcuts button{min-height:44px}.form-step{gap:19px}.step-progress{margin-bottom:24px}.time-options .choice{min-height:79px}.hero-paper figcaption{padding-top:15px}}
@media(max-width:359px){.hero-paper strong{font-size:18px}.hero-paper .sample-label,.hero-paper figcaption p{font-size:11px}.topic-tile small,.choice-copy small{font-size:12px}.hero-paper{column-gap:8px}.micro-benefit{font-size:11px}}

.submit-recovery{display:flex;gap:12px 20px;flex-wrap:wrap;font-size:12px}.submit-recovery a{min-height:44px;display:flex;align-items:center;text-decoration:underline;text-underline-offset:4px}
.existing-registration{padding:22px;background:var(--sage);color:var(--sage-ink);border-radius:16px;display:grid;gap:16px}.existing-registration h2{font-size:24px;line-height:1.3}.existing-registration p{font-size:15px;line-height:1.6}.existing-registration .action{width:100%}.existing-registration a,.step-heading p a{text-decoration:underline;text-underline-offset:3px}

/* A small reading index connects the homepage to the long-form report. */
.method-ribbon{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-block:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.method-ribbon>p{font-family:var(--serif);font-size:21px;white-space:nowrap}
.method-ribbon ul{display:grid;grid-template-columns:repeat(4,1fr);gap:0;list-style:none;margin:0;padding:0;width:65%}
.method-ribbon li{padding-inline:22px;border-left:1px solid var(--line);font-family:var(--serif);font-size:20px;color:var(--gold)}
.method-ribbon li span{display:block;margin-top:3px;font-family:var(--sans);font-size:12px;letter-spacing:.04em;color:var(--muted)}
.sample-chapter{margin-top:25px!important}
.sample-basis{border-top:1px dashed var(--line);padding-block:18px 23px}
.sample-basis h4{margin:0 0 7px;color:var(--gold);font-size:14px;font-weight:600}
.sample-basis p{font-size:14px;line-height:1.8;color:var(--muted)}
.intake-aside .overline{font-size:12px}
.intake-aside .aside-topic{color:var(--gold);border-color:var(--line)}
.intake-aside>p:last-child{color:var(--muted)}
.site-footer nav a,.hero-demo{min-height:44px;display:inline-flex;align-items:center}
:root[data-theme=dark] .intake-site .hero-paper img{opacity:.85}
@media(max-width:1000px){.method-ribbon{gap:20px}.method-ribbon>p{font-size:18px}.method-ribbon li{padding-inline:15px;font-size:18px}.intake-layout{grid-template-columns:245px minmax(0,1fr);gap:30px;padding-inline:28px}.intake-main{padding:26px}}
@media(max-width:760px){.method-ribbon{display:block;padding-block:20px 23px}.method-ribbon>p{font-size:18px;margin-bottom:15px}.method-ribbon ul{width:100%}.method-ribbon li{padding-inline:10px;font-size:17px}.method-ribbon li:first-child{border:0;padding-left:0}.method-ribbon li:last-child{padding-right:0}.method-ribbon li span{font-size:11px;letter-spacing:0}.intake-site .hero-demo{display:flex;justify-content:center;margin-top:10px}.hero-paper{grid-template-columns:.9fr 1.3fr;column-gap:16px}.paper-index{gap:8px;font-size:11px}.paper-index b{margin-right:4px}.topic-tile{border-radius:7px}.sample-chapter{margin-top:20px!important}.sample-basis p{font-size:14px}.intake-layout{padding-inline:20px}.intake-main{padding:0}.site-header .action.small{min-height:44px}.site-footer nav{gap:2px 24px}.footer-base .theme-control{min-height:44px}}
@media(max-width:359px){.method-ribbon li{font-size:16px;padding-inline:7px}.method-ribbon li span{font-size:11px}.paper-index{font-size:10px;gap:5px}.hero-paper{column-gap:10px}.hero-paper figcaption p{font-size:12px}}

/* Privacy choices remain readable and independent of service acceptance. */
.privacy-choices{display:flex;flex-direction:column;gap:18px;border-top:1px solid var(--line);padding-top:20px}
.advertising-choice{padding-bottom:18px;border-bottom:1px solid var(--line)}
.advertising-choice>p,.messages-notice{font-size:13px;line-height:1.8;margin:0;color:var(--ink)}
.advertising-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:6px;font-size:13px}
.privacy-choice-button{min-height:44px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--ink);padding:8px 14px;font:inherit;cursor:pointer;flex:none}
.privacy-choice-button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.advertising-choice .choice-hint{color:var(--muted);font-size:12px;margin-top:4px}
.privacy-choices .consent-row{font-size:14px;line-height:1.8}

/* A single delivery destination, with the inactive contact field kept out of the form. */
.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.delivery-options .choice{min-height:82px;padding:15px;gap:10px}.delivery-options .choice-copy small{color:var(--muted)}.delivery-confirmation{font-size:13px;line-height:1.8;color:var(--sage-ink);border-left:2px solid var(--line-strong);padding-left:13px;margin-top:-8px}.delivery-options .choice-dot{width:18px;height:18px}.delivery-field{margin-top:2px}
@media(max-width:380px){.delivery-options{grid-template-columns:1fr}.delivery-options .choice{min-height:70px}}
