/*
Theme Name: Postpartum Care with Sabrina
Description: Custom theme — Vesica Piscis identity, Collection 022 palette.
Version: 2.0.0
Author: Postpartum Care with Sabrina
*/

/* === Tokens =================================================== */
:root {
  --emerald: #17382B;
  --emerald-deep: #0E2419;
  --eucalyptus: #688074;
  --tiki: #CD6B40;
  --tiki-deep: #B25932;
  --pottery: #E5C7B1;
  --newbook: #FBE8DB;
  --cream: #FDF4EC;
  --rule: rgba(23,56,43,0.13);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', 'Montserrat', system-ui, sans-serif;
}

/* === Reset / base ============================================ */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--emerald);
  background: var(--newbook);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--serif); font-weight: 400; color: var(--emerald); letter-spacing: -0.015em; }
p { margin: 0; }
em { font-style: italic; font-weight: 300; color: var(--tiki); }

/* === Buttons ================================================= */
.btn-primary, .btn-ghost, .btn-accent {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 16px 30px;
  border-radius: 999px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.btn-primary { background: var(--emerald); color: var(--newbook); }
.btn-ghost { background: transparent; color: var(--emerald); border: 1px solid rgba(23,56,43,0.35); }
.btn-accent { background: var(--tiki); color: var(--newbook); }
.btn-primary:hover, .btn-accent:hover { opacity: 0.92; transform: translateY(-1px); }
.btn-ghost:hover { background: rgba(23,56,43,0.05); }
.btn-text {
  display: inline-block;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--emerald);
  border-bottom: 1px solid var(--emerald);
  padding-bottom: 4px;
}

/* === Eyebrows / labels ====================================== */
.eyebrow, .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--tiki-deep);
}
.eyebrow-light { color: var(--pottery); }
.hero-eyebrow .rule {
  width: 28px; height: 1px; background: var(--tiki); display: inline-block;
}

/* === Header ================================================== */
#site-header {
  background: var(--newbook);
  border-bottom: 1px solid var(--rule);
  position: sticky; top: 0; z-index: 50;
}
.header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 20px 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.site-logo { display: flex; align-items: center; gap: 12px; }
.site-logo .logo-mark { width: 42px; height: 42px; }
.logo-text { line-height: 1; }
.logo-name {
  display: block; font-family: var(--serif); font-weight: 500;
  font-size: 19px; letter-spacing: 0.04em; color: var(--emerald);
}
.logo-sub {
  display: block; font-family: var(--serif); font-style: italic;
  font-size: 15px; color: var(--tiki); margin-top: 3px;
}
#site-navigation ul {
  list-style: none; display: flex; gap: 32px; align-items: center;
  margin: 0; padding: 0;
}
#site-navigation a {
  font-family: var(--sans); font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--emerald); opacity: 0.85;
}
#site-navigation a:hover { opacity: 1; color: var(--tiki); }
.header-cta {
  background: var(--emerald); color: var(--newbook);
  padding: 11px 22px; border-radius: 999px;
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.25em; text-transform: uppercase;
}
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; }

