:root {
  --paper: #f3f0e9;
  --paper-bright: #fbf8f1;
  --ink: #101112;
  --muted: #565852;
  --signal: #f25320;
  --signal-deep: #cd3910;
  --dust: #ded8cc;
  --rule: #beb6a8;
  --night: #121414;
  --white: #fffdf8;
  --display: "Unbounded", "Arial Black", sans-serif;
  --body: "Golos Text", "Segoe UI", sans-serif;
  --browser-top-offset: env(safe-area-inset-top, 0px);
  --browser-bottom-offset: env(safe-area-inset-bottom, 0px);
  --site-header-height: 76px;
  --mobile-bar-height: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-header-height) + var(--browser-top-offset) + 20px);
  overflow-x: hidden;
  background: var(--paper);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, transparent 0 83px, rgba(16, 17, 18, 0.035) 83px 84px),
    var(--paper);
  font-family: var(--body);
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  z-index: 80;
  inset: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image:
    radial-gradient(circle, #111 0.7px, transparent 0.8px),
    radial-gradient(circle, #111 0.7px, transparent 0.8px);
  background-position: 0 0, 3px 5px;
  background-size: 8px 8px;
}

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

[id] {
  scroll-margin-top: calc(var(--site-header-height) + var(--browser-top-offset) + 20px);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  font-family: var(--display);
  text-transform: uppercase;
}

h1 {
  max-width: 760px;
  margin: 0 0 clamp(22px, 4vw, 33px);
  color: var(--ink);
  font-size: clamp(3.65rem, 7.1vw, 7.3rem);
  font-weight: 900;
  line-height: 0.88;
}

h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4.35vw, 4.4rem);
  font-weight: 800;
  line-height: 1;
}

h3 {
  margin-bottom: 13px;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.6vw, 1.38rem);
  font-weight: 700;
  line-height: 1.15;
}

p {
  margin-bottom: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: var(--browser-top-offset);
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) auto minmax(200px, 1fr);
  align-items: center;
  gap: clamp(20px, 4vw, 48px);
  min-height: 76px;
  padding: 10px clamp(18px, 4.5vw, 62px);
  color: var(--white);
  background: var(--night);
  border-bottom: 3px solid var(--signal);
}

.site-header.is-scrolled {
  color: var(--white);
  background: rgba(18, 20, 20, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(12px);
}

.brand,
.main-nav,
.header-phone {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-logo {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  object-fit: contain;
  transform: none;
}

.brand-name {
  max-width: 180px;
  line-height: 1.1;
}

.main-nav {
  justify-content: center;
  gap: clamp(14px, 2.25vw, 29px);
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.83rem;
  font-weight: 600;
}

.main-nav a,
.header-phone {
  position: relative;
}

.main-nav a::after,
.header-phone::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--signal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 170ms ease;
}

.main-nav a:hover,
.main-nav a.is-active,
.header-phone:hover {
  color: var(--white);
}

.main-nav a:hover::after,
.main-nav a.is-active::after,
.header-phone:hover::after {
  transform: scaleX(1);
}

.header-phone {
  justify-self: end;
  color: var(--white);
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: min(940px, 100svh);
  padding: clamp(132px, 12vw, 176px) clamp(28px, 6vw, 82px) clamp(58px, 7vw, 88px);
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(20px, 4.5vw, 62px);
  bottom: clamp(30px, 4vw, 44px);
  width: clamp(150px, 18vw, 274px);
  height: 8px;
  background: var(--signal);
}

.hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--night);
  transform: none;
  box-shadow: none;
}

.hero-poster,
.hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-poster img,
.hero-video {
  object-position: center center;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.hero-video {
  z-index: 1;
  opacity: 0;
  transition: opacity 220ms ease;
}

.hero-video.is-playing {
  opacity: 1;
}

.hero-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 11, 12, 0.42) 0%, rgba(10, 11, 12, 0.13) 32%, rgba(10, 11, 12, 0.7) 74%, rgba(10, 11, 12, 0.94) 100%),
    linear-gradient(90deg, rgba(10, 11, 12, 0.66) 0%, rgba(10, 11, 12, 0.36) 45%, rgba(10, 11, 12, 0.08) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(735px, 100%);
  max-width: none;
  padding-bottom: 24px;
}

.hero-name {
  display: block;
}

.hero h1,
.hero-name {
  color: var(--white);
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.32);
}

