: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;
}
#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 — same DNA as the About pages: real title as H1, excerpt as a small lead line */
.ch-hero{position:relative;overflow:hidden;padding:100px 0 40px}
.ch-hero .dawn{position:absolute;left:0;right:0;top:0;height:100%;z-index:1;overflow:hidden;pointer-events:none}
.ch-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%)}
.ch-hero .wrap{position:relative;z-index:2;max-width:760px}
.ch-hero .kicker{font-family:var(--serif);font-style:italic;color:var(--gold-ink);font-size:1.05rem;margin-bottom:.5em}
.ch-hero .eyebrow{margin-bottom:.5em}
.ch-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}
.ch-hero .lead p{max-width:52ch;font-size:1.2rem;color:#3a4356}
.ch-hero .hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}

/* light / stone sections, one per Heading 2 */
.ch-section{padding:64px 0}
.ch-hero + .ch-section{padding-top:30px}
.ch-section .wrap{max-width:820px}
.ch-section.has-grid .wrap{max-width:1180px}
.ch-section.stone{background:var(--paper-2)}
.ch-section .eyebrow{margin-bottom:24px}
.ch-body h3{font-family:var(--serif);font-weight:400;color:var(--ink);font-size:clamp(1.4rem,3vw,1.9rem);line-height:1.15;letter-spacing:-.012em;margin:0 0 .5em}
.ch-body p{font-size:1.08rem;color:#46506a;max-width:64ch;margin-bottom:1em}
.ch-body p:last-child{margin-bottom:0}
.ch-body a{color:var(--gold-ink)}
.ch-body ul,.ch-body ol{color:#46506a;font-size:1.08rem;max-width:64ch;margin:0 0 1em 1.2em}

/* video grid (wp:columns + wp:embed inside a section) */
.ch-body .wp-block-columns{display:flex;gap:22px;flex-wrap:wrap;margin:1.4em 0 .4em}
.ch-body .wp-block-column{flex:1 1 240px}
.ch-body .wp-block-embed{margin:0 0 1em}
.ch-body .wp-block-embed__wrapper{border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(12,23,38,.12)}
.ch-body .wp-block-embed iframe{display:block;width:100%;aspect-ratio:16/9;height:auto;border:0}

/* podcast player card */
.ch-body .wp-block-jetpack-podcast-player{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 10px 30px rgba(12,23,38,.08)}

/* buttons + closing cta band */
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.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 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}
.cta .cta-row{justify-content:center}
.cta .btn-ghost{border-color:rgba(245,241,232,.4);color:var(--paper)}

@media(max-width:640px){
  .ch-body .wp-block-columns{flex-direction:column}
}
