/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .-top-3 {
    top: calc(var(--spacing) * -3);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: 0px;
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .mb-\[14px\] {
    margin-bottom: 14px;
  }
  .mb-\[18px\] {
    margin-bottom: 18px;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-44 {
    height: calc(var(--spacing) * 44);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-1\/3 {
    width: calc(1 / 3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[--r-lg\] {
    border-radius: --r-lg;
  }
  .rounded-\[--r-md\] {
    border-radius: --r-md;
  }
  .rounded-\[--r-pill\] {
    border-radius: --r-pill;
  }
  .rounded-\[--r-sm\] {
    border-radius: --r-sm;
  }
  .rounded-\[--r-xl\] {
    border-radius: --r-xl;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[--ash\] {
    border-color: --ash;
  }
  .border-\[--bone\] {
    border-color: --bone;
  }
  .border-\[--ink\] {
    border-color: --ink;
  }
  .border-\[--rust\] {
    border-color: --rust;
  }
  .border-t-\[--ink\] {
    border-top-color: --ink;
  }
  .bg-\[\#EEF2FF\] {
    background-color: #EEF2FF;
  }
  .bg-\[\#EFF6FF\] {
    background-color: #EFF6FF;
  }
  .bg-\[\#F0FDF4\] {
    background-color: #F0FDF4;
  }
  .bg-\[\#F5F3FF\] {
    background-color: #F5F3FF;
  }
  .bg-\[\#FFF0EC\] {
    background-color: #FFF0EC;
  }
  .bg-\[\#FFF7ED\] {
    background-color: #FFF7ED;
  }
  .bg-\[--ash\] {
    background-color: --ash;
  }
  .bg-\[--bone\] {
    background-color: --bone;
  }
  .bg-\[--cream\] {
    background-color: --cream;
  }
  .bg-\[--ember\] {
    background-color: --ember;
  }
  .bg-\[--ink\] {
    background-color: --ink;
  }
  .bg-\[--leaf\] {
    background-color: --leaf;
  }
  .bg-\[--paper\] {
    background-color: --paper;
  }
  .bg-\[--rust\] {
    background-color: --rust;
  }
  .bg-\[--volt\] {
    background-color: --volt;
  }
  .bg-\[rgba\(216\,255\,54\,\.15\)\] {
    background-color: rgba(216,255,54,.15);
  }
  .bg-\[var\(--cream\)\] {
    background-color: var(--cream);
  }
  .bg-\[var\(--graphite\)\] {
    background-color: var(--graphite);
  }
  .bg-\[var\(--paper\)\] {
    background-color: var(--paper);
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }
  .from-blue-400 {
    --tw-gradient-from: var(--color-blue-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-yellow-400 {
    --tw-gradient-from: var(--color-yellow-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-blue-900 {
    --tw-gradient-to: var(--color-blue-900);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-yellow-700 {
    --tw-gradient-to: var(--color-yellow-700);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[\.95\] {
    --tw-leading: .95;
    line-height: .95;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-\.04em\] {
    --tw-tracking: -.04em;
    letter-spacing: -.04em;
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1D4ED8\] {
    color: #1D4ED8;
  }
  .text-\[\#1E40AF\] {
    color: #1E40AF;
  }
  .text-\[\#5A7A0A\] {
    color: #5A7A0A;
  }
  .text-\[\#7C3AED\] {
    color: #7C3AED;
  }
  .text-\[\#4338CA\] {
    color: #4338CA;
  }
  .text-\[\#15803D\] {
    color: #15803D;
  }
  .text-\[\#166534\] {
    color: #166534;
  }
  .text-\[\#C2410C\] {
    color: #C2410C;
  }
  .text-\[--ash\] {
    color: --ash;
  }
  .text-\[--cream\] {
    color: --cream;
  }
  .text-\[--ember\] {
    color: --ember;
  }
  .text-\[--ink\] {
    color: --ink;
  }
  .text-\[--leaf\] {
    color: --leaf;
  }
  .text-\[--mist\] {
    color: --mist;
  }
  .text-\[--rust\] {
    color: --rust;
  }
  .text-\[--slate\] {
    color: --slate;
  }
  .text-\[--volt\] {
    color: --volt;
  }
  .text-\[var\(--ember\)\] {
    color: var(--ember);
  }
  .text-\[var\(--volt\)\] {
    color: var(--volt);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/55 {
    color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-\[--sh-2\] {
    --tw-shadow: --sh-2;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[--sh-3\] {
    --tw-shadow: --sh-3;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:border-\[--slate\]:is(:where(.group):hover *) {
      border-color: --slate;
    }
  }
  .peer-checked\:border-\[--ink\]:is(:where(.peer):checked ~ *) {
    border-color: --ink;
  }
  .peer-checked\:bg-\[--ink\]:is(:where(.peer):checked ~ *) {
    background-color: --ink;
  }
  .peer-checked\:opacity-100:is(:where(.peer):checked ~ *) {
    opacity: 100%;
  }
  .peer-focus-visible\:ring-2:is(:where(.peer):focus-visible ~ *) {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .peer-focus-visible\:ring-\[--ink\]:is(:where(.peer):focus-visible ~ *) {
    --tw-ring-color: --ink;
  }
  .peer-focus-visible\:ring-offset-1:is(:where(.peer):focus-visible ~ *) {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .placeholder\:text-\[--mist\]::placeholder {
    color: --mist;
  }
  @media (hover: hover) {
    .hover\:border-\[--ash\]:hover {
      border-color: --ash;
    }
    .hover\:bg-\[--ash\]:hover {
      background-color: --ash;
    }
    .hover\:bg-\[--bone\]:hover {
      background-color: --bone;
    }
    .hover\:bg-\[--cream\]:hover {
      background-color: --cream;
    }
    .hover\:bg-\[--graphite\]:hover {
      background-color: --graphite;
    }
    .hover\:bg-\[--volt-deep\]:hover {
      background-color: --volt-deep;
    }
    .hover\:text-\[--ink\]:hover {
      color: --ink;
    }
    .hover\:text-\[--ink\]\/70:hover {
      color: color-mix(in oklab, --ink 70%, transparent);
    }
    .hover\:opacity-90:hover {
      opacity: 90%;
    }
    .hover\:shadow-\[--sh-2\]:hover {
      --tw-shadow: --sh-2;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:border-\[--ink\]:focus {
    border-color: --ink;
  }
  .focus\:border-\[--rust\]:focus {
    border-color: --rust;
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:ring-\[--ink\]\/10:focus {
    --tw-ring-color: color-mix(in oklab, --ink 10%, transparent);
  }
  .focus\:ring-\[--rust\]\/10:focus {
    --tw-ring-color: color-mix(in oklab, --rust 10%, transparent);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus-visible\:ring-\[--ink\]:focus-visible {
    --tw-ring-color: --ink;
  }
  .focus-visible\:ring-offset-1:focus-visible {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:scale-100:active {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .active\:scale-\[\.97\]:active {
    scale: .97;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
    .md\:h-full {
      height: 100%;
    }
    .md\:w-72 {
      width: calc(var(--spacing) * 72);
    }
  }
}
:root {
  --ink: #0e0e0e;
  --charcoal: #181818;
  --graphite: #242422;
  --slate: #3a3a36;
  --mist: #6c6a62;
  --ash: #8c8a82;
  --bone: #e5e0d4;
  --cream: #f2efe7;
  --paper: #ffffff;
  --volt: #d8ff36;
  --volt-deep: #b8dd20;
  --volt-soft: #eeffa8;
  --ember: #ff5b2e;
  --leaf: #15a36a;
  --rust: #e5483c;
  --max: 1320px;
  --pad: clamp(20px, 4vw, 56px);
  --section-y: clamp(44px, 5vw, 72px);
  --section-y-tight: clamp(34px, 4vw, 56px);
  --hero-y: clamp(48px, 5.5vw, 72px);
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;
  --r-pill: 999px;
  --sh-1: 0 1px 0 rgba(14, 14, 14, 0.04), 0 2px 8px rgba(14, 14, 14, 0.04);
  --sh-2: 0 4px 24px rgba(14, 14, 14, 0.08);
  --sh-3: 0 20px 60px rgba(14, 14, 14, 0.18);
  --font-display: var(--font-bricolage), system-ui, sans-serif;
  --font-sans: var(--font-geist), system-ui, -apple-system, sans-serif;
  --font-mono: var(--font-geist-mono), ui-monospace, monospace;
  --nav-h: 70px;
  --fs-h1: clamp(40px, 6vw, 80px);
  --fs-h2: clamp(30px, 3.6vw, 48px);
  --fs-h3: clamp(21px, 2.1vw, 28px);
  --fs-h4: 19px;
  --fs-num: clamp(40px, 4.6vw, 68px);
  --fs-num-sm: clamp(30px, 3vw, 42px);
  --fs-num-xs: clamp(22px, 2.2vw, 28px);
  --fs-lead: 18px;
  --fs-base: 16px;
  --fs-sm: 14px;
  --fs-xs: 13px;
  --fs-2xs: 12px;
  --fs-meta: 11px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  overflow-x: clip;
}
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.mobile-tabs,
.mobile-header-city,
.home-loved-section,
.home-mobile-how-section,
.home-mobile-feed-section,
.home-mobile-products-section,
.feed-mobile-page,
.heroA-live,
.heroA-title-mobile,
.heroA-sub-mobile,
.heroA-mobile-search,
.heroA-mobile-stats,
.heroA-ticker,
.gd-back,
.gd-count,
.gd-mobile-badges,
.gd-mobile-stats,
.gd-mobile-about-toggle,
.gd-mobile-amenities-eyebrow,
.gym-detail-actionbar {
  display: none;
}
img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  font: inherit;
  cursor: pointer;
  border: 0;
  background: none;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
input,
select,
textarea {
  font: inherit;
  color: inherit;
  min-width: 0;
}
main,
section,
article,
aside,
header,
footer,
nav,
form,
fieldset,
div {
  min-width: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.reveal {
  --reveal-delay: 0ms;
  opacity: 1;
  transform: none;
  filter: none;
  transition: opacity 0.7s ease var(--reveal-delay),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay),
    filter 0.7s ease var(--reveal-delay);
  will-change: auto;
}
html[data-reveal-ready='true'] .reveal:not(.is-visible):not([data-visible='true']) {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  filter: blur(6px);
  will-change: opacity, transform, filter;
}
.reveal[data-visible='true'],
.reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  will-change: auto;
}
html[data-reveal-ready='true']
  .reveal[data-variant='left']:not(.is-visible):not([data-visible='true']) {
  transform: translate3d(-24px, 0, 0);
}
html[data-reveal-ready='true']
  .reveal[data-variant='right']:not(.is-visible):not([data-visible='true']) {
  transform: translate3d(24px, 0, 0);
}
html[data-reveal-ready='true']
  .reveal[data-variant='scale']:not(.is-visible):not([data-visible='true']) {
  transform: scale(0.96);
}
.reveal[data-variant='fade'] {
  transform: none;
}
.reveal[data-visible='true'][data-variant],
.reveal.is-visible[data-variant] {
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    will-change: auto;
  }
}
.skeleton-shimmer {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.46) !important;
  border-color: rgba(14, 14, 14, 0.06) !important;
  box-shadow: 0 18px 48px rgba(14, 14, 14, 0.08),
    0 0 34px rgba(184, 221, 32, 0.08);
  backdrop-filter: blur(18px) saturate(135%);
}
.skeleton-shimmer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(229, 224, 212, 0.44));
  opacity: 0.58;
  animation: skeletonFade 2.1s ease-in-out infinite;
}
.skeleton-shimmer::after {
  content: '';
  position: absolute;
  inset: -1px;
  transform: translateX(-115%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.78),
    rgba(184, 221, 32, 0.18),
    transparent
  );
  animation: skeletonSweep 2.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
  border-radius: 4px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--volt);
  padding: 12px 20px;
  border-radius: 0 0 var(--r-sm) 0;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  z-index: 200;
  text-decoration: none;
}
.skip-link:focus {
  left: 0;
}
.cat-weight {
  color: #fff;
  background: #d6431f;
}
.cat-muscle {
  color: #fff;
  background: #0f766e;
}
.cat-supps {
  color: #fff;
  background: #7c3aed;
}
.cat-nutrition {
  color: #fff;
  background: #b45309;
}
.cat-wellness {
  color: #fff;
  background: #0891b2;
}
.cat-mental {
  color: #fff;
  background: #1a56db;
}
.cat-workout {
  color: #fff;
  background: #6d28d9;
}
.cat-trends {
  color: #fff;
  background: #374151;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--ash);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--mist);
}
::selection {
  background: var(--volt);
  color: var(--ink);
}
.marquee-inner {
  display: flex;
  gap: 64px;
  animation: marquee var(--marquee-duration, 18s) linear infinite;
  white-space: nowrap;
}
.marquee-inner:hover {
  animation-play-state: paused;
}
@keyframes softFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}
@keyframes softFloatAlt {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 8px, 0);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes skeletonFade {
  0%,
  100% {
    opacity: 0.44;
  }
  50% {
    opacity: 0.78;
  }
}
@keyframes skeletonSweep {
  0% {
    transform: translateX(-115%);
    opacity: 0;
  }
  38%,
  68% {
    opacity: 1;
  }
  100% {
    transform: translateX(115%);
    opacity: 0;
  }
}
@keyframes routeLoadingIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .route-loading-overlay {
    animation: none !important;
  }
  .skel::before,
  .skel::after,
  .skeleton-shimmer::before,
  .skeleton-shimmer::after {
    animation: none !important;
  }
  .skel::after,
  .skeleton-shimmer::after {
    transform: none;
    opacity: 0.16;
    background: linear-gradient(90deg, transparent, rgba(184, 221, 32, 0.18), transparent);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.imgph {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--r-md);
  background: radial-gradient(120% 80% at 30% 20%, rgba(216, 255, 54, 0.06), transparent 50%),
    radial-gradient(80% 80% at 80% 90%, rgba(255, 91, 46, 0.05), transparent 50%),
    linear-gradient(135deg, #1a1a18 0%, #0e0e0e 60%, #050505 100%);
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  display: grid;
  place-items: end start;
}
.imgph.light {
  background: radial-gradient(120% 80% at 30% 20%, rgba(14, 14, 14, 0.04), transparent 50%),
    radial-gradient(80% 80% at 80% 90%, rgba(216, 255, 54, 0.18), transparent 50%),
    linear-gradient(135deg, #e8e4d9 0%, #d9d4c5 60%, #c9c3b0 100%);
  color: rgba(14, 14, 14, 0.6);
}
.imgph::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    radial-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 24px 24px,
    12px 12px;
  background-position: 0 0,
    6px 6px;
  pointer-events: none;
  mix-blend-mode: screen;
}
.imgph.light::after {
  background-image: radial-gradient(rgba(14, 14, 14, 0.06) 1px, transparent 1px),
    radial-gradient(rgba(14, 14, 14, 0.03) 1px, transparent 1px);
  mix-blend-mode: multiply;
}
.imgph .tag {
  position: relative;
  z-index: 5;
  margin: 14px;
  max-width: calc(100% - 28px);
  padding: 6px 10px;
  color: #fff;
  background: rgba(8, 8, 8, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--r-xs);
  text-transform: uppercase;
  backdrop-filter: blur(12px) saturate(150%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(184, 221, 32, 0.12);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.imgph.light .tag {
  color: #fff;
  background: rgba(8, 8, 8, 0.72);
  border-color: rgba(255, 255, 255, 0.22);
}
.display,
h1.display,
h2.display {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.96;
  font-variation-settings: 'wdth' 90,
    'opsz' 96;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
  font-weight: 600;
}
.eyebrow .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink);
  margin-right: 8px;
  vertical-align: 1px;
}
.dark .eyebrow,
.nav.dark .eyebrow,
[class*='bg-[--ink]'] .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}
.ls-banner .eyebrow,
.prod-hero .eyebrow,
.feed-hero .eyebrow,
.ab-hero .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}
.ls-banner .eyebrow .dot,
.prod-hero .eyebrow .dot,
.feed-hero .eyebrow .dot,
.ab-hero .eyebrow .dot {
  background: var(--volt);
}
.wrap {
  width: min(100%, var(--max));
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--pad);
}
.section {
  padding-block: var(--section-y);
}
.section-tight {
  padding-block: var(--section-y-tight);
}
.row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.row-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.mono {
  font-family: var(--font-mono);
}
.muted {
  color: var(--mist);
}
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(242, 239, 231, 0.88);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(14, 14, 14, 0.06);
  transition: background 0.3s;
}
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px var(--pad);
  display: flex;
  align-items: center;
  gap: 28px;
}
.brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  gap: 10px;
  font-variation-settings: 'wdth' 85;
  cursor: pointer;
  flex-shrink: 0;
}
.brand-logo {
  display: block;
  width: 180px;
  height: auto;
  object-fit: contain;
}
.brand-icon {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.brand-on-dark {
  width: max-content;
  border-radius: 12px;
  padding: 7px 9px;
  margin-inline: auto;
}
.brand-on-dark .brand-logo {
  width: 180px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(14, 14, 14, 0.06);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
}
.nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 999px;
  color: inherit;
  opacity: 0.74;
  transition: background 0.18s,
    color 0.18s,
    opacity 0.18s,
    box-shadow 0.18s;
  cursor: pointer;
  white-space: nowrap;
}
.nav-links a:hover {
  background: rgba(14, 14, 14, 0.06);
  opacity: 1;
}
.nav-links a.active {
  background: var(--ink);
  color: var(--cream);
  opacity: 1;
  box-shadow: 0 10px 20px rgba(14, 14, 14, 0.12);
}
.nav-cta {
  box-shadow: 0 10px 24px rgba(216, 255, 54, 0.16);
  transition: transform 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.nav-cta:hover {
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 14px 28px rgba(216, 255, 54, 0.2);
}
.nav-owner-link {
  height: 36px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(14, 14, 14, 0.08);
  font-weight: 700;
}
.nav-owner-link:hover {
  background: var(--paper);
  border-color: rgba(14, 14, 14, 0.14);
}
.mobile-header-link {
  display: none;
}
.nav-spacer {
  flex: 1;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.location-trigger {
  height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border-radius: var(--r-pill);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.36);
  border: 1px solid rgba(14, 14, 14, 0.08);
  transition: background 0.16s,
    border-color 0.16s,
    box-shadow 0.16s,
    transform 0.16s;
  white-space: nowrap;
}
.location-trigger:hover {
  background: var(--paper);
  border-color: rgba(14, 14, 14, 0.12);
  box-shadow: 0 8px 20px rgba(14, 14, 14, 0.08);
  transform: translateY(-1px);
}
.location-trigger-pin {
  color: var(--ink);
  flex-shrink: 0;
}
.location-trigger-symbol {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  border: 1px solid var(--bone);
  font-size: 11px;
  line-height: 1;
  flex-shrink: 0;
}
.location-trigger-symbol img {
  display: block;
  width: 14px;
  height: 14px;
}
.location-trigger-label {
  max-width: 112px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.location-trigger-caret {
  color: var(--slate);
  transition: transform 0.18s;
}
.location-menu-panel {
  width: min(320px, calc(100vw - 28px));
  background: radial-gradient(circle at 84% 16%, rgba(216, 255, 54, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(17, 22, 17, 0.98), rgba(5, 7, 7, 0.98));
  border: 1px solid rgba(216, 255, 54, 0.16);
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 34px rgba(216, 255, 54, 0.12);
  backdrop-filter: saturate(155%) blur(18px);
}
.location-menu-head {
  padding: 17px 17px 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent),
    linear-gradient(90deg, rgba(216, 255, 54, 0.09), transparent 68%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: relative;
  isolation: isolate;
}
.location-menu-head .eyebrow {
  color: rgba(242, 239, 231, 0.88);
}
.location-menu-head .dot {
  background: var(--volt);
  box-shadow: 0 0 12px rgba(216, 255, 54, 0.7);
}
.location-menu-copy {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(242, 239, 231, 0.68);
  max-width: 28ch;
}
.location-menu-action {
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.025);
}
.location-menu-button {
  min-height: 52px;
  background: linear-gradient(135deg, rgba(216, 255, 54, 0.13), rgba(255, 255, 255, 0.055));
  color: var(--cream);
  border: 1px solid rgba(216, 255, 54, 0.34);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  position: relative;
  overflow: hidden;
}
.location-menu-button:hover {
  background: linear-gradient(135deg, rgba(216, 255, 54, 0.18), rgba(255, 255, 255, 0.08));
  border-color: rgba(216, 255, 54, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(216, 255, 54, 0.12);
}
.location-menu-button-icon {
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 50% 50%,
      var(--volt) 0 24%,
      rgba(216, 255, 54, 0.18) 25% 58%,
      transparent 59%
    ),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(216, 255, 54, 0.28);
  box-shadow: 0 0 16px rgba(216, 255, 54, 0.22);
  flex: 0 0 auto;
}
.location-menu-button-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.location-menu-button-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.location-menu-button-hint {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242, 239, 231, 0.46);
  white-space: nowrap;
}
.location-menu-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.07);
}
.location-menu-list {
  max-height: min(54vh, 430px);
  overflow-y: auto;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(5, 7, 7, 0.9);
  scrollbar-width: thin;
  scrollbar-color: rgba(216, 255, 54, 0.54) rgba(255, 255, 255, 0.08);
}
.location-menu-list::-webkit-scrollbar {
  width: 6px;
}
.location-menu-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--r-pill);
}
.location-menu-list::-webkit-scrollbar-thumb {
  background: rgba(216, 255, 54, 0.54);
  border-radius: var(--r-pill);
}
.location-menu-item {
  border-radius: 13px;
  background: transparent;
  min-height: 38px;
  color: rgba(242, 239, 231, 0.78);
  border: 1px solid transparent;
  justify-content: flex-start !important;
  gap: 0;
  padding-left: 10px;
}
.location-menu-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}
.location-menu-item.is-active {
  background: linear-gradient(90deg, rgba(216, 255, 54, 0.16), rgba(216, 255, 54, 0.075));
  color: var(--cream);
  font-weight: 700;
  border-color: rgba(216, 255, 54, 0.5);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22),
    0 0 18px rgba(216, 255, 54, 0.08);
}
.location-menu-city {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 0 1 auto;
}
.location-menu-city-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(216, 255, 54, 0.12);
  border: 1px solid rgba(216, 255, 54, 0.16);
  flex: 0 0 auto;
}
.location-menu-city-icon img {
  width: 15px;
  height: 15px;
  display: block;
  filter: invert(92%) sepia(61%) saturate(1328%) hue-rotate(18deg) brightness(105%) contrast(106%);
  opacity: 0.88;
}
.location-menu-item:hover .location-menu-city-icon,
.location-menu-item.is-active .location-menu-city-icon {
  background: rgba(216, 255, 54, 0.2);
  border-color: rgba(216, 255, 54, 0.34);
}
.location-menu-item.is-active .location-menu-city-icon img {
  opacity: 1;
}
.location-menu-symbol {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  border: 1px solid var(--bone);
  font-size: 13px;
  line-height: 1;
  flex-shrink: 0;
}
.location-menu-symbol img {
  display: block;
  width: 17px;
  height: 17px;
}
.location-menu-item.is-active .location-menu-symbol {
  background: var(--volt);
  border-color: rgba(14, 14, 14, 0.08);
  box-shadow: 0 0 0 4px rgba(216, 255, 54, 0.2);
}
.location-menu-selected {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--volt);
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  flex: 0 0 auto;
  box-shadow: 0 0 12px rgba(216, 255, 54, 0.36);
}
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  border-radius: var(--r-sm);
  flex-shrink: 0;
  margin-left: auto;
}
.nav-burger span {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s,
    opacity 0.25s;
  margin-inline: auto;
}
.nav-burger.on span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-burger.on span:nth-child(2) {
  opacity: 0;
}
.nav-burger.on span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: transform 0.15s,
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
  border: 1px solid transparent;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: none;
}
.btn-lg {
  padding: 16px 26px;
  font-size: 15px;
}
.btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}
.btn-ink {
  background: var(--ink);
  color: var(--cream);
}
.btn-ink:hover {
  background: #000;
}
.btn-volt {
  background: var(--volt);
  color: var(--ink);
}
.btn-volt:hover {
  background: var(--volt-deep);
}
.btn-paper {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--bone);
}
.btn-paper:hover {
  border-color: var(--ink);
}
.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-line:hover {
  background: var(--ink);
  color: var(--cream);
}
.dark .btn-line,
.btn-line.dark {
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.3);
}
.dark .btn-line:hover,
.btn-line.dark:hover {
  background: var(--cream);
  color: var(--ink);
}
.app-soon-backdrop {
  position: fixed;
  inset: 0;
  z-index: 160;
  background: rgba(5, 7, 9, 0.55);
  backdrop-filter: blur(10px);
  display: grid;
  place-items: center;
  padding: 18px;
}
.app-soon-strip {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background: var(--cream);
  color: var(--ink);
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-left: 8px solid var(--volt);
  border-radius: 18px;
  padding: 18px 18px 18px 16px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}
.app-soon-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--volt);
  flex-shrink: 0;
}
.app-soon-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.app-soon-strip p {
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-variation-settings: 'wdth' 86;
}
.app-soon-close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--bone);
  line-height: 0;
  transition: background 0.15s,
    color 0.15s,
    border-color 0.15s;
}
.app-soon-close:hover {
  background: var(--ink);
  color: var(--volt);
  border-color: var(--ink);
}
.app-soon-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.location-permission-backdrop {
  position: fixed;
  inset: 0;
  z-index: 170;
  display: grid;
  place-items: end center;
  padding: 18px;
  background: rgba(5, 7, 9, 0.46);
  backdrop-filter: blur(8px);
}
.location-permission-modal {
  width: min(420px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  background: var(--cream);
  color: var(--ink);
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}
.location-permission-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--volt);
  flex-shrink: 0;
}
.location-permission-modal .eyebrow {
  margin-bottom: 10px;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.location-permission-modal h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.96;
  font-variation-settings: 'wdth' 86;
  margin-bottom: 10px;
}
.location-permission-copy {
  font-size: 14px;
  line-height: 1.55;
  color: var(--slate);
}
.location-permission-error {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--rust);
}
.location-permission-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.location-permission-actions .btn {
  min-height: 44px;
  padding-inline: 14px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  font-size: 12px;
  font-weight: 500;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--bone);
  white-space: nowrap;
}
.pill-volt {
  background: var(--volt);
  color: var(--ink);
  border-color: transparent;
}
.pill-ink {
  background: var(--ink);
  color: var(--cream);
  border-color: transparent;
}
.home-page {
  --home-section-space: var(--section-y);
  --home-hero-space: var(--hero-y);
  --home-head-gap: clamp(26px, 3vw, 34px);
}
.home-page .section {
  padding-block: var(--home-section-space);
}
.home-page .heroA {
  padding-block: var(--home-hero-space);
}
.home-page .sec-head {
  margin-bottom: var(--home-head-gap);
}
.home-page #how-it-works {
  padding-block: clamp(40px, 4.2vw, 60px);
}
.home-page #how-it-works .sec-head {
  margin-bottom: 36px;
}
.heroA {
  padding-block: var(--hero-y);
}
.heroA-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 56px;
  align-items: end;
}
.heroA-left .eyebrow {
  margin-bottom: 28px;
}
.heroA-eyebrow-compact {
  display: none;
}
.heroA h1 {
  font-family: var(--font-display);
  font-size: clamp(64px, 9vw, 132px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.045em;
  font-variation-settings: 'wdth' 85,
    'opsz' 96;
  margin-bottom: 28px;
}
.heroA h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  position: relative;
}
.heroA-sub {
  font-size: 19px;
  line-height: 1.45;
  color: var(--slate);
  max-width: 520px;
  margin-bottom: 36px;
}
.heroA-right {
  position: relative;
  height: 620px;
}
.heroA-right .heroA-img.front {
  animation: softFloat 10s ease-in-out infinite alternate;
}
.heroA-right .heroA-mini.m1 {
  animation: softFloatAlt 12s ease-in-out infinite alternate;
}
.heroA-right .heroA-mini.m2 {
  animation: softFloat 14s ease-in-out infinite alternate;
}
.heroA-img {
  position: absolute;
  border-radius: var(--r-lg);
}
.heroA-img.back {
  inset: 0;
  background: var(--bone);
}
.heroA-img.front {
  top: 60px;
  left: 80px;
  right: 0;
  bottom: 0;
  background: radial-gradient(60% 80% at 30% 30%, rgba(216, 255, 54, 0.1), transparent 60%),
    linear-gradient(135deg, #1a1a18, #0a0a0a);
  overflow: hidden;
}
.heroA-img-photo {
  background-size: cover;
  background-position: center;
}
.heroA-img-media {
  z-index: 0;
}
.heroA-img-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18),
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0.58)
  );
  z-index: 1;
}
.heroA-img .heroA-img-tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  max-width: calc(100% - 36px);
  margin: 0;
}
.heroA-mini {
  position: absolute;
  z-index: 2;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
  padding: 14px 18px;
  box-shadow: var(--sh-2);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}
