/* Therapy by Sheerose — shared styles for interior pages (extracted from index.html Wildflower design) */

/* ============ Tokens ============ */
:root {
  --cream:      oklch(95.6% 0.013 72);
  --cream-deep: oklch(92.7% 0.017 68);
  --paper:      oklch(97.6% 0.008 74);
  --sage:       oklch(72% 0.045 124);
  --sage-soft:  oklch(84% 0.034 120);
  --olive:      oklch(52% 0.055 122);
  --olive-deep: oklch(42% 0.05 122);
  --clay:       oklch(67% 0.072 52);
  --clay-soft:  oklch(81% 0.05 56);
  --honey:      oklch(78% 0.078 88);
  --honey-deep: oklch(68% 0.08 84);

  --ink:        oklch(31% 0.018 110);
  --ink-soft:   oklch(45% 0.018 112);
  --line:       oklch(87% 0.012 74);
  --line-soft:  oklch(90% 0.010 76);

  --maxw: 1180px;
  --r-lg: 30px;
  --r-md: 20px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);

  --shadow-soft: 0 24px 60px -32px oklch(42% 0.05 122 / 0.45);
  --shadow-card: 0 14px 40px -26px oklch(42% 0.05 122 / 0.5);
  --shadow-img:  0 36px 80px -40px oklch(42% 0.05 122 / 0.55);
}

/* ============ Reset / base ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  font-family: "Mulish", system-ui, sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.66;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0.004em;
  margin: 0;
  color: var(--olive-deep);
}
p { margin: 0; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(1.25rem, 5vw, 4rem); }

a:focus-visible, button:focus-visible {
  outline: 3px solid var(--clay);
  outline-offset: 3px;
  border-radius: 6px;
}
.skip {
  position: absolute; left: 1rem; top: -4rem;
  background: var(--olive-deep); color: var(--cream);
  padding: 0.6rem 1.1rem; border-radius: 10px; z-index: 300;
  transition: top 0.2s var(--ease); text-decoration: none; font-weight: 600;
}
.skip:focus { top: 1rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ============ Buttons ============ */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: "Mulish", sans-serif; font-weight: 600; font-size: 0.95rem;
  letter-spacing: 0.01em; text-decoration: none;
  padding: 0.85rem 1.65rem; border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.btn-primary { background: var(--clay); color: var(--cream); box-shadow: var(--shadow-card); }
.btn-primary:hover { background: oklch(60% 0.078 50); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--olive-deep); border-color: var(--sage); }
.btn-ghost:hover { background: oklch(84% 0.034 120 / 0.4); transform: translateY(-2px); }
.btn .arrow { transition: transform 0.3s var(--ease); }
.btn:hover .arrow { transform: translate(3px, -3px); }
@media (prefers-reduced-motion: reduce) {
  .btn, .btn .arrow, .btn:hover, .btn:hover .arrow { transform: none; }
}

/* ============ Top utility bar ============ */
.utility {
  background: var(--olive-deep); color: oklch(92% 0.02 90);
  font-size: 0.8rem; letter-spacing: 0.035em; text-align: center;
  padding: 0.55rem 1rem; font-weight: 400;
}
.utility .dot { color: var(--honey); padding-inline: 0.5rem; }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: oklch(95.6% 0.022 84 / 0.85);
  backdrop-filter: blur(9px);
  border-bottom: 1px solid transparent;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.site-header.scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 28px -24px oklch(42% 0.05 122 / 0.6);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: clamp(0.9rem, 1.7vw, 1.35rem);
  transition: padding-block 0.35s var(--ease);
}
.site-header.scrolled .nav { padding-block: 0.6rem; }

.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--olive-deep); }
.brand .mark { width: 38px; height: 38px; flex: none; }
.brand .word {
  font-family: "Cormorant Garamond", serif; font-weight: 600;
  font-size: 1.5rem; line-height: 1; letter-spacing: 0.01em;
}
.brand .word small {
  display: block; font-family: "Mulish", sans-serif; font-weight: 500;
  font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--sage); margin-top: 3px;
}

