/* ============================================================
   MAGNA PHYSIQUE V2 - cinematic 3D scroll landing page
   Near-black + forged amber. Oswald display, Montserrat body.
   ============================================================ */

/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --bg: #0A0A0A;
  --bg-lift: #121110;
  --amber: #F6AD55;
  --amber-deep: #E8A13A;
  --amber-glow: rgba(246, 173, 85, 0.35);
  --bone: #EAE5DB;
  --bone-dim: rgba(234, 229, 219, 0.68);
  --bone-faint: rgba(234, 229, 219, 0.42);
  --card-edge: rgba(246, 173, 85, 0.16);
  --card-edge-hot: rgba(246, 173, 85, 0.45);
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Montserrat', 'Helvetica Neue', sans-serif;
  --header-h: 68px;
  --ease-cine: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  background: var(--bg);
  color: var(--bone);
  font-family: var(--body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.has-cursor, body.has-cursor a, body.has-cursor button { cursor: none; }

img, video, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select { font: inherit; color: inherit; }

::selection { background: var(--amber); color: #140D04; }

/* ---------- Preloader ---------- */
.preloader {
  position: fixed; inset: 0; z-index: 200;
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-mark { position: relative; width: 120px; height: 120px; }
.preloader-ring { position: absolute; inset: 0; overflow: visible; }
.pre-track { fill: none; stroke: rgba(246, 173, 85, 0.14); stroke-width: 1.5; }
.pre-sweep {
  fill: none;
  stroke: var(--amber);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 339.3;
  stroke-dashoffset: 339.3;
  transform: rotate(-90deg);
  transform-origin: center;
  filter: drop-shadow(0 0 10px rgba(246, 173, 85, 0.5));
}
.preloader-mph {
  position: absolute; inset: 22px;
  width: calc(100% - 44px); height: calc(100% - 44px);
  object-fit: contain;
  opacity: 0;
}
.preloader-count {
  position: absolute;
  bottom: clamp(24px, 6vh, 60px);
  right: clamp(24px, 6vw, 64px);
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1;
  color: rgba(234, 229, 219, 0.2);
}

/* ---------- Custom cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0;
  z-index: 150;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
}
.cursor-dot {
  width: 8px; height: 8px;
  margin: -4px 0 0 -4px;
  background: var(--amber);
  box-shadow: 0 0 10px rgba(246, 173, 85, 0.7);
}
.cursor-ring {
  width: 36px; height: 36px;
  margin: -18px 0 0 -18px;
  border: 1px solid rgba(246, 173, 85, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s var(--ease-cine), height 0.3s var(--ease-cine), margin 0.3s var(--ease-cine), border-color 0.3s;
}
.cursor-ring.is-link {
  width: 56px; height: 56px;
  margin: -28px 0 0 -28px;
  border-color: var(--amber);
}
.cursor-ring.is-media {
  width: 74px; height: 74px;
  margin: -37px 0 0 -37px;
  border-color: rgba(246, 173, 85, 0.85);
  background: rgba(10, 10, 10, 0.35);
  backdrop-filter: blur(2px);
}
.cursor-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.55rem;
  letter-spacing: 0.28em;
  text-indent: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  opacity: 0;
  transition: opacity 0.25s;
}
.cursor-ring.is-media .cursor-label { opacity: 1; }

/* ---------- Atmosphere ---------- */
#embers, #embersNear {
  position: fixed; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
}
#embers { z-index: 3; }
#embersNear { z-index: 6; opacity: 0.8; }
.grain {
  position: fixed; inset: -60px; z-index: 4;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 240px 240px;
  animation: grainShift 0.9s steps(4) infinite;
}
@keyframes grainShift {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(-18px, 12px); }
  50%  { transform: translate(14px, -20px); }
  75%  { transform: translate(-10px, -8px); }
  100% { transform: translate(0, 0); }
}
.vignette {
  position: fixed; inset: 0; z-index: 5;
  pointer-events: none;
  background: radial-gradient(ellipse at center,
    transparent 52%,
    rgba(0, 0, 0, 0.28) 82%,
    rgba(0, 0, 0, 0.55) 100%);
}

/* ---------- Shared layout ---------- */
.container {
  position: relative;
  width: min(1180px, 92vw);
  margin: 0 auto;
  z-index: 2;
}

section { position: relative; overflow: hidden; }
.depth-section { will-change: transform, filter; }

.section-media {
  position: absolute; inset: -12% 0;
  z-index: 0;
  will-change: transform;
}
.bg-video, .bg-image {
  width: 100%; height: 100%;
  object-fit: cover;
  background: var(--bg);
}
.media-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10, 10, 10, 0.88) 0%,
    rgba(10, 10, 10, 0.42) 30%,
    rgba(10, 10, 10, 0.42) 70%,
    rgba(10, 10, 10, 0.92) 100%);
}
.media-scrim-left {
  background: linear-gradient(90deg,
    rgba(10, 10, 10, 0.92) 0%,
    rgba(10, 10, 10, 0.65) 45%,
    rgba(10, 10, 10, 0.25) 100%),
  linear-gradient(180deg,
    rgba(10, 10, 10, 0.85) 0%,
    transparent 30%,
    transparent 70%,
    rgba(10, 10, 10, 0.9) 100%);
}
.media-scrim-heavy {
  background: linear-gradient(180deg,
    rgba(10, 10, 10, 0.94) 0%,
    rgba(10, 10, 10, 0.72) 40%,
    rgba(10, 10, 10, 0.72) 70%,
    rgba(10, 10, 10, 0.96) 100%);
}

