:root {
  --bg: #090909;
  --bg-soft: #11100f;
  --bg-panel: #151311;
  --line: rgba(199, 145, 60, 0.28);
  --line-soft: rgba(255, 255, 255, 0.08);
  --gold: #d5a24f;
  --gold-deep: #9d6f2a;
  --text: #f2efea;
  --muted: #bbb7ae;
  --dim: #807b72;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  color-scheme: dark;
  scroll-behavior: smooth;
}

html {
  max-width: 100%;
  overflow-x: clip;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  letter-spacing: 0;
  max-width: 100%;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

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

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

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  background: rgba(8, 8, 8, 0.86);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  padding: 20px clamp(20px, 5vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: padding 200ms ease, background 200ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(8, 8, 8, 0.94);
  padding-bottom: 14px;
  padding-top: 14px;
}

.brand {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 700;
  gap: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-mark {
  border: 1px solid var(--line);
  color: var(--gold);
  display: grid;
  font-family: var(--serif);
  font-size: 1rem;
  height: 32px;
  line-height: 1;
  place-items: center;
  transform: skewX(-12deg);
  width: 26px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: clamp(22px, 4vw, 48px);
  justify-content: center;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.site-nav a[aria-current="page"]::after {
  background: var(--gold);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.header-cta {
  justify-self: end;
}

.menu-button {
  background: transparent;
  border: 1px solid var(--line);
  display: none;
  height: 42px;
  padding: 10px;
  width: 46px;
}

.menu-button span:not(.sr-only) {
  background: var(--gold);
  display: block;
  height: 1px;
  margin: 5px 0;
  width: 100%;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #e3b968, #bb8235);
  color: #17100a;
}

.button-secondary,
.button-ghost {
  border-color: var(--line);
  color: var(--gold);
}

.button-secondary:hover,
.button-ghost:hover {
  background: rgba(213, 162, 79, 0.1);
  border-color: var(--gold);
}

.section-dark,
.texture {
  background-color: var(--bg);
}

.texture {
  background-image:
    radial-gradient(circle at 80% 20%, rgba(213, 162, 79, 0.08), transparent 26rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 62px);
}

.hero {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.85fr);
  min-height: 90vh;
  overflow: hidden;
  padding: clamp(128px, 15vh, 180px) clamp(20px, 7vw, 86px) clamp(56px, 8vh, 86px);
}

.hero-copy {
  align-self: center;
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.kicker,
.section-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.audience h2,
.cta h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}

.hero h1 {
  font-size: clamp(4rem, 8vw, 8.4rem);
  line-height: 0.92;
  max-width: 720px;
}

.hero h1 span {
  color: var(--gold);
  font-style: italic;
}

.hero-copy > p:not(.kicker) {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.8;
  margin: 30px 0 0;
  max-width: 560px;
}

.rule {
  background: var(--gold);
  height: 1px;
  margin-top: 34px;
  width: 52px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 46px;
}

.hero-media {
  align-self: stretch;
  margin: -44px -86px -86px 0;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero-media::before {
  background: linear-gradient(90deg, var(--bg) 0%, rgba(9, 9, 9, 0.18) 34%, transparent 72%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.hero-media img {
  filter: saturate(0.92) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  width: 100%;
}

.coach-hero img {
  object-position: 50% center;
}

.reflection {
  border-bottom: 1px solid var(--line);
  padding: clamp(76px, 10vw, 118px) 20px;
  text-align: center;
}

.reflection-inner {
  margin: 0 auto;
  max-width: 760px;
}

blockquote {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.25;
  margin: 0;
}

.reflection p {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  margin: 24px 0 0;
  text-transform: uppercase;
}

.section-split {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(48px, 8vw, 112px);
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  padding: clamp(82px, 12vw, 142px) clamp(20px, 7vw, 86px);
}

.audience h2,
.section-heading h2,
.cta h2 {
  font-size: clamp(2.6rem, 5vw, 5.3rem);
  line-height: 1.02;
}

.audience-copy > p:not(.section-label) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  max-width: 500px;
}

.audience-list {
  display: grid;
  gap: 26px;
}

.audience-list article {
  border-left: 1px solid var(--line);
  padding: 6px 0 6px 28px;
  position: relative;
}

.audience-list article::before {
  background: var(--gold);
  content: "";
  height: 9px;
  left: -5px;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
  width: 9px;
}

.audience-list h3,
.service-list h3,
.featured-service h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: 0;
  margin: 0;
}

.audience-list h3 {
  color: var(--gold);
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.audience-list p,
.service-list p,
.featured-service p {
  color: var(--muted);
  line-height: 1.7;
}

.services {
  padding: clamp(82px, 12vw, 142px) clamp(20px, 7vw, 86px);
}

.section-heading {
  margin: 0 auto clamp(46px, 6vw, 74px);
  max-width: 720px;
  text-align: center;
}

.services-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
  margin: 0 auto;
  max-width: 1280px;
}

.featured-service {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  min-height: 580px;
  overflow: hidden;
  position: relative;
}

.featured-service img {
  filter: saturate(0.72) contrast(1.08);
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.42;
  position: absolute;
  width: 100%;
}

.featured-service::after {
  background: linear-gradient(90deg, rgba(9, 9, 9, 0.9), rgba(9, 9, 9, 0.54), rgba(9, 9, 9, 0.24));
  content: "";
  inset: 0;
  position: absolute;
}

.featured-service > div {
  bottom: 0;
  max-width: 560px;
  padding: clamp(30px, 5vw, 58px);
  position: absolute;
  z-index: 1;
}

.featured-service > div > p:first-child {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-service h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.featured-service a {
  color: var(--gold);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 10px;
  margin-top: 16px;
  text-transform: uppercase;
}

.service-list {
  border-top: 1px solid var(--line);
  display: grid;
}

.service-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px 28px;
  grid-template-columns: 1fr auto;
  padding: 34px 0;
}

.service-list h3 {
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.12;
}

.service-list p {
  grid-column: 1 / 2;
  margin: 0;
}

.service-list a {
  align-self: center;
  color: var(--gold);
  font-size: 2rem;
  grid-row: 1 / 3;
  transition: transform 180ms ease;
}

.service-list article:hover a {
  transform: translateX(6px);
}

.cta {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  padding: clamp(76px, 10vw, 112px) 20px;
  text-align: center;
}

.cta > div {
  margin: 0 auto;
  max-width: 820px;
}

.cta p {
  color: var(--muted);
  line-height: 1.7;
  margin: 24px 0 34px;
}

.site-footer {
  align-items: center;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto auto;
  padding: 34px clamp(20px, 5vw, 56px);
}

.site-footer p {
  color: var(--dim);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 10px 0 0;
}

.site-footer nav {
  display: flex;
  gap: 34px;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 0.9rem;
}

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

body.js-ready .reveal {
  opacity: 0.01;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.js-ready .reveal.is-visible,
body:not(.js-ready) .reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .site-nav {
    align-items: flex-start;
    background: rgba(8, 8, 8, 0.98);
    border-top: 1px solid var(--line);
    flex-direction: column;
    gap: 18px;
    grid-column: 1 / -1;
    inset: 73px 0 auto;
    opacity: 0;
    padding: 28px clamp(20px, 5vw, 56px);
    position: fixed;
    pointer-events: none;
    transform: translateY(-20px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }

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

  .header-cta {
    display: none;
  }

  .hero,
  .section-split,
  .services-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 116px;
  }

  .hero-media {
    margin: 20px 0 -56px;
    min-height: 520px;
  }

  .hero-media::before {
    background: linear-gradient(180deg, transparent 45%, var(--bg));
  }

  .service-list {
    margin-top: 18px;
  }

  .site-footer {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand {
    font-size: 1.05rem;
  }

  .hero {
    min-height: auto;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 17vw, 5rem);
  }

  .hero-actions,
  .site-footer nav {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    min-height: 420px;
  }

  .reflection,
  .section-split,
  .services,
  .cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .featured-service {
    min-height: 520px;
  }

  .service-list article {
    grid-template-columns: 1fr 34px;
  }
}