.nav-links { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.3rem); }
.nav-links a.navlink {
  text-decoration: none; color: var(--ink-soft); font-weight: 500;
  font-size: 0.95rem; position: relative; padding-block: 0.3rem;
}
.nav-links a.navlink::after {
  content: ""; position: absolute; left: 0; bottom: -1px;
  width: 100%; height: 1.5px; background: var(--clay);
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s var(--ease);
}
.nav-links a.navlink:hover::after, .nav-links a.navlink[aria-current="page"]::after { transform: scaleX(1); }

.nav-actions { display: flex; align-items: center; gap: 1rem; }
.menu-toggle {
  display: none; background: none; border: none;
  width: 44px; height: 44px; padding: 0; color: var(--olive-deep);
}
.menu-toggle svg { margin-inline: auto; }
@media (max-width: 880px) {
  .nav-links, .nav-actions .btn { display: none; }
  .menu-toggle { display: block; }
}
.mobile-menu { display: none; border-top: 1px solid var(--line); background: var(--cream); }
.mobile-menu.open { display: block; animation: drop 0.4s var(--ease); }
@keyframes drop { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .mobile-menu.open { animation: none; } }
.mobile-menu nav { display: flex; flex-direction: column; padding: 1rem clamp(1.25rem, 5vw, 4rem) 1.6rem; gap: 0.2rem; }
.mobile-menu a.navlink {
  text-decoration: none; color: var(--ink); font-weight: 500;
  padding: 0.9rem 0.25rem; border-bottom: 1px solid var(--line-soft); font-size: 1.05rem;
}
.mobile-menu .btn { margin-top: 1.1rem; justify-content: center; }

/* ============ Section rhythm ============ */
section { position: relative; }
.eyebrow {
  font-family: "Mulish", sans-serif; font-weight: 600;
  font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--clay); margin-bottom: 1.1rem;
  display: inline-flex; align-items: center; gap: 0.65rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--clay); opacity: 0.65; }
.script { font-family: "Marck Script", cursive; font-weight: 400; color: var(--clay); }
.blob { position: absolute; z-index: 0; pointer-events: none; filter: blur(2px); }
.sprig { position: absolute; z-index: 0; pointer-events: none; }

/* ============ Interior page hero ============ */
.page-hero { padding-block: clamp(3rem, 6vw, 5rem) clamp(2.5rem, 5vw, 4rem); overflow: hidden; }
.page-hero .crumbs {
  font-size: 0.82rem; color: var(--ink-soft); margin-bottom: 1.4rem;
  position: relative; z-index: 2;
}
.page-hero .crumbs a { color: var(--olive-deep); text-decoration: none; border-bottom: 1px solid var(--clay-soft); }
.page-hero .crumbs a:hover { border-color: var(--clay); }
.page-hero .crumbs .sep { padding-inline: 0.45rem; color: var(--sage); }
.page-hero .hero-copy { position: relative; z-index: 2; max-width: 52rem; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.2rem); margin-bottom: 1.2rem; }
.page-hero h1 em { font-style: italic; color: var(--clay); }
.page-hero .subhead {
  font-size: clamp(1.02rem, 1.35vw, 1.18rem); color: var(--ink-soft);
  max-width: 46rem; margin-bottom: 1.8rem;
}
.page-hero .hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.5rem; }
.trust-line {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.85rem; color: var(--ink-soft); letter-spacing: 0.01em;
}
.trust-line svg { flex: none; color: var(--honey-deep); }

/* ============ Prose sections ============ */
.section-pad { padding-block: clamp(3.5rem, 7vw, 6rem); overflow: hidden; }
.on-paper { background: var(--paper); }
.section-head { max-width: 52rem; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); position: relative; z-index: 2; }
.section-head h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
.section-head h2 em { font-style: italic; color: var(--clay); }
.section-head p { color: var(--ink-soft); margin-top: 1rem; max-width: 58ch; }
.prose { position: relative; z-index: 2; max-width: 66ch; color: var(--ink-soft); }
.prose p { margin-bottom: 1.15rem; }
.prose strong { color: var(--olive-deep); }
.prose a { color: var(--olive-deep); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--clay-soft); }
.prose a:hover { border-color: var(--clay); }

