:root {
  --ink: #050505;
  --ink-soft: #17130e;
  --paper: #2b2926;
  --paper-deep: #cd9b64;
  --ember: #f4b400;
  --cream: #f9f8f5;
  --black-main: #050505;
  --black-warm: #17130e;
  --graphite: #2b2926;
  --cognac: #cd9b64;
  --classic-gold: #c8a15d;
  --gold-callout: #f4b400;
  --gold-light: #fad468;
  --soft-white: #f9f8f5;
  --stone-beige: #cfc6b7;
  --wine: #462421;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 92px;
  padding: 18px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgb(205 155 100 / 25%);
}
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-logo { display: block; width: clamp(170px, 16vw, 215px); height: auto; }
.site-header nav { display: flex; align-items: center; gap: 38px; color: var(--stone-beige); font-size: 15px; font-weight: 650; letter-spacing: .015em; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; }
.site-header nav a:hover { color: var(--cream); }
.header-cta {
  justify-self: end; padding: 12px 18px; border: 1px solid var(--cognac);
  border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: .025em;
  color: var(--gold-light); transition: background .2s ease, color .2s ease;
}
.header-cta:hover { background: var(--gold-callout); color: var(--black-main); }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  padding: 148px clamp(24px, 5vw, 76px) 54px;
  background:
    radial-gradient(circle at 18% 36%, rgb(205 155 100 / 12%), transparent 29%),
    linear-gradient(116deg, var(--black-main) 0 55%, var(--black-warm) 55% 100%);
  overflow: hidden;
}
.hero-copy { align-self: center; max-width: 780px; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--cognac); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--ember); }
h1 { margin: 0; font: 500 clamp(54px, 7vw, 104px)/.88 Georgia, 'Times New Roman', serif; letter-spacing: -.055em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 29px 0 0; color: var(--stone-beige); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 0 24px; border-radius: 3px; font-size: 13px; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-callout); color: var(--black-main); }
.button-primary:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgb(205 155 100 / 48%); color: var(--soft-white); }
.button-ghost:hover { background: var(--graphite); }
.service-strip { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 37px 0 0; padding: 0; color: var(--stone-beige); list-style: none; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.service-strip li:not(:last-child)::after { content: '·'; margin-left: 24px; color: var(--ember); }

.hero-art { position: relative; display: grid; place-items: center; min-height: 540px; }
.hero-art::before {
  content: ''; position: absolute; width: min(40vw, 520px); aspect-ratio: 1;
  border: 1px solid rgb(205 155 100 / 30%); border-radius: 50%;
  box-shadow: 0 0 0 34px rgb(200 161 93 / 4%), 0 0 0 76px rgb(200 161 93 / 2%);
}
.hero-frame {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  width: min(28vw, 370px); aspect-ratio: .72; padding: 42px 38px;
  border: 1px solid rgb(205 155 100 / 38%);
  background: linear-gradient(155deg, rgb(43 41 38 / 88%), rgb(5 5 5 / 82%));
  box-shadow: 0 32px 80px rgb(0 0 0 / 28%);
  transform: rotate(3deg);
}
.hero-blade { position: absolute; left: 50%; top: 13%; width: auto; height: 47%; transform: translateX(-50%); object-fit: contain; filter: drop-shadow(0 10px 26px rgb(205 155 100 / 20%)); }
.hero-frame p { margin: 0 0 6px; color: var(--stone-beige); font-size: 11px; letter-spacing: .17em; text-transform: uppercase; }
.hero-frame strong { font: 500 42px/1 Georgia, serif; }
.barber-line { height: 5px; margin-top: 23px; background: repeating-linear-gradient(115deg, var(--gold-callout) 0 14px, var(--soft-white) 14px 28px, var(--wine) 28px 42px); }
.hero-hours { position: absolute; right: 0; bottom: 16%; display: grid; grid-template-columns: auto auto; gap: 5px 20px; padding: 16px 18px; border: 1px solid rgb(205 155 100 / 45%); background: var(--graphite); color: var(--soft-white); box-shadow: 0 18px 45px rgb(0 0 0 / 34%); transform: rotate(-2deg); }
.hero-hours span { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-hours strong { font-size: 11px; }

.proof-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  align-items: stretch;
  background: var(--gold-callout);
  color: var(--black-main);
}
.proof-bar > * { min-height: 116px; padding: 28px clamp(22px, 3.5vw, 52px); border-right: 1px solid rgb(5 5 5 / 24%); }
.proof-bar div { display: flex; flex-direction: column; justify-content: center; }
.proof-bar strong { font: 500 32px/1 Georgia, serif; }
.proof-bar span { margin-top: 8px; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.proof-bar > a { display: flex; align-items: center; gap: 20px; font-size: 12px; font-weight: 750; white-space: nowrap; }

.section { padding: clamp(84px, 10vw, 150px) clamp(24px, 6vw, 90px); }
.services { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(450px, 1.22fr); gap: clamp(54px, 8vw, 130px); background: var(--graphite); color: var(--soft-white); }
.section-heading { position: sticky; top: 38px; align-self: start; }
.eyebrow.dark { color: var(--cognac); }
.section-heading h2, .club-copy h2, .experience-copy h2, .visit-copy h2 { margin: 0; font: 500 clamp(45px, 5.2vw, 76px)/.95 Georgia, serif; letter-spacing: -.045em; }
.section-heading h2 em, .club-copy h2 em, .experience-copy h2 em, .visit-copy h2 em { font-weight: 400; }
.section-heading h2 em, .experience-copy h2 em { color: var(--gold-light); }
.section-heading > p:last-child, .experience-copy > p:last-child { max-width: 470px; margin: 28px 0 0; color: var(--stone-beige); font-size: 16px; line-height: 1.75; }
.service-list { border-top: 1px solid rgb(200 161 93 / 34%); }
.service-card { display: grid; grid-template-columns: 42px 1fr auto; gap: 24px; align-items: start; padding: 35px 0; border-bottom: 1px solid rgb(200 161 93 / 34%); }
.service-number { padding-top: 8px; color: var(--cognac); font-size: 10px; letter-spacing: .15em; }
.service-card h3 { margin: 0; font: 500 clamp(30px, 3vw, 44px)/1 Georgia, serif; }
.service-card p { max-width: 560px; margin: 12px 0 0; color: var(--stone-beige); font-size: 14px; line-height: 1.65; }
.service-card > a { display: grid; place-items: center; width: 45px; aspect-ratio: 1; border: 1px solid var(--classic-gold); border-radius: 50%; color: var(--gold-callout); transition: background .2s ease, color .2s ease; }
.service-card > a:hover { background: var(--gold-callout); color: var(--black-main); }

.club { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; background: var(--black-warm); }
.club-art { position: relative; display: grid; place-items: center; min-height: 580px; overflow: hidden; background: linear-gradient(145deg, var(--black-main), var(--graphite)); }
.club-art::before { content: ''; position: absolute; width: min(38vw, 520px); aspect-ratio: 1; border: 1px solid rgb(205 155 100 / 28%); border-radius: 50%; box-shadow: 0 0 0 48px rgb(200 161 93 / 4%), 0 0 0 100px rgb(200 161 93 / 2%); }
.club-circle { display: grid; place-items: center; width: min(27vw, 360px); aspect-ratio: 1; border: 1px solid var(--cognac); border-radius: 50%; overflow: hidden; }
.club-blade { width: auto; height: 64%; object-fit: contain; filter: drop-shadow(0 10px 30px rgb(250 212 104 / 18%)); }
.club-ticket { position: absolute; right: 8%; bottom: 15%; padding: 22px 27px; background: var(--gold-callout); color: var(--black-main); font: 700 14px/1.2 Georgia, serif; letter-spacing: .05em; text-transform: uppercase; transform: rotate(-5deg); box-shadow: 0 20px 44px rgb(0 0 0 / 40%); }
.club-copy { align-self: center; max-width: 680px; padding: 80px clamp(35px, 7vw, 110px); }
.club-copy h2 em { color: var(--gold-light); }
.club-copy > p:not(.eyebrow) { margin: 30px 0 0; color: var(--stone-beige); font-size: 16px; line-height: 1.75; }
.button-light { margin-top: 35px; background: var(--classic-gold); color: var(--black-main); }
.button-light:hover { background: var(--gold-light); }

.experience { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 140px); background: var(--black-warm); color: var(--soft-white); }
.amenities { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgb(200 161 93 / 34%); border-left: 1px solid rgb(200 161 93 / 34%); }
.amenities div { display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid rgb(200 161 93 / 34%); border-bottom: 1px solid rgb(200 161 93 / 34%); background: var(--graphite); }
.amenities span { color: var(--gold-callout); font-size: 10px; letter-spacing: .14em; }
.amenities strong { max-width: 260px; font: 500 22px/1.25 Georgia, serif; }

.visit { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 10vw, 150px); align-items: center; padding: clamp(90px, 11vw, 165px) clamp(24px, 6vw, 90px); background: var(--ink); }
.visit-copy h2 em { color: var(--gold-light); }
.visit address { margin-top: 32px; color: var(--stone-beige); font-size: 15px; font-style: normal; line-height: 1.75; }
.visit-actions { display: flex; align-items: center; gap: 26px; margin-top: 32px; }
.text-link { padding-bottom: 4px; border-bottom: 1px solid rgb(205 155 100 / 55%); color: var(--gold-light); font-size: 13px; }
.schedule { border-top: 1px solid rgb(205 155 100 / 35%); }
.schedule > p { margin: 0; padding: 22px 0; color: var(--cognac); font: 500 24px/1 Georgia, serif; border-bottom: 1px solid rgb(205 155 100 / 22%); }
.schedule div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgb(205 155 100 / 22%); font-size: 12px; }
.schedule div span { color: var(--stone-beige); }
.schedule > a { display: flex; justify-content: space-between; margin-top: 22px; color: var(--gold-callout); font-size: 12px; font-weight: 750; }

