:root {
  --deep: #14241f;
  --deep-2: #1d302a;
  --deep-3: #31422d;
  --cream: #fbfaf6;
  --ivory: #fffdf8;
  --paper: #f6f1e9;
  --line: #e7dccd;
  --gold: #d6a160;
  --gold-2: #be8547;
  --text: #20201c;
  --muted: #6b6257;
  --shadow: 0 22px 55px rgba(25, 36, 30, .16);
  --soft-shadow: 0 12px 34px rgba(30, 30, 26, .08);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--text);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  min-height: 96px;
  z-index: 80;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(28px, 6vw, 88px);
  color: #fff;
}
.brand {
  width: 150px;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.brand-script {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: .02em;
}
.brand-main {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.brand-sub {
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: .34em;
  text-transform: uppercase;
}
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.8vw, 42px);
  font-size: 14px;
  font-weight: 700;
}
.main-nav a,
.footer-col a,
.quick-links button { transition: color .18s ease, opacity .18s ease; }
.main-nav a:hover { color: var(--gold); }
.mobile-toggle { display: none; }

.btn {
  min-height: 48px;
  padding: 13px 28px;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-gold {
  background: linear-gradient(180deg, #e3b170, #c98d4a);
  color: #fff;
  box-shadow: 0 12px 28px rgba(204, 145, 80, .24);
}
.btn-gold:hover { background: linear-gradient(180deg, #dca966, #b97c3f); }
.btn-outline-light {
  color: #fff;
  background: rgba(15, 28, 23, .30);
  border-color: rgba(255, 255, 255, .68);
}
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-deep {
  background: var(--deep-3);
  color: #fff;
  box-shadow: 0 12px 25px rgba(20,36,31,.18);
}
.btn-deep:hover { background: var(--deep); }
.header-cta { min-width: 112px; }

.hero {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  background: var(--deep);
}
.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero-spa-room.jpg");
  background-size: cover;
  background-position: center right;
  transform: scale(1.003);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 15, 13, .94) 0%, rgba(17, 28, 24, .86) 23%, rgba(23, 33, 29, .58) 42%, rgba(23, 33, 29, .22) 64%, rgba(23, 33, 29, .05) 100%),
    linear-gradient(0deg, rgba(8, 13, 11, .40), rgba(8, 13, 11, .12) 45%, rgba(8, 13, 11, .20));
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(1420px, calc(100% - 80px));
  margin: 0 auto;
  padding: 190px 0 120px;
  color: #fff;
}
.hero-kicker {
  margin: 0 0 24px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 15px;
}
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; margin: 0; }
.hero h1 {
  max-width: 545px;
  font-size: clamp(58px, 6.7vw, 92px);
  line-height: .96;
  letter-spacing: -.045em;
  text-shadow: 0 8px 24px rgba(0,0,0,.24);
}
.hero-copy {
  max-width: 470px;
  margin: 28px 0 30px;
  color: rgba(255,255,255,.93);
  font-size: 18px;
  line-height: 1.62;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.booking-card {
  width: min(1400px, calc(100% - 96px));
  margin: -70px auto 0;
  position: relative;
  z-index: 20;
  background: var(--deep-2);
  border: 1px solid rgba(214, 161, 96, .26);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 30px 30px;
  display: grid;
  grid-template-columns: 1.05fr 1.45fr 1.05fr auto;
  align-items: center;
}
.booking-field {
  min-height: 70px;
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  gap: 16px;
  align-items: center;
  padding: 0 30px;
  border-right: 1px solid rgba(231, 220, 205, .18);
  color: #fff;
}
.booking-field:first-child { padding-left: 0; }
.field-icon { color: var(--gold); font-size: 25px; }
.field-stack { display: grid; gap: 2px; min-width: 0; }
.field-label {
  color: rgba(255,255,255,.70);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.booking-field select,
.booking-field input {
  appearance: none;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.35;
  padding: 0;
}
.booking-field select option { color: var(--text); background: #fff; }
.booking-field input::-webkit-calendar-picker-indicator { opacity: 0; }
.booking-field input:invalid { color: rgba(255,255,255,.9); }
.chevron { color: var(--gold); font-size: 17px; pointer-events: none; }
.booking-submit { min-width: 235px; margin-left: 30px; background: linear-gradient(180deg, #e0ad6d, #c88b45); }

.section {
  padding: 88px clamp(28px, 5vw, 60px) 0;
}
.section-heading {
  text-align: center;
  display: grid;
  gap: 12px;
  margin: 0 auto 42px;
  justify-items: center;
}
.section-heading span {
  color: #2a2b27;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.section-heading i {
  width: 78px;
  height: 12px;
  position: relative;
  display: block;
}
.section-heading i::before,
.section-heading i::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 31px;
  height: 1px;
  background: rgba(214,161,96,.75);
}
.section-heading i::before { left: 0; }
.section-heading i::after { right: 0; }
.section-heading i { color: var(--gold); }
.section-heading i::selection { background: transparent; }
.section-heading i::marker { display: none; }
.section-heading i:after { content: ""; }
.section-heading i::selection { color: inherit; }
.section-heading i { isolation: isolate; }
.section-heading i::before { box-shadow: 40px 0 0 -2px var(--gold); }

.signature-grid {
  max-width: 1450px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.service-card {
  appearance: none;
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.84);
  border-radius: 11px;
  box-shadow: var(--soft-shadow);
  padding: 0 0 28px;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: var(--text);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(22, 35, 30, .12); border-color: rgba(214,161,96,.55); }
.service-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}
.card-medallion {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(214,161,96,.45);
  display: grid;
  place-items: center;
  margin: -33px auto 18px;
  color: var(--gold-2);
  font-size: 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.service-card strong { display: block; font-size: 15px; margin: 0 12px 12px; }
.service-card p { margin: 0 auto; max-width: 160px; font-size: 13px; color: #4f4f48; line-height: 1.75; }

.gift-panel {
  position: relative;
  overflow: hidden;
  width: min(1400px, calc(100% - 96px));
  min-height: 320px;
  margin: 58px auto 0;
  border-radius: 15px;
  background: var(--deep);
  box-shadow: var(--soft-shadow);
}
.gift-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(18, 35, 30, .98) 0%, rgba(18, 35, 30, .88) 27%, rgba(18, 35, 30, .35) 50%, rgba(18, 35, 30, .02) 72%),
    url("../images/gift-voucher.jpg");
  background-size: cover;
  background-position: center right;
  transform: scale(1.01);
}
.gift-content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: min(520px, 58%);
  padding: 56px 58px;
}
.gift-content span {
  display: block;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 14px;
}
.gift-content h2 { font-size: clamp(40px, 4vw, 60px); line-height: 1; letter-spacing: -.03em; }
.gift-content p { margin: 20px 0 30px; color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.68; }

.locations-section { padding-top: 78px; }
.locations-grid {
  width: min(1400px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.location-card {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  min-height: 355px;
  box-shadow: var(--soft-shadow);
}
.location-card-reverse { grid-template-columns: .9fr 1.2fr; }
.location-card img { width: 100%; height: 100%; object-fit: cover; }
.location-copy { padding: 44px 38px; display: flex; flex-direction: column; align-items: flex-start; }
.location-copy h3 { font-size: 34px; line-height: 1; margin-bottom: 18px; }
.location-copy p { margin: 0 0 15px; font-size: 14px; color: #37352f; line-height: 1.65; }
.location-copy .phone { color: #272a24; font-weight: 700; }
.location-copy .btn { margin-top: auto; min-height: 43px; padding: 11px 24px; }

.testimonials-section {
  position: relative;
  margin-top: 85px;
  background:
    radial-gradient(circle at 74% 18%, rgba(214,161,96,.10), transparent 34%),
    linear-gradient(135deg, #15261f, #10201b 55%, #0c1714);
  color: #fff;
  padding: 56px clamp(70px, 8vw, 115px) 74px;
}
.dark-heading span { color: #fff; }
.testimonial-track {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  border: 1px solid rgba(214,161,96,.35);
  background: rgba(255,255,255,.03);
  border-radius: 8px;
  padding: 34px 34px 30px;
  min-height: 220px;
}
.testimonial-card span { color: var(--gold); font-family: Georgia, serif; font-size: 52px; line-height: .6; }
.testimonial-card p { margin: 16px 0 24px; color: rgba(255,255,255,.88); font-size: 15px; line-height: 1.75; }
.testimonial-card strong { color: #fff; font-size: 14px; }
.testimonial-arrow {
  position: absolute;
  top: 54%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(214,161,96,.55);
  background: transparent;
  color: #fff;
  font-size: 30px;
  display: grid;
  place-items: center;
}
.testimonial-arrow.left { left: 38px; }
.testimonial-arrow.right { right: 38px; }
.testimonial-arrow:hover { background: rgba(255,255,255,.08); }
.testimonial-dots { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.testimonial-dots span { width: 8px; height: 8px; border-radius: 50%; border: 1px solid var(--gold); }
.testimonial-dots span.active { background: #fff; border-color: #fff; }

.site-footer {
  background: #0e1714;
  color: #fff;
  border-top: 1px solid rgba(214,161,96,.22);
}
.footer-grid {
  width: min(1400px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .95fr 1fr 1fr;
  gap: 36px;
  padding: 46px 0 38px;
}
.footer-brand,
.footer-col { border-right: 1px solid rgba(255,255,255,.12); }
.footer-col:last-child { border-right: 0; }
.brand-footer { margin-bottom: 24px; }
.socials { display: flex; gap: 13px; }
.socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(214,161,96,.55);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}
.footer-col h3 { font-family: Inter, Arial, sans-serif; font-size: 16px; font-weight: 800; margin: 0 0 15px; }
.footer-col a,
.quick-links button,
.footer-col p { display: block; color: rgba(255,255,255,.82); font-size: 13px; margin: 8px 0; background: none; border: 0; padding: 0; text-align: left; }
.footer-col a:hover,
.quick-links button:hover { color: var(--gold); }
.quick-links div { columns: 2; column-gap: 30px; }
.subscribe label { display: flex; margin-top: 16px; width: min(280px, 100%); }
.subscribe input { min-width: 0; flex: 1; border: 1px solid rgba(255,255,255,.2); border-right: 0; background: rgba(255,255,255,.04); color: #fff; padding: 13px 14px; outline: 0; }
.subscribe button { width: 52px; border: 0; background: var(--gold-2); color: #fff; font-size: 23px; }
.subscribe small { color: var(--gold); display: block; margin-top: 10px; }
.footer-bottom {
  min-height: 54px;
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  color: rgba(255,255,255,.66);
  font-size: 13px;
}
.footer-bottom a:hover { color: var(--gold); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 14, 12, .72);
  backdrop-filter: blur(8px);
}
.modal.is-open { display: flex; }
.modal-card {
  width: min(720px, 100%);
  max-height: min(88vh, 860px);
  overflow-y: auto;
  position: relative;
  background: var(--ivory);
  border-radius: 16px;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
  padding: 38px;
}
.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-size: 24px;
}
.modal-kicker { color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.modal-card h2 { font-size: 38px; line-height: 1.05; margin: 8px 0 12px; }
.modal-card p { color: var(--muted); margin: 0 0 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.modal label { display: grid; gap: 6px; color: #393630; font-size: 13px; font-weight: 800; margin-bottom: 16px; }
.modal input,
.modal select,
.modal textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 13px 14px;
  outline: 0;
  color: var(--text);
}
.modal input:focus,
.modal select:focus,
.modal textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(214,161,96,.16); }
.btn.full { width: 100%; }
.form-message { display: block; color: var(--deep-3); font-weight: 800; margin-top: 12px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 170px 1fr auto; padding-inline: 36px; }
  .main-nav { gap: 18px; font-size: 13px; }
  .hero-content { width: min(100% - 56px, 1180px); }
  .booking-card { grid-template-columns: 1fr 1fr; row-gap: 18px; }
  .booking-field:nth-child(2) { border-right: 0; }
  .booking-field:nth-child(3) { padding-left: 0; }
  .booking-submit { margin-left: 0; height: 58px; }
  .signature-grid { grid-template-columns: repeat(3, 1fr); }
  .locations-grid { grid-template-columns: 1fr; }
  .location-card, .location-card-reverse { grid-template-columns: 1.1fr .9fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr auto;
    min-height: 78px;
    padding: 18px 22px;
  }
  .brand { width: 124px; }
  .brand-main { font-size: 23px; }
  .brand-sub { font-size: 10px; }
  .main-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 78px;
    display: none;
    padding: 18px;
    background: rgba(18, 34, 29, .98);
    border: 1px solid rgba(214,161,96,.26);
    border-radius: 14px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .main-nav.is-open { display: flex; }
  .header-cta { display: none; }
  .mobile-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }
  .mobile-toggle span { width: 20px; height: 2px; background: #fff; border-radius: 2px; }
  .hero { min-height: 610px; }
  .hero-media { background-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(7,14,12,.92), rgba(16,26,22,.72) 54%, rgba(18,28,24,.25)); }
  .hero-content { width: calc(100% - 42px); padding-top: 128px; padding-bottom: 112px; }
  .hero h1 { font-size: clamp(52px, 13vw, 72px); }
  .hero-copy { font-size: 15.5px; max-width: 360px; }
  .hero-actions .btn { width: 100%; }
  .booking-card { width: calc(100% - 30px); margin-top: -55px; grid-template-columns: 1fr; padding: 18px; }
  .booking-field { border-right: 0; border-bottom: 1px solid rgba(231,220,205,.16); padding: 12px 0; min-height: 62px; }
  .booking-field:nth-child(2), .booking-field:nth-child(3) { padding-left: 0; }
  .booking-submit { width: 100%; min-width: 0; }
  .section { padding-top: 62px; padding-inline: 18px; }
  .section-heading span { font-size: 13px; }
  .signature-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .service-card img { height: 165px; }
  .card-medallion { width: 56px; height: 56px; margin-top: -28px; font-size: 23px; }
  .service-card p { padding: 0 8px; }
  .gift-panel { width: calc(100% - 30px); min-height: 390px; }
  .gift-bg { background-image: linear-gradient(180deg, rgba(18,35,30,.96), rgba(18,35,30,.84) 45%, rgba(18,35,30,.22)), url("../images/gift-voucher.jpg"); background-position: center right; }
  .gift-content { width: 100%; padding: 42px 28px; }
  .locations-grid { width: calc(100% - 30px); gap: 18px; }
  .location-card, .location-card-reverse { grid-template-columns: 1fr; }
  .location-card-reverse .location-copy { order: 2; }
  .location-card-reverse img { order: 1; }
  .location-card img { height: 240px; }
  .location-copy { padding: 30px 24px; }
  .testimonials-section { margin-top: 62px; padding: 48px 18px 60px; }
  .testimonial-track { grid-template-columns: 1fr; }
  .testimonial-card { display: none; }
  .testimonial-card.active { display: block; }
  .testimonial-arrow { display: none; }
  .footer-grid { width: calc(100% - 36px); grid-template-columns: 1fr; gap: 24px; }
  .footer-brand, .footer-col { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.10); padding-bottom: 22px; }
  .footer-bottom { flex-wrap: wrap; padding: 18px; gap: 14px; text-align: center; }
  .form-grid { grid-template-columns: 1fr; }
  .modal-card { padding: 28px 22px; }
  .modal-card h2 { font-size: 31px; }
}
@media (max-width: 520px) {
  .signature-grid { grid-template-columns: 1fr; }
  .service-card img { height: 220px; }
}
