:root {
  --cobalt: #1646ff;
  --cobalt-dark: #0f35cf;
  --chalk: #f2f3ee;
  --paper: #fbfcf7;
  --ink: #15191f;
  --steel: #78808b;
  --line: #c8cbc6;
  --white: #ffffff;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --sans: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  --shell: min(100% - 64px, 1600px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--chalk);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--chalk);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

figure,
h1,
h2,
h3,
p,
ol,
ul,
dl,
dd {
  margin: 0;
}

button {
  color: inherit;
}

::selection {
  color: var(--white);
  background: var(--cobalt);
}

:focus-visible {
  outline: 3px solid #ffdb1f;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-bar {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 32px;
  color: var(--white);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, .24);
  font-size: 11px;
  letter-spacing: .08em;
}

.demo-bar strong {
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: .14em;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: minmax(210px, 290px) 1fr auto;
  min-height: 78px;
  align-items: center;
  padding: 0 32px;
  color: var(--white);
  background: var(--cobalt);
  border-bottom: 1px solid rgba(255, 255, 255, .28);
}

.site-header .brand {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.site-header .brand strong {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.site-header .brand small {
  margin-top: 7px;
  font-family: var(--display);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.primary-nav {
  display: flex;
  justify-content: center;
}

.primary-nav a {
  font-size: 13px;
  font-weight: 800;
}

.site-header[data-navigation-pattern] .mh-customer-nav-source > a::after {
  background: var(--white);
}

.site-header[data-navigation-pattern="bold-tab-rail"] .mh-customer-nav-source > a[aria-current="page"] {
  padding-inline: 14px;
  color: var(--cobalt);
  background: var(--white);
}

.site-header[data-navigation-pattern="bold-tab-rail"] .mh-customer-nav-source > a[aria-current="page"]::after {
  opacity: 0;
}

.site-header .header-action {
  min-height: 46px;
  padding: 0 18px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--white);
  font-size: 13px;
  font-weight: 900;
}

main > section[id] {
  scroll-margin-top: 96px;
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-index,
.eyebrow {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.section-index {
  color: var(--cobalt);
}

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

h1,
h2,
h3 {
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.065em;
}

.hero-copy h1 > span,
.start-heading h2 > span {
  display: block;
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 108px);
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
  overflow: hidden;
  background: var(--paper);
}

.hero-media {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #d9dcd8;
}

.hero-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 7px;
  content: "";
  background: var(--cobalt);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 46% center;
  animation: hero-drift 14s ease-out both;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(32px, 4.5vw, 82px) 150px;
  border-left: 1px solid var(--line);
}

.hero-copy .eyebrow {
  margin-bottom: 32px;
  color: var(--cobalt);
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(52px, 6.1vw, 104px);
}

.hero-summary {
  max-width: 560px;
  margin-top: 32px;
  color: #444a52;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button-light {
  color: var(--ink);
  background: var(--white);
  border-color: var(--white);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid currentColor;
  font-size: 14px;
  font-weight: 900;
}

.hero-note {
  max-width: 460px;
  margin-top: 32px;
  color: var(--steel);
  font-size: 12px;
}

.hero-wordmark {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: -1.2vw;
  left: 24px;
  color: var(--cobalt);
  font-family: var(--display);
  font-size: clamp(90px, 15vw, 280px);
  font-weight: 950;
  line-height: .65;
  letter-spacing: -.085em;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.start {
  padding-block: clamp(96px, 10vw, 180px);
}

.start-heading {
  display: grid;
  grid-template-columns: .8fr 1.5fr .9fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 72px;
  border-bottom: 1px solid var(--ink);
}

.start-heading h2,
.schedule-heading h2,
.coaching-intro h2,
.space-heading h2,
.location-info h2,
.conversion h2 {
  font-size: clamp(48px, 6vw, 92px);
}

.start-heading > p:last-child,
.schedule-heading > p,
.coaching-intro > p,
.space-heading > p {
  max-width: 460px;
  color: #4b5159;
  line-height: 1.75;
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
}

.start-steps li {
  min-height: 280px;
  padding: 28px 24px 32px 0;
  border-right: 1px solid var(--line);
}

.start-steps li + li {
  padding-left: 24px;
}

.start-steps li:last-child {
  border-right: 0;
}

.start-steps span,
.space-ledger span {
  color: var(--cobalt);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.start-steps h3 {
  margin-top: 96px;
  font-size: clamp(27px, 2.3vw, 38px);
}

.start-steps p {
  max-width: 260px;
  margin-top: 16px;
  color: #555b63;
  font-size: 14px;
}

.demo-copy {
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--steel);
  font-size: 12px;
}

.programs {
  padding-top: clamp(88px, 8vw, 150px);
  color: var(--white);
  background: var(--ink);
}

.programs-heading,
.space-heading {
  display: grid;
  grid-template-columns: 1.45fr .65fr;
  gap: 48px;
  align-items: end;
  padding-bottom: 64px;
}

.programs-heading h2,
.space-heading h2 {
  margin-top: 18px;
  font-size: clamp(52px, 7.4vw, 112px);
}

.programs-heading > p,
.space-heading > p {
  max-width: 460px;
  color: #b9bec4;
}

.program-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #4c525a;
  border-bottom: 1px solid #4c525a;
}

.program-tabs button {
  display: grid;
  min-height: 200px;
  align-content: space-between;
  padding: 26px clamp(22px, 3vw, 54px) 30px;
  color: var(--white);
  background: transparent;
  border: 0;
  border-right: 1px solid #4c525a;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.program-tabs button:last-child {
  border-right: 0;
}

.program-tabs button[aria-selected="true"] {
  color: var(--white);
  background: var(--cobalt);
}

.program-tabs small,
.program-tabs span {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.program-tabs strong {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1;
  letter-spacing: -.05em;
}

.program-panel {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: 660px;
}

.program-panel figure {
  min-height: 660px;
  overflow: hidden;
  background: #2c3036;
}

.program-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transition: opacity 220ms ease, transform 500ms ease;
}

.program-panel.is-changing figure img {
  opacity: .38;
  transform: scale(1.012);
}

.program-panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 100px);
  color: var(--white);
  background: var(--cobalt);
}

