@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,700;12..96,800&family=Cormorant+Garamond:wght@500;600;700&display=swap");

:root {
  --bg-0: #160907;
  --bg-1: #26110d;
  --bg-2: #4d261a;
  --cream: #fff5e4;
  --cream-soft: rgba(255, 244, 226, 0.76);
  --ink: #2b120d;
  --butter: #ffd58d;
  --caramel: #ffab59;
  --crust: #d06d2d;
  --paper: #f7e5c7;
  --paper-2: #e9bf88;
  --line: rgba(255, 226, 183, 0.18);
  --shadow: 0 28px 70px rgba(19, 5, 4, 0.32);
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 189, 96, 0.17), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(255, 142, 65, 0.14), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(136, 58, 25, 0.72), transparent 34%),
    linear-gradient(180deg, #120705 0%, #24100c 18%, #37160f 56%, #190a07 100%);
  color: var(--cream);
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
}

body {
  position: relative;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(rgba(255, 251, 244, 0.16) 0.8px, transparent 0.8px),
    radial-gradient(rgba(255, 191, 118, 0.08) 0.6px, transparent 0.6px);
  background-position: 0 0, 12px 14px;
  background-size: 22px 22px, 32px 32px;
}

.croissant-rain,
.cursor-glow {
  pointer-events: none;
}

.croissant-rain {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 2;
}

.croissant-drop {
  position: absolute;
  top: -15vh;
  left: 0;
  width: var(--size);
  height: calc(var(--size) * 0.85);
  opacity: var(--opacity);
  background: center / contain no-repeat url("./croissant.svg");
  filter: drop-shadow(0 10px 18px rgba(37, 9, 4, 0.2));
  transform: translate3d(var(--x), -12vh, 0) rotate(var(--spin-start));
  animation: croissant-fall var(--duration) linear infinite;
  animation-delay: var(--delay);
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  z-index: 40;
  opacity: 0;
  background:
    radial-gradient(circle, rgba(255, 222, 152, 0.42) 0%, rgba(255, 168, 79, 0.16) 42%, rgba(255, 168, 79, 0) 72%);
  filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease;
}

.cursor-glow.is-visible {
  opacity: 1;
}

.crumb {
  position: fixed;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  z-index: 39;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle at 30% 30%, rgba(255, 231, 188, 0.9), rgba(255, 161, 88, 0.75) 55%, rgba(113, 47, 24, 0.2) 100%);
  transform: translate(-50%, -50%);
  animation: crumb-pop 850ms ease forwards;
}

.page,
.footer {
  position: relative;
  z-index: 3;
}

.container {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
  background: linear-gradient(180deg, rgba(35, 12, 10, 0.88), rgba(35, 12, 10, 0.5));
  border-bottom: 1px solid rgba(255, 218, 167, 0.08);
}

.page section {
  scroll-margin-top: 108px;
}

.topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: none;
  white-space: nowrap;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #fff2d6 0%, #ffcf83 38%, #ff9f50 72%, #8b421f 100%);
  box-shadow: 0 0 24px rgba(255, 187, 102, 0.55);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nav a {
  text-decoration: none;
  color: rgba(255, 241, 219, 0.9);
  font-size: 14px;
}

.hero,
.who,
.results,
.format,
.program,
.fears,
.about,
.included,
.price,
.cta-repeat {
  padding: 54px 0;
}

.hero {
  padding-top: clamp(34px, 7vh, 72px);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(320px, 1.02fr);
  gap: 34px;
  align-items: center;
}

.eyebrow,
.section-kicker,
.card-kicker,
.price-label,
.proof-grid span,
.module-card span,
.stage-pill,
.tiny-stamp,
.floating-card span,
.course-chip {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker,
.course-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 226, 183, 0.2);
  background: rgba(255, 233, 200, 0.08);
  font-size: 11px;
  font-weight: 800;
}

.course-chip {
  margin-top: 14px;
  background: rgba(255, 178, 94, 0.12);
  color: #ffeacc;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.04em;
}

h1 {
  margin-top: 18px;
  max-width: none;
  font-size: clamp(46px, 6vw, 88px);
  line-height: 0.94;
}

h1 span,
h1 em {
  display: block;
}

h1 em {
  font-style: normal;
  color: #ffcf8a;
}

.hero-lead,
.hero-note,
.result-card p,
.format-lead,
.format-stack p,
.fear-card p,
.about-note,
.included-card p,
.price-copy p,
.price-card p,
.cta-repeat-shell p {
  color: var(--cream-soft);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.72;
}

.hero-lead {
  margin-top: 18px;
  max-width: 38rem;
}

