/* Mum — shared stylesheet for content pages (About, the thinking behind Mum,
   notes/articles). Mirrors the landing page's design tokens so everything
   feels like one warm, calm place. Self-hosted fonts, no third-party requests.
   Premium through discipline — space, hierarchy, restraint — not ornament. */
@font-face{font-family:"Fraunces";font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/fraunces.woff2") format("woff2");}
@font-face{font-family:"Fraunces";font-style:italic;font-weight:400 700;font-display:swap;src:url("fonts/fraunces-italic.woff2") format("woff2");}
@font-face{font-family:"Inter";font-style:normal;font-weight:400 700;font-display:swap;src:url("fonts/inter.woff2") format("woff2");}

:root{
  --terra:#D85A30; --terra-d:#A8552F; --cream:#FBF1EC; --sand:#F5F1E8; --paper:#FFFDF9;
  --line:#E7E1D4; --ink:#372F2A; --mute:#6E675D;
  --green:#5E7A4F; --danger:#9A3434; --dangerbg:#FCECEC;
  --font-display:"Fraunces", Georgia, serif;
  --font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --shadow-card:0 1px 2px rgba(58,50,46,.05), 0 6px 18px rgba(58,50,46,.06);
  --shadow-soft:0 1px 2px rgba(58,50,46,.04), 0 18px 44px rgba(58,50,46,.09);
}
*{ box-sizing:border-box; }
::selection{ background:rgba(216,90,48,.18); }
html{ scroll-behavior:smooth; }
body{ margin:0; font-family:var(--font-body); color:var(--ink); background:#F2ECE3;
  background-image:radial-gradient(1100px 560px at 50% -160px, #FBF4E9 0%, rgba(251,244,233,0) 70%),
                   radial-gradient(800px 600px at 94% 24%, rgba(216,90,48,.06) 0%, rgba(216,90,48,0) 60%),
                   radial-gradient(700px 700px at 4% 70%, rgba(94,122,79,.05) 0%, rgba(94,122,79,0) 60%);
  -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility; }
.wrap{ max-width:780px; margin:0 auto; padding:0 22px; }
a{ color:var(--terra-d); }

a:focus-visible, button:focus-visible{ outline:3px solid var(--terra-d); outline-offset:3px; border-radius:6px; }
.skip{ position:absolute; left:-9999px; top:8px; background:var(--terra-d); color:#fff; padding:10px 16px; border-radius:10px; z-index:100; font-weight:600; font-size:14px; text-decoration:none; }
.skip:focus{ left:12px; }

/* Header */
header{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:20px 0 0; }
.brandlock{ display:flex; align-items:center; gap:11px; text-decoration:none; color:inherit; }
.brandlock img{ width:42px; height:42px; border-radius:11px; box-shadow:0 2px 6px rgba(58,50,46,.14); }
.wordmark{ font-family:var(--font-display); font-size:23px; font-weight:600; letter-spacing:-.01em; }
.wordmark span{ display:block; font-family:var(--font-body); font-size:10.5px; font-weight:500; color:var(--mute); letter-spacing:.04em; margin-top:2px; }
.topnav{ display:flex; gap:20px; align-items:center; }
.topnav a{ font-size:13.5px; font-weight:500; color:#5C544C; text-decoration:none; }
.topnav a:hover{ color:var(--terra-d); }
@media (max-width:680px){ .topnav a:not(.cta){ display:none; } }
.cta{ display:inline-block; background:linear-gradient(180deg,#E06438 0%, var(--terra) 55%, #CD5128 100%); color:#fff !important; text-decoration:none;
  font-weight:600; font-size:14px; padding:12px 22px; border-radius:13px;
  box-shadow:0 6px 16px rgba(216,90,48,.28), inset 0 1px 0 rgba(255,255,255,.25); transition:transform .15s ease, filter .15s ease; }
.cta:hover{ transform:translateY(-1px); filter:brightness(1.05); }
.cta.big{ font-size:16px; padding:15px 30px; border-radius:15px; }

/* ---- Article reading surface: a calm paper card on the warm ground ---- */
main{ padding:18px 0 44px; }
.prose{ background:var(--paper); border:1px solid rgba(58,50,46,.05); border-radius:24px;
  padding:46px 52px 44px; box-shadow:var(--shadow-soft); }
@media (max-width:680px){ .prose{ padding:30px 22px 30px; border-radius:18px; } }

/* Breadcrumb / kicker */
.kicker{ font-size:12px; color:var(--terra-d); font-weight:700; letter-spacing:.09em; text-transform:uppercase; margin:0 0 14px; }
.kicker a{ color:var(--terra-d); text-decoration:none; }
.kicker a:hover{ text-decoration:underline; text-underline-offset:3px; }

/* Headings */
.prose h1{ font-family:var(--font-display); font-size:clamp(33px, 5vw, 47px); font-weight:600; letter-spacing:-.016em; line-height:1.1; margin:0 0 16px; color:var(--ink); text-wrap:balance; }
.prose h2{ font-family:var(--font-display); font-size:clamp(22px, 3.1vw, 28px); font-weight:600; letter-spacing:-.01em; line-height:1.22; color:var(--ink);
  margin:46px 0 13px; padding-top:4px; text-wrap:balance; }
.prose h2::before{ content:""; display:block; width:34px; height:3px; border-radius:2px; background:rgba(216,90,48,.34); margin:0 0 16px; }
.prose h3{ font-family:var(--font-display); font-size:19px; font-weight:600; margin:0 0 10px; color:var(--ink); text-wrap:balance; }

/* The article meta line under the H1 (read time · section) */
.articlemeta{ display:flex; align-items:center; gap:9px; flex-wrap:wrap; font-size:13px; color:var(--mute);
  margin:0 0 26px; padding-bottom:22px; border-bottom:1px solid var(--line); letter-spacing:.01em; }
.articlemeta .dot{ width:3px; height:3px; border-radius:50%; background:#CDBFA8; display:inline-block; }
.articlemeta b{ color:var(--terra-d); font-weight:600; }

/* The standfirst / lede */
.prose .lede{ font-family:var(--font-body); font-size:19.5px; line-height:1.64; color:#433C35; margin:0 0 26px; font-weight:400; text-wrap:pretty; max-width:64ch; }

/* Body */
.prose p{ font-size:17px; line-height:1.75; color:#4A433C; margin:0 0 17px; max-width:66ch; text-wrap:pretty; }
.prose ul{ font-size:17px; line-height:1.7; color:#4A433C; margin:2px 0 18px; padding-left:4px; list-style:none; max-width:66ch; }
.prose li{ position:relative; padding-left:26px; margin:0 0 11px; }
.prose li::before{ content:""; position:absolute; left:6px; top:.72em; width:7px; height:7px; border-radius:50%;
  background:rgba(216,90,48,.55); box-shadow:0 0 0 3px rgba(216,90,48,.10); }
.prose a{ color:var(--terra-d); font-weight:500; text-decoration:underline; text-decoration-color:rgba(168,85,47,.32); text-underline-offset:3px; transition:text-decoration-color .15s ease; }
.prose a:hover{ text-decoration-color:var(--terra-d); }
.prose strong, .prose b{ color:var(--ink); font-weight:600; }
.prose em{ color:#3a332d; }
.fine{ font-size:12.5px; color:var(--mute); margin-top:14px; line-height:1.6; }
.prose hr{ border:none; border-top:1px solid var(--line); margin:34px 0 18px; }

/* Pull-quote (available for editorial emphasis) */
.prose blockquote{ font-family:var(--font-display); font-size:21px; line-height:1.45; font-style:italic; color:var(--terra-d);
  margin:24px 0; padding:4px 0 4px 22px; border-left:3px solid rgba(216,90,48,.4); }
.prose blockquote p{ font-size:inherit; color:inherit; margin:0; max-width:none; }

/* Soft supportive callout (the "Mum helps" / safety-note boxes) */
.callout{ background:var(--cream); border:1px solid rgba(216,90,48,.16); border-left:4px solid var(--terra); border-radius:14px;
  padding:18px 22px; margin:22px 0; }
.callout p{ margin:0; font-size:15.5px; line-height:1.6; color:#4a3f38; max-width:none; }

/* "Is / isn't" two-column (About page) */
.twocol{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:10px 0 18px; }
@media (max-width:680px){ .twocol{ grid-template-columns:1fr; } }
.card{ background:var(--paper); border:1px solid rgba(58,50,46,.06); border-radius:18px; padding:22px; box-shadow:var(--shadow-card); }
.card h3{ margin-top:0; }
.card ul{ font-size:14.5px; line-height:1.6; margin:0; }
.card li{ margin:0 0 8px; padding-left:24px; }
.card li::before{ top:.62em; }
.card.crisis{ background:var(--dangerbg); border-color:rgba(154,52,52,.2); border-left:4px solid var(--danger); margin:24px 0 0; }
.card.crisis h3{ color:var(--danger); }
.card.crisis li::before{ background:rgba(154,52,52,.6); box-shadow:0 0 0 3px rgba(154,52,52,.10); }
.cnote{ font-size:14.5px !important; line-height:1.65 !important; margin:12px 0 0 !important; color:#6b4a4a; max-width:none !important; }

/* "Keep reading" — topically related notes (internal linking + dwell) */
.related{ margin:40px 0 4px; padding-top:30px; border-top:1px solid var(--line); }
.related h4{ font-family:var(--font-body); font-size:12px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--mute); margin:0 0 16px; }
.relgrid{ display:grid; grid-template-columns:1fr 1fr; gap:13px; }
@media (max-width:680px){ .relgrid{ grid-template-columns:1fr; } }
.relcard{ display:flex; flex-direction:column; justify-content:space-between; gap:9px; background:var(--sand); border:1px solid var(--line); border-radius:15px;
  padding:17px 19px; text-decoration:none; color:var(--ink); transition:transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease; }
.relcard:hover{ transform:translateY(-2px); background:var(--paper); border-color:rgba(216,90,48,.22); box-shadow:var(--shadow-card); }
.relcard b{ font-family:var(--font-display); font-weight:600; font-size:16px; line-height:1.28; color:var(--ink); }
.relcard .go{ font-size:13px; font-weight:600; color:var(--terra-d); }
.relcard:hover .go{ text-decoration:underline; text-underline-offset:3px; }
@media (prefers-reduced-motion: reduce){ .relcard{ transition:none; } }

/* Footer */
footer{ border-top:1px solid var(--line); margin-top:42px; padding:38px 0 64px; background:rgba(255,253,249,.5); }
.foot{ display:grid; grid-template-columns:2fr 1fr 1fr; gap:26px; }
@media (max-width:680px){ .foot{ grid-template-columns:1fr; gap:20px; } }
.foot p{ font-size:13.5px; line-height:1.6; color:var(--mute); margin:8px 0 0; max-width:42ch; }
.foot h4{ font-size:13px; font-weight:700; color:var(--ink); margin:0 0 10px; letter-spacing:.02em; }
.foot a{ display:block; font-size:13.5px; color:#5C544C; text-decoration:none; margin:0 0 8px; }
.foot a:hover{ color:var(--terra-d); }
.legal{ font-size:12px; line-height:1.6; color:var(--mute); margin:26px auto 0; }

@media (prefers-reduced-motion: reduce){ html{ scroll-behavior:auto; } .cta{ transition:none; } .prose a{ transition:none; } }
