@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --teal: #0b4a96;
  --teal-dark: #073b79;
  --cream: #f7fbff;
  --sage: #e2f1ff;
  --gold: #ffc928;
  --coral: #2f8fe8;
  --ink: #16385f;
  --muted: #61758c;
  --white: #fff;
  --shadow: 0 18px 50px rgba(7, 59, 121, .12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--ink); background: var(--cream); line-height: 1.7; }
a { color: inherit; text-decoration: none; }

.navbar {
  height: 88px; padding: 12px 6%; display: flex; align-items: center;
  justify-content: space-between; background: rgba(255,255,255,.94);
  position: sticky; top: 0; z-index: 10; box-shadow: 0 2px 20px rgba(7,59,121,.07);
}
.brand img { width: 235px; height: auto; display: block; }
nav { display: flex; align-items: center; gap: 32px; font-weight: 600; font-size: .95rem; }
nav a:hover { color: var(--teal); }
.nav-button { background: var(--teal); color: white; padding: 10px 19px; border-radius: 30px; }
.nav-button:hover { color: white; background: var(--teal-dark); }
.menu-toggle { display:none; border:0; background:none; font-size:1.7rem; color:var(--teal); }

.hero {
  min-height: 650px; padding: 90px 8%; display:grid; grid-template-columns: 1.05fr .95fr;
  align-items:center; gap:50px; overflow:hidden; position:relative;
  background: linear-gradient(120deg, #ffffff 0%, #eef7ff 70%, #fff9dd 100%);
}
.hero-content { max-width: 700px; }
.eyebrow { color: var(--teal); letter-spacing: .16em; font-weight:700; font-size:.76rem; margin-bottom:14px; }
h1,h2 { font-family:'Playfair Display', serif; line-height:1.12; font-weight:600; }
h1 { font-size:clamp(3rem, 6vw, 5.5rem); color:var(--teal-dark); }
h1 span { color:var(--coral); }
.hero-text { max-width:590px; margin:25px 0 30px; color:var(--muted); font-size:1.08rem; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; }
.button { display:inline-block; padding:13px 22px; border-radius:30px; font-weight:700; transition:.2s; }
.primary { background:var(--teal); color:white; }
.primary:hover { background:var(--teal-dark); transform:translateY(-2px); }
.secondary { border:1.5px solid var(--teal); color:var(--teal); }
.secondary:hover { background:var(--sage); }

.hero-art { min-height:420px; position:relative; }
.sun { position:absolute; width:270px; height:270px; border-radius:50%; background:#ffc928; top:50px; right:80px; box-shadow:0 0 0 28px rgba(255,201,40,.18); }
.leaf { position:absolute; width:260px; height:130px; border-radius:100% 0 100% 0; background:#8ec7f5; transform:rotate(-18deg); top:245px; right:180px; }
.leaf-two { background:#0b4a96; transform:rotate(22deg); right:25px; top:250px; }
.circle-text { position:absolute; right:30px; bottom:18px; color:var(--teal); font-weight:700; letter-spacing:.2em; font-size:.72rem; }

.section { padding:100px 8%; }
.section-heading { max-width:760px; }
.section-heading h2, .approach h2, .psychologist h2, .contact-section h2 { font-size:clamp(2.2rem,4vw,3.7rem); color:var(--teal-dark); }
.centered { text-align:center; margin:0 auto 50px; }

.about { background:white; }
.about-grid { display:grid; grid-template-columns:1.4fr .8fr; gap:70px; margin-top:45px; align-items:center; }
.about-grid p { color:var(--muted); margin-bottom:18px; }
.info-card { background:var(--sage); padding:38px; border-radius:25px; box-shadow:var(--shadow); }
.card-icon { font-size:2rem; color:var(--coral); margin-bottom:10px; }
.info-card h3 { color:var(--teal-dark); font-size:1.3rem; margin-bottom:8px; }
.info-card p { margin:0; }

.services { background:#edf6ff; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.service-card { background:white; border-radius:20px; padding:30px 25px; min-height:250px; box-shadow:0 8px 30px rgba(7,59,121,.06); }
.service-card span { color:var(--coral); font-weight:700; }
.service-card h3 { color:var(--teal-dark); margin:25px 0 12px; font-size:1.2rem; }
.service-card p { color:var(--muted); font-size:.94rem; }

.approach { background:var(--teal); color:white; }
.approach-inner { max-width:1200px; margin:auto; display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.approach .eyebrow { color:#ffd447; }
.approach h2 { color:white; }
.approach-list { display:grid; gap:25px; }
.approach-list div { display:grid; grid-template-columns:45px 1fr; gap:18px; border-bottom:1px solid rgba(255,255,255,.2); padding-bottom:22px; }
.approach-list b { color:#ffd447; font-size:1.1rem; }
.approach-list p { color:rgba(255,255,255,.85); }
.approach-list strong { color:white; }

.psychologist { background:white; }
.profile { max-width:1050px; margin:auto; display:grid; grid-template-columns:260px 1fr; gap:65px; align-items:center; }
.profile-placeholder { width:260px; height:260px; border-radius:50%; background:var(--sage); display:grid; place-items:center; overflow:hidden; }
.profile-placeholder img { width:100%; height:100%; object-fit:cover; display:block; }
.role { color:var(--coral); font-weight:700; margin:8px 0 20px; }
.profile p:not(.eyebrow):not(.role) { color:var(--muted); margin-bottom:15px; }

.contact-section { padding:90px 8%; background:#eaf4ff; display:grid; grid-template-columns:1fr .7fr; gap:70px; align-items:center; }
.contact-section > div > p:not(.eyebrow) { color:var(--muted); margin-top:18px; max-width:600px; }
.contact-card { background:white; padding:35px; border-radius:22px; box-shadow:var(--shadow); }
.contact-card p { margin-bottom:22px; color:var(--muted); }
.contact-card strong { color:var(--teal-dark); }
.contact-card a:not(.button) { color:var(--teal); font-weight:600; }

footer { background:#062f63; color:rgba(255,255,255,.75); text-align:center; padding:45px 8%; }
footer img { width:220px; background:white; padding:8px; border-radius:8px; margin-bottom:15px; }
footer p { font-size:.85rem; }
footer .disclaimer { margin-top:10px; opacity:.65; }

@media (max-width: 900px) {
  nav { gap:18px; }
  .hero { grid-template-columns:1fr; padding-top:65px; }
  .hero-art { min-height:300px; }
  .about-grid, .approach-inner, .contact-section { grid-template-columns:1fr; gap:40px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 650px) {
  .navbar { height:75px; }
  .brand img { width:190px; }
  .menu-toggle { display:block; }
  nav { display:none; position:absolute; top:75px; left:0; right:0; background:white; padding:20px; flex-direction:column; }
  nav.open { display:flex; }
  .hero { min-height:auto; padding:65px 7%; }
  .hero-art { display:none; }
  .section, .contact-section { padding:70px 7%; }
  .service-grid { grid-template-columns:1fr; }
  .profile { grid-template-columns:1fr; text-align:center; }
  .profile-placeholder { margin:auto; width:190px; height:190px; font-size:3.5rem; }
  .contact-section { gap:30px; }
}
