
:root{
  --black:#0e0e0d;--white:#fff;--cream:#f8f6f2;--warm:#f2ede8;--stone:#e4dfd6;
  --gray-mid:#8a8680;--gray-dark:#4a4642;--purple:#7b4fcf;--purple-dk:#1a3a5c;
  --purple-pale:#f0ebff;--blue:#5b9bd5;--grad:linear-gradient(135deg,#5b9bd5,#7b4fcf);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Barlow',sans-serif;background:var(--cream);color:var(--black);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:space-between;padding:.85rem 3.5rem;background:rgba(248,246,242,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--stone);box-shadow:0 2px 16px rgba(0,0,0,.06)}
.nav-logo img{height:48px;width:auto;display:block;object-fit:contain;object-position:left center}
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-decoration:none;color:var(--gray-dark);transition:color .2s;cursor:pointer;padding:.3rem 0;border-bottom:2px solid transparent}
.nav-links a:hover,.nav-links a.active{color:var(--black);border-bottom-color:var(--purple)}
.nav-cta{background:var(--black);color:white;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;padding:.65rem 1.5rem;border-radius:2px;transition:background .2s;cursor:pointer;border:none}
.nav-cta:hover{background:#333}

/* PAGES */
.page{display:none;min-height:100vh;padding-top:74px}
.page.active{display:block}

/* BUTTONS */
.btn-purple{background:var(--black);color:white;padding:.9rem 2rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s;display:inline-block;border:none;cursor:pointer}
.btn-purple:hover{background:#1a1a1a;transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--black);padding:.9rem 2rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:2px solid var(--black);border-radius:2px;transition:all .2s;display:inline-block;cursor:pointer}
.btn-outline:hover{background:var(--black);color:white;transform:translateY(-2px)}
.btn-white{background:white;color:var(--purple-dk);padding:.9rem 2rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:all .2s;display:inline-block;cursor:pointer;border:none}
.btn-white:hover{opacity:.92;transform:translateY(-2px)}
.btn-ghost-white{background:transparent;color:white;padding:.9rem 2rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border:2px solid rgba(255,255,255,.4);border-radius:2px;transition:all .2s;display:inline-block;cursor:pointer}
.btn-ghost-white:hover{border-color:white;transform:translateY(-2px)}
.deck-btn{display:inline-flex;align-items:center;gap:.7rem;background:var(--black);color:white;padding:.88rem 2rem;font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:background .2s}
.deck-btn:hover{background:var(--purple)}
.section-tag{font-size:.67rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gray-mid);display:flex;align-items:center;gap:.8rem;margin-bottom:1.4rem}
.section-tag::before{content:'';width:1.4rem;height:2px;background:var(--black);display:block}
.section-divider{font-size:.67rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gray-mid);display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}
.section-divider::before,.section-divider::after{content:'';flex:1;height:1px;background:var(--stone)}

/* ══ HOME - HERO: Modern single-canvas hero ══ */
.home-hero{
  position:relative;
  min-height:calc(100vh - 74px);
  border-bottom:1px solid rgba(255,255,255,.14);
  background:#0f1114;
  overflow:hidden;
  display:block;
}
.hero-backdrop{position:absolute;inset:0}
.hero-bg{position:absolute;object-fit:cover;display:block}
.hero-bg-main{inset:0;width:100%;height:100%;filter:saturate(.9) contrast(1.02) brightness(.45)}
.hero-bg-card{right:5%;bottom:8%;width:min(28vw,420px);aspect-ratio:4/5;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.22);filter:brightness(.85);transform:rotate(4deg);opacity:.95}
.hero-overlay{position:absolute;inset:0;background:
  radial-gradient(circle at 18% 25%,rgba(123,79,207,.34),transparent 45%),
  radial-gradient(circle at 82% 24%,rgba(91,155,213,.22),transparent 42%),
  linear-gradient(90deg,rgba(8,9,11,.88) 0%,rgba(8,9,11,.68) 45%,rgba(8,9,11,.5) 70%,rgba(8,9,11,.78) 100%)}
.hero-shell{position:relative;z-index:2;max-width:1280px;margin:0 auto;min-height:calc(100vh - 74px);padding:4rem 5rem;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:2rem;align-items:center}
.hero-content{max-width:640px}
.hero-kicker{display:inline-flex;align-items:center;gap:.7rem;font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.82);margin-bottom:1.1rem}
.hero-kicker::before{content:'';width:1.8rem;height:2px;background:rgba(255,255,255,.7)}
.home-h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,6vw,5.7rem);font-weight:300;line-height:.94;color:#fff;margin:0 0 1rem;letter-spacing:-.02em;max-width:10ch;text-wrap:balance}
.home-h1 em{font-style:italic;color:#d9c9ff !important}
.home-tagline{font-size:1.05rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.8);max-width:48ch;margin:0 0 1.4rem;padding:0;border:none}
.hero-pills{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.7rem}
.hero-pills span{display:inline-flex;align-items:center;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:.55rem .8rem;border-radius:999px;backdrop-filter:blur(10px)}
.hero-cta-row{display:flex;gap:.85rem;flex-wrap:wrap}
.btn-outline-light{color:#fff;border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.03)}
.btn-outline-light:hover{background:#fff;color:var(--black);border-color:#fff}
.hero-glass-card{justify-self:end;width:min(100%,430px);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:1.3rem 1.2rem;box-shadow:0 20px 70px rgba(0,0,0,.34);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.hero-card-logo{width:170px;height:auto;display:block;filter:brightness(0) invert(1);opacity:.95;margin-bottom:1rem}
.hero-card-lead{font-size:.93rem;line-height:1.7;color:rgba(255,255,255,.84);margin-bottom:1rem}
.hero-card-stats{display:grid;gap:.65rem;margin-bottom:1rem}
.hero-card-stats>div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:.8rem .9rem;border-radius:12px}
.hero-card-stats small{display:block;font-size:.58rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:.35rem}
.hero-card-stats strong{display:block;font-size:.88rem;line-height:1.35;color:#fff;font-weight:500}
.hero-card-btn{width:100%;justify-content:center;text-align:center;border-radius:12px;padding:.85rem 1rem}

/* Intro band */
.intro-band{background:var(--black);padding:2.2rem 5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.06)}
.intro-band p{font-size:.96rem;font-weight:300;line-height:1.8;color:rgba(255,255,255,.72);max-width:72ch;flex:1}
.intro-band strong{color:white;font-weight:600}
.intro-social{display:flex;gap:.75rem;flex-shrink:0}
.social-btn{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:white;text-decoration:none;padding:.58rem 1rem;font-size:.73rem;font-weight:600;letter-spacing:.07em;border-radius:999px;transition:background .2s,border-color .2s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}
.social-btn:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.28)}
/* Summit FEATURED CARD below fold on home */
.home-summit-section{background:white;padding:6rem 5rem;border-bottom:1px solid var(--stone)}
.home-summit-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:5rem;align-items:center}
.home-summit-logo-wrap{background:var(--warm);border-radius:8px;padding:2.5rem;text-align:center;box-shadow:0 8px 40px rgba(123,79,207,.1)}
.home-summit-logo-wrap img{width:200px;height:auto;display:block;margin:0 auto}
.home-summit-info h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:1rem}
.home-summit-info .event-meta{display:flex;flex-direction:column;gap:.4rem;margin-bottom:2rem;padding-left:1.2rem;border-left:3px solid var(--purple)}
.home-summit-info .event-meta span{font-size:.95rem;font-weight:400;color:var(--gray-dark)}
.home-summit-info .event-meta strong{color:var(--black)}
.home-summit-info p{font-size:1rem;font-weight:300;line-height:1.85;color:var(--gray-dark);max-width:52ch;margin-bottom:2rem}
.home-summit-btns{display:flex;gap:1rem;flex-wrap:wrap}