/* ============ Meet Sheerose (portrait + bio) ============ */
.about-grid {
  display: grid; grid-template-columns: 1fr; gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center; position: relative; z-index: 2;
}
@media (min-width: 900px) { .about-grid { grid-template-columns: 0.92fr 1.08fr; } }
.about-figure { position: relative; width: min(100%, 380px); justify-self: center; }
.about-figure .frame-back {
  position: absolute; inset: auto auto -7% -8%; width: 72%; aspect-ratio: 1/1;
  border-radius: 60% 40% 55% 45% / 55% 50% 50% 45%;
  background: oklch(72% 0.045 124 / 0.32); z-index: 0;
}
.about-figure .sprig-top { position: absolute; top: -8%; right: -6%; width: 110px; z-index: 0; color: var(--sage); }
.portrait {
  position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5;
  border-radius: 50% 50% 48% 52% / 58% 58% 42% 42%;
  overflow: hidden; box-shadow: var(--shadow-soft);
  border: 1px solid oklch(100% 0 0 / 0.4); margin: 0;
  background: linear-gradient(150deg, var(--sage-soft), var(--clay-soft) 130%);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portrait .ring { position: absolute; inset: 13px; border: 1px dashed oklch(100% 0 0 / 0.45); border-radius: inherit; pointer-events: none; }
.about-copy h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); margin-bottom: 1.3rem; }
.about-copy h2 em { font-style: italic; color: var(--clay); }
.about-copy p { color: var(--ink-soft); max-width: 62ch; margin-bottom: 1.1rem; }
.about-copy p a { color: var(--olive-deep); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--clay-soft); }
.about-copy p a:hover { border-color: var(--clay); }
.about-credential {
  margin-top: 1.6rem; font-weight: 600; color: var(--olive-deep);
  font-size: 0.98rem; max-width: 60ch;
}
.about-note { margin-top: 0.5rem !important; font-size: 0.92rem; color: var(--ink-soft); font-style: italic; }
.about-meta { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.8rem; }

/* ============ Card grids ============ */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 1.1rem; position: relative; z-index: 2; }
@media (min-width: 700px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .card-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; } }
.topic-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 1.4rem 1.5rem;
}
.on-paper .topic-card { background: var(--cream-deep); }
.topic-card h3 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.topic-card p { color: var(--ink-soft); font-size: 0.95rem; }

/* ============ Chip cloud ============ */
.chip-cloud { display: flex; flex-wrap: wrap; gap: 0.7rem; position: relative; z-index: 2; }
.chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--cream-deep); color: var(--olive-deep);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 0.5rem 1.05rem; font-size: 0.85rem; font-weight: 600;
}
.on-paper .chip { background: var(--cream); }
.chip svg { color: var(--sage); flex: none; }

/* ============ Steps ============ */
.step-list { display: grid; gap: 0; position: relative; z-index: 2; border-top: 1px solid var(--line); }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 0 1.4rem;
  padding: clamp(1.4rem, 3vw, 1.9rem) 0; border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.step .s-num {
  font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2rem); color: var(--honey-deep); line-height: 1;
}
.step h3 { font-size: clamp(1.4rem, 2.6vw, 1.8rem); margin-bottom: 0.4rem; }
.step p { color: var(--ink-soft); max-width: 60ch; }

/* ============ Fee card ============ */
.fee-card {
  position: relative; z-index: 2;
  background: var(--cream-deep); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(1.6rem, 4vw, 2.8rem);
}
.on-paper .fee-card { background: var(--cream); }
.fee-list { margin: 0; display: grid; grid-template-columns: 1fr; }
@media (min-width: 700px) { .fee-list { grid-template-columns: 1fr 1fr; column-gap: clamp(2rem, 5vw, 4rem); } }
.fee-item {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem;
  padding: 0.95rem 0; border-bottom: 1px solid var(--line);
}
.fee-item dt { color: var(--ink-soft); font-size: 0.95rem; }
.fee-item dd {
  margin: 0; text-align: right; font-weight: 600; color: var(--olive-deep);
  font-family: "Cormorant Garamond", serif; font-size: 1.28rem; line-height: 1.2;
}
.fee-price { color: var(--clay); }
.fee-note { margin-top: 1.6rem; font-size: 0.9rem; color: var(--ink-soft); position: relative; z-index: 2; }

