:root {
  --ink: #26372f;
  --ink-soft: #536158;
  --cream: #fdfbf7;
  --paper: #f6f1e8;
  --white: #fff;
  --green: #6c8d72;
  --green-dark: #385743;
  --coral: #ed5642;
  --coral-dark: #c94432;
  --salmon: #f38a74;
  --orange: #fb7b0c;
  --blue: #b5cace;
  --line: rgba(38, 55, 47, .14);
  --shadow: 0 22px 70px rgba(38, 55, 47, .11);
  --image-shadow-md: 0 0 0 1px rgba(0,0,0,.06), 0 1px 1px -.5px rgba(0,0,0,.06), 0 3px 3px -1.5px rgba(0,0,0,.06), 0 6px 6px -3px rgba(0,0,0,.06), 0 12px 12px -6px rgba(0,0,0,.06), 0 24px 24px -12px rgba(0,0,0,.06);
  --image-shadow-lg: 0 2.8px 2.2px rgba(0,0,0,.034), 0 6.7px 5.3px rgba(0,0,0,.048), 0 12.5px 10px rgba(0,0,0,.06), 0 22.3px 17.9px rgba(0,0,0,.072), 0 41.8px 33.4px rgba(0,0,0,.086), 0 100px 80px rgba(0,0,0,.12);
  --image-outline: rgba(38, 55, 47, .18);
  --motion-fast: 180ms;
  --motion-ui: 260ms;
  --motion-section: 680ms;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --sans: Verdana, Geneva, sans-serif;
  --serif: Garamond, Georgia, serif;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--serif); font-size: 18px; line-height: 1.58; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .eyebrow, .button, nav, .label, .stat strong { font-family: var(--sans); }
