/* ============================================================
   BridgeUp YYC — Leadership Enablement Program
   ============================================================ */

:root {
  --navy:   #050D1A;
  --navy2:  #071629;
  --ac:     #C8A951;
  --ac2:    #D4BE76;
  --light:  #E8EDF5;
  --muted:  #9BADC8;
  --white:  #E8EDF5;
  --section: 96px;
  --wrap: 1200px;
  --radius: 8px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--navy);
  color: var(--light);
  overflow-x: hidden;
  line-height: 1.7;
}

/* ── PROGRESS BAR ── */
#prog {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--ac), var(--ac2));
  z-index: 9999; transition: width .1s linear;
}

/* ── TYPOGRAPHY ── */
h1,h2,h3 { font-family: 'Playfair Display', serif; line-height: 1.15; }
.g { background: linear-gradient(135deg, var(--ac), var(--ac2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* ── WRAP ── */
.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 40px; }

/* ── SECTION TAG ── */
.sec-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ac); margin-bottom: 16px;
}
.sec-tag::before {
  content: ''; width: 28px; height: 2px;
  background: linear-gradient(90deg, var(--ac), var(--ac2));
}

/* ── SEC TITLE ── */
.sec-title { font-size: clamp(1.9rem, 3.5vw, 2.8rem); color: var(--white); margin-bottom: 20px; }
.sec-lead  { font-size: 1.05rem; color: var(--muted); max-width: 680px; margin-bottom: 48px; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 32px; border-radius: 6px; font-size: .92rem;
  font-weight: 600; cursor: pointer; transition: all .25s; text-decoration: none; border: none;
}
.btn-gold  { background: linear-gradient(135deg, var(--ac), var(--ac2)); color: var(--navy); }
.btn-gold:hover  { filter: brightness(1.1); transform: translateY(-2px); }
.btn-ghost { border: 1.5px solid rgba(201,168,76,.4); color: var(--ac); background: transparent; }
.btn-ghost:hover { border-color: var(--ac); background: rgba(201,168,76,.08); }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 0; transition: all .3s;
}
.nav.scrolled {
  background: rgba(10,22,40,.95); backdrop-filter: blur(20px);
  padding: 12px 0; box-shadow: 0 2px 40px rgba(0,0,0,.4);
}
.nav-inner {
  max-width: var(--wrap); margin: 0 auto; padding-inline: 40px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: 'Playfair Display', serif; font-size: 1.25rem;
  color: var(--white); text-decoration: none; letter-spacing: .01em;
}
.logo em { color: var(--ac); font-style: italic; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { color: rgba(240,244,255,.75); text-decoration: none; font-size: .88rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover, .nav-links a.nav-cta { color: var(--white); }
.nav-links .nav-cta {
  background: linear-gradient(135deg,var(--ac),var(--ac2));
  color: var(--navy) !important; padding: 9px 22px; border-radius: 5px; font-weight: 700;
}
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--light); transition: all .3s; }