/* === Hero ==================================================== */
.hero {
  position: relative; overflow: hidden;
  background: var(--newbook);
  padding: 80px 56px 110px;
}
.hero-mark {
  position: absolute; right: -120px; top: 20px;
  width: 620px; height: 620px;
  opacity: 0.12; pointer-events: none;
}
.hero-content { position: relative; max-width: 1080px; margin: 0 auto; }
.hero-eyebrow { margin-bottom: 28px; }
.hero h1 {
  font-family: var(--serif); font-size: 92px; line-height: 0.96;
  letter-spacing: -0.02em; color: var(--emerald);
  margin: 0; max-width: 940px;
}
.hero-sub {
  font-family: var(--serif); font-size: 22px; line-height: 1.45;
  color: rgba(23,56,43,0.8); margin-top: 28px; max-width: 560px;
}
.hero-actions { margin-top: 40px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-aside {
  margin-top: 72px;
  font-family: var(--serif); font-style: italic; font-size: 18px;
  color: rgba(23,56,43,0.6);
  display: flex; align-items: center; gap: 12px;
}
.aside-rule { width: 18px; height: 1px; background: rgba(23,56,43,0.35); }

/* === About teaser =========================================== */
.about-teaser {
  background: var(--pottery);
  padding: 90px 56px;
}
.about-teaser-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center;
}
.about-portrait {
  aspect-ratio: 4 / 5;
  background: linear-gradient(180deg, var(--eucalyptus) 0%, var(--emerald) 100%);
  border-radius: 4px; position: relative; overflow: hidden;
}
.about-portrait img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
}
.portrait-mark {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.portrait-label {
  position: absolute; bottom: 16px; left: 16px;
  font-family: var(--sans); font-size: 9px;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(251,232,219,0.7);
}
.about-teaser h2 {
  font-size: 60px; line-height: 1.0; margin: 18px 0 22px;
}
.about-teaser p {
  font-family: var(--serif); font-size: 19px; line-height: 1.55;
  color: rgba(23,56,43,0.8); max-width: 520px; margin-bottom: 28px;
}

/* === Pull quote ============================================= */
.pull-quote {
  background: var(--emerald); color: var(--newbook);
  padding: 90px 56px; text-align: center; position: relative;
}
.quote-mark {
  width: 48px; height: 48px;
  margin: 0 auto 60px; opacity: 0.6;
}
.pull-quote blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 44px; line-height: 1.25; max-width: 900px; margin: 0 auto;
  color: var(--newbook);
}
.pull-quote blockquote span { color: var(--pottery); }
.pull-quote cite {
  display: block; margin-top: 26px; font-style: normal;
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.4em; text-transform: uppercase; color: var(--pottery);
}

/* === Services teaser ======================================== */
.services-teaser {
  background: var(--cream);
  padding: 100px 56px;
}
.services-teaser-header {
  max-width: 1280px; margin: 0 auto 50px;
  display: flex; justify-content: space-between; align-items: flex-end; gap: 40px;
}
.services-teaser-header .eyebrow { margin-bottom: 16px; }
.services-teaser h2 { font-size: 60px; line-height: 1; }
.services-grid {
  max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.service-card {
  background: var(--newbook);
  border: 1px solid rgba(23,56,43,0.12);
  padding: 34px 30px 30px;
  display: flex; flex-direction: column;
  min-height: 380px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(23,56,43,0.10);
}
.service-card-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 24px;
}
.service-num {
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: 30px; color: var(--tiki);
}
.service-card h3 {
  font-family: var(--serif); font-weight: 500; font-size: 32px;
  line-height: 1; letter-spacing: -0.01em; color: var(--emerald);
}
.service-card p {
  font-family: var(--serif); font-size: 17px; line-height: 1.5;
  color: rgba(23,56,43,0.75); margin: 14px 0 22px;
}
.service-includes {
  list-style: none; padding: 0; margin: 0 0 24px;
  border-top: 1px solid rgba(23,56,43,0.13);
}
.service-includes li {
  padding: 11px 0; border-bottom: 1px solid rgba(23,56,43,0.08);
  font-family: var(--sans); font-size: 12px; letter-spacing: 0.04em;
  color: rgba(23,56,43,0.85);
  display: flex; align-items: center; gap: 10px;
}
.service-includes li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--tiki);
}
.card-link {
  margin-top: auto;
  font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.3em; text-transform: uppercase; color: var(--emerald);
}

