/*
  Close visual reconstruction of the Gymix component system.
  Implementation, content, imagery and Arena identity are original to this project.
*/

:root {
  --gx-ink: #18181a;
  --gx-panel: #242426;
  --gx-paper: #f8f8f5;
  --gx-line: #ddddda;
  --gx-red: #ef2029;
  --gx-red-dark: #ca111a;
  --gx-shell: 1320px;
}

body {
  background: #fff;
}

.shell {
  width: min(var(--gx-shell), calc(100% - (var(--gutter) * 2)));
}

.section {
  padding-block: clamp(112px, 9vw, 154px);
}

.section-title {
  margin-top: 24px;
  font-family: var(--body);
  font-size: clamp(52px, 4.7vw, 72px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .98;
  text-transform: uppercase;
}

.section-title em {
  color: var(--gx-red);
  font-style: normal;
}

.eyebrow {
  gap: 8px;
  color: var(--gx-ink);
  font-size: 13px;
  letter-spacing: -.01em;
}

.eyebrow > span {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  background: var(--gx-ink);
  border-radius: 50%;
}

.eyebrow > span::before {
  position: absolute;
  inset: 6px;
  content: "";
  background: var(--gx-red);
  border-radius: 50%;
}

.eyebrow--light {
  color: #fff;
}

.eyebrow--light > span {
  background: #fff;
}

.button,
.button--compact {
  min-height: 54px;
  padding: 7px 9px 7px 24px;
  color: #fff;
  background: var(--gx-red);
  border-color: var(--gx-red);
  border-radius: 999px;
  box-shadow: none;
  font-size: 12px;
  letter-spacing: -.02em;
}

.button:hover {
  color: #fff;
  background: var(--gx-red-dark);
  border-color: var(--gx-red-dark);
  transform: translateY(-1px);
}

.button--compact {
  min-height: 48px;
  padding-inline: 22px;
}

.button--arrow > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: var(--gx-ink);
  border-radius: 50%;
}

.button--dark {
  color: #fff;
  background: var(--gx-ink);
  border-color: var(--gx-ink);
}

.button--light {
  color: var(--gx-ink);
  background: #fff;
  border-color: #fff;
}

.button--light.button--arrow > span {
  color: #fff;
  background: var(--gx-ink);
}

/* Header and hero */
.site-header {
  height: 98px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .64), transparent);
  border: 0;
}

.site-header.is-scrolled {
  height: 78px;
  background: rgba(9, 9, 10, .96);
}

.header-inner {
  height: 100%;
}

.brand img {
  width: 48px;
  height: 48px;
}

.brand strong {
  font-size: 21px;
}

.brand small {
  color: var(--gx-red);
  font-size: 8px;
}

.main-nav {
  gap: clamp(28px, 3.1vw, 50px);
}

.main-nav a {
  font-size: 12px;
  letter-spacing: -.01em;
}

.hero,
.hero-inner {
  min-height: min(1000px, 100svh);
}

.hero-media {
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 46%;
  filter: saturate(.78) contrast(1.06) brightness(.78);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(6, 6, 7, .86) 0%, rgba(6, 6, 7, .68) 30%, rgba(6, 6, 7, .12) 65%, rgba(6, 6, 7, .12) 100%),
    linear-gradient(0deg, rgba(6, 6, 7, .66), transparent 42%);
}

.hero-inner {
  display: flex;
  align-items: flex-end;
  padding-top: 150px;
  padding-bottom: 86px;
}

.hero-copy {
  width: min(760px, 64vw);
}

.hero-copy .eyebrow {
  padding: 11px 15px;
  color: #fff;
  background: rgba(15, 15, 16, .5);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.hero-copy .eyebrow > span {
  width: 10px;
  height: 10px;
  flex-basis: 10px;
  background: var(--gx-red);
}

.hero-copy .eyebrow > span::before {
  display: none;
}

.hero-copy h1 {
  max-width: 760px;
  margin-top: 38px;
  font-family: var(--body);
  font-size: clamp(76px, 7vw, 108px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .82;
}

.hero-copy h1 em {
  color: var(--gx-red);
}

.hero-lead {
  max-width: 480px;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.hero-actions {
  margin-top: 32px;
}

.hero-proof {
  width: min(620px, 100%);
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .24);
}

.benefits {
  background: var(--gx-ink);
}

.benefits-grid {
  gap: 0;
}

.benefits article {
  min-height: 142px;
  padding: 34px 42px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.benefits article:first-child {
  padding-left: 0;
}

.benefits article:last-child {
  padding-right: 0;
  border: 0;
}

/* Gymix-style manifesto */
.about {
  background: #fff;
}

.manifesto-heading {
  width: min(1040px, 100%);
  margin-inline: auto;
  text-align: center;
}

.manifesto-heading .eyebrow {
  justify-content: center;
}

.manifesto-heading .section-title {
  max-width: none;
  font-size: clamp(54px, 5vw, 76px);
}

.manifesto-heading .section-title em {
  color: inherit;
}

.about-showcase {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(360px, 1.5fr) minmax(280px, 1.05fr);
  align-items: end;
  gap: clamp(38px, 6vw, 84px);
  margin-top: clamp(72px, 8vw, 118px);
}

.about-portrait {
  overflow: hidden;
  border-radius: 9px;
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-portrait--small {
  height: 260px;
  margin-bottom: 84px;
}

.about-portrait--small img {
  object-position: 48% 43%;
}

.about-portrait--large {
  height: 470px;
}

.about-portrait--large img {
  object-position: 58% center;
}

.about-story {
  align-self: center;
}

.experience-stat {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--gx-line);
}

.experience-stat strong {
  font-size: clamp(72px, 7vw, 104px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .8;
}

.experience-stat span {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
}

.about-story > p {
  margin-top: 24px;
  color: #646469;
  font-size: 14px;
  line-height: 1.75;
}

.about-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.about-rating {
  display: grid;
  gap: 3px;
}

.about-rating strong {
  color: var(--gx-red);
  font-size: 12px;
  letter-spacing: .12em;
}

.about-rating small {
  color: #707075;
  font-size: 9px;
}

/* Services masonry */
.structure {
  background: var(--gx-ink);
}

.section-heading--action {
  align-items: end;
}

.section-heading--action > .button {
  justify-self: end;
  margin-bottom: 4px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 162px;
  gap: 14px;
  border: 0;
}

.amenity,
.amenity--featured {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  background: var(--gx-panel);
  border: 0;
  border-radius: 8px;
}

.amenity:nth-child(1),
.amenity:nth-child(4) {
  grid-row: span 2;
}

.amenity:nth-child(4) {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(8, 8, 9, .94), rgba(8, 8, 9, .08)),
    url("assets/images/arena-photo-1949.jpg") center / cover no-repeat;
}

.amenity:nth-child(6) {
  grid-column: span 2;
}

.amenity:nth-child(odd),
.amenity:nth-child(even) {
  padding: 30px;
  border: 0;
}

.amenity > span {
  position: absolute;
  top: 24px;
  color: var(--gx-red);
  font-size: 13px;
}

.amenity h3 {
  font-family: var(--body);
  font-size: 20px;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.amenity p,
.amenity--featured p {
  margin-top: 10px;
  color: #b8b8bd;
  font-size: 12px;
  line-height: 1.65;
}

.amenity:hover,
.amenity--featured:hover {
  background-color: #2b2b2e;
  transform: translateY(-2px);
}

/* Why choose us */
.legacy {
  background: #fff;
}

.legacy-grid {
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(72px, 9vw, 132px);
}

.legacy-image {
  min-height: 660px;
  grid-column: 1;
  grid-row: 1;
  border-radius: 9px;
}

.legacy-image img {
  object-position: 58% center;
}

.legacy-copy {
  align-self: center;
}

.legacy-copy .section-title {
  font-size: clamp(54px, 5vw, 76px);
}

.legacy-copy > p:not(.eyebrow) {
  margin-top: 30px;
  color: #66666b;
  font-size: 14px;
  line-height: 1.75;
}

.legacy-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 42px;
  padding-block: 30px;
  border-top: 1px solid var(--gx-line);
  border-bottom: 1px solid var(--gx-line);
}

.legacy-stats > div {
  display: grid;
  gap: 4px;
}

.legacy-stats strong {
  font-size: clamp(58px, 5vw, 80px);
  font-weight: 800;
  letter-spacing: -.07em;
  line-height: .9;
}

.legacy-stats span {
  color: #66666b;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.legacy-copy .button {
  margin-top: 34px;
}

/* Social CTA */
.social-project {
  padding-block: 0 130px;
  background: #fff;
}

.project-card {
  min-height: 410px;
  grid-template-columns: 180px minmax(0, 1fr) 220px;
  color: #fff;
  background:
    linear-gradient(rgba(24, 24, 26, .94), rgba(24, 24, 26, .94)),
    url("assets/images/arena-photo-1949.jpg") center / cover;
  border: 0;
  border-radius: 9px;
}

.project-copy {
  text-align: center;
}

.project-copy .section-title {
  max-width: 720px;
  margin-inline: auto;
}

.project-copy .eyebrow {
  justify-content: center;
}

.project-mark {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
}

.project-impact {
  justify-self: center;
}

/* Pricing */
.plans {
  color: #fff;
  background: var(--gx-ink);
}

.plans .eyebrow,
.plans .section-title {
  color: #fff;
}

.plans .eyebrow > span {
  background: #fff;
}

.plans .section-heading--split > p {
  color: #aaaab0;
}

.plans-grid {
  gap: 18px;
}

.plan-card {
  min-height: 560px;
  border-radius: 9px;
}

.plan-card--red {
  background: var(--gx-red);
}

.plan-card--red::before {
  background: linear-gradient(90deg, var(--gx-red) 0%, var(--gx-red) 52%, rgba(239, 32, 41, .82) 68%, rgba(239, 32, 41, .08) 100%);
}

.plan-card--duo {
  background: #29292b;
}

.plan-card--duo::before {
  background: linear-gradient(90deg, #29292b 0%, #29292b 52%, rgba(41, 41, 43, .84) 68%, rgba(41, 41, 43, .08) 100%);
}

.plan-badge,
.plan-badge--outline {
  color: var(--gx-ink);
  background: #fff;
}

.plan-card h3 {
  font-family: var(--body);
  font-size: 38px;
  letter-spacing: -.045em;
}

.plan-price strong {
  font-size: clamp(64px, 5vw, 84px);
}

.plan-includes {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
}

.plan-includes li {
  color: #aaaab0;
}

/* Modalities */
.classes {
  background: #0e0e0f;
}

.class-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}

.class-card,
.class-card--large,
.class-card--wide {
  min-height: 190px;
  border: 0;
  border-radius: 8px;
}

.class-card--large {
  grid-column: span 2;
  grid-row: span 2;
}

.class-card:nth-child(4),
.class-card--wide {
  grid-column: span 2;
}

.class-card > img:first-child,
.class-overlay {
  display: block;
}

.class-card > img:first-child {
  filter: brightness(.55) saturate(.72) contrast(1.05);
}

.class-overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(8, 8, 9, .94));
}

.class-content {
  position: absolute;
  padding: 24px;
}

.class-content strong,
.class-card--large .class-content strong,
.class-card:nth-child(9) .class-content strong {
  font-family: var(--body);
  font-size: 19px;
  letter-spacing: -.03em;
}

/* App product showcase */
.app-section {
  background: #fff;
}

.app-card {
  min-height: 740px;
  grid-template-columns: minmax(0, .88fr) minmax(540px, 1.12fr);
  border-radius: 9px;
}

.app-visual {
  min-height: 740px;
}

/* Gymix trainer-card component */
.team-section {
  background: var(--gx-ink);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.team-card {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.04);
}

.team-card:nth-child(1) img {
  object-position: 48% 36%;
}

.team-card:nth-child(2) img {
  object-position: 58% center;
}

.team-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 6px;
  width: 66%;
  padding: 20px 24px;
  color: #fff;
  background: var(--gx-red);
  border-radius: 0 8px 0 0;
}

