:root {
  --blue: #00237a;
  --blue-dark: #00237a;
  --blue-deep: #001b5c;
  --yellow: #ed1015;
  --yellow-soft: #34b9f7;
  --ink: #0c255b;
  --muted: #58708c;
  --line: #d6e7f7;
  --surface: #f7fbff;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(0, 35, 122, 0.1);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 48px)); 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; z-index: 100; top: -60px; left: 20px; padding: 10px 16px; background: var(--yellow); color: var(--blue-deep); font-weight: 800; border-radius: 0 0 8px 8px; transition: top .2s; }
.skip-link:focus { top: 0; }

.topbar { background: var(--blue-deep); color: rgba(255,255,255,.78); font-size: 12px; letter-spacing: .03em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-location, .topbar-hours { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 14px; height: 14px; stroke: var(--yellow-soft); stroke-width: 1.7; }
.status-dot { display: inline-block; width: 7px; height: 7px; background: var(--yellow-soft); border-radius: 50%; box-shadow: 0 0 0 4px rgba(52,185,247,.18); }

.site-header { position: absolute; z-index: 10; inset: 34px 0 auto; color: var(--white); transition: background .25s, box-shadow .25s, color .25s; }
.site-header.is-scrolled { position: fixed; inset: 0 0 auto; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 8px 25px rgba(0, 35, 122, .08); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; padding: 6px 9px; border-radius: 9px; background: rgba(255,255,255,.94); color: var(--blue-deep); box-shadow: 0 5px 18px rgba(0,35,122,.1); }
.brand-logo { display: block; width: 178px; height: auto; }
.site-header.is-scrolled .brand { padding: 0; background: transparent; box-shadow: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--yellow); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-type { display: grid; line-height: 1.08; }
.brand-type strong { font-size: 18px; letter-spacing: -.03em; }
.brand-type small { margin-top: 4px; color: currentColor; opacity: .66; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); font-size: 13px; font-weight: 650; }
.primary-nav > a:not(.nav-cta) { position: relative; opacity: .82; transition: opacity .2s; }
.primary-nav > a:not(.nav-cta):after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--yellow-soft); transition: right .2s; }
.primary-nav > a:not(.nav-cta):hover, .primary-nav > a:not(.nav-cta):focus-visible { opacity: 1; }
.primary-nav > a:not(.nav-cta):hover:after, .primary-nav > a:not(.nav-cta):focus-visible:after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 17px; border-radius: 99px; background: var(--blue); color: var(--white); font-weight: 800; transition: transform .2s, background .2s; }
.nav-cta:hover { transform: translateY(-2px); background: var(--yellow-soft); color: var(--blue-deep); }
.nav-cta svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nav-toggle { display: none; border: 0; background: transparent; color: currentColor; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: min(780px, 86vh); display: flex; align-items: center; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .82; }
.hero-shade { background: linear-gradient(90deg, rgba(0,27,92,.91) 0%, rgba(0,35,122,.77) 36%, rgba(0,35,122,.2) 75%, rgba(0,35,122,.15) 100%), linear-gradient(0deg, rgba(0,27,92,.56), transparent 40%); }
.hero:after { content: ""; position: absolute; z-index: 1; width: 46vw; height: 46vw; right: -17vw; bottom: -30vw; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 46px rgba(255,255,255,.035), 0 0 0 92px rgba(255,255,255,.025); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding-top: 80px; padding-bottom: 96px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 29px; height: 2px; background: var(--yellow); }
.eyebrow-light { color: rgba(255,255,255,.82); }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(48px, 7.3vw, 94px); line-height: .98; letter-spacing: -.065em; font-weight: 780; }
h1 em, h2 em { color: var(--yellow-soft); font-style: normal; }
.hero-copy { max-width: 480px; margin: 28px 0 30px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 47px; padding: 12px 20px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); }
.button-primary:hover { background: var(--yellow-soft); color: var(--blue-deep); }
.button-ghost { border-color: rgba(255,255,255,.44); color: var(--white); }
.button-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.75); }
.button-light { background: var(--white); color: var(--blue-deep); }
.button-dark { background: var(--blue-deep); color: var(--white); }
.button-dark:hover { background: var(--blue); }
.button-yellow { background: var(--yellow); color: var(--white); border: 0; }
.button-yellow:hover { background: var(--blue); }
.button-small { min-height: 37px; padding: 8px 13px; font-size: 12px; }
.hero-review { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: rgba(255,255,255,.7); font-size: 12px; }
.hero-review strong { color: var(--white); }
.review-separator { color: rgba(255,255,255,.4); }
.stars { color: var(--yellow-soft); letter-spacing: 1px; white-space: nowrap; }
.stars b { color: rgba(255,255,255,.38); font-weight: inherit; }
.hero-scroll { position: absolute; z-index: 2; right: 48px; bottom: 33px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 45px; background: var(--yellow); }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--white); color: var(--blue-deep); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 13px; min-height: 85px; padding: 16px 22px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--yellow-soft); border-radius: 50%; color: var(--blue); font-size: 16px; }
.trust-item div { display: grid; line-height: 1.2; }
.trust-item strong { font-size: 13px; }
.trust-item div span { margin-top: 4px; opacity: .72; font-size: 11px; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading, .gallery-heading, .location-heading { display: grid; grid-template-columns: 1.06fr .94fr; align-items: end; gap: 70px; }
h2 { margin: 0; color: var(--blue-deep); font-size: clamp(38px, 5vw, 63px); line-height: 1.02; letter-spacing: -.06em; font-weight: 760; }
.section-intro { max-width: 430px; margin: 0 0 4px auto; color: var(--muted); font-size: 16px; line-height: 1.7; }
.offer-grid { display: grid; grid-template-columns: 1.22fr 1fr 1fr; gap: 18px; }
.offer-card { position: relative; min-height: 430px; padding: 0 31px 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; overflow: hidden; }
.offer-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(0,35,122,.25); }
.offer-card-featured { background: var(--blue); color: var(--white); border-color: var(--blue); }
.offer-number { position: absolute; z-index: 2; top: 16px; right: 21px; padding: 4px 8px; border-radius: 99px; background: rgba(0,35,122,.82); color: var(--white); font-size: 11px; font-weight: 800; }
.offer-card-image { width: calc(100% + 62px); height: 150px; margin: 0 -31px 25px; overflow: hidden; background: #dff3ff; }
.offer-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.offer-card:hover .offer-card-image img { transform: scale(1.04); }
.offer-card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 24px; border-radius: 12px; background: rgba(0,35,122,.1); color: var(--blue); }
.offer-card-featured .offer-card-icon { background: rgba(52,185,247,.16); color: var(--yellow-soft); }
.offer-card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.offer-card h3 { max-width: 230px; margin: 0 0 13px; font-size: 21px; line-height: 1.2; letter-spacing: -.035em; }
.offer-card p { max-width: 295px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.offer-card-featured p { color: rgba(255,255,255,.71); }
.text-link { position: absolute; right: 31px; bottom: 29px; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800; }
.offer-card-featured .text-link { color: var(--yellow-soft); }
.text-link span { font-size: 17px; line-height: 0; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }

.section-about { background: #eef6ff; }
.about-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(56px, 9vw, 126px); }
.about-media { position: relative; padding: 0 26px 26px 0; }
.about-media:after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; width: 76%; height: 74%; border: 1px solid var(--yellow); border-radius: var(--radius); }
.about-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: .9; object-fit: cover; border-radius: var(--radius); }
.image-badge { position: absolute; z-index: 2; right: -16px; top: 45px; display: grid; min-width: 112px; padding: 17px 16px; border-radius: 11px; background: var(--yellow-soft); color: var(--blue-deep); box-shadow: 0 12px 25px rgba(0,27,92,.14); }
.image-badge strong { font-size: 30px; line-height: 1; letter-spacing: -.05em; }
.image-badge strong span { font-size: 17px; vertical-align: 5px; }
.image-badge small { margin-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-content { max-width: 510px; }
.about-content > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.75; }
.about-content h2 { margin-bottom: 27px; }
.about-signature { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--blue); font-size: 12px; font-weight: 800; }
.signature-line { width: 32px; height: 2px; background: var(--yellow); }

