/* ============================================================
   Global Outreach Event — modern shell (rebuild of the 2013 ET-710 site)
   One stylesheet drives every converted page. Faithful to the original
   information architecture (masthead + nav + content + footer), modernized:
   responsive, semantic, no Flash, no table layout.
   ============================================================ */
:root{
  --ink:#1c1a17; --ink-soft:#5d564b; --paper:#fbfaf7; --panel:#fff;
  --line:#e4ddcf; --stage:#141019; --gold:#c79a3e; --gold-bright:#e9c97a; --red:#8a1f24;
  --serif:Georgia,"Times New Roman",serif; --sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.6;font-size:17px}
img{max-width:100%;height:auto}
a{color:var(--red)}

/* Masthead */
.masthead{background:var(--stage);color:#f3ead4;border-bottom:3px solid var(--gold)}
.masthead .bar{max-width:1040px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.masthead img{height:64px;width:auto}
.phone{font-family:var(--serif);font-size:1.15rem;color:#f3ead4;white-space:nowrap}
.phone a{color:#f3ead4;text-decoration:none}

/* Primary nav */
.nav{background:#211a2b}
.nav ul{max-width:1040px;margin:0 auto;padding:0 10px;list-style:none;display:flex;flex-wrap:wrap;gap:2px}
.nav a{display:block;padding:11px 15px;color:#e8dcc2;text-decoration:none;font-size:.95rem;letter-spacing:.02em}
.nav a:hover,.nav a[aria-current="page"]{background:var(--gold);color:#241a06}

/* Content */
main{max-width:1040px;margin:0 auto;padding:28px 18px 50px}
main h1,main h2,main h3,main h4{font-family:var(--serif);line-height:1.2;color:#241d15}
main h1{font-size:2rem;margin:1.4rem 0 .6rem}
main h2{font-size:1.6rem;color:var(--red)}
main h3{font-size:1.25rem}
.flex-video{margin:1.2rem 0}
.flex-video video{width:100%;height:auto;border-radius:6px;background:#000}
audio{width:100%;max-width:480px}
.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px;margin:1rem 0}

/* PayPal / support */
.support{border-top:1px solid var(--line);margin-top:2rem;padding-top:1.2rem}

/* Footer */
footer{background:var(--stage);color:#cdbfa0;border-top:3px solid var(--gold)}
footer .wrap{max-width:1040px;margin:0 auto;padding:22px 18px;text-align:center;font-size:.9rem;line-height:1.9}
footer a{color:#e8dcc2;text-decoration:none}
footer a:hover{text-decoration:underline}
footer .copy{margin-top:.6rem;color:#9c8f76;font-size:.82rem}

@media (max-width:640px){
  .masthead .bar{justify-content:center;text-align:center}
  main h1{font-size:1.6rem}
}
