/* ==========================================================================
   Part of Hope Behavioural Health, site stylesheet
   Every class is prefixed poh-. Every selector is scoped to one of four roots:
   .poh-page, .poh-hd, .poh-ft, .poh-drawer.
   All phone rules live in ONE block at the very end of this file.
   ========================================================================== */

:root{
  /* Contrast measured against the backgrounds each colour actually sits on.
     Do not "tidy" these. The decorative-only colours are called out. */
  --poh-forest:#10402F;   /* 11.69:1 on white  OK body, headings, dark panels */
  --poh-green:#1C7A55;    /* 5.30:1 on white   OK text. White on it 5.30:1 OK */
  --poh-teal:#14707A;     /* 5.79:1 on white   OK text. White on it 5.79:1 OK */
  --poh-teal-d:#0E5B63;   /* 7.79:1 on white   OK, use when teal sits on a tint */
  --poh-teal-l:#7FC9CE;   /* 1.88:1 on white   DECORATIVE ONLY. 6.21:1 on forest OK */
  --poh-leaf:#86C79E;     /* 1.97:1 on white   DECORATIVE ONLY. 5.94:1 on forest OK */
  --poh-mist:#E8F3EE;     /* cool tint background */
  --poh-mist-d:#D5E7DE;   /* tint border */
  --poh-sand:#FBF7EF;     /* warm tint background */
  --poh-text:#3B4A43;     /* 9.35:1 on white   OK body */
  --poh-muted:#63706A;    /* 5.18:1 on white, 4.56:1 on mist   OK secondary */
  --poh-line:#DCE6E1;
  --poh-white:#FFFFFF;

  --poh-serif:'Lora',Georgia,'Iowan Old Style','Times New Roman',serif;
  --poh-sans:'Karla',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  --poh-wrap:1180px;
  --poh-r:18px;
  --poh-shadow:0 1px 2px rgba(16,64,47,.05),0 12px 34px rgba(16,64,47,.08);
  --poh-shadow-l:0 1px 2px rgba(16,64,47,.04),0 5px 16px rgba(16,64,47,.06);
}

/* --- shared resets. Every root is named, not just .poh-page, or bullets
       come back in the footer and nav links stay underlined. --- */
.poh-page,.poh-hd,.poh-ft,.poh-drawer{box-sizing:border-box}
.poh-page *,.poh-page *::before,.poh-page *::after,
.poh-hd *,.poh-hd *::before,.poh-hd *::after,
.poh-ft *,.poh-ft *::before,.poh-ft *::after,
.poh-drawer *,.poh-drawer *::before,.poh-drawer *::after{box-sizing:border-box}
.poh-page ul,.poh-page ol,.poh-hd ul,.poh-ft ul,.poh-drawer ul{margin:0;padding:0;list-style:none}
.poh-page a,.poh-hd a,.poh-ft a,.poh-drawer a{text-decoration:none}
.poh-page p,.poh-page h1,.poh-page h2,.poh-page h3,.poh-page h4,
.poh-ft p,.poh-ft h2,.poh-drawer p{margin:0}
.poh-page img,.poh-hd img,.poh-ft img{max-width:100%;display:block}
.poh-page button,.poh-hd button,.poh-drawer button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}

html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--poh-white)}