.program-panel-copy > p:first-child {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.program-panel-copy h3 {
  margin-top: 26px;
  font-size: clamp(50px, 6vw, 94px);
}

.program-panel-copy > p:nth-of-type(2) {
  max-width: 560px;
  margin-top: 28px;
  font-size: 18px;
  line-height: 1.75;
}

.program-panel-copy dl {
  margin-block: 42px 36px;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.program-panel-copy dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-size: 13px;
}

.program-panel-copy dt {
  font-weight: 900;
}

.schedule {
  padding-block: clamp(96px, 10vw, 180px);
}

.schedule-heading,
.coaching-intro {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 48px;
  align-items: end;
  padding-bottom: 68px;
  border-bottom: 1px solid var(--ink);
}

.schedule-heading h2,
.coaching-intro h2 {
  margin-top: 18px;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ink);
}

.schedule-grid article {
  display: grid;
  min-height: 420px;
  grid-template-columns: 64px 1fr;
  align-content: start;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}

.schedule-grid article:last-child {
  border-right: 0;
}

.schedule-grid p {
  grid-column: 1 / -1;
  margin-bottom: 80px;
  color: var(--cobalt);
  font-size: 13px;
  font-weight: 900;
}

.schedule-grid span,
.schedule-grid strong,
.schedule-grid small {
  padding-block: 10px;
  border-top: 1px solid var(--line);
}

.schedule-grid span {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
}

.schedule-grid strong {
  font-size: 16px;
}

.schedule-grid small {
  grid-column: 2;
  margin-top: -1px;
  color: var(--steel);
}

.gym-board {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 72px;
  padding-top: 96px;
}

.gym-board h3 {
  margin-top: 18px;
  font-size: clamp(42px, 5vw, 72px);
}

.gym-board header > p:last-child {
  max-width: 420px;
  margin-top: 24px;
  color: #555b63;
}

.board-list,
.board-list .moahome-news-list {
  border-top: 1px solid var(--ink);
}