.hero-descriptor {
  display: block;
  max-width: 490px;
  margin-top: clamp(18px, 2.8vw, 30px);
  color: rgba(255, 253, 248, 0.96);
  font-family: var(--body);
  font-size: clamp(0.96rem, 1.2vw, 1.18rem);
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 clamp(18px, 3vw, 27px);
  color: var(--signal-deep);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 32px;
  height: 4px;
  background: var(--signal);
}

.hero-lead {
  max-width: 540px;
  margin-bottom: 37px;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.65;
}

.hero-lead strong {
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: var(--signal);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 27px;
  border: 2px solid var(--ink);
  border-radius: 0;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: transform 160ms ease, color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  transform: translate(-3px, -3px);
}

.button-primary {
  color: var(--white);
  background: var(--signal);
  border-color: var(--signal);
  box-shadow: 5px 5px 0 var(--ink);
}

.hero-actions .button-primary {
  box-shadow: 5px 5px 0 rgba(255, 253, 248, 0.94);
}

.button-primary:hover {
  background: var(--signal-deep);
  border-color: var(--signal-deep);
}

.button-ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.button-ghost:hover {
  color: var(--white);
  background: var(--ink);
}

.button-full {
  width: 100%;
}

.section {
  position: relative;
  padding: clamp(72px, 9vw, 126px) clamp(20px, 4.5vw, 62px);
}

.section > * {
  width: min(1360px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.section-light {
  color: var(--white);
  background: var(--night);
}

.manifesto {
  border-top: 0;
  border-bottom: 0;
}

.manifesto .section-kicker {
  color: #ff8660;
}

.manifesto-grid {
  display: grid;
  grid-template-columns: minmax(380px, 1fr) minmax(280px, 0.62fr);
  gap: clamp(30px, 7vw, 106px);
  align-items: end;
}

.manifesto-grid h2 {
  color: var(--white);
}

.manifesto-grid p,
.section-heading p:not(.section-kicker),
.format-copy > p:not(.section-kicker),
.trial p {
  color: var(--muted);
  font-size: clamp(1rem, 1.42vw, 1.16rem);
  line-height: 1.68;
}

.manifesto-grid p {
  color: rgba(255, 253, 248, 0.7);
}

.directions {
  background: var(--paper-bright);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(40px, 6vw, 68px);
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -8px;
}

.section-heading.compact {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: 0;
}

.section-heading.compact h2 {
  margin-bottom: 25px;
}

.direction-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  border-bottom: 3px solid var(--ink);
}

.direction-card,
.direction-card.kids,
.direction-card.teens,
.direction-card.adults,
.direction-card.mini {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 22px clamp(16px, 2vw, 27px) 24px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-right: 1px solid var(--rule);
  transition: color 180ms ease, background 180ms ease;
}

.direction-card:last-child {
  border-right: 0;
}

@media (hover: hover) and (pointer: fine) {
  .direction-card:hover {
    color: var(--white);
    background: var(--ink);
  }

  .direction-card:hover h3 {
    color: var(--white);
  }

  .direction-card:hover p {
    color: rgba(255, 253, 248, 0.72);
  }

  .direction-card:hover .card-number {
    color: #ff8660;
  }
}

.direction-card h3 {
  margin: auto 0 12px;
  font-family: var(--body);
  font-size: clamp(1rem, 1.46vw, 1.27rem);
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.direction-card p {
  min-height: calc(1.53em * 3);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.53;
  transition: color 180ms ease;
}

.card-number {
  color: var(--signal);
  font-family: var(--display);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 800;
}

.image-band {
  position: relative;
  min-height: clamp(460px, 64vw, 700px);
  overflow: hidden;
  touch-action: pan-y;
  border-top: 9px solid var(--signal);
  color: var(--white);
  background: var(--night);
}

.image-band-track {
  position: absolute;
  inset: 0;
}

.image-band-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 620ms ease;
}

.image-band-slide.is-active {
  opacity: 1;
}

.image-band-slide img {
  filter: saturate(1.08) contrast(1.03);
}

.image-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(9, 10, 10, 0.8), transparent 62%);
}

.image-band-text {
  position: absolute;
  z-index: 2;
  left: clamp(20px, 4.5vw, 62px);
  bottom: clamp(30px, 6vw, 68px);
  max-width: 850px;
}

