/* ===========================
   Softly Supported — Theme
   Warm, feminine, editorial
   =========================== */

:root {
  --blush:       #f5e6e0;
  --sage:        #a8b5a0;
  --cream:       #faf7f4;
  --charcoal:    #3d3531;
  --warm-brown:  #7a6258;
  --soft-sage:   #d4ddd3;
  --blush-dark:  #e8cfc6;
  --bg:          #faf7f4;
  --fg:          #3d3531;
  --muted:       #8a7d77;
  --accent:      #b09080;
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: 'Cormorant Garant', serif;
  font-weight: 400;
  line-height: 1.2;
}

/* ── NAV ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 2rem;
  background: rgba(250, 247, 244, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.nav-logo {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--warm-brown);
  letter-spacing: 0.01em;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 2rem 5rem;
  overflow: hidden;
  background: var(--bg);
}
.hero-bg-shape {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 55%;
  height: 75%;
  background: linear-gradient(155deg, var(--blush) 0%, var(--soft-sage) 60%, var(--blush-dark) 100%);
  border-radius: 50% 20% 50% 50%;
  opacity: 0.55;
  z-index: 0;
  transform: rotate(-8deg);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}
.hero-headline {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  color: var(--charcoal);
  margin-bottom: 1.75rem;
  max-width: 620px;
}
.hero-lede {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  color: var(--warm-brown);
  max-width: 520px;
  line-height: 1.8;
}

/* ── SHARED SECTION STYLES ── */
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.9rem;
}
.section-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: var(--charcoal);
  margin-bottom: 3rem;
}

/* ── HOW IT WORKS ── */
.how-it-works {
  padding: 7rem 0;
  background: var(--cream);
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.step-number {
  font-family: 'Cormorant Garant', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--blush-dark);
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.step-title {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
}
.step-body {
  font-size: 0.92rem;
  color: var(--warm-brown);
  line-height: 1.75;
}

/* ── WHO IT'S FOR ── */
.who-its-for {
  padding: 7rem 0;
  background: var(--bg);
}
.persona-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 3rem;
}
.persona {
  padding: 1.5rem 1.75rem;
  background: var(--cream);
  border-left: 3px solid var(--sage);
  border-radius: 0 8px 8px 0;
}
.persona-text {
  font-size: 0.95rem;
  color: var(--charcoal);
  line-height: 1.7;
}

/* ── THE OFFER ── */
.the-offer {
  padding: 7rem 0;
  background: var(--cream);
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.offer-item {
  padding: 1.75rem;
  background: var(--bg);
  border-radius: 12px;
  border: 1px solid var(--blush-dark);
}
.offer-title {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.6rem;
}
.offer-body {
  font-size: 0.88rem;
  color: var(--warm-brown);
  line-height: 1.7;
}
.offer-pricing {
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid var(--blush-dark);
}
.pricing-note {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 0.5rem;
}
.pricing-amount {
  font-family: 'Cormorant Garant', serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--charcoal);
}
.pricing-period {
  font-size: 1.2rem;
  color: var(--muted);
}

/* ── CLOSING ── */
.closing {
  padding: 8rem 0;
  background: linear-gradient(160deg, var(--blush) 0%, var(--soft-sage) 100%);
}
.closing-quote {
  font-family: 'Cormorant Garant', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-style: italic;
  color: var(--charcoal);
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.closing-body {
  font-size: 1rem;
  color: var(--warm-brown);
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── FOOTER ── */
.footer {
  padding: 2.5rem 0;
  background: var(--charcoal);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.footer-brand {
  font-family: 'Cormorant Garant', serif;
  font-size: 1.3rem;
  color: var(--blush);
  margin-bottom: 0.4rem;
}
.footer-tagline {
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.05em;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero {
    padding: 7rem 1.5rem 4rem;
    min-height: 85vh;
  }
  .hero-bg-shape {
    width: 80%;
    right: -20%;
    top: 5%;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .persona-list {
    grid-template-columns: 1fr;
  }
  .offer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .how-it-works, .who-its-for, .the-offer, .closing {
    padding: 5rem 0;
  }
}

@media (max-width: 480px) {
  .hero-headline {
    font-size: 2.2rem;
  }
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .pricing-amount {
    font-size: 2.8rem;
  }
}