:root {
  --orange: #ff6a00;
  --orange-dark: #d94e00;
  --black: #0b0b0d;
  --ink: #f7f3ee;
  --muted: #b5aca3;
  --line: #28231f;
  --soft: #14110f;
  --white: #f7f3ee;
  --panel: #1b1714;
  --panel-strong: #211b17;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 106, 0, 0.12), transparent 30%),
    radial-gradient(circle at 88% 42%, rgba(255, 106, 0, 0.09), transparent 34%),
    linear-gradient(180deg, #0b0b0d 0%, #100d0b 32%, #14110f 58%, #0b0b0d 100%);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(11, 11, 13, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

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

.header-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  color: var(--white);
  background: var(--orange);
  border: 0;
  border-radius: 7px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(255, 106, 0, 0.24);
}

.btn:hover {
  background: var(--orange-dark);
}

.btn-small {
  min-height: 42px;
  padding: 0 16px;
  font-size: 14px;
}

.btn-secondary {
  color: var(--ink);
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: none;
}

.btn-secondary:hover {
  background: var(--panel-strong);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: clamp(30px, 6vw, 78px);
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 76px) clamp(18px, 5vw, 72px) clamp(90px, 12vw, 150px);
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 106, 0, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(255, 106, 0, 0.12), transparent 40%),
    linear-gradient(180deg, rgba(11, 11, 13, 0.96) 0%, rgba(11, 11, 13, 0.7) 72%, rgba(20, 17, 15, 0) 100%);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1080px;
}

.hero-copy h1 {
  max-width: 1000px;
}

.hero-copy .hero-text {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 790px;
  font-size: clamp(46px, 7vw, 88px);
  letter-spacing: 0;
}

h2 {
  font-size: clamp(32px, 4.4vw, 56px);
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
}

.hero-text {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.vsl-card {
  position: absolute;
  inset: 20px 0;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  width: 100%;
  padding: 28px;
  color: var(--white);
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 106, 0, 0.2), rgba(11, 11, 13, 0.9)),
    #120d09;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.16);
}

.play-icon {
  display: grid;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--black);
  background: var(--orange);
  border-radius: 999px;
  font-size: 22px;
}

.vsl-card strong {
  display: block;
  font-size: 20px;
}

.vsl-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
}

.portrait-placeholder,
.team-photo {
  display: block;
  object-fit: cover;
  background: var(--orange);
  color: var(--black);
  font-weight: 900;
}

.portrait-placeholder {
  width: 74px;
  height: 86px;
  border-radius: 6px;
  font-size: 24px;
  object-position: center top;
}

