:root {
  --teal: #1ea7a0;
  --teal-dark: #168881;
  --teal-50: #e7f6f5;
  --ink: #0f1c1b;
  --ink-2: #355153;
  --muted: #6b7f80;
  --bg: #ffffff;
  --bg-alt: #f5faf9;
  --line: #e3ecec;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 28, 27, 0.08);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-weight: 500; }
strong { font-weight: 600; }

img { max-width: 100%; display: block; }

a { color: var(--teal-dark); text-decoration: none; }
a:hover { color: var(--teal); }

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.is-scrolled {
  background: #043636;
  border-bottom-color: rgba(255,255,255,0.08);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 96px;
}
.brand-logo {
  height: 70px;
  width: auto;
}
.primary-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  margin-right: 24px;
}
.primary-nav a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  transition: color .2s ease, text-shadow .2s ease;
}
.primary-nav a:hover { color: var(--teal-50); }
.site-header.is-scrolled .primary-nav a { text-shadow: none; }
.site-header.is-scrolled .primary-nav a:hover { color: var(--teal-50); }

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: background .2s ease;
}
.site-header.is-scrolled .nav-toggle span { background: var(--ink); }

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 22px;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 15px;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn-primary {
  background: var(--teal);
  color: #fff;
}
.btn-primary:hover {
  background: var(--teal-dark);
  color: #fff;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--teal);
  color: var(--teal);
}
.btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
.btn-ghost-light:hover {
  background: #fff;
  color: var(--teal-dark);
  border-color: #fff;
}

/* Hero — full-width banner with left-anchored overlay */
.hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 28, 27, 1) 0%, rgba(16, 28, 27, 0.65) 35%, rgba(16, 28, 27, 0) 75%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 160px clamp(24px, 6vw, 88px) 96px;
    max-width: 820px;
    width: 100%;
    margin-left: clamp(16px, 6vw, 96px);
}
.hero-content .eyebrow { color: #fff; opacity: 0.9; }
.hero-content h1 { color: #fff; }
.hero-content .lede { color: rgba(255,255,255,0.92); }
.hero-brand {
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 400;
  color: var(--teal-50);
  opacity: 0.95;
  margin: 0 0 4px;
}
.hero-place {
    font-size: clamp(72px, 12vw, 82px);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0 0 36px;
}
.hero-address {
  font-style: normal;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
  color: rgba(255,255,255,0.92);
  margin: 0 0 28px;
}
.hero-status {
  display: flex;
  align-items: baseline;
  gap: 14px;
  font-size: clamp(18px, 1.6vw, 22px);
  margin: 0 0 32px;
}
.hero-status-now { color: var(--teal-50); font-weight: 500; }
.hero-status-closes { color: rgba(255,255,255,0.85); }
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 600;
  color: var(--teal-dark);
  margin: 0 0 12px;
}
h1 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 14px;
}
h3 {
  font-size: 19px;
  margin: 0 0 8px;
}
.lede {
  font-size: 18px;
  color: var(--ink-2);
  margin: 0 0 28px;
  max-width: 56ch;
}
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-points {
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  color: rgba(255,255,255,0.92);
  font-size: 14px;
}
.hero-points li::before {
  content: "✓";
  color: var(--teal);
  font-weight: 600;
  margin-right: 8px;
}

/* Trust strip */
.trust { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 28px 24px;
  text-align: center;
}
.trust-row strong {
  display: block;
  font-size: 26px;
  color: var(--teal-dark);
}
.trust-row span {
  color: var(--muted);
  font-size: 14px;
}

/* Sections */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-alt); }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.section-sub {
  color: var(--ink-2);
  font-size: 17px;
  margin: 0;
}

/* Service grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--teal);
  color: inherit;
}
.service-card:hover .service-link { color: var(--teal); }
.service-card:hover .service-link span { transform: translateX(3px); }
.service-card:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.service-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card h3 { margin: 0 0 6px; font-size: 17px; }
.service-card p { color: var(--ink-2); margin: 0 0 14px; font-size: 14px; }
.service-link {
  margin-top: auto;
  color: var(--teal-dark);
  font-weight: 500;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-link:hover { color: var(--teal); }
.service-link span { transition: transform .15s ease; }
.service-link:hover span { transform: translateX(3px); }

/* About */
.about-grid, .visit-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-media img, .visit-media img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}
.check-list li {
  padding-left: 30px;
  position: relative;
  color: var(--ink-2);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: var(--teal-50);
  color: var(--teal-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 600;
}

/* Features */
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--teal-50);
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 16px;
}
.feature p { color: var(--ink-2); margin: 0; }

