/* ═══ TEMPLATE A — EDITORIAL SPLIT — SHARED STYLESHEET ═══
   Best fit: personal-brand / practitioner businesses (wellness, therapy,
   coaching, consulting). Warm, narrative-led. Multi-page site: index.html,
   about.html, services.html, contact.html all share this stylesheet.
   Do not flatten alternating service rows or the drop-cap story block into
   card grids, that structural signature is what separates this template
   from Templates B and C. See README.md for full guidance. */

:root {
  --clay:        #B5654A;
  --clay-dark:   #9A4F38;
  --deep-green:  #2E3B32;
  --cream:       #FAF6F0;
  --cream-dim:   #F1EAE0;
  --ink:         #2B2622;
  --muted:       #7A7069;
  --border:      #E4DACC;
  --white:       #FFFFFF;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Karla', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.7; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
h1, h2, h3 { font-family: 'Source Serif 4', serif; font-weight: 500; line-height: 1.2; color: var(--deep-green); }
.container { max-width: 1080px; margin: 0 auto; padding: 0 2rem; }
section { padding: 6rem 0; }

/* NAV — wordmark left, real page links, no button */
nav { padding: 1.75rem 0; border-bottom: 1px solid var(--border); }
.nav-inner { max-width: 1080px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { font-family: 'Source Serif 4', serif; font-size: 1.3rem; font-weight: 500; color: var(--deep-green); letter-spacing: 0.02em; }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { font-size: 0.85rem; color: var(--muted); border-bottom: 1px solid transparent; transition: 0.25s; padding-bottom: 2px; }
.nav-links a:hover { color: var(--clay); border-bottom-color: var(--clay); }
.nav-links a.emphasis { color: var(--deep-green); font-weight: 600; }
.nav-links a.current { color: var(--deep-green); font-weight: 600; border-bottom-color: var(--clay); }

/* PAGE HEADER — used on About/Services/Contact (non-home pages) instead of the full hero */
.page-header { padding: 4rem 0 3rem; text-align: center; border-bottom: 1px solid var(--border); }
.page-header .eyebrow { display: block; margin-bottom: 0.75rem; }
.page-header h1 { font-size: clamp(2rem, 4vw, 2.8rem); }

/* HERO — two column, NOT centered, image weighted, no badge/pill/gauge (home page only) */
#hero { padding: 5rem 0; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-visual { aspect-ratio: 4/5; background: linear-gradient(135deg, var(--deep-green), #3E4E42); border-radius: 4px; }
.hero-text .eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin-bottom: 1.25rem; display: block; }
.hero-text h1 { font-size: clamp(2rem, 4vw, 2.9rem); margin-bottom: 1.5rem; }
.hero-text p { color: var(--muted); font-size: 1.05rem; max-width: 480px; margin-bottom: 2rem; }
.btn { display: inline-block; padding: 0.85rem 2rem; border-radius: 2px; font-size: 0.88rem; font-weight: 600; transition: 0.25s; }
.btn-primary { background: var(--deep-green); color: var(--cream); }
.btn-primary:hover { background: var(--clay-dark); }
.btn-text { color: var(--clay-dark); border-bottom: 1px solid var(--clay-dark); font-weight: 600; font-size: 0.9rem; }

/* STORY — magazine-style narrative, drop cap, no cards */
#story { background: var(--cream-dim); }
.story-inner { max-width: 720px; margin: 0 auto; }
.story-inner .eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin-bottom: 1rem; display: block; text-align: center; }
.story-inner h2 { text-align: center; margin-bottom: 2.5rem; font-size: clamp(1.7rem, 3vw, 2.3rem); }
.story-inner p { margin-bottom: 1.25rem; font-size: 1.05rem; color: var(--ink); }
.story-inner p:first-of-type::first-letter {
  font-family: 'Source Serif 4', serif;
  font-size: 3.6rem;
  float: left;
  line-height: 0.8;
  padding: 0.1rem 0.6rem 0 0;
  color: var(--clay);
}

/* SERVICES — alternating image/text rows, NOT a card grid */
.section-header { text-align: center; margin-bottom: 4rem; }
.section-header .eyebrow { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); display: block; margin-bottom: 1rem; }
.service-row { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; margin-bottom: 5rem; }
.service-row:last-child { margin-bottom: 0; }
.service-row.reverse .service-visual { order: 2; }
.service-visual { aspect-ratio: 5/4; background: linear-gradient(135deg, #DCCFBE, #EFE6D8); border-radius: 4px; }
.service-text h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.service-text p { color: var(--muted); }

/* PULL QUOTE — full-bleed statement, large italic serif */
#quote { background: var(--deep-green); text-align: center; }
#quote blockquote { max-width: 760px; margin: 0 auto; font-family: 'Source Serif 4', serif; font-style: italic; font-size: clamp(1.4rem, 3vw, 2rem); color: var(--cream); line-height: 1.5; }
#quote cite { display: block; margin-top: 2rem; font-family: 'Karla', sans-serif; font-style: normal; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: #A8C2B0; }

/* WHAT TO EXPECT — numbered vertical list, NOT cards */
.expect-list { max-width: 640px; margin: 0 auto; }
.expect-item { display: flex; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--border); }
.expect-item:last-child { border-bottom: none; }
.expect-num { font-family: 'Source Serif 4', serif; font-size: 1.6rem; color: var(--clay); flex-shrink: 0; width: 50px; }
.expect-text h4 { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--deep-green); font-family: 'Source Serif 4', serif; font-weight: 500; }
.expect-text p { color: var(--muted); font-size: 0.95rem; }

/* CONTACT FORM (contact.html) */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.contact-info p { color: var(--muted); margin-bottom: 1.5rem; }
.contact-detail { margin-bottom: 1.25rem; }
.contact-detail .label { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); display: block; margin-bottom: 0.3rem; }
.contact-detail .value { font-size: 1rem; color: var(--ink); }
.contact-form { display: flex; flex-direction: column; gap: 1.1rem; }
.form-group label { font-size: 0.78rem; color: var(--muted); display: block; margin-bottom: 0.4rem; }
.form-group input, .form-group textarea {
  width: 100%; padding: 0.85rem 1rem; border: 1px solid var(--border); border-radius: 3px;
  font-family: 'Karla', sans-serif; font-size: 0.95rem; background: var(--white); color: var(--ink);
}
.form-group textarea { resize: vertical; min-height: 120px; }

/* CTA — warm invitation, not aggressive sales push */
#cta { background: var(--cream-dim); text-align: center; }
#cta h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 1.25rem; }
#cta p { color: var(--muted); max-width: 480px; margin: 0 auto 2rem; }

footer { background: var(--deep-green); color: #C7D4CB; text-align: center; padding: 3rem 2rem; }
.footer-logo { font-family: 'Source Serif 4', serif; font-size: 1.2rem; color: var(--cream); margin-bottom: 0.5rem; }
.footer-links { display: flex; justify-content: center; gap: 1.75rem; list-style: none; margin: 1rem 0; }
.footer-links a { font-size: 0.78rem; color: #C7D4CB; }
.footer-links a:hover { color: var(--clay); }
footer p { font-size: 0.8rem; opacity: 0.7; margin-top: 1rem; }

@media (max-width: 800px) {
  .hero-grid, .service-row, .service-row.reverse .service-visual, .contact-layout { grid-template-columns: 1fr; order: unset; }
  .nav-links { display: none; }
  section { padding: 4rem 0; }
}