/* Mission strip */
.home-mission-strip{background:var(--black);padding:4.5rem 5rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem}
.mission-intro{grid-column:1/-1;margin-bottom:-1rem}
.mission-intro h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:300;color:white;margin-bottom:.5rem}
.mission-intro p{font-size:1rem;font-weight:300;color:rgba(255,255,255,.45);max-width:60ch;line-height:1.8}
.mission-pillar{padding-left:1.5rem;border-left:2px solid rgba(255,255,255,.2)}
.mission-pillar h4{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:white;margin-bottom:.6rem}
.mission-pillar p{font-size:.9rem;font-weight:300;line-height:1.75;color:rgba(255,255,255,.5)}

/* About strip */
.home-about-strip{background:var(--cream);padding:6rem 5rem;display:grid;grid-template-columns:340px 1fr;gap:5rem;align-items:center;border-bottom:1px solid var(--stone)}
.home-beth-img{width:100%;border-radius:4px;box-shadow:0 16px 50px rgba(0,0,0,.1)}
.home-about-text h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3.8rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:1.5rem}
.home-about-text h2 em{font-style:italic;color:var(--black)}
.home-about-text p{font-size:1rem;font-weight:300;line-height:1.85;color:var(--gray-dark);margin-bottom:1rem;max-width:52ch}
.home-about-btns{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}

/* ══ SUMMIT PAGE ══ */
.page-hero{background:var(--purple-dk);padding:6rem 5rem 5rem;position:relative;overflow:hidden;border-bottom:3px solid var(--black)}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 80% 30%,rgba(91,155,213,.2) 0%,transparent 55%);pointer-events:none}
.page-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:220px 1fr;gap:5rem;align-items:center}
.page-summit-logo{width:220px;background:white;padding:1.4rem;border-radius:8px;box-shadow:0 8px 40px rgba(0,0,0,.35)}
.page-eyebrow{font-size:.67rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--blue);display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}
.page-eyebrow::before{content:'';width:1.4rem;height:2px;background:var(--blue)}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,6rem);font-weight:300;line-height:.95;color:white;margin-bottom:1rem}
.page-hero-tagline{font-size:1.05rem;font-weight:300;color:rgba(255,255,255,.6);font-style:italic;margin-bottom:2rem}
.summit-details{background:var(--cream);padding:7rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1300px;margin:0 auto}
.summit-details h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:2rem}
.meta-row{display:flex;gap:1.8rem;padding:1.2rem 0;border-bottom:1px solid var(--stone)}
.meta-row:first-of-type{border-top:1px solid var(--stone)}
.meta-key{font-size:.6rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);width:70px;flex-shrink:0;padding-top:.12rem}
.meta-val{font-size:.98rem;font-weight:400;color:var(--black);line-height:1.5}
.event-desc{font-size:1rem;font-weight:300;line-height:1.85;color:var(--gray-dark);margin-top:1.8rem}
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:1rem}
.who-chip{background:white;border:1px solid var(--stone);padding:.6rem 1rem;font-size:.78rem;font-weight:500;color:var(--black);border-radius:2px;display:flex;align-items:center;gap:.5rem}
.who-chip::before{content:'';width:6px;height:6px;background:var(--grad);border-radius:50%;flex-shrink:0}
.summit-gallery{background:var(--black);padding:5rem 5rem 0}
.sgal-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:2rem}
.sgal-header h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;color:white;line-height:1}
.sgal-header p{font-size:.86rem;font-weight:300;color:rgba(255,255,255,.4);max-width:32ch;text-align:right}
.gal-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;grid-auto-flow:dense}
.gal-item{grid-column:span 4;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;background:#0f0f14;border-radius:8px;padding:6px}
.gal-item img{width:100%;height:auto;max-height:100%;object-fit:contain;object-position:center center;transition:transform .35s,filter .35s;filter:saturate(.9);border-radius:4px;background:#fff}
.gal-item:hover img{transform:scale(1.02);filter:saturate(1.03)}
.gal-item.feature-hero{grid-column:span 12}
.gal-item.feature-wide{grid-column:span 8}
.gal-item.feature-tall{grid-column:span 4}

/* ══ SPONSOR PAGE ══ */
.sponsor-page-hero{background:var(--cream);padding:7rem 5rem 5rem;text-align:center;border-bottom:1px solid var(--stone)}
.sponsor-page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3.5rem,6vw,7rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:1rem}
.sponsor-page-hero p{font-size:1.05rem;font-weight:300;color:var(--gray-dark);max-width:58ch;margin:0 auto 2rem;line-height:1.8}
.tiers-section{background:white;padding:6rem 4rem}
.tiers-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.2rem;max-width:1300px;margin:0 auto}
.tier{background:var(--cream);border:1px solid var(--stone);border-radius:4px;padding:2rem 1.5rem 2rem;position:relative;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;overflow:visible}
.tier:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(0,0,0,.09)}
.tier.featured{border-color:var(--purple);background:linear-gradient(160deg,#f7f4ff,var(--cream));padding-top:2.65rem}
.tier-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--grad);color:white;font-size:.58rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.25rem .85rem;border-radius:20px;white-space:nowrap;z-index:2}
.tier-badge.exclusive{background:linear-gradient(135deg,#1a3a5c,#7b4fcf)}
.tier.has-badge{padding-top:2.65rem}
.tier-name{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gray-mid);margin-bottom:.4rem}
.tier-price{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:600;line-height:1;color:var(--black);margin-bottom:.25rem}
.tier.featured .tier-price{background:var(--grad);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.tier-tickets{font-size:.76rem;font-weight:500;color:var(--purple);margin-bottom:1.4rem;padding-bottom:1.1rem;border-bottom:1px solid var(--stone)}
.tier-perks{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.6rem;flex:1}
.tier-perks li{font-size:.76rem;font-weight:300;line-height:1.5;color:var(--gray-dark);display:flex;gap:.55rem}
.tier-perks li::before{content:'✓';color:var(--purple);font-weight:700;flex-shrink:0;font-size:.74rem}
.tier-cta{display:block;text-align:center;background:var(--black);color:white;padding:.72rem 1rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:2px;transition:background .2s;cursor:pointer;border:none;width:100%}
.tier.featured .tier-cta{background:var(--purple)}
.tier-cta:hover{background:var(--purple)}
.deadline-note{text-align:center;margin-top:2.5rem;font-size:.82rem;color:var(--gray-mid)}
.deadline-note strong{color:var(--black)}

/* ══ BOARD PAGE ══ */
.board-page{background:var(--cream);padding:7rem 5rem}
.board-page-header{max-width:800px;margin:0 auto 5rem;text-align:center}
.board-page-header h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:1rem}
.board-page-header p{max-width:60ch;margin-left:auto;margin-right:auto;font-size:1rem;font-weight:300;color:var(--gray-dark);line-height:1.8}
.nonprofit-badge{display:inline-flex;align-items:center;gap:.6rem;background:rgba(0,0,0,.06);border:1px solid var(--stone);color:var(--black);padding:.45rem 1.1rem;border-radius:20px;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-top:1.2rem}
.exec-section{max-width:1100px;margin:0 auto 5rem}
.ed-card{max-width:260px;margin:0 auto 4rem;text-align:center}
.ed-photo{width:200px;height:240px;border-radius:4px;object-fit:cover;object-position:top center;margin:0 auto 1.2rem;display:block;box-shadow:0 12px 40px rgba(123,79,207,.18);border:3px solid white}
.ed-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:600;color:var(--black);margin-bottom:.2rem}
.ed-title{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-dark);margin-bottom:.4rem}
.ed-org{font-size:.82rem;font-weight:300;color:var(--gray-mid)}
.board-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}
.board-vcard{text-align:center}
.board-vphoto{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:center 12%;border-radius:4px;display:block;margin-bottom:1rem;box-shadow:0 6px 24px rgba(0,0,0,.1);transition:box-shadow .25s,transform .25s}
.board-vcard:hover .board-vphoto{box-shadow:0 12px 36px rgba(123,79,207,.2);transform:translateY(-3px)}
.board-vname{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:600;color:var(--black);margin-bottom:.2rem}
.board-vrole{font-size:.65rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gray-mid)}
.board-tagline{text-align:center;padding:4rem 0;border-top:1px solid var(--stone);margin-top:4rem}
.board-tagline p{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:300;font-style:italic;color:var(--gray-dark)}

