:root {
  --ink: #0b0d0c;
  --cream: #f5f0df;
  --green: #087f3e;
  --green-bright: #15a959;
  --gold: #ffd43b;
  --red: #e83a27;
  --muted: #b8b8ae;
  --line: rgba(245, 240, 223, 0.18);
  --max: 1240px;
}

* { 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;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -60px;
  left: 1rem;
  z-index: 100;
  padding: .75rem 1rem;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 84px;
  padding: 14px clamp(18px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(11, 13, 12, .94);
  border-color: var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: white;
  text-decoration: none;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.22rem;
  line-height: .84;
  letter-spacing: .045em;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transform: skew(-9deg);
}
.brand-mark i:nth-child(1) { background: var(--green-bright); }
.brand-mark i:nth-child(2) { background: var(--gold); }
.brand-mark i:nth-child(3) { background: var(--red); }
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
}
.site-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 850;
  font-size: .82rem;
  letter-spacing: .1em;
}
.site-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta {
  padding: 12px 19px;
  color: var(--ink);
  background: var(--gold);
  border-radius: 999px;
}
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  height: 100svh;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero-image, .hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image { object-fit: cover; object-position: center; z-index: -3; }
.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 9, 8, .93) 0%, rgba(7, 9, 8, .74) 31%, rgba(7, 9, 8, .16) 65%, rgba(7, 9, 8, .08) 100%),
    linear-gradient(0deg, rgba(7, 9, 8, .72) 0%, transparent 42%);
}
.hero-copy {
  width: min(92%, var(--max));
  margin: 0 auto;
  padding-top: 72px;
}
.eyebrow, .section-number {
  text-transform: uppercase;
  font-weight: 900;
  font-size: .78rem;
  letter-spacing: .18em;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
}
.eyebrow span {
  width: 32px;
  height: 4px;
  background: var(--green-bright);
}
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .88;
  letter-spacing: -.02em;
}
h1 {
  margin: 24px 0 28px;
  max-width: 820px;
  font-size: clamp(4.6rem, 10.5vw, 10rem);
}
h1 em {
  color: var(--gold);
  font-style: normal;
  -webkit-text-stroke: 1px rgba(11, 13, 12, .25);
}
.hero-intro {
  max-width: 580px;
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
  line-height: 1.55;
  color: rgba(255,255,255,.87);
}
.hero-actions {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border: 0;
  border-radius: 2px;
  font: inherit;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  cursor: pointer;
}
.button-primary {
  min-width: 238px;
  background: var(--green-bright);
  color: white;
}
.button-primary:hover { background: var(--gold); color: var(--ink); }
.text-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .1em;
  border-bottom: 2px solid var(--gold);
}
.hero-stamp {
  position: absolute;
  right: clamp(24px, 4vw, 66px);
  bottom: 34px;
  width: 126px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 2px solid var(--cream);
  border-radius: 50%;
  transform: rotate(8deg);
  background: rgba(11, 13, 12, .62);
  backdrop-filter: blur(7px);
}
.hero-stamp span { font-size: .61rem; font-weight: 900; letter-spacing: .16em; }
.hero-stamp strong { color: var(--gold); font: 2.35rem/1 Impact, sans-serif; }

.ticker {
  height: 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  background: var(--gold);
  color: var(--ink);
  border-block: 4px solid var(--ink);
  font-family: Impact, sans-serif;
  font-size: 1.45rem;
  letter-spacing: .075em;
}
.ticker div {
  min-width: max-content;
  animation: drift 18s linear infinite;
}
@keyframes drift { to { transform: translateX(-50%); } }