.team-card figcaption strong {
  font-size: 18px;
  text-transform: uppercase;
}

.team-card figcaption span {
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
}

/* Gymix testimonial masonry */
.reviews {
  background: #fff;
}

.reviews-summary {
  display: grid;
  width: min(980px, 100%);
  margin: 0 auto 76px;
  text-align: center;
}

.reviews-summary .eyebrow {
  justify-content: center;
}

.reviews-summary .section-title {
  max-width: none;
}

.score {
  justify-self: center;
  margin-top: 26px;
  padding: 12px 18px;
  border: 1px solid var(--gx-line);
  border-radius: 999px;
}

.review-masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 270px;
  gap: 22px;
}

.review-photo,
.review-quote {
  overflow: hidden;
  border-radius: 9px;
}

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

.review-photo--one,
.review-quote--accent,
.review-photo--two {
  grid-row: span 2;
}

.review-photo--one img {
  object-position: 48% 38%;
}

.review-photo--two img {
  object-position: 62% center;
}

.review-quote {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3vw, 44px);
  color: var(--gx-ink);
  background: var(--gx-paper);
}

.review-quote--accent {
  color: #fff;
  background: var(--gx-red);
}

.review-quote--dark {
  color: #fff;
  background: var(--gx-ink);
}

.quote-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  padding-top: 13px;
  color: #fff;
  background: var(--gx-ink);
  border-radius: 14px;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

.review-quote--dark .quote-mark {
  color: var(--gx-ink);
  background: var(--gx-red);
}

.review-quote p {
  margin-block: 34px;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.18;
  text-transform: uppercase;
}

.review-quote > div {
  display: grid;
  gap: 5px;
}

.review-quote > div strong {
  font-size: 13px;
  text-transform: uppercase;
}

.review-quote > div small {
  color: inherit;
  font-size: 9px;
  opacity: .65;
}

/* Gymix booking component */
.contact {
  background: #fff;
}

.contact-booking {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  gap: clamp(70px, 8vw, 126px);
  align-items: center;
}

.contact-photo {
  position: relative;
  height: 760px;
  overflow: hidden;
  border-radius: 9px;
}

.contact-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 40%;
}

.contact-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-photo figcaption a {
  display: grid;
  gap: 5px;
  padding: 19px 20px;
  color: var(--gx-ink);
  background: #fff;
  border-radius: 7px;
}

.contact-photo figcaption a:last-child {
  color: #fff;
  background: var(--gx-red);
}

.contact-photo figcaption span {
  font-size: 9px;
}

.contact-photo figcaption strong {
  font-size: 13px;
}

.booking-copy .section-title {
  max-width: 620px;
}

/* Final CTA */
.final-cta {
  padding-block: 0 126px;
  background: #fff;
}

.final-cta-card {
  display: grid;
  min-height: 430px;
  place-items: center;
  align-content: center;
  padding: 60px;
  color: #fff;
  background:
    linear-gradient(rgba(24, 24, 26, .94), rgba(24, 24, 26, .94)),
    url("assets/images/arena-photo-1949.jpg") center / cover;
  border-radius: 9px;
  text-align: center;
}

.final-cta-card .eyebrow {
  justify-content: center;
}

.final-cta-card .section-title {
  max-width: 850px;
}