/* === Footer ================================================== */
#site-footer {
  background: var(--emerald-deep); color: var(--newbook);
  padding: 90px 56px 36px; position: relative; overflow: hidden;
}
.footer-mark {
  position: absolute; left: -160px; bottom: -120px;
  width: 520px; height: 520px;
  opacity: 0.18; pointer-events: none;
}
.footer-cta {
  position: relative; max-width: 1280px; margin: 0 auto;
}
.footer-cta h2 {
  font-family: var(--serif); font-size: 76px; line-height: 1;
  color: var(--newbook); max-width: 900px; margin: 22px 0 36px;
}
.footer-cta h2 em { color: var(--pottery); }
.footer-grid {
  position: relative; max-width: 1280px; margin: 96px auto 0;
  padding-top: 32px; border-top: 1px solid rgba(251,232,219,0.13);
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
}
.footer-tagline {
  font-family: var(--serif); font-style: italic; font-size: 16px;
  color: var(--pottery); margin-top: 18px; max-width: 320px;
}
.footer-col-title {
  display: block; font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.4em; text-transform: uppercase;
  color: var(--pottery); margin-bottom: 16px;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li, .footer-links a {
  font-family: var(--serif); font-size: 16px;
  color: rgba(251,232,219,0.85); padding: 4px 0; display: block;
}
.footer-links a:hover { color: var(--newbook); }
.footer-bottom {
  position: relative; max-width: 1280px; margin: 40px auto 0;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-copy {
  font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(229,199,177,0.7);
}

/* === fade in animation ====================================== */
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-in.is-visible { opacity: 1; transform: none; }

/* === About page ============================================= */
.about-hero {
  background: var(--newbook); padding: 80px 56px 64px;
  border-bottom: 1px solid var(--rule);
}
.about-hero-inner { max-width: 1080px; margin: 0 auto; }
.about-hero h1 {
  font-size: 96px; line-height: 0.96; margin-top: 22px;
}
.about-hero-sub {
  font-family: var(--serif); font-size: 22px; line-height: 1.5;
  color: rgba(23,56,43,0.75); margin-top: 28px; max-width: 600px;
}
.about-story { background: var(--newbook); padding: 80px 56px 100px; }
.about-story-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start;
}
.about-story-body p {
  font-family: var(--serif); font-size: 19px; line-height: 1.6;
  color: rgba(23,56,43,0.85); margin-bottom: 24px;
}
.about-story-body p:last-child { margin-bottom: 0; }
.about-story-body em { color: var(--tiki); }

.credentials-block { background: var(--pottery); padding: 90px 56px; }
.credentials-inner { max-width: 1080px; margin: 0 auto; }
.credentials-block h2 { font-size: 56px; margin: 16px 0 48px; line-height: 1.0; }
.cred-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(23,56,43,0.18); }
.cred-list li { border-bottom: 1px solid rgba(23,56,43,0.18); }
.cred-list a {
  display: grid; grid-template-columns: 60px 1fr auto; gap: 28px;
  padding: 22px 0; align-items: baseline;
  transition: padding-left 0.25s ease;
}
.cred-list a:hover { padding-left: 14px; }
.cred-num {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: var(--tiki);
}
.cred-name {
  font-family: var(--serif); font-size: 22px; color: var(--emerald);
}
.cred-org {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.25em;
  text-transform: uppercase; color: rgba(23,56,43,0.55);
}

/* === Services page (extra) ================================== */
.services-hero {
  background: var(--newbook); padding: 80px 56px 60px;
  position: relative; overflow: hidden;
  border-bottom: 1px solid var(--rule);
}
.services-mark {
  position: absolute; right: -100px; top: -60px; width: 460px; height: 460px;
}
.services-hero-inner { max-width: 760px; position: relative; }
.services-hero h1 { font-size: 76px; line-height: 1.0; margin: 22px 0 24px; }
.services-hero p {
  font-family: var(--serif); font-size: 19px; line-height: 1.55;
  color: rgba(23,56,43,0.8); max-width: 620px;
}
.services-full { background: var(--cream); padding: 90px 56px; }
.services-full .services-grid {
  max-width: 1280px; margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
}

.pricing-section { background: var(--emerald); padding: 100px 56px; color: var(--newbook); }
.pricing-inner { max-width: 1080px; margin: 0 auto; }
.pricing-header { text-align: center; max-width: 620px; margin: 0 auto 56px; }
.pricing-header h2 {
  color: var(--newbook); font-size: 64px; line-height: 1.0; margin: 16px 0 22px;
}
.pricing-header h2 em { color: var(--pottery); }
.pricing-header p {
  font-family: var(--serif); font-size: 19px; line-height: 1.55;
  color: rgba(251,232,219,0.75);
}
.pricing-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px;
  max-width: 760px; margin: 0 auto;
}
.price-card {
  background: rgba(251,232,219,0.06);
  border: 1px solid rgba(251,232,219,0.14);
  padding: 36px 32px; text-align: center;
}
.price-card--accent { border-color: var(--tiki); background: rgba(205,107,64,0.08); }
.price-tier {
  display: block; font-family: var(--sans); font-size: 11px;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--pottery); margin-bottom: 18px;
}
.price-amount {
  font-family: var(--serif); font-size: 64px; font-weight: 400;
  color: var(--newbook); line-height: 1;
}
.price-card--accent .price-amount { color: var(--tiki); }
.price-unit {
  font-family: var(--serif); font-style: italic; font-size: 16px;
  color: var(--pottery); display: block; margin-top: 6px;
}
.price-note {
  font-family: var(--serif); font-size: 15px; line-height: 1.55;
  color: rgba(251,232,219,0.65); margin-top: 18px;
}
.pricing-cta { text-align: center; margin-top: 44px; }

