@font-face {
  font-family: "Barlow";
  src: url("assets/barlow-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("assets/barlow-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("assets/barlow-condensed-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --red: #e60000;
  --red-dark: #b90000;
  --ink: #080808;
  --paper: #f5f4f0;
  --white: #fff;
  --line: #d7d5cf;
  --muted: #696863;
  --shell: 1240px;
  --pad: clamp(1.25rem, 4vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Barlow", Arial, sans-serif; font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .03; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #1683ff; outline-offset: 3px; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .7rem 1rem; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(100% - (2 * var(--pad)), var(--shell)); margin-inline: auto; }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }

.preview-bar { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: .65rem; padding: .35rem 1rem; background: var(--ink); color: #c9c9c9; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.preview-bar span { padding: .1rem .4rem; background: var(--red); color: var(--white); font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 15; height: 82px; display: flex; align-items: center; background: rgba(245, 244, 240, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 132px; height: auto; }
.brand span { padding-left: .75rem; border-left: 1px solid #aaa; color: var(--red); font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: clamp(1.2rem, 3vw, 2.7rem); margin-left: auto; }
.desktop-nav a { color: #3e3e3b; font-size: .79rem; font-weight: 700; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--red); }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .9rem 1.4rem; border: 0; border-radius: 0; font-weight: 700; letter-spacing: .04em; line-height: 1.1; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .7rem 1rem; font-size: .82rem; }
.button-red { background: var(--red); color: var(--white); }
.button-red:hover { background: var(--red-dark); }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: var(--red); color: var(--white); }

.hero { overflow: hidden; background: var(--paper); }
.hero-grid { min-height: min(780px, calc(100svh - 112px)); display: grid; grid-template-columns: 52% 48%; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding: 6rem clamp(2rem, 6vw, 5rem) 5rem 0; }
.kicker, .section-index { margin: 0 0 1.5rem; color: #4f4e4a; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.kicker span { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; margin-right: .7rem; background: var(--red); color: var(--white); }
.hero h1, h2 { margin: 0; font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 700; letter-spacing: -.025em; line-height: .88; text-transform: uppercase; }
.hero h1 { max-width: 700px; font-size: clamp(4rem, 7.5vw, 7.5rem); }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--red); text-stroke: 2px var(--red); }
.hero-lead { max-width: 620px; margin: 2rem 0 0; color: #353532; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2.4rem; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .88rem; font-weight: 700; text-underline-offset: 5px; }
.text-link:hover { color: var(--red); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3.2rem 0 0; padding: 1.4rem 0 0; border-top: 1px solid var(--line); list-style: none; }
.hero-facts li { display: flex; flex-direction: column; }
.hero-facts strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.hero-facts span { margin-top: .35rem; color: var(--muted); font-size: .75rem; }
.hero-visual { position: relative; align-self: stretch; min-height: 620px; margin-right: calc((100vw - min(100vw - 2 * var(--pad), var(--shell))) / -2); background: #222; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0,0,0,.04), rgba(0,0,0,.55)); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; right: max(var(--pad), calc((100vw - var(--shell)) / 2)); bottom: 5rem; z-index: 2; width: 154px; height: 154px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,.75); color: var(--white); transform: rotate(-5deg); text-transform: uppercase; }
.hero-stamp::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.45); }
.hero-stamp span { font-size: .68rem; letter-spacing: .34em; }
.hero-stamp strong { font-family: "Barlow Condensed", sans-serif; font-size: 3.6rem; line-height: .95; }
.hero-stamp small { font-size: .64rem; letter-spacing: .25em; }
.image-credit { position: absolute; z-index: 2; right: max(var(--pad), calc((100vw - var(--shell)) / 2)); bottom: 1rem; margin: 0; color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.signal-strip { display: flex; overflow: hidden; padding: .9rem 0; background: var(--red); color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.signal-strip div { min-width: max-content; animation: ticker 35s linear infinite; }
.signal-strip span { margin: 0 1.6rem; color: var(--ink); }
@keyframes ticker { to { transform: translateX(-100%); } }

.friction { padding: clamp(4.5rem, 7vw, 7rem) 0; border-bottom: 1px solid var(--line); }
.friction-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 3rem; }
.friction h2 { max-width: 970px; font-size: clamp(3rem, 6vw, 6.4rem); }
.friction p:not(.section-index) { max-width: 770px; margin: 2rem 0 0 auto; font-size: clamp(1.05rem, 1.6vw, 1.3rem); }
.friction .micro-note { padding-left: 1.2rem; border-left: 3px solid var(--red); color: var(--muted); font-size: .9rem !important; }

.section-heading { display: grid; grid-template-columns: 1fr 2.1fr 1fr; gap: 2rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2 { font-size: clamp(3.3rem, 6vw, 6rem); }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.benefit-card { min-height: 490px; display: flex; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.benefit-card-dark { background: var(--ink); color: var(--white); }
.benefit-card-red { background: var(--red); color: var(--white); }
.card-number { align-self: flex-end; color: var(--muted); font-size: .75rem; }
.benefit-card-dark .card-number, .benefit-card-red .card-number { color: rgba(255,255,255,.65); }
.card-label { margin: auto 0 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.benefit-card h3 { margin: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.4rem, 4vw, 4rem); line-height: .95; text-transform: uppercase; }
.benefit-card > p:not(.card-label) { min-height: 5rem; color: var(--muted); }
.benefit-card-dark > p:not(.card-label), .benefit-card-red > p:not(.card-label) { color: var(--white); }
.choice-link { align-self: flex-start; padding: .5rem 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 700; cursor: pointer; }
.choice-link:hover { color: var(--red); }
.benefit-card-red .choice-link:hover { color: var(--ink); }
.price-note { max-width: 790px; margin: 2rem 0 0 auto; padding: 1.2rem 1.5rem; background: #ebe9e3; color: #4b4a46; font-size: .9rem; }

.journey { overflow: hidden; background: var(--ink); color: var(--white); }
.journey-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.section-index.light { color: #9a9995; }
.journey h2 { font-size: clamp(3.7rem, 6.5vw, 7rem); }
.journey h2 em { color: var(--red); font-style: normal; }
.journey-intro > p:last-child { max-width: 480px; color: #aaa; }
.timeline { margin: 0; padding: 0; list-style: none; counter-reset: step; border-top: 1px solid #333; }
.timeline li { display: grid; grid-template-columns: 54px 1fr; gap: 1.5rem; padding: 1.8rem 0; border-bottom: 1px solid #333; }
.timeline > li > span { color: var(--red); font-size: .75rem; font-weight: 700; }
.timeline p { margin: 0 0 .4rem; font-family: "Barlow Condensed", sans-serif; font-size: 1.7rem; font-weight: 700; text-transform: uppercase; }
.timeline small { color: #999; font-size: .92rem; }
.experience-gallery { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1px; margin-top: 6rem; background: #444; }
.experience-gallery figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: #222; }
.experience-gallery img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: filter .4s, transform .7s; }
.experience-gallery figure:hover img { filter: grayscale(0); transform: scale(1.025); }
.experience-gallery figcaption { position: absolute; inset: auto 0 0; padding: 1rem 1.2rem; background: linear-gradient(transparent, rgba(0,0,0,.9)); font-weight: 700; text-transform: uppercase; }
.experience-gallery figcaption span { margin-right: .8rem; color: var(--red); }

.founder-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.founder-image { position: relative; }
.founder-frame { position: relative; padding: 1rem; background: var(--red); }
.founder-frame::before { content: ""; position: absolute; width: 37%; height: 16px; top: 0; right: 0; background: var(--paper); }
.founder-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: grayscale(100%); }
.founder-image > p { margin: .8rem 0 0; color: var(--muted); font-size: .73rem; letter-spacing: .14em; text-transform: uppercase; }
.founder-copy h2 { max-width: 800px; font-size: clamp(3.8rem, 7vw, 7rem); }
.founder-lead { max-width: 700px; font-size: clamp(1.1rem, 1.8vw, 1.4rem); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 2.5rem 0; background: var(--line); border: 1px solid var(--line); }
.trust-grid div { min-height: 132px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.2rem; background: var(--paper); }
.trust-grid strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.5rem; line-height: 1; text-transform: uppercase; }
.trust-grid span { color: var(--muted); font-size: .75rem; }
.text-link.dark { color: var(--ink); }

.location { position: relative; overflow: hidden; background: var(--red); color: var(--white); }
.location::after { content: "+"; position: absolute; right: -2rem; top: -8rem; color: rgba(255,255,255,.09); font-family: "Barlow Condensed", sans-serif; font-size: 38rem; line-height: 1; }
.location-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 4rem; align-items: center; }
.location h2 { max-width: 820px; font-size: clamp(3.8rem, 7vw, 7rem); }
.location-copy > p:not(.section-index) { max-width: 670px; font-size: 1.15rem; }
.location address { margin: 2rem 0; font-style: normal; font-weight: 700; }
.location-mark { min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 2rem; border: 2px solid rgba(255,255,255,.6); text-transform: uppercase; }
.location-mark span { font-size: 1.2rem; }
.location-mark strong { font-family: "Barlow Condensed", sans-serif; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .8; writing-mode: vertical-rl; }
.location-mark small { margin-top: 1rem; letter-spacing: .2em; }

.request { background: #e7e5df; }
.request-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.request-heading { position: sticky; top: 120px; }
.request-heading h2 { font-size: clamp(3.3rem, 6vw, 6rem); }
.request-heading > p:last-child { max-width: 430px; color: var(--muted); }
.wizard { min-height: 570px; padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); box-shadow: 16px 16px 0 rgba(0,0,0,.08); }
.wizard-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 3rem; border-bottom: 1px solid var(--line); }
.wizard-progress span { display: flex; align-items: center; gap: .5rem; padding: 0 0 1rem; color: #666; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wizard-progress span::after { content: ""; position: absolute; }
.wizard-progress span.active { color: var(--ink); border-bottom: 3px solid var(--red); }
.wizard-progress b { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; background: #e9e7e1; }
.wizard-progress .active b { background: var(--red); color: var(--white); }
.wizard fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.wizard-step { display: none; }
.wizard-step.active { display: block; }
.wizard legend, .wizard-success h3 { padding: 0; font-family: "Barlow Condensed", sans-serif; font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 700; line-height: .95; text-transform: uppercase; }
.step-copy { margin: 1rem 0 2rem; color: var(--muted); }
.option-grid { display: grid; gap: .7rem; }
.option-card { position: relative; display: block; cursor: pointer; }
.option-card input { position: absolute; opacity: 0; }
.option-card span { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 78px; padding: 1rem 1.2rem; border: 1px solid var(--line); transition: border .2s, background .2s; }
.option-card span::after { content: "+"; width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; border: 1px solid #999; font-weight: 700; }
.option-card input:checked + span { border-color: var(--red); background: #fff4f4; }
.option-card input:checked + span::after { content: "✓"; border-color: var(--red); background: var(--red); color: var(--white); }
.option-card input:focus-visible + span { outline: 3px solid #1683ff; outline-offset: 3px; }
.option-card b, .option-card small { display: block; }
.option-card b { text-transform: uppercase; }
.option-card small { margin-top: .2rem; color: var(--muted); }
.field-row { display: grid; grid-template-columns: 1fr 1.3fr; gap: 1rem; }
.three-fields { grid-template-columns: repeat(3, 1fr); }
.field { display: block; }
.field > span { display: block; margin-bottom: .55rem; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; min-height: 52px; padding: .8rem .9rem; border: 1px solid #bbb; border-radius: 0; background: var(--white); color: var(--ink); }
.field textarea { min-height: 90px; resize: vertical; }
.field.full { margin-top: 1rem; }
.inline-options { display: grid; gap: .5rem; }
.inline-options label { display: flex; align-items: center; gap: .6rem; min-height: 42px; padding: .6rem .8rem; border: 1px solid var(--line); cursor: pointer; }
.inline-options input { width: 18px; min-height: auto; accent-color: var(--red); }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; margin-top: 1.2rem; color: #555; font-size: .8rem; }
.consent input { width: 18px; height: 18px; accent-color: var(--red); }
.form-error { min-height: 1.2em; margin: .8rem 0 0; color: #b10000; font-size: .82rem; font-weight: 700; }
.wizard-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1.2rem; margin-top: 2rem; }
.back-step, .text-button { padding: .7rem .2rem; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-weight: 700; cursor: pointer; }
.wizard-success .success-kicker { margin: 0 0 1rem; color: var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.wizard-success > p:not(.success-kicker, .mail-fallback) { color: var(--muted); }
.request-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 2rem 0; background: var(--line); border: 1px solid var(--line); }
.request-summary div { padding: 1rem; background: var(--white); }
.request-summary dt { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.request-summary dd { margin: .35rem 0 0; font-weight: 700; }
.success-actions { display: flex; align-items: center; gap: 1.5rem; }
.mail-fallback { margin-top: 1.5rem; color: var(--muted); font-size: .78rem; }
.copy-status { min-height: 1.2em; margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(3rem, 8vw, 8rem); }
.faq h2 { font-size: clamp(3.5rem, 6vw, 6rem); }
.accordion { border-top: 1px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--ink); }
.accordion summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; font-family: "Barlow Condensed", sans-serif; font-size: 1.45rem; font-weight: 700; line-height: 1.15; list-style: none; cursor: pointer; text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--red); font-size: 1.8rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 730px; margin: 0 0 1.5rem; color: var(--muted); }

.site-footer { padding: 4rem 0 2rem; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 3rem; }
.footer-grid img { width: 150px; filter: brightness(0) invert(1); }
.footer-grid p { color: #888; font-size: .85rem; }
.footer-contact, .footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.footer-contact span { color: var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a, .footer-links a { text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #333; color: #777; font-size: .72rem; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.mobile-sticky { display: none; }

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

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 0 4rem; }
  .hero-visual { min-height: 490px; margin: 0 calc(var(--pad) * -1); clip-path: none; }
  .hero-stamp, .image-credit { right: var(--pad); }
  .friction-grid { grid-template-columns: 1fr 3fr; }
  .section-heading { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .journey-layout, .founder-grid, .location-grid, .request-shell { grid-template-columns: 1fr; }
  .experience-gallery { grid-template-columns: 1fr 1fr; }
  .experience-gallery figure:first-child { grid-column: 1 / -1; }
  .founder-image { max-width: 520px; }
  .location-mark { display: none; }
  .request-heading { position: static; }
}

@media (max-width: 720px) {
  :root { --pad: 1.15rem; }
  html { scroll-padding-top: 5rem; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .preview-bar { min-height: 40px; text-align: center; font-size: .62rem; }
  .site-header { height: 68px; }
  .brand img { width: 108px; }
  .brand span { font-size: 1.1rem; }
  .header-inner > .button { display: none; }
  .section { padding: 4.7rem 0; }
  .hero-copy { padding: 4rem 0 3rem; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.4rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: space-between; padding: .5rem 0; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts li:last-child { grid-column: 1 / -1; }
  .hero-visual { min-height: 360px; }
  .hero-stamp { bottom: 3rem; width: 116px; height: 116px; }
  .hero-stamp strong { font-size: 2.8rem; }
  .friction-grid { grid-template-columns: 1fr; gap: 1rem; }
  .friction h2 { font-size: 3.5rem; }
  .friction p:not(.section-index) { margin-left: 0; }
  .section-heading { display: block; }
  .section-heading h2 { font-size: 3.8rem; }
  .section-heading > p:last-child { margin-top: 1.5rem; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 410px; }
  .journey h2, .location h2, .founder-copy h2 { font-size: 4.1rem; }
  .timeline li { grid-template-columns: 38px 1fr; gap: .8rem; }
  .experience-gallery { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .experience-gallery figure, .experience-gallery figure:first-child { min-height: 260px; grid-column: auto; }
  .founder-grid { gap: 3rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 96px; }
  .location::after { font-size: 24rem; }
  .request-heading h2 { font-size: 3.8rem; }
  .wizard { min-height: 0; padding: 1.25rem; box-shadow: 8px 8px 0 rgba(0,0,0,.08); }
  .wizard-progress span { flex-direction: column; align-items: flex-start; gap: .25rem; font-size: .62rem; }
  .wizard legend, .wizard-success h3 { font-size: 2.8rem; }
  .field-row, .three-fields { grid-template-columns: 1fr; }
  .wizard-actions { align-items: stretch; flex-direction: column-reverse; }
  .wizard-actions .button { width: 100%; }
  .back-step { align-self: center; }
  .request-summary { grid-template-columns: 1fr; }
  .success-actions { align-items: stretch; flex-direction: column; }
  .faq-grid { grid-template-columns: 1fr; gap: 2rem; }
  .faq h2 { font-size: 4rem; }
  .accordion summary { font-size: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-sticky { position: fixed; z-index: 18; left: 0; right: 0; bottom: 0; min-height: calc(66px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding: .8rem 1.1rem calc(.8rem + env(safe-area-inset-bottom)); background: var(--red); color: var(--white); text-decoration: none; box-shadow: 0 -8px 30px rgba(0,0,0,.2); }
  .mobile-sticky span { font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; }
  .mobile-sticky strong { font-size: .78rem; }
}

@media (max-width: 370px) {
  .hero h1 { font-size: 3.7rem; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li:last-child { grid-column: auto; }
}
