/* Shared styles for supporting pages */
:root{
  --coral:#D67864;
  --coral-deep:#B85A46;
  --coral-soft:#F4D5CC;
  --coral-bg:#FBEFE9;
  --espresso:#2A1F1B;
  --espresso-soft:#3F312B;
  --cream:#FBF5EE;
  --cream-dark:#F3E9DC;
  --ink:#1C1512;
  --muted:#6B5951;
  --line:#E8D9CD;
  --font-display:"Fraunces", "Georgia", serif;
  --font-body:"Manrope", system-ui, sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.7;font-size:17px;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--coral-deep);text-decoration:underline}
a:hover{color:var(--espresso)}

.disclosure-bar{background:var(--espresso);color:var(--cream);font-size:13px;padding:10px 20px;text-align:center;line-height:1.5}
.disclosure-bar a{color:var(--coral-soft)}

.site-header{background:rgba(251,245,238,.92);backdrop-filter:blur(6px);border-bottom:1px solid var(--line);padding:16px 20px;position:sticky;top:0;z-index:50}
.header-inner{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}
.logo{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:700;font-size:22px;color:var(--espresso);text-decoration:none}
.logo-mark{width:36px;height:36px;border-radius:9px;background:var(--coral);display:grid;place-items:center;color:#fff;font-weight:800;font-family:var(--font-display)}
.header-cta{background:var(--coral-deep);color:#fff;padding:10px 18px;border-radius:999px;font-weight:700;font-size:14px;text-decoration:none;white-space:nowrap}
.header-cta:hover{background:var(--espresso);color:#fff}

.article-body{max-width:760px;margin:0 auto;padding:56px 20px 80px}
.article-header{margin-bottom:40px;padding-bottom:28px;border-bottom:1px solid var(--line)}
.crumbs{font-size:13px;color:var(--muted);margin-bottom:16px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.crumbs a{color:var(--coral-deep);text-decoration:none}
.article-body h1{font-family:var(--font-display);font-weight:700;font-size:clamp(32px,5vw,48px);line-height:1.1;letter-spacing:-.02em;color:var(--espresso);margin-bottom:16px}
.article-body .lede{font-size:20px;color:var(--espresso-soft);line-height:1.5;margin-bottom:12px}
.article-body .meta{font-size:13px;color:var(--muted);font-weight:600}
.article-body h2{font-family:var(--font-display);font-weight:700;font-size:28px;line-height:1.25;color:var(--espresso);margin:40px 0 14px}
.article-body h3{font-family:var(--font-display);font-weight:600;font-size:21px;color:var(--espresso);margin:28px 0 10px}
.article-body p{margin-bottom:18px;color:var(--espresso-soft)}
.article-body p strong{color:var(--espresso)}
.article-body ul, .article-body ol{padding-left:24px;margin-bottom:20px;color:var(--espresso-soft)}
.article-body ul li, .article-body ol li{margin-bottom:10px}
.article-body a{color:var(--coral-deep)}
.article-body figure{margin:28px 0}

.cta-box{background:var(--coral-bg);border:1px solid var(--coral-soft);border-radius:18px;padding:32px;text-align:center;margin:40px 0 0}
.cta-box h3{font-family:var(--font-display);font-size:24px;color:var(--espresso);margin-bottom:10px}
.cta-box p{color:var(--espresso-soft);margin-bottom:20px}
.btn-primary{display:inline-block;background:var(--coral-deep);color:#fff;padding:14px 28px;border-radius:999px;font-weight:800;text-decoration:none;box-shadow:0 10px 24px -8px rgba(184,90,70,.55);transition:transform .2s,background .2s}
.btn-primary:hover{transform:translateY(-2px);background:var(--espresso);color:#fff}

.site-footer{background:#1C1512;color:#A89890;padding:48px 20px 24px;font-size:14px;margin-top:60px}
.footer-inner{max-width:1160px;margin:0 auto}
.footer-disclaimer{background:rgba(0,0,0,.3);padding:20px;border-radius:12px;font-size:12px;line-height:1.6;margin-bottom:24px;color:#847569}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#766760}
.footer-bottom a{color:#A89890;text-decoration:none}
.footer-bottom a:hover{color:var(--coral)}
</style>
