:root {
  --og-blue: #41a0d8;
  --og-blue-dark: #176f9f;
  --og-blue-soft: #eaf5fb;
  --og-black: #08090b;
  --og-ink: #111820;
  --og-muted: #5f6b76;
  --og-canvas: #f4f8fb;
  --og-white: #fff;
  --og-border: #dce6ec;
  --og-radius: 18px;
  --og-radius-small: 10px;
  --og-shadow: 0 20px 60px rgb(20 56 76 / 12%);
  --og-shadow-hover: 0 28px 74px rgb(20 56 76 / 18%);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  overflow-x: hidden;
  background: var(--og-canvas);
  color: var(--og-ink);
}

body,
button,
input,
textarea,
select {
  font-family: "Montserrat", Arial, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--og-blue);
  outline-offset: 4px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.onegym-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgb(17 24 32 / 7%);
  background: rgb(255 255 255 / 92%);
  color: var(--og-ink);
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, background-color .25s ease;
}

.onegym-site-header.is-scrolled {
  background: rgb(255 255 255 / 97%);
  box-shadow: 0 10px 36px rgb(20 56 76 / 11%);
}

.admin-bar .onegym-site-header {
  top: 32px;
}

.onegym-header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 24px;
}

.onegym-brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.onegym-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.onegym-header-inner .wp-block-navigation {
  margin-left: auto;
}

.onegym-header-inner .wp-block-navigation a {
  color: var(--og-ink);
  font-size: .9rem;
  text-decoration: none;
}

.onegym-header-inner .wp-block-navigation a:hover {
  color: var(--og-blue-dark);
}

.onegym-header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.onegym-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 16px;
  border: 1.5px solid var(--og-blue);
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.onegym-button::after {
  content: "›";
  margin-left: 8px;
  font-size: 1.15em;
  line-height: 0;
  transition: transform .2s ease;
}

.onegym-button--primary {
  background: var(--og-blue);
  color: var(--og-black);
  box-shadow: 0 8px 22px rgb(65 160 216 / 24%);
}

.onegym-button--outline {
  background: transparent;
  color: var(--og-ink);
}

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

.onegym-button:hover::after {
  transform: translateX(3px);
}

.onegym-button.is-disabled {
  cursor: not-allowed;
  opacity: .62;
}

.onegym-button.is-disabled:hover {
  transform: none;
}

.onegym-button--primary:hover {
  background: var(--og-ink);
  border-color: var(--og-ink);
  color: var(--og-white);
  box-shadow: 0 12px 30px rgb(17 24 32 / 22%);
}

.onegym-button--outline:hover {
  background: var(--og-blue);
  color: var(--og-black);
}

.onegym-section {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 24px;
}

.onegym-section--white {
  background: var(--og-white);
}

.onegym-section--soft {
  background: var(--og-canvas);
}

.onegym-section--blue-soft {
  overflow: hidden;
  background: var(--og-blue-soft);
}

.onegym-section--blue-soft::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -130px;
  width: 440px;
  height: 440px;
  border: 75px solid rgb(65 160 216 / 12%);
  border-radius: 50%;
}

.onegym-section__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.onegym-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--og-blue-dark);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.onegym-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--og-blue);
}

.onegym-section-title {
  position: relative;
  max-width: 820px;
  margin: 0 0 20px;
  color: var(--og-ink);
  font-size: clamp(2rem, 4.3vw, 3.75rem);
  padding-bottom: 18px;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.onegym-section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 7px;
  background: linear-gradient(90deg, var(--og-blue) 0 72%, var(--og-ink) 72% 84%, var(--og-blue) 84%);
  transform: skewX(-24deg);
}

