:root{
  --accent:#cc3366;
  --dark:#28151c;
  --light:#f7f5f6;
  --font:'Albert Sans',system-ui,sans-serif;
  --radius:10px;
  --heading-transform:none;
  --heading-spacing:normal;
}
/* pipeline typographic safety */
img,svg,video,canvas{max-width:100%;height:auto;}
h1,h2,h3,h4,h5,h6,.footer-mark,.footer-wordmark,.footer-brand{text-wrap:balance;overflow-wrap:break-word;}
p,li,blockquote,figcaption,dd,dt{text-wrap:pretty;}
body{overflow-wrap:break-word;}
a,cite,code,.label{overflow-wrap:anywhere;}
main :where(section,article,div,ul,ol,li){min-width:0;}
/* Open House — airy real-estate brochure system.
   Palette, font and corner radius arrive as CSS custom properties at render
   time (:root prepended above). Everything here is static and palette-agnostic.
   Character comes from a bright bone canvas, a light-weight geometric sans, a
   restrained gold-on-slate detail language (thin rules, small square marks,
   status pills), a featured-listings gallery, and a lot of quiet whitespace.
   The accent is used sparingly; the primary action is a calm slate button. */

:root {
  --ink: var(--dark);
  --paper: var(--light);
  --gold: var(--accent);
  --gold-ink: color-mix(in srgb, var(--accent) 62%, var(--dark));
  --gold-line: color-mix(in srgb, var(--accent) 42%, transparent);
  --ink-soft: color-mix(in srgb, var(--dark) 72%, var(--light));
  --ink-mute: color-mix(in srgb, var(--dark) 52%, var(--light));
  --line: color-mix(in srgb, var(--dark) 12%, transparent);
  --line-strong: color-mix(in srgb, var(--dark) 24%, transparent);
  --tint: color-mix(in srgb, var(--dark) 3.5%, var(--light));
  --tint-gold: color-mix(in srgb, var(--accent) 9%, var(--light));
  --tint-gold-2: color-mix(in srgb, var(--accent) 15%, var(--light));
  --on-dark: color-mix(in srgb, var(--light) 74%, var(--dark));
  --shadow: 0 30px 60px -34px color-mix(in srgb, var(--dark) 60%, transparent);
  --shadow-soft: 0 18px 40px -28px color-mix(in srgb, var(--dark) 46%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; font-family: var(--font); color: var(--ink); background: var(--paper); line-height: 1.62; font-weight: 400; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 clamp(20px, 4.5vw, 52px); }
section { scroll-margin-top: 122px; position: relative; }

h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.08; letter-spacing: -0.01em; text-transform: var(--heading-transform); }

/* Label role — tracked uppercase, gold-ink, with a short leading rule */
.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-ink);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); }

.dot { width: 6px; height: 6px; background: var(--gold); display: inline-block; flex: 0 0 auto; }