/* ── HERO ── */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: radial-gradient(ellipse at 60% 40%, rgba(15,31,60,.9) 0%, var(--navy) 70%);
}
.hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .35; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(10,22,40,.7) 0%, rgba(10,22,40,.3) 100%);
}
.hero-content {
  position: relative; z-index: 2; max-width: var(--wrap);
  margin: 0 auto; padding: 120px 40px 80px; width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ac); border: 1px solid rgba(201,168,76,.3);
  padding: 8px 18px; border-radius: 30px; margin-bottom: 32px;
  opacity: 0; transform: translateY(20px);
}
.hero-title {
  font-size: clamp(3.5rem, 8vw, 7rem); color: var(--white);
  line-height: 1; margin-bottom: 8px;
}
.hero-title .line1 { display: block; }
.hero-title .line2 {
  display: block;
  background: linear-gradient(135deg, var(--ac), var(--ac2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-program {
  font-size: clamp(1rem, 2vw, 1.35rem); color: rgba(240,244,255,.7);
  letter-spacing: .06em; text-transform: uppercase; font-weight: 500;
  margin-bottom: 24px; opacity: 0; transform: translateY(20px);
}
.hero-sub {
  font-size: clamp(.95rem, 1.6vw, 1.12rem); color: rgba(240,244,255,.7);
  max-width: 640px; margin-bottom: 32px; opacity: 0; transform: translateY(20px);
}
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 40px;
  opacity: 0; transform: translateY(20px);
}
.meta-pill {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: .8rem; color: rgba(240,244,255,.65);
  border: 1px solid rgba(240,244,255,.15); padding: 7px 14px; border-radius: 20px;
}
.meta-pill svg { width: 14px; height: 14px; stroke: var(--ac); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; opacity: 0; transform: translateY(20px); }

/* ── SCROLL HINT ── */
.scroll-hint {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(240,244,255,.35); opacity: 0;
}
.mouse-icon {
  width: 24px; height: 38px; border: 1.5px solid rgba(240,244,255,.25);
  border-radius: 12px; display: flex; justify-content: center; padding-top: 6px;
}
.mouse-wheel {
  width: 4px; height: 8px; background: var(--ac);
  border-radius: 2px; animation: scroll-wheel 1.8s ease infinite;
}
@keyframes scroll-wheel { 0%,100%{opacity:1;transform:translateY(0)} 50%{opacity:.4;transform:translateY(8px)} }

/* ── STATS BAND ── */
.stats-band { background: var(--navy2); border-top: 1px solid rgba(201,168,76,.15); border-bottom: 1px solid rgba(201,168,76,.15); padding: 48px 40px; }
.stats-grid { max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; text-align: center; }
.stat-n { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 800; background: linear-gradient(135deg,var(--ac),var(--ac2)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.stat-l { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; }

/* ── SECTION ── */
.section { padding: var(--section) 0; }

/* ── PROGRAM CARDS ── */
.program-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.prog-card {
  background: rgba(15,31,60,.6); border: 1px solid rgba(201,168,76,.12);
  border-radius: var(--radius); padding: 36px; transition: transform .3s, border-color .3s;
}
.prog-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.35); }
.prog-ico {
  width: 52px; height: 52px; background: rgba(201,168,76,.1); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.prog-ico svg { width: 24px; height: 24px; stroke: var(--ac); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.prog-card h3 { font-size: 1.25rem; color: var(--white); margin-bottom: 12px; }
.prog-card p  { font-size: .92rem; color: var(--muted); margin-bottom: 16px; }
.prog-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.prog-card li { font-size: .88rem; color: rgba(240,244,255,.7); display: flex; align-items: flex-start; gap: 8px; }
.prog-card li::before { content: '→'; color: var(--ac); flex-shrink: 0; font-size: .85rem; }

/* ── OUTCOMES BAND ── */
.outcomes-band {
  background: linear-gradient(135deg, var(--navy2) 0%, rgba(15,31,60,.8) 100%);
  border-top: 1px solid rgba(201,168,76,.1); border-bottom: 1px solid rgba(201,168,76,.1);
  padding: var(--section) 0;
}
.outcomes-inner { max-width: var(--wrap); margin: 0 auto; padding-inline: 40px; display: grid; grid-template-columns: 1fr 400px; gap: 80px; align-items: center; }
.outcomes-list { display: flex; flex-direction: column; gap: 28px; margin-top: 32px; }
.outcome-item { display: flex; gap: 20px; align-items: flex-start; }
.outcome-check {
  width: 32px; height: 32px; background: rgba(201,168,76,.15); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--ac); font-weight: 700; font-size: 1rem; flex-shrink: 0;
}
.outcome-item strong { color: var(--white); display: block; margin-bottom: 4px; }
.outcome-item p { font-size: .9rem; color: var(--muted); }
.outcomes-img-wrap { position: relative; }
.outcomes-img {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  border: 1px solid rgba(201,168,76,.2);
  aspect-ratio: 3/4;
}
.outcomes-img img { width: 100%; height: 100%; object-fit: cover; }

/* ── FACILITATOR ── */
.fac-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-top: 40px; }
.fac-bio p { color: rgba(240,244,255,.75); margin-bottom: 20px; line-height: 1.8; }
.fac-creds { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.fac-creds span {
  font-size: .78rem; font-weight: 600; color: var(--ac);
  border: 1px solid rgba(201,168,76,.3); padding: 6px 14px; border-radius: 20px;
}
.fac-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fac-stat {
  background: rgba(15,31,60,.8); border: 1px solid rgba(201,168,76,.12);
  border-radius: var(--radius); padding: 28px; text-align: center;
}
.fac-n { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 800; background: linear-gradient(135deg,var(--ac),var(--ac2)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; display: block; }
.fac-l { font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 6px; display: block; }

/* ── APPLY FORM ── */
.apply { background: rgba(15,31,60,.4); }
.apply-form { max-width: 760px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label { font-size: .82rem; font-weight: 600; color: rgba(240,244,255,.8); letter-spacing: .04em; }
.form-group input, .form-group select, .form-group textarea {
  padding: 14px 18px; border-radius: 6px;
  border: 1px solid rgba(201,168,76,.2); background: rgba(255,255,255,.06);
  color: var(--light); font-size: .92rem; font-family: inherit; outline: none; transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus { border-color: var(--ac); }
.form-group input::placeholder { color: rgba(240,244,255,.3); }
.form-group select option { background: var(--navy2); color: var(--light); }
.form-foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 8px; }
.form-note { font-size: .82rem; color: var(--muted); }
.form-note.ok   { color: #7fcf8e; }
.form-note.fail { color: #f08080; }

/* ── FOOTER ── */
footer { background: rgba(5,10,20,.9); border-top: 1px solid rgba(201,168,76,.1); padding: 48px 40px 24px; }
.foot-inner { max-width: var(--wrap); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; margin-bottom: 32px; }
.foot-logo { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--white); }
.foot-logo em { color: var(--ac); }
.foot-links { display: flex; gap: 28px; list-style: none; flex-wrap: wrap; }
.foot-links a { color: var(--muted); text-decoration: none; font-size: .88rem; transition: color .2s; }
.foot-links a:hover { color: var(--ac); }
.foot-copy { max-width: var(--wrap); margin: 0 auto; font-size: .8rem; color: rgba(136,153,187,.5); border-top: 1px solid rgba(255,255,255,.06); padding-top: 24px; }

/* ── SCROLL REVEAL ── */
.reveal, .reveal-l, .reveal-r {
  opacity: 0; transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1);
}
.reveal   { transform: translateY(40px); }
.reveal-l { transform: translateX(-50px); }
.reveal-r { transform: translateX(50px); }
.reveal.in, .reveal-l.in, .reveal-r.in { opacity: 1; transform: none; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .program-grid   { grid-template-columns: 1fr; }
  .outcomes-inner { grid-template-columns: 1fr; gap: 48px; }
  .fac-grid       { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  :root { --section: 64px; }
  .wrap, .stats-band, .outcomes-inner, .foot-inner { padding-inline: 20px; }
  .nav-inner, .hero-content { padding-inline: 20px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .form-row   { grid-template-columns: 1fr; }
  .fac-stats  { grid-template-columns: 1fr 1fr; }
  .nav-links {
    display: none; position: fixed; inset: 0; background: var(--navy);
    flex-direction: column; align-items: center; justify-content: center; gap: 28px; z-index: 999;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.1rem; }
  .hamburger { display: flex; z-index: 1000; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-meta { gap: 8px; }
}