.board-list article,
.board-list .moahome-news-list article {
  display: grid;
  grid-template-columns: minmax(110px, .3fr) 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.board-list small,
.board-list .moahome-news-list small {
  color: var(--cobalt);
  font-size: 11px;
  font-weight: 900;
}

.board-list strong,
.board-list .moahome-news-list strong {
  font-size: 16px;
}

.coaching {
  padding-top: clamp(96px, 9vw, 170px);
  background: var(--paper);
}

.coaching-intro {
  border-bottom: 0;
}

.coaching-media {
  width: min(100% - 64px, 1750px);
  height: min(62vw, 820px);
  min-height: 520px;
  margin: 0 0 0 auto;
  overflow: hidden;
}

.coaching-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.role-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: clamp(96px, 9vw, 160px);
}

.role-ledger article {
  min-height: 300px;
  padding: 34px 32px 28px 0;
  border-bottom: 1px solid var(--ink);
  border-right: 1px solid var(--line);
}

.role-ledger article + article {
  padding-left: 32px;
}

.role-ledger article:last-child {
  border-right: 0;
}

.role-ledger span {
  color: var(--cobalt);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.role-ledger h3 {
  margin-top: 68px;
  font-size: clamp(30px, 3vw, 48px);
}

.role-ledger p {
  max-width: 330px;
  margin-top: 18px;
  color: #4d535a;
}

.role-ledger small {
  display: block;
  margin-top: 22px;
  color: var(--steel);
}

.space {
  padding-top: clamp(90px, 8vw, 150px);
  color: var(--white);
  background: var(--ink);
}

.space-main {
  height: min(61vw, 920px);
  min-height: 540px;
  overflow: hidden;
}

.space-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.space-ledger {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.space-ledger article {
  min-height: 220px;
  padding: 26px 24px 32px 0;
  border-right: 1px solid #4c525a;
  border-bottom: 1px solid #4c525a;
}

.space-ledger article + article {
  padding-left: 24px;
}

.space-ledger article:last-child {
  border-right: 0;
}

.space-ledger h3 {
  margin-top: 54px;
  font-size: clamp(25px, 2.5vw, 38px);
}

.space-ledger p {
  max-width: 260px;
  margin-top: 14px;
  color: #b7bcc2;
  font-size: 13px;
}

.equipment-strip {
  display: grid;
  width: var(--shell);
  grid-template-columns: 1.35fr .65fr;
  align-items: end;
  gap: 48px;
  margin-inline: auto;
  padding-block: 90px;
}

.equipment-strip img {
  max-height: 520px;
  object-fit: cover;
}

.equipment-strip figcaption {
  padding-top: 18px;
  border-top: 1px solid #4c525a;
  color: #aeb4bb;
  font-size: 12px;
}

.conversion {
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--paper);
}

.booking-panel,
.inquiry-panel {
  padding: clamp(72px, 8vw, 136px) clamp(32px, 5vw, 96px);
  scroll-margin-top: 96px;
}

.booking-panel {
  color: var(--white);
  background: var(--cobalt);
}

.conversion h2 {
  margin-top: 24px;
}

.booking-panel > p:nth-of-type(2),
.inquiry-panel > p:nth-of-type(2) {
  max-width: 570px;
  margin-top: 28px;
  line-height: 1.75;
}

.booking-steps {
  list-style: none;
  margin-block: 52px 38px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.booking-steps li {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.booking-steps span {
  font-family: var(--display);
  font-size: 12px;
  font-weight: 900;
}

.booking-steps small {
  color: rgba(255, 255, 255, .74);
}

.module-note {
  margin-top: 18px;
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
}

.inquiry-panel {
  border-top: 8px solid var(--cobalt);
}

.inquiry-form {
  margin-top: 44px;
}

.form-help {
  padding: 14px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  color: var(--steel);
  font-size: 12px;
}

.inquiry-fields,
.inquiry-fields.moahome-module-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.inquiry-fields > label,
.inquiry-fields .moahome-module-field {
  display: grid;
  min-width: 0;
  padding: 22px 20px 22px 0;
  border-bottom: 1px solid var(--line);
}

.inquiry-fields > label:nth-child(even),
.inquiry-fields .moahome-module-field:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
  border-left: 1px solid var(--line);
}

.inquiry-fields .field-wide,
.inquiry-fields .moahome-module-field-textarea {
  grid-column: 1 / -1;
  padding-right: 0;
  padding-left: 0;
  border-left: 0;
}

.inquiry-fields label > span,
.inquiry-fields .moahome-module-field > span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 900;
}

.inquiry-form em {
  color: var(--cobalt);
  font-style: normal;
  font-size: 10px;
}

.inquiry-form input:not([type="checkbox"]),
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 10px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  outline: 0;
  font-size: 16px;
}