.image-band-text span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 12px;
  color: var(--white);
  background: var(--signal);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.image-band-text strong {
  display: block;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(2rem, 4.8vw, 4.7rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-controls {
  position: absolute;
  z-index: 3;
  top: clamp(19px, 3.5vw, 31px);
  right: clamp(19px, 4.5vw, 62px);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(255, 253, 248, 0.28);
  background: rgba(16, 17, 18, 0.42);
  backdrop-filter: blur(8px);
}

.gallery-arrow {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(255, 253, 248, 0.34);
  color: var(--white);
  background: transparent;
  font: inherit;
  font-size: 1.12rem;
  cursor: pointer;
}

.gallery-arrow:hover {
  border-color: var(--signal);
  background: var(--signal);
}

.gallery-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.gallery-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.45);
  cursor: pointer;
}

.gallery-dots button.is-active {
  width: 23px;
  border-radius: 999px;
  background: var(--signal);
}

@media (min-width: 861px) {
  .image-band {
    width: min(1180px, calc(100% - clamp(40px, 9vw, 124px)));
    min-height: 0;
    aspect-ratio: 3 / 2;
    margin: clamp(42px, 6vw, 76px) auto;
    border: 3px solid var(--ink);
    border-top: 9px solid var(--signal);
    box-shadow: 13px 13px 0 var(--ink);
  }

  .image-band-slide img {
    object-fit: contain;
  }

  .image-band-text strong {
    max-width: 770px;
    font-size: clamp(2rem, 3.65vw, 3.65rem);
  }
}

.benefits,
.trust {
  background: var(--paper);
}

.trust {
  padding-top: 0;
}

.benefit-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 3vw, 34px);
}

.benefit-grid article,
.benefit-grid article:nth-child(2),
.benefit-grid article:nth-child(3),
.trust-grid article,
.trust-grid article:nth-child(1),
.trust-grid article:nth-child(2),
.trust-grid article:nth-child(3) {
  min-height: 0;
  padding: 27px 0 4px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 3px solid var(--ink);
}

.trust-grid article:nth-child(3) {
  border-color: var(--signal);
}

.benefit-grid p,
.trust-grid p {
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
  opacity: 1;
}

.trust-grid span {
  display: block;
  margin-bottom: 44px;
  color: var(--signal);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
}

@media (min-width: 861px) {
  .benefits {
    padding-top: clamp(42px, 4.4vw, 68px);
    padding-bottom: clamp(54px, 6vw, 86px);
  }

  .trust {
    padding-top: clamp(24px, 3vw, 44px);
  }

  .benefits .section-heading.compact,
  .trust .section-heading.compact {
    margin-bottom: clamp(28px, 3.2vw, 42px);
  }

  .benefits .section-heading.compact .section-kicker {
    margin-bottom: 10px;
  }

  .benefits .section-heading.compact h2 {
    max-width: 840px;
    font-size: clamp(2.15rem, 3.45vw, 3.45rem);
    line-height: 1.04;
  }

  .trust .section-heading.compact h2 {
    max-width: 930px;
    font-size: clamp(2.15rem, 3.55vw, 3.55rem);
    line-height: 1.04;
  }

  .benefit-grid article,
  .trust-grid article {
    padding-top: 21px;
  }

  .benefit-grid h3,
  .trust-grid h3 {
    margin-bottom: 10px;
    font-size: clamp(1rem, 1.22vw, 1.18rem);
  }
}

@media (min-width: 1181px) {
  .benefit-grid h3 {
    min-height: calc(1.3em * 2);
  }
}

.coach {
  display: grid;
  grid-template-columns: minmax(315px, 0.7fr) minmax(400px, 1fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: center;
  max-width: none;
  color: var(--white);
  background: var(--night);
}

.coach::before {
  content: "";
  position: absolute;
  top: clamp(42px, 6vw, 78px);
  right: clamp(20px, 4.5vw, 62px);
  width: clamp(66px, 9vw, 118px);
  height: clamp(66px, 9vw, 118px);
  border-top: 8px solid var(--signal);
  border-right: 8px solid var(--signal);
}

.coach-media {
  min-height: 0;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 3px solid var(--white);
  transform: rotate(-1.2deg);
  box-shadow: -13px 13px 0 var(--signal);
}

.coach-media img {
  filter: none;
  object-position: center center;
}

.coach-copy {
  max-width: 680px;
}

.coach-copy .section-kicker {
  color: #ff8660;
}

.coach-copy h2 {
  margin-bottom: 23px;
  color: var(--white);
}

.coach-experience {
  width: fit-content;
  margin: 0 0 30px;
  padding: 11px 14px;
  color: var(--night);
  background: var(--signal);
  font-family: var(--display);
  font-size: clamp(0.75rem, 1.2vw, 0.88rem);
  font-weight: 700;
  text-transform: uppercase;
}

.coach-intro {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.74);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.76;
}

