/* ============================================================
   HAVEN PSYCHOLOGY — STYLESHEET
   Steel blue / cream / warm white — DM Serif Display + Inter
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

h1,h2,h3 { font-family: 'DM Serif Display', serif; line-height: 1.2; }
h1 { font-size: clamp(2.5rem, 5.5vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }
em { font-style: italic; color: var(--primary); }
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; padding: 13px 28px; border-radius: 6px; font-size: .88rem; font-weight: 600; font-family: 'Inter', sans-serif; border: none; cursor: pointer; transition: background .25s, transform .2s; }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; background: transparent; color: var(--primary); padding: 12px 28px; border-radius: 6px; border: 1.5px solid var(--primary); font-size: .88rem; font-weight: 600; cursor: pointer; transition: all .25s; }
.btn-outline:hover { background: var(--primary-light); }
.btn-sm-outline { display: inline-flex; align-items: center; color: var(--primary); border: 1.5px solid var(--border); border-radius: 6px; padding: 9px 18px; font-size: .8rem; font-weight: 600; background: transparent; transition: all .2s; }
.btn-sm-outline:hover { border-color: var(--primary); background: var(--primary-light); }
.full-width { width: 100%; justify-content: center; }

.eyebrow { display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.eyebrow-tag { display: inline-block; background: var(--primary-light); color: var(--primary); border: 1px solid var(--border); padding: 5px 16px; border-radius: 6px; font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }

.section { padding: 96px 0; }
.section-tinted { background: var(--surface); }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 52px; }
.section-header h2 { margin-bottom: 14px; }
.section-header p { color: var(--text-muted); font-size: 1rem; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: translateY(0); }

/* CRISIS BAR */
.crisis-bar { background: #1e3a5f; color: rgba(255,255,255,.9); text-align: center; padding: 9px 24px; font-size: .8rem; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 8px; }
.crisis-bar svg { flex-shrink: 0; opacity: .8; }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 900; transition: all .3s; padding: 18px 0; background: var(--bg-card); border-bottom: 1px solid var(--border); }
.nav-inner { display: flex; align-items: center; gap: 28px; }
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-main { font-family: 'DM Serif Display', serif; font-size: 1.35rem; color: var(--primary); letter-spacing: 2px; }
.logo-sub { font-size: .56rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--text-dim); margin-top: 1px; }
.nav-links { display: flex; gap: 24px; margin-left: auto; }
.nav-links a { font-size: .83rem; font-weight: 500; color: var(--text-muted); transition: color .2s; }
.nav-links a:hover { color: var(--primary); }
.nav-cta { margin-left: 8px; padding: 10px 20px; font-size: .82rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 1.5px; background: var(--text); border-radius: 2px; transition: all .3s; }
@media (max-width: 920px) {
  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--bg-card); padding: 20px 24px; gap: 14px; box-shadow: 0 8px 32px rgba(0,0,0,.08); border-top: 1px solid var(--border); }
  .nav-links.open .nav-cta { display: inline-flex; margin-left: 0; width: 100%; justify-content: center; }
}

/* HERO */
.hero { padding-top: 80px; min-height: 100vh; display: flex; align-items: center; }
.hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 80px); }
.hero-left { display: flex; align-items: center; padding: 80px 60px; background: var(--bg); }
.hero-text { max-width: 520px; }
.hero-text h1 { margin-bottom: 18px; }
.hero-text p { color: var(--text-muted); font-size: 1.02rem; line-height: 1.7; margin-bottom: 28px; max-width: 480px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-list { display: flex; flex-direction: column; gap: 8px; }
.trust-list li { font-size: .82rem; color: var(--text-muted); padding-left: 14px; position: relative; }
.trust-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; background: var(--primary); border-radius: 50%; }
.hero-right { overflow: hidden; }
.hero-img { height: 100%; }
@media (max-width: 860px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-right { height: 300px; }
  .hero-left { padding: 60px 24px; }
}

