/*
Theme Name: Anna Sherman Elementor Theme
Theme URI: https://example.com/
Author: OpenAI
Description: Hello-style lightweight WordPress theme package generated from a static HTML mockup for Elementor Pro.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: anna-sherman
*/

/* Fonts: system stacks — elegant on every OS, no network dependency */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #FAF7F2;
  --cream-deep: #F2EDE4;
  --cream-warm: #EDE4D6;
  --ink: #1F2A2E;
  --ink-soft: #4A545A;
  --muted: #8A8680;
  --sage: #6B8E7F;
  --sage-deep: #4F6F63;
  --blush: #E8D5C4;
  --line: #E4DED3;
  --serif: 'Iowan Old Style', 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --max: 1180px;
  --text-max: 680px;
  --radius: 2px;
  --shadow: 0 1px 2px rgba(31,42,46,0.04), 0 8px 24px rgba(31,42,46,0.06);
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.015em;
}
h1 { font-size: clamp(2.4rem, 5vw, 4rem); line-height: 1.05; font-weight: 300; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); line-height: 1.15; }
h3 { font-size: 1.4rem; line-height: 1.3; }
p { margin-bottom: 1rem; color: var(--ink-soft); }
p.lead { font-size: 1.2rem; line-height: 1.55; color: var(--ink); }

a { color: var(--sage-deep); text-decoration: none; border-bottom: 1px solid currentColor; transition: opacity .2s; }
a:hover { opacity: .7; }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-deep);
  display: inline-block;
  margin-bottom: 1.25rem;
}

.container { max-width: var(--max); margin: 0 auto; padding: 0 2rem; }
.container-narrow { max-width: var(--text-max); margin: 0 auto; padding: 0 2rem; }

/* Mock banner */
.mock-banner {
  background: var(--ink);
  color: var(--cream);
  padding: 0.55rem 1rem;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: var(--sans);
}
.mock-banner strong { color: var(--blush); font-weight: 500; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250,247,242,0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.logo {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ink);
  border: none;
  letter-spacing: -0.01em;
}
.logo small {
  display: block;
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
  font-weight: 500;
}
.nav { display: flex; align-items: center; gap: 2.25rem; }
.nav a { color: var(--ink); border: none; font-size: 14.5px; font-weight: 400; }
.nav a.current { color: var(--sage-deep); }
.nav a:hover { color: var(--sage-deep); opacity: 1; }

.btn {
  display: inline-block;
  padding: 0.85rem 1.6rem;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.btn:hover { background: var(--sage-deep); border-color: var(--sage-deep); opacity: 1; color: var(--cream); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--cream); }

@media (max-width: 820px) {
  .nav { display: none; }
  .site-header .btn { padding: 0.7rem 1.1rem; font-size: 13px; }
}

/* Hero */
.hero { padding: 5.5rem 0 6rem; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 4rem; align-items: center; }
.hero h1 { margin-bottom: 1.5rem; }
.hero p.lead { max-width: 520px; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-actions .meta { font-size: 13px; color: var(--muted); }

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { padding: 3rem 0 4rem; }
}

