﻿:root {
  --bg: #090909;
  --bg-soft: #111111;
  --panel: rgba(17, 17, 17, 0.9);
  --panel-alt: rgba(24, 24, 24, 0.86);
  --text: #f5f1e8;
  --muted: #c6bdaf;
  --line: rgba(203, 169, 86, 0.34);
  --line-soft: rgba(255, 255, 255, 0.08);
  --gold: #c8a247;
  --gold-soft: #ead8a2;
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  --container: min(1280px, calc(100% - 2.5rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(200, 162, 71, 0.12), transparent 30%),
    linear-gradient(180deg, #060606 0%, #0d0d0d 36%, #090909 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background:
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px,
      transparent 46px
    );
  mask-image: radial-gradient(circle at center, black 45%, transparent 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(7, 7, 7, 0.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background: rgba(7, 7, 7, 0.96);
  border-color: rgba(203, 169, 86, 0.16);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 0.08rem;
}

.brand-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-subtitle {
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.66rem;
}

.site-nav {
  display: flex;
  gap: 1.2rem;
  align-items: center;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-soft);
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--line-soft);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
  padding: 0.7rem;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  margin: 0.33rem 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-toggle.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(700px, calc(100vh - 80px));
  display: flex;
  align-items: center;
  padding: 3.2rem 0 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(200, 162, 71, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.96), rgba(7, 7, 7, 0.98));
  border-bottom: 1px solid rgba(203, 169, 86, 0.24);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(200, 162, 71, 0.16), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.3) 100%);
}

.hero-shell,
.hero-layout,
.hero-inner,
.hero-strip,
.section-frame,
.about-grid,
.section-head,
.services-feature,
.services-grid,
.gallery-grid,
.club-header,
.club-grid,
.booking-layout,
.footer-grid {
  position: relative;
  z-index: 1;
}

.hero-shell {
  display: grid;
  gap: 1.2rem;
}

.hero-layout {
  display: block;
}

.hero-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.section-tag,
.eyebrow {
  display: inline-flex;
  align-items: center;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.68rem;
}

.hero h1,
.section-frame h2,
.section-head h2,
.feature-copy h3,
.booking-copy h2,
.club-header h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.02;
  margin: 0;
  text-wrap: balance;
}