.final-cta-card > div {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.site-footer {
  padding-top: 82px;
  background: var(--gx-ink);
}

/* Responsive fidelity */
@media (max-width: 1080px) {
  .about-showcase {
    grid-template-columns: 190px 1fr 290px;
    gap: 34px;
  }

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

  .contact-booking {
    grid-template-columns: .9fr 1.1fr;
    gap: 54px;
  }
}

@media (max-width: 820px) {
  .section {
    padding-block: 96px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 78px;
    background: rgba(9, 9, 10, .98);
  }

  .hero,
  .hero-inner,
  .hero-media {
    min-height: 790px;
    height: 790px;
  }

  .hero-media {
    background-position: 49% center;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(6, 6, 7, .82), rgba(6, 6, 7, .1)),
      linear-gradient(0deg, rgba(6, 6, 7, .84), transparent 58%, rgba(6, 6, 7, .5));
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 132px;
  }

  .hero-copy {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .hero-copy .eyebrow {
    align-self: flex-start;
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
    max-width: 680px;
    font-size: clamp(68px, 13vw, 94px);
  }

  .hero-actions {
    order: 3;
  }

  .hero-lead {
    order: 4;
    margin-top: 24px;
  }

  .hero-proof {
    order: 5;
  }

  .about-showcase {
    grid-template-columns: .72fr 1.28fr;
  }

  .about-portrait--large {
    display: none;
  }

  .about-portrait--small {
    height: 390px;
    margin-bottom: 0;
  }

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

  .legacy-grid,
  .contact-booking {
    grid-template-columns: 1fr;
  }

  .legacy-image {
    min-height: 520px;
  }

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

  .team-card:last-child {
    grid-column: 1 / -1;
  }

  .app-card {
    grid-template-columns: 1fr;
  }

  .contact-photo {
    height: 600px;
  }
}

@media (max-width: 560px) {
  :root {
    --gutter: 18px;
  }

  .section {
    padding-block: 78px;
  }

  .section-title,
  .manifesto-heading .section-title,
  .legacy-copy .section-title,
  .app-copy .section-title {
    font-size: clamp(40px, 12vw, 52px);
    line-height: .96;
  }

  .brand img {
    width: 40px;
    height: 40px;
  }

  .hero,
  .hero-inner,
  .hero-media {
    min-height: 760px;
    height: 760px;
  }

  .hero-inner {
    padding-top: 116px;
    padding-bottom: 28px;
  }

  .hero-copy .eyebrow {
    padding: 9px 12px;
    font-size: 9px;
  }

  .hero-copy h1 {
    max-width: 360px;
    margin-top: 25px;
    font-size: clamp(53px, 15vw, 64px);
    line-height: .84;
  }

  .hero-actions {
    display: block;
    margin-top: 30px;
  }

  .hero-actions .button {
    display: inline-flex;
    width: auto;
    min-width: 232px;
  }

  .hero-actions .text-link,
  .hero-lead {
    display: none;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin-top: 55px;
    padding-top: 17px;
  }

  .hero-proof strong {
    font-size: 23px;
  }

  .hero-proof span {
    font-size: 7px;
    line-height: 1.25;
  }

  .benefits article,
  .benefits article:first-child,
  .benefits article:last-child {
    min-height: 0;
    padding: 25px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .manifesto-heading {
    text-align: left;
  }

  .manifesto-heading .eyebrow {
    justify-content: flex-start;
  }

  .about-showcase {
    grid-template-columns: 1fr;
    gap: 38px;
    margin-top: 52px;
  }

  .about-portrait--small {
    height: 390px;
  }

  .about-story {
    display: grid;
  }

  .experience-stat {
    order: 1;
  }

  .about-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading--action > .button {
    display: none;
  }

  .amenities-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 150px;
  }

  .amenity:nth-child(1),
  .amenity:nth-child(4),
  .amenity:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .legacy-image {
    min-height: 420px;
  }

  .legacy-stats {
    gap: 16px;
  }

  .legacy-stats strong {
    font-size: 52px;
  }

  .social-project {
    padding-bottom: 78px;
  }

  .project-card {
    min-height: 540px;
    grid-template-columns: 1fr;
    align-content: center;
    text-align: center;
  }

  .project-mark {
    width: 110px;
    height: 110px;
    justify-self: center;
  }

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

  .plan-card {
    min-height: 570px;
  }

  .class-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .class-card,
  .class-card--large,
  .class-card--wide,
  .class-card:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 180px;
  }

  .class-card--large {
    min-height: 260px;
  }

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

  .app-visual {
    min-height: 610px;
  }

  .team-grid,
  .review-masonry {
    grid-template-columns: 1fr;
  }

  .team-card,
  .team-card:last-child {
    height: 440px;
    grid-column: auto;
  }

  .review-masonry {
    grid-auto-rows: auto;
  }

  .review-photo,
  .review-photo--one,
  .review-photo--two,
  .review-quote,
  .review-quote--accent {
    min-height: 360px;
    grid-row: auto;
  }

  .reviews-summary {
    margin-bottom: 52px;
    text-align: left;
  }

  .reviews-summary .eyebrow {
    justify-content: flex-start;
  }

  .score {
    justify-self: start;
  }

  .contact-photo {
    height: 560px;
  }

  .contact-photo figcaption {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding-bottom: 78px;
  }

  .final-cta-card {
    min-height: 470px;
    padding: 34px 22px;
  }

  .final-cta-card > div {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }
}

/* Refined membership cards and direct-contact section */
.plans-grid {
  gap: 24px;
}

.plan-card,
.plan-card--red,
.plan-card--duo {
  display: grid;
  min-height: 650px;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr);
  gap: 0;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
}

.plan-card::before,
.plan-card::after,
.plan-card--red::before,
.plan-card--red::after,
.plan-card--duo::before,
.plan-card--duo::after {
  display: none;
}

.plan-card > * {
  z-index: auto;
  width: auto;
  max-width: none;
}

.plan-card--red {
  color: #fff;
  background: var(--gx-red);
}

.plan-card--duo {
  color: #fff;
  background: #272729;
}

.plan-card__main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 3vw, 38px);
}

.plan-card__top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.plan-card .plan-badge {
  padding: 8px 11px;
  color: var(--gx-ink);
  background: #fff;
  border: 0;
  border-radius: 999px;
  font-size: 8px;
}

.plan-status {
  color: rgba(255, 255, 255, .72);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: right;
  text-transform: uppercase;
}

.plan-card .plan-header {
  width: 100%;
  margin-top: 42px;
}

.plan-card .plan-header h3 {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .92;
}

.plan-card .plan-header p {
  max-width: 360px;
  margin-top: 14px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.55;
}

.plan-payment {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  margin-top: 30px;
  padding-block: 24px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.plan-payment--single {
  grid-template-columns: 1fr;
}

.plan-payment__today,
.plan-payment__monthly {
  display: grid;
  gap: 5px;
}

.plan-payment__today > span,
.plan-payment__monthly > span {
  color: rgba(255, 255, 255, .64);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-payment__today > div {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}

.plan-payment__today small {
  margin-top: 9px;
  margin-right: 4px;
  font-size: 10px;
  font-weight: 800;
}

.plan-payment__today strong {
  font-size: clamp(62px, 5.5vw, 82px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .72;
}

.plan-payment__today sup {
  margin-top: 0;
  font-size: 20px;
  font-weight: 800;
}

.plan-payment__today em {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.plan-payment__monthly {
  justify-items: end;
  padding-bottom: 2px;
  text-align: right;
}

.plan-payment__monthly strong {
  font-size: 18px;
}

.plan-payment__monthly small {
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
}

.plan-features {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 24px 0 28px;
}

.plan-card .plan-features li {
  padding-left: 22px;
  color: rgba(255, 255, 255, .86);
  font-size: 10px;
}

.plan-card .plan-features li::before {
  color: #fff;
}

.plan-card .button,
.plan-card--red .button,
.plan-card--duo .button {
  width: 100%;
  max-width: none;
  margin-top: auto;
  color: var(--gx-ink);
  background: #fff;
  border-color: #fff;
}

.plan-checkout-note {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  color: rgba(255, 255, 255, .66);
  font-size: 8px;
  line-height: 1.4;
}

.plan-checkout-note i {
  display: grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  place-items: center;
  color: var(--gx-ink);
  background: #fff;
  border-radius: 50%;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.plan-card__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 9px;
}

.plan-card__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(7, 7, 8, .74));
}

.plan-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.05);
}

.plan-card--red .plan-card__visual img {
  object-position: 48% 38%;
}

.plan-card--duo .plan-card__visual img {
  object-position: 61% center;
}

.plan-card__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 5px;
  color: #fff;
}

.plan-card__visual figcaption strong {
  font-size: 18px;
  text-transform: uppercase;
}

.plan-card__visual figcaption span {
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  text-transform: uppercase;
}

.booking-copy {
  align-self: center;
}

.booking-intro {
  max-width: 590px;
  margin-top: 28px;
  color: #68686d;
  font-size: 14px;
  line-height: 1.75;
}

.contact-direct-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid var(--gx-line);
}

.contact-phone {
  display: grid;
  gap: 5px;
}

.contact-phone span {
  color: #77777c;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-phone strong {
  color: var(--gx-ink);
  font-size: 18px;
}

.contact-details {
  display: grid;
  gap: 0;
  margin-top: 8px;
}

.contact-details article {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 5px 24px;
  padding-block: 22px;
  border-bottom: 1px solid var(--gx-line);
}