.poh-page{
  font-family:var(--poh-sans);
  font-size:17px;line-height:1.68;color:var(--poh-text);
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
.poh-page h1,.poh-page h2,.poh-page h3{
  font-family:var(--poh-serif);color:var(--poh-forest);
  line-height:1.18;letter-spacing:-.01em;font-weight:600;
}
.poh-page h1{font-size:clamp(2.1rem,4.3vw,3.3rem)}
.poh-page h2{font-size:clamp(1.6rem,2.8vw,2.3rem)}
.poh-page h3{font-size:1.13rem;line-height:1.34}
.poh-page a{color:var(--poh-teal)}
.poh-page a:hover{color:var(--poh-forest)}

.poh-skip{position:absolute;left:-9999px;top:0;z-index:200;background:var(--poh-forest);
  color:#fff;padding:12px 18px;border-radius:0 0 10px 0;font:600 15px/1 var(--poh-sans)}
.poh-skip:focus{left:0}
.poh-hd a:focus-visible,.poh-page a:focus-visible,.poh-ft a:focus-visible,
.poh-drawer a:focus-visible,.poh-page button:focus-visible,.poh-hd button:focus-visible,
.poh-page input:focus-visible,.poh-page select:focus-visible,.poh-page textarea:focus-visible{
  outline:3px solid var(--poh-teal);outline-offset:2px;border-radius:4px;
}

.poh-wrap{width:100%;max-width:var(--poh-wrap);margin:0 auto;padding:0 26px}
.poh-sec{padding:90px 0}
.poh-sec-mist{background:var(--poh-mist)}
.poh-sec-sand{background:var(--poh-sand)}

.poh-eyebrow{
  font:600 12px/1 var(--poh-sans);letter-spacing:.17em;text-transform:uppercase;
  color:var(--poh-teal);display:flex;align-items:center;gap:10px;margin-bottom:16px;
}
.poh-eyebrow::before{content:"";width:26px;height:8px;flex:none;
  background:no-repeat center/26px 8px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='8' viewBox='0 0 26 8'%3E%3Cpath d='M1 5c2.2-2 4-.6 6.2-2.6S13.4 2.4 15.6.4' fill='none' stroke='%2314707A' stroke-width='1.6' stroke-linecap='round' transform='translate(0 2)'/%3E%3C/svg%3E")}
.poh-lede{font-size:1.08rem;color:var(--poh-muted);max-width:60ch}
.poh-sec-head{max-width:62ch;margin-bottom:46px}
.poh-sec-head p{margin-top:14px}
.poh-center{text-align:center;margin-left:auto;margin-right:auto}
.poh-center .poh-eyebrow{justify-content:center}

/* --- buttons. Class DOUBLED on every variant so .poh-page a (0,1,1) can
       never out-rank the colour rule. --- */
.poh-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  font:600 15px/1 var(--poh-sans);padding:16px 28px;border-radius:999px;
  border:1.5px solid transparent;cursor:pointer;text-align:center;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;
}
.poh-btn:hover{transform:translateY(-2px)}
.poh-btn.poh-btn-green{background:var(--poh-green);color:var(--poh-white);box-shadow:0 6px 18px rgba(28,122,85,.24)}
.poh-btn.poh-btn-green:hover{background:var(--poh-forest);color:var(--poh-white)}
.poh-btn.poh-btn-teal{background:var(--poh-teal);color:var(--poh-white);box-shadow:0 6px 18px rgba(20,112,122,.24)}
.poh-btn.poh-btn-teal:hover{background:var(--poh-teal-d);color:var(--poh-white)}
.poh-btn.poh-btn-ghost{background:transparent;color:var(--poh-forest);border-color:var(--poh-mist-d)}
.poh-btn.poh-btn-ghost:hover{background:var(--poh-mist);color:var(--poh-forest);border-color:var(--poh-leaf)}
.poh-btn.poh-btn-onforest{background:var(--poh-white);color:var(--poh-forest)}
.poh-btn.poh-btn-onforest:hover{background:var(--poh-teal-l);color:var(--poh-forest)}
.poh-btn.poh-btn-onforest-ghost{background:transparent;color:var(--poh-white);border-color:rgba(255,255,255,.44)}
.poh-btn.poh-btn-onforest-ghost:hover{background:rgba(255,255,255,.13);color:var(--poh-white)}
.poh-btn-row{display:flex;flex-wrap:wrap;gap:13px;margin-top:30px}

/* ==========================================================================
   Header
   ========================================================================== */
.poh-hd{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.93);
  backdrop-filter:saturate(160%) blur(11px);-webkit-backdrop-filter:saturate(160%) blur(11px);
  border-bottom:1px solid var(--poh-line);font-family:var(--poh-sans)}
.poh-hd-in{width:100%;max-width:var(--poh-wrap);margin:0 auto;padding:0 26px;
  display:flex;align-items:center;gap:24px;height:78px}
.poh-brand{display:flex;align-items:center;gap:11px;flex:none}
.poh-brand-mk{width:44px;height:44px}
.poh-brand-tx{display:block;line-height:1}
.poh-brand-1{display:block;font-size:10px;font-weight:600;letter-spacing:.21em;
  text-transform:uppercase;color:var(--poh-teal)}
.poh-brand-2{display:block;font-family:var(--poh-serif);font-weight:600;font-size:19px;
  color:var(--poh-forest);letter-spacing:-.012em;margin-top:5px}
.poh-nav{margin-left:auto}
.poh-nav-ul{display:flex;align-items:center;gap:3px}
.poh-nav-a{display:block;padding:9px 13px;border-radius:9px;font-size:14.5px;font-weight:500;
  color:var(--poh-text);transition:background-color .16s ease,color .16s ease}
.poh-nav-a:hover{background:var(--poh-mist);color:var(--poh-forest)}
.poh-nav-a.poh-on{color:var(--poh-forest);font-weight:600;background:var(--poh-mist)}
.poh-hd-cta{display:flex;align-items:center;gap:12px;flex:none}
.poh-tel{display:inline-flex;align-items:center;gap:7px;font-size:14.5px;font-weight:600;
  color:var(--poh-forest);white-space:nowrap}
.poh-tel:hover{color:var(--poh-teal)}
.poh-hd-book{padding:11px 21px;font-size:14.5px}
.poh-burger{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;gap:5px;padding:0 10px;margin-left:auto}
.poh-burger span{display:block;height:2px;background:var(--poh-forest);border-radius:2px;transition:transform .22s ease,opacity .22s ease}
.poh-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.poh-burger[aria-expanded="true"] span:nth-child(2){opacity:0}
.poh-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.poh-scrim{position:fixed;inset:0;background:rgba(16,64,47,.44);z-index:98;opacity:0;transition:opacity .24s ease}
.poh-scrim.poh-open{opacity:1}
.poh-drawer{position:fixed;top:0;right:0;bottom:0;width:min(340px,86vw);z-index:99;
  background:var(--poh-white);padding:26px 24px 30px;overflow-y:auto;
  transform:translateX(102%);transition:transform .28s cubic-bezier(.4,0,.2,1);
  box-shadow:-14px 0 40px rgba(16,64,47,.15);font-family:var(--poh-sans)}
.poh-drawer.poh-open{transform:translateX(0)}
.poh-dw-x{position:absolute;top:14px;right:16px;width:42px;height:42px;font-size:31px;line-height:1;color:var(--poh-forest)}
.poh-dw-ul{margin:44px 0 22px}
.poh-dw-a{display:block;padding:14px 12px;border-radius:10px;font-size:17px;font-weight:500;
  color:var(--poh-forest);border-bottom:1px solid var(--poh-line)}
.poh-dw-a.poh-on{font-weight:600;background:var(--poh-mist)}
.poh-dw-btn{width:100%;margin-top:11px}
.poh-dw-note{margin-top:22px;font-size:13.5px;color:var(--poh-muted);line-height:1.6}

/* ==========================================================================
   Reveal. Hero is hardcoded .poh-vis so it never waits for JS.
   ========================================================================== */
.poh-rv{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.3,1)}
.poh-rv.poh-vis{opacity:1;transform:none}
.poh-rv-d1{transition-delay:.08s}
.poh-rv-d2{transition-delay:.16s}
.poh-rv-d3{transition-delay:.24s}

