/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 · theme: studied brand DNA · macrostructures: Split Studio / Photographic / Long Document / Narrative Workflow / Conversational FAQ · brand red sampled from the supplied logo · restrained tactile interaction · contrast: pass (40–41) · nav: varied · footer: varied · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34,49,50–57). */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600&family=DM+Sans:opsz,wght@9..40,400;9..40,600&family=Newsreader:opsz,wght@6..72,400;6..72,500&family=Space+Grotesk:wght@400;500;600&display=swap');

:root {
  --ink: #151316;
  --muted: #665f64;
  --paper: #f7f3ee;
  --surface: #fffdfb;
  --accent: #c4171c;
  --accent-deep: #880c12;
  --accent-soft: #f5dedd;
  --focus: #151316;
  --line: rgba(21, 19, 22, .14);
  --soft: #eee7e1;
  --success: #1d7650;
  --on-accent: #fffdfb;
  --color-accent-ink: var(--on-accent);
  --brand-plaque: #fffdfb;
  --overlay-dark: rgba(0,0,0,.34);
  --overlay-line: rgba(255,255,255,.48);
  --overlay-copy: rgba(255,255,255,.78);
  --overlay-copy-soft: rgba(255,255,255,.25);
  --overlay-card: rgba(10,8,9,.84);
  --overlay-card-clear: rgba(10,8,9,.03);
  --overlay-private: rgba(17,17,19,.68);
  --overlay-coastal-strong: rgba(7,23,28,.83);
  --overlay-coastal-mid: rgba(7,23,28,.45);
  --overlay-coastal-clear: rgba(7,23,28,.08);
  --overlay-coastal-mobile: rgba(7,23,28,.92);
  --overlay-coastal-mobile-clear: rgba(7,23,28,.18);
  --chrome: #131315;
  --backdrop: rgba(16,12,14,.72);
  --accent-shadow: rgba(120,0,10,.28);
  --chrome-shadow: rgba(0,0,0,.25);
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
  --radius-sm: .55rem;
  --radius-md: 1.2rem;
  --radius-lg: 2.2rem;
  --shadow: 0 24px 70px rgba(36, 19, 22, .12);
  --page: min(100% - 2rem, 1180px);
  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --dur-micro: 120ms;
  --dur-short: 200ms;
}