.section-head { max-width: 34ch; margin: 0 auto clamp(38px, 5vw, 60px); text-align: center; }
.section-head .eyebrow { justify-content: center; }
.section-head .eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--gold); }
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.1; margin-top: 16px; }

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn {
  --bg: var(--ink); --fg: var(--paper);
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  min-height: 50px; padding: 14px 30px; border-radius: var(--radius);
  border: 1px solid var(--bg); background: var(--bg); color: var(--fg);
  font-family: var(--font); font-weight: 500; font-size: 0.94rem; letter-spacing: 0.01em;
  text-decoration: none; cursor: pointer; white-space: nowrap;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.btn-lg { min-height: 56px; padding: 16px 34px; font-size: 0.98rem; }
.btn-accent:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--ink) 82%, var(--gold)); border-color: color-mix(in srgb, var(--ink) 82%, var(--gold)); box-shadow: var(--shadow-soft); }
.btn-ghost { --bg: transparent; --fg: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { transform: translateY(-2px); border-color: var(--ink); background: color-mix(in srgb, var(--ink) 5%, transparent); }
.hero-ctas .btn-accent::after, .final-buttons .btn-accent::after { content: "\2192"; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.hero-ctas .btn-accent:hover::after, .final-buttons .btn-accent:hover::after { transform: translateX(4px); }
:where(a, button):focus-visible { outline: 2px solid var(--gold-ink); outline-offset: 3px; }

/* ── Header / nav ─────────────────────────────────────────────────── */
.site-header { position: sticky; top: 42px; z-index: 900; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: saturate(130%) blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 18px; }
.wordmark { font-weight: 600; font-size: 1.16rem; letter-spacing: 0.03em; text-decoration: none; color: var(--ink); }
.nav { display: flex; align-items: center; }
.nav-links { display: flex; align-items: center; gap: clamp(22px, 3vw, 38px); list-style: none; margin: 0; padding: 0; }
.nav-links a { position: relative; text-decoration: none; font-size: 0.82rem; letter-spacing: 0.04em; color: var(--ink-soft); padding: 6px 0; transition: color .25s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta-li a { color: var(--paper); font-size: 0.86rem; padding: 11px 22px; min-height: 0; }
.nav-cta-li a::after { display: none; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; width: 24px; background: var(--ink); transition: transform .3s ease; }

/* ── Hero (bright airy split) ─────────────────────────────────────── */
.hero { background: var(--paper); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 90% at 96% -6%, var(--tint-gold-2), transparent 52%); opacity: .8; }
.hero-inner { position: relative; z-index: 1; padding: clamp(66px, 9vw, 122px) 0 clamp(56px, 8vw, 104px); }
.hero--split .hero-inner { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: clamp(36px, 5.5vw, 84px); }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: clamp(22px, 3vw, 32px); }
.hero-title { font-size: clamp(2.5rem, 6vw, 4.4rem); line-height: 1.03; letter-spacing: -0.02em; max-width: 15ch; }
.hero-subline { margin: 0; max-width: 46ch; font-size: clamp(1.04rem, 1.5vw, 1.22rem); color: var(--ink-soft); line-height: 1.55; }
.hero-foot { display: flex; flex-direction: column; gap: clamp(22px, 3vw, 30px); width: 100%; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-rule { display: block; height: 1px; width: 100%; max-width: 340px; background: linear-gradient(90deg, var(--gold-line), transparent); }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-media-tag { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 9px; padding: 9px 16px; border-radius: var(--radius); background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(6px); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); box-shadow: var(--shadow-soft); }
.hero-media--graphic { aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: linear-gradient(160deg, var(--tint-gold-2), var(--tint)); box-shadow: var(--shadow); }
.hero-media--graphic .hg-sky { position: absolute; inset: 0; background: linear-gradient(180deg, color-mix(in srgb, var(--gold) 18%, var(--paper)), transparent 60%); }
.hero-media--graphic .hg-eave { position: absolute; left: 12%; right: 12%; bottom: 0; height: 46%; background: color-mix(in srgb, var(--ink) 8%, var(--paper)); clip-path: polygon(0 40%, 50% 0, 100% 40%, 100% 100%, 0 100%); }
.hero-media--graphic .hg-frame { position: absolute; inset: 16px; border: 1px solid var(--gold-line); border-radius: calc(var(--radius) - 2px); z-index: 2; }

/* ── Trust (slim credential strip) ────────────────────────────────── */
.trust { padding: clamp(26px, 3.5vw, 40px) 0; }
.trust-inner { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(20px, 2.6vw, 30px) 0; }
.trust-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px clamp(28px, 4vw, 56px); }
.trust-stat { position: relative; font-size: clamp(1rem, 1.5vw, 1.18rem); font-weight: 500; letter-spacing: 0.01em; color: var(--ink); }
.trust-stat:not(:last-child)::after { content: ""; position: absolute; right: clamp(-14px, -2vw, -28px); top: 50%; transform: translateY(-50%); width: 1px; height: 18px; background: var(--gold-line); }
.trust-ticker { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 30px; margin: 0; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); }
.trust-ticker span { position: relative; padding-right: 30px; }
.trust-ticker span:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 5px; background: var(--gold); }
.trust-proof { margin: 0; text-align: center; font-size: clamp(1.15rem, 2vw, 1.5rem); font-weight: 500; line-height: 1.35; }
.trust-checklist { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 12px 34px; list-style: none; margin: 0; padding: 0; }
.trust-checklist li { position: relative; padding-left: 26px; color: var(--ink-soft); }
.trust-checklist li::before { content: ""; position: absolute; left: 0; top: 0.35em; width: 12px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* ── Featured Listings (the signature gallery) ────────────────────── */
.listings { padding: clamp(66px, 8.5vw, 118px) 0; }
.listing-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr)); gap: clamp(26px, 3vw, 44px) clamp(22px, 2.6vw, 36px); }
.listing-card { display: flex; flex-direction: column; }
.listing-media { position: relative; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.listing-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.listing-card:hover .listing-media img { transform: scale(1.045); }
.listing-media-fallback { width: 100%; aspect-ratio: 4 / 3; background: linear-gradient(160deg, var(--tint-gold-2), var(--tint)); }
.listing-status { position: absolute; top: 14px; left: 14px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: var(--radius); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(6px); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); }
.listing-status::before { content: ""; width: 6px; height: 6px; background: var(--gold); }
.listing-body { padding: 18px 4px 0; display: flex; flex-direction: column; gap: 10px; }
.listing-title { font-size: clamp(1.14rem, 1.7vw, 1.34rem); font-weight: 500; letter-spacing: -0.005em; }
.listing-view { align-self: flex-start; position: relative; font-size: 0.82rem; letter-spacing: 0.05em; color: var(--gold-ink); text-decoration: none; padding-bottom: 3px; }
.listing-view::after { content: "\2192"; margin-left: 7px; display: inline-block; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.listing-card:hover .listing-view::after { transform: translateX(4px); }
.listing-view::before { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background: var(--gold-line); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.2,.7,.2,1); }
.listing-card:hover .listing-view::before { transform: scaleX(1); }