.services-bottom-cta {
  background: var(--cream); padding: 70px 56px; text-align: center;
  border-top: 1px solid var(--rule);
}
.services-bottom-cta p {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: rgba(23,56,43,0.7); margin-bottom: 24px;
}

/* === Contact page =========================================== */
.contact-page { background: var(--newbook); padding: 90px 56px 100px; }
.contact-grid {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start;
}
.contact-left h1 { font-size: 80px; line-height: 1.0; margin-top: 22px; }
.contact-lead {
  font-family: var(--serif); font-size: 22px; color: rgba(23,56,43,0.75);
  margin: 24px 0 44px; max-width: 360px;
}
.contact-details { display: flex; flex-direction: column; gap: 20px; margin-bottom: 44px; }
.contact-item {
  display: flex; gap: 18px; align-items: flex-start;
  padding-top: 20px; border-top: 1px solid var(--rule);
}
.contact-icon {
  width: 36px; height: 36px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(205,107,64,0.4); border-radius: 50%;
}
.contact-icon svg { width: 18px; height: 18px; }
.contact-label {
  display: block; font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--tiki-deep); margin-bottom: 4px;
}
.contact-value {
  display: block; font-family: var(--serif); font-size: 19px;
  color: var(--emerald);
}
.availability-box {
  background: var(--pottery); padding: 28px 30px;
  border-left: 3px solid var(--tiki);
}
.availability-box .eyebrow { margin-bottom: 12px; }
.availability-box p {
  font-family: var(--serif); font-size: 16px; line-height: 1.55;
  color: rgba(23,56,43,0.85); margin: 0;
}

.contact-form-wrap {
  background: var(--cream); padding: 48px 44px;
  border: 1px solid var(--rule);
}
.contact-form-wrap h2 {
  font-size: 38px; margin-bottom: 28px;
  padding-bottom: 18px; border-bottom: 1px solid var(--rule);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--tiki-deep); margin-bottom: 8px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 13px 14px; background: var(--newbook);
  border: 1px solid rgba(23,56,43,0.2); border-radius: 2px;
  font-family: var(--serif); font-size: 16px; color: var(--emerald);
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--tiki);
}
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit { width: 100%; border: 0; cursor: pointer; margin-top: 6px; }
.form-note {
  font-family: var(--serif); font-style: italic; font-size: 14px;
  color: rgba(23,56,43,0.55); text-align: center; margin-top: 16px;
}