/* Portrait */
.portrait {
  aspect-ratio: 4/5;
  border-radius: 2px;
  position: relative;
  box-shadow: var(--shadow);
  overflow: hidden;
  background: var(--cream-warm);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Photo block (replaces soft-block for real images) */
.photo {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: var(--shadow);
  background: var(--cream-warm);
}
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo.tall { aspect-ratio: 4/5; }
.photo.wide { aspect-ratio: 3/2; }
.photo.square { aspect-ratio: 1/1; }

.soft-block {
  aspect-ratio: 3/2;
  background: linear-gradient(135deg, #C9D6CE 0%, #8FA498 50%, #6B8E7F 100%);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.soft-block.blush { background: linear-gradient(135deg, #F1DCC6 0%, #E3BEA1 100%); }
.soft-block.sand { background: linear-gradient(135deg, #EDE4D6 0%, #D8C8B0 100%); }
.soft-block.sage { background: linear-gradient(135deg, #C9D6CE 0%, #6B8E7F 100%); }
.soft-block.ink { background: linear-gradient(135deg, #4A545A 0%, #1F2A2E 100%); }
.soft-block.tall { aspect-ratio: 4/5; }
.soft-block::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 25% 20%, rgba(255,255,255,0.35), transparent 65%);
}

/* Trust strip */
.trust-strip {
  padding: 2.25rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream-deep);
}
.trust-strip .items {
  display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem;
}
.trust-item {
  text-align: center; font-size: 10px; color: var(--muted);
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 500;
  max-width: 170px;
}
.trust-item strong {
  display: block; font-family: var(--serif); font-size: 16px; font-weight: 400;
  color: var(--ink); text-transform: none; letter-spacing: -0.01em; margin-bottom: 3px;
}

/* Section */
section { padding: 5.5rem 0; }
section.tight { padding: 4rem 0; }
section.alt { background: var(--cream-deep); }
section.dark { background: var(--ink); color: var(--cream); }
section.dark h1, section.dark h2, section.dark h3 { color: var(--cream); }
section.dark p { color: rgba(250,247,242,0.75); }

.section-head { max-width: 680px; margin-bottom: 3rem; }
.section-head.center { margin: 0 auto 3rem; text-align: center; }

/* Service tiles */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tile {
  background: var(--cream);
  border: 1px solid var(--line);
  padding: 2.5rem 2rem;
  transition: all .3s;
  text-decoration: none;
  color: inherit;
  display: block;
}
.tile:hover {
  border-color: var(--sage-deep);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  opacity: 1;
}
.tile .tile-num {
  font-family: var(--serif); font-size: 12px; color: var(--sage-deep);
  letter-spacing: 0.1em; margin-bottom: 1.5rem; display: block;
}
.tile h3 { margin-bottom: 0.75rem; }
.tile p { font-size: 15px; margin-bottom: 1.5rem; line-height: 1.55; }
.tile .arrow {
  font-family: var(--sans); font-size: 13px;
  color: var(--sage-deep); font-weight: 500; letter-spacing: 0.02em;
}
@media (max-width: 820px) { .tiles { grid-template-columns: 1fr; } }

/* Two-col */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.two-col.narrow { gap: 3rem; }
.two-col.reverse > :first-child { order: 2; }
@media (max-width: 820px) {
  .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
  .two-col.reverse > :first-child { order: 0; }
}

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); padding: 1.75rem 0; }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }
.faq-item p { margin-bottom: 0; font-size: 15px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.step { position: relative; padding-top: 3rem; }
.step .num {
  position: absolute; top: 0; left: 0;
  font-family: var(--serif); font-size: 2.8rem; color: var(--sage); line-height: 1; font-weight: 300;
}
.step h3 { margin-bottom: 0.5rem; }
.step p { font-size: 15px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; gap: 2.5rem; } }

/* Final CTA */
.final-cta {
  background: var(--ink);
  color: var(--cream);
  padding: 6rem 0;
  text-align: center;
}
.final-cta h2 {
  color: var(--cream); margin-bottom: 1.5rem;
  max-width: 680px; margin-left: auto; margin-right: auto;
}
.final-cta p { color: rgba(250,247,242,0.72); max-width: 520px; margin: 0 auto 2rem; }
.final-cta .btn { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.final-cta .btn:hover { background: var(--sage); color: var(--cream); border-color: var(--sage); }

/* Footer */
.site-footer {
  background: var(--cream-deep);
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--line);
  font-size: 14px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.site-footer .logo { margin-bottom: 1rem; display: inline-block; }
.site-footer h4 {
  font-family: var(--sans); font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.15em;
  color: var(--muted); margin-bottom: 1rem; font-weight: 500;
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 0.5rem; }
.site-footer a { color: var(--ink-soft); border: none; font-size: 14px; }
.site-footer a:hover { color: var(--sage-deep); }
.site-footer p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.footer-bottom {
  padding-top: 2rem; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  font-size: 12px; color: var(--muted);
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }

/* Mobile sticky CTA */
.mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 0.75rem 1rem;
  z-index: 90;
  box-shadow: 0 -4px 16px rgba(31,42,46,0.08);
}
.mobile-cta .btn { width: 100%; display: block; text-align: center; }
@media (max-width: 820px) { .mobile-cta { display: block; } body { padding-bottom: 70px; } }

/* About page */
.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: start; }
.credentials-card {
  background: var(--cream-deep);
  border: 1px solid var(--line);
  padding: 2rem;
  position: sticky; top: 140px;
}
.credentials-card .eyebrow { margin-bottom: 1rem; }
.credentials-card ul { list-style: none; }
.credentials-card li { padding: 0.85rem 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.credentials-card li:last-child { border: none; padding-bottom: 0; }
.credentials-card strong {
  display: block; font-family: var(--serif); font-size: 16px;
  font-weight: 400; color: var(--ink); margin-bottom: 2px;
}
.credentials-card span { color: var(--muted); font-size: 12px; letter-spacing: 0.02em; }
.about-body p { font-size: 17px; line-height: 1.75; margin-bottom: 1.25rem; }
.about-body h2 { margin-top: 3rem; margin-bottom: 1.25rem; }
.about-body h2:first-child { margin-top: 0; }
@media (max-width: 820px) {
  .about-grid { grid-template-columns: 1fr; }
  .credentials-card { position: static; }
}

/* Service page hero */
.service-hero { padding: 5rem 0 4rem; background: var(--cream-deep); border-bottom: 1px solid var(--line); }
.service-hero h1 { max-width: 800px; margin-bottom: 1.5rem; }
.service-hero p.lead { max-width: 640px; }

/* Vignettes */
.vignettes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.vignette { padding: 1.5rem 0 1.5rem 1.75rem; border-left: 2px solid var(--sage); }
.vignette p {
  font-family: var(--serif); font-size: 1.15rem; color: var(--ink);
  font-style: italic; line-height: 1.5; margin: 0;
}
.vignette .who {
  display: block; font-family: var(--sans); font-size: 11px;
  font-style: normal; color: var(--muted); letter-spacing: 0.12em;
  text-transform: uppercase; margin-top: 1rem;
}
@media (max-width: 820px) { .vignettes { grid-template-columns: 1fr; } }

/* Feature list */
.feature-list { list-style: none; }
.feature-list li {
  padding: 1.25rem 0 1.25rem 2rem;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.feature-list li::before {
  content: '—'; position: absolute; left: 0; color: var(--sage);
  font-weight: 500; font-family: var(--serif);
}
.feature-list li strong {
  display: block; font-family: var(--serif); font-size: 1.15rem;
  color: var(--ink); margin-bottom: 0.25rem; font-weight: 400;
}
.feature-list li span { font-size: 15px; color: var(--ink-soft); line-height: 1.55; }

/* Phase grid (maternal) */
.phases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.phase {
  padding: 2.5rem; background: var(--cream); border: 1px solid var(--line);
}
.phase .phase-num {
  font-family: var(--serif); font-size: 11px; color: var(--sage-deep);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; display: block;
}
.phase h3 { margin-bottom: 0.75rem; }
.phase p { font-size: 15px; line-height: 1.6; }
@media (max-width: 820px) { .phases { grid-template-columns: 1fr; } }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; }
.contact-form {
  background: var(--cream-deep); padding: 2.5rem;
  border: 1px solid var(--line);
}
.contact-form label {
  display: block; font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted); margin-bottom: 0.5rem;
  margin-top: 1.25rem; font-weight: 500;
}
.contact-form label:first-child { margin-top: 0; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%; padding: 0.95rem 1rem;
  background: var(--cream); border: 1px solid var(--line);
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  border-radius: 2px;
}
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
  outline: none; border-color: var(--sage-deep);
}
.contact-form .btn { margin-top: 1.75rem; width: 100%; padding: 1.05rem; font-size: 15px; }
.contact-form .tiny { font-size: 12px; color: var(--muted); margin-top: 1rem; }
.contact-info h3 { margin-bottom: 1.5rem; }
.contact-info .info-item { padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.contact-info .info-item:first-child { padding-top: 0; }
.contact-info .info-item:last-child { border: none; }
.contact-info h4 {
  font-family: var(--sans); font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--muted); margin-bottom: 0.35rem;
}
.contact-info p { margin: 0; font-size: 15px; }
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* Quote */
.quote-card {
  padding: 3rem 3.5rem;
  background: var(--cream-deep);
  border-left: 3px solid var(--sage);
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.45;
  color: var(--ink);
  max-width: 800px;
  margin: 0 auto;
}
.quote-card cite {
  display: block; font-family: var(--sans); font-size: 12px;
  font-style: normal; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-top: 1.25rem;
}

/* Blog cards */
.blog-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card {
  background: var(--cream); border: 1px solid var(--line);
  text-decoration: none; color: inherit; display: block;
  transition: all .3s;
}
.blog-card:hover { border-color: var(--sage-deep); transform: translateY(-3px); opacity: 1; }
.blog-card .soft-block { aspect-ratio: 3/2; }
.blog-card .card-body { padding: 1.5rem 1.75rem 2rem; }
.blog-card .cat {
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--sage-deep); font-weight: 500;
}
.blog-card h3 { font-size: 1.2rem; margin: 0.5rem 0 0.5rem; line-height: 1.3; }
.blog-card p { font-size: 14px; margin: 0; }
@media (max-width: 820px) { .blog-cards { grid-template-columns: 1fr; } }