.coach-intro + .coach-intro {
  margin-top: 15px;
}

.format {
  display: grid;
  grid-template-columns: minmax(310px, 0.87fr) minmax(0, 1fr);
  gap: 0;
  max-width: none;
  padding: 0;
  color: var(--ink);
  background: var(--paper-bright);
}

.format > * {
  max-width: none;
  margin: 0;
}

.format-media {
  min-height: clamp(500px, 58vw, 710px);
  border-right: 3px solid var(--ink);
  background: #f1f1ef;
  overflow: hidden;
}

.format-media img {
  object-fit: contain;
  filter: none;
}

.format-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(50px, 7vw, 96px);
  background: var(--paper-bright);
}

.format-copy h2 {
  margin-bottom: 27px;
}

.step-list {
  display: grid;
  gap: 0;
  margin: 33px 0 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid var(--ink);
}

.step-list li {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 7px 18px;
  padding: 21px 0;
  border-top: 0;
  border-bottom: 1px solid var(--rule);
}

.step-list span {
  grid-row: span 2;
  color: var(--signal);
  font-family: var(--display);
  font-weight: 800;
}

.step-list strong {
  font-family: var(--display);
  font-size: 0.93rem;
  font-weight: 700;
  text-transform: uppercase;
}

.step-list p {
  color: var(--muted);
}

.schedule {
  background: var(--paper);
}

.schedule-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 3px solid var(--ink);
}

.schedule-grid article,
.schedule-grid article:nth-child(2),
.schedule-grid article:nth-child(3) {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(22px, 6vw, 82px);
  min-height: 0;
  padding: clamp(28px, 4vw, 39px) 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--rule);
}

.schedule-location {
  grid-row: 1 / span 4;
  display: grid;
  gap: 10px;
  align-content: start;
}

.schedule-grid h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(1.16rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.schedule-location a {
  width: fit-content;
  color: var(--signal-deep);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.schedule-location a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.schedule-grid p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.2vw, 1.03rem);
}

.schedule-grid p:last-child {
  margin-bottom: 0;
}

.schedule-grid strong {
  display: inline;
  margin: 0;
  color: var(--signal-deep);
  font-weight: 700;
  text-transform: none;
}

.price {
  color: var(--white);
  background: var(--night);
}

.price h2 {
  color: var(--white);
}

.price .section-kicker {
  color: #ff8660;
}

.price .section-heading p:not(.section-kicker) {
  color: rgba(255, 253, 248, 0.67);
}

.price-essentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 22px);
  margin-bottom: clamp(26px, 4vw, 38px);
}

.price-entry {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-content: space-between;
  align-items: start;
  min-height: clamp(220px, 19vw, 270px);
  gap: clamp(18px, 2.4vw, 30px);
  padding: clamp(22px, 2.5vw, 34px);
  color: var(--white);
  border: 1px solid rgba(255, 253, 248, 0.2);
  background: transparent;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.price-entry div > span {
  display: block;
  margin-bottom: 9px;
  color: #ff8660;
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.price-entry h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-family: var(--body);
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.price-entry p {
  color: rgba(255, 253, 248, 0.67);
  transition: color 180ms ease;
}

.price-entry > strong {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.45vw, 2.35rem);
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;
}

.price-entry-featured {
  border-color: rgba(255, 134, 96, 0.7);
  box-shadow: inset 0 5px 0 var(--signal);
}

.price-entry-featured strong {
  color: #ff8660;
}

@media (hover: hover) and (pointer: fine) {
  .price-entry:hover {
    color: var(--ink);
    background: var(--white);
    border-color: var(--white);
    transform: translateY(-2px);
  }

  .price-entry:hover h3,
  .price-entry:hover > strong,
  .price-entry:hover .family-price-list strong {
    color: var(--ink);
  }

  .price-entry:hover p,
  .price-entry:hover .family-price-list span {
    color: rgba(16, 17, 18, 0.72);
  }

  .price-entry:hover div > span {
    color: var(--signal-deep);
  }

  .price-entry-featured:hover {
    background: var(--signal);
    border-color: var(--signal);
  }

  .price-entry-featured:hover h3,
  .price-entry-featured:hover p,
  .price-entry-featured:hover > strong,
  .price-entry-featured:hover div > span {
    color: var(--white);
  }
}

.family-price-list {
  display: grid;
  width: min(100%, 390px);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
  list-style: none;
}

.family-price-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 13px 0;
}

