* {
  box-sizing: border-box;
}

:root {
  --ink: #111111;
  --paper: #f7f5f0;
  --white: #ffffff;
  --muted: #5d5d5d;
  --line: #dedbd4;
  --red: #e32121;
  --red-dark: #b91010;
  --gold: #f4c94b;
  --charcoal: #1b1b1b;
  --radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.48));
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.brand img {
  width: 146px;
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.6vw, 34px);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-nav a {
  opacity: 0.82;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.header-cta {
  padding: 0 18px;
  background: var(--red);
}

.button {
  padding: 0 22px;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.primary:hover,
.header-cta:hover {
  background: var(--red-dark);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 35%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.38) 62%, rgba(0, 0, 0, 0.25)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.04) 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 150px clamp(20px, 5vw, 56px) 46px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.coach-copy h2,
.cta-band h2 {
  margin: 0;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 880px;
  font-size: clamp(3rem, 8.5vw, 7.4rem);
  text-transform: uppercase;
}

.hero-copy {
  max-width: 660px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.hero-actions,
.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 28px;
}

.proof-strip {
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.proof-strip span {
  min-width: 190px;
  padding: 18px 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.proof-strip strong {
  display: block;
  color: var(--white);
  font-size: 1.45rem;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(20px, 5vw, 56px);
}

.section-heading {
  width: min(960px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading h2,
.coach-copy h2,
.cta-band h2 {
  font-size: clamp(2.2rem, 5.8vw, 5rem);
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 32px;
  align-items: stretch;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.intro-copy,
.studio-card,
.cards article,
.service-grid article,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.intro-copy {
  padding: clamp(26px, 4vw, 42px);
  font-size: 1.05rem;
}

.intro-copy p:first-child {
  margin-top: 0;
}

.text-link,
.service-grid a {
  color: var(--red);
  font-weight: 900;
}

.studio-card {
  overflow: hidden;
}

.studio-card img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.studio-card div {
  display: grid;
  gap: 8px;
  padding: 22px;
}

.studio-card span {
  color: var(--muted);
}

.dark {
  color: var(--white);
  background: var(--charcoal);
}

.dark .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.results-grid img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius);
  object-fit: cover;
}

.coach-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}

.coach-image {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: var(--gold);
}

.coach-image img {
  width: min(390px, 90%);
}

.coach-copy {
  padding: clamp(30px, 5vw, 58px);
}

.lead {
  color: var(--gold);
  font-weight: 800;
}

.coach-copy p:not(.eyebrow):not(.lead) {
  color: rgba(255, 255, 255, 0.75);
}

.coach-copy .button {
  margin-top: 18px;
}

.cards,
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.cards article,
.service-grid article {
  padding: 24px;
}

.cards span {
  color: var(--red);
  font-weight: 950;
}

.cards h3,
.service-grid h3 {
  margin: 10px 0 12px;
  font-size: 1.2rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.cards p,
.service-grid p {
  color: var(--muted);
}

.process {
  background: var(--white);
}

.steps {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.steps li {
  counter-increment: step;
  min-height: 220px;
  padding: 24px;
  background: var(--paper);
}

.steps li::before {
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  color: var(--white);
  border-radius: 50%;
  background: var(--red);
  font-weight: 950;
}

.steps strong,
.steps span {
  display: block;
}

.steps strong {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.steps span {
  color: var(--muted);
  font-size: 0.95rem;
}

.service-grid {
  grid-template-columns: repeat(2, 1fr);
}

.service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 220px;
}

.service-grid a {
  margin-top: auto;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 42px clamp(20px, 5vw, 56px);
  color: var(--white);
  background: var(--ink);
}

.cta-band h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.faq-list {
  width: min(900px, 100%);
  margin: 0 auto;
}

.faq details {
  margin-bottom: 10px;
  padding: 0 22px;
}

.faq summary {
  cursor: pointer;
  padding: 20px 0;
  font-weight: 900;
  text-transform: uppercase;
}

.faq summary::marker {
  color: var(--red);
}

.faq details p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  padding: 54px clamp(20px, 5vw, 56px);
  color: rgba(255, 255, 255, 0.72);
  background: #050505;
}

.site-footer img {
  width: 130px;
  margin-bottom: 14px;
}

.site-footer address,
.footer-links {
  display: grid;
  gap: 10px;
  font-style: normal;
}

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

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

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

  .site-nav,
  .header-cta {
    display: none;
  }

  .site-header.is-open {
    background: rgba(0, 0, 0, 0.96);
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-cta {
    display: flex;
    grid-column: 1 / -1;
  }

  .site-header.is-open .site-nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 22px;
  }

  .site-header.is-open .header-cta {
    width: 100%;
    margin-top: 18px;
  }

  .hero {
    min-height: 780px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.22)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.24));
  }

  .intro-grid,
  .coach-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .results-grid,
  .cards,
  .steps {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .steps li {
    min-height: auto;
  }

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

@media (max-width: 560px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand img {
    width: 122px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-content {
    padding: 118px 18px 30px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 16vw, 4.8rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .section {
    padding: 58px 18px;
  }

  .section-heading h2,
  .coach-copy h2 {
    font-size: clamp(2rem, 12vw, 3.3rem);
  }

  .studio-card img {
    height: 300px;
  }

  .proof-strip {
    gap: 0;
  }

  .proof-strip span {
    width: 100%;
  }
}