/* === FAQ page ============================================== */
.faq-page {
  background: var(--emerald); color: var(--newbook);
  padding: 100px 56px 120px; min-height: 80vh;
}
.faq-page h1, .faq-page h2 { color: var(--newbook); }
.faq-header { max-width: 720px; margin-bottom: 72px; }
.faq-header h1 { font-size: 80px; line-height: 1.0; margin: 22px 0 22px; }
.faq-header h1 em { color: var(--pottery); }
.faq-header p {
  font-family: var(--serif); font-size: 19px; line-height: 1.55;
  color: rgba(251,232,219,0.7); max-width: 540px;
}
.faq-list { max-width: 880px; }
.faq-item { border-top: 1px solid rgba(251,232,219,0.15); }
.faq-item:last-child { border-bottom: 1px solid rgba(251,232,219,0.15); }
.faq-trigger {
  width: 100%; background: none; border: 0; cursor: pointer;
  padding: 28px 0; display: grid;
  grid-template-columns: 56px 1fr 36px; gap: 20px; align-items: center;
  text-align: left; color: var(--newbook);
}
.faq-num {
  font-family: var(--serif); font-style: italic; font-size: 20px;
  color: var(--tiki);
}
.faq-q {
  font-family: var(--serif); font-size: 24px; line-height: 1.3;
  color: var(--newbook); transition: color 0.2s;
}
.faq-item.open .faq-q { color: var(--pottery); }
.faq-icon {
  width: 32px; height: 32px; border: 1px solid rgba(229,199,177,0.4);
  border-radius: 50%; position: relative;
  transition: background 0.2s, border-color 0.2s;
}
.faq-item.open .faq-icon { background: rgba(205,107,64,0.18); border-color: var(--tiki); }
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  background: var(--pottery);
  transition: transform 0.3s, opacity 0.3s;
}
.faq-icon::before { width: 11px; height: 1.5px; transform: translate(-50%,-50%); }
.faq-icon::after { width: 1.5px; height: 11px; transform: translate(-50%,-50%); }
.faq-item.open .faq-icon::after { opacity: 0; }
.faq-body { overflow: hidden; max-height: 0; transition: max-height 0.4s ease; }
.faq-item.open .faq-body { max-height: 600px; }
.faq-a {
  font-family: var(--serif); font-size: 17px; line-height: 1.65;
  color: rgba(251,232,219,0.78); padding: 0 56px 32px 76px;
}
.faq-a strong { color: var(--newbook); font-weight: 500; }
.faq-cta {
  max-width: 880px; margin-top: 64px; padding-top: 44px;
  border-top: 1px solid rgba(229,199,177,0.18);
}
.faq-cta p {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: rgba(251,232,219,0.7); margin-bottom: 24px;
}

/* === Resources page ======================================== */
.resources-page { background: var(--newbook); }
.resources-hero {
  background: var(--emerald); padding: 100px 56px 90px;
  text-align: center; position: relative; overflow: hidden;
  color: var(--newbook);
}
.resources-mark {
  position: absolute; right: -120px; bottom: -120px;
  width: 480px; height: 480px;
}
.resources-hero h1 {
  color: var(--newbook); font-size: 76px; line-height: 1.0;
  margin: 22px 0 28px; position: relative;
}
.resources-hero h1 em { color: var(--pottery); }
.resources-hero p {
  font-family: var(--serif); font-size: 19px; line-height: 1.55;
  color: rgba(251,232,219,0.7); max-width: 540px; margin: 0 auto;
  position: relative;
}
.eyebrow-light .rule-light { background: var(--pottery); }
.resources-main {
  max-width: 1180px; margin: 0 auto; padding: 90px 56px;
}
.resources-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.resource-card {
  background: var(--cream);
  border: 1px solid rgba(23,56,43,0.12);
  padding: 30px 28px; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.resource-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px; background: var(--tiki);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s;
}
.resource-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(23,56,43,0.10); }
.resource-card:hover::before { transform: scaleX(1); }
.rc-role {
  font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--tiki-deep); margin-bottom: 8px;
}
.rc-name {
  font-family: var(--serif); font-weight: 500; font-size: 26px;
  color: var(--emerald); line-height: 1.15; margin-bottom: 14px;
}
.rc-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.rc-tag {
  font-family: var(--sans); font-size: 9px;
  letter-spacing: 0.1em; padding: 4px 9px;
  background: rgba(23,56,43,0.07); color: var(--emerald);
}
.rc-blurb {
  font-family: var(--serif); font-style: italic;
  font-size: 16px; line-height: 1.55;
  color: rgba(23,56,43,0.78); flex: 1; margin-bottom: 22px;
}
.rc-footer {
  margin-top: auto; padding-top: 16px;
  border-top: 1px solid rgba(23,56,43,0.13);
}
.rc-link {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.05em;
  color: var(--emerald);
}
.rc-phone {
  display: block; padding-left: 19px; margin-top: 4px;
  font-family: var(--sans); font-size: 11px;
  color: rgba(23,56,43,0.6);
}
.resources-cta {
  max-width: 1100px; margin: 0 auto; padding: 60px 56px 100px;
  text-align: center; border-top: 1px solid var(--rule);
}
.resources-cta p {
  font-family: var(--serif); font-style: italic; font-size: 22px;
  color: rgba(23,56,43,0.65); margin-bottom: 26px;
}