.heroA-mini.m1 {
  top: 24px;
  right: 24px;
}
.heroA-mini.m2 {
  bottom: 24px;
  right: 24px;
}
.heroA-mini .av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--volt), var(--ember));
  flex-shrink: 0;
}
.heroA-mini .av.b {
  background: linear-gradient(135deg, #6b9ce0, #1f2a44);
}
.heroA-mini b {
  font-weight: 600;
}
.heroA-mini small {
  color: var(--mist);
  font-size: 11px;
  display: block;
}
.searchcard {
  width: min(100%, 920px);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--bone);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(14, 14, 14, 0.1);
  padding: 6px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(188px, 260px);
  align-items: stretch;
  gap: 6px;
  backdrop-filter: blur(16px) saturate(135%);
}
.home-page .searchcard {
  margin-top: var(--home-head-gap);
}
.searchcard .sf {
  min-height: 62px;
  padding: 11px 22px;
  border-right: 1px solid var(--bone);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 16px;
  transition: background 0.15s,
    border-color 0.15s;
  text-align: left;
}
.searchcard .sf:hover {
  background: var(--cream);
}
.searchcard .sf:last-of-type {
  border-right: 0;
}
.searchcard .sf .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
}
.searchcard .sf .val {
  width: 100%;
  min-width: 0;
  font-size: 15px;
  font-weight: 650;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchcard .sf .val small {
  color: var(--mist);
  font-weight: 400;
  font-size: 13px;
}
.searchcard .go {
  min-height: 56px;
  margin: 3px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 16px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.15s,
    transform 0.15s;
}
.searchcard .go:hover {
  background: #000;
}
.marquee-wrap {
  overflow: hidden;
  padding-block: 20px;
}
.home-trust-section {
  padding-block: 0 clamp(40px, 4.2vw, 60px);
}
.trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--ink);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(14, 14, 14, 0.14);
}
.trust > div {
  padding: 52px 32px;
  background: var(--ink);
  position: relative;
  text-align: center;
}
.trust > div::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 90% at 50% 0%, rgba(216, 255, 54, 0.14), transparent 65%);
  pointer-events: none;
}
.trust > div > * {
  position: relative;
}
.trust > div + div {
  box-shadow: -2px 0 0 rgba(255, 255, 255, 0.08);
}
.trust b,
.trust span {
  margin: 0;
}
.trust b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
  font-variation-settings: 'wdth' 82;
  margin-bottom: 10px;
  color: var(--volt);
}
.trust b em {
  color: var(--volt-deep);
  font-style: normal;
}
.trust span {
  font-size: var(--fs-2xs);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.sec-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}
.sec-head h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 80px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-variation-settings: 'wdth' 85;
}
.sec-head h2 em {
  font-style: italic;
  font-weight: 500;
}
.sec-head .lead {
  font-size: 17px;
  color: var(--slate);
  max-width: 460px;
}
.sec-head .lead .eyebrow {
  display: block;
  margin-bottom: 16px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.step {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  padding: 36px 32px;
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s,
    transform 0.2s;
}
.step:hover {
  border-color: var(--ink);
  transform: translateY(-2px);
}
.step-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--mist);
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
.step h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 14px;
  font-variation-settings: 'wdth' 85;
}
.step h3 em {
  font-style: italic;
  font-weight: 500;
}
.step p {
  color: var(--slate);
  font-size: var(--fs-base);
  line-height: 1.55;
}
.step .ill {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--volt);
  display: grid;
  place-items: center;
}
.step:nth-child(2) .ill {
  background: var(--volt);
  color: var(--ink);
}
.step:nth-child(3) .ill {
  background: var(--ember);
  color: var(--cream);
}
.steps-cta {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: 36px 44px;
  position: relative;
  overflow: hidden;
}
.steps-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 90% at 88% 30%, rgba(216, 255, 54, 0.12), transparent 60%);
  pointer-events: none;
}
.steps-cta > * {
  position: relative;
}
.steps-cta-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 6px;
  font-variation-settings: 'wdth' 86;
}
.steps-cta-sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 480px;
  line-height: 1.55;
}
.cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.cat {
  aspect-ratio: 3/4;
  border-radius: var(--r-md);
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
  border: 1px solid transparent;
  isolation: isolate;
}
.cat::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 60% at 90% 10%, rgba(216, 255, 54, 0.12), transparent 65%);
  z-index: -1;
  transition: transform 0.35s ease;
}
.cat:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
}
.cat:hover::before {
  transform: scale(1.08);
}
.cat:focus-visible {
  outline-color: var(--ink);
}
.cat-feature {
  aspect-ratio: auto;
  grid-column: span 2;
  grid-row: span 2;
  min-height: 420px;
  padding: 32px;
}
.cat-volt {
  background: var(--volt);
  color: var(--ink);
}
.cat-volt::before {
  background: radial-gradient(75% 60% at 85% 15%, rgba(255, 255, 255, 0.45), transparent 65%);
}
.cat-light {
  background: var(--paper);
  color: var(--ink);
  border-color: rgba(14, 14, 14, 0.08);
}
.cat-light::before {
  background: radial-gradient(80% 60% at 90% 10%, rgba(216, 255, 54, 0.3), transparent 65%);
}
.cat-num {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.62;
}
.cat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
  font-variation-settings: 'wdth' 86;
  max-width: 10ch;
}
.cat-feature strong {
  font-size: 56px;
  max-width: 12ch;
}
.cat-meta {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.58;
  max-width: 30ch;
}
.cat-from {
  display: block;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.72;
}
.cat-from b {
  font-size: 13px;
  color: var(--volt);
  letter-spacing: 0;
}
.cat-volt .cat-from b,
.cat-light .cat-from b {
  color: var(--ink);
}
.gyms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.gym {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.gym:hover {
  border-color: var(--ink);
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
}
.gym .gym-img {
  aspect-ratio: 16/11;
  position: relative;
}
.gym .gym-img-photo {
  background-size: cover;
  background-position: center;
}
.gym .gym-img-media {
  z-index: 0;
}
.gym .gym-img-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.42),
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0.5)
  );
  z-index: 1;
}
.gym-img-ember {
  background: radial-gradient(60% 80% at 30% 30%, rgba(255, 91, 46, 0.1), transparent 60%),
    linear-gradient(135deg, #1a1008, #0a0603);
}
.gym .gym-img .row-tags {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  z-index: 2;
}
.gym .gym-img .row-tags .pill {
  max-width: calc(100% - 44px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.gym .heart {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(14, 14, 14, 0.55);
  backdrop-filter: blur(8px);
  color: var(--cream);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.gym .gym-body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.gym h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 8px;
  font-variation-settings: 'wdth' 88;
}
.gym .gym-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--mist);
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.gym .gym-meta .sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ash);
}
.gym .gym-meta .rating {
  color: var(--ink);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.gym .gym-amen {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--bone);
}
.gym .gym-amen .amen {
  font-size: 11px;
  color: var(--slate);
  background: var(--cream);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
}
.gym .gym-foot {
  display: block;
  margin-top: auto;
}
.gym .gym-foot .btn {
  width: 100%;
  justify-content: center;
  pointer-events: none;
}
.gym-mobile-loc,
.gym-mobile-status,
.gym-mobile-amen {
  display: none;
}
.gym .gym-price b {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  font-variation-settings: 'wdth' 85;
}
.gym .gym-price span {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.map-block {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 380px 1fr;
  min-height: 520px;
}
.map-side {
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
}
.map-side h3 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
  margin-bottom: 16px;
  font-variation-settings: 'wdth' 85;
}
.map-side h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.map-side p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.map-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: auto;
  padding-bottom: 28px;
}
.map-cta-row .btn {
  min-height: 46px;
  padding: 12px 20px;
  line-height: 1;
  text-decoration: none;
}
.map-cta-primary {
  min-width: 180px;
}
.map-cta-secondary.btn-line.dark {
  color: var(--ink);
  border-color: var(--cream);
  background: var(--cream);
}
.map-cta-secondary.btn-line.dark:hover {
  color: var(--ink);
  border-color: var(--volt);
  background: var(--volt);
}
.map-side .stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-md);
  margin-top: auto;
  overflow: hidden;
}
.map-side .stat-row > div {
  padding: 16px 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.map-side .stat-row > div:last-child {
  border-right: 0;
}
.map-side .stat-row b {
  font-family: var(--font-display);
  font-size: 26px;
  font-variation-settings: 'wdth' 85;
  letter-spacing: -0.02em;
  color: var(--volt);
  display: block;
  line-height: 1;
}
.map-side .stat-row span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 5px;
  display: block;
}
.india-network-map {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  padding: 26px 30px;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle at 43% 28%, rgba(216, 255, 54, 0.035), transparent 19%),
    linear-gradient(135deg, #101818 0%, #070909 100%);
}
.india-network-map::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.55;
}
.india-network-map::after {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  pointer-events: none;
}
.india-network-map__svg {
  position: relative;
  z-index: 1;
  width: min(76%, 580px);
  max-width: 580px;
  height: auto;
  display: block;
  margin: 0 auto 0 16px;
  overflow: visible;
  cursor: default;
  touch-action: pan-y;
}
.india-network-map__svg.is-zoomed {
  cursor: grab;
  touch-action: none;
}
.india-network-map__svg.is-zoomed:active {
  cursor: grabbing;
}
.india-network-map__grid path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.055);
  stroke-width: 1;
}
.india-network-map__sparkles circle {
  fill: var(--volt);
  opacity: 0.72;
  filter: drop-shadow(0 0 6px rgba(216, 255, 54, 0.75));
}
.india-network-map__edge-glow {
  fill: none;
  stroke: rgba(216, 255, 54, 0.42);
  stroke-width: 4.5;
  stroke-linejoin: round;
  opacity: 0.5;
  pointer-events: none;
}
.india-network-map__land {
  fill: url(#indiaNetworkLand);
  stroke: rgba(216, 255, 54, 0.82);
  stroke-width: 1.35;
  stroke-linejoin: round;
}
.india-network-map__states {
  pointer-events: none;
}
.india-network-map__state {
  fill: none;
  stroke: rgba(236, 244, 224, 0.28);
  stroke-width: 0.72;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.72;
  vector-effect: non-scaling-stroke;
  filter: none;
  transform-box: fill-box;
  transform-origin: center;
}
.india-network-map__state.is-available {
  stroke: rgba(216, 255, 54, 0.82);
  stroke-width: 1.15;
  opacity: 0.95;
  filter: drop-shadow(0 0 5px rgba(216, 255, 54, 0.38));
  animation: india-network-state-wobble 5.2s ease-in-out infinite;
  animation-delay: calc(var(--state-index, 0) * -0.42s);
}
.india-network-map__coast-glow {
  fill: none;
  stroke: rgba(216, 255, 54, 0.48);
  stroke-width: 0.75;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(216, 255, 54, 0.68));
  pointer-events: none;
}
.india-network-map__routes {
  pointer-events: none;
}
.india-network-map__route-track,
.india-network-map__route-pulse {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}
.india-network-map__route-track {
  stroke: rgba(216, 255, 54, 0.24);
  stroke-width: 0.9;
  stroke-dasharray: 1.6 5.4;
}
.india-network-map__route-pulse {
  stroke: var(--volt);
  stroke-width: 1.7;
  stroke-dasharray: 7 180;
  stroke-dashoffset: 187;
  opacity: 0.68;
  filter: drop-shadow(0 0 5px rgba(216, 255, 54, 0.62));
  animation: india-network-route 3.4s linear infinite;
  animation-delay: calc(var(--route-index, 0) * 0.34s);
}
.india-network-map__pin {
  outline: none;
}
.india-network-map__pin-mark {
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.82);
  transition: transform 0.16s ease;
  animation: india-network-drop 0.55s ease both;
  animation-delay: calc(var(--pin-index, 0) * 45ms);
}
.india-network-map__pin:hover .india-network-map__pin-mark,
.india-network-map__pin:focus-visible .india-network-map__pin-mark {
  transform: scale(1.2);
}
.india-network-map__pin-body {
  fill: var(--volt);
  stroke: #070909;
  stroke-width: 1.4;
}
.india-network-map__pin-eye {
  fill: #070909;
}
.india-network-map__tag {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.16s ease,
    transform 0.16s ease;
  pointer-events: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38));
}
.india-network-map__tag rect {
  fill: rgba(250, 247, 239, 0.94);
  stroke: rgba(216, 255, 54, 0.34);
}
.india-network-map__tag text {
  fill: #070909;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-anchor: middle;
  text-transform: uppercase;
}
.india-network-map__pin:focus-visible .india-network-map__pin-body {
  stroke: #fff;
  stroke-width: 2;
}
.india-network-map__zoom {
  position: absolute;
  left: 30px;
  bottom: 34px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 34px);
  gap: 6px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(7, 11, 11, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}
.india-network-map__zoom button {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--volt);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}
.india-network-map__zoom button:hover,
.india-network-map__zoom button:focus-visible {
  border-color: rgba(216, 255, 54, 0.52);
  background: rgba(216, 255, 54, 0.16);
  outline: none;
}
.india-network-map__zoom button:disabled {
  color: rgba(255, 255, 255, 0.32);
  cursor: not-allowed;
}
.india-network-map__index {
  position: absolute;
  right: 30px;
  bottom: 34px;
  z-index: 2;
  width: 176px;
  max-height: min(360px, calc(100% - 68px));
  padding: 15px 16px 14px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(7, 11, 11, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
  font-family: var(--font-mono);
}
.india-network-map__index h4 {
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.india-network-map__index ul {
  display: grid;
  gap: 8px;
  min-height: 0;
  max-height: 205px;
  overflow-y: auto;
  margin: 0;
  padding: 0 6px 0 0;
  scrollbar-color: rgba(216, 255, 54, 0.5) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}
.india-network-map__index ul::-webkit-scrollbar {
  width: 4px;
}
.india-network-map__index ul::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.india-network-map__index ul::-webkit-scrollbar-thumb {
  background: rgba(216, 255, 54, 0.5);
  border-radius: 999px;
}
.india-network-map__index li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 13px;
  padding: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}
.india-network-map__index li i {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: rgba(216, 255, 54, 0.42);
  outline: 1px solid rgba(216, 255, 54, 0.18);
}
.india-network-map__index li.is-selected {
  color: var(--volt);
  font-weight: 800;
}
.india-network-map__index li.is-selected i {
  background: var(--volt);
  box-shadow: 0 0 0 3px rgba(216, 255, 54, 0.18);
  outline-color: rgba(7, 9, 9, 0.72);
}
.india-network-map__index p {
  margin: 18px 0 0;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 8.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.7;
  text-transform: uppercase;
}
@keyframes india-network-drop {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.54);
  }
}
@keyframes india-network-state-wobble {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.82;
  }
  35% {
    transform: translate(0.6px, -0.4px) rotate(0.08deg);
    opacity: 0.92;
  }
  68% {
    transform: translate(-0.5px, 0.45px) rotate(-0.07deg);
    opacity: 0.86;
  }
}
@keyframes india-network-route {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes gym-map-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes gym-map-skeleton-sweep {
  55%,
  100% {
    transform: translateX(130%);
  }
}
@keyframes gym-map-route-pulse {
  0%,
  100% {
    opacity: 0.22;
    filter: blur(0);
  }
  50% {
    opacity: 0.82;
    filter: blur(0.4px);
  }
}
@keyframes gym-map-pin-pop {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }
  50% {
    translate: 0 -4px;
    scale: 1.08;
  }
}
@media (prefers-reduced-motion: reduce) {
  .india-network-map__pin-body,
  .india-network-map__route-pulse,
  .india-network-map__state,
  .gym-map-skeleton::after,
  .gym-map-skeleton-canvas::after,
  .gym-map-skeleton-route,
  .gym-map-skeleton-pin,
  .gym-map-skeleton-user-pin {
    animation: none;
  }
}
.map-canvas {
  position: relative;
  background: radial-gradient(2px 2px at 10% 20%, rgba(255, 255, 255, 0.06), transparent),
    radial-gradient(2px 2px at 80% 30%, rgba(255, 255, 255, 0.05), transparent),
    radial-gradient(2px 2px at 30% 70%, rgba(255, 255, 255, 0.04), transparent),
    linear-gradient(135deg, #0b1018, #050709);
  animation: softFloat 16s ease-in-out infinite alternate;
}
.map-canvas::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.nearby-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(14, 14, 14, 0.34);
  backdrop-filter: blur(12px);
  display: grid;
  place-items: center;
  padding: 24px;
}
.nearby-modal {
  width: min(980px, 100%);
  max-height: min(820px, calc(100vh - 48px));
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(14, 14, 14, 0.1);
  border-radius: var(--r-xl);
  box-shadow: 0 34px 90px rgba(14, 14, 14, 0.22);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.nearby-modal-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px 22px;
  border-bottom: 1px solid var(--bone);
  background: linear-gradient(135deg, var(--paper), var(--cream));
}
.nearby-modal-head h3 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  font-variation-settings: 'wdth' 85;
  margin-top: 10px;
}
.nearby-modal-head h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt-deep);
}
.nearby-modal .eyebrow,
.nearby-modal .text-white\/50 {
  color: var(--mist);
}
.nearby-modal-head p {
  max-width: 560px;
  margin-top: 12px;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
}
.nearby-modal-close {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(14, 14, 14, 0.05);
  color: var(--ink);
  border: 1px solid rgba(14, 14, 14, 0.12);
  font-size: 0;
  line-height: 0;
  flex-shrink: 0;
  transition: background 0.18s,
    color 0.18s,
    border-color 0.18s;
}
.nearby-modal-close svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.25;
}
.nearby-modal-close:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--volt);
}
.nearby-modal-list {
  min-height: 0;
  overflow: auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--cream);
}
.nearby-gym-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-radius: var(--r-md);
  background: var(--paper);
  color: var(--ink);
  transition: background 0.18s,
    border-color 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
}
.nearby-gym-row:hover {
  background: #fff;
  border-color: rgba(14, 14, 14, 0.14);
  box-shadow: 0 16px 34px rgba(14, 14, 14, 0.08);
  transform: translateY(-1px);
}
.nearby-gym-img {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--bone);
  display: block;
}
.nearby-gym-img img {
  object-fit: cover;
}
.nearby-gym-img .imgph {
  height: 100%;
  border-radius: 0;
}
.nearby-gym-main {
  min-width: 0;
  display: block;
}
.nearby-gym-main strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  font-variation-settings: 'wdth' 88;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nearby-gym-main span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--slate);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nearby-gym-meta {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  white-space: nowrap;
}
.nearby-gym-meta b {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--volt-deep);
}
.nearby-gym-meta small {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.nearby-modal-empty {
  display: grid;
  place-items: center;
  min-height: 220px;
  color: var(--slate);
  text-align: center;
  border: 1px dashed rgba(14, 14, 14, 0.16);
  border-radius: var(--r-md);
}
.nearby-modal-foot {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  padding: 16px 18px;
  border-top: 1px solid var(--bone);
  background: var(--paper);
}
.nearby-modal .btn-line.dark {
  color: var(--ink);
  border-color: rgba(14, 14, 14, 0.28);
}
.nearby-modal .btn-line.dark:hover {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.nearby-modal.is-interactive {
  width: min(1180px, 100%);
  height: min(780px, calc(100dvh - 48px));
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.nearby-modal.is-list-only {
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.nearby-modal-content {
  min-height: 0;
  overflow: auto;
  padding: 18px;
  background: var(--cream);
}
.nearby-modal-content .gym-map-shell {
  margin: 0;
  min-height: 560px;
  border-color: rgba(14, 14, 14, 0.08);
  box-shadow: none;
}
.nearby-modal-content .gym-map-canvas,
.nearby-modal-content .gym-map-leaflet,
.nearby-modal-content .gym-map-skeleton-canvas {
  min-height: 560px;
}
.nearby-modal.is-interactive .nearby-modal-content {
  min-height: 0;
  overflow: hidden;
  display: grid;
}
.nearby-modal.is-interactive .nearby-modal-content .gym-map-shell {
  height: 100%;
  min-height: 0;
  grid-template-columns: 370px minmax(0, 1fr);
}
.nearby-modal.is-interactive .nearby-modal-content .gym-map-side {
  min-height: 0;
  overflow: hidden;
}
.nearby-modal.is-interactive .nearby-modal-content .gym-map-canvas,
.nearby-modal.is-interactive .nearby-modal-content .gym-map-leaflet,
.nearby-modal.is-interactive .nearby-modal-content .gym-map-skeleton-canvas {
  height: 100%;
  min-height: 0;
}
.trainers-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.trainer-mini {
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--bone);
  display: block;
  transition: transform 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
}
.trainer-mini:hover {
  transform: translateY(-3px);
  border-color: var(--ink);
  box-shadow: var(--sh-2);
}
.trainer-mini .t-img {
  aspect-ratio: 4/5;
  position: relative;
  display: block;
  border-radius: 0;
}
.trainer-mini .t-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.52));
  z-index: 1;
  pointer-events: none;
}
.trainer-mini .t-img img {
  transition: transform 0.35s ease;
}
.trainer-mini:hover .t-img img {
  transform: scale(1.035);
}
.trainer-mini .t-spec {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  left: 14px;
  background: rgba(14, 14, 14, 0.65);
  backdrop-filter: blur(8px);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 10px;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.trainer-mini .t-body {
  padding: 16px 18px 20px;
  display: block;
}
.trainer-mini .t-body > strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 4px;
  font-variation-settings: 'wdth' 88;
}
.trainer-mini .t-meta {
  display: block;
  font-size: 12px;
  color: var(--mist);
  line-height: 1.5;
  min-height: 36px;
}
.trainer-mini .t-rate {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--bone);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.trainer-mini .t-rate b {
  font-family: var(--font-display);
  font-size: 20px;
  font-variation-settings: 'wdth' 85;
}
.trainer-mini .t-rate b small {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  font-weight: 400;
}
.trainer-mini .t-rate > span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
}
.app-promo {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-xl);
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  min-height: 540px;
}
.app-promo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(40% 60% at 80% 10%, rgba(216, 255, 54, 0.12), transparent 60%);
  pointer-events: none;
}
.app-side {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.app-side .eyebrow {
  color: var(--volt);
  margin-bottom: 24px;
}
.app-side h3 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin-bottom: 20px;
  font-variation-settings: 'wdth' 85;
}
.app-side h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.app-side p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 460px;
  margin-bottom: 36px;
}
.app-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin-bottom: 40px;
}
.app-features div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.app-features div::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--volt);
  border-radius: 50%;
  flex-shrink: 0;
}
.store-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.store-btn {
  background: var(--cream);
  color: var(--ink);
  padding: 14px 22px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: background 0.15s;
}
.store-btn:hover {
  background: var(--paper);
}
.store-btn small {
  display: block;
  font-size: 10px;
  color: var(--mist);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.store-btn b {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.app-phone {
  position: relative;
  padding: 44px 0;
  display: grid;
  place-items: center;
}
.phone {
  width: 260px;
  aspect-ratio: 9/19;
  background: #1a1a18;
  border: 8px solid #0a0a0a;
  border-radius: 40px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  animation: softFloatAlt 11s ease-in-out infinite alternate;
}
.phone-screen {
  width: 100%;
  height: 100%;
  background: radial-gradient(60% 60% at 50% 20%, rgba(216, 255, 54, 0.18), transparent 60%),
    linear-gradient(180deg, #181816, #0a0a0a);
  padding: 24px 16px;
  color: var(--cream);
  font-size: 11px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.phone-screen .ps-top {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
}
.phone-screen .ps-h {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 12px;
  font-variation-settings: 'wdth' 85;
}
.phone-screen .ps-h em {
  font-style: italic;
  color: var(--volt);
  font-weight: 500;
}
.phone-screen .ps-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  gap: 10px;
}
.phone-screen .ps-card .ic {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--cream);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.phone-screen .ps-card .ic img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.phone-screen .ps-card b {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.phone-screen .ps-card span {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.5);
}
.phone-screen .ps-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.phone-screen .ps-stat {
  background: var(--volt);
  color: var(--ink);
  border-radius: 12px;
  padding: 12px;
}
.phone-screen .ps-stat b {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  display: block;
  line-height: 1;
  font-variation-settings: 'wdth' 85;
}
.phone-screen .ps-stat span {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.phone-screen .ps-stat.alt {
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
}
.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.quote {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 270px;
  transition: transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.quote:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 14, 14, 0.16);
  box-shadow: var(--sh-2);
}
.quote .qmark {
  font-family: var(--font-display);
  font-size: 72px;
  font-weight: 700;
  line-height: 0.6;
  color: var(--volt);
  font-variation-settings: 'wdth' 85;
  margin-bottom: 12px;
}
.quote p {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
  font-variation-settings: 'wdth' 95;
  flex: 1;
}
.quote-by {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.quote-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--volt), var(--ember));
  flex-shrink: 0;
}
.quote-by b {
  font-weight: 600;
  font-size: 14px;
  display: block;
}
.quote-by span {
  font-size: 12px;
  color: var(--mist);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}
.cta-band {
  background: var(--volt);
  border-radius: var(--r-xl);
  padding: 44px 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: center;
}
.cta-band h3 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
  font-variation-settings: 'wdth' 85;
}
.cta-band h3 em {
  font-style: italic;
  font-weight: 500;
}
.cta-band p {
  font-size: 17px;
  color: var(--ink);
  opacity: 0.7;
  margin-bottom: 28px;
}
.footer {
  background: #050605;
  color: var(--cream);
  padding-block: 48px 42px;
}
.footer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-inline: var(--pad);
}
.footer-hero {
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(320px, 462px);
  justify-content: space-between;
  gap: 80px;
  padding-bottom: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}
