/* ============================================================
   KATHY SHAUL — SHARED STYLESHEET
   kathyshaul.com
   Version 1.0 — April 2025
   ============================================================ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }

/* ── BASE ── */
html { font-size: 16px; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  color: #4A3728;
  background: #FFFBF6;
  line-height: 1.7;
}

/* ── COLOR TOKENS ── */
:root {
  --cream:        #FFFBF6;
  --cream-mid:    #FDF5EB;
  --cream-warm:   #FDF0E3;
  --gold-light:   #EDD5B8;
  --gold:         #DEB896;
  --gold-mid:     #C4A98A;
  --terracotta:   #C9956C;
  --terracotta-dk:#B8845A;
  --brown-soft:   #9A7E6A;
  --brown-mid:    #8A6F5C;
  --brown-body:   #6B5345;
  --brown-dark:   #4A3728;
  --brown-head:   #3D2E22;
  --border:       #EDE0D0;
  --muted:        #B09880;
}

/* ── NAVIGATION ── */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.5rem;
  background: #FFFBF6;
  border-bottom: 0.5px solid #EDE0D0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #4A3728;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #9A7E6A;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: #C9956C; }
.nav-cta {
  background: #C9956C !important;
  color: #fff !important;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px !important;
  transition: opacity 0.2s;
}
.nav-cta:hover { opacity: 0.88; }

/* ── TYPOGRAPHY ── */
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #B8845A;
  margin-bottom: 1rem;
}
.sec-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #B8845A;
  margin-bottom: 0.9rem;
}
.sec-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.25;
  color: #3D2E22;
  margin-bottom: 0.8rem;
}
.sec-h2 em { font-style: italic; color: #C9956C; }
.sec-sub {
  font-size: 15px;
  font-weight: 300;
  color: #9A7E6A;
  line-height: 1.75;
  max-width: 540px;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: #C9956C;
  color: #fff;
  padding: 13px 30px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
  transition: opacity 0.2s;
}
.btn-primary:hover { opacity: 0.88; }

.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #C9956C;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #DEB896;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s;
}
.btn-ghost:hover { background: #FDF0E3; }

.btn-soft {
  display: inline-block;
  background: #FDF0E3;
  color: #B8845A;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  border: 0.5px solid #DEB896;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  transition: opacity 0.2s;
}
.btn-soft:hover { opacity: 0.85; }

.btn-cta {
  display: inline-block;
  background: #C9956C;
  color: #fff;
  padding: 15px 38px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
  border: none;
  font-family: 'DM Sans', sans-serif;
  transition: opacity 0.2s;
}
.btn-cta:hover { opacity: 0.88; }

/* ── CTA SECTION (reused across all pages) ── */
.cta-section {
  background: #FDF5EB;
  padding: 5.5rem 3.5rem;
  text-align: center;
  border-top: 0.5px solid #EDE0D0;
}
.cta-section .sec-h2 { text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; margin-bottom: 1rem; }
.cta-section .sec-sub { text-align: center; max-width: 460px; margin: 0 auto 2.2rem; }

/* ── FOOTER ── */
.footer {
  background: #F5EBE0;
  padding: 2rem 3.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.5px solid #EDE0D0;
}
.footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  color: #7A6050;
  font-weight: 300;
}
.footer p { font-size: 12px; color: #B09880; }

/* ── DIVIDER ── */
.section-divider {
  border: none;
  border-top: 0.5px solid #EDE0D0;
  margin: 0;
}

/* ── PULL QUOTE ── */
.pull-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: #B8845A;
  line-height: 1.5;
  border-left: 2px solid #DEB896;
  padding-left: 1.25rem;
  margin: 1.75rem 0;
  border-radius: 0;
}

/* ══════════════════════════════════════════════════
   MOBILE RESPONSIVE — 768px and below
   ══════════════════════════════════════════════════ */