.onegym-lead {
  max-width: 760px;
  color: var(--og-muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.onegym-hero {
  position: relative;
  min-height: min(730px, calc(100svh - 70px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(108deg, #f8fcfe 0%, #f8fcfe 51%, rgb(248 252 254 / 92%) 51.2%, rgb(248 252 254 / 8%) 73%),
    linear-gradient(101deg, transparent 0 69%, rgb(65 160 216 / 48%) 69.2% 70.4%, transparent 70.6%),
    url("../images/hero-placeholder.svg") 78% center / cover no-repeat;
}

.onegym-hero::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -200px;
  width: 520px;
  height: 520px;
  border: 72px solid rgb(65 160 216 / 10%);
  border-radius: 38% 62% 45% 55%;
  transform: rotate(28deg);
}

.onegym-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 70px);
  bottom: 0;
  width: min(38vw, 540px);
  height: 18px;
  background: repeating-linear-gradient(120deg, var(--og-blue) 0 62px, var(--og-black) 62px 76px);
  transform: skewX(-28deg);
}

.onegym-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 24px 118px;
}

.onegym-hero__content {
  position: relative;
  max-width: 700px;
}

.onegym-hero__content::before {
  content: "";
  position: absolute;
  top: 112px;
  left: -42px;
  width: 8px;
  height: 108px;
  background: var(--og-blue);
  transform: skewY(-24deg);
  box-shadow: 13px 16px 0 rgb(65 160 216 / 23%);
}

.onegym-hero h1 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--og-ink);
  font-size: clamp(2.65rem, 6vw, 5rem);
  font-style: italic;
  letter-spacing: -.06em;
  line-height: .98;
  text-transform: uppercase;
}

.onegym-hero__text {
  max-width: 650px;
  color: #46545f;
  font-size: clamp(1.05rem, 2.1vw, 1.26rem);
}

.onegym-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgb(65 160 216 / 32%);
  border-radius: 7px;
  background: rgb(255 255 255 / 80%);
  color: var(--og-blue-dark);
  font-size: .82rem;
  font-weight: 700;
  box-shadow: 0 8px 26px rgb(20 56 76 / 8%);
  transform: skewX(-8deg);
}

.onegym-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--og-blue);
  box-shadow: 0 0 0 5px rgb(65 160 216 / 14%);
}

.onegym-price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 26px 0;
}

.onegym-price {
  color: var(--og-blue-dark);
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.045em;
}

.onegym-price-note {
  color: var(--og-ink);
  font-weight: 700;
}

.onegym-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.onegym-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 610px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--og-border);
}

.onegym-hero-points > div {
  display: grid;
  gap: 1px;
  min-width: 145px;
  padding: 0 24px;
  border-left: 1px solid var(--og-border);
}

.onegym-hero-points > div:nth-child(2) strong {
  color: var(--og-blue-dark);
}

.onegym-energy-strip {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  left: -2%;
  width: 104%;
  overflow: hidden;
  border-block: 3px solid var(--og-black);
  background: var(--og-blue);
  color: var(--og-black);
  transform: rotate(-1deg);
}

.onegym-energy-strip__track {
  display: flex;
  width: max-content;
  animation: onegym-marquee 25s linear infinite;
}

.onegym-energy-strip span {
  flex: 0 0 auto;
  padding: 8px 1.5rem;
  font-size: .76rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}

@keyframes onegym-marquee {
  to { transform: translateX(-50%); }
}

.onegym-hero-points > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.onegym-hero-points strong {
  color: var(--og-ink);
  font-size: 1.16rem;
}

.onegym-hero-points span {
  color: var(--og-muted);
  font-size: .76rem;
  font-weight: 500;
}

.onegym-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.onegym-card {
  position: relative;
  padding: 28px;
  border: 1px solid var(--og-border);
  border-radius: var(--og-radius);
  background: var(--og-white);
  box-shadow: 0 12px 38px rgb(20 56 76 / 7%);
}

.onegym-card::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 34px;
  height: 34px;
  border-top: 4px solid var(--og-blue);
  border-right: 4px solid var(--og-blue);
  border-radius: 0 var(--og-radius) 0 0;
  pointer-events: none;
}

.onegym-card h3 {
  margin: 0 0 10px;
  color: var(--og-ink);
  font-size: 1.18rem;
}

.onegym-card p {
  margin: 0;
  color: var(--og-muted);
}

.onegym-benefits .onegym-card {
  overflow: hidden;
  padding-top: 76px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.onegym-benefits .onegym-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--og-blue);
  transform: scaleX(.25);
  transform-origin: left;
  transition: transform .25s ease;
}

.onegym-benefits .onegym-card:hover {
  transform: translateY(-7px);
  border-color: rgb(65 160 216 / 45%);
  box-shadow: var(--og-shadow-hover);
}