.footer-brand-logo {
  width: 154px;
  height: auto;
}
.footer-copy {
  max-width: 390px;
  margin-top: 34px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.54);
}
.footer-socials {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.footer-social {
  width: 43px;
  height: 43px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: background 0.16s,
    border-color 0.16s,
    color 0.16s,
    transform 0.16s;
}
.footer-social:hover {
  background: rgba(216, 255, 54, 0.14);
  border-color: rgba(216, 255, 54, 0.38);
  color: var(--volt);
  transform: translateY(-1px);
}
.footer-stats h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.9);
  margin: 4px 0 24px;
}
.footer-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.footer-stat {
  min-height: 94px;
  border-radius: 11px;
  padding: 20px 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.footer-stat b {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: var(--volt);
}
.footer-stat span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.58);
}
.footer-stat-gyms {
  background: rgba(216, 255, 54, 0.1);
  border-color: rgba(216, 255, 54, 0.26);
}
.footer-stat-cities {
  background: rgba(0, 171, 110, 0.1);
  border-color: rgba(0, 171, 110, 0.24);
}
.footer-stat-cities b {
  color: #20ce8b;
}
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px;
  padding-block: 80px 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-column h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-weight: 500;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.42);
}
.footer-column ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-column li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.footer-column a {
  transition: color 0.15s;
}
.footer-column a:hover {
  color: var(--volt);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 38px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.43);
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.footer-bottom > div {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: min(340px, 90vw);
  background: linear-gradient(180deg, #fbfaf4 0%, var(--cream) 58%, #efebe2 100%);
  z-index: 101;
  display: flex;
  flex-direction: column;
  padding: 28px 20px 24px;
  gap: 18px;
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -18px 0 56px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.mobile-nav.on {
  transform: translateX(0);
}
.mobile-nav-top {
  padding: 4px 54px 0 4px;
}
.mobile-nav-top h2 {
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 0.95;
  font-variation-settings: 'wdth' 86;
}
.mobile-nav nav {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(224, 215, 191, 0.8);
  border-radius: 18px;
  padding: 6px;
}
.mobile-nav nav a {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 740;
  letter-spacing: 0;
  padding: 13px 13px;
  border-radius: 12px;
  color: var(--ink);
  font-variation-settings: 'wdth' 86;
  transition: background 0.15s,
    color 0.15s,
    transform 0.15s;
}
.mobile-nav nav a + a {
  margin-top: 2px;
}
.mobile-nav nav a:hover {
  background: rgba(14, 14, 14, 0.05);
}
.mobile-nav nav a.active {
  background: var(--ink);
  color: var(--volt);
}
.mobile-nav-close {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--cream);
  box-shadow: 0 14px 28px rgba(14, 14, 14, 0.16);
  line-height: 0;
  transition: background 0.18s,
    color 0.18s,
    border-color 0.18s;
}
.mobile-nav-close:hover {
  color: var(--volt);
}
.mobile-nav-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.mobile-location {
  min-width: 0;
  border: 1px solid rgba(224, 215, 191, 0.9);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 18px 44px rgba(14, 14, 14, 0.06);
}
.mobile-location-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.mobile-location-head span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mist);
}
.mobile-location-head strong {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
}
.mobile-location-detect {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 14px 28px rgba(14, 14, 14, 0.14);
  transition: transform 0.15s,
    background 0.15s;
}
.mobile-location-detect:hover {
  background: #000;
  transform: translateY(-1px);
}
.mobile-location-detect:disabled {
  opacity: 0.72;
  transform: none;
}
.mobile-location-detect-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--volt);
  flex-shrink: 0;
}
.mobile-location-error {
  margin-top: 9px;
  color: var(--rust);
  font-size: 12px;
  line-height: 1.45;
}
.mobile-location-cities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(118px, 100%), 1fr));
  gap: 8px;
  margin-top: 12px;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.mobile-location-status {
  display: block;
  width: 100%;
  padding: 8px 2px;
  color: var(--slate);
  font-size: 12px;
}
.mobile-location-status.is-error {
  color: var(--rust);
}
.mobile-city-chip {
  width: 100%;
  min-width: 0;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid var(--bone);
  background: var(--paper);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: background 0.15s,
    border-color 0.15s,
    color 0.15s;
}
.mobile-city-chip img {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}
.mobile-city-chip span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-city-chip.is-active {
  background: var(--volt);
  border-color: rgba(14, 14, 14, 0.12);
}
.mobile-nav-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 2px;
}
.mobile-nav-primary,
.mobile-nav-app {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 18px;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  border: 1px solid transparent;
}
.mobile-nav-primary {
  background: var(--ink);
  color: var(--cream);
}
.mobile-nav-app {
  background: var(--volt);
  color: var(--ink);
}
.route-loading-overlay {
  position: fixed;
  inset: 67px 0 0;
  z-index: 45;
  overflow: auto;
  overscroll-behavior: contain;
  background: var(--cream);
  color: var(--ink);
  animation: routeLoadingIn 0.18s ease both;
  box-shadow: 0 -1px 0 rgba(14, 14, 14, 0.06);
}
.route-loading-overlay .page-skel-screen {
  min-height: calc(100dvh - 67px);
}
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(14, 14, 14, 0.45);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  backdrop-filter: blur(2px);
}
.mobile-nav-backdrop.on {
  opacity: 1;
  visibility: visible;
}
.quote-av-blue {
  background: linear-gradient(135deg, #6b9ce0, #1f2a44);
}
.quote-av-gold {
  background: linear-gradient(135deg, #f5d35a, #c2820e);
}
.ls-dark {
  background: var(--ink);
  color: var(--cream);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ls-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr)) auto;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  padding: 6px;
}
.ls-search-row .sf {
  padding: 10px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-md);
  transition: background 0.15s;
  text-align: left;
}
.ls-search-row .sf:hover {
  background: rgba(255, 255, 255, 0.04);
}
.ls-search-row .sf .lbl {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.ls-search-row .sf .val {
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ls-search-row .go {
  margin: 4px;
  background: var(--volt);
  color: var(--ink);
  border-radius: var(--r-md);
  padding: 0 28px;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ls-chips,
.feed-cats {
  background: var(--cream);
  border-bottom: 1px solid var(--bone);
  padding: 12px 0;
  position: sticky;
  top: 64px;
  z-index: 20;
}
.ls-chips-row,
.feed-cats-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.feed-cats-row {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.feed-cats-row::-webkit-scrollbar {
  display: none;
}
.chip,
.feed-cat {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  border: 1px solid var(--bone);
  background: var(--paper);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s,
    background 0.15s,
    color 0.15s,
    transform 0.15s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.chip::after,
.feed-cat::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 7px;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  opacity: 0.45;
}
.chip:hover {
  border-color: var(--ink);
  transform: translateY(-1px);
}
.feed-cat:hover {
  border-color: var(--ink);
  transform: none;
}
.chip:hover::after,
.feed-cat:hover::after,
.chip.on::after,
.feed-cat.on::after {
  transform: scaleX(1);
}
.chip.on,
.feed-cat.on {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.feed-cat::after {
  content: none;
}
.ls-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  padding-block: var(--section-y-tight);
}
.ls-filters {
  position: sticky;
  top: 80px;
  align-self: start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(224, 215, 191, 0.95);
  border-radius: 18px;
  padding: 18px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  box-shadow: 0 22px 60px rgba(14, 14, 14, 0.08),
    0 0 42px rgba(184, 221, 32, 0.05);
  backdrop-filter: blur(18px) saturate(145%);
  scrollbar-width: thin;
  scrollbar-color: rgba(14, 14, 14, 0.22) transparent;
}
.ls-filters::-webkit-scrollbar {
  width: 6px;
}
.ls-filters::-webkit-scrollbar-track {
  background: transparent;
}
.ls-filters::-webkit-scrollbar-thumb {
  background: rgba(14, 14, 14, 0.22);
  border-radius: 999px;
}
.ls-filters h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 4px;
  font-variation-settings: 'wdth' 85;
}
.fil-head p {
  margin-top: 3px;
  font-size: 12px;
  color: var(--mist);
}
.fil-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 2px 18px;
  border-bottom: 1px solid rgba(224, 215, 191, 0.9);
  margin-bottom: 12px;
}
.fil-clear {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--slate);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.04);
  transition: background 0.15s,
    color 0.15s;
}
.fil-clear:hover {
  background: var(--ink);
  color: var(--cream);
}
.fil-clear:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.fil-active {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(224, 215, 191, 0.72);
}
.fil-active-chip {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fil-block {
  padding-block: 18px;
  border-bottom: 1px solid rgba(224, 215, 191, 0.86);
}
.fil-block:last-child {
  border: 0;
}
.fil-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 12px;
  font-weight: 500;
}
.fil-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.fil-section-title .fil-label {
  margin-bottom: 4px;
}
.fil-section-title span {
  display: block;
  font-size: 12px;
  color: var(--mist);
  line-height: 1.35;
}
.fil-select-wrap {
  position: relative;
}
.fil-select-wrap::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  color: var(--slate);
  pointer-events: none;
}
.fil-select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(224, 215, 191, 0.95);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, var(--paper));
  padding: 0 42px 0 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  outline: none;
  appearance: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s;
}
.fil-select:hover {
  border-color: rgba(14, 14, 14, 0.18);
}
.fil-select:focus {
  border-color: rgba(14, 14, 14, 0.42);
  box-shadow: 0 0 0 3px rgba(216, 255, 54, 0.18);
}
.fil-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.fil-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 220px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(14, 14, 14, 0.24) transparent;
  padding-right: 6px;
}
.fil-options::-webkit-scrollbar {
  width: 6px;
}
.fil-options::-webkit-scrollbar-thumb {
  background: rgba(14, 14, 14, 0.24);
  border-radius: 999px;
}
.fcheck {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 13px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  color: var(--slate);
  background: transparent;
  border: 1px solid transparent;
  transition: opacity 0.15s,
    color 0.15s,
    background 0.15s,
    border-color 0.15s,
    transform 0.15s;
}
.fcheck:hover {
  background: rgba(14, 14, 14, 0.035);
  border-color: rgba(224, 215, 191, 0.75);
  transform: translateX(1px);
}
.fcheck.is-on {
  background: rgba(14, 14, 14, 0.05);
  border-color: rgba(14, 14, 14, 0.12);
  color: var(--ink);
  font-weight: 600;
}
.fcheck:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}
.fcheck-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fbox {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  border: 1.5px solid rgba(14, 14, 14, 0.22);
  background: #fff;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.fbox.on {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 7px 14px rgba(14, 14, 14, 0.14);
}
.fbox.on::after {
  content: '';
  width: 8px;
  height: 5px;
  border-left: 2px solid var(--volt);
  border-bottom: 2px solid var(--volt);
  transform: translateY(-1px) rotate(-45deg);
}
.fil-more {
  width: 100%;
  min-height: 38px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(14, 14, 14, 0.04);
  color: var(--slate);
  font-size: 12px;
  font-weight: 700;
  transition: background 0.15s,
    color 0.15s,
    transform 0.15s;
}
.fil-more:hover {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-1px);
}
.ls-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ls-count {
  font-size: 14px;
  color: var(--mist);
}
.ls-count strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 16px;
  letter-spacing: -0.01em;
}
.ls-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.sort-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--mist);
}
.sort-select {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-sm);
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.gym-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.gym-list .gym:hover {
  border-color: rgba(14, 14, 14, 0.18);
  box-shadow: 0 12px 30px rgba(14, 14, 14, 0.12);
}
.gym-load-more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.gym-load-more-btn {
  min-width: 270px;
  border-radius: 999px;
  background: var(--paper);
  box-shadow: 0 16px 34px rgba(14, 14, 14, 0.08);
}
.gym-load-more-btn:hover {
  transform: translateY(-1px);
}
.skel {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(14, 14, 14, 0.055);
  box-shadow: 0 18px 48px rgba(14, 14, 14, 0.075),
    0 0 30px rgba(184, 221, 32, 0.075);
  backdrop-filter: blur(16px) saturate(135%);
}
.skel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(229, 224, 212, 0.42));
  opacity: 0.56;
  animation: skeletonFade 2.1s ease-in-out infinite;
}
.skel::after {
  content: '';
  position: absolute;
  inset: -1px;
  transform: translateX(-115%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.48),
    rgba(255, 255, 255, 0.76),
    rgba(184, 221, 32, 0.18),
    transparent
  );
  animation: skeletonSweep 2.1s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.page-skel-screen {
  background: var(--cream) !important;
  color: var(--ink);
}
.page-skel-screen .section,
.page-skel-screen .section-tight,
.page-skel-screen .prod-section,
.page-skel-screen .feed-cats,
.page-skel-screen .ls-chips,
.page-skel-screen .tr-hero,
.page-skel-screen .heroA {
  background: var(--cream) !important;
  color: var(--ink);
}
.page-skel-screen .prod-hero,
.page-skel-screen .feed-hero,
.page-skel-screen .ab-hero {
  background: var(--ink) !important;
  color: var(--cream);
}
.page-skel-screen .ls-filters,
.page-skel-screen .gym,
.page-skel-screen .art,
.page-skel-screen .feed-featured,
.page-skel-screen .book-card,
.page-skel-screen .legal-panel,
.page-skel-screen .pcard,
.page-skel-screen .app-card,
.page-skel-screen .mv-card,
.page-skel-screen .page-skel-card,
.page-skel-screen .success-metrics {
  background: rgba(255, 255, 255, 0.58) !important;
  border-color: rgba(14, 14, 14, 0.06) !important;
  box-shadow: 0 22px 60px rgba(14, 14, 14, 0.08),
    0 0 46px rgba(184, 221, 32, 0.06);
  backdrop-filter: blur(20px) saturate(145%);
}
.page-skel-screen .feed-stat,
.page-skel-screen .fil-head,
.page-skel-screen .fil-block,
.page-skel-screen .gym-amen,
.page-skel-screen .art-meta,
.page-skel-screen .gd-stats > div,
.page-skel-screen .legal-section,
.page-skel-screen .success-metrics > div {
  border-color: rgba(14, 14, 14, 0.07) !important;
}
.page-skel-screen .gallery,
.page-skel-screen .map-block,
.page-skel-screen .feed-newsletter {
  background: rgba(14, 14, 14, 0.92) !important;
  border-color: rgba(184, 221, 32, 0.08) !important;
  box-shadow: 0 28px 80px rgba(14, 14, 14, 0.16),
    0 0 52px rgba(184, 221, 32, 0.07);
}
.page-skel-on-dark .skel,
.page-skel-screen .page-skel-on-dark .skel {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18),
    0 0 26px rgba(184, 221, 32, 0.08);
}
.page-skel-on-dark .skel::before,
.page-skel-screen .page-skel-on-dark .skel::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045));
}
.page-skel-eyebrow {
  width: 172px;
  height: 12px;
  border-radius: var(--r-pill);
  margin-bottom: 18px;
}
.page-skel-line {
  width: 100%;
  max-width: 560px;
  height: 14px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
  box-shadow: none;
}
.page-skel-line.short {
  width: min(68%, 360px);
}
.page-skel-heading {
  width: min(100%, 520px);
  height: 54px;
  border-radius: var(--r-sm);
  margin-bottom: 14px;
}
.page-skel-heading.short {
  width: min(72%, 380px);
}
.page-skel-heading.compact {
  width: min(78%, 360px);
  height: 34px;
}
.page-skel-hero-line {
  width: min(100%, 760px);
  height: clamp(52px, 8vw, 116px);
  border-radius: var(--r-sm);
  margin-bottom: 12px;
}
.page-skel-hero-line.short {
  width: min(72%, 520px);
}
.page-skel-title-xl {
  width: min(100%, 760px);
  height: 76px;
  border-radius: var(--r-sm);
  margin-bottom: 14px;
}
.page-skel-title-md {
  width: min(72%, 520px);
  height: 44px;
  border-radius: var(--r-sm);
}
.page-skel-copy {
  margin-top: 20px;
}
.page-skel-card {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(14, 14, 14, 0.06);
  border-radius: var(--r-lg);
  padding: 24px;
  box-shadow: 0 18px 48px rgba(14, 14, 14, 0.075),
    0 0 30px rgba(184, 221, 32, 0.06);
  backdrop-filter: blur(18px) saturate(140%);
}
.page-skel-card-title {
  width: 72%;
  height: 24px;
  border-radius: var(--r-xs);
  margin-bottom: 12px;
  box-shadow: none;
}
.page-skel-gallery-tile {
  border: 0;
  border-radius: 0;
  min-height: 100%;
}
.page-skel-crumb {
  width: 96px;
  height: 14px;
  border-radius: var(--r-pill);
  box-shadow: none;
}
.page-skel-crumb.short {
  width: 148px;
}
.page-skel-stat-value {
  width: 70px;
  height: 34px;
  border-radius: var(--r-xs);
  margin: 0 auto 8px;
  box-shadow: none;
}
.page-skel-stat-label {
  width: 112px;
  height: 11px;
  border-radius: var(--r-pill);
  margin: 0 auto;
  box-shadow: none;
}
.page-skel-search {
  width: min(100%, 440px);
  height: 54px;
  border-radius: var(--r-pill);
}
.page-skel-feed-search {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.page-skel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
  box-shadow: none;
}
.page-skel-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: none;
}
.page-skel-book-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-skel-detail-head .gd-actions {
  align-self: start;
}
.page-skel-featured .skel-button {
  margin-left: 0;
  margin-top: 10px;
}
.page-skel-article {
  height: 100%;
  pointer-events: none;
}
.page-skel-trainer {
  pointer-events: none;
}
.ls-header-skeleton {
  min-height: 44px;
}
.ls-count-skeleton {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 24px;
}
.skel-count-strong {
  width: 64px;
  height: 18px;
  border-radius: var(--r-xs);
}
.skel-count-muted {
  width: 148px;
  height: 14px;
  border-radius: var(--r-pill);
}
.skel-map-button {
  width: 96px;
  height: 44px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(14, 14, 14, 0.08);
  box-shadow: 0 0 24px rgba(184, 221, 32, 0.08);
}
.skel-map-button::before {
  opacity: 0.48;
}
.skel-map-button::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.62),
    rgba(184, 221, 32, 0.18),
    transparent
  );
}
.gym-filter-skeleton {
  min-height: 100%;
  display: block;
}
.gym-filter-skeleton .fil-head {
  min-height: 45px;
}
.gym-filter-skeleton .fil-block {
  min-height: 150px;
}
.gym-filter-skeleton .fil-block:first-of-type {
  min-height: 248px;
}
.gym-filter-skeleton .fil-options {
  max-height: 220px;
  overflow: hidden;
}
.skel-title {
  width: 88px;
  height: 27px;
  border-radius: var(--r-xs);
}
.skel-clear {
  width: 68px;
  height: 14px;
  border-radius: var(--r-pill);
}
.skel-label {
  width: 112px;
  height: 13px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.skel-chip {
  width: 108px;
  height: 32px;
  border-radius: var(--r-pill);
  box-shadow: none;
  display: inline-block;
}
.skel-chip.short {
  width: 78px;
}
.skel-chip.wide {
  width: 148px;
}
.skel-filter-row {
  pointer-events: none;
  cursor: default;
}
.skel-box {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.42);
}
.skel-line {
  height: 15px;
  width: min(100%, 156px);
  border-radius: var(--r-pill);
}
.skel-line.short {
  width: 118px;
}
.gym-list-skeleton {
  align-items: stretch;
}
.gym-skeleton {
  cursor: default;
  pointer-events: none;
  box-shadow: 0 22px 60px rgba(14, 14, 14, 0.08),
    0 0 42px rgba(184, 221, 32, 0.055);
}
.gym-list .gym-skeleton:hover {
  transform: none;
  box-shadow: 0 22px 60px rgba(14, 14, 14, 0.08),
    0 0 42px rgba(184, 221, 32, 0.055);
  border-color: rgba(14, 14, 14, 0.06);
}
.skel-card-media {
  border: 0;
  border-radius: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(229, 224, 212, 0.62));
}
.skel-card-media.alt {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(229, 224, 212, 0.5));
}
.skel-card-media::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.48),
    rgba(255, 255, 255, 0.78),
    rgba(184, 221, 32, 0.16),
    transparent
  );
}
.skel-location-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 142px;
  height: 24px;
  border-radius: var(--r-xs);
  border-color: rgba(14, 14, 14, 0.06);
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(10px) saturate(140%);
}
.skel-card-title {
  width: 72%;
  height: 27px;
  border-radius: var(--r-xs);
  margin-bottom: 11px;
}
.skel-meta-line {
  width: 96px;
  height: 14px;
  border-radius: var(--r-pill);
}
.skel-meta-line.short {
  width: 78px;
}
.skel-amen {
  width: 78px;
  height: 25px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.42);
}
.skel-amen.short {
  width: 58px;
}
.skel-button {
  width: 86px;
  height: 36px;
  border-radius: var(--r-pill);
  margin-left: auto;
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(14, 14, 14, 0.08);
  box-shadow: 0 0 24px rgba(184, 221, 32, 0.08);
}
.skel-button.wide {
  width: 168px;
  height: 44px;
  margin-left: 0;
}
.gym-map-shell {
  margin: 28px 0 0;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--r-xl);
  overflow: hidden;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  min-height: 620px;
  border: 1px solid rgba(14, 14, 14, 0.08);
  box-shadow: var(--sh-2);
}
.gym-map-loading,
.gym-map-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 32px;
  text-align: center;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--bone);
  box-shadow: none;
}
.gym-map-skeleton {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}
.gym-map-skeleton::after,
.gym-map-skeleton-canvas::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 34%,
    rgba(255, 255, 255, 0.42) 45%,
    rgba(216, 255, 54, 0.18) 51%,
    transparent 64%,
    transparent 100%
  );
  transform: translateX(-130%);
  animation: gym-map-skeleton-sweep 1.55s ease-in-out infinite;
  mix-blend-mode: screen;
}
.gym-map-skeleton-side {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 18% 14%, rgba(216, 255, 54, 0.14), transparent 28%),
    linear-gradient(180deg, #fbfaf5 0%, #f0ece0 100%);
}
.gym-map-skeleton-side-head {
  display: grid;
  gap: 10px;
  padding: 2px 2px 0;
}
.gym-map-skeleton-side-head > span,
.gym-map-skeleton-side-head > strong,
.gym-map-skeleton-side-head i,
.gym-map-skeleton-list span,
.gym-map-skeleton-list i,
.gym-map-skeleton-list b,
.gym-map-skeleton-card span,
.gym-map-skeleton-card i,
.gym-map-skeleton-card b,
.gym-map-skeleton-card em,
.gym-map-skeleton-locate {
  display: block;
  background: linear-gradient(90deg, rgba(14, 14, 14, 0.07), rgba(14, 14, 14, 0.035)),
    rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(14, 14, 14, 0.055);
  box-shadow: 0 12px 24px rgba(14, 14, 14, 0.035);
}
.gym-map-skeleton-side-head > span {
  width: 118px;
  height: 11px;
  border-radius: var(--r-pill);
}
.gym-map-skeleton-side-head > strong {
  width: 82px;
  height: 22px;
  border-radius: var(--r-xs);
}
.gym-map-skeleton-side-head > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border-radius: var(--r-pill);
  background: rgba(14, 14, 14, 0.055);
  border: 1px solid rgba(14, 14, 14, 0.06);
}
.gym-map-skeleton-side-head i {
  height: 34px;
  border-radius: var(--r-pill);
}
.gym-map-skeleton-side-head i:first-child {
  background: var(--volt);
  border-color: rgba(216, 255, 54, 0.74);
  box-shadow: 0 10px 22px rgba(216, 255, 54, 0.18);
}
.gym-map-skeleton-list {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.gym-map-skeleton-list > div {
  min-height: 68px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(14, 14, 14, 0.07);
}
.gym-map-skeleton-list > div.is-hot {
  background: linear-gradient(90deg, rgba(216, 255, 54, 0.88), rgba(216, 255, 54, 0.58));
  border-color: rgba(216, 255, 54, 0.74);
}
.gym-map-skeleton-list span {
  width: 48px;
  height: 48px;
  border-radius: var(--r-sm);
}
.gym-map-skeleton-list p {
  display: grid;
  gap: 8px;
}
.gym-map-skeleton-list i {
  width: min(82%, 150px);
  height: 17px;
  border-radius: var(--r-xs);
}
.gym-map-skeleton-list b {
  width: min(66%, 120px);
  height: 10px;
  border-radius: var(--r-pill);
}
.gym-map-skeleton-canvas {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: radial-gradient(circle at 30% 62%, rgba(255, 93, 62, 0.13), transparent 8%),
    radial-gradient(circle at 76% 31%, rgba(216, 255, 54, 0.16), transparent 11%),
    linear-gradient(135deg, #f8f6ef, #e9e4d7);
  isolation: isolate;
}
.gym-map-skeleton-grid {
  position: absolute;
  inset: 0;
  opacity: 0.58;
  background-image: linear-gradient(rgba(14, 14, 14, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 14, 14, 0.045) 1px, transparent 1px),
    linear-gradient(30deg, transparent 0 46%, rgba(14, 14, 14, 0.03) 47% 48%, transparent 49% 100%);
  background-size: 58px 58px,
    58px 58px,
    140px 140px;
}
.gym-map-skeleton-route {
  position: absolute;
  height: 2px;
  border-radius: var(--r-pill);
  background: linear-gradient(90deg, transparent, rgba(216, 255, 54, 0.8), transparent);
  box-shadow: 0 0 20px rgba(216, 255, 54, 0.28);
  opacity: 0.72;
  transform-origin: left center;
  animation: gym-map-route-pulse 1.25s ease-in-out infinite;
}
.gym-map-skeleton-route.route-a {
  width: 34%;
  left: 24%;
  top: 46%;
  transform: rotate(-13deg);
}
.gym-map-skeleton-route.route-b {
  width: 29%;
  left: 55%;
  top: 36%;
  transform: rotate(12deg);
  animation-delay: 0.22s;
}
.gym-map-skeleton-route.route-c {
  width: 23%;
  left: 36%;
  top: 67%;
  transform: rotate(26deg);
  animation-delay: 0.44s;
}
.gym-map-skeleton-pin,
.gym-map-skeleton-user-pin {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50% 50% 50% 6px;
  transform: rotate(-45deg);
  background: var(--volt);
  border: 3px solid var(--ink);
  box-shadow: 0 12px 24px rgba(14, 14, 14, 0.18),
    0 0 28px rgba(216, 255, 54, 0.62);
  animation: gym-map-pin-pop 1.4s ease-in-out infinite;
}
.gym-map-skeleton-pin::after,
.gym-map-skeleton-user-pin::after {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: var(--ink);
}
.gym-map-skeleton-pin.pin-a {
  left: 30%;
  top: 41%;
}
.gym-map-skeleton-pin.pin-b {
  left: 72%;
  top: 30%;
  animation-delay: 0.18s;
}
.gym-map-skeleton-pin.pin-c {
  left: 55%;
  top: 57%;
  animation-delay: 0.36s;
}
.gym-map-skeleton-user-pin {
  left: 24%;
  top: 58%;
  width: 22px;
  height: 22px;
  background: #ff6b4a;
  border-color: #fff;
  box-shadow: 0 0 0 10px rgba(255, 107, 74, 0.12),
    0 0 26px rgba(255, 107, 74, 0.42);
}
.gym-map-skeleton-locate {
  position: absolute;
  right: 28px;
  top: 20px;
  width: 132px;
  height: 42px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.78);
}
.gym-map-skeleton-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  min-height: 96px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 102px 102px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(14, 14, 14, 0.08);
  box-shadow: 0 22px 42px rgba(14, 14, 14, 0.09);
  backdrop-filter: blur(14px);
}
.gym-map-skeleton-card > span {
  width: 72px;
  height: 72px;
  border-radius: var(--r-sm);
}
.gym-map-skeleton-card div {
  display: grid;
  gap: 10px;
}
.gym-map-skeleton-card i {
  width: min(68%, 220px);
  height: 22px;
  border-radius: var(--r-xs);
}
.gym-map-skeleton-card b {
  width: min(52%, 180px);
  height: 12px;
  border-radius: var(--r-pill);
}
.gym-map-skeleton-card em {
  height: 44px;
  border-radius: var(--r-pill);
}
.gym-map-skeleton-card em:first-of-type {
  background: var(--volt);
  border-color: rgba(216, 255, 54, 0.72);
}
.gym-map-canvas.gym-map-loading,
.gym-map-canvas.gym-map-canvas-empty {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 32px;
  text-align: center;
  background: linear-gradient(135deg, #f7f5ed, #ece7db);
  color: var(--ink);
  border: 0;
}
.gym-map-empty h3,
.gym-map-canvas-empty h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-top: 10px;
}
.gym-map-empty p,
.gym-map-canvas-empty p {
  color: var(--mist);
  margin-top: 8px;
}
.gym-map-side {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
  background: linear-gradient(180deg, var(--paper), #f8f6ef);
  border-right: 1px solid var(--bone);
}
.gym-map-side h2 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 14px 0 12px;
  font-variation-settings: 'wdth' 85;
}
.gym-map-side h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt-deep);
}
.gym-map-side p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
}
.gym-map-side-head {
  display: grid;
  gap: 12px;
  padding: 2px 2px 0;
}
.gym-map-side-head > div:first-child {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}
.gym-map-side-kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
}
.gym-map-side-head strong {
  font-family: var(--font-display);
  font-size: 19px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  white-space: nowrap;
  font-variation-settings: 'wdth' 88;
}
.gym-map-scope {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 5px;
  border-radius: var(--r-pill);
  background: rgba(14, 14, 14, 0.055);
  border: 1px solid rgba(14, 14, 14, 0.08);
}
.gym-map-scope button {
  min-height: 34px;
  border-radius: var(--r-pill);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
  color: rgba(14, 14, 14, 0.68);
  transition: background 0.16s,
    color 0.16s,
    box-shadow 0.16s;
}
.gym-map-scope button:hover:not(:disabled) {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
}
.gym-map-scope button.is-active {
  background: var(--volt);
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(216, 255, 54, 0.2);
}
.gym-map-scope button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
.gym-map-feature {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
}
.gym-map-feature-img {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--bone);
  overflow: hidden;
}
.gym-map-feature-img img {
  object-fit: cover;
}
.gym-map-feature-img .imgph {
  height: 100%;
  border-radius: 0;
}
.gym-map-feature-img .pill {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.gym-map-feature-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gym-map-feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.gym-map-feature-top h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  font-variation-settings: 'wdth' 86;
}
.gym-map-feature-top span {
  display: block;
  margin-top: 5px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
}
.gym-map-feature-top b {
  background: var(--ink);
  color: var(--volt);
  border-radius: var(--r-pill);
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  white-space: nowrap;
}
.gym-map-feature-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.gym-map-feature-meta span {
  background: var(--cream);
  border: 1px solid var(--bone);
  border-radius: var(--r-sm);
  padding: 10px 11px;
  font-size: 12px;
  font-weight: 600;
  color: var(--slate);
}
.gym-map-feature-meta span:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.gym-map-feature-amen {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.gym-map-feature-amen span {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--slate);
  background: var(--cream);
  border-radius: var(--r-pill);
  padding: 5px 9px;
}
.gym-map-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
}
.gym-map-list-loader {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--slate);
  font-size: 12px;
  font-weight: 700;
  border: 1px dashed rgba(14, 14, 14, 0.16);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.44);
}
.gym-map-list-loader span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid rgba(14, 14, 14, 0.14);
  border-top-color: var(--volt-deep);
  animation: gym-map-loader-spin 0.7s linear infinite;
}
.gym-map-item {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 12px;
  text-align: left;
  background: var(--paper);
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-radius: var(--r-md);
  padding: 10px;
  color: var(--ink);
  transition: background 0.16s,
    border-color 0.16s,
    box-shadow 0.16s,
    transform 0.16s;
}
.gym-map-item:hover {
  background: #fff;
  border-color: rgba(14, 14, 14, 0.14);
  box-shadow: 0 12px 26px rgba(14, 14, 14, 0.08);
  transform: translateY(-1px);
}
.gym-map-item.is-selected {
  background: var(--volt);
  border-color: var(--volt);
  color: var(--ink);
}
.gym-map-item-img {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--bone);
  flex-shrink: 0;
}
.gym-map-item-img img {
  object-fit: cover;
}
.gym-map-item-img .imgph {
  height: 100%;
  border-radius: 0;
}
.gym-map-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.05;
  font-variation-settings: 'wdth' 88;
}
.gym-map-item small {
  display: block;
  margin-top: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
}
.gym-map-item.is-selected small {
  color: rgba(14, 14, 14, 0.6);
}
.gym-map-rating {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.gym-map-note {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mist);
  padding-top: 2px;
}
.gym-map-note.is-error {
  color: var(--rust);
}
.gym-map-canvas {
  position: relative;
  min-height: 620px;
  background: linear-gradient(135deg, #f7f5ed, #ece7db);
  isolation: isolate;
}
.gym-map-canvas-standalone {
  min-height: 520px;
  margin: 0;
}
.gym-map-canvas-standalone .gym-map-leaflet {
  min-height: 520px;
}
.gym-map-canvas::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 401;
  pointer-events: none;
  background-image: linear-gradient(rgba(14, 14, 14, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 14, 14, 0.035) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.leaflet-container {
  overflow: hidden;
  position: relative;
  outline: 0;
  touch-action: pan-x pan-y;
  background: #ddd;
}
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container img.leaflet-tile {
  max-width: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-animated {
  transform-origin: 0 0;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-control-zoom a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-size: 22px;
}
.leaflet-control-attribution {
  padding: 3px 6px;
  font-size: 11px;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
}
.leaflet-popup-content {
  line-height: 1.3;
  min-height: 1px;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}
.leaflet-popup-close-button {
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  border-radius: 3px;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}
.gym-map-leaflet {
  height: 100%;
  min-height: 620px;
  width: 100%;
  font-family: var(--font-sans);
  background: #f7f5ed;
}
.gym-map-leaflet .leaflet-bottom.leaflet-right {
  display: none;
}
.gym-map-leaflet .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(14, 14, 14, 0.58);
  backdrop-filter: blur(8px);
}
.gym-map-leaflet .leaflet-control-attribution a {
  color: rgba(14, 14, 14, 0.76);
}
.gym-map-leaflet .leaflet-control-zoom {
  border: 1px solid rgba(14, 14, 14, 0.1);
  box-shadow: 0 16px 36px rgba(14, 14, 14, 0.14);
  border-radius: var(--r-sm);
  overflow: hidden;
}
.gym-map-leaflet .leaflet-control-zoom a {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border-bottom-color: rgba(14, 14, 14, 0.1);
}
.gym-map-leaflet .leaflet-control-zoom a:hover {
  background: var(--volt);
  color: var(--ink);
}
.gym-map-leaflet .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 34px rgba(14, 14, 14, 0.24);
  border: 1px solid rgba(184, 221, 32, 0.45);
  overflow: hidden;
}
.gym-map-leaflet .leaflet-popup-content {
  margin: 0;
}
.gym-map-leaflet .leaflet-popup-tip {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(184, 221, 32, 0.45);
  box-shadow: 0 10px 24px rgba(14, 14, 14, 0.18);
}
.gym-map-leaflet .leaflet-popup-close-button {
  width: 24px;
  height: 24px;
  right: 4px;
  top: 4px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(14, 14, 14, 0.48) !important;
  font-size: 18px !important;
  line-height: 24px !important;
  transition: background 0.15s,
    color 0.15s;
}
.gym-map-leaflet .leaflet-popup-close-button:hover {
  background: var(--volt);
  color: var(--ink) !important;
}
.cf-map-popup-card {
  min-width: 190px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px 30px 10px 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 239, 0.96));
}
.cf-map-popup-img {
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--bone);
  display: block;
}
.cf-map-popup-img img {
  object-fit: cover;
}
.cf-map-popup-img .imgph {
  height: 100%;
  border-radius: 0;
}
.cf-map-popup-main {
  min-width: 0;
  display: block;
}
.cf-map-popup-main strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--ink);
  font-variation-settings: 'wdth' 88;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cf-map-popup-main small {
  display: block;
  margin-top: 5px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.58);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cf-map-pin-wrap {
  background: transparent;
  border: 0;
}
.cf-map-pin {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  filter: drop-shadow(0 12px 18px rgba(14, 14, 14, 0.24))
    drop-shadow(0 0 12px rgba(216, 255, 54, 0.42));
}
.cf-map-pin-img {
  width: 48px;
  height: 60px;
  display: block;
  object-fit: contain;
  transform-origin: 50% 92%;
  transition: transform 0.16s ease,
    filter 0.16s ease;
}
.cf-map-pin:hover .cf-map-pin-img,
.cf-map-pin.is-selected .cf-map-pin-img {
  transform: translateY(-2px) scale(1.08);
}
.cf-map-pin.is-selected .cf-map-pin-img {
  filter: drop-shadow(0 0 9px rgba(216, 255, 54, 0.6));
}
.cf-map-pin-label {
  max-width: 118px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: var(--ink);
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-pill);
  padding: 7px 11px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cf-user-pin-wrap {
  background: transparent;
  border: 0;
}
.cf-user-pin {
  position: relative;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 8px 16px rgba(14, 14, 14, 0.16));
}
.cf-user-pin-dot {
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--volt);
  border: 2px solid var(--ink);
  box-shadow: 0 0 0 4px rgba(14, 14, 14, 0.1),
    0 0 18px rgba(216, 255, 54, 0.75);
  z-index: 2;
}
.cf-user-pin-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid rgba(216, 255, 54, 0.86);
  background: rgba(216, 255, 54, 0.08);
  transform: translate(-50%, -50%) scale(0.62);
  animation: userPinPulse 1.45s ease-out infinite;
  z-index: 1;
}
.cf-user-pin-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 2px);
  z-index: 4;
  background: rgba(14, 14, 14, 0.88);
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-pill);
  padding: 6px 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px) scale(0.94);
  transition: opacity 0.14s ease,
    transform 0.14s ease;
}
.cf-user-pin:hover .cf-user-pin-label,
.cf-user-pin-wrap:focus-within .cf-user-pin-label {
  opacity: 1;
  transform: translate(-50%, -2px) scale(1);
}
@keyframes userPinPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.55);
    opacity: 0.9;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0;
  }
}
.gym-map-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 500;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  backdrop-filter: blur(14px) saturate(140%);
  border: 1px solid rgba(14, 14, 14, 0.1);
  border-radius: var(--r-lg);
  padding: 12px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 40px rgba(14, 14, 14, 0.18);
}
.gym-map-locate {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1100;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 1px solid rgba(14, 14, 14, 0.1);
  box-shadow: 0 16px 34px rgba(14, 14, 14, 0.16);
  backdrop-filter: blur(12px) saturate(140%);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  transition: background 0.16s,
    color 0.16s,
    border-color 0.16s,
    transform 0.16s;
}
.gym-map-locate:hover {
  background: var(--volt);
  border-color: var(--volt);
  color: var(--ink);
  transform: translateY(-1px);
}
.gym-map-locate:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.gym-map-locate-icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.gym-map-locate-icon::before,
.gym-map-locate-icon::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 999px;
}
.gym-map-locate-icon::before {
  left: 50%;
  top: -5px;
  bottom: -5px;
  width: 2px;
  transform: translateX(-50%);
}
.gym-map-locate-icon::after {
  left: -5px;
  right: -5px;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}