/* ==========================================================================
   Animated line icons. DRAWN is the default state, so disabling animation can
   never leave the page covered in empty circles.
   ========================================================================== */
.poh-ico{display:inline-flex;align-items:center;justify-content:center;flex:none}
.poh-ico svg{width:100%;height:100%;overflow:visible}
.poh-ico svg > *{
  stroke:var(--poh-teal);stroke-width:1.6;fill:none;
  stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:1;stroke-dashoffset:0;
}
.poh-rv:not(.poh-vis) .poh-ico svg > *{stroke-dashoffset:1}
.poh-vis .poh-ico svg > *{animation:poh-draw 1.15s cubic-bezier(.6,.05,.2,1) forwards}
@keyframes poh-draw{to{stroke-dashoffset:0}}

/* ==========================================================================
   1. HERO. Image led, copy over a scrim, provider card overlapping below.
   ========================================================================== */
/* Sand, not forest. The provider card straddles the bottom edge of the photo,
   and its lower half must land on the colour of the section that follows. */
.poh-hero{position:relative;background:var(--poh-sand)}
.poh-hero-media{position:relative;min-height:560px;display:flex;align-items:flex-end;overflow:hidden}
.poh-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 56%}
.poh-hero-scrim{position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(9,38,28,.90) 0%,rgba(9,38,28,.72) 42%,rgba(9,38,28,.30) 72%,rgba(9,38,28,.18) 100%)}
.poh-hero-in{position:relative;width:100%;padding:94px 0 92px}
.poh-hero-box{max-width:640px}
.poh-hero-eyebrow{font:600 12px/1 var(--poh-sans);letter-spacing:.17em;text-transform:uppercase;
  color:var(--poh-teal-l);margin-bottom:18px;display:flex;align-items:center;gap:10px}
.poh-hero-eyebrow::before{content:"";width:28px;height:2px;background:var(--poh-teal-l);border-radius:2px;flex:none}
.poh-hero h1{color:var(--poh-white);margin-bottom:20px}
.poh-hero h1 em{font-style:normal;color:var(--poh-leaf)}
.poh-hero-p{font-size:1.13rem;color:rgba(255,255,255,.85);max-width:52ch}
.poh-hero-chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}
.poh-hero-chip{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.24);border-radius:999px;padding:8px 15px;
  font-size:13px;font-weight:500;color:var(--poh-white)}
.poh-hero-chip svg{width:14px;height:14px;flex:none;color:var(--poh-teal-l)}

/* provider card, straddling the hero edge */
.poh-pcard{position:relative;z-index:2;margin-top:-58px}
.poh-pcard-in{display:flex;align-items:center;gap:20px;background:var(--poh-white);
  border:1px solid var(--poh-mist-d);border-radius:var(--poh-r);padding:22px 28px;
  box-shadow:var(--poh-shadow);max-width:720px}
.poh-pcard-mono{width:62px;height:62px;border-radius:50%;flex:none;display:grid;place-items:center;
  background:var(--poh-forest);color:var(--poh-leaf);font:600 21px/1 var(--poh-serif);
  box-shadow:0 0 0 5px var(--poh-mist)}
.poh-pcard-n{display:block;font:600 19px/1.2 var(--poh-serif);color:var(--poh-forest)}
.poh-pcard-r{display:block;font-size:13.4px;color:var(--poh-muted);margin-top:5px;line-height:1.5}
.poh-pcard-r b{color:var(--poh-teal);font-weight:600}
.poh-pcard-link{margin-left:auto;flex:none;font-size:13.6px;font-weight:600;color:var(--poh-teal);
  display:inline-flex;align-items:center;gap:6px}
.poh-pcard-link svg{width:14px;height:14px;transition:transform .18s ease}
.poh-pcard-link:hover svg{transform:translateX(3px)}

/* ==========================================================================
   2. STATEMENT STRIP. Her own line, quiet, on sand. Deliberately thin.
   ========================================================================== */
.poh-say{background:var(--poh-sand);border-bottom:1px solid var(--poh-mist-d)}
.poh-say-in{padding:64px 0;text-align:center;max-width:860px;margin:0 auto}
.poh-say-t{font-family:var(--poh-serif);font-weight:500;font-size:clamp(1.32rem,2.5vw,1.92rem);
  line-height:1.44;color:var(--poh-forest);letter-spacing:-.008em}
.poh-say-c{margin-top:20px;font-size:13px;font-weight:600;letter-spacing:.13em;
  text-transform:uppercase;color:var(--poh-teal)}

/* ==========================================================================
   3. SERVICES. Cards with a teal top rule, no icon well.
   ========================================================================== */
.poh-svc{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.poh-svc-i{background:var(--poh-white);border:1px solid var(--poh-line);border-radius:var(--poh-r);
  padding:28px 26px 26px;position:relative;overflow:hidden;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.poh-svc-i::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,var(--poh-teal),var(--poh-leaf))}
.poh-svc-i:hover{transform:translateY(-4px);box-shadow:var(--poh-shadow);border-color:var(--poh-mist-d)}
.poh-svc-ico{width:42px;height:42px;margin-bottom:18px}
.poh-svc-i h3{margin-bottom:9px}
.poh-svc-i p{font-size:14.8px;color:var(--poh-muted);line-height:1.62}
.poh-svc-more{display:inline-flex;align-items:center;gap:6px;margin-top:15px;font-size:13.4px;
  font-weight:600;color:var(--poh-teal)}
.poh-svc-more svg{width:14px;height:14px;transition:transform .18s ease}
.poh-svc-i:hover .poh-svc-more svg{transform:translateX(3px)}

