@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/fraunces-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --ink: #121411;
  --ink-2: #1a1d18;
  --porcelain: #f4efe6;
  --paper: #fffaf1;
  --gold: #d2a64b;
  --moss: #667157;
  --lacquer: #c8321f;
  --muted-dark: rgba(244, 239, 230, 0.68);
  --muted-light: rgba(18, 20, 17, 0.68);
  --dark-line: rgba(244, 239, 230, 0.13);
  --light-line: rgba(18, 20, 17, 0.13);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--porcelain);
  background: var(--ink);
  font-family: "Manrope", sans-serif;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

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

.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 22px;
  left: 50%;
  display: flex;
  width: var(--shell);
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(244, 239, 230, 0.18);
  border-radius: 16px;
  background: rgba(12, 14, 12, 0.66);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}

.brand img { border-radius: 12px; }
.brand span { display: grid; line-height: 1.08; }
.brand strong { font-family: "Fraunces", serif; font-size: 17px; font-weight: 600; }
.brand small { margin-top: 3px; color: var(--muted-dark); font-size: 10px; font-weight: 700; }

.site-nav { display: flex; align-items: center; gap: 3px; }

.site-nav a,
.nav-share {
  padding: 10px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--muted-dark);
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.nav-share:hover,
.nav-share:focus-visible {
  border-color: var(--dark-line);
  color: var(--porcelain);
  background: rgba(244, 239, 230, 0.08);
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(900px, 100svh);
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  align-items: center;
  gap: clamp(18px, 3vw, 52px);
  overflow: hidden;
  padding: 136px max(20px, calc((100vw - 1180px) / 2)) 92px;
  background:
    radial-gradient(circle at 76% 36%, rgba(210, 166, 75, 0.13), transparent 28rem),
    linear-gradient(105deg, #11130f 0%, #161813 48%, #0d0f0c 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, transparent 44%, rgba(210, 166, 75, 0.045) 44.2%, transparent 44.5%),
    radial-gradient(circle, rgba(244, 239, 230, 0.16) 0 1px, transparent 1.5px);
  background-size: auto, 36px 36px;
  content: "";
  opacity: 0.26;
  pointer-events: none;
}

.hero-copy,
.hero-visual { position: relative; z-index: 1; }
.hero-copy { max-width: 640px; }

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow.dark { color: #8b651e; }

h1,
h2,
h3,
.hero-promise,
.price {
  font-family: "Fraunces", serif;
  font-weight: 500;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(58px, 7vw, 104px);
  letter-spacing: -0.054em;
  line-height: 0.86;
}

h1 em { color: var(--gold); font-style: normal; }

.hero-promise {
  margin: 28px 0 0;
  color: var(--gold);
  font-size: clamp(24px, 3vw, 37px);
  line-height: 1.1;
}

.hero-lede {
  max-width: 58ch;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--dark-line);
  border-radius: 11px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  border-color: var(--lacquer);
  color: var(--paper);
  background: var(--lacquer);
  box-shadow: 0 12px 36px rgba(200, 50, 31, 0.22);
}

.button.secondary { background: rgba(244, 239, 230, 0.07); }
.button[aria-disabled="true"] { cursor: default; }
.button:not([aria-disabled="true"]):hover { transform: translateY(-1px); }

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 24px 0 0;
  padding: 0;
  color: rgba(244, 239, 230, 0.62);
  font-size: 12px;
  font-weight: 700;
  list-style: none;
}

.trust-line li::before { margin-right: 8px; color: var(--gold); content: "•"; }
.share-status { min-height: 20px; margin: 12px 0 0; color: var(--gold); font-size: 12px; }

.hero-visual { margin-right: -16%; }
.hero-visual img { width: min(920px, 67vw); filter: drop-shadow(0 36px 70px rgba(0, 0, 0, 0.38)); }

.repair-seam {
  height: 32px;
  overflow: hidden;
  background: var(--porcelain);
}

.repair-seam span {
  display: block;
  width: 110%;
  height: 50px;
  margin-top: -30px;
  margin-left: -5%;
  border-bottom: 3px solid var(--gold);
  transform: rotate(-0.8deg);
  filter: drop-shadow(0 0 4px rgba(210, 166, 75, 0.42));
}