/* ---------- Type ---------- */
.display {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--bone);
}
.display .accent { color: var(--amber); }

.eyebrow {
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 26px; height: 1px;
  background: var(--amber);
  vertical-align: middle;
  margin-right: 12px;
  opacity: 0.8;
}

.body-copy {
  max-width: 560px;
  color: var(--bone-dim);
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  margin-top: 1.6rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.95em 2.1em;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: box-shadow 0.35s var(--ease-cine), background 0.35s;
  will-change: transform;
}
.btn-amber {
  background: linear-gradient(160deg, var(--amber) 10%, var(--amber-deep) 90%);
  color: #140D04;
  box-shadow: 0 0 0 rgba(246, 173, 85, 0);
}
.btn-amber:hover {
  box-shadow: 0 8px 34px var(--amber-glow);
}

.text-link {
  display: inline-block;
  margin-top: 1.4rem;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--amber);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--card-edge-hot);
  transition: border-color 0.3s, color 0.3s;
}
.text-link::after { content: '  \2192'; white-space: pre; }
.text-link:hover { color: var(--bone); border-color: var(--bone); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 3.4vw, 44px);
  transition: background 0.4s, border-color 0.4s, backdrop-filter 0.4s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(246, 173, 85, 0.12);
}
.header-logo img { height: 30px; width: auto; }
.btn-header { font-size: 0.8rem; padding: 0.8em 1.6em; }

/* ---------- 1. HERO ---------- */
.hero {
  height: 100vh;
  height: 100svh;
}
.hero-media {
  position: absolute; inset: 0; z-index: 0;
  background: var(--bg);
}
.hero-canvas { width: 100%; height: 100%; }
.hero-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10, 10, 10, 0.55) 0%,
    transparent 26%,
    transparent 62%,
    rgba(10, 10, 10, 0.82) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 5vw;
  transform: translateY(1vh);
}
.hero-rocker {
  width: clamp(240px, 34vw, 460px);
  height: auto;
  margin-bottom: 1.6rem;
  filter: drop-shadow(0 8px 40px rgba(0, 0, 0, 0.7));
  will-change: transform, opacity, filter;
}
.hero-flash {
  position: absolute;
  top: 32%; left: 50%;
  width: 60vw; height: 30vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(246, 173, 85, 0.3), transparent 62%);
  opacity: 0;
  pointer-events: none;
}
.hero-headline {
  font-family: var(--display);
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 8.6vw, 7.4rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-shadow: 0 6px 60px rgba(0, 0, 0, 0.65);
}
.hh-line { display: block; white-space: nowrap; }
.hh-accent { color: var(--amber); }
.hero-headline .ch {
  display: inline-block;
  will-change: transform, opacity;
}
.hero-motto {
  margin-top: 1.6rem;
  font-family: var(--body);
  font-weight: 600;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: var(--amber);
}
.hero-sub {
  margin-top: 0.9rem;
  color: var(--bone-dim);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
}
.hero-cta { margin-top: 2.2rem; }

