/* Final override layer for requested polish alignment. */
.concept-statement {
  font-size: 44px;
  line-height: 1.28;
}

.concept::before,
.reason::before,
.schedule::before,
.trainers::before,
.faq::before,
.booking::before {
  position: absolute;
  left: -20px;
  right: auto;
  top: 28px;
  color: rgba(17, 174, 184, .14);
  font-family: var(--serif-en);
  font-size: 112px;
  font-weight: 500;
  line-height: .9;
}

.concept::before {
  content: "PHILOSOPHY";
}

.reason::before {
  content: "REASON";
}

.schedule::before {
  content: "SCHEDULE";
}

.trainers::before {
  content: "TRAINERS";
}

.faq::before {
  content: "FAQ";
}

.booking::before {
  content: "TRIAL";
}

.studio::before {
  left: -20px;
  right: auto;
}

.mobile-sticky-campaign {
  display: none;
}

.nav-toggle {
  display: none;
}

.nav-links {
  gap: 14px;
  font-size: 11px;
  letter-spacing: .03em;
  white-space: nowrap;
}

.mobile-menu-social {
  display: none;
}

.nav-cta {
  flex-shrink: 0;
}

.hero-content::before {
  left: 4vw;
  bottom: 26px;
  color: rgba(7, 31, 61, .045);
  font-size: clamp(62px, 6.4vw, 96px);
  pointer-events: none;
}

.hero-title {
  position: relative;
  z-index: 1;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 620px);
  justify-items: stretch;
  border: 0;
  background: transparent;
}

.hero-notes span {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  width: 100%;
  box-sizing: border-box;
  min-width: 0;
  min-height: 58px;
  padding: 12px 14px;
  border: 0;
  background: #00627b;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  clip-path: none;
  transform: none !important;
  box-shadow: 0 16px 34px rgba(0, 82, 104, .18);
}

.hero-notes .hero-note-station {
  font-size: 14px;
  white-space: nowrap;
}

.hero-notes span:first-child {
  border-left: 0;
}

.studio-gallery {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 64px rgba(7, 31, 61, .16);
}

.studio-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.studio-shot {
  position: relative;
  min-height: 240px;
  margin: 0;
  overflow: hidden;
  background-image: url("assets/space.webp");
  background-repeat: no-repeat;
  background-size: 300% 200%;
  box-shadow: 0 28px 64px rgba(7, 31, 61, .16);
  clip-path: none;
}

.studio-shot::after {
  content: none;
}

.studio-shot figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  padding: 8px 12px;
  color: #06172d;
  font-family: var(--serif-en);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .9);
}

.studio-shot-training {
  grid-row: span 2;
  background-position: 0 0;
}

.studio-shot-lounge {
  background-position: 50% 0;
}

.studio-shot-table {
  background-position: 100% 0;
}

.studio-shot-locker {
  grid-column: span 2;
  background-position: 0 100%;
}

.campaign-visual-banner {
  position: relative;
  width: min(100%, 1180px);
  margin: -10px auto 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 31, 61, .12);
  box-shadow: 0 28px 70px rgba(7, 31, 61, .14);
  clip-path: none;
}

.campaign-visual-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.program-visual,
.program-visual img {
  clip-path: none;
  filter: none;
}

.program-visual img {
  min-height: 0;
  object-fit: contain;
}

.section-cta {
  display: flex;
  justify-content: center;
  width: min(100%, 1180px);
  margin: 42px auto 0;
}

.section-cta .btn {
  min-width: 260px;
}

.price-note {
  width: min(100%, 1180px);
  margin: 26px auto 0;
  padding: 18px 22px;
  color: #06172d;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.7;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(7, 31, 61, .14);
  box-shadow: 0 16px 34px rgba(7, 31, 61, .08);
}

.campaign-alert {
  margin: 24px 0 10px;
  color: #d9001b;
  font-family: var(--serif-jp);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.45;
}

.campaign-alert + .price-main {
  margin-top: 10px;
}

.booking {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 174, 184, .18) 0 1px, transparent 1px 100%),
    #071f3d;
  background-size: 520px 520px, auto;
}

.booking-inner {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: stretch;
  gap: 34px;
}

.booking-photo {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 38px 90px rgba(0, 0, 0, .26);
  clip-path: polygon(0 4%, 100% 0, 100% 95%, 0 100%);
}

