:root {
  --navy: #13233a; --navy-2: #203a59; --ink: #18212d; --muted: #65707b;
  --paper: #f5f1e9; --paper-2: #ebe5da; --surface: #fffdf9; --white: #fff;
  --orange: #df6f36; --orange-dark: #ba5527; --orange-soft: #f5ded1;
  --line: rgba(24,33,45,.14); --line-strong: rgba(24,33,45,.24);
  --shadow: 0 24px 60px rgba(19,35,58,.10);
  --display: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.tp-site { overflow-x: hidden; }
.shell, .lp-container, .container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow, .container--narrow { max-width: 820px; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--navy); text-decoration: none; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 80; color: var(--ink); background: rgba(245,241,233,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-inner { width: min(var(--max), calc(100% - 48px)); min-height: 78px; margin-inline: auto; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; padding: 4px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: .95rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.05; }
.brand-name small { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.2vw,32px); }
.desktop-nav a { position: relative; color: #3e4854; font-size: .83rem; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { color: var(--navy); font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.language-link { min-width: 40px; min-height: 40px; display: grid; place-items: center; color: var(--navy); border: 1px solid var(--line-strong); border-radius: 50%; font-size: .72rem; font-weight: 800; text-decoration: none; }
.header-book { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: var(--orange); border-radius: 4px; font-size: .8rem; font-weight: 800; text-decoration: none; }
.header-book:hover { background: var(--orange-dark); }
.mobile-nav { display: none; position: relative; margin-left: auto; }
.mobile-nav summary { min-height: 42px; padding: 0 13px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); cursor: pointer; list-style: none; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.menu-bars, .menu-bars::before, .menu-bars::after { width: 16px; height: 2px; display: block; background: currentColor; }
.menu-bars { position: relative; }
.menu-bars::before, .menu-bars::after { content: ""; position: absolute; left: 0; }
.menu-bars::before { top: -5px; }.menu-bars::after { top: 5px; }
.mobile-menu { position: absolute; top: calc(100% + 12px); right: 0; width: min(340px,calc(100vw - 32px)); padding: 18px; background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow); }
.mobile-menu a { padding: 10px 8px; display: block; border-bottom: 1px solid var(--line); font-size: .9rem; font-weight: 700; text-decoration: none; }
.mobile-menu .header-book { margin-top: 12px; color: #fff; border: 0; }

.eyebrow { margin: 0 0 16px; color: var(--orange-dark); font-size: .72rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.04em; }
h1 { margin: 0; font-size: clamp(2.65rem,4.4vw,4.2rem); line-height: 1; }
h2 { margin: 0; font-size: clamp(2.05rem,3.5vw,3.55rem); line-height: 1.05; }
h3 { margin: 0; color: var(--navy); font-size: 1rem; line-height: 1.3; }
p { margin: 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 4px; font-size: .86rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary, .button--primary:visited { color: #fff; background: var(--orange); }
.button--primary:hover { background: var(--orange-dark); }
.button--quiet { color: var(--navy); background: transparent; border-color: var(--line-strong); }
.button--light { color: #fff; border-color: rgba(255,255,255,.42); }
.text-link { color: var(--orange-dark); font-weight: 800; text-underline-offset: 4px; }

.home-hero { padding: clamp(56px,7vw,96px) 0 42px; }
.home-hero__grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(520px,1.18fr); align-items: center; gap: clamp(44px,6vw,84px); }
.home-hero__copy { padding-block: 28px; }
.home-hero__copy h1 { max-width: 720px; color: var(--navy); }
.home-hero__copy > p:not(.eyebrow) { max-width: 610px; margin-top: 26px; color: var(--muted); font-size: clamp(1rem,1.4vw,1.15rem); }
.hero-contact { margin-top: 30px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 18px 28px; border-top: 1px solid var(--line); }
.hero-contact a { color: var(--navy); font-weight: 850; }.hero-contact span { color: var(--muted); font-size: .88rem; }
.booking-surface { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.booking-surface__head { min-height: 74px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.booking-surface__head div { display: flex; flex-direction: column; }.booking-surface__head span { color: var(--orange-dark); font-size: .63rem; font-weight: 850; letter-spacing: .14em; }
.booking-surface__head strong { color: var(--navy); font-family: var(--display); font-size: 1.35rem; font-weight: 500; }.booking-surface__head small { color: var(--muted); font-size: .72rem; }
.booking-surface iframe { width: 100%; display: block; border: 0; background: #fff; }
.proof-strip { background: var(--navy); color: #fff; }
.proof-strip .shell { min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr); }
.proof-strip .shell > div { padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.13); }.proof-strip .shell > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.proof-strip strong { color: #f1a37c; font-family: var(--display); font-size: 1.55rem; font-weight: 500; }.proof-strip span { color: #cad2dc; font-size: .73rem; }

.section { padding: clamp(72px,9vw,120px) 0; background: var(--surface); }.section--tint { background: var(--paper-2); }
.section-heading { margin-bottom: 44px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(240px,.5fr); gap: 50px; align-items: end; }.section-heading h2 { max-width: 760px; color: var(--navy); }.section-heading > p { color: var(--muted); }
.service-rows { border-top: 1px solid var(--line-strong); }
.service-rows a { min-height: 112px; padding: 20px 8px; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; transition: background .18s ease,padding .18s ease; }
.service-rows a:hover { padding-inline: 18px; background: var(--paper); }.service-rows a > span { color: var(--orange-dark); font-family: var(--display); }
.service-rows strong { display: block; color: var(--navy); font-family: var(--display); font-size: clamp(1.4rem,2.2vw,2rem); font-weight: 500; }.service-rows small { color: var(--muted); }.service-rows b { color: var(--orange-dark); font-size: 1.25rem; }
.split-feature { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(54px,8vw,100px); align-items: start; }
.split-feature > div > p:not(.eyebrow) { margin: 22px 0; color: var(--muted); font-size: 1.05rem; }.split-feature ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); }
.split-feature li { padding: 24px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }.split-feature li > span { color: var(--orange-dark); font-family: var(--display); }.split-feature li strong { color: var(--navy); font-size: 1rem; }.split-feature li p { margin-top: 5px; color: var(--muted); font-size: .9rem; }
.journey-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.journey-card { min-height: 250px; padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--navy); background: var(--paper); border: 1px solid var(--line); text-decoration: none; }.journey-card--primary { color: #fff; background: var(--navy); }
.journey-card span { margin-bottom: auto; color: var(--orange-dark); font-size: .66rem; font-weight: 850; letter-spacing: .15em; }.journey-card--primary span { color: #f3a581; }.journey-card strong { font-family: var(--display); font-size: clamp(1.7rem,2.8vw,2.6rem); font-weight: 500; }.journey-card small { margin-top: 8px; color: var(--muted); }.journey-card--primary small { color: #cbd4df; }
.faq-home { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: clamp(48px,8vw,110px); }.faq-home > div:first-child > p:not(.eyebrow) { margin: 18px 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line-strong); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { min-height: 68px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); cursor: pointer; list-style: none; font-weight: 750; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--orange-dark); font-family: var(--display); font-size: 1.4rem; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 700px; padding: 0 34px 20px 0; color: var(--muted); }.faq-list--large summary { min-height: 82px; font-size: 1.05rem; }

.breadcrumbs { padding-block: 18px; }.breadcrumbs ol { margin: 0; padding: 0; display: flex; gap: 8px; list-style: none; color: var(--muted); font-size: .73rem; }.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #9da3aa; }.breadcrumbs a { text-underline-offset: 3px; }
.page-hero { padding: clamp(56px,7vw,90px) 0 clamp(70px,8vw,110px); }.page-hero__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: clamp(50px,8vw,100px); align-items: center; }.page-hero__copy h1 { max-width: 820px; color: var(--navy); font-size: clamp(2.7rem,4.5vw,4.25rem); }.page-hero__lead { max-width: 740px; margin-top: 24px; color: var(--muted); font-size: 1.07rem; }.page-hero .button-row { margin-top: 30px; }
.service-promise { padding: 32px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }.service-promise > span { color: #f2a27d; font-size: .65rem; font-weight: 850; letter-spacing: .14em; }.service-promise > strong { margin-top: 14px; display: block; font-family: var(--display); font-size: 2rem; font-weight: 500; line-height: 1.1; }.service-promise ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }.service-promise li { padding: 6px 0 6px 22px; position: relative; color: #d2dae4; font-size: .84rem; }.service-promise li::before { content: ""; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.content-layout { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: clamp(54px,8vw,110px); align-items: start; }.section-intro { position: sticky; top: 120px; }.section-intro > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }.info-list { border-top: 1px solid var(--line-strong); }.info-item { padding: 28px 0; display: grid; grid-template-columns: 48px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }.info-item > span { color: var(--orange-dark); font-family: var(--display); }.info-item h3 { font-family: var(--display); font-size: 1.45rem; font-weight: 500; }.info-item p { margin-top: 7px; color: var(--muted); }
.cta-band { padding: clamp(64px,8vw,92px) 0; color: #fff; background: var(--navy); }.cta-band__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }.cta-band .eyebrow { color: #f2a27d; }.cta-band h2 { max-width: 700px; color: #fff; }.cta-band p:not(.eyebrow) { margin-top: 14px; color: #c9d2dc; }

.booking-page { padding: 56px 0 96px; }.booking-page__intro { max-width: 820px; text-align: center; }.booking-page__intro h1 { color: var(--navy); }.booking-page__intro > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 1.05rem; }.inline-trust { margin: 26px 0 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }.inline-trust span { padding: 7px 11px; color: var(--navy); background: var(--orange-soft); font-size: .72rem; font-weight: 750; }.booking-surface--page { max-width: 920px; border-radius: 14px; }.booking-help { display: flex; align-items: center; justify-content: space-between; gap: 30px; }.booking-help h2 { color: var(--navy); }.booking-help p:not(.eyebrow) { margin-top: 14px; color: var(--muted); }
.price-layout { display: grid; grid-template-columns: minmax(260px,.75fr) minmax(0,1.25fr); gap: clamp(54px,8vw,110px); }.price-layout > div:first-child > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); }.price-table { border-top: 1px solid var(--line-strong); }.price-table > div { min-height: 76px; padding: 18px 0; display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); }.price-table strong { color: var(--navy); }.price-table span { color: var(--muted); }
.legal-hero { padding: clamp(60px,8vw,100px) 0; background: var(--paper-2); }.legal-hero h1 { color: var(--navy); }.legal-hero p:not(.eyebrow) { max-width: 760px; margin-top: 24px; color: var(--muted); font-size: 1.06rem; }.legal-hero small { margin-top: 24px; display: block; color: var(--muted); }.legal-layout { display: grid; grid-template-columns: 230px minmax(0,1fr); gap: clamp(45px,8vw,100px); align-items: start; }.legal-layout > aside { position: sticky; top: 120px; padding: 22px; display: flex; flex-direction: column; gap: 8px; background: var(--paper); border: 1px solid var(--line); font-size: .8rem; }.legal-layout > aside strong { color: var(--navy); }.legal-layout > aside span { color: var(--muted); }.legal-copy { max-width: 760px; }.legal-copy section + section { margin-top: 44px; padding-top: 44px; border-top: 1px solid var(--line); }.legal-copy h2 { color: var(--navy); font-family: var(--display); font-size: 2rem; }.legal-copy p { margin-top: 14px; color: var(--muted); }

.site-footer { padding: 72px 0 0; color: #dce3eb; background: #0f1c2d; }.footer-top { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: clamp(30px,5vw,70px); }.footer-brand p { max-width: 320px; margin-top: 18px; color: #aeb9c5; font-size: .86rem; }.footer-brand .brand { color: #fff; }.footer-col h2 { color: #f4a27d; font-family: var(--body); font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.footer-col ul { margin: 18px 0 0; padding: 0; list-style: none; }.footer-col li + li { margin-top: 9px; }.footer-col a { color: #c4ced9; font-size: .82rem; text-decoration: none; }.footer-col a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }.footer-bottom { margin-top: 58px; padding: 22px 0; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.13); color: #8f9dad; font-size: .72rem; }.footer-bottom a { color: inherit; }

/* Consent UI is part of the shared public system. */
#tp-cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 90; display: none; }
#tp-cookie-banner.show { display: block; }
#tp-cookie-banner .tp-cookie-box { max-width: 980px; margin: 0 auto; padding: 14px; color: #fff; background: rgba(15,28,45,.97); border: 1px solid rgba(255,255,255,.15); border-radius: 8px; box-shadow: 0 24px 70px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
#tp-cookie-banner .tp-cookie-title { margin: 0 0 4px; font-weight: 800; }
#tp-cookie-banner .tp-cookie-body { color: rgba(255,255,255,.82); font-size: .8rem; }
#tp-cookie-banner .tp-cookie-actions { margin-top: 9px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
#tp-cookie-banner button, #tp-cookie-banner a { min-height: 36px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; color: #fff; font-size: .75rem; font-weight: 800; text-decoration: none; cursor: pointer; }
#tp-cookie-banner .tp-accept { border: 1px solid var(--orange); background: var(--orange); }
#tp-cookie-banner .tp-reject { border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); }
#tp-cookie-banner .tp-policy { min-height: auto; padding: 0; }
#tp-cookie-manage { position: fixed; left: 18px; bottom: 18px; z-index: 89; display: none; min-height: 40px; padding: 0 14px; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 4px; font-size: .75rem; font-weight: 800; cursor: pointer; }
#tp-cookie-manage.show { display: inline-flex; align-items: center; }

/* Operational pages intentionally remain visually isolated. */
.page, .legacy-admin-booking-index { color: var(--ink); background: #eef1f4; font-family: var(--body); }.page-main { min-height: 60vh; padding: 48px 0 80px; }.hero, .card, .notice, .panel-card, .login-card, .hero-login, .form-field { box-sizing: border-box; }.hero, .card, .login-card, .hero-login { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }.hero + .card, .page-main .card { margin-top: 20px; }.hero__title, .hero-login-title { color: var(--navy); font-family: var(--display); font-size: clamp(2rem,4vw,3.4rem); line-height: 1.05; }.hero__lead, .section-lead, .meta, .helper { margin-top: 14px; color: var(--muted); }.section-kicker, .hero-login-kicker { color: var(--orange-dark); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }.button-row { margin-top: 20px; }.form-label { margin-bottom: 6px; display: block; color: var(--navy); font-weight: 750; }.form-input { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 5px; background: #fff; }.form-hint { margin-top: 6px; color: var(--muted); font-size: .78rem; }.button--secondary, .btn-ghost { color: var(--navy); background: #fff; border: 1px solid var(--line-strong); }.btn-primary, .button--primary { cursor: pointer; }

@media (max-width: 980px) {
  .desktop-nav, .header-phone { display: none; }.nav-inner { min-height: 68px; }.header-actions { margin-left: auto; }.mobile-nav { display: block; margin-left: 0; }
  .home-hero__grid { grid-template-columns: 1fr; }.home-hero__copy { max-width: 760px; padding-bottom: 0; }.booking-surface { max-width: 760px; width: 100%; justify-self: center; }
  .page-hero__grid, .content-layout, .price-layout, .split-feature { grid-template-columns: 1fr; }.service-promise { max-width: 650px; }.section-intro { position: static; }
  .journey-grid { grid-template-columns: 1fr 1fr; }.journey-card--primary { grid-row: span 2; }.faq-home { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }.footer-brand { grid-column: 1/-1; }
}
@media (max-width: 680px) {
  .shell, .lp-container, .container, .nav-inner { width: min(100% - 32px,var(--max)); }.brand-name { font-size: .84rem; }.brand-mark { width: 38px; height: 38px; }.header-book { display: none; }.home-hero { padding-top: 42px; }
  h1 { font-size: clamp(2.35rem,10.5vw,2.9rem); }h2 { font-size: clamp(2rem,9vw,2.8rem); }.booking-surface__head { align-items: flex-start; }.booking-surface__head small { max-width: 100px; text-align: right; }
  .proof-strip .shell { grid-template-columns: 1fr 1fr; }.proof-strip .shell > div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.13); }.proof-strip .shell > div { min-height: 96px; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }.service-rows a { grid-template-columns: 36px 1fr auto; gap: 12px; }.journey-grid { grid-template-columns: 1fr; }.journey-card, .journey-card--primary { min-height: 210px; grid-row: auto; }
  .page-hero { padding-top: 38px; }.page-hero__copy h1 { font-size: clamp(2.35rem,10.5vw,2.9rem); }.page-hero__lead { font-size: 1rem; }.service-promise { padding: 26px; }
  .button-row { width: 100%; }.button-row .button { width: 100%; }.cta-band__inner, .booking-help { align-items: stretch; flex-direction: column; }.booking-page { padding-top: 34px; }
  .price-table > div { grid-template-columns: 1fr; gap: 5px; }.legal-layout { grid-template-columns: 1fr; }.legal-layout > aside { position: static; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { flex-direction: column; }
  #tp-cookie-banner { left: 10px; right: 10px; bottom: 10px; }
  #tp-cookie-banner .tp-cookie-box { padding: 12px; }
  #tp-cookie-banner .tp-cookie-body { font-size: .73rem; }
  #tp-cookie-banner button, #tp-cookie-banner a { min-height: 34px; padding-inline: 10px; font-size: .7rem; }
}
@media (max-width: 430px) { .footer-top { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }

/* Homepage: mirrors Lund Taxi's booking-first composition and breakpoints. */
.page-home {
  --navy: #151a20;
  --ink: #151a20;
  --muted: #64696c;
  --paper: #f2efe8;
  --surface: #fbfaf6;
  --orange: #a64a29;
  --orange-dark: #7f321d;
  --orange-soft: #efd9cf;
  --line: rgba(21,26,32,.14);
  background: var(--paper);
}
.page-home .shell,
.page-home .nav-inner { width: min(1200px,calc(100% - 48px)); }
.page-home .site-header { position: absolute; inset: 0 0 auto; color: var(--ink); background: transparent; border-bottom: 0; backdrop-filter: none; }
.page-home .nav-inner { min-height: 84px; }
.page-home .home-hero { padding: 0; color: var(--ink); background: var(--paper); border-bottom: 1px solid var(--line); }
.page-home .home-hero__grid,
.page-home.booking-fold-open .home-hero__grid { display: grid; grid-template-columns: 1fr; align-items: start; gap: 34px; padding-top: 42px; padding-bottom: 48px; }
.page-home .home-hero__copy,
.page-home.booking-fold-open .home-hero__copy { max-width: none; margin-top: 80px; padding: 0; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: 8px 56px; align-items: center; }
.page-home .home-hero__copy .eyebrow { grid-column: 1/-1; margin: 0 0 8px; display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.page-home .home-hero__copy .eyebrow::before { content: ""; width: 28px; height: 2px; flex: 0 0 auto; background: currentColor; }
.page-home .home-hero__copy h1 { max-width: 750px; color: var(--ink); font-size: clamp(36px,3.9vw,54px); font-weight: 500; line-height: .98; letter-spacing: -.045em; }
.page-home .home-hero__copy > p:not(.eyebrow) { max-width: 440px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.page-home .hero-contact { display: none; }
.page-home .booking-surface--home,
.page-home.booking-fold-open .booking-surface--home { display: block; width: 100%; min-height: 0; aspect-ratio: auto; margin: 0; padding: 0; justify-self: auto; background: #fff; border: 1px solid #dce0da; border-radius: 14px; box-shadow: 0 16px 48px rgba(32,39,37,.043); overflow: hidden; scroll-margin-top: 100px; transition: none; }
.page-home .booking-surface--home iframe { border-radius: 0; background: #fff; }
.page-home .proof-strip { color: var(--ink); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-home .proof-strip .shell { min-height: 0; grid-template-columns: repeat(4,1fr); }
.page-home .proof-strip .shell > div { min-height: 0; padding: 28px 24px; border: 0; border-left: 1px solid var(--line); }
.page-home .proof-strip .shell > div:first-child { border-left: 0; }
.page-home .proof-strip strong { color: var(--ink); font-family: var(--body); font-size: 14px; font-weight: 750; letter-spacing: -.01em; }
.page-home .proof-strip span { margin-top: 3px; color: var(--muted); font-size: 12px; }

@media (min-width: 800px) and (max-width: 980px) {
  .page-home .home-hero__copy,
  .page-home.booking-fold-open .home-hero__copy { grid-template-columns: 1fr; gap: 12px; margin-top: 72px; }
  .page-home .home-hero__copy > p:not(.eyebrow) { max-width: 650px; }
  .page-home .home-hero__copy h1 { max-width: 720px; font-size: 40px; }
  .page-home .booking-surface--home { width: min(100%,680px); margin-inline: auto; }
}

@media (max-width: 799px) {
  .page-home .shell,
  .page-home .nav-inner { width: min(100% - 28px,1200px); }
  .page-home .site-header { position: sticky; inset: auto; top: 0; background: rgba(242,239,232,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
  .page-home .nav-inner { min-height: 74px; }
  .page-home .home-hero__grid,
  .page-home.booking-fold-open .home-hero__grid { gap: 22px; padding-top: 24px; padding-bottom: 64px; }
  .page-home .home-hero__copy,
  .page-home.booking-fold-open .home-hero__copy { margin-top: 0; grid-template-columns: 1fr; gap: 12px; }
  .page-home .home-hero__copy .eyebrow { margin-bottom: 0; font-size: 10px; }
  .page-home .home-hero__copy h1 { max-width: 540px; font-size: 34px; }
  .page-home .home-hero__copy > p:not(.eyebrow) { max-width: 650px; font-size: 14px; line-height: 1.55; }
  .page-home .proof-strip .shell { grid-template-columns: 1fr 1fr; }
  .page-home .proof-strip .shell > div { padding: 22px 18px; border-left: 0; border-bottom: 1px solid var(--line); }
  .page-home .proof-strip .shell > div:nth-child(even) { border-left: 1px solid var(--line); }
  .page-home .proof-strip .shell > div:nth-child(n+3) { border-bottom: 0; }
}
