/* ==========================================================================
   TEMPER° — Athletic Clubs, London
   Design system: ink / chalk / safety orange · Big Shoulders + Archivo
   ========================================================================== */

:root {
  --ink: #0b0a08;
  --ink-2: #13110e;
  --ink-3: #1c1915;
  --ink-4: #2a2620;
  --chalk: #edeae3;
  --chalk-2: #e3dfd6;
  --chalk-3: #cbc6ba;
  --mute: #8c877d;
  --orange: #ff4f12;
  --orange-2: #ff6a33;
  --orange-deep: #d63a04;
  --ice: #8fd0dd;

  --line-d: rgba(237, 234, 227, 0.14);
  --line-l: rgba(11, 10, 8, 0.14);

  --f-display: "Big Shoulders Display", "Big Shoulders", "Arial Narrow", Impact, sans-serif;
  --f-body: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --f-script: "Permanent Marker", "Marker Felt", cursive;

  --ease: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-io: cubic-bezier(0.77, 0, 0.18, 1);

  --pad: clamp(18px, 3.2vw, 48px);
  --radius: 14px;
}

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

html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--chalk);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip; /* clip, not hidden: hidden would turn body into a scroll container and break sticky sections */
}
body.is-loading { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
::selection { background: var(--orange); color: var(--ink); }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }

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

/* ---------- Type ---------- */
.display {
  font-family: var(--f-display);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.84;
  letter-spacing: -0.005em;
  margin: 0;
}
.eyebrow {
  font-family: var(--f-body);
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.eyebrow .num, .o { color: var(--orange); }
.script { font-family: var(--f-script); text-transform: none; font-weight: 400; }
.deg { color: var(--orange); }
sup.deg { font-size: 0.5em; vertical-align: top; line-height: 1; position: relative; top: 0.06em; margin-left: 0.02em; }
.lede { font-size: clamp(16px, 1.25vw, 19px); line-height: 1.55; max-width: 44ch; opacity: 0.78; margin: 0; }

/* line reveal helpers */
.ln { display: block; overflow: hidden; padding-bottom: 0.06em; margin-bottom: -0.06em; }
.ln > span { display: block; will-change: transform; }

/* ---------- Grain + cursor ---------- */
.grain {
  position: fixed; inset: -50%; width: 200%; height: 200%;
  pointer-events: none; z-index: 9000; opacity: 0.075;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .85 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  animation: grain 0.9s steps(6) infinite;
}
@keyframes grain {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-7%, 4%); }
  40% { transform: translate(5%, -8%); }
  60% { transform: translate(-3%, 7%); }
  80% { transform: translate(8%, 2%); }
  100% { transform: translate(0, 0); }
}

.cursor {
  position: fixed; left: 0; top: 0; z-index: 9500; pointer-events: none;
  width: 0; height: 0;
}
.cursor__dot {
  position: absolute; left: 0; top: 0;
  width: 10px; height: 10px; margin: -5px 0 0 -5px; border-radius: 50%;
  background: var(--orange);
  display: grid; place-items: center;
  transition: width 0.5s var(--ease), height 0.5s var(--ease), margin 0.5s var(--ease), background-color 0.3s, opacity 0.3s;
}
.cursor__label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  font-variation-settings: "wdth" 125; color: var(--ink); opacity: 0; white-space: nowrap;
  transition: opacity 0.25s;
}
.cursor.is-hover .cursor__dot { width: 46px; height: 46px; margin: -23px 0 0 -23px; background: rgba(255, 79, 18, 0.22); }
.cursor.is-label .cursor__dot { width: 96px; height: 96px; margin: -48px 0 0 -48px; background: var(--orange); }
.cursor.is-label .cursor__label { opacity: 1; }
.cursor.is-hidden .cursor__dot { opacity: 0; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* ---------- Loader ---------- */
/* Stage 1: count up the heat while the five clubs light up.
   Stage 2: TEMPER° / LONDON reveal. Stage 3: five shutters (one per club) lift away. */
.loader { position: fixed; inset: 0; z-index: 9800; color: var(--chalk); pointer-events: none; }
.loader__shutters { position: absolute; inset: 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.loader__shutters i { display: block; background: var(--ink); margin-right: -1px; will-change: transform; }
.loader__ui { position: absolute; inset: 0; display: flex; flex-direction: column; padding: var(--pad); }
.loader__top, .loader__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.loader__bottom { padding-top: 22px; }
.loader__bottom span:first-child { color: var(--orange); }
.loader__hint { opacity: 0.5; }
.loader__mid { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: auto; }
.loader__count {
  font-family: var(--f-display); font-weight: 900; line-height: 0.76;
  font-size: clamp(130px, min(27vw, 46vh), 440px); display: flex; align-items: flex-start;
  font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.loader__count sup { color: var(--orange); font-size: 0.42em; line-height: 1; margin-left: 0.03em; }
.loader__clubs { list-style: none; margin: 0; padding: 0 0 0.6vw; display: grid; gap: 12px; }
.loader__clubs li { display: flex; justify-content: flex-end; align-items: center; gap: 14px; opacity: 0.18; transform: translateX(12px); transition: opacity 0.5s, transform 0.7s var(--ease); }
.loader__clubs li span { color: var(--mute); transition: color 0.4s; }
.loader__clubs li.is-on { opacity: 1; transform: none; }
.loader__clubs li.is-on span { color: var(--orange); }
.loader__line { position: relative; height: 2px; margin-top: 18px; background: var(--line-d); }
.loader__line i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: var(--orange); }

.loader__brand { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; visibility: hidden; }
.loader__word { display: flex; align-items: flex-start; overflow: hidden; padding-top: 0.06em; font-family: var(--f-display); font-weight: 900; font-size: clamp(110px, min(24vw, 40vh), 400px); line-height: 0.8; letter-spacing: -0.01em; }
.loader__word > * { display: inline-block; will-change: transform; }
.loader__word sup { color: var(--orange); font-size: 0.36em; line-height: 0.9; margin-left: 0.02em; }
.loader__rule { display: block; width: min(56vw, 560px); height: 2px; margin: clamp(14px, 3vh, 28px) 0; background: rgba(237, 234, 227, 0.25); transform-origin: center; }
.loader__place { display: flex; gap: 0.34em; overflow: hidden; font-family: var(--f-display); font-weight: 800; font-size: clamp(34px, min(6.4vw, 11vh), 110px); line-height: 0.9; color: var(--orange); }
.loader__place span { display: inline-block; will-change: transform; }
.loader__tag { margin-top: clamp(14px, 3vh, 26px); opacity: 0; }
.loader__word sup { opacity: 0; transform-origin: 50% 60%; }
@media (max-width: 700px) {
  .loader__mid { flex-direction: column; align-items: flex-start; gap: 24px; }
  .loader__clubs li { justify-content: flex-start; transform: none; }
  .loader__hint { display: none; }
}

/* ---------- Buttons ---------- */
.btn {
  --bg: transparent; --fg: var(--chalk); --hbg: var(--chalk); --hfg: var(--ink);
  position: relative; isolation: isolate; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 46px; padding: 0 20px; border-radius: 999px;
  background: var(--bg); color: var(--fg);
  font-size: 13px; font-weight: 600; letter-spacing: 0.01em; white-space: nowrap;
  transition: color 0.5s var(--ease), box-shadow 0.4s;
}
.btn::after {
  content: ""; position: absolute; inset: 0; z-index: -1; background: var(--hbg);
  clip-path: circle(0% at 50% 120%); transition: clip-path 0.65s var(--ease);
}
.btn:hover { color: var(--hfg); }
.btn:hover::after { clip-path: circle(150% at 50% 120%); }
.btn svg { width: 16px; height: 16px; flex: none; transition: transform 0.5s var(--ease); }
.btn:hover svg { transform: translateX(3px); }
.btn--orange { --bg: var(--orange); --fg: var(--ink); --hbg: var(--chalk); --hfg: var(--ink); }
.btn--ink { --bg: var(--ink); --fg: var(--chalk); --hbg: var(--orange); --hfg: var(--ink); }
.btn--chalk { --bg: var(--chalk); --fg: var(--ink); --hbg: var(--orange); --hfg: var(--ink); }
.btn--ghost { box-shadow: inset 0 0 0 1px rgba(237, 234, 227, 0.32); }
.btn--ghost-ink { --fg: var(--ink); --hbg: var(--ink); --hfg: var(--chalk); box-shadow: inset 0 0 0 1px rgba(11, 10, 8, 0.3); }
.btn--lg { height: 58px; padding: 0 28px; font-size: 14px; }
.btn--sm { height: 38px; padding: 0 15px; font-size: 12px; }

/* ---------- Top bar ---------- */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 18px var(--pad);
  transition: transform 0.8s var(--ease);
}
.topbar.is-hidden { transform: translateY(-130%); }
.logo {
  font-family: var(--f-display); font-weight: 900; font-size: 32px; line-height: 0.8;
  letter-spacing: 0.005em; display: inline-flex; align-items: flex-start; text-transform: uppercase;
}
.logo sup { color: var(--orange); font-size: 0.62em; line-height: 0.7; margin-left: 1px; }
.topnav { display: flex; gap: 30px; }
.topnav a { position: relative; font-size: 13px; font-weight: 500; opacity: 0.88; padding: 6px 0; }
.topnav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--orange);
  transform: scaleX(0); transform-origin: right; transition: transform 0.6s var(--ease);
}
.topnav a:hover::after { transform: scaleX(1); transform-origin: left; }
.topbar__right { display: flex; align-items: center; gap: 8px; }
.topbar__login { font-size: 13px; font-weight: 500; padding: 0 14px; opacity: 0.85; }
.topbar__login:hover { color: var(--orange); }

