:root {
  --bg: #14080a;
  --bg-deep: #0c0405;
  --cream: #ffffff;
  --cream-2: #ffffff;
  --rose: #e31b23;
  --rose-soft: #ff3b42;
  --wine: #e31b23;
  --wine-deep: #b01018;
  --ink: #14080a;
  --red: #e31b23;
  --white: #ffffff;
  --font-display: "Bodoni Moda", "Cormorant Garamond", "Times New Roman", serif;
  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Inter Tight", "Inter", system-ui, sans-serif;
  --font-script: "Great Vibes", cursive;
  --max: 1200px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  background:
    radial-gradient(ellipse 80% 55% at 50% 18%, rgba(227, 27, 35, 0.28), transparent 62%),
    radial-gradient(ellipse 70% 50% at 80% 80%, rgba(176, 16, 24, 0.22), transparent 58%),
    var(--bg);
  color: var(--white);
  overflow-x: hidden;
}

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

.screen { position: relative; }

.hero.screen { min-height: 100svh; }

.section.screen,
.footer.screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  padding: 80px 0;
}

.bonus-screen,
#program,
.quotes-screen {
  min-height: auto;
  justify-content: flex-start;
  padding: 88px 0 96px;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.wrap {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 464px);
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 14px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(227, 27, 35, 0.45), 0 0 72px rgba(227, 27, 35, 0.22);
  animation: btnGlow 3.6s ease-in-out infinite;
  transition: transform 0.35s ease;
}

.btn:hover { transform: translateY(-2px); }

@keyframes btnGlow {
  0%, 100% { box-shadow: 0 0 24px rgba(227, 27, 35, 0.35), 0 0 56px rgba(227, 27, 35, 0.16); }
  50% { box-shadow: 0 0 48px rgba(227, 27, 35, 0.7), 0 0 96px rgba(255, 59, 66, 0.28); }
}

.cta-row { display: flex; justify-content: center; margin-top: 36px; }

.photo {
  overflow: hidden;
  background: #2a1016;
}

.photo.has-img { background: transparent; }
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.15s cubic-bezier(.16, 1, .3, 1), transform 1.15s cubic-bezier(.16, 1, .3, 1);
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

/* HERO */
.hero {
  isolation: isolate;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg .photo {
  width: 100%;
  height: 100%;
  opacity: 0.22;
  filter: grayscale(0.35) contrast(1.05);
}

.hero-bg .photo img { object-position: 50% 18%; }

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(31, 9, 14, 0.35) 0%, rgba(31, 9, 14, 0.55) 42%, rgba(31, 9, 14, 0.92) 100%),
    radial-gradient(ellipse 50% 40% at 50% 45%, rgba(31, 9, 14, 0.2), transparent 70%);
}

.swirl {
  position: absolute;
  inset: -10%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 70% 20%, rgba(243, 238, 230, 0.06), transparent 18%),
    radial-gradient(circle at 18% 78%, rgba(201, 163, 171, 0.08), transparent 22%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 48px 20px 56px;
}

.hero-copy {
  position: relative;
  z-index: 5;
  text-align: center;
  width: min(100%, 680px);
  padding: 0 16px;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(42px, 8.2vw, 108px);
  line-height: 0.9;
  letter-spacing: 0.06em;
  text-transform: none;
  font-optical-sizing: auto;
}

.brand-title span {
  font-style: italic;
  font-size: 0.52em;
  letter-spacing: 0.02em;
  margin-right: 0.04em;
  vertical-align: 0.12em;
}

.hero-kicker {
  margin-top: 18px;
  color: var(--rose-soft);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 520px;
  margin: 28px auto 12px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--white);
}

.hero-format {
  margin: 0 auto 32px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
}