.family-price-list li + li {
  border-top: 1px solid rgba(255, 253, 248, 0.12);
}

.family-price-list span {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-family: var(--body);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  font-weight: 600;
  text-transform: none;
}

.family-price-list strong {
  font-family: var(--body);
  font-size: clamp(1.15rem, 1.65vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

.trial {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(292px, 420px);
  gap: clamp(40px, 8vw, 116px);
  align-items: center;
  padding: clamp(78px, 10vw, 132px) clamp(20px, 4.5vw, 62px);
  color: var(--ink);
  background: var(--paper-bright);
}

.trial h2 {
  color: var(--ink);
}

.contact-panel {
  padding: clamp(22px, 3vw, 28px);
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 10px 10px 0 var(--signal);
}

.form-page-link {
  margin-top: 12px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--signal-deep);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.breadcrumbs span[aria-current="page"] {
  color: var(--ink);
}

.contact-phone {
  display: block;
  padding-bottom: 19px;
  border-bottom: 3px solid var(--ink);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.32rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.12;
}

.studio-socials {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}

.studio-socials > span {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.studio-socials div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
}

.studio-socials a {
  color: var(--ink);
  font-weight: 600;
}

.studio-socials a:hover {
  color: var(--signal-deep);
}

.form-page-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(28px, 5vw, 74px);
  min-height: calc(100vh - 190px);
  padding: clamp(126px, 14vw, 168px) clamp(20px, 4.5vw, 62px) clamp(58px, 8vw, 92px);
}

.form-page-intro {
  align-self: start;
  position: sticky;
  top: 112px;
}

.form-page-intro h1 {
  margin: 0 0 19px;
  font-family: var(--display);
  font-size: clamp(2rem, 5.5vw, 4.5rem);
  line-height: 0.96;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.form-page-intro p:not(.section-kicker) {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
}

.form-back-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--signal-deep);
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

.form-page-card {
  min-width: 0;
  padding: clamp(8px, 1.4vw, 13px);
  border: 3px solid var(--ink);
  background: var(--paper);
  box-shadow: 12px 12px 0 var(--signal);
}

.form-page-card iframe {
  display: block;
  width: 100%;
  min-height: 900px;
  border: 0;
}

.form-page-card iframe[hidden],
.form-consent-gate[hidden] {
  display: none;
}

.form-consent-gate {
  display: grid;
  gap: 16px;
  align-content: center;
  min-height: 420px;
  padding: clamp(28px, 6vw, 70px);
  color: var(--ink);
  background: var(--paper-bright);
}

.form-consent-gate p {
  max-width: 600px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.6;
}

.form-consent-gate .form-consent-gate-title {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.4vw, 2.15rem);
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.form-consent-gate .button {
  width: fit-content;
  margin-top: 6px;
}

.form-page-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.form-page-note a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-page-note a:hover {
  color: var(--signal-deep);
}

.footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(320px, 1.15fr);
  gap: 26px 52px;
  align-items: start;
  padding: 30px clamp(20px, 4.5vw, 62px) 34px;
  color: rgba(255, 253, 248, 0.56);
  background: var(--night);
  border-top: 3px solid var(--signal);
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-brand,
.footer-legal {
  display: grid;
  gap: 10px;
}

.footer-brand {
  max-width: 330px;
}

.footer-legal {
  justify-items: end;
  color: rgba(255, 253, 248, 0.5);
  font-family: var(--body);
  font-size: 0.69rem;
  font-weight: 500;
  line-height: 1.62;
  text-align: right;
  text-transform: none;
}

.footer-legal a {
  color: rgba(255, 253, 248, 0.64);
}

.footer-legal a:hover {
  color: #ff8660;
}

.footer-documents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
  max-width: 520px;
  margin-top: 8px;
}

