/* Align global design system — generated from the Website 2.0 design. */
:root {
      --cream:       #FAF6F1;
      --cream-deep:  #F2EBE0;
      --white:       #FFFFFF;
      --gold:        #C4A882;
      --gold-light:  #D9C4A3;
      --sand:        #F0E9DE;
      --sage-medium: #7D8F76;
      --text:        #3A3530;
      --text-muted:  #8A8177;
      --border:      #E8E0D5;
    }

    * { box-sizing: border-box; margin: 0; padding: 0; }
    body { background: var(--cream); color: var(--text); font-family: 'Raleway', sans-serif; font-weight: 400; line-height: 1.85; }

    /* NAV */
    nav {
      display: flex; align-items: center; justify-content: space-between;
      padding: 16px 72px; background: rgba(250,246,241,0.92);
      backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(232,224,213,0.6); position: sticky; top: 0; z-index: 100;
    }
    .nav-logo { display: flex; flex-direction: row; align-items: center; gap: 12px; text-decoration: none; }
    .logo-word { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 400; font-style: italic; color: var(--text); line-height: 1; letter-spacing: 0.01em; }
    .logo-sub { font-family: 'Raleway', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); line-height: 1; }
    .nav-links { display: flex; gap: 40px; list-style: none; }
    .nav-links a { font-family: 'Raleway', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
    .nav-links a:hover { color: var(--sage-medium); }
    .nav-links a.active { color: var(--gold); font-weight: 600; }

    /* HERO — full width brand image */
    .hero {
      position: relative;
      height: 92vh;
      min-height: 560px;
      overflow: hidden;
      display: flex;
      align-items: center;
    }
    .hero img {
      position: absolute; inset: 0; width: 100%; height: 100%;
      object-fit: cover; object-position: center 40%;
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(105deg, rgba(22,18,15,0.62) 0%, rgba(58,53,48,0.35) 55%, rgba(58,53,48,0.0) 100%);
    }
    .hero-content {
      position: relative; z-index: 2;
      padding: 0 72px;
      max-width: 720px;
      margin-top: -80px;
    }
    .hero-eyebrow {
      font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 600;
      letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold-light);
      margin-bottom: 28px; display: block;
    }
    .hero-content h1 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(3.2rem, 6vw, 5.4rem);
      font-weight: 300; color: var(--white);
      line-height: 1.08; letter-spacing: 0.01em; margin-bottom: 28px;
    }
    .hero-content h1 em { font-style: italic; font-weight: 400; color: inherit; }
    .hero-content p {
      font-size: 17px; font-weight: 300; color: rgba(255,255,255,0.78);
      line-height: 2; max-width: 460px; margin-bottom: 48px;
    }
    .hero-btns { display: flex; align-items: center; gap: 16px; flex-wrap: nowrap; }
    .hero-btns .btn-gold,
    .hero-btns .btn-white-outline { padding: 18px 32px; }
    .btn-gold {
      display: inline-block; font-family: 'Raleway', sans-serif; font-size: 12px;
      font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
      background: var(--gold); color: var(--white); border: 1px solid var(--gold);
      padding: 18px 44px; text-decoration: none; transition: background 0.3s, border-color 0.3s, transform 0.3s, box-shadow 0.3s; cursor: pointer;
    }
    .btn-gold:hover { background: var(--sage-medium); border-color: var(--sage-medium); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(125,143,118,0.32); }
    .btn-white-outline {
      display: inline-block; font-family: 'Raleway', sans-serif; font-size: 12px;
      font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
      background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.6);
      padding: 18px 44px; text-decoration: none;
      transition: background 0.3s, color 0.3s, border-color 0.3s; cursor: pointer;
    }
    .btn-white-outline:hover { background: rgba(255,255,255,0.12); border-color: var(--white); }
    .btn-sage-outline {
      display: inline-block; font-family: 'Raleway', sans-serif; font-size: 12px;
      font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
      background: transparent; color: var(--sage-medium); border: 1px solid var(--sage-medium);
      padding: 18px 44px; text-decoration: none;
      transition: background 0.3s, color 0.3s; cursor: pointer;
    }
    .btn-sage-outline:hover { background: var(--sage-medium); color: var(--white); }
    .btn-cream {
      display: inline-block; font-family: 'Raleway', sans-serif; font-size: 12px;
      font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
      background: var(--cream); color: var(--sage-medium); border: 1px solid var(--cream);
      padding: 18px 44px; text-decoration: none;
      transition: background 0.3s, color 0.3s; cursor: pointer;
    }
    .btn-cream:hover { background: transparent; color: var(--cream); }
    .btn-outline {
      display: inline-block; font-family: 'Raleway', sans-serif; font-size: 12px;
      font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase;
      background: transparent; color: var(--text); border: 1px solid var(--border);
      padding: 18px 44px; text-decoration: none;
      transition: background 0.3s, border-color 0.3s, color 0.3s; cursor: pointer;
    }
    .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
    .btn-outline:visited { color: var(--text); }

    /* DIVIDER */
    .divider { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 60px 72px; }
    .divider::before, .divider::after { content: ''; flex: 1; height: 1px; background: var(--border); }
    .divider-diamond { width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }

    /* EYEBROW */
    .eyebrow {
      font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 600;
      letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold);
      margin-bottom: 20px; display: block;
    }

    /* ABOUT STRIP */
    .about {
      padding: 0 72px 100px;
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 100px; align-items: center;
      max-width: 1200px; margin: 0 auto;
    }
    .about-image { aspect-ratio: 3/4; overflow: hidden; position: relative; }
    .about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
    .about-image::after { content: ''; position: absolute; inset: 16px; border: 1px solid rgba(196,168,130,0.35); pointer-events: none; }
    .about h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 3.5vw, 3.2rem); font-weight: 300; color: var(--text); line-height: 1.2; margin-bottom: 24px; }
    .about p { font-size: 14.5px; font-weight: 300; color: var(--text-muted); line-height: 2; margin-bottom: 36px; }

    /* MODULES */
    .modules-section { background: var(--sand); padding: 100px 72px; }
    .modules-inner { max-width: 1100px; margin: 0 auto; }
    .section-header { text-align: center; margin-bottom: 64px; }
    .section-header .eyebrow { color: var(--sage-medium); }
    .section-header h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--text); line-height: 1.25; }
    .section-intro { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 2; max-width: 560px; margin: 16px auto 0; }
    .section-footer { text-align: center; margin-top: 48px; }
    .btn-outline-gold { display: inline-block; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; background: transparent; color: var(--gold); border: 1px solid var(--gold); padding: 18px 44px; text-decoration: none; transition: background 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s; cursor: pointer; }
    .btn-outline-gold:visited { color: var(--gold); }
    .btn-outline-gold:hover, .btn-outline-gold:visited:hover { background: var(--gold); color: var(--white); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(196,168,130,0.32); }
    .module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
    .module-card { background: var(--cream); padding: 48px 40px; transition: background 0.4s, transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.45s; }
    .module-card:hover { background: var(--white); transform: translateY(-8px); box-shadow: 0 24px 72px rgba(58,53,48,0.1); }
    .module-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 16px; }
    .module-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 500; color: var(--text); margin-bottom: 10px; line-height: 1.3; }
    .module-card p { font-size: 13.5px; font-weight: 300; color: var(--text-muted); line-height: 1.8; }

    /* TESTIMONIALS */
    .testimonials { padding: 100px 72px; background: var(--cream-deep); }
    .testimonials .section-header { margin-bottom: 64px; }
    .testimonials .eyebrow { color: var(--gold); text-align: center; }
    .testimonials h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; color: var(--text); text-align: center; }
    .testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1060px; margin: 0 auto; }
    .testimonial-card { background: var(--cream); padding: 56px 48px 44px; position: relative; transition: background 0.4s, transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.45s; }
    .testimonial-card:hover { background: var(--cream); transform: translateY(-8px); box-shadow: 0 24px 72px rgba(58,53,48,0.1); }
    .testimonial-card::before { content: '\201C'; font-family: 'Cormorant Garamond', serif; font-size: 5rem; color: var(--gold-light); position: absolute; top: 10px; left: 32px; line-height: 1; }
    .testimonial-card blockquote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.05rem; font-weight: 300; line-height: 1.85; color: var(--text); padding-top: 28px; margin-bottom: 24px; }
    .testimonial-name { font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

    /* CTA */
    .cta-banner { background: var(--sage-medium); padding: 100px 72px; text-align: center; }
    .cta-banner .eyebrow { color: var(--gold-light); text-align: center; }
    .cta-banner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 300; color: var(--white); line-height: 1.2; max-width: 600px; margin: 0 auto 16px; }
    .cta-banner p { font-size: 14px; font-weight: 300; color: rgba(255,255,255,0.65); margin-bottom: 44px; }

    /* FOOTER */
    footer { background: #5c5248; padding: 12px 72px; display: flex; justify-content: space-between; align-items: center; }
    .footer-logo { display: flex; flex-direction: row; align-items: baseline; gap: 12px; text-decoration: none; }
    .footer-logo .logo-word { color: var(--cream); }
    .footer-logo .logo-sub { color: var(--gold-light); }
    footer p { font-size: 11px; font-weight: 300; letter-spacing: 0.1em; color: var(--text-muted); }
    footer a { font-size: 13px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); text-decoration: none; transition: color 0.2s; }
    footer a:hover { color: var(--white); }

    /* HOW IT WORKS */
    .how-it-works { background: var(--cream-deep); padding: 100px 72px; }
    .how-it-works .section-header { margin-bottom: 64px; }
    .how-it-works .section-header .eyebrow { color: var(--gold); }
    .steps-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
      max-width: 1100px;
      margin: 0 auto;
    }
    .step-card {
      background: var(--cream);
      padding: 60px 48px;
      transition: background 0.4s, transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94), box-shadow 0.45s;
    }
    .step-card:hover { background: var(--white); transform: translateY(-8px); box-shadow: 0 24px 72px rgba(58,53,48,0.1); }
    .step-num {
      font-family: 'Cormorant Garamond', serif;
      font-size: 3.5rem;
      font-weight: 300;
      color: var(--gold-light);
      line-height: 1;
      margin-bottom: 24px;
      display: block;
    }
    .step-card h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--text);
      margin-bottom: 14px;
      line-height: 1.3;
    }
    .step-card p {
      font-size: 13.5px;
      font-weight: 300;
      color: var(--text-muted);
      line-height: 1.85;
    }

    /* ADHD SECTION */
    .adhd-section { background: #5C5248; padding: 100px 72px; }
    .adhd-inner { max-width: 1100px; margin: 0 auto; }
    .adhd-section .section-header { margin-bottom: 64px; }
    .adhd-section .section-header .eyebrow { color: var(--gold-light); }
    .adhd-section .section-header h2 { color: var(--cream); }
    .adhd-section .section-header h2 em { color: inherit; }
    .adhd-section .section-header .section-intro {
      font-size: 15px;
      font-weight: 300;
      color: rgba(255,255,255,0.58);
      line-height: 2;
      max-width: 640px;
      margin: 16px auto 0;
    }
    .adhd-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
    .adhd-col {
      background: rgba(255,255,255,0.13);
      border: 1px solid rgba(255,255,255,0.12);
      padding: 52px 48px;
      transition: background 0.3s;
    }
    .adhd-col:hover { background: rgba(255,255,255,0.2); }
    .adhd-col-tag {
      font-family: 'Raleway', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .adhd-col-tag::before { content: ''; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
    .adhd-col h3 {
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(1.4rem, 2.2vw, 1.9rem);
      font-weight: 300;
      color: var(--cream);
      line-height: 1.25;
      margin-bottom: 20px;
    }
    .adhd-col p {
      font-size: 14px;
      font-weight: 300;
      color: rgba(255,255,255,0.62);
      line-height: 1.9;
      margin-bottom: 18px;
    }
    .adhd-parent-note {
      font-size: 13px;
      font-weight: 300;
      color: rgba(255,255,255,0.45);
      line-height: 1.85;
      font-style: italic;
      border-left: 2px solid var(--gold);
      padding-left: 16px;
      margin-top: 4px;
      margin-bottom: 18px;
    }
    .adhd-cta-link {
      display: inline-block;
      font-family: 'Raleway', sans-serif;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      text-decoration: none;
      margin-top: 24px;
      transition: color 0.2s;
    }
    .adhd-cta-link:hover { color: var(--gold-light); }

    @media (max-width: 768px) {
      body { overflow-x: hidden; }
      nav { padding: 16px 20px; }
      .nav-links { display: none !important; }
      .nav-toggle { display: flex !important; }

      .hero { min-height: 90vh; }
      .hero-content { padding: 0 20px; max-width: 100%; margin-top: -40px; }
      .hero-content h1 { font-size: 2.6rem; }
      .hero-content p { font-size: 15px; max-width: 100%; }
      .hero-btns { flex-direction: column; align-items: stretch; }
      .hero-btns .btn-gold,
      .hero-btns .btn-white-outline { text-align: center; padding: 16px 20px; }

      .divider { padding: 32px 20px; }

      .about { padding: 0 20px 60px; grid-template-columns: 1fr; gap: 40px; max-width: 100%; }
      .about-image { aspect-ratio: 4/3; }

      .how-it-works { padding: 60px 20px; }
      .steps-grid { grid-template-columns: 1fr; gap: 2px; }
      .step-card { padding: 40px 24px; }

      .modules-section { padding: 60px 20px; }
      .module-grid { grid-template-columns: 1fr; }
      .module-card { padding: 36px 24px; }
      .section-intro { margin-left: 0; margin-right: 0; }

      .adhd-section { padding: 60px 20px; }
      .adhd-columns { grid-template-columns: 1fr; }
      .adhd-col { padding: 36px 24px; }

      .testimonials { padding: 60px 20px; }
      .testimonial-grid { grid-template-columns: 1fr; gap: 16px; }
      .testimonial-card { padding: 44px 24px 32px; }

      .cta-banner { padding: 60px 20px; }
      .cta-banner h2 { font-size: 2rem; }

      .btn-gold, .btn-white-outline, .btn-sage-outline, .btn-cream, .btn-outline, .btn-outline-gold { padding: 15px 28px; font-size: 11px; letter-spacing: 0.2em; }

      footer { padding: 28px 20px; flex-direction: column; gap: 12px; text-align: center; }
    }

    /* MOBILE NAV TOGGLE */
    .nav-toggle {
      display: none;
      flex-direction: column;
      gap: 5px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 6px 4px;
      z-index: 101;
    }
    .nav-toggle span {
      display: block;
      width: 22px;
      height: 1.5px;
      background: var(--text);
      transition: transform 0.3s ease, opacity 0.3s ease;
      transform-origin: center;
    }
    .nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

    /* MOBILE NAV OVERLAY */
    .mobile-nav {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(250,246,241,0.97);
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      z-index: 99;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 44px;
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      font-family: 'Raleway', sans-serif;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--text-muted);
      text-decoration: none;
      transition: color 0.2s;
    }
    .mobile-nav a:hover { color: var(--sage-medium); }
    .mobile-nav a.active { color: var(--gold); font-weight: 600; }

/* --- enhancement layer (motion & polish) --- */
/* ============================================================
   Align enhancement layer — motion & polish
   Loaded after each page's inline <style>, so it can refine it.
   ============================================================ */

/* --- Scroll reveal (skipped entirely if user prefers reduced motion) --- */
@media (prefers-reduced-motion: no-preference) {
  .al-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 1.4s cubic-bezier(.16,.7,.2,1),
                transform 1.4s cubic-bezier(.16,.7,.2,1);
    will-change: opacity, transform;
  }
  .al-reveal.al-in { opacity: 1; transform: none; }
  .al-reveal.al-d1 { transition-delay: .12s; }
  .al-reveal.al-d2 { transition-delay: .26s; }
  .al-reveal.al-d3 { transition-delay: .40s; }
  .al-reveal.al-d4 { transition-delay: .54s; }
  .al-reveal.al-d5 { transition-delay: .68s; }
}

/* --- Gentler, slower card lifts (softens the previous jump) --- */
.module-card, .step-card, .testimonial-card {
  transition: background .55s ease,
              transform .6s cubic-bezier(.16,.7,.2,1),
              box-shadow .6s cubic-bezier(.16,.7,.2,1);
}
.module-card:hover, .step-card:hover, .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 10px rgba(58,53,48,.04), 0 16px 40px rgba(58,53,48,.08);
}