.hero-visuals {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.hero-date {
  position: absolute;
  top: 9%;
  left: 7%;
  font-family: var(--font-script);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.05;
  transform: rotate(-14deg);
  color: rgba(255, 255, 255, 0.92);
  z-index: 4;
}

.hero-photo-color {
  position: absolute;
  top: 6%;
  right: 4%;
  width: min(22vw, 240px);
  aspect-ratio: 3 / 4;
  transform: rotate(-8deg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  z-index: 3;
}

.hero-photo-bw {
  position: absolute;
  left: 7%;
  bottom: 10%;
  width: min(18vw, 180px);
  aspect-ratio: 1;
  transform: rotate(6deg);
  filter: grayscale(1) contrast(1.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.hero-photo-extra {
  display: none;
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: min(14vw, 150px);
  aspect-ratio: 3 / 4;
  transform: rotate(7deg);
  opacity: 0.9;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

@media (min-width: 1280px) {
  .hero-photo-extra { display: block; }
}

/* FOR WHOM */
.forwhom { overflow: hidden; text-align: center; }

.deco-word {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  font-family: var(--font-script);
  font-size: clamp(90px, 18vw, 220px);
  color: rgba(243, 238, 230, 0.045);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.forwhom-corner {
  position: absolute;
  width: min(22vw, 220px);
  aspect-ratio: 3 / 4;
  z-index: 1;
  opacity: 0.88;
  filter: grayscale(1) contrast(1.05);
}

.forwhom-corner.left {
  left: 0;
  bottom: 8%;
  transform: rotate(-7deg);
}

.forwhom-corner.right {
  right: 0;
  top: 10%;
  transform: rotate(6deg);
}

.section-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(26px, 3.8vw, 48px);
  line-height: 1.12;
  text-align: center;
  margin-bottom: 36px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.program-lead {
  text-align: center;
  max-width: 520px;
  margin: -18px auto 40px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.want-list {
  max-width: 560px;
  margin: 0 auto;
}

.want-list li {
  padding: 18px 8px;
  border-bottom: 1px solid rgba(243, 238, 230, 0.18);
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.want-list li:first-child { border-top: 1px solid rgba(243, 238, 230, 0.18); }

/* STATS */
.stats-screen {
  overflow: hidden;
  text-align: center;
}

.stats-ghost {
  position: absolute;
  left: 4%;
  top: 8%;
  font-family: var(--font-display);
  font-size: clamp(180px, 28vw, 360px);
  line-height: 0.8;
  color: rgba(121, 57, 72, 0.18);
  pointer-events: none;
}

.stats {
  display: grid;
  gap: 28px;
  justify-items: center;
}

.stat-row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 18px 22px;
  align-items: center;
  text-align: left;
}

.stat-num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(72px, 12vw, 148px);
  line-height: 0.85;
  letter-spacing: -0.04em;
}

.stat-num.muted { color: var(--red); }

.stat-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  max-width: 220px;
  line-height: 1.45;
}

.stat-label.muted { color: rgba(201, 163, 171, 0.75); }

.program-peek {
  position: absolute;
  left: 50%;
  bottom: -6%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(64px, 10vw, 120px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 238, 230, 0.08);
  pointer-events: none;
}

/* PROGRAM TIMELINE */
.timeline {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 0 8px;
}

.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(243, 238, 230, 0.55) 12%, rgba(243, 238, 230, 0.55) 88%, transparent);
  transform: translateX(-50%);
}

.day {
  position: relative;
  width: 50%;
  padding: 18px 36px 42px;
}

.day-right { margin-left: 50%; }
.day-left { margin-left: 0; text-align: right; }

.timeline-dot {
  position: absolute;
  top: 28px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px var(--bg), 0 0 0 5px rgba(227, 27, 35, 0.7);
}

.day-right .timeline-dot { left: -4.5px; }
.day-left .timeline-dot { right: -4.5px; }

.day-badge {
  display: inline-block;
  background: var(--white);
  color: var(--red);
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
}

.day-date {
  margin: 14px 0 16px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 238, 230, 0.7);
}

.day ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

.day-left ul { display: inline-block; text-align: left; }

.day ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--cream);
}

/* PRICE */
.price-block { text-align: center; }

.price {
  font-family: var(--font-display);
  font-size: clamp(72px, 10vw, 128px);
  line-height: 1;
  margin-bottom: 8px;
}

