/* ── LOGO ANIMATION ────────────────────────────── */
.hero {
  text-align: center;
}

.med-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  pointer-events: none;
}

.logo-svg {
  width: 115px;
  height: 107px;
  opacity: 0.9;
}

.lp {
  fill: none;
  stroke-width: 1.4;
}

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

/* ── VARIABLES ─────────────────────────────────── */
:root {
  --cream:   #F7F3EE;  /* Parchment — main bg */
  --card:    #EEE8E0;  /* Parchment mid — cards, secondary sections */
  --hover:   #E6DDD2;  /* Parchment light — hover states */
  --dark:    #1C1915;  /* Ink — main text */
  --gold:    #8C6D45;  /* Accent gold-brown — buttons, highlights */
  --gold-lt: #B09070;  /* Accent light — labels, subdued */
  --muted:   #6B6358;  /* Mid — supporting body text */
  --divider: #DDD6CC;  /* Line — all dividers and borders */
  --btn:     #1C1915;
}

/* ── BASE ──────────────────────────────────────── */
html {}

body {
  background: var(--cream);
  color: var(--dark);
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

/* ── SHARED LAYOUT ─────────────────────────────── */
.hero,
.quote-section,
.why-section,
.cta-section,
footer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 240px;
}

.hero {
  padding-top: 56px;
}

@media (max-width: 1100px) {
  .hero, .quote-section, .why-section, .cta-section, footer {
    padding: 80px 80px;
  }
  .hero { padding-top: 48px; }
}

@media (max-width: 680px) {
  .hero, .quote-section, .why-section, .cta-section, footer {
    padding: 64px 32px;
  }
  .hero { padding-top: 36px; }
}

/* ── DIVIDER ───────────────────────────────────── */
.divider {
  border: none;
  border-top: 1px solid var(--divider);
  margin: 0;
}

/* ── NAV ───────────────────────────────────────── */
.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 240px;
  border-bottom: 1px solid var(--divider);
  background: var(--cream);
}

@media (max-width: 1100px) {
  .site-nav { padding: 28px 80px; }
}

@media (max-width: 680px) {
  .site-nav { padding: 24px 32px; }
}

.nav-brand {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--dark);
  text-decoration: none;
  opacity: 0.65;
}

.nav-right {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: var(--gold-lt);
}

.nav-back {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: var(--gold-lt);
  text-decoration: none;
  transition: color 0.4s;
}
.nav-back:hover { color: var(--dark); }

/* ── LABEL ─────────────────────────────────────── */
.label {
  font-size: 9px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}

/* ── HERO ──────────────────────────────────────── */
.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: 28px;
}

.hero-headline em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}

.hero-body {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 2.2;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.hero-body .accent {
  color: var(--gold);
}

/* ── EMAIL FORM ────────────────────────────────── */
.email-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.f-row {
  display: flex;
  gap: 0;
  width: 100%;
  max-width: 440px;
}

.f-in {
  flex: 1;
  padding: 15px 18px;
  border: 1px solid rgba(140,109,69,.3);
  border-right: none;
  background: rgba(255,255,255,.9);
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #1C1915;
  outline: none;
  border-radius: 0;
  transition: border-color .3s, background .3s;
}

.f-in::placeholder { color: rgba(100,80,55,.52); }
.f-in:focus { border-color: rgba(140,109,69,.6); background: #fff; }

.f-btn {
  padding: 15px 22px;
  background: #8C6D45;
  border: 1px solid #8C6D45;
  color: #F7F3EE;
  font-family: 'Work Sans', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  white-space: nowrap;
  transition: background .32s, border-color .32s;
}

.f-btn:hover { background: #1C1915; border-color: #1C1915; }

.f-msg {
  margin-top: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-style: italic;
  color: #8C6D45;
  min-height: 18px;
}

.form-note {
  margin-top: 14px;
  font-size: 13px;
  font-style: italic;
  color: var(--muted);
}

@media (max-width: 500px) {
  .f-row { flex-direction: column; }
  .f-in { border-right: 1px solid rgba(140,109,69,.3); border-bottom: none; }
  .f-btn { width: 100%; }
}

/* ── QUOTE ─────────────────────────────────────── */
.quote-section blockquote {
  border-left: 2px solid var(--divider);
  padding-left: 28px;
  max-width: 680px;
}

.quote-section blockquote p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(18px, 2vw, 22px);
  font-style: italic;
  font-weight: 300;
  color: var(--dark);
  line-height: 1.55;
  margin-bottom: 16px;
}

.quote-section cite {
  font-size: 15px;
  font-style: italic;
  color: var(--muted);
  font-weight: 300;
}

/* ── WHY SECTION ───────────────────────────────── */
.why-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: 64px;
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 80px;
}

@media (max-width: 680px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

.numeral {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 16px;
  font-style: normal;
}

.why-item h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 300;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.25;
}

.why-item p {
  font-size: 16px;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.7;
}

/* ── CTA SECTION ───────────────────────────────── */
.cta-section {
  text-align: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: 28px;
}

.cta-headline em {
  font-style: italic;
  color: var(--gold);
  font-weight: 300;
}

.cta-sub {
  max-width: 480px;
  margin: 0 auto 48px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

/* ── MEDITATION CARDS ──────────────────────────── */
.med-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 32px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
}

.med-label {
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 16px;
}

.med-section-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--dark);
  margin-bottom: 0;
}