/* ---------- Floating pill nav ---------- */
.pill {
  position: fixed; left: 50%; bottom: 20px; z-index: 880;
  transform: translate(-50%, 170%);
  display: flex; align-items: center; gap: 4px; padding: 5px;
  background: var(--orange); color: var(--ink); border-radius: 999px;
  box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.55);
  transition: transform 0.9s var(--ease);
}
.pill.is-visible, body.menu-open .pill { transform: translate(-50%, 0); }
.pill__menu {
  width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--chalk);
  display: grid; place-items: center; position: relative;
}
.pill__menu i {
  position: absolute; left: 15px; right: 15px; height: 2px; background: currentColor; border-radius: 2px;
  transition: transform 0.6s var(--ease), top 0.6s var(--ease);
}
.pill__menu i:nth-child(1) { top: 19px; }
.pill__menu i:nth-child(2) { top: 27px; }
body.menu-open .pill__menu i:nth-child(1) { top: 23px; transform: rotate(45deg); }
body.menu-open .pill__menu i:nth-child(2) { top: 23px; transform: rotate(-45deg); }
.pill__logo { font-family: var(--f-display); font-weight: 900; font-size: 27px; line-height: 0.8; padding: 0 14px 0 16px; display: flex; align-items: flex-start; }
.pill__logo sup { font-size: 0.6em; line-height: 0.7; color: var(--ink); }
.pill__status {
  display: flex; align-items: center; gap: 7px; padding: 0 14px; height: 48px;
  border-left: 1px solid rgba(11, 10, 8, 0.2); font-size: 11px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; font-variation-settings: "wdth" 112;
}
.pill__status b { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 0 rgba(11, 10, 8, 0.5); animation: ping 2s infinite; }
@keyframes ping { 0% { box-shadow: 0 0 0 0 rgba(11, 10, 8, 0.45); } 70%, 100% { box-shadow: 0 0 0 8px rgba(11, 10, 8, 0); } }
.pill__cta { height: 48px; padding: 0 20px; }

/* ---------- Menu overlay ---------- */
.menu {
  position: fixed; inset: 0; z-index: 850; background: var(--ink); color: var(--chalk);
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 5vw;
  padding: 110px var(--pad) 120px;
  clip-path: inset(0 0 100% 0); visibility: hidden;
}
.menu__links { display: flex; flex-direction: column; justify-content: center; }
.menu__links a {
  display: flex; align-items: flex-start; gap: 18px;
  font-family: var(--f-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(52px, 8.4vh, 118px); line-height: 0.92; transition: color 0.35s, opacity 0.35s;
}
.menu__links a .n { font-family: var(--f-body); font-size: 12px; font-weight: 600; color: var(--orange); margin-top: 0.9em; min-width: 22px; }
.menu__links:hover a { opacity: 0.35; }
.menu__links a:hover { opacity: 1; color: var(--orange); }
.menu__side { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.menu__media { position: relative; flex: 1; border-radius: var(--radius); overflow: hidden; background: var(--ink-3); min-height: 220px; }
.menu__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); transition: opacity 0.6s, transform 1.2s var(--ease); }
.menu__media img.is-on { opacity: 1; transform: scale(1); }
.menu__info { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; font-size: 14px; }
.menu__info p { margin: 8px 0 0; opacity: 0.7; }
.menu__info a:hover { color: var(--orange); }

/* ---------- Sections ---------- */
.section { position: relative; padding: clamp(90px, 11vw, 180px) var(--pad); }
.light { background: var(--chalk); color: var(--ink); }
.dark { background: var(--ink); color: var(--chalk); }

.sec-head {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px;
  align-items: end; margin-bottom: clamp(44px, 6vw, 96px);
}
.sec-head__label { grid-column: 1 / 4; align-self: start; }
.sec-head__title { grid-column: 1 / 9; font-size: clamp(56px, 7.6vw, 132px); }
.sec-head__aside { grid-column: 9 / 13; }
.sec-head__aside .lede { margin-bottom: 22px; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 700px; overflow: hidden; background: var(--ink); }
.hero__media { position: absolute; inset: 0; }
.hero__img, .hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__img { object-fit: cover; object-position: 72% 40%; }
.hero__gl { display: block; opacity: 0; transition: opacity 0.8s; }
.hero__gl.is-ready { opacity: 1; }
.hero__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 10, 8, 0.88) 0%, rgba(11, 10, 8, 0.45) 38%, rgba(11, 10, 8, 0) 62%),
    linear-gradient(0deg, rgba(11, 10, 8, 0.92) 0%, rgba(11, 10, 8, 0) 38%),
    linear-gradient(180deg, rgba(11, 10, 8, 0.55) 0%, rgba(11, 10, 8, 0) 22%);
}
.hero__inner {
  position: relative; z-index: 2; height: 100%;
  display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 1fr auto;
  padding: 116px var(--pad) var(--pad); gap: 24px;
}
.hero__top { grid-column: 1 / -1; align-self: start; }
.hero__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.hero__eyebrow i { width: 34px; height: 1px; background: var(--orange); }
.hero__title { font-size: clamp(66px, 10.4vw, 178px); max-width: 11ch; }
.hero__title .ln:last-child > span { color: var(--orange); }

.hero__meta { grid-column: 2; grid-row: 2; align-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 16px; text-align: right; }
.avatars { display: flex; padding-left: 12px; }
.avatars img, .avatars span {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover; margin-left: -12px;
  border: 2px solid var(--ink); background: var(--ink-3);
}
.avatars span { display: grid; place-items: center; background: var(--orange); color: var(--ink); font-weight: 700; font-size: 12px; }
.members { display: flex; align-items: center; gap: 16px; }
.members__n { font-family: var(--f-display); font-weight: 900; font-size: 46px; line-height: 0.8; }
.members__l { font-size: 12px; line-height: 1.35; opacity: 0.7; text-align: left; }
.rating { display: flex; align-items: center; gap: 10px; font-size: 12px; opacity: 0.85; }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 13px; }

.hero__coords {
  position: absolute; right: var(--pad); top: 50%; z-index: 2;
  writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); opacity: 0.55;
}
.hero__scroll { position: absolute; left: 50%; bottom: var(--pad); z-index: 2; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0.6; }
.hero__scroll i { width: 1px; height: 44px; background: linear-gradient(var(--chalk), transparent); position: relative; overflow: hidden; }
.hero__scroll i::after { content: ""; position: absolute; left: 0; top: -40%; width: 1px; height: 40%; background: var(--orange); animation: drip 1.8s var(--ease-io) infinite; }
@keyframes drip { to { top: 110%; } }

/* Quiz */
.quiz {
  grid-column: 1; grid-row: 2; align-self: end;
  width: min(430px, 100%); position: relative;
  background: rgba(19, 17, 14, 0.66); -webkit-backdrop-filter: blur(18px) saturate(1.2); backdrop-filter: blur(18px) saturate(1.2);
  border: 1px solid var(--line-d); border-radius: 18px; padding: 20px 22px 18px;
}
.quiz__head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.quiz__step { color: var(--orange); }
.quiz__bar { flex: 1; height: 3px; background: rgba(237, 234, 227, 0.14); border-radius: 3px; overflow: hidden; }
.quiz__bar i { display: block; height: 100%; width: 25%; background: var(--orange); transition: width 0.7s var(--ease); }
.quiz__body { position: relative; min-height: 132px; }
.quiz__panel { display: none; }
.quiz__panel.is-on { display: block; animation: panelIn 0.6s var(--ease) both; }
@keyframes panelIn { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: none; } }
.quiz__q { font-family: var(--f-display); font-weight: 800; text-transform: uppercase; font-size: 27px; line-height: 0.95; margin: 0 0 14px; }
.quiz__opts { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  height: 36px; padding: 0 14px; border-radius: 999px; font-size: 13px;
  border: 1px solid rgba(237, 234, 227, 0.22); transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.chip:hover { border-color: rgba(237, 234, 227, 0.7); }
.chip.is-on { background: var(--chalk); color: var(--ink); border-color: var(--chalk); }
.quiz__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 16px; }
.quiz__foot small { font-size: 12px; opacity: 0.55; line-height: 1.35; }
.quiz__back { font-size: 12px; opacity: 0.6; padding: 0 4px; }
.quiz__back:hover { opacity: 1; }
.quiz__next[disabled] { opacity: 0.35; pointer-events: none; }
.quiz__result h3 { font-family: var(--f-display); font-weight: 900; font-size: 40px; line-height: 0.85; text-transform: uppercase; margin: 2px 0 10px; }
.quiz__result p { margin: 0; font-size: 13px; opacity: 0.75; line-height: 1.45; }
.quiz__result .price { color: var(--orange); font-weight: 700; }

/* ---------- Crossing marquee bands ---------- */
.bands { position: relative; height: clamp(190px, 21vw, 300px); background: var(--chalk); overflow: hidden; }
.band { position: absolute; left: -10%; width: 120%; top: 50%; padding: 16px 0; white-space: nowrap; overflow: hidden; }
.band--a { background: var(--orange); color: var(--ink); transform: translateY(-50%) rotate(-3.5deg); z-index: 2; }
.band--b { background: var(--ink); color: var(--chalk); transform: translateY(-50%) rotate(2.5deg); }
.band__track { display: inline-flex; will-change: transform; }
.band__item {
  display: inline-flex; align-items: center; gap: 0.4em; padding-right: 0.4em;
  font-family: var(--f-display); font-weight: 900; text-transform: uppercase;
  font-size: clamp(36px, 5vw, 76px); line-height: 1;
}
.band__item svg { width: 0.5em; height: 0.5em; flex: none; }
.band--b .band__item { font-weight: 300; }
.band--b .band__item svg { color: var(--orange); }

/* ---------- Manifesto ---------- */
.manifesto__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.manifesto__label { grid-column: 1 / 4; }
.manifesto__text {
  grid-column: 3 / 13; margin: 0;
  font-size: clamp(30px, 3.9vw, 66px); line-height: 1.06; letter-spacing: -0.025em; font-weight: 500;
  font-variation-settings: "wdth" 86; font-stretch: 86%;
}
.manifesto__text .w { opacity: 0.14; transition: none; }
.manifesto__text em { font-style: normal; color: var(--orange); }
.inl {
  display: inline-block; vertical-align: middle; position: relative; top: -0.06em;
  width: 1.9em; height: 0.84em; border-radius: 999px; overflow: hidden; background: var(--ink);
}
.inl img { width: 100%; height: 100%; object-fit: cover; }