.promise-list,
.check-list,
.cross-list,
.result-list,
.about-facts,
.included-card ul,
.module-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promise-list {
  margin-top: 24px;
  display: grid;
  gap: 12px;
  max-width: 33rem;
}

.promise-list li,
.check-list li,
.cross-list li,
.result-list li,
.about-facts li,
.included-card li,
.module-card li {
  position: relative;
  padding-left: 30px;
}

.promise-list li::before,
.check-list li::before,
.result-list li::before,
.about-facts li::before,
.included-card li::before,
.module-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, #ffe9b9, #ffb760 58%, #eb8041);
  box-shadow: 0 0 0 3px rgba(255, 185, 103, 0.12);
}

.cross-list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -0.06em;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #f29a68;
}

.cta-row {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-row-center {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn-stage-cta {
  width: 100%;
  margin-top: 18px;
}

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

.btn-primary {
  color: var(--ink);
  background: linear-gradient(135deg, #ffe4ac, #ffba63 48%, #ff9553);
  box-shadow: 0 20px 38px rgba(255, 150, 69, 0.28);
}

.btn-secondary {
  background: rgba(255, 232, 198, 0.06);
  border-color: rgba(255, 224, 182, 0.22);
  color: var(--cream);
}

.hero-note {
  margin-top: 16px;
  max-width: 36rem;
}

.hero-stage {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  transition: transform 0.22s ease;
  transform-style: preserve-3d;
}

.glow,
.ring-shell {
  position: absolute;
}

.glow,
.ring {
  border-radius: 50%;
}

.glow-a {
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(255, 169, 78, 0.3), rgba(255, 169, 78, 0) 72%);
  filter: blur(18px);
}

.glow-b {
  width: 360px;
  height: 360px;
  left: 8%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(255, 227, 183, 0.16), rgba(255, 227, 183, 0) 70%);
}

.ring-shell {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 6;
}

.ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 228, 187, 0.16);
  box-shadow: 0 0 0 1px rgba(255, 223, 176, 0.04);
}

.ring-shell-a {
  width: 540px;
  height: 540px;
}

.ring-shell-b {
  width: 680px;
  height: 680px;
}

.ring-rotor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ring-rotor-a {
  animation: spin 30s linear infinite;
}

.ring-rotor-b {
  animation: spin-reverse 40s linear infinite;
}

.ring-a {
  border-style: dashed;
}

.stage-backdrop {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}

.stage-card {
  position: relative;
  width: min(100%, 520px);
  padding: 24px;
  border-radius: 42px;
  background:
    linear-gradient(145deg, rgba(255, 240, 211, 0.18), rgba(255, 163, 72, 0.18)),
    linear-gradient(180deg, rgba(98, 42, 28, 0.95), rgba(42, 17, 12, 0.98));
  border: 1px solid rgba(255, 228, 187, 0.26);
  box-shadow: var(--shadow);
  transform: rotate(-6deg) translate3d(56px, 34px, 0) scale(0.94);
  overflow: hidden;
  opacity: 0.86;
  filter: saturate(1.02) brightness(1.04);
}

.stage-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 228, 187, 0.08);
  pointer-events: none;
}

.tiny-stamp {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 14px;
  background: rgba(255, 244, 226, 0.08);
  border: 1px solid rgba(255, 228, 187, 0.12);
  font-size: 13px;
  font-weight: 800;
  color: #fff1d0;
}

.stage-pill {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  background: rgba(255, 238, 214, 0.12);
  border: 1px solid rgba(255, 224, 182, 0.12);
}

.stage-foreground {
  position: absolute;
  top: 25%;
  left: -7%;
  z-index: 7;
  width: min(100%, 320px);
  padding: 22px 20px;
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(255, 242, 219, 0.14), rgba(255, 171, 87, 0.12)),
    linear-gradient(180deg, rgba(69, 25, 18, 0.96), rgba(26, 10, 8, 0.98));
  border: 1px solid rgba(255, 228, 187, 0.18);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 60px rgba(18, 5, 4, 0.32);
  transform: rotate(-8deg) translateZ(72px);
  animation: stage-copy-sway 7s ease-in-out infinite;
}

.stage-foreground::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 228, 187, 0.08);
  pointer-events: none;
}

.foreground-kicker {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffdca8;
}

.foreground-title {
  margin-top: 10px;
  font-size: clamp(36px, 4vw, 46px);
  line-height: 0.96;
  color: #fff6e6;
}

.foreground-copy {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 242, 220, 0.8);
}

.stage-bottomline {
  position: relative;
  z-index: 2;
}