/* --- Sticky header quietly slims on scroll --- */
nav { transition: padding .4s ease, box-shadow .4s ease, background .4s ease; }
nav.al-scrolled {
  padding-top: 9px; padding-bottom: 9px;
  box-shadow: 0 8px 30px rgba(58,53,48,.07);
}
.nav-logo img { transition: height .4s ease; }
nav.al-scrolled .nav-logo img { height: 38px !important; }

/* --- Content slider (testimonials etc.) --- */
.al-slider { position: relative; overflow: hidden; max-width: 860px; margin: 0 auto; }
.al-track { display: flex; transition: transform .7s cubic-bezier(.4,.1,.1,1); }
.al-slide { min-width: 100%; padding: 8px 28px; }
.al-snav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 42px; }
.al-arrow {
  width: 48px; height: 48px; border-radius: 50%;
  border: 1px solid var(--border, #E8E0D5); background: rgba(255,255,255,.55);
  color: var(--text, #3A3530); cursor: pointer; display: flex; align-items: center;
  justify-content: center; font-size: 15px; font-family: 'Raleway', sans-serif;
  transition: border-color .3s ease, background .3s ease;
}
.al-arrow:hover { border-color: var(--gold, #C4A882); background: #fff; }
.al-dots { display: flex; gap: 10px; }
.al-dot {
  width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%;
  background: var(--border, #E8E0D5); cursor: pointer;
  transition: background .35s ease, width .35s ease;
}
.al-dot.active { background: var(--gold, #C4A882); width: 26px; border-radius: 100px; }

/* Testimonial slide look */
.t-quote {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300;
  font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.7;
  color: var(--text, #3A3530); text-align: center;
}
.t-name {
  margin-top: 26px; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold, #C4A882); text-align: center;
}

/* ============================================================
   Content pages fallback + blog templates (brand-consistent)
   ============================================================ */
.content-hero { text-align:center; padding:90px 72px 20px; }
.content-hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(2.4rem,4vw,3.6rem); font-weight:300; color:var(--text); line-height:1.15; }
.content-wrap { max-width:760px; margin:0 auto; padding:20px 72px 100px; }
.prose { font-size:15px; font-weight:300; color:var(--text); line-height:1.95; }
.prose h2 { font-family:'Cormorant Garamond',serif; font-weight:400; font-size:1.9rem; color:var(--text); margin:40px 0 14px; }
.prose h3 { font-family:'Cormorant Garamond',serif; font-weight:500; font-size:1.35rem; color:var(--text); margin:30px 0 10px; }
.prose p { margin-bottom:18px; }
.prose a { color:var(--gold); text-decoration:none; border-bottom:1px solid var(--gold-light); }
.prose a:hover { color:var(--sage-medium); border-color:var(--sage-medium); }
.prose ul, .prose ol { margin:0 0 18px 22px; }
.prose li { margin-bottom:8px; }
.prose blockquote { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.2rem; color:var(--text-muted); border-left:2px solid var(--gold); padding-left:20px; margin:24px 0; }
.prose img { max-width:100%; height:auto; }

/* Blog listing */
.blog-list { max-width:920px; margin:0 auto; padding:0 72px 40px; display:flex; flex-direction:column; gap:2px; }
.blog-card { background:var(--cream); display:grid; grid-template-columns:220px 1fr; gap:36px; padding:36px; align-items:center; transition:background .4s, transform .45s cubic-bezier(.16,.7,.2,1), box-shadow .45s; }
.blog-card:hover { background:var(--white); transform:translateY(-4px); box-shadow:0 16px 40px rgba(58,53,48,.08); }
.blog-card--no-media { grid-template-columns:1fr; }
.blog-card-media { display:block; overflow:hidden; aspect-ratio:4/3; }
.blog-card-media img { width:100%; height:100%; object-fit:cover; display:block; }
.blog-card-body h2 { font-family:'Cormorant Garamond',serif; font-weight:400; font-size:1.5rem; line-height:1.25; margin:8px 0 12px; }
.blog-card-body h2 a { color:var(--text); text-decoration:none; }
.blog-card-body h2 a:hover { color:var(--gold); }
.blog-card-date { font-family:'Raleway',sans-serif; font-size:11px; font-weight:600; letter-spacing:.18em; text-transform:uppercase; color:var(--gold); }
.blog-card-body p { font-size:13.5px; font-weight:300; color:var(--text-muted); line-height:1.8; margin-bottom:14px; }
.blog-empty { text-align:center; color:var(--text-muted); padding:60px 20px; }
.blog-pagination { text-align:center; padding:30px 20px 90px; }
.blog-pagination .page-numbers { font-family:'Raleway',sans-serif; font-size:13px; letter-spacing:.1em; color:var(--text-muted); text-decoration:none; padding:8px 14px; }
.blog-pagination .page-numbers.current { color:var(--gold); font-weight:600; }
.blog-pagination .page-numbers:hover { color:var(--sage-medium); }

/* Single post */
.post-hero { text-align:center; padding:90px 72px 10px; max-width:820px; margin:0 auto; }
.post-hero .blog-card-date { display:block; margin-bottom:16px; }
.post-hero h1 { font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,4vw,3.4rem); font-weight:300; color:var(--text); line-height:1.15; }
.post-feature { max-width:960px; margin:30px auto 0; padding:0 72px; }
.post-feature img { width:100%; height:auto; display:block; }
.post-content { max-width:760px; margin:0 auto; padding:30px 72px 90px; }

@media (max-width:768px){
  .content-hero { padding:60px 20px 16px; }
  .content-wrap { padding:16px 20px 60px; }
  .blog-list { padding:0 20px 30px; }
  .blog-card { grid-template-columns:1fr; gap:16px; padding:24px; }
  .post-hero,.post-feature,.post-content { padding-left:20px; padding-right:20px; }
}
