:root {
  --porcelain: #fbfaf7;
  --paper: #ffffff;
  --mineral: #2d5058;
  --mineral-deep: #203c43;
  --ink: #243337;
  --muted: #526568;
  --water: #dceae8;
  --oat: #e8e0d6;
  --tea: #984b40;
  --line: #d9e1df;
  --shadow: 0 22px 70px rgba(25, 49, 54, 0.12);
  --sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--porcelain); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); 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; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--paper); color: var(--ink); border-radius: 99px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; }
.site-header.is-scrolled { position: fixed; background: rgba(251, 250, 247, 0.95); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.brand img { width: 52px; height: 44px; filter: brightness(0) invert(1); }
.is-scrolled .brand img { filter: none; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 25px; font-weight: 400; }
.brand-copy small { margin-top: 7px; font-size: 8px; letter-spacing: 0.22em; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 27px; }
.main-nav > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.button):hover { opacity: 0.72; }
.main-nav > a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 7px; }
.language-switch { border: 1px solid currentColor; color: inherit; background: transparent; border-radius: 99px; min-width: 70px; height: 44px; padding: 0 13px; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .03em; white-space: nowrap; }
.language-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: currentColor; }
.menu-toggle i { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 25px; border: 1px solid var(--mineral); border-radius: 999px; background: var(--mineral); color: #fff; text-decoration: none; text-shadow: none; font-size: 15px; font-weight: 700; letter-spacing: 0; line-height: 1; box-shadow: inset 0 0 0 1px rgba(255,255,255,.025); transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--mineral-deep); border-color: var(--mineral-deep); box-shadow: 0 5px 18px rgba(21,52,58,.18), inset 0 0 0 1px rgba(255,255,255,.04); }
.button-small { min-height: 44px; padding-inline: 19px; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); backdrop-filter: blur(7px); }
.button-ghost:hover { background: rgba(255,255,255,.18); }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid #8b3f36; outline-offset: 3px; }
.hero :where(a, button):focus-visible, .site-footer :where(a, button):focus-visible, .closing-cta :where(a, button):focus-visible, .booking-summary :where(a, button):focus-visible, .home-hotel-card :where(a, button):focus-visible, .path-card-home :where(a, button):focus-visible, .policy-band :where(a, button):focus-visible, .concept-card :where(a, button):focus-visible { outline-color: #f4c4b9; }

.hero { position: relative; min-height: 780px; color: #fff; overflow: hidden; background: var(--mineral-deep); }
.hero-media, .hero-scrim { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.hero-scrim { background: linear-gradient(90deg, rgba(19,40,45,.92) 0%, rgba(19,40,45,.78) 39%, rgba(19,40,45,.24) 72%, rgba(19,40,45,.08) 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; align-items: center; min-height: 780px; padding-block: 130px 70px; }
.hero-copy { width: min(650px, 60%); min-width: 0; }
.eyebrow { margin: 0 0 18px; color: var(--tea); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: #e9c7bf; }
.hero h1 { margin: 0; max-width: 640px; font-family: var(--serif); font-size: clamp(58px, 7.5vw, 104px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.88); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 58px; }
.hero-facts span { display: grid; gap: 3px; padding-left: 16px; border-left: 1px solid rgba(255,255,255,.33); }
.hero-facts b { font-size: 14px; letter-spacing: .04em; }
.hero-facts small { color: rgba(255,255,255,.66); font-size: 12px; }

.path-section { padding: 108px 0 82px; }
.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading > *, .path-grid > *, .trust-grid > * { min-width: 0; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 65px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.path-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px; border-radius: 30px; overflow: hidden; }
.path-card-spa { background: var(--water); }
.path-card-home { background: var(--mineral); color: #fff; }
.path-number { position: absolute; right: 30px; top: 19px; color: rgba(36,51,55,.12); font-family: var(--serif); font-size: 105px; line-height: 1; }
.path-card-home .path-number { color: rgba(255,255,255,.1); }
.path-kicker { margin: 0 0 90px; color: var(--tea); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.path-card-home .path-kicker { color: #e9c7bf; }
.path-card h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 50px; font-weight: 400; line-height: 1; }
.path-card p:not(.path-kicker) { max-width: 480px; margin: 0; color: var(--muted); font-size: 18px; }
.path-card-home p:not(.path-kicker) { color: rgba(255,255,255,.76); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(45,80,88,.2); color: inherit; text-decoration: none; font-size: 14px; font-weight: 900; }
.path-card-home .text-link { border-color: rgba(255,255,255,.2); }
.text-link span { font-size: 22px; }
.trust-strip { padding: 34px 0; border-top: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: grid; gap: 3px; padding: 12px 30px; border-left: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 0; padding-left: 0; }
.trust-grid strong { color: var(--mineral); font-size: 15px; }
.trust-grid span { color: var(--muted); font-size: 13px; }

.site-header-light { position: relative; color: var(--ink); background: rgba(251,250,247,.96); border-bottom: 1px solid var(--line); }
.site-header-light .brand img { filter: none; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--mineral); text-decoration: none; font-size: 14px; font-weight: 800; }
.back-label-short { display: none; }
.booking-nav { display: flex; align-items: center; gap: 18px; }
.booking-main { padding: 76px 0 110px; }
.booking-intro { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.booking-intro > *, .booking-layout > *, .field-row > * { min-width: 0; }
.booking-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, 7vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.booking-intro > div > p:last-child { max-width: 690px; margin: 26px 0 0; color: var(--muted); font-size: 19px; }
.booking-place { display: grid; gap: 6px; padding: 26px; border-radius: 20px; background: var(--water); }
.booking-place span { color: var(--tea); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.booking-place strong { color: var(--mineral); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.booking-place small { color: var(--muted); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: 26px; align-items: start; }
.booking-form, .booking-summary, .booking-success { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: 0 18px 50px rgba(31,61,67,.07); }
.prototype-note { padding: 13px 16px; border-radius: 12px; background: #f4eee6; color: #6f5149; font-size: 13px; }
.form-section { min-width: 0; margin: 0; padding: 32px 0; border: 0; border-bottom: 1px solid var(--line); }
.form-section legend { display: flex; align-items: center; gap: 12px; padding: 0; color: var(--mineral); font-family: var(--serif); font-size: 28px; }
.form-section legend span { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--mineral); color: #fff; font-family: var(--sans); font-size: 12px; font-weight: 900; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { display: grid; gap: 7px; margin-top: 20px; }
.field > span { color: var(--ink); font-size: 13px; font-weight: 800; }
.field input, .field select { width: 100%; min-width: 0; min-height: 52px; padding: 0 15px; border: 1px solid #7f9296; border-radius: 12px; color: var(--ink); background: #fff; }
.field input:focus-visible, .field select:focus-visible { outline: 3px solid #8b3f36; border-color: var(--mineral); }
.assignment-note { display: grid; grid-template-columns: 22px 1fr; gap: 10px; margin: 18px 0 0; padding: 16px; border-radius: 14px; background: var(--water); color: var(--muted); font-size: 13px; }
.assignment-note strong { color: var(--mineral); }
.form-help { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.checkbox-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: var(--muted); font-size: 13px; }
.checkbox-field input { margin-top: 4px; accent-color: var(--mineral); }
.booking-submit { width: 100%; margin-top: 26px; }
.booking-summary { position: sticky; top: 110px; background: var(--mineral); color: #fff; }
.booking-summary .eyebrow { color: #e9c7bf; }
.booking-summary h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.booking-summary dl { margin: 0; }
.booking-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.18); }
.booking-summary dt { color: rgba(255,255,255,.74); font-size: 13px; }
.booking-summary dd { margin: 0; text-align: right; font-size: 13px; font-weight: 800; }
.summary-foot { margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
.summary-address { display: grid; gap: 6px; margin-top: 26px; padding: 18px; border-radius: 14px; background: rgba(255,255,255,.09); }
.summary-address small { color: #f4d7d0; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.summary-address strong { font-size: 13px; }
.summary-address a { color: rgba(255,255,255,.75); font-size: 11px; }
.booking-summary .text-link { border-color: rgba(255,255,255,.18); }
.booking-success { max-width: 760px; text-align: center; }
.booking-success[hidden], .booking-layout[hidden] { display: none; }
.success-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%; background: var(--water); color: var(--mineral); font-size: 25px; font-weight: 900; }
.booking-success h2 { margin: 0; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.booking-success .prototype-note { margin: 22px 0; }
.success-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; }

@media (max-width: 900px) {
  .site-header { position: absolute; }
  .site-header-light { position: relative; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; padding: 24px; border-radius: 22px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav .button { width: 100%; }
  .hero, .hero-grid { min-height: 720px; }
  .hero-scrim { background: linear-gradient(180deg, rgba(19,40,45,.45), rgba(19,40,45,.94) 70%); }
  .hero-grid { align-items: end; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(54px, 15vw, 78px); }
  .section-heading { grid-template-columns: 1fr; gap: 0; }
  .path-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 18px 0; border-left: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .booking-intro, .booking-layout { grid-template-columns: 1fr; gap: 24px; }
  .booking-intro { align-items: start; }
  .booking-summary { position: static; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 28px); }
  .nav-wrap { gap: 12px; }
  .booking-nav { gap: 8px; min-width: 0; }
  .booking-nav .back-link { max-width: none; font-size: 12px; }
  .booking-nav .back-label-full { display: none; }
  .booking-nav .back-label-short { display: inline; }
  .brand-copy strong { font-size: 22px; }
  .hero { min-height: 760px; }
  .hero-grid { min-height: 760px; padding-bottom: 46px; }
  .hero-actions { display: grid; }
  .button { width: 10%;
  }
  .hero-facts { gap: 18px; margin-top: 38px; }
  .hero-facts span { min-width: 130px; }
  .path-section { padding-top: 78px; }
  .path-card { min-height: 350px; padding: 28px; border-radius: 24px; }
  .path-card h3 { font-size: 42px; }
  .path-kicker { margin-bottom: 72px; }
  .booking-main { padding-top: 50px; }
  .booking-intro { margin-bottom: 36px; }
  .booking-intro h1 { font-size: 53px; }
  .booking-intro h1, .booking-place strong, .form-section legend { overflow-wrap: anywhere; }
  .section-heading h2, .section-heading p, .path-card h3, .path-card p { overflow-wrap: anywhere; }
  .booking-form, .booking-summary, .booking-success { padding: 24px; border-radius: 22px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 360px) {
  .booking-page .brand-copy { display: none; }
  .booking-intro h1, .booking-place strong, .form-section legend { overflow-wrap: anywhere; }
  .booking-intro h1 { font-size: 42px; }
  .booking-form, .booking-summary, .booking-success { padding-inline: 19px; }
}

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