.contact-details article > span {
  grid-row: 1 / 3;
  color: var(--gx-red);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details strong {
  color: var(--gx-ink);
  font-size: 13px;
}

.contact-details small {
  color: #77777c;
  font-size: 9px;
}

@media (max-width: 1120px) {
  .plan-card,
  .plan-card--red,
  .plan-card--duo {
    grid-template-columns: 1fr;
  }

  .plan-card__visual {
    min-height: 300px;
  }
}

@media (max-width: 820px) {
  .plan-card,
  .plan-card--red,
  .plan-card--duo {
    min-height: 0;
  }

  .plan-card__visual {
    height: 360px;
  }
}

@media (max-width: 560px) {
  .plan-card,
  .plan-card--red,
  .plan-card--duo {
    padding: 9px;
  }

  .plan-card__main {
    padding: 25px 20px 28px;
  }

  .plan-card .plan-header {
    margin-top: 34px;
  }

  .plan-payment {
    grid-template-columns: 1fr;
  }

  .plan-payment__monthly {
    justify-items: start;
    text-align: left;
  }

  .plan-card__visual {
    height: 280px;
    min-height: 280px;
  }

  .contact-direct-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .contact-details article {
    grid-template-columns: 1fr;
  }

  .contact-details article > span {
    grid-row: auto;
    margin-bottom: 5px;
  }
}

/* Hero offer: prominent, accurate and compact across breakpoints */
.hero-inner {
  position: relative;
}

.hero-copy {
  width: min(620px, 52vw);
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(64px, 5.65vw, 86px);
  line-height: .86;
}

.hero-offer {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 86px;
  display: block;
  width: 350px;
  padding: 28px;
  overflow: visible;
  color: #fff;
  background: rgba(8, 8, 9, .9);
  border: 1px solid rgba(239, 32, 41, .72);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .46);
  backdrop-filter: blur(16px);
  transform: none;
}

.hero-offer::before {
  position: absolute;
  z-index: -1;
  inset: 9px -9px -9px 9px;
  content: "";
  border-right: 1px solid rgba(239, 32, 41, .34);
  border-bottom: 1px solid rgba(239, 32, 41, .34);
  border-radius: 18px;
  pointer-events: none;
}

