/* ============================================================
   MORNINGWORD — styles.css
   Contemplative, monastery-meets-modern. Light is the design.
   ============================================================ */


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

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  background-color: #FAF8F5;
  color: #2C2C2C;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Typography Scale ──────────────────────────────────────── */
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  line-height: 1.25;
}

.label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7C8C6E;
}

.label--gold {
  color: #C4A94D;
}

.label--muted {
  color: #6B6B6B;
}

p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.9;
  color: #2C2C2C;
}

/* ── Layout ────────────────────────────────────────────────── */
.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 2rem;
}

.container--wide {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

section {
  padding: 6rem 0;
}

/* ── Navigation ────────────────────────────────────────────── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #FAF8F5;
  border-bottom: 1px solid #E8E4DC;
  padding: 1.25rem 0;
}

.nav-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2C2C2C;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-logo .dot {
  color: #7C8C6E;
  font-size: 1rem;
  line-height: 1;
}

.btn {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn--sage {
  background-color: #7C8C6E;
  color: #FAF8F5;
  border: 1px solid #7C8C6E;
}

.btn--sage:hover {
  background-color: #6a7a5e;
  border-color: #6a7a5e;
}

.btn--outline {
  background-color: transparent;
  color: #7C8C6E;
  border: 1px solid #7C8C6E;
}

.btn--outline:hover {
  background-color: #7C8C6E;
  color: #FAF8F5;
}

.btn--large {
  font-size: 0.7rem;
  padding: 0.85rem 2rem;
  letter-spacing: 0.2em;
}

/* ── Hero ──────────────────────────────────────────────────── */
.hero {
  padding: 7rem 0 5rem;
  text-align: center;
}

.hero .label {
  margin-bottom: 2rem;
  display: block;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-style: italic;
  font-weight: 300;
  color: #2C2C2C;
  margin-bottom: 1.75rem;
  letter-spacing: 0.01em;
}

.hero .subhead {
  font-size: 1.15rem;
  color: #6B6B6B;
  max-width: 520px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  font-style: italic;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}

/* Devotional Sample in Hero */
.divider-line {
  width: 1px;
  height: 3rem;
  background-color: #C4A94D;
  margin: 0 auto 3.5rem;
}

.devotional-sample {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
  padding: 2.5rem 3rem;
  border-left: 2px solid #C4A94D;
}

.devotional-sample .scripture {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  color: #2C2C2C;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.devotional-sample .scripture-ref {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A67B5B;
  margin-bottom: 1.5rem;
  display: block;
}

.devotional-sample .devotional-body {
  font-size: 0.95rem;
  color: #6B6B6B;
  line-height: 1.85;
}

/* ── Dividers ──────────────────────────────────────────────── */
.section-rule {
  width: 40px;
  height: 1px;
  background-color: #C4A94D;
  margin: 0 auto 3rem;
}

.section-rule--left {
  margin-left: 0;
}

/* ── How It Works ──────────────────────────────────────────── */
.how-it-works {
  text-align: center;
  padding: 6rem 0;
}

.how-it-works h2 {
  font-size: 1.9rem;
  font-style: italic;
  margin-bottom: 1rem;
  color: #2C2C2C;
}

.how-it-works .intro {
  font-size: 1rem;
  color: #6B6B6B;
  margin-bottom: 4.5rem;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 760px;
  margin: 0 auto;
}

.step {
  text-align: center;
  padding: 0 1rem;
}

.step-number {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem;
  font-weight: 300;
  color: #C4A94D;
  line-height: 1;
  margin-bottom: 1.25rem;
  display: block;
  opacity: 0.7;
}

.step h3 {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.75rem;
  color: #2C2C2C;
}

.step p {
  font-size: 0.9rem;
  color: #6B6B6B;
  line-height: 1.75;
}

/* ── Features ──────────────────────────────────────────────── */
.features {
  background-color: #F0EDE8;
  padding: 6rem 0;
}

.features-header {
  text-align: center;
  margin-bottom: 4rem;
}

.features-header h2 {
  font-size: 1.9rem;
  font-style: italic;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 680px;
  margin: 0 auto;
}

.feature-item {
  padding: 2.5rem 3rem 2.5rem 0;
}

.feature-item:nth-child(odd) {
  padding-right: 3rem;
  padding-left: 0;
}

.feature-item:nth-child(even) {
  padding-left: 3rem;
  padding-right: 0;
  border-left: 1px solid #DDD9D2;
}

.feature-rule {
  width: 28px;
  height: 1px;
  background-color: #C4A94D;
  margin-bottom: 1.25rem;
}

.feature-item h3 {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0.6rem;
  color: #2C2C2C;
}

.feature-item p {
  font-size: 0.9rem;
  color: #6B6B6B;
  line-height: 1.75;
}

/* ── Sample Content ────────────────────────────────────────── */
.sample-content {
  padding: 6rem 0;
  border-top: 1px solid #DDD9D2;
  border-bottom: 1px solid #DDD9D2;
}

.sample-content .label {
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

.sample-devotional {
  max-width: 600px;
  margin: 0 auto;
}

.sample-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-bottom: 1.5rem;
  display: block;
}

.sample-divider {
  width: 1px;
  height: 2.5rem;
  background-color: #C4A94D;
  margin: 0 0 1.75rem;
}

.sample-scripture {
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 300;
  color: #2C2C2C;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.sample-ref {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #A67B5B;
  display: block;
  margin-bottom: 2rem;
}

.sample-body {
  font-size: 1rem;
  color: #2C2C2C;
  line-height: 1.95;
  margin-bottom: 2.75rem;
}

.reflection {
  border-top: 1px solid #DDD9D2;
  padding-top: 2rem;
}

.reflection-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #7C8C6E;
  display: block;
  margin-bottom: 1rem;
}