/* ── Services (airy lettered columns) ─────────────────────────────── */
.services { padding: clamp(66px, 8.5vw, 118px) 0; background: var(--tint); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: clamp(30px, 3.2vw, 48px) clamp(28px, 3vw, 44px); }
.service-item { padding-top: 22px; border-top: 1px solid var(--line-strong); position: relative; }
.service-item::before { content: ""; position: absolute; top: -1px; left: 0; width: 52px; height: 2px; background: var(--gold); }
.service-index { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em; color: var(--gold-ink); margin-bottom: 14px; }
.service-name { font-size: clamp(1.24rem, 1.9vw, 1.5rem); font-weight: 500; margin-bottom: 12px; }
.service-desc { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.58; }

/* ── Neighbourhoods (two-column area index) ───────────────────────── */
.areas { padding: clamp(66px, 8.5vw, 118px) 0; }
.areas-inner { display: grid; grid-template-columns: minmax(220px, 0.85fr) 1.15fr; gap: clamp(32px, 5vw, 80px); align-items: start; }
.areas-head .section-title { max-width: 18ch; margin-top: 16px; }
.areas-note { margin: 20px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.6; max-width: 34ch; }
.areas-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr)); gap: 0; border-top: 1px solid var(--line-strong); }
.areas-list li { position: relative; display: flex; align-items: center; gap: 14px; padding: clamp(16px, 1.9vw, 22px) 6px; border-bottom: 1px solid var(--line); font-size: clamp(1.06rem, 1.5vw, 1.24rem); font-weight: 500; }
.areas-list li::before { content: ""; width: 7px; height: 7px; background: var(--gold); flex: 0 0 auto; }

/* ── Process (numbered rail on a soft band) ───────────────────────── */
.process { padding: clamp(66px, 8.5vw, 118px) 0; background: var(--tint-gold); }
.process-rail { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: clamp(28px, 3.4vw, 44px); }
.process-step { position: relative; }
.process-index { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--gold-line); background: var(--paper); color: var(--gold-ink); font-size: 1.02rem; font-weight: 500; margin-bottom: 20px; }
.process-title { font-size: clamp(1.14rem, 1.7vw, 1.32rem); font-weight: 500; margin-bottom: 10px; }
.process-body { margin: 0; color: var(--ink-soft); font-size: 0.98rem; line-height: 1.58; max-width: 34ch; }

/* ── Proof (client testimonials) ──────────────────────────────────── */
.proof { padding: clamp(66px, 8.5vw, 118px) 0; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: clamp(26px, 3vw, 44px); }
.review { margin: 0; padding: 34px clamp(24px, 2.4vw, 34px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); position: relative; }
.review::before { content: "\201C"; position: absolute; top: 14px; right: 22px; font-size: 3.4rem; line-height: 1; color: var(--gold-line); font-family: Georgia, "Times New Roman", serif; }
.review p { margin: 0 0 20px; font-size: clamp(1.04rem, 1.5vw, 1.16rem); line-height: 1.55; color: var(--ink); }
.review cite { display: inline-flex; align-items: center; gap: 10px; font-style: normal; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-ink); }
.review cite::before { content: ""; width: 20px; height: 1px; background: var(--gold); }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr)); gap: clamp(24px, 3vw, 40px); text-align: center; }
.stat-value { display: block; font-size: clamp(2.6rem, 5vw, 3.8rem); font-weight: 500; color: var(--gold-ink); line-height: 1; letter-spacing: -0.02em; }
.stat-label { display: block; margin-top: 12px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 16px; }
.photo-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* ── About (editorial, text-forward) ──────────────────────────────── */
.about { padding: clamp(66px, 8.5vw, 118px) 0; background: var(--tint); }
.about-inner { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1.2fr; gap: clamp(32px, 5vw, 84px); align-items: start; }
.about-head .section-title { max-width: 16ch; margin-top: 16px; }
.about-body { max-width: 56ch; }
.about-lead { margin: 0; font-size: clamp(1.28rem, 2.1vw, 1.7rem); font-weight: 400; line-height: 1.45; color: var(--ink); letter-spacing: -0.005em; }
.about-badge { display: inline-flex; align-items: center; gap: 11px; margin-top: 28px; padding: 12px 20px; border-radius: var(--radius); background: var(--tint-gold-2); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; color: var(--gold-ink); }

