:root {
  --ink: #071323;
  --ink-deep: #050d19;
  --ink-soft: #0d2037;
  --ink-card: #10243a;
  --paper: #f6f7f5;
  --muted: #e9edf0;
  --muted-ink: #667482;
  --line: rgba(7, 19, 35, 0.12);
  --white: #f6f8fa;
  --yellow: #ffc400;
  --yellow-deep: #e4a800;
  --red: #db3d31;
  --body: "Barlow", sans-serif;
  --display: "Barlow Condensed", sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
img,
video {
  display: block;
  max-width: 100%;
}

.brand-name,
.brand-sub,
.nav-link,
.btn,
.eyebrow,
h1,
h2,
h3,
h4,
.metric-value,
.price {
  font-family: var(--display);
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: fixed;
  z-index: 40;
  inset: 0 0 auto;
  color: var(--white);
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}
.site-header.scrolled {
  background: rgba(5, 13, 25, 0.96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}
.header-inner {
  width: min(1152px, calc(100% - 32px));
  height: 74px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
}
.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 0.88;
}
.brand-name {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.brand-sub {
  color: var(--yellow);
  font-size: 10px;
  letter-spacing: 0.26em;
  margin-top: 5px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
}
.nav-link {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(246, 248, 250, 0.88);
  transition: color 0.2s;
}
.nav-link:hover {
  color: var(--yellow);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 22px;
}
.menu-toggle {
  display: none;
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(246, 248, 250, 0.35);
  width: 42px;
  height: 38px;
  font-size: 22px;
  line-height: 1;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(246, 248, 250, 0.32);
  color: var(--white);
  background: rgba(6, 17, 31, 0.24);
  font-family: var(--display);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Buttons */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  padding: 0 21px;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-yellow,
.btn-dark {
  background: var(--yellow);
  color: var(--ink);
}
.btn-yellow:hover,
.btn-dark:hover {
  background: #ffd33c;
}
.btn-outline {
  background: transparent;
  border: 1px solid rgba(246, 248, 250, 0.5);
  color: var(--white);
}
.btn-outline:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}

/* Hero */
.hero {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 12, 25, 0.9), rgba(4, 16, 31, 0.66) 42%, rgba(4, 14, 28, 0.74));
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(4, 13, 25, 0.8), transparent 34%);
  pointer-events: none;
}
.hero-inner {
  width: min(1152px, calc(100% - 32px));
  margin: auto;
  padding: 110px 0 68px;
}
.hero-copy {
  max-width: 610px;
}
.hero-mark {
  width: 72px;
  height: 57px;
  object-fit: cover;
  background: #fff;
  margin-bottom: 14px;
}
.eyebrow {
  color: var(--yellow);
  font-size: 12px;
  letter-spacing: 0.22em;
  font-weight: 600;
  margin: 0;
}
.hero h1 {
  font-size: clamp(52px, 7vw, 84px);
  line-height: 0.86;
  letter-spacing: 0.015em;
  margin: 16px 0 21px;
}
.hero h1 span {
  display: block;
  color: var(--yellow);
}
.hero-lede {
  max-width: 570px;
  color: rgba(246, 248, 250, 0.82);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 25px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 28px;
  font-size: 14px;
  color: rgba(246, 248, 250, 0.75);
}
.hero-meta strong {
  color: var(--yellow);
  font-size: 18px;
}

/* Sections */
.section {
  padding: 92px 0;
}
.section-soft {
  background: var(--muted);
}
.section-dark {
  background: var(--ink);
  color: var(--white);
}
.container {
  width: min(1152px, calc(100% - 32px));
  margin: auto;
}
.section-heading {
  margin-bottom: 34px;
}
.section-heading h2 {
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 0.94;
  margin: 12px 0 10px;
}
.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted-ink);
  max-width: 640px;
}
.section-dark .section-heading p:not(.eyebrow) {
  color: rgba(246, 248, 250, 0.7);
}
.section-heading.center {
  text-align: center;
}
.section-heading.center p:not(.eyebrow) {
  margin-inline: auto;
}

/* About */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.about-copy h3 {
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 12px;
}
.about-copy > p {
  color: var(--muted-ink);
  margin: 0 0 26px;
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.feature {
  border-top: 2px solid var(--ink);
  padding-top: 12px;
}
.feature-num {
  font-family: var(--display);
  color: var(--yellow-deep);
  font-size: 13px;
  letter-spacing: 0.16em;
}
.feature h4 {
  margin: 6px 0 4px;
  font-size: 18px;
}
.feature p {
  margin: 0;
  font-size: 14px;
  color: var(--muted-ink);
}
.about-photo {
  position: relative;
  min-height: 520px;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-photo img:first-child {
  height: 78%;
}
.about-photo img:last-child {
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 55%;
  height: 45%;
  border: 8px solid var(--paper);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 12px;
}
.gallery-item {
  position: relative;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: var(--ink);
}
.gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-item:hover img {
  transform: scale(1.05);
}
.gallery-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 14px 12px;
  text-align: left;
  color: var(--white);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  background: linear-gradient(0deg, rgba(4, 13, 25, 0.85), transparent);
}

/* Videos + social */
.video-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.video-card {
  margin: 0;
  background: var(--ink-card);
}
.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}
.video-card figcaption {
  padding: 12px 14px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: rgba(246, 248, 250, 0.85);
}
.social-heading {
  margin-top: 58px;
}
.social-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.social-card {
  background: var(--ink-card);
  padding: 10px;
}
.social-card .video-frame {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  background: #000;
}
.social-card h4 {
  margin: 10px 0 2px;
  font-size: 15px;
}
.social-card p {
  margin: 0;
  font-size: 12px;
  color: var(--yellow);
}