.onegym-benefits .onegym-card:nth-child(2),
.onegym-benefits .onegym-card:nth-child(5) {
  margin-top: 18px;
}

.onegym-benefits .onegym-card:hover::before {
  transform: scaleX(1);
}

.onegym-benefit-number {
  position: absolute;
  top: 24px;
  left: 28px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--og-blue-soft);
  color: var(--og-blue-dark);
  font-size: .9rem;
  font-weight: 700;
}

.onegym-facilities {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 225px;
}

.onegym-facility {
  min-height: 225px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
  border: 0;
  box-shadow: var(--og-shadow);
}

.onegym-facility:nth-child(1),
.onegym-facility:nth-child(6) {
  grid-column: span 2;
}

.onegym-facility:nth-child(1) {
  grid-row: span 2;
}

.onegym-facility img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.onegym-facility::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgb(8 9 11 / 88%) 100%);
}

.onegym-facility::after {
  width: 52px;
  height: 52px;
  border-width: 5px;
}

.onegym-facility > div {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px;
}

.onegym-facility h3,
.onegym-facility p {
  color: var(--og-white);
}

.onegym-facility p {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .35s ease, opacity .35s ease, margin .35s ease;
}

.onegym-facility:hover img {
  transform: scale(1.05);
}

.onegym-facility:hover p {
  max-height: 80px;
  margin-top: 7px;
  opacity: 1;
}

.onegym-pricing-wrap {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(36px, 7vw, 88px);
  align-items: center;
}

.onegym-pricing-card {
  padding: clamp(30px, 5vw, 50px);
  border: 0;
  box-shadow: var(--og-shadow);
}

.onegym-pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  border-radius: 0 var(--og-radius) 0 100%;
  background: rgb(65 160 216 / 12%);
}

.onegym-card-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--og-blue-soft);
  color: var(--og-blue-dark);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.onegym-pricing-card ul {
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.onegym-pricing-card li {
  position: relative;
  margin: 12px 0;
  padding-left: 30px;
}

.onegym-pricing-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--og-blue-dark);
  font-weight: 700;
}

.onegym-schedule {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.onegym-schedule-item {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--og-border);
  border-left: 7px solid var(--og-blue);
  border-radius: var(--og-radius);
  background: var(--og-canvas);
}

.onegym-schedule-item::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -48px;
  width: 145px;
  height: 145px;
  border: 30px solid rgb(65 160 216 / 10%);
  border-radius: 50%;
}

.onegym-schedule-time {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 10px;
  color: var(--og-blue-dark);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -.04em;
}

.onegym-notice:empty {
  display: none;
}

.onegym-notice {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #edbd41;
  border-radius: var(--og-radius-small);
  background: #fff8e5;
  color: #634d10;
  font-weight: 600;
}

.onegym-promo {
  overflow: hidden;
  background: var(--og-blue);
  color: var(--og-black);
}

.onegym-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0 62px, rgb(255 255 255 / 8%) 63px 64px);
  pointer-events: none;
}

.onegym-promo-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}

.onegym-promo .onegym-kicker,
.onegym-promo p,
.onegym-promo .onegym-section-title {
  color: var(--og-black);
}

.onegym-promo .onegym-kicker::before {
  background: var(--og-black);
}

.onegym-promo-value {
  display: block;
  margin: 18px 0;
  font-size: clamp(2.1rem, 5vw, 4.3rem);
  font-weight: 700;
  letter-spacing: -.045em;
}

.onegym-promo .onegym-button--outline,
.onegym-final-cta .onegym-button--outline {
  border-color: var(--og-black);
  color: var(--og-black);
}

.onegym-promo .onegym-button--outline:hover,
.onegym-final-cta .onegym-button--outline:hover {
  background: var(--og-black);
  color: var(--og-white);
}

.onegym-promo-image {
  min-height: 360px;
  overflow: hidden;
  border: 8px solid rgb(255 255 255 / 34%);
  border-radius: 28px;
  box-shadow: 0 30px 60px rgb(8 9 11 / 22%);
  transform: rotate(2deg);
}