/* ==========================================================================
   4. CONDITION PILLS. A chip cloud, not a list and not cards.
   ========================================================================== */
.poh-cloud{display:flex;flex-wrap:wrap;gap:10px;max-width:900px}
.poh-pill{display:inline-block;padding:11px 19px;border-radius:999px;background:var(--poh-white);
  border:1px solid var(--poh-mist-d);font-size:14.6px;font-weight:500;color:var(--poh-forest);
  transition:background-color .18s ease,border-color .18s ease,transform .18s ease}
.poh-pill:hover{background:var(--poh-mist);border-color:var(--poh-leaf);color:var(--poh-forest);transform:translateY(-2px)}

/* ==========================================================================
   5. APPROACH RAIL. Numbered, hairline separated, two columns of text.
   ========================================================================== */
.poh-appr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px}
.poh-appr-i{display:grid;grid-template-columns:52px minmax(0,1fr);gap:18px;
  padding:26px 0;border-top:1px solid var(--poh-line)}
.poh-appr-n{font:600 15px/1 var(--poh-serif);color:var(--poh-teal);
  width:42px;height:42px;border-radius:50%;border:1.5px solid var(--poh-mist-d);
  display:grid;place-items:center;background:var(--poh-white)}
.poh-appr-i h3{margin-bottom:7px}
.poh-appr-i p{font-size:14.8px;color:var(--poh-muted);line-height:1.62}

/* ==========================================================================
   6. JOURNEY. Dots joined by a flowing line, vertical spine on phones.
   ========================================================================== */
.poh-jr{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;position:relative}
.poh-jr::before{content:"";position:absolute;top:32px;left:11%;right:11%;height:3px;
  /* repeat-x, or the wave only draws once in the middle of the row */
  background:repeat-x left center/60px 6px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='6' viewBox='0 0 60 6'%3E%3Cpath d='M0 3c5-3.6 10 3.6 15 0s10 3.6 15 0 10 3.6 15 0 10 3.6 15 0' fill='none' stroke='%2386C79E' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  height:6px;opacity:.9}
.poh-jr-s{position:relative;text-align:center}
.poh-jr-dot{width:64px;height:64px;border-radius:50%;background:var(--poh-white);
  border:2px solid var(--poh-mist-d);display:grid;place-items:center;
  margin:0 auto 20px;padding:16px;position:relative;z-index:1}
.poh-jr-s:hover .poh-jr-dot{border-color:var(--poh-leaf)}
.poh-jr-n{position:absolute;top:-4px;right:calc(50% - 41px);width:24px;height:24px;border-radius:50%;
  background:var(--poh-teal);color:var(--poh-white);display:grid;place-items:center;
  font:600 11.5px/1 var(--poh-sans);z-index:2}
.poh-jr-tx h3{margin-bottom:8px}
.poh-jr-tx p{font-size:14.6px;color:var(--poh-muted);line-height:1.6}

/* ==========================================================================
   7. SPLIT FEATURE with a pull quote
   ========================================================================== */
.poh-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.poh-split-alt .poh-split-fig{order:2}
.poh-split-fig{margin:0;position:relative}
/* height:auto is REQUIRED. The img width/height attributes are presentational
   hints, and without it the intrinsic height wins and aspect-ratio is ignored. */
.poh-split-img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
  border-radius:var(--poh-r);box-shadow:var(--poh-shadow)}
.poh-split-img-tall{aspect-ratio:4/5}
.poh-pull{margin:24px 0 0;padding:20px 24px;background:var(--poh-mist);border-radius:14px;
  border-left:3px solid var(--poh-teal)}
.poh-pull p{font-family:var(--poh-serif);font-size:1.06rem;line-height:1.55;color:var(--poh-forest);font-style:italic}
.poh-pull cite{display:block;margin-top:10px;font-style:normal;font-size:12.6px;font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;color:var(--poh-teal)}
.poh-facts{margin-top:28px;border-top:1px solid var(--poh-line)}
.poh-fact{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid var(--poh-line)}
.poh-fact-ico{width:30px;height:30px;flex:none;padding:5px;border-radius:50%;background:var(--poh-mist)}
.poh-fact-t{font-size:14.4px;font-weight:600;color:var(--poh-forest);display:block;margin-bottom:3px}
.poh-fact-d{font-size:14.4px;color:var(--poh-muted);line-height:1.6}

/* ==========================================================================
   8. Accordion. The collapse variant is open on desktop, live on phones only.
   ========================================================================== */
.poh-acc{max-width:860px;margin:0 auto}
.poh-acc-i{border-bottom:1px solid var(--poh-line)}
.poh-acc-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:21px 0;text-align:left;font:600 1.02rem/1.42 var(--poh-sans);color:var(--poh-forest)}
.poh-acc-q::after{content:"";width:11px;height:11px;flex:none;
  border-right:2px solid var(--poh-teal);border-bottom:2px solid var(--poh-teal);
  transform:rotate(45deg) translateY(-3px);transition:transform .24s ease}
.poh-acc-i.poh-open .poh-acc-q::after{transform:rotate(-135deg) translateY(-3px)}
.poh-acc-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.poh-acc-a > div{padding:0 0 22px;font-size:15.4px;color:var(--poh-muted);line-height:1.7;max-width:70ch}
.poh-acc-a p + p{margin-top:12px}
.poh-collapse .poh-acc-a{max-height:none}
.poh-collapse .poh-acc-q{cursor:default}
.poh-collapse .poh-acc-q::after{display:none}

/* ==========================================================================
   9. CTA
   ========================================================================== */