.inquiry-form textarea {
  min-height: 112px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-bottom-color: var(--cobalt);
  box-shadow: 0 2px 0 var(--cobalt);
}

.privacy-field {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  color: #555b63;
  font-size: 12px;
}

.privacy-field input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--cobalt);
}

.form-feedback {
  min-height: 24px;
  margin-top: 14px;
  color: var(--cobalt-dark);
  font-size: 12px;
}

.outline-submit {
  width: 100%;
  min-height: 58px;
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 0;
  font-weight: 900;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.location {
  display: grid;
  grid-template-columns: .9fr .75fr .75fr;
  min-height: 760px;
  background: var(--chalk);
}

.location-photo,
.map-shell {
  min-height: 760px;
  overflow: hidden;
}

.location-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 72px clamp(30px, 4vw, 72px);
  border-left: 1px solid var(--line);
}

.location-info h2 {
  margin-top: 20px;
}

.location-info > p:nth-of-type(2) {
  margin-top: 22px;
  color: #555b63;
}

.location-info dl {
  margin-block: 38px 30px;
  border-top: 1px solid var(--ink);
}

.location-info dl > div {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.location-info dt {
  font-weight: 900;
}

.location-info dd small {
  display: block;
  margin-top: 4px;
  color: var(--steel);
}

.map-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: var(--white);
  background: var(--cobalt);
  border: 1px solid var(--cobalt);
  font-size: 13px;
  font-weight: 900;
}

.location-note {
  margin-top: 18px;
  color: var(--steel);
  font-size: 11px;
}

.location-note strong {
  color: var(--ink);
}

.map-shell {
  display: grid;
  border-left: 1px solid var(--line);
  background: var(--paper);
}

.map-fallback {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  overflow: hidden;
  color: var(--white);
  background: var(--cobalt);
}

.map-fallback::before,
.map-fallback::after,
.map-route,
.map-grid {
  position: absolute;
  content: "";
  pointer-events: none;
}

.map-fallback::before {
  top: 22%;
  right: -10%;
  width: 88%;
  height: 34%;
  border-top: 18px solid rgba(255, 255, 255, .22);
  border-bottom: 2px solid rgba(255, 255, 255, .45);
  transform: rotate(-18deg);
}

.map-fallback::after {
  right: 12%;
  bottom: 18%;
  width: 58%;
  height: 24%;
  border-top: 2px solid rgba(255, 255, 255, .46);
  border-left: 12px solid rgba(255, 255, 255, .2);
  transform: rotate(31deg);
}

.map-grid {
  top: 0;
  bottom: 0;
  left: 24%;
  width: 1px;
  background: rgba(255, 255, 255, .28);
  box-shadow: 118px 0 0 rgba(255, 255, 255, .16), 236px 0 0 rgba(255, 255, 255, .16);
}

.map-route {
  top: 46%;
  left: 18%;
  width: 18px;
  height: 18px;
  background: var(--white);
  border: 5px solid var(--ink);
  box-shadow: 140px 110px 0 -3px var(--white), 260px 30px 0 -5px var(--white);
}

.map-fallback p,
.map-fallback small,
.map-fallback strong {
  position: relative;
  z-index: 2;
}

.map-fallback p,
.map-fallback small {
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
}

.map-fallback strong {
  font-family: var(--display);
  font-size: clamp(50px, 5vw, 84px);
  line-height: .82;
  letter-spacing: -.07em;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: start;
  padding: 72px 32px 28px;
  color: var(--white);
  background: var(--cobalt);
}