.footer-documents a {
  color: rgba(255, 253, 248, 0.48);
  font-size: 0.64rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner {
  position: fixed;
  z-index: 110;
  right: clamp(16px, 3vw, 32px);
  bottom: clamp(16px, 3vw, 32px);
  left: clamp(16px, 3vw, 32px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 20px;
  align-items: center;
  width: min(700px, calc(100% - 32px));
  margin-inline: auto;
  padding: 13px 50px 13px 16px;
  color: var(--ink);
  background: var(--paper-bright);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--signal);
}

.cookie-banner-copy {
  display: grid;
  gap: 5px;
}

.cookie-banner h2 {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1;
}

.cookie-banner p {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.42;
}

.cookie-banner a {
  width: fit-content;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-banner-close {
  position: absolute;
  top: 9px;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 2px solid var(--ink);
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

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

.cookie-button {
  min-height: 40px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  cursor: pointer;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cookie-button-primary {
  color: var(--white);
  background: var(--signal);
  box-shadow: 4px 4px 0 var(--ink);
}

.cookie-button-secondary {
  color: var(--ink);
  background: transparent;
}

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

.contact-dialog[hidden] {
  display: none;
}

body.contact-dialog-open {
  overflow: hidden;
}

.contact-dialog {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.contact-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 9, 0.72);
  opacity: 0;
  transition: opacity 180ms ease;
}

.contact-sheet {
  position: relative;
  width: min(438px, 100%);
  padding: 41px 31px 31px;
  color: var(--ink);
  background: var(--paper-bright);
  border: 3px solid var(--ink);
  border-radius: 0;
  box-shadow: 10px 10px 0 var(--signal);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.contact-dialog.is-open .contact-dialog-backdrop,
.contact-dialog.is-open .contact-sheet {
  opacity: 1;
}

.contact-dialog.is-open .contact-sheet {
  transform: translateY(0);
}

.contact-dialog-close {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: transparent;
  border: 2px solid var(--ink);
  border-radius: 0;
  font: inherit;
  font-size: 1.35rem;
  cursor: pointer;
}

.contact-dialog-close:hover {
  color: var(--white);
  background: var(--ink);
}

.contact-dialog-kicker {
  margin: 0 0 12px;
  color: var(--signal-deep);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-sheet h2 {
  margin: 0 48px 11px 0;
  font-size: clamp(1.45rem, 4vw, 1.8rem);
  line-height: 1.18;
}

.contact-sheet > p:not(.contact-dialog-kicker) {
  margin: 0 0 27px;
  color: var(--muted);
}

.contact-dialog-actions {
  display: grid;
  gap: 12px;
}

.contact-dialog-actions .button {
  width: 100%;
}

.contact-choice-secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.contact-choice-secondary:hover {
  color: var(--white);
  background: var(--ink);
}

.mobile-bar {
  display: none;
}

@media (max-width: 1180px) {
  .direction-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .direction-card:nth-child(even) {
    border-right: 0;
  }

  .direction-card {
    border-bottom: 1px solid var(--rule);
  }

  .direction-card:nth-child(3),
  .direction-card:nth-child(4) {
    border-bottom: 0;
  }

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

@media (max-width: 860px) {
  :root {
    --mobile-bar-height: 62px;
  }

  body.landing-page {
    padding-bottom: calc(var(--mobile-bar-height) + var(--browser-bottom-offset) + 34px);
  }

  .site-header {
    position: sticky;
    top: var(--browser-top-offset);
    grid-template-columns: 1fr auto;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(10px);
  }

  .main-nav {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8.6vw, 2.8rem);
    line-height: 1.1;
  }

  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 58px 20px 55px;
  }

  .hero::after {
    display: none;
  }

  .hero-content {
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 0;
  }

  .hero-media {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    height: auto;
    width: min(100%, 390px);
    margin-right: auto;
    margin-left: auto;
    aspect-ratio: 9 / 16;
    box-shadow: 9px 9px 0 var(--signal);
    transform: rotate(0.8deg);
  }

  .manifesto-grid,
  .section-heading,
  .coach,
  .format,
  .trial {
    grid-template-columns: 1fr;
  }

  .section-heading .section-kicker {
    margin-bottom: -15px;
  }

  .section-heading.compact .section-kicker {
    margin-bottom: 16px;
  }

  .coach::before {
    display: none;
  }

  .coach-media {
    aspect-ratio: 4 / 5;
    box-shadow: -9px 9px 0 var(--signal);
  }

  .format-media {
    min-height: 390px;
  }

  .format-media {
    min-height: 0;
    aspect-ratio: 3 / 2;
    border-right: 0;
    border-bottom: 3px solid var(--ink);
  }

  .footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .footer-legal {
    justify-items: start;
    margin-top: 0;
    font-size: 0.72rem;
    line-height: 1.65;
    text-align: left;
  }

  .footer-documents {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 9px 14px;
    max-width: 340px;
    padding-top: 4px;
  }

  .footer-documents a {
    font-size: 0.65rem;
  }

  .mobile-bar {
    position: fixed;
    z-index: 60;
    right: 12px;
    bottom: max(calc(var(--browser-bottom-offset) + 10px), calc(env(safe-area-inset-bottom, 0px) + 10px));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(16, 18, 18, 0.84);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(18px) saturate(145%);
    backdrop-filter: blur(18px) saturate(145%);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity 220ms ease, transform 220ms ease;
  }

  body.mobile-nav-visible .mobile-bar {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-bar a,
  .mobile-bar button {
    position: relative;
    display: grid;
    min-height: 52px;
    place-items: center;
    padding: 8px 4px;
    border: 0;
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.78);
    background: transparent;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
  }

  .mobile-bar a::before,
  .mobile-bar button::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 18px;
    left: 18px;
    height: 3px;
    border-radius: 999px;
    background: var(--signal);
    opacity: 0;
    transition: opacity 160ms ease;
  }

  .mobile-bar a:hover,
  .mobile-bar button:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-bar a.is-active {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-bar a.is-active::before {
    opacity: 1;
  }

  .mobile-bar a:last-child,
  .mobile-bar button:last-child {
    color: var(--white);
    background: var(--signal);
    border: 0;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.16);
  }

  .mobile-bar a:last-child.is-active {
    color: var(--white);
    background: var(--signal-deep);
  }

  .cookie-banner {
    right: 12px;
    bottom: calc(var(--mobile-bar-height) + var(--browser-bottom-offset) + 28px);
    left: 12px;
    grid-template-columns: 1fr;
    width: auto;
    padding: 12px 42px 12px 13px;
    border-width: 2px;
    box-shadow: 4px 4px 0 var(--signal);
  }

  .cookie-banner h2 {
    font-size: 0.78rem;
  }

  .cookie-banner p,
  .cookie-banner a {
    font-size: 0.74rem;
  }

  .cookie-banner-close {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .cookie-button {
    width: 100%;
    padding-inline: 10px;
    font-size: 0.72rem;
  }

  html.in-app-browser,
  html.in-app-browser [id] {
    scroll-padding-top: calc(var(--site-header-height) + var(--browser-top-offset) + 16px);
    scroll-margin-top: calc(var(--site-header-height) + var(--browser-top-offset) + 16px);
  }
}

@media (min-width: 621px) and (max-width: 860px) {
  .hero {
    display: flex;
    align-items: end;
    min-height: calc(100svh - 32px);
    padding: clamp(58px, 10vw, 88px) clamp(32px, 7vw, 58px) 100px;
    color: var(--white);
    background: var(--night);
  }

  .hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    transform: none;
    box-shadow: none;
  }

  .hero-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(10, 11, 12, 0.45) 0%, rgba(10, 11, 12, 0.18) 28%, rgba(10, 11, 12, 0.68) 65%, rgba(10, 11, 12, 0.94) 100%),
      linear-gradient(90deg, rgba(10, 11, 12, 0.58) 0%, rgba(10, 11, 12, 0.1) 72%);
  }

  .hero-content {
    width: min(620px, 100%);
    color: var(--white);
  }

  .hero h1,
  .hero-name {
    color: var(--white);
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.32);
  }

  .hero-descriptor {
    color: rgba(255, 253, 248, 0.96);
  }

  .hero-lead {
    max-width: 520px;
    margin-bottom: 31px;
    color: rgba(255, 253, 248, 0.88);
  }

  .hero-actions .button-primary {
    box-shadow: 5px 5px 0 rgba(255, 253, 248, 0.94);
  }
}