.price-note {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

/* BONUS */
.bonus-screen { overflow: visible; }

.title-mix span {
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px rgba(243, 238, 230, 0.75);
}

.bonus-sub {
  text-align: center;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  margin: -12px 0 36px;
  color: rgba(243, 238, 230, 0.82);
}

.bonus-stage {
  position: relative;
  min-height: 680px;
  max-width: 860px;
  margin: 0 auto 28px;
}

.bonus-photo {
  position: absolute;
  left: 50%;
  top: 40px;
  width: min(38%, 260px);
  aspect-ratio: 3 / 4.2;
  transform: translateX(-50%) rotate(7deg);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.chip {
  position: absolute;
  z-index: 2;
  max-width: 230px;
  padding: 16px 18px;
  background: rgba(45, 16, 22, 0.92);
  border: 1px solid rgba(243, 238, 230, 0.16);
  font-size: 13px;
  line-height: 1.4;
  backdrop-filter: blur(8px);
}

.chip::before {
  content: "• ";
  color: var(--cream);
}

.chip-1 { top: 4%; left: 0; }
.chip-2 { top: 6%; right: 0; }
.chip-3 { top: 38%; left: 0; max-width: 250px; }
.chip-4 { top: 42%; right: 0; }
.chip-5 {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 340px;
  width: min(90%, 340px);
  text-align: center;
}

/* QUOTES MAP */
.quotes-screen { overflow: visible; }

.quotes-map {
  position: relative;
  min-height: 620px;
  max-width: 980px;
  margin: 0 auto 28px;
}

.quotes-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(243, 238, 230, 0.55);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.quote-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  stroke: rgba(243, 238, 230, 0.28);
  stroke-width: 0.35;
}

.quote {
  position: absolute;
  width: min(42%, 250px);
  padding: 16px 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.45;
  background: rgba(20, 8, 10, 0.88);
}

.quote.alt {
  background: var(--white);
  color: var(--red);
}

.q1 { top: 0; left: 2%; }
.q2 { top: 4%; right: 2%; }
.q3 { top: 38%; left: 0; }
.q4 { top: 40%; right: 0; }
.q5 { bottom: 4%; left: 8%; }
.q6 { bottom: 2%; right: 6%; }

.quotes-head {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: none;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.45;
}

/* AUTHOR */
.author { text-align: center; }

.author-label {
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--rose-soft);
}

.author-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.author-photo {
  width: min(280px, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 28px;
  box-shadow: 0 0 0 1px rgba(243, 238, 230, 0.18), 0 20px 50px rgba(0, 0, 0, 0.35);
}

.author-photo img { object-position: 88% 18%; }

.author-facts {
  max-width: 520px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.author-facts p {
  font-size: 13px;
  line-height: 1.55;
}

/* CONSULT */
.consult { text-align: center; }

.consult-lead {
  max-width: 320px;
  margin: 0 auto 48px;
  font-size: 13px;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: left;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
}

.step-n {
  font-family: var(--font-display);
  font-size: 50px;
  line-height: 0.9;
}

.step p { font-size: 13px; line-height: 1.5; padding-top: 8px; }

.consult-actions { display: grid; justify-items: center; }

/* FOOTER */
.footer {
  padding: 72px 0 40px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.28));
}

.footer-title {
  font-family: var(--font-display);
  font-size: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: #5b1f2d;
  margin-bottom: 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.7;
}

.footer-grid .right { text-align: right; }
.footer a:hover { text-decoration: underline; }

.legal {
  max-width: 760px;
  margin: 0 auto;
  padding: 80px 20px 60px;
}

.legal h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.legal p, .legal li {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.legal a { text-decoration: underline; }

@media (max-width: 900px) {
  .hero-inner { padding: 28px 16px 40px; }
  .hero h1 { font-size: 48px; }
  .hero-photo-color {
    position: relative;
    top: auto;
    right: auto;
    width: 64%;
    margin: 18px auto 8px;
  }
  .hero-photo-bw,
  .hero-photo-extra,
  .forwhom-corner { display: none; }
  .hero-date {
    position: static;
    display: block;
    text-align: center;
    margin-bottom: 8px;
  }
  .hero-visuals {
    position: static;
    pointer-events: auto;
    display: contents;
  }
  .hero-inner { display: flex; flex-direction: column; }
  .stat-row { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .stat-label { text-align: center; }
  .day,
  .day-right,
  .day-left {
    width: 100%;
    margin: 0;
    padding: 0 0 36px 28px;
    text-align: left;
  }
  .timeline-line { left: 4px; }
  .day-right .timeline-dot,
  .day-left .timeline-dot { left: 0; right: auto; }
  .bonus-stage {
    min-height: 0;
    display: grid;
    gap: 12px;
  }
  .bonus-photo {
    position: relative;
    left: auto;
    top: auto;
    width: min(70%, 240px);
    margin: 0 auto 12px;
    transform: rotate(5deg);
  }
  .chip,
  .chip-5 {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none;
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .quotes-map {
    min-height: 0;
    display: grid;
    gap: 12px;
  }
  .quote-lines,
  .quotes-hub { display: none; }
  .quote {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100%;
  }
  .steps,
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid .right { text-align: left; }
  .section.screen { padding: 56px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { animation: none; }
  .reveal,
  .reveal.in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
