:root {
    --navy: #0b2130;
    --navy-2: #102d3f;
    --ink: #15242e;
    --slate: #52636c;
    --cream: #f5f0e7;
    --paper: #fffdf8;
    --amber: #e9a72f;
    --amber-dark: #bb7710;
    --line: #d9d4ca;
    --green: #2f7459;
    --white: #fff;
    --shadow: 0 22px 60px rgba(8, 29, 42, .14);
    --radius: 4px;
    --container: 1180px;
    --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--font-sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--navy); font-weight: 800; }
.skip-link:focus { transform: none; }
[id] { scroll-margin-top: 18px; }

.business-bar { background: #071824; color: #bac7ce; font-size: .73rem; letter-spacing: .11em; text-transform: uppercase; }
.business-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.business-bar__rule { width: 1px; height: 12px; background: #48606f; }

.site-header { position: absolute; top: 34px; inset-inline: 0; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; }
.brand__mark { width: 41px; height: 41px; display: grid; place-items: center; color: var(--amber); border: 1px solid rgba(233,167,47,.7); font-weight: 900; }
.brand__mark svg { width: 28px; fill: currentColor; }
.brand strong, .brand small { display: block; line-height: 1.15; }
.brand strong { font-size: .96rem; color: var(--white); }
.brand small { margin-top: 4px; color: #b7c4cb; font-size: .6rem; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav > a { color: rgba(255,255,255,.84); text-decoration: none; font-size: .83rem; font-weight: 700; letter-spacing: .04em; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { color: var(--amber); }
.menu-button { display: none; width: 46px; height: 46px; border: 0; background: transparent; color: white; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: currentColor; }

.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; font-weight: 900; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--amber { background: var(--amber); color: #102230 !important; }
.button--amber:hover { background: #f4b847; }
.button--ghost { border-color: rgba(255,255,255,.5); color: var(--white); background: rgba(8,29,42,.15); }
.button--ghost:hover { background: var(--white); color: var(--navy); }
.button--small { min-height: 41px; padding-inline: 18px; font-size: .68rem; }
.button--full { width: 100%; border: 0; }
.button:disabled { cursor: not-allowed; opacity: .58; transform: none; }

.hero { position: relative; min-height: 760px; height: min(89vh, 900px); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--navy); }
.hero__media, .hero__overlay { position: absolute; inset: 0; }
.hero__media { background: url("hero-mobile.png") center 45% / cover no-repeat; transform: scale(1.01); }
.hero__overlay { background: linear-gradient(90deg, rgba(5,22,32,.96) 0%, rgba(5,22,32,.84) 42%, rgba(5,22,32,.2) 73%, rgba(5,22,32,.1) 100%), linear-gradient(0deg, rgba(5,22,32,.55), transparent 50%); }
.hero__content { position: relative; z-index: 2; padding-top: 105px; }
.eyebrow { margin: 0 0 18px; color: var(--amber); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 36px; height: 2px; margin: 0 13px 3px 0; background: currentColor; }
.eyebrow--dark { color: var(--amber-dark); }
.hero h1, .section h2, .share-section h2 { margin: 0; font-family: var(--font-sans); font-weight: 750; line-height: 1.02; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; font-size: clamp(3.6rem, 7.2vw, 6.7rem); }
.hero h1 em { color: var(--amber); font-style: normal; font-weight: 750; }
.hero__lead { max-width: 590px; margin: 27px 0 31px; color: #d7e0e4; font-size: clamp(1.03rem, 1.5vw, 1.19rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 26px; margin: 35px 0 0; padding: 0; list-style: none; color: #d8e1e5; font-size: .8rem; font-weight: 650; }
.hero__proof span { margin-right: 7px; color: var(--amber); }
.hero__location { position: absolute; right: max(30px, calc((100vw - var(--container)) / 2)); bottom: 37px; z-index: 2; display: flex; align-items: center; gap: 12px; padding-left: 20px; border-left: 2px solid var(--amber); }
.hero__location > span:first-child { color: var(--amber); font-size: 1.8rem; }
.hero__location small, .hero__location strong { display: block; }
.hero__location small { color: #9eb0ba; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.hero__location strong { font-size: .85rem; }

.trust-strip { color: var(--white); background: var(--navy-2); border-top: 1px solid rgba(255,255,255,.08); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 26px 25px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid div:first-child { padding-left: 0; }
.trust-grid div:last-child { border: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: var(--font-sans); font-size: 1rem; font-weight: 750; }
.trust-grid span { color: #9fb0b9; font-size: .72rem; }

.section { padding: 115px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.section h2, .share-section h2 { font-size: clamp(2.7rem, 5vw, 4.5rem); }
.section-heading > p { max-width: 480px; margin: 0 0 4px; color: var(--slate); }
.services { background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cfc8bc; border-left: 1px solid #cfc8bc; }
.service-card { min-height: 350px; position: relative; padding: 35px 31px 29px; border-right: 1px solid #cfc8bc; border-bottom: 1px solid #cfc8bc; background: rgba(255,255,255,.34); transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 2; background: var(--paper); transform: translateY(-4px); box-shadow: 0 15px 30px rgba(22,36,46,.08); }
.service-card__number { color: var(--amber-dark); font-size: .72rem; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: 31px 0 12px; font: 750 1.42rem/1.2 var(--font-sans); letter-spacing: -.02em; }
.service-card > p { min-height: 78px; margin: 0; color: var(--slate); font-size: .89rem; }
.service-card dl { margin: 23px 0; padding-top: 18px; border-top: 1px solid var(--line); }
.service-card dl div { display: flex; justify-content: space-between; gap: 15px; }
.service-card dt { color: var(--slate); font-size: .74rem; }
.service-card dd { margin: 0; font-size: .78rem; font-weight: 850; }
.text-link { padding: 0; border: 0; background: none; color: var(--navy); cursor: pointer; font-size: .73rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.text-link span { color: var(--amber-dark); margin-left: 7px; }
.price-note { margin: 20px 0 0; color: var(--slate); font-size: .74rem; }

.booking-section { color: var(--white); background: var(--navy); }
.booking-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(45px, 7vw, 100px); align-items: start; }
.booking-intro { position: sticky; top: 35px; padding-top: 17px; }
.booking-intro h2 { max-width: 450px; }
.booking-intro > p:not(.eyebrow) { max-width: 440px; color: #b8c6cd; }
.booking-assurance { display: flex; gap: 16px; margin-top: 42px; padding: 24px 0; border-top: 1px solid #355061; border-bottom: 1px solid #355061; }
.booking-assurance__icon { flex: 0 0 32px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(233,167,47,.14); color: var(--amber); font-weight: 900; }
.booking-assurance strong { font-family: var(--font-sans); font-weight: 750; }
.booking-assurance p { margin: 3px 0 0; color: #9fb0b9; font-size: .78rem; }
.booking-contact { margin-top: 24px; display: flex; gap: 15px; color: #93a6b0; font-size: .82rem; }
.booking-contact a { color: var(--amber); font-weight: 800; }
.booking-card { padding: clamp(26px, 4vw, 48px); color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.form-step { display: flex; align-items: center; gap: 12px; margin: 31px 0 17px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.form-step:first-of-type { margin-top: 0; }
.form-step span { width: 27px; height: 27px; display: grid; place-items: center; color: var(--amber-dark); background: #f3ead9; font-size: .65rem; font-weight: 900; }
.form-step h3 { margin: 0; font: 750 1.14rem/1.3 var(--font-sans); letter-spacing: -.015em; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .72rem; font-weight: 850; letter-spacing: .035em; }
.field label span { color: #809099; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 47px; border: 1px solid #c9c7c0; border-radius: 2px; background: white; color: var(--ink); padding: 10px 12px; outline: none; }
.field textarea { min-height: 85px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--amber-dark); box-shadow: 0 0 0 3px rgba(233,167,47,.16); }
.field-help { color: #75858d; font-size: .68rem; }
#address-autocomplete:empty { display: none; }
#address-autocomplete gmp-place-autocomplete { width: 100%; min-height: 48px; color-scheme: light; }
.route-preview { margin-top: 15px; border: 1px solid #c9c7c0; background: white; overflow: hidden; }
.route-preview__summary { padding: 13px 15px; color: #234f3d; background: #e7f1eb; font-size: .78rem; font-weight: 800; }
.route-preview__summary.is-error { color: #862e23; background: #f7e8e5; }
.route-map { width: 100%; height: 230px; background: #e5e8e8; }
.route-map:empty { display: none; }
.route-preview > p { margin: 0; padding: 10px 14px; color: #74838b; font-size: .65rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field--wide { grid-column: 1 / -1; }
.website-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.service-summary { margin-top: 12px; padding: 12px 14px; color: #3c584c; background: #eaf2ed; font-size: .77rem; font-weight: 700; }
.slot-loading { padding: 18px 0; color: var(--slate); font-size: .84rem; }
.date-list, .time-list { display: grid; gap: 8px; }
.date-list { grid-template-columns: repeat(4, 1fr); }
.time-list { grid-template-columns: repeat(4, 1fr); margin-top: 12px; }
.slot-button { min-height: 58px; padding: 7px; border: 1px solid #c9c7c0; background: var(--white); color: var(--ink); cursor: pointer; text-align: center; transition: .15s ease; }
.slot-button span, .slot-button small { display: block; }
.slot-button span { font-weight: 850; font-size: .79rem; }
.slot-button small { color: var(--slate); font-size: .65rem; }
.slot-button:hover, .slot-button:focus-visible { border-color: var(--amber-dark); }
.slot-button.is-selected { border-color: var(--amber-dark); background: #f6e8cb; box-shadow: inset 0 0 0 1px var(--amber-dark); }
.time-list .slot-button { min-height: 42px; font-size: .74rem; font-weight: 800; }
.consent { display: flex; gap: 9px; margin: 19px 0; color: var(--slate); font-size: .74rem; }
.consent input { margin-top: 5px; accent-color: var(--amber-dark); }
.form-fineprint { margin: 11px 0 0; color: #7c8b92; text-align: center; font-size: .66rem; }
.form-status { margin-bottom: 20px; padding: 14px 16px; border: 1px solid #8cb7a1; background: #e5f1ea; color: #1e573d; font-size: .83rem; }
.form-status.is-error { border-color: #d89c91; background: #f7e8e5; color: #862e23; }
.form-status a { display:inline-block; margin-top:7px; color:inherit; font-weight:900; }

.reviews { background: var(--paper); }
.rating-summary { display: flex; justify-content: flex-end; align-items: center; gap: 14px; }
.rating-summary > strong { font: 750 3.1rem/1 var(--font-sans); letter-spacing: -.04em; }
.rating-summary span, .rating-summary small { display: block; }
.rating-summary b, .stars { color: var(--amber-dark); letter-spacing: .11em; }
.rating-summary small { color: var(--slate); font-size: .67rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.review-card { margin: 0; padding: 35px; border: 1px solid var(--line); }
.review-card + .review-card { border-left: 0; }
.review-card--feature { color: var(--white); background: var(--navy-2); transform: translateY(-13px); box-shadow: var(--shadow); }
.review-card blockquote { min-height: 145px; margin: 20px 0 28px; font: 500 1.06rem/1.65 var(--font-sans); }
.review-card figcaption { display: flex; gap: 12px; align-items: center; }
.review-card figcaption > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--amber); font-size: .66rem; font-weight: 900; }
.review-card figcaption strong, .review-card figcaption small { display: block; }
.review-card figcaption small { color: #74858d; font-size: .66rem; }
.review-card--feature figcaption small { color: #9fb0b9; }

.share-section { padding: 65px 0; color: var(--white); background: var(--amber-dark); }
.share-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; }
.share-section .eyebrow { color: var(--navy); }
.share-section h2 { max-width: 700px; font-size: clamp(2rem, 4vw, 3.5rem); }
.share-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.share-button { min-width: 110px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; cursor: pointer; font-size: .72rem; font-weight: 850; }
.share-button:hover, .share-button:focus-visible { background: white; color: var(--navy); }

.site-footer { padding-top: 72px; color: #aab9c1; background: #071824; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr .65fr; gap: 55px; padding-bottom: 55px; }
.brand--footer .brand__mark { font-family: var(--font-sans); }
.footer-grid > div:first-child p { max-width: 315px; font-size: .8rem; }
.footer-grid h2 { margin: 5px 0 18px; color: white; font: 750 1rem/1.3 var(--font-sans); }
.footer-grid a, .footer-grid span { display: block; margin: 7px 0; color: #aab9c1; text-decoration: none; font-size: .76rem; }
.footer-grid a:hover { color: var(--amber); }
.footer-bottom { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #27404f; font-size: .66rem; }
.mobile-book { display: none; transition: opacity .18s ease, visibility .18s ease, transform .18s ease; }
.mobile-book.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); }

@media (max-width: 980px) {
    .site-nav { gap: 17px; }
    .site-nav > a:not(.button) { display: none; }
    .hero { min-height: 700px; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .booking-layout { grid-template-columns: 1fr; }
    .booking-intro { position: static; }
    .review-grid { grid-template-columns: 1fr; gap: 12px; }
    .review-card + .review-card { border-left: 1px solid var(--line); }
    .review-card--feature { transform: none; }
    .share-inner { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-grid > div:last-child { display: none; }
}

@media (max-width: 700px) {
    .container { width: min(calc(100% - 30px), var(--container)); }
    .business-bar__inner { justify-content: center; font-size: .7rem; }
    .site-header { top: 34px; }
    .nav-wrap { min-height: 70px; }
    .site-nav { position: fixed; top: 104px; right: max(15px, env(safe-area-inset-right)); left: max(15px, env(safe-area-inset-left)); display: none; max-height: calc(100dvh - 120px); overflow-y: auto; padding: 22px; color: var(--navy); background: white; box-shadow: var(--shadow); }
    .site-nav.is-open { display: grid; }
    .site-nav > a:not(.button) { display: block; color: var(--navy); font-size: .95rem; }
    .menu-button { display: block; }
    .hero { min-height: max(680px, 100svh); height: auto; align-items: flex-end; padding-bottom: 68px; }
    .hero__media { background-position: 65% center; }
    .hero__overlay { background: linear-gradient(0deg, rgba(5,22,32,.98) 5%, rgba(5,22,32,.82) 63%, rgba(5,22,32,.3) 100%); }
    .hero__content { padding-top: 150px; }
    .hero h1 { font-size: clamp(2.75rem, 14.5vw, 4.4rem); }
    .hero__lead { margin-block: 20px 24px; }
    .hero__proof { gap: 9px 16px; margin-top: 27px; }
    .hero__location { display: none; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid div { padding: 19px 12px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .trust-grid div:first-child { padding-left: 12px; }
    .section { padding: 80px 0; }
    .section-heading--split { grid-template-columns: 1fr; gap: 20px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; }
    .service-card > p { min-height: 0; }
    .date-list { grid-template-columns: repeat(2, 1fr); }
    .time-list { grid-template-columns: repeat(3, 1fr); }
    .field-grid { grid-template-columns: 1fr; }
    .field--wide { grid-column: auto; }
    .booking-card { margin-inline: -15px; }
    .field input, .field select, .field textarea { font-size: 16px; }
    .form-fineprint, .field-help, .route-preview > p, .price-note { font-size: .75rem; }
    .button, .share-button, .text-link { font-size: .75rem; }
    .brand small, .slot-button small, .rating-summary small, .review-card figcaption small, .footer-bottom { font-size: .72rem; }
    #address-autocomplete gmp-place-autocomplete { min-width: 0; font-size: 16px; }
    .route-map { height: 200px; }
    .rating-summary { justify-content: flex-start; }
    .share-actions { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-grid > div:last-child { display: block; }
    .footer-bottom { min-height: 90px; flex-direction: column; align-items: flex-start; justify-content: center; padding-bottom: 70px; }
    .mobile-book { position: fixed; z-index: 50; right: max(12px, env(safe-area-inset-right)); bottom: max(12px, env(safe-area-inset-bottom)); left: max(12px, env(safe-area-inset-left)); display: grid; place-items: center; min-height: 51px; color: var(--navy); background: var(--amber); box-shadow: 0 12px 28px rgba(5,22,32,.35); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 900; }
}

@media (max-width: 420px) {
    .business-bar__rule, .business-bar__inner span:first-child { display: none; }
    .hero__actions .button { width: 100%; }
    .hero__proof li:last-child { display: none; }
    .time-list { grid-template-columns: repeat(2, 1fr); }
    .share-actions { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
    .container { width: min(calc(100% - 22px), var(--container)); }
    .brand { gap: 8px; letter-spacing: .08em; }
    .brand__mark { width: 36px; height: 36px; }
    .hero__content { padding-top: 135px; }
    .hero h1 { font-size: 2.65rem; }
    .booking-card { margin-inline: -11px; padding-inline: 19px; }
}

@media (max-height: 600px) and (orientation: landscape) {
    .hero { min-height: 560px; padding-block: 150px 45px; }
    .hero__content { padding-top: 0; }
    .hero__proof { display: none; }
    .hero h1 { font-size: clamp(2.7rem, 8vw, 4.2rem); }
}

@media (pointer: coarse) {
    .button, .menu-button, .slot-button, .share-button, .text-link { min-height: 44px; }
    .service-card:hover, .button:hover { transform: none; }
}

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