/* ══ ABOUT PAGE ══ */
.about-hero{background:var(--black);padding:7rem 5rem;display:grid;grid-template-columns:1fr 380px;gap:5rem;align-items:center}
.about-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,6rem);font-weight:300;line-height:.95;color:white;margin-bottom:1.5rem}
.about-hero h1 em{font-style:italic;color:var(--blue)}
.about-hero p{font-size:1.05rem;font-weight:300;line-height:1.85;color:rgba(255,255,255,.6);margin-bottom:1rem;max-width:50ch}
.about-beth-img{width:100%;border-radius:4px;box-shadow:0 20px 60px rgba(0,0,0,.5);display:block}
.about-mission{background:var(--cream);padding:7rem 5rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem}
.about-mission h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:2rem}
.about-mission p{font-size:1rem;font-weight:300;line-height:1.85;color:var(--gray-dark);margin-bottom:1rem}
.pillars{display:flex;flex-direction:column}
.pillar{display:flex;gap:1.5rem;align-items:flex-start;padding:1.6rem 1.2rem;border-bottom:1px solid var(--stone);transition:background .25s;cursor:default}
.pillar:first-child{border-top:1px solid var(--stone)}
.pillar:hover{background:var(--warm)}
.pillar-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;line-height:1;color:var(--stone);flex-shrink:0;width:2.2rem;text-align:right;transition:color .25s}
.pillar:hover .pillar-num{color:var(--black)}
.pillar h4{font-size:.86rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}
.pillar p{font-size:.86rem;font-weight:300;line-height:1.7;color:var(--gray-dark)}
.board-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}
.board-tag{font-size:.67rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--black);color:white;padding:.28rem .85rem;border-radius:2px}

/* ══ CONTACT PAGE ══ */
.contact-page{background:var(--cream);min-height:calc(100vh - 74px);display:grid;grid-template-columns:1fr 1fr}
.contact-left{background:var(--black);padding:7rem 5rem;display:flex;flex-direction:column;justify-content:center}
.contact-left h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5vw,5.5rem);font-weight:300;line-height:.95;color:white;margin-bottom:1.5rem}
.contact-left p{font-size:1rem;font-weight:300;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:2.5rem}
.contact-info-row{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}
.contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:4px}
.contact-info-icon{width:38px;height:38px;background:var(--black);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.9rem}
.contact-info-label{font-size:.6rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:.2rem}
.contact-info-value{font-size:.95rem;color:white;text-decoration:none}
.contact-info-value:hover{color:var(--blue)}
.contact-right{background:var(--warm);padding:7rem 5rem;display:flex;flex-direction:column;justify-content:center}
.contact-right h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:300;line-height:.95;color:var(--black);margin-bottom:.5rem}
.sub{font-size:.9rem;font-weight:300;color:var(--gray-dark);margin-bottom:2.5rem;font-style:italic}
.contact-form{display:flex;flex-direction:column;gap:1.2rem}
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-group label{font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-dark)}
.form-group input,.form-group select,.form-group textarea{padding:.85rem 1rem;border:1px solid var(--stone);background:white;font-family:'Barlow',sans-serif;font-size:.95rem;color:var(--black);border-radius:2px;transition:border-color .2s;outline:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--purple)}
.form-group textarea{min-height:110px;resize:vertical}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-note{font-size:.75rem;color:var(--gray-mid);font-style:italic}

/* ══ FOOTER ══ */
footer{background:var(--black);border-top:3px solid rgba(255,255,255,.15);padding:2rem 4rem 1.6rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:flex-start;gap:2rem}
.footer-logos{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}
.footer-bcp{width:160px;height:auto;display:block;filter:brightness(0) invert(1);object-fit:contain}
.footer-summit-wrap{background:white;padding:.5rem .8rem;border-radius:6px;display:inline-block;line-height:0}
.footer-summit-wrap img{height:40px;width:auto;display:block;object-fit:contain}
.footer-center{text-align:center;align-self:start;padding-top:.15rem}
.footer-center .tagline{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-style:italic;color:rgba(255,255,255,.7);margin-bottom:.8rem}
.footer-center p{font-size:.78rem;font-weight:300;color:rgba(255,255,255,.55);line-height:1.8}
.footer-center p a{color:rgba(255,255,255,.55) !important;text-decoration:none !important;transition:color .2s}
.footer-center p a:hover{color:rgba(255,255,255,.8) !important}
.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem}
.footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:flex-end}
.footer-nav a{font-size:.67rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s;cursor:pointer}
.footer-nav a:hover{color:white}
.footer-social{display:flex;gap:1rem}
.footer-social a{font-size:.67rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s;display:flex;align-items:center;gap:.4rem}
.footer-social a:hover{color:white}

.lightbox{display:none;position:fixed;inset:0;background:rgba(0,0,0,.93);z-index:999;align-items:center;justify-content:center;padding:2rem}
.lightbox.open{display:flex}
.lightbox img{max-width:90vw;max-height:88vh;object-fit:contain}
.lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.1);border:none;color:white;font-size:1.3rem;width:42px;height:42px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lightbox-close:hover{background:rgba(255,255,255,.22)}
.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:translateY(0)}


