:root {
  --green-900: #182214;
  --green-800: #24351f;
  --green-700: #33472a;
  --green-500: #5f7755;
  --gold-600: #a68a4a;
  --gold-500: #c9a962;
  --blue-100: #e8f1ef;
  --paper: #fbfaf6;
  --white: #ffffff;
  --ink: #20231d;
  --muted: #666b5f;
  --line: #ded9c9;
  --shadow: 0 18px 50px rgba(24, 34, 20, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

p,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding-left: 1.1rem;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--green-800);
  padding: .7rem 1rem;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 74px;
  padding: .7rem clamp(1rem, 4vw, 3rem);
  background: rgba(251, 250, 246, .9);
  border-bottom: 1px solid rgba(51, 71, 42, .12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: min(180px, 44vw);
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(.8rem, 2vw, 1.6rem);
  color: var(--green-800);
  font-size: .94rem;
  font-weight: 700;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--gold-600);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .78rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.nav-cta,
.button-primary {
  background: var(--green-700);
  color: var(--white);
}

.button-primary:hover,
.nav-cta:hover {
  background: var(--green-900);
  color: var(--white);
  transform: translateY(-1px);
}

.button-secondary {
  border-color: var(--green-700);
  color: var(--green-800);
  background: transparent;
}

.button-secondary:hover {
  background: var(--green-700);
  color: var(--white);
}

.booking-section .button-secondary {
  border-color: rgba(255, 255, 255, .32);
  color: var(--white);
}

.booking-section .button-secondary:hover {
  background: var(--white);
  color: var(--green-800);
}

.button-quiet {
  border-color: rgba(255, 255, 255, .72);
  color: var(--white);
  background: rgba(255, 255, 255, .08);
}

.button-quiet:hover {
  background: var(--white);
  color: var(--green-800);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: linear-gradient(120deg, var(--green-900) 0%, var(--green-800) 58%, var(--green-700) 100%);
  color: var(--white);
}

.hero-media,
.hero-media img,
.hero-water-motion,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  left: 36%;
  width: 64%;
  overflow: hidden;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 42%;
  background: linear-gradient(90deg, var(--green-900) 0%, rgba(24, 34, 20, .88) 28%, rgba(24, 34, 20, 0) 100%);
  pointer-events: none;
}

.hero-media img {
  object-fit: cover;
  object-position: 82% center;
  filter: saturate(.9) contrast(.95);
  transform: scale(1.02);
  animation: hero-image-drift 18s ease-in-out infinite alternate;
}

.hero-water-motion {
  z-index: 0;
  left: 36%;
  width: 64%;
  opacity: .2;
  mix-blend-mode: screen;
  filter: saturate(1.12);
  pointer-events: none;
}

.hero-shade {
  background:
    radial-gradient(circle at 75% 35%, rgba(232, 241, 239, .12), transparent 34%),
    linear-gradient(90deg, rgba(24, 34, 20, .82) 0%, rgba(24, 34, 20, .52) 44%, rgba(24, 34, 20, .18) 78%),
    linear-gradient(0deg, rgba(24, 34, 20, .68), rgba(24, 34, 20, .04) 50%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(220px, 340px);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 8rem 0 4rem;
}

.hero h1,
.section h2,
.intro-band h2,
.booking-section h2,
.booking-hero h1,
.contact-card h2,
.social-card h2,
.reservation-help h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  line-height: .95;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(4.4rem, 12vw, 9.8rem);
}

.hero-lede {
  max-width: 670px;
  margin-top: 1.1rem;
  font-size: clamp(1.2rem, 2.4vw, 1.72rem);
  line-height: 1.35;
  text-wrap: balance;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.7rem;
}

@keyframes hero-image-drift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(-1.4%, .8%, 0);
  }
}

.hero-note {
  display: grid;
  gap: .45rem;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .11);
  backdrop-filter: blur(16px);
}

.hero-note strong {
  font-family: var(--serif);
  font-size: 1.36rem;
  line-height: 1.1;
}

.hero-note span {
  color: rgba(255, 255, 255, .86);
}