.poh-cta{background:var(--poh-forest);position:relative;overflow:hidden;isolation:isolate}
.poh-cta-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.17;z-index:-1}
.poh-cta-in{display:grid;grid-template-columns:1.2fr .8fr;gap:48px;align-items:center;padding:76px 0}
.poh-cta h2{color:var(--poh-white)}
.poh-cta p{margin-top:14px;color:rgba(255,255,255,.78);max-width:52ch}
.poh-cta-side{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);
  border-radius:var(--poh-r);padding:26px 28px;backdrop-filter:blur(4px)}
.poh-cta-side dt{font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--poh-teal-l)}
.poh-cta-side dd{margin:5px 0 17px;font-size:15.4px;color:var(--poh-white);font-weight:500;word-break:break-word}
.poh-cta-side dd:last-child{margin-bottom:0}
.poh-cta-side a{color:var(--poh-white);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.poh-cta-side a:hover{color:var(--poh-teal-l)}

/* ==========================================================================
   Inner page hero
   ========================================================================== */
.poh-phero{background:linear-gradient(165deg,var(--poh-sand),var(--poh-mist));border-bottom:1px solid var(--poh-mist-d)}
.poh-phero-in{padding:64px 0 62px;max-width:74ch}
.poh-crumb{font-size:13px;color:var(--poh-muted);margin-bottom:16px}
.poh-crumb a{color:var(--poh-teal)}
.poh-phero h1{margin-bottom:16px}

/* ==========================================================================
   Rails, notes, lists, forms, map, prose
   ========================================================================== */
.poh-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.poh-rail-i{background:var(--poh-white);border:1px solid var(--poh-line);border-radius:14px;padding:24px 22px}
.poh-rail-i h3{margin-bottom:8px;font-size:1.02rem}
.poh-rail-i p{font-size:14.4px;color:var(--poh-muted)}

.poh-note{display:flex;gap:14px;background:var(--poh-sand);border:1px solid var(--poh-mist-d);
  border-left:3px solid var(--poh-teal);border-radius:12px;padding:19px 22px}
.poh-note svg{width:19px;height:19px;flex:none;color:var(--poh-teal);margin-top:3px}
.poh-note p{font-size:14.6px;color:var(--poh-muted);line-height:1.66}
.poh-note strong{color:var(--poh-forest)}

.poh-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.poh-f{display:flex;flex-direction:column;gap:7px}
.poh-f-wide{grid-column:1/-1}
.poh-f label{font-size:13.4px;font-weight:600;color:var(--poh-forest)}
.poh-f input,.poh-f select,.poh-f textarea{
  font:400 15.4px/1.5 var(--poh-sans);color:var(--poh-text);background:var(--poh-white);
  border:1px solid var(--poh-mist-d);border-radius:11px;padding:13px 14px;width:100%;
  transition:border-color .16s ease,box-shadow .16s ease}
.poh-f input:focus,.poh-f select:focus,.poh-f textarea:focus{
  border-color:var(--poh-teal);box-shadow:0 0 0 3px rgba(20,112,122,.14);outline:none}
.poh-f textarea{min-height:130px;resize:vertical}
.poh-f .poh-invalid{border-color:#B3261E;box-shadow:0 0 0 3px rgba(179,38,30,.10)}
.poh-f-hint{font-size:12.6px;color:var(--poh-muted)}
.poh-f-err{font-size:12.8px;color:#B3261E;font-weight:500;min-height:1px}
.poh-form-note{grid-column:1/-1;font-size:14.2px;color:var(--poh-muted);margin:0}
.poh-form-note.poh-form-err{color:#B3261E;font-weight:500}
.poh-form-note.poh-form-ok{color:var(--poh-green);font-weight:500}

.poh-ct-card{background:var(--poh-white);border:1px solid var(--poh-line);border-radius:var(--poh-r);
  padding:28px 28px 24px;box-shadow:var(--poh-shadow-l)}
.poh-ct-card + .poh-ct-card{margin-top:18px}
.poh-ct-h{display:flex;align-items:center;gap:12px;margin-bottom:15px}
.poh-ct-h .poh-ico{width:38px;height:38px;border-radius:50%;background:var(--poh-mist);padding:9px;flex:none}
.poh-ct-h h2{font-size:1.1rem}
.poh-ct-big{font-size:1.28rem;font-weight:600;font-family:var(--poh-serif);color:var(--poh-forest);
  display:block;word-break:break-word}
.poh-ct-big:hover{color:var(--poh-teal)}
.poh-ct-sub{font-size:13.8px;color:var(--poh-muted);margin-top:6px}
.poh-ct-addr{font-size:15.2px;color:var(--poh-text);line-height:1.7;font-style:normal}

.poh-map{border-radius:var(--poh-r);overflow:hidden;border:1px solid var(--poh-mist-d);
  background:var(--poh-mist);min-height:250px;display:grid;place-items:center;text-align:center;padding:34px}
.poh-map svg{width:34px;height:34px;color:var(--poh-teal);margin:0 auto 14px}
.poh-map p{font-size:14.6px;color:var(--poh-muted)}
.poh-map strong{display:block;color:var(--poh-forest);font-size:15.6px;margin-bottom:6px}

.poh-prose{max-width:76ch}
.poh-prose h2{margin:44px 0 14px;font-size:1.4rem}
.poh-prose h2:first-child{margin-top:0}
.poh-prose h3{margin:26px 0 10px}
.poh-prose p{margin-bottom:14px;font-size:15.6px;color:var(--poh-muted);line-height:1.74}
.poh-prose ul{margin:0 0 16px;padding:0}
.poh-prose li{position:relative;padding-left:20px;margin-bottom:9px;font-size:15.6px;
  color:var(--poh-muted);line-height:1.7}
.poh-prose li::before{content:"";position:absolute;left:0;top:.64em;width:7px;height:7px;
  border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--poh-leaf)}
.poh-prose strong{color:var(--poh-forest)}

.poh-404{text-align:center;padding:104px 0 108px}
.poh-404 .poh-btn-row{justify-content:center}

/* ==========================================================================
   Footer
   ========================================================================== */
.poh-ft{background:var(--poh-forest);color:rgba(255,255,255,.76);font-family:var(--poh-sans);font-size:15px;line-height:1.66}
.poh-ft-crisis{background:#0A3023;border-bottom:1px solid rgba(255,255,255,.10);
  display:flex;gap:13px;align-items:flex-start;padding:17px 26px;max-width:var(--poh-wrap);margin:0 auto;width:100%}
.poh-ft-crisis svg{flex:none;color:var(--poh-teal-l);margin-top:2px}
.poh-ft-crisis p{font-size:13.8px;line-height:1.6;color:rgba(255,255,255,.82)}
.poh-ft-crisis strong{color:var(--poh-white)}
.poh-ft-crisis a{color:var(--poh-teal-l);font-weight:600;text-decoration:underline;text-underline-offset:2px}
.poh-ft-in{max-width:var(--poh-wrap);margin:0 auto;padding:52px 26px 26px}
.poh-ft-grid{display:grid;grid-template-columns:1.7fr .75fr .85fr 1.25fr;gap:38px}
.poh-brand-ft .poh-brand-1{color:var(--poh-teal-l)}
.poh-brand-ft .poh-brand-2{color:var(--poh-white)}
.poh-ft-blurb{margin-top:17px;font-size:14.2px;max-width:38ch;color:rgba(255,255,255,.68)}
.poh-ft-prov{margin-top:13px;font-size:12.8px;letter-spacing:.03em;color:var(--poh-leaf)}
.poh-ft-h{font:600 12px/1 var(--poh-sans);letter-spacing:.14em;text-transform:uppercase;color:var(--poh-teal-l);margin-bottom:16px}
.poh-ft-ul li{margin-bottom:10px}
.poh-ft-ul a{color:rgba(255,255,255,.76);font-size:14.4px}
.poh-ft-ul a:hover{color:var(--poh-white)}
.poh-ft-ul-c a{font-weight:500;color:var(--poh-white)}
.poh-ft-mail{font-size:13.4px !important;word-break:break-all}
.poh-ft-addr{font-size:14.2px;color:rgba(255,255,255,.68);line-height:1.6}
.poh-ft-legal{margin-top:38px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11)}
.poh-ft-disc{font-size:12.8px;color:rgba(255,255,255,.55);line-height:1.66;max-width:96ch}
.poh-ft-base{display:flex;flex-wrap:wrap;gap:8px 26px;justify-content:space-between;align-items:center;margin-top:18px}
.poh-ft-base p{font-size:13px;color:rgba(255,255,255,.55)}
.poh-ft-by a{color:var(--poh-teal-l);font-weight:600}
.poh-ft-by a:hover{color:var(--poh-white);text-decoration:underline;text-underline-offset:2px}

/* ==========================================================================
   Tablet
   ========================================================================== */
@media(max-width:1000px){
  .poh-nav,.poh-hd-cta{display:none}
  .poh-burger{display:flex}
  .poh-hero-media{min-height:480px}
  .poh-hero-in{padding:72px 0 78px}
  .poh-hero-scrim{background:linear-gradient(170deg,rgba(9,38,28,.80) 0%,rgba(9,38,28,.86) 100%)}
  .poh-pcard-in{max-width:none}
  .poh-svc{grid-template-columns:repeat(2,minmax(0,1fr))}
  /* odd card count: the last one spans, so it never sits alone at half width */
  .poh-svc-i:last-child:nth-child(odd){grid-column:1/-1}
  .poh-appr{grid-template-columns:1fr;gap:0}
  .poh-jr{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 26px}
  .poh-jr::before{display:none}
  .poh-split,.poh-split-alt .poh-split-fig{grid-template-columns:1fr;order:0}
  .poh-split{gap:34px}
  .poh-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
  .poh-cta-in{grid-template-columns:1fr;gap:32px;padding:60px 0}
  .poh-ft-grid{grid-template-columns:1fr 1fr;gap:34px}
  .poh-ft-brand{grid-column:1/-1}
  .poh-form{grid-template-columns:1fr}
}

/* ==========================================================================
   PHONE. Every phone rule lives in this ONE block. Never scatter them.
   ========================================================================== */
@media(max-width:575px){
  .poh-page{font-size:16.2px}
  .poh-wrap{padding:0 18px}
  .poh-sec{padding:44px 0}
  .poh-sec-head{margin-bottom:22px}
  .poh-hd-in{height:64px;padding:0 18px}
  .poh-brand-mk{width:37px;height:37px}
  .poh-brand-1{font-size:8.6px;letter-spacing:.18em}
  .poh-brand-2{font-size:16.4px;margin-top:4px}

  .poh-hero-media{min-height:0}
  .poh-hero-in{padding:38px 0 48px}
  .poh-hero-p{font-size:1.01rem}
  .poh-hero-chips{gap:7px;margin-top:22px}
  .poh-hero-chip{padding:7px 12px;font-size:12.2px}
  .poh-btn-row{margin-top:24px;gap:10px}
  .poh-btn{padding:14px 22px;font-size:14.6px}
  .poh-btn-row .poh-btn{flex:1 1 auto}

  .poh-pcard{margin-top:-40px}
  .poh-pcard-in{flex-wrap:wrap;gap:14px;padding:17px 18px;border-radius:14px}
  .poh-pcard-mono{width:50px;height:50px;font-size:17px;box-shadow:0 0 0 4px var(--poh-mist)}
  .poh-pcard-n{font-size:16.6px}
  .poh-pcard-r{font-size:12.4px}
  .poh-pcard-link{margin-left:0;width:100%;padding-top:12px;border-top:1px solid var(--poh-line)}

  .poh-say-in{padding:34px 0}
  .poh-say-t{font-size:1.2rem;line-height:1.5}
  .poh-say-c{margin-top:15px;font-size:11.4px}

  /* 2 up, not stacked */
  .poh-svc{grid-template-columns:1fr 1fr;gap:12px}
  .poh-svc-i:last-child:nth-child(odd){grid-column:1/-1}
  .poh-svc-i{padding:18px 15px 17px;border-radius:13px}
  .poh-svc-ico{width:32px;height:32px;margin-bottom:12px}
  .poh-svc-i h3{font-size:.99rem}
  .poh-svc-i p{font-size:13.2px;line-height:1.54}
  .poh-svc-more{margin-top:11px;font-size:12.4px}

  .poh-cloud{gap:7px}
  .poh-pill{padding:8px 13px;font-size:13px}

  .poh-appr-i{grid-template-columns:38px minmax(0,1fr);gap:13px;padding:15px 0}
  .poh-appr-n{width:34px;height:34px;font-size:13px}
  .poh-appr-i h3{font-size:1.02rem;margin-bottom:5px}
  .poh-appr-i p{font-size:13.9px}

  /* icon | text, and .poh-jr-s must have exactly TWO children */
  .poh-jr{grid-template-columns:1fr;gap:0;padding-left:6px}
  .poh-jr-s{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;text-align:left;
    padding:0 0 22px;position:relative}
  .poh-jr-s::before{content:"";position:absolute;left:26px;top:58px;bottom:0;width:2px;
    background:var(--poh-mist-d);border-radius:2px}
  .poh-jr-s:last-child::before{display:none}
  .poh-jr-dot{width:54px;height:54px;margin:0;padding:14px}
  .poh-jr-n{right:auto;left:36px;top:-3px;width:21px;height:21px;font-size:10.5px}
  .poh-jr-tx h3{font-size:1.04rem;margin-bottom:5px}
  .poh-jr-tx p{font-size:13.9px}

  .poh-split{gap:24px}
  .poh-split-img,.poh-split-img-tall{aspect-ratio:3/2;border-radius:14px}
  .poh-pull{padding:16px 18px;margin-top:20px}
  .poh-pull p{font-size:.99rem}
  .poh-facts{margin-top:20px}
  .poh-fact{padding:14px 0;gap:12px}

  .poh-acc-q{padding:16px 0;font-size:.98rem}
  .poh-acc-a > div{padding-bottom:17px;font-size:14.4px}
  /* the collapse group becomes a real accordion below 576px only */
  .poh-collapse .poh-acc-a{max-height:0}
  .poh-collapse .poh-acc-q{cursor:pointer}
  .poh-collapse .poh-acc-q::after{display:block}

  .poh-rail{grid-template-columns:1fr 1fr;gap:12px}
  .poh-rail-i{padding:17px 15px}
  .poh-rail-i h3{font-size:.97rem}
  .poh-rail-i p{font-size:13.2px}

  .poh-cta-in{padding:42px 0;gap:22px}
  .poh-cta-side{padding:20px}
  .poh-phero-in{padding:40px 0 42px}
  .poh-note{padding:16px 17px;gap:11px}
  .poh-note p{font-size:13.8px}
  .poh-ct-card{padding:19px 18px 17px}
  .poh-ct-card + .poh-ct-card{margin-top:12px}
  .poh-ct-h{gap:10px;margin-bottom:12px}
  .poh-ct-h .poh-ico{width:32px;height:32px;padding:8px}
  .poh-ct-h h2{font-size:1rem}
  .poh-ct-big{font-size:1.1rem}
  .poh-ct-addr{font-size:14.4px}
  .poh-map{min-height:190px;padding:24px}
  .poh-prose h2{margin:32px 0 11px;font-size:1.22rem}
  .poh-prose p,.poh-prose li{font-size:14.8px}
  .poh-404{padding:62px 0 66px}

  /* The footer repeats on every page, so it is the highest-leverage edit.
     Brand full width, the two short link lists side by side, contact full width. */
  .poh-ft-crisis{padding:15px 18px;gap:10px}
  .poh-ft-crisis p{font-size:12.8px}
  .poh-ft-in{padding:34px 18px 22px}
  .poh-ft-grid{grid-template-columns:1fr 1fr;gap:24px 14px}
  .poh-ft-grid > div:first-child,
  .poh-ft-grid > div:last-child{grid-column:1/-1}
  .poh-ft-blurb{font-size:13.4px;margin-top:13px}
  .poh-ft-h{margin-bottom:11px;font-size:11px}
  .poh-ft-ul li{margin-bottom:7px}
  .poh-ft-ul a{font-size:13.6px}
  .poh-ft-legal{margin-top:24px;padding-top:17px}
  .poh-ft-disc{font-size:12px}
  .poh-ft-base{margin-top:14px;gap:6px}
  .poh-ft-base p{font-size:12.2px}
}

/* ==========================================================================
   Reduced motion and print. These MUST repeat the same icon selector as the
   main rule, or some users get no icons at all.
   ========================================================================== */
@media(prefers-reduced-motion:reduce){
  .poh-page *,.poh-hd *,.poh-ft *,.poh-drawer *{
    animation-duration:.001ms !important;animation-iteration-count:1 !important;
    transition-duration:.001ms !important;scroll-behavior:auto !important}
  .poh-rv{opacity:1;transform:none}
  .poh-ico svg > *,.poh-rv:not(.poh-vis) .poh-ico svg > *{stroke-dashoffset:0}
}
@media print{
  .poh-hd,.poh-drawer,.poh-scrim,.poh-burger,.poh-cta{display:none !important}
  .poh-rv{opacity:1 !important;transform:none !important}
  .poh-ico svg > *,.poh-rv:not(.poh-vis) .poh-ico svg > *{stroke-dashoffset:0 !important}
  .poh-acc-a{max-height:none !important}
  .poh-page{font-size:12pt}
}

/* ===== SELF-CHECK SCREENERS (ASRS, PHQ-9, GAD-7) =====
   Shared by every screener page. One option grid, one result panel. */
.poh-sc-intro{border-top:1px solid var(--poh-line);padding:34px 0 0}
.poh-sc-lede{font-size:17px;color:var(--poh-text);max-width:62ch}
.poh-sc-note{background:var(--poh-sand);border:1px solid var(--poh-mist-d);border-radius:12px;
  padding:18px 22px;margin:22px 0 0;max-width:70ch}
.poh-sc-note p{margin:0;font-size:14.6px;color:var(--poh-muted)}
.poh-sc-note strong{color:var(--poh-text)}

.poh-sc-form{margin-top:34px}
.poh-sc-q{border-top:1px solid var(--poh-line);padding:24px 0}
.poh-sc-q:last-of-type{border-bottom:1px solid var(--poh-line)}
.poh-sc-qh{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}
.poh-sc-n{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--poh-mist);
  color:var(--poh-teal);font:600 13px/30px var(--poh-sans);text-align:center}
.poh-sc-qt{font-size:16px;color:var(--poh-text);max-width:64ch;margin:3px 0 0}
.poh-sc-opts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-left:46px}
.poh-sc-opt{position:relative}
.poh-sc-opt input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;margin:0;cursor:pointer}
.poh-sc-opt span{display:block;text-align:center;padding:11px 6px;border:1px solid var(--poh-mist-d);
  border-radius:9px;font:500 13px/1.25 var(--poh-sans);color:var(--poh-muted);background:#fff;
  transition:.18s;cursor:pointer}