/* === Generic page / 404 / single / journal =================== */
.generic-page { background: var(--cream); padding: 100px 56px; }
.generic-page-inner { max-width: 760px; margin: 0 auto; }
.generic-page h1 { font-size: 56px; line-height: 1.0; margin: 22px 0 36px; }
.generic-page-content {
  font-family: var(--serif); font-size: 18px; line-height: 1.7;
  color: rgba(23,56,43,0.85);
}
.generic-page-content p { margin-bottom: 22px; }
.generic-page-content a { color: var(--tiki); border-bottom: 1px solid rgba(205,107,64,0.4); }

.four-oh-four {
  min-height: 70vh; display: flex; align-items: center; justify-content: center;
  background: var(--newbook); padding: 100px 56px; text-align: center;
  position: relative; overflow: hidden;
}
.four-oh-four-mark {
  position: absolute; left: 50%; top: 50%; width: 700px; height: 700px;
  transform: translate(-50%, -50%);
}
.four-oh-four-inner { position: relative; }
.four-oh-four-num {
  font-family: var(--serif); font-size: 160px; font-weight: 300;
  color: rgba(23,56,43,0.18); display: block; line-height: 1;
}
.four-oh-four h1 { font-size: 56px; margin: 18px 0 22px; }
.four-oh-four p {
  font-family: var(--serif); font-size: 19px;
  color: rgba(23,56,43,0.7); margin-bottom: 36px;
}

/* Journal listing */
.journal-page { background: var(--newbook); padding: 100px 56px; }
.journal-header { max-width: 720px; margin-bottom: 56px; }
.journal-header h1 { font-size: 76px; line-height: 1.0; margin: 22px 0 22px; }
.journal-header p {
  font-family: var(--serif); font-size: 19px;
  color: rgba(23,56,43,0.7); max-width: 540px;
}
.cat-pills {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 56px;
  max-width: 1180px;
}
.cat-pill {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 9px 18px; border: 1px solid rgba(23,56,43,0.25);
  color: rgba(23,56,43,0.8); border-radius: 999px;
  transition: all 0.2s;
}
.cat-pill:hover, .cat-pill.active {
  border-color: var(--tiki); color: var(--tiki);
  background: rgba(205,107,64,0.06);
}
.journal-grid {
  max-width: 1280px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.journal-card {
  background: var(--cream); border: 1px solid var(--rule);
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.journal-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(23,56,43,0.08); }
.journal-card-img {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 16/9; overflow: hidden;
  background: linear-gradient(135deg, var(--eucalyptus), var(--emerald));
}
.journal-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.journal-card:hover .journal-card-img img { transform: scale(1.04); }
.journal-card-img--placeholder svg {
  opacity: 0.5; width: 60%; height: auto;
}
.journal-card-body { padding: 28px 30px 30px; flex: 1; display: flex; flex-direction: column; }
.journal-cat {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--tiki-deep);
  display: block; margin-bottom: 12px;
}
.journal-title {
  font-family: var(--serif); font-size: 26px; line-height: 1.2;
  color: var(--emerald); margin-bottom: 12px;
}
.journal-title a { color: inherit; }
.journal-title a:hover { color: var(--tiki); }
.journal-excerpt {
  font-family: var(--serif); font-size: 16px; line-height: 1.6;
  color: rgba(23,56,43,0.7); flex: 1; margin-bottom: 22px;
}
.journal-meta {
  display: flex; justify-content: space-between; align-items: center;
  border-top: 1px solid var(--rule); padding-top: 14px;
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.1em;
  color: rgba(23,56,43,0.6);
}
.journal-read-more {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--emerald); transition: color 0.2s;
}
.journal-read-more:hover { color: var(--tiki); }
.journal-pagination { margin-top: 64px; max-width: 1280px; text-align: center; }
.journal-pagination .nav-links { display: inline-flex; gap: 6px; }
.journal-pagination a, .journal-pagination span {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em;
  padding: 11px 18px; border: 1px solid rgba(23,56,43,0.2);
  color: var(--emerald);
}
.journal-pagination a:hover { border-color: var(--tiki); color: var(--tiki); }
.journal-pagination .current { background: var(--emerald); color: var(--newbook); border-color: var(--emerald); }
.journal-empty { padding: 80px 0; text-align: center; }
.journal-empty p { font-family: var(--serif); font-size: 18px; color: rgba(23,56,43,0.5); }