/* ============ BLOG INDEX ============ */
.blog-index-hero { padding: 5rem 0 3rem; text-align: center; }
.blog-index-hero h1 { max-width: 760px; margin: 0 auto 1.25rem; }
.blog-index-hero p.lead { max-width: 600px; margin: 0 auto; }

.blog-filter {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;
  padding: 2rem 0 3rem; border-bottom: 1px solid var(--line); margin-bottom: 3rem;
}
.blog-filter a {
  padding: 0.5rem 1.1rem; border: 1px solid var(--line);
  font-size: 13px; letter-spacing: 0.02em;
  border-radius: 999px; color: var(--ink-soft);
  background: var(--cream);
}
.blog-filter a:hover, .blog-filter a.active {
  background: var(--ink); color: var(--cream);
  border-color: var(--ink); opacity: 1;
}

.blog-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem 1.75rem;
}
@media (max-width: 820px) { .blog-grid { grid-template-columns: 1fr; } }

/* ============ ARTICLE (single blog post) ============ */
.article-hero {
  padding: 4.5rem 0 2.5rem;
  background: var(--cream-deep);
  border-bottom: 1px solid var(--line);
}
.article-hero .container-narrow { text-align: left; }
.article-hero .cat {
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sage-deep); display: inline-block; margin-bottom: 1.25rem;
}
.article-hero h1 {
  font-size: clamp(2.2rem, 4.2vw, 3.25rem);
  line-height: 1.1; margin-bottom: 1.25rem; max-width: 780px;
}
.article-hero p.dek {
  font-family: var(--serif); font-size: 1.3rem; line-height: 1.45;
  color: var(--ink-soft); font-style: italic; max-width: 720px;
  margin-bottom: 2rem;
}
.article-meta {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
  padding-top: 1.5rem; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--muted);
}
.article-meta .author-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  overflow: hidden; background: var(--cream-warm);
}
.article-meta .author-avatar img { width: 100%; height: 100%; object-fit: cover; }
.article-meta .author-name {
  font-family: var(--serif); font-size: 15px; color: var(--ink);
  font-style: normal;
}
.article-meta span.sep { color: var(--line); }