footer { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: clamp(32px, 5vw, 72px); padding: 42px clamp(24px, 5vw, 76px); border-top: 1px solid rgb(205 155 100 / 25%); background: var(--black-main); }
.footer-brand { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.footer-logo { display: block; width: clamp(170px, 16vw, 205px); height: auto; }
.footer-brand p { margin: 0; color: var(--stone-beige); font-size: 14px; line-height: 1.5; }
.footer-links { display: flex; align-items: center; gap: 30px; color: var(--stone-beige); font-size: 14px; font-weight: 650; }
.footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-links a:hover { color: var(--gold-light); }
.footer-note { color: rgb(207 198 183 / 70%); font-size: 13px; line-height: 1.5; white-space: nowrap; }
.mobile-booking { display: none; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 140px; }
  .hero-art { min-height: 480px; }
  .hero-frame { width: min(72vw, 360px); }
  .proof-bar { grid-template-columns: repeat(3, 1fr); }
  .proof-bar > a { grid-column: 1 / -1; min-height: 72px; justify-content: center; }
  .services, .experience { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .club { grid-template-columns: 1fr; }
  .club-art { min-height: 540px; }
  .club-circle { width: min(56vw, 340px); }
  .visit { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr auto; }
  .footer-brand { grid-row: span 2; }
  .footer-note { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .site-header { min-height: 78px; }
  .header-cta { padding: 10px 12px; font-size: 12px; }
  .brand-logo { width: 148px; }
  .hero { padding-top: 124px; }
  .hero-actions, .button { width: 100%; }
  .hero-art { min-height: 430px; }
  .hero-hours { right: -8px; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar > * { min-height: 100px; padding: 22px; }
  .proof-bar > div:nth-child(3) { grid-column: 1 / -1; }
  .service-card { grid-template-columns: 28px 1fr auto; gap: 12px; }
  .club-art { min-height: 430px; }
  .club-copy { padding: 74px 24px; }
  .amenities { grid-template-columns: 1fr; }
  .amenities div { min-height: 140px; }
  .visit-actions { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; gap: 24px; padding-top: 36px; padding-bottom: 110px; }
  .footer-brand { grid-row: auto; }
  .footer-logo { width: 180px; }
  .footer-links { flex-wrap: wrap; gap: 18px 26px; font-size: 15px; }
  .footer-brand p { font-size: 15px; }
  .footer-note { font-size: 13px; }
  .footer-note { grid-column: auto; }
  .mobile-booking { position: fixed; z-index: 20; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 0 21px; background: var(--gold-callout); color: var(--black-main); border-radius: 3px; box-shadow: 0 12px 35px rgb(0 0 0 / 44%); font-size: 13px; font-weight: 800; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