/* ── Final CTA (soft tinted panel, stays bright) ──────────────────── */
.final-cta { padding: clamp(56px, 7vw, 96px) 0 clamp(70px, 9vw, 118px); }
.final-panel { position: relative; overflow: hidden; text-align: center; padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 72px); border-radius: calc(var(--radius) + 4px); background: linear-gradient(155deg, var(--tint-gold-2), var(--tint)); border: 1px solid var(--gold-line); }
.final-panel .eyebrow { justify-content: center; }
.final-panel .eyebrow::after { content: ""; width: 26px; height: 1px; background: var(--gold); }
.final-title { font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.06; letter-spacing: -0.02em; margin-top: 16px; max-width: 18ch; margin-inline: auto; }
.final-sentence { margin: 20px auto 0; max-width: 50ch; color: var(--ink-soft); font-size: clamp(1.02rem, 1.4vw, 1.16rem); line-height: 1.6; }
.final-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: clamp(30px, 4vw, 42px); }

/* ── Footer (grounding slate band) ────────────────────────────────── */
.site-footer { background: var(--ink); color: var(--on-dark); padding: clamp(60px, 8vw, 96px) 0 34px; }
.footer-top { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 20px 40px; padding-bottom: clamp(36px, 4.5vw, 56px); }
.footer-mark { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 500; letter-spacing: 0.01em; color: var(--paper); }
.footer-tagline { margin: 0; max-width: 40ch; font-size: 1rem; line-height: 1.55; color: var(--on-dark); }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid color-mix(in srgb, var(--paper) 16%, transparent); }
.footer-col h4 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-col a { text-decoration: none; color: var(--on-dark); font-size: 0.96rem; transition: color .25s ease; }
.footer-col a:hover { color: var(--paper); }
.footer-col li { color: var(--on-dark); font-size: 0.96rem; }
.footer-legal { margin-top: clamp(38px, 4.5vw, 56px); font-size: 0.76rem; letter-spacing: 0.04em; color: color-mix(in srgb, var(--paper) 46%, var(--ink)); }

/* ── Reveal + hero load ───────────────────────────────────────────── */
.reveal-init { opacity: 0; transform: translateY(16px); }
.reveal-in { opacity: 1; transform: none; transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .8s cubic-bezier(.2,.7,.2,1) both; }
  .hero-copy > *:nth-child(1) { animation-delay: .05s; }
  .hero-copy > *:nth-child(2) { animation-delay: .14s; }
  .hero-copy > *:nth-child(3) { animation-delay: .23s; }
  .hero-copy > *:nth-child(4) { animation-delay: .32s; }
  .hero-media { animation: rise .9s cubic-bezier(.2,.7,.2,1) .18s both; }
}
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* ── Responsive ───────────────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero--split .hero-inner { grid-template-columns: 1fr; gap: clamp(30px, 6vw, 48px); }
  .hero-media { max-width: 520px; }
  .hero-media img, .hero-media--graphic { aspect-ratio: 5 / 4; }
  .areas-inner, .about-inner { grid-template-columns: 1fr; gap: clamp(24px, 5vw, 40px); }
}
@media (max-width: 700px) {
  .nav-toggle { display: flex; }
  .header-inner { position: relative; }
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line-strong); box-shadow: var(--shadow-soft); padding: 8px clamp(20px, 4.5vw, 52px) 20px; display: none; }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 2px 0; }
  .nav-links a { display: block; padding: 13px 0; min-height: 44px; }
  .nav-links a::after { display: none; }
  .nav-cta-li a { display: inline-flex; margin-top: 12px; }
}
@media (max-width: 560px) {
  .trust-stat:not(:last-child)::after { display: none; }
  .trust-stats { gap: 12px 26px; }
  .process-index { width: 48px; height: 48px; }
}
@media (max-width: 440px) {
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .hero-ctas .btn, .final-buttons .btn { width: 100%; }
}