/* ══ IMPROVED MOBILE RESPONSIVENESS ══ */
@media(max-width:960px){
  nav{padding:.75rem 1.5rem}
  .nav-links{display:none}
  .nav-logo img{height:40px}
  .page{padding-top:66px}
  .home-hero{min-height:auto}
  .hero-shell{grid-template-columns:1fr;padding:2.4rem 1.2rem 2.2rem;min-height:auto}
  .hero-bg-card{display:none}
  .hero-overlay{background:linear-gradient(180deg,rgba(8,9,11,.72),rgba(8,9,11,.88)),radial-gradient(circle at 20% 15%,rgba(123,79,207,.28),transparent 45%)}
  .home-h1{max-width:11ch;font-size:clamp(2.3rem,10vw,3.3rem)}
  .home-tagline{font-size:.98rem}
  .hero-pills span{font-size:.62rem;letter-spacing:.06em;padding:.5rem .7rem}
  .hero-glass-card{justify-self:stretch;width:100%;padding:1rem;border-radius:16px}
  .hero-card-logo{width:140px}
  .hero-card-stats strong{font-size:.84rem}
  .home-bcp-logo{width:180px;margin-bottom:1.8rem}
  .home-h1{font-size:3.2rem}
  .home-summit-section{padding:3.5rem 1.5rem}
  .home-summit-inner{grid-template-columns:1fr;gap:2rem}
  .home-summit-logo-wrap img{width:140px}
  .home-mission-strip{grid-template-columns:1fr;padding:3.5rem 1.5rem;gap:2rem}
  .home-about-strip{grid-template-columns:1fr;padding:3.5rem 1.5rem;gap:2.5rem}
  .home-beth-img{max-width:280px;margin:0 auto;display:block}
  .intro-band{padding:2rem 1.5rem;flex-direction:column;gap:1.5rem}
  .intro-social{align-items:flex-start !important}
  .page-hero{padding:3.5rem 1.5rem 3rem}
  .page-hero-inner{grid-template-columns:1fr;gap:2rem}
  .page-summit-logo{width:160px}
  .page-hero h1{font-size:2.8rem}
  .summit-details{grid-template-columns:1fr;padding:3.5rem 1.5rem;gap:3rem}
  .summit-gallery{padding:3rem 1.5rem 0}
  .sgal-header{flex-direction:column;align-items:flex-start;gap:1rem}
  .sgal-header p{text-align:left}
  .gal-grid{grid-template-columns:1fr 1fr}
  .gal-item:first-child,.gal-item:nth-child(4){grid-column:span 2;aspect-ratio:16/9}
  .sponsors-section{padding:3.5rem 1.5rem}
  .sponsor-tier-group{margin-bottom:2.5rem}
  .sponsor-presenting-grid,.sponsor-diamond-grid,.sponsor-platinum-grid,.sponsor-gold-grid,.sponsor-silver-grid{gap:1rem}
  .sponsor-logo-presenting{width:220px;height:100px}
  .sponsor-logo-diamond{width:180px;height:85px}
  .sponsor-page-hero{padding:3.5rem 1.5rem 3rem}
  .tiers-section{padding:3.5rem 1.5rem}
  .tiers-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .board-page{padding:4rem 1.5rem}
  .board-cards-grid{grid-template-columns:1fr 1fr !important;max-width:100% !important;gap:1.5rem}
  .ed-card{margin-bottom:3rem}
  .about-hero{grid-template-columns:1fr;padding:3.5rem 1.5rem;gap:2rem}
  .about-hero .about-beth-img{display:none}
  .about-mission{grid-template-columns:1fr;padding:3.5rem 1.5rem;gap:2.5rem}
  .contact-page{grid-template-columns:1fr}
  .contact-left{padding:3.5rem 1.5rem}
  .contact-right{padding:3rem 1.5rem}
  .form-row{grid-template-columns:1fr}
  footer{grid-template-columns:1fr;text-align:center;padding:3rem 1.5rem;gap:2rem}
  .footer-logos{align-items:center}
  .footer-right{align-items:center}
  .footer-nav{justify-content:center}
  .footer-social{justify-content:center}
  .legal-box{padding:2.5rem 1.5rem}
}
@media(max-width:600px){
  .home-h1{font-size:2.6rem}
  .tiers-grid{grid-template-columns:1fr}
  .board-cards-grid{grid-template-columns:1fr 1fr !important}
  .gal-grid{grid-template-columns:1fr}
  .gal-item:first-child,.gal-item:nth-child(4){grid-column:span 1;aspect-ratio:4/3}
  .home-btns,.home-about-btns,.home-summit-btns{flex-direction:column}
  .home-btns .btn-purple,.home-btns .btn-outline,
  .home-about-btns .btn-purple,.home-about-btns .btn-outline,
  .home-summit-btns .btn-purple,.home-summit-btns .btn-outline{width:100%;text-align:center}
  .page-hero .btn-white,.page-hero .btn-ghost-white{width:100%;text-align:center;display:block}
  .deck-btn{width:100%;justify-content:center}
  .sponsor-logo-presenting{width:100%;max-width:280px}
  .sponsor-logo-diamond{width:calc(50% - .5rem)}
  .sponsor-logo-platinum,.sponsor-logo-gold,.sponsor-logo-silver{width:calc(50% - .4rem)}
  .who-grid{grid-template-columns:1fr}
  .contact-info-row{gap:.8rem}
  .intro-band .intro-social div{flex-wrap:wrap}
  nav .nav-cta{padding:.55rem 1rem;font-size:.62rem}
}
@media(max-width:400px){
  .hero-shell{padding:2rem 1rem 2rem}
  .home-h1{font-size:2.2rem}
  .board-cards-grid{grid-template-columns:1fr !important}
  nav{padding:.7rem 1rem}
}


/* Focus styles for keyboard accessibility */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid var(--black);outline-offset:2px;border-radius:2px}
.nav-links a:focus-visible{border-bottom-color:var(--black)}

/* Mobile hamburger menu */
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:.3rem}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--black);transition:all .3s}
.mobile-menu{display:none;position:fixed;top:66px;left:0;right:0;background:rgba(248,246,242,.99);z-index:9998;border-bottom:2px solid var(--stone);padding:1rem 0}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:.9rem 2rem;font-size:.78rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gray-dark);text-decoration:none;border-bottom:1px solid var(--stone);cursor:pointer;transition:background .15s}
.mobile-menu a:last-child{border-bottom:none}
.mobile-menu a:hover{background:var(--warm)}
@media(max-width:960px){
  .nav-hamburger{display:flex}
}


#page-summit .section-tag::before,
#page-sponsor .section-tag::before,
.home-summit-section .section-tag::before,
#summit-sponsors .section-tag::before { background: var(--grad); }