.booking-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.booking-photo::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(3, 19, 38, .72));
}

.booking-photo::after {
  content: "CHANGE\A YOURSELF";
  position: absolute;
  left: -12px;
  bottom: 20px;
  color: rgba(255, 255, 255, .92);
  font-family: var(--serif-en);
  font-size: clamp(58px, 7vw, 112px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: -.03em;
  white-space: pre;
}

.booking-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 42px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.booking-copy .section-title {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.02;
}

.booking-copy .section-title em {
  color: #4fd9e7;
  font-style: normal;
}

.booking-main-cta {
  width: fit-content;
  min-width: 280px;
  margin-top: 28px;
}

.flow-list {
  grid-column: 1 / -1;
}

/* 2026-05 menu and reason-card refinements */
.nav-logo {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.22;
}

.nav-logo span {
  margin-top: 3px;
  font-size: clamp(13px, .92vw, 14px);
}

.nav-cta {
  display: none !important;
}

.nav-toggle {
  position: relative;
  z-index: 1001;
  display: inline-grid !important;
  grid-template-columns: auto 28px;
  grid-template-rows: repeat(3, 7px);
  align-items: center;
  column-gap: 10px;
  width: auto;
  min-height: 44px;
  margin-left: auto;
  padding: 0 14px;
  color: #071f3d;
  background: rgba(255, 255, 255, .86);
  border: 1px solid rgba(7, 31, 61, .14);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(7, 31, 61, .12);
  backdrop-filter: blur(12px);
  font: inherit;
}

.nav-toggle span:not(.nav-toggle-label) {
  grid-column: 2;
  display: block;
  width: 28px;
  height: 2px;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}

.nav-toggle span:nth-child(1) {
  grid-row: 1;
}

.nav-toggle span:nth-child(2) {
  grid-row: 2;
}

.nav-toggle span:nth-child(3) {
  grid-row: 3;
}

.nav-toggle .nav-toggle-label {
  grid-column: 1;
  grid-row: 1 / 4;
  display: block;
  width: auto;
  height: auto;
  color: currentColor;
  background: transparent;
  font-family: var(--serif-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
}

.site-nav.is-menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav.is-menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-nav.is-menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav .nav-links {
  position: fixed;
  left: auto;
  right: 48px;
  top: 82px;
  z-index: 1000;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: min(540px, calc(100vw - 64px));
  padding: 18px;
  color: #071f3d;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(7, 31, 61, .14);
  border-radius: 10px;
  box-shadow: 0 24px 62px rgba(7, 31, 61, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity .24s ease, transform .24s ease;
  backdrop-filter: blur(14px);
}

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

.site-nav .nav-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(7, 31, 61, .08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
}

.site-nav .nav-links a::after {
  content: none;
}

.mobile-menu-social {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(7, 31, 61, .1);
}

.site-nav .mobile-menu-social a {
  display: flex;
  min-height: auto;
  padding: 0;
  border-bottom: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #071f3d;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
}

.site-nav .mobile-menu-social svg {
  width: 44px;
  height: 44px;
  padding: 11px;
  overflow: visible;
  color: #fff;
  background: linear-gradient(135deg, #08345f 0%, #00627b 58%, #32d6cc 100%);
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(0, 98, 123, .2);
}

.site-nav .mobile-menu-social svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-nav .mobile-menu-social a:nth-child(2) svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.feature-card-photo {
  min-height: 540px;
}

.feature-card-photo-copy {
  justify-content: flex-end;
  min-height: 540px;
  padding: 32px 28px;
}

.feature-card.feature-card-photo .num {
  padding: 6px 10px;
  font-size: 13px;
  letter-spacing: .04em;
}

.feature-card.feature-card-photo h3 {
  max-width: 92%;
  margin: 10px 0 0;
  padding: 9px 12px;
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.35;
  border-radius: 5px;
}

.feature-card.feature-card-photo p {
  max-width: 92%;
  margin-top: 10px;
  padding: 11px 13px;
  font-size: 12px;
  line-height: 1.62;
  font-weight: 700;
  border-radius: 5px;
}

.feature-card-photo-studio .feature-card-photo-copy {
  justify-content: flex-start;
  padding-top: 46px;
}

@media (max-width: 1000px) {
  body {
    padding-bottom: 132px;
  }

  .site-nav {
    align-items: center;
    gap: 14px;
  }

  .nav-cta {
    display: none;
  }

  .nav-toggle {
    position: relative;
    z-index: 1001;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 5px;
    margin-left: auto;
    width: 42px;
    min-height: 42px;
    padding: 0;
    color: currentColor;
    background: transparent;
    border: 0;
    font: inherit;
    font-weight: 800;
  }

  .nav-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    background: currentColor;
    transition: transform .25s ease, opacity .25s ease;
  }

  .site-nav.is-menu-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-nav.is-menu-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-nav.is-menu-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav .nav-links {
    position: fixed;
    left: 18px;
    right: 18px;
    top: 74px;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 14px;
    color: #071f3d;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(7, 31, 61, .14);
    box-shadow: 0 24px 62px rgba(7, 31, 61, .2);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .24s ease, transform .24s ease;
    backdrop-filter: blur(14px);
  }

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

  .site-nav .nav-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(7, 31, 61, .08);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
  }

  .site-nav .nav-links a::after {
    content: none;
  }

  .site-nav .nav-links a:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .mobile-menu-social {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(7, 31, 61, .1);
  }

  .site-nav .mobile-menu-social a {
    display: flex;
    min-height: auto;
    padding: 0;
    border-bottom: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #071f3d;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
    text-align: center;
  }

  .site-nav .mobile-menu-social svg {
    width: 44px;
    height: 44px;
    padding: 11px;
    overflow: visible;
    color: #fff;
    background: linear-gradient(135deg, #08345f 0%, #00627b 58%, #32d6cc 100%);
    border-radius: 999px;
    box-shadow: 0 12px 22px rgba(0, 98, 123, .2);
  }

  .site-nav .mobile-menu-social svg * {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .site-nav .mobile-menu-social a:nth-child(2) svg path:first-child {
    fill: currentColor;
    stroke: none;
  }

  .site-nav:not(.is-scrolled):not(.is-menu-open) .nav-toggle {
    color: #fff;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .4);
  }

  .site-nav.is-menu-open {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
  }

  .site-nav.is-menu-open .nav-logo,
  .site-nav.is-menu-open .nav-logo span,
  .site-nav.is-menu-open .nav-toggle {
    color: #071f3d;
    text-shadow: none;
  }

  .concept-statement {
    font-size: 35px;
  }

  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 78px;
  }

  .hero-photo .hero-campaign {
    display: none;
  }

  .hero::before {
    content: "BODY\A MAKE";
    white-space: pre;
    position: absolute;
    left: 12px;
    top: 84px;
    z-index: 1;
    color: rgba(255, 255, 255, .42);
    font-family: var(--serif-en);
    font-size: 62px;
    font-weight: 900;
    line-height: .78;
    writing-mode: vertical-rl;
    pointer-events: none;
  }

  .hero-content::before {
    content: none;
  }

  .hero-title {
    order: 2;
    margin-bottom: 12px;
  }

  .hero .hero-eyebrow {
    order: 3;
    display: block;
    max-width: none;
    margin: 0 0 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.35;
  }

  .hero .hero-eyebrow::before {
    content: none;
  }

  .hero-lead {
    order: 4;
  }

  .hero-notes {
    order: 5;
    position: relative;
    left: auto;
    width: 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    justify-items: stretch;
    justify-content: start;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    transform: none !important;
  }

  .hero-notes span {
    justify-content: center;
    justify-self: stretch;
    width: 100%;
    box-sizing: border-box;
    min-height: 58px;
    padding: 8px 4px;
    border: 0;
    color: #fff;
    background: #00627b;
    backdrop-filter: none;
    font-size: 11.2px;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
    white-space: normal;
    clip-path: none;
    transform: none !important;
    box-shadow: none;
  }

  .hero-open {
    order: 6;
  }

  .hero-actions {
    order: 7;
  }

  .mobile-sticky-campaign {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: block;
    padding: 16px 18px calc(18px + env(safe-area-inset-bottom));
    color: #fff;
    background: rgba(7, 31, 61, .98);
    text-align: center;
    box-shadow: 0 -18px 42px rgba(7, 31, 61, .32);
    opacity: 0;
    pointer-events: none;
    transform: translateY(110%);
    transition: opacity .34s ease, transform .34s cubic-bezier(.22, .61, .36, 1);
  }

  .mobile-sticky-campaign.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-sticky-campaign p {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
  }

  .mobile-sticky-campaign a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 470px);
    min-height: 52px;
    padding: 0 18px;
    overflow: hidden;
    color: #031326;
    background: linear-gradient(90deg, #28e58a 0%, #5bd7e9 100%);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(16, 202, 166, .3);
  }

  .mobile-sticky-campaign a::after {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    width: 72px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .46), transparent);
    transform: translateX(-180px) rotate(16deg);
    animation: ctaShine 3.6s ease-in-out 1.4s infinite;
  }

  .studio-gallery {
    width: 100%;
  }

  .studio-shot-training,
  .studio-shot-locker {
    grid-column: auto;
    grid-row: auto;
  }

  .campaign-visual-banner {
    margin-bottom: 28px;
  }

  .section-cta {
    margin-top: 34px;
  }

  .section-cta .btn {
    width: min(100%, 430px);
  }

  .booking-inner {
    grid-template-columns: 1fr;
  }

  .booking-photo {
    min-height: 520px;
  }

  .booking-copy {
    padding: 38px 30px;
  }

  .booking-main-cta {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hero-content {
    padding-top: 220px;
    padding-bottom: 124px;
  }

  .concept-statement {
    font-size: 34px;
  }

  .concept::before,
  .reason::before,
  .schedule::before,
  .trainers::before,
  .faq::before,
  .booking::before {
    font-size: 56px;
  }

  .studio-gallery {
    width: 100%;
  }

  .studio-shot-locker {
    background-size: 300% 200%;
  }

  .campaign-visual-banner {
    margin: -2px auto 22px;
    clip-path: none;
  }

  .campaign-visual-banner img {
    aspect-ratio: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .program-visual img {
    min-height: 0;
    object-fit: contain;
  }

  .booking-photo {
    min-height: 470px;
    clip-path: polygon(0 2%, 100% 0, 100% 97%, 0 100%);
  }

  .booking-photo img {
    object-position: 47% center;
  }

  .booking-photo::after {
    left: -8px;
    bottom: 18px;
    font-size: 56px;
  }

  .booking-copy .section-title {
    font-size: 38px;
  }

  .price-note {
    padding: 16px 18px;
    font-size: 14px;
  }
}

/* Final nav overrides: keep the MENU drawer consistent on desktop and mobile. */
.nav-toggle {
  display: inline-grid !important;
  grid-template-columns: auto 28px !important;
  grid-template-rows: repeat(3, 7px) !important;
  align-items: center !important;
  flex-direction: initial !important;
  gap: 0 10px !important;
  width: auto !important;
  min-height: 44px !important;
  margin-left: auto !important;
  padding: 0 14px !important;
}

.nav-toggle span:not(.nav-toggle-label) {
  grid-column: 2 !important;
  width: 28px !important;
  height: 2px !important;
  background: currentColor !important;
}

.nav-toggle .nav-toggle-label {
  grid-column: 1 !important;
  grid-row: 1 / 4 !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

.site-nav .nav-links {
  display: grid !important;
}

@media (max-width: 1000px) {
  .site-nav .nav-links {
    left: 18px;
    right: 18px;
    top: 74px;
    width: auto;
  }

  .nav-logo {
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .nav-logo span {
    font-size: clamp(12px, 3.2vw, 13px);
  }

  .feature-card-photo-copy {
    padding: 30px 24px 42px;
  }
}

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

  .nav-toggle {
    padding: 0 11px !important;
  }

  .nav-toggle .nav-toggle-label {
    font-size: 11px;
  }

  .feature-card.feature-card-photo h3 {
    max-width: 94%;
    font-size: 19px;
  }

  .feature-card.feature-card-photo p {
    max-width: 94%;
    font-size: 12px;
  }
}

/* Final request batch: mobile badges, icon-only menu, schedule table, trainers. */
.hero-notes span,
.hero-notes .hero-note-station {
  font-size: 15px;
  line-height: 1.35;
  white-space: normal;
}

.nav-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 5px !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  width: 56px !important;
  min-width: 56px !important;
  height: 56px !important;
  min-height: 56px !important;
  padding: 0 !important;
  border-radius: 999px;
}

.nav-toggle span:not(.nav-toggle-label) {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 28px !important;
  height: 2px !important;
}

.site-nav.is-menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav.is-menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-nav.is-menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.studio-gallery-collage {
  overflow: visible;
}

.kick-benefit-note {
  width: min(100%, 1180px);
  margin: 22px auto 0;
  padding: 16px 18px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.studio-gallery-cta {
  display: flex;
  justify-content: center;
  width: min(100%, 1180px);
  margin: -10px auto 0;
}

.studio-gallery-cta .btn {
  min-width: 260px;
}

.schedule-table-wrap,
.schedule-notes-list {
  width: min(100%, 1180px);
  margin-left: auto;
  margin-right: auto;
}

.schedule-table-wrap {
  margin-top: 0;
  margin-bottom: 18px;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  -webkit-overflow-scrolling: touch;
}

.schedule-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.schedule-table caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid rgba(7, 31, 61, .12);
  padding: 11px 10px;
  vertical-align: top;
  background: #fffdf0;
}

.schedule-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #071f3d;
  background: #eff7f7;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.schedule-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  width: 78px;
  min-width: 78px;
  color: #071f3d;
  background: #f8fbfb;
  text-align: center;
  font-family: var(--serif-en);
  font-weight: 900;
}

.schedule-table td {
  min-width: 138px;
  text-align: center;
  font-weight: 800;
}

.schedule-table td span {
  display: block;
  margin-bottom: 4px;
  color: #e60012;
  font-size: 12px;
  font-weight: 900;
}

.schedule-table td strong {
  display: block;
  color: #071f3d;
  font-size: 15px;
  font-weight: 900;
}

.schedule-table .personal {
  color: #071f3d;
  background: #eef2e5;
  vertical-align: middle;
  font-size: 15px;
}

.schedule-table .personal small {
  display: block;
  margin-top: 8px;
  color: #e60012;
  font-size: 12px;
  font-weight: 900;
}

.schedule-free-row td {
  color: #fff;
  background: #e60012;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.schedule-notes-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.schedule-notes-list li {
  position: relative;
  padding-left: 18px;
}

.schedule-notes-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  background: var(--teal);
}