.med-section-sub {
  font-size: 13px;
  color: var(--muted);
  font-style: italic;
  margin-top: 12px;
}

.section-header { margin-bottom: 64px; }

.meditations { display: flex; flex-direction: column; gap: 12px; }

.med-card {
  background: var(--card);
  padding: 52px 56px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s;
}

.med-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--gold);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.med-card:hover { background: var(--hover); }
.med-card:hover::before { transform: scaleY(1); }

.med-number {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 16px;
}

.med-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.2;
}

.med-tagline {
  font-size: 14px;
  font-style: italic;
  color: var(--gold-lt);
  margin-bottom: 28px;
  line-height: 1.6;
}

.med-meta {
  display: flex;
  gap: 32px;
  margin-bottom: 28px;
}

.med-meta-item { display: flex; flex-direction: column; gap: 4px; }

.med-meta-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-lt);
  font-family: 'Work Sans', sans-serif;
}

.med-meta-value { font-size: 13px; color: var(--muted); }

.med-body {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 600px;
  margin-bottom: 32px;
}

.med-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 11px 0;
  min-height: 44px;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  transition: opacity 0.2s;
}
.med-toggle:hover { opacity: 0.65; }

.toggle-icon {
  width: 22px;
  height: 22px;
  border: 1px solid var(--gold-lt);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s, background 0.3s;
}

.toggle-icon::before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  color: var(--gold);
}

.med-toggle.open .toggle-icon {
  transform: rotate(45deg);
  background: var(--dark);
  border-color: var(--dark);
}
.med-toggle.open .toggle-icon::before { color: white; }

.med-expand {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.55s cubic-bezier(0.4,0,0.2,1), opacity 0.4s ease;
}
.med-expand.open { max-height: 700px; opacity: 1; }
.med-expand-inner { padding-top: 32px; }

.med-preview { padding: 32px 36px; }

.med-preview-label {
  font-family: 'Work Sans', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-lt);
  margin-bottom: 24px;
}

.med-preview-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.med-preview-lines span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  color: var(--dark);
  line-height: 1.6;
  font-style: italic;
}

.pause-indicator {
  font-size: 12px !important;
  color: var(--gold-lt) !important;
  letter-spacing: 0.1em;
  font-style: normal !important;
  margin: 4px 0;
}

@media (max-width: 700px) {
  .med-section { padding: 72px 24px; }
  .med-card { padding: 36px 28px; }
  .med-meta { flex-wrap: wrap; gap: 20px; }
}

/* ── MAILERLITE OVERRIDES ──────────────────────── */
.ml-embedded { width: 100%; max-width: 440px; margin: 0 auto !important; }
.ml-embedded .ml-form-align-center { display: block !important; text-align: center !important; }
.ml-embedded .ml-form-embedWrapper { display: block !important; margin: 0 auto !important; max-width: 440px !important; width: 100% !important; }
.ml-embedded .ml-form-embedWrapper { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; }
.ml-embedded .ml-form-align-center { text-align: left !important; }
.ml-embedded .ml-form-embedBody { padding: 0 !important; background: transparent !important; }
.ml-embedded .ml-form-fieldRow { padding: 0 !important; margin-bottom: 12px !important; }
.ml-embedded .ml-field-group { margin-bottom: 0 !important; }
.ml-embedded input[type="email"],
.ml-embedded input[type="text"] {
  width: 100% !important;
  padding: 14px 16px !important;
  border: 1px solid var(--divider) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  color: var(--dark) !important;
  outline: none !important;
  box-shadow: none !important;
}
.ml-embedded input[type="email"]:focus,
.ml-embedded input[type="text"]:focus { border-color: var(--muted) !important; }
.ml-embedded input::placeholder { color: #BDB9B3 !important; }
.ml-embedded .ml-form-embedSubmit button,
.ml-embedded button[type="submit"] {
  width: 100% !important;
  padding: 16px !important;
  background: var(--btn) !important;
  color: #fff !important;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: opacity 0.2s !important;
}
.ml-embedded .ml-form-embedSubmit button:hover,
.ml-embedded button[type="submit"]:hover { opacity: 0.85 !important; background: var(--btn) !important; }
.ml-embedded .ml-form-successBody { padding: 0 !important; background: transparent !important; }
.ml-embedded .ml-form-successContent h4 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  color: var(--dark) !important;
}
.ml-embedded .ml-form-successContent p {
  font-size: 15px !important;
  color: var(--muted) !important;
}
.ml-embedded .ml-form-checkboxRow,
.ml-embedded .ml-form-privacyRow { display: none !important; }

/* ── FADE-IN ───────────────────────────────────── */
.fi {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fi.vis {
  opacity: 1;
  transform: translateY(0);
}

/* ── FOOTER ────────────────────────────────────── */
footer {
  padding: 48px 40px;
  border-top: 1px solid var(--divider);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}
.f-brand { font-size: 10px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--dark); opacity: 0.65; }
.f-note  { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 14px; font-style: italic; color: var(--gold); }
.f-copy  { font-size: 11px; color: var(--muted); margin-top: 4px; }