.gym-map-locate-icon span {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  z-index: 1;
}
.gym-map-locate-error {
  position: absolute;
  top: 68px;
  right: 18px;
  z-index: 1100;
  width: min(260px, calc(100% - 36px));
  padding: 10px 12px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, 0.95);
  color: var(--rust);
  border: 1px solid rgba(255, 91, 46, 0.24);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  font-size: 12px;
  line-height: 1.35;
}
.gym-map-card-img {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--bone);
  display: block;
  margin: 0;
}
.gym-map-card-img img {
  object-fit: cover;
}
.gym-map-card-img .imgph {
  height: 100%;
  border-radius: 0;
}
.gym-map-card-main {
  min-width: 0;
}
.gym-map-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.gym-map-card-main span {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: var(--slate);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gym-map-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  white-space: nowrap;
}
.gallery {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(2, minmax(0, 1fr));
  grid-template-rows: 240px 240px;
  gap: 6px;
  height: 486px;
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-top: var(--section-y-tight);
  position: relative;
}
.gallery .imgph {
  border-radius: 0;
}
.gallery > div:first-child {
  grid-row: 1 / span 2;
}
.gym-gallery-media {
  object-fit: cover;
}
.gym-gallery-image-button {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
}
.gym-gallery-image-button:focus-visible {
  outline: 3px solid var(--volt);
  outline-offset: -6px;
}
.gym-gallery-slide-count {
  display: none;
}
.gallery-actions {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.gallery-actions .btn {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 0;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-size: 13px;
  transition: transform 0.18s ease,
    background 0.18s ease;
}
.gallery-actions .btn:hover {
  background: #fff;
  transform: translateY(-1px);
}
.share-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.share-actions .btn {
  white-space: nowrap;
}
.share-actions .share-actions-copied {
  background: var(--volt) !important;
  color: var(--ink) !important;
  border-color: var(--volt) !important;
}
.see-all {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: rgba(14, 14, 14, 0.85);
  backdrop-filter: blur(10px);
  color: var(--cream);
  padding: 10px 18px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  transition: background 0.18s ease,
    transform 0.18s ease;
}
.see-all:hover {
  background: var(--ink);
  transform: translateY(-1px);
}
.gallery-scroll-guidance {
  display: none;
}
.article-hero-image {
  position: relative;
  margin: 0 0 48px;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(14, 14, 14, 0.12);
  box-shadow: var(--sh-2);
  isolation: isolate;
}
.article-hero-image::before {
  content: '';
  position: absolute;
  inset: -24px;
  z-index: 0;
  background-image: var(--article-image-matte);
  background-size: cover;
  background-position: center;
  filter: blur(24px) saturate(115%);
  transform: scale(1.08);
  opacity: 0.72;
}
.article-hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      90deg,
      rgba(14, 14, 14, 0.52),
      rgba(14, 14, 14, 0.08) 35%,
      rgba(14, 14, 14, 0.08) 65%,
      rgba(14, 14, 14, 0.52)
    ),
    linear-gradient(180deg, rgba(14, 14, 14, 0.16), rgba(14, 14, 14, 0.34));
  pointer-events: none;
}
.article-hero-image-frame {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  max-height: min(68vh, 680px);
  overflow: hidden;
}
.article-hero-image-frame img {
  padding: 0;
  filter: drop-shadow(0 18px 42px rgba(0, 0, 0, 0.22));
}
.article-hero-image-frame .tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  margin: 0;
}
.article-hero-image .gallery-actions {
  top: 18px;
  right: 18px;
  z-index: 5;
}
.article-hero-image .see-all {
  right: 18px;
  bottom: 18px;
  z-index: 5;
}
.photo-carousel-backdrop {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 7, 9, 0.88);
  backdrop-filter: blur(14px);
}
.photo-carousel-dialog {
  width: min(1400px, 100%);
  height: min(900px, calc(100dvh - 48px));
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: #080a0c;
  color: var(--cream);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-lg);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.58);
}
.photo-carousel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.photo-carousel-head h2 {
  margin-top: 4px;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-variation-settings: 'wdth' 86;
}
.photo-carousel-count {
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}
.photo-carousel-close,
.photo-carousel-nav {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  transition: background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}
.photo-carousel-close {
  line-height: 0;
}
.photo-carousel-close svg,
.photo-carousel-nav svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}
.photo-carousel-close:hover,
.photo-carousel-nav:hover {
  background: var(--ink);
  border-color: var(--volt);
  color: var(--volt);
}
.photo-carousel-nav:active {
  transform: scale(0.96);
}
.photo-carousel-stage {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 16px;
  padding: 20px;
}
.photo-carousel-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
  overflow: hidden;
  background: #030405;
}
.photo-carousel-frame img {
  object-fit: contain;
}
.photo-carousel-nav {
  line-height: 0;
  justify-self: center;
  z-index: 2;
}
.photo-carousel-thumbs {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
  overscroll-behavior-inline: contain;
}
.photo-carousel-thumb {
  position: relative;
  width: 96px;
  aspect-ratio: 4/3;
  flex: 0 0 auto;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: var(--r-sm);
  opacity: 0.58;
  transition: opacity 0.18s ease,
    border-color 0.18s ease;
}
.photo-carousel-thumb:hover {
  opacity: 0.85;
}
.photo-carousel-thumb.is-active {
  border-color: var(--volt);
  opacity: 1;
}
.crumbs {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mist);
  display: flex;
  gap: 10px;
  align-items: center;
}
.gd-header {
  padding-block: var(--section-y-tight);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 28px;
}
.gd-header h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin-bottom: 18px;
  font-variation-settings: 'wdth' 85;
}
.gd-header h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--mist);
}
.gd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 14px;
  align-items: center;
  color: var(--slate);
}
.gd-meta .sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ash);
}
.gd-meta .rating {
  color: var(--ink);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.gd-meta .live {
  background: var(--volt);
  color: var(--ink);
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}
.gd-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.gd-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  gap: 40px;
  padding-bottom: var(--section-y);
}
.gd-tabs {
  position: sticky;
  top: 64px;
  background: var(--cream);
  z-index: 10;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--bone);
  padding-top: 6px;
}
.gd-tabs .row {
  display: flex;
  gap: 0;
}
.gd-tabs .tab {
  padding: 14px 0;
  margin-right: 28px;
  font-size: 14px;
  font-weight: 500;
  color: var(--mist);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
  transition: color 0.15s;
}
.gd-tabs .tab.active {
  color: var(--ink);
  border-bottom-color: var(--ink);
  font-weight: 600;
}
.gd-block {
  margin-bottom: 34px;
}
.gd-block h2 {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 12px;
  font-variation-settings: 'wdth' 85;
}
.gd-about {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 800px;
  font-variation-settings: 'wdth' 95;
}
.gd-about em {
  font-style: italic;
  color: var(--mist);
}
.gd-about-wrap {
  max-width: 800px;
}
.gd-about.is-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gd-about-toggle {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--r-pill);
  background: linear-gradient(180deg, var(--volt), #cdea1e);
  color: var(--ink);
  padding: 7px 13px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(184, 221, 32, 0.22);
  transition: transform 0.15s,
    box-shadow 0.15s;
}
.gd-about-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(184, 221, 32, 0.28);
}
.gd-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.gd-stats div {
  min-width: 0;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
  padding: 16px 18px;
}
.gd-stats div b {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.3vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
  font-variation-settings: 'wdth' 85;
  white-space: nowrap;
}
.gd-stats div b small {
  margin-left: 4px;
  font-family: var(--font-display);
  font-size: 0.62em;
  font-weight: 760;
  letter-spacing: -0.015em;
  line-height: 1;
}
.gd-stats div span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mist);
}
.article-reading-layout {
  align-items: start;
}
.article-reader-card {
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(224, 215, 191, 0.82);
  border-radius: var(--r-lg);
  padding: clamp(24px, 4vw, 44px);
  box-shadow: 0 18px 42px rgba(14, 14, 14, 0.055);
}
.article-reader-intro {
  margin-bottom: 22px;
}
.article-deck {
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: var(--ink);
  font-variation-settings: 'wdth' 88;
}
.article-meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
}
.article-meta-grid div b {
  font-size: clamp(22px, 2.5vw, 30px);
}
.article-reader-kicker {
  max-width: 720px;
  margin-bottom: 26px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--bone);
}
.article-reader-kicker .eyebrow {
  margin-bottom: 14px;
}
.article-reader-kicker h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-variation-settings: 'wdth' 84;
}
.article-prose {
  max-width: 720px;
  color: #171713;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.72;
  letter-spacing: 0;
}
.article-prose-paragraph {
  margin: 0 0 1.15em;
}
.article-prose-paragraph:last-child {
  margin-bottom: 0;
}
.article-prose-heading {
  margin: 2.1em 0 0.65em;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--ink);
  font-variation-settings: 'wdth' 86;
}
.article-prose-heading:first-child {
  margin-top: 0;
}
.article-prose-heading + .article-prose-paragraph {
  margin-top: 0;
}
.article-prose strong {
  font-weight: 760;
  color: var(--ink);
}
.article-prose em {
  font-style: italic;
  color: #3f3b34;
}
.health-article-template {
  min-height: 100vh;
  background: var(--cream);
}
.health-article-wrap {
  max-width: 760px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.health-article-media {
  position: relative;
  width: 100%;
  height: min(420px, 55vw);
  min-height: 240px;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
  margin-bottom: 32px;
}
.health-article-media img {
  object-fit: cover;
}
.health-article-media .article-image-fallback {
  background: linear-gradient(135deg, #1a1a1a, #0e0e0e);
  color: var(--cream);
  font-size: 48px;
}
.health-article-category {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 5px 12px;
  font-size: var(--fs-meta);
  gap: 6px;
  color: #fff;
}
.health-article-category.cat-weight {
  color: #fff;
  background: #d6431f;
}
.health-article-category.cat-muscle {
  color: #fff;
  background: #0f766e;
}
.health-article-category.cat-supps {
  color: #fff;
  background: #7c3aed;
}
.health-article-category.cat-nutrition {
  color: #fff;
  background: #b45309;
}
.health-article-category.cat-wellness {
  color: #fff;
  background: #0891b2;
}
.health-article-category.cat-mental {
  color: #fff;
  background: #1a56db;
}
.health-article-category.cat-workout {
  color: #fff;
  background: #6d28d9;
}
.health-article-category.cat-trends {
  color: #fff;
  background: #374151;
}
.health-article-template h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 18px;
  color: var(--ink);
}
.health-article-deck {
  font-size: var(--fs-lead);
  line-height: 1.55;
  color: var(--slate);
  font-style: italic;
  margin-bottom: 24px;
}
.health-article-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: var(--mist);
  letter-spacing: 0.04em;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--bone);
}
.health-article-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ash);
  flex-shrink: 0;
}
.health-article-body .article-prose-heading {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin: 32px 0 14px;
  color: var(--ink);
  font-variation-settings: normal;
}
.health-article-body .article-prose-heading:first-child {
  margin-top: 0;
}
.health-article-body .article-prose-paragraph {
  font-size: var(--fs-base);
  line-height: 1.75;
  color: var(--slate);
  margin: 0 0 16px;
}
.health-article-back {
  display: inline-flex;
  margin-top: 40px;
  padding: 14px 28px;
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-sm);
  font-family: var(--font-display);
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.15s,
    background 0.15s;
}
.health-article-back:hover {
  background: #000;
  transform: translateY(-1px);
}
.amen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
.amen-grid > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bone);
  font-size: 15px;
}
.amen-grid .check {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--volt);
  color: var(--ink);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.coach-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.coach {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
  overflow: hidden;
}
.coach .imgph {
  aspect-ratio: 4/4;
  border-radius: 0;
}
.coach-body {
  padding: 16px 18px;
}
.coach-body h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
  font-variation-settings: 'wdth' 88;
}
.coach-body span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.06em;
}
.coach-body .rate {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--bone);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
}
.book-card {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-xl);
  padding: 24px;
  position: sticky;
  top: 86px;
}
.legal-help-card {
  overflow: hidden;
  min-height: 620px;
  background: radial-gradient(circle at 100% 0%, rgba(216, 255, 54, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 248, 241, 0.96));
  padding: 0;
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(14, 14, 14, 0.08),
    0 0 42px rgba(184, 221, 32, 0.06);
}
.legal-help-shell {
  min-height: 620px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 20px;
  padding: 26px;
}
.legal-help-card .eyebrow {
  margin-bottom: 14px;
}
.legal-help-card h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  font-variation-settings: 'wdth' 84;
}
.legal-help-card p {
  margin-top: 16px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.65;
}
.legal-help-email {
  width: 100%;
  min-height: 52px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 16px 34px rgba(14, 14, 14, 0.14);
  transition: transform 0.15s,
    background 0.15s;
}
.legal-help-email:hover {
  background: #000;
  transform: translateY(-1px);
}
.legal-help-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 2px;
}
.legal-help-routes span {
  padding: 7px 10px;
  border: 1px solid rgba(224, 215, 191, 0.9);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.62);
  color: var(--slate);
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
}
.legal-help-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 8px;
  margin-top: 0;
  padding-top: 18px;
  border-top: 1px solid var(--bone);
  list-style: none;
}
.legal-help-list li {
  position: relative;
  overflow: hidden;
  min-height: 86px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 12px 12px;
  border: 1px solid rgba(224, 215, 191, 0.72);
  border-radius: 18px;
  background: radial-gradient(circle at 100% 0%, rgba(216, 255, 54, 0.14), transparent 42%),
    rgba(255, 255, 255, 0.56);
  color: var(--ink);
}
.legal-help-list li::before {
  content: '';
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--volt);
}
.legal-help-list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.02em;
  font-variation-settings: 'wdth' 86;
}
.legal-help-list span {
  color: var(--ink);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.28;
}
.gym-inquiry-form {
  gap: 18px;
}
.gym-inquiry-loading {
  min-height: 360px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgba(14, 14, 14, 0.04),
    rgba(14, 14, 14, 0.075),
    rgba(14, 14, 14, 0.04)
  );
  background-size: 200% 100%;
  animation: partner-placeholder 1.2s ease-in-out infinite;
}
.gym-inquiry-form .partner-form-title {
  font-size: 38px;
  margin-block: 10px 12px;
}
.gym-inquiry-form .partner-form-copy {
  font-size: 15px;
  line-height: 1.55;
}
.gym-inquiry-form .partner-form-grid {
  gap: 14px;
}
.gym-inquiry-form .partner-form-footer {
  gap: 11px;
}
.gym-inquiry-form .partner-submit {
  height: 48px;
  font-size: 15px;
}
.gym-inquiry-success {
  min-height: 360px;
  padding-inline: 8px;
}
.book-trust-list {
  display: grid;
  gap: 9px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.5;
}
.book-trust-list li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.book-trust-list .check {
  color: var(--leaf);
  font-weight: 700;
  text-align: center;
}
.book-price {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  margin-bottom: 4px;
  font-variation-settings: 'wdth' 84;
}
.book-price sub {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 400;
  color: var(--mist);
}
.book-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border: 1.5px solid var(--bone);
  border-radius: var(--r-md);
  transition: all 0.15s;
  margin-bottom: 8px;
  margin-top: 16px;
}
.book-option.sel {
  border-color: var(--ink);
  background: var(--cream);
}
.book-opt-name {
  font-size: 14px;
  font-weight: 600;
}
.book-opt-sub {
  font-size: 12px;
  color: var(--mist);
  font-family: var(--font-mono);
}
.book-opt-price {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-variation-settings: 'wdth' 84;
}
.tr-hero,
.prod-hero,
.feed-hero,
.ab-hero {
  background: var(--ink);
  color: var(--cream);
  padding-block: var(--hero-y);
  position: relative;
  overflow: hidden;
}
.ab-hero::before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  top: -20%;
  right: -30%;
  background: radial-gradient(
    ellipse at 85% 5%,
    rgba(216, 255, 54, 0.08) 0%,
    rgba(216, 255, 54, 0.02) 35%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}
.ab-hero > .wrap {
  position: relative;
  z-index: 1;
}
.tr-hero {
  background: var(--cream);
  color: var(--ink);
  padding-block: var(--hero-y);
}
.tr-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: end;
}
.tr-hero h1,
.prod-hero h1,
.feed-hero h1,
.ab-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(56px, 9vw, 140px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.046em;
  font-variation-settings: 'wdth' 83;
  margin-block: 18px 24px;
}
.tr-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--mist);
}
.prod-hero h1 em,
.feed-hero h1 em,
.ab-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.tr-hero p,
.prod-hero-sub,
.feed-hero-sub,
.ab-hero-sub {
  font-size: 20px;
  color: var(--slate);
  max-width: 640px;
  line-height: 1.55;
  margin-bottom: 28px;
}
.prod-hero-sub,
.feed-hero-sub,
.ab-hero-sub {
  color: rgba(255, 255, 255, 0.62);
}
.tr-meta-row,
.ab-hero-meta {
  padding-top: 24px;
  border-top: 1px solid var(--bone);
  display: flex;
  gap: 48px;
}
.ab-hero-meta {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.tr-meta-row b,
.ab-hero-meta b {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
  font-variation-settings: 'wdth' 84;
}
.tr-meta-row span,
.ab-hero-meta span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.feat-stack {
  position: relative;
  height: 520px;
}
.feat-card {
  position: absolute;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-2);
  width: 252px;
}
.feat-card .imgph {
  aspect-ratio: 1;
  border-radius: 0;
}
.feat-card .info {
  padding: 16px 18px;
}
.feat-card .info h4 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.feat-card .info span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 12px;
}
.feat-card .info .row-r {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  border-top: 1px solid var(--bone);
  font-size: 13px;
}
.fc-a {
  top: 0;
  left: 0;
}
.fc-b {
  top: 80px;
  left: 168px;
}
.fc-c {
  top: 220px;
  left: 40px;
}
.tr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tr-card {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  overflow: hidden;
  transition: transform 0.2s,
    box-shadow 0.2s,
    border-color 0.2s;
}
.tr-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: var(--ink);
}
.tr-card .imgph {
  aspect-ratio: 3/4;
  border-radius: 0;
}
.tr-body {
  padding: 22px;
}
.tr-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}
.tr-spec {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tr-meta {
  font-size: 13px;
  color: var(--mist);
  margin-top: 8px;
}
.tr-rate {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--bone);
}
.tr-rate b {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.prod-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.prod-tab {
  flex-shrink: 0;
  padding: 10px 20px;
  border-radius: var(--r-pill);
  font-size: 13px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
}
.prod-tab.on {
  background: var(--volt);
  color: var(--ink);
  border-color: var(--volt);
}
.prod-section {
  padding-block: var(--section-y);
  position: relative;
}
.prod-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.prod-left h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 0.95;
  margin-bottom: 20px;
}
.prod-left h2 em {
  font-style: italic;
  font-weight: 500;
}
.prod-left .desc {
  font-size: 17px;
  color: var(--slate);
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 520px;
}
.prod-price {
  font-family: var(--font-display);
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.prod-price span {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--mist);
  font-weight: 400;
}
.prod-feat-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}
.prod-feat {
  display: flex;
  gap: 14px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
}
.prod-feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.prod-feat-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.prod-feat-desc {
  font-size: 13px;
  color: var(--mist);
  line-height: 1.5;
}
.pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.pkg-card {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.pkg-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: rgba(14, 14, 14, 0.16);
}
.pkg-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.05;
  margin-bottom: 6px;
}
.pkg-desc {
  font-size: 13px;
  color: var(--mist);
  line-height: 1.55;
  margin-bottom: 14px;
}
.pkg-feats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.pkg-feats li {
  font-size: 13px;
  color: var(--slate);
  display: flex;
  gap: 9px;
}
.pkg-feats li::before {
  content: '✓';
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--leaf);
}
.feed-hero > .wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, auto);
  gap: 48px;
  align-items: end;
}
.feed-search {
  width: min(100%, 440px);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--r-pill);
  padding: 8px 8px 8px 20px;
  min-width: 0;
}
.feed-search input {
  background: transparent;
  border: none;
  color: var(--cream);
  outline: none;
  flex: 1;
  min-width: 0;
}
.feed-search button {
  background: var(--volt);
  color: var(--ink);
  border-radius: var(--r-pill);
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.feed-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--bone);
  margin-bottom: 40px;
}
.feed-featured .fi {
  min-height: 400px;
}
.feed-featured .fb {
  padding: 34px 32px;
  background: var(--paper);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.feed-featured h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 16px;
}
.feed-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.art {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}
.art:hover {
  transform: translateY(-4px);
  border-color: rgba(14, 14, 14, 0.16);
  box-shadow: var(--sh-2);
}
.art .ai {
  aspect-ratio: 16/10;
  object-fit: cover;
}
.art .ab {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.cat-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  margin-bottom: 12px;
}
.art .cat-tag {
  align-self: flex-start;
}
.art h3 {
  font-family: var(--font-display);
  font-size: clamp(19px, 1.8vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.art .excerpt {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}
.art .art-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  padding-top: 14px;
  border-top: 1px solid var(--bone);
}
.art .art-meta .sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ash);
}
.art.wide {
  grid-column: span 2;
}
.feed-newsletter {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-xl);
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-top: 64px;
  position: relative;
  overflow: hidden;
}
.feed-newsletter::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 80% at 90% 50%, rgba(216, 255, 54, 0.09), transparent 60%);
  pointer-events: none;
}
.feed-newsletter > * {
  position: relative;
}
.article-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--bone);
}
.article-image img {
  object-fit: cover;
  transition: transform 0.4s ease;
}
.art:hover .article-image img,
.feed-featured:hover .article-image img {
  transform: scale(1.025);
}
.article-image .tag {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
}
.article-image-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--bone), var(--cream));
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  color: var(--mist);
}
.feed-featured .fi {
  position: relative;
}
.feed-featured .art-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  padding-top: 18px;
  border-top: 1px solid var(--bone);
}
.feed-featured .art-meta .sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ash);
}
.feed-featured .excerpt {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.65;
}
.feed-featured .fb {
  padding: 48px 44px;
}
.feed-featured .fb .cat-tag {
  gap: 6px;
  font-size: var(--fs-meta);
  letter-spacing: 0.12em;
  font-weight: 600;
  padding: 5px 12px;
  margin-bottom: 20px;
}
.feed-featured .fb h2 {
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-variation-settings: 'wdth' 88;
}
.feed-featured .fb .excerpt {
  font-size: var(--fs-base);
  line-height: 1.65;
  margin-bottom: 28px;
}
.feed-featured .fb .art-meta {
  gap: 14px;
  font-size: var(--fs-meta);
  letter-spacing: 0.04em;
  padding-top: 24px;
}
.art .ab {
  padding: 22px 22px 24px;
}
.art .cat-tag {
  gap: 5px;
  font-size: var(--fs-meta);
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 5px 11px;
  margin-top: -32px;
  margin-bottom: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}