.trainer-card {
  display: flex;
  flex-direction: column;
}

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

.trainer-card h3 {
  padding-bottom: 6px;
}

.trainer-role,
.trainer-bio {
  margin: 0;
  padding-left: 18px;
  padding-right: 18px;
}

.trainer-role {
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.trainer-bio {
  padding-top: 14px;
  padding-bottom: 22px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.72;
  font-weight: 700;
}

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

  .hero-notes span,
  .hero-notes .hero-note-station {
    font-size: 11.2px;
    line-height: 1.28;
    letter-spacing: 0;
    white-space: normal;
  }

  .schedule-table-wrap {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
    border-left: 0;
    border-right: 0;
  }

  .schedule-table {
    min-width: 1020px;
    font-size: 12px;
  }

  .schedule-table thead th {
    font-size: 14px;
  }

  .schedule-table td strong {
    font-size: 13px;
  }

  .trainer-card h3 {
    padding-bottom: 4px;
  }

  .trainer-role,
  .trainer-bio {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 640px) {
  .nav-toggle {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    min-height: 50px !important;
  }

  .hero-notes span,
  .hero-notes .hero-note-station {
    min-height: 58px;
    font-size: 11px;
    line-height: 1.25;
  }

  .studio-gallery-cta {
    margin-top: -4px;
  }

  .schedule-table-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .schedule-table {
    min-width: 960px;
  }

  .schedule-notes-list {
    font-size: 12px;
  }

  .trainer-bio {
    font-size: 12px;
  }

  .concept-quote {
    font-size: clamp(15px, 3.8vw, 17px);
    line-height: 1.55;
    white-space: nowrap;
  }

  .schedule > .section-title {
    font-size: clamp(27px, 7.2vw, 30px);
    line-height: 1.24;
    white-space: nowrap;
  }

  .program > .section-title {
    font-size: clamp(27px, 7.2vw, 30px);
    line-height: 1.32;
    white-space: nowrap;
  }

  .schedule-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding: 10px;
  }

  .schedule-frame img {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
}