.section,
.page-hero,
.calendar-page {
  padding: clamp(58px, 9vw, 110px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(250px, 0.55fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-heading a {
  justify-self: end;
  color: var(--orange-dark);
  font-weight: 900;
}

.section-heading .btn {
  justify-self: end;
  color: var(--ink);
}

.results-band,
.fit-section {
  position: relative;
  z-index: 0;
  background: transparent;
}

.results-band::before,
.fit-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.results-band::before {
  background:
    linear-gradient(180deg, rgba(20, 17, 15, 0) 0%, rgba(20, 17, 15, 0.88) 18%, rgba(20, 17, 15, 0.92) 82%, rgba(20, 17, 15, 0) 100%),
    radial-gradient(circle at 50% 22%, rgba(255, 106, 0, 0.08), transparent 38%);
}

.fit-section::before {
  background:
    linear-gradient(180deg, rgba(20, 17, 15, 0) 0%, rgba(16, 13, 11, 0.9) 18%, rgba(16, 13, 11, 0.92) 84%, rgba(11, 11, 13, 0) 100%),
    radial-gradient(circle at 14% 18%, rgba(255, 106, 0, 0.16), transparent 28%),
    radial-gradient(circle at 84% 68%, rgba(255, 106, 0, 0.11), transparent 32%);
}

.results-band .section-heading {
  display: flex;
  max-width: 840px;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.results-band .section-heading h2 {
  max-width: 780px;
}

.results-band .section-heading p:not(.eyebrow) {
  max-width: 720px;
}

.results-band .section-heading .btn {
  justify-self: auto;
  margin-top: 2px;
}

.reviews-gallery,
.process-grid,
.team-grid,
.tiers {
  display: grid;
  gap: 18px;
}

.review-card,
.process-grid article,
.team-member,
.tiers article,
.not-for,
.faq-list details {
  background: var(--panel);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.review-card {
  padding: 12px;
}

.review-card h3,
.review-card p {
  margin: 12px 4px 0;
}

.review-card p:not(.review-headline) {
  color: var(--muted);
  font-size: 16px;
  font-weight: 400;
}

.review-card .review-headline {
  margin: 12px 4px 0;
  color: var(--ink);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}

.review-card h3 {
  margin-top: 4px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.video-thumb {
  display: grid;
  min-height: 220px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.88), rgba(11, 11, 13, 0.96)),
    #130b06;
  border-radius: 6px;
  font-weight: 900;
}

.video-carousel {
  display: grid;
  gap: 20px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 8px 0;
}

.carousel-row {
  position: relative;
  overflow: hidden;
}

.carousel-row::before,
.carousel-row::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(120px, 14vw);
  content: "";
  pointer-events: none;
}

.carousel-row::before {
  left: 0;
  background: linear-gradient(90deg, var(--soft), rgba(20, 17, 15, 0));
}

.carousel-row::after {
  right: 0;
  background: linear-gradient(270deg, var(--soft), rgba(20, 17, 15, 0));
}

.carousel-track {
  display: flex;
  width: max-content;
  align-items: stretch;
  gap: 20px;
  animation: testimonial-scroll 72s linear infinite;
  animation-delay: -36s;
  will-change: transform;
}

.carousel-row.reverse .carousel-track {
  animation-direction: reverse;
  animation-duration: 80s;
  animation-delay: -52s;
}

.carousel-row:focus-within .carousel-track {
  animation-play-state: paused;
}

@media (hover: hover) and (pointer: fine) {
  .carousel-row:hover .carousel-track {
    animation-play-state: paused;
  }
}

.video-card {
  display: flex;
  width: clamp(320px, 27vw, 460px);
  height: auto;
  min-height: 0;
  padding: 12px;
  flex: 0 0 auto;
  flex-direction: column;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(11, 11, 13, 0.22);
}

.video-card:hover {
  transform: translateY(-3px);
}

.video-card .video-thumb {
  position: relative;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}


.video-card .cover-thumb {
  background: #090706;
}

.video-card .cover-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.video-card .cover-thumb::before {
  display: none;
}

.video-card .cover-thumb .play-dot {
  display: none;
}

.video-card .video-thumb::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  content: "";
}

.play-icon.small {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.video-card .review-headline {
  min-height: 48px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 16px 4px 0;
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.video-card strong {
  min-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 10px 4px 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.video-card small {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 8px 4px 2px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

.review-read-more {
  display: inline-block;
  margin: 4px 4px 0;
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

@keyframes testimonial-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: -6px 0 22px;
  padding: 18px 20px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(255, 106, 0, 0.14), rgba(255, 106, 0, 0.02)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.process-note strong {
  flex: 0 0 auto;
  color: var(--orange);
  font-size: 14px;
  text-transform: uppercase;
}

.process-note span {
  color: var(--muted);
}

.process-grid article {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  padding: 24px;
}

.process-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.process-grid span {
  color: var(--orange-dark);
  font-weight: 900;
}

.process-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  padding: 13px;
  color: var(--orange);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.02) 42%, rgba(0, 0, 0, 0.18)),
    rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.28);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -12px 24px rgba(0, 0, 0, 0.14),
    0 14px 30px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(255, 106, 0, 0.08);
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transform: perspective(120px) rotateX(7deg) rotateY(-8deg);
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.04));
}

.process-grid article:nth-child(even) .process-icon {
  transform: perspective(120px) rotateX(7deg) rotateY(8deg);
}

.process-grid h3,
.process-grid p {
  margin-top: 18px;
}

.process-grid small {
  display: block;
  margin-top: 20px;
  padding-top: 18px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.process-grid p,
.team-member p,
.tiers p,
.not-for li,
.tier-card dd,
.faq-list p,
.page-hero p,
.calendar-page p {
  color: var(--muted);
}

.fit-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.54fr) minmax(0, 1fr);
  gap: 0 18px;
  overflow: hidden;
}

.fit-section > * {
  position: relative;
}

.fit-section .section-heading,
.fit-intro {
  grid-column: 1 / -1;
}

.fit-intro {
  margin: -10px 0 28px;
}

.fit-intro p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.fit-layout {
  display: block;
}

.not-for {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 106, 0, 0.12), rgba(255, 106, 0, 0.02)),
    #100d0b;
  border-color: #3b2618;
}

.not-for h3 {
  margin-top: 48px;
  font-size: clamp(28px, 3vw, 42px);
}