@media (max-width: 768px) {

  /* NAV */
  .nav { padding: 1rem 1.25rem; flex-wrap: nowrap; align-items: center; }
  .nav-name { font-size: 18px; white-space: nowrap; }
  .nav-links { display: none; }

  /* HAMBURGER */
  .nav-hamburger {
    display: flex; flex-direction: column; gap: 5px;
    cursor: pointer; padding: 6px; background: none; border: none; margin-left: auto;
  }
  .nav-hamburger span {
    display: block; width: 22px; height: 1.5px;
    background: #9A7E6A; border-radius: 2px; transition: all 0.25s;
  }
  .nav-mobile-menu {
    display: none; flex-direction: column;
    background: #FFFBF6; border-top: 0.5px solid #EDE0D0;
    padding: 1.25rem 1.5rem 1.5rem;
    position: absolute; top: 100%; left: 0; right: 0; z-index: 99;
    box-shadow: 0 8px 24px rgba(74,55,40,0.08);
  }
  .nav-mobile-menu.open { display: flex; }
  .nav-mobile-menu a {
    font-size: 13px; font-weight: 400; letter-spacing: 0.07em;
    text-transform: uppercase; color: #9A7E6A; text-decoration: none;
    padding: 0.85rem 0; border-bottom: 0.5px solid #EDE0D0;
  }
  .nav-mobile-menu a:last-child { border-bottom: none; }
  .nav-mobile-menu .nav-cta {
    background: #C9956C !important; color: #fff !important;
    border-radius: 30px; padding: 10px 20px !important;
    text-align: center; margin-top: 0.5rem; border-bottom: none !important;
  }

  /* GLOBAL PADDING */
  section, .cta-section { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
  body { overflow-x: hidden; }
  * { max-width: 100%; }

  /* FOOTER */
  .footer { padding: 1.5rem 1.25rem; flex-direction: column; gap: 0.5rem; text-align: center; }
  .footer-name { font-size: 16px; }

  /* TYPOGRAPHY */
  .sec-h2 { font-size: 26px !important; }
  .sec-sub { font-size: 14px; max-width: 100%; }
  .pull-quote { font-size: 18px; }

  /* ALL TWO-COLUMN GRIDS STACK */
  .hero, .page-hero-inner, .about-inner, .story-inner,
  .result-inner, .riman-inner, .community-inner,
  .magnet-inner, .authors-inner, .book-inner {
    display: block !important;
    grid-template-columns: unset !important;
  }

  /* HERO */
  .hero { min-height: unset !important; }
  .hero-text { padding: 2.5rem 1.25rem 2rem !important; }
  .hero h1 { font-size: 36px !important; }
  .hero-sub { max-width: 100% !important; }
  .hero-img { width: 100% !important; height: 300px !important; order: -1; }
  .hero-img img { width: 100%; height: 300px; object-fit: cover; object-position: center top; }

  /* PAGE HEROES */
  .page-hero { padding: 2.5rem 1.25rem 2rem !important; }
  .page-hero h1 { font-size: 32px !important; line-height: 1.2 !important; }
  .hero-img { width: 100%; height: 280px; border-radius: 14px; overflow: hidden; margin-top: 1.75rem; }

  /* STORY / ABOUT IMAGES */
  .story-img, .about-img, .authors-img {
    width: 100% !important; height: 280px !important;
    aspect-ratio: unset !important; border-radius: 14px;
    overflow: hidden; margin-bottom: 1.5rem;
  }
  .story-img img, .about-img img, .authors-img img {
    width: 100%; height: 280px; object-fit: cover; object-position: center top;
  }

  /* BOOK PAGE */
  .book-left { margin-bottom: 2rem; }
  .book-cover { aspect-ratio: 1/1 !important; max-width: 260px; margin: 0 auto; }
  .book-title { font-size: 24px !important; }
  .book-btns { align-items: stretch !important; }
  .book-btns .btn-primary, .book-btns .btn-ghost { text-align: center; }

  /* CARD GRIDS */
  .offerings-grid, .resources-grid { display: block !important; }
  .offer-card, .resource-card { margin-bottom: 1.25rem; }
  .feels-grid, .services-grid, .training-grid,
  .beliefs-grid, .loves-grid, .testi-grid { grid-template-columns: 1fr !important; }

  /* RIMAN */
  .riman-section { padding-top: 3rem !important; padding-bottom: 3rem !important; }
  .riman-visual { margin-top: 2rem; }
  .riman-btns { align-items: stretch !important; }
  .riman-btns .btn-primary, .riman-btns .btn-ghost, .riman-btns .btn-soft {
    text-align: center; width: 100%;
  }

  /* LEAD MAGNET FORM */
  .magnet-card { margin-bottom: 2rem; }
  .magnet-form { flex-direction: column !important; gap: 0.75rem !important; }
  .magnet-form input { width: 100% !important; }
  .magnet-form button { width: 100% !important; text-align: center; }
  .magnet-text h2 { font-size: 24px !important; }

  /* RESULT / SIDEBAR */
  .result-sidebar, .community-card { margin-top: 2rem; }

  /* PROCESS STEPS */
  .step { gap: 1rem; }
  .step-num { width: 40px; height: 40px; font-size: 18px; flex-shrink: 0; }

  /* CTA */
  .cta-section { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
  .cta-section .sec-h2 { font-size: 26px !important; }
  .btn-cta { padding: 14px 28px; font-size: 14px; }

  /* CONTACT */
  .option-email { font-size: 19px; }

  /* MANTRAS */
  .mantra-row { gap: 8px; }
  .mantra-pill { font-size: 15px; padding: 7px 16px; }

  /* SECTION VERTICAL SPACING */
  .feelings, .mantras, .services, .about-section,
  .story-section, .exhale-section, .training-section,
  .beliefs-section, .riman-section, .resources-section,
  .community-section, .loves-section, .book-section,
  .authors-section, .result-section, .offerings-section,
  .process-section, .magnet-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

/* Hide hamburger on desktop */
.nav-hamburger { display: none; }

/* ── NAV FIX v2 ── */
/* Desktop: always show nav links, always hide hamburger + mobile menu */
@media (min-width: 769px) {
  .nav-links { display: flex !important; }
  .nav-hamburger { display: none !important; }
  .nav-mobile-menu { display: none !important; }
}

/* Mobile: hide nav links, show hamburger */
@media (max-width: 768px) {
  .nav-links { display: none !important; }
  .nav-hamburger { display: flex !important; }
}

/* ── FONT SIZE BOOST v2 ── */
/* Body text larger and easier to read */
body { font-size: 17px; }

.sec-sub { font-size: 17px !important; }
.hero-sub { font-size: 17px !important; }

/* Cards and body paragraphs */
.feel-card p { font-size: 16px !important; }
.svc-card p { font-size: 15px !important; }
.belief-card p { font-size: 15px !important; }
.training-item p { font-size: 15px !important; }
.sidebar-item p { font-size: 16px !important; }
.offer-card > p { font-size: 15px !important; }
.offer-item p { font-size: 14px !important; }
.community-item p { font-size: 15px !important; }
.love-card p { font-size: 15px !important; }
.testi-card p { font-size: 16px !important; }
.riman-p { font-size: 17px !important; }
.story-p { font-size: 17px !important; }
.book-desc { font-size: 17px !important; }
.authors-text p { font-size: 17px !important; }
.result-text p { font-size: 17px !important; }
.community-text p { font-size: 17px !important; }
.exhale-section p { font-size: 17px !important; }
.magnet-text p { font-size: 17px !important; }
.step-content p { font-size: 16px !important; }
.about-section p { font-size: 17px !important; }

/* Mobile — bigger than before */
@media (max-width: 768px) {
  body { font-size: 16px; }
  .sec-sub { font-size: 16px !important; }
  .hero-sub { font-size: 16px !important; }
  .sec-h2 { font-size: 28px !important; }
  .feel-card p { font-size: 16px !important; }
  .story-p, .book-desc, .riman-p,
  .authors-text p, .result-text p,
  .community-text p, .exhale-section p,
  .magnet-text p, .about-section p { font-size: 16px !important; }
  .sidebar-item p, .testi-card p { font-size: 16px !important; }
  .option-note { font-size: 16px !important; }
}

/* ── ALIGNMENT + FONT FIX v3 ── */
/* Center the subtext under centered headlines */
.feelings .sec-sub,
.services .sec-sub,
.mantras .mantras-intro,
.services-grid ~ .sec-sub {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Fix subtext max-width so it doesn't hug the left edge */
.sec-sub {
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Make sure centered sections are fully centered */
.feelings, .mantras, .services {
  text-align: center;
}
.feelings .sec-sub,
.services .sec-sub {
  text-align: center !important;
}

/* Boost the card text more aggressively */
.svc-card p { font-size: 16px !important; line-height: 1.75 !important; }
.feel-card p { font-size: 16px !important; line-height: 1.7 !important; }