/* Visit */
.hours {
  display: grid;
  gap: 6px;
  margin: 20px 0 22px;
}
.hours div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed var(--line);
  padding: 8px 0;
  max-width: 360px;
}
.hours dt { font-weight: 500; color: var(--ink); margin: 0; }
.hours dd { margin: 0; color: var(--ink-2); }
.address { color: var(--ink-2); margin: 0 0 22px; }

/* Contact */
.contact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}
.contact-list li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}
.contact-list strong { color: var(--ink); }
.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}
.contact-form label { display: grid; gap: 6px; font-size: 14px; color: var(--ink-2); }
.contact-form input, .contact-form textarea {
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(30, 167, 160, 0.15);
}
.form-success {
  margin: 0;
  color: var(--teal-dark);
  font-weight: 500;
}

/* Footer */
.site-footer {
  background: #0f1c1b;
  color: #c8d6d6;
  padding: 64px 0 24px;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1f3231;
}
.site-footer h4 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.site-footer a { color: #c8d6d6; }
.site-footer a:hover { color: #fff; }
.footer-logo {
  height: 38px;
  margin-bottom: 14px;
  filter: brightness(0) invert(1);
}
.footer-bottom { padding: 20px 24px 0; color: #88a09f; }

/* Responsive */
@media (max-width: 960px) {
  .about-grid, .visit-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-media img, .visit-media img { height: 360px; }
  .hero-content { padding: 120px 24px 80px; }
  .services-grid {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px 12px;
    margin: 0 -20px;
    scrollbar-width: thin;
  }
  .services-grid .service-card {
    flex: 0 0 64%;
    max-width: 320px;
    scroll-snap-align: start;
  }
  .features { grid-template-columns: repeat(2, 1fr); }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .primary-nav, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .primary-nav.open {
    display: flex;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #fff;
    padding: 16px 24px;
    gap: 14px;
    border-bottom: 1px solid var(--line);
    margin: 0;
  }
  .primary-nav.open a {
    color: var(--ink-2);
    text-shadow: none;
    font-weight: 400;
  }
  .section { padding: 64px 0; }
  .hero-content { padding: 110px 24px 64px; }
  .services-grid .service-card { flex-basis: 80%; }
  .features { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-list li { grid-template-columns: 1fr; gap: 4px; }
}

/* Booking modal */
body.book-modal-open { overflow: hidden; }
.book-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.book-modal[hidden] { display: none; }
.book-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 28, 27, 0.55);
  backdrop-filter: blur(2px);
}
.book-modal__panel {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: min(720px, 90vh);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(15, 28, 27, 0.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.book-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: var(--bg-alt);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--ink);
}
.book-modal__close:hover { background: var(--teal-50); color: var(--teal-dark); }
.book-modal__head {
  padding: 28px 28px 8px;
}
.book-modal__head h2 { margin: 0 0 4px; font-size: 22px; }
.book-modal__head p { margin: 0; color: var(--muted); font-size: 14px; }
.book-modal__search { padding: 16px 28px 8px; }
.book-modal__search input {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.book-modal__search input:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(30, 167, 160, 0.15);
}
.book-modal__list {
  list-style: none;
  margin: 0;
  padding: 8px 16px;
  overflow-y: auto;
  flex: 1;
  min-height: 200px;
}
.book-modal__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  color: var(--ink);
}
.book-modal__list li:hover { background: var(--bg-alt); }
.book-modal__list li.is-selected { background: var(--teal-50); color: var(--teal-dark); }
.book-modal__check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 13px;
  color: transparent;
  flex-shrink: 0;
}
.book-modal__list li.is-selected .book-modal__check {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}
.book-modal__empty {
  padding: 24px 28px;
  margin: 0;
  text-align: center;
  color: var(--muted);
}
.book-modal__foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 28px 24px;
  border-top: 1px solid var(--line);
}
.book-modal__next[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.45;
}

@media (max-width: 600px) {
  .book-modal { padding: 0; }
  .book-modal__panel {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }
}
