/*
  TRAINING PLACE / BODY GEOMETRY V2
  Dark editorial + refined organic. One bronze accent. Body line + coordinate grid.
  Rounded SaaS cards, pill-tag systems and decorative motion are intentionally excluded.
*/

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2212, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2212, U+FEFF, U+FFFD;
}

:root {
  --ink: #0b0b0a;
  --coal: #151513;
  --coal-2: #1d1c19;
  --bone: #ece7de;
  --paper: #d8d1c6;
  --mist: #aaa49b;
  --bronze: #b97842;
  --bronze-bright: #d0945d;
  --line: rgba(236, 231, 222, 0.14);
  --line-strong: rgba(236, 231, 222, 0.25);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --shell: min(1260px, calc(100vw - 80px));
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 77% 10%, rgba(185, 120, 66, 0.08), transparent 28rem),
    var(--ink);
  color: var(--bone);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 99;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.84' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, figure, blockquote, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

:focus-visible {
  outline: 2px solid var(--bronze-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 120;
  padding: 10px 14px;
  background: var(--bone);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.shell { width: var(--shell); margin-inline: auto; }
.display { font-family: var(--display); font-weight: 400; letter-spacing: -0.045em; line-height: 0.91; }
.display em { color: var(--bronze-bright); font-weight: 400; }
.section { position: relative; padding-block: clamp(104px, 12vw, 188px); }
section[id] { scroll-margin-top: 112px; }
.section-title { max-width: 880px; font-size: clamp(58px, 7.2vw, 116px); }
.section-intro { max-width: 560px; color: var(--mist); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.7; }
.section-index,
.eyebrow,
.choice-label,
.result-kicker {
  color: var(--mist);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.section-index { margin-bottom: clamp(32px, 4vw, 56px); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.58s ease, transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

.wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: max-content;
  min-height: 44px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 0.94;
  text-transform: uppercase;
}

.wordmark strong {
  color: var(--bronze-bright);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1360px, calc(100vw - 40px));
  min-height: 68px;
  padding: 10px 18px;
  border: 1px solid transparent;
  transform: translateX(-50%);
  transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(11, 11, 10, 0.78);
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--paper); font-size: 12px; font-weight: 550; transition: color 180ms ease; }
.site-nav a:hover { color: var(--bronze-bright); }
.header-action { display: inline-flex; align-items: center; justify-self: end; min-height: 44px; border-bottom: 1px solid var(--line-strong); padding: 8px 0; font-size: 12px; font-weight: 600; }
.header-action .icon { margin-left: 8px; color: var(--bronze-bright); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  gap: 20px;
  padding: 15px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 120ms ease;
}

.button:active { transform: scale(0.98); }
.button-primary { background: var(--bronze); color: #110d09; }
.button-primary:hover { background: var(--bronze-bright); }
.button-light { background: var(--bone); color: var(--ink); }
.button-light:hover { background: #fffaf1; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-block: 10px; border-bottom: 1px solid var(--line-strong); color: var(--paper); font-size: 13px; font-weight: 600; }
.text-link .icon { color: var(--bronze-bright); transition: transform 180ms ease; }
.text-link:hover .icon { transform: translateX(4px); }

/* Иконки рисуются CSS-линиями: одинаковый вид на iOS, Android и desktop,
   без зависимости от emoji/font fallback. */
.icon { position: relative; display: inline-block; flex: 0 0 auto; width: 16px; height: 16px; color: currentColor; }
.icon::before, .icon::after { position: absolute; content: ""; }
.icon-arrow-up-right::before { top: 7px; left: 2px; width: 13px; height: 1.5px; background: currentColor; transform: rotate(-45deg); }
.icon-arrow-up-right::after { top: 2px; right: 1px; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.icon-arrow-right::before { top: 7px; left: 1px; width: 13px; height: 1.5px; background: currentColor; }
.icon-arrow-right::after { top: 4px; right: 1px; width: 6px; height: 6px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.icon-arrow-left::before { top: 7px; right: 1px; width: 13px; height: 1.5px; background: currentColor; }
.icon-arrow-left::after { top: 4px; left: 1px; width: 6px; height: 6px; border-bottom: 1.5px solid currentColor; border-left: 1.5px solid currentColor; transform: rotate(45deg); }

/* Координатная сетка = измерительный слой на фотокадре, а не фоновая текстура.
   Живёт только над правой третью, где виден кадр: заголовок ограничен 63vw,
   поэтому линии больше никогда не режут типографику. Слева гаснет по маске. */
.coordinate-grid {
  position: absolute;
  inset: 0 0 0 68%;
  pointer-events: none;
  background-image:
    linear-gradient(to right, transparent calc(25% - 1px), rgba(236, 231, 222, 0.075) 25%, transparent calc(25% + 1px)),
    linear-gradient(to right, transparent calc(50% - 1px), rgba(236, 231, 222, 0.075) 50%, transparent calc(50% + 1px)),
    linear-gradient(to right, transparent calc(75% - 1px), rgba(236, 231, 222, 0.075) 75%, transparent calc(75% + 1px)),
    linear-gradient(to bottom, transparent calc(33.33% - 1px), rgba(236, 231, 222, 0.05) 33.33%, transparent calc(33.33% + 1px)),
    linear-gradient(to bottom, transparent calc(66.66% - 1px), rgba(236, 231, 222, 0.05) 66.66%, transparent calc(66.66% + 1px));
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 24%);
  mask-image: linear-gradient(to right, transparent 0%, #000 24%);
}

/* Hero */
.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; background: #090908; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 7, 6, 0.88) 0%, rgba(7, 7, 6, 0.56) 39%, rgba(7, 7, 6, 0.05) 68%, rgba(7, 7, 6, 0.3) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 100px; }
.hero-content .eyebrow { color: rgba(236, 231, 222, 0.66); margin-bottom: 24px; }
.hero-title { width: min(760px, 63vw); font-size: clamp(82px, 10.5vw, 172px); }
.hero-title span { display: block; }
/* Третья строка сменная: слово уходит вверх с расфокусом и возвращается новым. */
.hero-rotate [data-hero-word] {
  display: inline-block;
  transition: opacity 0.62s cubic-bezier(0.33, 0, 0.2, 1), transform 0.62s cubic-bezier(0.33, 0, 0.2, 1), filter 0.62s ease;
}
.hero-rotate [data-hero-word].is-swapping { opacity: 0; transform: translateY(-0.1em); filter: blur(8px); }
/* При «уменьшить движение» убираем сдвиг и расфокус, но оставляем растворение:
   мгновенная подмена слова читается как рывок. */
@media (prefers-reduced-motion: reduce) {
  .hero-rotate [data-hero-word] { transition: opacity 0.55s ease; }
  .hero-rotate [data-hero-word].is-swapping { transform: none; filter: none; }
}
.hero-title span:nth-child(2) { padding-left: 0.52em; }
.hero-lead { max-width: 580px; margin-top: 30px; color: var(--paper); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.62; }
.hero-lead span { display: block; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); max-width: 670px; margin-top: 54px; border-top: 1px solid var(--line); }
.hero-facts div { padding: 16px 20px 0 0; border-right: 1px solid var(--line); }
.hero-facts div + div { padding-left: 20px; }
.hero-facts dt { color: var(--mist); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-facts dd { margin-top: 4px; font-family: var(--display); font-size: 28px; }
.hero-caption { position: absolute; right: 22px; bottom: 24px; z-index: 2; display: flex; align-items: center; gap: 12px; color: rgba(236, 231, 222, 0.52); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-caption::before { content: ''; width: 1px; height: 34px; background: linear-gradient(to bottom, transparent, rgba(236, 231, 222, 0.5)); }

/* Practice builder */
.practice { border-bottom: 1px solid var(--line); }
.practice-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 80px; }
.practice-heading .section-intro { padding-bottom: 12px; }
.practice-session { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.5fr); min-height: 570px; margin-top: clamp(50px, 6vw, 80px); border: 1px solid var(--line-strong); background: #0e0e0c; }
.practice-visual { position: relative; min-width: 0; min-height: 570px; overflow: hidden; border-right: 1px solid var(--line); background: #080807; }
.practice-visual picture, .practice-visual img { width: 100%; height: 100%; }
.practice-visual img { position: absolute; inset: 0; object-fit: cover; object-position: 58% center; transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1); }
.practice-visual:hover img { transform: scale(1.018); }
.practice-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(4, 4, 3, 0.04) 48%, rgba(4, 4, 3, 0.82) 100%); pointer-events: none; }
.practice-visual figcaption { position: absolute; right: 28px; bottom: 26px; left: 28px; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.practice-visual figcaption span { color: var(--bronze-bright); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.practice-visual figcaption strong { color: var(--bone); font-family: var(--display); font-size: clamp(32px, 3vw, 48px); font-weight: 500; letter-spacing: -0.03em; line-height: 0.95; }
.practice-timeline { display: grid; grid-template-rows: repeat(2, 1fr); counter-reset: practice-step; }
.practice-timeline li { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 32px 36px 32px 82px; counter-increment: practice-step; transition: background-color 180ms ease; }
.practice-timeline li + li { border-top: 1px solid var(--line); }
.practice-timeline li:hover { background: rgba(236, 231, 222, 0.025); }
.practice-timeline li::before { position: absolute; top: 30px; left: 30px; display: grid; width: 28px; aspect-ratio: 1; content: "0" counter(practice-step); place-items: center; border: 1px solid var(--bronze); border-radius: 50%; color: var(--bronze-bright); font-size: 9px; font-weight: 700; letter-spacing: 0.08em; }
.practice-timeline time { color: var(--mist); font-size: 10px; font-weight: 700; letter-spacing: 0.13em; }
.practice-timeline strong { display: block; margin-top: 34px; color: var(--bone); font-family: var(--display); font-size: clamp(38px, 3.35vw, 50px); font-weight: 500; letter-spacing: -0.04em; line-height: 0.94; white-space: nowrap; }
.practice-timeline p { max-width: 305px; margin-top: 14px; color: var(--mist); font-size: 13px; line-height: 1.62; }
.practice-builder { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr); gap: 0 70px; margin-top: 80px; }
.choice-group { grid-column: 1; padding: 24px 0; border-top: 1px solid var(--line); }
.choice-group:nth-child(2) { border-bottom: 1px solid var(--line); }
.choice-label { margin-bottom: 18px; }
.choice-rail { display: flex; flex-wrap: wrap; gap: 8px; }
.choice {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--mist);
  font-size: 13px;
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 120ms ease;
}
.choice:hover { color: var(--bone); border-color: var(--line-strong); }
.choice:active { transform: scale(0.97); }
.choice.is-active { border-color: var(--bronze); background: rgba(185, 120, 66, 0.12); color: var(--bone); }
.practice-result { grid-column: 2; grid-row: 1 / span 2; min-height: 480px; padding: 28px; background: var(--bronze); color: #110d09; box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; }
.result-meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(17, 13, 9, 0.28); font-size: 11px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.result-body { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding-block: 40px; }
.result-kicker { color: rgba(17, 13, 9, 0.64); }
.result-copy h3 { max-width: 500px; margin: 8px 0 18px; font-family: var(--display); font-size: clamp(56px, 6vw, 92px); font-weight: 500; letter-spacing: -0.055em; line-height: 0.88; }
.result-copy > p:last-child { max-width: 470px; font-size: 15px; line-height: 1.65; }
.breath-orbit { position: relative; display: grid; width: 134px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(17, 13, 9, 0.32); border-radius: 50%; }
.breath-orbit::before, .breath-orbit::after { position: absolute; inset: 14px; content: ""; border: 1px solid rgba(17, 13, 9, 0.24); border-radius: inherit; }
.breath-orbit::after { inset: 30px; }
.breath-orbit span { position: absolute; top: -5px; left: 50%; width: 10px; aspect-ratio: 1; border-radius: 50%; background: #110d09; transform: translateX(-50%); transform-origin: 5px 72px; }
.breath-orbit b { font-family: var(--display); font-size: 34px; font-weight: 500; }
.result-footer { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid rgba(17, 13, 9, 0.28); }
.result-footer p { max-width: 180px; color: rgba(17, 13, 9, 0.64); font-size: 11px; text-align: right; }

/* Method */
.method { background: var(--coal); }
.method-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: clamp(60px, 8vw, 124px); align-items: center; }
.method-copy .section-title { font-size: clamp(58px, 6vw, 98px); }
.method-copy .section-intro { margin-top: 32px; }
.method-steps { margin-top: 54px; border-top: 1px solid var(--line); }
.method-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.method-steps li > span { color: var(--bronze-bright); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.method-steps strong { font-family: var(--display); font-size: 30px; font-weight: 500; }
.method-steps p { margin-top: 2px; color: var(--mist); font-size: 13px; }
.method-portrait { position: relative; min-height: 710px; overflow: hidden; background: #090908; }
.method-portrait picture, .method-portrait img { width: 100%; height: 100%; }
.method-portrait img { position: absolute; inset: 0; object-fit: cover; object-position: 56% center; }
.method-portrait::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 68%, rgba(4, 4, 3, 0.76)); }
.method-portrait figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 2; display: flex; justify-content: space-between; gap: 18px; color: var(--paper); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }
.method-portrait figcaption span:last-child { color: var(--mist); }

/* Movement atlas */
.movement-atlas { overflow: hidden; border-block: 1px solid var(--line); background: #0e0e0c; }
.atlas-heading { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: end; gap: clamp(54px, 8vw, 120px); }
.atlas-heading-side { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; padding-bottom: 8px; }
.atlas-cycle { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--line); }
.atlas-cycle li { min-width: 0; }
.atlas-cycle li + li { border-left: 1px solid var(--line); }
.atlas-cycle button { width: 100%; min-height: 64px; padding: 13px 14px 15px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; opacity: 0.55; transition: background-color 180ms ease, opacity 180ms ease; }
.atlas-cycle button:hover, .atlas-cycle button.is-current { background: rgba(236, 231, 222, 0.035); opacity: 1; }
.atlas-cycle button:focus-visible { outline: 1px solid var(--bronze); outline-offset: -1px; }
.atlas-cycle span { display: block; margin-bottom: 5px; color: var(--bronze-bright); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; }
.atlas-cycle strong { display: block; color: var(--paper); font-family: var(--display); font-size: clamp(20px, 1.7vw, 27px); font-weight: 500; line-height: 1; }
.atlas-controls { display: flex; align-items: center; gap: 8px; }
.atlas-controls p { min-width: 70px; color: var(--mist); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; }
.atlas-controls button {
  display: grid;
  width: 46px;
  min-height: 46px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background: transparent;
  color: var(--bone);
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, transform 120ms ease;
}
.atlas-controls button:hover { border-color: var(--bronze); background: var(--bronze); color: #130e0a; }
.atlas-controls button:active { transform: scale(0.95); }
.atlas-viewport {
  width: 100%;
  margin-top: clamp(54px, 7vw, 96px);
  padding-left: max(40px, calc((100vw - 1260px) / 2));
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.atlas-viewport::-webkit-scrollbar { display: none; }
.atlas-track { display: flex; width: max-content; gap: clamp(12px, 1.4vw, 22px); padding-right: max(40px, calc((100vw - 1260px) / 2)); }
.atlas-frame { position: relative; width: clamp(420px, 34vw, 550px); height: clamp(560px, 48vw, 700px); flex: none; overflow: hidden; background: #080807; scroll-snap-align: start; }
.atlas-frame-wide { width: clamp(610px, 48vw, 780px); }
.atlas-frame-portrait { width: clamp(380px, 30vw, 470px); }
.atlas-frame picture, .atlas-frame img { width: 100%; height: 100%; }
.atlas-frame img { object-fit: cover; transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 260ms ease; }
.atlas-frame:not(.is-current) img { filter: saturate(0.78) brightness(0.8); }
.atlas-frame.is-current img, .atlas-frame:hover img { transform: scale(1.025); filter: saturate(1) brightness(1); }
.atlas-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 48%, rgba(5, 5, 4, 0.9) 100%); pointer-events: none; }
.atlas-frame figcaption { position: absolute; right: 28px; bottom: 28px; left: 28px; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 26px; }
.atlas-frame figcaption span { color: var(--bronze-bright); font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.atlas-frame figcaption > div { max-width: 310px; text-align: right; }
.atlas-frame figcaption strong { display: block; color: var(--bone); font-family: var(--display); font-size: clamp(34px, 3vw, 48px); font-weight: 500; line-height: 0.92; }
.atlas-frame figcaption p { max-width: 260px; margin-top: 9px; color: var(--paper); font-size: 12px; line-height: 1.45; }

/* Product UI */
.product-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 80px; }
.platform-demo { margin-top: 82px; overflow: hidden; border: 1px solid var(--line-strong); background: #e9e4da; color: #171613; box-shadow: 0 36px 120px rgba(0, 0, 0, 0.42); }
.demo-topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 72px; padding: 0 22px; border-bottom: 1px solid rgba(23, 22, 19, 0.14); }
.demo-brand { display: flex; min-width: 0; align-items: center; gap: 12px; }
.demo-brand > span { display: grid; width: 38px; flex: none; aspect-ratio: 1; place-items: center; background: #171613; color: #e9e4da; font-family: var(--display); font-size: 15px; }
.demo-brand > div { display: grid; min-width: 0; }
.demo-brand strong { overflow: hidden; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.demo-brand small { color: #777168; font-size: 9px; font-weight: 650; letter-spacing: 0.1em; text-transform: uppercase; }
.demo-topbar > p { color: #777168; font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.demo-avatar { justify-self: end; display: grid; width: 36px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #171613; color: #e9e4da; font-size: 10px; font-weight: 700; }
.demo-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: 680px; }
.demo-nav { display: flex; flex-direction: column; padding: 28px 18px; border-right: 1px solid rgba(23, 22, 19, 0.14); background: #e5dfd4; }
.demo-nav button { display: grid; min-height: 58px; grid-template-columns: 28px 1fr; align-items: center; border: 0; border-bottom: 1px solid rgba(23, 22, 19, 0.12); background: transparent; color: #777168; text-align: left; cursor: pointer; transition: background-color 180ms ease, color 180ms ease, padding 180ms ease; }
.demo-nav button span { font-size: 9px; font-weight: 700; letter-spacing: 0.08em; }
.demo-nav button strong { font-size: 12px; font-weight: 650; }
.demo-nav button.is-active { padding-inline: 12px; background: #171613; color: #e9e4da; }
.demo-nav > p { margin-top: auto; padding: 20px 4px 0; color: #777168; font-size: 9px; font-weight: 650; letter-spacing: 0.08em; line-height: 1.65; text-transform: uppercase; }
.demo-stage { min-width: 0; padding: clamp(24px, 3vw, 40px); background: #f3efe7; }
.demo-panel[hidden] { display: none; }
.demo-panel-head { display: flex; min-height: 76px; align-items: start; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(23, 22, 19, 0.14); }
.demo-panel-head span { display: block; margin-bottom: 7px; color: #777168; font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.demo-panel-head h3 { font-family: var(--display); font-size: clamp(30px, 3vw, 42px); font-weight: 500; letter-spacing: -0.03em; line-height: 1; }
.demo-panel-head > p { max-width: 210px; padding-top: 6px; color: #777168; font-size: 10px; line-height: 1.55; text-align: right; }
.demo-resume { display: grid; min-height: 350px; grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr); margin-top: 24px; background: #171613; color: #e9e4da; }
.demo-resume-copy { z-index: 1; display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: clamp(28px, 3vw, 42px); }
.demo-resume-copy > span, .demo-home-grid span, .demo-lesson-note > span { color: #a9a297; font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.demo-resume-copy h4 { max-width: 380px; margin: auto 0 14px; font-family: var(--display); font-size: clamp(52px, 5.2vw, 78px); font-weight: 500; letter-spacing: -0.055em; line-height: 0.86; }
.demo-resume-copy > p { color: #bbb4aa; font-size: 12px; line-height: 1.55; }
.demo-action { display: inline-flex; min-height: 46px; align-items: center; gap: 12px; margin-top: 24px; padding: 0; border: 0; border-bottom: 1px solid rgba(233, 228, 218, 0.28); background: transparent; color: #e9e4da; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-align: left; text-transform: uppercase; cursor: pointer; }
.demo-action .icon { color: var(--bronze-bright); }
.demo-resume figure { position: relative; min-width: 0; min-height: 350px; overflow: hidden; }
.demo-resume figure::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #171613 0%, rgba(23, 22, 19, 0.08) 34%, rgba(23, 22, 19, 0.1) 100%); }
.demo-resume picture, .demo-resume img { width: 100%; height: 100%; }
.demo-resume img { object-fit: cover; object-position: 62% center; }
.demo-resume figcaption { position: absolute; right: 18px; bottom: 16px; z-index: 1; color: #e9e4da; font-size: 8px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.demo-home-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; border-top: 1px solid rgba(23, 22, 19, 0.14); border-left: 1px solid rgba(23, 22, 19, 0.14); }
.demo-home-grid article { min-height: 138px; padding: 22px; border-right: 1px solid rgba(23, 22, 19, 0.14); border-bottom: 1px solid rgba(23, 22, 19, 0.14); }
.demo-home-grid span { color: #777168; }
.demo-home-grid strong { display: block; margin-top: 22px; font-family: var(--display); font-size: 26px; font-weight: 500; line-height: 1; }
.demo-home-grid p { max-width: 340px; margin-top: 8px; color: #5f5a53; font-size: 11px; line-height: 1.55; }
.demo-section-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 24px; border-top: 1px solid rgba(23, 22, 19, 0.14); border-left: 1px solid rgba(23, 22, 19, 0.14); }
.demo-section-grid button { display: flex; min-width: 0; min-height: 126px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 17px; border: 0; border-right: 1px solid rgba(23, 22, 19, 0.14); border-bottom: 1px solid rgba(23, 22, 19, 0.14); background: transparent; color: #625d56; text-align: left; cursor: pointer; transition: background-color 180ms ease, color 180ms ease; }
.demo-section-grid button span { font-size: 9px; font-weight: 700; letter-spacing: 0.1em; }
.demo-section-grid button strong { max-width: 100%; font-family: var(--display); font-size: clamp(19px, 2vw, 27px); font-weight: 500; line-height: 0.95; overflow-wrap: anywhere; }
.demo-section-grid button.is-active { background: #171613; color: #e9e4da; }
.demo-section-grid button.is-active span { color: var(--bronze-bright); }
.demo-section-detail { display: grid; grid-template-columns: minmax(130px, 0.35fr) minmax(180px, 0.65fr) minmax(240px, 1fr); align-items: end; gap: 28px; min-height: 150px; margin-top: 18px; padding: 28px 30px; background: #171613; color: #e9e4da; }
.demo-section-detail > span { color: var(--bronze-bright); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.demo-section-detail > strong { font-family: var(--display); font-size: clamp(27px, 3vw, 40px); font-weight: 500; letter-spacing: -0.03em; line-height: 0.95; }
.demo-section-detail > p { max-width: 460px; color: #b4ada3; font-size: 11px; line-height: 1.65; }
.demo-lesson-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; border-top: 1px solid rgba(23, 22, 19, 0.14); border-left: 1px solid rgba(23, 22, 19, 0.14); }
.demo-lesson-tabs button { display: grid; min-width: 0; min-height: 94px; grid-template-columns: 26px 1fr; grid-template-rows: 1fr auto; align-items: center; padding: 14px; border: 0; border-right: 1px solid rgba(23, 22, 19, 0.14); border-bottom: 1px solid rgba(23, 22, 19, 0.14); background: transparent; color: #625d56; text-align: left; cursor: pointer; }
.demo-lesson-tabs button > span { grid-row: 1 / -1; font-size: 9px; font-weight: 700; }
.demo-lesson-tabs button strong { align-self: end; overflow: hidden; font-family: var(--display); font-size: 21px; font-weight: 500; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.demo-lesson-tabs button small { align-self: start; margin-top: 6px; color: #777168; font-size: 8px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.demo-lesson-tabs button.is-active { background: #171613; color: #e9e4da; }
.demo-lesson-tabs button.is-active > span, .demo-lesson-tabs button.is-active small { color: var(--bronze-bright); }
.demo-lesson-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr); min-height: 390px; margin-top: 18px; background: #171613; color: #e9e4da; }
.demo-player-lock { position: relative; min-width: 0; min-height: 390px; overflow: hidden; background: #070706; }
.demo-player-lock picture, .demo-player-lock img { width: 100%; height: 100%; }
.demo-player-lock img { object-fit: cover; object-position: center; filter: saturate(0.55) brightness(0.54); }
.demo-player-lock::after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 42%, transparent, rgba(3, 3, 2, 0.5)), linear-gradient(180deg, rgba(3, 3, 2, 0.05), rgba(3, 3, 2, 0.78)); pointer-events: none; }
.demo-player-lock > div { position: absolute; top: 44%; left: 50%; z-index: 2; width: min(310px, calc(100% - 36px)); transform: translate(-50%, -50%); text-align: center; }
.demo-lock-icon { position: relative; display: block; width: 28px; height: 22px; margin: 0 auto 18px; border: 1px solid var(--bronze-bright); }
.demo-lock-icon::before { position: absolute; bottom: 100%; left: 6px; width: 14px; height: 11px; content: ""; border: 1px solid var(--bronze-bright); border-bottom: 0; border-radius: 10px 10px 0 0; }
.demo-player-lock > div strong { display: block; font-family: var(--display); font-size: clamp(25px, 2.5vw, 36px); font-weight: 500; line-height: 1; }
.demo-player-lock > div p { margin-top: 12px; color: #bbb4aa; font-size: 10px; line-height: 1.55; }
.demo-player-lock figcaption { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.demo-player-lock figcaption span { color: #bbb4aa; font-size: 8px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.demo-player-lock figcaption strong { font-family: var(--display); font-size: 25px; font-weight: 500; line-height: 1; text-align: right; }
.demo-lesson-note { display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border-left: 1px solid rgba(233, 228, 218, 0.14); }
.demo-lesson-note > span { color: var(--bronze-bright); }
.demo-lesson-note > p { margin-top: 22px; color: #c2bbb0; font-family: var(--display); font-size: clamp(23px, 2.3vw, 32px); line-height: 1.06; }
.product-link { margin-top: 28px; }

/* Directions */
.directions { border-block: 1px solid var(--line); background: #0e0e0c; }
.directions-grid { display: block; }
.directions-sticky { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr); align-items: end; gap: clamp(48px, 8vw, 132px); margin-bottom: clamp(58px, 7vw, 96px); }
.directions-sticky .section-index { grid-column: 1 / -1; }
.directions-sticky .section-title { font-size: clamp(64px, 7.2vw, 112px); }
.directions-sticky .section-intro { padding-bottom: 10px; }
.direction-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.direction-list li { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; align-content: start; min-width: 0; min-height: 260px; gap: 0 24px; padding: 28px 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color 180ms ease, color 180ms ease; }
.direction-list li:last-child { grid-column: auto; }
.direction-list li:hover { background: rgba(236, 231, 222, 0.025); color: var(--bronze-bright); }
.direction-list li > span { align-self: start; color: var(--bronze-bright); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.direction-list li > div { grid-column: 1 / -1; align-self: end; min-width: 0; margin-top: 54px; }
.direction-list strong { display: block; max-width: 620px; font-family: var(--display); font-size: clamp(42px, 4vw, 62px); font-weight: 500; letter-spacing: -0.04em; line-height: 0.94; overflow-wrap: anywhere; }
.direction-list p { max-width: 570px; margin-top: 16px; color: var(--mist); font-size: 13px; line-height: 1.65; }
.direction-list b { grid-column: 2; grid-row: 1; align-self: start; font-size: 18px; font-weight: 500; white-space: nowrap; }
.start-cta { margin-top: clamp(40px, 5vw, 62px); }
/* Подготовка к занятию и «кому подходит» — списки словами Семёна. */
.prep { margin-top: clamp(44px, 5vw, 64px); padding-top: 26px; border-top: 1px solid var(--line); }
.prep-title { margin-bottom: 18px; color: var(--mist); font-size: 11px; font-weight: 650; letter-spacing: 0.16em; text-transform: uppercase; }
.prep-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 40px; max-width: 940px; }
.prep-list li { position: relative; padding-left: 22px; color: var(--paper); font-size: 15px; line-height: 1.6; }
.prep-list li::before { position: absolute; top: 0.72em; left: 0; width: 7px; height: 1px; content: ""; background: var(--bronze); }
.club-fit { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--line); }

/* Proof */
.proof { overflow: hidden; }
.proof::before { position: absolute; top: 20%; right: -8vw; width: 42vw; aspect-ratio: 1; content: ""; border: 1px solid rgba(185, 120, 66, 0.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(185, 120, 66, 0.025), 0 0 0 140px rgba(185, 120, 66, 0.018); }
.proof-quote { position: relative; max-width: 1100px; font-size: clamp(64px, 8.8vw, 138px); }
.proof-meta { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 60px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--mist); font-size: 12px; }
.proof-meta p:first-child { display: flex; gap: 16px; }
.proof-meta strong { color: var(--bone); }
.proof-lines { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 88px; }
.proof-lines blockquote { padding-left: 28px; border-left: 1px solid var(--bronze); color: var(--paper); font-family: var(--display); font-size: clamp(27px, 3vw, 42px); line-height: 1.08; }
.proof-lines cite { display: block; margin-top: 24px; color: var(--mist); font-family: var(--body); font-size: 10px; font-style: normal; font-weight: 650; letter-spacing: 0.13em; text-transform: uppercase; }

/* Club */
.club { background: var(--coal); }
.club-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: clamp(60px, 10vw, 160px); align-items: start; }
.club-copy { position: sticky; top: 130px; }
.club-copy .section-title { font-size: clamp(64px, 7vw, 112px); }
.club-copy .section-intro { margin-top: 30px; }
.club-offer { padding: clamp(32px, 5vw, 68px); background: var(--bone); color: var(--ink); }
.offer-top { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(11, 11, 10, 0.18); font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.offer-top span:last-child { color: #746d64; }
.offer-price { display: flex; align-items: baseline; gap: 16px; padding: 40px 0 32px; }
.offer-price strong { font-family: var(--display); font-size: clamp(82px, 9vw, 132px); font-weight: 500; letter-spacing: -0.06em; line-height: 0.8; }
.offer-price span { color: #645e56; font-size: 15px; }
.club-offer ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; margin-bottom: 38px; border-top: 1px solid rgba(11, 11, 10, 0.18); }
.club-offer li { padding: 16px 0; border-bottom: 1px solid rgba(11, 11, 10, 0.18); font-size: 13px; font-weight: 550; }
.club-offer .button { color: #110d09; }
.offer-note { margin-top: 24px; color: #645e56; font-size: 12px; line-height: 1.7; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: clamp(60px, 10vw, 160px); }
.faq-layout .section-title { font-size: clamp(62px, 7vw, 104px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; cursor: pointer; font-family: var(--display); font-size: clamp(23px, 2.3vw, 34px); line-height: 1.05; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--bronze-bright); font-family: var(--body); font-size: 20px; font-weight: 300; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; padding: 0 50px 26px 0; color: var(--mist); font-size: 14px; line-height: 1.75; }

/* Final */
.final-cta { min-height: 72svh; display: flex; align-items: center; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle at 75% 35%, rgba(185, 120, 66, 0.18), transparent 30rem), #080807; }
.final-layout { position: relative; z-index: 2; }
.final-layout .eyebrow { margin-bottom: 28px; }
.final-title { max-width: 1050px; font-size: clamp(72px, 9vw, 142px); }
.final-actions { display: flex; align-items: center; gap: 30px; margin-top: 44px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; min-height: 180px; padding-block: 46px; border-top: 1px solid var(--line); color: var(--mist); font-size: 11px; }
.site-footer p { justify-self: center; }
.site-footer > div { justify-self: end; display: flex; flex-direction: column; align-items: end; gap: 4px; }
.site-footer > div a { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer a:hover { color: var(--bronze-bright); }

/* Registration / auth concept */
.auth-page { background: #080807; }
.auth-shell { display: grid; min-height: 100svh; grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr); }
.auth-visual { position: relative; min-height: 100svh; overflow: hidden; border-right: 1px solid var(--line); background: #090908; }
.auth-visual-media { position: absolute; inset: 0; }
.auth-visual-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.auth-visual-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 6, 5, 0.86), rgba(6, 6, 5, 0.48) 54%, rgba(6, 6, 5, 0.08)), linear-gradient(180deg, rgba(6, 6, 5, 0.24), transparent 38%, rgba(6, 6, 5, 0.78)); }
.auth-geometry { position: absolute; inset: 0; opacity: 0.62; background-image: linear-gradient(to right, transparent calc(33.33% - 1px), rgba(236, 231, 222, 0.07) 33.33%, transparent calc(33.33% + 1px)), linear-gradient(to right, transparent calc(66.66% - 1px), rgba(236, 231, 222, 0.07) 66.66%, transparent calc(66.66% + 1px)), linear-gradient(to bottom, transparent calc(50% - 1px), rgba(236, 231, 222, 0.06) 50%, transparent calc(50% + 1px)); pointer-events: none; }
.auth-wordmark { position: absolute; top: 34px; left: clamp(28px, 3.5vw, 58px); z-index: 3; color: var(--bone); }
.auth-visual-copy { position: absolute; right: clamp(28px, 4.5vw, 72px); bottom: 176px; left: clamp(28px, 4.5vw, 72px); z-index: 3; max-width: 720px; }
.auth-visual-copy .eyebrow { margin-bottom: 24px; color: rgba(236, 231, 222, 0.68); }
.auth-visual-copy h1 { font-size: clamp(72px, 7.5vw, 122px); }
.auth-visual-copy > p:last-child { max-width: 500px; margin-top: 30px; color: var(--paper); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7; }
.auth-visual-facts { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 118px; border-top: 1px solid var(--line); background: rgba(8, 8, 7, 0.48); backdrop-filter: blur(10px); }
.auth-visual-facts div { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 18px clamp(16px, 2.6vw, 40px); border-right: 1px solid var(--line); }
.auth-visual-facts div:last-child { border-right: 0; }
.auth-visual-facts dt { color: var(--bronze-bright); font-size: 9px; font-weight: 700; letter-spacing: 0.14em; }
.auth-visual-facts dd { margin-top: 8px; color: var(--bone); font-size: 10px; font-weight: 650; line-height: 1.35; text-transform: uppercase; }
.auth-panel { display: flex; min-height: 100svh; flex-direction: column; background: var(--bone); color: var(--ink); }
.auth-panel-top { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; padding: 8px clamp(24px, 3.5vw, 54px); border-bottom: 1px solid rgba(11, 11, 10, 0.14); color: #686159; font-size: 10px; }
.auth-back, .auth-panel-top p a { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; color: var(--ink); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.auth-panel-top p { display: flex; align-items: center; gap: 6px; }
.auth-panel-top p a { border-bottom: 1px solid rgba(11, 11, 10, 0.26); color: #8f552c; }
.auth-form-wrap { width: min(100%, 560px); margin: auto; padding: clamp(54px, 7vh, 88px) clamp(28px, 4vw, 62px) 54px; }
.auth-form-heading .eyebrow { margin-bottom: 20px; color: #766f66; }
.auth-form-heading h2 { font-size: clamp(68px, 6vw, 96px); }
.auth-form-heading > p:last-child { max-width: 410px; margin-top: 22px; color: #5f5952; font-size: 14px; line-height: 1.65; }
.auth-form { margin-top: 42px; }
.auth-form-status { margin-bottom: 20px; padding: 14px 16px; border-left: 2px solid #a24e39; background: rgba(162, 78, 57, 0.08); color: #773323; font-size: 12px; line-height: 1.5; }
.auth-form-status.is-success { border-color: #6f7651; background: rgba(111, 118, 81, 0.1); color: #4d5337; }
.auth-field { margin-top: 20px; }
.auth-field:first-of-type { margin-top: 0; }
.auth-field label, .auth-label-row > span { color: #332f2a; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.auth-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.auth-label-row > span { color: #817970; font-size: 8px; }
.auth-field input { width: 100%; min-height: 58px; margin-top: 8px; padding: 0 16px; border: 1px solid rgba(11, 11, 10, 0.22); border-radius: 0; outline: 0; background: rgba(255, 255, 255, 0.3); color: var(--ink); font: 500 15px/1.4 var(--body); transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease; }
.auth-field input::placeholder { color: #8a837a; }
.auth-field input:hover { border-color: rgba(11, 11, 10, 0.38); }
.auth-field input:focus { border-color: #8f552c; background: rgba(255, 255, 255, 0.48); box-shadow: 0 0 0 1px #8f552c; }
.auth-field input[aria-invalid="true"] { border-color: #a24e39; box-shadow: 0 0 0 1px rgba(162, 78, 57, 0.38); }
.auth-field > small { display: block; min-height: 17px; margin-top: 5px; color: #8c3826; font-size: 10px; line-height: 1.5; }
.auth-password { position: relative; }
.auth-password input { padding-right: 62px; }
.auth-password > button { position: absolute; top: 8px; right: 0; display: grid; width: 56px; min-height: 58px; place-items: center; border: 0; background: transparent; color: #625c54; cursor: pointer; }
.auth-password > button > span { position: relative; width: 22px; height: 14px; border: 1.5px solid currentColor; border-radius: 50% / 62%; }
.auth-password > button > span::after { position: absolute; top: 50%; left: 50%; width: 5px; aspect-ratio: 1; content: ""; border-radius: 50%; background: currentColor; transform: translate(-50%, -50%); }
.auth-password > button[aria-pressed="true"] > span::before { position: absolute; top: 6px; left: -3px; width: 27px; height: 1.5px; content: ""; background: currentColor; transform: rotate(-36deg); }
.auth-submit { width: 100%; min-height: 60px; justify-content: space-between; margin-top: 8px; padding-inline: 20px; }
.auth-submit .icon { transition: transform 180ms ease; }
.auth-submit:hover .icon { transform: translateX(4px); }
.auth-legal { margin-top: 14px; color: #746d65; font-size: 10px; line-height: 1.6; }
.auth-review-note { display: grid; grid-template-columns: 100px 1fr; gap: 18px; margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(11, 11, 10, 0.14); }
.auth-review-note span { color: #8f552c; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.auth-review-note p { color: #746d65; font-size: 10px; line-height: 1.6; }

@media (max-width: 1050px) {
  .auth-shell { grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr); }
  .auth-visual-copy { bottom: 170px; }
  .auth-visual-copy h1 { font-size: clamp(68px, 8vw, 92px); }
  .auth-visual-facts { grid-template-columns: 1fr; min-height: 134px; }
  .auth-visual-facts div { display: grid; min-height: 44px; grid-template-columns: 28px 1fr; align-items: center; padding: 6px 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .auth-visual-facts div:last-child { border-bottom: 0; }
  .auth-visual-facts dd { margin: 0; }
}

@media (max-width: 900px) {
  .auth-shell { display: block; }
  .auth-visual { min-height: 640px; }
  .auth-visual-copy { bottom: 146px; }
  .auth-visual-copy h1 { font-size: clamp(68px, 12vw, 96px); }
  .auth-visual-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 112px; }
  .auth-visual-facts div { display: flex; min-height: 112px; padding: 16px 22px; border-right: 1px solid var(--line); border-bottom: 0; }
  .auth-visual-facts dd { margin-top: 8px; }
  .auth-panel { min-height: 0; }
  .auth-form-wrap { padding-block: 68px; }
}

@media (max-width: 600px) {
  .auth-visual { min-height: 570px; }
  .auth-wordmark { top: 22px; left: 18px; }
  .auth-visual-media img { object-position: 69% center; }
  .auth-visual-scrim { background: linear-gradient(180deg, rgba(6, 6, 5, 0.28), rgba(6, 6, 5, 0.2) 30%, rgba(6, 6, 5, 0.9) 76%); }
  .auth-visual-copy { right: 18px; bottom: 134px; left: 18px; }
  .auth-visual-copy .eyebrow { margin-bottom: 16px; }
  .auth-visual-copy h1 { font-size: clamp(61px, 18vw, 76px); }
  .auth-visual-copy > p:last-child { max-width: 330px; margin-top: 18px; font-size: 13px; }
  .auth-visual-facts { min-height: 104px; }
  .auth-visual-facts div { min-height: 104px; padding: 13px 10px; }
  .auth-visual-facts dd { font-size: 9px; }
  .auth-panel-top { min-height: 70px; padding-inline: 18px; }
  .auth-panel-top p { font-size: 9px; }
  .auth-form-wrap { padding: 54px 18px 64px; }
  .auth-form-heading h2 { font-size: clamp(66px, 19vw, 82px); }
  .auth-form { margin-top: 36px; }
  .auth-field { margin-top: 16px; }
  .auth-field input, .auth-password > button { min-height: 60px; }
  .auth-review-note { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 360px) {
  .auth-panel-top p > span { display: none; }
  .auth-visual-facts dd { font-size: 8px; }
  .auth-form-heading h2 { font-size: 64px; }
}

/* Cabinet concept */
.cabinet-page { background: #0d0d0c; }
.cabinet-mobile-header { display: none; }
.cabinet-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 30;
  display: flex;
  width: 252px;
  flex-direction: column;
  padding: 34px 28px 28px;
  border-right: 1px solid var(--line);
  background: #090908;
}
.cabinet-sidebar nav { display: flex; flex-direction: column; gap: 6px; margin-top: 94px; }
.cabinet-sidebar nav a { display: grid; grid-template-columns: 28px 1fr; gap: 12px; min-height: 44px; align-items: center; border-bottom: 1px solid transparent; color: var(--mist); font-size: 12px; transition: color 180ms ease, border-color 180ms ease; }
.cabinet-sidebar nav a span { color: #68645d; font-size: 9px; letter-spacing: 0.12em; }
.cabinet-sidebar nav a:hover, .cabinet-sidebar nav a.is-active { color: var(--bone); border-color: var(--line-strong); }
.cabinet-sidebar nav a.is-active span { color: var(--bronze-bright); }
.cabinet-sidebar-footer { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); color: var(--mist); font-size: 11px; }
.cabinet-sidebar-footer a { display: inline-flex; gap: 10px; margin-top: 7px; color: var(--bone); }
.cabinet-sidebar-footer a span { color: var(--bronze-bright); }
.cabinet-main { width: calc(100% - 252px); margin-left: 252px; padding: 42px clamp(28px, 4.7vw, 76px) 80px; }
.dashboard-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.dashboard-heading h1 { margin-top: 10px; font-size: clamp(54px, 5vw, 82px); }
.dashboard-status { display: flex; align-items: baseline; gap: 16px; color: var(--mist); font-size: 10px; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; }
.dashboard-status b { color: var(--bone); font-family: var(--display); font-size: 34px; font-weight: 500; letter-spacing: -0.03em; }
.dashboard-today { position: relative; display: grid; grid-template-columns: 0.84fr 1.16fr; min-height: 610px; margin-top: 34px; overflow: hidden; border: 1px solid var(--line); background: var(--coal); }
.dashboard-today-copy { z-index: 2; display: flex; flex-direction: column; align-items: start; justify-content: center; padding: clamp(32px, 5vw, 74px); }
.dashboard-today-copy h2 { margin: 20px 0 26px; font-size: clamp(68px, 7vw, 112px); }
.dashboard-today-copy > p:not(.result-kicker) { max-width: 440px; color: var(--mist); font-size: 14px; line-height: 1.75; }
.dashboard-today-copy .button { margin-top: 36px; }
.dashboard-today-visual { position: relative; min-width: 0; overflow: hidden; }
.dashboard-today-visual picture, .dashboard-today-visual img { width: 100%; height: 100%; }
.dashboard-today-visual img { position: absolute; inset: 0; object-fit: cover; object-position: 58% center; }
.dashboard-today-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--coal), transparent 28%); }
.dashboard-today-visual > span { position: absolute; right: 22px; bottom: 18px; z-index: 2; color: var(--paper); font-size: 10px; font-weight: 650; letter-spacing: 0.16em; }
.dashboard-rhythm, .dashboard-paths { padding-block: clamp(90px, 10vw, 150px); }
.dashboard-section-heading { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 60px; }
.dashboard-section-heading .section-index { margin-bottom: 22px; }
.dashboard-section-heading h2 { font-size: clamp(60px, 6vw, 94px); }
.dashboard-section-heading > p { max-width: 420px; padding-bottom: 8px; color: var(--mist); font-size: 14px; line-height: 1.75; }
.rhythm-track { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-top: 58px; }
.rhythm-track li { display: flex; min-height: 190px; flex-direction: column; padding: 18px 16px; border: 1px solid var(--line); color: var(--mist); }
.rhythm-track span { font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.rhythm-track b { margin-top: 22px; color: var(--bone); font-family: var(--display); font-size: clamp(25px, 2.3vw, 36px); font-weight: 500; }
.rhythm-track i { width: 8px; aspect-ratio: 1; margin-top: auto; border: 1px solid #6f6a62; border-radius: 50%; }
.rhythm-track small { margin-top: 12px; font-size: 9px; }
.rhythm-track .is-done { background: var(--coal); }
.rhythm-track .is-done i { border-color: var(--bronze); background: var(--bronze); }
.rhythm-track .is-current { border-color: var(--bronze); background: var(--bronze); color: #17110d; }
.rhythm-track .is-current b { color: #17110d; }
.rhythm-track .is-current i { border-color: #17110d; background: #17110d; }
.dashboard-continue { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; padding: clamp(36px, 5vw, 68px); background: var(--bone); color: var(--ink); }
.continue-copy .section-index { margin-bottom: 20px; color: #6b655c; }
.continue-copy h2 { font-size: clamp(54px, 5vw, 80px); }
.continue-copy > p:last-child { margin-top: 20px; color: #6b655c; font-size: 11px; letter-spacing: 0.11em; text-transform: uppercase; }
.continue-progress { display: flex; flex-direction: column; justify-content: center; }
.continue-progress > div { display: flex; align-items: baseline; justify-content: space-between; color: #6b655c; font-size: 10px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.continue-progress strong { color: var(--ink); font-family: var(--display); font-size: 48px; font-weight: 500; letter-spacing: -0.04em; }
.continue-progress > i { position: relative; height: 2px; margin: 24px 0 40px; background: #c1baaf; }
.continue-progress > i b { position: absolute; inset: 0 auto 0 0; width: 64%; background: var(--bronze); }
.continue-progress .text-link { align-self: flex-start; border-color: rgba(11, 11, 10, 0.24); color: var(--ink); }
.dashboard-paths { border-bottom: 1px solid var(--line); }
.path-list { margin-top: 58px; border-top: 1px solid var(--line); }
.path-list a { display: grid; grid-template-columns: 42px clamp(120px, 15vw, 220px) 0.7fr 1.2fr 70px auto; align-items: center; gap: 24px; min-height: 154px; border-bottom: 1px solid var(--line); transition: padding 180ms ease, color 180ms ease; }
.path-list a:hover { padding-inline: 12px; color: var(--bronze-bright); }
.path-list span { color: var(--bronze-bright); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; }
.path-thumb { display: block; height: 112px; overflow: hidden; background: var(--coal); }
.path-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.72) brightness(0.78); transition: filter 220ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1); }
.path-list a:hover .path-thumb img, .path-list a:focus-visible .path-thumb img { filter: saturate(1) brightness(1); transform: scale(1.04); }
.path-list strong { font-family: var(--display); font-size: clamp(34px, 3.6vw, 54px); font-weight: 500; }
.path-list p { color: var(--mist); font-size: 12px; }
.path-list b { color: var(--mist); font-family: var(--display); font-size: 28px; font-weight: 500; }
.path-list i { font-size: 22px; font-style: normal; }
.dashboard-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 42px; color: var(--mist); font-size: 11px; }

/* Lesson / workout player concept */
.lesson-page { background: #080807; }
.lesson-shell { width: min(1160px, calc(100vw - 80px)); margin-inline: auto; }
.lesson-topbar { position: sticky; top: 0; z-index: 60; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; padding: 8px 28px; border-bottom: 1px solid var(--line); background: rgba(8, 8, 7, 0.9); backdrop-filter: blur(18px); }
.lesson-topbar > p { display: flex; align-items: center; gap: 12px; color: var(--mist); font-size: 10px; font-weight: 650; letter-spacing: 0.11em; text-transform: uppercase; }
.lesson-topbar > p a { display: inline-flex; min-height: 44px; align-items: center; color: var(--bone); }
.lesson-topbar > p strong { color: var(--bone); }
.lesson-topbar > p span { color: #5f5b55; }
.lesson-topbar > div { justify-self: end; display: flex; align-items: baseline; gap: 14px; color: var(--mist); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.lesson-topbar > div b { color: var(--bone); font-family: var(--display); font-size: 28px; font-weight: 500; }
.lesson-stage { position: relative; min-height: calc(100svh - 76px); margin: 0 20px; overflow: hidden; background: #0d0d0b; }
.lesson-stage-media { position: absolute; inset: 0; }
.lesson-stage-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lesson-stage-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 4, 3, 0.88) 0%, rgba(4, 4, 3, 0.62) 39%, rgba(4, 4, 3, 0.12) 68%, rgba(4, 4, 3, 0.42) 100%), linear-gradient(180deg, rgba(4, 4, 3, 0.32), transparent 32%, rgba(4, 4, 3, 0.6)); }
.lesson-stage-meta { position: absolute; top: 30px; right: 30px; left: 30px; z-index: 3; display: flex; justify-content: space-between; gap: 30px; color: rgba(236, 231, 222, 0.66); font-size: 9px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; }
.lesson-stage-title { position: absolute; bottom: 145px; left: clamp(28px, 5vw, 80px); z-index: 3; max-width: 660px; }
.lesson-stage-title h1 { margin: 14px 0 22px; font-size: clamp(84px, 10vw, 154px); }
.lesson-stage-title > p:last-child { max-width: 480px; color: var(--paper); font-size: clamp(15px, 1.3vw, 19px); line-height: 1.65; }
.lesson-play { position: absolute; top: 50%; right: clamp(60px, 13vw, 210px); z-index: 3; display: flex; align-items: center; gap: 18px; min-height: 64px; padding: 8px 20px 8px 8px; border: 1px solid var(--line-strong); border-radius: 40px; background: rgba(8, 8, 7, 0.64); color: var(--bone); cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(10px); }
.lesson-play > span { display: grid; width: 48px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--bronze); color: #130e0a; }
.lesson-play b { font-size: 11px; font-weight: 650; letter-spacing: 0.08em; }
.lesson-play[aria-pressed="true"] > span { background: var(--bone); }
.lesson-player-bar { position: absolute; right: 30px; bottom: 50px; left: 30px; z-index: 4; display: grid; grid-template-columns: 46px 1fr auto auto; align-items: center; gap: 18px; min-height: 58px; padding: 8px 12px; border: 1px solid var(--line); background: rgba(8, 8, 7, 0.72); backdrop-filter: blur(14px); }
.lesson-player-bar > button { width: 42px; min-height: 42px; border: 0; background: transparent; color: var(--bone); cursor: pointer; }
.lesson-player-bar > label:not(.lesson-speed) { display: flex; min-height: 44px; align-items: center; }
.lesson-player-bar input[type="range"] { width: 100%; min-height: 44px; accent-color: var(--bronze); cursor: pointer; }
.lesson-player-bar output { min-width: 95px; color: var(--paper); font-size: 10px; font-variant-numeric: tabular-nums; }
.lesson-speed { display: flex; align-items: center; gap: 8px; color: var(--mist); font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.lesson-speed select { min-height: 44px; border: 1px solid var(--line); background: #11110f; color: var(--bone); }
.lesson-stage-note { position: absolute; right: 32px; bottom: 19px; z-index: 4; color: rgba(236, 231, 222, 0.48); font-size: 9px; letter-spacing: 0.08em; }
.lesson-stage.is-previewing .lesson-stage-media img { filter: saturate(1.05) brightness(1.06); }
.lesson-intro { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(60px, 10vw, 150px); padding-block: clamp(110px, 12vw, 180px); border-bottom: 1px solid var(--line); }
.lesson-intro h2 { font-size: clamp(64px, 7vw, 110px); }
.lesson-intro-copy { align-self: end; }
.lesson-intro-copy > p { max-width: 620px; color: var(--paper); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.75; }
.lesson-intro-copy dl { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--line); }
.lesson-intro-copy dl div { padding: 16px 16px 0 0; border-right: 1px solid var(--line); }
.lesson-intro-copy dl div + div { padding-left: 16px; }
.lesson-intro-copy dt { color: var(--mist); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.lesson-intro-copy dd { margin-top: 5px; font-family: var(--display); font-size: 28px; }
.lesson-tools { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 6vw, 88px); padding-block: clamp(110px, 12vw, 180px); }
.lesson-tool-heading h2, .lesson-cue h2 { font-size: clamp(58px, 6vw, 92px); }
.lesson-chapters ol { margin-top: 54px; border-top: 1px solid var(--line); }
.lesson-chapters button { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; width: 100%; min-height: 92px; gap: 18px; padding: 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--mist); text-align: left; cursor: pointer; transition: color 180ms ease, padding 180ms ease; }
.lesson-chapters button:hover, .lesson-chapters button.is-active { padding-inline: 12px; color: var(--bone); }
.lesson-chapters button > span { color: var(--bronze-bright); font-size: 9px; font-weight: 700; letter-spacing: 0.13em; }
.lesson-chapters strong { font-family: var(--display); font-size: clamp(30px, 3vw, 46px); font-weight: 500; }
.lesson-chapters small { font-size: 9px; font-weight: 650; letter-spacing: 0.08em; }
.lesson-cue { display: flex; min-height: 650px; flex-direction: column; align-items: flex-start; padding: clamp(32px, 5vw, 64px); background: var(--bronze); color: #130e0a; }
.lesson-cue .section-index { color: rgba(19, 14, 10, 0.62); }
.lesson-cue h2 em { color: #68401f; }
.cue-orbit { position: relative; display: grid; width: clamp(170px, 18vw, 240px); aspect-ratio: 1; margin: auto; place-items: center; border: 1px solid rgba(19, 14, 10, 0.3); border-radius: 50%; }
.cue-orbit::before, .cue-orbit::after { position: absolute; content: ""; border: 1px solid rgba(19, 14, 10, 0.22); border-radius: inherit; }
.cue-orbit::before { inset: 17%; }
.cue-orbit::after { inset: 34%; }
.cue-orbit span { position: absolute; top: -6px; width: 12px; aspect-ratio: 1; border-radius: 50%; background: #130e0a; transform-origin: 6px calc(clamp(170px, 18vw, 240px) / 2 + 6px); }
.cue-orbit b { font-family: var(--display); font-size: clamp(46px, 5vw, 72px); font-weight: 500; }
.lesson-cue > p:not(.section-index) { max-width: 360px; font-size: 13px; line-height: 1.7; }
.cue-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.cue-options button { min-height: 44px; padding: 9px 13px; border: 1px solid rgba(19, 14, 10, 0.32); background: transparent; color: #130e0a; cursor: pointer; }
.cue-options button.is-active { background: #130e0a; color: var(--bone); }
.lesson-reflection { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(46px, 8vw, 120px); margin-bottom: clamp(110px, 12vw, 180px); padding: clamp(34px, 6vw, 78px); background: var(--bone); color: var(--ink); }
.lesson-reflection .section-index { color: #6d665e; }
.lesson-reflection h2 { font-size: clamp(58px, 6vw, 92px); }
.lesson-reflection h2 em { color: #9a5e31; }
.reflection-form { display: flex; flex-direction: column; justify-content: center; }
.reflection-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.reflection-options button { min-height: 54px; padding: 12px; border: 1px solid rgba(11, 11, 10, 0.24); background: transparent; color: var(--ink); cursor: pointer; }
.reflection-options button.is-active { border-color: var(--bronze); background: var(--bronze); }
.reflection-form > label { display: flex; flex-direction: column; gap: 10px; margin-top: 32px; color: #6d665e; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.reflection-form textarea { width: 100%; padding: 16px; border: 1px solid rgba(11, 11, 10, 0.24); border-radius: 0; background: rgba(255, 255, 255, 0.32); color: var(--ink); font: 500 14px/1.6 var(--body); resize: vertical; }
.reflection-form textarea::placeholder { color: #777067; }
.reflection-actions { display: flex; align-items: center; gap: 22px; margin-top: 22px; }
.reflection-actions .button:disabled { background: #c4bdb2; color: #777067; cursor: not-allowed; }
.reflection-actions p { max-width: 290px; color: #6d665e; font-size: 10px; line-height: 1.6; }
.lesson-next { display: grid; grid-template-columns: 0.82fr 1.18fr; min-height: 620px; margin-bottom: clamp(90px, 10vw, 150px); overflow: hidden; border: 1px solid var(--line); background: var(--coal); }
.lesson-next > picture { position: relative; min-height: 620px; overflow: hidden; }
.lesson-next > picture::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, transparent 70%, var(--coal)); }
.lesson-next img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.lesson-next > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(36px, 6vw, 78px); }
.lesson-next h2 { font-size: clamp(72px, 8vw, 122px); }
.lesson-next > div > p:not(.section-index) { max-width: 440px; margin-top: 26px; color: var(--mist); font-size: 14px; line-height: 1.75; }
.lesson-next .button { margin-top: 34px; }
.lesson-footer { display: flex; min-height: 130px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--mist); font-size: 10px; }
.lesson-footer a { display: inline-flex; min-height: 44px; align-items: center; gap: 12px; color: var(--bone); }
.lesson-footer a span { color: var(--bronze-bright); }

@media (max-width: 1050px) {
  .cabinet-sidebar { width: 210px; padding-inline: 22px; }
  .cabinet-main { width: calc(100% - 210px); margin-left: 210px; padding-inline: 28px; }
  .dashboard-today { grid-template-columns: 1fr; }
  .dashboard-today-visual { min-height: 380px; order: -1; }
  .dashboard-today-visual::after { background: linear-gradient(180deg, transparent 55%, var(--coal)); }
  .dashboard-today-copy { margin-top: -90px; padding-top: 100px; }
  .rhythm-track { grid-template-columns: repeat(4, 1fr); }
  .dashboard-continue { gap: 36px; }
  .path-list a { grid-template-columns: 36px 116px minmax(100px, 0.7fr) minmax(170px, 1.1fr) auto; gap: 16px; }
  .path-list a > b { display: none; }
  .lesson-topbar > p { display: none; }
  .lesson-topbar { grid-template-columns: 1fr 1fr; }
  .lesson-stage-title { max-width: 560px; }
  .lesson-play { right: 48px; }
  .lesson-tools { gap: 30px; }
}

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 940px); }
  .site-nav { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .header-action { grid-column: 2; }
  .practice-heading,
  .product-heading { grid-template-columns: 1fr 0.7fr; gap: 50px; }
  .atlas-heading { grid-template-columns: 1fr 0.8fr; gap: 50px; }
  .practice-builder { gap: 40px; }
  .method-layout, .club-layout { gap: 54px; }
  .method-portrait { min-height: 600px; }
  .demo-layout { grid-template-columns: 176px minmax(0, 1fr); }
  .demo-nav { padding-inline: 12px; }
  .demo-section-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .demo-section-detail { grid-template-columns: 120px minmax(170px, 0.65fr) minmax(220px, 1fr); }
  .demo-lesson-card { grid-template-columns: minmax(0, 1fr) 220px; }
  .directions-grid { gap: 70px; }
}

@media (max-width: 900px) {
  .practice-session { grid-template-columns: 1fr; min-height: 0; }
  .practice-visual { min-height: 0; aspect-ratio: 16 / 9; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-visual img { object-position: 66% center; }
  .directions-sticky { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .directions-sticky .section-title { max-width: 720px; }
  .directions-sticky .section-intro { max-width: 600px; padding-bottom: 0; }
  .demo-section-detail { grid-template-columns: 110px minmax(0, 1fr); align-items: start; }
  .demo-section-detail > p { grid-column: 1 / -1; margin-top: 2px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 36px); }
  section[id] { scroll-margin-top: 82px; }
  .section { padding-block: 92px; }
  .section-title { font-size: clamp(50px, 15vw, 72px); }
  .section-index { margin-bottom: 28px; }
  .site-header { top: 10px; width: calc(100vw - 20px); min-height: 60px; padding: 7px 10px 7px 12px; background: rgba(11, 11, 10, 0.56); backdrop-filter: blur(12px); }
  .wordmark { font-size: 8px; }
  .wordmark strong { font-size: 24px; }
  .header-action { min-height: 44px; padding: 8px 10px; border: 1px solid var(--line-strong); font-size: 10px; }

  .hero { min-height: 970px; align-items: start; }
  /* На узком экране кадр уезжает наверх, а заголовок занимает всю ширину —
     сетка сжимается до самого кадра и гаснет до начала типографики. */
  .hero .coordinate-grid {
    inset: 0 0 auto 0;
    height: 54svh;
    min-height: 430px;
    -webkit-mask-image: linear-gradient(to bottom, #000 40%, transparent 80%);
    mask-image: linear-gradient(to bottom, #000 40%, transparent 80%);
  }
  .lesson-stage .coordinate-grid { display: none; }
  .hero-media { height: 54svh; min-height: 430px; }
  .hero-media img { object-position: 66% center; }
  .hero-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, var(--ink) 100%); }
  .hero-scrim { background: linear-gradient(180deg, rgba(6, 6, 5, 0.1), rgba(6, 6, 5, 0.02) 35%, var(--ink) 57%); }
  .hero-content { padding-top: max(47svh, 400px); }
  .hero-content .eyebrow { margin-bottom: 16px; }
  .hero-title { width: 100%; font-size: clamp(68px, 24vw, 102px); }
  .hero-title span:nth-child(2) { padding-left: 0.34em; }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: max-content; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); margin-top: 36px; }
  .hero-facts div { padding: 12px 8px 0 0; }
  .hero-facts div + div { padding-left: 10px; }
  .hero-facts dt { font-size: 8px; }
  .hero-facts dd { font-size: 21px; }
  .hero-caption { display: none; }

  .practice-heading, .product-heading, .practice-builder, .method-layout, .atlas-heading, .directions-grid, .club-layout, .faq-layout { grid-template-columns: 1fr; gap: 0; }
  .practice-heading .section-intro, .product-heading .section-intro { margin-top: 26px; }
  .practice-session { grid-template-columns: 1fr; min-height: 0; }
  .practice-visual { min-height: 0; aspect-ratio: 4 / 3; border-right: 0; border-bottom: 1px solid var(--line); }
  .practice-visual img { object-position: 66% center; }
  .practice-visual figcaption { right: 20px; bottom: 18px; left: 20px; }
  .practice-visual figcaption strong { font-size: 34px; }
  .practice-timeline { grid-template-rows: none; }
  .practice-timeline li { min-height: 220px; padding: 26px 22px 28px; }
  .practice-timeline li::before { top: 24px; left: 22px; }
  .practice-timeline time { padding-left: 48px; }
  .practice-timeline strong { margin-top: 44px; font-size: clamp(36px, 10.5vw, 46px); }
  .practice-timeline p { max-width: 310px; }
  .prep-list { grid-template-columns: 1fr; gap: 9px; }
  .practice-builder { margin-top: 54px; }
  .choice-group { grid-column: 1; }
  .practice-result { grid-column: 1; grid-row: auto; min-height: 530px; margin-top: 28px; padding: 22px; }
  .result-body { align-items: end; grid-template-columns: 1fr; padding-block: 30px; }
  .result-copy h3 { font-size: 58px; }
  .breath-orbit { justify-self: end; width: 94px; }
  .breath-orbit span { transform-origin: 5px 52px; }
  .breath-orbit b { font-size: 27px; }
  .result-footer { align-items: stretch; flex-direction: column; }
  .result-footer p { max-width: none; text-align: left; }

  .method-copy .section-title, .directions-sticky .section-title, .club-copy .section-title, .faq-layout .section-title { font-size: clamp(52px, 16vw, 76px); }
  .method-portrait { min-height: 520px; margin-top: 58px; }
  .method-portrait img { object-position: 62% center; }
  .method-portrait figcaption { flex-direction: column; gap: 3px; }

  .atlas-heading-side { margin-top: 28px; gap: 26px; }
  .atlas-cycle button { min-height: 62px; padding: 12px 10px 14px; }
  .atlas-cycle strong { font-size: clamp(18px, 5.5vw, 24px); }
  .atlas-viewport { margin-top: 46px; padding-left: 18px; }
  .atlas-track { gap: 10px; padding-right: 18px; }
  .atlas-frame, .atlas-frame-wide, .atlas-frame-portrait { width: 82vw; height: 560px; }
  .atlas-frame figcaption { right: 20px; bottom: 20px; left: 20px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .atlas-frame figcaption > div { max-width: 270px; text-align: left; }
  .atlas-frame figcaption strong { font-size: 38px; }
  .atlas-frame figcaption p { max-width: 260px; }

  .platform-demo { margin-top: 48px; }
  .demo-topbar { grid-template-columns: 1fr auto; min-height: 64px; padding: 10px 12px; }
  .demo-topbar > p { display: none; }
  .demo-brand > span { width: 34px; }
  .demo-layout { display: block; min-height: 0; }
  .demo-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; border-right: 0; border-bottom: 1px solid rgba(23, 22, 19, 0.14); }
  .demo-nav button { min-height: 58px; grid-template-columns: auto; gap: 2px; justify-items: center; padding: 7px 4px; border-right: 1px solid rgba(23, 22, 19, 0.12); border-bottom: 0; text-align: center; }
  .demo-nav button:last-of-type { border-right: 0; }
  .demo-nav button.is-active { padding-inline: 4px; }
  .demo-nav > p { display: none; }
  .demo-stage { padding: 14px 12px 12px; }
  .demo-panel-head { display: block; min-height: 92px; padding: 8px 4px 16px; }
  .demo-panel-head h3 { font-size: 34px; }
  .demo-panel-head > p { max-width: none; margin-top: 9px; padding: 0; text-align: left; }
  .demo-resume { grid-template-columns: 1fr; margin-top: 14px; }
  .demo-resume-copy { grid-row: 2; min-height: 300px; padding: 24px 20px; }
  .demo-resume-copy h4 { margin-top: auto; font-size: 56px; }
  .demo-resume figure { grid-row: 1; min-height: 0; aspect-ratio: 16 / 10; }
  .demo-resume figure::after { background: linear-gradient(180deg, rgba(23, 22, 19, 0.03), #171613 100%); }
  .demo-home-grid { grid-template-columns: 1fr; }
  .demo-home-grid article { min-height: 132px; padding: 20px; }
  .demo-section-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 14px; }
  .demo-section-grid button { min-height: 112px; padding: 14px; }
  .demo-section-grid button strong { font-size: clamp(19px, 6vw, 24px); }
  .demo-section-detail { display: block; min-height: 0; padding: 24px 20px; }
  .demo-section-detail > strong { display: block; margin-top: 24px; font-size: 32px; }
  .demo-section-detail > p { margin-top: 14px; }
  .demo-lesson-tabs { display: flex; margin-top: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .demo-lesson-tabs button { min-width: 178px; min-height: 92px; flex: 0 0 58%; scroll-snap-align: start; }
  .demo-lesson-card { display: block; min-height: 0; }
  .demo-player-lock { min-height: 0; aspect-ratio: 4 / 3; }
  .demo-player-lock > div { top: 41%; }
  .demo-player-lock figcaption { right: 16px; bottom: 14px; left: 16px; }
  .demo-player-lock figcaption strong { font-size: 21px; }
  .demo-lesson-note { min-height: 220px; padding: 28px 20px; border-top: 1px solid rgba(233, 228, 218, 0.14); border-left: 0; }
  .demo-lesson-note > p { font-size: 28px; }

  .directions-sticky { display: block; margin-bottom: 48px; }
  .directions-sticky .section-title { font-size: clamp(52px, 14vw, 68px); }
  .directions-sticky .section-intro { margin-top: 24px; padding-bottom: 0; }
  .club-copy { position: static; }
  .club-copy .section-intro { margin-bottom: 58px; }
  .direction-list { grid-template-columns: 1fr; border-left: 0; }
  .direction-list li, .direction-list li:last-child { grid-column: 1; min-height: 0; padding: 24px 0 28px; border-right: 0; }
  .direction-list li > div { margin-top: 36px; }
  .direction-list strong { max-width: 330px; font-size: clamp(38px, 12vw, 48px); overflow-wrap: normal; }
  .direction-list p { max-width: 330px; margin-top: 13px; font-size: 13px; }
  .direction-list b { font-size: 16px; }

  .proof::before { top: 30%; right: -30vw; width: 90vw; }
  .proof-quote { font-size: clamp(54px, 16vw, 80px); }
  .proof-meta, .proof-lines { grid-template-columns: 1fr; gap: 24px; }
  .proof-meta { margin-top: 38px; }
  .proof-lines { margin-top: 60px; }
  .proof-lines blockquote { font-size: 29px; }

  .club-offer { padding: 24px; }
  .offer-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .offer-price { align-items: end; flex-direction: column; gap: 4px; padding: 34px 0 28px; }
  .offer-price strong { align-self: flex-start; font-size: 92px; }
  .offer-price span { align-self: flex-start; }
  .club-offer ul { grid-template-columns: 1fr; }

  .faq-layout .section-title { margin-bottom: 50px; }
  .faq-list summary { min-height: 76px; font-size: 25px; }
  .faq-list details p { padding-right: 0; }

  .final-cta { min-height: 74svh; }
  .final-title { font-size: clamp(61px, 18vw, 88px); }
  .final-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .final-actions .button { width: 100%; }
  .final-actions .text-link { width: max-content; }
  .site-footer { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .site-footer p, .site-footer > div { justify-self: start; align-items: start; }

  .cabinet-mobile-header { position: sticky; top: 0; z-index: 40; display: flex; min-height: 70px; align-items: center; justify-content: space-between; padding: 8px 18px; border-bottom: 1px solid var(--line); background: rgba(9, 9, 8, 0.88); backdrop-filter: blur(14px); }
  .cabinet-mobile-header > span { color: var(--mist); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
  .cabinet-sidebar { display: none; }
  .cabinet-main { width: 100%; margin: 0; padding: 24px 18px 60px; }
  .dashboard-heading { align-items: start; flex-direction: column; gap: 12px; }
  .dashboard-heading h1 { font-size: 58px; }
  .dashboard-today { min-height: 0; margin-top: 18px; }
  .dashboard-today-visual { min-height: 300px; }
  .dashboard-today-copy { margin-top: -58px; padding: 68px 22px 30px; }
  .dashboard-today-copy h2 { font-size: 68px; }
  .dashboard-today-copy .button { width: 100%; }
  .dashboard-rhythm, .dashboard-paths { padding-block: 82px; }
  .dashboard-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .dashboard-section-heading h2 { font-size: 62px; }
  .rhythm-track { display: flex; width: calc(100vw - 18px); gap: 8px; margin-top: 38px; padding-right: 18px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .rhythm-track li { width: 128px; min-width: 128px; min-height: 166px; scroll-snap-align: start; }
  .dashboard-continue { grid-template-columns: 1fr; gap: 46px; padding: 28px 22px; }
  .continue-copy h2 { font-size: 58px; }
  .path-list a { grid-template-columns: 26px 88px 1fr auto; gap: 12px; min-height: 114px; }
  .path-list p, .path-list b { display: none; }
  .path-thumb { height: 82px; }
  .path-list strong { font-size: 36px; }
  .dashboard-note { align-items: stretch; flex-direction: column; }
  .dashboard-note .button { width: 100%; }

  .lesson-shell { width: calc(100vw - 36px); }
  .lesson-topbar { min-height: 70px; padding-inline: 18px; }
  .lesson-topbar > div span { display: none; }
  .lesson-stage { min-height: 980px; margin: 0; }
  .lesson-stage-media { height: 48svh; min-height: 390px; }
  .lesson-stage-media img { object-position: 60% center; }
  .lesson-stage-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 44%, #080807 100%); }
  .lesson-stage-scrim { background: linear-gradient(180deg, rgba(4, 4, 3, 0.12), transparent 32%, #080807 51%); }
  .lesson-stage-meta { top: 18px; right: 18px; left: 18px; }
  .lesson-stage-meta p:first-child { display: none; }
  .lesson-stage-meta p:last-child { margin-left: auto; }
  .lesson-stage-title { top: max(43svh, 365px); bottom: auto; left: 18px; max-width: calc(100vw - 36px); }
  .lesson-stage-title h1 { margin-block: 12px 18px; font-size: 76px; }
  .lesson-stage-title > p:last-child { font-size: 15px; }
  .lesson-play { top: max(35svh, 294px); right: 18px; min-height: 52px; padding: 4px; transform: none; }
  .lesson-play > span { width: 44px; }
  .lesson-play b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .lesson-player-bar { right: 18px; bottom: 58px; left: 18px; grid-template-columns: 40px 1fr auto; gap: 10px; padding-inline: 8px; }
  .lesson-player-bar output { min-width: 88px; font-size: 9px; }
  .lesson-speed { display: none; }
  .lesson-stage-note { right: 18px; bottom: 24px; left: 18px; line-height: 1.4; }
  .lesson-intro, .lesson-tools, .lesson-reflection, .lesson-next { grid-template-columns: 1fr; }
  .lesson-intro { gap: 36px; padding-block: 90px; }
  .lesson-intro h2, .lesson-tool-heading h2, .lesson-cue h2, .lesson-reflection h2 { font-size: 62px; }
  .lesson-intro-copy dl { margin-top: 34px; }
  .lesson-intro-copy dd { font-size: 22px; }
  .lesson-tools { gap: 64px; padding-block: 90px; }
  .lesson-chapters ol { margin-top: 36px; }
  .lesson-chapters button { grid-template-columns: 30px 1fr; min-height: 82px; }
  .lesson-chapters small { grid-column: 2; margin-top: -24px; }
  .lesson-cue { min-height: 590px; padding: 28px 22px; }
  .cue-orbit { width: 190px; }
  .lesson-reflection { gap: 44px; margin-bottom: 90px; padding: 30px 22px; }
  .reflection-options { grid-template-columns: 1fr; }
  .reflection-actions { align-items: stretch; flex-direction: column; }
  .reflection-actions .button { width: 100%; }
  .lesson-next { min-height: 0; margin-bottom: 90px; }
  .lesson-next > picture { min-height: 420px; }
  .lesson-next > picture::after { background: linear-gradient(180deg, transparent 66%, var(--coal)); }
  .lesson-next > div { padding: 34px 22px 40px; }
  .lesson-next h2 { font-size: 78px; }
  .lesson-next .button { width: 100%; }
  .lesson-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; padding-block: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
