:root {
  --petrol-950: #2f4656;
  --petrol-900: #455f71;
  --petrol-800: #486378;
  --petrol-700: #638d98;
  --sky-200: #c3ced3;
  --sky-100: #edf2f3;
  --gold: #c5a15a;
  --gold-soft: #e4cf9e;
  --ink: #334d5a;
  --muted: #687d87;
  --line: #d7e1e4;
  --paper: #ffffff;
  --canvas: #f3f6f6;
  --shadow: 0 24px 70px rgba(72, 99, 120, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid rgba(72, 99, 120, 0.12);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; color: var(--petrol-900); }
.brand-emblem { position: relative; display: block; flex: 0 0 48px; width: 48px; height: 48px; overflow: hidden; border-radius: 50%; background: white; }
.brand-emblem img { position: absolute; width: 147px; max-width: none; height: auto; left: -50px; top: -16px; mix-blend-mode: multiply; }
.brand-wordmark { color: #5d848d; font-size: 1.08rem; font-weight: 600; letter-spacing: -.02em; white-space: nowrap; }
.header-link { text-decoration: none; color: var(--petrol-800); font-weight: 700; font-size: .9rem; }

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(500px, 1.18fr);
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: 72px 7vw 84px;
  background:
    linear-gradient(110deg, rgba(234,245,246,.85), rgba(243,246,246,.95)),
    repeating-linear-gradient(90deg, transparent 0, transparent 79px, rgba(72,99,120,.035) 80px);
}
.hero::after { content: ""; position: absolute; width: 340px; height: 340px; right: -180px; top: 40px; border: 1px solid var(--gold-soft); border-radius: 50%; }
.hero-copy { max-width: 590px; position: relative; z-index: 1; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--petrol-700); font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 0 0 22px; font-family: "Fraunces", Georgia, serif; font-size: clamp(3.1rem, 5.2vw, 6rem); line-height: .97; letter-spacing: -.055em; color: var(--petrol-950); text-wrap: balance; }
.hero-copy > p { max-width: 570px; margin: 0; color: #4b626b; font-size: 1.06rem; line-height: 1.72; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.trust-row span { padding: 8px 11px; border: 1px solid rgba(72,99,120,.16); border-radius: 99px; color: var(--petrol-800); background: rgba(255,255,255,.55); font-size: .75rem; font-weight: 600; }

.guide-card { position: relative; z-index: 2; min-height: 570px; padding: clamp(26px, 3.4vw, 46px); background: rgba(255,255,255,.96); border: 1px solid rgba(72,99,120,.11); border-radius: 5px; box-shadow: var(--shadow); }
.guide-card::before { content: ""; position: absolute; inset: 14px 14px auto auto; width: 44px; height: 44px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); opacity: .7; }
.progress-top { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; }
.progress-top p { margin: 0; color: var(--petrol-900); font-weight: 700; }
.progress-top span { color: var(--muted); font-size: .78rem; }
.progress-track { width: 100%; height: 3px; margin: 16px 0 38px; overflow: hidden; background: #e8eeee; }
.progress-track i { display: block; width: 33.333%; height: 100%; background: var(--gold); transition: width .35s ease; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.guide-step { display: none; animation: enter .3s ease both; }
.guide-step.is-active { display: block; }
@keyframes enter { from { opacity: 0; transform: translateY(6px); } }
legend { max-width: 90%; padding: 0; color: var(--petrol-950); font-family: "Fraunces", Georgia, serif; font-size: clamp(1.85rem, 3vw, 2.5rem); line-height: 1.08; }
.step-help { margin: 10px 0 25px; color: var(--muted); font-size: .9rem; }
.choice-grid { display: grid; gap: 11px; }
.service-grid { grid-template-columns: 1fr 1fr; }
.choice-online { grid-column: 1 / -1; }
.two-columns { grid-template-columns: 1fr 1fr; }
.location-grid { grid-template-columns: 1fr 1fr; }
.choice { position: relative; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: grid; min-height: 86px; align-content: center; padding: 16px 18px; border: 1px solid var(--line); background: var(--paper); transition: .18s ease; }
.choice b { color: var(--petrol-900); font-size: .94rem; }
.choice small { margin-top: 5px; color: var(--muted); font-size: .73rem; line-height: 1.35; }
.choice span::after { content: ""; position: absolute; top: 14px; right: 14px; width: 14px; height: 14px; border: 1px solid #aebec3; border-radius: 50%; }
.choice:hover span { border-color: var(--petrol-700); background: var(--sky-100); transform: translateY(-1px); }
.choice input:focus-visible + span { outline: 3px solid rgba(99,141,152,.24); outline-offset: 2px; }
.choice input:checked + span { border-color: var(--petrol-700); background: var(--sky-100); box-shadow: inset 3px 0 var(--petrol-700); }
.choice input:checked + span::after { border: 4px solid var(--petrol-700); background: white; }
.form-error { min-height: 20px; margin: 12px 0 0; color: #9f3b36; font-size: .79rem; }
.form-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; text-decoration: none; font-weight: 700; font-size: .86rem; transition: .18s ease; }
.button-primary { margin-left: auto; background: var(--petrol-800); color: white; }
.button-primary:hover { background: var(--petrol-950); transform: translateY(-1px); }
.button-ghost { border-color: var(--line); background: white; color: var(--petrol-800); }
.button-ghost:hover { border-color: var(--petrol-700); background: var(--sky-100); }
.recommendation { animation: enter .35s ease both; }
.result-kicker { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.recommendation h2 { margin: 10px 0 12px; font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 3.2vw, 2.8rem); line-height: 1.06; color: var(--petrol-950); }
.recommendation > p { margin: 0; color: var(--muted); line-height: 1.65; }
.result-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 25px 0; padding: 1px; background: var(--line); }
.result-detail { padding: 15px; background: white; }
.result-detail small { display: block; margin-bottom: 5px; color: var(--muted); font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.result-detail b { color: var(--petrol-900); font-size: .86rem; }
.result-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.result-actions .button-primary { margin-left: 0; }
.recommendation .result-note { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .72rem; }

.locations { padding: 94px 7vw 104px; background: white; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 36px; }
.section-heading .eyebrow { margin-bottom: 10px; }
.section-heading h2, .booking h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.4rem, 4vw, 4rem); letter-spacing: -.035em; color: var(--petrol-950); }
.section-heading > p { max-width: 340px; margin: 0 0 6px; color: var(--muted); font-size: .86rem; text-align: right; }
.location-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.location-card { position: relative; min-height: 365px; padding: 29px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: white; transition: .2s ease; }
.location-card:hover, .location-card.is-recommended { border-color: var(--gold); box-shadow: 0 18px 42px rgba(7,47,57,.09); transform: translateY(-3px); }
.location-card.featured { background: var(--sky-100); border-color: transparent; }
.location-number { color: var(--gold); font-family: "Fraunces", Georgia, serif; font-size: .85rem; }
.location-city { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.location-card h3 { margin: 6px 0 0; color: var(--petrol-900); font-size: 1.55rem; }
.location-card address { min-height: 42px; color: var(--muted); font-size: .76rem; font-style: normal; line-height: 1.45; }
.location-card dl { margin: 0; }
.location-card dl div { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid rgba(72,99,120,.12); font-size: .82rem; }
.location-card dt { color: var(--muted); }
.location-card dd { margin: 0; color: var(--petrol-900); font-weight: 700; }
.service-line { color: var(--muted); font-size: .72rem; line-height: 1.5; }
.wide-hours, .branch-badge { position: absolute; top: 20px; right: 20px; padding: 5px 8px; background: var(--gold-soft); color: var(--petrol-950); font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.branch-badge { background: var(--petrol-800); color: white; }
.online-strip { display: flex; gap: 18px; align-items: center; margin-top: 16px; padding: 24px 28px; color: white; background: var(--petrol-900); }
.online-strip > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-soft); font-size: 1.4rem; }
.online-strip b { display: block; margin-bottom: 3px; }
.online-strip p { margin: 0; color: #c8dadd; font-size: .82rem; line-height: 1.5; }

.booking { padding: 78px 7vw; background: var(--petrol-950); }
.booking-panel { display: grid; grid-template-columns: 1.05fr .95fr; max-width: 1260px; margin: auto; background: var(--petrol-900); border: 1px solid rgba(228,207,158,.28); box-shadow: 0 30px 80px rgba(0,0,0,.15); }
.booking-copy { padding: clamp(34px, 6vw, 76px); color: white; }
.eyebrow.light { color: var(--gold-soft); }
.booking h2 { color: white; }
.booking-copy > p { max-width: 590px; color: #c8dadd; line-height: 1.65; }
.booking-steps { display: grid; gap: 16px; margin: 30px 0; padding: 0; list-style: none; }
.booking-steps li { display: flex; gap: 13px; align-items: center; }
.booking-steps li > span { display: grid; flex: 0 0 32px; height: 32px; place-items: center; border: 1px solid rgba(228,207,158,.52); border-radius: 50%; color: var(--gold-soft); font-weight: 700; font-size: .75rem; }
.booking-steps p { margin: 0; color: #dce8ea; font-size: .87rem; }
.button-gold { background: var(--gold); color: var(--petrol-950); }
.button-gold:hover { background: var(--gold-soft); transform: translateY(-1px); }
.booking-copy .external-note { margin: 12px 0 0; font-size: .7rem; color: #9eb8be; }
.policies { padding: clamp(32px, 4.5vw, 58px); background: white; }
.policies-head span { color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.policies h3 { margin: 7px 0 24px; color: var(--petrol-950); font-family: "Fraunces", Georgia, serif; font-size: 2rem; }
.policies ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.policies li { display: flex; gap: 13px; padding: 13px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; line-height: 1.45; }
.policies i { display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; background: var(--sky-100); color: var(--petrol-700); font-style: normal; font-size: .67rem; font-weight: 800; }
.policies b { display: block; margin-bottom: 2px; color: var(--ink); font-size: .81rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px 7vw; background: white; color: var(--muted); }
.brand-footer .brand-emblem { width: 44px; height: 44px; flex-basis: 44px; }
.brand-footer .brand-emblem img { width: 135px; left: -46px; top: -15px; }
footer p { margin: 0; font-family: "Fraunces", Georgia, serif; color: var(--petrol-900); }
footer > a { font-size: .78rem; font-weight: 700; color: var(--petrol-700); text-decoration: none; }

[hidden] { display: none !important; }

body.is-embedded .site-header,
body.is-embedded footer { display: none; }
body.is-embedded .hero { min-height: 100vh; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 60px; }
  .hero-copy { max-width: 750px; }
  .hero h1 { max-width: 700px; }
  .guide-card { min-height: 0; }
  .location-cards { grid-template-columns: 1fr; }
  .location-card { min-height: 235px; }
  .booking-panel { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { min-height: 68px; padding: 0 20px; }
  .brand-emblem { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-emblem img { width: 129px; left: -44px; top: -14px; }
  .brand-wordmark { font-size: .96rem; }
  .header-link { font-size: 0; }
  .header-link span { font-size: 1.1rem; }
  .hero { padding: 46px 18px 64px; gap: 34px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .hero-copy > p { font-size: .96rem; }
  .trust-row { margin-top: 24px; }
  .guide-card { padding: 25px 20px; }
  .service-grid, .two-columns, .location-grid { grid-template-columns: 1fr; }
  .choice-online { grid-column: auto; }
  .choice span { min-height: 74px; }
  .form-actions { position: sticky; bottom: 0; margin: 16px -20px -25px; padding: 14px 20px 20px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); }
  .result-details { grid-template-columns: 1fr; }
  .locations { padding: 70px 18px 74px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; text-align: left; }
  .location-card { min-height: 260px; padding: 25px; }
  .online-strip { align-items: flex-start; padding: 22px; }
  .booking { padding: 0; }
  .booking-panel { border: 0; }
  .booking-copy, .policies { padding: 48px 22px; }
  footer { flex-direction: column; align-items: flex-start; padding: 30px 22px; }
}

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