@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#f5f5ef;--ink-2:#fcfcf8;--ink-3:#eff2e9;--green:#214e40;--green-2:#386650;--gold:#b28d3d;--gold-2:#806326;--cream:#102a30;--surface:#fff;--surface-2:#eaf0e5;--border:#d8dfd3;--border-strong:#b7c5b1;--text-soft:#435a4d;--text-faint:#56655d;--maxw:1170px}
body{font-family:'DM Sans',sans-serif;background:#f5f5ef}h1,h2,h3,h4,.brand{font-family:'Manrope',sans-serif}.container{max-width:1240px}section{padding-block:65px}.tint{background:#f0f3eb}.grad{background:none;-webkit-text-fill-color:var(--green);color:var(--green)}
header.site{background:#fcfcf8;backdrop-filter:none}.nav-links{gap:18px}.brand.refreshed-brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:20px;color:#214e40;letter-spacing:-.7px}.refreshed-brand img{width:52px;height:52px;object-fit:contain}.refreshed-brand small{display:block;font-size:9px;letter-spacing:3px;margin-top:4px;color:var(--text-faint)}
.btn{border-radius:8px;min-height:44px;font-size:13px;font-weight:700}.btn-primary{background:#214e40;color:white}.btn-gold{background:#e7be64;color:#102a30}.btn-ghost{background:transparent;color:#214e40;border-color:#aebfae}.btn:hover{transform:translateY(-1px)}
.approved-hero{padding:calc(72px + 55px) 0 0;background:#f5f5ef;text-align:left;min-height:0;overflow:visible}.hero-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:22px;align-items:center}.approved-hero h1{font-size:clamp(44px,4.7vw,64px);font-weight:700;letter-spacing:-3px;line-height:1.1;margin:18px 0 24px}.approved-hero h1 em{font-style:normal;color:#214e40}.approved-hero .lead{font-size:16px;line-height:1.8;max-width:465px;margin:0}.approved-hero .hero-cta{justify-content:flex-start;gap:12px;margin:28px 0 14px}.hero-audience{font-size:12px;color:var(--text-faint)}.approved-hero .enroll-note{font-size:12px;margin:14px 0 0;color:#435a4d}.approved-hero .eyebrow{color:#214e40;background:transparent;border:0;font-size:10px;letter-spacing:2px;padding:0}.mountain-stage{margin:0;min-width:0;background:radial-gradient(ellipse,#dae4ce55,transparent 70%)}.mountain-stage img{display:block;width:100%;height:auto}.approved-hero .trust-strip{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;margin:60px auto 0;border-block:1px solid var(--border);padding-block:22px;font-size:12px;color:var(--text-faint)}
.card{background:white;border-radius:12px;box-shadow:0 3px 14px #214e4005}.ico{background:#eaf0e5;color:#214e40}.card p{color:var(--text-soft)}input,textarea,select{color-scheme:light;background:#fff;color:#102a30;border-color:#aebfae}.contact-form input,.contact-form textarea,.contact-form select{background:#fff;color:#102a30}.mobile-menu{background:#fcfcf8}.apply-band,.prep-band{background:#eaf0e5;color:#102a30}footer{background:#eaf0e5;color:#102a30}.reveal{opacity:1;transform:none}:focus-visible{outline:3px solid #9b7b35;outline-offset:4px}
@media(max-width:1000px){.brand.refreshed-brand{font-size:17px}.nav-links{gap:10px}.approved-hero h1{font-size:46px}.hero-layout{gap:8px}}
@media(max-width:700px){section{padding-block:42px}.hero-layout{grid-template-columns:1fr;gap:25px}.approved-hero{padding-top:calc(72px + 32px)}.approved-hero h1{font-size:clamp(36px,9.5vw,46px);letter-spacing:-1.8px}.approved-hero .trust-strip{display:grid;grid-template-columns:1fr 1fr;margin-top:30px;font-size:11px}.approved-hero .hero-cta{flex-wrap:wrap}.refreshed-brand img{width:42px;height:42px}.brand.refreshed-brand{font-size:16px}}

/* Keep the approved light header in its scrolling and expanded-menu states. */
header.site.scrolled,header.site.menu-open{background:#fcfcf8;backdrop-filter:none;border-bottom-color:var(--border);box-shadow:0 4px 18px rgba(33,78,64,.08)}
header.site .mobile-menu{background:#fcfcf8;backdrop-filter:none}

/* Give the brand its own space; mobile actions remain in the menu. */
header.site .brand{flex-shrink:0}
header.site .brand span{white-space:nowrap}
header.site .nav{gap:16px}
@media(max-width:1100px){
  header.site .nav-links .link{display:none}
  header.site .nav-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}
  header.site.menu-open .mobile-menu{display:flex}
}
@media(max-width:700px){
  header.site .nav-links>.btn{display:none}
  header.site .nav-links{flex-shrink:0}
  header.site .brand{gap:8px}
}