.footer-primary {
  display: grid;
  gap: 24px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.footer-brand strong {
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 950;
  letter-spacing: -.07em;
}

.footer-brand span {
  margin-top: 12px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.footer-primary p {
  max-width: 460px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 280px;
  gap: 10px 28px;
  font-size: 13px;
  font-weight: 800;
}

.site-footer nav a {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  padding: 8px 0;
}

.footer-legal {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .38);
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-drift {
  from { transform: scale(1.025); }
  to { transform: scale(1.005); }
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .outline-submit:hover,
  .map-link:hover {
    transform: translateY(-2px);
  }

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

  .program-tabs button:not([aria-selected="true"]):hover {
    background: #22272e;
  }

  .outline-submit:hover {
    color: var(--ink);
    background: var(--white);
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 48px, 1600px);
  }

  .site-header {
    grid-template-columns: 210px 1fr auto;
    padding-inline: 24px;
  }

  .site-header[data-navigation-pattern] .mh-customer-nav-source {
    gap: 18px;
  }

  .hero {
    grid-template-columns: 55% 45%;
  }

  .hero-copy {
    padding-inline: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(50px, 6vw, 76px);
  }

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

  .map-shell {
    grid-column: 1 / -1;
    min-height: 480px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

@media (max-width: 900px) {
  :root {
    --shell: min(100% - 36px, 1600px);
  }

  .demo-bar {
    min-height: 28px;
    padding-inline: 16px;
    font-size: 9px;
  }

  .demo-bar span {
    letter-spacing: 0;
  }

  .site-header {
    position: sticky;
    padding: 0 18px;
  }

  .site-header .brand strong {
    font-size: 17px;
  }

  .site-header .brand small {
    font-size: 8px;
  }

  .site-header[data-navigation-pattern="bold-tab-rail"] .mh-customer-nav-source {
    gap: 24px;
    padding-inline: 18px;
    color: var(--white);
    background: var(--cobalt);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 52px;
  }

  .hero-media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .hero-copy {
    min-height: 620px;
    padding: 56px 28px 122px;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 11vw, 68px);
  }

  .hero-summary {
    font-size: 17px;
  }

  .hero-wordmark {
    right: 14px;
    bottom: 1px;
    left: 14px;
    font-size: 22vw;
  }

  .start-heading,
  .programs-heading,
  .schedule-heading,
  .coaching-intro,
  .space-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .start-heading {
    padding-bottom: 44px;
  }

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

  .start-steps li:nth-child(2) {
    border-right: 0;
  }

  .start-steps li:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .start-steps h3 {
    margin-top: 60px;
  }

  .programs-heading,
  .space-heading {
    padding-bottom: 44px;
  }

  .programs-heading h2,
  .space-heading h2 {
    font-size: clamp(46px, 10vw, 72px);
  }

  .program-tabs button {
    min-height: 150px;
    padding: 20px 18px;
  }

  .program-tabs strong {
    font-size: 25px;
  }

  .program-panel {
    grid-template-columns: 1fr;
  }

  .program-panel figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .program-panel-copy {
    min-height: 600px;
    padding: 56px 28px;
  }

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

  .schedule-grid article:nth-child(2) {
    border-right: 0;
  }

  .schedule-grid article:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .gym-board {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .coaching-media {
    width: calc(100% - 18px);
    height: 66vw;
    min-height: 440px;
  }

  .role-ledger {
    grid-template-columns: 1fr;
  }

  .role-ledger article,
  .role-ledger article + article {
    min-height: 230px;
    padding: 28px 0;
    border-right: 0;
  }

  .role-ledger h3 {
    margin-top: 42px;
  }

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

  .space-ledger article:nth-child(2) {
    border-right: 0;
  }

  .space-ledger article:nth-child(n+3) {
    border-top: 1px solid #4c525a;
  }

  .equipment-strip {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .booking-panel,
  .inquiry-panel {
    min-height: auto;
    scroll-margin-top: 132px;
  }

  .location-photo,
  .location-info {
    min-height: 620px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer nav {
    grid-row: 2;
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  :root {
    --shell: calc(100% - 28px);
  }

  body {
    font-size: 15px;
  }

  .demo-bar {
    justify-content: flex-start;
    gap: 10px;
  }

  .demo-bar span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-media {
    aspect-ratio: 5 / 4;
  }

  .hero-media img {
    object-position: 38% center;
  }

  .hero-copy {
    min-height: 570px;
    padding: 48px 20px 112px;
  }

  .hero-copy .eyebrow {
    margin-bottom: 22px;
    font-size: 9px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 11vw, 44px);
  }

  .hero-summary {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    justify-items: start;
    gap: 14px;
    margin-top: 30px;
  }

  .button {
    min-height: 50px;
    font-size: 13px;
  }

  .hero-note {
    margin-top: 22px;
    font-size: 11px;
  }

  .start,
  .schedule {
    padding-block: 84px;
  }

  .start-heading h2,
  .schedule-heading h2,
  .coaching-intro h2,
  .space-heading h2,
  .location-info h2,
  .conversion h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .start-steps {
    grid-template-columns: 1fr;
  }

  .start-steps li,
  .start-steps li + li {
    min-height: 205px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .start-steps h3 {
    margin-top: 44px;
    font-size: 27px;
  }

  .programs {
    padding-top: 82px;
  }

  .programs-heading h2,
  .space-heading h2 {
    font-size: 44px;
  }

  .program-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .program-tabs::-webkit-scrollbar {
    display: none;
  }

  .program-tabs button {
    flex: 0 0 76vw;
    min-height: 136px;
  }

  .program-panel figure {
    aspect-ratio: 4 / 5;
  }

  .program-panel-copy {
    min-height: 560px;
    padding: 48px 20px;
  }

  .program-panel-copy h3 {
    font-size: 48px;
  }

  .program-panel-copy > p:nth-of-type(2) {
    font-size: 16px;
  }

  .program-panel-copy dl div {
    grid-template-columns: 90px 1fr;
  }

  .schedule-heading {
    padding-bottom: 42px;
  }

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

  .schedule-grid article {
    min-height: 330px;
    padding-inline: 0;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .schedule-grid p {
    margin-bottom: 42px;
  }

  .gym-board {
    padding-top: 78px;
  }

  .gym-board h3 {
    font-size: 40px;
  }

  .board-list article,
  .board-list .moahome-news-list article {
    grid-template-columns: 96px 1fr auto;
    min-height: 92px;
    gap: 12px;
  }

  .coaching {
    padding-top: 82px;
  }

  .coaching-media {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .coaching-media img {
    object-position: 68% center;
  }

  .role-ledger {
    padding-bottom: 82px;
  }

  .space {
    padding-top: 82px;
  }

  .space-main {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .space-main img {
    object-position: 48% center;
  }

  .space-ledger {
    grid-template-columns: 1fr;
  }

  .space-ledger article,
  .space-ledger article + article {
    min-height: 180px;
    padding: 22px 0;
    border-top: 1px solid #4c525a;
    border-right: 0;
  }

  .space-ledger h3 {
    margin-top: 38px;
  }

  .equipment-strip {
    padding-block: 64px;
  }

  .equipment-strip img {
    aspect-ratio: 4 / 3;
  }

  .booking-panel,
  .inquiry-panel {
    padding: 72px 20px;
  }

  .booking-steps li {
    grid-template-columns: 32px 1fr;
  }

  .booking-steps small {
    grid-column: 2;
  }

  .inquiry-fields,
  .inquiry-fields.moahome-module-field-grid {
    grid-template-columns: 1fr;
  }

  .inquiry-fields > label,
  .inquiry-fields > label:nth-child(even),
  .inquiry-fields .moahome-module-field,
  .inquiry-fields .moahome-module-field:nth-child(even) {
    grid-column: 1;
    padding: 20px 0;
    border-left: 0;
  }

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

  .location-photo,
  .location-info,
  .map-shell {
    min-height: 0;
  }

  .location-photo {
    aspect-ratio: 4 / 3;
  }

  .location-info {
    padding: 72px 20px;
    border-left: 0;
  }

  .location-info dl > div {
    grid-template-columns: 76px 1fr;
  }

  .map-shell {
    min-height: 560px;
  }

  .map-fallback {
    padding: 28px;
  }

  .map-fallback strong {
    font-size: 52px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 64px 20px 24px;
  }

  .site-footer nav {
    grid-row: auto;
    grid-column: auto;
    min-width: 0;
  }

  .footer-legal {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  .site-header .brand small {
    display: none;
  }

  .hero-copy h1,
  .start-heading h2,
  .schedule-heading h2,
  .coaching-intro h2,
  .space-heading h2,
  .location-info h2,
  .conversion h2 {
    font-size: 39px;
  }

  .program-tabs button {
    flex-basis: 82vw;
  }

  .board-list article,
  .board-list .moahome-news-list article {
    grid-template-columns: 1fr auto;
  }

  .board-list small,
  .board-list .moahome-news-list small {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