.poh-sc-opt input:hover + span{border-color:var(--poh-teal)}
.poh-sc-opt input:focus-visible + span{outline:2px solid var(--poh-teal);outline-offset:2px}
.poh-sc-opt input:checked + span{background:var(--poh-teal);border-color:var(--poh-teal);color:#fff}

.poh-sc-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:28px}
.poh-sc-count{font-size:14px;color:var(--poh-muted)}

/* result */
.poh-sc-out{margin-top:28px;border-radius:14px;padding:26px 28px;display:none}
.poh-sc-out.poh-on{display:block}
.poh-sc-out h3{margin:0 0 10px;font-size:1.24rem}
.poh-sc-out p{margin:0 0 12px;font-size:15.4px;max-width:64ch}
.poh-sc-out p:last-child{margin-bottom:0}
.poh-sc-out .poh-btn{margin-top:8px}
.poh-sc-low{background:var(--poh-mist);border:1px solid var(--poh-mist-d)}
.poh-sc-high{background:#FFF6EC;border:1px solid #F0D5B4}
.poh-sc-score{font:600 13px/1 var(--poh-sans);letter-spacing:.09em;text-transform:uppercase;
  color:var(--poh-muted);margin-bottom:8px}

@media(max-width:700px){
  .poh-sc-opts{grid-template-columns:repeat(2,minmax(0,1fr));margin-left:0}
  .poh-sc-qh{gap:12px}
  .poh-sc-qt{font-size:15.2px}
  .poh-sc-out{padding:20px 18px}
}

/* crisis panel, shown whenever the PHQ-9 self-harm item is answered above zero,
   regardless of the total score */
.poh-sc-crisis{background:#FDECEA;border:1px solid #F1B7B0;border-left:4px solid #C0392B;
  border-radius:12px;padding:20px 22px;margin-bottom:18px}
.poh-sc-crisis h4{margin:0 0 8px;font-size:1.06rem;color:#8E2A20}
.poh-sc-crisis p{margin:0 0 8px;font-size:15px;color:#6B2A22}
.poh-sc-crisis p:last-child{margin-bottom:0}
.poh-sc-crisis a{color:#8E2A20;font-weight:600;text-decoration:underline}

/* severity bands */
.poh-sc-band{display:inline-block;font:600 12px/1 var(--poh-sans);letter-spacing:.09em;
  text-transform:uppercase;padding:7px 12px;border-radius:30px;margin-bottom:12px}
.poh-sc-b0{background:var(--poh-mist);color:var(--poh-teal)}
.poh-sc-b1{background:#EAF3EC;color:#2F6B45}
.poh-sc-b2{background:#FDF3E3;color:#8A6516}
.poh-sc-b3{background:#FBEAE0;color:#9A4B1B}
.poh-sc-b4{background:#FDECEA;color:#8E2A20}

/* cross links between the three tools */
.poh-sc-more{border-top:1px solid var(--poh-line);margin-top:44px;padding-top:28px}
.poh-sc-more h3{font-size:1.1rem;margin:0 0 14px}
.poh-sc-more-g{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.poh-sc-more-c{display:block;border:1px solid var(--poh-mist-d);border-radius:12px;
  padding:18px 20px;background:#fff;transition:.18s}
.poh-sc-more-c:hover{border-color:var(--poh-teal);transform:translateY(-2px)}
.poh-sc-more-c strong{display:block;font-size:15.6px;color:var(--poh-text);margin-bottom:4px}
.poh-sc-more-c span{font-size:14px;color:var(--poh-muted)}
@media(max-width:700px){.poh-sc-more-g{grid-template-columns:1fr}}
