:root {
  --ink: #171a2d;
  --muted: #62677b;
  --brand: #171a5b;
  --brand-dark: #0e103f;
  --accent: #8d2d69;
  --accent-soft: #f6e9f1;
  --surface: #fff;
  --surface-alt: #f5f6fa;
  --line: #dfe2ec;
  --success: #08765c;
  --radius-sm: .65rem;
  --radius: 1.1rem;
  --radius-lg: 1.75rem;
  --shadow: 0 20px 55px rgba(22, 26, 91, .11);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--brand); text-underline-offset: .2em; }
a:hover { color: var(--accent); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .75rem; color: var(--brand-dark); font-weight: 750; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.35rem, 6vw, 4.65rem); }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.7rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.narrow { max-width: 780px; }
.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: .75rem; left: .75rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--brand); border-radius: .5rem; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #d34d99; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(223,226,236,.85); backdrop-filter: blur(12px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 218px; }
.primary-nav { display: flex; align-items: center; gap: .35rem; }
.primary-nav a { padding: .65rem .9rem; color: var(--ink); font-weight: 650; text-decoration: none; border-radius: 999px; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--accent); background: var(--accent-soft); }
.primary-nav .nav-cta { padding-inline: 1.2rem; color: #fff; background: var(--brand); }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta[aria-current="page"] { color: #fff; background: var(--accent); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid var(--line); border-radius: .65rem; background: #fff; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--brand); }

.breadcrumbs { padding-block: 1rem; font-size: .875rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { margin-right: .45rem; content: "/"; color: #9aa0b3; }
.breadcrumbs a { color: var(--muted); }
.eyebrow { margin-bottom: .65rem; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-light { color: #f0b5d8; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.35rem;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(23,26,91,.18);
  cursor: pointer;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { color: #fff; background: var(--accent); border-color: var(--accent); box-shadow: 0 12px 28px rgba(141,45,105,.25); transform: translateY(-2px); }
.button-secondary { color: var(--brand); background: transparent; box-shadow: none; }
.button-secondary:hover { color: var(--accent); background: var(--accent-soft); }
.button-light { color: var(--brand); background: #fff; border-color: #fff; }
.text-link { font-weight: 750; }

.hero { padding: clamp(2rem, 7vw, 6rem) 0; overflow: hidden; background: radial-gradient(circle at 85% 10%, #e9cadd 0, transparent 34%), linear-gradient(145deg, #f9f7fb, #edf0f9); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.hero-lead { max-width: 62ch; color: #4e5368; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }
.hero-media { position: relative; margin: 0; }
.hero-media::before { position: absolute; inset: 10% -8% -8% 18%; z-index: 0; content: ""; background: var(--brand); border-radius: var(--radius-lg); transform: rotate(4deg); }
.hero-media img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }

.content-section, .schedule-section, .form-section { padding: clamp(3.5rem, 8vw, 7rem) 0; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: start; gap: clamp(2rem, 6vw, 5rem); }
.prose { color: #353a4e; font-size: 1.06rem; }
.prose > :first-child { margin-top: 0; }
.prose h2, .prose h3, .prose h4 { margin-top: 1.8em; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li { margin-bottom: .5rem; }
.prose table { width: 100%; border-collapse: collapse; }
.prose th, .prose td { padding: .8rem; border: 1px solid var(--line); text-align: left; }
.related-card { position: sticky; top: 105px; padding: 1.6rem; background: var(--surface-alt); border: 1px solid var(--line); border-radius: var(--radius); }
.related-card h2 { font-size: 1.55rem; }
.related-list { padding: 0; margin: 1rem 0 0; list-style: none; }
.related-list li + li { border-top: 1px solid var(--line); }
.related-list a { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; font-weight: 700; text-decoration: none; }
.schedule-section { background: var(--surface-alt); }
.section-heading { max-width: 720px; margin-bottom: 2rem; }
.schedule-panel { padding: clamp(1rem, 4vw, 2.25rem); overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.action-section { padding: clamp(3.5rem, 8vw, 6rem) 0; color: #fff; background: linear-gradient(135deg, var(--brand-dark), var(--brand) 60%, #56215e); }
.action-section h2 { color: #fff; }
.action-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(2rem, 7vw, 6rem); }
.share-panel { padding: 1.25rem; color: var(--ink); background: #fff; border-radius: var(--radius); }
.share-panel summary { cursor: pointer; color: var(--brand); font-size: 1.2rem; font-weight: 750; }
.share-panel[open] summary { margin-bottom: 1.2rem; }

.page-intro { padding: clamp(3rem, 7vw, 5.5rem) 0; text-align: center; background: linear-gradient(145deg, #f8f4f7, #eef1fa); }
.page-intro p:last-child { color: var(--muted); font-size: 1.16rem; }
.form-section { background: var(--surface-alt); }
.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: 2rem; }
.form-card { padding: clamp(1.3rem, 4vw, 2.5rem); background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.form-heading { margin-bottom: 1.8rem; }
.form-heading h2 { font-size: 2rem; }
label, .choice-group > span { display: block; margin-bottom: 1.15rem; color: #292e43; font-weight: 680; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  margin-top: .4rem;
  padding: .72rem .8rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #b8bdcb;
  border-radius: var(--radius-sm);
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(141,45,105,.12); outline: none; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
fieldset { padding: 0; margin: 0 0 2.2rem; border: 0; }
legend { width: 100%; padding-bottom: .55rem; margin-bottom: 1.1rem; color: var(--brand); border-bottom: 1px solid var(--line); font-size: 1.35rem; font-weight: 780; }
.check-label { display: flex; align-items: flex-start; gap: .65rem; font-weight: 500; }
.check-label input { flex: 0 0 auto; width: 1.1rem; min-height: 1.1rem; margin-top: .27rem; accent-color: var(--accent); }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; }
.conditions { padding: 1rem; margin-bottom: 1.2rem; background: var(--surface-alt); border-radius: var(--radius-sm); }
.conditions summary { color: var(--brand); cursor: pointer; font-weight: 750; }
.conditions ol { padding-left: 1.2rem; }
.contact-card, .booking-summary { position: sticky; top: 105px; padding: 2rem; color: #fff; background: linear-gradient(145deg, var(--brand), var(--brand-dark)); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-card h2, .booking-summary h2 { color: #fff; }
.contact-card a, .booking-summary a { color: #fff; }
.contact-phone { display: block; margin: 1.4rem 0; font-size: clamp(1.8rem, 4vw, 2.4rem); font-weight: 800; text-decoration: none; }
.contact-card dl { margin-top: 2rem; }
.contact-card dl div { padding-block: .8rem; border-top: 1px solid rgba(255,255,255,.22); }
.contact-card dt { color: #d3d5ee; font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-card dd { margin: .3rem 0 0; }
.tick-list { padding: 0; list-style: none; }
.tick-list li { position: relative; padding: .55rem 0 .55rem 1.6rem; }
.tick-list li::before { position: absolute; left: 0; color: #f0b5d8; content: "✓"; font-weight: 800; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.compact-form .button { margin-top: .4rem; }

.slide-unlock { margin: 1.35rem 0 1rem; }
.slide-unlock__heading {
  display: block;
  margin: 0 0 .65rem;
  color: var(--brand-dark);
  font-size: .95rem;
  font-weight: 750;
}
.slide-unlock__rail {
  position: relative;
  padding: .4rem;
  background: linear-gradient(180deg, #fff 0%, #eef1f8 100%);
  border: 2px solid #b8c0d4;
  border-radius: 999px;
  box-shadow: inset 0 2px 6px rgba(23,26,91,.1);
}
.slide-unlock__track {
  --slide-progress: 0;
  position: relative;
  height: 64px;
  overflow: hidden;
  background:
    repeating-linear-gradient(90deg, rgba(23,26,91,.07) 0 8px, transparent 8px 16px),
    linear-gradient(90deg, #dde2ef 0%, #f8f9fc 50%, #dff5ee 100%);
  border: 1px solid #aeb7cb;
  border-radius: 999px;
  box-shadow: inset 0 2px 4px rgba(23,26,91,.14);
  pointer-events: none;
}
.slide-unlock__fill {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  width: 0;
  background: linear-gradient(90deg, rgba(141,45,105,.35), rgba(23,26,91,.22));
  border-radius: 999px;
}
.slide-unlock__chevrons {
  position: absolute;
  inset: 0 4.8rem 0 4.2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.slide-unlock__chevrons span {
  width: .6rem;
  height: .6rem;
  border-top: 3px solid rgba(23,26,91,.35);
  border-right: 3px solid rgba(23,26,91,.35);
  transform: rotate(45deg);
}
.slide-unlock__prompt {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding-inline: 5rem 4.5rem;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  opacity: calc(1 - (var(--slide-progress) * 1.2));
}
.slide-unlock__target {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--success);
  background: #fff;
  border: 2px dashed #7bc4b0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.slide-unlock__target span { font-size: 1.25rem; font-weight: 800; }
.slide-unlock__knob {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .1rem;
  color: #fff;
  background: linear-gradient(180deg, #30369a 0%, var(--brand) 100%);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23,26,91,.3);
  will-change: transform;
}
.slide-unlock__grip {
  width: 3px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  box-shadow: 6px 0 0 rgba(255,255,255,.55);
}
.slide-unlock__arrow { font-size: 1.15rem; font-weight: 800; line-height: 1; }
.slide-unlock__range {
  position: absolute;
  inset: .4rem;
  z-index: 5;
  width: calc(100% - .8rem);
  height: calc(100% - .8rem);
  margin: 0;
  opacity: 0.01;
  cursor: grab;
  touch-action: pan-x;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
.slide-unlock__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 54px;
  height: 54px;
}
.slide-unlock__range::-moz-range-thumb {
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
}
.slide-unlock__range:disabled { cursor: default; }
.slide-unlock.is-dragging .slide-unlock__range { cursor: grabbing; }
.slide-unlock.is-complete .slide-unlock__track {
  background: linear-gradient(90deg, #d7f2ea 0%, #e8f8f2 100%);
  border-color: #7bc4b0;
}
.slide-unlock.is-complete .slide-unlock__knob {
  background: linear-gradient(180deg, #0a9b74 0%, var(--success) 100%);
}
.slide-unlock.is-complete .slide-unlock__target {
  color: #fff;
  background: var(--success);
  border-color: var(--success);
  border-style: solid;
}
.slide-unlock.is-complete .slide-unlock__chevrons,
.slide-unlock.is-complete .slide-unlock__prompt { opacity: 0; }
.slide-unlock__status { margin: .65rem 0 0; color: var(--muted); font-size: .88rem; }
.slide-unlock.is-complete .slide-unlock__status { color: var(--success); font-weight: 650; }
.slide-unlock.is-approving .slide-unlock__status { color: var(--brand); font-weight: 650; }
.button[disabled], .button[data-submit-guard]:disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.button[disabled]:hover, .button[data-submit-guard]:disabled:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
  transform: none;
}

.status-page { min-height: 58vh; display: grid; place-items: center; padding: 4rem 1.25rem; background: var(--surface-alt); }
.status-card { width: min(100%, 680px); padding: clamp(2rem, 6vw, 4rem); text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.status-card .hero-actions { justify-content: center; }
.success-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 1.25rem; color: #fff; background: var(--success); border-radius: 50%; font-size: 2rem; font-weight: 800; }

.site-footer { padding-top: 4rem; color: #d7d9ea; background: #0d0f34; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: clamp(2rem, 7vw, 5rem); }
.footer-logo { width: 230px; margin-bottom: 1rem; }
.site-footer h2 { color: #fff; font-size: 1.05rem; }
.site-footer a { color: #fff; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li { margin-bottom: .55rem; }
.footer-phone { font-size: 1.5rem; font-weight: 750; text-decoration: none; }
.site-footer address { font-style: normal; }
.footer-base { padding: 1.25rem 0; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .88rem; }
.footer-base p { margin: 0; }

@media (max-width: 850px) {
  .hero-grid, .content-grid, .action-grid, .form-layout { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .hero-media { order: 0; max-width: 620px; }
  .related-card, .contact-card, .booking-summary { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 1.4rem), var(--shell)); }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 70px; right: .7rem; left: .7rem; display: none; align-items: stretch; padding: .7rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; }
  .primary-nav a { padding: .85rem 1rem; }
  .brand img { width: 185px; }
  .field-row, .choice-grid, .footer-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-actions .button { width: 100%; }
  .hero-media::before { display: none; }
  .hero-media img { border-radius: var(--radius); }
  .form-card { border-radius: var(--radius); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