.hero h1 {
  margin: 0.7rem auto 0;
  max-width: 18ch;
  font-size: clamp(1.9rem, 2.5vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.section-frame h2,
.section-head h2,
.booking-copy h2,
.club-header h2 {
  max-width: none;
}

.hero-description,
.section-lead,
.about-card p,
.feature-copy p,
.service-card p,
.gallery-card span,
.club-header p,
.club-card p,
.booking-copy p,
.footer-brand p,
.footer-contact p {
  color: var(--muted);
  line-height: 1.8;
  font-size: clamp(0.96rem, 1vw, 1.02rem);
}

.hero-description {
  max-width: 64ch;
  margin: 0.95rem auto 0;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.35rem;
}

.hero-actions .btn {
  min-width: 210px;
}

.btn {
  min-height: 50px;
  padding: 0 1.3rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, #c8a247, #e5c66e);
  color: #140f03;
  border-color: transparent;
}

.btn-secondary {
  background: rgba(8, 8, 8, 0.42);
  color: var(--text);
}

.btn-block {
  width: 100%;
}

.hero-strip {
  margin-top: 0.35rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.hero-strip article,
.about-card,
.feature-copy,
.service-card,
.club-card,
.booking-copy,
.booking-form-shell,
.footer-contact {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--panel);
  border: 1px solid rgba(203, 169, 86, 0.16);
  box-shadow: var(--shadow);
}

.hero-strip article {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-sm);
}

.hero-strip span {
  display: block;
  color: var(--gold);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-bottom: 0.45rem;
}

.hero-strip strong {
  font-size: 0.93rem;
  line-height: 1.6;
}

.section {
  padding: clamp(3.3rem, 5vw, 4.6rem) 0;
  position: relative;
}

.section-intro,
.section-club {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
    transparent;
}

.section-frame {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  gap: 0.7rem 1.5rem;
  align-items: center;
}

.section-line {
  width: min(620px, 100%);
  height: 2px;
  margin: 0.8rem 0 1.1rem;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.section-frame h2,
.section-head h2,
.booking-copy h2,
.club-header h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  text-transform: uppercase;
}

.section-lead {
  max-width: 54ch;
  margin-top: 0;
  align-self: center;
}

.section-frame .section-tag,
.section-frame .section-line {
  grid-column: 1 / -1;
}

.about-grid {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 0.9rem;
}

.about-card {
  padding: 1.35rem;
  border-radius: var(--radius-md);
  min-height: 210px;
}

.about-card-wide {
  background:
    linear-gradient(180deg, rgba(200, 162, 71, 0.08), rgba(255, 255, 255, 0.01)),
    var(--panel);
}

.about-card strong {
  display: block;
  margin: 0.7rem 0 0.6rem;
  font-size: 1.14rem;
  line-height: 1.35;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.95fr);
  gap: 0.7rem 1.5rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.section-head-center {
  justify-items: stretch;
  text-align: left;
}

.section-head .section-tag {
  grid-column: 1 / -1;
}

.section-head h2 {
  grid-column: 1 / 2;
}

.section-head-copy {
  grid-column: 2 / 3;
  max-width: 48ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.95rem;
}

.services-feature {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 0.9rem;
  align-items: stretch;
}

.feature-copy,
.booking-copy,
.booking-form-shell {
  border-radius: var(--radius-lg);
  padding: 1.45rem;
}

.feature-copy h3 {
  margin-top: 0.75rem;
  font-size: clamp(1.55rem, 2.3vw, 2.2rem);
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.feature-list li {
  padding: 0.85rem 0.95rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line-soft);
}

.feature-visual {
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(203, 169, 86, 0.18);
}

.feature-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.service-card {
  padding: 1.3rem;
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
}

.service-card::before,
.club-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.service-top span {
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-card h3,
.club-card h3 {
  font-size: 1.05rem;
  margin: 0 0 0.6rem;
}

.section-gallery {
  background:
    radial-gradient(circle at bottom right, rgba(200, 162, 71, 0.08), transparent 22%),
    transparent;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 0.9rem;
}

.gallery-card {
  position: relative;
  min-height: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(203, 169, 86, 0.18);
  background: #111;
}

.gallery-large {
  min-height: 470px;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 5, 5, 0.8) 100%);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.gallery-card figcaption {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
}

.gallery-card strong {
  display: block;
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.club-shell {
  padding: 1.4rem 0;
}

.club-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 1.4rem;
}

.club-header p {
  max-width: 52ch;
}

.club-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}

.club-card {
  position: relative;
  padding: 1.45rem;
  border-radius: 28px;
}

.club-card strong {
  display: block;
  font-size: clamp(1.65rem, 2.8vw, 2.15rem);
  color: var(--gold-soft);
  margin-bottom: 0.7rem;
}

.plan-pill {
  display: inline-flex;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(200, 162, 71, 0.12);
  border: 1px solid rgba(203, 169, 86, 0.32);
  color: var(--gold-soft);
  font-size: 0.78rem;
  margin-bottom: 0.9rem;
}

.club-card-featured {
  transform: translateY(-6px);
  background:
    linear-gradient(180deg, rgba(200, 162, 71, 0.12), rgba(255, 255, 255, 0.02)),
    var(--panel-alt);
}

.section-booking {
  border-top: 1px solid rgba(203, 169, 86, 0.14);
}

.booking-layout {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 0.9rem;
  align-items: start;
}

.booking-details {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.8rem;
}

.booking-details div {
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line-soft);
}

.booking-details strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
}