/* Single post */
.post-hero {
  background: var(--emerald); color: var(--newbook);
  padding: 100px 56px 70px; position: relative; overflow: hidden;
}
.post-hero-inner { max-width: 800px; position: relative; }
.post-meta-row {
  display: flex; align-items: center; gap: 18px; margin-bottom: 24px;
}
.post-cat {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.35em;
  text-transform: uppercase; color: var(--pottery);
}
.post-meta-divider {
  width: 1px; height: 14px; background: rgba(229,199,177,0.3); display: inline-block;
}
.post-date {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.25em;
  color: rgba(251,232,219,0.6);
}
.post-hero h1 { color: var(--newbook); font-size: 60px; line-height: 1.05; }
.post-excerpt {
  font-family: var(--serif); font-style: italic; font-size: 20px;
  line-height: 1.55; color: rgba(251,232,219,0.78); margin-top: 22px;
}
.post-feature-img {
  max-width: 920px; margin: -36px auto 0; padding: 0 56px;
  position: relative; z-index: 3;
}
.post-feature-img img { width: 100%; height: auto; display: block; }
.post-section { background: var(--cream); padding: 80px 56px; }
.post-layout {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 300px; gap: 72px; align-items: start;
}
.post-content {
  font-family: var(--serif); font-size: 18px; line-height: 1.7;
  color: rgba(23,56,43,0.9);
}
.post-content p { margin-bottom: 22px; }
.post-content h2 {
  font-family: var(--serif); font-size: 36px; margin: 48px 0 18px;
}
.post-content h3 {
  font-family: var(--serif); font-size: 26px; margin: 36px 0 14px;
}
.post-content ul, .post-content ol { padding-left: 24px; margin-bottom: 22px; }
.post-content li { margin-bottom: 8px; }
.post-content blockquote {
  border-left: 3px solid var(--tiki);
  padding: 16px 28px; margin: 36px 0;
  background: var(--newbook);
  font-style: italic; font-size: 20px; color: var(--emerald);
}
.post-content a { color: var(--tiki); border-bottom: 1px solid rgba(205,107,64,0.35); }
.post-content a:hover { border-color: var(--tiki); }
.post-content img { max-width: 100%; height: auto; margin: 28px 0; }

.post-tags {
  margin-top: 44px; padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
}
.post-tags-label {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--tiki-deep); margin-right: 8px;
}
.post-tag {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 6px 14px;
  border: 1px solid rgba(23,56,43,0.2); color: rgba(23,56,43,0.75);
  transition: all 0.2s;
}
.post-tag:hover { border-color: var(--tiki); color: var(--tiki); }

.post-nav {
  margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: rgba(23,56,43,0.13);
}
.post-nav-link {
  background: var(--newbook); padding: 26px 28px;
  display: block; transition: background 0.2s;
}
.post-nav-link:hover { background: var(--cream); }
.post-nav-link--right { text-align: right; }
.post-nav-label {
  display: block; font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--tiki-deep); margin-bottom: 8px;
}
.post-nav-title {
  display: block; font-family: var(--serif); font-size: 18px;
  color: var(--emerald);
}

.post-sidebar { display: flex; flex-direction: column; gap: 16px; }
.post-side-card {
  background: var(--newbook); border: 1px solid var(--rule);
  padding: 28px;
}
.post-side-card--dark { background: var(--emerald); border-color: var(--emerald-deep); color: var(--newbook); }
.post-side-card--dark p, .post-side-card--dark a { color: rgba(251,232,219,0.78); }
.post-side-card p {
  font-family: var(--serif); font-size: 15px; line-height: 1.6;
  margin: 14px 0 18px; color: rgba(23,56,43,0.8);
}
.post-side-link {
  font-family: var(--sans); font-size: 11px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--pottery);
  border-bottom: 1px solid rgba(229,199,177,0.4); padding-bottom: 3px;
}
.post-cat-list { list-style: none; padding: 0; margin: 14px 0 0; }
.post-cat-list li { border-bottom: 1px solid var(--rule); }
.post-cat-list a {
  display: flex; justify-content: space-between; padding: 9px 0;
  font-family: var(--sans); font-size: 12px; color: rgba(23,56,43,0.85);
}
.post-cat-list a:hover { color: var(--tiki); }
.post-cat-list a span { color: var(--tiki); font-size: 11px; letter-spacing: 0.1em; }
.post-side-card--cta { background: var(--pottery); border-color: rgba(205,107,64,0.3); }
.post-side-card--cta p { color: rgba(23,56,43,0.8); }
.post-side-card--cta .btn-primary { display: block; text-align: center; margin-top: 8px; }