.scroll-cue {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--bone-faint);
}
.scroll-cue-label {
  font-size: 0.66rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.scroll-cue-line {
  width: 1px; height: 44px;
  background: linear-gradient(180deg, var(--amber), transparent);
  animation: cueDrop 2.2s var(--ease-cine) infinite;
  transform-origin: top;
}
@keyframes cueDrop {
  0% { transform: scaleY(0); opacity: 0; }
  35% { transform: scaleY(1); opacity: 1; }
  75% { transform: scaleY(1); opacity: 1; }
  100% { transform: scaleY(1); opacity: 0; }
}

/* ---------- 2. MANIFESTO ---------- */
.manifesto { height: 100vh; height: 100svh; }
.manifesto-stage {
  position: relative;
  z-index: 2;
  height: 100%;
  will-change: transform;
}
.manifesto-word {
  position: absolute; inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 6vw;
  opacity: 0;
  visibility: hidden;
}
.slam {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(5rem, 19vw, 17rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--bone);
  text-shadow: 0 0 90px rgba(246, 173, 85, 0.25), 0 10px 60px rgba(0, 0, 0, 0.8);
  will-change: transform, opacity;
}
.slam-support {
  margin-top: 1.6rem;
  max-width: 520px;
  color: var(--bone-dim);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  will-change: transform, opacity;
}
.manifesto-flash {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(246, 173, 85, 0.20), transparent 60%);
  opacity: 0;
  pointer-events: none;
}

/* ---------- 3. DESCENT ---------- */
.descent {
  height: 100vh;
  height: 100svh;
  background: var(--bg);
}
.descent-media {
  position: absolute; inset: 0; z-index: 0;
}
.descent-canvas { width: 100%; height: 100%; }
.descent-media::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(10, 10, 10, 0.8) 0%,
    transparent 30%,
    transparent 70%,
    rgba(10, 10, 10, 0.85) 100%);
}
.descent-lines {
  position: absolute; inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.descent-line {
  position: absolute;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.6rem, 4.4vw, 3.6rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bone);
  text-shadow: 0 6px 50px rgba(0, 0, 0, 0.8);
  opacity: 0;
  will-change: transform, opacity, filter;
}

/* ---------- 4. COACH ---------- */
.coach {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 18vh 0;
}
.coach-content { max-width: 640px; }
.coach-signature {
  width: clamp(220px, 26vw, 340px);
  height: auto;
  margin-top: 2.2rem;
  opacity: 0.92;
}

/* ---------- 5. SERVICES ---------- */
.services { padding: 16vh 0 14vh; background: var(--bg); }

.card {
  background: linear-gradient(165deg, #14120F 0%, #0E0D0B 100%);
  border: 1px solid var(--card-edge);
  border-radius: 6px;
  transition: border-color 0.5s, box-shadow 0.5s;
}

/* Horizontal marquee of method cards.
   Default (no JS / touch / reduced-motion) = native swipe, always usable.
   .marquee-live (added by JS on desktop) = clipped + edge-fade, JS-driven loop. */
.service-marquee {
  position: relative;
  margin-top: 3.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 1.4rem;
}
.service-marquee::-webkit-scrollbar { display: none; }
.marquee-live .service-marquee {
  overflow: hidden;
  scroll-snap-type: none;
  padding-bottom: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
}
.service-track {
  display: flex;
  gap: 22px;
  width: max-content;
  padding: 0 max(4vw, calc((100vw - 1180px) / 2));
  will-change: transform;
}
.marquee-live .service-track { padding: 0; }
.service-card {
  flex: 0 0 clamp(280px, 25vw, 348px);
  padding: 2.1rem 1.9rem 2.2rem;
  scroll-snap-align: center;
  transform-origin: center center;
  will-change: transform, opacity;
}
.service-card:hover {
  border-color: var(--card-edge-hot);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 40px rgba(246, 173, 85, 0.07);
}
.card-icon {
  width: 44px; height: 44px;
  margin-bottom: 1.4rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--card-edge-hot);
  border-radius: 4px;
  background: rgba(246, 173, 85, 0.06);
}
.card-icon svg {
  width: 22px; height: 22px;
  fill: none;
  stroke: var(--amber);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.service-card h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.22rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 0.65rem;
}
.service-card p {
  color: var(--bone-dim);
  font-size: 0.94rem;
  line-height: 1.65;
}