/* REG BAR */
.reg-bar { background: var(--primary); padding: 18px 0; }
.reg-bar-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; justify-content: center; }
.reg-label { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,.65); white-space: nowrap; }
.reg-logos { display: flex; gap: 8px; flex-wrap: wrap; }
.reg-logo { background: rgba(255,255,255,.12); color: #fff; font-size: .78rem; font-weight: 700; padding: 6px 14px; border-radius: 4px; border: 1px solid rgba(255,255,255,.2); letter-spacing: .5px; }

/* INTRO */
.intro-section { background: var(--bg); }
.intro-split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.intro-image { border-radius: 8px; overflow: hidden; aspect-ratio: 4/5; }
.intro-text .eyebrow { display: block; }
.intro-text h2 { margin-bottom: 18px; }
.intro-text p { color: var(--text-muted); font-size: .95rem; line-height: 1.75; margin-bottom: 14px; }
.intro-text .btn-primary { margin-top: 8px; }
@media (max-width: 860px) { .intro-split { grid-template-columns: 1fr; gap: 40px; } .intro-image { aspect-ratio: 16/9; } }

/* SPECIALTIES */
.specialties-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 20px; }
.specialty-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 28px; transition: box-shadow .3s, transform .3s; }
.specialty-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(74,111,165,.1); }
.spec-icon { width: 46px; height: 46px; background: var(--primary-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); margin-bottom: 16px; }
.specialty-card h3 { font-size: 1.05rem; margin-bottom: 8px; }
.specialty-card p { color: var(--text-muted); font-size: .84rem; line-height: 1.6; margin-bottom: 14px; }
.spec-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.spec-tags span { background: var(--surface); color: var(--text-muted); font-size: .72rem; font-weight: 600; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--border); }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.therapist-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; transition: box-shadow .3s; }
.therapist-card:hover { box-shadow: 0 10px 36px rgba(74,111,165,.08); }
.therapist-img { height: 280px; overflow: hidden; }
.therapist-img img { transition: transform .4s; }
.therapist-card:hover .therapist-img img { transform: scale(1.03); }
.therapist-body { padding: 24px; }
.therapist-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.therapist-body h3 { font-size: 1.15rem; margin-bottom: 2px; }
.therapist-title { font-size: .78rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: .5px; }
.therapist-reg { font-size: .72rem; color: var(--text-dim); margin-top: 2px; }
.wait-badge { text-align: right; flex-shrink: 0; }
.wait-label { display: block; font-size: .65rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dim); margin-bottom: 2px; }
.wait-time { font-size: .82rem; font-weight: 700; color: #2e7d32; }
.therapist-quals, .therapist-spec { font-size: .82rem; color: var(--text-muted); margin-bottom: 6px; }
.therapist-bio { font-size: .84rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 14px; }
.therapist-formats { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.format-tag { background: var(--surface); color: var(--primary); font-size: .7rem; font-weight: 600; padding: 4px 10px; border-radius: 4px; border: 1px solid var(--border); }

/* APPROACH */
.process-steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 60px; }
.process-step { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--border); align-items: start; }
.process-step:last-child { border-bottom: none; }
.step-number { font-family: 'DM Serif Display', serif; font-size: 2.6rem; color: var(--border); line-height: 1; }
.step-content h3 { margin-bottom: 8px; font-size: 1.15rem; }
.step-content p { color: var(--text-muted); font-size: .9rem; line-height: 1.7; }
.modalities-section { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 36px; }
.modalities-section h3 { margin-bottom: 24px; font-size: 1.3rem; }
.modalities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px; }
.modality-card { background: var(--surface); border-radius: 8px; padding: 18px; }
.modality-card strong { display: block; font-size: .88rem; color: var(--text); margin-bottom: 6px; }
.modality-card p { font-size: .8rem; color: var(--text-muted); line-height: 1.55; }