.article-body {
  max-width: 720px; margin: 0 auto; padding: 4rem 2rem 2rem;
}
.article-body > *:first-child { margin-top: 0; }
.article-body p {
  font-family: var(--serif); font-size: 1.175rem; line-height: 1.75;
  color: var(--ink); margin-bottom: 1.4rem;
}
.article-body p.lede {
  font-size: 1.4rem; line-height: 1.55; color: var(--ink);
  margin-bottom: 2rem;
}
.article-body p.lede::first-letter {
  font-size: 4.2rem; float: left; line-height: 0.88;
  padding: 0.35rem 0.6rem 0 0; font-weight: 400; color: var(--sage-deep);
}
.article-body h2 {
  font-size: 1.75rem; margin: 3rem 0 1.25rem; line-height: 1.2;
}
.article-body h3 {
  font-size: 1.35rem; margin: 2.25rem 0 0.75rem;
}
.article-body blockquote {
  border-left: 3px solid var(--sage);
  padding: 0.5rem 0 0.5rem 2rem;
  margin: 2.5rem 0;
  font-style: italic;
  font-size: 1.35rem;
  line-height: 1.5;
  color: var(--ink);
}
.article-body ul, .article-body ol {
  font-family: var(--serif); font-size: 1.175rem; line-height: 1.75;
  padding-left: 1.5rem; margin-bottom: 1.4rem; color: var(--ink);
}
.article-body li { margin-bottom: 0.5rem; }
.article-body em { font-style: italic; }
.article-body strong { font-weight: 500; }
.article-body hr {
  border: none; border-top: 1px solid var(--line);
  margin: 3rem auto; max-width: 120px;
}
.article-body a { color: var(--sage-deep); border-bottom: 1px solid var(--line); }
.article-body a:hover { border-color: var(--sage-deep); }