.offer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.offer-topline > span:first-child {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

.live-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  color: #fff;
  background: var(--gx-red);
  border-radius: 999px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.live-dot::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.hero-offer > p {
  margin-top: 22px;
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 600;
}

.hero-price {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  color: var(--gx-red);
  line-height: 1;
}

.hero-price > span {
  margin-top: 15px;
  margin-right: 6px;
  color: var(--gx-red);
  font-size: 18px;
  font-weight: 900;
}

.hero-price strong {
  font-family: var(--body);
  font-size: 104px;
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .72;
}

.hero-price sup {
  margin-top: 4px;
  color: var(--gx-red);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -.07em;
}

.hero-price em {
  display: none;
}

.offer-monthly {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 13px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.offer-monthly span {
  color: rgba(255, 255, 255, .54);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.offer-monthly strong {
  font-size: 16px;
}

.offer-monthly small {
  color: rgba(255, 255, 255, .54);
  font-size: 8px;
}

.hero-offer ul {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.hero-offer li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
}

.hero-offer li::before {
  position: absolute;
  left: 0;
  color: var(--gx-red);
  content: "✓";
  font-weight: 900;
}

.hero-offer .button {
  width: 100%;
  margin-top: 20px;
  color: var(--gx-ink);
  background: #fff;
  border-color: #fff;
}

.hero-offer > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, .48);
  font-size: 7px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 920px;
    height: 920px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy h1 {
    max-width: 570px;
    font-size: clamp(58px, 10vw, 74px);
  }

  .hero-proof {
    display: none;
  }

  .hero-offer {
    right: var(--gutter);
    bottom: 34px;
    width: 330px;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 820px;
    height: 820px;
  }

  .hero-copy h1 {
    max-width: 340px;
    margin-top: 22px;
    font-size: clamp(46px, 12.6vw, 54px);
    line-height: .87;
  }

  .hero-actions {
    margin-top: 25px;
  }

  .hero-actions .button {
    min-width: 218px;
  }

  .hero-offer {
    right: var(--gutter);
    bottom: 20px;
    left: var(--gutter);
    width: auto;
    padding: 20px;
    border-radius: 14px;
  }

  .hero-offer::before {
    display: none;
  }

  .hero-offer > p {
    margin-top: 14px;
  }

  .hero-price {
    margin-top: 8px;
  }

  .hero-price > span {
    margin-top: 10px;
    font-size: 14px;
  }

  .hero-price strong {
    font-size: 72px;
  }

  .hero-price sup {
    font-size: 25px;
  }

  .offer-monthly {
    position: absolute;
    top: 86px;
    right: 20px;
    display: grid;
    justify-items: end;
    gap: 2px;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .hero-offer ul {
    display: none;
  }

  .hero-offer .button {
    min-height: 48px;
    margin-top: 14px;
  }

  .hero-offer > small {
    margin-top: 8px;
  }
}

/* Poster-style plans: exact offer information, no photography */
.plans-grid {
  width: min(960px, 100%);
  margin-inline: auto;
  gap: 44px;
}

.plan-card,
.plan-card--red,
.plan-card--duo {
  display: block;
  min-height: 650px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 46px;
  box-shadow: none;
}

.plan-card--red {
  color: #fff;
  background: #e3060a;
}

.plan-card--duo {
  color: #fff;
  background: #171718;
}

.plan-card__main {
  display: flex;
  min-height: 650px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 44px 30px;
  text-align: center;
}

.plan-poster-banner {
  width: calc(100% + 88px);
  margin-inline: -44px;
  padding: 18px 24px;
  color: #fff;
  background: #171718;
  font-family: var(--heading);
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.plan-poster-banner strong {
  color: var(--gx-red);
}

.plan-card .plan-header {
  width: 100%;
  margin-top: 28px;
}

.plan-card--duo .plan-header {
  margin-top: 40px;
}

.plan-card .plan-header h3 {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin: 0;
  font-family: var(--heading);
  font-size: inherit;
  letter-spacing: 0;
  line-height: .82;
  text-transform: uppercase;
}

.plan-card .plan-header h3 span {
  color: #111;
  font-size: 42px;
  font-weight: 900;
}

.plan-card .plan-header h3 em {
  color: #fff;
  font-size: clamp(104px, 10vw, 142px);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.035em;
}

.plan-card--duo .plan-header h3 span {
  color: #fff;
}

.plan-card--duo .plan-header h3 em {
  color: var(--gx-red);
  font-size: clamp(84px, 8vw, 112px);
}

.plan-card .plan-header p {
  max-width: 360px;
  margin: 25px auto 0;
  color: #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.15;
}

.plan-card--duo .plan-header p {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .55);
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
}

.plan-card--duo .plan-header p strong,
.plan-card--duo .plan-header p b {
  color: var(--gx-red);
  text-transform: uppercase;
}

.plan-poster-price {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  margin-top: auto;
  padding-top: 34px;
  color: #111;
  border-top: 1px solid rgba(0, 0, 0, .65);
  line-height: .8;
}

.plan-card--duo .plan-poster-price {
  color: var(--gx-red);
  border-top: 0;
}

.plan-poster-price > span {
  margin-right: 8px;
  padding-bottom: 12px;
  font-size: 25px;
  font-weight: 900;
}

.plan-poster-price strong {
  font-size: clamp(98px, 10vw, 136px);
  font-weight: 900;
  letter-spacing: -.08em;
}

.plan-poster-price sup {
  padding-bottom: 12px;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -.06em;
}

.plan-poster-price small {
  position: absolute;
  top: 29px;
  right: 1px;
  padding: 5px 7px;
  color: #fff;
  background: #171718;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-card .button,
.plan-card--red .button,
.plan-card--duo .button {
  width: auto;
  min-height: 46px;
  margin-top: 25px;
  padding: 12px 20px;
  color: var(--gx-red);
  background: #fff;
  border-color: #fff;
  font-size: 14px;
}

.plan-limited {
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 8px;
  text-transform: uppercase;
}

.plan-limited strong {
  color: #fff;
}

.plan-card__visual {
  display: none;
}

@media (max-width: 920px) {
  .plans-grid {
    gap: 24px;
  }

  .plan-card__main {
    padding-inline: 30px;
  }

  .plan-poster-banner {
    width: calc(100% + 60px);
    margin-inline: -30px;
  }
}

@media (max-width: 820px) {
  .plans-grid {
    width: min(460px, 100%);
  }

  .plan-card,
  .plan-card--red,
  .plan-card--duo,
  .plan-card__main {
    min-height: 620px;
  }
}

@media (max-width: 560px) {
  .plan-card,
  .plan-card--red,
  .plan-card--duo {
    padding: 0;
    border-radius: 34px;
  }

  .plan-card__main {
    min-height: 570px;
    padding: 0 25px 26px;
  }

  .plan-poster-banner {
    width: calc(100% + 50px);
    margin-inline: -25px;
    padding-block: 16px;
    font-size: 23px;
  }

  .plan-card .plan-header h3 span {
    font-size: 34px;
  }

  .plan-card .plan-header h3 em {
    font-size: 96px;
  }

  .plan-card--duo .plan-header h3 em {
    font-size: 76px;
  }

  .plan-card .plan-header p,
  .plan-card--duo .plan-header p {
    font-size: 13px;
  }

  .plan-poster-price strong {
    font-size: 94px;
  }

  .plan-poster-price sup {
    font-size: 38px;
  }
}

/* Mobile hero cleanup: compact offer strip instead of an overlay card */
@media (max-width: 820px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 760px;
    height: 760px;
  }

  .hero-inner {
    padding-top: 116px;
    padding-bottom: 0;
  }

  .hero-copy h1 {
    max-width: 520px;
    margin-top: 24px;
    font-size: clamp(52px, 8.8vw, 64px);
    line-height: .88;
  }

  .hero-lead,
  .hero-proof {
    display: none;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-offer {
    right: 0;
    bottom: 24px;
    left: 0;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    column-gap: 22px;
    padding: 18px 20px;
    border-radius: 14px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .34);
  }

  .hero-offer::before,
  .hero-offer > p,
  .hero-offer ul,
  .hero-offer > small {
    display: none;
  }

  .offer-topline {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
  }

  .offer-topline > span:first-child {
    font-size: 11px;
  }

  .live-dot {
    padding: 5px 7px;
    font-size: 6px;
  }

  .hero-price {
    grid-column: 1;
    grid-row: 2;
    margin-top: 9px;
  }

  .hero-price > span {
    margin-top: 8px;
    font-size: 12px;
  }

  .hero-price strong {
    font-size: 62px;
  }

  .hero-price sup {
    font-size: 23px;
  }

  .offer-monthly {
    position: static;
    display: flex;
    grid-column: 1;
    grid-row: 3;
    justify-items: initial;
    gap: 5px;
    margin: 7px 0 0;
    padding: 0;
    border: 0;
  }

  .offer-monthly strong {
    font-size: 12px;
  }

  .hero-offer .button {
    width: 180px;
    min-width: 0;
    min-height: 48px;
    grid-column: 2;
    grid-row: 1 / 4;
    margin: 0;
    padding-left: 17px;
    font-size: 9px;
  }

  .hero-offer .button > span {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 680px;
    height: 680px;
  }

  .hero-inner {
    padding-top: 108px;
  }

  .hero-copy h1 {
    max-width: 315px;
    margin-top: 20px;
    font-size: clamp(42px, 11.7vw, 48px);
    line-height: .9;
  }

  .hero-actions {
    margin-top: 23px;
  }

  .hero-actions .button {
    min-width: 204px;
    min-height: 50px;
  }

  .hero-offer {
    right: 0;
    bottom: 14px;
    left: 0;
    width: 100%;
    column-gap: 10px;
    padding: 14px;
    border-radius: 12px;
  }

  .offer-topline {
    gap: 7px;
  }

  .offer-topline > span:first-child {
    font-size: 10px;
  }

  .live-dot {
    padding: 4px 6px;
  }

  .hero-price {
    margin-top: 7px;
  }

  .hero-price > span {
    margin-top: 7px;
    margin-right: 4px;
    font-size: 10px;
  }

  .hero-price strong {
    font-size: 52px;
  }

  .hero-price sup {
    font-size: 19px;
  }

  .offer-monthly {
    margin-top: 5px;
  }

  .offer-monthly span,
  .offer-monthly small {
    font-size: 6px;
  }

  .offer-monthly strong {
    font-size: 10px;
  }

  .hero-offer .button {
    width: 142px;
    min-height: 44px;
    padding: 6px 6px 6px 12px;
    gap: 7px;
    font-size: 8px;
  }

  .hero-offer .button > span {
    width: 29px;
    height: 29px;
    font-size: 11px;
  }
}

/* Final responsive correction: keep the offer compact and away from hero content. */
@media (max-width: 820px) {
  .hero-offer {
    top: auto;
    height: auto;
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .hero,
  .hero-inner,
  .hero-media {
    min-height: 760px;
    height: 760px;
  }

  .hero-media {
    background-position: 54% 46%;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(5, 5, 6, .9) 0%, rgba(5, 5, 6, .64) 58%, rgba(5, 5, 6, .2) 100%),
      linear-gradient(0deg, rgba(5, 5, 6, .62), transparent 48%);
  }

  .hero-inner {
    display: block;
    padding-top: 108px;
    padding-bottom: 0;
  }

  .hero-copy {
    display: block;
    width: 100%;
  }

  .hero-copy h1 {
    max-width: 330px;
    margin-top: 24px;
    font-size: clamp(36px, 10.25vw, 40px);
    letter-spacing: -.06em;
    line-height: .91;
  }

  .hero-lead {
    display: block;
    max-width: 304px;
    margin-top: 18px;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.45;
  }

  .hero-actions {
    display: flex;
    margin-top: 20px;
  }

  .hero-actions .button {
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 9px 9px 9px 17px;
    font-size: 10px;
  }

  .hero-actions .button > span {
    width: 30px;
    height: 30px;
  }

  .hero-actions .text-link {
    display: none;
  }

  .hero-offer {
    top: auto;
    right: 0;
    bottom: 18px;
    left: 0;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 142px;
    grid-template-rows: auto auto auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 0;
    padding: 14px;
    background: rgba(12, 12, 13, .93);
    border: 1px solid rgba(239, 32, 41, .56);
    border-left: 3px solid var(--gx-red);
    border-radius: 12px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .34);
    backdrop-filter: blur(14px);
  }

  .offer-topline {
    grid-column: 1 / 3;
    grid-row: 1;
    gap: 7px;
    margin-bottom: 7px;
  }

  .offer-topline > span:first-child {
    font-size: 10px;
  }

  .hero-price {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }

  .hero-price > span {
    margin: 6px 4px 0 0;
    font-size: 10px;
  }

  .hero-price strong {
    font-size: 44px;
    line-height: .78;
  }

  .hero-price sup {
    margin-top: 2px;
    font-size: 17px;
  }

  .offer-monthly {
    display: flex;
    grid-column: 1;
    grid-row: 3;
    gap: 4px;
    margin-top: 9px;
  }

  .offer-monthly span,
  .offer-monthly small {
    font-size: 7px;
  }

  .offer-monthly strong {
    font-size: 10px;
  }

  .hero-offer .button {
    width: 142px;
    min-width: 0;
    min-height: 44px;
    grid-column: 2;
    grid-row: 2 / 4;
    margin: 0;
    padding: 6px 6px 6px 12px;
    gap: 7px;
    font-size: 8px;
  }
}

/* Class photography generated specifically for each Arena modality. */
.class-card > img:first-child {
  filter: brightness(.72) saturate(.92) contrast(1.04);
  object-position: 50% 34%;
}

.class-card:hover > img:first-child {
  filter: brightness(.84) saturate(1) contrast(1.04);
}

.class-card[data-class-id="musculacao"] > img:first-child,
.class-card[data-class-id="ritbox"] > img:first-child {
  object-position: 50% 30%;
}

.class-card[data-class-id="spinning"] > img:first-child,
.class-card[data-class-id="jump"] > img:first-child {
  object-position: 50% 36%;
}

.class-card[data-class-id="gap"] > img:first-child,
.class-card[data-class-id="fitdance"] > img:first-child,
.class-card[data-class-id="muay-thai"] > img:first-child {
  object-position: 50% 32%;
}

.class-card[data-class-id="funcional"] > img:first-child {
  object-position: 42% 34%;
}

.class-card[data-class-id="abs"] > img:first-child {
  object-position: 50% 28%;
}

@media (max-width: 560px) {
  .class-card > img:first-child {
    object-position: 50% 30%;
  }

  .class-card[data-class-id="funcional"] > img:first-child {
    object-position: 42% 30%;
  }

  .class-card[data-class-id="abs"] > img:first-child {
    object-position: 50% 24%;
  }
}

/* Gymix-inspired horizontal pricing cards, adapted to Arena's identity and copy. */
.plans-grid {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 68px 0 0;
}

.plan-card,
.plan-card--red,
.plan-card--duo {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #242426;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  box-shadow: none;
  transition: transform .28s ease, border-color .28s ease;
}

.plan-card::before,
.plan-card::after {
  display: none;
  content: none;
}

.plan-card:hover {
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-3px);
}