.problem-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(42px, 8vw, 110px);
  padding-block: 92px;
  color: var(--ink);
}

.problem-section h2,
.section-heading h2,
.progress-section h2,
.privacy-section h2,
.safety-section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 69px);
  letter-spacing: -0.042em;
  line-height: 0.98;
}

.problem-copy { align-self: end; }
.problem-copy p,
.privacy-section p,
.safety-section p {
  color: var(--muted-light);
  font-size: 17px;
  line-height: 1.68;
}

.problem-copy .pull-line {
  margin-top: 24px;
  color: #7d2418;
  font-family: "Fraunces", serif;
  font-size: 26px;
  line-height: 1.2;
}

.ritual-section { padding: 94px 0 110px; background: var(--ink-2); }

.section-heading { max-width: 790px; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted-dark); font-size: 18px; line-height: 1.6; }

.ritual-list { margin: 0; padding: 0; border-top: 1px solid var(--dark-line); list-style: none; }

.ritual-list li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid var(--dark-line);
}

.ritual-list li > span { color: var(--gold); font-size: 12px; font-weight: 900; }
.ritual-list h3 { margin: -2px 0 5px; font-size: 27px; }
.ritual-list p { max-width: 760px; margin: 0; color: var(--muted-dark); line-height: 1.6; }

.progress-section { padding: 110px 0; background: #0c0e0b; }

.progress-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(52px, 8vw, 110px);
  align-items: center;
}

.progress-lede { color: var(--muted-dark); font-size: 17px; line-height: 1.65; }
.progress-points { margin: 28px 0 0; padding: 0; list-style: none; }
.progress-points li { display: grid; gap: 4px; padding: 15px 0; border-top: 1px solid var(--dark-line); }
.progress-points strong { color: var(--gold); }
.progress-points span { color: var(--muted-dark); font-size: 14px; }

.chart {
  margin: 0;
  padding: 26px;
  border: 1px solid rgba(210, 166, 75, 0.34);
  border-radius: 24px;
  background: linear-gradient(150deg, rgba(244, 239, 230, 0.06), rgba(102, 113, 87, 0.06));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.26);
}