.pullquote {
  font-family: var(--serif); font-size: 1.75rem; line-height: 1.35;
  color: var(--ink); text-align: left;
  padding: 2.5rem 0; margin: 2.5rem 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}

/* Author bio card */
.author-card {
  max-width: 720px; margin: 3rem auto;
  padding: 2.25rem;
  background: var(--cream-deep);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.75rem;
  align-items: start;
}
.author-card .avatar {
  width: 80px; height: 80px; border-radius: 50%;
  overflow: hidden; background: var(--cream-warm);
}
.author-card .avatar img { width: 100%; height: 100%; object-fit: cover; }
.author-card .eyebrow { margin-bottom: 0.5rem; }
.author-card h3, .author-card h4 { font-size: 1.2rem; margin-bottom: 0.5rem; font-family: var(--serif); font-weight: 400; }
.author-card p { font-size: 14.5px; margin-bottom: 0.75rem; line-height: 1.6; }
.author-card a { font-size: 14px; }
@media (max-width: 620px) { .author-card { grid-template-columns: 1fr; } }

/* Article CTA box inline */
.article-cta-box {
  max-width: 720px; margin: 3rem auto;
  padding: 2.5rem;
  background: var(--ink); color: var(--cream);
  text-align: center;
}
.article-cta-box h3 {
  color: var(--cream); font-size: 1.4rem; margin-bottom: 0.75rem;
}
.article-cta-box p {
  font-family: var(--sans); font-size: 15px;
  color: rgba(250,247,242,0.75); margin-bottom: 1.5rem;
  max-width: 480px; margin-left: auto; margin-right: auto;
}
.article-cta-box .btn {
  background: var(--cream); color: var(--ink); border-color: var(--cream);
}
.article-cta-box .btn:hover { background: var(--sage); color: var(--cream); border-color: var(--sage); }

/* Related posts */
.related-posts {
  max-width: 1180px; margin: 0 auto; padding: 4rem 2rem;
  border-top: 1px solid var(--line);
}
.related-posts .eyebrow { text-align: center; display: block; margin-bottom: 2rem; }

/* Fees page specific */
.fee-card {
  background: var(--cream); border: 1px solid var(--line);
  padding: 2.25rem;
}
.fee-card .eyebrow { margin-bottom: 1rem; }
.fee-card .price {
  font-family: var(--serif); font-size: 2.4rem;
  color: var(--ink); font-weight: 300; line-height: 1; margin-bottom: 0.25rem;
}
.fee-card .price-sub { font-size: 13px; color: var(--muted); margin-bottom: 1.25rem; }
.fee-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.fee-card p { font-size: 14.5px; margin: 0; }
.fee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 820px) { .fee-grid { grid-template-columns: 1fr; } }

/* Fee featured card */
.fee-card.featured {
  background: var(--ink); color: var(--cream); border-color: var(--ink);
  transform: translateY(-6px);
}
.fee-card.featured h3 { color: var(--cream); }
.fee-card.featured .price { color: var(--cream); }
.fee-card.featured .price-sub { color: rgba(250,247,242,0.65); }
.fee-card.featured p { color: rgba(250,247,242,0.82); }
@media (max-width: 820px) { .fee-card.featured { transform: none; } }

