/* After the Hospital STL - modern, warm, photo-led. Deep evergreen + soft warm white.
   Display: Fraunces (soft optical). Text: Hanken Grotesk. No newspaper furniture. */
:root{
  --bg:#FBFAF7;
  --surface:#FFFFFF;
  --sand:#F3EFE7;
  --ink:#1C2620;
  --muted:#5D665F;
  --green:#1E5A45;
  --green-deep:#153F30;
  --green-soft:#E4EDE7;
  --honey:#C98A34;
  --line:#E7E2D8;
  --shadow:0 18px 50px -28px rgba(28,38,32,.45);
  --serif:"Fraunces",Georgia,"Times New Roman",serif;
  --sans:"Hanken Grotesk",system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;
  --wrap:1160px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
html,body{overflow-x:hidden}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:1.075rem;line-height:1.6;-webkit-font-smoothing:antialiased;max-width:100%}
img{max-width:100%;display:block}
a{color:var(--green-deep);text-underline-offset:3px;text-decoration-thickness:1.5px}
h1,h2,h3{font-family:var(--serif);font-weight:500;font-optical-sizing:auto;line-height:1.08;letter-spacing:-.01em;margin:0}
p{margin:0 0 1em}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(20px,5vw,44px)}
.btn{display:inline-flex;align-items:center;gap:.55rem;font:600 1rem/1 var(--sans);border-radius:999px;padding:.95rem 1.5rem;text-decoration:none;border:0;cursor:pointer;transition:transform .15s ease,background .15s ease}
.btn.primary{background:var(--green);color:#fff}
.btn.primary:hover{background:var(--green-deep);transform:translateY(-1px)}
.btn.ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}
.btn.ghost:hover{border-color:var(--green);color:var(--green-deep)}
.btn .ph{width:.85rem;height:.85rem;border-radius:50%;background:currentColor;opacity:.9;display:none}

/* header */
.site-head{position:sticky;top:0;z-index:20;background:rgba(251,250,247,.86);backdrop-filter:saturate(1.1) blur(8px);border-bottom:1px solid var(--line)}
.site-head .wrap{display:flex;align-items:center;gap:1.2rem;min-height:72px}
.mark{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ink);font-weight:700;letter-spacing:-.01em}
.mark svg{width:30px;height:30px;flex:0 0 auto}
.mark b{font-weight:700;font-size:1.05rem}
.site-nav{margin-left:auto;display:flex;align-items:center;gap:1.7rem}
.site-nav a{color:var(--ink);text-decoration:none;font-weight:500;font-size:.98rem}
.site-nav a:hover{color:var(--green)}
.site-nav .call{background:var(--green);color:#fff;padding:.6rem 1.05rem;border-radius:999px;font-weight:600}
.site-nav .call:hover{background:var(--green-deep)}
#navtog,.nav-toggle{display:none}

/* hero */
.hero{padding:clamp(2.4rem,6vw,5rem) 0 clamp(2rem,5vw,4rem)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.8rem,4vw,3.4rem);align-items:center}
.hero .kicker{color:var(--green);font-weight:600;font-size:1rem;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}
.hero .kicker .dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--honey)}
.hero h1{font-size:clamp(2.15rem,5.4vw,4rem);letter-spacing:-.02em;margin:0 0 1.1rem;overflow-wrap:break-word}
.hero .sub{font-size:1.2rem;color:var(--muted);max-width:34ch;margin:0 0 1.8rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}
.hero-cta .btn{flex:0 1 auto}
.hero-cta .num{color:var(--muted);font-size:.95rem}
.hero-photo{position:relative}
.hero-photo img{width:100%;height:clamp(340px,44vw,520px);object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}
.hero-photo figcaption{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.94);color:var(--ink);font-size:.9rem;font-weight:500;padding:.5rem .85rem;border-radius:999px}