/* === Responsive ============================================== */
@media (max-width: 900px) {
  .header-inner { padding: 16px 24px; gap: 16px; }
  #site-navigation, .header-cta { display: none; }
  .menu-toggle { display: inline-flex; flex-direction: column; gap: 4px; }
  .menu-toggle span { width: 22px; height: 2px; background: var(--emerald); display: block; }
  .hero { padding: 56px 24px 80px; }
  .hero h1 { font-size: 52px; }
  .hero-sub { font-size: 18px; }
  .hero-mark { width: 360px; height: 360px; right: -100px; opacity: 0.08; }
  .about-teaser, .pull-quote, .services-teaser, #site-footer { padding-left: 24px; padding-right: 24px; }
  .about-teaser-grid { grid-template-columns: 1fr; gap: 32px; }
  .pull-quote blockquote { font-size: 28px; }
  .services-teaser h2, .about-teaser h2, .footer-cta h2 { font-size: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .services-teaser-header { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  .about-hero { padding: 56px 24px 40px; }
  .about-hero h1 { font-size: 56px; }
  .about-hero-sub { font-size: 18px; }
  .about-story { padding: 56px 24px 64px; }
  .about-story-grid { grid-template-columns: 1fr; gap: 32px; }
  .about-story-body p { font-size: 17px; }
  .credentials-block { padding: 56px 24px; }
  .credentials-block h2 { font-size: 36px; }
  .cred-list a { grid-template-columns: 32px 1fr; gap: 16px; }
  .cred-org { grid-column: 2; font-size: 10px; margin-top: 4px; }

  .services-hero { padding: 56px 24px 40px; }
  .services-hero h1 { font-size: 44px; }
  .services-hero p { font-size: 17px; }
  .services-mark { width: 280px; height: 280px; right: -80px; opacity: 0.5; }
  .services-full { padding: 56px 24px; }
  .services-full .services-grid { grid-template-columns: 1fr; }
  .pricing-section { padding: 64px 24px; }
  .pricing-header h2 { font-size: 40px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-amount { font-size: 50px; }

  .contact-page { padding: 56px 24px 80px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-left h1 { font-size: 50px; }
  .contact-form-wrap { padding: 32px 24px; }
  .contact-form-wrap h2 { font-size: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .faq-page { padding: 64px 24px 80px; }
  .faq-header h1 { font-size: 50px; }
  .faq-trigger { grid-template-columns: 36px 1fr 30px; gap: 14px; padding: 22px 0; }
  .faq-q { font-size: 18px; }
  .faq-a { font-size: 15px; padding: 0 0 24px 50px; }

  .resources-hero { padding: 64px 24px 56px; }
  .resources-hero h1 { font-size: 48px; }
  .resources-mark { width: 300px; height: 300px; right: -100px; bottom: -120px; }
  .resources-main { padding: 56px 24px; }
  .resources-grid { grid-template-columns: 1fr; }
  .resources-cta { padding: 48px 24px 80px; }

  .four-oh-four { padding: 80px 24px; }
  .four-oh-four-num { font-size: 100px; }
  .four-oh-four h1 { font-size: 36px; }
  .four-oh-four-mark { width: 400px; height: 400px; }

  .journal-page { padding: 56px 24px; }
  .journal-header h1 { font-size: 48px; }
  .journal-grid { grid-template-columns: 1fr; }

  .post-hero { padding: 64px 24px 56px; }
  .post-hero h1 { font-size: 38px; }
  .post-feature-img { padding: 0 24px; }
  .post-section { padding: 56px 24px; }
  .post-layout { grid-template-columns: 1fr; gap: 48px; }
  .post-sidebar { order: -1; }
  .post-content h2 { font-size: 28px; }
  .post-content h3 { font-size: 22px; }
  .post-nav { grid-template-columns: 1fr; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .resources-grid, .journal-grid, .services-full .services-grid { grid-template-columns: repeat(2, 1fr); }
}