/* Pricing */
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.price-card.featured {
  border-color: var(--yellow);
  box-shadow: 0 18px 40px rgba(7, 19, 35, 0.1);
}
.price-badge {
  position: absolute;
  top: -12px;
  left: 22px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  padding: 4px 10px;
}
.price-card h3 {
  margin: 0;
  font-size: 20px;
}
.price {
  font-size: 40px;
  line-height: 1;
  color: var(--ink);
}
.price small {
  font-size: 18px;
  color: var(--muted-ink);
}
.price-note {
  margin: 0 0 14px;
  font-size: 13px;
  color: var(--muted-ink);
}
.price-card .btn {
  width: 100%;
  margin-top: auto;
}

/* Coaches */
.coach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.coach-card {
  background: var(--ink-card);
}
.coach-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}
.coach-card-copy {
  padding: 14px 16px 18px;
}
.coach-card-copy h3 {
  margin: 0;
  font-size: 20px;
}
.coach-card-copy p {
  margin: 4px 0 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--yellow);
}

/* Transformations */
.transform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.transform-card {
  margin: 0;
  background: #fff;
  border: 1px solid var(--line);
}
.transform-card img,
.transform-card video {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #000;
}
.transform-card figcaption {
  padding: 10px 12px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

/* Results */
.results-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.metrics {
  display: flex;
  gap: 40px;
  margin-top: 26px;
}
.metric-value {
  font-size: 44px;
  line-height: 1;
  color: var(--yellow);
}
.metric-label {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246, 248, 250, 0.7);
}
.results-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.results-table th,
.results-table td {
  text-align: left;
  padding: 13px 12px;
  border-bottom: 1px solid rgba(246, 248, 250, 0.14);
}
.results-table th {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: var(--yellow);
}
.results-table td:last-child {
  color: var(--yellow);
  font-weight: 600;
}

/* Reviews */
.review-box {
  max-width: 520px;
  margin: auto;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  padding: 34px 26px;
}
.review-score {
  font-family: var(--display);
  font-size: 62px;
  line-height: 1;
}
.review-stars {
  color: var(--yellow);
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 6px 0;
}
.review-box p {
  color: var(--muted-ink);
  margin: 0 0 18px;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.contact-copy h3 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 0.96;
  margin: 12px 0 10px;
}
.contact-copy > p {
  color: var(--muted-ink);
}
.contact-info {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}
.contact-row {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.contact-row strong {
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  color: var(--muted-ink);
}
.map-card {
  background: #fff;
  border: 1px solid var(--line);
}
.map-embed {
  height: 220px;
  background: #dfe5e8;
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-content {
  padding: 22px;
  display: grid;
  gap: 18px;
}
.map-content h3 {
  margin: 8px 0 6px;
  font-size: 28px;
}
.map-content p:not(.eyebrow) {
  margin: 0;
  color: var(--muted-ink);
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-actions .btn-outline {
  border-color: var(--line);
  color: var(--ink);
}
.contact-actions .btn-outline:hover {
  border-color: var(--yellow-deep);
  color: var(--yellow-deep);
}

/* Footer */
.site-footer {
  background: var(--ink-deep);
  color: var(--white);
  padding: 34px 0;
}
.footer-inner {
  width: min(1152px, calc(100% - 32px));
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 14px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 13px;
}
.footer-links a:hover {
  color: var(--yellow);
}

/* Lightbox */
.lightbox {
  position: fixed;
  z-index: 80;
  inset: 0;
  background: rgba(2, 8, 16, 0.9);
  display: grid;
  place-items: center;
  padding: 24px;
}
.lightbox img {
  max-width: min(1000px, 94vw);
  max-height: 88vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
  width: 42px;
  height: 42px;
  font-size: 24px;
}

@media (max-width: 1050px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .price-grid,
  .coach-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .header-inner {
    height: 68px;
  }
  .site-nav {
    position: fixed;
    inset: 68px 0 0;
    background: var(--ink-deep);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 16px 24px;
    overflow: auto;
  }
  .site-nav.open {
    display: flex;
  }
  .nav-link {
    padding: 16px 4px;
    border-bottom: 1px solid rgba(246, 248, 250, 0.12);
    font-size: 16px;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions .icon-button {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .about-grid,
  .results-layout,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .about-photo {
    min-height: 440px;
    max-width: 600px;
  }
  .social-grid,
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .transform-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .header-inner,
  .hero-inner,
  .container,
  .footer-inner {
    width: min(100% - 28px, 1120px);
  }
  .brand-name {
    font-size: 17px;
  }
  .brand-sub {
    font-size: 8px;
  }
  .brand img {
    width: 39px;
    height: 39px;
  }
  .hero {
    min-height: 780px;
  }
  .hero-inner {
    padding-top: 110px;
  }
  .hero h1 {
    font-size: 59px;
  }
  .hero-lede {
    font-size: 15px;
  }
  .section {
    padding: 68px 0;
  }
  .feature-list,
  .video-grid,
  .price-grid,
  .coach-grid,
  .transform-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 190px;
  }
  .gallery-item:first-child {
    grid-row: span 2;
  }
  .social-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .social-card {
    padding: 7px;
  }
  .about-photo {
    min-height: 330px;
  }
  .metrics {
    gap: 24px;
  }
}
