:root{
  --ink:#15263F;--night:#0C1726;--gold:#C0883A;--gold-soft:#E0B062;--gold-ink:#8C5A14;
  --paper:#F5F1E8;--paper-2:#ECE5D6;--line:rgba(21,38,63,.13);--sage:#566B53;
  --serif:"Fraunces",Georgia,serif;--sans:"Anteb","Nunito Sans",system-ui,sans-serif;
  --display:"Alternate Gothic No3 D","Oswald",sans-serif;
  --urgent:#B3312C;--urgent-deep:#8F231F;
}
#main{background:var(--paper)}
.eyebrow{font-family:var(--display);text-transform:uppercase;letter-spacing:.2em;color:var(--gold-ink);font-size:.98rem;font-weight:600;display:block}

/* hero */
.sup-hero{position:relative;overflow:hidden;padding:100px 0 40px}
.sup-hero .dawn{position:absolute;left:0;right:0;top:0;height:100%;z-index:1;overflow:hidden;pointer-events:none}
.sup-hero .dawn::after{content:"";position:absolute;left:50%;top:-120%;transform:translateX(-50%);width:900px;height:900px;border-radius:50%;background:radial-gradient(circle,rgba(224,176,98,.16),transparent 60%)}
.sup-hero .wrap{position:relative;z-index:2;max-width:760px}
.sup-hero .kicker{font-family:var(--serif);font-style:italic;color:var(--gold-ink);font-size:1.05rem;margin-bottom:.5em}
.sup-hero .eyebrow{margin-bottom:.5em}
.sup-hero h1{font-family:var(--serif);font-weight:400;color:var(--ink);font-size:clamp(2.6rem,6vw,4rem);line-height:1.05;letter-spacing:-.014em;margin:.05em 0 .3em}
.sup-hero .lead p{max-width:56ch;font-size:1.2rem;color:#3a4356}

/* sections */
.sup-section{padding:50px 0}
.sup-hero + .sup-section{padding-top:6px}
.sup-section.top{padding-top:6px;padding-bottom:6px}
.sup-section .wrap{max-width:960px}
.sup-section.stone{background:var(--paper-2)}
.sup-section .eyebrow{margin-bottom:22px}

/* intro, elevated into a proper feature band */
.sup-feature{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;background:linear-gradient(135deg,var(--ink),var(--night));border-radius:22px;padding:34px 38px}
.sup-feature::after{content:"";position:absolute;left:50%;bottom:-40%;transform:translateX(-50%);width:90%;height:80%;background:radial-gradient(ellipse at 50% 100%,rgba(192,136,58,.28),transparent 65%);pointer-events:none}
.sup-feature-ic{position:relative;z-index:2;width:40px;height:40px;color:var(--gold-soft);flex:0 0 auto}
.sup-feature-body{position:relative;z-index:2}
.sup-feature-body p{font-size:1.1rem;color:rgba(245,241,232,.82);line-height:1.6;max-width:60ch;margin-bottom:.6em}
.sup-feature-body p:first-child{font-family:var(--serif);font-size:1.28rem;color:#fff;line-height:1.35}
.sup-feature-body p:last-child{margin-bottom:0;font-size:.98rem;color:rgba(245,241,232,.65)}
.sup-feature .btn-ghost{position:relative;z-index:2;flex:0 0 auto;border-color:rgba(245,241,232,.4);color:var(--paper);background:transparent}

/* category headings — real, prominent headings with an icon, not a small eyebrow */
.sup-cat-head{display:flex;align-items:center;gap:14px;margin-bottom:26px}
.sup-cat-ic{width:30px;height:30px;color:var(--gold);flex:0 0 auto;background:rgba(192,136,58,.12);border-radius:50%;padding:7px;box-sizing:border-box}
.sup-cat-head h2{font-family:var(--serif);font-weight:400;color:var(--ink);font-size:clamp(1.5rem,3vw,1.9rem);line-height:1.2;margin:0}

/* emergency banner */
.sup-emergency{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;background:linear-gradient(135deg,var(--urgent),var(--urgent-deep));border-radius:20px;padding:28px 32px;color:#fff}
.sup-emergency .tag{display:inline-block;font-family:var(--display);text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:700;color:rgba(255,255,255,.8);margin-bottom:.4em}
.sup-emergency h2{font-family:var(--serif);font-weight:400;color:#fff;font-size:clamp(1.4rem,3vw,1.9rem);line-height:1.2;margin:0}
.sup-emergency .btn-gold{background:#fff;color:var(--urgent-deep);flex:0 0 auto}

/* resource entries */
.sup-list{display:flex;flex-direction:column;gap:18px}
.sup-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px 28px;display:grid;grid-template-columns:110px 1fr;gap:24px;align-items:start}
.sup-card.no-image{grid-template-columns:1fr}
.sup-ph{width:110px;height:110px;border-radius:14px;background-color:var(--paper-2);background-size:cover;background-position:center;border:1px solid var(--line)}
.sup-body h3{font-family:var(--serif);font-weight:400;color:var(--ink);font-size:1.32rem;line-height:1.18;margin:0 0 .25em}
.sup-body h4{font-family:var(--display);text-transform:uppercase;letter-spacing:.08em;color:var(--gold-ink);font-size:.82rem;font-weight:600;margin:.9em 0 .3em}
.sup-body h4:first-child{margin-top:0}
.sup-body p{color:#46506a;font-size:1rem;line-height:1.58;max-width:64ch;margin:0 0 .7em}
.sup-body p:last-child{margin-bottom:0}
.sup-body a{color:var(--gold-ink)}
.sup-body strong{color:var(--ink)}
.sup-body .wp-block-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-top:.8em}
.sup-body .wp-block-button__link{display:inline-block;background:var(--gold);color:#fff;border-radius:32px;padding:10px 20px;font-size:.92rem;font-weight:600;text-decoration:none}

/* buttons + closing cta */
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.cta .cta-row{justify-content:center}
.btn{display:inline-block;border-radius:32px;padding:13px 24px;font-weight:600;text-decoration:none}
.btn-gold{background:var(--gold);color:#fff}
.btn-ghost{border:1px solid rgba(21,38,63,.28);color:var(--ink)}
.btn .ar{margin-left:.3em}
.cta{position:relative;overflow:hidden;background:var(--night);color:var(--paper);text-align:center;padding:84px 0}
.cta .floor{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:130%;height:60%;background:radial-gradient(ellipse at 50% 100%,rgba(192,136,58,.4),transparent 62%);pointer-events:none}
.cta .wrap{position:relative;z-index:2;max-width:640px}
.cta .eyebrow{color:var(--gold-soft)}
.cta .btn-ghost{border-color:rgba(245,241,232,.4);color:var(--paper)}
.cta h2{font-family:var(--serif);font-weight:400;color:var(--paper);font-size:clamp(2rem,4vw,2.7rem);margin:.25em 0 .4em}
.cta p{color:rgba(245,241,232,.8);max-width:44ch;margin:0 auto 1.5em}

@media(max-width:640px){
  .sup-card{grid-template-columns:1fr;text-align:left}
  .sup-ph{width:100%;height:180px}
  .sup-emergency{flex-direction:column;align-items:flex-start}
  .sup-feature{grid-template-columns:1fr;text-align:left}
}