.legal-overlay{display:none;position:fixed;inset:0;z-index:10000;background:rgba(14,14,13,.65);overflow-y:auto;padding:2rem 1rem}
.legal-overlay.open{display:flex;align-items:flex-start;justify-content:center}
.legal-box{background:#fff;max-width:780px;width:100%;border-radius:4px;padding:3.5rem 4rem;position:relative;margin:auto}
.legal-x{position:absolute;top:1.2rem;right:1.2rem;background:var(--stone);border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:1rem;color:var(--black);transition:background .2s;display:flex;align-items:center;justify-content:center}
.legal-x:hover{background:var(--black);color:white}
.legal-box h1{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:300;color:var(--black);margin-bottom:.3rem}
.legal-meta{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-mid);padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:1px solid var(--stone)}
.legal-box h2{font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--black);margin:1.8rem 0 .5rem}
.legal-box p,.legal-box li{font-size:.95rem;font-weight:300;line-height:1.85;color:var(--gray-dark);margin-bottom:.8rem}
.legal-box ul{padding-left:1.5rem;margin-bottom:1rem}
.legal-box a{color:var(--black)}
.footer-legal-bar{background:#080807;padding:.9rem 5rem;display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1)}
.footer-legal-bar a{font-size:.62rem;color:rgba(255,255,255,.4);text-decoration:none;cursor:pointer;letter-spacing:.12em;text-transform:uppercase;transition:color .2s}
.footer-legal-bar a:hover{color:rgba(255,255,255,.8)}
.footer-legal-bar span{color:rgba(255,255,255,.2)}
@media(max-width:960px){.footer-legal-bar{padding:.9rem 1.5rem;gap:1.2rem}.legal-box{padding:2.5rem 1.5rem}}


#page-summit .section-tag::before,
#page-sponsor .section-tag::before,
.home-summit-section .section-tag::before,
#summit-sponsors .section-tag::before{background:var(--grad)}
#page-summit .btn-purple,#page-sponsor .btn-purple,.home-summit-section .btn-purple{background:var(--purple)}
#page-summit .btn-purple:hover,#page-sponsor .btn-purple:hover,.home-summit-section .btn-purple:hover{background:var(--purple-dk)}
.tier.featured .tier-cta,.tier-cta:hover{background:var(--purple)}
.home-summit-cta{background:var(--purple) !important}
.home-summit-card-date{color:var(--purple)}
#page-about .about-hero .section-tag{color:rgba(255,255,255,.45)}
#page-about .about-hero .section-tag::before,#page-contact .contact-left .section-tag::before{background:rgba(255,255,255,.4)}



/* ==== BCP visual refresh pass (home + interior pages) ==== */
.home-hero{background:
 radial-gradient(circle at 12% 20%, rgba(123,79,207,.22), transparent 42%),
 radial-gradient(circle at 88% 18%, rgba(91,155,213,.18), transparent 35%),
 linear-gradient(180deg,#0c0d10 0%,#121419 100%)}
.home-hero::before{content:'';position:absolute;right:2%;top:7%;width:min(42vw,560px);height:min(42vw,560px);background:url('../images/logos/bcp-logo-nav.png') center/contain no-repeat;opacity:.06;filter:brightness(0) invert(1);pointer-events:none;z-index:1}
.hero-bg-main{opacity:.18;filter:grayscale(.1) saturate(.7) brightness(.35);object-position:center 32%}
.hero-overlay{background:
 radial-gradient(circle at 18% 25%,rgba(123,79,207,.28),transparent 45%),
 radial-gradient(circle at 82% 24%,rgba(91,155,213,.2),transparent 42%),
 linear-gradient(90deg,rgba(8,9,11,.92) 0%,rgba(8,9,11,.78) 50%,rgba(8,9,11,.68) 75%,rgba(8,9,11,.82) 100%)}
.hero-glass-card{border-radius:22px;border-color:rgba(255,255,255,.16);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.05));}
.hero-card-stats>div{border-radius:14px}
.home-h1{max-width:11ch}

/* Summit page hero gets the faded event feel */
#page-summit .page-hero{background:#101114}
#page-summit .page-hero::before{content:'';position:absolute;inset:0;background:url('../images/gallery/event-01.jpg') center/cover no-repeat;opacity:.18;filter:grayscale(.1) saturate(.85) contrast(1.05)}
#page-summit .page-hero::after{content:'';position:absolute;inset:0;background:
 radial-gradient(circle at 78% 22%, rgba(123,79,207,.35), transparent 48%),
 linear-gradient(100deg, rgba(8,8,9,.92) 0%, rgba(8,8,9,.74) 50%, rgba(8,8,9,.72) 100%)}
#page-summit .page-hero-inner{z-index:2}
#page-summit .page-summit-logo{border-radius:16px;padding:1.2rem;background:rgba(255,255,255,.95);box-shadow:0 20px 60px rgba(0,0,0,.35)}