[data-concept="coastal"] { --ink: #13262b; --muted: #53676b; --paper: #eef4f2; --surface: #fffdf9; --accent: #ca0d0c; --accent-deep: #930806; --accent-soft: #f6dedd; --accent-shadow: rgba(147, 8, 6, .24); --soft: #dcebe8; --display: "Newsreader", serif; }
[data-concept="coastal"] .eyebrow { color: var(--accent-deep); font-weight: 800; letter-spacing: .14em; }
[data-concept="editorial"] { --ink: #241d1d; --muted: #706767; --paper: #f5f0e9; --surface: #fffdf8; --accent: #a81218; --accent-deep: #711014; --soft: #e8ded4; --display: "Newsreader", serif; }
[data-concept="path"] { --ink: #172023; --muted: #5c6668; --paper: #f0f2f0; --surface: #fbfcfa; --accent: #d11921; --accent-deep: #8d1015; --soft: #dfe5e1; --display: "Bricolage Grotesque", sans-serif; }
[data-concept="private"] { --ink: #f8f4ef; --muted: #bdb4b0; --paper: #111113; --surface: #1a191b; --accent: #f2484f; --accent-deep: #c21a22; --soft: #272428; --line: rgba(255,255,255,.14); --shadow: 0 24px 70px rgba(0,0,0,.34); --display: "Space Grotesk", sans-serif; }
[data-concept="private"] .logo { background: var(--brand-plaque); border-radius: .5rem; padding: .3rem .55rem; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; overflow-x: clip; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:active { transform: translateY(1px); }
button:disabled { opacity: .55; cursor: not-allowed; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; box-shadow: 0 0 0 6px var(--surface); }
.shell { width: var(--page); margin-inline: auto; }
.eyebrow { color: var(--accent); font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: var(--muted); }
.section { padding: clamp(4.5rem, 10vw, 8rem) 0; }
.section-head { display: grid; gap: 1rem; max-width: 720px; margin-bottom: 2.5rem; }
.section h2 { min-width: 0; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(2.1rem, 7vw, 4.9rem); line-height: .98; letter-spacing: -.055em; margin: 0; font-weight: 500; }
.section p { margin: 0; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: var(--paper); padding: .8rem 1rem; }
.skip:focus { top: 1rem; }

.site-header { position: relative; z-index: 40; border-bottom: 1px solid var(--line); }
.site-header.is-stuck { position: sticky; top: 0; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(12px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.logo { width: clamp(190px, 32vw, 315px); height: auto; }
.nav-links { display: flex; align-items: center; gap: 1.35rem; font-size: .9rem; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.button) { position: relative; }
.nav-links a:not(.button)::after { content: ""; position: absolute; inset: auto 0 -.28rem; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform var(--dur-short) var(--ease-out); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .65rem; padding: .75rem 1.1rem; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: var(--color-accent-ink); text-decoration: none; font-weight: 600; cursor: pointer; white-space: nowrap; transition: transform var(--dur-micro) var(--ease-out), background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out); }
.button:active { transform: translateY(1px) scale(.99); transition-duration: var(--dur-micro); }
.button:disabled, .button[aria-disabled="true"] { opacity: .55; cursor: not-allowed; background: var(--muted); }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--line); }
.button.secondary:active { background: var(--soft); }
.button.light { color: var(--on-accent); border-color: var(--overlay-line); }
.button .arrow { transition: transform .25s var(--ease); }
.button:hover .arrow { transform: translateX(4px); }

.hero { position: relative; min-height: min(820px, calc(100svh - 78px)); display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(4rem, 8vw, 7rem); }
.hero-copy { display: grid; gap: 1.4rem; }
.hero h1 { min-width: 0; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(3.1rem, 7vw, 6rem); line-height: .9; letter-spacing: -.075em; margin: 0; font-weight: 500; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lede { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); max-width: 580px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-note { padding-top: .8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; max-width: 560px; }
.hero-media { position: relative; min-height: 560px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, var(--overlay-dark)); }
.media-label { position: absolute; z-index: 2; left: 1.2rem; bottom: 1.2rem; right: 1.2rem; padding: 1rem; color: var(--on-accent); border-top: 1px solid var(--overlay-line); font-size: .85rem; }

.trust-strip { border-block: 1px solid var(--line); }
.trust-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.trust-list li { padding: 1.35rem 1rem; display: flex; align-items: center; gap: .65rem; border-right: 1px solid var(--line); font-size: .9rem; }
.trust-list li:last-child { border-right: 0; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex: 0 0 auto; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.card { padding: clamp(1.4rem, 4vw, 2.2rem); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), box-shadow var(--dur-short) var(--ease-out); }
.card-number { color: var(--accent); font-size: .78rem; letter-spacing: .12em; }
.card h3 { font-family: var(--display); font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.05; margin: 2.5rem 0 .8rem; }
.card p { color: var(--muted); }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.sticky-copy { position: sticky; top: 120px; display: grid; gap: 1.2rem; }
.approach-story { min-width: 0; display: grid; gap: 1.5rem; }
.approach-art { margin: 0; overflow: hidden; border-radius: var(--radius-lg); aspect-ratio: 4 / 5; background: #d6d3c9; }
.approach-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; padding: 1.6rem 0; border-bottom: 1px solid var(--line); }
.step strong { color: var(--accent); }
.step h3 { margin: 0 0 .45rem; font-family: var(--display); font-size: 1.3rem; }
.step p { color: var(--muted); }

.offer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: clamp(2rem, 6vw, 5rem); background: var(--ink); color: var(--paper); border-radius: var(--radius-lg); }
.offer h2 { max-width: 760px; }
.offer p { color: color-mix(in srgb, var(--paper) 72%, transparent); max-width: 620px; margin-top: 1rem; }
.offer-price { text-align: right; }
.offer-price b { display: block; font: 500 clamp(2.8rem, 8vw, 6rem)/1 var(--display); }
.offer-price small { color: color-mix(in srgb, var(--paper) 65%, transparent); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.35rem 2.5rem 1.35rem .5rem; font: 500 clamp(1.05rem, 2.3vw, 1.35rem) var(--display); position: relative; transition: color var(--dur-short) var(--ease-out), background-color var(--dur-short) var(--ease-out); }
.faq summary::after { content: "+"; position: absolute; right: .2rem; color: var(--accent); font-size: 1.5rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--muted); padding: 0 2.5rem 1.4rem 0; max-width: 760px; }

.site-footer { padding: 3rem 0 1.2rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 2rem; }
.footer-brand p { max-width: 420px; color: var(--muted); margin-top: 1rem; }
.footer-col { display: grid; align-content: start; gap: .7rem; }
.footer-col b { font-size: .78rem; color: var(--accent); text-transform: uppercase; letter-spacing: .14em; }
.footer-col a { width: fit-content; text-decoration-line: underline; text-decoration-color: transparent; text-underline-offset: .28em; color: var(--muted); transition: color var(--dur-short) var(--ease-out), text-decoration-color var(--dur-short) var(--ease-out); }
.legal { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .74rem; display: flex; justify-content: space-between; gap: 1rem; }

.chat-toggle { position: fixed; z-index: 55; right: 1rem; bottom: 1rem; min-width: 0; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .68rem .95rem .68rem .72rem; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: var(--color-accent-ink); box-shadow: 0 14px 30px var(--accent-shadow); cursor: pointer; font-weight: 700; white-space: nowrap; transition: transform var(--dur-short) var(--ease-out), background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out); }
.chat-toggle-icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.chat-toggle-icon circle { fill: currentColor; stroke: none; }
.chat-toggle-label { line-height: 1; }
.chat-toggle[aria-expanded="true"] { background: var(--ink); border-color: var(--ink); box-shadow: 0 10px 24px var(--chrome-shadow); }
.chat-toggle:active { transform: translateY(1px) scale(.99); transition-duration: var(--dur-micro); }
.chat-toggle:disabled { opacity: .55; cursor: not-allowed; }
.chat-panel { position: fixed; z-index: 54; right: 1rem; bottom: 5.6rem; width: min(370px, calc(100vw - 2rem)); max-height: min(620px, calc(100svh - 7rem)); overflow: auto; padding: 1.1rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); transform-origin: bottom right; transition: opacity var(--dur-short) var(--ease-out), transform var(--dur-short) var(--ease-out); }
.chat-panel[hidden] { display: none; }
.chat-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.chat-head h2 { margin: 0; font: 600 1.15rem var(--display); }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 1.3rem; transition: background-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
.chat-message { margin: 1rem 0; background: var(--soft); padding: .9rem; border-radius: .9rem .9rem .9rem .2rem; font-size: .9rem; }
.quick-replies { display: grid; gap: .55rem; }
.quick-replies button { min-height: 44px; text-align: left; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 999px; padding: .7rem .85rem; cursor: pointer; transition: background-color var(--dur-short) var(--ease-out), border-color var(--dur-short) var(--ease-out), color var(--dur-short) var(--ease-out), transform var(--dur-micro) var(--ease-out); }
.quick-replies button:active { transform: translateY(1px); background: var(--accent-soft); }