/* ---------- 6. PROOF ---------- */
.proof { padding: 16vh 0; }

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 3.6rem 0 4.6rem;
  padding: 2.2rem 0;
  border-top: 1px solid rgba(246, 173, 85, 0.18);
  border-bottom: 1px solid rgba(246, 173, 85, 0.18);
}
.stat { text-align: center; }
.stat-number {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  color: var(--amber);
  line-height: 1;
}
.stat-label {
  display: block;
  margin-top: 0.55rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone-dim);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  perspective: 1200px;
}
.testimonial {
  padding: 1.9rem 1.9rem 1.7rem;
  will-change: transform;
  transform-style: preserve-3d;
}
.testimonial p {
  color: var(--bone-dim);
  font-size: 0.96rem;
  line-height: 1.75;
}
.testimonial footer {
  margin-top: 1.2rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--amber);
}
.testimonial footer::before {
  content: '';
  display: inline-block;
  width: 18px; height: 1px;
  background: var(--amber);
  vertical-align: middle;
  margin-right: 10px;
}

/* ---------- 7. DELIVER ---------- */
.deliver { padding: 16vh 0; background: var(--bg); }
.deliver-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  gap: clamp(2.4rem, 6vw, 6rem);
  align-items: center;
  margin-top: 3.2rem;
}
.deliver-figure { max-width: 360px; justify-self: center; }
.deliver-list {
  max-width: 760px;
}
.deliver-grid .deliver-list { margin-top: 0; }

.deliver-figure {
  position: relative;
  transform: rotate(-1.4deg);
  will-change: transform;
}
.deliver-figure::before {
  content: '';
  position: absolute;
  inset: -14% -18%;
  background: radial-gradient(ellipse at 50% 42%, rgba(246, 173, 85, 0.14), transparent 62%);
  pointer-events: none;
}
.deliver-photo {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--card-edge-hot);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(246, 173, 85, 0.08);
}
.deliver-photo img { width: 100%; display: block; }
.deliver-item {
  display: flex;
  gap: 1.6rem;
  padding: 1.9rem 0;
  border-bottom: 1px solid rgba(246, 173, 85, 0.13);
}
.deliver-item:first-child { border-top: 1px solid rgba(246, 173, 85, 0.13); }
.deliver-marker {
  flex: 0 0 auto;
  width: 10px; height: 10px;
  margin-top: 0.6rem;
  background: var(--amber);
  transform: rotate(45deg);
  box-shadow: 0 0 14px var(--amber-glow);
}
.deliver-item h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bone);
}
.deliver-item p {
  margin-top: 0.45rem;
  color: var(--bone-dim);
  font-size: 0.95rem;
}