.onegym-promo-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.onegym-bonus {
  background: var(--og-white);
}

.onegym-bonus .onegym-section__inner {
  overflow: hidden;
  padding: clamp(48px, 8vw, 86px) 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% 10%, rgb(65 160 216 / 38%), transparent 28%),
    linear-gradient(135deg, #0b1117, #162531);
  color: var(--og-white);
  text-align: center;
  box-shadow: var(--og-shadow);
}

.onegym-bonus .onegym-section-title,
.onegym-bonus .onegym-lead {
  margin-inline: auto;
  color: var(--og-white);
}

.onegym-bonus .onegym-kicker {
  justify-content: center;
  color: #8dcef2;
}

.onegym-bonus .onegym-button--primary:hover {
  background: var(--og-white);
  border-color: var(--og-white);
  color: var(--og-black);
}

.onegym-review-placeholder {
  border-style: dashed;
  background: rgb(255 255 255 / 72%);
}

.onegym-review-placeholder strong {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--og-blue-dark);
  font-size: .74rem;
  letter-spacing: .06em;
}

.onegym-location-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.onegym-map-placeholder {
  position: relative;
  min-height: 390px;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgb(65 160 216 / 32%);
  border-radius: var(--og-radius);
  background:
    linear-gradient(90deg, transparent 49%, rgb(65 160 216 / 10%) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgb(65 160 216 / 10%) 50%, transparent 51%),
    var(--og-blue-soft);
  background-size: 54px 54px;
  color: var(--og-ink);
  text-align: center;
}

.onegym-map-placeholder::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  border: 18px solid var(--og-blue);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg) translate(22px, -22px);
  opacity: .18;
}

.onegym-map-placeholder > div {
  position: relative;
  z-index: 1;
  padding: 24px;
  border-radius: var(--og-radius-small);
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 14px 40px rgb(20 56 76 / 12%);
}

.onegym-final-cta {
  overflow: hidden;
  background: linear-gradient(135deg, #69b9e6, var(--og-blue));
  color: var(--og-black);
  text-align: center;
}

.onegym-final-cta::before,
.onegym-final-cta::after {
  content: "";
  position: absolute;
  border: 55px solid rgb(255 255 255 / 15%);
  border-radius: 50%;
}

.onegym-final-cta::before {
  top: -150px;
  left: -100px;
  width: 280px;
  height: 280px;
}

.onegym-final-cta::after {
  right: -120px;
  bottom: -180px;
  width: 340px;
  height: 340px;
}

.onegym-final-cta .onegym-section-title {
  margin-inline: auto;
  color: var(--og-black);
}

.onegym-final-cta .onegym-section-title::after,
.onegym-bonus .onegym-section-title::after {
  left: 50%;
  background: linear-gradient(90deg, var(--og-black) 0 72%, var(--og-white) 72% 84%, var(--og-black) 84%);
  transform: translateX(-50%) skewX(-24deg);
}

.onegym-final-cta .onegym-actions {
  justify-content: center;
}

.onegym-site-footer {
  padding: 66px 24px 24px;
  border-top: 6px solid var(--og-blue);
  background: #080b0e;
  color: var(--og-white);
}

.onegym-footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 38px;
}

.onegym-footer-grid h2,
.onegym-footer-grid h3 {
  color: var(--og-white);
  font-size: 1rem;
}

.onegym-footer-grid p,
.onegym-footer-grid a {
  color: #aeb9c2;
  font-size: .9rem;
}

.onegym-footer-grid a:hover {
  color: var(--og-white);
}

.onegym-footer-grid .onegym-button--outline {
  color: var(--og-white);
}

.onegym-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.onegym-footer-links li {
  margin: 8px 0;
}

.onegym-social {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.onegym-footer-bottom {
  max-width: 1200px;
  margin: 38px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.onegym-copyright {
  color: #8d99a3;
  font-size: .8rem;
}

.onegym-content {
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 96px) 24px;
}

.onegym-query {
  max-width: 1200px;
  margin: 0 auto;
  padding: 68px 24px;
}

.onegym-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .48s ease, transform .48s cubic-bezier(.2, .8, .2, 1);
}

.onegym-card.onegym-reveal:nth-child(3n+2) {
  transition-delay: .07s;
}