.plan-card--red {
  color: #111113;
  background: var(--gx-red);
  border-color: var(--gx-red);
}

.plan-card--red:hover {
  border-color: #ff5a61;
}

.plan-card > .plan-card__main,
.plan-card__main {
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
  align-items: end;
  gap: 30px 54px;
  padding: 38px 42px 36px;
  text-align: left;
}

.plan-card__intro {
  align-self: start;
}

.plan-card__tag {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--gx-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1;
  text-transform: uppercase;
}

.plan-card__tag > span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  background: currentColor;
  border-radius: 50%;
}

.plan-card__tag b {
  margin-left: 3px;
  padding: 7px 9px;
  color: #111113;
  background: var(--gx-red);
  border-radius: 999px;
  font-size: 8px;
  letter-spacing: .04em;
}

.plan-card--red .plan-card__tag {
  color: #111113;
}

.plan-card--red .plan-card__tag b {
  color: #fff;
  background: #111113;
}

.plan-card__intro h3 {
  margin: 26px 0 0;
  color: inherit;
  font-family: var(--body);
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .9;
  text-transform: uppercase;
}

.plan-card__intro h3 em {
  color: var(--gx-red);
  font-style: normal;
}

.plan-card--red .plan-card__intro h3 em {
  color: #fff;
}

.plan-card__intro h3:first-child {
  margin-top: 0;
}

.plan-card__intro > p:last-child {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.55;
}

.plan-card--red .plan-card__intro > p:last-child {
  color: rgba(17, 17, 19, .72);
}

.plan-card__price {
  justify-self: end;
  text-align: right;
}

.plan-card__price > span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-card--red .plan-card__price > span {
  color: rgba(17, 17, 19, .62);
}

.plan-card__price > div {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: inherit;
  line-height: .72;
}

.plan-card__price small {
  margin: 0 8px 9px 0;
  font-size: 20px;
  font-weight: 800;
}

.plan-card__price > div > strong {
  font-size: clamp(68px, 6.7vw, 96px);
  font-weight: 800;
  letter-spacing: -.08em;
}

.plan-card__price sup {
  margin: 0 0 24px 4px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.05em;
}

.plan-card__price > p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
  line-height: 1.4;
}

.plan-card--red .plan-card__price > p {
  color: rgba(17, 17, 19, .68);
}

.plan-card__cta {
  display: flex;
  min-height: 52px;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  padding: 5px 6px 5px 20px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease;
}

.plan-card__cta i {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  color: #111113;
  background: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-style: normal;
  transition: transform .25s ease;
}

.plan-card__cta:hover {
  color: #111113;
  background: #fff;
  border-color: #fff;
}

.plan-card__cta:hover i {
  color: #fff;
  background: #111113;
  transform: rotate(45deg);
}

.plan-card--red .plan-card__cta {
  color: #fff;
  background: #111113;
  border-color: #111113;
}

.plan-card--red .plan-card__cta i {
  color: #111113;
  background: var(--gx-red);
}

.plan-card--red .plan-card__cta:hover {
  color: #111113;
  background: #fff;
  border-color: #fff;
}

.plan-card__features {
  grid-column: 1 / -1;
  padding-top: 27px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.plan-card--red .plan-card__features {
  border-top-color: rgba(17, 17, 19, .18);
}

.plan-card__features > span {
  display: block;
  margin-bottom: 20px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.plan-card__features ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
}

.plan-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding-left: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.45;
}

.plan-card__features li::before {
  display: none;
  content: none;
}

.plan-card--red .plan-card__features li {
  color: rgba(17, 17, 19, .76);
}

