
:root{
  --navy:#071525;--navy-2:#0d2238;--gold:#d9a441;--gold-2:#efc56b;
  --ink:#0b1d33;--muted:#5d6977;--white:#fff;--border:#e7dfd2;
  --shadow:0 16px 40px rgba(12,29,49,.08);--radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:#fff;padding:10px 14px;z-index:999}
.site-header{position:sticky;top:0;z-index:30;background:rgba(7,21,37,.97);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:28px}
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:#fff}
.brand img{width:64px;height:64px;object-fit:contain}.brand strong{display:block;font-family:Georgia,serif;color:var(--gold-2);font-size:1.75rem;letter-spacing:.12em}
.brand small{display:block;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:#f4f7fa}
.site-nav{display:flex;align-items:center;gap:32px}.site-nav a{text-decoration:none;color:#f5f7f9;font-weight:750;font-size:1rem}.site-nav a:hover{color:var(--gold-2)}
.nav-cta{border:2px solid var(--gold);padding:10px 18px;border-radius:999px}.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);padding:8px 12px;border-radius:10px}
.hero-v2{background:radial-gradient(circle at 77% 35%,rgba(217,164,65,.18),transparent 30%),linear-gradient(135deg,#071525 0%,#0d233b 60%,#071525 100%);color:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:64px;padding:100px 0 90px}
.eyebrow,.section-kicker{font-size:.78rem;font-weight:900;letter-spacing:.17em;text-transform:uppercase;color:var(--gold);margin:0 0 14px}
.hero-v2 h1,.section h2,.mission-v2 h2,.principles-v2 h2,.power-v2 h2{font-family:Georgia,"Times New Roman",serif;line-height:1.05;margin:0}
.hero-v2 h1{font-size:clamp(3.4rem,7vw,6.6rem);max-width:780px}.lead{font-size:1.17rem;max-width:720px;color:#d8e2eb;margin:28px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;font-weight:850;text-decoration:none;transition:.2s ease}
.btn:hover{transform:translateY(-2px)}.btn-gold{background:linear-gradient(135deg,var(--gold-2),var(--gold));color:#142033;box-shadow:0 10px 30px rgba(217,164,65,.22)}
.btn-outline{border:1px solid rgba(255,255,255,.4);color:#fff;background:rgba(255,255,255,.04)}.full{width:100%}.motto{display:flex;flex-wrap:wrap;gap:10px 24px;margin-top:34px;color:var(--gold-2);font-family:Georgia,serif;font-size:1.12rem}
.hero-mark{display:flex;justify-content:center}.hero-mark img{width:min(550px,100%);filter:drop-shadow(0 28px 34px rgba(0,0,0,.38))}
.bridge-band{background:linear-gradient(90deg,#d7a12e,#efbe46,#d7a12e);color:#0a1a2c}.bridge-inner{min-height:104px;display:flex;align-items:center;justify-content:flex-start;gap:24px}
.bridge-inner strong{font-family:Georgia,serif;font-size:2rem}.bridge-inner span{font-weight:700;font-size:1.02rem}
.section{padding:96px 0}.section-light{background:#fffdf9}.two-col{display:grid;grid-template-columns:.86fr 1.14fr;gap:72px;align-items:start}
.section h2,.principles-v2 h2,.power-v2 h2{font-size:clamp(2.3rem,4vw,4.4rem)}.prose p,.cta-grid p,.contact-note p{font-size:1.08rem;color:#445365}.prose p:first-child{margin-top:0}
.mission-v2{background:var(--navy);color:#fff;padding:96px 0 0}.section-kicker.gold{color:var(--gold-2)}.mission-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:start}
.mission-headline h2{font-size:clamp(2.8rem,5vw,5.3rem);margin-bottom:22px;max-width:650px}
.mission-copy{padding-top:48px}.mission-copy p{font-size:1.25rem;line-height:1.85;color:#e3e9ef;margin:0 0 30px}
.mission-pillars{margin-top:80px;background:#fbfaf7;color:var(--ink);border-top:3px solid var(--gold)}.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.pillar-grid article{padding:34px 28px;text-align:center;border-right:1px solid #d8d2c7}.pillar-grid article:last-child{border-right:none}.pillar-icon{font-size:2.2rem;color:var(--navy);margin-bottom:12px}
.pillar-grid h3{text-transform:uppercase;font-size:.98rem;letter-spacing:.05em;margin:0 0 10px}.pillar-grid p{color:#536170;margin:0;font-size:.95rem}
.principles-v2{padding:96px 0;background:#fffdf9}.principles-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;margin-top:44px}.principles-cards .card{grid-column:span 2}
.principles-cards .card:nth-child(4){grid-column:2/span 2}.principles-cards .card:nth-child(5){grid-column:4/span 2}
.card{padding:28px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;box-shadow:var(--shadow)}.card .icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#ffc130;font-weight:900}
.card h3{font-family:Georgia,serif;font-size:1.65rem;margin:18px 0 8px}.card p{margin:0;color:#47576a}
.power-v2{padding:92px 0;background:linear-gradient(135deg,#fbf6ee,#fff 60%)}.power-v2-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}
.power-word{display:flex;flex-direction:column;line-height:.88}.power-word span{font-family:Georgia,serif;font-size:clamp(4.2rem,8vw,7.6rem);color:transparent;-webkit-text-stroke:2px var(--gold);letter-spacing:.01em}
.power-copy h2{font-size:clamp(2.7rem,4.7vw,4.8rem)}.power-copy p:last-child{font-size:1.08rem;color:#46566a;max-width:680px}
.section-gold-edge{background:#fbfaf7;border-top:5px solid var(--gold)}.cta-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:56px;align-items:center}
.cta-panel{background:var(--navy);color:#fff;padding:34px;border-radius:var(--radius);box-shadow:0 22px 60px rgba(0,0,0,.18)}.cta-panel h3{font-family:Georgia,serif;font-size:1.9rem;margin-top:0}.cta-panel p{color:#dce4eb}
.small-note{font-size:.9rem!important;margin-bottom:0}.contact-section{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact-grid a{color:var(--navy);font-weight:800}
.contact-note{border-left:3px solid var(--gold);padding-left:24px}.contact-note strong{font-family:Georgia,serif;font-size:1.4rem;color:var(--navy)}
.site-footer{background:#06111d;color:#cbd6df;padding:26px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:800}.footer-brand img{width:44px;height:44px;object-fit:contain}.footer-copy{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end;font-size:.88rem}
@media(max-width:950px){.hero-grid,.two-col,.mission-grid,.power-v2-grid,.cta-grid,.contact-grid{grid-template-columns:1fr}.hero-mark{order:-1}.hero-mark img{width:min(390px,80vw)}.pillar-grid{grid-template-columns:1fr 1fr}.pillar-grid article:nth-child(2){border-right:none}.pillar-grid article{border-bottom:1px solid #d8d2c7}.principles-cards{grid-template-columns:1fr 1fr}.principles-cards .card,.principles-cards .card:nth-child(4),.principles-cards .card:nth-child(5){grid-column:auto}.site-nav{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:#0b1c2f;border:1px solid rgba(255,255,255,.1);border-radius:16px}.site-nav.open{display:flex}.site-nav a{padding:12px}.menu-toggle{display:block}}
@media(max-width:640px){.wrap{width:min(100% - 28px,1180px)}.hero-grid{padding:72px 0 64px}.brand small{display:none}.brand img{width:52px;height:52px}.hero-v2 h1{font-size:3rem}.bridge-inner{flex-direction:column;align-items:flex-start;gap:4px;padding:18px 0}.pillar-grid,.principles-cards{grid-template-columns:1fr}.pillar-grid article{border-right:none}.power-word span{font-size:3.5rem}.footer-inner{flex-direction:column;align-items:flex-start}.footer-copy{justify-content:flex-start}}

/* V2.1 logo correction: transparent crest, no image box/border */
.brand img,.hero-mark img,.footer-brand img{background:transparent!important;border:0!important;box-shadow:none!important;}

/* V2.1 final logo treatment */
.brand img,.hero-mark img,.footer-brand img{
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}

/* V2.1.1 crest clipping correction */
.brand,.hero-mark,.footer-brand{overflow:visible!important;}
.brand img,.hero-mark img,.footer-brand img{
  object-fit:contain!important;
  overflow:visible!important;
  clip-path:none!important;
}
.hero-mark{padding-bottom:24px;}

/* V2.1 Stronger Together approved phone-layout update */
.power-v2{padding:0;background:#f8f2e7;color:var(--navy)}
.stronger-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:88px 0 82px;align-items:center}
.stronger-left,.stronger-right{min-width:0}
.power-word{display:flex;flex-direction:column;line-height:.86}
.power-word span{font-family:Georgia,serif;font-size:clamp(4.6rem,8vw,7.8rem);font-weight:800;color:transparent;-webkit-text-stroke:2px var(--gold);letter-spacing:-.025em}
.star-divider,.mini-divider{display:flex;align-items:center;gap:12px;margin:28px 0 22px;color:var(--gold)}
.star-divider span,.mini-divider span{height:1px;background:var(--gold);flex:1}.star-divider b,.mini-divider b{font-size:.8rem}
.power-tag{font-weight:900;letter-spacing:.03em;font-size:1.28rem;line-height:1.45}.power-tag em{font-style:normal;color:var(--gold)}
.voice-head{font-family:Georgia,serif;font-size:clamp(3.5rem,6vw,6rem)!important;line-height:.92!important;color:var(--navy);margin:0!important}
.together-head{font-family:Georgia,serif;font-size:clamp(2.8rem,5vw,5rem);line-height:.95;color:var(--gold);margin:0}
.ignore-head{font-family:Georgia,serif;font-size:clamp(2rem,3.6vw,3.5rem);line-height:1;color:var(--navy);margin:0}
.stronger-right p{font-size:1.04rem;font-weight:650;line-height:1.65;margin-top:24px}
.mini-divider{max-width:430px;margin:22px 0}
.stronger-values{background:var(--navy);color:#fff;padding:52px 0 48px}
.stronger-banner{text-align:center;font-family:Georgia,serif}.stronger-banner div{font-size:clamp(1.3rem,2.4vw,2.25rem);color:var(--gold);font-weight:800}
.stronger-banner strong{display:block;font-size:clamp(2.1rem,4vw,4rem);line-height:1.1;margin-top:6px}
.star-divider.dark{max-width:500px;margin:22px auto 34px}
.value-five{display:grid;grid-template-columns:repeat(5,1fr)}
.value-five article{text-align:center;padding:8px 24px;border-right:1px solid rgba(217,164,65,.55)}
.value-five article:last-child{border-right:0}.value-symbol{color:var(--gold);font-size:2rem;height:48px}
.value-five h4{color:#fff;letter-spacing:.08em;margin:8px 0 8px}.value-five p{font-size:.92rem;line-height:1.5;color:#e3e9ef;margin:0}
.stronger-cta{background:#f8f2e7;padding:36px 0;text-align:center}.stronger-cta .wrap{display:flex;flex-direction:column;align-items:center;gap:18px}
.stronger-cta strong{font-size:1.12rem;letter-spacing:.08em}
@media(max-width:950px){.stronger-layout{grid-template-columns:1fr;gap:48px}.value-five{grid-template-columns:1fr 1fr}.value-five article{border-bottom:1px solid rgba(217,164,65,.35)}.value-five article:nth-child(even){border-right:0}.value-five article:last-child{grid-column:1/-1;border-right:0}}
@media(max-width:640px){.stronger-layout{padding:64px 0}.power-word span{font-size:3.55rem}.value-five{grid-template-columns:1fr}.value-five article{border-right:0;padding:22px 12px}.value-five article:last-child{grid-column:auto}}

/* V2.1 package lock: preserve the entire crest and lower ribbon */
.brand,.hero-mark,.footer-brand{overflow:visible!important;}
.brand img,.hero-mark img,.footer-brand img{
  display:block!important;
  width:auto;
  max-width:100%;
  height:auto;
  object-fit:contain!important;
  object-position:center!important;
  clip-path:none!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.brand img{width:64px;height:68px;}
.hero-mark img{width:min(550px,100%);height:auto!important;padding:0 0 18px;}
.footer-brand img{width:48px;height:52px;}
.stronger-right .voice-head{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.25rem,5.4vw,5.5rem)!important;
  line-height:.96!important;
  color:var(--navy)!important;
  text-transform:none;
  margin:0 0 18px!important;
}
.stronger-right .together-head{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.8rem,4.8vw,4.8rem);
  line-height:.98;
  color:var(--gold);
  text-transform:none;
  margin:0;
}


/* =========================================================
   V2.1.2 PATCH — Stronger Together desktop scale correction
   Goal: preserve the approved wording/layout while preventing
   the two headline blocks from colliding on normal laptops.
   ========================================================= */

#stronger-together .stronger-layout{
  grid-template-columns:minmax(0, 0.95fr) minmax(0, 1.05fr)!important;
  gap:clamp(34px,4vw,64px)!important;
  padding:72px 0 70px!important;
  align-items:center!important;
}

#stronger-together .stronger-left,
#stronger-together .stronger-right{
  min-width:0!important;
  width:100%!important;
}

#stronger-together .power-word{
  width:100%!important;
  max-width:100%!important;
  line-height:.88!important;
}

#stronger-together .power-word span{
  font-size:clamp(3.6rem,5.9vw,6.1rem)!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
  max-width:100%!important;
}

#stronger-together .power-tag{
  font-size:clamp(1rem,1.5vw,1.2rem)!important;
  line-height:1.35!important;
}

#stronger-together .stronger-right .voice-head{
  font-size:clamp(2.55rem,4.2vw,4.45rem)!important;
  line-height:.98!important;
  margin:0 0 14px!important;
  max-width:100%!important;
}

#stronger-together .stronger-right .together-head{
  font-size:clamp(2.35rem,3.9vw,4.05rem)!important;
  line-height:1.00!important;
  margin:0!important;
  max-width:100%!important;
}

#stronger-together .stronger-right p{
  font-size:clamp(.96rem,1.15vw,1.05rem)!important;
  line-height:1.55!important;
  margin-top:22px!important;
}

#stronger-together .star-divider{
  margin:22px 0 18px!important;
}

#stronger-together .stronger-values{
  padding:46px 0 44px!important;
}

#stronger-together .stronger-banner div{
  font-size:clamp(1.15rem,2vw,1.85rem)!important;
}

#stronger-together .stronger-banner strong{
  font-size:clamp(1.85rem,3.2vw,3.15rem)!important;
}

#stronger-together .value-five article{
  padding:8px 18px!important;
}

#stronger-together .value-five p{
  font-size:.88rem!important;
  line-height:1.45!important;
}

/* Laptop safety range: stack before the columns become cramped. */
@media (max-width:1080px){
  #stronger-together .stronger-layout{
    grid-template-columns:1fr!important;
    gap:40px!important;
    padding:62px 0!important;
  }

  #stronger-together .stronger-left,
  #stronger-together .stronger-right{
    max-width:760px!important;
  }

  #stronger-together .power-word span{
    font-size:clamp(3.3rem,8vw,5.3rem)!important;
  }

  #stronger-together .stronger-right .voice-head{
    font-size:clamp(2.5rem,6.6vw,4.1rem)!important;
  }

  #stronger-together .stronger-right .together-head{
    font-size:clamp(2.25rem,6vw,3.8rem)!important;
  }
}

@media (max-width:640px){
  #stronger-together .stronger-layout{
    padding:52px 0!important;
    gap:32px!important;
  }

  #stronger-together .power-word span{
    font-size:clamp(2.65rem,15vw,3.7rem)!important;
    white-space:normal!important;
  }

  #stronger-together .stronger-right .voice-head{
    font-size:clamp(2.15rem,11vw,3.2rem)!important;
  }

  #stronger-together .stronger-right .together-head{
    font-size:clamp(2rem,10vw,3rem)!important;
  }
}

/* V2.1.3 — Stronger Together approved message + rebalance */
#stronger-together .stronger-layout{
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:clamp(44px,5vw,80px)!important;
}
#stronger-together .stronger-right .voice-head{
  font-size:clamp(2rem,3.15vw,3.35rem)!important;
  line-height:1.03!important;
  letter-spacing:-.025em!important;
  margin:0 0 22px!important;
  max-width:100%!important;
}
#stronger-together .stronger-right .together-head{
  font-size:clamp(2.15rem,3.45vw,3.65rem)!important;
  line-height:1.03!important;
  letter-spacing:-.025em!important;
  margin:0!important;
  max-width:100%!important;
}
@media(max-width:1080px){
 #stronger-together .stronger-right .voice-head{font-size:clamp(2rem,5.5vw,3.35rem)!important;}
 #stronger-together .stronger-right .together-head{font-size:clamp(2.1rem,5.9vw,3.55rem)!important;}
}
@media(max-width:640px){
 #stronger-together .stronger-right .voice-head{font-size:clamp(1.8rem,8.8vw,2.65rem)!important;}
 #stronger-together .stronger-right .together-head{font-size:clamp(1.9rem,9.2vw,2.75rem)!important;}
}


/* =========================================================
   V2.1.4 — CREST LOWER-RIBBON FIX ONLY
   Preserve complete source artwork and give the bottom ribbon
   enough vertical room at every placement.
   ========================================================= */

.brand,
.hero-mark,
.footer-brand,
.footer-inner{
  overflow:visible!important;
}

.brand img,
.hero-mark img,
.footer-brand img{
  object-fit:contain!important;
  object-position:center center!important;
  clip-path:none!important;
  overflow:visible!important;
  height:auto!important;
  max-height:none!important;
  padding:0!important;
  margin:0!important;
}

/* Header crest — no fixed height that can squeeze the lower ribbon */
.brand img{
  width:68px!important;
  height:auto!important;
  flex:0 0 auto;
}

/* Main crest — preserve full bottom ribbon with breathing room */
.hero-mark{
  padding:18px 0 34px!important;
}
.hero-mark img{
  width:min(550px,100%)!important;
  height:auto!important;
}

/* Lower/footer crest — enlarge slightly and never crop ribbon */
.site-footer{
  overflow:visible!important;
  padding:30px 0 34px!important;
}
.footer-brand{
  align-items:center!important;
  min-height:82px!important;
  padding:8px 0 12px!important;
}
.footer-brand img{
  width:74px!important;
  height:auto!important;
  flex:0 0 74px!important;
}

/* Keep the full crest safe on smaller screens too */
@media(max-width:640px){
  .brand img{width:58px!important;height:auto!important;}
  .hero-mark{padding-bottom:30px!important;}
  .footer-brand img{width:68px!important;height:auto!important;flex-basis:68px!important;}
  .footer-brand{min-height:78px!important;}
}


/* V2.1.5 — MOBILE POLISH + EXACT CREST RIBBON REPAIR */
.brand img,.hero-mark img,.footer-brand img{object-fit:contain!important;object-position:center!important;clip-path:none!important;overflow:visible!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;height:auto!important;}
#stronger-together .stronger-left,#stronger-together .stronger-right{min-width:0!important;overflow:visible!important;}
@media(max-width:700px){
  .section,.principles-v2{padding-top:64px!important;padding-bottom:64px!important;}
  .mission-v2{padding-top:64px!important;}
  .mission-pillars{margin-top:52px!important;}
  .hero-grid{padding-top:42px!important;padding-bottom:58px!important;gap:28px!important;}
  .hero-mark{padding:0 0 12px!important;justify-content:center!important;}
  .hero-mark img{width:min(320px,82vw)!important;height:auto!important;}
  #stronger-together .stronger-layout{display:grid!important;grid-template-columns:1fr!important;gap:42px!important;padding:58px 0 60px!important;align-items:start!important;}
  #stronger-together .stronger-left,#stronger-together .stronger-right{width:100%!important;max-width:100%!important;min-width:0!important;position:static!important;transform:none!important;margin:0!important;padding:0!important;}
  #stronger-together .power-word{width:100%!important;max-width:100%!important;display:flex!important;flex-direction:column!important;line-height:.88!important;overflow:visible!important;}
  #stronger-together .power-word span{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(3.15rem,14.5vw,4.25rem)!important;line-height:.88!important;letter-spacing:-.045em!important;white-space:nowrap!important;overflow:visible!important;}
  #stronger-together .star-divider{margin:22px 0 18px!important;}
  #stronger-together .power-tag{font-size:1.08rem!important;line-height:1.35!important;}
  #stronger-together .stronger-right .voice-head{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(2.05rem,9.5vw,2.9rem)!important;line-height:1.02!important;letter-spacing:-.025em!important;margin:0 0 24px!important;position:static!important;transform:none!important;}
  #stronger-together .stronger-right .together-head{display:block!important;width:100%!important;max-width:100%!important;font-size:clamp(2.2rem,10vw,3.05rem)!important;line-height:1.02!important;letter-spacing:-.03em!important;margin:0!important;position:static!important;transform:none!important;}
  #stronger-together .stronger-right p{margin-top:28px!important;font-size:1rem!important;line-height:1.55!important;}
  #stronger-together .value-five{grid-template-columns:1fr!important;}
  #stronger-together .value-five article{border-right:0!important;border-bottom:1px solid rgba(217,164,65,.35)!important;padding:24px 10px!important;}
  #stronger-together .value-five article:last-child{border-bottom:0!important;}
  #stronger-together .stronger-banner{padding-left:4px!important;padding-right:4px!important;}
  #stronger-together .stronger-banner div{font-size:1.1rem!important;line-height:1.35!important;}
  #stronger-together .stronger-banner strong{font-size:2rem!important;line-height:1.05!important;}
  .brand img{width:58px!important;height:auto!important;}
  .footer-brand img{width:68px!important;height:auto!important;flex-basis:68px!important;}
}


/* V2.1.10 true-transparent logo fix: PNG canvas is now genuinely transparent. */
.brand img,.hero-mark img,.footer-brand img{
  mix-blend-mode:normal!important;
  background:transparent!important;
}


/* V2.1.11 — header crest + principles polish */
.principles-cards .principle-mark{
  font-size:1.55rem!important;
  line-height:1!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  color:var(--gold)!important;
  margin-bottom:18px!important;
}
/* Enlarge only the header crest; preserve header height, AWA wordmark and menu geometry. */
@media(max-width:640px){
  .brand img{width:65px!important;height:auto!important;}
}


/* V2.1.12 — full organization name in top header */
.brand-name{display:flex;flex-direction:column;justify-content:center;min-width:0;}
.brand-name strong{font-family:Georgia,serif;color:var(--gold-2);font-size:1.05rem!important;line-height:1.08;letter-spacing:.075em!important;white-space:nowrap;}
.brand-name small{display:block!important;font-size:.82rem!important;line-height:1.15;letter-spacing:.18em!important;text-transform:uppercase;color:#f4f7fa;margin-top:4px;}
@media(max-width:640px){
  .brand{gap:10px!important;}
  .brand-name strong{font-size:.78rem!important;letter-spacing:.035em!important;white-space:nowrap;}
  .brand-name small{display:block!important;font-size:.68rem!important;letter-spacing:.14em!important;margin-top:3px;}
}
@media(max-width:390px){
  .brand img{width:60px!important;}
  .brand-name strong{font-size:.70rem!important;}
  .brand-name small{font-size:.62rem!important;}
  .menu-toggle{padding:7px 9px!important;}
}

/* V2.1.13 — full-name mobile header polish */
.brand-name{display:block!important;min-width:0;}
.brand-name strong{display:block!important;color:var(--gold-2)!important;white-space:nowrap!important;}
.brand-name small{display:none!important;}
@media(max-width:950px){
  .nav-wrap{display:grid!important;grid-template-columns:1fr auto;grid-template-rows:auto auto;column-gap:12px;row-gap:6px;padding:9px 0 8px;}
  .brand{grid-column:1/-1;grid-row:1;gap:10px!important;min-width:0;}
  .brand img{width:65px!important;height:auto!important;flex:0 0 auto;}
  .brand-name strong{font-size:clamp(.72rem,3.2vw,1.02rem)!important;letter-spacing:.025em!important;line-height:1!important;}
  .menu-toggle{grid-column:2;grid-row:2;justify-self:end;display:block;margin:0!important;}
  .site-nav{top:112px!important;}
}
@media(max-width:390px){
  .brand img{width:60px!important;}
  .brand-name strong{font-size:clamp(.64rem,3.05vw,.76rem)!important;letter-spacing:.012em!important;}
}


/* =========================================================
   V2.1.14 — CROSS-BROWSER CONSISTENCY LOCK
   Critical header/principle geometry is intentionally explicit.
   Versioned assets + inline critical overrides prevent stale CSS
   from reviving older header or principle-badge treatments.
   ========================================================= */

/* Predictable box sizing across browser engines. */
*,*::before,*::after{box-sizing:border-box;}

/* Header: one cohesive brand row, navigation control on its own
   mobile row. These rules deliberately override all earlier patches. */
.site-header{
  background:#071525!important;
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
.site-header .nav-wrap{
  width:min(1180px,calc(100% - 40px))!important;
  margin-inline:auto!important;
}
.site-header .brand{
  display:flex!important;
  align-items:center!important;
  min-width:0!important;
  text-decoration:none!important;
}
.site-header .brand img{
  display:block!important;
  flex:0 0 auto!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.site-header .brand-name{
  display:block!important;
  flex:1 1 auto!important;
  min-width:0!important;
  overflow:visible!important;
}
.site-header .brand-name strong{
  display:block!important;
  margin:0!important;
  padding:0!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:700!important;
  font-style:normal!important;
  color:#e7b85a!important;
  -webkit-text-fill-color:#e7b85a!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}
.site-header .brand-name small{display:none!important;}
.site-header .menu-toggle{
  font-family:inherit!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}

/* Desktop/tablet keeps a conventional single-row header. */
@media(min-width:951px){
  .site-header .nav-wrap{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    min-height:86px!important;
    gap:28px!important;
    padding:0!important;
  }
  .site-header .brand{gap:14px!important;}
  .site-header .brand img{width:68px!important;height:auto!important;}
  .site-header .brand-name strong{
    font-size:clamp(.88rem,1.25vw,1.08rem)!important;
    letter-spacing:.035em!important;
    line-height:1.05!important;
  }
}

/* Mobile: full-width brand row, Menu on a dedicated second row. */
@media(max-width:950px){
  .site-header .nav-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    column-gap:10px!important;
    row-gap:7px!important;
    min-height:0!important;
    padding:10px 0 9px!important;
  }
  .site-header .brand{
    grid-column:1/-1!important;
    grid-row:1!important;
    width:100%!important;
    gap:10px!important;
  }
  .site-header .brand img{
    width:65px!important;
    height:auto!important;
  }
  .site-header .brand-name strong{
    font-size:clamp(.69rem,2.95vw,.98rem)!important;
    letter-spacing:.018em!important;
    line-height:1!important;
  }
  .site-header .menu-toggle{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:end!important;
    align-self:center!important;
    display:block!important;
    margin:0!important;
    padding:8px 12px!important;
  }
  .site-header .site-nav{
    top:100%!important;
    margin-top:0!important;
  }
}

/* Very narrow phones: preserve one line by scaling the wordmark,
   never by wrapping or increasing header height. */
@media(max-width:430px){
  .site-header .nav-wrap{width:min(100% - 28px,1180px)!important;}
  .site-header .brand{gap:8px!important;}
  .site-header .brand img{width:60px!important;}
  .site-header .brand-name strong{
    font-size:clamp(.60rem,2.72vw,.73rem)!important;
    letter-spacing:.008em!important;
  }
}
@media(max-width:360px){
  .site-header .brand img{width:54px!important;}
  .site-header .brand-name strong{
    font-size:.57rem!important;
    letter-spacing:0!important;
  }
}

/* Principles: standalone gold star only. Explicitly neutralize every
   legacy icon/badge/circle style and pseudo-element. */
#principles .principles-cards .card .principle-mark,
.principles-v2 .principles-cards .principle-mark{
  display:block!important;
  position:static!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0 0 20px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  outline:0!important;
  background:none!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  color:#d9a441!important;
  -webkit-text-fill-color:#d9a441!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:1.45rem!important;
  font-weight:400!important;
  line-height:1!important;
  text-align:center!important;
  transform:none!important;
  opacity:1!important;
}
#principles .principles-cards .card .principle-mark::before,
#principles .principles-cards .card .principle-mark::after{
  content:none!important;
  display:none!important;
}

/* WebKit text-size protection: prevents browser auto-inflation from
   turning the header into oversized multi-line type. */
html{-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;}

/* =========================================================
   AWA V2.1.15 — stronger wordmark header + cleaner hero
   Built on V2.1.14 cross-browser foundation.
   ========================================================= */

/* Header identity: the full organization name is the wordmark.
   The small crest is intentionally removed from the header so the
   official name can carry more visual authority without wrapping. */
.site-header .brand{
  gap:0!important;
  width:100%!important;
}
.site-header .brand-name{
  width:100%!important;
  flex:1 1 100%!important;
}
.site-header .brand-name strong{
  font-weight:800!important;
  color:#e7b85a!important;
  -webkit-text-fill-color:#e7b85a!important;
  white-space:nowrap!important;
  text-wrap:nowrap!important;
  word-break:keep-all!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

@media(min-width:951px){
  .site-header .brand-name strong{
    font-size:clamp(1.20rem,1.70vw,1.55rem)!important;
    letter-spacing:.035em!important;
    line-height:1!important;
  }
}

@media(max-width:950px){
  .site-header .nav-wrap{
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    row-gap:10px!important;
    padding:14px 0 12px!important;
  }
  .site-header .brand{
    grid-column:1/-1!important;
    grid-row:1!important;
    justify-self:stretch!important;
  }
  .site-header .brand-name strong{
    font-size:clamp(.93rem,4.05vw,1.34rem)!important;
    letter-spacing:.012em!important;
    line-height:1.04!important;
  }
  .site-header .menu-toggle{
    grid-column:2!important;
    grid-row:2!important;
    justify-self:end!important;
  }
}

/* Tight-phone fallback: remain one line and preserve hierarchy. */
@media(max-width:430px){
  .site-header .brand-name strong{
    font-size:clamp(.80rem,3.78vw,1.04rem)!important;
    letter-spacing:.004em!important;
  }
}
@media(max-width:360px){
  .site-header .brand-name strong{
    font-size:clamp(.72rem,3.62vw,.88rem)!important;
    letter-spacing:0!important;
  }
}

/* Hero cleanup: the organization name already appears in the header
   and inside the official crest, so remove the redundant kicker and
   use the recovered space to strengthen the headline transition. */
.hero-copy > .eyebrow{display:none!important;}
@media(max-width:950px){
  .hero-grid{gap:18px!important;}
  .hero-copy{padding-top:0!important;}
}


/* =========================================================
   AWA V2.1.16 — stronger header + centered hero statement
   Built on the stable V2.1.15 cross-browser foundation.
   ========================================================= */

/* Increase the full-name header wordmark without reintroducing the crest
   or allowing the organization name to wrap. */
@media(max-width:950px){
  .site-header .brand-name strong{
    font-size:clamp(1.07rem,4.70vw,1.52rem)!important;
    letter-spacing:.008em!important;
    line-height:1.02!important;
  }
  .site-header .nav-wrap{
    row-gap:8px!important;
    padding:13px 0 11px!important;
  }
}
@media(max-width:430px){
  .site-header .brand-name strong{
    font-size:clamp(.96rem,4.36vw,1.20rem)!important;
    letter-spacing:.002em!important;
  }
}
@media(max-width:360px){
  .site-header .brand-name strong{
    font-size:clamp(.84rem,4.02vw,.98rem)!important;
    letter-spacing:0!important;
  }
}

/* On stacked/mobile layouts, the crest and hero statement read as one
   centered composition. Keep supporting copy/buttons unchanged. */
@media(max-width:950px){
  .hero-grid{
    gap:8px!important;
  }
  .hero-mark{
    padding-bottom:2px!important;
  }
  .hero-copy h1{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:8.6ch!important;
    text-wrap:balance;
  }
}