.onegym-card.onegym-reveal:nth-child(3n) {
  transition-delay: .14s;
}

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

@media (max-width: 1080px) {
  .onegym-header-inner {
    gap: 14px;
  }

  .onegym-header-actions .onegym-button:first-child {
    display: none;
  }

  .onegym-hero {
    background:
      linear-gradient(108deg, #f8fcfe 0%, #f8fcfe 51%, rgb(248 252 254 / 85%) 65%, rgb(248 252 254 / 20%) 100%),
      linear-gradient(101deg, transparent 0 69%, rgb(65 160 216 / 42%) 69.2% 70.4%, transparent 70.6%),
      url("../images/hero-placeholder.svg") 72% center / cover no-repeat;
  }
}

@media (max-width: 960px) {
  .onegym-grid:not(.onegym-facilities) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .onegym-facility:nth-child(1),
  .onegym-facility:nth-child(6) {
    grid-column: span 1;
  }

  .onegym-facility:nth-child(1) {
    grid-row: span 1;
  }

  .onegym-pricing-wrap,
  .onegym-promo-grid,
  .onegym-location-grid {
    grid-template-columns: 1fr;
  }

  .onegym-pricing-wrap > div:first-child,
  .onegym-location-grid > div:first-child {
    max-width: 720px;
  }

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

@media (max-width: 782px) {
  .admin-bar .onegym-site-header {
    top: 46px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 76px;
  }

  .onegym-header-inner {
    min-height: 68px;
    padding: 6px 16px;
  }

  .onegym-logo {
    width: 56px;
    height: 56px;
  }

  .onegym-header-actions {
    display: none;
  }

  .onegym-header-inner .wp-block-navigation {
    order: 3;
  }

  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 24px;
    background: var(--og-white);
    color: var(--og-ink);
  }

  .onegym-section {
    padding: 56px 18px;
  }

  .onegym-hero {
    min-height: 760px;
    align-items: start;
    background:
      linear-gradient(180deg, #f8fcfe 0%, #f8fcfe 58%, rgb(248 252 254 / 58%) 76%, rgb(8 9 11 / 12%) 100%),
      url("../images/hero-placeholder.svg") 68% bottom / auto 48% no-repeat,
      #f8fcfe;
  }

  .onegym-hero::before {
    width: 350px;
    height: 350px;
    border-width: 60px;
  }

  .onegym-hero::after {
    right: 18px;
    width: 42vw;
    height: 8px;
  }

  .onegym-hero__inner {
    padding: 46px 18px 250px;
  }

  .onegym-hero h1 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .onegym-actions {
    display: flex;
    align-items: center;
  }

  .onegym-button {
    width: auto;
    min-height: 44px;
    padding: 9px 15px;
    box-sizing: border-box;
  }

  .onegym-final-cta .onegym-actions,
  .onegym-bonus .onegym-actions {
    justify-content: center;
  }

  .onegym-hero-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
  }

  .onegym-hero-points > div {
    min-width: 0;
    padding: 0 10px;
  }

  .onegym-hero-points strong {
    font-size: .95rem;
  }

  .onegym-hero-points span {
    font-size: .65rem;
  }

  .onegym-grid:not(.onegym-facilities),
  .onegym-facilities,
  .onegym-schedule,
  .onegym-footer-grid {
    grid-template-columns: 1fr;
  }

  .onegym-benefits .onegym-card:nth-child(2),
  .onegym-benefits .onegym-card:nth-child(5) {
    margin-top: 0;
  }

  .onegym-facilities {
    grid-auto-rows: 255px;
  }

  .onegym-facility {
    min-height: 255px;
  }

  .onegym-facility p {
    max-height: 80px;
    margin-top: 7px;
    opacity: 1;
  }

  .onegym-promo-image,
  .onegym-promo-image img,
  .onegym-map-placeholder {
    min-height: 290px;
  }

  .onegym-promo-image {
    transform: none;
  }

  .onegym-bonus .onegym-section__inner {
    border-radius: 24px;
  }

  .onegym-footer-grid {
    gap: 26px;
  }
}

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

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

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

  .onegym-energy-strip__track {
    animation: none;
    transform: none;
  }
}