/* ---------- 8. BRAND STRIP ---------- */
.brandstrip {
  position: relative;
  padding: 18vh 0;
  background: var(--bg);
  text-align: center;
  overflow: hidden;
}
.marquee {
  position: absolute;
  top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  z-index: 0;
  overflow: hidden;
  opacity: 0.07;
  pointer-events: none;
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(4rem, 11vw, 10rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bone);
}
.brandstrip-logo {
  position: relative;
  z-index: 1;
  width: min(520px, 70vw);
  margin: 0 auto;
  filter: drop-shadow(0 24px 80px rgba(0, 0, 0, 0.6));
  will-change: transform;
}
.brandstrip-line {
  position: relative;
  z-index: 1;
  margin-top: 2.6rem;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
/* VIP membership block inside the brand strip */
.vip-wrap {
  margin-top: 5.5rem;
  text-align: left;
}
.vip-sub {
  max-width: 560px;
  color: var(--bone-dim);
  font-size: 1.02rem;
  margin-top: 1.4rem;
  margin-bottom: 3.2rem;
}
.vip-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: start;
}
.vip-card {
  position: sticky;
  top: 100px;
  border-top: 2px solid var(--amber);
  padding: 1.9rem 1.8rem 2rem;
}
.vip-card-tag {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: 1.3rem;
}
.vip-stat {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--card-edge);
}
.vip-stat:last-of-type { border-bottom: none; }
.vip-num {
  font-family: var(--display);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--amber);
  min-width: 2.2em;
}
.vip-stat-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-dim);
}
.vip-card-note {
  margin-top: 1rem;
  color: var(--bone-dim);
  font-size: 0.88rem;
}
.btn-vip { display: block; margin-top: 1.5rem; text-align: center; }

.module-list { counter-reset: mod; }
.module-row { border-bottom: 1px solid var(--card-edge); }
.module-row:first-child { border-top: 1px solid var(--card-edge); }
.module-head {
  width: 100%;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto auto;
  gap: 1.1rem;
  align-items: center;
  padding: 1.3rem 0.6rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background 0.35s;
}
.module-head:hover { background: rgba(246, 173, 85, 0.05); }
.module-no {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--bone-faint);
  transition: color 0.3s;
}
.module-row.open .module-no, .module-head:hover .module-no { color: var(--amber); }
.module-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--bone);
}
.module-count {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone-faint);
  white-space: nowrap;
}
.module-caret {
  width: 10px; height: 10px;
  border-right: 1.5px solid var(--bone-faint);
  border-bottom: 1.5px solid var(--bone-faint);
  transform: rotate(45deg);
  transition: transform 0.4s var(--ease-cine), border-color 0.3s;
  margin-right: 4px;
}
.module-row.open .module-caret { transform: rotate(225deg); border-color: var(--amber); }
.module-body { overflow: hidden; height: 0; }
.module-body-inner { padding: 0.2rem 0.6rem 1.4rem 74px; }
.module-desc { color: var(--bone-dim); font-size: 0.92rem; margin-bottom: 0.8rem; }
.module-lessons { display: flex; flex-direction: column; gap: 0.45rem; }
.module-lessons li {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--bone-dim);
}
.module-lessons li::before { content: '\2192\00a0\00a0'; color: var(--amber); }

/* ---------- 9. CLOSE ---------- */
.close { padding: 16vh 0 0; }
.close-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-bottom: 12vh;
}
.close-sub {
  margin-top: 1.4rem;
  color: var(--bone-dim);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
}

