:root {
  --forest: #17382f;
  --forest-deep: #0d2822;
  --plum: #49283f;
  --cream: #f5efe5;
  --paper: #fbf8f1;
  --amber: #d99a45;
  --ink: #1c2824;
  --muted: #66726c;
  --line: rgba(23, 56, 47, .18);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', Avenir, 'Segoe UI', 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: 1rem; line-height: 1.7; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .7rem 1rem; border-radius: 999px; }
.skip-link: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; }

.site-header { height: 86px; padding: 0 clamp(1.25rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; background: var(--paper); position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand img { width: 50px; height: 50px; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font: 600 1.05rem/1.25 var(--serif); letter-spacing: .02em; }
.brand small { margin-top: .15rem; color: var(--muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
nav a { text-decoration: none; font-size: .88rem; font-weight: 600; }
nav a:not(.nav-cta):hover { color: var(--plum); }
.nav-cta { padding: .62rem 1rem; border: 1px solid var(--forest); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--forest); color: white; }
.menu-toggle { display: none; background: transparent; border: 0; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--forest); margin: 5px; }

.hero { min-height: calc(100vh - 86px); position: relative; display: grid; align-items: center; overflow: hidden; color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('pipal-tree-hero.png') 67% center / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(7, 29, 24, .96) 0%, rgba(9, 32, 26, .88) 36%, rgba(10, 32, 25, .32) 66%, rgba(10, 25, 21, .06) 100%); }
.hero-content { position: relative; z-index: 2; width: min(710px, 90%); padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.eyebrow { margin: 0 0 1.2rem; color: #e2b36b; font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--plum); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 1.5rem; font: 400 clamp(2.8rem, 5.7vw, 5.4rem)/.98 var(--serif); letter-spacing: -.035em; text-wrap: balance; }
.hero-intro { max-width: 630px; color: rgba(255,255,255,.84); font-size: clamp(1.05rem, 1.5vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .8rem 1.25rem; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: #1b211d; }
.button-primary:hover { background: #ebb05e; }
.button-light { margin-top: 1rem; background: var(--cream); color: var(--forest); }
.text-link { color: white; text-underline-offset: .35rem; }
.hero-note { margin-top: 2rem; color: rgba(255,255,255,.6); font-size: .82rem; }

.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.welcome { display: grid; grid-template-columns: 1fr 2.2fr; gap: 3rem; background: var(--cream); }
.welcome-mark { display: flex; flex-direction: column; align-items: flex-start; gap: 2.5rem; }
.welcome-mark img { width: min(260px, 100%); height: auto; opacity: .56; mix-blend-mode: multiply; }
.section-label { color: var(--plum); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.welcome-copy { max-width: 920px; }
.statement { margin-bottom: 2rem; font: 400 clamp(2rem, 3.7vw, 3.7rem)/1.14 var(--serif); letter-spacing: -.02em; text-wrap: balance; }
.welcome-copy > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.08rem; }

.support { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr 2.2fr; gap: 3rem; margin-bottom: clamp(3rem, 6vw, 5rem); }
.section-heading .eyebrow { grid-column: 1; }
.section-heading h2 { grid-column: 2; margin: 0; max-width: 900px; font: 400 clamp(2.35rem, 4.5vw, 4.4rem)/1.08 var(--serif); letter-spacing: -.025em; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-grid article { min-height: 270px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-grid span { display: block; margin-bottom: 3rem; color: var(--amber); font: italic 1.2rem var(--serif); }
.support-grid h3 { font: 400 1.55rem/1.25 var(--serif); }
.support-grid p { color: var(--muted); }

.approach { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(4rem, 9vw, 9rem); color: white; background: var(--forest); }
.approach h2 { margin-bottom: 1.7rem; font: 400 clamp(2.5rem, 4.7vw, 4.8rem)/1.04 var(--serif); letter-spacing: -.03em; }
.approach-lead > p:last-child { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.approach-list > div { padding: 0 0 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.approach-list h3 { margin-bottom: .4rem; color: var(--cream); font: 400 1.4rem var(--serif); }
.approach-list p { margin: 0; color: rgba(255,255,255,.65); }

.values { padding: 1.2rem 2rem; display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); flex-wrap: wrap; background: var(--amber); color: #25312c; }
.values p { margin: 0; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.values span { color: rgba(37,49,44,.45); }

.about { display: grid; grid-template-columns: 1.35fr .8fr; gap: clamp(2rem, 6vw, 6rem); background: var(--cream); }
.about-card { max-width: 760px; padding: clamp(1rem, 3vw, 2rem) 0; }
.about h2 { margin-bottom: 2rem; font: 400 clamp(2.7rem, 5vw, 5rem)/1.04 var(--serif); letter-spacing: -.03em; }
.about h2 span { color: var(--plum); font-size: .43em; letter-spacing: 0; }
.about-card > p:not(.eyebrow) { color: #4f5c57; font-size: 1.05rem; }
.about-visual { display: grid; gap: 2.3rem; }
.counsellor-portrait { position: relative; margin: 0; }
.counsellor-portrait::before { content: ''; position: absolute; inset: 16px -14px -14px 16px; border: 1px solid rgba(73,40,63,.27); pointer-events: none; }
.counsellor-portrait img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 2 / 3; object-fit: cover; object-position: 50% 44%; }
.counsellor-portrait figcaption { position: relative; margin-top: 1rem; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.sessions-card { align-self: start; padding: clamp(2rem, 4vw, 3.5rem); color: white; background: var(--plum); box-shadow: 18px 18px 0 rgba(73,40,63,.12); }
.sessions-card h3 { margin-bottom: .3rem; font: 400 1.4rem var(--serif); }
.sessions-card p { color: rgba(255,255,255,.72); }
.sessions-card hr { margin: 1.5rem 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }

.faq { background: var(--paper); }
.section-heading.compact { margin-bottom: 2.5rem; }
.faq-list { max-width: 1050px; margin-left: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; list-style: none; font: 400 1.25rem var(--serif); }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: .4rem; font-family: var(--sans); font-weight: 300; }
details[open] summary::after { content: '−'; }
details p { max-width: 780px; padding: 0 3rem 1.5rem 0; color: var(--muted); }

.closing { padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7rem); display: flex; align-items: end; justify-content: space-between; gap: 3rem; color: white; background: var(--forest-deep); }
.closing h2 { margin-bottom: .8rem; font: 400 clamp(2.5rem, 5vw, 5rem)/1.04 var(--serif); letter-spacing: -.03em; }
.closing p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.closing .button { flex: 0 0 auto; }

footer { padding: 3.5rem clamp(1.25rem, 7vw, 7rem) 2rem; display: grid; grid-template-columns: 1.2fr 1fr .6fr; gap: 2rem; color: rgba(255,255,255,.66); background: #081d18; font-size: .83rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand img { width: 66px; height: 66px; filter: invert(1) grayscale(1); opacity: .86; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: white; font: 400 1.8rem var(--serif); }
footer p { margin-bottom: .3rem; }
footer div:last-of-type { display: flex; flex-direction: column; gap: .35rem; }
footer a { color: white; text-underline-offset: .25rem; }
.disclaimer { grid-column: 1 / -1; max-width: 920px; padding-top: 2rem; margin-top: 1rem; border-top: 1px solid rgba(255,255,255,.1); }
.copyright { grid-column: 1 / -1; color: rgba(255,255,255,.4); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 1.5rem; align-items: stretch; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 780px; align-items: end; }
  .hero-content { width: 100%; padding-top: 10rem; padding-bottom: 4rem; }
  .hero-image { background-position: 69% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,29,24,.98) 8%, rgba(7,29,24,.88) 48%, rgba(7,29,24,.15) 100%); }
  .welcome, .section-heading, .approach, .about { grid-template-columns: 1fr; }
  .section-heading h2 { grid-column: 1; }
  .support-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-list { margin-left: 0; }
  .closing { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .site-header { height: 74px; }
  nav { top: 74px; }
  .brand img { width: 43px; height: 43px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .61rem; }
  .hero { min-height: 720px; }
  .hero-content { padding-inline: 1.25rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .section-pad { padding-inline: 1.25rem; }
  .welcome-mark img { display: none; }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: auto; }
  .support-grid span { margin-bottom: 1.7rem; }
  .values { justify-content: flex-start; }
  .values span { display: none; }
  .values p { flex: 1 1 45%; }
  .sessions-card { box-shadow: 10px 10px 0 rgba(73,40,63,.12); }
  footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