.manifesto__row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; margin-top: clamp(70px, 9vw, 140px); align-items: end; }
.manifesto__img { grid-column: 1 / 6; position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--ink); }
.manifesto__img img { position: absolute; left: 0; top: -10%; width: 100%; height: 120%; object-fit: cover; }
.manifesto__img figcaption { position: absolute; left: 16px; bottom: 14px; color: var(--chalk); z-index: 2; }
.manifesto__side { grid-column: 7 / 13; }
.manifesto__side .lede { margin-bottom: 40px; }

.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-l); }
.stat { padding: 26px 0 24px; border-bottom: 1px solid var(--line-l); }
.stat:nth-child(odd) { padding-right: 20px; border-right: 1px solid var(--line-l); }
.stat:nth-child(even) { padding-left: 24px; }
.stat__n { font-family: var(--f-display); font-weight: 900; font-size: clamp(66px, 7.4vw, 124px); line-height: 0.8; display: flex; align-items: flex-start; font-variant-numeric: tabular-nums; }
.stat__n sup { color: var(--orange); font-size: 0.42em; line-height: 0.9; margin-left: 2px; }
.stat__l { margin-top: 12px; opacity: 0.65; }

/* ---------- Clubs fly-through ---------- */
.fly { position: relative; height: 420vh; background: var(--ink); }
.fly__stage { position: sticky; top: 0; height: 100vh; overflow: hidden; perspective: 1000px; perspective-origin: 50% 50%; }
.fly__imgs { position: absolute; inset: 0; transform-style: preserve-3d; }
.fly__img {
  position: absolute; left: 50%; top: 50%;
  width: clamp(130px, 13vw, 230px); aspect-ratio: 4 / 5; margin: calc(clamp(130px, 13vw, 230px) * -0.625) 0 0 calc(clamp(130px, 13vw, 230px) * -0.5);
  border-radius: 6px; overflow: hidden; will-change: transform, opacity; background: var(--ink-3);
}
.fly__img img { width: 100%; height: 100%; object-fit: cover; }
.fly__center { position: absolute; inset: 0; z-index: 5; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; pointer-events: none; }
.fly__eyebrow { margin-bottom: 18px; opacity: 0.7; }
.fly__title { font-size: clamp(100px, 19vw, 330px); color: var(--orange); line-height: 0.76; position: relative; }
.fly__script { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%) rotate(-8deg); color: var(--chalk); font-size: clamp(38px, 5.4vw, 92px); white-space: nowrap; text-shadow: 0 6px 30px rgba(0, 0, 0, 0.4); }
.fly__cta { margin-top: 34px; display: flex; gap: 10px; pointer-events: auto; }
.fly__count { position: absolute; left: var(--pad); bottom: var(--pad); z-index: 6; }
.fly__hint { position: absolute; right: var(--pad); bottom: var(--pad); z-index: 6; opacity: 0.6; }

/* Club list */
.clubs { padding-top: clamp(40px, 6vw, 90px); }
.club-list { border-bottom: 1px solid var(--line-d); }
.club-row {
  position: relative; display: grid; grid-template-columns: 52px minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 0.8fr) minmax(0, 1.25fr) 56px;
  gap: 24px; align-items: center; padding: 26px 0; border-top: 1px solid var(--line-d);
}
.club-row::before { content: ""; position: absolute; inset: 0 calc(var(--pad) * -1); background: var(--ink-2); transform: scaleY(0); transform-origin: bottom; transition: transform 0.6s var(--ease); z-index: 0; }
.club-row:hover::before { transform: scaleY(1); }
.club-row > * { position: relative; z-index: 1; }
.club-row__n { opacity: 0.45; }
.club-row__name { font-family: var(--f-display); font-weight: 900; text-transform: uppercase; font-size: clamp(42px, 5vw, 86px); line-height: 0.86; transition: transform 0.7s var(--ease), color 0.35s; }
.club-row:hover .club-row__name { transform: translateX(12px); color: var(--orange); }
.club-row__addr { font-size: 14px; line-height: 1.45; opacity: 0.7; }
.club-row__hours { font-size: 13px; line-height: 1.45; }
.club-row__hours b { display: block; font-weight: 600; }
.club-row__hours span { opacity: 0.55; }
.club-row__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-size: 11px; line-height: 1; padding: 7px 10px; border: 1px solid var(--line-d); border-radius: 999px; white-space: nowrap; }
.club-row__arrow { width: 54px; height: 54px; border-radius: 50%; border: 1px solid var(--line-d); display: grid; place-items: center; transition: background-color 0.4s, border-color 0.4s, color 0.4s, transform 0.6s var(--ease); }
.club-row__arrow svg { width: 18px; height: 18px; }
.club-row:hover .club-row__arrow { background: var(--orange); border-color: var(--orange); color: var(--ink); transform: rotate(-45deg); }
.club-float {
  position: fixed; left: 0; top: 0; z-index: 700; pointer-events: none;
  width: 300px; aspect-ratio: 4 / 5; margin: -190px 0 0 -150px; border-radius: 12px; overflow: hidden;
  opacity: 0; transform: scale(0.7); transition: opacity 0.35s, transform 0.6s var(--ease);
}
.club-float.is-on { opacity: 1; transform: scale(1); }
.club-float img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; clip-path: inset(100% 0 0 0); transition: clip-path 0.7s var(--ease); }
.club-float img.is-on { clip-path: inset(0 0 0 0); z-index: 2; }

/* ---------- Heat scale ---------- */
.heat { position: relative; height: 520vh; background: var(--ink); }
.heat__stage { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; }
.heat__bg { position: absolute; inset: 0; background: #0d1719; transition: background-color 0.2s linear; }
.heat__bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 50% 120%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55)); }
.heat__top { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; padding: 104px var(--pad) 0; }
.heat__title { font-size: clamp(54px, 7vw, 124px); }
.heat__title .ln:last-child > span { color: var(--orange); }
.heat__readout { font-family: var(--f-display); font-weight: 900; font-size: clamp(100px, 13vw, 230px); line-height: 0.74; display: flex; align-items: flex-start; font-variant-numeric: tabular-nums; }
.heat__readout sup { font-size: 0.42em; line-height: 0.9; color: var(--orange); }
.heat__readout-l { text-align: right; margin-top: 12px; opacity: 0.6; }
.heat__scale { position: relative; z-index: 2; margin: 30px var(--pad) 0; height: 46px; }
.heat__ticks {
  position: absolute; left: 0; right: 0; top: 0; height: 12px;
  background: repeating-linear-gradient(90deg, rgba(237, 234, 227, 0.35) 0 1px, transparent 1px 1%);
  -webkit-mask: linear-gradient(90deg, #000, #000); mask: linear-gradient(90deg, #000, #000);
}
.heat__ticks::after { content: ""; position: absolute; inset: 0 0 -8px 0; background: repeating-linear-gradient(90deg, rgba(237, 234, 227, 0.7) 0 1px, transparent 1px 10%); }
.heat__labels { position: absolute; left: 0; right: 0; top: 26px; display: flex; justify-content: space-between; font-size: 11px; opacity: 0.55; font-variant-numeric: tabular-nums; }
.heat__needle { position: absolute; top: -8px; left: 0; width: 2px; height: 30px; background: var(--orange); transform: translateX(-1px); }
.heat__needle::before { content: ""; position: absolute; left: 50%; top: -6px; width: 12px; height: 12px; margin-left: -6px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 20px 4px rgba(255, 79, 18, 0.6); }
.heat__fill { position: absolute; left: 0; top: 0; height: 12px; width: 0; background: linear-gradient(90deg, var(--ice), var(--orange)); opacity: 0.35; }
.heat__track { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; gap: clamp(24px, 4vw, 70px); padding: 0 var(--pad); will-change: transform; }
.heat-card { flex: 0 0 auto; width: min(36vw, 72vh, 560px); display: flex; flex-direction: column; gap: 18px; }
.heat-card__img { position: relative; aspect-ratio: 16 / 10; border-radius: 12px; overflow: hidden; background: var(--ink-3); }
.heat-card__img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.heat-card__temp { position: absolute; left: 14px; top: 12px; font-family: var(--f-display); font-weight: 900; font-size: 44px; line-height: 0.8; display: flex; align-items: flex-start; color: var(--chalk); text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45); }
.heat-card__temp sup { font-size: 0.5em; color: var(--orange); line-height: 0.9; }
.heat-card__row { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; }
.heat-card h3 { font-family: var(--f-display); font-weight: 900; font-size: clamp(34px, 3vw, 52px); line-height: 0.86; text-transform: uppercase; margin: 0; }
.heat-card p { margin: 0; font-size: 14px; line-height: 1.5; opacity: 0.7; max-width: 32ch; }
.heat-intro { flex: 0 0 auto; width: min(30vw, 420px); }
.heat-intro .lede { margin-top: 20px; }

