/* ─── Mobile reference shell from CHEQFIT_Mobile (1).html ───────────────────── */
.mobile-tabs,
.mobile-header-city,
.home-loved-section,
.home-mobile-how-section,
.home-mobile-feed-section,
.home-mobile-products-section,
.feed-mobile-page {
  display: none;
}

.heroA-live,
.heroA-title-mobile,
.heroA-sub-mobile,
.heroA-mobile-search,
.heroA-mobile-stats,
.heroA-ticker {
  display: none;
}

.gd-back,
.gd-count,
.gd-mobile-badges,
.gd-mobile-stats,
.gd-mobile-about-toggle,
.gd-mobile-amenities-eyebrow,
.gym-detail-actionbar {
  display: none;
}

@media (max-width: 768px) {
  :root {
    --pad: 18px;
    --section-y: 30px;
    --section-y-tight: 20px;
    --hero-y: 26px;
    --nav-h: 56px;
    --tabs-h: calc(60px + env(safe-area-inset-bottom));
    --r-sm: 10px;
    --r-md: 14px;
    --r-lg: 20px;
    --r-xl: 26px;
    --fs-h1: clamp(32px, 8.6vw, 40px);
    --fs-h2: clamp(23px, 6.2vw, 28px);
    --fs-h3: 19px;
    --fs-h4: 16px;
    --fs-lead: 15px;
    --fs-base: 14.5px;
    --fs-sm: 13px;
    --fs-xs: 12px;
    --fs-2xs: 11px;
    --fs-meta: 10px;
    --fs-num: clamp(28px, 8vw, 36px);
    --fs-num-sm: clamp(24px, 7vw, 32px);
  }

  body {
    padding-bottom: var(--tabs-h);
    font-size: var(--fs-base);
    line-height: 1.55;
  }

  h1,
  h2,
  h3,
  h4,
  .heroA h1,
  .ls-banner h1,
  .tr-hero h1,
  .prod-hero h1,
  .products-static .prod-hero h1,
  .feed-hero h1,
  .ab-hero h1,
  .gd-header h1,
  .gym-detail-page .gd-header h1,
  .legal-hero-title,
  .page-state h1 {
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
  }

  h1,
  .heroA h1,
  .ls-banner h1,
  .tr-hero h1,
  .prod-hero h1,
  .products-static .prod-hero h1,
  .feed-hero h1,
  .ab-hero h1,
  .gd-header h1,
  .gym-detail-page .gd-header h1,
  .legal-hero-title,
  .page-state h1 {
    font-size: clamp(32px, 8.6vw, 40px);
    line-height: 1.06;
    font-variation-settings: 'wdth' 84;
  }

  h2,
  .sec-head h2,
  .section-head h2,
  .gd-block h2,
  .gym-detail-page .gd-block h2,
  .prod-left h2,
  .feed-section-head h2,
  .about-community h2,
  .founder-section h2 {
    font-size: var(--fs-h2);
    line-height: 1.06;
    font-variation-settings: 'wdth' 86;
  }

  h3 {
    font-size: var(--fs-h3);
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  h4 {
    font-size: var(--fs-h4);
    line-height: 1.25;
    letter-spacing: -0.015em;
  }

  h1 em,
  h2 em,
  h3 em,
  h4 em {
    color: var(--volt-deep);
    font-style: italic;
    font-weight: 500;
  }

  .eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-meta);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--slate);
  }

  .eyebrow::before {
    content: '';
    flex: none;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--volt-deep);
  }

  .eyebrow .dot {
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: var(--volt-deep);
  }

  .nav {
    min-height: var(--nav-h);
    background: rgba(242, 239, 231, 0.92);
    backdrop-filter: saturate(150%) blur(14px);
    border-bottom: 1px solid rgba(14, 14, 14, 0.07);
  }

  .nav-inner {
    min-height: var(--nav-h);
    padding: 10px var(--pad);
    gap: 10px;
  }

  .brand-logo {
    height: 26px;
  }

  .mobile-header-link,
  .nav-burger {
    display: none;
  }

  .mobile-header-city {
    display: block;
    margin-left: auto;
  }

  .mobile-header-city .location-trigger {
    height: 36px;
    padding: 0 13px;
    gap: 6px;
    border: 1px solid var(--bone);
    border-radius: var(--r-pill);
    background: var(--paper);
    box-shadow: var(--sh-1);
    font-size: var(--fs-sm);
    font-weight: 600;
  }

  .mobile-header-city .location-trigger-caret {
    display: none;
  }

  .mobile-tabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    height: var(--tabs-h);
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
    background: rgba(242, 239, 231, 0.94);
    backdrop-filter: saturate(150%) blur(16px);
    border-top: 1px solid rgba(14, 14, 14, 0.08);
  }

  .mobile-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    height: 50px;
    border-radius: var(--r-md);
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 8.5px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-tab svg {
    width: 21px;
    height: 21px;
    stroke-width: 1.9;
    flex: none;
  }

  .mobile-tab span {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-tab i {
    width: 4px;
    height: 4px;
    margin-top: 1px;
    border-radius: 50%;
    background: transparent;
  }

  .mobile-tab.on {
    color: var(--ink);
  }

  .mobile-tab.on svg {
    stroke-width: 2.3;
  }

  .mobile-tab.on i {
    background: var(--volt-deep);
  }

  .mobile-nav,
  .mobile-nav-backdrop {
    display: none;
  }

  .section,
  .section-tight,
  .prod-section,
  .products-static .prod-section,
  .feed-category-section,
  .founder-section,
  .press-section,
  .legal-section {
    padding-block: var(--section-y);
  }

  .legal-panel .legal-section {
    padding-block: 0;
  }

  .legal-section h3 button {
    gap: 14px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.2;
  }

  .legal-section h3 button i {
    width: 30px;
    height: 30px;
  }

  .legal-section-body {
    padding: 0 0 20px;
  }

  .section-head,
  .sec-head,
  .feed-section-head {
    margin-bottom: 16px;
    text-align: left;
  }

  .heroA,
  .ls-banner,
  .prod-hero,
  .products-static .prod-hero,
  .feed-hero,
  .ab-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 26px var(--pad) 28px;
    background-color: var(--ink);
    color: var(--cream);
    background-image:
      radial-gradient(58% 62% at 84% 12%, rgba(216, 255, 54, 0.17), transparent 62%),
      radial-gradient(46% 55% at 4% 96%, rgba(255, 91, 46, 0.1), transparent 60%),
      linear-gradient(158deg, #1c1c19 0%, #0e0e0e 58%, #070706 100%);
  }

  .heroA::before,
  .ls-banner::before,
  .prod-hero::before,
  .products-static .prod-hero::before,
  .feed-hero::before,
  .ab-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: radial-gradient(78% 78% at 62% 26%, #000, transparent);
  }

  .heroA::after,
  .ls-banner::after,
  .prod-hero::after,
  .products-static .prod-hero::after,
  .feed-hero::after,
  .ab-hero::after {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0;
    color: rgba(216, 255, 54, 0.05);
  }

  .heroA::after {
    content: '✓';
    right: -10px;
    top: 2px;
    font-size: 120px;
    font-variation-settings: 'wdth' 60;
  }

  .ls-banner::after {
    content: 'INDEX';
    right: -4px;
    top: -6px;
    font-size: 62px;
    font-variation-settings: 'wdth' 70;
  }

  .prod-hero::after,
  .products-static .prod-hero::after {
    content: 'GROW';
    right: -6px;
    top: -10px;
    font-size: 78px;
    font-variation-settings: 'wdth' 62;
  }

  .feed-hero::after {
    content: 'FEED';
    right: -8px;
    top: -2px;
    font-size: 82px;
    font-variation-settings: 'wdth' 62;
  }

  .ab-hero::after {
    content: '2026';
    right: -8px;
    bottom: 52px;
    font-size: 112px;
    font-variation-settings: 'wdth' 62;
  }

  .heroA > .wrap,
  .ls-banner > .wrap,
  .prod-hero > .wrap,
  .products-static .prod-hero > .wrap,
  .feed-hero > .wrap,
  .ab-hero > .wrap {
    position: relative;
    z-index: 1;
    padding-inline: 0;
  }

  .heroA-grid,
  .ls-banner-inner,
  .feed-hero > .wrap,
  .ab-hero > .wrap {
    display: block;
  }

  .heroA-right,
  .ls-banner-art,
  .feed-hero-panel {
    display: none;
  }

  .ls-banner {
    padding-bottom: 22px;
  }

  .ls-banner::after {
    display: none;
  }

  .ls-banner-copy {
    display: none;
  }

  .ls-banner-mobile-copy {
    position: relative;
    display: block;
  }

  .ls-mobile-index {
    position: absolute;
    z-index: 0;
    top: -32px;
    right: -4px;
    color: rgba(216, 255, 54, 0.05);
    font-family: var(--font-display);
    font-size: 62px;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0;
    pointer-events: none;
    user-select: none;
    font-variation-settings: 'wdth' 70;
  }

  .ls-banner-mobile-copy > .eyebrow,
  .ls-mobile-idx,
  .ls-mobile-cities {
    position: relative;
    z-index: 1;
  }

  .ls-mobile-idx {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 4px;
  }

  .ls-mobile-idx-n {
    color: var(--volt);
    margin-top: 12px;
    font-family: var(--font-display);
    font-size: 66px;
    font-weight: 700;
    line-height: 0.82;
    letter-spacing: 0;
    font-variation-settings: 'wdth' 84;
  }

  .ls-mobile-idx-t {
    padding-top: 0;
  }

  .ls-mobile-idx-t h1 {
    margin: 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 86;
  }

  .ls-mobile-idx-t h1 em {
    color: var(--volt);
    font-style: italic;
    font-weight: 500;
  }

  .ls-mobile-idx-note {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12.5px;
    line-height: 1.45;
  }

  .ls-mobile-cities {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .ls-mobile-cities-label {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .ls-mobile-citychips {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    margin-top: 9px;
    padding-bottom: 2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .ls-mobile-citychips::-webkit-scrollbar {
    display: none;
  }

  .ls-mobile-citychips button {
    flex: none;
    height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.72);
    font-size: var(--fs-sm);
    font-weight: 600;
    white-space: nowrap;
  }

  .ls-mobile-citychips button.on {
    border-color: var(--volt);
    background: var(--volt);
    color: var(--ink);
  }

  .home-page .heroA {
    padding-bottom: 0;
  }

  .heroA-left {
    text-align: left;
  }

  .heroA .eyebrow,
  .heroA-actions,
  .heroA-title-desktop,
  .heroA-sub-desktop {
    display: none;
  }

  .heroA-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px 13px 6px 11px;
    border: 1px solid rgba(216, 255, 54, 0.3);
    border-radius: var(--r-pill);
    background: rgba(216, 255, 54, 0.11);
    color: var(--volt);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .heroA-live i {
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--volt);
  }

  .heroA-live i::after {
    content: '';
    position: absolute;
    inset: -4px;
    border: 1px solid var(--volt);
    border-radius: 50%;
    opacity: 0.6;
    animation: pulse 2s ease-out infinite;
  }

  .heroA-title-mobile,
  .heroA-sub-mobile {
    display: inline;
  }

  .heroA .eyebrow,
  .ls-banner .eyebrow,
  .prod-hero .eyebrow,
  .products-static .prod-hero .eyebrow,
  .feed-hero .eyebrow,
  .ab-hero .eyebrow {
    color: rgba(255, 255, 255, 0.66);
  }

  .heroA .eyebrow .dot,
  .ls-banner .eyebrow .dot,
  .prod-hero .eyebrow .dot,
  .products-static .prod-hero .eyebrow .dot,
  .feed-hero .eyebrow .dot,
  .ab-hero .eyebrow .dot {
    background: var(--volt);
  }

  .heroA .eyebrow::before,
  .ls-banner .eyebrow::before,
  .prod-hero .eyebrow::before,
  .products-static .prod-hero .eyebrow::before,
  .feed-hero .eyebrow::before,
  .ab-hero .eyebrow::before,
  .home-mobile-products-band .eyebrow::before {
    background: var(--volt);
  }

  .heroA h1,
  .ls-banner h1,
  .prod-hero h1,
  .products-static .prod-hero h1,
  .feed-hero h1,
  .ab-hero h1 {
    margin: 12px 0;
    color: var(--cream);
  }

  .heroA h1 em,
  .ls-banner h1 em,
  .prod-hero h1 em,
  .products-static .prod-hero h1 em,
  .feed-hero h1 em,
  .ab-hero h1 em {
    color: var(--volt);
    font-style: italic;
    font-weight: 500;
  }

  .heroA-sub,
  .ls-banner-sub,
  .prod-hero-sub,
  .products-static .prod-hero-sub,
  .feed-hero-sub,
  .ab-hero-sub {
    max-width: 34ch;
    margin-left: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--fs-lead);
    line-height: 1.6;
  }

  .heroA-mobile-search {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 0 6px 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    box-shadow: none;
  }

  .heroA-mobile-search span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--fs-base);
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .heroA-mobile-search i {
    display: grid;
    place-items: center;
    flex: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--volt);
    color: var(--ink);
  }

  .heroA-mobile-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .heroA-mobile-stats b {
    display: block;
    color: var(--volt);
    font-family: var(--font-display);
    font-size: var(--fs-num-sm);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-variation-settings: 'wdth' 84;
  }

  .heroA-mobile-stats span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.55);
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .heroA-ticker {
    display: block;
    margin: 22px calc(var(--pad) * -1) 0;
    padding: 13px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  }

  .heroA-ticker-in {
    display: flex;
    gap: 26px;
    width: max-content;
    animation: marquee 380s linear infinite;
  }

  .heroA-ticker span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: none;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .heroA-ticker span::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--volt-deep);
  }

  .heroA-actions,
  .prod-tabs {
    margin-top: 20px;
    gap: 9px;
    overflow-x: auto;
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-bottom: 2px;
  }

  .heroA-actions::-webkit-scrollbar,
  .prod-tabs::-webkit-scrollbar {
    display: none;
  }

  .btn,
  .pcard-cta,
  .feed-search button,
  .mobile-nav-primary,
  .mobile-nav-app {
    min-height: 46px;
    border-radius: var(--r-pill);
    font-size: var(--fs-base);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
  }

  .btn-sm {
    min-height: 38px;
    padding-inline: 14px;
    font-size: var(--fs-sm);
  }

  .heroA-actions .btn-line,
  .prod-hero .btn-line,
  .feed-hero .btn-line,
  .ab-hero .btn-line {
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--cream);
  }

  .products-page {
    background: var(--cream);
  }

  .products-page .prod-hero {
    padding: 26px var(--pad) 28px;
  }

  .products-page .prod-hero-desktop {
    display: none;
  }

  .products-page .prod-hero-mobile {
    display: block;
    position: relative;
    z-index: 1;
  }

  .products-page .prod-hero-mobile > .eyebrow {
    color: rgba(255, 255, 255, 0.66);
  }

  .products-page .prod-hero-mobile h1 {
    max-width: 9.5em;
    margin: 12px 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(32px, 8.6vw, 40px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 84;
  }

  .products-page .prod-hero-mobile h1 em {
    color: var(--volt);
    font-style: italic;
    font-weight: 500;
  }

  .products-page .prod-hero-mobile-lead {
    max-width: 34ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--fs-lead);
    line-height: 1.6;
  }

  .products-mobile-meter {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .products-mobile-meter-bars {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    height: 44px;
    margin-bottom: 11px;
  }

  .products-mobile-meter-bars i {
    display: block;
    flex: 1;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.14);
  }

  .products-mobile-meter-bars i.on {
    background: var(--volt);
    box-shadow: 0 0 10px rgba(216, 255, 54, 0.28);
  }

  .products-mobile-meter-legend {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .products-mobile-meter-legend b {
    color: var(--volt);
    font-weight: 700;
  }

  .products-static .success-metrics,
  .products-static #management,
  .products-static #leads,
  .products-static #ops,
  .products-static #pform,
  .products-static .prod-divider {
    display: none;
  }

  .products-static #packages {
    display: block;
    padding: 24px 0 0;
    background: var(--cream);
  }

  .products-static #packages > .wrap {
    padding-inline: var(--pad);
  }

  .products-static #packages .sec-head,
  .products-static #packages .pkg4,
  .products-static #packages .pkg-matrix-head,
  .products-static #packages .pkg-matrix-scroll-hint,
  .products-static #packages .pkg-matrix-wrap,
  .products-static #packages .pkg-matrix-note {
    display: none;
  }

  .products-mobile-packages {
    display: block;
  }

  .products-mobile-packages > .eyebrow {
    margin-bottom: 12px;
  }

  .products-mobile-acc-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .products-mobile-acc {
    overflow: hidden;
    border: 1px solid var(--bone);
    border-radius: var(--r-md);
    background: var(--paper);
    box-shadow: var(--sh-1);
    color: var(--ink);
  }

  .products-mobile-acc.feat {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--cream);
  }

  .products-mobile-acc-h {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 15px 16px;
    cursor: pointer;
    list-style: none;
    text-align: left;
  }

  .products-mobile-acc-h::-webkit-details-marker {
    display: none;
  }

  .products-mobile-acc-ix {
    display: block;
    margin-bottom: 3px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .products-mobile-acc.feat .products-mobile-acc-ix {
    color: rgba(255, 255, 255, 0.5);
  }

  .products-mobile-acc-h h4 {
    margin: 0;
    color: currentColor;
    font-family: var(--font-display);
    font-size: var(--fs-h4);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    font-variation-settings: 'wdth' 88;
  }

  .products-mobile-acc-tag {
    display: inline-block;
    margin-top: 5px;
    padding: 3px 9px;
    border-radius: var(--r-pill);
    background: var(--volt);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .products-mobile-acc-cv {
    flex: none;
    margin-left: auto;
    color: var(--mist);
    transition: transform 0.25s ease;
  }

  .products-mobile-acc[open] .products-mobile-acc-cv {
    transform: rotate(180deg);
  }

  .products-mobile-acc-b {
    padding: 0 16px 16px;
  }

  .products-mobile-acc-rule {
    height: 1px;
    margin-bottom: 13px;
    background: var(--bone);
  }

  .products-mobile-acc.feat .products-mobile-acc-rule {
    background: rgba(255, 255, 255, 0.16);
  }

  .products-mobile-acc-b p {
    margin: 0 0 13px;
    color: var(--mist);
    font-size: var(--fs-sm);
    line-height: 1.55;
  }

  .products-mobile-acc.feat .products-mobile-acc-b p {
    color: rgba(255, 255, 255, 0.7);
  }

  .products-mobile-acc-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
  }

  .products-mobile-acc-list li {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 9px;
    color: currentColor;
    font-size: var(--fs-sm);
    line-height: 1.45;
  }

  .products-mobile-acc-list svg {
    margin-top: 2px;
    color: var(--volt-deep);
  }

  .products-mobile-acc.feat .products-mobile-acc-list svg {
    color: var(--volt);
  }

  .products-mobile-acc .btn-full,
  .products-mobile-talk-band .btn-full {
    width: 100%;
  }

  .products-mobile-talk-band {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 30px var(--pad);
    border-radius: var(--r-xl);
    background: var(--volt);
    color: var(--ink);
  }

  .products-mobile-talk-band .eyebrow {
    color: rgba(14, 14, 14, 0.62);
  }

  .products-mobile-talk-band h2 {
    margin: 9px 0 10px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 86;
  }

  .products-mobile-talk-band p {
    margin: 0;
    color: var(--ink);
    font-size: var(--fs-lead);
    line-height: 1.6;
    opacity: 0.72;
  }

  .products-mobile-talk-band .btn {
    margin-top: 18px;
  }

  body.products-sheet-locked {
    overflow: hidden;
  }

  .products-sheet-scrim {
    position: fixed;
    inset: 0;
    z-index: 105;
    display: block;
    padding: 0;
    border: 0;
    background: rgba(14, 14, 14, 0.5);
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
  }

  .products-sheet-scrim.on {
    opacity: 1;
    visibility: visible;
  }

  .products-enquiry-sheet {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: block;
    max-height: 86vh;
    overflow-y: auto;
    padding: 0 var(--pad) calc(16px + env(safe-area-inset-bottom));
    border-radius: 22px 22px 0 0;
    background: var(--paper);
    box-shadow: var(--sh-3);
    transform: translateY(100vh);
    visibility: hidden;
    transition:
      transform 0.3s cubic-bezier(0.32, 0.72, 0, 1),
      visibility 0.3s ease;
  }

  .products-enquiry-sheet.on {
    transform: translateY(0);
    visibility: visible;
  }

  .products-sheet-h {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0 12px;
    border-bottom: 1px solid var(--bone);
    background: var(--paper);
  }

  .products-sheet-h::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 50%;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: var(--bone);
    transform: translateX(-50%);
  }

  .products-sheet-h h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: var(--fs-h3);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }

  .products-sheet-x {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: var(--cream);
    color: var(--mist);
    font-size: 24px;
    line-height: 1;
  }

  .products-sheet-form {
    padding-top: 16px;
  }

  .products-sheet-form .lead {
    margin-bottom: 16px;
    color: var(--mist);
    font-size: var(--fs-lead);
    line-height: 1.6;
  }

  .products-sheet-field {
    display: block;
  }

  .products-sheet-label {
    display: block;
    margin-bottom: 9px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: var(--fs-meta);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .products-sheet-input {
    width: 100%;
    height: 46px;
    margin-bottom: 16px;
    padding: 0 14px;
    border: 1px solid var(--bone);
    border-radius: var(--r-md);
    appearance: none;
    background: var(--cream);
    color: var(--ink);
    font-size: var(--fs-base);
    font-weight: 600;
    outline: none;
  }

  .products-sheet-input::placeholder {
    color: var(--mist);
  }

  .products-sheet-input:focus {
    border-color: var(--ink);
  }

  .products-sheet-select {
    padding-right: 40px;
    background-color: var(--cream);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%230E0E0E' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
  }

  .products-sheet-package {
    margin: -2px 0 14px;
    color: var(--slate);
    font-family: var(--font-mono);
    font-size: var(--fs-meta);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .products-sheet-message {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: var(--r-sm);
    font-size: var(--fs-xs);
    font-weight: 600;
    line-height: 1.45;
  }

  .products-sheet-message-error {
    background: #fff0ec;
    color: var(--ember);
  }

  .products-sheet-message-success {
    background: rgba(21, 163, 106, 0.1);
    color: var(--leaf);
  }

  .products-sheet-muted {
    margin-top: 12px;
    color: var(--mist);
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
  }

  .mq-section {
    padding-block: 20px;
  }

  .home-loved-section {
    display: block;
    padding-block: 30px;
    background: var(--cream);
  }

  .home-loved-section .sec-head {
    margin-bottom: 16px;
  }

  .home-loved-section .sec-head h2 {
    margin-top: 9px;
  }
  .home-mobile-how-section .sec-head, 
  .home-mobile-feed-section .sec-head,
  .home-loved-section .sec-head {
    gap: 0px;
  }

  .home-loved-section .sec-head h2 em,
  .home-mobile-how-section .sec-head h2 em,
  .home-mobile-feed-section .sec-head h2 em {
    color: var(--volt-deep);
    font-style: italic;
    font-weight: 500;
  }

  .home-loved-shelf {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-inline: var(--pad);
    scroll-padding-inline: var(--pad);
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .home-loved-shelf::-webkit-scrollbar {
    display: none;
  }

  .home-loved-card {
    display: flex;
    flex: 0 0 210px;
    width: 210px;
    overflow: hidden;
    scroll-snap-align: start;
    flex-direction: column;
    border: 1px solid var(--bone);
    border-radius: var(--r-md);
    background: var(--paper);
    color: var(--ink);
    box-shadow: var(--sh-1);
  }

  .home-loved-card:active {
    transform: scale(0.985);
  }

  .home-loved-photo {
    position: relative;
    aspect-ratio: 4 / 3;
  }

  .home-loved-photo .ph-tag {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
    max-width: calc(100% - 20px);
    overflow: hidden;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(14, 14, 14, 0.72);
    color: var(--cream);
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .home-loved-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 11px 12px 13px;
  }

  .home-loved-body h3 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.015em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .home-loved-loc {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .home-loved-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    color: var(--leaf);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.2;
  }

  .home-loved-status i {
    display: block;
    flex: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--leaf);
  }

  .home-loved-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 9px;
  }

  .home-loved-amenities span {
    max-width: 100%;
    overflow: hidden;
    padding: 3px 7px;
    border-radius: 6px;
    background: var(--cream);
    color: var(--slate);
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-loved-action {
    margin-top: 16px;
  }

  .home-loved-action .btn-full {
    width: 100%;
    justify-content: center;
  }

  .home-loved-empty {
    flex: none;
    width: calc(100vw - (var(--pad) * 2));
    padding: 20px;
    scroll-snap-align: start;
    border: 1px solid var(--bone);
    border-radius: var(--r-md);
    background: var(--paper);
    color: var(--mist);
    font-size: var(--fs-sm);
  }

  .home-page > .section[aria-labelledby='featured-gyms-heading'] {
    display: none;
  }

  .home-mobile-how-section {
    display: block;
    padding-block: var(--section-y-tight);
    background: var(--cream);
  }

  .home-mobile-how-section .sec-head {
    margin-bottom: 16px;
  }

  .home-mobile-how-section .sec-head h2 {
    margin-top: 9px;
  }

  .home-mobile-how-steps {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .home-mobile-how-step {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 13px;
    padding: 16px 0;
    border-top: 1px solid var(--bone);
  }

  .home-mobile-how-step:first-child {
    padding-top: 4px;
    border-top: 0;
  }

  .home-mobile-how-step-n {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--volt);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: var(--fs-meta);
    font-weight: 700;
    line-height: 1;
  }

  .home-mobile-how-step h4 {
    margin-bottom: 4px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: var(--fs-h4);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
  }

  .home-mobile-how-step p {
    color: var(--mist);
    font-size: var(--fs-sm);
    line-height: 1.5;
  }

  .home-page #how-it-works {
    display: none;
  }

  .home-mobile-products-section {
    display: block;
    padding-block: var(--section-y);
    background: var(--cream);
  }

  .home-mobile-products-band {
    padding: 22px;
    overflow: hidden;
    border-radius: var(--r-xl);
    background:
      radial-gradient(74% 90% at 86% 12%, rgba(216, 255, 54, 0.16), transparent 58%),
      linear-gradient(152deg, #1c1c19 0%, #0e0e0e 70%);
    color: var(--cream);
  }

  .home-mobile-products-band .eyebrow {
    color: rgba(255, 255, 255, 0.62);
  }

  .home-mobile-products-band h2 {
    margin: 9px 0 10px;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 86;
  }

  .home-mobile-products-band p {
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--fs-lead);
    line-height: 1.6;
  }

  .home-mobile-products-band .btn-full {
    width: 100%;
    justify-content: center;
    margin-top: 18px;
  }

  .home-mobile-feed-section {
    display: block;
    padding-block: var(--section-y-tight);
    background: var(--cream);
  }

  .home-mobile-feed-section .sec-head {
    margin-bottom: 16px;
  }

  .home-mobile-feed-section .sec-head h2 {
    margin-top: 9px;
  }

  .home-mobile-feed-list {
    display: block;
  }

  .home-mobile-feed-row {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 13px;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--bone);
    color: var(--ink);
    text-align: left;
  }

  .home-mobile-feed-row:last-child {
    border-bottom: 0;
  }

  .home-mobile-feed-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: var(--r-sm);
    background: var(--bone);
  }

  .home-mobile-feed-image img,
  .home-mobile-feed-image .article-image-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-mobile-feed-image .article-image-fallback {
    display: grid;
    place-items: center;
    background:
      radial-gradient(circle at 76% 22%, rgba(216, 255, 54, 0.5), transparent 26%),
      linear-gradient(135deg, #242422, #0e0e0e);
    color: var(--volt);
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 700;
  }

  .home-mobile-feed-tag {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fff;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .home-mobile-feed-copy h4 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.015em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-mobile-feed-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .home-mobile-feed-cta {
    width: 100%;
    justify-content: center;
    margin-top: 14px;
  }

  .home-page .home-mobile-feed-section ~ section {
    display: none;
  }

  .mq-head {
    gap: 10px;
    margin-bottom: 16px;
  }

  .mq-rule {
    display: none;
  }

  .marquee-wrap {
    padding-block: 13px;
    border-top: 1px solid rgba(14, 14, 14, 0.08);
    border-bottom: 1px solid rgba(14, 14, 14, 0.08);
  }

  .marquee-inner {
    gap: 26px;
    animation-duration: var(--marquee-mobile-duration, var(--marquee-duration, 72s));
  }

  .mq-chip {
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(14, 14, 14, 0.56);
    font-family: var(--font-mono);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .mq-chip::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--volt-deep);
  }

  .mq-mono {
    display: none;
  }

  .trust,
  .ls-banner-stats,
  .success-metrics,
  .ab-hero-meta,
  .feedmeta,
  .feed-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .trust > div,
  .ls-banner-stats > div,
  .success-metrics > div,
  .ab-hero-meta > div,
  .feedmeta > div,
  .feed-hero-stats > div {
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .trust b,
  .ls-banner-stats b,
  .success-metrics b,
  .ab-hero-meta b,
  .feedmeta b,
  .feed-hero-stats b {
    display: block;
    font-size: var(--fs-num-sm);
    color: var(--volt);
  }

  .trust span,
  .ls-banner-stats span,
  .success-metrics span,
  .ab-hero-meta span,
  .feedmeta span,
  .feed-hero-stats span {
    display: block;
    margin-top: 6px;
    font-family: var(--font-mono);
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }

  .home-trust-section .trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top-color: var(--bone);
  }

  .home-trust-section .trust > div:last-child {
    grid-column: auto;
  }

  .home-trust-section .trust b {
    color: var(--volt-deep);
  }

  .home-trust-section .trust span {
    color: var(--mist);
  }

  .ls-bar {
    position: static;
    padding: 16px 0 12px;
    border-block: 0;
    background: var(--cream);
    backdrop-filter: none;
  }

  .ls-bar-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .ls-searchfield,
  .feed-search {
    height: 46px;
    border-radius: var(--r-pill);
    background: var(--paper);
    border: 1px solid var(--bone);
    box-shadow: none;
  }

  .ls-selectwrap,
  .ls-quick-select,
  .ls-filter-chip,
  .ls-bar-context {
    display: none;
  }

  .ls-search-input-desktop,
  .ls-drop-label-desktop,
  .ls-drop-caret {
    display: none;
  }

  .ls-search-input-mobile,
  .ls-drop-icon,
  .ls-drop-label-mobile {
    display: inline-flex;
  }

  .ls-searchfield {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
  }

  .ls-searchfield svg {
    flex: 0 0 auto;
  }

  .ls-searchfield .ls-search-input-mobile {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }

  .ls-dropbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 16px;
    border-radius: var(--r-pill);
    background: var(--ink);
    color: var(--cream);
  }

  .ls-drop {
    width: 100%;
    min-width: 0;
  }

  .ls-drop-icon {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
  }

  .ls-drop-summary {
    display: none;
  }

  .ls-clear-mobile {
    width: 100%;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(14, 14, 14, 0.16);
    border-radius: var(--r-pill);
    background: var(--paper);
    color: var(--ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .ls-active-filters button {
    display: none;
  }

  .ls-filter-count {
    display: inline-grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: var(--volt);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 800;
    line-height: 1;
  }

  .filter-drawer-head {
    padding: 14px 16px 12px;
    gap: 14px;
  }

  .filter-drawer-head .eyebrow {
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .filter-drawer-head h2 {
    margin-top: 3px;
    font-size: 32px;
    letter-spacing: -0.025em;
  }

  .filter-drawer-close {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }

  .filter-drawer-body {
    overflow: hidden;
    padding: 0;
  }

  .filter-drawer-foot {
    gap: 9px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  }

  .filter-drawer-foot .btn {
    min-height: 48px;
    border-radius: 15px;
    font-size: 13px;
  }

  .gym-filter-panel--split {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .gym-filter-panel--split.has-no-active-filters {
    grid-template-rows: minmax(0, 1fr);
  }

  .fil-active--split {
    flex-wrap: nowrap;
    gap: 6px;
    margin: 0;
    padding: 9px 14px;
    overflow-x: auto;
    border-bottom: 1px solid rgba(224, 215, 191, 0.78);
    scrollbar-width: none;
  }

  .fil-active--split::-webkit-scrollbar {
    display: none;
  }

  .fil-active--split .fil-active-chip {
    min-height: 25px;
    padding: 5px 8px;
    font-size: 10px;
  }

  .fil-split-shell {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(122px, 36%) minmax(0, 1fr);
    background: var(--cream);
  }

  .fil-split-rail,
  .fil-split-options {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .fil-split-rail {
    background: linear-gradient(180deg, #fbf8ef 0%, var(--paper) 100%);
    border-right: 1px solid rgba(224, 215, 191, 0.86);
    padding: 0;
  }

  .fil-split-tab {
    position: relative;
    width: 100%;
    min-height: 58px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: center;
    gap: 2px 8px;
    padding: 9px 12px;
    border-left: 3px solid transparent;
    color: var(--slate);
    text-align: left;
    transition:
      background 0.16s ease,
      border-color 0.16s ease,
      transform 0.16s ease;
  }

  .fil-split-tab + .fil-split-tab {
    border-top: 1px solid rgba(224, 215, 191, 0.42);
  }

  .fil-split-tab span {
    min-width: 0;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.12;
  }

  .fil-split-tab small {
    grid-column: 1 / -1;
    min-width: 0;
    color: var(--mist);
    font-size: 9.5px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fil-split-tab b {
    min-width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(14, 14, 14, 0.08);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 10px;
    line-height: 1;
  }

  .fil-split-tab.is-active {
    border-left-color: var(--volt);
    background:
      linear-gradient(90deg, rgba(216, 255, 54, 0.72), rgba(216, 255, 54, 0.24) 74%, transparent),
      rgba(255, 255, 255, 0.58);
    box-shadow: inset 0 -1px 0 rgba(224, 215, 191, 0.48);
  }

  .fil-split-tab.is-active small {
    color: rgba(14, 14, 14, 0.62);
  }

  .fil-split-options {
    padding: 4px 12px 18px;
    background:
      radial-gradient(circle at 95% 0, rgba(216, 255, 54, 0.1), transparent 32%),
      var(--cream);
  }

  .fil-split-group {
    display: flex;
    flex-direction: column;
  }

  .fil-split-option {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(224, 215, 191, 0.72);
    color: var(--slate);
    text-align: left;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.2;
  }

  .fil-split-option:first-child {
    border-top: 0;
  }

  .fil-split-option span:last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .fil-split-option.is-on {
    color: var(--ink);
    font-weight: 780;
  }

  .fil-split-option.is-on .fbox {
    transform: scale(0.96);
  }

  .fil-split-option.is-on .fradio {
    border-color: var(--ink);
    background: var(--volt);
    box-shadow: 0 0 0 4px rgba(216, 255, 54, 0.18);
  }

  .fil-split-option:disabled {
    opacity: 0.48;
    cursor: not-allowed;
  }

  .gym-filter-panel--split .fbox {
    width: 18px;
    height: 18px;
    border-radius: 6px;
  }

  .gym-filter-panel--split .fradio {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1.5px solid rgba(14, 14, 14, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .gym-filter-panel--split .fradio::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--ink);
    opacity: 0;
    transform: scale(0.5);
    transition:
      opacity 0.14s ease,
      transform 0.14s ease;
  }

  .gym-filter-panel--split .fradio.on::after {
    opacity: 1;
    transform: scale(1);
  }

  .ls-mobile-count-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-block: 14px 12px;
  }

  .ls-mobile-count-row span {
    color: var(--ink);
    font-size: var(--fs-base);
    font-weight: 600;
  }

  .ls-results {
    padding-top: 0;
  }

  .ls-results .ls-header {
    display: none;
  }

  .ls-results .gym-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .ls-results .gym {
    border-radius: var(--r-md);
    border-color: var(--bone);
    box-shadow: var(--sh-1);
  }

  .ls-results .gym:active {
    transform: scale(0.985);
  }

  .ls-results .gym:hover {
    border-color: var(--bone);
    transform: none;
    box-shadow: var(--sh-1);
  }

  .ls-results .gym .gym-img {
    aspect-ratio: 1 / 1;
    border-radius: var(--r-md) var(--r-md) 0 0;
  }

  .ls-results .gym .gym-img .tag {
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.82);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ls-results .gym .gym-body {
    padding: 11px 12px 13px;
  }

  .ls-results .gym h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.22;
    letter-spacing: -0.015em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ls-results .gym .gym-meta,
  .ls-results .gym .gym-amen,
  .ls-results .gym .gym-foot {
    display: none;
  }

  .ls-results .gym-mobile-loc {
    display: block;
    overflow: hidden;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .ls-results .gym-mobile-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
    color: var(--leaf);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.2;
  }

  .ls-results .gym-mobile-status i {
    display: block;
    flex: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--leaf);
  }

  .ls-results .gym-mobile-amen {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 9px;
  }

  .ls-results .gym-mobile-amen span {
    max-width: 100%;
    overflow: hidden;
    padding: 3px 7px;
    border-radius: 6px;
    background: var(--cream);
    color: var(--slate);
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .band,
  .cta-band,
  .prod-note-card,
  .ops-promise {
    border-radius: var(--r-xl);
  }

  .about-page .about-desktop-content {
    display: none;
  }

  .about-page .about-mobile-template {
    display: block;
    background: var(--cream);
  }

  .about-mobile-template .about-mobile-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 26px var(--pad) 28px;
    background-color: var(--ink);
    background-image:
      radial-gradient(58% 62% at 84% 12%, rgba(216, 255, 54, 0.17), transparent 62%),
      radial-gradient(46% 55% at 4% 96%, rgba(255, 91, 46, 0.1), transparent 60%),
      linear-gradient(158deg, #1c1c19 0%, #0e0e0e 58%, #070706 100%);
    color: var(--cream);
  }

  .about-mobile-template .about-mobile-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.55;
    pointer-events: none;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 20px 20px;
    mask-image: radial-gradient(78% 78% at 62% 26%, #000, transparent);
  }

  .about-mobile-template .about-mobile-hero .wm {
    position: absolute;
    right: -8px;
    bottom: 52px;
    z-index: -1;
    color: rgba(216, 255, 54, 0.05);
    font-family: var(--font-display);
    font-size: 112px;
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: 0;
    user-select: none;
    font-variation-settings: 'wdth' 62;
  }

  .about-mobile-template .about-mobile-hero .eyebrow {
    color: rgba(255, 255, 255, 0.66);
  }

  .about-mobile-template .about-mobile-hero .eyebrow::before,
  .about-mobile-template .about-mobile-band .eyebrow::before {
    background: var(--volt);
  }

  .about-mobile-template h1 {
    max-width: 9.5em;
    margin: 12px 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(32px, 8.6vw, 40px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 84;
  }

  .about-mobile-template h1 em,
  .about-mobile-template h2 em {
    color: var(--volt);
    font-style: italic;
    font-weight: 500;
  }

  .about-mobile-template .about-mobile-hero .lead {
    max-width: 34ch;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--fs-lead);
    line-height: 1.6;
  }

  .about-mobile-template .origin {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .about-mobile-template .origin-dot {
    display: block;
    flex: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--volt);
    box-shadow: 0 0 0 4px rgba(216, 255, 54, 0.16);
  }

  .about-mobile-template .origin-line {
    flex: 1;
    min-width: 18px;
    height: 1px;
    background: linear-gradient(90deg, var(--volt), rgba(255, 255, 255, 0.14));
  }

  .about-mobile-template .sec {
    padding-block: var(--section-y);
    background: var(--cream);
  }

  .about-mobile-template .sec-tight {
    padding-block: var(--section-y-tight);
    background: var(--cream);
  }

  .about-mobile-template .wrap {
    padding-inline: var(--pad);
  }

  .about-mobile-template .sec-head {
    display: block;
    margin-bottom: 16px;
    text-align: left;
  }

  .about-mobile-template .sec-head .eyebrow {
    margin-bottom: 10px;
  }

  .about-mobile-template .sec-head h2 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 86;
  }

  .about-mobile-template .sec-head h2 em {
    color: var(--volt-deep);
  }

  .about-mobile-template .vrow {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid var(--bone);
  }

  .about-mobile-template .vrow:last-child {
    border-bottom: 0;
  }

  .about-mobile-template .vico {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--cream);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px var(--bone);
  }

  .about-mobile-template .vrow h4,
  .about-mobile-template .tl-i h4 {
    margin: 0 0 4px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: var(--fs-h4);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    font-variation-settings: 'wdth' 88;
  }

  .about-mobile-template .vrow p,
  .about-mobile-template .tl-i p {
    margin: 0;
    color: var(--mist);
    font-size: var(--fs-sm);
    line-height: 1.5;
  }

  .about-mobile-template .tl {
    position: relative;
    padding-left: 26px;
  }

  .about-mobile-template .tl::before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    width: 2px;
    background: linear-gradient(var(--volt), var(--bone));
  }

  .about-mobile-template .tl-i {
    position: relative;
    padding-bottom: 20px;
  }

  .about-mobile-template .tl-i:last-child {
    padding-bottom: 0;
  }

  .about-mobile-template .tl-i::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -24px;
    width: 10px;
    height: 10px;
    border: 2px solid var(--cream);
    border-radius: 50%;
    background: var(--volt);
  }

  .about-mobile-template .tl-d {
    margin-bottom: 4px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .about-mobile-template .about-mobile-band {
    position: relative;
    overflow: hidden;
    padding: 30px var(--pad);
    border-radius: var(--r-xl);
    background: var(--ink);
    color: var(--cream);
  }

  .about-mobile-template .about-mobile-band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 70% at 80% 15%, rgba(216, 255, 54, 0.14), transparent 62%);
  }

  .about-mobile-template .about-mobile-band > * {
    position: relative;
  }

  .about-mobile-template .about-mobile-band .eyebrow {
    color: rgba(255, 255, 255, 0.66);
  }

  .about-mobile-template .about-mobile-band h2 {
    margin: 9px 0 10px;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: var(--fs-h2);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 86;
  }

  .about-mobile-template .about-mobile-band .lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--fs-lead);
    line-height: 1.6;
  }

  .about-mobile-template .about-mobile-band .btn {
    width: 100%;
    justify-content: center;
    margin-top: 18px;
  }

  .health-feed-page > .feed-hero,
  .health-feed-page > .feed-cats,
  .health-feed-page > #feed-main {
    display: none;
  }

  .health-feed-page .feed-mobile-page {
    display: block;
    background: var(--cream);
  }

  .health-feed-page .feed-mobile-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 26px var(--pad) 28px;
    background-color: var(--ink);
    background-image:
      radial-gradient(circle at 82% 8%, rgba(216, 255, 54, 0.16), transparent 34%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 42%);
    color: var(--cream);
  }

  .health-feed-page .feed-mobile-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.26;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 13px 13px;
    mask-image: linear-gradient(120deg, transparent 0%, #000 42%, transparent 100%);
  }

  .health-feed-page .masthead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .health-feed-page .masthead .mh {
    flex: none;
    color: var(--cream);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.26em;
    text-transform: uppercase;
  }

  .health-feed-page .masthead .mr {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .health-feed-page .masthead .mv {
    flex: none;
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--font-mono);
    font-size: 9.5px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .health-feed-page .feed-mobile-hero h1 {
    margin: 12px 0;
    color: var(--cream);
    font-family: var(--font-display);
    font-size: clamp(32px, 8.6vw, 40px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 84;
  }

  .health-feed-page .feed-mobile-hero h1 em {
    color: var(--volt);
    font-style: italic;
    font-weight: 500;
  }

  .health-feed-page .feed-mobile-hero .lead {
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.66);
    font-size: var(--fs-lead);
    line-height: 1.55;
  }

  .health-feed-page .feed-mobile-hero .feedmeta {
    display: flex;
    gap: 0;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  .health-feed-page .feed-mobile-hero .feedmeta > div {
    flex: 1;
    padding: 0 10px 0 0;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .health-feed-page .feed-mobile-hero .feedmeta > div + div {
    padding-left: 14px;
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .health-feed-page .feed-mobile-hero .feedmeta b {
    display: block;
    color: var(--volt);
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    font-variation-settings: 'wdth' 85;
  }

  .health-feed-page .feed-mobile-hero .feedmeta span {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-mono);
    font-size: 9px;
    line-height: 1.3;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .health-feed-page .feed-mobile-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 4px var(--pad) 14px;
    background: var(--cream);
    scroll-padding-inline: var(--pad);
    scrollbar-width: none;
  }

  .health-feed-page .feed-mobile-chips::-webkit-scrollbar {
    display: none;
  }

  .health-feed-page .feed-mobile-chips .chip {
    flex: none;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid var(--bone);
    border-radius: var(--r-pill);
    background: var(--paper);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .health-feed-page .feed-mobile-chips .chip.on {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--cream);
  }

  .health-feed-page .feed-mobile-wrap {
    padding-inline: var(--pad);
  }

  .health-feed-page .feed-mobile-featured {
    margin-bottom: 20px;
  }

  .health-feed-page .fhero {
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--bone);
    border-radius: var(--r-lg);
    background: var(--paper);
    color: var(--ink);
    text-align: left;
    box-shadow: var(--sh-1);
  }

  .health-feed-page .fhero .ph {
    aspect-ratio: 16 / 9;
  }

  .health-feed-page .fhero-b {
    padding: 14px 15px 17px;
  }

  .health-feed-page .fhero h3 {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 7px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: var(--fs-h3);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-variation-settings: 'wdth' 88;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .health-feed-page .fhero p {
    display: -webkit-box;
    overflow: hidden;
    color: var(--mist);
    font-size: var(--fs-sm);
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .health-feed-page .feed-mobile-list {
    width: 100%;
  }

  .health-feed-page .frow {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 13px;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid var(--bone);
    color: var(--ink);
    text-align: left;
  }

  .health-feed-page .frow:last-child {
    border-bottom: 0;
  }

  .health-feed-page .frow .ph {
    aspect-ratio: 1 / 1;
    border-radius: var(--r-sm);
  }

  .health-feed-page .frow h4 {
    display: -webkit-box;
    overflow: hidden;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.015em;
    font-variation-settings: 'wdth' 88;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .health-feed-page .ftag {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 8px;
    border-radius: 6px;
    color: #fff;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .health-feed-page .fm {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .health-feed-page .feed-mobile-featured-image,
  .health-feed-page .feed-mobile-row-image {
    position: relative;
    overflow: hidden;
    background: var(--bone);
  }

  .health-feed-page .feed-mobile-featured-image img,
  .health-feed-page .feed-mobile-row-image img {
    object-fit: cover;
  }

  .health-feed-page .feed-mobile-featured-image .article-image-fallback,
  .health-feed-page .feed-mobile-row-image .article-image-fallback {
    font-size: 34px;
  }

  .health-feed-page .feed-mobile-load {
    width: 100%;
    margin-top: 18px;
    justify-content: center;
  }

  .health-feed-page .feed-mobile-empty {
    padding-top: 6px;
  }

  .health-feed-page .feed-mobile-bottom-spacer {
    height: calc(var(--tabs-h) + 20px);
  }

  .gym-detail-page {
    padding-bottom: calc(var(--tabs-h) + 74px);
    background: var(--cream);
  }

  .gym-detail-page > .wrap {
    width: 100%;
    max-width: none;
    padding-inline: 0;
  }

  .gym-detail-page .crumbs,
  .gym-detail-page .gallery-actions,
  .gym-detail-page .see-all,
  .gym-detail-page .book-card {
    display: none;
  }

  .gym-detail-page .gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 4;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: var(--ink);
  }

  .gym-detail-page .gallery .imgph {
    border-radius: 0;
  }

  .gym-detail-page .gallery > div:first-child {
    grid-column: 1;
    grid-row: 1;
    height: auto;
  }

  .gym-detail-page .gallery > div:nth-child(2),
  .gym-detail-page .gallery > div:nth-child(3),
  .gym-detail-page .gallery > div:nth-child(4),
  .gym-detail-page .gallery > div:nth-child(5) {
    display: none;
  }

  .gym-detail-page .gd-back {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    box-shadow: var(--sh-2);
  }

  .gym-detail-page .gd-count {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--r-pill);
    background: rgba(10, 10, 10, 0.8);
    color: #fff;
    font-family: var(--font-mono);
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gym-detail-page .gd-header {
    display: block;
    padding: 18px var(--pad) 0;
  }

  .gym-detail-page .gd-header h1 {
    margin: 0;
    color: var(--ink);
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-variation-settings: 'wdth' 84;
  }

  .gym-detail-page .gd-header h1 em {
    color: inherit;
    font-style: normal;
    font-weight: 700;
  }

  .gym-detail-page .gd-mobile-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 9px;
  }

  .gym-detail-page .gd-mobile-status,
  .gym-detail-page .gd-mobile-verified {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border-radius: var(--r-pill);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gym-detail-page .gd-mobile-status {
    gap: 5px;
    margin: 0;
    padding: 6px 10px;
    background: rgba(21, 163, 106, 0.1);
    color: var(--leaf);
  }

  .gym-detail-page .gd-mobile-status i {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
  }

  .gym-detail-page .gd-mobile-status.is-closed {
    background: var(--bone);
    color: var(--slate);
  }

  .gym-detail-page .gd-mobile-verified {
    padding: 0 12px;
    border: 1px solid var(--bone);
    background: var(--paper);
    color: var(--slate);
  }

  .gym-detail-page .gd-meta {
    display: block;
    margin-top: 8px;
    color: var(--mist);
    font-size: var(--fs-sm);
    line-height: 1.5;
  }

  .gym-detail-page .gd-meta .sep,
  .gym-detail-page .gd-meta .live,
  .gym-detail-page .gd-meta > span:not(:first-child) {
    display: none;
  }

  .gym-detail-page .gd-mobile-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 18px;
  }

  .gym-detail-page .gd-mobile-stats > div {
    padding: 13px 14px;
    border: 1px solid var(--bone);
    border-radius: var(--r-md);
    background: var(--paper);
  }

  .gym-detail-page .gd-mobile-stats b {
    display: block;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    font-variation-settings: 'wdth' 85;
  }

  .gym-detail-page .gd-mobile-stats span {
    display: block;
    margin-top: 3px;
    color: var(--mist);
    font-family: var(--font-mono);
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .gym-detail-page .gd-body {
    display: block;
    padding-bottom: 0;
  }

  .gym-detail-page .gd-block {
    margin: 0;
    padding: var(--section-y-tight) var(--pad);
  }

  .gym-detail-page .gd-overview {
    padding-top: var(--section-y-tight);
  }

  .gym-detail-page .gd-about-eyebrow,
  .gym-detail-page .gd-mobile-amenities-eyebrow {
    margin-bottom: 10px;
  }

  .gym-detail-page .gd-about-eyebrow::before,
  .gym-detail-page .gd-mobile-amenities-eyebrow::before {
    content: '';
  }

  .gym-detail-page .gd-about-eyebrow .dot {
    display: none;
  }

  .gym-detail-page .gd-about {
    max-width: none;
    color: var(--slate);
    font-family: var(--font-sans);
    font-size: var(--fs-lead);
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0;
    font-variation-settings: normal;
  }

  .gym-detail-page .gd-about.is-mobile-clamped {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .gym-detail-page .gd-mobile-about-toggle {
    display: inline-flex;
    margin-top: 9px;
    padding-bottom: 2px;
    border-bottom: 2px solid var(--volt);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: var(--fs-meta);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .gym-detail-page .gd-overview .gd-stats {
    display: none;
  }

  .gym-detail-page .gd-amenities {
    margin: 0;
    padding-top: var(--section-y-tight);
    border-top: 0;
  }

  .gym-detail-page .gd-mobile-amenities-eyebrow {
    display: flex;
  }

  .gym-detail-page .gd-amenities h2 {
    display: none;
  }

  .gym-detail-page .amen-intro {
    margin-bottom: 14px;
    color: var(--slate);
    font-size: 13px;
    line-height: 1.55;
  }

  .gym-detail-page .amen-group-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .gym-detail-page .amen-group-card {
    padding: 13px;
    border-radius: var(--r-md);
  }

  .gym-detail-page .amen-group-head {
    margin-bottom: 10px;
  }

  .gym-detail-page .amen-group-head span {
    font-size: 14px;
  }

  .gym-detail-page .amen-group-head small {
    font-size: 11px;
  }

  .gym-detail-page .amen-chip-list {
    gap: 7px;
  }

  .gym-detail-page .amen-chip {
    min-height: 32px;
    padding: 7px 10px 7px 7px;
    font-size: 12.5px;
  }

  .gym-detail-page .amen-chip i {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    font-size: 11px;
  }

  .gym-detail-page .amen-unconfirmed {
    margin-top: 12px;
    border-radius: var(--r-md);
  }

  .gym-detail-page .amen-unconfirmed summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 13px;
  }

  .gym-detail-page .amen-muted-list {
    padding: 0 13px 13px;
  }

  .gym-detail-actionbar {
    position: fixed;
    right: 0;
    bottom: var(--tabs-h);
    left: 0;
    z-index: 65;
    display: flex;
    gap: 9px;
    padding: 10px var(--pad);
    border-top: 1px solid var(--bone);
    background: rgba(242, 239, 231, 0.95);
    backdrop-filter: blur(14px);
  }

  .gym-detail-actionbar .btn {
    flex: 1;
    min-height: 46px;
  }

  .feed-category-grid,
  .articles-grid {
    display: block;
  }

  .feed-featured,
  .art {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 13px;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid var(--bone);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .feed-featured .fi,
  .art .ai,
  .art .article-image {
    aspect-ratio: 1 / 1;
    border-radius: var(--r-sm);
    overflow: hidden;
  }

  .feed-featured .fb,
  .art .ab {
    padding: 0;
  }

  .feed-featured .fb h2,
  .art h3,
  .health-feed-page .art.wide h3,
  .health-feed-page .feed-category-grid .article-grid-item:first-child .art h3 {
    font-size: 14px;
    line-height: 1.3;
  }

  .feed-featured .excerpt,
  .art .excerpt,
  .feed-featured .btn {
    display: none;
  }

  .art-meta {
    margin-top: 6px;
    gap: 8px;
    font-size: 9.5px;
  }

  .cat-tag {
    margin-bottom: 6px;
    border-radius: 6px;
    font-size: 9px;
  }

  .products-static .pkg-grid,
  .products-page .pkg-grid,
  .apps-grid,
  .prod-feat-list,
  .ecosystem-grid,
  .values-grid,
  .community-grid,
  .community-proof-grid {
    grid-template-columns: 1fr;
  }

  .pcard {
    border-radius: var(--r-md);
    box-shadow: var(--sh-1);
  }

  .pcard.feat {
    background: var(--ink);
    color: var(--cream);
  }

  .pcard-tag {
    border-radius: var(--r-pill);
    background: var(--volt);
    color: var(--ink);
  }

  .value-card,
  .ecosystem-card,
  .community-list-item,
  .prod-feat,
  .app-card {
    border-radius: var(--r-md);
    box-shadow: var(--sh-1);
  }

  .products-static .app-card {
    min-height: auto;
    padding: 20px 18px;
  }

  .products-static .app-card-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
  }

  .timeline,
  .company-timeline,
  .journey-list {
    padding-left: 26px;
  }

  .footer {
    margin-top: 8px;
    padding: 22px var(--pad) 18px;
    background: #0a0a0a;
  }

  .footer-inner {
    padding-inline: 0;
  }

  .footer-top {
    display: block;
    padding-bottom: 0px !important;
  }

  .footer-brand-block {
    align-items: flex-start;
    text-align: left;
  }

  .footer-brand-logo {
    height: 24px;
    width: auto;
  }

  .footer-copy {
    max-width: 34ch;
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: var(--fs-xs);
    line-height: 1.45;
  }

  .footer-socials {
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    max-width: 360px;
    margin: 12px auto 16px;
    padding-inline: max(0px, calc((100vw - 360px) / 2));
  }

  .footer-social {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #0a0a0a;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 20px;
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
    padding: 0;
    border: 0;
    text-align: left;
  }

  .footer-column h4 {
    margin-bottom: 6px;
    font-size: 7.5px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
  }

  .footer-column ul {
    align-items: flex-start;
    gap: 2px;
  }

  .footer-column a {
    display: inline-block;
    max-width: 100%;
    padding-block: 3px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10.5px;
    line-height: 1.35;
    overflow-wrap: normal;
  }

  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.45);
    font-family: var(--font-mono);
    font-size: 9px;
    line-height: 1.45;
  }

  .footer-bottom > div {
    margin-top: 8px;
    gap: 14px;
  }
}

@media (max-width: 380px) {
  .mobile-tab {
    font-size: 7.5px;
  }

  .mobile-tab svg {
    width: 20px;
    height: 20px;
  }

  .gym-list,
  .gyms {
    grid-template-columns: 1fr;
  }

  /* .footer-links {
    gap: 13px 16px;
  } */

  .footer-column h4 {
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .footer-column a {
    font-size: 10px;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .home-page .heroA h1 {
    max-width: 335px;
    margin: 10px 0 14px;
    font-size: clamp(32px, 8.6vw, 40px);
    /* line-height: 0.96; */
    letter-spacing: -0.035em;
    font-variation-settings:
      'wdth' 94,
      'opsz' 30;
  }

  .home-page .heroA h1 em {
    color: var(--volt);
    font-weight: 500;
  }
}

@media (max-width: 380px) {
  .home-page .heroA h1 {
    max-width: 320px;
  }
}