.stage-bottomline p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 241, 219, 0.78);
}

.stage-bottomline strong {
  display: block;
  margin-top: 6px;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -0.04em;
  line-height: 1;
}

.stage-poster {
  position: relative;
  margin-top: 64px;
  border-radius: 30px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 225, 173, 0.12), rgba(255, 152, 71, 0.08));
}

.stage-poster img {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  object-fit: cover;
}

.stage-bottomline {
  margin-top: 16px;
}

.floating-card {
  position: absolute;
  max-width: 210px;
}

.floating-card-body {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 224, 182, 0.18);
  background:
    linear-gradient(160deg, rgba(255, 244, 226, 0.18), rgba(255, 172, 88, 0.12)),
    rgba(34, 12, 9, 0.82);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(20, 6, 4, 0.24);
  transform-origin: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.floating-card-body-a {
  animation: spin-reverse 30s linear infinite;
}

.floating-card-body-b {
  animation: spin 40s linear infinite;
}

.floating-card-body p {
  margin: 0;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
}

.floating-card-body span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 800;
  color: #ffe7c0;
}

.float-a {
  left: 50%;
  top: 0;
  transform: translate(-50%, -58%);
}

.float-b {
  right: -3%;
  top: 56%;
  transform: translate(48%, -50%);
}

.float-c {
  left: 12%;
  bottom: -2%;
  transform: translate(-8%, 46%);
}

.proof-strip {
  padding: 0 0 30px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.proof-grid article,
.paper-card,
.result-card,
.format-stack article,
.module-card,
.fear-card,
.about-card,
.included-card,
.price-card,
.cta-repeat-shell {
  border: 1px solid var(--line);
  box-shadow: 0 18px 38px rgba(21, 6, 4, 0.18);
}

.proof-grid article {
  min-height: 180px;
  padding: 22px;
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(255, 239, 214, 0.08), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.proof-grid span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe3b2, #ffb05e);
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
}

.proof-grid h2 {
  margin-top: 18px;
  font-size: clamp(26px, 2.5vw, 34px);
}

.proof-grid p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.65;
  color: var(--cream-soft);
}

.section-head {
  max-width: none;
}

.section-head h2,
.format-copy h2,
.price-copy h2,
.cta-repeat-shell h2 {
  margin-top: 16px;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.02;
  max-width: none;
}

.who-grid,
.results-grid,
.included-grid {
  margin-top: 28px;
  display: grid;
  gap: 18px;
}

.who-grid {
  grid-template-columns: minmax(0, 1fr);
}

.paper-card {
  padding: 28px;
  border-radius: 34px;
}

.paper-card-light {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.95), rgba(241, 214, 171, 0.92)),
    linear-gradient(180deg, #f7e5c7, #e7bb84);
}

.paper-card-dark {
  background:
    linear-gradient(165deg, rgba(255, 238, 214, 0.09), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.card-kicker {
  font-size: 12px;
  font-weight: 800;
}

.paper-card ul,
.result-card ul,
.about-facts,
.included-card ul,
.module-card ul {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.paper-card-light li {
  color: #3b1a12;
}

.results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.result-card {
  min-height: 250px;
  padding: 26px;
  border-radius: 32px;
  background:
    linear-gradient(165deg, rgba(255, 238, 214, 0.08), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.result-card-accent {
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 200, 106, 0.16), transparent 28%),
    linear-gradient(165deg, rgba(255, 224, 179, 0.14), rgba(255, 140, 71, 0.12)),
    linear-gradient(180deg, rgba(77, 29, 19, 0.94), rgba(29, 10, 8, 0.98));
}

.result-card h3,
.format-stack h3,
.module-card h3,
.fear-card h3,
.included-card h3,
.price-card h3 {
  margin-top: 14px;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
}

.result-card p {
  margin-top: 14px;
}

.format-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 22px;
  align-items: start;
}

.format-stack {
  display: grid;
  gap: 16px;
}

.format-stack article {
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 244, 226, 0.09), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.program-grid {
  margin-top: 28px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-card {
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(255, 244, 226, 0.08), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.module-card span,
.price-label {
  font-size: 11px;
  font-weight: 800;
  color: #ffe6bb;
}

.module-card-accent {
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 207, 121, 0.18), transparent 30%),
    linear-gradient(160deg, rgba(255, 237, 208, 0.12), rgba(255, 141, 73, 0.12)),
    linear-gradient(180deg, rgba(72, 27, 18, 0.94), rgba(31, 10, 8, 0.98));
}

.fears {
  position: relative;
}

.fear-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fear-card {
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 244, 226, 0.08), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.fear-card p {
  margin-top: 14px;
}

.about-grid,
.price-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.about-card {
  min-height: 100%;
  padding: 28px;
  border-radius: 34px;
}

.about-card-profile {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.95), rgba(241, 214, 171, 0.92)),
    linear-gradient(180deg, #f7e5c7, #e7bb84);
}

.about-card-profile h2 {
  margin-top: 12px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  max-width: none;
}

.about-card-manifesto {
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 197, 105, 0.18), transparent 28%),
    linear-gradient(165deg, rgba(255, 241, 215, 0.1), rgba(255, 168, 84, 0.08)),
    linear-gradient(180deg, rgba(60, 22, 15, 0.94), rgba(29, 10, 8, 0.98));
}