/* ============ FAQ accordion ============ */
.faq-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2rem, 4vw, 3rem); position: relative; z-index: 2; }
@media (min-width: 900px) { .faq-grid { grid-template-columns: 0.8fr 1.2fr; align-items: start; } }
.faq-head h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); }
.faq-head h2 em { font-style: italic; color: var(--clay); }
.faq-head p { color: var(--ink-soft); margin-top: 1rem; max-width: 36ch; }
.accordion { display: grid; gap: 0.6rem; }
.qa { border-bottom: 1px solid var(--line); }
.qa-trigger {
  width: 100%; text-align: left; background: none; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.2rem 0.25rem; font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.28rem, 2.4vw, 1.6rem); font-weight: 500; color: var(--olive-deep);
  line-height: 1.25;
}
.qa-trigger .ico {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--sage); display: grid; place-items: center;
  color: var(--olive); transition: transform 0.35s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
}
.qa-trigger[aria-expanded="true"] .ico { transform: rotate(45deg); background: var(--olive); color: var(--cream); border-color: var(--olive); }
@media (prefers-reduced-motion: reduce) { .qa-trigger[aria-expanded="true"] .ico { transform: none; } }
.qa-panel { overflow: hidden; max-height: 0; transition: max-height 0.4s var(--ease); }
@media (prefers-reduced-motion: reduce) { .qa-panel { transition: none; } }
.qa-panel .qa-inner { padding: 0 0.25rem 1.3rem; color: var(--ink-soft); max-width: 62ch; }

/* ============ CTA band ============ */
.cta-band {
  position: relative; z-index: 2;
  background: var(--cream-deep); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(2.2rem, 5vw, 3.5rem);
  text-align: center;
}
.cta-band h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 0.9rem; }
.cta-band h2 .script { display: inline-block; transform: rotate(-2deg); }
.cta-band p { color: var(--ink-soft); max-width: 46rem; margin: 0 auto 1.7rem; }
.cta-band .hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; justify-content: center; }

/* ============ Crisis note ============ */
.crisis-note {
  display: flex; align-items: flex-start; gap: 0.8rem;
  background: var(--cream-deep); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 1.1rem 1.25rem;
  font-size: 0.88rem; color: var(--ink); line-height: 1.55;
}
.crisis-note svg { flex: none; color: var(--clay); margin-top: 0.15rem; }
.crisis-note strong { color: var(--olive-deep); }

/* ============ Footer ============ */
.site-footer { padding-block: clamp(3rem, 6vw, 4.5rem) clamp(2rem, 4vw, 3rem); border-top: 1px solid var(--line); }
.footer-top {
  display: grid; grid-template-columns: 1fr; gap: 2rem;
  padding-bottom: 2.5rem; border-bottom: 1px solid var(--line);
}
@media (min-width: 760px) { .footer-top { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer-brand .brand { margin-bottom: 1rem; }
.footer-brand p { color: var(--ink-soft); font-size: 0.92rem; max-width: 34ch; }
.footer-col h4 {
  font-family: "Mulish", sans-serif; font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--clay); margin-bottom: 1rem;
}
.footer-col p, .footer-col a, .footer-col li { color: var(--ink-soft); font-size: 0.92rem; text-decoration: none; }
.footer-col a:hover { color: var(--olive-deep); }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.55rem; }
.footer-crisis { margin-top: 2rem; font-size: 0.84rem; color: var(--ink-soft); line-height: 1.55; max-width: 70ch; }
.footer-crisis strong { color: var(--olive-deep); }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; justify-content: space-between;
  align-items: center; padding-top: 1.8rem; font-size: 0.82rem; color: var(--ink-soft);
}
.footer-bottom .fineprint { font-style: italic; }

/* ============ Scroll reveal ============ */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
}
