/*
Theme Name: Clearview Psychological Center
Theme URI: https://clearviewcounselingcenter.org/
Author: OpenAI
Description: A custom WordPress theme recreating the structure of the Clearview Counseling Center website with updated Psychological Center branding.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: clearview-psychological-center
*/

:root {
  --navy: #173f57;
  --teal: #4f7f82;
  --sage: #7d9b72;
  --mist: #eef5f3;
  --cream: #fbfaf5;
  --ink: #24343b;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(23,63,87,.12);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.65;background:var(--white)}a{color:var(--navy);text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,92%);margin:auto}.topbar{background:var(--navy);color:#fff;padding:.55rem 0;font-size:.92rem}.topbar .container{display:flex;justify-content:flex-end}.topbar a{color:#fff;font-weight:700}.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 16px rgba(0,0,0,.07)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:94px}.site-logo img,.custom-logo{max-height:82px;width:auto}.bundled-logo-link{display:flex;align-items:center}.bundled-logo{display:block;width:min(520px,46vw);height:auto;max-height:86px}.site-title{font-family:Georgia,serif;font-size:1.6rem;font-weight:700}.menu{display:flex;gap:1.25rem;list-style:none;margin:0;padding:0;align-items:center}.menu a{font-size:.95rem;font-weight:700}.menu a:hover{color:var(--sage)}.menu-toggle{display:none;background:var(--navy);color:#fff;border:0;padding:.7rem 1rem;border-radius:6px}.hero{background:linear-gradient(120deg,rgba(23,63,87,.92),rgba(79,127,130,.78)),url('assets/hero-placeholder.jpg') center/cover;min-height:620px;display:grid;align-items:center;color:#fff}.hero-content{max-width:720px;padding:6rem 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:800;color:#dcebe4}.hero h1{font-family:Georgia,serif;font-size:clamp(2.6rem,6vw,5.2rem);line-height:1.05;margin:.4rem 0 1rem}.hero p{font-size:1.2rem;max-width:650px}.btn{display:inline-block;background:var(--sage);color:#fff;padding:.9rem 1.35rem;border-radius:5px;font-weight:800;margin:.4rem .5rem .4rem 0}.btn.secondary{background:#fff;color:var(--navy)}.insurance{background:var(--cream);padding:1.4rem 0;border-bottom:1px solid #e8ece9}.insurance-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;font-weight:700;color:var(--teal)}section{padding:5.5rem 0}.section-title{text-align:center;max-width:760px;margin:0 auto 2.8rem}.section-title h2{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);color:var(--navy);margin:.25rem 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.card{background:#fff;border-radius:10px;padding:2rem;box-shadow:var(--shadow);border-top:4px solid var(--sage)}.card h3{font-family:Georgia,serif;color:var(--navy);font-size:1.5rem}.soft{background:var(--mist)}.purpose-panel{background:var(--navy);color:#fff;padding:3rem;border-radius:12px}.purpose-panel h2,.purpose-panel h3{font-family:Georgia,serif;color:#fff}.goals{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;list-style:none;padding:0}.goals li{background:#fff;padding:1rem 1.1rem;border-left:4px solid var(--sage);box-shadow:0 8px 20px rgba(0,0,0,.07)}.cta{background:linear-gradient(120deg,var(--navy),var(--teal));color:#fff;text-align:center}.cta h2{font-family:Georgia,serif;font-size:2.5rem;margin-top:0}.site-footer{background:#102f42;color:#e6eeee;padding:4rem 0 1rem}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:2rem}.site-footer h3{color:#fff;font-family:Georgia,serif}.site-footer a{color:#e6eeee}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.14);margin-top:2rem;padding-top:1rem;font-size:.9rem}.page-hero{background:var(--mist);padding:4rem 0}.page-hero h1{font-family:Georgia,serif;color:var(--navy);font-size:3rem}.content-area{padding:4rem 0}.wp-block-group{margin-bottom:2rem}
@media(max-width:900px){.menu-toggle{display:block}.main-navigation{display:none;position:absolute;top:94px;left:0;right:0;background:#fff;padding:1rem 4%;box-shadow:0 10px 20px rgba(0,0,0,.1)}.main-navigation.open{display:block}.menu{flex-direction:column;align-items:flex-start}.grid-2,.cards,.footer-grid{grid-template-columns:1fr}.hero{min-height:540px}.goals{grid-template-columns:1fr}}

@media(max-width:700px){.bundled-logo{width:min(330px,72vw);max-height:72px}.header-inner{min-height:82px}}