.plan-card__features li i {
  color: var(--gx-red);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.plan-card--red .plan-card__features li i {
  color: #111113;
}

@media (min-width: 821px) {
  .plan-card--duo .plan-card__features ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .plans-grid {
    width: 100%;
    max-width: none;
    gap: 16px;
    margin-top: 52px;
  }

  .plan-card,
  .plan-card--red,
  .plan-card--duo,
  .plan-card__main {
    min-height: 0;
  }

  .plan-card > .plan-card__main,
  .plan-card__main {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 30px;
  }

  .plan-card__price {
    justify-self: start;
    text-align: left;
  }

  .plan-card__price > div {
    justify-content: flex-start;
  }

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

@media (max-width: 560px) {
  .plans-grid {
    gap: 14px;
    margin-top: 42px;
  }

  .plan-card,
  .plan-card--red,
  .plan-card--duo {
    min-height: 0;
    border-radius: 10px;
  }

  .plan-card > .plan-card__main,
  .plan-card__main {
    min-height: 0;
    gap: 22px;
    padding: 24px 22px;
  }

  .plan-card__tag {
    gap: 7px;
    font-size: 10px;
  }

  .plan-card__tag b {
    padding: 6px 8px;
    font-size: 7px;
  }

  .plan-card__intro h3 {
    margin-top: 22px;
    font-size: 42px;
  }

  .plan-card__intro > p:last-child {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.5;
  }

  .plan-card__price > span {
    margin-bottom: 12px;
  }

  .plan-card__price > div > strong {
    font-size: 66px;
  }

  .plan-card__price sup {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .plan-card__price small {
    margin-bottom: 7px;
    font-size: 16px;
  }

  .plan-card__cta {
    min-height: 50px;
    padding-left: 17px;
    font-size: 10px;
  }

  .plan-card__cta i {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .plan-card__features {
    padding-top: 22px;
  }

  .plan-card__features > span {
    margin-bottom: 16px;
  }

  .plan-card__features ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

/* Responsive QA pass — compact rhythm, reliable tablet grids and touch targets. */
body {
  min-width: 0;
}

.skip-link,
.modal-close {
  min-width: 46px;
  min-height: 46px;
}

.modal-close {
  width: 46px;
  height: 46px;
}

@media (max-width: 1120px) {
  .main-nav a,
  .contact-phone,
  .text-link,
  .social-links a,
  .footer-bottom a {
    display: flex;
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 820px) {
  .brand,
  .main-nav a,
  .contact-phone,
  .text-link,
  .social-links a,
  .footer-bottom a {
    min-height: 44px;
  }

  .brand,
  .main-nav a,
  .contact-phone,
  .text-link,
  .social-links a,
  .footer-bottom a {
    display: flex;
    align-items: center;
  }

  .main-nav a {
    min-height: 50px;
    padding-block: 8px;
  }

  .class-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }

  .class-card,
  .class-card--large,
  .class-card--wide {
    min-width: 0;
    min-height: 210px;
  }

  .class-card--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .class-card:nth-child(4),
  .class-card--wide {
    grid-column: span 2;
  }

  .app-card,
  .app-visual {
    min-height: 0;
  }

  .app-visual {
    height: 620px;
  }

  .contact-photo {
    height: 520px;
  }
}

@media (max-width: 560px) {
  :root {
    --gutter: 18px;
  }

  .section {
    padding-block: 68px;
  }

  .section-title,
  .manifesto-heading .section-title,
  .legacy-copy .section-title,
  .project-copy .section-title,
  .app-copy .section-title,
  .reviews-summary .section-title,
  .booking-copy .section-title,
  .final-cta-card .section-title {
    margin-top: 18px;
    font-size: clamp(34px, 9.8vw, 42px);
    letter-spacing: -.05em;
    line-height: .98;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading--split > p {
    max-width: 34rem;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 1.65;
  }

  .manifesto-heading {
    max-width: 410px;
  }

  .about-showcase {
    gap: 30px;
    margin-top: 40px;
  }

  .about-portrait--small {
    height: 320px;
  }

  .experience-stat {
    gap: 16px;
    padding-bottom: 22px;
  }

  .experience-stat strong {
    font-size: 66px;
  }

  .legacy-grid {
    gap: 42px;
  }

  .legacy-image {
    height: 360px;
    min-height: 360px;
  }

  .legacy-copy > p:not(.eyebrow) {
    margin-top: 22px;
  }

  .legacy-stats {
    margin-top: 30px;
    padding-block: 24px;
  }

  .social-project {
    padding-bottom: 68px;
  }

  .project-card {
    min-height: 0;
    gap: 28px;
    padding: 44px 24px;
  }

  .project-mark {
    width: 92px;
    height: 92px;
  }

  .project-mark img {
    width: 72px;
    height: 72px;
  }

  .project-copy > p:not(.eyebrow) {
    margin-top: 17px;
    font-size: 12px;
    line-height: 1.65;
  }

  .project-impact {
    justify-content: center;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    border-left: 0;
  }

  .project-impact strong {
    font-size: 58px;
  }

  .plans-grid {
    margin-top: 32px;
  }

  .plan-card > .plan-card__main,
  .plan-card__main {
    gap: 19px;
    padding: 22px 20px;
  }

  .plan-card__intro h3 {
    margin-top: 18px;
    font-size: 38px;
  }

  .plan-card__intro > p:last-child {
    margin-top: 11px;
  }

  .plan-card__price > div > strong {
    font-size: 60px;
  }

  .plan-card__features {
    padding-top: 18px;
  }

  .class-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
    gap: 12px;
  }

  .class-card,
  .class-card--large,
  .class-card--wide,
  .class-card:nth-child(4) {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 180px;
  }

  .class-card--large {
    min-height: 238px;
  }

  .class-content {
    grid-template-columns: 32px 1fr auto;
    padding: 18px;
  }

  .class-content > img {
    width: 28px;
    height: 28px;
  }

  .class-content strong,
  .class-card--large .class-content strong,
  .class-card:nth-child(9) .class-content strong {
    font-size: 19px;
  }

  .app-copy {
    padding: 36px 24px 28px;
  }

  .app-copy > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.65;
  }

  .app-copy ul {
    gap: 10px;
    margin-top: 24px;
  }

  .app-copy .button {
    margin-top: 26px;
  }

  .app-visual {
    height: 500px;
    min-height: 500px;
  }

  .app-device {
    top: 20px;
    width: 238px;
    height: 480px;
    padding: 10px 10px 13px;
    border-width: 5px;
    border-radius: 37px;
  }

  .device-screen {
    padding: 18px 14px 60px;
    border-radius: 27px;
  }

  .device-progress {
    grid-template-columns: 54px 1fr;
    gap: 10px;
    margin-top: 18px;
    padding: 11px;
  }

  .progress-ring {
    width: 52px;
    height: 52px;
  }

  .progress-ring::before {
    width: 40px;
    height: 40px;
  }

  .device-section-title {
    margin-top: 18px;
  }

  .device-workout {
    padding: 14px;
  }

  .app-stat-card {
    min-width: 114px;
    padding: 10px 11px;
  }

  .app-stat-card strong {
    font-size: 19px;
  }

  .app-stat-card--top {
    top: 72px;
    left: 2px;
  }

  .app-stat-card--bottom {
    right: 2px;
    bottom: 48px;
  }

  .team-grid {
    gap: 14px;
  }

  .team-card,
  .team-card:last-child {
    height: 340px;
  }

  .team-card figcaption {
    width: 74%;
    padding: 17px 19px;
  }

  .reviews-summary {
    margin-bottom: 38px;
  }

  .review-masonry {
    gap: 14px;
  }

  .review-photo,
  .review-photo--one,
  .review-photo--two,
  .review-quote,
  .review-quote--accent {
    min-height: 300px;
  }

  .review-quote {
    padding: 25px;
  }

  .review-quote p {
    margin-block: 24px;
    font-size: 19px;
  }

  .contact-booking {
    gap: 46px;
  }

  .contact-photo {
    height: 440px;
  }

  .contact-photo figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    gap: 7px;
  }

  .contact-photo figcaption a {
    min-height: 58px;
    padding: 13px 15px;
  }

  .booking-intro {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.65;
  }

  .contact-direct-actions {
    gap: 14px;
    margin-top: 28px;
    padding-bottom: 28px;
  }

  .contact-phone {
    min-height: 52px;
    justify-content: center;
    padding-inline: 4px;
  }

  .contact-details article {
    padding-block: 18px;
  }

  .final-cta {
    padding-bottom: 68px;
  }

  .final-cta-card {
    min-height: 390px;
    padding: 32px 22px;
  }

  .footer-grid {
    gap: 18px;
    padding-block: 34px;
  }

  .social-links {
    flex-wrap: wrap;
    gap: 4px 18px;
  }

  .social-links a {
    padding-block: 10px;
  }

  .footer-bottom {
    gap: 8px;
    padding-block: 14px;
    line-height: 1.5;
  }

  .footer-bottom a {
    padding-block: 10px;
  }

  .schedule-modal {
    width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
  }

  .modal-header {
    padding: 34px 22px 22px;
  }

  .modal-close {
    top: 16px;
    right: 16px;
  }

  .modal-title-row {
    gap: 14px;
    margin-top: 20px;
  }

  .modal-title-row h2 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .modal-icon {
    flex-basis: 52px;
    height: 52px;
  }

  .modal-schedule {
    padding: 0 22px 24px;
  }

  .schedule-row {
    grid-template-columns: 78px 1fr;
    gap: 10px;
  }

  .modal-footer {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
    padding: 20px 22px;
  }

  .modal-footer p {
    max-width: none;
  }

  .modal-footer .button {
    width: 100%;
  }
}

@media (max-width: 350px) {
  :root {
    --gutter: 14px;
  }

  .section-title,
  .manifesto-heading .section-title,
  .legacy-copy .section-title,
  .project-copy .section-title,
  .app-copy .section-title,
  .reviews-summary .section-title,
  .booking-copy .section-title,
  .final-cta-card .section-title {
    font-size: 33px;
  }

  .hero-offer {
    padding: 12px;
  }

  .hero-offer .button {
    width: 132px;
  }

  .app-device {
    width: 224px;
  }

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

/* Short portrait screens: keep the price offer inside the first viewport. */
@media (max-width: 560px) and (min-height: 480px) and (max-height: 700px) {
  .hero,
  .hero-inner,
  .hero-media {
    height: max(568px, 100svh);
    min-height: max(568px, 100svh);
  }

  .hero-inner {
    padding-top: 92px;
  }

  .hero-copy h1 {
    margin-top: 17px;
    font-size: clamp(32px, 10vw, 38px);
  }

  .hero-lead {
    margin-top: 13px;
    font-size: 11px;
    line-height: 1.38;
  }

  .hero-actions {
    margin-top: 14px;
  }

  .hero-actions .button {
    min-height: 44px;
  }

  .hero-offer {
    bottom: 12px;
  }
}

/* Mobile and small-tablet landscape: use the width, not a 760px-tall portrait hero. */
@media (max-width: 1050px) and (max-height: 560px) and (orientation: landscape) {
  .site-header,
  .site-header.is-scrolled {
    height: 76px;
  }

  .header-cta {
    display: none;
  }

  .hero,
  .hero-inner,
  .hero-media {
    height: max(320px, 100svh);
    min-height: max(320px, 100svh);
  }

  .hero-inner {
    display: flex;
    align-items: center;
    padding-top: 82px;
    padding-bottom: 18px;
  }

  .hero-copy {
    width: calc(100% - 255px);
    max-width: 560px;
  }

  .hero-copy .eyebrow {
    padding: 7px 10px;
    font-size: 8px;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-top: 12px;
    font-size: clamp(33px, 6vw, 52px);
    line-height: .88;
  }

  .hero-lead,
  .hero-proof {
    display: none;
  }

  .hero-actions {
    margin-top: 15px;
  }

  .hero-actions .button {
    min-width: 0;
    min-height: 42px;
    padding: 6px 7px 6px 15px;
    font-size: 9px;
  }

  .hero-actions .button > span {
    width: 30px;
    height: 30px;
  }

  .hero-offer {
    top: 90px;
    right: 0;
    bottom: auto;
    left: auto;
    display: grid;
    width: 228px;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 0;
    padding: 12px;
    border-radius: 12px;
  }

  .hero-offer::before,
  .hero-offer > p,
  .hero-offer ul,
  .hero-offer > small {
    display: none;
  }

  .offer-topline {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    gap: 7px;
    margin-bottom: 7px;
  }

  .offer-topline > span:first-child {
    font-size: 9px;
  }

  .live-dot {
    padding: 4px 6px;
    font-size: 6px;
  }

  .hero-price {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }

  .hero-price > span {
    margin: 6px 4px 0 0;
    font-size: 9px;
  }

  .hero-price strong {
    font-size: 40px;
  }

  .hero-price sup {
    margin-top: 0;
    font-size: 16px;
  }

  .offer-monthly {
    display: flex;
    grid-column: 1;
    grid-row: 3;
    gap: 4px;
    margin: 7px 0 0;
    padding: 0;
    border: 0;
  }

  .offer-monthly span,
  .offer-monthly small {
    font-size: 6px;
  }

  .offer-monthly strong {
    font-size: 9px;
  }

  .hero-offer .button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    grid-column: 1;
    grid-row: 4;
    margin-top: 9px;
    padding: 5px 6px 5px 12px;
    font-size: 8px;
  }

  .hero-offer .button > span {
    width: 28px;
    height: 28px;
  }
}

/* Include tablets and compact 1024px laptops in the compact navigation system. */
@media (max-width: 1050px) {
  .site-header,
  .site-header.is-scrolled {
    position: absolute;
    height: 78px;
    background: rgba(9, 9, 10, .98);
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    z-index: 3;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    padding: 90px var(--gutter) 45px;
    background: rgba(6, 6, 6, .98);
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity 220ms ease, transform 260ms var(--ease);
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .main-nav a {
    width: 100%;
    min-height: 50px;
    padding: 8px 0;
    font-family: var(--heading);
    font-size: clamp(27px, 8vw, 42px);
  }
}

@media (min-width: 561px) and (max-width: 1050px) {
  .class-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 210px;
  }

  .class-card,
  .class-card--large,
  .class-card--wide {
    min-width: 0;
    min-height: 210px;
  }

  .class-card--large {
    grid-column: span 2;
    grid-row: span 2;
  }

  .class-card:nth-child(4),
  .class-card--wide {
    grid-column: span 2;
  }

  .app-card,
  .contact-booking {
    grid-template-columns: 1fr;
  }

  .app-card,
  .app-visual {
    min-height: 0;
  }

  .app-visual {
    height: 620px;
  }

  .contact-booking {
    gap: 54px;
  }

  .contact-photo {
    height: 520px;
  }
}

@media (min-width: 561px) and (max-width: 1050px) and (min-height: 561px) {
  .hero,
  .hero-inner,
  .hero-media {
    height: 760px;
    min-height: 760px;
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 116px;
    padding-bottom: 0;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy h1 {
    max-width: 520px;
    margin-top: 24px;
    font-size: clamp(52px, 8.8vw, 64px);
    line-height: .88;
  }

  .hero-lead,
  .hero-proof {
    display: none;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .hero-offer {
    top: auto;
    right: 0;
    bottom: 24px;
    left: 0;
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    column-gap: 22px;
    padding: 18px 20px;
    border-radius: 14px;
  }

  .hero-offer::before,
  .hero-offer > p,
  .hero-offer ul,
  .hero-offer > small {
    display: none;
  }

  .offer-topline {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
  }

  .hero-price {
    grid-column: 1;
    grid-row: 2;
    margin-top: 9px;
  }

  .hero-price strong {
    font-size: 62px;
  }

  .hero-price sup {
    font-size: 23px;
  }

  .offer-monthly {
    display: flex;
    grid-column: 1;
    grid-row: 3;
    gap: 5px;
    margin: 7px 0 0;
    padding: 0;
    border: 0;
  }

  .hero-offer .button {
    width: 180px;
    min-width: 0;
    min-height: 48px;
    grid-column: 2;
    grid-row: 1 / 4;
    margin: 0;
  }
}

@media (max-width: 1050px) and (max-height: 560px) and (orientation: landscape) {
  .main-nav {
    justify-content: flex-start;
    padding: 72px var(--gutter) 18px;
    overflow-y: auto;
  }

  .main-nav a {
    min-height: 44px;
    font-size: 24px;
  }
}

/* Desktop pricing measure: keep horizontal cards readable instead of full-bleed. */
.plans-grid {
  width: min(900px, 100%);
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1051px) {
  .plans-grid {
    margin-top: 56px;
  }

  .plan-card > .plan-card__main,
  .plan-card__main {
    gap: 28px 42px;
    padding: 34px 38px 32px;
  }
}

@media (max-width: 820px) {
  .plans-grid {
    width: 100%;
    max-width: none;
  }
}

/* Keep the featured mobile class card inside its own taller grid row. */
@media (max-width: 560px) {
  .class-grid {
    grid-template-rows: 238px;
    grid-auto-rows: 180px;
  }
}

/* Gelo em cubo uses the same clean surface as the other amenities. */
.amenity:nth-child(4) {
  background: var(--gx-panel);
}

/* Editorial photo wall below the Arena manifesto. */
.about-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(190px, 16vw, 250px);
  gap: 12px;
  margin-top: clamp(52px, 6vw, 88px);
}

.about-gallery__item {
  min-width: 0;
  overflow: hidden;
  background: #151516;
  border-radius: 10px;
}

.about-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

.about-gallery__item:hover img {
  transform: scale(1.025);
}

.about-gallery__item--rope {
  grid-column: 1 / 4;
  grid-row: 1 / span 2;
}

.about-gallery__item--strength {
  grid-column: 4 / 7;
  grid-row: 1 / span 2;
}

.about-gallery__item--floor {
  grid-column: 7 / 13;
  grid-row: 1;
}

.about-gallery__item--spinning {
  grid-column: 7 / 10;
  grid-row: 2;
}

.about-gallery__item--detail {
  grid-column: 10 / 13;
  grid-row: 2;
}

.about-gallery__item--rope img {
  object-position: 50% 42%;
}

.about-gallery__item--strength img {
  object-position: 50% 44%;
}

.about-gallery__item--spinning img {
  object-position: 50% 34%;
}

.about-gallery__item--detail img {
  object-position: 50% 38%;
}

.about-gallery + .about-showcase {
  margin-top: clamp(64px, 7vw, 96px);
}

@media (max-width: 820px) {
  .about-gallery {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 230px;
  }

  .about-gallery__item--rope {
    grid-column: 1 / 4;
  }

  .about-gallery__item--strength {
    grid-column: 4 / 7;
  }

  .about-gallery__item--floor {
    grid-column: 1 / 7;
    grid-row: 3;
  }

  .about-gallery__item--spinning {
    grid-column: 1 / 4;
    grid-row: 4;
  }

  .about-gallery__item--detail {
    grid-column: 4 / 7;
    grid-row: 4;
  }
}

@media (max-width: 560px) {
  .about-gallery {
    width: calc(100% + var(--gutter));
    min-height: 360px;
    grid-template-columns: none;
    grid-template-rows: 360px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(278px, 82vw);
    grid-auto-rows: 360px;
    gap: 10px;
    margin-top: 42px;
    padding-right: var(--gutter);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: inline mandatory;
  }

  .about-gallery::-webkit-scrollbar {
    display: none;
  }

  .about-gallery__item,
  .about-gallery__item--rope,
  .about-gallery__item--strength,
  .about-gallery__item--floor,
  .about-gallery__item--spinning,
  .about-gallery__item--detail {
    grid-column: auto;
    grid-row: 1;
    scroll-snap-align: start;
  }

  .about-gallery + .about-showcase {
    margin-top: 32px;
  }

  .about-showcase .about-portrait--small {
    display: none;
  }

  .about-story > p:first-of-type {
    margin-top: 0;
  }
}