dialog { width: min(560px, calc(100% - 2rem)); border: 1px solid var(--line); padding: 0; border-radius: var(--radius-md); background: var(--surface); color: var(--ink); box-shadow: var(--shadow); }
dialog::backdrop { background: var(--backdrop); backdrop-filter: blur(5px); }
.dialog-inner { padding: clamp(1.3rem, 5vw, 2.2rem); }
.dialog-head { display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.dialog-head h2 { margin: 0; font: 500 clamp(1.6rem, 5vw, 2.4rem)/1 var(--display); }
.form-grid { display: grid; gap: 1rem; margin-top: 1.5rem; }
.field { display: grid; gap: .4rem; }
.field label { font-size: .82rem; font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); color: var(--ink); padding: .8rem; }
.field textarea { min-height: 90px; resize: vertical; }
.privacy-note { color: var(--muted); font-size: .75rem; }
.form-success { padding: 1rem; color: var(--success); border: 1px solid currentColor; border-radius: var(--radius-sm); }
.contact-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: .75rem; margin: 1.25rem 0 1rem; }

.concept-bar { position: fixed; z-index: 60; left: 50%; bottom: 1rem; transform: translateX(-50%); padding: .45rem; border-radius: 999px; background: var(--chrome); color: var(--on-accent); box-shadow: 0 12px 40px var(--chrome-shadow); display: flex; align-items: center; gap: .3rem; }
.concept-bar a { padding: .5rem .7rem; border-radius: 999px; text-decoration: none; font-size: .75rem; white-space: nowrap; }
.concept-bar a:hover, .concept-bar a[aria-current="page"] { background: var(--accent); }

@media (hover: hover) and (pointer: fine) {
  .nav-links a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
  .button:hover { background: var(--accent-deep); border-color: var(--accent-deep); }
  .button.secondary:hover { background: var(--soft); }
  .button.light:hover { border-color: var(--on-accent); }
  .card:hover { transform: translateY(-3px); }
  .faq summary:hover { background: var(--accent-soft); }
  .footer-col a:hover { text-decoration-color: var(--accent); }
  .chat-toggle:hover { transform: translateY(-2px); }
  .icon-button:hover { background: var(--accent-soft); }
  .quick-replies button:hover { background: var(--accent-soft); }
}