.art h3 {
  font-size: var(--fs-h4);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 10px;
  font-variation-settings: 'wdth' 88;
}
.art .excerpt {
  font-size: var(--fs-base);
  line-height: 1.6;
  margin-bottom: 18px;
}
.art .art-meta {
  gap: 12px;
  font-size: var(--fs-meta);
  letter-spacing: 0.04em;
  padding-top: 16px;
}
.art.wide .ab {
  padding: 28px 32px;
}
.art.wide h3 {
  font-size: var(--fs-h3);
}
.feed-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 40px;
}
.feed-stat {
  padding: 16px 20px;
  text-align: center;
  border-right: 1px solid var(--bone);
}
.feed-stat:last-child {
  border-right: 0;
}
.feed-stat b {
  display: block;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variation-settings: 'wdth' 85;
}
.feed-stat span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#feed-main .feed-stats {
  width: min(100%, 720px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-inline: auto;
}
#feed-main .feed-stat {
  border-bottom: 0;
}
#feed-main .feed-stat:nth-child(2) {
  border-right: 0;
}
.feed-kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 18px;
  font-weight: 500;
}
.feed-category-section {
  margin-block: var(--section-y-tight);
}
.feed-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--bone);
}
.feed-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.feed-section-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 20px;
  background: var(--bone);
}
.feed-section-icon.cat-weight {
  background: rgba(214, 67, 31, 0.1);
}
.feed-section-icon.cat-muscle {
  background: rgba(15, 118, 110, 0.1);
}
.feed-section-icon.cat-supps {
  background: rgba(124, 58, 237, 0.1);
}
.feed-section-icon.cat-nutrition {
  background: rgba(180, 83, 9, 0.1);
}
.feed-section-icon.cat-workout {
  background: rgba(109, 40, 217, 0.1);
}
.feed-section-icon.cat-wellness {
  background: rgba(8, 145, 178, 0.1);
}
.feed-section-icon.cat-mental {
  background: rgba(26, 86, 219, 0.1);
}
.feed-section-icon.cat-trends {
  background: rgba(55, 65, 81, 0.1);
}
.feed-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
}
.feed-section-count {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: var(--mist);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 4px;
}
.feed-section-head .feed-section-action {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
.feed-section-head .feed-section-action:hover {
  color: var(--ink);
}
.feed-category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}
.feed-category-grid .article-grid-item:first-child {
  grid-column: span 9;
}
.feed-category-grid .article-grid-item:nth-child(2) {
  grid-column: span 3;
}
.feed-category-grid .article-grid-item:nth-child(n + 3) {
  grid-column: span 4;
}
.feed-category-grid .article-grid-item > a,
.feed-category-grid .art {
  height: 100%;
}
.feed-category-grid .article-grid-item:nth-child(-n + 2) .ai {
  height: 250px;
  aspect-ratio: auto;
}
.feed-category-grid .article-grid-item:first-child .art h3 {
  font-size: var(--fs-h3);
}
.feed-category-grid .article-grid-item:nth-child(2) .ab {
  padding-inline: 18px;
}
.feed-category-grid .article-grid-item:nth-child(2) .art-meta {
  gap: 7px;
  flex-wrap: wrap;
}
.related-post-grid {
  align-items: stretch;
}
.related-post-grid > div,
.related-post-grid > div > a,
.related-post-grid .art {
  height: 100%;
}
.related-post-grid .ai {
  height: 240px;
  aspect-ratio: auto;
}
.related-post-grid .art h3 {
  min-height: 3.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.related-post-grid .excerpt {
  min-height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.related-post-grid .art-meta {
  margin-top: auto;
  flex-wrap: wrap;
  gap: 8px;
}
.category-results-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}
.category-results-grid > div,
.category-results-grid > div > a,
.category-results-grid .art {
  height: 100%;
}
.category-results-grid .art h3 {
  min-height: 3.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.category-results-grid .excerpt {
  min-height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.category-results-grid .art-meta {
  margin-top: auto;
  flex-wrap: wrap;
  gap: 8px;
}
.feed-editors-pick {
  margin-top: var(--section-y-tight);
}
.feed-newsletter-stats {
  display: flex;
  gap: 32px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.feed-newsletter-stats b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--volt);
  font-variation-settings: 'wdth' 85;
}
.feed-newsletter-stats span {
  display: block;
  margin-top: 5px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nl-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nl-heading {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.health-newsletter-form {
  flex-wrap: wrap;
  gap: 10px;
}
.health-newsletter-form > div {
  flex: 1;
  min-width: 0;
}
.health-newsletter-form input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r-sm);
  padding: 14px 18px;
  font-size: var(--fs-base);
  font-weight: 500;
  color: var(--cream);
  min-height: 48px;
  outline: none;
  transition: border-color 0.15s,
    box-shadow 0.15s;
}
.health-newsletter-form input:focus {
  border-color: var(--volt);
  box-shadow: none;
}
.health-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.health-newsletter-form .health-newsletter-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: var(--r-pill);
  background: var(--volt);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.005em;
  white-space: nowrap;
  box-shadow: none;
}
.health-newsletter-form .health-newsletter-submit:hover {
  background: var(--volt-deep);
}
.nl-note {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
  margin-top: 0;
}
.newsletter-checks {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.newsletter-checks > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}
.newsletter-checks span {
  color: var(--volt);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}
.origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 52px;
  align-items: start;
}
.origin-statement {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.05;
  margin-bottom: 24px;
}
.origin-statement em {
  font-style: italic;
  font-weight: 500;
  color: var(--mist);
}
.origin-body {
  font-size: 17px;
  color: var(--slate);
  line-height: 1.75;
  max-width: 640px;
}
.origin-body p + p {
  margin-top: 16px;
}
.timeline {
  display: flex;
  flex-direction: column;
}
.tl-item {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bone);
  transition: transform 0.2s ease;
}
.tl-item:hover {
  transform: translateX(2px);
}
.tl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink);
  flex-shrink: 0;
  margin-top: 5px;
}
.tl-dot.now {
  background: var(--volt);
  box-shadow: 0 0 0 4px rgba(216, 255, 54, 0.25);
}
.tl-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.1em;
  margin-bottom: 3px;
  display: block;
}
.tl-label {
  font-size: 14px;
  font-weight: 600;
}
.tl-desc {
  font-size: 12px;
  color: var(--mist);
}
.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.mv-card {
  border-radius: var(--r-xl);
  padding: 36px 32px;
  transition: transform 0.2s ease,
    box-shadow 0.2s ease;
}
.mv-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.mv-card.mission {
  background: var(--ink);
  color: var(--cream);
}
.mv-card.vision {
  background: var(--cream);
  border: 1px solid var(--bone);
}
.mv-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.mv-text {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.018em;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.value-card {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  transition: transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.value-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-2);
  border-color: rgba(14, 14, 14, 0.16);
}
.value-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--volt);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.value-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1;
  margin-bottom: 12px;
}
.value-body {
  font-size: 15px;
  color: var(--slate);
  line-height: 1.65;
}
.journey-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 16px;
  font-weight: 500;
}
.ab-hero-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.mv-text em,
.value-title em {
  font-style: italic;
  font-weight: 500;
}
.mv-card.mission .mv-text em {
  color: var(--volt);
}
.mv-note {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--bone);
  font-size: 14px;
  color: var(--mist);
  line-height: 1.6;
}
.mv-card.mission .mv-note {
  border-top-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.55);
}
.ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ecosystem-card {
  background: var(--cream);
  border: 1px solid var(--bone);
  border-top: 3px solid var(--ink);
  border-radius: var(--r-lg);
  padding: 22px 20px;
  min-height: 205px;
}
.ecosystem-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
  font-variation-settings: 'wdth' 88;
}
.ecosystem-card p {
  font-size: 13px;
  color: var(--mist);
  line-height: 1.6;
}
.ecosystem-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: var(--graphite);
  color: var(--volt);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 18px;
}
.ecosystem-card.tone-ember {
  border-top-color: var(--ember);
}
.tone-ember .ecosystem-icon {
  background: #fff0ec;
  color: var(--ember);
}
.ecosystem-card.tone-violet {
  border-top-color: #7c3aed;
}
.tone-violet .ecosystem-icon {
  background: #f5f3ff;
  color: #7c3aed;
}
.ecosystem-card.tone-leaf {
  border-top-color: var(--leaf);
}
.tone-leaf .ecosystem-icon {
  background: #f0fdf4;
}
.ecosystem-card.tone-teal {
  border-top-color: #0f766e;
}
.tone-teal .ecosystem-icon {
  background: #e6f4f1;
  color: #0f766e;
}
.ecosystem-card.tone-amber {
  border-top-color: #d97706;
}
.tone-amber .ecosystem-icon {
  background: #fffbeb;
  color: #d97706;
}
.ecosystem-card.tone-cyan {
  border-top-color: #0891b2;
}
.tone-cyan .ecosystem-icon {
  background: #ecfeff;
  color: #0891b2;
}
.ecosystem-card.tone-volt {
  border-top-color: var(--volt-deep);
}
.tone-volt .ecosystem-icon {
  background: rgba(216, 255, 54, 0.15);
  color: #5a7a0a;
}
.ecosystem-card.tone-community {
  background: var(--ink);
  border-color: rgba(255, 255, 255, 0.1);
  border-top-color: var(--volt);
  color: var(--cream);
}
.tone-community .ecosystem-icon {
  background: rgba(216, 255, 54, 0.12);
}
.tone-community p {
  color: rgba(255, 255, 255, 0.55);
}
.coming-soon {
  display: inline-block;
  margin-top: 8px;
  color: var(--volt);
  font-size: 12px;
}
.about-community {
  background: var(--ink);
  color: var(--cream);
  padding-block: var(--section-y);
}
.about-community-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-community h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 0.95;
  font-variation-settings: 'wdth' 85;
}
.about-community h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.community-intro {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 24px 0 32px;
}
.community-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}
.community-list-item {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-md);
}
.community-list-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(216, 255, 54, 0.12);
  color: var(--volt);
  display: grid;
  place-items: center;
  font-size: 16px;
  flex-shrink: 0;
}
.community-list-item h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 3px;
}
.community-list-item p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
.community-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.community-proof-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-xl);
  padding: 24px 20px;
  text-align: center;
}
.community-proof-card.wide,
.community-proof blockquote {
  grid-column: span 2;
}
.community-proof-card b {
  display: block;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--volt);
  font-variation-settings: 'wdth' 83;
  margin-bottom: 8px;
}
.community-proof-card b span {
  color: rgba(255, 255, 255, 0.3);
}
.community-proof-card small {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.5;
}
.community-proof blockquote {
  background: var(--volt);
  border-radius: var(--r-xl);
  padding: 22px 20px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.018em;
  color: var(--ink);
  font-variation-settings: 'wdth' 88;
  margin: 0;
}
.community-proof cite {
  display: block;
  margin-top: 9px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 400;
  color: rgba(14, 14, 14, 0.6);
  letter-spacing: 0.06em;
  font-style: normal;
}
.founder-section {
  background: var(--ink);
  color: var(--cream);
  padding-block: var(--section-y);
}
.founder-section > .wrap > .eyebrow {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.founder-section h2 {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.9;
  font-variation-settings: 'wdth' 84;
}
.founder-section h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.founder-section .sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  max-width: 610px;
  line-height: 1.65;
  margin: 20px 0 34px;
}
.founders-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.founder-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-lg);
  padding: 24px 22px;
}
.founder-note {
  position: absolute;
  right: 18px;
  top: 18px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.founder-av {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 30px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 22px;
}
.founder-placeholder {
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--volt);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.founder-name {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.02em;
}
.founder-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 3px;
}
.bio-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 24px 0;
}
.bio-lines span {
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}
.bio-lines .med {
  width: 72%;
}
.bio-lines .short {
  width: 48%;
}
.founder-social {
  display: flex;
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.founder-social span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-note {
  margin-top: 20px;
  background: var(--paper);
  border: 1px dashed var(--bone);
  border-radius: var(--r-md);
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.placeholder-note > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--volt-deep);
  flex-shrink: 0;
}
.placeholder-note p {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.04em;
}
.placeholder-note.dark {
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.placeholder-note.dark > span {
  background: var(--volt);
}
.placeholder-note.dark p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}
.team-section {
  background: var(--cream);
  padding-block: var(--section-y);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.team-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  padding: 18px;
  min-height: 158px;
}
.team-av {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cream);
  border: 1px dashed var(--ash);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  filter: grayscale(1);
  opacity: 0.65;
}
.team-name-ph,
.team-role-ph {
  height: 8px;
  border-radius: 4px;
  background: var(--bone);
}
.team-name-ph {
  width: 70%;
  margin-bottom: 9px;
}
.team-role-ph {
  width: 45%;
}
.team-note {
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--mist);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.team-card.hiring {
  border-style: dashed;
  background: var(--cream);
  display: grid;
  place-items: center;
  text-align: center;
}
.team-card.hiring b {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px;
}
.team-card.hiring span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.milestone-strip {
  background: var(--paper);
  border-block: 1px solid var(--bone);
}
.milestone-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1280px;
  margin: 0 auto;
}
.milestone-item {
  padding: 26px 22px;
  border-right: 1px solid var(--bone);
}
.milestone-item:last-child {
  border-right: 0;
}
.milestone-year {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.milestone-event {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin: 12px 0 8px;
}
.milestone-detail {
  font-size: 12px;
  color: var(--mist);
  line-height: 1.55;
}
.milestone-item.live {
  background: var(--ink);
  color: var(--cream);
}
.milestone-item.live .milestone-year {
  color: var(--volt);
}
.milestone-item.live .milestone-detail {
  color: rgba(255, 255, 255, 0.5);
}
.press-section {
  background: var(--cream);
  padding-block: var(--section-y-tight);
}
.press-label {
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.press-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.press-logo {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--ash);
  filter: grayscale(1);
}
.press-note {
  text-align: center;
  margin-top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
  letter-spacing: 0.08em;
}
.careers-band {
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-xl);
  padding: 44px;
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 44px;
  align-items: center;
}
.careers-band h3 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.95;
}
.careers-band h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.careers-band p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  max-width: 590px;
  margin-top: 20px;
}
.careers-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
}
.careers-actions > span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.06em;
  margin-top: 4px;
}
.peak {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
  padding: 22px;
}
.peak-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 16px;
}
.peak-head h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.live-now {
  background: var(--volt);
  color: var(--ink);
  padding: 4px 12px;
  border-radius: var(--r-pill);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.peak-bars {
  display: flex;
  gap: 4px;
  align-items: end;
  height: 130px;
}
.peak-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--bone);
  position: relative;
}
.peak-bar.low {
  background: var(--volt);
}
.peak-bar.med,
.peak-bar.medium {
  background: var(--ash);
}
.peak-bar.high {
  background: var(--ember);
}
.peak-bar.now {
  background: var(--ink) !important;
}
.peak-bar.now::after {
  content: 'NOW';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--ink);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.peak-times {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
.peak-times span {
  flex: 1;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--mist);
}
.legal-help-note {
  position: relative;
  overflow: hidden;
  margin: 0 -10px -10px;
  padding: 18px;
  border-radius: 20px;
  background: radial-gradient(circle at 92% 12%, rgba(216, 255, 54, 0.32), transparent 36%), var(--ink);
  color: var(--cream);
}
.legal-help-note::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.38) 1px, transparent 1px);
  background-size: 16px 16px;
}
.legal-help-note span,
.legal-help-note strong {
  position: relative;
  z-index: 1;
}
.legal-help-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--volt);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.legal-help-note strong {
  display: block;
  max-width: 250px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-variation-settings: 'wdth' 86;
}
.pkg-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.pkg-price {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 14px;
}
.pt-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: var(--paper);
  border: 1px solid rgba(224, 215, 191, 0.95);
  border-radius: 28px;
  padding: 40px 38px 32px;
  box-shadow: none;
}
.partner-form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.partner-form-top {
  padding-bottom: 6px;
}
.partner-form-title {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  font-variation-settings: 'wdth' 85;
  margin-top: 12px;
  margin-bottom: 14px;
}
.partner-form-title em {
  font-style: italic;
  font-weight: 500;
}
.partner-form-copy {
  font-size: 20px;
  line-height: 1.45;
  color: #4f4b43;
  max-width: 640px;
}
.partner-form-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.partner-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.partner-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.partner-field label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8e8a82;
  font-weight: 500;
  padding-left: 2px;
}
.partner-field label span {
  margin-left: 4px;
  color: var(--ink);
}
.partner-input,
.partner-select,
.partner-textarea {
  width: 100%;
  border: 1px solid #e4d9c2;
  background: #fff;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--ink);
  transition: border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s;
  box-shadow: none;
  appearance: none;
}
.partner-input,
.partner-select {
  height: 46px;
}
.partner-textarea {
  min-height: 112px;
  resize: vertical;
  padding-top: 12px;
}
.partner-input::placeholder,
.partner-select::placeholder,
.partner-textarea::placeholder {
  color: #a59d90;
}
.partner-input:hover,
.partner-select:hover,
.partner-textarea:hover {
  border-color: #d5c7a9;
}
.partner-input:focus,
.partner-select:focus,
.partner-textarea:focus {
  outline: none;
  border-color: #d8d0be;
  box-shadow: 0 0 0 2px rgba(216, 255, 54, 0.08);
}
.partner-field-wide {
  grid-column: 1 / -1;
}
.partner-form-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 2px;
}
.partner-submit {
  width: 100%;
  max-width: 620px;
  height: 52px;
  border-radius: 999px;
  background: #0f0f0f;
  color: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding-inline: 24px;
  transition: transform 0.15s,
    background 0.15s,
    box-shadow 0.15s;
  box-shadow: none;
}
.partner-submit:hover {
  background: #000;
  transform: translateY(-1px);
}
.partner-submit:disabled {
  opacity: 0.7;
  transform: none;
  cursor: wait;
}
.partner-form-note {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8f8a80;
  text-align: center;
}
.partner-success {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 22px;
}
.partner-success-badge {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--volt);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
  box-shadow: 0 16px 32px rgba(216, 255, 54, 0.25);
}
.partner-success-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 10px;
}
.partner-success-copy {
  max-width: 460px;
  color: var(--slate);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.partner-success-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.partner-success-steps div {
  border: 1px solid var(--bone);
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 12px 14px;
  white-space: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}
.partner-success-steps b {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
}
.partner-success-steps span {
  font-size: 12px;
  color: var(--slate);
  line-height: 1.45;
}
.feed-newsletter h3 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 0.95;
  margin-bottom: 14px;
}
.feed-newsletter h3 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.feed-newsletter p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}
.nl-input-row {
  display: flex;
  gap: 10px;
}
.nl-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--r-sm);
  padding: 12px 16px;
  color: var(--cream);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.field-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
  font-weight: 500;
}
.field-input {
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-sm);
  padding: 11px 13px;
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  width: 100%;
  transition: border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s;
}
.field-input:hover {
  border-color: var(--ash);
}
.field-input:focus {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(14, 14, 14, 0.06);
  background: #fff;
}
.legal-tabs {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--bone);
  background: var(--paper);
  border-radius: var(--r-md);
  margin-bottom: 20px;
}
.legal-tabs button {
  min-height: 44px;
  padding: 10px 16px;
  border-radius: var(--r-sm);
  font-size: 13px;
  font-weight: 600;
  color: var(--mist);
  transition: background 0.15s,
    color 0.15s;
}
.legal-tabs button:hover {
  color: var(--ink);
  background: var(--cream);
}
.legal-tabs button.active {
  background: var(--ink);
  color: var(--cream);
}
.legal-panel {
  margin-top: 0;
}
.legal-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}
.legal-panel-heading > span {
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mist);
  max-width: 180px;
  text-align: right;
}
.legal-section {
  padding: 0;
  border-top: 1px solid var(--bone);
}
.legal-section:last-child {
  border-bottom: 1px solid var(--bone);
}
.legal-section h3 {
  margin: 0;
}
.legal-section h3 button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  text-align: left;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--ink);
  transition: color 0.18s ease;
}
.legal-section h3 button:hover {
  color: var(--volt-deep);
}
.legal-section h3 button i {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--bone);
  border-radius: 999px;
  background: var(--paper);
  transition: background 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}
