:root {
  --ink: #211923;
  --ink-soft: #3d303f;
  --plum: #281e29;
  --plum-deep: #1c151d;
  --muted: #6d626d;
  --paper: #fcf8f6;
  --surface: rgba(255, 255, 255, .78);
  --surface-solid: #fffdfc;
  --pink: #e7a6e3;
  --pink-light: #f7daf4;
  --rose: #dbabb0;
  --rose-light: #f5dedf;
  --gold: #c2a356;
  --gold-light: #f4e4b1;
  --gold-deep: #9b7937;
  --line: rgba(46, 31, 47, .12);
  --line-light: rgba(255, 255, 255, .23);
  --brand-gradient: linear-gradient(118deg, #f5c2f1 0%, #dcacb1 49%, #d4bd78 100%);
  --brand-gradient-strong: linear-gradient(118deg, #eca6e7 0%, #d89aa4 48%, #c5a455 100%);
  --glass-shadow: 0 24px 70px rgba(53, 30, 50, .14);
  --soft-shadow: 0 18px 50px rgba(60, 40, 55, .10);
  --ui: Jost, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Cormorant Garamond", Georgia, serif;
  --radius-xl: 48px;
  --radius-lg: 34px;
  --radius-md: 24px;
  --radius-sm: 16px;
}

* { box-sizing: border-box; }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(231, 166, 227, .28), transparent 24rem),
    radial-gradient(circle at 92% 10%, rgba(194, 163, 86, .20), transparent 25rem),
    linear-gradient(180deg, #fcf8f6 0%, #f8efee 46%, #fcf8f6 100%);
  font-family: var(--ui);
  font-weight: 400;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.042em; }
h2 { margin-bottom: 24px; font-size: clamp(48px, 5.4vw, 80px); line-height: .92; }
h3 { margin: 0; font-size: 22px; font-weight: 500; letter-spacing: -.02em; }

.brand-masthead {
  position: relative;
  z-index: 20;
  display: grid;
  justify-items: center;
  padding: 17px clamp(18px, 5vw, 72px) 12px;
}
.brand-lockup { display: grid; justify-items: center; gap: 0; }
.brand-wordmark { width: clamp(220px, 20vw, 310px); height: auto; object-fit: contain; }
.desktop-nav-shell {
  position: sticky;
  z-index: 85;
  top: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: min(1050px, calc(100% - 48px));
  margin: 0 auto 18px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 999px;
  background: rgba(255,252,250,.72);
  box-shadow: 0 14px 42px rgba(50,28,46,.13);
  backdrop-filter: blur(26px) saturate(145%);
  -webkit-backdrop-filter: blur(26px) saturate(145%);
}
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 3px; min-width: 0; }
.desktop-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px clamp(10px, 1.35vw, 18px); border-radius: 999px; color: var(--muted); font-size: 9px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease, background .2s ease, transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); background: linear-gradient(118deg, rgba(245,194,241,.42), rgba(244,228,177,.42)); }
.desktop-nav a:hover { transform: translateY(-1px); }
.desktop-nav a:focus-visible, .header-cta:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.header-cta {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--brand-gradient-strong);
  box-shadow: 0 9px 22px rgba(202, 132, 187, .24);
  color: #291e29;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 27px rgba(202, 132, 187, .31); }
.header-cta span, .button span, .soft-link span, .closing-links span { margin-left: 8px; }

.mobile-dock { display: none; }

