@font-face {
  font-family: 'Caveat';
  src: url('assets/fonts/caveat-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: 'Caveat';
  src: url('assets/fonts/caveat-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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: '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+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Manrope';
  src: url('assets/fonts/manrope-cyrillic.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 700;
  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: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #121010;
  --bg-soft: #1b1717;
  --bg-raised: #211b1c;
  --wine: #4c2028;
  --wine-light: #6b2d38;
  --amber: #b77a3f;
  --gold: #c5a46d;
  --gold-light: #e0c38f;
  --text: #f2ece3;
  --muted: #bdb3a8;
  --muted-dark: #8f857d;
  --line: rgba(197, 164, 109, 0.18);
  --line-strong: rgba(197, 164, 109, 0.36);
  --glass: rgba(30, 25, 25, 0.74);
  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Manrope', 'Segoe UI', Arial, sans-serif;
  --container: 1240px;
  --header: 74px;
  --radius: 2px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header) + 24px);
  background: var(--bg);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(76, 32, 40, 0.13), transparent 27rem),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 4px;
}

::selection { background: var(--gold); color: #171211; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 16px;
  transform: translateY(-160%);
  background: var(--text);
  color: var(--bg);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 64px), var(--container));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: clamp(36px, 3.5vw, 54px) 0;
}

.section-index {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

h2 { font-size: clamp(36px, 4vw, 54px); }
h3 { line-height: 1.25; }

.button {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 24px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #d0ad70, #a86a37);
  box-shadow: 0 14px 40px rgba(183, 122, 63, 0.14);
  color: #171211;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(183, 122, 63, 0.23);
  filter: brightness(1.07);
}

.button:active { transform: translateY(0); }

.button-secondary {
  border-color: var(--line-strong);
  background: rgba(18, 16, 16, 0.46);
  box-shadow: none;
  color: var(--text);
  backdrop-filter: blur(12px);
}

.button-secondary:hover { border-color: var(--gold); box-shadow: none; }
.button-small { min-height: 40px; padding: 9px 17px; font-size: 11px; }
.button-wide { width: 100%; }

.text-link {
  display: inline-flex;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line-strong);
  color: var(--gold-light);
  font-size: 16px;
  font-weight: 700;
  transition: border-color 200ms ease, color 200ms ease;
}

.text-link:hover { border-color: var(--gold-light); color: var(--text); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(15, 13, 13, 0.84);
  backdrop-filter: blur(18px) saturate(120%);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
}

.brand-mark {
  display: inline-grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--gold);
  font-size: 15px;
}

.header-logo {
  display: inline-flex;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  align-items: center;
  justify-content: center;
}

.header-logo picture, .header-logo img { width: 100%; height: 100%; }
.header-logo img { object-fit: contain; }

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.5vw, 25px);
}

.desktop-nav a, .header-question {
  position: relative;
  color: rgba(242, 236, 227, 0.74);
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--gold);
  content: '';
  transition: transform 180ms ease;
}

.desktop-nav a:hover, .header-question:hover { color: var(--text); }
.desktop-nav a:hover::after { transform: scaleX(1); }

.header-actions { display: flex; align-items: center; gap: 18px; }
.menu-button, .mobile-menu { display: none; }

.hero {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  align-items: start;
  padding: calc(var(--header) + 28px) 0 48px;
  isolation: isolate;
}

.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -3; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(13, 11, 11, 0.98) 0%, rgba(13, 11, 11, 0.9) 36%, rgba(13, 11, 11, 0.34) 73%, rgba(13, 11, 11, 0.2) 100%),
    linear-gradient(180deg, rgba(18, 16, 16, 0.1) 60%, var(--bg) 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 80px 80px;
  content: '';
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-inner {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 760px) 1fr;
  gap: 8vw;
}