@media (max-width: 620px) {
  :root {
    --site-header-height: 68px;
  }

  h2 {
    line-height: 1.12;
  }

  .site-header {
    gap: 10px;
    min-height: 68px;
    padding: 8px 13px;
  }

  .brand {
    gap: 8px;
    font-size: 0.67rem;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-name {
    max-width: 110px;
  }

  .header-phone {
    max-width: 126px;
    justify-content: flex-end;
    font-size: 0.84rem;
    line-height: 1.12;
    text-align: right;
  }

  .section {
    padding: 66px 20px;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.6rem;
  }

  .hero {
    display: flex;
    align-items: end;
    min-height: calc(100svh - 32px);
    padding: 52px 20px 86px;
    color: var(--white);
    background: var(--night);
  }

  .hero-media {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    aspect-ratio: auto;
    border: 0;
    transform: none;
    box-shadow: none;
  }

  .hero-poster img,
  .hero-video {
    filter: saturate(1.02) contrast(1.04);
  }

  .hero-shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(10, 11, 12, 0.43) 0%, rgba(10, 11, 12, 0.2) 27%, rgba(10, 11, 12, 0.62) 54%, rgba(10, 11, 12, 0.92) 100%),
      linear-gradient(90deg, rgba(10, 11, 12, 0.32), rgba(10, 11, 12, 0.08));
  }

  .hero-content {
    width: 100%;
    color: var(--white);
  }

  .hero h1,
  .hero-name {
    color: var(--white);
    line-height: 1.06;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.24);
  }

  .hero-descriptor {
    color: rgba(255, 253, 248, 0.96);
  }

  .hero-lead {
    max-width: 350px;
    margin-bottom: 29px;
    color: rgba(255, 253, 248, 0.84);
    font-size: 1rem;
  }

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

  .hero-actions .button-primary {
    box-shadow: 5px 5px 0 rgba(255, 253, 248, 0.94);
  }

  .benefits {
    padding-bottom: 42px;
  }

  .trust {
    padding-top: 22px;
  }

  .benefits .section-heading.compact,
  .trust .section-heading.compact {
    margin-bottom: 34px;
  }

  .benefits .section-heading.compact .section-kicker,
  .trust .section-heading.compact .section-kicker {
    display: flex;
    width: 100%;
    margin-bottom: 18px;
    line-height: 1.45;
  }

  .directions .section-heading {
    margin-bottom: 34px;
  }

  .directions .section-heading .section-kicker {
    margin-bottom: 16px;
  }

  .trust .section-heading.compact h2 {
    font-size: clamp(1.42rem, 7.1vw, 1.76rem);
    line-height: 1.08;
  }

  .direction-grid,
  .benefit-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .direction-card,
  .direction-card:nth-child(odd),
  .direction-card:nth-child(even),
  .direction-card:nth-child(3),
  .direction-card:nth-child(4) {
    min-height: 0 !important;
    display: grid;
    justify-content: stretch;
    gap: 12px;
    padding: 22px 18px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .direction-card:last-child {
    border-bottom: 0;
  }

  .direction-card h3 {
    margin: 0;
  }

  .direction-card p {
    min-height: 0;
    margin: 0;
  }

  .card-number {
    margin-bottom: 5px;
    font-size: clamp(1.72rem, 9vw, 2.1rem);
  }

  .image-band-text strong {
    font-size: clamp(1.72rem, 8vw, 2.35rem);
  }

  .gallery-controls {
    top: 14px;
    right: 14px;
    gap: 0;
    padding: 8px 10px;
    border-color: rgba(255, 253, 248, 0.2);
    background: rgba(16, 17, 18, 0.42);
  }

  .gallery-arrow {
    display: none;
  }

  .gallery-dots {
    gap: 5px;
  }

  .gallery-dots button.is-active {
    width: 18px;
  }

  .benefit-grid article,
  .trust-grid article {
    padding-top: 23px;
  }

  .trust-grid span {
    margin-bottom: 29px;
  }

  .coach-intro {
    font-size: 1rem;
    line-height: 1.66;
  }

  .coach-intro + .coach-intro {
    margin-top: 13px;
  }

  .format-copy {
    padding: 51px 20px;
  }

  .schedule-grid article,
  .schedule-grid article:nth-child(2),
  .schedule-grid article:nth-child(3) {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .schedule-location {
    grid-row: auto;
  }

  .price-essentials {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .price-entry {
    min-height: 0;
    gap: 15px;
    padding: 21px 18px 22px;
  }

  .price-entry > strong {
    text-align: left;
  }

  .family-price-list {
    width: 100%;
  }

  .family-price-list li {
    gap: 18px;
    padding: 11px 0;
  }

  .family-price-list strong {
    text-align: right;
  }

  .trial {
    padding: 60px 20px 69px;
  }

  .contact-panel {
    box-shadow: 7px 7px 0 var(--signal);
  }

  .form-page-main {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
    padding: 104px 20px 58px;
  }

  .form-page-intro {
    position: static;
  }

  .form-page-intro h1 {
    font-size: clamp(1.9rem, 9vw, 3.1rem);
  }

  .form-page-card {
    padding: 6px;
    box-shadow: 7px 7px 0 var(--signal);
  }

  .form-page-card iframe {
    min-height: 920px;
  }

  .contact-dialog {
    align-items: end;
    padding: 0;
  }

  .contact-sheet {
    width: 100%;
    padding: 38px 20px 24px;
    border-bottom: 0;
    box-shadow: 0 -7px 0 var(--signal);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-band-slide img {
    transform: none;
  }

  .image-band-slide {
    transition: none;
  }
}