.intro-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(1180px, calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.intro-band h2 {
  color: var(--green-800);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
}

.intro-band p {
  max-width: 780px;
  margin-top: .55rem;
  color: var(--muted);
}

.text-link {
  flex: 0 0 auto;
  color: var(--green-700);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section-heading {
  max-width: 650px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section h2,
.booking-section h2,
.contact-card h2,
.social-card h2,
.reservation-help h2 {
  color: var(--green-800);
  font-size: clamp(2.6rem, 5vw, 5rem);
}

.section-heading p,
.rhythm-copy p,
.story-copy p,
.booking-copy p,
.contact-card p,
.social-card p,
.reservation-help p {
  margin-top: .85rem;
  color: var(--muted);
  font-size: 1.03rem;
}

.split {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.split .section-heading {
  grid-column: 1 / -1;
}

.image-panel {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border-radius: 8px;
  min-height: 520px;
  background: var(--green-800);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.facility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}

.facility-grid article,
.detail-grid article,
.rules-list details,
.contact-card,
.social-card,
.reservation-help article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 30px rgba(24, 34, 20, .06);
}

.facility-grid article {
  padding: 1.2rem;
}

.facility-grid h3,
.detail-grid h3 {
  margin: 0 0 .45rem;
  color: var(--green-800);
  font-family: var(--serif);
  font-size: 1.72rem;
  line-height: 1.05;
}

.facility-grid p,
.detail-grid li,
.rules-list p {
  color: var(--muted);
}

.rhythm {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.timeline {
  display: grid;
  gap: .8rem;
  list-style: none;
  padding: 0;
  counter-reset: item;
}

.timeline li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: .3rem 1rem;
  padding: 1rem 0 1rem 1rem;
  border-left: 2px solid var(--gold-500);
}

.timeline span {
  grid-row: span 2;
  color: var(--gold-600);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.timeline strong {
  color: var(--green-800);
  font-size: 1.03rem;
}

.timeline p {
  color: var(--muted);
}

.prices {
  padding-top: clamp(4.5rem, 8vw, 7rem);
}

.price-wrap {
  margin-top: 2.2rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

th,
td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

thead th {
  background: var(--green-800);
  color: var(--white);
}

tbody th {
  color: var(--green-800);
}

td {
  color: var(--gold-600);
  font-weight: 800;
  font-size: 1.08rem;
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.detail-grid article {
  padding: 1.3rem;
}

.detail-grid ul {
  display: grid;
  gap: .45rem;
}

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.story-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.story-image img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.story-copy p {
  font-size: 1.08rem;
}

.rules {
  display: grid;
  grid-template-columns: minmax(240px, 420px) 1fr;
  gap: clamp(1.5rem, 5vw, 4rem);
}

.rules-list {
  display: grid;
  gap: .8rem;
}

.rules-list details {
  padding: 1rem 1.1rem;
}

.rules-list summary {
  cursor: pointer;
  color: var(--green-800);
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 600;
}

.rules-list p {
  margin-top: .5rem;
}

.booking-section {
  display: grid;
  grid-template-columns: minmax(260px, 470px) 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(4.5rem, 8vw, 7rem) max(1rem, calc((100vw - 1180px) / 2));
  background: var(--green-800);
  color: var(--white);
}

.booking-section h2 {
  color: var(--white);
}

.booking-copy p {
  color: rgba(255, 255, 255, .82);
}

.booking-page-widget {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.booking-panel {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: var(--white);
}

.booking-panel h3,
.booking-panel h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.booking-panel ol {
  display: grid;
  gap: .6rem;
  margin: 0;
  color: rgba(255, 255, 255, .84);
}

.booking-panel .button {
  width: fit-content;
}

.booking-panel-light {
  max-width: 720px;
  background: var(--white);
  color: var(--ink);
}

.booking-panel-light h2 {
  color: var(--green-800);
}

.booking-panel-light p {
  color: var(--muted);
}

.text-link-light {
  color: rgba(255, 255, 255, .9);
}

.booking-loader {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.salonized-booking {
  min-height: 1px;
}

iframe[src*="widget.salonized.com/button"] {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.contact-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-card,
.social-card,
.reservation-help article {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.contact-card a,
.social-card a,
.reservation-help a {
  color: var(--green-700);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}

.social-links a {
  display: inline-flex;
  padding: .7rem .9rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  background: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 4vw, 3rem);
  background: var(--green-900);
  color: rgba(255, 255, 255, .82);
  font-size: .95rem;
}

.site-footer a {
  color: var(--white);
  font-weight: 800;
}

.booking-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 9rem 0 3rem;
}

.booking-hero h1 {
  color: var(--green-800);
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.booking-hero p {
  max-width: 720px;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.16rem;
}

.booking-hero img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-page-widget {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.reservation-help {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 920px) {
  .site-header {
    min-height: 66px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border: 0;
    background: transparent;
    color: var(--green-800);
    font-weight: 800;
    cursor: pointer;
  }

  .nav-toggle__icon {
    display: grid;
    gap: 4px;
  }

  .nav-toggle__icon span {
    display: block;
    width: 19px;
    height: 2px;
    background: currentColor;
  }

  .site-nav {
    position: fixed;
    inset: 66px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .8rem 1rem 1rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: .85rem .2rem;
  }

  .nav-cta {
    margin-top: .5rem;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-media,
  .hero-water-motion {
    left: 0;
    width: 100%;
  }

  .hero-media::before {
    display: none;
  }

  .hero-media img {
    object-position: center center;
  }

  .hero-inner,
  .split,
  .rhythm,
  .story,
  .rules,
  .booking-section,
  .contact-social,
  .booking-hero,
  .reservation-help {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding: 7.2rem 0 3rem;
  }

  .hero h1 {
    font-size: clamp(4rem, 19vw, 7rem);
  }

  .hero-note {
    max-width: 460px;
  }

  .intro-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .image-panel {
    position: relative;
    top: auto;
    min-height: 360px;
  }

  .image-panel img {
    min-height: 360px;
  }

  .detail-grid,
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .booking-section {
    padding-inline: 1rem;
  }
}

@media (max-width: 560px) {
  .hero-actions,
  .booking-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-lede {
    font-size: 1.12rem;
  }

  .section {
    width: min(100% - 1rem, 1180px);
  }

  .intro-band,
  .booking-page-widget,
  .booking-hero {
    width: min(100% - 1rem, 1180px);
  }

  .site-footer {
    flex-direction: column;
  }
}

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

  .hero-water-motion {
    opacity: .24;
  }
}