.hero-copy { max-width: 760px; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow span { width: 32px; height: 1px; background: var(--gold); }

.hero h1 {
  margin-bottom: 10px;
  font-family: 'Caveat', 'Segoe Print', cursive;
  font-size: clamp(70px, 7vw, 92px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 30px rgba(0,0,0,.25);
}

.hero-title-prefix { color: var(--text); }
.hero-title-accent { color: var(--gold-light); }

.hero-thesis {
  max-width: 700px;
  margin: 18px 0 16px;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.hero-lead { max-width: 700px; margin-bottom: 18px; color: var(--muted); font-size: 19px; line-height: 1.7; }

.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.hero-facts span { padding: 7px 12px; border: 1px solid var(--line); background: rgba(18,16,16,.28); color: #d6cec4; font-size: 14px; backdrop-filter: blur(8px); }

.hero-offer {
  display: flex;
  max-width: 700px;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.offer-caption { display: block; margin-bottom: 2px; color: var(--muted); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }
.hero-offer strong { display: block; font-family: var(--display); font-size: 39px; font-weight: 400; line-height: 1; }
.deposit-note { padding-left: 22px; border-left: 1px solid var(--line-strong); font-size: 14px; line-height: 1.5; }
.deposit-note span { display: block; color: var(--muted); }
.deposit-note b { color: var(--gold-light); font-weight: 700; }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { max-width: 590px; margin: 10px 0 0; color: var(--muted-dark); font-size: 13px; line-height: 1.5; }

.hero-side {
  justify-self: end;
  width: min(100%, 215px);
  margin-bottom: 0;
  padding: 24px 0 20px 28px;
  border-left: 1px solid var(--line-strong);
  background: linear-gradient(90deg, rgba(18,16,16,.34), transparent);
}

.side-number { display: block; color: var(--gold-light); font-family: var(--display); font-size: 80px; line-height: .78; }
.side-label { display: block; margin: 18px 0 23px; color: var(--muted); font-size: 14px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.side-line { width: 100%; height: 1px; margin-bottom: 18px; background: linear-gradient(90deg, var(--gold), transparent); }
.hero-side p { margin: 5px 0; color: rgba(242,236,227,.72); font-family: var(--display); font-size: 16px; }

.scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: none;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
  color: var(--muted-dark);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.scroll-hint span { position: relative; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.scroll-hint span::after { position: absolute; top: 7px; left: 11px; width: 2px; height: 8px; background: var(--gold); content: ''; }

.section-head { display: grid; align-items: end; grid-template-columns: 1fr 1fr; column-gap: 7vw; margin-bottom: 22px; }
.section-head .section-index { grid-column: 1 / -1; }
.section-head h2 { margin-bottom: 0; }
.section-head > p:last-child { max-width: 530px; margin: 0 0 3px; color: var(--muted); }
.section-head.compact { display: block; max-width: 880px; }

.recognition { background: linear-gradient(180deg, var(--bg), #151212 45%, var(--bg-soft)); }
.content-photo { position: relative; display: block; overflow: hidden; padding: 6px; border: 1px solid var(--line-strong); background: #100e0e; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.content-photo::after { position: absolute; inset: 6px; box-shadow: inset 0 0 80px rgba(0,0,0,.22); content: ''; pointer-events: none; }
.content-photo img { width: 100%; height: 100%; object-fit: cover; }
.recognition-media { height: clamp(280px, 31vw, 380px); margin-bottom: 18px; }
.recognition-media img { object-position: center 58%; }
.situation-grid { display: grid; border-top: 1px solid var(--line); border-left: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.situation-card { min-height: 210px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background 240ms ease, transform 240ms ease; }
.situation-card:hover { z-index: 1; transform: translateY(-3px); background: rgba(197,164,109,.045); }
.situation-card > span { color: var(--gold); font-family: var(--display); font-size: 14px; }
.situation-card h3 { max-width: 280px; margin: 18px 0 10px; font-family: var(--display); font-size: 22px; font-weight: 500; }
.situation-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.section-quote { max-width: 850px; margin: 24px auto 0; color: var(--gold-light); font-family: var(--display); font-size: clamp(23px, 2.4vw, 32px); line-height: 1.35; text-align: center; }

.audience { background: var(--bg-soft); }
.audience::before { position: absolute; inset: 0; background: radial-gradient(circle at 20% 30%, rgba(76,32,40,.22), transparent 33rem); content: ''; pointer-events: none; }
.audience-layout { display: grid; align-items: start; grid-template-columns: .8fr 1.2fr; gap: 5vw; }
.audience-sticky { position: sticky; top: calc(var(--header) + 40px); }
.audience-sticky h2 { font-size: clamp(36px, 4vw, 52px); }
.audience-sticky > p:not(.section-index) { color: var(--muted); }
.boundary-card { margin-top: 26px; padding: 22px; border: 1px solid rgba(183,122,63,.35); background: rgba(76,32,40,.12); }
.boundary-card span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.boundary-card p { margin: 12px 0 0; color: #d0c5bb; font-size: 15px; line-height: 1.65; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list > div { display: grid; min-height: 88px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); grid-template-columns: 54px 1fr; gap: 16px; }
.audience-list span { color: var(--gold); font-family: var(--display); font-size: 16px; }
.audience-list p { margin: 0; font-family: var(--display); font-size: clamp(20px, 1.7vw, 24px); line-height: 1.4; }

.clarity { overflow: hidden; background: #100e0e; }
.clarity-layout { display: grid; align-items: stretch; grid-template-columns: 1fr 1fr; }
.clarity-media { position: relative; min-height: 540px; overflow: hidden; }
.clarity-media::after { position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(0,0,0,.45); content: ''; }
.clarity-media img { width: 100%; height: 100%; object-fit: cover; }
.clarity-copy { padding: 24px 0 24px clamp(32px, 4vw, 64px); }
.clarity-copy h2 { font-size: clamp(36px, 4vw, 52px); }
.outcome-list { border-top: 1px solid var(--line); }
.outcome-list article { padding: 16px 0; border-bottom: 1px solid var(--line); }
.outcome-list h3 { margin: 0 0 8px; color: var(--gold-light); font-family: var(--display); font-size: 21px; font-weight: 500; }
.outcome-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.format { background: linear-gradient(180deg, #100e0e, var(--bg-soft)); }
.timeline { position: relative; isolation: isolate; display: grid; margin: 26px 0 20px; padding: 0; list-style: none; grid-template-columns: repeat(4, 1fr); }
.timeline::before { position: absolute; top: 10px; right: calc(25% - 8px); left: 8px; z-index: 0; height: 2px; background: linear-gradient(90deg, rgba(197,164,109,.55), var(--gold), rgba(197,164,109,.72)); box-shadow: 0 0 12px rgba(197,164,109,.16); content: ''; }
.timeline li { position: relative; z-index: 1; min-height: 116px; padding: 34px 22px 10px 0; }
.timeline li::before { position: absolute; top: 3px; left: 0; width: 16px; height: 16px; border: 3px solid #211c17; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px rgba(197,164,109,.38), 0 0 0 7px rgba(197,164,109,.1), 0 0 18px rgba(197,164,109,.2); content: ''; }
.timeline li:not(:last-child)::after { position: absolute; top: 7px; right: 30px; width: 8px; height: 8px; border-top: 2px solid rgba(225,194,137,.75); border-right: 2px solid rgba(225,194,137,.75); content: ''; transform: rotate(45deg); }
.timeline span { display: block; margin-bottom: 14px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.timeline strong { display: block; font-family: var(--display); font-size: 30px; font-weight: 500; }
.timeline small { display: block; color: var(--muted); font-size: 14px; }
.format-grid { display: grid; border: 1px solid var(--line); grid-template-columns: repeat(4, 1fr); }
.format-grid article { min-height: 188px; padding: 22px; border-right: 1px solid var(--line); }
.format-grid article:last-child { border-right: 0; }
.line-icon { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(197,164,109,.42); border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(197,164,109,.14), rgba(197,164,109,.025) 65%); color: var(--gold-light); box-shadow: inset 0 0 18px rgba(197,164,109,.06), 0 0 0 6px rgba(197,164,109,.025); }
.line-icon svg { width: 27px; height: 27px; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.format-grid h3 { margin: 18px 0 9px; font-family: var(--display); font-size: 21px; font-weight: 500; }
.format-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.program { background: var(--bg); }
.program-heading { display: grid; align-items: end; grid-template-columns: 1.15fr .85fr; gap: 5vw; margin-bottom: 22px; }
.program-heading h2 { margin-bottom: 0; }
.program-heading > p { margin: 0 0 8px; padding-left: 28px; border-left: 1px solid var(--gold); color: var(--muted); font-size: 16px; }
.program-list { border-top: 1px solid var(--line-strong); }
.program-week { border-bottom: 1px solid var(--line-strong); }
.program-week summary { display: grid; min-height: 104px; align-items: center; padding: 14px 10px; cursor: pointer; list-style: none; grid-template-columns: 80px 1fr 40px; gap: 20px; }
.program-week summary::-webkit-details-marker { display: none; }
.program-week summary:hover strong { color: var(--gold-light); }
.week-number { color: var(--gold); font-family: var(--display); font-size: 20px; }
.program-week summary small { display: block; margin-bottom: 6px; color: var(--muted-dark); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.program-week summary strong { display: block; font-family: var(--display); font-size: clamp(24px, 2.6vw, 34px); font-weight: 500; line-height: 1.25; transition: color 200ms ease; }
.program-week summary i, .faq summary i { position: relative; display: block; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }
.program-week summary i::before, .program-week summary i::after, .faq summary i::before, .faq summary i::after { position: absolute; top: 14px; left: 8px; width: 12px; height: 1px; background: var(--gold); content: ''; transition: transform 200ms ease; }
.program-week summary i::after, .faq summary i::after { transform: rotate(90deg); }
.program-week[open] summary i::after, .faq details[open] summary i::after { transform: rotate(0); }
.week-content { display: grid; padding: 0 10px 24px 100px; grid-template-columns: .65fr 1.35fr; gap: 20px 5vw; }
.week-intro { color: var(--gold-light); font-family: var(--display); font-size: 20px; line-height: 1.45; }
.week-content ul { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: 1fr 1fr; gap: 0 35px; }
.week-content li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.week-content li::before { position: absolute; top: 21px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); content: ''; }
.week-result, .practice-note { grid-column: 1 / -1; margin: 0; padding: 14px 18px; border-left: 1px solid var(--gold); background: rgba(197,164,109,.04); color: #d8cec3; font-size: 16px; }
.week-result span { margin-right: 14px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.practice-note { margin-bottom: -24px; border-color: var(--wine-light); color: var(--muted); }

.includes { background: var(--bg-soft); }
.includes-heading { max-width: 820px; margin-bottom: 20px; }
.includes-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 52px); }
.includes-layout { display: grid; align-items: stretch; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); gap: clamp(24px, 3vw, 42px); }
.includes-media { width: 100%; height: 100%; min-height: 500px; margin: 0; }
.includes-media img { object-position: center; }
.check-list { display: grid; align-content: start; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.check-list li { display: grid; min-height: 76px; align-items: center; padding: 11px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(76,32,40,.12), rgba(197,164,109,.025)); color: #d8cec4; font-size: 15px; line-height: 1.5; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; transition: border-color 200ms ease, transform 200ms ease, background 200ms ease; }
.check-list li:hover { transform: translateY(-2px); border-color: var(--line-strong); background: linear-gradient(145deg, rgba(76,32,40,.2), rgba(197,164,109,.045)); }
.check-list-icon { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line-strong); background: rgba(197,164,109,.035); color: var(--gold-light); font-family: var(--display); font-size: 19px; line-height: 1; }
.bonus-heading { display: flex; align-items: center; gap: 18px; margin: 28px 0 18px; }
.bonus-heading span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.bonus-heading h3 { margin: 0; font-family: var(--display); font-size: 27px; font-weight: 500; }
.bonus-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.bonus-card { position: relative; min-height: 240px; overflow: hidden; padding: 26px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(76,32,40,.16), rgba(197,164,109,.035)); }
.bonus-card::after { position: absolute; right: -80px; bottom: -90px; width: 230px; height: 230px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 60px rgba(197,164,109,.07); content: ''; }
.bonus-label { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bonus-card h3 { max-width: 440px; margin: 24px 0 12px; font-family: var(--display); font-size: clamp(24px, 2.5vw, 34px); font-weight: 500; }
.bonus-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 16px; }
.extras { display: grid; margin-top: 14px; border: 1px solid var(--line); grid-template-columns: 1fr 1fr; }
.extras > div { display: grid; padding: 20px; border-right: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 7px 16px; }
.extras > div:nth-child(2) { border-right: 0; }
.extras span { grid-column: 1 / -1; color: var(--muted-dark); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.extras h3 { margin: 0; font-family: var(--display); font-size: 20px; font-weight: 400; }
.extras strong { color: var(--gold-light); font-family: var(--display); font-size: 22px; font-weight: 400; }
.extras > p { grid-column: 1 / -1; margin: 0; padding: 14px 28px; border-top: 1px solid var(--line); color: var(--muted-dark); font-size: 11px; }

.mid-cta { position: relative; overflow: hidden; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--wine); }
.mid-cta::before { position: absolute; inset: -200%; background: radial-gradient(circle, rgba(197,164,109,.13), transparent 20%); content: ''; }
.mid-cta-inner { position: relative; display: grid; align-items: end; grid-template-columns: 1fr auto; gap: 36px; }
.mid-cta h2 { margin-bottom: 17px; font-size: clamp(36px, 4vw, 50px); }
.mid-cta p:not(.section-index) { max-width: 650px; margin: 0; color: #d8cac4; }
.mid-cta-inner > div:last-child { display: flex; align-items: center; flex-direction: column; gap: 12px; }
.mid-cta small { color: rgba(242,236,227,.58); font-size: 12px; }

.hosts { background: var(--bg); }
.host-grid { display: grid; align-items: stretch; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 2vw, 28px); }
.host-card { display: flex; min-width: 0; flex-direction: column; padding: clamp(14px, 1.6vw, 20px); border: 1px solid var(--line); background: linear-gradient(155deg, rgba(40,29,29,.5), rgba(18,15,15,.72)); }
.host-card-natalya { order: -1; }
.host-photo { position: relative; display: grid; width: min(100%, 500px); height: 430px; min-width: 0; min-height: 0; overflow: hidden; place-items: center; margin-inline: auto; padding: 6px; border: 1px solid rgba(213,178,112,.9); background: radial-gradient(circle at 50% 45%, rgba(197,164,109,.12), transparent 17rem), linear-gradient(145deg, #21191a, #120f0f); box-shadow: 0 0 0 1px rgba(197,164,109,.2), 0 18px 44px rgba(0,0,0,.2); }
.host-photo::before { position: absolute; inset: 8%; border: 1px solid var(--line); content: ''; }
.host-photo::after { position: absolute; width: 250px; height: 250px; border: 1px solid var(--line-strong); border-radius: 50%; content: ''; }
.host-photo span { position: relative; z-index: 1; color: var(--gold); font-family: var(--display); font-size: 65px; }
.host-photo small { position: absolute; right: 35px; bottom: 35px; color: var(--muted-dark); font-size: 10px; line-height: 1.4; letter-spacing: .12em; text-align: right; text-transform: uppercase; }
.host-photo.has-photo::before, .host-photo.has-photo::after { content: none; }
.host-photo.has-photo { grid-template: minmax(0, 1fr) / minmax(0, 1fr); }
.host-photo.has-photo img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; object-position: center 32%; }
.host-photo-natalya { background: radial-gradient(circle at 50% 45%, rgba(183,122,63,.15), transparent 17rem), linear-gradient(215deg, #24181b, #120f0f); }
.host-photo-natalya.has-photo img { object-position: center 14%; }
.host-content { padding: clamp(18px, 2vw, 26px) 4px 4px; }
.host-role { margin-bottom: 10px; color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.host-content h3 { margin: 0 0 16px; font-family: var(--display); font-size: clamp(32px, 3.5vw, 44px); font-weight: 500; }
.host-content > p:not(.host-role) { color: var(--muted); font-size: 16px; }
.host-content ul { margin: 18px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.host-content li { padding: 8px 0; border-bottom: 1px solid var(--line); color: #d1c7bd; font-size: 14px; }

.reviews { overflow: hidden; background: var(--bg-soft); }
.reviews-head { display: grid; align-items: end; grid-template-columns: 1fr .7fr; gap: 5vw; margin-bottom: 22px; }
.reviews-head h2 { margin-bottom: 0; }
.reviews-head > p { margin-bottom: 5px; padding-left: 24px; border-left: 1px solid var(--gold); color: var(--muted); font-size: 16px; }
.review-scroller { display: grid; overflow-x: auto; padding-bottom: 12px; scrollbar-color: var(--gold) transparent; scroll-snap-type: x mandatory; grid-auto-columns: minmax(360px, 38%); grid-auto-flow: column; gap: 14px; }
.review-card { overflow: hidden; border: 1px solid var(--line); background: linear-gradient(155deg, rgba(76,32,40,.14), rgba(18,15,15,.76)); scroll-snap-align: start; }
.review-video { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-bottom: 1px solid var(--line); background: #090808; }
.review-video picture, .review-video img { width: 100%; height: 100%; }
.review-video img { object-fit: cover; filter: saturate(.72) brightness(.8) sepia(.08); transition: filter 220ms ease, transform 220ms ease; }
.review-card:hover .review-video img { transform: scale(1.01); filter: saturate(.9) brightness(.87) sepia(.04); }
.review-play-button { position: absolute; inset: 0; display: grid; width: 100%; height: 100%; padding: 0; cursor: pointer; border: 0; background: linear-gradient(180deg, rgba(18,16,16,.08), rgba(18,16,16,.5)); place-items: center; }
.review-play-button span { display: grid; width: 64px; height: 64px; place-items: center; padding-left: 4px; border: 1px solid rgba(224,195,143,.82); border-radius: 50%; background: rgba(18,16,16,.76); box-shadow: 0 12px 40px rgba(0,0,0,.35); color: var(--gold-light); font-size: 18px; transition: transform 200ms ease, background 200ms ease; }
.review-play-button:hover span { transform: scale(1.06); background: rgba(76,32,40,.88); }
.review-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.review-copy { display: flex; min-height: 180px; flex-direction: column; padding: 20px; }
.review-copy > span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.review-copy h3 { margin: 12px 0 6px; font-family: var(--display); font-size: 31px; font-weight: 500; }
.review-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.review-copy a { display: inline-flex; align-items: center; align-self: flex-start; gap: 8px; margin-top: auto; padding-top: 16px; border-bottom: 1px solid var(--line-strong); color: var(--gold-light); font-size: 12px; font-weight: 700; }
.review-copy a:hover { border-color: var(--gold-light); color: var(--text); }
.review-copy i { font-style: normal; }
.swipe-hint { display: none; }

.price { background: #100e0e; }
.price-layout { display: grid; align-items: start; grid-template-columns: 1fr minmax(420px, .72fr); gap: 5vw; }
.price-copy { padding-top: 10px; }
.price-copy h2 { max-width: 680px; }
.price-copy > p:not(.section-index, .timezone-note) { max-width: 680px; color: var(--muted); }
.price-change { display: grid; max-width: 640px; align-items: center; margin: 20px 0 12px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: 1fr auto 1fr; gap: 24px; }
.price-change > div:last-child { text-align: right; }
.price-change span { display: block; color: var(--muted-dark); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.price-change strong { font-family: var(--display); font-size: clamp(30px, 3vw, 42px); font-weight: 400; }
.price-change i { color: var(--gold); font-style: normal; }
.timezone-note { color: var(--muted-dark); font-size: 13px; }
.price-card { position: sticky; top: calc(var(--header) + 20px); padding: clamp(26px, 3vw, 36px); border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(76,32,40,.2), rgba(197,164,109,.035)), var(--bg-soft); box-shadow: var(--shadow); }
.price-card > p { margin-bottom: 22px; color: var(--text); font-family: var(--display); font-size: 22px; }
.price-status { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.price-value { display: block; margin: 7px 0 20px; font-family: var(--display); font-size: clamp(46px, 4.8vw, 60px); font-weight: 500; line-height: 1; }
.deposit-box { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 18px; border: 1px solid rgba(197,164,109,.32); background: rgba(197,164,109,.06); }
.deposit-box span { color: var(--muted); font-size: 13px; }
.deposit-box b { color: var(--gold-light); font-family: var(--display); font-size: 25px; font-weight: 400; }
.price-card ul { margin: 20px 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 6px 0 6px 22px; color: #d3c8be; font-size: 15px; }
.price-card li::before { position: absolute; top: 17px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); content: ''; }
.price-card .text-link { display: table; margin: 14px auto; }
.price-card > small { display: block; color: var(--muted-dark); font-size: 12px; line-height: 1.6; text-align: center; }
.join-steps { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line-strong); }
.join-steps h3 { margin: 0 0 20px; font-family: var(--display); font-size: 30px; font-weight: 500; }
.join-steps ol { display: grid; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.join-steps li { display: grid; min-height: 125px; padding: 20px; background: #100e0e; grid-template-columns: 38px 1fr; gap: 10px; }
.join-steps li > span { color: var(--gold); font-family: var(--display); }
.join-steps strong { font-family: var(--display); font-size: 22px; font-weight: 400; }
.join-steps p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }

.faq { background: var(--bg-soft); }
.faq-layout { display: grid; align-items: start; grid-template-columns: .7fr 1.3fr; gap: 5vw; }
.faq-heading { position: sticky; top: calc(var(--header) + 40px); }
.faq-heading h2 { font-size: clamp(36px, 4vw, 52px); }
.faq-list { border-top: 1px solid var(--line-strong); }
.faq details { border-bottom: 1px solid var(--line-strong); }
.faq summary { display: grid; min-height: 74px; align-items: center; padding: 15px 0; cursor: pointer; list-style: none; grid-template-columns: 1fr 32px; gap: 20px; font-family: var(--display); font-size: clamp(18px, 1.7vw, 22px); font-weight: 500; line-height: 1.4; }
.faq summary::-webkit-details-marker { display: none; }
.faq details > p { max-width: 690px; margin: 0; padding: 0 50px 22px 0; color: var(--muted); font-size: 16px; }

.final-cta { position: relative; overflow: hidden; padding: clamp(36px, 4vw, 52px) 0; background: #0e0c0c; text-align: center; }
.final-cta::before { position: absolute; inset: 0; background: radial-gradient(circle at center bottom, rgba(76,32,40,.36), transparent 55%); content: ''; }
.final-glow { position: absolute; bottom: -280px; left: 50%; width: 700px; height: 550px; transform: translateX(-50%); border-radius: 50%; background: rgba(197,164,109,.11); filter: blur(100px); }
.final-inner { position: relative; max-width: 920px; }
.final-inner h2 { font-size: clamp(44px, 5vw, 68px); }
.final-inner > p:not(.section-index) { max-width: 730px; margin: 0 auto 17px; color: var(--muted); }
.final-price { display: flex; align-items: center; flex-direction: column; margin: 18px 0 16px; }
.final-price strong { font-family: var(--display); font-size: 44px; font-weight: 500; line-height: 1; }
.final-price span { margin-top: 8px; color: var(--muted-dark); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.cta-row.centered { justify-content: center; }
.final-inner > small { display: block; margin-top: 16px; color: var(--muted-dark); font-size: 12px; }

.site-footer { padding: 32px 0 18px; border-top: 1px solid var(--line); background: #0b0909; }
.footer-top { display: grid; grid-template-columns: 1.3fr .7fr 1fr .8fr; gap: 5vw; }
.footer-brand { margin-bottom: 14px; }
.footer-top > div:first-child p { color: var(--muted-dark); font-size: 14px; }
.footer-top nav, .footer-contact, .footer-legal { display: flex; align-items: flex-start; flex-direction: column; }
.footer-top nav > span, .footer-contact > span, .footer-legal > span { margin-bottom: 12px; color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-top nav a, .footer-contact a, .footer-legal a { margin: 3px 0; color: var(--muted); font-size: 14px; }
.footer-top a:hover { color: var(--text); }
.footer-contact strong { font-family: var(--display); font-size: 17px; font-weight: 400; }
.footer-contact p { margin: 3px 0 10px; color: var(--muted-dark); font-size: 12px; }
.disclaimer { margin-top: 22px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #756d67; font-size: 12px; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 18px; color: #756d67; font-size: 12px; }
.mobile-sticky { display: none; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.25,1); }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .desktop-nav a:nth-child(1), .desktop-nav a:nth-child(2), .desktop-nav a:nth-child(6) { display: none; }
  .hero-inner { grid-template-columns: minmax(0, 720px) 1fr; gap: 4vw; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-grid article { border-bottom: 1px solid var(--line); }
  .format-grid article:nth-child(2) { border-right: 0; }
  .format-grid article:nth-child(3), .format-grid article:nth-child(4) { border-bottom: 0; }
  .footer-top { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-legal { grid-column: 2; }
}

@media (max-width: 979px) {
  :root { --header: 64px; }
  .container { width: min(calc(100% - 42px), var(--container)); }
  .header-logo { width: 56px; height: 56px; flex-basis: 56px; }
  .desktop-nav, .header-question { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: rgba(18,16,16,.5); place-content: center; gap: 6px; }
  .menu-button span { display: block; width: 17px; height: 1px; background: var(--text); transition: transform 180ms ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; top: var(--header); right: 0; bottom: 0; left: 0; z-index: 99; display: flex; overflow-y: auto; align-items: center; flex-direction: column; justify-content: center; padding: 35px 24px calc(90px + env(safe-area-inset-bottom)); background: rgba(15,13,13,.97); backdrop-filter: blur(20px); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { width: min(100%, 460px); padding: 10px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 26px; text-align: center; }

  .hero { min-height: 0; padding: calc(var(--header) + 26px) 0 44px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-side { display: none; }
  .hero-copy { max-width: 720px; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,11,11,.96), rgba(13,11,11,.66) 70%, rgba(13,11,11,.35)), linear-gradient(180deg, transparent 60%, var(--bg)); }

  .section-head { display: block; }
  .section-head h2 { margin-bottom: 20px; }
  .section-head > p:last-child { margin: 0; }
  .situation-grid { grid-template-columns: 1fr 1fr; }
  .audience-layout { grid-template-columns: 1fr; gap: 24px; }
  .audience-sticky, .price-card, .faq-heading { position: static; }
  .clarity-layout { grid-template-columns: 1fr; }
  .clarity-media { min-height: 380px; }
  .clarity-copy { padding: 24px 0 0; }
  .timeline li { padding-right: 16px; }
  .timeline li:not(:last-child)::after { right: 18px; }
  .timeline strong { font-size: 26px; }
  .timeline small { font-size: 13px; }
  .program-heading { grid-template-columns: 1fr; gap: 16px; }
  .week-content { padding-left: 14px; grid-template-columns: 1fr; }
  .week-result, .practice-note { grid-column: 1; }
  .includes-layout { grid-template-columns: 1fr; gap: 22px; }
  .includes-media { height: 360px; min-height: 0; }
  .mid-cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .mid-cta-inner > div:last-child { align-items: flex-start; }
  .host-photo { height: 370px; }
  .reviews-head { grid-template-columns: 1fr; gap: 14px; }
  .price-layout { grid-template-columns: 1fr; gap: 28px; }
  .price-card { max-width: 620px; }
  .faq-layout { grid-template-columns: 1fr; gap: 22px; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-legal { grid-column: auto; }
}

@media (max-width: 680px) {
  :root { --header: 61px; }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: 18px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 36px 0; }
  h2 { margin-bottom: 18px; font-size: clamp(34px, 9vw, 44px); }
  .section-index { margin-bottom: 12px; }
  .header-inner { gap: 9px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 27px; height: 27px; }
  .header-logo { width: 50px; height: 50px; flex-basis: 50px; }
  .header-actions .button { min-height: 38px; padding: 8px 13px; }

  .hero { min-height: auto; padding: calc(var(--header) + 24px) 0 38px; }
  .hero-media img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,11,11,.97), rgba(13,11,11,.71)), linear-gradient(180deg, transparent 55%, var(--bg)); }
  .hero::before { background-size: 48px 48px; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .hero h1 { font-size: clamp(58px, 15vw, 68px); line-height: .92; }
  .hero-thesis { margin-top: 16px; font-size: 21px; line-height: 1.35; }
  .hero-lead { margin-bottom: 16px; font-size: 18px; line-height: 1.68; }
  .hero-facts { margin-bottom: 16px; }
  .hero-offer { align-items: start; flex-direction: column; gap: 14px; }
  .deposit-note { padding-left: 0; border-left: 0; }
  .cta-row { align-items: stretch; flex-direction: column; }
  .cta-row .button { width: 100%; }
  .scroll-hint { display: none; }

  .section-head { margin-bottom: 18px; }
  .section-head h2 br { display: none; }
  .recognition-media { height: 240px; margin-bottom: 14px; }
  .situation-grid { grid-template-columns: 1fr; }
  .situation-card { min-height: 178px; padding: 18px; }
  .situation-card h3 { margin-top: 16px; }
  .section-quote { margin-top: 20px; text-align: left; }

  .audience-list > div { min-height: 80px; grid-template-columns: 38px 1fr; }
  .audience-list p { font-size: 20px; }
  .clarity-media { min-height: 280px; }
  .clarity-media img { object-position: 40% center; }
  .clarity-copy { padding-top: 20px; }

  .timeline { margin: 20px 0 16px; grid-template-columns: 1fr; }
  .timeline::before { display: none; }
  .timeline li { min-height: 102px; padding: 0 0 22px 42px; }
  .timeline li:not(:last-child) { background: linear-gradient(180deg, rgba(197,164,109,.72), rgba(197,164,109,.35)) 7px 11px / 2px 100% no-repeat; }
  .timeline li::before { top: 3px; left: 0; }
  .timeline li:not(:last-child)::after { top: auto; right: auto; bottom: 12px; left: 4px; width: 8px; height: 8px; border-top: 0; border-right: 2px solid rgba(225,194,137,.75); border-bottom: 2px solid rgba(225,194,137,.75); transform: rotate(45deg); }
  .timeline span { margin-bottom: 9px; }
  .timeline strong { font-size: 30px; }
  .timeline small { font-size: 14px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid article { min-height: 168px; padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .format-grid article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .format-grid h3 { margin-top: 16px; }

  .program-heading > p { padding-left: 18px; }
  .program-week summary { min-height: 92px; padding-inline: 0; grid-template-columns: 36px 1fr 30px; gap: 12px; }
  .program-week summary strong { font-size: 22px; }
  .week-content { padding: 0 0 20px; gap: 16px; }
  .week-intro { font-size: 19px; }
  .week-content ul { grid-template-columns: 1fr; }
  .practice-note { margin-bottom: 0; }

  .check-list { grid-template-columns: 1fr; }
  .includes-heading { margin-bottom: 18px; }
  .includes-media { width: 100%; height: 300px; min-height: 0; margin: 0; }
  .check-list li { min-height: 72px; padding: 11px; }
  .bonus-heading { align-items: flex-start; flex-direction: column; margin-top: 26px; }
  .bonus-grid { grid-template-columns: 1fr; }
  .bonus-card { min-height: 230px; padding: 22px; }
  .bonus-card h3 { margin-top: 20px; }
  .extras { grid-template-columns: 1fr; }
  .extras > div { border-right: 0; border-bottom: 1px solid var(--line); grid-template-columns: 1fr; }
  .extras > p { grid-column: 1; }

  .mid-cta { padding: 28px 0; }
  .mid-cta h2 { font-size: 36px; }
  .mid-cta .button { width: 100%; font-size: 11px; }
  .host-grid { grid-template-columns: 1fr; gap: 20px; }
  .host-card { padding: 14px; }
  .host-photo { height: 330px; }
  .host-content { padding: 20px 10px 24px; }
  .host-content h3 { font-size: 34px; }

  .review-scroller { margin-right: -16px; grid-auto-columns: 86%; }
  .review-copy { min-height: 176px; padding: 18px; }
  .swipe-hint { display: block; margin: 12px 0 0; color: var(--muted-dark); font-size: 10px; }

  .price-change { gap: 12px; }
  .price-change strong { font-size: 29px; }
  .price-card { padding: 24px 20px; }
  .price-value { font-size: 46px; }
  .deposit-box { align-items: flex-start; flex-direction: column; }
  .join-steps { margin-top: 28px; }
  .join-steps ol { grid-template-columns: 1fr; }
  .join-steps li { min-height: 125px; }

  .faq summary { min-height: 72px; font-size: 18px; }
  .faq details > p { padding-right: 0; }
  .final-inner h2 { font-size: clamp(40px, 11vw, 52px); }
  .final-price strong { font-size: 40px; }

  .footer-top { grid-template-columns: 1fr 1fr; gap: 28px 22px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .disclaimer { margin-top: 18px; }
  .footer-bottom { gap: 20px; }

  .mobile-sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 95;
    display: grid;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(15,13,13,.92);
    backdrop-filter: blur(16px);
    grid-template-columns: 1fr 104px;
    gap: 8px;
  }
  .mobile-sticky .button { min-height: 47px; padding: 10px 14px; font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Legal pages */
.legal-page { background: #f1ece4; color: #241f1d; }
.legal-header { border-bottom: 1px solid rgba(36,31,29,.13); background: rgba(241,236,228,.92); backdrop-filter: blur(12px); }
.legal-header .container { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 30px; }
.legal-header .brand-mark { border-color: rgba(76,32,40,.35); color: var(--wine); }
.legal-back { color: #675e58; font-size: 12px; font-weight: 700; }
.legal-main { padding: 90px 0 120px; }
.legal-document { max-width: 900px; }
.legal-title { margin-bottom: 75px; padding-bottom: 55px; border-bottom: 1px solid rgba(36,31,29,.16); }
.legal-title .section-index { color: #7a4c2e; }
.legal-title h1 { max-width: 800px; margin-bottom: 22px; font-family: var(--display); font-size: clamp(53px, 8vw, 92px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.legal-title > p:last-child { max-width: 650px; margin: 0; color: #675e58; }
.legal-document section { margin: 0 0 50px; }
.legal-document section h2, .legal-contact-box h2 { margin: 0 0 20px; color: #3c2627; font-family: var(--display); font-size: 31px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2; }
.legal-document section p, .legal-document section li { color: #4f4844; font-size: 16px; line-height: 1.75; }
.legal-document section p { margin-bottom: 13px; }
.legal-document section ul { margin: 18px 0; padding-left: 22px; }
.legal-document a { color: #73313b; text-decoration: underline; text-underline-offset: 3px; }
.legal-contact-box { margin-top: 70px; padding: 35px; border: 1px solid rgba(76,32,40,.28); background: rgba(76,32,40,.045); }
.legal-contact-box p { margin: 5px 0; color: #4f4844; font-size: 16px; }
.legal-footer { padding: 28px 0; border-top: 1px solid rgba(36,31,29,.13); background: #e7e0d6; color: #675e58; }
.legal-footer .container { display: flex; justify-content: space-between; gap: 30px; font-size: 11px; }
.legal-footer a { color: #73313b; }

@media (max-width: 680px) {
  .legal-page { padding-bottom: 0; }
  .legal-header .container { min-height: 64px; }
  .legal-header .brand span:last-child { display: none; }
  .legal-main { padding: 65px 0 85px; }
  .legal-title { margin-bottom: 55px; padding-bottom: 40px; }
  .legal-title h1 { overflow-wrap: anywhere; font-size: 50px; }
  .legal-document section { margin-bottom: 42px; }
  .legal-document section h2, .legal-contact-box h2 { font-size: 27px; }
  .legal-contact-box { padding: 25px; }
}