/* FEES */
.fees-split { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
.fees-left .eyebrow { display: block; }
.fees-left h2 { margin-bottom: 12px; }
.fees-left > p { color: var(--text-muted); margin-bottom: 28px; font-size: .95rem; }
.fees-table { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-bottom: 20px; }
.fee-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; border-bottom: 1px solid var(--border-subtle); font-size: .88rem; background: var(--bg-card); }
.fee-row:last-child { border-bottom: none; }
.fee-amount { font-weight: 700; color: var(--primary); }
.concession-note { display: flex; align-items: flex-start; gap: 8px; font-size: .82rem; color: var(--text-muted); line-height: 1.55; padding: 14px 16px; background: var(--primary-light); border-radius: 6px; border: 1px solid var(--border); }
.concession-note svg { color: var(--primary); flex-shrink: 0; margin-top: 1px; }
.insurance-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 32px; }
.insurance-card h3 { margin-bottom: 12px; font-size: 1.25rem; }
.insurance-card > p { color: var(--text-muted); font-size: .88rem; line-height: 1.65; margin-bottom: 20px; }
.insurer-logos { display: flex; flex-wrap: wrap; gap: 8px; }
.insurer-logo { background: var(--surface); border: 1px solid var(--border); border-radius: 4px; padding: 8px 16px; font-size: .8rem; font-weight: 700; color: var(--text-muted); }
@media (max-width: 860px) { .fees-split { grid-template-columns: 1fr; gap: 40px; } }

/* FAQ */
.faq-wrap { max-width: 800px; }
.faq-grid { display: flex; flex-direction: column; gap: 2px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 24px; font-size: .92rem; font-weight: 600; font-family: 'Inter', sans-serif; color: var(--text); background: none; border: none; cursor: pointer; text-align: left; }
.faq-ico { font-size: 1.2rem; flex-shrink: 0; color: var(--primary); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 24px 18px; color: var(--text-muted); font-size: .88rem; line-height: 1.7; }

/* CONTACT */
.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: start; }
.contact-left .eyebrow { display: block; }
.contact-left h2 { margin-bottom: 10px; }
.contact-left > p { color: var(--text-muted); font-size: .95rem; margin-bottom: 28px; line-height: 1.65; }
.contact-details { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.cd-item { display: flex; flex-direction: column; gap: 2px; }
.cd-item strong { font-size: .72rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dim); }
.cd-item span, .cd-item a { font-size: .9rem; color: var(--text-muted); }
.hours-block { border-top: 1px solid var(--border); padding-top: 20px; }
.hour-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid var(--border-subtle); font-size: .84rem; }
.hour-row:last-child { border-bottom: none; }
.contact-form { background: var(--bg-card); border: 1px solid var(--border); border-radius: 10px; padding: 36px; }
.contact-form h3 { margin-bottom: 22px; font-size: 1.3rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.form-group label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { background: var(--bg); border: 1.5px solid var(--border); border-radius: 6px; padding: 11px 14px; font-size: .88rem; font-family: 'Inter', sans-serif; color: var(--text); transition: border-color .2s; width: 100%; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--primary); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-note { text-align: center; font-size: .76rem; color: var(--text-dim); margin-top: 10px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; gap: 40px; } .form-row-2 { grid-template-columns: 1fr; } }

/* FOOTER */
.footer { background: #0e1420; color: rgba(255,255,255,.55); padding-top: 60px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.footer-brand .logo-main { color: rgba(255,255,255,.9); }
.footer-brand .logo-sub { color: rgba(255,255,255,.3); }
.footer-brand > p { font-size: .84rem; line-height: 1.6; margin-top: 12px; max-width: 240px; }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); transition: all .2s; }
.footer-social a:hover { border-color: var(--primary); color: var(--primary); }
.footer-col h4 { color: rgba(255,255,255,.85); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: .84rem; transition: color .2s; }
.footer-col a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 20px 24px; text-align: center; }
.footer-bottom p { font-size: .78rem; margin-bottom: 4px; }
.legal-note { font-size: .72rem; opacity: .6; }
@media (max-width: 700px) { .footer-inner { grid-template-columns: 1fr; gap: 32px; } }

.back-to-top { position: fixed; bottom: 28px; right: 24px; width: 40px; height: 40px; border-radius: 6px; background: var(--primary); color: #fff; border: none; cursor: pointer; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all .3s; z-index: 800; }
.back-to-top.visible { opacity: 1; visibility: visible; }