.legal-section h3 button i::before,
.legal-section h3 button i::after {
  content: '';
  position: absolute;
  inset: 50% auto auto 50%;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%);
}
.legal-section h3 button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.legal-section.open h3 button i {
  border-color: var(--volt);
  background: var(--volt);
  color: var(--ink);
  transform: rotate(180deg);
}
.legal-section.open h3 button i::after {
  opacity: 0;
}
.legal-section-body {
  padding: 0 54px 24px 0;
}
.legal-section p {
  margin-top: 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.75;
}
@media (max-width: 1024px) {
  .nav-links {
    display: none;
  }
  .nav-actions {
    display: none;
  }
  .nav-burger {
    display: flex;
  }
  .nav-inner {
    gap: 8px;
  }
  .mobile-header-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-left: auto;
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--ink);
    color: var(--cream);
    font-size: 13px;
    font-weight: 760;
    box-shadow: 0 12px 22px rgba(14, 14, 14, 0.12);
  }
  .mobile-header-link.active {
    background: var(--volt);
    color: var(--ink);
  }
  .mobile-header-link + .nav-burger {
    margin-left: 0;
  }
  .mobile-nav {
    width: min(360px, 88vw);
  }
  .heroA-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .heroA-right {
    height: 440px;
    order: -1;
  }
  .home-page .heroA-right {
    order: initial;
  }
  .searchcard {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
  }
  .searchcard .sf {
    border-right: 0;
    padding: 10px 14px;
  }
  .searchcard .go {
    grid-column: span 2;
    margin: 0;
    padding: 14px;
    justify-content: center;
  }
  .trust {
    grid-template-columns: repeat(3, 1fr);
  }
  .sec-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .sec-head .lead {
    max-width: 720px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }
  .cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cat-feature {
    grid-column: span 2;
    grid-row: span 1;
  }
  .gyms {
    grid-template-columns: repeat(2, 1fr);
  }
  .map-block {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .map-cta-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .map-cta-row .btn {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }
  .india-network-map {
    gap: 20px;
    min-height: 440px;
    padding: 24px;
  }
  .india-network-map__svg {
    width: min(72%, 440px);
    max-width: 440px;
    margin-left: 10px;
  }
  .india-network-map__index {
    right: 22px;
    bottom: 22px;
    width: 170px;
  }
  .india-network-map__zoom {
    left: 22px;
    bottom: 22px;
  }
  .map-canvas {
    min-height: 340px;
  }
  .nearby-modal {
    grid-template-columns: 1fr;
    grid-template-rows: auto 280px minmax(0, 1fr) auto;
  }
  .nearby-modal.is-interactive,
  .nearby-modal.is-list-only {
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .nearby-modal.is-interactive {
    height: min(760px, calc(100dvh - 48px));
  }
  .nearby-modal-content .gym-map-shell {
    min-height: 480px;
  }
  .nearby-modal-content .gym-map-canvas,
  .nearby-modal-content .gym-map-leaflet {
    min-height: 420px;
  }
  .app-promo {
    grid-template-columns: 1fr;
  }
  .app-phone {
    padding-block: 32px;
  }
  .quotes {
    grid-template-columns: repeat(2, 1fr);
  }
  .trainers-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cta-band {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: left;
  }
  .footer-hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-bottom: 56px;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 44px 32px;
    padding-block: 56px;
  }
  .ls-search-row {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    padding: 10px;
  }
  .ls-search-row .sf {
    border-right: 0;
  }
  .ls-search-row .go {
    grid-column: span 2;
    margin: 4px 0 0;
    padding: 14px;
  }
  .ls-grid {
    grid-template-columns: 1fr;
  }
  .ls-filters {
    position: static;
    max-height: none;
    order: 0;
  }
  .gym-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .gym-map-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .gym-map-side {
    order: 2;
  }
  .gym-map-canvas,
  .gym-map-leaflet {
    min-height: 420px;
  }
  .gym-map-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
  }
  .gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px 200px;
    height: auto;
  }
  .gallery > div:first-child {
    grid-column: span 2;
    grid-row: auto;
  }
  .gd-header {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .gd-body {
    grid-template-columns: 1fr;
  }
  .book-card {
    position: static;
    margin-top: 8px;
  }
  .gd-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-meta-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .article-reader-card {
    padding: 30px;
  }
  .amen-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .coach-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .tr-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .feat-stack {
    height: 380px;
    max-width: 520px;
  }
  .tr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prod-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .pkg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feed-hero > .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feed-search {
    min-width: 0;
    align-self: stretch;
  }
  .feed-featured {
    grid-template-columns: 1fr;
  }
  .feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .art.wide {
    grid-column: span 2;
  }
  .feed-newsletter {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px;
  }
  .feed-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .feed-stat:nth-child(2) {
    border-right: 0;
  }
  .feed-stat:nth-child(-n + 2) {
    border-bottom: 1px solid var(--bone);
  }
  .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-community-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .founders-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .founder-card:last-child {
    grid-column: span 2;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .milestone-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .milestone-item {
    border-bottom: 1px solid var(--bone);
  }
  .milestone-item:nth-child(3n) {
    border-right: 0;
  }
  .careers-band {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .ab-hero-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .af-related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .af-related-featured {
    grid-column: span 2;
  }
  .origin-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .origin-body {
    max-width: none;
  }
  .mv-grid {
    grid-template-columns: 1fr;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  :root {
    --section-y: clamp(38px, 7vw, 58px);
    --section-y-tight: clamp(30px, 6vw, 48px);
    --hero-y: clamp(36px, 7vw, 56px);
  }
  .home-page {
    --home-section-space: clamp(34px, 8vw, 54px);
    --home-hero-space: clamp(32px, 8vw, 48px);
    --home-head-gap: 24px;
  }
  .section {
    padding-block: var(--section-y);
  }
  .section-tight {
    padding-block: var(--section-y-tight);
  }
  .heroA-mini {
    display: none;
  }
  .heroA-right {
    height: 320px;
  }
  .heroA-img.front {
    top: 34px;
    left: 34px;
  }
  .cat-feature {
    min-height: 300px;
  }
  .map-side {
    padding: 32px 24px;
  }
  .india-network-map {
    align-items: start;
    min-height: 390px;
    gap: 14px;
    padding: 18px;
  }
  .india-network-map__svg {
    width: min(86%, 340px);
    max-width: 340px;
    margin: 6px auto 0;
  }
  .india-network-map__index {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 340px);
    margin-inline: auto;
  }
  .india-network-map__zoom {
    position: relative;
    left: auto;
    bottom: auto;
    width: max-content;
    margin: 0 auto;
    order: 2;
  }
  .india-network-map__index ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
  }
  .app-promo {
    min-height: auto;
  }
  .app-side {
    padding: 30px 24px;
  }
  .app-features {
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
  }
  .quotes {
    grid-template-columns: 1fr;
  }
  .cta-band {
    padding: 30px 24px;
  }
  .steps-cta {
    flex-direction: column;
    align-items: start;
    text-align: left;
    padding: 28px 24px;
    gap: 18px;
  }
  .steps-cta .btn {
    width: 100%;
    justify-content: center;
  }
  .footer {
    padding-block: 34px 28px;
  }
  .footer-hero {
    gap: 30px;
    padding-bottom: 36px;
  }
  .footer-brand-block {
    align-items: center;
    text-align: center;
  }
  .footer-brand {
    align-self: center;
  }
  .footer-copy {
    max-width: 330px;
    margin-inline: auto;
  }
  .footer-socials {
    justify-content: center;
  }
  .footer-stats {
    width: 100%;
  }
  .footer-stats h3 {
    text-align: center;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
    padding-block: 36px;
  }
  .footer-column h4 {
    margin-bottom: 16px;
  }
  .footer-column ul {
    gap: 14px;
  }
  .footer-column li {
    font-size: 14px;
    line-height: 1.4;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
    padding-top: 28px;
  }
  .footer-bottom p {
    max-width: 260px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.7;
  }
  .footer-bottom > div {
    justify-content: center;
  }
  .gym-list {
    grid-template-columns: 1fr;
  }
  .gym-map-shell {
    margin-top: 20px;
    border-radius: var(--r-lg);
  }
  .gym-map-side {
    padding: 24px 20px;
  }
  .gym-map-side h2 {
    font-size: 34px;
  }
  .gym-map-feature-top h3 {
    font-size: 24px;
  }
  .gym-map-feature-meta {
    grid-template-columns: 1fr;
  }
  .gym-map-list {
    grid-auto-columns: minmax(240px, 82vw);
  }
  .gym-map-canvas,
  .gym-map-leaflet {
    min-height: 360px;
  }
  .gym-map-canvas-standalone,
  .gym-map-canvas-standalone .gym-map-leaflet {
    min-height: 360px;
  }
  .gym-map-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
  }
  .gym-map-locate {
    top: 14px;
    right: 14px;
    min-height: 38px;
    padding: 9px 12px;
    font-size: 12px;
  }
  .gym-map-locate-error {
    top: 60px;
    right: 14px;
    width: min(250px, calc(100% - 28px));
  }
  .gym-map-card-img {
    width: 56px;
    height: 56px;
  }
  .gym-map-card-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .gym-map-card .btn {
    width: 100%;
    justify-content: center;
  }
  .gd-tabs .row {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .gd-tabs .tab {
    flex-shrink: 0;
  }
  .amen-grid {
    grid-template-columns: 1fr 1fr;
  }
  .coach-row {
    grid-template-columns: 1fr;
  }
  .peak-bars {
    height: 110px;
  }
  .feed-grid {
    grid-template-columns: 1fr;
  }
  .art.wide {
    grid-column: span 1;
  }
  .feed-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feed-category-grid .article-grid-item:first-child {
    grid-column: span 2;
  }
  .feed-category-grid .article-grid-item:nth-child(n + 2) {
    grid-column: span 1;
  }
  .feed-cats-row,
  .ls-chips-row,
  .prod-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .feed-cats-row,
  .ls-chips-row,
  .prod-tabs,
  .gd-tabs .row {
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .chip,
  .feed-cat,
  .prod-tab,
  .gd-tabs .tab {
    scroll-snap-align: start;
  }
  .feed-featured .fi {
    min-height: 320px;
  }
  .related-post-grid .ai {
    height: 220px;
  }
  .founders-grid {
    grid-template-columns: 1fr;
  }
  .founder-card:last-child {
    grid-column: span 1;
  }
  .milestone-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .milestone-item:nth-child(3n) {
    border-right: 1px solid var(--bone);
  }
  .milestone-item:nth-child(2n) {
    border-right: 0;
  }
  .careers-band {
    padding: 34px 28px;
  }
  .pt-form-wrap {
    padding: 32px 24px;
  }
  .legal-panel-heading {
    flex-direction: column;
  }
  .legal-panel-heading > span {
    text-align: left;
    max-width: none;
  }
  .legal-help-card,
  .legal-help-shell {
    min-height: 0;
  }
  .legal-help-shell {
    grid-template-rows: auto;
  }
  .legal-help-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .legal-help-list {
    grid-template-columns: 1fr;
  }
  .legal-help-list li {
    min-height: 82px;
  }
}
@media (max-width: 560px) {
  :root {
    --pad: 18px;
    --section-y: 36px;
    --section-y-tight: 30px;
    --hero-y: 32px;
  }
  .home-page {
    --home-section-space: 36px;
    --home-hero-space: 32px;
    --home-head-gap: 22px;
  }
  .wrap {
    padding-inline: var(--pad);
  }
  .nav-inner {
    padding: 14px var(--pad);
  }
  .route-loading-overlay {
    inset-top: 61px;
  }
  .route-loading-overlay .page-skel-screen {
    min-height: calc(100dvh - 61px);
  }
  .brand {
    font-size: 19px;
  }
  .brand-logo {
    width: 150px;
  }
  .brand-icon {
    width: 24px;
    height: 24px;
  }
  .heroA {
    padding-block: var(--hero-y);
  }
  .heroA h1 {
    font-size: clamp(44px, 14vw, 64px);
  }
  .heroA-sub {
    font-size: 16px;
  }
  .heroA-right {
    height: 260px;
  }
  .searchcard {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .searchcard .go {
    grid-column: 1;
  }
  .trust {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-trust-section .trust > div:last-child {
    grid-column: 1 / -1;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .cats {
    grid-template-columns: 1fr;
  }
  .cat,
  .cat-feature {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
    aspect-ratio: auto;
  }
  .cat-feature strong {
    font-size: 38px;
  }
  .gyms {
    grid-template-columns: 1fr;
  }
  .ls-results .gym-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }
  .nearby-modal-backdrop {
    padding: 12px;
    place-items: end center;
  }
  .nearby-modal {
    max-height: calc(100vh - 24px);
    border-radius: var(--r-lg);
  }
  .nearby-modal.is-interactive {
    height: calc(100dvh - 24px);
  }
  .nearby-modal-head {
    padding: 22px 18px 18px;
  }
  .nearby-modal-head h3 {
    font-size: 38px;
  }
  .nearby-modal-content {
    padding: 10px;
  }
  .nearby-modal-content .gym-map-shell {
    min-height: 360px;
  }
  .nearby-modal-content .gym-map-canvas,
  .nearby-modal-content .gym-map-leaflet {
    min-height: 360px;
  }
  .nearby-modal-list {
    padding: 12px;
  }
  .nearby-gym-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
  }
  .nearby-gym-img {
    width: 56px;
    height: 56px;
  }
  .nearby-gym-main strong {
    font-size: 19px;
  }
  .nearby-gym-main span {
    white-space: normal;
    line-height: 1.35;
  }
  .nearby-gym-meta {
    grid-column: 2;
    align-items: flex-start;
    text-align: left;
    flex-direction: row;
    gap: 10px;
  }
  .nearby-modal-foot {
    justify-content: stretch;
  }
  .nearby-modal-foot .btn {
    width: 100%;
    justify-content: center;
  }
  .trainers-row {
    grid-template-columns: 1fr;
  }
  .app-soon-strip {
    position: relative;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 16px;
    border-left-width: 6px;
  }
  .app-soon-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.76);
  }
  .app-soon-strip p {
    padding-right: 28px;
  }
  .app-features {
    grid-template-columns: 1fr;
  }
  .store-btns {
    flex-direction: column;
  }
  .store-btn {
    justify-content: center;
  }
  .phone {
    width: 220px;
  }
  .cta-band h3 {
    font-size: clamp(32px, 9vw, 48px);
  }
  .ls-search-row {
    grid-template-columns: 1fr;
  }
  .ls-search-row .go {
    grid-column: 1;
  }
  .ls-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .ls-actions,
  .sort-row,
  .sort-select {
    width: 100%;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 180px);
  }
  .gallery > div:first-child {
    grid-column: 1;
    height: 220px;
  }
  .gallery > div:nth-child(4),
  .gallery > div:nth-child(5) {
    display: none;
  }
  .gd-header h1,
  .tr-hero h1,
  .prod-hero h1,
  .feed-hero h1,
  .ab-hero h1 {
    font-size: clamp(40px, 13vw, 64px);
  }
  .gd-actions {
    width: 100%;
  }
  .gd-actions .btn {
    flex: 1 1 160px;
  }
  .book-option {
    align-items: flex-start;
    gap: 12px;
  }
  .tr-meta-row,
  .ab-hero-meta {
    flex-direction: column;
    gap: 18px;
  }
  .feat-stack {
    display: none;
  }
  .tr-grid {
    grid-template-columns: 1fr;
  }
  .pkg-grid {
    grid-template-columns: 1fr;
  }
  .feed-newsletter {
    padding: 28px 22px;
  }
  .feed-search {
    border-radius: var(--r-md);
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
  }
  .feed-search button {
    width: 100%;
    justify-content: center;
  }
  .nl-input-row {
    flex-direction: column;
  }
  .feed-stats {
    grid-template-columns: 1fr 1fr;
  }
  .feed-stat {
    padding: 18px 10px;
  }
  .feed-stat b {
    font-size: 30px;
  }
  .feed-section-head {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .feed-section-head .feed-section-action {
    padding-top: 9px;
  }
  .feed-category-grid {
    grid-template-columns: 1fr;
  }
  .feed-category-grid .article-grid-item:first-child,
  .feed-category-grid .article-grid-item:nth-child(n + 2) {
    grid-column: span 1;
  }
  .feed-category-grid .article-grid-item:nth-child(-n + 2) .ai {
    height: auto;
    aspect-ratio: 16/10;
  }
  .related-post-grid .ai {
    height: auto;
    aspect-ratio: 16/10;
  }
  .feed-newsletter-stats {
    gap: 18px;
    justify-content: space-between;
  }
  .health-newsletter-form {
    flex-direction: column;
  }
  .health-newsletter-form > div,
  .health-newsletter-form .health-newsletter-submit {
    width: 100%;
  }
  .ab-hero-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr;
  }
  .community-proof-card {
    padding: 22px 14px;
  }
  .community-proof-card b {
    font-size: 42px;
  }
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .team-card {
    padding: 18px;
    min-height: 155px;
  }
  .milestone-row {
    grid-template-columns: 1fr;
  }
  .milestone-item,
  .milestone-item:nth-child(3n) {
    border-right: 0;
  }
  .press-logos {
    gap: 26px 32px;
  }
  .careers-band {
    padding: 30px 22px;
  }
  .careers-actions,
  .careers-actions .btn {
    width: 100%;
  }
  .careers-actions .btn {
    justify-content: center;
  }
  .mv-card {
    padding: 28px 22px;
  }
  .af-related-grid {
    grid-template-columns: 1fr;
  }
  .af-related-featured {
    grid-column: span 1;
  }
  .legal-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .partner-form-row,
  .partner-success-steps {
    grid-template-columns: 1fr;
  }
  .partner-form-title {
    font-size: clamp(32px, 10vw, 46px);
  }
  .partner-form-copy {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  :root {
    --pad: 14px;
  }
  .mobile-location {
    padding: 12px;
  }
  .mobile-location-cities {
    grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
    gap: 7px;
  }
  .mobile-city-chip {
    height: 36px;
    padding-inline: 8px;
    font-size: 11.5px;
  }
  .heroA-left .eyebrow {
    max-width: 285px;
    font-size: 8.5px;
    letter-spacing: 0.1em;
  }
  .heroA h1 {
    font-size: 38px;
  }
  .brand-logo {
    width: 136px;
  }
  .mobile-header-link {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12.5px;
  }
  .nav-burger {
    width: 38px;
    height: 38px;
  }
  .heroA-right {
    height: 220px;
  }
  .heroA-img.front {
    top: 24px;
    left: 24px;
  }
  .searchcard,
  .ls-search-row {
    border-radius: var(--r-md);
  }
  .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  .gym .gym-foot {
    align-items: stretch;
    flex-direction: column;
  }
  .gym .gym-foot .btn {
    width: 100%;
  }
  .gallery-actions {
    left: 12px;
    right: 12px;
    top: 12px;
  }
  .gallery-actions .btn {
    flex: 1;
  }
  .gd-stats,
  .amen-grid,
  .feed-stats,
  .team-grid {
    grid-template-columns: 1fr;
  }
  #feed-main .feed-stats {
    grid-template-columns: 1fr;
  }
  #feed-main .feed-stat {
    border-right: 0;
  }
  #feed-main .feed-stat:first-child {
    border-bottom: 1px solid var(--bone);
  }
  .feed-stat {
    border-right: 0;
    border-bottom: 1px solid var(--bone);
  }
  .feed-stat:last-child {
    border-bottom: 0;
  }
  .community-proof {
    grid-template-columns: 1fr;
  }
  .community-proof-card.wide,
  .community-proof blockquote {
    grid-column: span 1;
  }
  .pt-form-wrap {
    padding: 26px 18px;
    border-radius: var(--r-lg);
  }
}
.animate-page-in {
  animation: none;
}
.page-loading {
  min-height: 70vh;
  padding-block: var(--section-y);
  background: var(--cream);
  color: var(--ink);
}
.page-loading-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.page-loading-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}
.page-loading-head .skeleton-shimmer {
  box-shadow: 0 10px 28px rgba(14, 14, 14, 0.06),
    0 0 24px rgba(184, 221, 32, 0.06);
}
.page-loading-grid .skeleton-shimmer {
  background: rgba(255, 255, 255, 0.46) !important;
  box-shadow: 0 22px 52px rgba(14, 14, 14, 0.08),
    0 0 34px rgba(184, 221, 32, 0.06);
}
.page-state {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding-block: var(--section-y);
  background: var(--cream);
}
.page-state .wrap {
  width: 100%;
}
.page-state .eyebrow {
  margin-bottom: 24px;
}
.page-state h1 {
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
  font-variation-settings: 'wdth' 85,
    'opsz' 96;
}
.page-state h1 em {
  font-style: italic;
  font-weight: 500;
  position: relative;
}
.page-state h1 em::after {
  content: '';
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: 3px;
  height: 20%;
  background: var(--volt);
  z-index: -1;
}
.page-state p {
  max-width: 560px;
  margin-block: 28px 34px;
  color: var(--slate);
  font-size: 18px;
  line-height: 1.6;
}
.partner-form-deferred {
  min-height: 560px;
}
.partner-form-placeholder {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 36px;
}
.partner-form-placeholder span {
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(14, 14, 14, 0.045),
    rgba(14, 14, 14, 0.08),
    rgba(14, 14, 14, 0.045)
  );
  background-size: 200% 100%;
  animation: partner-placeholder 1.2s ease-in-out infinite;
}
.partner-form-placeholder span:first-child {
  height: 72px;
  width: 58%;
}
.partner-form-placeholder span:last-child {
  width: 72%;
}
@keyframes partner-placeholder {
  to {
    background-position: -200% 0;
  }
}
.products-static .prod-hero {
  padding-block: var(--hero-y);
  background: var(--ink);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.products-static .prod-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 70% at 90% 20%, rgba(216, 255, 54, 0.11), transparent 60%),
    radial-gradient(40% 60% at 5% 90%, rgba(255, 91, 46, 0.06), transparent 60%);
  pointer-events: none;
}
.products-static .prod-hero > .wrap {
  position: relative;
}
.products-static .prod-hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.046em;
  font-variation-settings: 'wdth' 83;
  margin: 22px 0 24px;
}
.products-static .prod-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.products-static .prod-hero-sub {
  font-size: var(--fs-lead);
  color: rgba(255, 255, 255, 0.62);
  max-width: 640px;
  line-height: 1.55;
  margin-bottom: 44px;
}
.products-static .prod-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.products-static .prod-tab {
  padding: 10px 20px;
  border-radius: var(--r-pill);
  font-size: var(--fs-xs);
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.15s;
  background: transparent;
  text-decoration: none;
}
.products-static .prod-tab:hover {
  border-color: var(--volt);
  color: var(--volt);
}
.products-static .prod-tab.on {
  background: var(--volt);
  color: var(--ink);
  border-color: var(--volt);
}
.products-static .success-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  border-block: 1px solid var(--bone);
}
.products-static .success-metrics > div {
  padding: 28px 20px;
  border-right: 1px solid var(--bone);
  text-align: center;
}
.products-static .success-metrics > div:last-child {
  border-right: 0;
}
.products-static .success-metrics b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  font-variation-settings: 'wdth' 85;
  margin-bottom: 6px;
}
.products-static .success-metrics b em {
  color: var(--volt-deep);
  font-style: normal;
}
.products-static .success-metrics span {
  font-size: var(--fs-meta);
  color: var(--mist);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.products-static .prod-section {
  padding-block: var(--section-y);
  position: relative;
}
.products-static .prod-num {
  font-family: var(--font-mono);
  font-size: clamp(96px, 13vw, 178px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  position: absolute;
  top: -28px;
  right: clamp(12px, 3vw, 42px);
  z-index: 3;
  color: rgba(14, 14, 14, 0.105);
  font-variation-settings: 'wdth' 78;
  pointer-events: none;
  user-select: none;
  mix-blend-mode: multiply;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
}
.products-static .prod-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.products-static .prod-left .eyebrow {
  margin-bottom: 20px;
}
.products-static .prod-left h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 0.95;
  font-variation-settings: 'wdth' 85;
  margin-bottom: 20px;
}
.products-static .prod-left h2 em {
  font-style: italic;
  font-weight: 500;
}
.products-static .prod-left .desc {
  font-size: var(--fs-lead);
  color: var(--slate);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
}
.products-static .prod-price-block {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 8px;
}
.products-static .prod-price {
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variation-settings: 'wdth' 83;
}
.products-static .prod-price-request {
  font-size: var(--fs-h3);
}
.products-static .prod-price-note {
  font-size: var(--fs-sm);
  color: var(--mist);
  margin-bottom: 28px;
}
.products-static .prod-feat-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}
.products-static .prod-feat {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
  transition: border-color 0.2s;
}
.products-static .prod-feat:hover {
  border-color: var(--ash);
}
.products-static .prod-feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: var(--fs-base);
  flex-shrink: 0;
}
.products-static .prod-feat-title {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 3px;
}
.products-static .prod-feat-desc {
  font-size: var(--fs-xs);
  color: var(--ink);
  opacity: 0.72;
  line-height: 1.5;
}
.products-static .prod-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.products-static .incl-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(21, 163, 106, 0.1);
  border: 1px solid rgba(21, 163, 106, 0.25);
  color: var(--leaf);
  border-radius: var(--r-pill);
  padding: 6px 14px;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.products-static .prod-divider {
  height: 1px;
  background: var(--bone);
}
.products-static .apps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.products-static .app-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 245px;
  --app-accent: var(--ink);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 244, 235, 0.98)), var(--paper);
  border: 1px solid var(--app-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--app-accent) 18%, var(--bone));
  }
  border-top: 0;
  border-radius: var(--r-lg);
  padding: 24px 22px;
  box-shadow: 0 18px 42px rgba(12, 12, 10, 0.06);
  transition: border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.products-static .app-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
      180deg,
      var(--app-accent) 0 3px,
      transparent 3px
    ),
    radial-gradient(circle at 18% 16%, rgba(216, 255, 54, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(12, 12, 10, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 12, 10, 0.03) 1px, transparent 1px);
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--app-accent) 32%, transparent) 0 3px,
      transparent 3px
    ),
    radial-gradient(circle at 18% 16%, rgba(216, 255, 54, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(12, 12, 10, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 12, 10, 0.03) 1px, transparent 1px);
  }
  background-size: auto,
    28px 28px,
    28px 28px;
  opacity: 0.55;
}
.products-static .app-card::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-top: 1px solid rgba(12, 12, 10, 0.12);
  border-right: 1px solid rgba(12, 12, 10, 0.12);
  border-radius: 0 var(--r-sm) 0 0;
  opacity: 0.65;
}
.products-static .app-card:hover {
  border-color: var(--app-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--app-accent) 48%, var(--bone));
  }
  box-shadow: 0 24px 54px rgba(12, 12, 10, 0.08),
    0 0 0 4px var(--app-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 24px 54px rgba(12, 12, 10, 0.08),
    0 0 0 4px color-mix(in srgb, var(--app-accent) 10%, transparent);
  }
  transform: translateY(-3px);
}
.products-static .app-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 14px 28px rgba(12, 12, 10, 0.12);
}
.products-static .app-card-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.products-static .app-card h4 {
  font-family: var(--font-display);
  font-size: var(--fs-lead);
  font-weight: 700;
  letter-spacing: -0.016em;
  margin-bottom: 9px;
  font-variation-settings: 'wdth' 88;
}
.products-static .app-card p {
  font-size: var(--fs-xs);
  color: var(--mist);
  line-height: 1.62;
}
.products-static .app-card .app-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(246, 242, 233, 0.86);
  border: 1px solid var(--bone);
  padding: 5px 10px;
  border-radius: var(--r-pill);
  margin-top: 14px;
  color: var(--ink);
}
.products-static .prod-note-card {
  margin-top: 14px;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-md);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.products-static .prod-note-card span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf);
  flex-shrink: 0;
}
.products-static .prod-note-card p {
  font-size: var(--fs-xs);
  color: var(--slate);
  line-height: 1.55;
}
.products-static .apps-grid,
.products-static .leads-visual,
.products-static .ops-visual {
  margin-top: clamp(88px, 8vw, 132px);
}
.products-static .leads-visual {
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: 40px;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.products-static .leads-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 20% 20%, rgba(216, 255, 54, 0.1), transparent 60%);
  pointer-events: none;
}
.products-static .leads-visual > * {
  position: relative;
}
.products-static .leads-big {
  font-family: var(--font-display);
  font-size: var(--fs-num);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  font-variation-settings: 'wdth' 80;
}
.products-static .leads-big em {
  font-style: normal;
  color: var(--volt);
}
.products-static .leads-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0 32px;
  line-height: 1.6;
}
.products-static .leads-flow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}
.products-static .leads-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-md);
}
.products-static .leads-step-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--volt);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.products-static .leads-step-text {
  font-size: var(--fs-sm);
  font-weight: 500;
}
.products-static .leads-step-text span {
  font-size: var(--fs-2xs);
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin-top: 2px;
  font-family: var(--font-mono);
}
.products-static .ops-promise {
  background: var(--volt);
  border-radius: var(--r-xl);
  padding: 28px 32px;
  margin-bottom: 28px;
}
.products-static .ops-promise div {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.55;
  margin-bottom: 10px;
}
.products-static .ops-promise b {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  font-variation-settings: 'wdth' 86;
}
.products-static #ops .ops-visual {
  margin-top: clamp(112px, 10vw, 168px);
}
.products-static .ops-visual {
  background: linear-gradient(135deg, var(--graphite) 0%, var(--ink) 100%);
  border-radius: var(--r-xl);
  padding: 40px;
  color: var(--cream);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.products-static .ops-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 80% 20%, rgba(216, 255, 54, 0.08), transparent 60%),
    radial-gradient(50% 60% at 10% 80%, rgba(255, 91, 46, 0.07), transparent 60%);
  pointer-events: none;
}
.products-static .ops-visual > * {
  position: relative;
}
.products-static .ops-guarantee {
  background: var(--volt);
  color: var(--ink);
  border-radius: var(--r-lg);
  padding: 24px 28px;
  margin-bottom: 20px;
}
.products-static .ops-guarantee .g-label {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  opacity: 0.6;
}
.products-static .ops-guarantee .g-title {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-variation-settings: 'wdth' 86;
}
.products-static .ops-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.products-static .ops-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-md);
  padding: 16px 18px;
}
.products-static .ops-stat b {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  display: block;
  font-variation-settings: 'wdth' 85;
  color: var(--volt);
}
.products-static .ops-stat span {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  display: block;
}
.products-static .ops-list {
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
.products-static .ops-list > div {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.products-static .ops-list p {
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.products-static .ops-list span {
  color: var(--volt);
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
}
.products-static .ops-footnote {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  font-size: var(--fs-meta);
  color: rgba(255, 255, 255, 0.4);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.products-static .pkg4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.products-static .pcard {
  --ac: var(--ink);
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  padding: 26px 24px 24px;
  overflow: hidden;
  transition: border-color 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.products-static .pcard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--ac);
}
.products-static .pcard:hover {
  transform: translateY(-3px);
  border-color: var(--ac);
  box-shadow: var(--sh-2);
}
.products-static .pcard.feat {
  border-color: var(--ac);
  box-shadow: var(--sh-2);
}
.products-static .pcard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.products-static .pcard-idx {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mist);
}
.products-static .pcard-tag {
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac);
  border: 1px solid var(--ac);
  border-radius: var(--r-pill);
  padding: 3px 9px;
  white-space: nowrap;
}
.products-static .pcard-name {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.05;
  font-variation-settings: 'wdth' 88;
  margin-bottom: 8px;
}
.products-static .pcard-desc {
  font-size: var(--fs-xs);
  color: var(--mist);
  line-height: 1.55;
  margin-bottom: 20px;
  min-height: 60px;
}
.products-static .pcard-price {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 90;
  line-height: 1.1;
}
.products-static .pcard-price small {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 400;
  color: var(--mist);
  letter-spacing: 0.03em;
  margin-top: 4px;
}
.products-static .pcard-rule {
  height: 1px;
  background: var(--bone);
  margin: 20px 0 16px;
}
.products-static .pcard-inc {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: 13px;
}
.products-static .pcard-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0 0 24px;
  flex: 1;
}
.products-static .pcard-feats li {
  font-size: var(--fs-xs);
  color: var(--slate);
  line-height: 1.45;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.products-static .pcard-feats li span {
  flex-shrink: 0;
  margin-top: 1px;
  color: var(--ac);
  font-family: var(--font-mono);
  font-weight: 700;
}
.products-static .pcard-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ink);
  color: var(--cream);
  border-radius: var(--r-sm);
  padding: 13px 16px;
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: background 0.18s,
    transform 0.18s;
  margin-top: auto;
}
.products-static .pcard-cta:hover {
  background: var(--ac);
  transform: translateY(-1px);
}
.products-static .pcard.feat .pcard-cta {
  background: var(--ac);
  color: var(--ink);
}
.products-static .pcard.feat .pcard-cta:hover {
  background: var(--ink);
  color: var(--cream);
}
.products-static .pkg-matrix-head {
  margin-top: 56px;
  margin-bottom: 24px;
}
.products-static .pkg-matrix-head h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 86;
  line-height: 1.05;
}
.products-static .pkg-matrix-head h3 em {
  font-style: italic;
  font-weight: 500;
}
.products-static .pkg-matrix-head p {
  color: var(--slate);
  font-size: var(--fs-base);
  margin-top: 10px;
  max-width: 640px;
  line-height: 1.65;
}
.products-static .pkg-matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--bone);
  border-radius: var(--r-lg);
  background: var(--paper);
  -webkit-overflow-scrolling: touch;
  box-shadow: var(--sh-1);
}
.products-static .pkg-matrix {
  border-collapse: collapse;
  width: 100%;
  min-width: 1120px;
}
.products-static .pkg-matrix th,
.products-static .pkg-matrix td {
  padding: 13px 10px;
  text-align: center;
  border-bottom: 1px solid var(--bone);
  vertical-align: middle;
}
.products-static .pkg-matrix thead th {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0;
  line-height: 1.08;
  vertical-align: bottom;
  padding: 16px 10px;
}
.products-static .pkg-matrix thead th .pm-sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 5px;
}
.products-static .pkg-matrix th.pm-feat,
.products-static .pkg-matrix td.pm-feat {
  text-align: left;
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 300px;
  width: 300px;
}
.products-static .pkg-matrix td.pm-feat {
  background: var(--paper);
  font-size: var(--fs-xs);
  color: var(--slate);
  font-weight: 500;
}
.products-static .pkg-matrix thead th.pm-feat {
  background: var(--ink);
  color: var(--cream);
  font-size: var(--fs-meta);
  font-family: var(--font-mono);
  font-weight: 400;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.products-static .pkg-matrix td.pm-hi,
.products-static .pkg-matrix thead th.pm-hi {
  background: var(--volt-soft);
}
.products-static .pkg-matrix thead th.pm-hi {
  background: var(--graphite);
}
.products-static .pkg-matrix thead th.pm-hi .pm-star {
  color: var(--volt);
  font-size: 8.5px;
  display: block;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.products-static .pkg-matrix tbody tr:hover td {
  background: var(--cream);
}
.products-static .pkg-matrix tbody tr:hover td.pm-hi {
  background: #e8f5b8;
}
.products-static .pm-yes {
  color: var(--leaf);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.products-static .pm-no {
  color: var(--ash);
  font-size: 15px;
  line-height: 1;
}
.products-static .pkg-matrix-note {
  margin-top: 16px;
  font-size: var(--fs-xs);
  color: var(--mist);
  line-height: 1.6;
}
.products-static .pkg-matrix-note b {
  color: var(--slate);
  font-weight: 600;
}
.products-static .prod-community {
  background: var(--ink);
  padding-block: var(--section-y);
}
.products-static .prod-community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 56px;
  align-items: center;
}
.products-static .prod-community h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  font-variation-settings: 'wdth' 85;
  color: var(--cream);
  margin-bottom: 20px;
}
.products-static .prod-community h2 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.products-static .prod-community p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 680px;
  line-height: 1.7;
  margin-bottom: 32px;
}
.products-static .prod-community-stats {
  display: flex;
  gap: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.products-static .prod-community-stats b {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--volt);
  line-height: 1;
  margin-bottom: 5px;
  font-variation-settings: 'wdth' 84;
  display: block;
}
.products-static .prod-community-stats span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.products-static .prod-community-action {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
  flex-shrink: 0;
}
.products-static .prod-community-action span {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.06em;
}
.partner-error {
  font-size: 12px;
  color: var(--rust);
  line-height: 1.35;
}
body.nav-open {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .products-static .success-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .success-metrics > div:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 768px) {
  .page-loading-grid {
    grid-template-columns: 1fr;
  }
  .page-state {
    padding-block: var(--section-y);
  }
  .page-state h1 {
    font-size: 56px;
  }
  .products-static .prod-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .products-static .prod-num {
    font-size: 96px;
    top: -12px;
    right: 18px;
  }
  .products-static .apps-grid,
  .products-static .leads-visual,
  .products-static .ops-visual,
  .products-static #ops .ops-visual {
    margin-top: 0;
  }
  .products-static .apps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .pkg4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .success-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .success-metrics > div:nth-child(2n) {
    border-right: 0;
  }
  .products-static .success-metrics > div:last-child {
    border-right: 0;
  }
  .products-static .prod-community-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 560px) {
  .page-state h1 {
    font-size: 44px;
  }
  .page-state p {
    font-size: 16px;
  }
  .products-static .prod-hero-sub {
    font-size: 17px;
  }
  .products-static .prod-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }
  .products-static .prod-tab {
    scroll-snap-align: start;
  }
  .products-static .success-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .success-metrics > div {
    border-right: 1px solid var(--bone);
  }
  .products-static .success-metrics > div:nth-child(2n) {
    border-right: 0;
  }
  .products-static .success-metrics b {
    font-size: 34px;
  }
  .products-static .apps-grid,
  .products-static .pkg4,
  .products-static .ops-stats {
    grid-template-columns: 1fr;
  }
  .products-static .leads-visual,
  .products-static .ops-visual {
    padding: 24px;
  }
  .products-static .pkg-matrix th.pm-feat,
  .products-static .pkg-matrix td.pm-feat {
    min-width: 210px;
    width: 210px;
  }
  .products-static .prod-community-stats {
    flex-direction: column;
    gap: 18px;
  }
}
:root {
  --pad: 56px;
  --section-y: 72px;
  --section-y-tight: 52px;
  --hero-y: 64px;
  --type-hero: var(--fs-h1);
  --type-page-hero: var(--fs-h1);
  --type-page-title: var(--fs-h1);
  --type-section-title: var(--fs-h2);
  --type-panel-title: var(--fs-h3);
}
.btn,
.chip,
.feed-cat,
.prod-tab,
.gd-tabs .tab,
.fcheck,
.legal-tabs button {
  min-height: 44px;
}
.prod-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-burger {
  width: 44px;
  height: 44px;
}
.nearby-modal-close,
.filter-drawer-close {
  width: 44px;
  height: 44px;
}
.heroA h1 {
  font-size: var(--type-hero);
  letter-spacing: 0;
}
.tr-hero h1,
.prod-hero h1,
.feed-hero h1,
.ab-hero h1,
.products-static .prod-hero h1 {
  font-size: var(--type-page-hero);
  letter-spacing: 0;
}
.gd-header h1,
.legal-hero-title {
  font-size: var(--type-page-title);
  letter-spacing: 0;
}
.sec-head h2,
.prod-left h2,
.products-static .prod-left h2,
.about-community h2,
.founder-section h2,
.careers-band h3,
.cta-band h3 {
  font-size: var(--type-section-title);
  letter-spacing: 0;
}
.map-side h3,
.partner-form-title,
.feed-newsletter h3,
.products-static .pkg-matrix-head h3 {
  font-size: var(--type-panel-title);
  letter-spacing: 0;
}
.feed-newsletter h3 {
  font-size: var(--fs-h2);
  letter-spacing: -0.032em;
  font-variation-settings: 'wdth' 85;
}
.app-soon-strip p {
  font-size: 30px;
}
.ls-filter-trigger {
  display: none;
}
.filter-options-state {
  font-size: 14px;
  color: var(--mist);
  padding-block: 8px;
}
.ls-active-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: -4px 0 18px;
}
.ls-active-filter {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1px solid var(--bone);
  font-size: 12px;
  color: var(--slate);
}
.ls-active-filters > button {
  min-height: 32px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.filter-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(5, 7, 9, 0.62);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: flex-end;
}
.filter-drawer {
  width: min(430px, 100%);
  height: 100dvh;
  background: var(--cream);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.28);
}
.filter-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--bone);
  background: var(--cream);
}
.filter-drawer-head h2 {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 6px;
}
.filter-drawer-close {
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--cream);
  flex-shrink: 0;
  line-height: 0;
  transition: background 0.18s,
    color 0.18s,
    border-color 0.18s;
}
.filter-drawer-close:hover {
  color: var(--volt);
}
.filter-drawer-close svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.25;
}
.filter-drawer-body {
  min-height: 0;
  overflow-y: auto;
  padding: 8px 24px 24px;
  overscroll-behavior: contain;
}
.filter-drawer-foot {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 10px;
  padding: 14px 24px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--bone);
  background: var(--paper);
}
.filter-drawer-foot .btn {
  width: 100%;
}
@media (min-width: 769px) {
  .filter-drawer-backdrop {
    justify-content: center;
    align-items: center;
    padding: 24px;
  }
  .filter-drawer {
    width: min(840px, calc(100vw - 48px));
    height: min(760px, calc(100dvh - 48px));
    border: 1px solid rgba(224, 215, 191, 0.78);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32),
      0 0 0 1px rgba(255, 255, 255, 0.18);
  }
  .filter-drawer-head {
    padding: 24px 30px 22px;
  }
  .filter-drawer-head h2 {
    font-size: 42px;
    letter-spacing: -0.025em;
  }
  .filter-drawer-body {
    overflow: hidden;
    padding: 0;
  }
  .filter-drawer-foot {
    gap: 16px;
    padding: 18px 30px;
    background: rgba(250, 247, 239, 0.96);
  }
  .filter-drawer-foot .btn {
    min-height: 58px;
    border-radius: 16px;
    font-size: 15px;
  }
  .gym-filter-panel--tablet-chips {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .gym-filter-panel--tablet-chips.has-no-active-filters {
    grid-template-rows: minmax(0, 1fr);
  }
  .gym-filter-panel--tablet-chips .fil-active--split {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 12px 30px;
    overflow-x: auto;
    border-bottom: 1px solid rgba(224, 215, 191, 0.82);
    scrollbar-width: none;
  }
  .gym-filter-panel--tablet-chips .fil-active--split::-webkit-scrollbar {
    display: none;
  }
  .gym-filter-panel--tablet-chips .fil-split-shell {
    height: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    background: var(--cream);
  }
  .gym-filter-panel--tablet-chips .fil-split-rail,
  .gym-filter-panel--tablet-chips .fil-split-options {
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .gym-filter-panel--tablet-chips .fil-split-rail {
    background: linear-gradient(180deg, #fffdf6 0%, var(--paper) 100%);
    border-right: 1px solid rgba(224, 215, 191, 0.86);
  }
  .gym-filter-panel--tablet-chips .fil-split-tab {
    position: relative;
    width: 100%;
    min-height: 104px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-content: center;
    gap: 6px 14px;
    padding: 20px 28px;
    border-left: 5px solid transparent;
    border-bottom: 1px solid rgba(224, 215, 191, 0.58);
    color: var(--slate);
    text-align: left;
    transition: background 0.16s ease,
      border-color 0.16s ease,
      transform 0.16s ease;
  }
  .gym-filter-panel--tablet-chips .fil-split-tab span {
    min-width: 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.08;
  }
  .gym-filter-panel--tablet-chips .fil-split-tab small {
    grid-column: 1 / -1;
    min-width: 0;
    color: var(--mist);
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gym-filter-panel--tablet-chips .fil-split-tab b {
    min-width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(14, 14, 14, 0.06);
    border: 1px solid rgba(14, 14, 14, 0.09);
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 13px;
    line-height: 1;
  }
  .gym-filter-panel--tablet-chips .fil-split-tab.is-active {
    border-left-color: var(--volt);
    background: linear-gradient(90deg, rgba(216, 255, 54, 0.62), rgba(216, 255, 54, 0.2) 76%, transparent),
      rgba(255, 255, 255, 0.72);
  }
  .gym-filter-panel--tablet-chips .fil-split-options {
    padding: 30px;
    background: radial-gradient(circle at 92% 8%, rgba(216, 255, 54, 0.12), transparent 30%), var(--cream);
  }
  .fil-chip-head {
    margin-bottom: 22px;
  }
  .fil-chip-head h3 {
    font-family: var(--font-display);
    color: var(--ink);
    font-size: 30px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .fil-chip-head p {
    margin-top: 8px;
    color: var(--mist);
    font-size: 15px;
    line-height: 1.45;
  }
  .gym-filter-panel--tablet-chips .fil-chip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .gym-filter-panel--tablet-chips .fil-chip-option {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border: 1px solid rgba(224, 215, 191, 0.95);
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdf7, var(--paper));
    color: var(--ink);
    font-size: 16px;
    font-weight: 760;
    line-height: 1.16;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    transition: background 0.16s ease,
      border-color 0.16s ease,
      box-shadow 0.16s ease,
      transform 0.16s ease;
  }
  .gym-filter-panel--tablet-chips .fil-chip-option:hover {
    border-color: rgba(14, 14, 14, 0.18);
    transform: translateY(-1px);
  }
  .gym-filter-panel--tablet-chips .fil-chip-option.is-on {
    background: linear-gradient(135deg, var(--volt), #caff19);
    border-color: rgba(14, 14, 14, 0.82);
    color: var(--ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.46),
      0 12px 26px rgba(184, 221, 32, 0.26);
  }
  .gym-filter-panel--tablet-chips .fil-chip-option:disabled {
    opacity: 0.48;
    cursor: not-allowed;
    transform: none;
  }
}
@media (min-width: 1180px) {
  .filter-drawer {
    width: min(920px, calc(100vw - 72px));
  }
  .gym-filter-panel--tablet-chips .fil-split-shell {
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .gym-filter-panel--tablet-chips .fil-chip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.crumb-current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-detail-header {
  padding-block: 34px 28px;
}
.pkg-matrix-scroll-hint {
  display: none;
}
@media (max-width: 1279px) {
  :root {
    --pad: 32px;
  }
}
@media (max-width: 1024px) {
  :root {
    --pad: 24px;
    --section-y: 56px;
    --section-y-tight: 44px;
    --hero-y: 52px;
  }
  .ls-filters-desktop {
    display: none;
  }
  .ls-filter-trigger {
    display: inline-flex;
  }
  .ls-grid {
    grid-template-columns: 1fr;
  }
  .ls-header {
    align-items: flex-start;
  }
  .nearby-modal {
    max-height: calc(100dvh - 32px);
  }
}
@media (max-width: 768px) {
  :root {
    --section-y: 48px;
    --section-y-tight: 38px;
    --hero-y: 44px;
  }
  .reveal[data-variant='left'],
  .reveal[data-variant='right'] {
    transform: translate3d(0, 20px, 0);
  }
  .reveal[data-visible='true'][data-variant],
  .reveal.is-visible[data-variant] {
    transform: none;
  }
  .photo-carousel-backdrop {
    padding: 0;
    place-items: stretch;
  }
  .photo-carousel-dialog {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .photo-carousel-head {
    padding: calc(14px + env(safe-area-inset-top)) 16px 14px;
  }
  .photo-carousel-head h2 {
    font-size: 24px;
  }
  .photo-carousel-stage {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
    touch-action: pan-y;
  }
  .photo-carousel-frame {
    grid-column: 1;
    grid-row: 1;
    min-height: 220px;
  }
  .gallery .gym-img-photo {
    background: var(--ink);
  }
  .gym-gallery-media {
    object-fit: contain;
  }
  .photo-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(14, 14, 14, 0.72);
  }
  .photo-carousel-nav:active {
    transform: translateY(-50%) scale(0.96);
  }
  .photo-carousel-prev {
    left: 20px;
  }
  .photo-carousel-next {
    right: 20px;
  }
  .photo-carousel-thumbs {
    padding-inline: 12px;
  }
  .photo-carousel-thumb {
    width: 76px;
  }
  .pkg-matrix-scroll-hint {
    display: block;
    margin: -12px 0 12px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mist);
  }
  .products-static .pkg-matrix-wrap {
    position: relative;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
  }
  .products-static .pkg-matrix {
    min-width: 980px;
  }
  .gd-meta {
    gap: 10px 12px;
  }
  .empty-state,
  .ls-grid [role='status'] {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  :root {
    --pad: 16px;
    --section-y: 40px;
    --section-y-tight: 32px;
    --hero-y: 36px;
  }
  .nav-inner {
    padding-inline: var(--pad);
  }
  .brand-logo {
    width: 146px;
  }
  .home-page .heroA {
    padding-block: 28px 34px;
  }
  .heroA-left {
    text-align: center;
  }
  .heroA-left .eyebrow {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    max-width: 310px;
    margin: 0 auto 18px;
    font-size: 9px;
    letter-spacing: 0.11em;
    line-height: 1.5;
  }
  .heroA-left .eyebrow .dot {
    flex: 0 0 auto;
    margin: 5px 0 0;
  }
  .heroA-eyebrow-full {
    display: none;
  }
  .heroA-eyebrow-compact {
    display: inline;
  }
  .heroA h1 {
    max-width: 320px;
    margin: 0 auto 20px;
    font-size: clamp(38px, 10.8vw, 42px);
    line-height: 1.02;
    letter-spacing: 0;
    font-variation-settings: 'wdth' 88,
      'opsz' 64;
  }
  .heroA h1 em {
    font-weight: 520;
  }
  .heroA-sub {
    max-width: 33ch;
    margin: 0 auto 26px;
    font-size: 15.5px;
    line-height: 1.58;
    color: #4f4a42;
  }
  .footer-copy {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.65;
  }
  .footer-socials {
    gap: 10px;
    margin-top: 22px;
  }
  .footer-social {
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }
  .footer-stat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .footer-stat {
    min-height: 82px;
    padding: 15px 12px;
  }
  .footer-stat b {
    font-size: 24px;
  }
  .footer-stat span {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.35;
  }
  .footer-stats h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .footer-column h4 {
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.24em;
  }
  .footer-column ul {
    gap: 13px;
  }
  .footer-bottom {
    font-size: 11px;
  }
  .footer-bottom > div {
    gap: 18px;
  }
  .heroA-grid {
    gap: 26px;
  }
  .heroA-right {
    order: initial;
    height: 240px;
  }
  .heroA-actions,
  .cta-band .row-wrap,
  .gd-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .heroA-actions .btn,
  .cta-band .row-wrap .btn,
  .gd-actions .btn {
    width: 100%;
  }
  .heroA-sub {
    margin-bottom: 28px;
  }
  .searchcard {
    margin-top: 36px;
  }
  .filter-drawer-backdrop {
    display: block;
    padding: 0;
  }
  .filter-drawer {
    width: 100%;
    height: 100dvh;
    box-shadow: none;
  }
  .filter-drawer-head {
    padding: 18px 16px;
  }
  .filter-drawer-body {
    padding-inline: 16px;
  }
  .filter-drawer-foot {
    padding-inline: 16px;
  }
  .nearby-modal-backdrop {
    padding: 0;
    place-items: stretch;
  }
  .nearby-modal,
  .nearby-modal.is-interactive {
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
    border-inline: 0;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .nearby-modal-head {
    padding: 18px 16px 16px;
  }
  .nearby-modal-head h3 {
    font-size: 34px;
  }
  .nearby-modal-head p {
    font-size: 13px;
    margin-top: 8px;
  }
  .nearby-modal-content,
  .nearby-modal-list {
    overscroll-behavior: contain;
  }
  .nearby-modal-foot {
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: var(--paper);
  }
  .app-soon-backdrop,
  .location-permission-backdrop {
    padding: 16px max(16px, env(safe-area-inset-right)) calc(16px + env(safe-area-inset-bottom))
      max(16px, env(safe-area-inset-left));
  }
  .location-permission-modal {
    grid-template-columns: 1fr;
    padding: 18px 16px 16px;
  }
  .location-permission-icon {
    width: 42px;
    height: 42px;
  }
  .location-permission-actions {
    grid-template-columns: 1fr;
  }
  .app-soon-strip p {
    font-size: 24px;
  }
  .article-detail .crumbs {
    gap: 7px;
    font-size: 10px;
    overflow: hidden;
  }
  .article-detail-header {
    padding-block: 26px 22px;
  }
  .article-reader-card {
    padding: 24px 18px;
    border-radius: var(--r-md);
  }
  .article-reader-intro {
    margin-bottom: 18px;
  }
  .article-deck {
    font-size: 24px;
    line-height: 1.16;
  }
  .article-meta-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .article-reader-kicker {
    margin-bottom: 22px;
    padding-bottom: 18px;
  }
  .article-prose {
    font-size: 17px;
    line-height: 1.68;
  }
  .article-prose-heading {
    font-size: 25px;
    margin-top: 1.8em;
  }
  .article-hero-image {
    margin-bottom: 32px;
    border-radius: var(--r-md);
  }
  .article-hero-image-frame {
    aspect-ratio: 16/9;
    max-height: none;
  }
  .article-hero-image .gallery-actions {
    left: 10px;
    right: 10px;
    top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .article-hero-image .see-all {
    left: 10px;
    right: auto;
    bottom: 10px;
  }
  .article-hero-image-frame .tag {
    left: 10px;
    bottom: 58px;
    max-width: calc(100% - 20px);
  }
  .products-static .pkg4 {
    grid-template-columns: 1fr;
  }
  .products-static .pcard-desc {
    min-height: 0;
  }
}
@media (max-width: 360px) {
  .filter-drawer-foot {
    grid-template-columns: 1fr;
  }
  .products-static .success-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .success-metrics > div {
    border-right: 1px solid var(--bone);
  }
  .products-static .success-metrics > div:nth-child(2n) {
    border-right: 0;
  }
}
.nav {
  position: sticky;
  top: 0;
  min-height: var(--nav-h);
  z-index: 50;
  background: rgba(242, 239, 231, 0.88);
  border-bottom: 1px solid rgba(14, 14, 14, 0.06);
}
.nav-inner {
  min-height: var(--nav-h);
  padding: 14px var(--pad);
  gap: 28px;
}
.brand-logo {
  width: auto;
  height: 32px;
}
.nav-links {
  gap: 28px;
  margin-left: 12px;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: var(--fs-sm);
  font-weight: 500;
}
.nav-links a {
  min-height: auto;
  padding: 6px 0;
  border-radius: 0;
  opacity: 0.72;
  background: none !important;
  color: inherit;
}
.nav-links a.active {
  background: none;
  color: inherit;
  box-shadow: none;
  opacity: 1;
}
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--ink);
}
.nav-actions {
  gap: 10px;
}
.nav-cta,
.location-trigger {
  height: auto;
  box-shadow: none;
}
.location-trigger {
  gap: 7px;
  padding: 9px 14px;
  border: 1px solid var(--bone);
  background: var(--paper);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink);
}
.location-trigger:hover {
  border-color: var(--ink);
  background: var(--paper);
  box-shadow: none;
  transform: none;
}
.nav-cta:hover {
  box-shadow: none;
  transform: translateY(-1px);
}
.location-trigger-label {
  max-width: 112px;
}
.heroA {
  padding-block: clamp(52px, 6vw, 84px);
}
.heroA-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}
.heroA h1 {
  font-size: var(--fs-h1);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.heroA-sub {
  font-size: var(--fs-lead);
  line-height: 1.55;
}
.heroA-right {
  height: 520px;
}
.searchcard {
  margin-top: 48px;
}
.mq-section {
  padding: calc(clamp(40px, 4.2vw, 60px) * 0.8) 0 clamp(40px, 4.2vw, 60px);
}
.mq-head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
}
.mq-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--bone));
}
.mq-head .mq-rule:last-child {
  background: linear-gradient(90deg, var(--bone), transparent);
}
.mq-head .eyebrow {
  flex-shrink: 0;
  white-space: nowrap;
}
.marquee-wrap {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.marquee-inner {
  gap: 14px;
  width: max-content;
  animation-duration: var(--marquee-duration, 18s);
}
.mq-chip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
  padding: 12px 22px 12px 12px;
  border-radius: var(--r-pill);
  background: var(--paper);
  border: 1px solid var(--bone);
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
  box-shadow: var(--sh-1);
  transition: border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.mq-chip:hover {
  border-color: var(--ink);
  box-shadow: var(--sh-2);
  transform: translateY(-2px);
}
.mq-mono {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--volt);
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 700;
}
.step,
.gym,
.art,
.pcard,
.value-card,
.ecosystem-card {
  box-shadow: none;
}
.ls-banner {
  position: relative;
  overflow: hidden;
  background-color: var(--ink);
  color: var(--cream);
  padding: 76px 0 92px;
  background-image: radial-gradient(42% 58% at 76% 34%, rgba(216, 255, 54, 0.2), transparent 60%),
    radial-gradient(42% 60% at 7% 98%, rgba(255, 91, 46, 0.11), transparent 58%),
    linear-gradient(150deg, #171715 0%, #0d0d0d 54%, #060606 100%);
}
.ls-banner-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(rgba(216, 255, 54, 0.03) 1px, transparent 1px);
  background-size: 24px 24px,
    64px 64px;
  mask-image: radial-gradient(80% 80% at 50% 40%, #000, transparent);
}
.ls-banner-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 36px;
  align-items: start;
}
.ls-banner-mobile-copy,
.ls-mobile-count-row,
.ls-clear-mobile,
.ls-search-input-mobile,
.ls-drop-icon,
.ls-drop-label-mobile,
.ls-filter-count {
  display: none;
}
.ls-banner .eyebrow {
  color: rgba(255, 255, 255, 0.75);
}
.ls-banner .eyebrow .dot {
  background: var(--volt);
}
.ls-banner h1 {
  font-family: var(--font-display);
  font-size: clamp(62px, 6.9vw, 90px);
  font-weight: 800;
  line-height: 0.89;
  letter-spacing: -0.055em;
  font-variation-settings: 'wdth' 82;
  margin: 18px 0 18px;
  max-width: 6.5ch;
}
.ls-banner h1 em {
  font-style: italic;
  font-weight: 600;
  color: var(--volt);
}
.ls-banner-sub {
  font-size: clamp(18px, 1.45vw, 22px);
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
  max-width: 640px;
}
.ls-banner-stats {
  display: flex;
  gap: clamp(28px, 3vw, 48px);
  margin-top: 34px;
  flex-wrap: wrap;
}
.ls-banner-stats b {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(46px, 4.2vw, 64px);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--volt);
}
.ls-banner-stats span {
  display: block;
  margin-top: 7px;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
}
.ls-banner-art {
  position: relative;
  height: clamp(360px, 36vw, 440px);
  display: grid;
  place-items: center;
  overflow: visible;
}
.ls-network-visual {
  position: relative;
  width: min(100%, 500px);
  max-width: 100%;
  aspect-ratio: 4 / 3;
  transform: none;
  color: var(--volt);
}
.ls-network-visual::before {
  content: '';
  position: absolute;
  inset: 10% 2% 6% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 255, 54, 0.18), transparent 68%);
  filter: blur(30px);
}
.ls-network-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.ls-network-grid path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 1;
}
.ls-network-map path {
  fill: rgba(216, 255, 54, 0.025);
  stroke: rgba(216, 255, 54, 0.58);
  stroke-width: 0.8;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.ls-network-map {
  filter: none;
}
.ls-network-routes path {
  fill: none;
  stroke: rgba(216, 255, 54, 0.44);
  stroke-width: 1.1;
  stroke-linecap: round;
  stroke-dasharray: 4 8;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 5px rgba(216, 255, 54, 0.42));
  animation: ls-network-route 4.4s linear infinite;
  animation-delay: calc(var(--route-index, 0) * -0.28s);
}
.ls-network-pin {
  filter: drop-shadow(0 0 10px rgba(216, 255, 54, 0.84));
}
.ls-network-pin-body {
  fill: var(--volt);
  stroke: #071006;
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0.82);
}
.ls-network-pin-eye {
  fill: #071006;
}
@keyframes ls-network-route {
  to {
    stroke-dashoffset: -48;
  }
}
.ls-bar {
  position: sticky;
  top: var(--nav-h);
  z-index: 30;
  background: linear-gradient(90deg, rgba(216, 255, 54, 0.08), transparent 34%), rgba(242, 239, 231, 0.96);
  backdrop-filter: saturate(150%) blur(16px);
  border-block: 1px solid rgba(224, 215, 191, 0.84);
  padding: 12px 0;
}
.ls-bar .wrap {
  padding-inline: clamp(20px, 4vw, 56px);
}
.ls-bar-row {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) max-content max-content;
  gap: 10px;
  align-items: center;
  padding: 4px;
  border: 1px solid rgba(224, 215, 191, 0.72);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 12px 28px rgba(14, 14, 14, 0.045);
}
.ls-searchfield {
  display: flex;
  align-items: center;
  gap: 9px;
  height: 46px;
  padding: 0 18px;
  color: var(--mist);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(224, 215, 191, 0.86);
  border-radius: var(--r-pill);
}
.ls-searchfield svg {
  flex-shrink: 0;
}
.ls-searchfield input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: 500;
}
.ls-searchfield input::placeholder {
  color: var(--mist);
}
.ls-searchfield:focus-within {
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(216, 255, 54, 0.34);
}
.ls-bar-context {
  height: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ls-bar-context .eyebrow {
  font-size: 9px;
}
.ls-bar-context strong {
  font-size: var(--fs-sm);
}
.ls-select {
  width: 100%;
  height: 46px;
  appearance: none;
  background-color: var(--paper);
  border: 1px solid var(--bone);
  border-radius: var(--r-pill);
  padding: 0 38px 0 16px;
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  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' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 15px center;
  background-size: 13px 13px;
  background-repeat: no-repeat;
}
.ls-select:focus {
  outline: none;
  border-color: var(--ink);
}
.ls-filter-chip {
  min-width: 0;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid rgba(224, 215, 191, 0.82);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.66);
  color: var(--ink);
  text-align: left;
  transition: background 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease,
    transform 0.16s ease;
}
.ls-filter-chip span {
  display: none;
  color: var(--mist);
  font-family: var(--font-mono);
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ls-filter-chip strong {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 820;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ls-filter-chip strong::before {
  color: var(--mist);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-right: 7px;
  text-transform: uppercase;
}
.ls-quick-select--city .ls-filter-chip strong::before {
  content: 'In';
}
.ls-quick-select--category .ls-filter-chip strong::before {
  content: 'For';
}
.ls-filter-chip svg {
  order: -1;
  flex: 0 0 auto;
  color: var(--ink);
}
.ls-filter-chip:hover:not(:disabled),
.ls-filter-chip:focus-visible {
  background: linear-gradient(135deg, rgba(216, 255, 54, 0.52), rgba(255, 255, 255, 0.9));
  border-color: rgba(14, 14, 14, 0.22);
  box-shadow: 0 10px 24px rgba(216, 255, 54, 0.16);
  transform: translateY(-1px);
}
.ls-filter-chip:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
.ls-filter-chip:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
.ls-quick-select {
  position: relative;
  min-width: 0;
}
.ls-filter-chip.is-open {
  background: linear-gradient(135deg, rgba(216, 255, 54, 0.42), rgba(255, 255, 255, 0.9));
  border-color: rgba(14, 14, 14, 0.22);
  box-shadow: 0 10px 24px rgba(216, 255, 54, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.ls-filter-chip.is-open svg {
  transform: rotate(180deg);
}
.ls-quick-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 45;
  width: min(320px, 82vw);
  max-height: 360px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(224, 215, 191, 0.9);
  border-radius: 22px;
  background: radial-gradient(circle at 18% 0%, rgba(216, 255, 54, 0.14), transparent 32%),
    rgba(250, 247, 239, 0.98);
  box-shadow: 0 26px 70px rgba(14, 14, 14, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(140%);
}
.ls-quick-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 28px;
  width: 12px;
  height: 12px;
  background: rgba(250, 247, 239, 0.98);
  border-top: 1px solid rgba(224, 215, 191, 0.9);
  border-left: 1px solid rgba(224, 215, 191, 0.9);
  transform: rotate(45deg);
}
.ls-quick-menu button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 14px;
  padding: 10px 12px;
  border-radius: 16px;
  color: var(--ink);
  text-align: left;
  transition: background 0.14s ease,
    box-shadow 0.14s ease,
    transform 0.14s ease;
}
.ls-quick-menu button + button {
  margin-top: 2px;
}
.ls-quick-menu button:hover,
.ls-quick-menu button:focus-visible {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(14, 14, 14, 0.07);
}
.ls-quick-menu button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}
.ls-quick-menu button.is-selected {
  background: linear-gradient(135deg, var(--volt), #caff19);
  box-shadow: inset 0 0 0 1px rgba(14, 14, 14, 0.16),
    0 10px 22px rgba(216, 255, 54, 0.18);
}
.ls-quick-menu button.is-selected::after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(var(--ink), var(--ink)) center / 9px 2px no-repeat,
    linear-gradient(45deg, transparent 42%, var(--ink) 44% 57%, transparent 59%) 46% 53% / 9px 9px
      no-repeat,
    rgba(14, 14, 14, 0.08);
}
.ls-quick-menu span,
.ls-quick-menu small {
  min-width: 0;
}
.ls-quick-menu span {
  overflow: hidden;
  font-size: 14px;
  font-weight: 820;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ls-quick-menu small {
  grid-column: 1 / 2;
  color: var(--mist);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}
.ls-quick-menu button.is-selected small {
  color: rgba(14, 14, 14, 0.62);
}
.ls-dropbtn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  height: 46px;
  padding: 0 13px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--r-pill);
  font-size: var(--fs-sm);
  font-weight: 800;
  color: var(--paper);
  white-space: nowrap;
}
.ls-dropbtn:hover {
  background: var(--volt);
  border-color: var(--volt);
  color: var(--ink);
}
.ls-drop-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}
.ls-dropbtn:hover .ls-drop-icon {
  background: rgba(14, 14, 14, 0.08);
}
.ls-drop-summary {
  display: none;
}
.ls-drop-caret {
  margin-left: auto;
}
.ls-results {
  padding-block: 28px 80px;
}
.ls-results .ls-header {
  margin-bottom: 20px;
}
.ls-results .gym-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.feed-hero {
  padding: 64px 0 72px;
}
.feed-hero > .wrap {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 64px;
  align-items: center;
}
.feed-hero h1 {
  font-size: var(--fs-h1);
  line-height: 0.92;
  letter-spacing: -0.044em;
}
.feed-hero .feed-search {
  margin-top: 28px;
  max-width: 480px;
}
.feed-hero-panel {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-xl);
  padding: 28px;
  backdrop-filter: blur(6px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.feed-hero-panel-top {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.feed-hero-panel-top i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--volt);
  box-shadow: 0 0 0 3px rgba(216, 255, 54, 0.18);
}
.feed-hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.feed-hero-stats > div {
  padding: 20px 0 4px;
}
.feed-hero-stats > div:nth-child(odd) {
  padding-right: 18px;
}
.feed-hero-stats > div:nth-child(even) {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.feed-hero-stats > div:nth-child(n + 3) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.feed-hero-stats b {
  display: block;
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  color: var(--volt);
  line-height: 1;
}
.feed-hero-stats span {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 7px;
  line-height: 1.4;
}
.feed-hero-panel-foot {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: var(--fs-xs);
  color: rgba(255, 255, 255, 0.6);
}
.footer {
  background: #0a0a0a;
  padding: 56px 0 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(520px, 2fr);
  gap: 72px;
  padding-bottom: 32px;
}
.footer-brand-logo {
  width: auto;
  height: 40px;
}
.footer-copy {
  margin-top: 20px;
  max-width: 360px;
  font-size: var(--fs-sm);
  line-height: 1.7;
}
.footer-socials {
  margin-top: 20px;
  gap: 12px;
}
.footer-social {
  width: 42px;
  height: 42px;
}
.footer-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  padding: 0;
  border: 0;
}
.footer-column h4 {
  font-size: var(--fs-meta);
  letter-spacing: 0.12em;
  font-weight: 800;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.footer-column ul {
  gap: 10px;
}
.footer-column li {
  font-size: var(--fs-sm);
  color: rgba(255, 255, 255, 0.75);
}
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: var(--fs-2xs);
}
@media (max-width: 1200px) {
  .ls-banner-inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 28px;
  }
  .ls-network-visual {
    width: min(100%, 470px);
    transform: none;
  }
  .ls-results .gym-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .nav-links,
  .nav-actions {
    display: none;
  }
  .nav-burger {
    display: flex;
  }
  .nav-inner {
    gap: 0;
  }
  .heroA-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .heroA-right {
    height: 440px;
    order: -1;
  }
  .ls-banner {
    padding: 56px 0 60px;
  }
  .ls-banner-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ls-banner-art {
    display: none;
  }
  .ls-results .gym-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feed-hero > .wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .feed-hero-panel {
    max-width: 520px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-links {
    gap: 24px;
  }
}
@media (max-width: 1000px) {
  .ls-bar-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-radius: 28px;
    padding: 6px;
  }
  .ls-searchfield {
    grid-column: 1 / -1;
  }
  .ls-quick-menu {
    width: min(360px, 90vw);
  }
}
@media (max-width: 768px) {
  .heroA-right {
    height: 320px;
  }
  .mq-head {
    gap: 12px;
    margin-bottom: 24px;
  }
  .mq-head .eyebrow {
    white-space: normal;
  }
  .ls-results .gym-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .brand-logo {
    height: 26px;
  }
  .heroA {
    padding-top: 32px;
  }
  .heroA-right {
    height: 260px;
  }
  .heroA-sub {
    font-size: var(--fs-base);
  }
  .ls-banner-stats {
    gap: 28px;
  }
  .ls-bar .wrap {
    padding-inline: 18px;
  }
  .ls-bar-row {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }
  .ls-quick-select,
  .ls-filter-chip,
  .ls-dropbtn {
    width: 100%;
  }
  .ls-filter-chip {
    height: 46px;
  }
  .ls-results .gym-list {
    grid-template-columns: 1fr;
  }
  .feed-hero-stats b {
    font-size: 32px;
  }
  .feed-hero-stats > div:nth-child(even) {
    padding-left: 14px;
  }
  .footer-top {
    gap: 28px;
  }
  .footer-brand-block {
    align-items: flex-start;
    text-align: left;
  }
  .footer-brand {
    align-self: flex-start;
  }
  .footer-copy {
    margin-inline: 0;
  }
  .footer-socials {
    justify-content: flex-start;
  }
  .footer-links {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-column {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
  }
  .footer-column h4 {
    margin: 0 0 14px;
  }
  .footer-column ul {
    padding: 0;
  }
  .footer-bottom {
    align-items: flex-start;
    text-align: left;
  }
}
html .reveal[data-visible='true'],
html .reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
}
.font-display {
  font-family: var(--font-display);
}
.font-sans {
  font-family: var(--font-sans);
}
.font-mono,
.mono {
  font-family: var(--font-mono);
}
.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,
.legal-hero-title,
.page-state h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 90,
    'opsz' 96;
}
.sec-head h2,
.gd-block h2,
.prod-left h2,
.products-static .prod-left h2,
.about-community h2,
.founder-section h2,
.careers-band h3,
.cta-band h3,
.feed-newsletter h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-variation-settings: 'wdth' 85;
}
.step h3,
.map-side h3,
.steps-cta-title,
.faq-q,
.partner-form-title,
.nearby-modal-head h3,
.gym-map-empty h3,
.feed-section-head h2,
.products-static .pkg-matrix-head h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 85;
}
.gym h3,
.gym-card h3,
.trainer-card h3,
.trainer-mini h4,
.art h3,
.products-static .pcard-name,
.value-title,
.app-card h4 {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-variation-settings: 'wdth' 88;
}
.heroA-sub,
.ls-banner-sub,
.prod-hero-sub,
.feed-hero-sub,
.sec-head .lead,
.cta-band p,
.health-article-deck {
  font-size: var(--fs-lead);
}
.btn {
  font-size: var(--fs-sm);
  line-height: 1.2;
}
.btn-lg {
  font-size: var(--fs-base);
}
.btn-sm {
  font-size: var(--fs-xs);
}
.pill {
  font-size: var(--fs-2xs);
}
.field-label,
.partner-field label {
  font-size: var(--fs-meta);
}
.field-input,
.partner-input,
.partner-select,
.partner-textarea {
  font-size: var(--fs-base);
}
.searchcard .sf .lbl,
.ls-search-row .sf .lbl,
.location-menu-button-hint,
.location-permission-modal .eyebrow,
.heroA-left .eyebrow,
.ls-bar-context .eyebrow,
.cat-num,
.cat-from,
.gym .gym-price span,
.map-side .stat-row span,
.nearby-gym-meta small,
.trainer-mini .t-spec,
.trainer-mini .t-rate b small,
.store-btn small,
.phone-screen .ps-top,
.phone-screen .ps-card span,
.phone-screen .ps-stat span,
.footer-column h4,
.mobile-location-head span,
.fil-label,
.fil-clear,
.gym-map-feature-top span,
.gym-map-feature-amen span,
.gym-map-item small,
.gym-map-note,
.gym-map-leaflet .leaflet-control-attribution,
.cf-map-popup-main small,
.cf-map-pin-label,
.cf-user-pin-label,
.cat-tag,
.art .art-meta,
.feed-featured .art-meta,
.feed-stat span,
.feed-newsletter-stats span,
.mv-label,
.press-label,
.press-note,
.founder-placeholder,
.founder-note,
.team-note,
.peak-bar.now::after,
.peak-times span,
.photo-carousel-count,
.legal-help-list span,
.legal-panel-heading > span,
.article-detail .crumbs,
.partner-form-note,
.products-static .app-card .app-tag,
.products-static .ops-promise div,
.products-static .ops-guarantee .g-label,
.products-static .ops-stat span,
.products-static .pcard-idx,
.products-static .pcard-tag,
.products-static .pcard-price small,
.products-static .pcard-inc,
.products-static .pkg-matrix thead th .pm-sub,
.products-static .pkg-matrix thead th.pm-hi .pm-star,
.pkg-matrix-scroll-hint {
  font-size: var(--fs-meta);
}
.gym-detail-page .crumbs {
  color: var(--mist);
  padding-top: 24px;
}
.gym-detail-page .gallery {
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 6px;
  height: 486px;
  margin-top: 24px;
  border-radius: var(--r-lg);
}
.gym-detail-page .gallery .imgph {
  border-radius: 0;
}
.gym-detail-page .gallery > div:first-child {
  grid-row: 1 / span 2;
}
.gym-detail-page .gallery .imgph:nth-of-type(n + 6) {
  display: none;
}
.gym-detail-page .gallery-actions .gym-detail-share {
  gap: 6px;
  background: rgba(14, 14, 14, 0.7);
  color: var(--cream);
  border: 0;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  font-size: var(--fs-xs);
}
.gym-detail-page .gallery-actions .gym-detail-share:hover {
  background: rgba(14, 14, 14, 0.85);
}
.gym-detail-page .gallery-actions .gym-detail-share.is-copied {
  background: var(--volt);
  color: var(--ink);
}
.gym-detail-page .gd-header {
  grid-template-columns: 1fr;
  gap: 0;
  padding: 32px 0 24px;
}
.gym-detail-page .gd-header h1 {
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-variation-settings: 'wdth' 85;
}
.gym-detail-page .gd-header h1 em {
  color: var(--mist);
  font-weight: 500;
  font-style: italic;
}
.gym-detail-page .gd-meta {
  gap: 20px;
  font-size: var(--fs-sm);
}
.gym-detail-page .gd-meta .live.is-closed {
  background: var(--bone);
  color: var(--slate);
}
.gym-detail-page .gd-body {
  grid-template-columns: 1fr 380px;
  gap: 56px;
  padding-bottom: 80px;
}
.gym-detail-page .gd-block {
  margin-bottom: 48px;
}
.gym-detail-page .gd-overview {
  padding-top: 0;
}
.gym-detail-page .gd-about-eyebrow {
  margin-bottom: 14px;
}
.gym-detail-page .gd-about-eyebrow::before {
  content: none;
}
.gym-detail-page .gd-about-eyebrow .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ink);
  margin-right: 8px;
}
.gym-detail-page .gd-amenities {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--bone);
}
.gym-detail-page .gd-block h2 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variation-settings: 'wdth' 85;
}
.gym-detail-page .gd-block h2 em {
  font-weight: 500;
  font-style: italic;
}
.gym-detail-page .gd-about {
  max-width: 800px;
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-variation-settings: 'wdth' 95;
}
.gym-detail-page .gd-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.gym-detail-page .gd-stats div {
  padding: 20px 22px;
}
.gym-detail-page .gd-stats div b {
  margin-bottom: 6px;
  font-size: clamp(19px, 1.8vw, 26px);
  white-space: nowrap;
}
.gym-detail-page .gd-stats div span {
  font-size: var(--fs-meta);
}
.gym-detail-page .amen-intro {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--slate);
  font-size: var(--fs-base);
  line-height: 1.55;
}
.gym-detail-page .amen-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.gym-detail-page .amen-group-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(224, 215, 191, 0.92);
  border-radius: var(--r-lg);
  background: radial-gradient(circle at 92% 0%, rgba(216, 255, 54, 0.12), transparent 34%),
    linear-gradient(180deg, #fffdf7, var(--paper));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
}
.gym-detail-page .amen-group-head {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}
.gym-detail-page .amen-group-head span {
  color: var(--ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1;
}
.gym-detail-page .amen-group-head small {
  color: var(--mist);
  font-size: 12px;
  line-height: 1.35;
}
.gym-detail-page .amen-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gym-detail-page .amen-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 11px 8px 8px;
  border: 1px solid rgba(14, 14, 14, 0.08);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.15;
}
.gym-detail-page .amen-chip i {
  width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 7px;
  background: var(--volt);
  color: var(--ink);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}
