:root {
  --ink: #173e35;
  --ink-deep: #0d2d27;
  --cream: #f6f0df;
  --paper: #fffaf0;
  --gold: #c49a45;
  --gold-light: #ead8a5;
  --rust: #b86249;
  --muted: #67756e;
  --line: rgba(23, 62, 53, 0.18);
  --shadow: 0 24px 70px rgba(31, 51, 43, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(23, 62, 53, 0.1);
  background: rgba(246, 240, 223, 0.9);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}
.top-cta {
  padding: 9px 16px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}
.top-cta:hover { background: var(--ink); color: var(--paper); }

.section-shell { width: min(1180px, 90vw); margin-inline: auto; }
.section-narrow { width: min(790px, 86vw); margin-inline: auto; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--rust);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; font-family: var(--serif); line-height: 1.1; }
h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 500; letter-spacing: -.045em; }
h1 em { color: var(--rust); font-weight: 500; }
h2 { margin-bottom: 24px; font-size: clamp(2.25rem, 4.4vw, 4.2rem); font-weight: 500; letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 1.45rem; }
p { margin: 0 0 18px; }
.lead { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 1.55rem); line-height: 1.5; }

.hero {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
  min-height: calc(100vh - 72px);
  padding-block: 72px 84px;
}
.hero-copy > p:not(.eyebrow) { max-width: 670px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(13, 45, 39, .16); }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--ink-deep); }
.button-secondary { border-color: var(--ink); color: var(--ink); }
.button-secondary:hover { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink-deep); }
.price-note { color: var(--muted); font-size: 14px; white-space: nowrap; }
.price-note strong { color: var(--ink); font-size: 20px; }
.hero-visual { position: relative; }
.image-frame { overflow: hidden; border: 1px solid rgba(196, 154, 69, .5); background: #eee3c7; box-shadow: var(--shadow); }
.image-frame-main { transform: rotate(1.5deg); }
.image-frame-main img { height: auto; }
.orbit-note {
  width: fit-content;
  margin: 15px 8px 0 auto;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--gold);
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
}

.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.facts div { display: flex; flex-direction: column; align-items: center; padding: 31px 18px; border-right: 1px solid var(--line); }
.facts div:last-child { border-right: 0; }
.facts strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; }
.facts span { color: var(--muted); font-size: 13px; letter-spacing: .05em; text-transform: uppercase; }

.testimonial { position: relative; padding-block: 120px; text-align: center; }
.quote-mark { position: absolute; top: 72px; left: 50%; color: var(--gold); font-family: var(--serif); font-size: 92px; line-height: 1; transform: translateX(-50%); opacity: .55; }
blockquote { margin: 0; }
blockquote p { font-family: var(--serif); font-size: clamp(1.4rem, 2.7vw, 2rem); line-height: 1.45; }
blockquote footer { margin-top: 27px; color: var(--rust); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding-block: 110px; border-top: 1px solid var(--line); }
.prose { font-size: 18px; }
.pull-line { margin-top: 34px; padding-left: 22px; border-left: 2px solid var(--gold); font-family: var(--serif); font-size: 1.45rem; }

.benefits-section { padding-block: 110px; background: var(--paper); }
.section-heading { max-width: 770px; margin-bottom: 52px; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit { min-height: 220px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit > span { display: block; margin-bottom: 36px; color: var(--gold); font-family: var(--serif); font-size: 14px; }
.benefit p { margin-bottom: 0; color: var(--muted); }

.comparison { display: grid; grid-template-columns: .88fr 1.12fr; gap: 8vw; align-items: center; padding-block: 120px; }
.image-frame-secondary { transform: rotate(-1.2deg); }
.check-list { display: grid; gap: 12px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; }
.check-list li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); }

.process { padding-block: 110px; border-top: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-step { padding: 28px 28px 20px; border-top: 3px solid var(--gold); background: rgba(255, 250, 240, .55); }
.process-step > span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 26px; border-radius: 50%; background: var(--ink); color: var(--paper); font-family: var(--serif); }
.process-step p { color: var(--muted); }
.process-image { width: min(760px, 100%); margin: 64px auto 0; box-shadow: var(--shadow); }

.not-fate { padding-block: 120px; background: var(--ink); color: var(--paper); text-align: center; }
.not-fate h2 { color: var(--gold-light); }
.not-fate p { font-size: 19px; }
.eyebrow.light { color: #e3bc66; }
.light-pull { margin-top: 35px; font-family: var(--serif); font-size: clamp(1.35rem, 2.6vw, 1.9rem) !important; font-style: italic; }

.signature { margin-top: 32px; color: var(--rust); font-family: var(--serif); font-size: 1.45rem; font-style: italic; }

.offers { padding-block: 120px; background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: stretch; }
.offer-card { display: flex; flex-direction: column; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--cream); }
.offer-card-featured { border-color: var(--gold); background: #f0e7cc; box-shadow: var(--shadow); }
.offer-label { color: var(--rust); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.offer-card h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.offer-price { margin: 8px 0 24px; font-family: var(--serif); font-size: 3rem; line-height: 1; }
.offer-price span { color: var(--muted); font-family: var(--sans); font-size: 13px; }
.offer-card > p:not(.offer-label):not(.offer-price) { margin-bottom: 34px; color: var(--muted); }
.offer-card .button { margin-top: auto; }
.guarantee { display: grid; grid-template-columns: auto 1fr; gap: 20px; width: min(780px, 100%); margin: 60px auto 0; padding: 26px 30px; border: 1px solid var(--line); }
.guarantee-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); }
.guarantee h3 { margin-bottom: 6px; font-size: 1.2rem; }
.guarantee p { margin: 0; color: var(--muted); font-size: 15px; }

.final-cta { padding-block: 125px; background: var(--rust); color: var(--paper); text-align: center; }
.final-cta > div > p { margin-bottom: 10px; font-weight: 700; }
.final-cta h2 { color: var(--paper); }
.footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 5vw; background: var(--ink-deep); color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 14px; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  body { font-size: 16px; }
  .topbar { min-height: 62px; padding-inline: 20px; }
  .brand-mark { width: 28px; height: 28px; }
  .top-cta { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 64px 72px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; width: min(470px, 92%); margin: 18px auto 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .button { width: 100%; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .testimonial { padding-block: 95px; }
  .two-column, .comparison { grid-template-columns: 1fr; gap: 32px; padding-block: 82px; }
  .comparison .image-frame { width: min(480px, 100%); margin-inline: auto; }
  .benefits-section, .process, .offers { padding-block: 82px; }
  .benefit-grid, .offer-grid, .process-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; }
  .process-image { margin-top: 42px; }
  .not-fate, .final-cta { padding-block: 88px; }
  .footer { flex-direction: column; padding-bottom: 96px; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(13,45,39,.94); backdrop-filter: blur(10px); }
  .mobile-cta a { display: block; padding: 13px 18px; border-radius: 3px; background: var(--paper); color: var(--ink-deep); font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; }
}

@media (max-width: 460px) {
  h1 { font-size: 2.72rem; }
  h2 { font-size: 2.25rem; }
  .section-shell { width: min(100% - 34px, 1180px); }
  .section-narrow { width: min(100% - 34px, 790px); }
  .facts strong { font-size: 1.65rem; }
  .facts span { font-size: 11px; }
  .benefit, .process-step, .offer-card { padding: 25px; }
  .guarantee { grid-template-columns: 1fr; }
}

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