.hero-shell { padding: 0 clamp(14px, 3vw, 46px) 28px; }
.hero-media {
  position: relative;
  min-height: min(740px, calc(100vh - 210px));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: var(--radius-xl);
  background: #517c9c;
  box-shadow: 0 34px 90px rgba(51, 29, 45, .19);
}
.hero-redhead { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; transform: scale(1.015); }
.hero-colour-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(27, 17, 27, .55) 0%, rgba(35, 20, 31, .22) 44%, rgba(30, 17, 28, .04) 72%),
    linear-gradient(180deg, rgba(239, 172, 230, .08), transparent 45%, rgba(31, 18, 29, .22));
}
.hero-glass-copy {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 5.2vw, 76px);
  bottom: clamp(26px, 7vw, 86px);
  width: min(610px, calc(100% - 44px));
  padding: clamp(27px, 4vw, 48px);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(36, 24, 35, .57), rgba(49, 31, 44, .23));
  box-shadow: 0 25px 80px rgba(18, 10, 16, .22);
  backdrop-filter: blur(24px) saturate(122%);
  -webkit-backdrop-filter: blur(24px) saturate(122%);
  color: #fff9f7;
}
.eyebrow, .card-kicker, .filter-label, .summary-label {
  margin: 0;
  color: var(--gold-deep);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow-light { color: #f3d796; }
.hero-glass-copy h1 { max-width: 550px; margin: 17px 0 20px; font-family: var(--display); font-size: clamp(56px, 6vw, 92px); font-weight: 400; letter-spacing: -.045em; line-height: .87; text-wrap: balance; }
.hero-lede { max-width: 520px; margin-bottom: 0; color: rgba(255,250,248,.82); font-size: 17px; line-height: 1.62; }
.hero-actions, .form-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #241b24; background: var(--brand-gradient); box-shadow: 0 13px 34px rgba(231, 166, 227, .25); }
.button-primary:hover { box-shadow: 0 17px 40px rgba(231, 166, 227, .36); }
.button-glass { border-color: rgba(255,255,255,.30); background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(14px); }
.button-soft { background: linear-gradient(120deg, var(--pink-light), var(--gold-light)); color: var(--ink); box-shadow: var(--soft-shadow); }
.hero-floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 235px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 20px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 19px 48px rgba(35, 17, 30, .15);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}
.hero-floating-card strong, .hero-floating-card small { display: block; }
.hero-floating-card strong { font-size: 12px; font-weight: 600; }
.hero-floating-card small { margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.floating-icon { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; border-radius: 50%; background: var(--brand-gradient); color: var(--ink); }
.hero-proof-card { right: clamp(24px, 5vw, 76px); top: 42px; }
.hero-location-card { right: clamp(24px, 5vw, 76px); bottom: 42px; }
.location-dot { display: block; flex: 0 0 auto; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(194,163,86,.22); }

.trust-ribbon {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  max-width: 1220px;
  margin: 10px auto 0;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 28px;
  background: rgba(255,255,255,.5);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(20px);
}
.trust-ribbon div { display: grid; grid-template-columns: 26px 1fr; column-gap: 8px; padding: 17px 18px; border-right: 1px solid var(--line); }
.trust-ribbon div:last-child { border-right: 0; }
.trust-ribbon span { grid-row: span 2; color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.trust-ribbon strong, .trust-ribbon small { display: block; }
.trust-ribbon strong { font-size: 12px; font-weight: 600; }
.trust-ribbon small { margin-top: 2px; color: var(--muted); font-size: 9px; }

.section { padding: clamp(80px, 10vw, 146px) clamp(22px, 7vw, 112px); }
.glass-card {
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.57);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
}
.experience { display: grid; grid-template-columns: minmax(300px, .92fr) minmax(430px, 1.08fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.section-copy-card { padding: clamp(33px, 5vw, 63px); }
.section-copy-card h2 { margin-top: 17px; }
.section-copy-card > p:not(.eyebrow), .section-heading-row > p, .location-card > p:not(.eyebrow), .closing-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.75; }
.soft-link { display: inline-flex; align-items: center; margin-top: 18px; padding: 11px 16px; border: 1px solid rgba(194,163,86,.37); border-radius: 999px; background: rgba(244,228,177,.30); color: var(--gold-deep); font-size: 10px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }
.experience-visual-stack { position: relative; min-height: 650px; }
.rounded-visual { position: absolute; overflow: hidden; margin: 0; border-radius: var(--radius-xl); box-shadow: var(--glass-shadow); }
.rounded-visual img { width: 100%; height: 100%; object-fit: cover; }
.visual-main { inset: 0 15% 0 0; }
.visual-main img { object-position: 52% center; }
.visual-float { right: 0; bottom: 42px; width: 39%; height: 42%; border: 9px solid rgba(252,248,246,.78); border-radius: 30px; }
.experience-badge { position: absolute; top: 34px; right: 1%; display: grid; max-width: 210px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.75); border-radius: 22px; background: rgba(255,255,255,.68); box-shadow: var(--soft-shadow); backdrop-filter: blur(18px); }
.experience-badge span { color: var(--gold); }
.experience-badge strong { margin-top: 5px; font-size: 12px; }
.experience-badge small { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.5; }

.visual-explore { padding-top: 42px; }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 48px; margin-bottom: 47px; }
.section-heading-row h2 { max-width: 730px; margin: 16px 0 0; }
.section-heading-row > p { max-width: 390px; margin-bottom: 9px; }
.image-link-grid { display: grid; grid-template-columns: 1.08fr .92fr .92fr; grid-template-rows: 360px 325px; gap: 16px; }
.image-link-card { position: relative; overflow: hidden; border-radius: 30px; background: #d9c1ca; box-shadow: var(--soft-shadow); }
.image-link-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(28,18,27,.44)); pointer-events: none; }
.image-link-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.image-link-card:hover img { transform: scale(1.045); }
.image-link-large { grid-row: 1 / span 2; }
.image-link-large img { object-position: 46% center; }
.image-link-wide { grid-column: 2 / span 2; }
.image-link-wide img { object-position: center 44%; }
.image-link-care img { object-position: center 48%; }
.image-card-glass { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 14px 16px; border: 1px solid rgba(255,255,255,.34); border-radius: 20px; background: rgba(34,23,32,.40); color: white; backdrop-filter: blur(17px) saturate(125%); }
.image-card-glass small, .image-card-glass strong { display: block; }
.image-card-glass small { grid-column: 1; color: #f4dda1; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.image-card-glass strong { grid-column: 1; margin-top: 3px; font-size: 13px; font-weight: 500; }
.image-card-glass i { grid-column: 2; grid-row: 1 / span 2; font-style: normal; }

.booking-section { position: relative; overflow: hidden; margin: 18px; border-radius: 54px; background: linear-gradient(145deg, #2a1e2b 0%, #1c151d 72%); color: #fff9f6; box-shadow: 0 35px 90px rgba(35,22,33,.22); }
.booking-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.booking-glow-pink { width: 520px; height: 520px; left: -220px; top: -220px; background: radial-gradient(circle, rgba(231,166,227,.26), transparent 68%); }
.booking-glow-gold { width: 520px; height: 520px; right: -230px; bottom: -240px; background: radial-gradient(circle, rgba(194,163,86,.24), transparent 68%); }
.booking-heading { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 52px; margin-bottom: 49px; }
.booking-heading h2 { max-width: 690px; margin: 16px 0 0; color: #fffaf8; }
.booking-heading > p { max-width: 400px; margin: 0 0 8px; color: rgba(255,250,248,.66); line-height: 1.7; }
.booking-layout { position: relative; z-index: 1; width: min(1120px, 100%); margin: 0 auto; }
.booking-card { overflow: hidden; border: 1px solid rgba(255,255,255,.68); border-radius: 34px; background: rgba(255,253,252,.92); box-shadow: 0 28px 80px rgba(4,1,4,.24); color: var(--ink); backdrop-filter: blur(24px); }
.booking-card-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 30px 22px; border-bottom: 1px solid var(--line); }
.booking-card h3 { margin-top: 8px; font-family: var(--display); font-size: 29px; font-weight: 400; }
.month-controls { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.icon-button { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.65); transition: border .2s ease, background .2s ease; }
.icon-button:hover { border-color: var(--gold); background: var(--gold-light); }
.icon-button:disabled { opacity: .32; cursor: default; }
.booking-filters { display: flex; justify-content: space-between; align-items: end; gap: 25px; padding: 18px 30px 20px; background: linear-gradient(110deg, rgba(247,218,244,.25), rgba(244,228,177,.20)); }
.time-filter-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 9px; }
.time-filter-list button { min-height: 38px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: 10px; font-weight: 600; }
.time-filter-list button:hover, .time-filter-list button.is-active { border-color: rgba(194,163,86,.55); background: var(--brand-gradient); color: var(--ink); }
.booking-filters > p { max-width: 240px; margin: 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: right; }
.calendar-slot-layout { display: grid; grid-template-columns: 1.22fr .78fr; }
.calendar-panel { padding: 25px 30px 26px; border-right: 1px solid var(--line); }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.calendar-weekdays { margin-bottom: 10px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar-grid { min-height: 286px; }
.calendar-spacer { min-height: 52px; }
.calendar-day { min-height: 52px; padding: 8px 4px; border: 1px solid transparent; border-radius: 16px; background: transparent; color: #9d929b; font-size: 13px; }
.calendar-day.is-available { border-color: rgba(194,163,86,.28); background: rgba(244,228,177,.13); color: var(--ink); }
.calendar-day.is-available:hover, .calendar-day.is-selected { border-color: rgba(194,163,86,.62); background: var(--brand-gradient); box-shadow: 0 7px 19px rgba(194,163,86,.16); }
.calendar-day.is-filtered-out { opacity: .22; }
.calendar-day:disabled { cursor: not-allowed; }
.calendar-day small { display: block; margin-top: 3px; color: var(--gold-deep); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.calendar-legend { display: flex; align-items: center; gap: 7px; margin: 20px 0 0; color: var(--muted); font-size: 8px; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-gradient-strong); }
.loading-copy, .empty-copy { grid-column: 1 / -1; align-self: center; color: var(--muted); font-size: 11px; }
.slot-panel { display: flex; flex-direction: column; min-height: 310px; padding: 25px 25px 22px; background: rgba(255,255,255,.48); }
.slot-panel-heading { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.slot-panel-heading strong { display: block; margin-top: 7px; font-family: var(--display); font-size: 26px; font-weight: 400; }
.slot-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 18px; }
.slot-button { min-height: 48px; padding: 11px 8px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.76); font-size: 11px; }
.slot-button:hover, .slot-button.is-selected { border-color: rgba(194,163,86,.56); background: var(--brand-gradient); }
.slot-button:disabled { opacity: .3; cursor: not-allowed; text-decoration: line-through; }
.weekend-link { margin-top: auto; padding: 14px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 9px; text-align: left; }
.weekend-link span { color: var(--gold-deep); font-weight: 600; }
.booking-summary { display: grid; grid-template-columns: 1fr 1fr auto; gap: 18px; align-items: center; padding: 17px 30px; border-top: 1px solid var(--line); background: linear-gradient(110deg, rgba(247,218,244,.35), rgba(244,228,177,.32)); }
.summary-label { display: block; margin-bottom: 4px; font-size: 7px; }
.booking-summary strong { font-size: 11px; font-weight: 600; }
.text-button { padding: 0; border: 0; background: transparent; color: var(--gold-deep); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.consultation-form { padding: 29px 30px 31px; border-top: 1px solid var(--line); }
.form-intro { display: flex; align-items: start; gap: 14px; margin-bottom: 23px; }
.form-step { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: var(--brand-gradient); color: var(--ink); font-size: 9px; font-weight: 700; }
.form-intro h3 { margin-top: 6px; font-family: var(--display); font-size: 30px; font-weight: 400; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 19px; }
.form-grid label > span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 500; }
.form-grid em { color: var(--gold-deep); font-style: normal; }
.form-grid input, .form-grid textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.74); color: var(--ink); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.form-grid input:focus, .form-grid textarea:focus { border-color: rgba(194,163,86,.65); box-shadow: 0 0 0 4px rgba(194,163,86,.10); }
.form-grid textarea { resize: vertical; }
.full-width { grid-column: 1 / -1; }
.privacy-note { margin: 20px 0 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.form-actions { margin-top: 20px; }
.form-actions .button { min-height: 44px; }
.form-status { min-height: 17px; margin: 14px 0 0; color: #9f5f56; font-size: 10px; }
.booking-success { padding: 58px 28px 64px; border-top: 1px solid var(--line); text-align: center; }
.success-mark { display: grid; place-items: center; width: 53px; height: 53px; margin: 0 auto 19px; border-radius: 50%; background: var(--brand-gradient); box-shadow: 0 13px 32px rgba(231,166,227,.25); }
.booking-success h3 { margin: 14px auto 11px; font-family: var(--display); font-size: 39px; font-weight: 400; }
.booking-success > p:not(.eyebrow) { max-width: 440px; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 620px; margin: 24px auto 18px; }
.success-action { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.76); font-size: 9px; font-weight: 700; letter-spacing: .04em; text-decoration: none; }
.success-action:hover { background: #fff; }
.success-action.is-primary { border-color: transparent; color: #fff; background: linear-gradient(110deg, #aa62a0, #d486c8 58%, #bf9650 135%); box-shadow: 0 12px 28px rgba(157,87,147,.2); }

@media (max-width: 620px) {
  .success-actions { display: grid; grid-template-columns: 1fr; }
  .success-action { width: 100%; }
}

.location-section { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(500px, 1.28fr); gap: clamp(30px, 6vw, 90px); align-items: stretch; }
.location-card { align-self: center; padding: clamp(32px, 5vw, 59px); }
.location-card h2 { margin-top: 16px; }
.location-details { display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin: 29px 0; padding-top: 22px; border-top: 1px solid var(--line); }
.location-details span, .location-details strong { display: block; }
.location-details span { margin-bottom: 6px; color: var(--gold-deep); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.location-details strong { font-size: 11px; font-weight: 600; line-height: 1.55; }
.map-shell { position: relative; min-height: 570px; overflow: hidden; border: 9px solid rgba(255,255,255,.58); border-radius: var(--radius-xl); box-shadow: var(--glass-shadow); }
.map-shell iframe { width: 100%; height: 100%; min-height: 570px; border: 0; filter: saturate(.82) contrast(.96); }
.map-pin-card { position: absolute; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.74); border-radius: 20px; background: rgba(255,255,255,.77); box-shadow: var(--soft-shadow); backdrop-filter: blur(18px); }
.map-pin-card strong, .map-pin-card small { display: block; }
.map-pin-card strong { font-size: 11px; }
.map-pin-card small { margin-top: 2px; color: var(--muted); font-size: 8px; }

.closing-section { display: block; width: min(980px, 100%); margin-inline: auto; padding-top: 30px; }
.closing-copy { width: 100%; padding: clamp(32px, 5vw, 60px); }
.closing-copy h2 { margin-top: 16px; }
.closing-links { margin-top: 28px; border-top: 1px solid var(--line); }
.closing-links a { display: flex; justify-content: space-between; padding: 15px 3px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; transition: color .2s ease, padding .2s ease; }
.closing-links a:hover { padding-left: 8px; color: var(--gold-deep); }

.site-footer { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; margin: 0 18px 18px; padding: 27px clamp(22px, 5vw, 65px); border: 1px solid rgba(255,255,255,.72); border-radius: 30px; background: rgba(255,255,255,.54); box-shadow: var(--soft-shadow); color: var(--muted); font-size: 9px; backdrop-filter: blur(18px); }
.footer-lockup { display: flex; align-items: center; }
.footer-lockup img { width: 155px; }
.site-footer p { margin: 0; text-align: center; }
.site-footer > div { display: flex; gap: 16px; }
.site-footer a:hover { color: var(--gold-deep); }

@media (max-width: 1080px) {
  .desktop-nav-shell { width: calc(100% - 32px); }
  .desktop-nav a { padding-inline: 10px; font-size: 8px; }
  .hero-media { min-height: 690px; }
  .hero-proof-card { top: 30px; }
  .hero-location-card { right: 30px; bottom: 30px; }
  .trust-ribbon { margin-inline: 20px; }
  .experience { grid-template-columns: .9fr 1.1fr; gap: 48px; }
  .experience-visual-stack { min-height: 570px; }
  .location-section { grid-template-columns: .82fr 1.18fr; gap: 35px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 24px; }
  body { padding-bottom: 94px; }
  .brand-masthead { padding: 11px 18px 13px; }
  .brand-wordmark { width: min(217px, 53vw); }
  .desktop-nav-shell { display: none; }
  .mobile-dock {
    position: fixed;
    z-index: 90;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr 1fr 1fr;
    align-items: end;
    min-height: 72px;
    padding: 8px 8px 7px;
    border: 1px solid rgba(255,255,255,.74);
    border-radius: 25px;
    background: rgba(255,252,250,.78);
    box-shadow: 0 18px 50px rgba(38,23,36,.22);
    backdrop-filter: blur(25px) saturate(145%);
    -webkit-backdrop-filter: blur(25px) saturate(145%);
  }
  .dock-item, .dock-book { position: relative; display: grid; justify-items: center; align-content: center; gap: 3px; min-height: 55px; border: 0; background: transparent; color: #766a75; font-size: 8px; font-weight: 600; }
  .dock-item.is-active { color: var(--gold-deep); }
  .dock-icon { display: grid; place-items: center; width: 22px; height: 22px; }
  .dock-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
  .dock-book { align-self: end; color: var(--ink); }
  .dock-book-orb { display: grid; place-items: center; overflow: hidden; width: 53px; height: 53px; margin-top: -27px; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: var(--brand-gradient-strong); box-shadow: 0 12px 29px rgba(203,132,187,.36); }
  .dock-book-logo { width: 41px; height: 41px; object-fit: contain; filter: drop-shadow(0 3px 7px rgba(80,45,72,.13)); }
  .mobile-more-panel { position: absolute; left: 8px; right: 8px; bottom: calc(100% + 10px); overflow: hidden; padding: 9px; border: 1px solid rgba(255,255,255,.78); border-radius: 25px; background: rgba(255,252,250,.93); box-shadow: 0 20px 55px rgba(38,23,36,.25); backdrop-filter: blur(25px); }
  .mobile-more-panel a { display: flex; justify-content: space-between; padding: 12px 13px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 11px; }
  .mobile-more-panel a:last-child { border-bottom: 0; }
  .hero-shell { padding-inline: 10px; }
  .hero-media { min-height: 680px; border-radius: 34px; }
  .hero-redhead { object-position: 58% center; }
  .hero-colour-wash { background: linear-gradient(180deg, rgba(28,18,27,.02) 20%, rgba(28,17,27,.56) 75%, rgba(24,15,23,.70)); }
  .hero-glass-copy { left: 16px; right: 16px; bottom: 16px; width: auto; padding: 25px 22px; border-radius: 27px; }
  .hero-glass-copy h1 { font-size: clamp(49px, 12.2vw, 71px); }
  .hero-lede { font-size: 14px; }
  .hero-floating-card { display: none; }
  .trust-ribbon { grid-template-columns: 1fr 1fr; margin: 6px 12px 0; border-radius: 24px; }
  .trust-ribbon div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-ribbon div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 82px 20px; }
  .experience { grid-template-columns: 1fr; gap: 38px; }
  .experience-visual-stack { min-height: 610px; }
  .visual-main { inset: 0 9% 0 0; }
  .visual-float { width: 43%; height: 37%; bottom: 25px; }
  .experience-badge { right: 0; top: 24px; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin-top: 20px; }
  .image-link-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 290px 330px; }
  .image-link-large { grid-column: 1 / -1; grid-row: auto; }
  .image-link-wide { grid-column: 1 / -1; }
  .booking-section { margin: 8px; border-radius: 36px; }
  .booking-heading { display: block; }
  .booking-heading > p { margin-top: 21px; }
  .location-section { grid-template-columns: 1fr; }
  .map-shell, .map-shell iframe { min-height: 460px; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; margin-bottom: 6px; text-align: center; }
}

@media (max-width: 570px) {
  h2 { font-size: clamp(46px, 13vw, 64px); }
  .hero-media { min-height: 655px; }
  .hero-glass-copy h1 { font-size: clamp(47px, 12.6vw, 66px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-ribbon { padding: 6px; }
  .trust-ribbon div { grid-template-columns: 22px 1fr; padding: 13px 10px; }
  .trust-ribbon small { display: none; }
  .section-copy-card, .location-card, .closing-copy { padding: 30px 23px; }
  .experience-visual-stack { min-height: 510px; }
  .visual-main { inset: 0 6% 0 0; border-radius: 35px; }
  .visual-float { width: 42%; height: 36%; border-width: 6px; border-radius: 24px; }
  .experience-badge { max-width: 170px; padding: 14px; }
  .image-link-grid { grid-template-columns: 1fr; grid-template-rows: 390px repeat(3, 285px); }
  .image-link-large, .image-link-wide { grid-column: auto; }
  .booking-section.section { padding-inline: 12px; }
  .booking-card { border-radius: 27px; }
  .booking-card-top { display: block; padding: 23px 18px 20px; }
  .month-controls { justify-content: space-between; margin-top: 18px; }
  .booking-filters { display: block; padding: 17px 18px; }
  .booking-filters > p { max-width: none; margin-top: 11px; text-align: left; }
  .calendar-slot-layout { grid-template-columns: 1fr; }
  .calendar-panel { padding: 20px 15px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .calendar-weekdays, .calendar-grid { gap: 5px; }
  .calendar-grid { min-height: 258px; }
  .calendar-spacer { min-height: 48px; }
  .calendar-day { min-height: 48px; border-radius: 13px; font-size: 11px; }
  .slot-panel { min-height: auto; padding: 21px 18px; }
  .weekend-link { margin-top: 23px; }
  .booking-summary { grid-template-columns: 1fr 1fr; padding: 16px 18px; }
  .booking-summary .text-button { grid-column: 1 / -1; justify-self: start; }
  .consultation-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-width { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .location-details { grid-template-columns: 1fr; }
  .map-shell, .map-shell iframe { min-height: 390px; }
  .footer-lockup img:last-child { width: 130px; }
}

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