.booking-form {
  display: grid;
  gap: 0.9rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.booking-form label {
  display: grid;
  gap: 0.55rem;
}

.booking-form span {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 0.88rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(203, 169, 86, 0.18);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.booking-form textarea {
  resize: vertical;
  min-height: 116px;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  border-color: rgba(234, 216, 162, 0.7);
  background: rgba(255, 255, 255, 0.05);
}

.service-summary,
.booking-status,
.appointment-list li {
  border-radius: 18px;
  border: 1px solid rgba(203, 169, 86, 0.18);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.9rem 1rem;
}

.service-summary {
  color: var(--muted);
  line-height: 1.7;
}

.service-summary strong {
  color: var(--gold-soft);
}

.booking-status {
  margin-top: 1rem;
  display: none;
}

.booking-status.is-visible {
  display: block;
}

.booking-status.success {
  border-color: rgba(137, 191, 126, 0.4);
  background: rgba(137, 191, 126, 0.1);
  color: #ddf5d8;
}

.booking-status.error {
  border-color: rgba(214, 107, 107, 0.42);
  background: rgba(214, 107, 107, 0.1);
  color: #ffd8d8;
}

.saved-bookings {
  margin-top: 1.15rem;
}

.saved-bookings-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.saved-bookings-head span {
  color: var(--muted);
  font-size: 0.82rem;
}

.appointment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.appointment-list li {
  display: grid;
  gap: 0.35rem;
}

.appointment-list li strong {
  font-size: 0.98rem;
}

.appointment-list li span {
  color: var(--muted);
}

.appointment-list .empty-state {
  text-align: center;
  color: var(--muted);
  padding: 1.3rem;
}

.site-footer {
  padding: 1.8rem 0 2.5rem;
  border-top: 1px solid rgba(203, 169, 86, 0.14);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 0.9rem;
  align-items: start;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-links a {
  color: var(--muted);
  transition: color 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--gold-soft);
}

.footer-contact {
  padding: 1.35rem;
  border-radius: var(--radius-md);
}

.footer-contact strong {
  display: block;
  margin: 0.75rem 0 0.85rem;
  font-size: 1.05rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .hero-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-strip article:last-child {
    grid-column: 1 / -1;
  }

  .section-frame,
  .section-head,
  .club-header {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .section-lead,
  .section-head-copy {
    max-width: 60ch;
  }

  .section-head h2,
  .section-head-copy {
    grid-column: 1 / 2;
  }

  .section-head,
  .club-header {
    align-items: start;
  }
}

@media (max-width: 980px) {
  .section-frame,
  .section-head,
  .club-header {
    grid-template-columns: 1fr;
  }

  .hero-strip,
  .about-grid,
  .services-grid,
  .gallery-grid,
  .club-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-feature,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .gallery-large,
  .about-card-wide {
    grid-column: span 2;
  }

  .hero-copy,
  .section-lead,
  .section-head-copy {
    max-width: none;
  }

  .hero h1 {
    max-width: 16ch;
    font-size: clamp(1.75rem, 3.6vw, 2.35rem);
  }
}

@media (max-width: 780px) {
  .site-nav {
    position: fixed;
    top: 80px;
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.4rem;
    padding: 1rem;
    background: rgba(8, 8, 8, 0.98);
    border: 1px solid rgba(203, 169, 86, 0.18);
    border-radius: 20px;
    transform: translateY(-14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    padding: 0.85rem 0.5rem;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 3rem 0 1.5rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 14ch;
    font-size: clamp(1.55rem, 6.2vw, 2rem);
  }

  .section-frame h2,
  .section-head h2,
  .booking-copy h2,
  .club-header h2,
  .feature-copy h3 {
    font-size: clamp(1.75rem, 7vw, 2.35rem);
  }

  .hero-strip,
  .about-grid,
  .services-grid,
  .gallery-grid,
  .club-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-large,
  .about-card-wide {
    grid-column: auto;
  }

  .section,
  .site-footer {
    padding-top: 4rem;
  }

  .section-head,
  .club-header,
  .saved-bookings-head {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .section-head-copy,
  .section-lead {
    max-width: none;
  }

  .club-card-featured {
    transform: none;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 1rem);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-title {
    font-size: 1.45rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
    letter-spacing: 0.24em;
  }

  .section-tag,
  .eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .hero-description,
  .section-lead,
  .about-card p,
  .feature-copy p,
  .service-card p,
  .gallery-card span,
  .club-header p,
  .club-card p,
  .booking-copy p,
  .footer-brand p,
  .footer-contact p {
    font-size: 0.93rem;
    line-height: 1.7;
  }

  .hero-actions .btn {
    width: 100%;
    min-width: 0;
  }

  .feature-copy,
  .booking-copy,
  .booking-form-shell,
  .about-card,
  .service-card,
  .club-card,
  .footer-contact {
    padding: 1.15rem;
  }

  .gallery-card {
    min-height: 280px;
  }

  .gallery-large {
    min-height: 360px;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea,
  .service-summary,
  .booking-status,
  .appointment-list li {
    border-radius: 14px;
  }
}