/* reassurance band */
.band{background:var(--green);color:#fff;margin:clamp(2rem,5vw,4rem) 0 0}
.band .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.4rem,3vw,3rem);padding:clamp(2rem,4vw,3rem) clamp(20px,5vw,44px)}
.band .fact h3{font-family:var(--serif);font-size:1.9rem;color:#fff;margin:0 0 .3rem}
.band .fact p{color:rgba(255,255,255,.82);font-size:.98rem;margin:0}
.band .fact a{color:#fff}

/* section shell */
.section{padding:clamp(2.6rem,6vw,4.6rem) 0}
.section-head{max-width:44ch;margin:0 0 2rem}
.section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin:0 0 .6rem}
.section-head p{color:var(--muted);margin:0;font-size:1.1rem}

/* the week - editorial list, varied hierarchy */
.week{display:grid;gap:1.1rem}
.lead-piece{display:grid;grid-template-columns:1.1fr 1fr;gap:1.6rem;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease}
.lead-piece:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.lead-piece img{width:100%;height:100%;min-height:230px;object-fit:cover}
.lead-piece .body{padding:1.8rem 1.9rem}
.lead-piece h3{font-size:1.7rem;margin:0 0 .5rem}
.lead-piece p{color:var(--muted);margin:0}
.pieces{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.piece{display:block;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.5rem 1.6rem;text-decoration:none;color:inherit;transition:border-color .2s ease,transform .2s ease}
.piece:hover{border-color:var(--green);transform:translateY(-2px)}
.piece h3{font-size:1.28rem;margin:0 0 .35rem}
.piece p{color:var(--muted);margin:0;font-size:.98rem}

/* warm split feature */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3.4rem);align-items:center}
.split img{width:100%;height:clamp(300px,36vw,440px);object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}
.split h2{font-size:clamp(1.7rem,3.2vw,2.4rem);margin:0 0 1rem}
.split p{color:var(--muted);font-size:1.1rem;max-width:42ch}

/* featured / paid slot - honest, calm */
.featured{background:var(--green-soft);border:1px solid #cfe0d6;border-radius:24px;padding:clamp(1.6rem,3vw,2.4rem)}
.featured .lbl{color:var(--green-deep);font-weight:600;font-size:.95rem;margin:0 0 .7rem}
.featured h2{font-size:1.9rem;margin:0 0 .7rem}
.featured h2 a{color:var(--green-deep);text-decoration:none}
.featured .who{font-size:1.08rem;color:var(--ink);margin:0 0 1rem;max-width:60ch}
.featured .disclosure{color:var(--muted);font-size:.92rem;line-height:1.55;margin:.5rem 0 0;max-width:66ch}
.featured .featured-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.1rem 0 .3rem}

/* form */
.callback{background:var(--ink);color:#fff;border-radius:26px;padding:clamp(1.8rem,4vw,3rem);display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.6rem,4vw,3rem);align-items:start}
.callback h2{color:#fff;font-size:clamp(1.7rem,3vw,2.3rem);margin:0 0 .7rem}
.callback .intro{color:rgba(255,255,255,.75);margin:0;font-size:1.05rem;max-width:40ch}
.form-fields .field{margin:0 0 1rem}
.form-fields label{display:block;font-weight:600;font-size:.92rem;margin:0 0 .35rem;color:rgba(255,255,255,.9)}
.form-fields input,.form-fields select{width:100%;font:inherit;font-size:1.02rem;padding:.85rem .9rem;border-radius:12px;border:1.5px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);color:#fff}
.form-fields input::placeholder{color:rgba(255,255,255,.5)}
.form-fields input:focus,.form-fields select:focus{outline:2px solid var(--honey);outline-offset:1px;border-color:transparent}
.form-fields select option{color:#111}
.form-fields .two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-fields button{width:100%;margin-top:.4rem}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-note{color:rgba(255,255,255,.6);font-size:.88rem;margin:.9rem 0 0}
.form-status{min-height:1.3em;font-weight:600;margin:.6rem 0 0}

/* footer */
.site-foot{background:var(--sand);margin-top:clamp(3rem,7vw,5rem);padding:clamp(2.4rem,5vw,3.4rem) 0}
.site-foot .cols{display:flex;flex-wrap:wrap;gap:1.2rem 2.4rem;align-items:center;margin:0 0 1.4rem}
.site-foot a{color:var(--ink);text-decoration:none;font-weight:500}
.site-foot a:hover{color:var(--green)}
.site-foot .fine{color:var(--muted);font-size:.9rem;max-width:70ch;margin:0}

@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr}
  .hero-photo{order:-1}
  .hero-photo img{height:clamp(260px,60vw,380px)}
  .band .wrap{grid-template-columns:1fr}
  .lead-piece{grid-template-columns:1fr}
  .lead-piece img{min-height:200px}
  .pieces{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .split img{order:-1}
  .callback{grid-template-columns:1fr}
  .site-nav{gap:.6rem;margin-left:auto}
  .site-nav a:not(.call){display:none}
  .site-head .wrap{gap:.6rem}
  .mark{min-width:0}
  .mark b{font-size:.98rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-nav .call{font-size:.9rem;padding:.55rem .8rem;white-space:nowrap;flex:0 0 auto}
  .hero-cta{width:100%;flex-direction:column;align-items:stretch}
  .hero-cta .btn{width:100%;justify-content:center}
  .band .fact p, .band .fact h3{overflow-wrap:break-word}
  .hero, .band, .section, .callback, .site-head, .site-foot{overflow-x:clip}
}
@media (prefers-reduced-motion:reduce){*{transition:none!important}}
