:root {
  --ink: #223225;
  --muted: #607064;
  --sage: #78906d;
  --sage-dark: #476043;
  --sage-pale: #e8eee3;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --clay: #c98668;
  --line: #dce3d8;
  --shadow: 0 18px 55px rgba(35, 54, 38, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.72;
}
img { display: block; max-width: 100%; }
a { color: var(--sage-dark); }
a:hover { color: #2e432f; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }

.topbar { background: var(--ink); color: #fff; font-size: 14px; }
.topbar .container { min-height: 42px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.topbar a { color: #fff; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-family: var(--serif); font-size: 20px; line-height: 1.1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; background: var(--sage); color: #fff; transform: rotate(-8deg); font: 700 19px var(--serif); }
.brand-mark span { transform: rotate(8deg); }
.brand small { display: block; margin-top: 5px; color: var(--muted); font: 600 10px var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a { padding: 10px 13px; border-radius: 999px; color: var(--ink); text-decoration: none; font-weight: 600; font-size: 15px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--sage-pale); color: var(--sage-dark); }
.nav-links .nav-cta { margin-left: 6px; background: var(--sage-dark); color: #fff; }
.nav-links .nav-cta:hover { background: var(--ink); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px; background: currentColor; }

.hero { position: relative; min-height: 670px; display: grid; align-items: center; overflow: hidden; background: #dfddd5 url("images/counselling-room-hero.png") center/cover no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,236,.98) 0%, rgba(247,244,236,.9) 35%, rgba(247,244,236,.25) 64%, rgba(247,244,236,.02) 100%); }
.hero-content { position: relative; width: min(650px, 58%); padding: 90px 0; }
.eyebrow { margin: 0 0 14px; color: var(--sage-dark); font-weight: 800; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.13; letter-spacing: -.025em; }
h1 { margin: 0 0 24px; font-size: clamp(46px, 6vw, 76px); font-weight: 500; }
h2 { margin: 0 0 22px; font-size: clamp(34px, 4vw, 52px); font-weight: 500; }
h3 { margin: 0 0 10px; font-size: 27px; font-weight: 500; }
.hero .lead { max-width: 600px; margin: 0 0 30px; color: #465449; font-size: 20px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 21px; border: 1px solid var(--sage-dark); border-radius: 999px; background: var(--sage-dark); color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; }
.button:hover { background: var(--ink); color: #fff; }
.button.secondary { background: rgba(255,255,255,.65); color: var(--sage-dark); }
.button.secondary:hover { background: #fff; color: var(--ink); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { padding: 28px 24px; text-align: center; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-item strong { display: block; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.trust-item span { color: var(--muted); font-size: 14px; }

.section { padding: 100px 0; }
.section.alt { background: var(--cream); }
.section-intro { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-intro p { color: var(--muted); }
.two-col { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px, 8vw, 100px); align-items: center; }
.prose p { margin: 0 0 18px; color: #49564c; }
.feature-panel { padding: clamp(30px, 5vw, 55px); border-radius: 30px 8px 30px 8px; background: var(--sage-dark); color: #fff; box-shadow: var(--shadow); }
.feature-panel h2, .feature-panel h3 { color: #fff; }
.feature-panel p { color: #e6eee4; }
.feature-list { padding: 0; margin: 28px 0 0; list-style: none; }
.feature-list li { position: relative; padding: 12px 0 12px 34px; border-top: 1px solid rgba(255,255,255,.16); }
.feature-list li::before { content: "✓"; position: absolute; left: 2px; color: #dbe8d4; font-weight: 800; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .person-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px 7px 24px 7px; background: #fff; box-shadow: 0 10px 34px rgba(48,67,50,.06); }
.service-card { padding: 30px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50% 50% 50% 8px; background: var(--sage-pale); color: var(--sage-dark); font-family: var(--serif); font-size: 24px; }
.service-card p { color: var(--muted); font-size: 15px; }
.person-card { display: flex; flex-direction: column; }
.person-top { min-height: 180px; display: grid; place-items: center; background: linear-gradient(145deg, var(--sage-pale), #f6efe5); }
.initials { width: 104px; height: 104px; display: grid; place-items: center; border: 1px solid rgba(71,96,67,.2); border-radius: 50%; background: rgba(255,255,255,.72); color: var(--sage-dark); font: 500 36px var(--serif); }
.person-body { padding: 27px; display: flex; flex: 1; flex-direction: column; }
.person-role { min-height: 48px; margin: 0 0 15px; color: var(--sage-dark); font-size: 14px; font-weight: 700; }
.person-body p:not(.person-role) { color: var(--muted); font-size: 15px; }
.text-link { margin-top: auto; padding-top: 14px; font-weight: 800; font-size: 14px; text-decoration: none; }

.issues { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 28px; padding: 0; margin: 35px 0 0; list-style: none; }
.issues li { padding: 11px 0 11px 25px; border-bottom: 1px solid var(--line); position: relative; }
.issues li::before { content: "•"; position: absolute; left: 5px; color: var(--clay); font-size: 24px; line-height: 1; }

.page-hero { padding: 85px 0 72px; background: linear-gradient(135deg, var(--sage-pale), var(--cream)); text-align: center; }
.page-hero p { max-width: 700px; margin: 18px auto 0; color: var(--muted); font-size: 19px; }
.profiles { display: grid; gap: 26px; }
.profile { display: grid; grid-template-columns: 180px 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px 8px 28px 8px; background: #fff; box-shadow: 0 10px 36px rgba(48,67,50,.06); }
.profile-visual { min-height: 230px; display: grid; place-items: center; background: linear-gradient(145deg, var(--sage-pale), #f6efe5); }
.profile-content { padding: 34px 38px; }
.profile-content h2 { margin-bottom: 7px; font-size: 34px; }
.profile-content .role { margin: 0 0 17px; color: var(--sage-dark); font-weight: 700; }
.profile-content p { color: #4e5c51; }
.profile-actions { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; }
.profile-actions a { font-weight: 800; font-size: 14px; text-decoration: none; }

.contact { background: var(--ink); color: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact h2 { color: #fff; }
.contact p { color: #d7e0d5; }
.contact-details { display: grid; gap: 14px; margin-top: 30px; }
.contact-details a { color: #fff; font-weight: 700; text-decoration: none; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; border-radius: 24px 7px 24px 7px; background: #fff; color: var(--ink); }
.contact-form label { font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: #fafbf8; color: var(--ink); }
.contact-form textarea { min-height: 135px; resize: vertical; }
.contact-form .button { grid-column: 1 / -1; border: 0; cursor: pointer; }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted) !important; font-size: 12px; }
.urgent { padding: 18px 0; background: #f4e6df; color: #5b3023; text-align: center; font-size: 14px; }
.urgent a { color: inherit; font-weight: 800; }

.site-footer { padding: 55px 0 30px; background: #18231a; color: #cbd5c9; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 55px; }
.site-footer h3 { color: #fff; font-size: 20px; }
.site-footer a { color: #e2e9e0; text-decoration: none; }
.footer-links { display: grid; gap: 8px; }
.copyright { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

@media (max-width: 900px) {
  .topbar { display: none; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: block; }
  .nav-links { position: absolute; display: none; left: 20px; right: 20px; top: calc(100% + 8px); padding: 16px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { text-align: center; }
  .nav-links .nav-cta { margin-left: 0; }
  .hero { min-height: 620px; background-position: 62% center; }
  .hero::before { background: linear-gradient(90deg, rgba(247,244,236,.97), rgba(247,244,236,.77) 68%, rgba(247,244,236,.25)); }
  .hero-content { width: min(650px, 80%); }
  .two-col, .contact-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .issues { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1120px); }
  .brand { font-size: 16px; }
  .brand small { display: none; }
  .hero { min-height: 620px; background-position: 70% center; }
  .hero::before { background: rgba(247,244,236,.84); }
  .hero-content { width: 100%; padding: 70px 0; }
  .hero .lead { font-size: 18px; }
  .button-row .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 72px 0; }
  .card-grid, .issues, .footer-grid { grid-template-columns: 1fr; }
  .profile { grid-template-columns: 1fr; }
  .profile-visual { min-height: 180px; }
  .profile-content { padding: 27px 24px; }
  .profile-content h2 { font-size: 30px; }
  .contact-form { grid-template-columns: 1fr; padding: 22px; }
  .contact-form label.full, .contact-form .button, .form-note { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