.lead-form {
  padding: clamp(1.6rem, 3vw, 2.6rem);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
}
.field { margin-bottom: 1.25rem; position: relative; }
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.field label {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--bone-dim);
  margin-bottom: 0.5rem;
}
.field input, .field select {
  width: 100%;
  background: rgba(10, 10, 10, 0.65);
  border: 1px solid rgba(234, 229, 219, 0.14);
  border-radius: 4px;
  padding: 0.85em 1em;
  color: var(--bone);
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
  -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23F6AD55' stroke-width='1.6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  cursor: pointer;
}
.field select:invalid { color: var(--bone-faint); }
.field option { color: #140D04; background: var(--bone); }
.field input::placeholder { color: var(--bone-faint); }
.field input:focus, .field select:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(246, 173, 85, 0.14);
}
.field.invalid input, .field.invalid select {
  border-color: #E2694A;
  box-shadow: 0 0 0 3px rgba(226, 105, 74, 0.14);
}
.field textarea {
  width: 100%;
  background: rgba(10, 10, 10, 0.65);
  border: 1px solid rgba(234, 229, 219, 0.14);
  border-radius: 4px;
  padding: 0.85em 1em;
  color: var(--bone);
  outline: none;
  resize: vertical;
  min-height: 5.2em;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.field textarea::placeholder { color: var(--bone-faint); }
.field textarea:focus {
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(246, 173, 85, 0.14);
}
.field.invalid textarea {
  border-color: #E2694A;
  box-shadow: 0 0 0 3px rgba(226, 105, 74, 0.14);
}
.field-error {
  display: none;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  color: #E88C72;
}
.field.invalid .field-error { display: block; }

/* Scheduler */
.scheduler {
  border: 1px solid rgba(234, 229, 219, 0.14);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.65);
  padding: 0.9rem;
}
.field.invalid .scheduler {
  border-color: #E2694A;
  box-shadow: 0 0 0 3px rgba(226, 105, 74, 0.14);
}
.scheduler-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.sched-day {
  background: transparent;
  border: 1px solid rgba(234, 229, 219, 0.14);
  border-radius: 4px;
  padding: 0.55em 0.2em;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s;
}
.sched-day:hover { border-color: var(--card-edge-hot); }
.sched-day .d-dow {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-faint);
}
.sched-day .d-num {
  display: block;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--bone);
  line-height: 1.3;
}
.sched-day.selected {
  background: rgba(246, 173, 85, 0.12);
  border-color: var(--amber);
}
.sched-day.selected .d-dow { color: var(--amber); }
.scheduler-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 8px;
}
.sched-slot {
  background: transparent;
  border: 1px solid rgba(234, 229, 219, 0.14);
  border-radius: 4px;
  padding: 0.6em 0.4em;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--bone-dim);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.25s, background 0.25s, color 0.25s;
}
.sched-slot:hover { border-color: var(--card-edge-hot); color: var(--bone); }
.sched-slot.selected {
  background: linear-gradient(160deg, var(--amber), var(--amber-deep));
  border-color: var(--amber);
  color: #140D04;
  font-weight: 600;
}

.btn-submit { width: 100%; margin-top: 0.4rem; }
.form-note {
  margin-top: 0.9rem;
  text-align: center;
  font-size: 0.78rem;
  color: var(--bone-faint);
}

/* FASTER intake gate */
.intake-overlay {
  position: fixed; inset: 0;
  z-index: 85;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
  padding: 7vh 5vw 8vh;
  background: radial-gradient(ellipse at center, rgba(20, 13, 4, 0.92), rgba(10, 10, 10, 0.97));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.intake-overlay.active { display: flex; }
.intake-inner {
  width: min(640px, 100%);
  padding: clamp(1.8rem, 3.4vw, 2.8rem);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
}
.intake-head { text-align: center; margin-bottom: 1.9rem; }
.intake-head h3 {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--bone);
  margin-top: 0.4rem;
}
.intake-sub {
  margin-top: 0.7rem;
  color: var(--bone-dim);
  font-size: 0.95rem;
}
.intake-section-label {
  font-family: var(--display);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 1.9rem 0 1.1rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(234, 229, 219, 0.1);
}
.intake-section-label span {
  display: block;
  margin-top: 0.3rem;
  color: var(--bone-faint);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 0.78rem;
}
.hours-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.2rem;
}
.hours-field { margin-bottom: 0; }
.hours-field input { text-align: center; }
.hours-total {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--bone-dim);
}
.hours-total.ok span { color: var(--amber); font-weight: 600; }
.hours-total.bad span { color: #E88C72; font-weight: 600; }
.hours-field-wrap .field-error { text-align: center; }

/* Success overlay */
.success-overlay {
  position: fixed; inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse at center, rgba(20, 13, 4, 0.92), rgba(10, 10, 10, 0.97));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.success-overlay.active { display: flex; }
.success-inner { text-align: center; padding: 0 6vw; }
.success-ring { width: 130px; margin: 0 auto 1.8rem; }
.success-ring svg { width: 100%; overflow: visible; }
.ring-track {
  fill: none;
  stroke: rgba(246, 173, 85, 0.16);
  stroke-width: 2;
}
.ring-sweep {
  fill: none;
  stroke: var(--amber);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 327;
  stroke-dashoffset: 327;
  transform: rotate(-90deg);
  transform-origin: center;
  filter: drop-shadow(0 0 12px rgba(246, 173, 85, 0.55));
}
.ring-check {
  fill: none;
  stroke: var(--amber);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
}
.success-title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 4rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bone);
}
.success-sub {
  margin-top: 0.8rem;
  color: var(--bone-dim);
  font-size: 1.02rem;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3.4rem 6vw 8.5rem;
  border-top: 1px solid rgba(246, 173, 85, 0.14);
}
.footer-mph {
  width: 54px;
  margin: 0 auto 1.6rem;
  opacity: 0.9;
}
.footer-motto {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.34em;
  font-size: 0.9rem;
  color: var(--amber);
}
.footer-ig {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--bone-dim);
  transition: color 0.3s;
}
.footer-ig:hover { color: var(--amber); }
.footer-ig svg {
  width: 18px; height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}