.about-card-manifesto blockquote {
  margin-top: 16px;
  max-width: none;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 0.98;
}

.about-note {
  margin-top: 20px;
  max-width: 30rem;
}

.included-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.included-card {
  padding: 26px;
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(255, 244, 226, 0.08), rgba(255, 167, 84, 0.08)),
    linear-gradient(180deg, rgba(55, 20, 14, 0.92), rgba(31, 10, 8, 0.98));
}

.included-card-bonus {
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.95), rgba(241, 214, 171, 0.92)),
    linear-gradient(180deg, #f7e5c7, #e7bb84);
  color: var(--ink);
}

.included-card-bonus li,
.included-card-bonus p,
.included-card-bonus .card-kicker {
  color: #3b1a12;
}

.included-card-offer {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 207, 121, 0.18), transparent 30%),
    linear-gradient(160deg, rgba(255, 237, 208, 0.12), rgba(255, 141, 73, 0.12)),
    linear-gradient(180deg, rgba(72, 27, 18, 0.94), rgba(31, 10, 8, 0.98));
}

.price-shell {
  align-items: center;
}

.price-card {
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 249, 239, 0.95), rgba(241, 214, 171, 0.92)),
    linear-gradient(180deg, #f7e5c7, #e7bb84);
  color: var(--ink);
}

.price-card p {
  color: rgba(48, 20, 13, 0.78);
}

.cta-repeat-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  padding: clamp(28px, 4vw, 44px);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 205, 114, 0.18), transparent 34%),
    linear-gradient(165deg, rgba(255, 241, 215, 0.1), rgba(255, 168, 84, 0.08)),
    linear-gradient(180deg, rgba(60, 22, 15, 0.94), rgba(29, 10, 8, 0.98));
}

.cta-repeat-shell h2 {
  margin: 0;
  width: 100%;
  max-width: none;
}

.cta-repeat-shell p {
  max-width: 42rem;
  margin: 16px auto 0;
}

.cta-repeat-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-start;
}

.croissant-deal {
  display: grid;
  gap: 10px;
}

.croissant-deal-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 225, 190, 0.78);
}

.croissant-deal-current {
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 0.92;
  color: #fff3db;
}

.croissant-deal-note {
  margin: -2px 0 0 !important;
  max-width: 34rem !important;
  color: rgba(255, 236, 208, 0.9);
}

.croissant-clicker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.croissant-clicker-button {
  width: 196px;
  height: 196px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease;
}

.croissant-clicker-button:hover {
  transform: translateY(-2px) scale(1.02);
  filter: drop-shadow(0 18px 28px rgba(255, 147, 65, 0.26));
}

.croissant-clicker-button:active,
.croissant-clicker-button.is-bumped {
  transform: scale(0.96);
}

.croissant-clicker-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(255, 147, 65, 0.22));
}

.croissant-counter {
  display: grid;
  justify-items: center;
}

.croissant-counter-value {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 6vw, 84px);
  line-height: 0.9;
  color: #fff3db;
}

.croissant-counter-value.is-prompt {
  max-width: 10ch;
  font-family: "Manrope", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  letter-spacing: -0.03em;
}

.croissant-clicker-note {
  margin: 0;
  text-align: center;
  color: rgba(255, 236, 208, 0.88);
  font-size: 15px;
  line-height: 1.45;
}

.footer {
  padding: 10px 0 36px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(255, 221, 171, 0.1);
  padding-top: 18px;
  color: rgba(255, 233, 196, 0.72);
  font-size: 13px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  text-decoration: none;
}