/* Concept-specific composition, not palette swaps. */
.coastal-hero { min-height: calc(100svh - 78px); isolation: isolate; color: var(--on-accent); }
.coastal-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.coastal-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, var(--overlay-coastal-strong) 0%, var(--overlay-coastal-mid) 55%, var(--overlay-coastal-clear)); }
.coastal-copy { width: var(--page); margin: auto; padding: 4rem 0 7rem; display: grid; gap: 1.15rem; }
.coastal-copy .eyebrow { color: var(--on-accent); }
.coastal-copy h1 { max-width: 760px; }
.coastal-copy .hero-lede { color: var(--on-accent); font-weight: 500; line-height: 1.42; }
.coastal-copy .hero-note { color: var(--overlay-copy); border-color: var(--overlay-copy-soft); }

.editorial-hero { padding: clamp(4rem, 10vw, 9rem) 0; }
.editorial-kicker { display: flex; justify-content: space-between; gap: 1rem; border-block: 1px solid var(--line); padding: .8rem 0; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.editorial-title { max-width: 1050px; margin: clamp(2rem, 5vw, 4rem) 0; }
.editorial-title h1 { min-width: 0; overflow-wrap: anywhere; font-size: clamp(3.5rem, 9vw, 7rem); line-height: .86; }
.editorial-title h1 span { display: block; margin-left: clamp(0rem, 18vw, 13rem); color: var(--accent); }
.editorial-image { height: min(70vh, 700px); overflow: hidden; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.editorial-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem; margin-top: 2rem; }
.editorial-intro p { max-width: 680px; font: 400 clamp(1.3rem, 3vw, 2.1rem)/1.35 var(--display); }

.path-hero .hero-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.path-hero .hero-media { border-radius: 50% 50% 3rem 3rem; min-height: 650px; }
.path-ribbon { display: flex; gap: .5rem; flex-wrap: wrap; }
.path-ribbon span { border: 1px solid var(--line); border-radius: 999px; padding: .55rem .75rem; font-size: .78rem; }
.path .card:nth-child(2) { transform: translateY(2rem); }
.path .card:nth-child(3) { transform: translateY(4rem); }
.path .card:hover { transform: translateY(-5px); }

.private-hero { min-height: calc(100svh - 78px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.private-image { min-height: 720px; position: relative; overflow: hidden; }
.private-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.private-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--overlay-private), transparent 50%); }
.private-copy { display: grid; align-content: center; gap: 1.4rem; padding: clamp(2rem, 7vw, 7rem); }
.private-copy h1 { font-size: clamp(3.4rem, 6vw, 5.4rem); }
.private-copy .hero-lede { color: var(--muted); }