.footer-ig .ig-dot { fill: currentColor; stroke: none; }
.footer-copyright {
  margin-top: 1.6rem;
  font-size: 0.76rem;
  color: var(--bone-faint);
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .deliver-grid { grid-template-columns: 1fr; }
  .deliver-figure {
    max-width: 430px;
    margin: 0.6rem auto 0;
    transform: rotate(0deg);
  }
  .testimonial-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .close-inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --header-h: 58px; }

  /* No blur on mobile: backdrop-filter would become the containing
     block for the fixed bottom CTA and trap it inside the header. */
  .site-header.scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(10, 10, 10, 0.9);
  }
  .header-logo img { height: 24px; }

  /* Sticky CTA becomes a bottom bar */
  .btn-header {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    border-radius: 0;
    text-align: center;
    padding: 1.15em 1em;
    font-size: 0.88rem;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.65);
    z-index: 60;
  }
  .site-footer { padding-bottom: 9.5rem; }
  .scroll-cue { bottom: 86px; }

  .hero-rocker { width: min(78vw, 340px); }
  .hero-headline { font-size: clamp(2.4rem, 12vw, 4rem); }
  .hero-motto { letter-spacing: 0.3em; text-indent: 0.3em; }

  .slam { font-size: clamp(4.2rem, 24vw, 7rem); }
  .slam-support { font-size: 0.92rem; max-width: 320px; }

  .descent-line { font-size: clamp(1.3rem, 6.4vw, 2rem); }

  /* Method cards: native swipe on mobile (marquee JS does not run on touch) */
  .service-track { gap: 14px; padding: 0 4vw; }
  .service-card { flex: 0 0 78vw; }

  .field-row { grid-template-columns: 1fr; gap: 0; }
  .sched-day .d-num { font-size: 0.9rem; }

  .coach { padding: 14vh 0; }
  .coach-content { max-width: 100%; }
  .brandstrip-logo { width: 84vw; }
  .module-head { grid-template-columns: 54px 1fr auto; }
  .module-caret { display: none; }
  .module-body-inner { padding-left: 54px; }
}

@media (max-width: 900px) {
  .vip-grid { grid-template-columns: 1fr; }
  .vip-card { position: relative; top: 0; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .grain, .scroll-cue-line { animation: none; }
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}
/* With motion off: manifesto and descent stack in normal flow, no cursor */
.reduced-motion .manifesto { height: auto; }
.reduced-motion .manifesto-word {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding: 14vh 6vw;
}
.reduced-motion .descent { height: auto; padding: 10vh 0; }
.reduced-motion .descent-lines { position: relative; flex-direction: column; gap: 1.4rem; padding: 4vh 6vw; }
.reduced-motion .descent-line { position: relative; opacity: 1; }
.reduced-motion .preloader { display: none; }
.reduced-motion .cursor-dot, .reduced-motion .cursor-ring { display: none; }