/* Blog filter chips */
.blog-filter { background: var(--cream-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.25rem 0; }
.blog-filter .filter-wrap {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;
}
.chip {
  display: inline-block; padding: 0.5rem 1.1rem;
  border: 1px solid var(--line); border-radius: 999px;
  font-size: 13px; color: var(--ink-soft); text-decoration: none;
  background: var(--cream); transition: all 0.15s;
}
.chip:hover { border-color: var(--sage-deep); color: var(--sage-deep); }
.chip.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* Featured post block on blog index */
.featured-post {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: center;
  text-decoration: none; color: inherit;
  padding: 2rem 0;
}
.featured-post .featured-photo {
  aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-deep);
}
.featured-post .featured-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.featured-post .featured-body .cat {
  display: inline-block; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sage-deep); margin-bottom: 1rem;
}
.featured-post h2 {
  font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.15; margin: 0 0 1rem;
}
.featured-post:hover h2 { color: var(--sage-deep); }
.featured-post .lead { font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 1.5rem; }
.featured-post .read-more {
  font-size: 14px; color: var(--sage-deep); letter-spacing: 0.04em;
  border-bottom: 1px solid var(--sage-deep); padding-bottom: 2px;
}
@media (max-width: 820px) {
  .featured-post { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* Blog-card small meta */
.blog-card .meta {
  display: block; font-size: 12px; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.75rem;
}
.blog-card.placeholder { opacity: 0.72; }
.blog-card.placeholder:hover { opacity: 1; }

/* Newsletter / subscribe form */
.subscribe-form {
  display: flex; gap: 0.5rem; max-width: 440px; margin: 2rem auto 0;
}
.subscribe-form input[type="email"] {
  flex: 1; padding: 0.9rem 1rem;
  border: 1px solid var(--line); background: var(--cream);
  font-family: var(--sans); font-size: 15px; color: var(--ink);
}
.subscribe-form input[type="email"]:focus { outline: none; border-color: var(--sage-deep); }
.subscribe-form .btn { white-space: nowrap; }
@media (max-width: 560px) {
  .subscribe-form { flex-direction: column; }
}

/* ===== HOMEPAGE 5-TILE MOSAIC ===== */
.mosaic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 1rem;
  margin-top: 2.5rem;
}
.mosaic-tile {
  position: relative;
  overflow: hidden;
  background: var(--cream-deep);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: flex;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.mosaic-tile:hover {
  transform: translateY(-3px);
  border-color: var(--sage-deep);
  box-shadow: 0 18px 40px -25px rgba(31,42,46,0.35);
}
.mosaic-tile .bg {
  position: absolute; inset: 0;
}
.mosaic-tile .bg img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.mosaic-tile.has-bg .bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(31,42,46,0.10) 0%, rgba(31,42,46,0.45) 45%, rgba(31,42,46,0.88) 100%);
}
.mosaic-tile .content {
  position: relative; z-index: 1;
  padding: 1.75rem 1.85rem;
  display: flex; flex-direction: column; justify-content: flex-end;
  width: 100%;
}

/* Light tiles (Individual, Trauma) — cream background, ink text */
.mosaic-tile:not(.has-bg) .content { color: var(--ink); }
.mosaic-tile:not(.has-bg) .tile-num { color: var(--sage-deep); }
.mosaic-tile:not(.has-bg) .arrow {
  color: var(--sage-deep);
  border-bottom: 1px solid var(--sage-deep);
}

/* Image tiles (Couples, Maternal, Family) — cream text on dark gradient */
.mosaic-tile.has-bg .content,
.mosaic-tile.has-bg .content h3,
.mosaic-tile.has-bg .content p { color: var(--cream); }
.mosaic-tile.has-bg .tile-num { color: rgba(250,247,242,0.85); }
.mosaic-tile.has-bg .arrow {
  color: var(--cream);
  border-bottom: 1px solid rgba(250,247,242,0.55);
}

.mosaic-tile .tile-num {
  font-family: var(--serif); font-style: italic;
  font-size: 13px; letter-spacing: 0.04em; margin-bottom: 0.5rem;
}
.mosaic-tile h3 {
  font-family: var(--serif); font-weight: 400;
  font-size: 1.55rem; line-height: 1.15; margin: 0 0 0.6rem;
}
.mosaic-tile p {
  font-size: 14.5px; line-height: 1.5; margin: 0 0 1rem;
  opacity: 0.94;
}
.mosaic-tile .arrow {
  font-size: 13px; letter-spacing: 0.04em;
  padding-bottom: 2px; align-self: flex-start;
}