.chart figcaption { display: grid; gap: 2px; }
.chart figcaption span { color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.chart figcaption strong { font-family: "Fraunces", serif; font-size: 28px; font-weight: 500; }
.chart figcaption small { color: var(--muted-dark); }
.chart svg { width: 100%; margin-top: 12px; overflow: visible; }
.chart-grid line { stroke: rgba(244, 239, 230, 0.13); stroke-dasharray: 5 6; }
.chart-labels { fill: rgba(244, 239, 230, 0.5); font: 12px "Manrope", sans-serif; }
.chart-line { fill: none; stroke: var(--moss); stroke-linecap: round; stroke-width: 4; }
.chart-dots circle { fill: #aab779; }
.chart-dots .current { fill: var(--moss); stroke: var(--gold); stroke-width: 4; }

.progress-bridge {
  width: var(--shell);
  margin: 72px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--dark-line);
  color: var(--gold);
  font-family: "Fraunces", serif;
  font-size: clamp(27px, 4vw, 44px);
  text-align: center;
}

.privacy-section { padding: 108px 0; color: var(--ink); background: var(--porcelain); }
.privacy-grid { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.privacy-mark { display: grid; justify-items: center; }
.privacy-mark img { width: min(250px, 72%); border-radius: 26%; box-shadow: 0 28px 70px rgba(18, 20, 17, 0.16); }
.privacy-mark p { margin-top: 18px; color: var(--moss); font-size: 13px; font-weight: 900; }
.text-link { display: inline-flex; gap: 9px; margin-top: 12px; color: #7d5b19; font-weight: 900; }

.pricing-section { padding: 104px 0; background: #20231d; }
.section-heading.light { color: var(--porcelain); }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.plans article { padding: 28px; border: 1px solid var(--dark-line); border-radius: 20px; background: rgba(244, 239, 230, 0.045); }
.plans .featured-plan { border-color: rgba(210, 166, 75, 0.58); background: rgba(210, 166, 75, 0.08); }
.plan-name { margin: 0; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.price { margin: 12px 0; font-size: 38px; }
.price small { color: var(--muted-dark); font: 14px "Manrope", sans-serif; }
.plan-note { min-height: 42px; color: var(--muted-dark); font-size: 12px; line-height: 1.5; }
.plans ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; color: var(--muted-dark); font-size: 14px; list-style: none; }
.plans li::before { margin-right: 8px; color: var(--gold); content: "✓"; }
.price-disclosure { margin: 24px 0 0; color: var(--muted-dark); font-size: 12px; }

.safety-section { padding: 82px 0; color: var(--ink); background: #d8d2c6; }
.safety-grid { display: grid; grid-template-columns: 0.38fr 1fr; gap: 50px; }
.safety-label { margin: 7px 0 0; color: #7d2418; font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }

.faq-section { padding-block: 104px; color: var(--ink); }
.faq-list { border-top: 1px solid var(--light-line); }
.faq-list details { border-bottom: 1px solid var(--light-line); }
.faq-list summary { padding: 22px 44px 22px 0; font: 500 24px "Fraunces", serif; cursor: pointer; }
.faq-list details p { max-width: 760px; margin: -4px 0 24px; color: var(--muted-light); line-height: 1.65; }

.final-cta { padding: 100px 0; text-align: center; background: radial-gradient(circle at 50% 22%, rgba(210, 166, 75, 0.14), transparent 30rem), #10120f; }
.final-cta img { margin: 0 auto 20px; border-radius: 23px; }
.final-cta h2 { max-width: 760px; margin-inline: auto; }
.final-cta p:not(.eyebrow) { color: var(--muted-dark); font-size: 18px; }
.final-cta .return-line { max-width: 780px; margin: 0 auto 28px; color: var(--gold); font-family: "Fraunces", serif; font-size: clamp(24px, 3vw, 36px); line-height: 1.2; }
.final-cta .button { margin-top: 14px; }

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 42px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--dark-line);
  color: var(--muted-dark);
  background: #0b0d0a;
  font-size: 13px;
}

.site-footer strong { color: var(--porcelain); font-family: "Fraunces", serif; font-size: 18px; }
.site-footer p { max-width: 520px; margin: 7px 0 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }

.consent {
  position: fixed;
  z-index: 60;
  right: 18px;
  bottom: 18px;
  width: min(430px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(210, 166, 75, 0.44);
  border-radius: 15px;
  color: var(--porcelain);
  background: rgba(12, 14, 12, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.consent p { margin: 0 0 14px; color: var(--muted-dark); font-size: 13px; line-height: 1.5; }
.consent strong { color: var(--porcelain); }
.consent div { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.consent button, .consent a { padding: 8px 10px; border: 1px solid var(--dark-line); border-radius: 8px; color: var(--porcelain); background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.consent .accept { border-color: var(--gold); color: var(--ink); background: var(--gold); }

@media (max-width: 920px) {
  .site-header { position: relative; top: 12px; width: calc(100% - 24px); }
  .site-nav a:not([href="/support/"]), .nav-share { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 100px 20px 60px; }
  .hero-copy { width: var(--shell); margin-inline: auto; }
  .hero-visual { width: calc(100% + 80px); margin: -18px -40px -20px; }
  .hero-visual img { width: 100%; }
  .problem-section, .progress-grid, .privacy-grid, .safety-grid { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
  .plan-note { min-height: 0; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .brand small { display: none; }
  .site-nav a { padding-inline: 8px; }
  h1 { font-size: clamp(54px, 17vw, 82px); }
  .hero { padding-top: 82px; }
  .hero-copy { width: 100%; }
  .hero-actions .button { width: 100%; }
  .trust-line { display: grid; }
  .problem-section, .ritual-section, .progress-section, .privacy-section, .pricing-section, .faq-section { padding-block: 72px; }
  .ritual-list li { grid-template-columns: 46px 1fr; }
  .chart { padding: 18px 12px; border-radius: 18px; }
  .privacy-mark { display: none; }
  .site-footer { display: grid; }
  .consent div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