.selector { min-height: 100svh; padding: 2rem 0 5rem; }
.selector-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; padding: 3rem 0; }
.selector-head h1 { font: 500 clamp(3rem, 9vw, 7rem)/.88 var(--display); letter-spacing: -.07em; margin: 0; max-width: 900px; }
.selector-head p { color: var(--muted); max-width: 340px; }
.concept-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.concept-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius-md); color: var(--on-accent); text-decoration: none; }
.concept-card:first-child { grid-column: 1 / -1; min-height: 560px; }
.concept-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.concept-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--overlay-card), var(--overlay-card-clear) 68%); }
.concept-card:hover img { transform: scale(1.035); }
.concept-info { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.concept-info h2 { margin: 0; font: 500 clamp(1.7rem, 4vw, 3rem)/1 var(--display); }
.concept-info p { margin: .5rem 0 0; color: var(--overlay-copy); font-size: .85rem; }
.concept-index { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--overlay-line); border-radius: 50%; flex: 0 0 auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  :root { --page: min(100% - 1.4rem, 680px); }
  .site-header { position: sticky; top: 0; background: var(--paper); }
  .nav { min-height: 66px; }
  .logo { width: 174px; }
  .menu-toggle { display: grid; width: auto; min-width: 52px; height: 42px; padding: 0 .8rem; place-items: center; border-radius: 999px; white-space: nowrap; }
  .nav-links { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: grid; gap: 0; padding: .7rem; background: var(--paper); border-bottom: 1px solid var(--line); transform: translateY(-8px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform var(--dur-short) var(--ease-out), opacity var(--dur-short) var(--ease-out), visibility var(--dur-short); }
  .nav-links.is-open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; }
  .nav-links a { padding: .8rem; }
  .nav-links .button { margin-top: .4rem; }
  .hero { min-height: auto; }
  .hero-grid, .split, .private-hero, .editorial-intro { grid-template-columns: minmax(0, 1fr); }
  .hero-grid { gap: 2rem; padding: 3rem 0 4.5rem; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5.2rem); }
  .hero-media { min-height: 460px; aspect-ratio: 4 / 5; }
  .trust-list { grid-template-columns: 1fr; }
  .trust-list li { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-list li:last-child { border-bottom: 0; }
  .cards { grid-template-columns: 1fr; }
  .sticky-copy { position: static; }
  .offer { grid-template-columns: 1fr; align-items: start; }
  .offer-price { text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal { display: grid; }
  .site-footer { padding-bottom: 7rem; }
  .concept-bar { left: .7rem; right: .7rem; bottom: .65rem; transform: none; overflow-x: auto; justify-content: flex-start; scrollbar-width: none; }
  .concept-bar::-webkit-scrollbar { display: none; }
  .chat-toggle { min-height: 48px; bottom: 5.1rem; }
  .chat-panel { bottom: 8.9rem; }
  .finalized-site .chat-toggle { bottom: .75rem; }
  .finalized-site .chat-panel { bottom: 4.65rem; }
  .coastal-copy { padding: 4.5rem 0 6rem; }
  .coastal-hero > img { object-position: 68% center; }
  .coastal-hero::before { background: linear-gradient(0deg, var(--overlay-coastal-mobile), var(--overlay-coastal-mobile-clear)); }
  .editorial-kicker { display: grid; gap: .35rem; }
  .editorial-title h1 span { margin-left: 0; }
  .editorial-image { height: 520px; }
  .path-hero .hero-grid { grid-template-columns: 1fr; }
  .path-hero .hero-media { min-height: 500px; border-radius: 50% 50% 2rem 2rem; }
  .path .card:nth-child(n) { transform: none; }
  .private-image { min-height: 500px; order: 2; }
  .private-copy { order: 1; width: var(--page); margin-inline: auto; padding: 3.5rem 0 4.5rem; }
  .selector-head { display: grid; }
  .concept-grid { grid-template-columns: 1fr; }
  .concept-card:first-child { grid-column: auto; min-height: 470px; }
  .concept-card { min-height: 430px; }
}

@media (max-width: 600px) {
  .hero-media, .path-hero .hero-media { min-height: 0; aspect-ratio: 9 / 16; }
  .hero-media img, .path-hero .hero-media img { object-position: center; }
  .editorial-image { height: auto; aspect-ratio: 9 / 16; }
  .editorial-image img { object-position: center; }
  .private-image { min-height: 0; aspect-ratio: 9 / 16; }
  .private-image img { object-position: center; }
  .coastal-hero > img { object-position: center; }
}

@media (max-width: 430px) {
  :root { --page: calc(100% - 1.25rem); }
  .logo { width: 156px; }
  .nav { min-height: 62px; }
  .menu-toggle { min-width: 48px; height: 40px; padding-inline: .7rem; font-size: .82rem; }
  .hero h1 { font-size: clamp(2.85rem, 14.5vw, 4rem); line-height: .92; }
  .hero-lede { font-size: 1rem; }
  .hero-media, .path-hero .hero-media { min-height: 0; aspect-ratio: 9 / 16; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section { padding: 4rem 0; }
  .section h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .concept-info { display: grid; }
  .concept-card, .concept-card:first-child { min-height: 410px; }
  .concept-bar a { padding: .48rem .62rem; font-size: .69rem; }
  .chat-panel { right: .625rem; width: calc(100vw - 1.25rem); }
  .chat-toggle { right: .625rem; min-height: 46px; padding: .62rem .8rem .62rem .62rem; font-size: .83rem; }
  .chat-toggle-icon { width: 22px; height: 22px; }
  dialog { width: calc(100% - 1.25rem); max-height: calc(100svh - 1.25rem); overflow-y: auto; }
  .contact-actions { grid-template-columns: minmax(0, 1fr); }
  .editorial-hero { padding: 2rem 0 4rem; }
  .editorial-title { margin: 2.5rem 0 3rem; }
  .editorial-title h1 { font-size: clamp(3.25rem, 17vw, 4.5rem); line-height: .88; }
  .private-copy h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .coastal-copy h1 { font-size: clamp(3.2rem, 15vw, 4.25rem); }
}

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