.not-for ul {
  margin: 26px 0 0;
  padding-left: 20px;
}

.fit-tag,
.tier-number,
.tier-range {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.not-for li {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
}

.tiers {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tier-card,
.team-member {
  padding: 24px;
}

.tier-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.tier-card::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.12), transparent 40%);
  opacity: 0;
  content: "";
  pointer-events: none;
}

.tier-card:hover,
.tier-card:focus-visible {
  border-color: rgba(255, 106, 0, 0.5);
  outline: none;
  transform: translateY(-3px);
}

.tier-card.is-active,
.tier-card.featured.is-active {
  border-color: rgba(255, 106, 0, 0.68);
  box-shadow: 0 24px 70px rgba(255, 106, 0, 0.13);
}

.tier-card.is-active::before,
.tier-card.featured.is-active::before {
  opacity: 1;
}

.tier-card > * {
  position: relative;
}

.tier-number {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--black);
  background: var(--orange);
  border-radius: 6px;
}

.tier-range {
  margin: 24px 0 10px;
}

.tier-card h3 {
  max-width: 260px;
  font-size: clamp(25px, 2.4vw, 34px);
}

.tier-card dl {
  display: grid;
  gap: 18px;
  margin: 28px 0 0;
}

.tier-card dt {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tier-card dd {
  margin: 0;
}

.tier-extra {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 180ms ease,
    margin-top 180ms ease,
    opacity 180ms ease;
}

.tier-extra span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.tier-extra p {
  margin: 8px 0 0;
  color: var(--ink);
}

.tier-card.is-active .tier-extra {
  max-height: 140px;
  margin-top: 24px;
  opacity: 1;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.team-photo {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  margin-bottom: 18px;
  border-radius: 7px;
  font-size: 44px;
  object-position: center top;
}

.team-photo-anton {
  object-fit: cover;
  object-position: center 18%;
}

.team-member {
  overflow: hidden;
}

.team-photo-nikita {
  object-fit: cover;
  object-position: center 18%;
  background: #f7f5f2;
}

.founder-section {
  position: relative;
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
}

.founder-photo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 106, 0, 0.24);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3), 0 0 54px rgba(255, 106, 0, 0.08);
}

.founder-photo-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.founder-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 34%;
}

.founder-copy {
  max-width: 720px;
}

.founder-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.founder-copy h3 {
  max-width: 640px;
  font-size: clamp(32px, 4vw, 52px);
}