/* ---------- Kinetic type + 3D plate ---------- */
.kinetic { position: relative; height: 320vh; background: var(--orange); color: var(--ink); }
.kinetic__stage { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.kinetic__words { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.kinetic__word {
  position: relative; font-family: var(--f-display); text-transform: uppercase; white-space: nowrap;
  font-size: clamp(110px, 19.5vw, 360px); line-height: 0.8; letter-spacing: -0.01em; font-weight: 100;
  will-change: font-variation-settings;
}
.kinetic__script { position: absolute; z-index: 2; color: var(--chalk); font-size: clamp(38px, 5.6vw, 100px); line-height: 1; white-space: nowrap; transform: rotate(-9deg); text-shadow: 0 3px 0 rgba(11, 10, 8, 0.12); }
.kinetic__script.s1 { left: 6%; top: -0.05em; }
.kinetic__script.s2 { right: 5%; top: 0.2em; transform: rotate(7deg); }
.kinetic__script.s3 { left: 12%; top: 0.3em; }
.kinetic__gl { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; pointer-events: none; }
.kinetic__cap { position: absolute; z-index: 4; left: var(--pad); right: var(--pad); bottom: var(--pad); display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.kinetic__cap p { margin: 0; max-width: 34ch; font-size: 15px; line-height: 1.45; font-weight: 500; }
.kinetic__top { position: absolute; z-index: 4; left: var(--pad); right: var(--pad); top: calc(var(--pad) + 70px); display: flex; justify-content: space-between; }

/* ---------- Classes ---------- */
.classes { overflow: hidden; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter { height: 40px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-l); font-size: 13px; font-weight: 500; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.filter:hover { border-color: var(--ink); }
.filter.is-on { background: var(--ink); color: var(--chalk); border-color: var(--ink); }
.filter sup { font-size: 9px; margin-left: 3px; opacity: 0.6; }
.rail { margin: 0 calc(var(--pad) * -1); padding: 0 var(--pad); overflow: hidden; cursor: grab; touch-action: pan-y; }
.rail.is-drag { cursor: grabbing; }
.rail__track { display: flex; gap: 16px; width: max-content; will-change: transform; }
.card {
  position: relative; flex: 0 0 auto; width: clamp(270px, 24vw, 390px); aspect-ratio: 3 / 4.25;
  border-radius: 16px; overflow: hidden; background: var(--ink); color: var(--chalk); isolation: isolate;
  user-select: none; -webkit-user-select: none;
}
.card.is-out { display: none; }
.card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); -webkit-user-drag: none; pointer-events: none; }
.card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11, 10, 8, 0.45) 0%, rgba(11, 10, 8, 0) 26%, rgba(11, 10, 8, 0) 45%, rgba(11, 10, 8, 0.92) 100%); z-index: 0; }
.card:hover img { transform: scale(1.07); }
.card__top, .card__bottom { position: absolute; left: 18px; right: 18px; z-index: 2; }
.card__top { top: 16px; display: flex; justify-content: space-between; align-items: center; }
.card__cat { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-variation-settings: "wdth" 120; padding: 7px 11px; border-radius: 999px; background: rgba(11, 10, 8, 0.45); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(237, 234, 227, 0.16); }
.heatbars { display: inline-flex; align-items: flex-end; gap: 3px; height: 16px; }
.heatbars i { width: 4px; border-radius: 2px; background: rgba(237, 234, 227, 0.28); }
.heatbars i:nth-child(1) { height: 6px; } .heatbars i:nth-child(2) { height: 8.5px; } .heatbars i:nth-child(3) { height: 11px; } .heatbars i:nth-child(4) { height: 13.5px; } .heatbars i:nth-child(5) { height: 16px; }
.heatbars i.on { background: var(--orange); }
.card__bottom { bottom: 18px; }
.card__name { font-family: var(--f-display); font-weight: 900; text-transform: uppercase; font-size: clamp(46px, 4vw, 66px); line-height: 0.84; }
.card__meta { display: flex; gap: 14px; margin-top: 10px; font-size: 12px; opacity: 0.8; }
.card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.card__desc { font-size: 13px; line-height: 1.45; max-height: 0; opacity: 0; overflow: hidden; margin-top: 0; transition: max-height 0.7s var(--ease), opacity 0.45s, margin-top 0.7s var(--ease); }
.card:hover .card__desc { max-height: 110px; opacity: 0.8; margin-top: 10px; }
.rail__foot { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.rail__progress { flex: 1; height: 2px; background: var(--line-l); position: relative; overflow: hidden; }
.rail__progress i { position: absolute; left: 0; top: 0; bottom: 0; width: 30%; background: var(--ink); will-change: transform; }
.rail__btns { display: flex; gap: 8px; }
.round { width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line-l); display: grid; place-items: center; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.round svg { width: 18px; height: 18px; }
.round:hover { background: var(--ink); color: var(--chalk); border-color: var(--ink); }

/* ---------- Timetable ---------- */
.tt__controls { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
.days { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.days::-webkit-scrollbar { display: none; }
.day { flex: none; width: 66px; height: 70px; border-radius: 12px; border: 1px solid var(--line-d); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.day b { font-family: var(--f-display); font-weight: 800; font-size: 28px; line-height: 0.8; }
.day span { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.6; font-variation-settings: "wdth" 120; }
.day:hover { border-color: rgba(237, 234, 227, 0.5); }
.day.is-on { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.day.is-on span { opacity: 0.8; }
.tt__right { display: flex; gap: 10px; flex-wrap: wrap; }
.select { position: relative; }
.select select {
  appearance: none; -webkit-appearance: none; height: 50px; padding: 0 46px 0 18px; border-radius: 999px;
  background: var(--ink-3); border: 1px solid var(--line-d); color: var(--chalk); font-size: 14px; font-weight: 500; cursor: pointer;
}
.select::after { content: ""; position: absolute; right: 20px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.tt__list { border-top: 1px solid var(--line-d); min-height: 400px; }
.tt-row {
  display: grid; grid-template-columns: 110px minmax(0, 1.7fr) minmax(0, 1fr) 90px 110px minmax(0, 1fr) 124px;
  gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line-d);
  transition: background-color 0.3s;
}
.tt-row:hover { background: linear-gradient(90deg, transparent, rgba(237, 234, 227, 0.03), transparent); }
.tt-row__time { font-family: var(--f-display); font-weight: 800; font-size: 36px; line-height: 0.8; font-variant-numeric: tabular-nums; }
.tt-row__time small { display: block; font-family: var(--f-body); font-weight: 400; font-size: 11px; opacity: 0.5; margin-top: 7px; letter-spacing: 0.04em; }
.tt-row__name { font-family: var(--f-display); font-weight: 800; font-size: 28px; line-height: 0.9; text-transform: uppercase; }
.tt-row__coach { font-size: 13px; opacity: 0.55; margin-top: 4px; }
.tt-row__studio, .tt-row__dur { font-size: 13px; opacity: 0.75; }
.spots { font-size: 12px; }
.spots__bar { height: 3px; margin-top: 7px; background: var(--line-d); border-radius: 3px; overflow: hidden; }
.spots__bar i { display: block; height: 100%; background: var(--chalk); border-radius: 3px; }
.spots.is-low { color: var(--orange); }
.spots.is-low .spots__bar i { background: var(--orange); }
.book { justify-self: end; height: 42px; padding: 0 18px; border-radius: 999px; border: 1px solid var(--line-d); font-size: 12px; font-weight: 600; transition: background-color 0.3s, color 0.3s, border-color 0.3s; min-width: 110px; }
.book:hover { background: var(--chalk); color: var(--ink); border-color: var(--chalk); }
.book.is-booked { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.book.is-wait { border-style: dashed; }
.tt-row.is-past { opacity: 0.32; pointer-events: none; }
.tt-row.is-enter { animation: rowIn 0.7s var(--ease) both; }
@keyframes rowIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.tt__note { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; font-size: 13px; opacity: 0.6; flex-wrap: wrap; }

.toast {
  position: fixed; left: 50%; bottom: 96px; z-index: 890; transform: translate(-50%, 24px); opacity: 0; pointer-events: none;
  display: flex; align-items: center; gap: 12px; padding: 14px 18px 14px 14px; border-radius: 14px;
  background: var(--chalk); color: var(--ink); font-size: 14px; box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.6);
  transition: opacity 0.4s, transform 0.6s var(--ease); max-width: calc(100vw - 32px);
}
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.toast b { width: 30px; height: 30px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; flex: none; }
.toast b svg { width: 14px; height: 14px; }

/* ---------- Coaching ---------- */
.coach__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.coach__intro { grid-column: 1 / 6; align-self: start; position: sticky; top: 110px; }
.coach__intro .display { font-size: clamp(54px, 6.4vw, 110px); margin: 22px 0 26px; }
.coach__intro .lede { margin-bottom: 30px; }
.steps { grid-column: 7 / 13; }
.step { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 10px; padding: 34px 0; border-top: 1px solid var(--line-l); }
.step:last-child { border-bottom: 1px solid var(--line-l); }
.step__n { font-family: var(--f-display); font-weight: 900; font-size: 60px; line-height: 0.78; color: var(--orange); }
.step h3 { font-family: var(--f-display); font-weight: 900; font-size: clamp(32px, 2.8vw, 46px); text-transform: uppercase; line-height: 0.88; margin: 0 0 12px; }
.step p { margin: 0; max-width: 46ch; opacity: 0.72; font-size: 15px; }
.step ul { list-style: none; padding: 0; margin: 16px 0 0; display: flex; flex-wrap: wrap; gap: 6px; }
.step li { font-size: 11px; padding: 7px 10px; border-radius: 999px; border: 1px solid var(--line-l); }

.coaches-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin: clamp(90px, 10vw, 160px) 0 34px; }
.coaches-head .display { font-size: clamp(48px, 5.4vw, 92px); }
.coaches { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.coachcard__img { position: relative; aspect-ratio: 4 / 5; border-radius: 14px; overflow: hidden; background: var(--ink); }
.coachcard__img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter 0.9s var(--ease), transform 1.4s var(--ease); }
.coachcard:hover .coachcard__img img { filter: grayscale(0) contrast(1); transform: scale(1.045); }
.coachcard__spec { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; flex-wrap: wrap; gap: 5px; z-index: 2; }
.coachcard__spec span { font-size: 11px; padding: 6px 10px; border-radius: 999px; background: rgba(237, 234, 227, 0.92); color: var(--ink); transform: translateY(12px); opacity: 0; transition: transform 0.6s var(--ease), opacity 0.4s; }
.coachcard:hover .coachcard__spec span { transform: none; opacity: 1; }
.coachcard:hover .coachcard__spec span:nth-child(2) { transition-delay: 0.05s; }
.coachcard:hover .coachcard__spec span:nth-child(3) { transition-delay: 0.1s; }
.coachcard__info { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; margin-top: 14px; }
.coachcard__name { font-family: var(--f-display); font-weight: 900; font-size: 32px; line-height: 0.86; text-transform: uppercase; }
.coachcard__role { font-size: 12px; opacity: 0.6; margin-top: 6px; }
.coachcard__yrs { font-family: var(--f-display); font-weight: 800; font-size: 22px; line-height: 1; text-align: right; }
.coachcard__yrs small { display: block; font-family: var(--f-body); font-size: 10px; font-weight: 500; opacity: 0.55; letter-spacing: 0.1em; text-transform: uppercase; }

/* ---------- App ---------- */
.app { overflow: hidden; }
.app__glow { position: absolute; left: 50%; top: 58%; width: 70vw; height: 70vw; max-width: 1100px; max-height: 1100px; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(255, 79, 18, 0.26) 0%, rgba(255, 79, 18, 0.06) 38%, transparent 62%); pointer-events: none; }
.app__head { position: relative; text-align: center; max-width: 1100px; margin: 0 auto clamp(50px, 6vw, 90px); }
.app__head .display { font-size: clamp(56px, 7.6vw, 132px); margin-top: 20px; }
.app__wrap { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(30px, 5vw, 90px); align-items: center; }
.feats { display: flex; flex-direction: column; }
.feat { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 8px; padding: 22px 0; border-top: 1px solid var(--line-d); text-align: left; transition: opacity 0.4s; opacity: 0.5; }
.feat:last-child { border-bottom: 1px solid var(--line-d); }
.feat.is-on, .feat:hover { opacity: 1; }
.feat__n { font-size: 11px; font-weight: 600; color: var(--orange); padding-top: 6px; }
.feat h4 { font-family: var(--f-display); font-weight: 900; font-size: clamp(26px, 2.2vw, 36px); text-transform: uppercase; line-height: 0.9; margin: 0 0 6px; }
.feat p { margin: 0; font-size: 14px; line-height: 1.45; opacity: 0.7; }
.feats--right .feat { text-align: left; }

.phone-wrap { perspective: 1400px; }
.phone {
  position: relative; width: 322px; height: 668px; border-radius: 54px; padding: 11px; background: #060605;
  box-shadow: 0 0 0 1.5px #3b3731, 0 0 0 6px #17150f, 0 0 0 7px #2c2821, 0 80px 120px -40px rgba(0, 0, 0, 0.8), 0 40px 140px -40px rgba(255, 79, 18, 0.45);
  transform-style: preserve-3d; will-change: transform;
}
.phone__screen { position: relative; width: 100%; height: 100%; border-radius: 44px; overflow: hidden; background: #100e0b; color: var(--chalk); font-size: 12px; }
.phone__island { position: absolute; top: 11px; left: 50%; width: 100px; height: 29px; margin-left: -50px; background: #000; border-radius: 20px; z-index: 10; }
.phone__status { position: absolute; top: 0; left: 0; right: 0; height: 50px; display: flex; justify-content: space-between; align-items: center; padding: 4px 30px 0 34px; font-size: 14px; font-weight: 600; z-index: 9; }
.phone__status svg { height: 11px; width: auto; margin-left: 4px; }
.scr { position: absolute; inset: 0; padding: 60px 16px 86px; opacity: 0; transform: translateY(10px) scale(0.985); transition: opacity 0.5s, transform 0.7s var(--ease); pointer-events: none; overflow: hidden; }
.scr.is-on { opacity: 1; transform: none; pointer-events: auto; }
.scr__hi { display: flex; justify-content: space-between; align-items: center; margin: 8px 0 14px; }
.scr__hi small { display: block; opacity: 0.55; font-size: 11px; }
.scr__hi b { font-family: var(--f-display); font-weight: 900; font-size: 28px; line-height: 0.9; text-transform: uppercase; }
.scr__av { width: 38px; height: 38px; border-radius: 50%; overflow: hidden; border: 2px solid var(--orange); }
.scr__av img { width: 100%; height: 100%; object-fit: cover; }
.scr-card { border-radius: 18px; background: #1b1814; padding: 14px; margin-bottom: 10px; position: relative; overflow: hidden; }
.scr-card--orange { background: var(--orange); color: var(--ink); }
.scr-card--img { height: 150px; padding: 0; }
.scr-card--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.scr-card--img .scr-card__ov { position: absolute; inset: 0; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.75)); }
.scr-label { font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; opacity: 0.7; font-variation-settings: "wdth" 120; }
.scr-big { font-family: var(--f-display); font-weight: 900; font-size: 34px; line-height: 0.85; text-transform: uppercase; }
.scr-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.scr-pill { font-size: 10px; font-weight: 700; padding: 6px 10px; border-radius: 999px; background: var(--ink); color: var(--chalk); }
.scr-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.ring { width: 62px; height: 62px; }
.ring circle { fill: none; stroke-width: 7; }
.macro { margin-top: 6px; }
.macro__bar { height: 4px; border-radius: 4px; background: #2d2922; overflow: hidden; margin-top: 4px; }
.macro__bar i { display: block; height: 100%; background: var(--orange); border-radius: 4px; }
.bubble { display: flex; gap: 8px; align-items: flex-start; }
.bubble img { width: 26px; height: 26px; border-radius: 50%; object-fit: cover; flex: none; }
.bubble p { margin: 0; background: #262219; border-radius: 4px 14px 14px 14px; padding: 9px 11px; font-size: 11.5px; line-height: 1.35; }
.datestrip { display: flex; justify-content: space-between; margin: 6px 0 12px; }
.datestrip span { width: 36px; height: 50px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 9px; opacity: 0.6; background: #1b1814; }
.datestrip span b { font-family: var(--f-display); font-size: 18px; line-height: 1; }
.datestrip span.on { background: var(--orange); color: var(--ink); opacity: 1; }
.bk { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; padding: 11px 12px; border-radius: 16px; background: #1b1814; margin-bottom: 8px; }
.bk__t { font-family: var(--f-display); font-weight: 800; font-size: 20px; line-height: 0.9; }
.bk__n { font-family: var(--f-display); font-weight: 800; font-size: 17px; text-transform: uppercase; line-height: 1; }
.bk__s { font-size: 10px; opacity: 0.55; }
.bk__b { font-size: 10px; font-weight: 700; padding: 7px 10px; border-radius: 999px; border: 1px solid rgba(237,234,227,.25); }
.bk__b.on { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.chart { width: 100%; height: 120px; display: block; }
.tabbar { position: absolute; left: 12px; right: 12px; bottom: 12px; height: 62px; border-radius: 26px; background: rgba(34, 30, 25, 0.9); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); display: flex; justify-content: space-around; align-items: center; z-index: 8; }
.tabbar button { width: 52px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; font-size: 9px; opacity: 0.45; transition: opacity 0.3s, color 0.3s; }
.tabbar button svg { width: 19px; height: 19px; }
.tabbar button.is-on { opacity: 1; color: var(--orange); }
.phone__home { position: absolute; left: 50%; bottom: 6px; width: 120px; height: 4px; margin-left: -60px; border-radius: 4px; background: rgba(237, 234, 227, 0.5); z-index: 11; }

.stores { display: flex; justify-content: center; gap: 10px; margin-top: 60px; position: relative; }
.store { display: inline-flex; align-items: center; gap: 12px; height: 56px; padding: 0 20px 0 16px; border-radius: 14px; border: 1px solid var(--line-d); transition: border-color 0.3s, background-color 0.3s; }
.store:hover { border-color: var(--chalk); background: rgba(237, 234, 227, 0.05); }
.store svg { width: 22px; height: 22px; }
.store small { display: block; font-size: 10px; opacity: 0.6; line-height: 1.1; }
.store b { display: block; font-size: 16px; font-weight: 600; line-height: 1.1; }

/* ---------- Membership ---------- */
.plans-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.toggle { position: relative; display: inline-flex; padding: 4px; border-radius: 999px; background: rgba(11, 10, 8, 0.07); }
.toggle button { position: relative; z-index: 1; height: 42px; padding: 0 20px; border-radius: 999px; font-size: 13px; font-weight: 600; transition: color 0.4s; }
.toggle button.is-on { color: var(--chalk); }
.toggle button em { font-style: normal; color: var(--orange); margin-left: 4px; }
.toggle__thumb { position: absolute; top: 4px; bottom: 4px; left: 4px; border-radius: 999px; background: var(--ink); transition: transform 0.6s var(--ease), width 0.6s var(--ease); }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 32px 30px 30px; border-radius: 22px; border: 1px solid var(--line-l); background: var(--chalk-2); transition: transform 0.7s var(--ease); }
.plan:hover { transform: translateY(-6px); }
.plan--hot { background: var(--ink); color: var(--chalk); border-color: var(--ink); }
.plan__badge { position: absolute; top: 18px; right: 18px; background: var(--orange); color: var(--ink); }
.plan__badge.eyebrow { padding: 7px 11px; border-radius: 999px; font-size: 10px; }
.plan__name { font-family: var(--f-display); font-weight: 900; font-size: 44px; line-height: 0.85; text-transform: uppercase; margin: 0; }
.plan__for { font-size: 14px; opacity: 0.65; margin: 10px 0 30px; min-height: 42px; }
.plan__price { display: flex; align-items: flex-start; font-family: var(--f-display); font-weight: 900; line-height: 0.76; font-variant-numeric: tabular-nums; }
.plan__price .cur { font-size: 40px; margin-top: 6px; margin-right: 2px; }
.plan__price .amt { font-size: clamp(96px, 8vw, 128px); }
.plan__price .per { font-family: var(--f-body); font-weight: 500; font-size: 13px; align-self: flex-end; margin: 0 0 8px 8px; opacity: 0.6; line-height: 1.3; }
.plan__was { font-size: 12px; opacity: 0.55; margin-top: 12px; height: 16px; }
.plan ul { list-style: none; padding: 26px 0 0; margin: 26px 0 30px; border-top: 1px solid var(--line-l); display: grid; gap: 11px; font-size: 14px; }
.plan--hot ul { border-color: var(--line-d); }
.plan li { display: grid; grid-template-columns: 18px 1fr; gap: 10px; line-height: 1.4; }
.plan li svg { width: 16px; height: 16px; margin-top: 2px; color: var(--orange); }
.plan li.off { opacity: 0.38; }
.plan .btn { margin-top: auto; width: 100%; }
.plans-note { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 24px; font-size: 13px; opacity: 0.65; }

/* ---------- Reviews ---------- */
.reviews { overflow: hidden; }
.rev-head { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; margin-bottom: clamp(44px, 5vw, 80px); }
.rev-head .display { grid-column: 1 / 9; font-size: clamp(60px, 8.4vw, 150px); }
.rev-score { grid-column: 9 / 13; justify-self: end; display: flex; align-items: center; gap: 18px; }
.rev-score__n { font-family: var(--f-display); font-weight: 900; font-size: 110px; line-height: 0.76; }
.rev-score__meta { font-size: 13px; line-height: 1.45; }
.rev-score__meta .stars { font-size: 17px; display: block; margin-bottom: 4px; }
.rev-rows { display: grid; gap: 16px; margin: 0 calc(var(--pad) * -1); }
.rev-row { display: flex; width: max-content; will-change: transform; }
.rev-set { display: flex; gap: 16px; padding-right: 16px; }
.rev { flex: 0 0 auto; width: 390px; display: flex; flex-direction: column; gap: 14px; padding: 26px; border-radius: 18px; border: 1px solid var(--line-d); background: var(--ink-2); }
.rev h4 { font-family: var(--f-display); font-weight: 900; font-size: 30px; line-height: 0.9; text-transform: uppercase; margin: 0; }
.rev p { margin: 0; font-size: 14px; line-height: 1.55; opacity: 0.72; }
.rev__who { margin-top: auto; display: flex; align-items: center; gap: 11px; font-size: 13px; padding-top: 6px; }
.rev__who small { display: block; opacity: 0.5; font-size: 11px; }
.rev__av { width: 36px; height: 36px; border-radius: 50%; background: var(--ink-4); display: grid; place-items: center; font-weight: 700; font-size: 12px; color: var(--chalk); flex: none; }
.rev--result { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.rev--result p { opacity: 0.8; }
.rev--result .rev__av { background: var(--ink); }
.rev__big { font-family: var(--f-display); font-weight: 900; font-size: 92px; line-height: 0.76; display: flex; align-items: flex-start; }
.rev__big sup { font-size: 0.38em; line-height: 1; margin-left: 4px; }
.rev--photo { padding: 0; overflow: hidden; position: relative; min-height: 290px; border: 0; }
.rev--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rev--photo .rev__ov { position: relative; margin-top: auto; padding: 22px; background: linear-gradient(0deg, rgba(11,10,8,.95), rgba(11,10,8,0)); padding-top: 90px; }

/* ---------- Community ---------- */
.comm-hero { position: relative; height: 130vh; background: var(--chalk); }
.comm-hero__stage { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.comm-hero__frame { position: absolute; inset: 0; clip-path: inset(14% 20% 14% 20% round 26px); will-change: clip-path; background: var(--ink); }
.comm-hero__frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.25); will-change: transform; }
.comm-hero__ov { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 110px var(--pad) var(--pad); color: var(--chalk); background: linear-gradient(0deg, rgba(11, 10, 8, 0.75), rgba(11, 10, 8, 0) 50%), linear-gradient(180deg, rgba(11, 10, 8, 0.5), rgba(11, 10, 8, 0) 24%); }
.comm-hero__title { font-size: clamp(68px, 11.5vw, 200px); }
.comm-hero__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.comm-hero__bottom .lede { color: var(--chalk); opacity: 0.85; }

.story { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.story__label { grid-column: 1 / 4; }
.story__body { grid-column: 4 / 10; }
.story__body h3 { font-family: var(--f-display); font-weight: 900; font-size: clamp(42px, 4.4vw, 76px); line-height: 0.88; text-transform: uppercase; margin: 0 0 28px; }
.story__body p { font-size: clamp(16px, 1.2vw, 19px); line-height: 1.6; margin: 0 0 18px; opacity: 0.8; max-width: 58ch; }
.story__sig { font-size: 42px; color: var(--orange); margin-top: 20px; line-height: 1; }
.story__sig small { display: block; font-family: var(--f-body); font-size: 12px; color: var(--ink); opacity: 0.55; margin-top: 10px; }
.story__img { grid-column: 10 / 13; aspect-ratio: 3 / 4; border-radius: var(--radius); overflow: hidden; }
.story__img img { width: 100%; height: 100%; object-fit: cover; }

.events-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin: clamp(90px, 10vw, 160px) 0 30px; }
.events-head .display { font-size: clamp(52px, 6vw, 104px); }
.event { position: relative; display: grid; grid-template-columns: 110px minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 0.8fr) auto; gap: 24px; align-items: center; padding: 26px 0; border-top: 1px solid var(--line-l); }
.event:last-child { border-bottom: 1px solid var(--line-l); }
.event::before { content: ""; position: absolute; inset: 0 calc(var(--pad) * -1); background: var(--ink); transform: scaleY(0); transform-origin: top; transition: transform 0.6s var(--ease); }
.event:hover::before { transform: scaleY(1); }
.event > * { position: relative; transition: color 0.4s; }
.event:hover > * { color: var(--chalk); }
.event__date b { display: block; font-family: var(--f-display); font-weight: 900; font-size: 60px; line-height: 0.78; }
.event__date span { display: block; margin-top: 8px; }
.event__name { font-family: var(--f-display); font-weight: 900; font-size: clamp(32px, 3vw, 52px); line-height: 0.88; text-transform: uppercase; }
.event__type { display: inline-block; margin-top: 8px; font-size: 11px; opacity: 0.6; }
.event__where { font-size: 14px; opacity: 0.75; }
.event__price { font-family: var(--f-display); font-weight: 800; font-size: 26px; }
.event:hover .event__price { color: var(--orange); }
.event .round { border-color: var(--line-l); transition: background-color 0.3s, border-color 0.3s, color 0.3s, transform 0.6s var(--ease); }
.event:hover .round { background: var(--orange); border-color: var(--orange); color: var(--ink); transform: rotate(-45deg); }

.insta-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: clamp(80px, 9vw, 140px) 0 22px; }
.insta-head a { font-family: var(--f-display); font-weight: 900; font-size: clamp(36px, 3.6vw, 60px); text-transform: uppercase; line-height: 0.9; }
.insta-head a:hover { color: var(--orange); }
.insta { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.insta a { position: relative; aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: var(--ink); }
.insta img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.insta a::after { content: ""; position: absolute; inset: 0; background: var(--orange); mix-blend-mode: multiply; opacity: 0; transition: opacity 0.4s; }
.insta a:hover img { transform: scale(1.08); }
.insta a:hover::after { opacity: 0.85; }
.insta a svg { position: absolute; left: 50%; top: 50%; width: 30px; height: 30px; margin: -15px 0 0 -15px; z-index: 2; color: var(--ink); opacity: 0; transform: scale(0.6); transition: opacity 0.4s, transform 0.6s var(--ease); }
.insta a:hover svg { opacity: 1; transform: scale(1); }

/* ---------- FAQ ---------- */
.faq__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.faq__intro { grid-column: 1 / 5; align-self: start; position: sticky; top: 110px; }
.faq__intro .display { font-size: clamp(56px, 6.4vw, 110px); margin: 22px 0 26px; }
.help { margin-top: 40px; padding: 22px; border-radius: 18px; background: var(--ink-2); border: 1px solid var(--line-d); display: flex; gap: 16px; align-items: center; }
.help img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; flex: none; }
.help p { margin: 0 0 4px; font-size: 14px; }
.help a { font-size: 13px; color: var(--orange); font-weight: 600; }
.accs { grid-column: 6 / 13; }
.acc { border-top: 1px solid var(--line-d); }
.acc:last-child { border-bottom: 1px solid var(--line-d); }
.acc__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 26px 0; text-align: left; font-family: var(--f-display); font-weight: 800; text-transform: uppercase; font-size: clamp(24px, 2.2vw, 36px); line-height: 0.95; transition: color 0.3s; }
.acc__q:hover { color: var(--orange); }
.acc__icon { position: relative; flex: none; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-d); transition: background-color 0.4s, border-color 0.4s, transform 0.6s var(--ease); }
.acc__icon::before, .acc__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1.5px; margin: -0.75px 0 0 -7px; background: currentColor; }
.acc__icon::after { transform: rotate(90deg); }
.acc.is-open .acc__icon { background: var(--orange); border-color: var(--orange); color: var(--ink); transform: rotate(45deg); }
.acc__a { height: 0; overflow: hidden; transition: height 0.6s var(--ease); }
.acc__a > div { padding: 0 60px 28px 0; font-size: 15px; line-height: 1.65; opacity: 0.72; }
.acc__a p { margin: 0 0 10px; }

/* ---------- Join ---------- */
.join { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center; }
.join__bg { position: absolute; inset: 0; }
.join__bg img { width: 100%; height: 115%; object-fit: cover; object-position: 78% 35%; }
.join__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11, 10, 8, 0.92) 0%, rgba(11, 10, 8, 0.55) 45%, rgba(11, 10, 8, 0.2) 100%), linear-gradient(0deg, rgba(11, 10, 8, 0.8), rgba(11, 10, 8, 0) 40%); }
/* heading + form share the left column so the portrait on the right stays clear */
.join__inner { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: minmax(0, 580px); gap: 40px; align-items: start; }
.join__title { font-size: clamp(64px, 7.2vw, 124px); margin: 22px 0 26px; }
.join__title .ln:nth-child(3) > span { color: var(--orange); }
.join__perks { display: flex; flex-wrap: wrap; gap: 8px; }
.join__perks span { font-size: 12px; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(237, 234, 227, 0.25); background: rgba(11, 10, 8, 0.3); }
.form { position: relative; padding: 30px; border-radius: 22px; background: rgba(19, 17, 14, 0.72); -webkit-backdrop-filter: blur(22px) saturate(1.2); backdrop-filter: blur(22px) saturate(1.2); border: 1px solid var(--line-d); }
.form h3 { font-family: var(--f-display); font-weight: 900; font-size: 36px; line-height: 0.9; text-transform: uppercase; margin: 0 0 6px; }
.form > p { margin: 0 0 16px; font-size: 13px; opacity: 0.6; }
.field { position: relative; }
.field input, .field select { width: 100%; height: 60px; padding: 20px 0 0; background: transparent; border: 0; border-bottom: 1px solid rgba(237, 234, 227, 0.22); color: var(--chalk); font-size: 16px; border-radius: 0; appearance: none; -webkit-appearance: none; transition: border-color 0.3s; }
.field select option { background: var(--ink-2); color: var(--chalk); }
.field label { position: absolute; left: 0; top: 22px; font-size: 15px; opacity: 0.55; pointer-events: none; transition: top 0.4s var(--ease), font-size 0.4s var(--ease), opacity 0.3s, color 0.3s; }
.field input:focus, .field select:focus { outline: none; border-color: var(--orange); }
.field input:focus + label, .field input:not(:placeholder-shown) + label, .field.has-value label { top: 4px; font-size: 11px; opacity: 0.7; }
.field input:focus + label { color: var(--orange); opacity: 1; }
.field.is-error input { border-color: #ff6b6b; }
.field.is-error label { color: #ff8a80; opacity: 1; }
.field--select::after { content: ""; position: absolute; right: 4px; top: 34px; width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); opacity: 0.6; pointer-events: none; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.check { display: flex; gap: 11px; align-items: flex-start; margin: 20px 0; font-size: 12px; line-height: 1.45; opacity: 0.75; cursor: pointer; }
.check input { appearance: none; -webkit-appearance: none; flex: none; width: 18px; height: 18px; margin: 0; border-radius: 5px; border: 1.5px solid rgba(237, 234, 227, 0.4); display: grid; place-items: center; cursor: pointer; transition: background-color 0.2s, border-color 0.2s; }
.check input:checked { background: var(--orange); border-color: var(--orange); }
.check input:checked::after { content: ""; width: 5px; height: 9px; border: solid var(--ink); border-width: 0 2px 2px 0; transform: rotate(45deg) translate(-1px, -1px); }
.form .btn { width: 100%; }
.form__fine { margin-top: 12px; font-size: 11px; opacity: 0.45; text-align: center; }

.pass { display: none; }
.form.is-done .form__fields { display: none; }
.form.is-done .pass { display: block; animation: panelIn 0.8s var(--ease) both; }
.ticket { position: relative; border-radius: 18px; background: var(--orange); color: var(--ink); padding: 24px; overflow: hidden;
  -webkit-mask: radial-gradient(circle 12px at 0 62%, transparent 98%, #000) left / 51% 100% no-repeat, radial-gradient(circle 12px at 100% 62%, transparent 98%, #000) right / 51% 100% no-repeat;
  mask: radial-gradient(circle 12px at 0 62%, transparent 98%, #000) left / 51% 100% no-repeat, radial-gradient(circle 12px at 100% 62%, transparent 98%, #000) right / 51% 100% no-repeat;
}
.ticket__top { display: flex; justify-content: space-between; align-items: flex-start; }
.ticket__title { font-family: var(--f-display); font-weight: 900; font-size: 58px; line-height: 0.8; text-transform: uppercase; margin: 16px 0 6px; }
.ticket__name { font-size: 14px; font-weight: 600; }
.ticket__cut { border-top: 2px dashed rgba(11, 10, 8, 0.35); margin: 24px -24px 18px; }
.ticket__bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.ticket__code { font-family: var(--f-display); font-weight: 800; font-size: 26px; letter-spacing: 0.04em; line-height: 1; }
.ticket__qr { width: 84px; height: 84px; background: var(--ink); border-radius: 8px; padding: 7px; }
.ticket__qr svg { width: 100%; height: 100%; display: block; }
.pass__msg { margin: 18px 0 0; font-size: 14px; opacity: 0.8; line-height: 1.5; }

/* ---------- Footer ---------- */
.foot { position: relative; padding: clamp(80px, 9vw, 130px) var(--pad) 0; overflow: hidden; border-top: 1px solid var(--line-d); }
.foot__grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.5fr); gap: 40px; }
.foot h5 { margin: 0 0 18px; opacity: 0.45; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-size: 14px; }
.foot ul a { transition: color 0.3s; }
.foot ul a:hover { color: var(--orange); }
.foot__clubs li { display: grid; grid-template-columns: 110px 1fr; gap: 10px; }
.foot__clubs li span { opacity: 0.5; }
.news p { font-size: 14px; opacity: 0.7; margin: 0 0 18px; max-width: 34ch; }
.news form { display: flex; align-items: center; border-bottom: 1px solid rgba(237, 234, 227, 0.3); transition: border-color 0.3s; }
.news form:focus-within { border-color: var(--orange); }
.news input { flex: 1; min-width: 0; height: 54px; background: transparent; border: 0; color: var(--chalk); font-size: 16px; }
.news input:focus { outline: none; }
.news button { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); color: var(--ink); display: grid; place-items: center; flex: none; }
.news button svg { width: 18px; height: 18px; }
.socials { display: flex; gap: 8px; margin-top: 28px; }
.socials a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-d); display: grid; place-items: center; transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
.socials a:hover { background: var(--orange); color: var(--ink); border-color: var(--orange); }
.socials svg { width: 17px; height: 17px; }
.foot__word { position: relative; display: flex; justify-content: center; align-items: flex-start; margin: clamp(60px, 7vw, 110px) 0 0; font-family: var(--f-display); font-weight: 900; font-size: 30.5vw; line-height: 0.72; letter-spacing: -0.02em; white-space: nowrap; user-select: none; }
.foot__word span { display: inline-block; will-change: transform; }
.foot__word sup { color: var(--orange); font-size: 0.4em; line-height: 0.9; }
.foot__legal { position: relative; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 22px 0 96px; margin-top: 2vw; border-top: 1px solid var(--line-d); font-size: 12px; }
.foot__legal > * { opacity: 0.5; }
.foot__legal nav { display: flex; gap: 20px; }
.foot__legal a:hover { color: var(--orange); opacity: 1; }