/* Bento placement: 4 cols × 3 rows
   Row 1+2 left: Couples (big square anchor)
   Row 1 right: Maternal (wide)
   Row 2 right: Individual + Trauma (two small squares)
   Row 3:      Family (full-width banner)
*/
.m-couples    { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.m-maternal   { grid-column: 3 / span 2; grid-row: 1; }
.m-individual { grid-column: 3; grid-row: 2; }
.m-trauma     { grid-column: 4; grid-row: 2; }
.m-family     { grid-column: 1 / span 4; grid-row: 3; }

/* Big anchor tile gets a slightly larger headline */
.m-couples h3 { font-size: 2rem; }
.m-couples p  { font-size: 15.5px; max-width: 36ch; }
.m-family  h3 { font-size: 1.85rem; }
.m-family  p  { max-width: 60ch; }

/* Tablet — collapse to a 2-column grid */
@media (max-width: 980px) {
  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .m-couples    { grid-column: 1 / span 2; grid-row: auto; }
  .m-maternal   { grid-column: 1 / span 2; grid-row: auto; }
  .m-individual { grid-column: 1; grid-row: auto; }
  .m-trauma     { grid-column: 2; grid-row: auto; }
  .m-family     { grid-column: 1 / span 2; grid-row: auto; }
  .m-couples h3, .m-family h3 { font-size: 1.7rem; }
}

/* Mobile — single column stack */
@media (max-width: 600px) {
  .mosaic { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .m-couples, .m-maternal, .m-individual, .m-trauma, .m-family {
    grid-column: 1; grid-row: auto;
  }
}

/* Blog index hero */
.blog-index-hero { padding: 5rem 0 3rem; text-align: center; }
.blog-index-hero h1 { font-size: clamp(2.4rem, 5vw, 3.75rem); margin-bottom: 1rem; }
.blog-index-hero .lead { max-width: 620px; margin: 0 auto; color: var(--ink-soft); }



/* WordPress / Elementor theme packaging adjustments */
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }

img { max-width: 100%; height: auto; display: block; }
.site-header .container,
.site-footer .container { width: 100%; }

.anna-mobile-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
  padding: .35rem;
  margin-left: 1rem;
}
.anna-mobile-toggle .bar {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  margin: 5px 0;
  transition: transform .25s ease, opacity .25s ease;
}
.anna-mobile-toggle.is-active .bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.anna-mobile-toggle.is-active .bar:nth-child(2) { opacity: 0; }
.anna-mobile-toggle.is-active .bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.anna-mobile-panel {
  display: none;
  border-top: 1px solid var(--line);
  background: rgba(250,247,242,0.98);
}
.anna-mobile-panel .container { padding-top: 1rem; padding-bottom: 1rem; }
.anna-mobile-panel nav { display: flex; flex-direction: column; gap: 1rem; }
.anna-mobile-panel nav a { border: 0; color: var(--ink); }
.anna-mobile-panel .btn { margin-top: 1rem; width: 100%; }
@media (max-width: 820px) {
  .anna-mobile-toggle { display: inline-block; }
  .anna-desktop-nav,
  .anna-desktop-cta { display: none !important; }
  .anna-mobile-panel.is-open { display: block; }
}
.elementor-widget-html .elementor-widget-container > section:first-child,
.elementor-widget-html .elementor-widget-container > div:first-child,
.elementor-widget-shortcode .elementor-widget-container > section:first-child,
.elementor-widget-shortcode .elementor-widget-container > div:first-child { margin-top: 0; }
.anna-footer-menu { list-style: none; margin: 0; padding: 0; }
.anna-footer-menu li + li { margin-top: .5rem; }
.anna-footer-menu a { border: 0; color: var(--ink-soft); }
.anna-footer-menu a:hover { color: var(--sage-deep); opacity: 1; }
.anna-archive-grid,
.anna-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 2rem;
}
.anna-archive-card,
.anna-related-card {
  border: 1px solid var(--line);
  padding: 1.25rem;
  background: #fffdf9;
}
.anna-archive-card .pill,
.anna-related-card .pill { display: inline-block; margin-bottom: .85rem; }
.anna-archive-card h3,
.anna-related-card h3 { font-size: 1.35rem; margin-bottom: .75rem; }
.anna-archive-card p,
.anna-related-card p { font-size: .98rem; }
.anna-empty { color: var(--ink-soft); }
@media (max-width: 900px) {
  .anna-archive-grid,
  .anna-related-grid { grid-template-columns: 1fr; }
}