.gallery-section { background: var(--white); }
.gallery-grid { display: grid; grid-template-columns: 1.22fr .78fr .78fr; grid-template-rows: 215px 215px; gap: 15px; }
.gallery-item { margin: 0; overflow: hidden; border-radius: 14px; background: #dff3ff; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-main { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.section-reviews { position: relative; overflow: hidden; background: var(--blue); color: var(--white); }
.section-reviews:after { content: ""; position: absolute; width: 500px; height: 500px; right: -185px; top: -250px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 68px rgba(255,255,255,.025); }
.reviews-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.reviews-score h2 { color: var(--white); }
.rating-large { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 16px; margin: 32px 0; }
.rating-large strong { grid-row: span 2; font-size: 66px; line-height: .9; letter-spacing: -.08em; }
.rating-large .stars { font-size: 18px; }
.rating-large small { color: rgba(255,255,255,.7); font-size: 12px; }
.review-note { position: relative; max-width: 420px; justify-self: end; padding: 40px; border: 1px solid rgba(255,255,255,.23); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.quote-mark { display: block; height: 46px; color: var(--yellow-soft); font-family: Georgia, serif; font-size: 74px; line-height: .88; }
.review-note p { margin: 0; color: rgba(255,255,255,.83); font-size: 20px; line-height: 1.55; letter-spacing: -.02em; }
.review-note-footer { display: flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--yellow-soft); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.review-line { width: 29px; height: 2px; background: var(--yellow-soft); }

.section-location { background: var(--surface); }
.location-heading { margin-bottom: 48px; }
.location-blurb { max-width: 500px; margin: 22px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.location-heading .button { margin-bottom: 5px; justify-self: end; }
.location-grid { display: grid; grid-template-columns: .73fr 1.27fr; gap: 18px; }
.hours-card, .map-card { min-height: 460px; border-radius: var(--radius); overflow: hidden; }
.hours-card { padding: 34px 34px 28px; background: var(--white); border: 1px solid var(--line); }
.card-kicker { display: flex; align-items: center; gap: 11px; padding-bottom: 21px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.card-icon { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--yellow-soft); border-radius: 50%; color: var(--blue); font-size: 16px; }
.hours-list { padding: 12px 0; }
.hours-list > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; color: var(--muted); font-size: 13px; }
.hours-list strong { color: var(--blue-deep); font-size: 13px; font-weight: 750; }
.hours-list .closed strong { color: #a0abb1; }
.hours-note { display: inline-flex; align-items: center; gap: 10px; margin-top: 12px; padding: 9px 12px; border-radius: 6px; background: #eef9ff; color: var(--blue); font-size: 11px; font-weight: 750; }
.map-card { position: relative; background: #e3f5ff; }
.map-placeholder { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, rgba(255,255,255,.66), rgba(227,245,255,.9) 57%), repeating-linear-gradient(135deg, transparent 0 35px, rgba(0,35,122,.06) 36px 37px); }
.map-placeholder:before, .map-placeholder:after { content: ""; position: absolute; background: rgba(0,35,122,.1); transform: rotate(34deg); }
.map-placeholder:before { width: 130%; height: 1px; }
.map-placeholder:after { width: 1px; height: 130%; transform: rotate(62deg); }
.map-placeholder iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-placeholder-content { position: relative; z-index: 1; display: grid; justify-items: center; gap: 5px; padding: 24px; text-align: center; }
.map-pin { display: grid; place-items: center; width: 55px; height: 55px; margin-bottom: 8px; border-radius: 50%; background: var(--yellow-soft); box-shadow: 0 8px 20px rgba(0,27,92,.13); }
.map-pin svg { width: 25px; height: 25px; fill: none; stroke: var(--blue-deep); stroke-width: 1.7; }
.map-placeholder-content strong { color: var(--blue-deep); font-size: 22px; letter-spacing: -.04em; }
.map-placeholder-content > span:not(.map-pin) { color: var(--muted); font-size: 13px; }
.map-placeholder-content .button { margin-top: 17px; }
.map-placeholder-content small { max-width: 245px; margin-top: 6px; color: var(--muted); font-size: 10px; }
.noscript-map { position: absolute; inset: auto 20px 20px; z-index: 3; padding: 12px; background: var(--white); text-align: center; }

.section-contact { position: relative; overflow: hidden; background: var(--blue-deep); color: var(--white); }
.section-contact:before { content: ""; position: absolute; width: 45vw; height: 45vw; top: -28vw; left: -18vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.025); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow):not(.contact-address) { max-width: 390px; margin: 27px 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.phone-link { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.phone-icon { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--yellow-soft); border-radius: 50%; color: var(--yellow-soft); }
.phone-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.phone-link span:last-child { display: grid; line-height: 1.2; }
.phone-link small { color: var(--yellow-soft); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.phone-link strong { margin-top: 6px; font-size: 17px; }
.contact-address { margin: 31px 0 0; padding-left: 55px; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.7; }
.contact-form { padding: 34px; border-radius: var(--radius); background: var(--white); color: var(--ink); }
.form-heading { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 27px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading span:last-child { color: var(--muted); font-weight: 650; letter-spacing: .05em; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--blue-deep); font-size: 11px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 6px; outline: 0; padding: 12px 13px; background: #fbfdff; color: var(--ink); font-size: 14px; font-weight: 450; resize: vertical; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { min-height: 110px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a2adb3; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,35,122,.12); }
.contact-form .button { width: 100%; margin-top: 2px; }
.form-note { margin: 14px 0 0; color: #849198; font-size: 10px; line-height: 1.5; }
.form-success { margin: 12px 0 0; padding: 10px 12px; border-radius: 6px; background: #eef9ff; color: var(--blue); font-size: 12px; line-height: 1.45; }

.site-footer { background: #00194f; color: rgba(255,255,255,.7); }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding: 70px 0 62px; }
.brand-inverse { color: var(--blue-deep); }
.footer-brand > p { max-width: 250px; margin: 19px 0 0 53px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.6; }
.footer-links { display: flex; gap: clamp(65px, 9vw, 130px); }
.footer-links > div { display: grid; align-content: start; gap: 8px; min-width: 115px; font-size: 12px; }
.footer-links a:hover { color: var(--yellow-soft); }
.footer-links span:not(.footer-label) { color: rgba(255,255,255,.55); }
.footer-label { margin-bottom: 7px; color: var(--yellow-soft); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding: 17px 0 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.37); font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }
.footer-bottom a:hover { color: var(--white); }

.legal-section { background: var(--white); scroll-margin-top: 90px; }
.legal-alt { background: #eef6ff; }
.legal-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 48px; padding-bottom: 48px; cursor: pointer; list-style: none; }
.legal-summary::-webkit-details-marker { display: none; }
.legal-summary > span:first-child { display: grid; gap: 10px; }
.legal-summary .eyebrow { margin: 0; }
.legal-title { color: var(--blue-deep); font-size: clamp(36px, 4vw, 52px); font-weight: 760; line-height: 1.02; letter-spacing: -.06em; }
.legal-toggle { position: relative; display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.legal-toggle span { position: absolute; width: 17px; height: 2px; background: var(--blue); transition: transform .2s; }
.legal-toggle span:last-child { transform: rotate(90deg); }
.legal-details[open] .legal-toggle span:last-child { transform: rotate(0); }
.legal-details[open] .legal-summary { padding-bottom: 28px; }
.legal-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.legal-details-content { padding-bottom: 85px; }
.legal-copy { max-width: 690px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.legal-copy h3 { margin: 0 0 7px; color: var(--blue-deep); font-size: 16px; }
.legal-copy p { margin: 0 0 19px; }
.legal-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-placeholder { padding: 13px 16px; border-left: 3px solid var(--yellow); background: #fff0f1; color: #7c1b1e; }

.cookie-notice { position: fixed; z-index: 20; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 25px; max-width: 590px; padding: 17px 18px 17px 20px; border: 1px solid rgba(0,35,122,.16); border-radius: 13px; background: rgba(255,255,255,.97); box-shadow: 0 15px 45px rgba(0,27,92,.17); color: var(--ink); backdrop-filter: blur(12px); }
.cookie-notice strong { color: var(--blue-deep); font-size: 12px; }
.cookie-notice p { max-width: 350px; margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.cookie-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.cookie-close { padding: 4px; border: 0; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; }
.cookie-close:hover { color: var(--blue-deep); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 700px); }
  .primary-nav { gap: 18px; }
  .section { padding: 88px 0; }
  .split-heading, .gallery-heading, .location-heading { gap: 35px; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .offer-card-featured { grid-column: span 2; min-height: 290px; }
  .about-grid, .reviews-grid, .contact-grid { gap: 55px; }
  .location-grid { grid-template-columns: 1fr 1.35fr; }
  .contact-grid { grid-template-columns: 1fr 1.15fr; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, 540px); }
  .topbar-inner { min-height: 31px; font-size: 10px; }
  .topbar-location { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .topbar-hours { flex-shrink: 0; }
  .site-header { inset: 31px 0 auto; }
  .site-header.is-scrolled { inset: 0 0 auto; }
  .header-inner { min-height: 70px; }
  .brand { padding: 5px 7px; border-radius: 7px; }
  .brand-logo { width: 144px; }
  .primary-nav { position: absolute; top: 70px; left: 0; right: 0; display: grid; gap: 0; padding: 8px 16px 18px; background: var(--white); color: var(--blue-deep); box-shadow: 0 15px 25px rgba(0,35,122,.12); transform: translateY(-145%); visibility: hidden; transition: transform .25s, visibility .25s; }
  .primary-nav.is-open { transform: translateY(0); visibility: visible; }
  .primary-nav > a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .primary-nav > a:last-child { margin-top: 9px; border: 0; }
  .primary-nav > a:not(.nav-cta):after { display: none; }
  .nav-cta { justify-content: center; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 710px; align-items: flex-end; }
  .hero-media img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,27,92,.94) 0%, rgba(0,35,122,.62) 58%, rgba(0,35,122,.2) 100%); }
  .hero-content { padding-top: 120px; padding-bottom: 94px; }
  .hero h1 { font-size: clamp(47px, 14vw, 75px); }
  .hero-copy { margin: 21px 0 24px; font-size: 16px; }
  .hero-review { flex-wrap: wrap; margin-top: 24px; gap: 7px 9px; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item, .trust-item:first-child { min-height: 72px; padding: 13px 10px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .trust-item strong { font-size: 12px; }
  .trust-item div span { font-size: 10px; }
  .section { padding: 74px 0; }
  .split-heading, .gallery-heading, .location-heading, .about-grid, .reviews-grid, .location-grid, .contact-grid, .legal-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { margin-bottom: 35px; }
  h2 { font-size: clamp(39px, 11vw, 57px); }
  .section-intro { margin: 0; font-size: 15px; }
  .offer-grid { grid-template-columns: 1fr; gap: 12px; }
  .offer-card-featured { grid-column: auto; }
  .offer-card { min-height: 405px; padding: 0 26px 26px; }
  .offer-card-image { width: calc(100% + 52px); height: 142px; margin: 0 -26px 24px; }
  .offer-card-icon { margin-bottom: 24px; }
  .text-link { right: 26px; bottom: 25px; }
  .about-grid { gap: 50px; }
  .about-media { padding-right: 16px; padding-bottom: 16px; }
  .image-badge { right: -7px; top: 25px; min-width: 99px; padding: 13px; }
  .image-badge strong { font-size: 26px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 150px; gap: 10px; }
  .gallery-main { grid-row: auto; grid-column: span 2; }
  .gallery-wide { grid-column: auto; }
  .reviews-grid { gap: 45px; }
  .rating-large { margin: 26px 0; }
  .review-note { justify-self: stretch; padding: 27px; }
  .review-note p { font-size: 18px; }
  .location-heading { align-items: start; }
  .location-heading .button { justify-self: start; margin: 0; }
  .hours-card, .map-card { min-height: 0; }
  .hours-card { padding: 27px 23px 23px; }
  .map-card { min-height: 380px; }
  .contact-grid { gap: 45px; }
  .contact-form { padding: 23px 18px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { flex-direction: column; gap: 40px; padding: 53px 0 45px; }
  .footer-links { gap: 50px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-bottom div { gap: 16px; flex-wrap: wrap; }
  .legal-summary { padding-top: 42px; padding-bottom: 42px; }
  .legal-details-content { padding-bottom: 65px; }
  .cookie-notice { right: 10px; bottom: 10px; left: 10px; align-items: flex-start; flex-direction: column; gap: 12px; padding: 15px; }
  .cookie-notice p { max-width: none; }
  .cookie-actions { width: 100%; justify-content: space-between; }
}

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