.section {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  padding-block: clamp(82px, 10vw, 150px);
}
.section-number {
  margin-bottom: clamp(34px, 5vw, 64px);
  color: var(--gold);
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(42px, 8vw, 120px);
  align-items: end;
}
h2 {
  margin-bottom: 0;
  font-size: clamp(3.6rem, 8vw, 7.7rem);
}
h2 span { color: var(--green-bright); }
.intro-copy { padding-bottom: 8px; color: var(--muted); }
.intro-copy .lead { color: var(--cream); font-size: clamp(1.25rem, 2.1vw, 1.65rem); line-height: 1.45; }
.feature-grid {
  margin-top: clamp(60px, 8vw, 110px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.feature {
  min-height: 280px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.feature-index { margin-bottom: auto; font-weight: 900; opacity: .7; }
.feature h3 {
  margin-bottom: 12px;
  font-size: 1.65rem;
  text-transform: uppercase;
}
.feature p { margin: 0; max-width: 32ch; }
.feature-dark { border: 1px solid var(--line); }
.feature-green { background: var(--green); }
.feature-gold { background: var(--gold); color: var(--ink); }

.session {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--cream);
  color: var(--ink);
}
.session .section-number { color: var(--green); }
.session-head {
  display: grid;
  grid-template-columns: 1.2fr .6fr;
  align-items: end;
  gap: 50px;
}
.session-head p { max-width: 42ch; font-size: 1.08rem; }
.session-steps {
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}
.session-steps li {
  min-height: 92px;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(11,13,12,.35);
}
.session-steps li > span { color: var(--green); font-weight: 950; }
.session-steps div { display: flex; justify-content: space-between; gap: 24px; }
.session-steps strong { text-transform: uppercase; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.session-steps small { font-size: .95rem; }

.location {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 700px;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr .7fr;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(255,212,59,.1), transparent 25%),
    linear-gradient(135deg, #076734, #0a8e47);
}
.location-card { max-width: 690px; }
.location-card .section-number { color: var(--gold); }
.location-kicker {
  margin-bottom: 18px;
  font-size: 1.2rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.location-card h2 span { color: var(--gold); }
.location-card > p:not(.location-kicker) { max-width: 58ch; }
.placeholder-row {
  margin-top: 44px;
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 18px;
  border-block: 1px solid rgba(255,255,255,.32);
}
.pin { color: var(--gold); font-size: 1.7rem; }
.placeholder-row small, .placeholder-row strong { display: block; }
.placeholder-row small { text-transform: uppercase; letter-spacing: .12em; opacity: .72; }
.sun-disc {
  justify-self: center;
  width: min(34vw, 390px);
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  gap: 4px;
  text-align: center;
  background: var(--gold);
  color: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(255,212,59,.1), 0 0 0 56px rgba(255,212,59,.05);
  transform: rotate(-7deg);
}
.sun-disc span { font: 1.7rem/1 Impact, sans-serif; letter-spacing: .12em; }
.sun-disc strong { font-size: 5rem; line-height: 1; }

.book {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}
.book-copy p { margin-top: 32px; max-width: 54ch; color: var(--muted); }
.booking-card {
  padding: clamp(26px, 4vw, 48px);
  color: var(--ink);
  background: var(--cream);
  border-top: 9px solid var(--gold);
  box-shadow: 18px 18px 0 var(--green);
}
.status-pill {
  display: inline-block;
  margin-bottom: 32px;
  padding: 7px 12px;
  background: var(--ink);
  color: white;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}
.booking-detail {
  padding: 18px 0;
  border-top: 1px solid rgba(11,13,12,.24);
}
.booking-detail small, .booking-detail strong { display: block; }
.booking-detail small { color: var(--green); text-transform: uppercase; font-weight: 900; letter-spacing: .11em; }
.booking-detail strong { margin-top: 3px; font-size: 1.06rem; }
.button-disabled {
  width: 100%;
  margin-top: 24px;
  background: var(--gold);
  color: var(--ink);
}
.button-disabled:hover, .button-disabled:focus-visible { background: var(--green-bright); color: white; }
.booking-note { margin: 12px 0 0; min-height: 1.5em; font-size: .82rem; color: #595b55; }

footer {
  min-height: 130px;
  padding: 28px max(20px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}
footer p { margin: 0; color: var(--muted); font-size: .9rem; }
footer > a:last-child { font-size: .78rem; font-weight: 900; text-transform: uppercase; text-decoration: none; }
.footer-brand { line-height: 1; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 840px) {
  .site-header { min-height: 72px; }
  .menu-button {
    width: 46px;
    height: 46px;
    padding: 11px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 0;
    background: var(--gold);
  }
  .menu-button span:not(.sr-only) { height: 2px; background: var(--ink); }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    padding: 22px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    background: var(--ink);
    border-top: 1px solid var(--line);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 17px 8px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 12px; text-align: center; border-radius: 2px; }
  .hero { min-height: 720px; height: 100svh; align-items: end; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,9,8,.96) 0%, rgba(7,9,8,.73) 52%, rgba(7,9,8,.18) 100%); }
  .hero-copy { width: calc(100% - 40px); padding: 120px 0 80px; }
  h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-intro { max-width: 34rem; }
  .hero-stamp { display: none; }
  .intro-grid, .session-head, .location, .book { grid-template-columns: 1fr; }
  .intro-copy { max-width: 620px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 220px; }
  .session-head p { margin: 28px 0 0; }
  .location { min-height: 900px; gap: 52px; }
  .sun-disc { width: min(74vw, 360px); }
  .book { gap: 60px; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .section { width: min(calc(100% - 32px), var(--max)); padding-block: 78px; }
  .hero-copy { width: calc(100% - 32px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 22px; }
  .button-primary { width: 100%; }
  .text-link { align-self: flex-start; }
  h2 { font-size: clamp(3.2rem, 17vw, 5rem); }
  .session, .location { width: 100%; padding-inline: 16px; }
  .session-steps li { grid-template-columns: 48px 1fr; }
  .session-steps div { align-items: flex-start; flex-direction: column; gap: 0; }
  .booking-card { box-shadow: 10px 10px 0 var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker div { animation: none; }
  * { transition-duration: .01ms !important; }
}