/* ---------- JS-driven initial states ---------- */
.js [data-fade] { opacity: 0; transform: translateY(36px); }
.js .ln > span { transform: translateY(108%); }
.js [data-clip] { clip-path: inset(100% 0 0 0); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1180px) {
  .topnav { display: none; }
  .club-row { grid-template-columns: 40px minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr) 52px; }
  .club-row__tags { display: none; }
  .tt-row { grid-template-columns: 90px minmax(0, 1.6fr) minmax(0, 1fr) 80px minmax(0, 1fr) 118px; }
  .tt-row__studio { display: none; }
  .app__wrap { grid-template-columns: minmax(0, 1fr) auto; }
  .feats--right { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
  .feats--right .feat:last-child { border-bottom: 0; }
  .coaches { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan { padding: 28px 22px; }
}

@media (max-width: 900px) {
  .sec-head { grid-template-columns: 1fr; gap: 20px; }
  .sec-head__label, .sec-head__title, .sec-head__aside { grid-column: 1; }

  .hero { min-height: 720px; }
  .hero__inner { grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; padding-top: 100px; }
  .hero__title { font-size: clamp(64px, 17vw, 120px); }
  .hero__meta { grid-column: 1; grid-row: 2; align-self: end; align-items: flex-start; text-align: left; }
  .quiz { grid-column: 1; grid-row: 3; width: 100%; }
  .hero__coords, .hero__scroll { display: none; }
  .hero__img { object-position: 68% 30%; }
  .hero__shade { background: linear-gradient(0deg, rgba(11,10,8,.95) 0%, rgba(11,10,8,.4) 55%, rgba(11,10,8,.65) 100%); }

  .manifesto__text { grid-column: 1 / -1; margin-top: 26px; }
  .manifesto__label { grid-column: 1 / -1; }
  .manifesto__img, .manifesto__side { grid-column: 1 / -1; }
  .manifesto__img { aspect-ratio: 4 / 4.4; }

  .fly { height: 300vh; }
  .fly__img { width: 26vw; margin: -16.25vw 0 0 -13vw; }
  .fly__cta { flex-direction: column; }
  .fly__hint { display: none; }

  .club-row { grid-template-columns: minmax(0, 1fr) 48px; gap: 10px 16px; padding: 22px 0; }
  .club-row__n { display: none; }
  .club-row__name { grid-column: 1; }
  .club-row__arrow { grid-column: 2; grid-row: 1 / span 3; width: 48px; height: 48px; }
  .club-row__addr, .club-row__hours { grid-column: 1; }
  .club-row__hours b { display: inline; margin-right: 6px; }
  .club-float { display: none; }

  .heat { height: auto; }
  .heat__stage { position: relative; height: auto; overflow: visible; }
  .heat__top { flex-direction: column; align-items: flex-start; padding-top: 90px; }
  .heat__readout-wrap { display: none; }
  .heat__scale { display: none; }
  .heat__track { flex-direction: column; align-items: stretch; padding: 40px var(--pad) 90px; transform: none !important; }
  .heat-card, .heat-intro { width: 100%; }
  .heat-intro { display: none; }

  .kinetic { height: 240vh; }
  .kinetic__word { font-size: 25vw; }
  .kinetic__cap { flex-direction: column; align-items: flex-start; bottom: 96px; }
  .kinetic__top { top: 90px; }

  .rail { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; cursor: auto; touch-action: auto; }
  .rail::-webkit-scrollbar { display: none; }
  .rail__track { transform: none !important; padding-right: var(--pad); }
  .card { scroll-snap-align: start; width: 78vw; }
  .card__desc { max-height: 110px; opacity: 0.8; margin-top: 10px; }
  .rail__btns { display: none; }

  .tt-row { grid-template-columns: 76px minmax(0, 1fr) auto; gap: 6px 14px; }
  .tt-row__time { font-size: 30px; grid-row: 1 / span 2; }
  .tt-row__dur, .tt-row .heatbars { display: none; }
  .tt-row .spots { grid-column: 2; }
  .book { grid-column: 3; grid-row: 1 / span 2; min-width: 0; }
  .tt__controls { flex-direction: column; align-items: stretch; }

  .coach__intro { grid-column: 1 / -1; position: static; }
  .steps { grid-column: 1 / -1; margin-top: 40px; }
  .coaches-head { flex-direction: column; align-items: flex-start; }

  .app__wrap { grid-template-columns: 1fr; justify-items: center; }
  .feats { width: 100%; }
  .feats--left { order: 2; }
  .phone-wrap { order: 1; }
  .feats--right { order: 3; grid-template-columns: 1fr; }
  .feats--right .feat:last-child { border-bottom: 1px solid var(--line-d); }

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

  .rev-head .display, .rev-score { grid-column: 1 / -1; justify-self: start; }
  .rev { width: 310px; }

  .comm-hero { height: 110vh; }
  .comm-hero__bottom { flex-direction: column; align-items: flex-start; }
  .story__label, .story__body, .story__img { grid-column: 1 / -1; }
  .story__img { aspect-ratio: 4 / 3; }
  .events-head { flex-direction: column; align-items: flex-start; }
  .event { grid-template-columns: 76px minmax(0, 1fr) 48px; gap: 6px 16px; }
  .event__date { grid-row: 1 / span 3; align-self: start; }
  .event__date b { font-size: 46px; }
  .event__where, .event__price { grid-column: 2; }
  .event .round { grid-column: 3; grid-row: 1 / span 3; width: 46px; height: 46px; }
  .insta { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .faq__intro, .accs { grid-column: 1 / -1; position: static; }
  .accs { margin-top: 40px; }
  .acc__a > div { padding-right: 0; }

  .join { padding-top: 120px; padding-bottom: 120px; }
  .join__inner { grid-template-columns: 1fr; }
  .join__bg::after { background: linear-gradient(0deg, rgba(11,10,8,.95) 20%, rgba(11,10,8,.5) 70%, rgba(11,10,8,.7)); }

  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__grid > :first-child, .foot__grid > :last-child { grid-column: 1 / -1; }

  .menu { grid-template-columns: 1fr; padding-top: 90px; }
  .menu__media { display: none; }
  .menu__info { grid-template-columns: 1fr 1fr; }

  .pill__status { display: none; }
}

@media (max-width: 560px) {
  .topbar__login { display: none; }
  .topbar .btn { height: 40px; padding: 0 14px; font-size: 12px; }
  .logo { font-size: 28px; }
  .quiz { padding: 16px; }
  .quiz__q { font-size: 23px; }
  .chip { height: 34px; font-size: 12px; padding: 0 12px; }
  .members__n { font-size: 38px; }
  .stats .stat:nth-child(odd) { padding-right: 12px; }
  .stats .stat:nth-child(even) { padding-left: 14px; }
  .form { padding: 22px 18px; }
  .form__row { grid-template-columns: 1fr; gap: 0; }
  .plan__price .amt { font-size: 96px; }
  .foot__clubs li { grid-template-columns: 1fr; gap: 0; }
  .foot__legal { padding-bottom: 100px; }
  .phone { transform: scale(0.9); }
}

/* ---------- Hero reel indicator ---------- */
.hero__reel { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.hero__reel[hidden] { display: none; }
.hero__reel-n { color: var(--orange); font-variant-numeric: tabular-nums; }
.hero__reel-bars { display: flex; gap: 4px; }
.hero__reel-bars i { position: relative; width: 26px; height: 2px; background: rgba(237, 234, 227, 0.22); overflow: hidden; border-radius: 2px; }
.hero__reel-bars i::after { content: ""; position: absolute; inset: 0; background: var(--chalk); transform-origin: left; transform: scaleX(var(--p, 0)); }
.hero__reel-l { opacity: 0.7; min-width: 170px; text-align: left; }

/* ---------- Refinements ---------- */
.club-float { margin: -200px 0 0 36px; }
.club-row { grid-template-columns: 52px minmax(0, 2fr) minmax(0, 1fr) minmax(0, 0.75fr) minmax(0, 1.15fr) 56px; }
.club-row__name { white-space: nowrap; font-size: clamp(40px, 4.2vw, 74px); }
.heat__track { padding-bottom: 84px; }
html { overflow-x: clip; }
.fly__cta .btn--ghost { background: rgba(11, 10, 8, 0.6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
@media (max-width: 600px) {
  .kinetic__top span:last-child { display: none; }
}
@media (max-width: 1180px) {
  .club-row { grid-template-columns: 40px minmax(0, 1.8fr) minmax(0, 1fr) minmax(0, 1fr) 52px; }
}
@media (max-width: 900px) {
  .club-row { grid-template-columns: minmax(0, 1fr) 48px; }
  .club-row__name { white-space: normal; }
  .heat__track { padding-bottom: 90px; }
}
.comm-hero { height: 180vh; }
@media (max-width: 1180px) {
  .feats--right { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .heat__bg { background: linear-gradient(180deg, #0a1618 0%, #16120e 45%, #5a1a05 100%); }
  .comm-hero { height: 140vh; }
  .feats--right { grid-template-columns: 1fr; }
}

/* ---------- Heat intro copy ---------- */
.heat-intro__title { margin: 0; font-family: var(--f-display); font-weight: 900; text-transform: uppercase; font-size: clamp(30px, 2.8vw, 46px); line-height: 0.9; }
.heat-intro .lede { margin-top: 16px; }
.heat-intro__hint { display: inline-flex; gap: 8px; margin-top: 22px; opacity: 0.75; }

/* ---------- Short-viewport fit (laptops around 1280×720) ---------- */
.hero { height: auto; min-height: 100vh; min-height: 100svh; }
.hero__inner { height: auto; min-height: 100vh; min-height: 100svh; }
.kinetic__top { top: var(--pad); }
@media (min-width: 901px) {
  .hero__inner { padding-top: clamp(96px, 13vh, 116px); }
  /* headline scales with height as well as width so the quiz and stats stay on screen */
  .hero__title { font-size: clamp(60px, min(10.4vw, calc((100vh - 470px) * 0.4)), 178px); }
  @supports (height: 100svh) {
    .hero__title { font-size: clamp(60px, min(10.4vw, calc((100svh - 470px) * 0.4)), 178px); }
  }

  /* the top bar is already hidden inside this pinned section, so the header can sit high */
  .heat__top { padding-top: clamp(28px, 5vh, 64px); }
  .heat__title { font-size: clamp(44px, min(6vw, 9vh), 112px); }
  .heat__readout { font-size: clamp(80px, min(11vw, 17vh), 200px); }
  .heat__readout-l { margin-top: 8px; }
  .heat__scale { margin-top: clamp(12px, 2vh, 24px); }
  .heat__track { align-items: flex-start; padding-top: 16px; padding-bottom: 0; }
  .heat-card { width: min(34vw, 560px); gap: 12px; }
  /* images take the height freed above, ending clear of the pill nav; capped on large screens */
  .heat-card__img { aspect-ratio: auto; height: clamp(180px, calc(100vh - 480px), 520px); }
  .heat-card__img img { object-position: 50% 30%; }
  .heat-card h3 { font-size: clamp(26px, min(3vw, 5.2vh), 52px); flex: none; white-space: nowrap; }
  .comm-hero__ov { padding-bottom: 104px; }

  .kinetic__word { font-size: clamp(90px, min(19.5vw, 27vh), 360px); }
}

@media (prefers-reduced-motion: reduce) {
  .grain { animation: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- Mobile: quiet hero (<=700px) ----------
   Phones get one idea per screen: the statement, then the proof, then the quiz.
   The tablet and desktop layouts above are untouched. */
@media (max-width: 700px) {
  /* the hero runs past one screen instead of compressing everything into it */
  .hero { height: auto; min-height: 100vh; min-height: 100svh; overflow: visible; }
  .hero__inner {
    height: auto; min-height: 0; gap: 0;
    display: flex; flex-direction: column;
    padding: 0 var(--pad) 64px;
  }

  /* screen one: eyebrow and headline, nothing competing */
  .hero__top {
    order: 1; align-self: stretch;
    min-height: 100vh; min-height: 100svh;
    display: flex; flex-direction: column; justify-content: flex-end;
    padding-bottom: 104px;
  }
  .hero__eyebrow {
    gap: 10px; margin-bottom: 16px; opacity: 0.7;
    font-size: 10px; letter-spacing: 0.1em;
    font-stretch: 100%; font-variation-settings: "wdth" 100;
  }
  .hero__eyebrow i { width: 22px; }
  .hero__title { font-size: clamp(54px, 16.2vw, 82px); max-width: none; }

  /* the scroll cue returns as the only affordance, pinned to the first fold */
  .hero__scroll { display: flex; bottom: auto; top: calc(100vh - 82px); top: calc(100svh - 82px); opacity: 0.45; }
  .hero__scroll i { height: 34px; }

  /* the footage occupies the first screen only: across the full 1235px hero the
     16:9 clips were cropped to a narrow vertical slice. Everything below is ink. */
  .hero__media, .hero__shade { height: 100vh; height: 100svh; bottom: auto; }
  .hero__img { object-position: 64% 28%; }
  .hero__shade {
    background: linear-gradient(180deg,
      rgba(11, 10, 8, 0.72) 0%,
      rgba(11, 10, 8, 0.28) 30%,
      rgba(11, 10, 8, 0.82) 74%,
      var(--ink) 100%);
  }

  /* screen two: proof collapses from three stacked blocks to two quiet lines */
  .hero__meta { order: 2; align-self: stretch; align-items: flex-start; text-align: left; gap: 2px; margin-top: 10px; }
  .avatars { display: none; }
  .members { display: block; }
  .members__n { font-family: var(--f-body); font-weight: 600; font-size: 13px; }
  .members__l { font-size: 13px; line-height: 1.5; opacity: 0.62; }
  .members__l br { display: none; }
  .rating { font-size: 13px; opacity: 0.62; gap: 8px; }
  .rating .stars { font-size: 12px; letter-spacing: 1px; }

  /* screen three: the quiz drops the glass card and becomes a plain section */
  .quiz {
    order: 3; align-self: stretch; width: 100%;
    margin-top: 34px; padding: 30px 0 0;
    background: none; border: 0; border-top: 1px solid var(--line-d); border-radius: 0;
    -webkit-backdrop-filter: none; backdrop-filter: none;
  }
  .quiz__head { gap: 12px; margin-bottom: 20px; }
  .quiz__q { font-size: 26px; line-height: 1; margin-bottom: 18px; }
  .quiz__body { min-height: 148px; }
  .quiz__opts { gap: 8px; }
  .quiz__foot { margin-top: 22px; }
}