@keyframes croissant-fall {
  0% {
    transform: translate3d(var(--x), -15vh, 0) rotate(var(--spin-start)) scale(var(--scale));
  }
  25% {
    transform: translate3d(calc(var(--x) + var(--drift)), 20vh, 0) rotate(calc(var(--spin-start) + 80deg)) scale(var(--scale));
  }
  50% {
    transform: translate3d(calc(var(--x) - var(--drift)), 50vh, 0) rotate(calc(var(--spin-start) + 180deg)) scale(var(--scale));
  }
  75% {
    transform: translate3d(calc(var(--x) + var(--drift)), 82vh, 0) rotate(calc(var(--spin-start) + 280deg)) scale(var(--scale));
  }
  100% {
    transform: translate3d(calc(var(--x) - (var(--drift) * 0.45)), 118vh, 0) rotate(calc(var(--spin-start) + 360deg)) scale(var(--scale));
  }
}

@keyframes crumb-pop {
  0% {
    opacity: 0.85;
    transform: translate(-50%, -50%) scale(0.75);
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(0.1);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes stage-copy-sway {
  0% {
    transform: rotate(-8deg) translate3d(0, 0, 72px);
  }
  50% {
    transform: rotate(-4.7deg) translate3d(10px, -8px, 72px);
  }
  100% {
    transform: rotate(-8deg) translate3d(0, 0, 72px);
  }
}

@media (max-width: 1100px) {
  .hero-layout,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .proof-grid,
  .program-grid,
  .fear-grid,
  .included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .who-grid,
  .results-grid {
    grid-template-columns: 1fr;
  }

  .cta-repeat-shell {
    grid-template-columns: 1fr;
  }

  .result-card-large {
    grid-row: span 1;
  }

  .hero-stage {
    min-height: 660px;
  }

  .ring-shell-a {
    width: 460px;
    height: 460px;
  }

  .ring-shell-b {
    width: 580px;
    height: 580px;
  }

  .stage-foreground {
    left: -1%;
    top: 20%;
    width: min(100%, 296px);
  }

  .stage-card {
    transform: rotate(-6deg) translate3d(28px, 22px, 0) scale(0.92);
  }
}

@media (max-width: 780px) {
  body,
  body a,
  body button {
    cursor: auto;
  }

  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .topbar-inner {
    min-height: 72px;
    flex-wrap: wrap;
    padding: 10px 0 12px;
  }

  .nav {
    gap: 14px;
    width: 100%;
  }

  .proof-grid,
  .program-grid,
  .fear-grid,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 620px;
  }

  .ring-shell-a {
    width: 380px;
    height: 380px;
  }

  .ring-shell-b {
    width: 500px;
    height: 500px;
  }

  .stage-card {
    width: min(100%, 390px);
    transform: rotate(-4deg) translate3d(16px, 44px, 0) scale(0.9);
  }

  .stage-foreground {
    left: 50%;
    top: auto;
    bottom: 12px;
    width: min(84%, 300px);
    padding: 18px;
    animation: none;
    transform: translateX(-50%) rotate(-6deg);
  }

  .foreground-title {
    font-size: 36px;
  }

  .section-head h2,
  .format-copy h2,
  .price-copy h2,
  .cta-repeat-shell h2 {
    max-width: none;
  }

  .croissant-clicker-card {
    gap: 12px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .hero,
  .who,
  .results,
  .format,
  .program,
  .fears,
  .about,
  .included,
  .price,
  .cta-repeat {
    padding: 40px 0;
  }

  .hero-stage {
    min-height: 560px;
    display: grid;
  }

  .glow-a,
  .glow-b {
    display: none;
  }

  .ring-shell-a {
    width: 280px;
    height: 280px;
  }

  .ring-shell-b {
    width: 360px;
    height: 360px;
  }

  .stage-card {
    width: min(100%, 320px);
    transform: rotate(-2deg) translate3d(0, 48px, 0) scale(0.88);
  }

  .floating-card {
    max-width: 144px;
  }

  .floating-card-body {
    padding: 12px 12px;
  }

  .floating-card-body p {
    font-size: 16px;
  }

  .cta-repeat-shell {
    gap: 18px;
  }

  .croissant-clicker-card {
    gap: 8px;
  }

  .croissant-clicker-button {
    width: 154px;
    height: 154px;
  }

  .stage-foreground {
    width: min(100%, 290px);
    bottom: 0;
    padding: 16px;
    animation: none;
    transform: translateX(-50%) rotate(-3deg);
  }

  .about-card-manifesto blockquote {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .croissant-drop,
  .ring-rotor-a,
  .ring-rotor-b,
  .floating-card-body-a,
  .floating-card-body-b,
  .stage-foreground,
  .croissant-clicker-button {
    animation: none !important;
  }

  .cursor-glow,
  .crumb {
    display: none !important;
  }
}

@keyframes stage-copy-sway-mobile {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