h1 { max-width: 900px; margin-bottom: 1.4rem; font-size: clamp(3.1rem, 8vw, 7.3rem); line-height: .96; letter-spacing: -.075em; }
h1 em { color: var(--coral-dark); font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2rem, 4.5vw, 4.25rem); line-height: 1.04; letter-spacing: -.055em; }
h3 { margin-bottom: .7rem; font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.22; letter-spacing: -.025em; }
p { color: var(--ink-soft); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 140px) 0; }
.section-sm { padding: 72px 0; }
.eyebrow { margin-bottom: 1rem; color: var(--green-dark); font-size: .72rem; font-weight: 700; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
.lead { max-width: 720px; font-size: clamp(1.22rem, 2vw, 1.62rem); line-height: 1.45; }
.muted { color: var(--ink-soft); }
.badge { display: inline-flex; align-items: center; gap: .55rem; padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 100px; font: 700 .68rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.badge::before { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: rgba(253, 251, 247, .93); backdrop-filter: blur(16px); }
.site-header.is-scrolled { border-color: var(--line); }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 60; height: 3px; background: var(--coral); transform: scaleX(0); transform-origin: left center; pointer-events: none; }
.header-inner { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { width: 54px; height: 56px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 1.03rem/1 var(--sans); }
.brand-copy small { margin-top: .35rem; color: var(--ink-soft); font-size: .78rem; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.2vw, 2.2rem); }
.desktop-nav a { padding: .8rem 0; font-size: .76rem; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--coral-dark); }
.header-actions { display: flex; align-items: center; gap: .85rem; }
.menu-button { width: 46px; height: 46px; display: none; place-content: center; gap: 7px; border: 0; background: transparent; }
.menu-button span:not(.sr-only) { width: 24px; height: 2px; display: block; background: var(--ink); transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
.mobile-nav { padding: 1rem 22px 1.4rem; border-top: 1px solid var(--line); background: var(--cream); }
.mobile-nav a { display: block; padding: .9rem 0; border-bottom: 1px solid var(--line); font: 700 .88rem/1.2 var(--sans); text-decoration: none; }
.mobile-nav a[aria-current="page"] { color: var(--coral-dark); }
.mobile-nav .button { width: 100%; margin-top: 1rem; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .82rem 1.3rem; border: 1px solid transparent; border-radius: 10px; font-size: .76rem; font-weight: 700; line-height: 1.2; text-decoration: none; transition: transform var(--motion-fast) var(--ease-out), background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease; }
.button:active { transform: translateY(0) scale(.985); }
.button-primary { background: var(--coral-dark); color: white; box-shadow: 0 8px 22px rgba(201, 68, 50, .18); }
.button-secondary { border-color: var(--line); background: var(--white); }
.button-dark { background: var(--ink); color: white; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }

.hero { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 128px) 0 86px; }
.hero::after { position: absolute; top: -220px; right: -200px; width: 640px; height: 640px; border: 1px solid rgba(237, 86, 66, .16); border-radius: 50%; background: rgba(243, 138, 116, .07); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.hero h1 { font-size: clamp(3.45rem, 6.6vw, 6.8rem); }
.hero-copy .lead { margin-bottom: 2rem; }
.hero-copy > * { animation: hero-rise 760ms var(--ease-out) both; }
.hero-copy > :nth-child(2) { animation-delay: 80ms; }
.hero-copy > :nth-child(3) { animation-delay: 150ms; }
.hero-copy > :nth-child(4) { animation-delay: 220ms; }
.hero-visual { position: relative; isolation: isolate; margin: 0 10px 10px 0; animation: hero-visual-in 980ms var(--ease-out) 100ms both; }
.hero-visual::before { position: absolute; inset: 18px -10px -10px 18px; z-index: -1; border: 1px solid rgba(201, 68, 50, .42); border-radius: 48% 48% 18px 18px; content: ""; }
.hero-visual img { width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: 48% 48% 18px 18px; outline: 1px solid var(--image-outline); outline-offset: -1px; box-shadow: var(--image-shadow-lg); }
.hero-note { position: absolute; right: -18px; bottom: 30px; width: min(310px, 90%); padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(253,251,247,.92); box-shadow: var(--shadow); color: var(--ink); font: 700 .78rem/1.4 var(--sans); }
.page-hero { padding: clamp(78px, 10vw, 140px) 0 84px; background: var(--paper); }
.page-hero h1 { max-width: 1050px; font-size: clamp(3rem, 7vw, 6.7rem); }
.page-hero .lead { margin-bottom: 2rem; }
.page-hero .shell > * { animation: hero-rise 680ms var(--ease-out) both; }
.page-hero .shell > :nth-child(2) { animation-delay: 60ms; }
.page-hero .shell > :nth-child(3) { animation-delay: 110ms; }
.page-hero .shell > :nth-child(4) { animation-delay: 170ms; }
.page-hero .shell > :nth-child(5) { animation-delay: 230ms; }
.breadcrumbs { margin-bottom: 1.5rem; color: var(--ink-soft); font: 700 .7rem/1.4 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs span { margin: 0 .45rem; color: var(--coral-dark); }

.trust-strip { background: var(--green-dark); color: white; }
.trust-grid { min-height: 130px; display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { display: grid; align-content: center; padding: 1.4rem; border-left: 1px solid rgba(255,255,255,.17); }
.stat:first-child { border-left: 0; }
.stat strong { font-size: 1.05rem; }
.stat span { color: rgba(255,255,255,.7); font-size: .93rem; }

.section-heading { display: grid; grid-template-columns: 1.1fr .7fr; align-items: end; gap: 3rem; margin-bottom: 3.2rem; }
.section-heading h2, .section-heading p { margin-bottom: 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.card { min-height: 280px; padding: clamp(1.5rem, 3vw, 2.4rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.card-grid > .card { min-height: 250px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.card-grid > .card:last-child { border-right: 0; }
.card-number { margin-bottom: 2.8rem; color: var(--coral-dark); font: 700 .76rem/1 var(--sans); }
.card p:last-child { margin-bottom: 0; }
.card-green { background: #e9f0ea; }
.card-salmon { background: #fae2dc; }
.card-blue { background: #e4eef0; }
.card-orange { background: #fff0df; }
.media-card { overflow: hidden; border-radius: var(--radius); background: var(--white); outline: 1px solid rgba(38,55,47,.12); outline-offset: -1px; box-shadow: var(--image-shadow-md); }
.media-card img { width: 100%; aspect-ratio: 1.2; object-fit: cover; outline: 1px solid rgba(255,255,255,.42); outline-offset: -1px; }
.media-card figcaption { padding: 1rem 1.2rem; color: var(--ink-soft); font-size: .9rem; }
.image-row { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 1rem; }
.image-row img { width: 100%; height: clamp(260px, 34vw, 470px); object-fit: cover; border-radius: var(--radius); outline: 1px solid var(--image-outline); outline-offset: -1px; box-shadow: var(--image-shadow-md); transition: transform 700ms var(--ease-out), filter 700ms ease, box-shadow var(--motion-ui) ease; }
.image-row img:nth-child(2), .image-row img:nth-child(3) { height: clamp(220px, 28vw, 390px); align-self: center; }
.seo-copy { max-width: 820px; margin: 2.5rem auto 0; text-align: center; }

.route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.route-card { position: relative; min-height: 250px; display: grid; align-content: space-between; overflow: hidden; padding: 2rem; border-radius: var(--radius); text-decoration: none; transition: transform var(--motion-ui) var(--ease-out), box-shadow var(--motion-ui) var(--ease-out); }
.route-card::after { position: absolute; inset: auto 2rem 1.25rem; height: 2px; background: currentColor; content: ""; opacity: .22; transform: scaleX(0); transform-origin: left center; transition: transform 420ms var(--ease-out); }
.route-card .route-top { display: flex; justify-content: space-between; color: var(--ink-soft); font: 700 .7rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.route-card h3 { max-width: 430px; margin: 3rem 0 .55rem; font-size: clamp(1.5rem, 3vw, 2.35rem); }
.route-card p { max-width: 500px; margin: 0; }
.route-card.has-image { min-height: 500px; display: grid; grid-template-rows: auto 230px 1fr; align-content: normal; padding: 0; }
.route-card.has-image::after { display: none; }
.route-card.has-image .route-top { padding: 1.5rem 1.5rem 1rem; }
.route-image { display: block; overflow: hidden; margin: 0 1rem; border-radius: 12px; outline: 1px solid rgba(38,55,47,.16); outline-offset: -1px; box-shadow: 0 0 0 4px rgba(255,255,255,.34), 0 8px 22px rgba(38,55,47,.11); }
.route-image img { width: 100%; height: 100%; object-fit: cover; outline: 1px solid rgba(255,255,255,.38); outline-offset: -1px; transition: transform 700ms var(--ease-out), filter 700ms ease; }
.route-copy { display: grid; align-content: end; padding: 1.35rem 1.5rem 1.6rem; }
.route-card.has-image h3 { margin: 0 0 .55rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(2rem, 7vw, 7rem); }
.split-image { position: relative; isolation: isolate; margin: 0 10px 10px 0; }
.split-image::before { position: absolute; inset: 16px -10px -10px 16px; z-index: -1; border: 1px solid rgba(108,141,114,.52); border-radius: 48% 48% 20px 20px; content: ""; }
.split-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: .86; object-fit: cover; border-radius: 48% 48% 20px 20px; outline: 1px solid var(--image-outline); outline-offset: -1px; box-shadow: var(--image-shadow-lg); }
.founder-portrait { margin: 0; }
.founder-portrait img { object-position: center top; }
.founder-portrait figcaption { margin-top: .9rem; color: var(--ink-soft); font: 700 .74rem/1.4 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.check-list { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { padding: .75rem 0 .75rem 1.65rem; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { position: absolute; left: 0; color: var(--coral-dark); content: "✦"; }
.band { background: var(--paper); }
.dark-band { background: var(--ink); color: white; }
.dark-band p { color: rgba(255,255,255,.73); }
.quote { max-width: 980px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.14; }
.quote footer { margin-top: 1.5rem; color: var(--coral); font: 700 .8rem/1.4 var(--sans); }

.service-stack { display: grid; gap: 1rem; }
.service { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 1.5rem; padding: 1.5rem 1.8rem; border: 1px solid var(--line); border-radius: 18px; background: white; }
.service-index { color: var(--coral-dark); font: 700 .72rem/1 var(--sans); }
.service p { margin: 0; }
.service .button { white-space: nowrap; }

.booking-wrap { display: grid; grid-template-columns: .62fr 1.38fr; gap: 1.5rem; align-items: start; }
.booking-copy { position: sticky; top: 120px; padding: 2rem; border-radius: var(--radius); background: var(--green-dark); color: white; }
.booking-copy p { color: rgba(255,255,255,.72); }
.booking-frame { min-height: 780px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.booking-frame iframe { width: 100%; min-height: 780px; display: block; border: 0; }
.booking-fallback { padding: 1rem; border-top: 1px solid var(--line); text-align: center; font-size: .9rem; }

.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.team-card { min-height: 150px; display: grid; align-content: center; padding: 1.7rem 0; border-bottom: 1px solid var(--line); }
.team-card:nth-child(odd) { padding-right: 2rem; }
.team-card:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }
.team-card strong { font-family: var(--sans); }
.team-card span { color: var(--ink-soft); }

.quiz { max-width: 820px; margin: 0 auto; padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.progress { height: 7px; margin: 1.4rem 0 2.2rem; overflow: hidden; border-radius: 100px; background: #e6e6e1; }
.progress span { width: 25%; height: 100%; display: block; background: var(--coral); transition: width .25s ease; }
.quiz-step[hidden] { display: none; }
.quiz-options { display: grid; gap: .75rem; }
.quiz-options button { width: 100%; padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--cream); color: var(--ink); text-align: left; }
.quiz-options button:hover, .quiz-options button:focus-visible { border-color: var(--green-dark); background: #e9f0ea; }
.result-box { padding: 1.4rem; border-left: 4px solid var(--green); border-radius: 8px; background: #e9f0ea; }

.faq-section { border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.faq-layout h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.35rem 3rem 1.35rem 0; font: 700 1rem/1.35 var(--sans); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: .25rem; content: "+"; color: var(--coral-dark); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; padding: 0 2.5rem 1.35rem 0; margin: 0; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity var(--motion-section) ease, transform var(--motion-section) var(--ease-out); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready [data-reveal-item] { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms var(--ease-out); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .is-visible [data-reveal-item] { opacity: 1; transform: translateY(0); }

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-visual-in {
  from { opacity: 0; transform: translateY(22px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.cta { padding: clamp(72px, 10vw, 120px) 0; background: #f8ded8; }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.cta h2 { max-width: 820px; margin: 0; }

.site-footer { padding-top: 64px; background: #1d2d25; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; padding-bottom: 55px; }
.site-footer h2 { margin-bottom: 1rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer a:not(.brand) { display: block; margin: .55rem 0; color: rgba(255,255,255,.78); text-decoration: none; }
.site-footer p { color: rgba(255,255,255,.62); font-size: .92rem; }
.site-footer .brand-copy small { color: rgba(255,255,255,.65); }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,.14); }
.footer-bottom p { margin: 0; font-size: .78rem; }
.site-footer .footer-credit a { display: inline; margin: 0; color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: .24em; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

@media (hover: hover) {
  .button:hover { transform: translateY(-2px); }
  .button-primary:hover { background: #a93829; }
  .button-secondary:hover { border-color: var(--ink); }
  .image-row img:hover { transform: translateY(-5px) scale(1.012); filter: saturate(1.04); }
  .route-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(38,55,47,.12); }
  .route-card:hover::after { transform: scaleX(1); }
  .route-card.has-image:hover .route-image img { transform: scale(1.045); filter: saturate(1.06); }
  .image-row img:hover { box-shadow: 0 0 0 1px rgba(0,0,0,.07), 0 8px 14px -5px rgba(0,0,0,.08), 0 22px 36px -12px rgba(0,0,0,.13); }
  .site-footer a:not(.brand):hover { color: #fff; text-decoration: underline; text-underline-offset: .22em; }
}

@media (max-width: 1050px) {
  .desktop-nav, .header-actions > .button { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; }
  .hero-grid, .split, .booking-wrap, .faq-layout { grid-template-columns: 1fr; }
  .hero-visual { max-width: 720px; }
  .booking-copy { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 28px, 1180px); }
  .brand-copy { display: none; }
  .header-inner { min-height: 72px; }
  .hero { padding-top: 62px; }
  .hero h1 { font-size: clamp(3.05rem, 15vw, 5rem); }
  .hero-note { right: 8px; bottom: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .stat { border-top: 1px solid rgba(255,255,255,.17); }
  .section-heading, .cta-inner { grid-template-columns: 1fr; align-items: start; gap: 1.2rem; }
  .card-grid, .route-grid, .team-grid { grid-template-columns: 1fr; }
  .card-grid > .card { border-right: 0; }
  .team-card:nth-child(odd), .team-card:nth-child(even) { padding: 1.4rem 0; border-left: 0; }
  .image-row { grid-template-columns: 1fr 1fr; }
  .image-row img:first-child { grid-column: 1 / -1; }
  .service { grid-template-columns: 44px 1fr; }
  .service .button { grid-column: 2; justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .image-row { grid-template-columns: 1fr; }
  .image-row img:first-child { grid-column: auto; }
  .footer-grid > :first-child { grid-column: auto; }
  .footer-bottom { padding: 1rem 0; align-items: flex-start; flex-direction: column; }
  .route-card.has-image { min-height: 450px; grid-template-rows: auto 190px 1fr; }
  .hero-visual, .split-image { margin-right: 6px; margin-bottom: 6px; }
  .hero-visual::before, .split-image::before { inset: 12px -6px -6px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-delay: 0ms !important; }
  .motion-ready [data-reveal], .motion-ready [data-reveal-item] { opacity: 1; transform: none; }
  .scroll-progress { display: none; }
}