.gym-detail-page .amen-unconfirmed {
  margin-top: 16px;
  border: 1px solid rgba(224, 215, 191, 0.86);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.38);
}
.gym-detail-page .amen-unconfirmed summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  cursor: pointer;
  list-style: none;
}
.gym-detail-page .amen-unconfirmed summary::-webkit-details-marker {
  display: none;
}
.gym-detail-page .amen-unconfirmed summary span {
  color: var(--mist);
  font-size: 13px;
}
.gym-detail-page .amen-unconfirmed summary strong {
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.gym-detail-page .amen-muted-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 18px 18px;
}
.gym-detail-page .amen-muted-list span {
  padding: 7px 10px;
  border-radius: var(--r-pill);
  background: rgba(14, 14, 14, 0.04);
  color: var(--mist);
  font-size: 12px;
  line-height: 1.2;
}
.gym-detail-page .gd-empty-copy {
  color: var(--mist);
  font-size: var(--fs-base);
}
.gym-detail-page .book-card {
  top: 86px;
  align-self: start;
  padding: 32px;
}
.gym-detail-page .book-kicker {
  margin-bottom: 8px;
  color: var(--mist);
  font-size: var(--fs-xs);
}
.gym-detail-page .book-card h2 {
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.1;
}
.gym-detail-page .book-copy {
  color: var(--mist);
  font-size: var(--fs-xs);
  line-height: 1.55;
}
.gym-detail-page .book-cta {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.gym-detail-page .book-trust {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--bone);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gym-detail-page .book-trust span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--mist);
  font-size: var(--fs-xs);
}
.gym-detail-page .book-trust span::before {
  content: '✓';
  color: var(--leaf);
  font-size: var(--fs-2xs);
  font-weight: 700;
}
.gym-inquiry-backdrop {
  position: fixed;
  inset: 0;
  z-index: 190;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: 20px;
  background: rgba(14, 14, 14, 0.8);
  backdrop-filter: blur(4px);
}
.gym-inquiry-dialog {
  width: min(560px, 100%);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 48px;
  border-radius: var(--r-md);
  background: var(--cream);
  box-shadow: 0 20px 60px rgba(14, 14, 14, 0.3);
}
.gym-inquiry-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.gym-inquiry-dialog-head h2 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1;
}
.gym-inquiry-dialog-head p {
  color: var(--mist);
  font-size: var(--fs-sm);
  line-height: 1.5;
}
.gym-inquiry-close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--slate);
  line-height: 0;
}
.gym-inquiry-close svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.25;
}
.gym-inquiry-close:hover {
  background: var(--ink);
  color: var(--volt);
}
.gym-inquiry-dialog .partner-form-top {
  display: none;
}
.gym-inquiry-dialog .gym-inquiry-form {
  gap: 20px;
}
@media (max-width: 1024px) {
  .gym-detail-page .gallery {
    display: flex;
    grid-template-columns: none;
    grid-template-rows: none;
    height: min(56vw, 520px);
    min-height: 320px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x;
  }
  .gym-detail-page .gallery::-webkit-scrollbar {
    display: none;
  }
  .gym-detail-page .gallery .imgph {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .gym-detail-page .gallery > div:first-child {
    grid-column: auto;
    grid-row: auto;
  }
  .gym-detail-page .gallery .imgph:not(.gym-img-photo) {
    display: none;
  }
  .gym-detail-page .gallery .imgph.gym-img-photo {
    display: block;
  }
  .gym-detail-page .gym-gallery-image-button {
    cursor: grab;
    pointer-events: none;
  }
  .gym-detail-page .gym-gallery-slide-count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 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-count {
    display: none;
  }
  .gym-detail-page .gallery-scroll-guidance {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: var(--r-pill);
    background: rgba(14, 14, 14, 0.82);
    color: var(--volt);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    transform: translateX(-50%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  }
  .gym-detail-page .gd-body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .gym-detail-page .book-card {
    position: static;
    margin-top: 8px;
  }
  .gym-detail-page .gd-stats,
  .gym-detail-page .amen-group-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .gym-detail-page .crumbs {
    gap: 7px;
    overflow: hidden;
    font-size: 10px;
    white-space: nowrap;
  }
  .gym-detail-page .crumbs > * {
    flex-shrink: 0;
  }
  .gym-detail-page .crumbs > :last-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .gym-detail-page .gallery {
    grid-template-columns: none;
    grid-template-rows: none;
    height: 220px;
    min-height: 220px;
  }
  .gym-detail-page .gallery > div:first-child {
    grid-column: auto;
    height: 220px;
  }
  .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: block;
  }
  .gym-detail-page .gd-header {
    padding: 26px 0 22px;
  }
  .gym-detail-page .gd-meta {
    gap: 10px 14px;
    font-size: var(--fs-xs);
  }
  .gym-detail-page .gd-body {
    gap: 24px;
  }
  .gym-detail-page .gd-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .gym-detail-page .gd-stats div {
    padding: 16px;
  }
  .gym-detail-page .gd-stats div b {
    font-size: clamp(19px, 6vw, 26px);
    white-space: nowrap;
  }
  .gym-detail-page .amen-group-grid {
    grid-template-columns: 1fr;
  }
  .gym-detail-page .book-card {
    padding: 26px 22px;
  }
  .gym-inquiry-backdrop {
    align-items: end;
    padding: 0;
  }
  .gym-inquiry-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    padding: 26px 20px calc(24px + env(safe-area-inset-bottom));
    border-radius: var(--r-lg) var(--r-lg) 0 0;
  }
}
.products-static .partner-form-title {
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.03em;
  font-variation-settings: 'wdth' 84;
}
.products-static .partner-form-title em {
  font-style: italic;
  font-weight: 500;
}
.products-static .partner-form-copy {
  font-size: var(--fs-base);
  line-height: 1.55;
}
.products-static .partner-field label {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.products-static .partner-input,
.products-static .partner-select,
.products-static .partner-textarea {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  font-weight: 500;
}
.products-static .partner-form-note {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.products-static {
  --pad: clamp(20px, 4vw, 56px);
  --products-section-y: clamp(40px, 4.2vw, 60px);
}
.products-static .prod-hero {
  padding-block: 72px;
  background: var(--ink);
}
.products-static .prod-hero-sub {
  margin-bottom: 44px;
}
.products-static .success-metrics {
  background: var(--paper);
}
.products-static #management,
.products-static #ops {
  background: var(--cream);
}
.products-static #leads,
.products-static #packages {
  background: var(--paper);
}
.products-static #pform {
  background: var(--bone);
}
.products-static .prod-section,
.products-static > .section {
  padding-block: var(--products-section-y);
}
.products-static .prod-inner {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
  z-index: auto;
}
.products-static .prod-num {
  top: -20px;
  right: 0;
  z-index: auto;
  color: currentColor;
  font-size: var(--fs-num);
  font-weight: 700;
  opacity: 0.04;
  font-variation-settings: 'wdth' 80;
  mix-blend-mode: normal;
  text-shadow: none;
}
.products-static .prod-left .desc {
  margin-bottom: 32px;
}
.products-static .apps-grid,
.products-static .leads-visual,
.products-static .ops-visual,
.products-static #ops .ops-visual {
  margin-top: 0;
}
.products-static .pkg-matrix-head {
  margin-top: 72px;
}
.products-static .pcard.feat {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ac);
  box-shadow: 0 20px 46px rgba(14, 14, 14, 0.28);
  transform: translateY(-10px);
  z-index: 1;
}
.products-static .pcard.feat:hover {
  transform: translateY(-13px);
}
.products-static .pcard.feat .pcard-idx {
  color: rgba(255, 255, 255, 0.6);
}
.products-static .pcard.feat .pcard-tag {
  color: var(--ink);
  background: var(--volt);
  border-color: var(--volt);
}
.products-static .pcard.feat .pcard-name,
.products-static .pcard.feat .pcard-price {
  color: var(--cream);
}
.products-static .pcard.feat .pcard-desc,
.products-static .pcard.feat .pcard-feats li {
  color: rgba(255, 255, 255, 0.68);
}
.products-static .pcard.feat .pcard-price small {
  color: rgba(255, 255, 255, 0.72);
}
.products-static .pcard.feat .pcard-rule {
  background: rgba(255, 255, 255, 0.12);
}
.products-static .pcard.feat .pcard-inc {
  color: rgba(255, 255, 255, 0.7);
}
.products-static .pt-form-wrap {
  max-width: 760px;
  padding: 56px 64px;
  border: 1px solid var(--bone);
  border-radius: var(--r-xl);
}
.products-static .partner-form {
  gap: 0;
}
.products-static .partner-form-top {
  padding-bottom: 0;
}
.products-static .partner-form-top .eyebrow {
  margin-bottom: 16px;
}
.products-static .partner-form-title {
  margin: 0 0 8px;
}
.products-static .partner-form-copy {
  margin-top: 8px;
}
.products-static .partner-form-grid {
  gap: 18px;
  margin-top: 32px;
}
.products-static .partner-form-row {
  gap: 18px;
}
.products-static .partner-field {
  gap: 6px;
}
.products-static .partner-input,
.products-static .partner-select,
.products-static .partner-textarea {
  height: auto;
  min-height: 49px;
  padding: 12px 14px;
  border-color: var(--bone);
  border-radius: var(--r-sm);
  line-height: 1.55;
}
.products-static .partner-form-footer {
  gap: 0;
  padding-top: 0;
}
.products-static .partner-submit {
  width: 100%;
  max-width: none;
  margin-top: 24px;
}
.products-static .partner-form-note {
  margin-top: 18px;
}
.prod-hero-mobile,
.products-mobile-packages,
.products-mobile-talk-band,
.products-sheet-scrim,
.products-enquiry-sheet,
.about-mobile-template {
  display: none;
}
@media (max-width: 1100px) {
  .products-static .pkg4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .products-static .pcard.feat,
  .products-static .pcard.feat:hover {
    transform: none;
  }
}
@media (max-width: 1024px) {
  .products-static .prod-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .products-static .prod-num {
    top: 0;
    font-size: var(--fs-num-sm);
  }
  .products-static .partner-form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .products-static {
    --pad: 18px;
  }
  .products-static .pkg4 {
    grid-template-columns: 1fr;
  }
  .products-static .apps-grid {
    grid-template-columns: 1fr;
  }
  .products-static .pt-form-wrap {
    padding: 32px 22px;
  }
}
.health-feed-page .feed-hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.044em;
  font-variation-settings: 'wdth' 84;
}
.health-feed-page .feed-hero h1 em {
  font-style: italic;
  font-weight: 500;
}
.health-feed-page .feed-hero-sub {
  font-size: var(--fs-lead);
  line-height: 1.55;
}
.health-feed-page .feed-search input {
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: 500;
}
.health-feed-page .feed-search button,
.health-feed-page .feed-cat {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: 600;
}
.health-feed-page .feed-search button {
  font-weight: 700;
}
.health-feed-page .feed-hero-panel-top {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.health-feed-page .feed-hero-stats b {
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variation-settings: 'wdth' 85;
}
.health-feed-page .feed-hero-stats span {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.health-feed-page .feed-hero-panel-foot {
  font-size: var(--fs-xs);
  line-height: 1.5;
}
.health-feed-page .feed-kicker {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.health-feed-page .feed-featured .fb .cat-tag {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.health-feed-page .feed-featured .fb h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-variation-settings: 'wdth' 88;
}
.health-feed-page .feed-featured .fb h2 em {
  font-style: italic;
  font-weight: 500;
}
.health-feed-page .feed-featured .fb .excerpt {
  font-size: var(--fs-base);
  line-height: 1.65;
}
.health-feed-page .feed-featured .fb .art-meta,
.health-feed-page .art .art-meta {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.04em;
}
.health-feed-page .feed-featured .btn {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.health-feed-page .feed-section-head h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variation-settings: 'wdth' 88;
}
.health-feed-page .feed-section-count {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.health-feed-page .feed-section-head .feed-section-action {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.health-feed-page .art .cat-tag {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.health-feed-page .art h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-variation-settings: 'wdth' 88;
}
.health-feed-page .art.wide h3,
.health-feed-page .feed-category-grid .article-grid-item:first-child .art h3 {
  font-size: var(--fs-h3);
}
.health-feed-page .art .excerpt {
  font-size: var(--fs-base);
  line-height: 1.6;
}
.health-feed-page .feed-newsletter h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.032em;
  font-variation-settings: 'wdth' 85;
}
.health-feed-page .feed-newsletter h3 em {
  font-style: italic;
  font-weight: 500;
}
.health-feed-page .feed-newsletter p {
  font-size: var(--fs-base);
  line-height: 1.6;
}
.health-feed-page .feed-newsletter-stats b {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  font-variation-settings: 'wdth' 85;
}
.health-feed-page .feed-newsletter-stats span,
.health-feed-page .nl-heading {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.health-feed-page .health-newsletter-form input {
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  font-weight: 500;
}
.health-feed-page .health-newsletter-form .health-newsletter-submit {
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: -0.005em;
}
.health-feed-page .nl-note {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  letter-spacing: 0.04em;
}
.about-page .ab-hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.047em;
  font-variation-settings: 'wdth' 83;
}
.about-page .ab-hero h1 em {
  font-style: italic;
  font-weight: 500;
}
.about-page .ab-hero-sub {
  font-size: var(--fs-lead);
  line-height: 1.55;
}
.about-page .ab-hero-meta b {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variation-settings: 'wdth' 85;
}
.about-page .ab-hero-meta span,
.about-page .journey-label,
.about-page .tl-year,
.about-page .mv-label,
.about-page .milestone-year,
.about-page .community-proof-card small,
.about-page .community-proof cite {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
}
.about-page .origin-statement {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.028em;
  font-variation-settings: 'wdth' 90;
}
.about-page .origin-body {
  font-size: var(--fs-lead);
  line-height: 1.75;
}
.about-page .tl-label {
  font-size: var(--fs-sm);
  font-weight: 600;
}
.about-page .tl-desc {
  font-size: var(--fs-2xs);
}
.about-page .mv-text {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.018em;
  font-variation-settings: 'wdth' 92;
}
.about-page .mv-note {
  font-size: var(--fs-sm);
  line-height: 1.6;
}
.about-page .ecosystem-card h3 {
  font-family: var(--font-display);
  font-size: var(--fs-lead);
  font-weight: 700;
  letter-spacing: -0.015em;
  font-variation-settings: 'wdth' 88;
}
.about-page .ecosystem-card p {
  font-size: var(--fs-xs);
  line-height: 1.6;
}
.about-page .about-community h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.038em;
  font-variation-settings: 'wdth' 85;
}
.about-page .community-intro {
  font-size: var(--fs-lead);
  line-height: 1.7;
}
.about-page .community-list-item h3 {
  font-size: var(--fs-sm);
  font-weight: 600;
}
.about-page .community-list-item p {
  font-size: var(--fs-xs);
}
.about-page .community-proof-card b {
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  font-variation-settings: 'wdth' 83;
}
.about-page .community-proof blockquote {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  letter-spacing: -0.018em;
  font-variation-settings: 'wdth' 88;
}
.about-page .value-title {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.022em;
  font-variation-settings: 'wdth' 86;
}
.about-page .value-body {
  font-size: var(--fs-base);
  line-height: 1.65;
}
.about-page .milestone-event {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.018em;
  font-variation-settings: 'wdth' 88;
}
.about-page .milestone-detail {
  font-size: var(--fs-xs);
}
.products-page .prod-hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.046em;
}
.products-page .prod-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--volt);
}
.products-page .prod-hero-sub {
  font-size: var(--fs-lead);
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}
.products-page .prod-tab {
  font-size: var(--fs-xs);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.products-page .success-metrics b {
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em;
}
.products-page .success-metrics span {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: var(--mist);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.products-page .prod-left h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 0.95;
}
.products-page .prod-left h2 em {
  font-style: italic;
  font-weight: 500;
}
.products-page .prod-left .desc {
  font-size: var(--fs-lead);
  color: var(--slate);
  line-height: 1.7;
}
.products-page .prod-price {
  font-family: var(--font-display);
  font-size: var(--fs-num-sm);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
.products-page .prod-price-note {
  font-size: var(--fs-sm);
  color: var(--mist);
}
.products-page .prod-feat-title {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--ink);
}
.products-page .prod-feat-desc {
  font-size: var(--fs-xs);
  color: var(--ink);
  line-height: 1.5;
  opacity: 0.72;
}
.products-page .app-card h4 {
  font-family: var(--font-display);
  font-size: var(--fs-lead);
  font-weight: 700;
  letter-spacing: -0.016em;
}
.products-page .app-card p {
  font-size: var(--fs-xs);
  color: var(--mist);
  line-height: 1.55;
}
.products-page .app-card .app-tag {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  color: var(--mist);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.products-page .leads-big {
  font-family: var(--font-display);
  font-size: var(--fs-num);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
}
.products-page .leads-step-num {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
  font-weight: 700;
}
.products-page .leads-step-text {
  font-size: var(--fs-sm);
  font-weight: 500;
}
.products-page .leads-step-text span {
  font-family: var(--font-mono);
  font-size: var(--fs-2xs);
  color: rgba(255, 255, 255, 0.5);
}
.products-page .ops-guarantee .g-label,
.products-page .ops-stat span,
.products-page .ops-list > div,
.products-page .ops-footnote,
.products-page .pcard-idx,
.products-page .pcard-inc,
.products-page .incl-badge {
  font-family: var(--font-mono);
  font-size: var(--fs-meta);
}
.products-page .ops-guarantee .g-title,
.products-page .ops-stat b,
.products-page .pcard-price,
.products-page .pkg-matrix-head h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
}
.products-page .ops-list p,
.products-page .prod-feat-title {
  font-size: var(--fs-sm);
}
.products-page .ops-list p {
  color: rgba(255, 255, 255, 0.8);
}
.products-page .pcard-name {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.05;
}
.products-page .pcard-desc,
.products-page .pcard-feats li,
.products-page .prod-note-card p,
.products-page .pkg-matrix-note,
.products-page .pkg-matrix td.pm-feat,
.products-page .app-card p,
.products-page .prod-feat-desc {
  font-size: var(--fs-xs);
  line-height: 1.55;
}
.products-page .pcard-desc {
  color: var(--mist);
}
.products-page .pkg-matrix-head p {
  font-size: var(--fs-base);
  color: var(--slate);
  line-height: 1.65;
}
@media (max-width: 1024px) {
  .nearby-modal.is-interactive .nearby-modal-content .gym-map-skeleton {
    grid-template-columns: 1fr;
  }
  .nearby-modal.is-interactive .nearby-modal-content .gym-map-skeleton-side {
    min-height: 230px;
  }
  .nearby-modal.is-interactive .nearby-modal-content .gym-map-skeleton-canvas {
    min-height: 420px;
  }
  .gym-map-skeleton-card {
    grid-template-columns: 58px minmax(0, 1fr);
    right: 18px;
    left: 18px;
    bottom: 18px;
    min-height: 82px;
  }
  .gym-map-skeleton-card > span {
    width: 58px;
    height: 58px;
  }
  .gym-map-skeleton-card em {
    display: none;
  }
}
@media (max-width: 640px) {
  .nearby-modal.is-interactive .nearby-modal-content .gym-map-skeleton-side {
    padding: 16px;
    min-height: 220px;
  }
  .nearby-modal.is-interactive .nearby-modal-content .gym-map-skeleton-canvas {
    min-height: 360px;
  }
  .gym-map-skeleton-list > div {
    min-height: 58px;
    grid-template-columns: 42px 1fr;
  }
  .gym-map-skeleton-list span {
    width: 42px;
    height: 42px;
  }
  .gym-map-skeleton-locate {
    width: 112px;
    height: 38px;
    right: 16px;
    top: 16px;
  }
  .gym-map-skeleton-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/lib/fonts.ts","import":"Bricolage_Grotesque","arguments":[{"subsets":["latin"],"axes":["opsz","wdth"],"variable":"--font-bricolage","display":"swap","preload":false}],"variableName":"bricolageGrotesque"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* vietnamese */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/_next/static/media/8944b620b1cbd52c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/_next/static/media/e67b341ec6940591-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(/_next/static/media/6f186b99b056d3e3-s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Bricolage Grotesque Fallback';src: local("Arial");ascent-override: 88.21%;descent-override: 25.61%;line-gap-override: 0.00%;size-adjust: 105.43%
}.__className_cfdc14 {font-family: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback';font-style: normal
}.__variable_cfdc14 {--font-bricolage: 'Bricolage Grotesque', 'Bricolage Grotesque Fallback'
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/lib/fonts.ts","import":"Geist","arguments":[{"subsets":["latin"],"variable":"--font-geist","display":"swap","preload":true}],"variableName":"geist"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/f639721981034f88-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/b66cf8e69499582a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/aa016aab0e6d1295-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Geist Fallback';src: local("Arial");ascent-override: 95.94%;descent-override: 28.16%;line-gap-override: 0.00%;size-adjust: 104.76%
}.__className_246ccd {font-family: 'Geist', 'Geist Fallback';font-style: normal
}.__variable_246ccd {--font-geist: 'Geist', 'Geist Fallback'
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/lib/fonts.ts","import":"Geist_Mono","arguments":[{"subsets":["latin"],"variable":"--font-geist-mono","display":"swap","preload":false}],"variableName":"geistMono"} ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/013b72fa676f92e0-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/b9408752a0c24fb9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* symbols2 */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/65f03d54ccadf4a8-s.woff2) format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}
/* vietnamese */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e038a29029a234f2-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/2b5b02fc7e511755-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/7d4881bb7e1bf84d-s.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Geist Mono Fallback';src: local("Arial");ascent-override: 74.67%;descent-override: 21.92%;line-gap-override: 0.00%;size-adjust: 134.59%
}.__className_b53a14 {font-family: 'Geist Mono', 'Geist Mono Fallback';font-style: normal
}.__variable_b53a14 {--font-geist-mono: 'Geist Mono', 'Geist Mono Fallback'
}