.reflection-question {
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 300;
  color: #2C2C2C;
  line-height: 1.7;
}

/* ── Pricing ────────────────────────────────────────────────── */
.pricing {
  padding: 6rem 0;
  text-align: center;
}

.pricing h2 {
  font-size: 1.9rem;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.pricing .intro {
  font-size: 1rem;
  color: #6B6B6B;
  font-style: italic;
  margin-bottom: 4rem;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  max-width: 580px;
  margin: 0 auto;
}

.pricing-card {
  border: 1px solid #DDD9D2;
  padding: 2.75rem 2.25rem;
  text-align: left;
  background-color: #FAF8F5;
}

.pricing-card--featured {
  border-color: #7C8C6E;
  border-width: 1.5px;
}

.card-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B6B6B;
  display: block;
  margin-bottom: 1rem;
}

.card-label--featured {
  color: #7C8C6E;
}

.card-price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 2.75rem;
  color: #2C2C2C;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.card-period {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B6B6B;
  display: block;
  margin-bottom: 1.75rem;
}

.card-divider {
  width: 100%;
  height: 1px;
  background-color: #DDD9D2;
  margin-bottom: 1.75rem;
}

.card-divider--sage {
  background-color: #7C8C6E;
  opacity: 0.4;
}

.card-features {
  list-style: none;
  margin-bottom: 2.25rem;
}

.card-features li {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 0.95rem;
  color: #2C2C2C;
  line-height: 1.6;
  margin-bottom: 0.6rem;
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
}

.card-features li::before {
  content: '·';
  color: #C4A94D;
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
}

.btn--full {
  width: 100%;
  text-align: center;
}

/* ── FAQ ────────────────────────────────────────────────────── */
.faq {
  padding: 6rem 0;
  background-color: #F0EDE8;
}

.faq-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.faq-header h2 {
  font-size: 1.9rem;
  font-style: italic;
}

.faq-list {
  max-width: 640px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #DDD9D2;
}

.faq-item:first-child {
  border-top: 1px solid #DDD9D2;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 300;
  font-size: 1.05rem;
  color: #2C2C2C;
  line-height: 1.5;
  gap: 1.5rem;
}

.faq-question:hover {
  color: #7C8C6E;
}

.faq-icon {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  color: #7C8C6E;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.3s ease;
  width: 1.25rem;
  text-align: center;
  display: inline-block;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.open .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  font-size: 0.95rem;
  color: #6B6B6B;
  line-height: 1.85;
  padding-bottom: 1.5rem;
}

/* ── Footer ─────────────────────────────────────────────────── */
footer {
  padding: 4rem 0;
  border-top: 1px solid #DDD9D2;
  text-align: center;
}

.footer-logo {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2C2C2C;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.footer-logo .dot {
  color: #7C8C6E;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.footer-links a {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6B6B6B;
  text-decoration: none;
}

.footer-links a:hover {
  color: #2C2C2C;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: #6B6B6B;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 680px) {
  html {
    font-size: 16px;
  }

  section {
    padding: 4rem 0;
  }

  .hero {
    padding: 5rem 0 4rem;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-item:nth-child(even) {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #DDD9D2;
    padding-top: 2.5rem;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .devotional-sample {
    padding: 2rem 1.5rem;
  }

  .footer-links {
    gap: 1.5rem;
  }
}

@media (max-width: 420px) {
  .container {
    padding: 0 1.5rem;
  }

  .container--wide {
    padding: 0 1.5rem;
  }

  .hero-cta {
    flex-direction: column;
  }

  .btn--large {
    width: 100%;
    text-align: center;
  }
}