/* Shared modern section polish */
.sponsor-page-hero,.board-page,.about-mission,.tiers-section{position:relative}
.sponsor-page-hero{
 background:
 radial-gradient(circle at 15% 20%, rgba(123,79,207,.08), transparent 42%),
 radial-gradient(circle at 85% 18%, rgba(91,155,213,.07), transparent 38%),
 linear-gradient(180deg,#fbfaf7 0%, #f6f2eb 100%);
}
.sponsor-page-hero::before{content:'';position:absolute;inset:auto auto 18px 50%;transform:translateX(-50%);width:min(85vw,920px);height:1px;background:linear-gradient(90deg,transparent,rgba(123,79,207,.28),transparent)}
.tiers-section{background:linear-gradient(180deg,#ffffff 0%, #faf8f4 100%)}
.tier{border-radius:18px;border-color:#ebe6de;box-shadow:0 12px 30px rgba(12,14,20,.04)}
.tier:hover{box-shadow:0 24px 60px rgba(12,14,20,.12)}
.tier-cta{border-radius:12px}

.board-page{background:
 radial-gradient(circle at 12% 10%, rgba(123,79,207,.06), transparent 38%),
 radial-gradient(circle at 88% 12%, rgba(91,155,213,.05), transparent 35%),
 linear-gradient(180deg,#faf8f4 0%, #f7f3ec 100%)}
.board-page-header{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 60px rgba(0,0,0,.05);border-radius:22px;padding:2rem 2rem 1.8rem}
.exec-section,.board-page > .reveal:not(.board-page-header):not(.board-tagline){background:#fff;border:1px solid #ede7de;border-radius:22px;padding:2.3rem;box-shadow:0 14px 40px rgba(0,0,0,.05);margin-bottom:1.8rem}
.board-cards-grid{gap:1.4rem !important}
.board-vcard{background:#fff;border:1px solid #efe8de;border-radius:18px;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.board-vphoto{border-radius:14px;margin-bottom:.8rem}
.ed-card{background:linear-gradient(180deg,#fff,#fbf8f2);border:1px solid #eee6db;border-radius:18px;padding:1.1rem;display:inline-flex;flex-direction:column;align-items:center;box-shadow:0 12px 30px rgba(0,0,0,.05)}
.ed-photo{border-radius:14px}
.board-tagline{border-top:none;margin-top:1rem;padding-top:1.5rem}

.about-hero{position:relative;overflow:hidden;background:
 radial-gradient(circle at 82% 22%, rgba(123,79,207,.22), transparent 40%),
 radial-gradient(circle at 15% 20%, rgba(91,155,213,.16), transparent 35%),
 linear-gradient(180deg,#0d1015 0%, #11151b 100%)}
.about-hero::before{content:'';position:absolute;right:4%;top:8%;width:min(34vw,420px);height:min(34vw,420px);background:url('../images/logos/bcp-logo-nav.png') center/contain no-repeat;filter:brightness(0) invert(1);opacity:.05;pointer-events:none}
.about-beth-img{border-radius:18px;border:1px solid rgba(255,255,255,.12)}
.about-mission{background:
 linear-gradient(180deg,#f8f5ef 0%, #fff 100%);
}
.about-mission > .reveal:first-child,.about-mission > .reveal:last-child{background:#fff;border:1px solid #ede7de;border-radius:22px;padding:2rem;box-shadow:0 14px 40px rgba(0,0,0,.05)}
.pillars{gap:.8rem}
.pillar{border:1px solid #efe8df;border-radius:14px;padding:1.2rem 1rem;background:#fff}
.pillar:first-child{border-top:1px solid #efe8df}
.pillar:hover{background:#fbf8f2;border-color:#e2d9ff}
.board-tag{border-radius:999px;background:linear-gradient(135deg,#111,#2a2a2a)}

.contact-page{background:linear-gradient(90deg,#0f1319 0%,#0f1319 50%, #f7f3ec 50%, #f7f3ec 100%)}
.contact-left{position:relative;background:transparent}
.contact-left::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 20%, rgba(123,79,207,.22), transparent 40%), radial-gradient(circle at 80% 20%, rgba(91,155,213,.12), transparent 35%);pointer-events:none}
.contact-left > *{position:relative;z-index:1}
.contact-info-item{border-radius:14px;background:rgba(255,255,255,.05)}
.contact-right{background:transparent}
.contact-right .contact-form{background:#fff;border:1px solid #ece4d9;border-radius:20px;padding:1.25rem;box-shadow:0 18px 50px rgba(0,0,0,.06)}

.contact-right h2,.contact-right p.sub,.contact-right .contact-form{width:100%;max-width:620px}
.contact-right .contact-form{margin-right:auto}
.form-group input,.form-group select,.form-group textarea{border-radius:10px;border-color:#e8e0d5}
#contact-form button.btn-purple{border-radius:12px}

#site-footer{position:relative;overflow:hidden}
#site-footer::before{content:'';position:absolute;left:-8%;bottom:-80px;width:280px;height:280px;background:radial-gradient(circle, rgba(123,79,207,.2), transparent 65%);pointer-events:none}
#site-footer::after{content:'';position:absolute;right:-8%;top:-100px;width:320px;height:320px;background:radial-gradient(circle, rgba(91,155,213,.14), transparent 65%);pointer-events:none}
#site-footer > *{position:relative;z-index:1}

@media(max-width:960px){
  #page-summit .page-hero::before{opacity:.16;background-position:center}
  .board-page-header,.exec-section,.board-page > .reveal:not(.board-page-header):not(.board-tagline),.about-mission > .reveal:first-child,.about-mission > .reveal:last-child{padding:1.3rem;border-radius:16px}
  .contact-page{background:linear-gradient(180deg,#0f1319 0%,#0f1319 46%, #f7f3ec 46%, #f7f3ec 100%)}
  .contact-right .contact-form{padding:1rem}
}


/* Requested polish updates */
.intro-social-wrap{margin-top:1rem;display:flex;flex-direction:column;gap:.65rem}
.intro-social-label{font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.55)}
.intro-social{flex-wrap:wrap}
.exec-spotlight-grid{display:grid;grid-template-columns:minmax(240px,300px) 1fr;gap:1.3rem;align-items:start}
.exec-spotlight .ed-card{margin:0;max-width:280px;width:100%;justify-self:center}
.ed-card-feature{padding:1.1rem 1.1rem 1.2rem}
.exec-spotlight-copy{background:linear-gradient(180deg,#fff,#fbf8f2);border:1px solid #eee6db;border-radius:18px;padding:1.15rem 1.2rem;box-shadow:0 10px 24px rgba(0,0,0,.04)}
.exec-spotlight-copy h3{margin:0 0 .65rem;color:#141414;font-size:1.12rem}
.exec-spotlight-copy p{margin:.5rem 0;color:#555;line-height:1.65;font-size:.94rem}
.exec-spotlight-points{display:grid;gap:.6rem;margin-top:.9rem}
.exec-spotlight-points > div{display:grid;grid-template-columns:94px 1fr;gap:.65rem;align-items:start;padding:.72rem .8rem;border:1px solid #eee6da;border-radius:12px;background:#fff}
.exec-spotlight-points strong{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#6a625b;padding-top:.12rem}
.exec-spotlight-points span{font-size:.9rem;line-height:1.45;color:#3f3f3f}
.summit-planning-block{padding:0 0 1rem}
.summit-planning-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:1rem;padding:0 1.25rem}
.summit-story-card,.summit-sponsor-preview{background:#fff;border:1px solid #ece4d8;border-radius:20px;padding:1.2rem;box-shadow:0 14px 36px rgba(0,0,0,.05)}
.summit-story-card h2,.summit-sponsor-preview h3{margin:.2rem 0 .55rem}
.summit-story-card p,.summit-sponsor-preview p{color:#5d5d5d;line-height:1.65}
.summit-preview-note{font-size:.9rem;margin-bottom:.7rem}
.sponsor-level-stack{display:grid;gap:.55rem}
.sponsor-level-row{display:flex;justify-content:space-between;gap:.8rem;align-items:center;padding:.72rem .8rem;border:1px solid #eee5da;border-radius:12px;background:linear-gradient(180deg,#fff,#fbf8f3)}
.sponsor-level-row .level-name{font-weight:700;font-size:.9rem;color:#222}
.sponsor-level-row .level-slot{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#7a7a7a}
@media(max-width:960px){.exec-spotlight-grid,.summit-planning-grid{grid-template-columns:1fr}.exec-spotlight-points>div{grid-template-columns:1fr}}


/* === Refinements: Board spacing hierarchy, sponsor layout, summit sponsor module === */
.exec-spotlight-grid.compact{grid-template-columns:minmax(220px,270px) 1fr;align-items:center;gap:1.5rem}
.ed-card.compact{max-width:260px;padding:.95rem .95rem 1rem;border-radius:16px}
.ed-card.compact .ed-photo{aspect-ratio:1/1;object-fit:cover;object-position:center 18%}
.exec-spotlight-copy.compact h3{margin:.1rem 0 .55rem;font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:500;color:#161616}
.exec-spotlight-copy.compact p{margin:0;color:#555;line-height:1.6;max-width:52ch}
.exec-mini-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.exec-mini-tags span{padding:.5rem .75rem;border-radius:999px;background:linear-gradient(180deg,#fff,#f8f3ea);border:1px solid #ebe1d4;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#484848}
.board-page .section-divider{margin-bottom:1.35rem}
.exec-section{margin-bottom:1.2rem}
.exec-section .board-cards-grid{margin-top:.35rem}
.board-vcard{background:linear-gradient(180deg,#fff,#fbf8f3);border:1px solid #eee5da;border-radius:18px;padding:.95rem;box-shadow:0 10px 28px rgba(0,0,0,.04)}
.board-vphoto{border-radius:14px;background:#f4efe7}
.board-vname{margin-top:.8rem}
.board-tagline{margin-top:.6rem}
.sponsor-overview{max-width:1200px;margin:0 auto;padding:0 5rem 2rem;display:grid;grid-template-columns:1.15fr .85fr;gap:1.2rem}
.sponsor-overview-card,.sponsor-overview-stats{background:#fff;border:1px solid #ece3d8;border-radius:22px;box-shadow:0 16px 40px rgba(0,0,0,.05)}
.sponsor-overview-card{padding:1.4rem 1.4rem 1.2rem}
.sponsor-overview-card h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1;margin:.3rem 0 .6rem;color:#171717}
.sponsor-overview-card p{color:#5d5d5d;line-height:1.65;margin:0}
.sponsor-benefit-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.sponsor-benefit-chips span{padding:.55rem .8rem;border-radius:999px;background:linear-gradient(180deg,#ffffff,#f7f2ea);border:1px solid #ece1d3;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}
.sponsor-overview-stats{padding:1rem;display:grid;gap:.8rem;align-content:start;background:linear-gradient(180deg,#fff,#fbf8f2)}
.sponsor-stat{border:1px solid #efe6da;border-radius:16px;padding:.95rem;background:#fff}
.sponsor-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;color:#7c7368;font-weight:700}
.sponsor-stat-value{margin-top:.25rem;font-size:1.25rem;font-weight:700;color:#171717}
.sponsor-stat p{margin:.35rem 0 0;color:#5f5f5f;line-height:1.45;font-size:.92rem}
.tiers-section{padding-top:1.75rem}
.tiers-grid{gap:1.1rem !important}
.tier{position:relative;border-radius:20px !important;border:1px solid #eadfce !important;background:linear-gradient(180deg,#fff,#fbf7f0) !important;box-shadow:0 14px 34px rgba(0,0,0,.05);overflow:hidden}
.tier::before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,rgba(123,79,207,.7),rgba(123,79,207,.1))}
.tier.featured{border-color:#d9c6ff !important;box-shadow:0 18px 42px rgba(123,79,207,.14)}
.tier.featured::before{height:5px;background:linear-gradient(90deg,#7b4fcf,#c7a8ff)}
.tier-name{font-size:1.25rem !important}
.tier-price{font-family:'Cormorant Garamond',serif;font-size:2.2rem !important;line-height:.95}
.tier-tickets{background:#fff;border:1px solid #ece3d8;border-radius:12px;padding:.55rem .7rem}
.tier-perks li{padding-left:.15rem}
.deadline-note{background:#fff;border:1px solid #ebdfcf;border-radius:16px;padding:1rem 1.2rem;max-width:1100px;margin:1rem auto 0}
.summit-sponsor-preview{overflow:hidden}
.sponsor-grid-module{display:grid;gap:.75rem;margin-top:.85rem}
.sponsor-tier-block{border:1px solid #efe6db;background:linear-gradient(180deg,#fff,#fbf8f3);border-radius:14px;padding:.75rem}
.sponsor-tier-hero{border-color:#dfd0ef;background:linear-gradient(180deg,#fff,#f7f0ff)}
.sponsor-tier-head{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.55rem}
.sponsor-tier-head span{font-weight:700;color:#1b1b1b}
.sponsor-tier-head small{color:#7a7270;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.sponsor-logo-grid{display:grid;gap:.55rem}
.sponsor-logo-grid.cols-1{grid-template-columns:1fr}
.sponsor-logo-grid.cols-2{grid-template-columns:repeat(2,1fr)}
.sponsor-logo-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.logo-slot{min-height:58px;border:1px dashed #d5cbc0;border-radius:12px;background:#fff;display:grid;place-items:center;text-align:center;padding:.55rem;color:#7f766c;font-size:.78rem;font-weight:600}
.logo-slot-lg{min-height:74px;font-size:.86rem}
.partner-pill-list{display:flex;flex-wrap:wrap;gap:.45rem}
.partner-pill-list span{border:1px dashed #d8cdc0;background:#fff;border-radius:999px;padding:.45rem .7rem;font-size:.74rem;color:#776e64}
@media (max-width:980px){.sponsor-overview{grid-template-columns:1fr;padding:0 1.5rem 1.2rem}.exec-spotlight-grid.compact{grid-template-columns:1fr;gap:1rem}.exec-spotlight-copy.compact h3{font-size:1.65rem}}
@media (max-width:640px){.sponsor-logo-grid.cols-3{grid-template-columns:repeat(2,1fr)}.logo-slot-lg{min-height:66px}.exec-mini-tags span,.sponsor-benefit-chips span{font-size:.7rem;letter-spacing:.06em}}

/* Final polish pass: board hierarchy + sponsor page elevation + summit sponsor grid */
.exec-section{max-width:1100px;margin:0 auto 1.4rem;padding:0 1.2rem}
.exec-section:last-of-type{margin-bottom:.5rem}
.exec-spotlight{padding:.5rem 0 0}
.exec-spotlight-grid.compact{grid-template-columns:210px minmax(0,1fr);gap:.85rem;align-items:center;max-width:700px;margin:0 auto}
.ed-card-feature.compact{padding:1rem .95rem .9rem;border-radius:16px;box-shadow:0 10px 26px rgba(0,0,0,.05)}
.ed-card-feature.compact .ed-photo{aspect-ratio:4/5;object-fit:cover;object-position:center 22%;border-radius:12px}
.ed-card-feature.compact .ed-name{font-size:1.05rem;margin-top:.75rem}
.ed-card-feature.compact .ed-title{font-size:.68rem;letter-spacing:.16em}
.exec-spotlight-copy.compact.minimalist{padding:.8rem .95rem;background:linear-gradient(180deg,#fff,#fcfaf6);min-height:auto;border-radius:14px}
.exec-kicker{font-size:.6rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#7a726a;margin-bottom:.45rem}
.exec-spotlight-copy.compact.minimalist p{margin:0;font-size:.92rem;line-height:1.55;max-width:52ch}
.exec-mini-tags{display:none}
.board-page .section-divider{margin-bottom:1rem}
.board-page .section-divider::before,.board-page .section-divider::after{opacity:.8}
.exec-section .board-cards-grid{gap:1.15rem !important}
.board-vcard{border-radius:16px;padding:1rem .95rem .9rem;box-shadow:0 10px 22px rgba(0,0,0,.04);border:1px solid #efe7db;background:linear-gradient(180deg,#fff,#fbf8f3)}
.board-vphoto{border-radius:12px}
.board-vname{margin-top:.75rem}
.board-vrole{font-size:.68rem;letter-spacing:.18em}

.sponsor-page-hero p{max-width:64ch;margin-left:auto;margin-right:auto}
.sponsor-overview-card.elevated,.sponsor-overview-stats.elevated{border-radius:24px;box-shadow:0 18px 50px rgba(10,12,16,.06)}
.sponsor-overview-card.elevated{padding:1.6rem}
.sponsor-overview-card.elevated p{font-size:.98rem}
.sponsor-benefit-chips{margin-top:1rem}
.sponsor-benefit-chips span{background:#fff;border:1px solid #e7ddcf;border-radius:999px;padding:.45rem .75rem;font-size:.73rem;font-weight:600;letter-spacing:.04em;color:#3b3b3b}
.sponsor-cta-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}
.mini-cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem .95rem;border-radius:12px;background:#161616;color:#fff;text-decoration:none;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;border:1px solid #161616}
.mini-cta.ghost{background:transparent;color:#161616;border-color:#ddd2c3}
.mini-cta:hover{background:var(--purple);border-color:var(--purple);color:#fff}
.sponsor-overview-stats.elevated{padding:1rem;background:linear-gradient(180deg,#ffffff,#faf7f2)}
.sponsor-stat{border-radius:14px;border:1px solid #ece2d6;background:rgba(255,255,255,.92);padding:.9rem}
.sponsor-stat-value{font-size:1.05rem}
.sponsor-stat p{margin:.35rem 0 0;line-height:1.5}
.sponsor-process{max-width:1200px;margin:0 auto;padding:0 5rem 1.25rem}
.sponsor-process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.process-step{background:linear-gradient(180deg,#fff,#fbf8f3);border:1px solid #ece2d6;border-radius:18px;padding:1rem;box-shadow:0 10px 26px rgba(0,0,0,.04)}
.process-step span{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:999px;background:rgba(123,79,207,.09);color:var(--purple);font-weight:700;font-size:.78rem;margin-bottom:.55rem}
.process-step h4{margin:0 0 .35rem;font-size:1rem;color:#161616}
.process-step p{margin:0;color:#5d5d5d;line-height:1.55;font-size:.9rem}
.tiers-section{padding-top:1.75rem}
.tier{padding:1.15rem 1rem 1rem !important}
.tier-name{font-size:1.02rem !important;letter-spacing:.14em !important;color:#4a4440 !important}
.tier-price{font-size:2rem !important;margin-bottom:.4rem}
.tier-tickets{font-size:.75rem}
.tier-perks li{font-size:.74rem;line-height:1.45}
.tier-cta{font-size:.68rem;letter-spacing:.12em}
.deadline-note{max-width:1100px;margin:1.15rem auto 0;padding:.9rem 1rem;border-radius:14px;background:#fff;border:1px solid #ece2d6;box-shadow:0 8px 18px rgba(0,0,0,.03)}

.summit-sponsor-preview h3{margin-bottom:.35rem}
.summit-preview-note{margin-bottom:.75rem}
.summit-sponsor-tools{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:.8rem 0 .4rem}
.summit-tool-card{border:1px solid #eee3d8;background:linear-gradient(180deg,#fff,#fbf8f4);border-radius:12px;padding:.65rem .7rem}
.summit-tool-card .tool-label{font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#7e766f;margin-bottom:.28rem}
.summit-tool-card p{margin:0;color:#555;line-height:1.45;font-size:.83rem}
.sponsor-tier-head span{font-size:.9rem;letter-spacing:.03em}
.logo-slot{min-height:54px;border-style:dashed;color:#6a625e;background:rgba(255,255,255,.85)}
.logo-slot.logo-slot-lg{min-height:76px;font-weight:700}
.partner-pill-list span{border-radius:999px;padding:.38rem .65rem;background:#fff;border:1px dashed #ded2c2;color:#655d57}
.sponsor-module-note{margin-top:.75rem;padding:.75rem .85rem;border:1px solid #ece2d6;border-radius:12px;background:rgba(255,255,255,.75);color:#5a5450;font-size:.84rem;line-height:1.45}

@media (max-width:980px){
  .exec-section{padding:0 .8rem}
  .exec-spotlight-grid.compact{grid-template-columns:1fr;max-width:360px;text-align:left}
  .ed-card-feature.compact{max-width:100%}
  .sponsor-process{padding:0 1.5rem 1rem}
  .sponsor-process-grid{grid-template-columns:1fr}
  .summit-sponsor-tools{grid-template-columns:1fr}
}


/* Final copy + hierarchy polish pass */
.exec-spotlight .section-divider{margin-bottom:.8rem;}
.exec-spotlight .ed-card.compact{max-width:230px;padding:.7rem .7rem .75rem;}
.exec-spotlight .ed-card.compact .ed-photo{aspect-ratio:1/1.05;object-fit:cover;}
.exec-spotlight .ed-name{font-size:1rem;}
.exec-spotlight .ed-title{font-size:.78rem;letter-spacing:.18em;}
.exec-spotlight .ed-org{font-size:.8rem;}
.exec-spotlight-copy.compact.minimalist .exec-kicker{margin-bottom:.35rem;}
.summit-preview-note{max-width:62ch;}
.sponsor-overview-card h2{max-width:22ch;}
.sponsor-page-hero p{max-width:66ch;margin-left:auto;margin-right:auto;}
.about-hero p{max-width:58ch;}
@media (max-width:980px){ .exec-spotlight-grid.compact{max-width:340px;} .exec-spotlight .ed-card.compact{max-width:220px;} }


/* Extras: favicon/form polish/deep-link support */
.hp-field{position:absolute !important;left:-9999px !important;opacity:0 !important;pointer-events:none !important}
.check-row{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;color:#4d4d4d;line-height:1.45}
.check-row input{margin-top:.18rem;accent-color:var(--purple)}
.form-status{display:none;padding:.75rem .9rem;border-radius:10px;border:1px solid transparent;font-size:.82rem;line-height:1.4}
.form-status.warning,.form-status.error,.form-status.success{display:block}
.form-status.warning{background:#fff8e8;border-color:#f1dfb1;color:#6f5416}
.form-status.error{background:#fff0f0;border-color:#efc8c8;color:#8c1f1f}
.form-status.success{background:#eef8ef;border-color:#cbe4cf;color:#1f6a33}
#form-success{margin-top:.2rem;border-radius:10px !important}
.footer-nav a,.footer-social a{white-space:nowrap}
.board-page .exec-spotlight{margin-bottom:.6rem}
.board-page .exec-section + .exec-section{margin-top:.65rem}
.exec-spotlight-copy.compact.minimalist{max-width:440px}
.exec-spotlight-copy.compact.minimalist p{font-size:.9rem;line-height:1.5}
.sponsor-tier-block .logo-slot{min-height:62px}
.sponsor-tier-block .logo-slot.logo-slot-lg{min-height:82px}
.sponsor-tier-head{padding-bottom:.2rem;border-bottom:1px solid #f0e7dc}
.sponsor-tier-head small{font-weight:700}
@media (max-width:980px){
  .contact-info-value{word-break:break-word}
  .footer-social{flex-wrap:wrap}
}


/* Quick update: center Executive Director card and remove text panel */
.board-page .exec-spotlight-grid.compact{grid-template-columns:1fr !important;max-width:260px !important;justify-items:center !important;gap:0 !important;}
.board-page .exec-spotlight .ed-card.compact,.board-page .exec-spotlight .ed-card-feature.compact{max-width:250px !important;width:100%;margin:0 auto;}
.board-page .exec-spotlight-copy{display:none !important;}
@media (max-width:980px){.board-page .exec-spotlight-grid.compact{max-width:240px !important;}}

@media (max-width:900px){.gal-item,.gal-item.feature-wide,.gal-item.feature-tall{grid-column:span 6}.gal-item.feature-hero{grid-column:span 12}}
@media (max-width:560px){.gal-item,.gal-item.feature-wide,.gal-item.feature-tall,.gal-item.feature-hero{grid-column:span 12}}

/* v24 footer + sponsor badges/layout fix overrides */
.footer-content{
  min-height: 220px !important;
  align-items: start !important;
}
footer{
  padding: 2.4rem 3rem 1.2rem !important;
}
.tier{
  overflow: visible !important;
  padding-top: 2.5rem !important;
}
.tier-badge{
  top: 0.55rem !important;
  z-index: 5;
}
.sponsor-overview{
  align-items: start !important;
}
.sponsor-overview-panel{
  height: auto !important;
  align-self: start !important;
}
@media (max-width: 960px){
  footer{padding:2rem 1.25rem 1rem !important;}
  .footer-content{min-height:auto !important;gap:1.25rem;}
}