.founder-copy p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.founder-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.founder-points span {
  padding: 10px 13px;
  color: var(--ink);
  background: rgba(255, 106, 0, 0.1);
  border: 1px solid rgba(255, 106, 0, 0.24);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.site-footer {
  padding: clamp(50px, 7vw, 82px) clamp(18px, 5vw, 72px) 26px;
  background:
    linear-gradient(180deg, rgba(20, 17, 15, 0), rgba(12, 10, 9, 0.95) 22%),
    #0b0b0d;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) repeat(3, minmax(150px, 0.54fr));
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.footer-brand p {
  max-width: 440px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.footer-brand .brand {
  font-size: 19px;
  font-weight: 600;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-col h3 {
  margin-bottom: 10px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span,
.footer-link {
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
}

.footer-col a:hover,
.footer-link:hover {
  color: var(--white);
}

.footer-link {
  width: fit-content;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.footer-contact a {
  color: var(--muted);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.footer-col .social-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--orange);
  background: transparent;
  border: 1px solid rgba(255, 106, 0, 0.72);
  border-radius: 999px;
  opacity: 0.96;
  box-shadow: 0 0 18px rgba(255, 106, 0, 0.08);
}

.footer-col .social-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer-col .social-icon .youtube-play {
  fill: var(--soft);
}

.footer-col .social-icon:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: clamp(38px, 5vw, 62px);
  padding-top: 22px;
  color: rgba(247, 243, 238, 0.58);
  border-top: 1px solid var(--line);
  font-size: 14px;
  font-weight: 500;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.modal.is-open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 13, 0.66);
}

.modal-panel {
  position: relative;
  width: min(640px, calc(100% - 28px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  padding: 28px;
  overflow: auto;
  background: var(--panel);
  border-radius: 8px;
}

.video-panel {
  width: min(980px, calc(100% - 28px));
}

.video-subtitle {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.video-description {
  display: block;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.video-player-placeholder {
  display: grid;
  aspect-ratio: 16 / 9;
  margin-top: 20px;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 106, 0, 0.66), rgba(11, 11, 13, 0.94)),
    var(--black);
  border-radius: 8px;
  font-weight: 900;
}

.video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  background: var(--black);
  border-radius: 8px;
}

.video-embed.is-portrait {
  aspect-ratio: 9 / 16;
  width: auto;
  max-width: 100%;
  height: min(80vh, 760px);
  margin-left: auto;
  margin-right: auto;
}

.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  color: var(--ink);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 7px;
  cursor: pointer;
}

.ghl-form-embed {
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
  background: var(--soft);
  border-radius: 8px;
}

.ghl-form-embed iframe {
  display: block;
  width: 100%;
  height: 535px;
  border: 0;
}

.page-hero,
.calendar-page {
  max-width: 1040px;
}


.page-hero .eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.page-hero h1,
.calendar-page h1 {
  font-size: clamp(44px, 7vw, 82px);
}

.page-hero p,
.calendar-page p {
  max-width: 720px;
  font-size: 19px;
}

.page-hero .btn {
  margin-top: 26px;
}

.page-hero {
  padding-bottom: 0;
}

.page-hero + .section {
  padding-top: clamp(28px, 4vw, 48px);
}

.reviews-gallery {
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.reviews-gallery .video-card {
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 12px;
}

.reviews-gallery .video-card .video-thumb {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.reviews-gallery .video-card .review-headline {
  margin-top: 14px;
}

.reviews-gallery .video-card h3 {
  min-height: 0;
  margin-top: 4px;
  line-height: 1.08;
}

.reviews-gallery .video-card p:not(.review-headline) {
  margin-top: 10px;
  font-size: 16px;
}

.review-card.large .video-thumb {
  min-height: 280px;
}

.calendar-embed {
  display: grid;
  min-height: 520px;
  margin-top: 34px;
  place-items: center;
  color: var(--muted);
  background: var(--soft);
  border: 1px dashed #4a3a30;
  border-radius: 8px;
  font-weight: 900;
}

@media (max-width: 1020px) {
  .hero,
  .section-heading,
  .fit-intro,
  .fit-section,
  .fit-layout,
  .founder-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .section-heading a {
    justify-self: start;
  }

  .process-grid,
  .team-grid,
  .reviews-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .process-grid {
    grid-auto-rows: auto;
  }

  .founder-photo-frame {
    max-width: 520px;
  }

  .process-note {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .tier-card {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .fit-section {
    display: flex;
    flex-direction: column;
  }

  .fit-layout {
    order: 1;
    margin-bottom: 28px;
  }

  .fit-section .section-heading {
    order: 2;
  }

  .fit-intro {
    order: 3;
  }

  .tiers {
    order: 4;
  }

  .site-header {
    position: static;
    align-items: flex-start;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

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

  .vsl-card {
    width: 100%;
    inset: 0;
  }

  .tiers {
    display: flex;
    gap: 14px;
    margin-right: calc(clamp(18px, 5vw, 72px) * -1);
    margin-left: calc(clamp(18px, 5vw, 72px) * -1);
    overflow-x: auto;
    padding: 0 clamp(18px, 5vw, 72px) 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tiers::-webkit-scrollbar {
    display: none;
  }

  .tier-card {
    width: min(82vw, 360px);
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  .process-grid,
  .team-grid,
  .reviews-gallery,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .founder-photo-frame {
    max-width: none;
  }

  .founder-photo {
    aspect-ratio: 1 / 1.18;
  }

  .hero-actions {
    display: grid;
  }

  .not-for h3 {
    margin-top: 28px;
  }

  .btn {
    width: 100%;
  }

  .site-header .btn {
    width: auto;
  }
  .video-carousel {
    gap: 14px;
    overflow: visible;
  }

  .carousel-row {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: auto;
  }

  .carousel-row::-webkit-scrollbar {
    display: none;
  }

  .carousel-row::before,
  .carousel-row::after {
    display: none;
  }

  .carousel-track {
    gap: 14px;
    animation: none;
    transform: none;
  }

  .video-card {
    width: min(74vw, 300px);
    height: auto;
    min-height: 0;
    padding: 10px;
  }

  .video-card .video-thumb {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .video-card .review-headline {
    min-height: 0;
    -webkit-line-clamp: 3;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.1;
  }

  .video-card strong {
    min-height: 0;
    -webkit-line-clamp: 2;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.15;
  }

  .video-card small {
    margin-top: 4px;
    font-size: 13px;
  }

  .video-card .video-thumb::before {
    inset: 8px;
  }
}
