/* Kara Peet MSW RSW — v2: quiet. Mirrors the current site's spare, centered calm. */
:root{
  --charcoal:#222222;
  --bg:#f6f5f0;         /* C1 sage-whisper, locked Jul 28 2026 */
  --ink:#3a3a3a;
  --muted:#767470;
  --teal:#3d8578;
  --line:#ccd6cb;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:"Helvetica Neue",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  font-weight:300; background:var(--bg); color:var(--ink);
  line-height:1.9; font-size:17.5px;
}
strong{font-weight:500;}

/* Header — same dark band as current site */
header{background:var(--charcoal); color:#fff; padding:2.2rem 0 4.5rem;}
.hwrap{max-width:1180px;margin:0 auto;padding:0 2rem;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.brand{color:#fff;text-decoration:none;font-size:1.9rem;font-weight:300;letter-spacing:.01em;}
.brand span{display:block;font-size:1.05rem;font-style:italic;color:#b9b6b0;margin-top:.2rem;font-weight:300;}
nav{padding-top:.5rem;}
nav a{color:#dddbd6;text-decoration:none;font-size:.95rem;margin-left:1.75rem;font-weight:300;}
nav a:hover{color:#fff;}
nav a.active{color:#fff;}

/* Content — centered, narrow, airy */
main{padding:5.5rem 2rem 6rem;}
.page{max-width:760px;margin:0 auto;text-align:center;}
.page-left{max-width:760px;margin:0 auto;text-align:left;}
h1{font-size:2.15rem;font-weight:300;color:#2f2f2f;line-height:1.4;margin-bottom:2.2rem;}
h2{font-size:1.5rem;font-weight:300;color:#2f2f2f;line-height:1.45;margin:4.5rem 0 1.4rem;}
p{margin-bottom:1.4rem;}
.quiet{color:#7a8378;}

a.link{color:var(--teal);text-decoration:none;}
a.link:hover{text-decoration:underline;text-underline-offset:5px;}
.consult{display:block;margin-top:3.5rem;font-size:1.05rem;}

.space{height:2.5rem;}
hr{border:none;border-top:1px solid #c4d1c4;margin:4.5rem auto;max-width:120px;}

/* photo pair (supervision page) */
.pair{display:flex;gap:1rem;justify-content:center;margin:0 0 3rem;}
.pair img{width:230px;height:230px;border-radius:50%;object-fit:cover;}
@media(max-width:560px){.pair img{width:150px;height:150px;}}

/* portrait */
.portrait{width:300px;height:300px;border-radius:50%;object-fit:cover;margin:0 auto 3rem;display:block;}
.portrait-placeholder{width:300px;height:300px;border-radius:50%;background:#dfe5df;margin:0 auto 3rem;display:flex;align-items:center;justify-content:center;color:#7d8a80;font-size:.9rem;text-align:center;padding:1.5rem;font-style:italic;}

/* FAQ — plain text, no boxes */
.faq h3{font-size:1.12rem;font-weight:500;color:#2f2f2f;margin:3rem 0 .9rem;}

/* Message form */
form.msg{max-width:30rem;margin:2.5rem auto 0;text-align:left;}
form.msg label{display:block;font-size:.88rem;color:var(--muted);margin:1.2rem 0 .3rem;}
form.msg input, form.msg textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:4px;
  padding:.65rem .8rem;font:inherit;font-size:.95rem;color:var(--ink);}
form.msg input:focus, form.msg textarea:focus{outline:none;border-color:var(--teal);}
form.msg textarea{min-height:7rem;resize:vertical;}
.wordcount{font-size:.8rem;color:var(--muted);text-align:right;margin-top:.3rem;}
.wordcount.over{color:#b0563e;}
.send-btn{display:inline-block;margin-top:1.5rem;background:none;border:1px solid var(--teal);color:var(--teal);
  padding:.6rem 1.6rem;border-radius:4px;font:inherit;font-size:1rem;cursor:pointer;}
.send-btn:hover{background:var(--teal);color:#fff;}
form.msg .center{text-align:center;}

/* Footer */
footer{background:var(--charcoal);color:#b9b6b0;padding:3.5rem 2rem;font-size:.92rem;font-weight:300;text-align:center;line-height:2;}
footer a{color:#dddbd6;}
footer .crisis{margin-top:1.75rem;font-size:.85rem;}
footer .crisis strong{color:#dddbd6;font-weight:400;}
