
:root{
  --bg:#070707;
  --bg-soft:#111111;
  --text:#f5f2ea;
  --muted:#c9c1b6;
  --brand:#6f0d12;
  --brand-2:#9b1c23;
  --gold:#c6a86a;
  --border:rgba(255,255,255,.10);
  --glass:rgba(255,255,255,.05);
  --glass-strong:rgba(255,255,255,.08);
  --shadow:0 20px 60px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',sans-serif;
  background:var(--bg);
  color:var(--text);
  opacity:1;
  transition:opacity .35s ease;
}
body.fade-out{opacity:0}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
p{line-height:1.8}
ul{line-height:1.8}
h1,h2,h3{
  font-family:'Cormorant Garamond',serif;
  font-weight:600;
  letter-spacing:.02em;
}
#page-loader{
  position:fixed;
  inset:0;
  background:#000;
  z-index:5000;
  transition:opacity .45s ease;
}
#page-loader.hidden{opacity:0;pointer-events:none}
.eyebrow{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.82rem;
  color:var(--gold);
}
.navbar{
  position:fixed;
  top:0;left:0;right:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:.95rem 1.35rem;
  z-index:3000;
  transition:all .3s ease;
}
.navbar.scrolled,.navbar.navbar-solid{
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(12px);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.logo{
  font-size:.95rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:1.2rem;
}
.nav-links a{
  font-size:.92rem;
  letter-spacing:.06em;
  transition:transform .25s ease, color .25s ease;
}
.nav-links a:hover{transform:translateY(-1px);color:var(--gold)}
.menu-toggle,.menu-close{
  display:none;
  background:none;
  border:none;
  color:#fff;
}
.menu-toggle{font-size:1.7rem}
.menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.94);
  z-index:4000;
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease;
}
.menu-overlay.open{opacity:1;pointer-events:auto}
.menu-panel{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1.4rem;
}
.menu-panel a{
  font-size:2rem;
  letter-spacing:.04em;
}
.menu-close{
  display:block;
  position:absolute;
  top:1rem;
  right:1.2rem;
  font-size:2.2rem;
}
.hero,.page-hero{
  position:relative;
  min-height:100vh;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.small-hero{min-height:62vh}
.hero-media,.banner-bg,.parallax-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-media{animation:heroZoom 9s ease-in-out infinite alternate}
@keyframes heroZoom{from{transform:scale(1)}to{transform:scale(1.06)}}
.hero-overlay,.banner-overlay,.parallax-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.16), rgba(0,0,0,.78)),
    linear-gradient(to right, rgba(0,0,0,.10), rgba(0,0,0,.28));
}
.hero-content,.banner-copy,.parallax-copy{
  position:relative;
  z-index:2;
  width:min(92%, 1000px);
  text-align:center;
  padding:1rem;
}
.hero h1,.page-hero h1{
  margin:.35rem 0;
  font-size:clamp(3.2rem, 7vw, 5.9rem);
  line-height:.95;
}
.hero-subtitle{
  font-size:1.08rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
}
.hero-copy{
  font-size:clamp(1.12rem,2.2vw,1.45rem);
  margin:.85rem auto 0;
}
.hero-sub{
  color:var(--muted);
  margin:.4rem auto 0;
}
.hero-actions{
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:1.8rem;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:999px;
  padding:1rem 1.8rem;
  font-size:.95rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600;
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.btn:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 30px rgba(0,0,0,.28);filter:brightness(1.05)}
.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff}
.btn-secondary{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff}
.scroll-indicator{
  position:absolute;
  left:50%;
  bottom:2rem;
  width:2px;height:40px;
  background:#fff;
  transform:translateX(-50%);
  animation:scrollAnim 1.5s infinite;
}
@keyframes scrollAnim{
  0%{opacity:0;transform:translateX(-50%) translateY(0)}
  50%{opacity:1}
  100%{opacity:0;transform:translateX(-50%) translateY(20px)}
}
.section{
  padding:120px 24px;
}
.statement-section,.slider-section,.rush-teaser,.philanthropy-grid,.instagram-section,.section-narrow{
  width:min(92%,1200px);
  margin:0 auto;
}
.statement-grid,.story-grid,.rush-teaser-grid,.recruitment-grid,.members-layout{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
  align-items:center;
}
.story-grid.reverse .story-image{order:2}
.story-grid.reverse .story-copy-block{order:1}
.statement-copy h2,.story-copy-block h2,.section-header h2,.banner-copy h2,.parallax-copy h2,.rush-copy h2,.recruitment-copy h2{
  font-size:clamp(2rem,4vw,3.2rem);
  margin:.25rem 0 .6rem;
}
.statement-copy p,.story-copy-block p,.recruitment-copy p,.rush-copy p,.instagram-copy,.form-note{color:var(--muted)}
.statement-visual,.story-image,.rush-visual,.large-member-photo,.gallery-card,.philanthropy-images>div,.slag-poster{
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.statement-visual img,.story-image img,.rush-visual img,.large-member-photo img,.gallery-card img,.philanthropy-images img,.slag-poster img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.statement-visual img,.story-image img,.rush-visual img,.large-member-photo img,.gallery-card img{aspect-ratio:4/3}
.immersive-banner,.parallax-section{
  position:relative;
  min-height:70vh;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.parallax-section{min-height:66vh}
.section-header{
  text-align:center;
  margin-bottom:2rem;
}
.section-header::after{
  content:"";
  display:block;
  width:72px;height:1px;
  background:var(--gold);
  margin:18px auto 0;
  opacity:.8;
}
.slag-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:1.5rem;
  align-items:start;
}
.glass-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.2rem;
}
.glass-grid.compact{grid-template-columns:repeat(2,1fr)}
.glass-card{
  background:var(--glass);
  border:1px solid var(--border);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-radius:28px;
  padding:2.1rem 1.5rem;
  box-shadow:var(--shadow);
  transition:transform .3s ease, background .3s ease, border-color .3s ease;
}
.glass-card:hover{
  transform:translateY(-8px);
  background:var(--glass-strong);
  border-color:rgba(255,255,255,.18);
}
.glass-card h3{font-size:1.55rem;margin:.1rem 0 .4rem}
.glass-card p{color:var(--muted);font-size:.98rem}
.slider{
  position:relative;
  border-radius:28px;
  overflow:hidden;
  height:min(66vw, 600px);
  min-height:300px;
  box-shadow:var(--shadow);
}
.slider img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity 1s ease;
}
.slider img.active{opacity:1}
.dual-gallery{
  width:min(92%,1200px);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1.2rem;
}
.gallery-card{
  position:relative;
  min-height:420px;
}
.gallery-caption{
  position:absolute;
  left:1.5rem;
  bottom:1.5rem;
  right:1.5rem;
  padding:1rem 1.1rem;
  border-radius:18px;
  background:rgba(0,0,0,.34);
  backdrop-filter:blur(10px);
}
.gallery-caption h3{margin:.15rem 0 0;font-size:2rem}
.philanthropy-grid{display:grid;gap:1.5rem}
.philanthropy-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
}
.rush-teaser-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:1.5rem;
  align-items:center;
}
.instagram-actions{margin:1rem 0 1.3rem}
.instagram-widget-placeholder{
  padding:2rem;
  border:1px dashed rgba(255,255,255,.20);
  border-radius:20px;
  color:var(--muted);
  background:rgba(255,255,255,.03);
  text-align:center;
}
.members-cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1rem;
}
.member-card{text-align:center}
.member-card p{margin:0;color:var(--muted)}
.mini-gallery{width:min(92%,1200px);margin:0 auto}
.three-up{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}
.three-up img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:20px;box-shadow:var(--shadow)}
.recruitment-grid{
  width:min(92%,1200px);
  margin:0 auto;
}
.rush-form{
  display:grid;
  gap:1rem;
  background:var(--glass);
  border:1px solid var(--border);
  border-radius:28px;
  padding:1.6rem;
  box-shadow:var(--shadow);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1rem;
}
.rush-form input,.rush-form textarea,.rush-form select{
  width:100%;
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  padding:1rem;
  outline:none;
}
.rush-form input::placeholder,.rush-form textarea::placeholder{color:#bdbdbd}
.rush-form input:focus,.rush-form textarea:focus,.rush-form select:focus{
  border-color:rgba(255,255,255,.35);
  box-shadow:0 0 0 4px rgba(255,255,255,.05);
}
.form-note{font-size:.92rem}
.rush-points{color:var(--muted)}
.site-footer{
  padding:2rem 1.25rem 3rem;
  text-align:center;
  color:var(--muted);
}
.site-footer a{display:inline-block;margin-top:.4rem;color:#fff}
.success-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:1.5rem;
  background:
    radial-gradient(circle at top left, rgba(178,34,34,.25), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.04), transparent 30%),
    var(--bg);
}
.success-card{max-width:560px;text-align:center}
.success-card p{color:var(--muted)}
.img-hover img{
  transition:transform .4s ease, filter .4s ease;
}
.img-hover:hover img{
  transform:scale(1.05);
  filter:brightness(1.08);
}
.fade-up{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .9s ease, transform .9s ease;
}
.fade-up.show{
  opacity:1;
  transform:translateY(0);
}
@media (max-width:980px){
  .glass-grid,.glass-grid.compact,.three-up,.members-cards,.philanthropy-images,.dual-gallery{grid-template-columns:1fr 1fr}
  .slag-wrap,.statement-grid,.story-grid,.rush-teaser-grid,.recruitment-grid,.members-layout{grid-template-columns:1fr}
  .story-grid.reverse .story-image,.story-grid.reverse .story-copy-block{order:initial}
}
@media (max-width:760px){
  .menu-toggle{display:block}
  .nav-links{display:none}
  .glass-grid,.glass-grid.compact,.three-up,.members-cards,.philanthropy-images,.dual-gallery{grid-template-columns:1fr}
  .section{padding:96px 20px}
  .hero-actions{flex-direction:column}
  .slider{height:58vw;min-height:240px}
  .form-grid{grid-template-columns:1fr}
}


.executive-section{
  width:min(92%,1280px);
  margin:0 auto;
  padding:120px 24px;
  position:relative;
}
.executive-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(198,168,106,.10), transparent 28%),
    radial-gradient(circle at bottom right, rgba(111,13,18,.20), transparent 30%);
  pointer-events:none;
}
.executive-header{
  text-align:center;
  max-width:760px;
  margin:0 auto 3rem;
  position:relative;
  z-index:1;
}
.executive-header h2{
  font-size:clamp(2.6rem,5vw,4.5rem);
  margin:.3rem 0 .75rem;
}
.executive-intro{
  color:var(--muted);
  font-size:1.05rem;
}
.executive-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.4rem;
}
.exec-card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 24px 60px rgba(0,0,0,.35);
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.exec-card:hover{
  transform:translateY(-10px) scale(1.015);
  border-color:rgba(198,168,106,.38);
  box-shadow:0 30px 70px rgba(0,0,0,.42);
}
.exec-card-feature{
  grid-column:span 3;
  display:grid;
  grid-template-columns:1.05fr 1fr;
  min-height:520px;
}
.exec-image-wrap{
  position:relative;
  overflow:hidden;
  background:#111;
}
.exec-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  transition:transform .55s ease, filter .45s ease;
  filter:brightness(.93) contrast(1.04);
}
.exec-card:hover img{
  transform:scale(1.06);
  filter:brightness(1) contrast(1.08);
}
.exec-shine{
  position:absolute;
  inset:0;
  background:linear-gradient(115deg, transparent 20%, rgba(255,255,255,.14) 48%, transparent 72%);
  transform:translateX(-140%);
  transition:transform .9s ease;
}
.exec-card:hover .exec-shine{
  transform:translateX(140%);
}
.exec-content{
  padding:1.5rem 1.4rem 1.7rem;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:.45rem;
}
.exec-card-feature .exec-content{
  padding:2.2rem 2rem;
}
.exec-role-tag{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:.5rem .85rem;
  border-radius:999px;
  background:rgba(198,168,106,.12);
  border:1px solid rgba(198,168,106,.22);
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.72rem;
  font-weight:700;
}
.exec-content h3{
  font-size:1.7rem;
  margin:0;
}
.exec-card-feature .exec-content h3{
  font-size:2.6rem;
}
.exec-content p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
.exec-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:0;
  transition:opacity .35s ease;
}
.exec-card:hover::after{
  opacity:1;
}
@media (max-width:980px){
  .executive-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .exec-card-feature{
    grid-column:span 2;
    grid-template-columns:1fr;
    min-height:auto;
  }
  .exec-card-feature .exec-image-wrap{
    min-height:420px;
  }
}
@media (max-width:760px){
  .executive-section{
    padding:96px 20px;
  }
  .executive-grid{
    grid-template-columns:1fr;
  }
  .exec-card-feature{
    grid-column:span 1;
  }
  .exec-card-feature .exec-image-wrap{
    min-height:360px;
  }
  .exec-card-feature .exec-content h3{
    font-size:2rem;
  }
}


.legacy-cinematic-section{
  position:relative;
  width:min(94%,1320px);
  margin:0 auto;
  padding:120px 24px;
  display:grid;
  grid-template-columns:1.15fr .95fr;
  gap:2rem;
  align-items:center;
}
.legacy-cinematic-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(198,168,106,.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(111,13,18,.20), transparent 35%);
  pointer-events:none;
}
.legacy-cinematic-media{
  position:relative;
  min-height:640px;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.38);
  transform:translateZ(0);
}
.legacy-cinematic-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:brightness(.78) contrast(1.08) saturate(1.02);
  transform:scale(1.02);
  transition:transform .8s ease, filter .6s ease;
}
.legacy-cinematic-section:hover .legacy-cinematic-media img{
  transform:scale(1.07);
  filter:brightness(.84) contrast(1.1) saturate(1.04);
}
.legacy-cinematic-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(0,0,0,.70), rgba(0,0,0,.10)),
    linear-gradient(to right, rgba(0,0,0,.22), transparent 45%);
  pointer-events:none;
}
.legacy-cinematic-content{
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  gap:1.2rem;
}
.legacy-cinematic-content h2{
  font-size:clamp(2.8rem,5vw,4.8rem);
  line-height:.95;
  margin:0;
}
.legacy-lead{
  font-size:1.08rem;
  line-height:1.8;
  color:var(--muted);
  max-width:560px;
}
.legacy-stat-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin-top:.6rem;
}
.legacy-stat{
  padding:1.3rem 1rem;
  border-radius:22px;
  text-align:left;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 20px 50px rgba(0,0,0,.28);
  transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.legacy-stat:hover{
  transform:translateY(-6px);
  border-color:rgba(198,168,106,.30);
  box-shadow:0 24px 60px rgba(0,0,0,.34);
}
.legacy-stat-number{
  display:block;
  font-size:1.35rem;
  font-weight:800;
  color:var(--gold);
  margin-bottom:.35rem;
  letter-spacing:.03em;
}
.legacy-stat-label{
  display:block;
  color:var(--muted);
  line-height:1.45;
  font-size:.92rem;
}
@media (max-width:980px){
  .legacy-cinematic-section{
    grid-template-columns:1fr;
    padding:96px 20px;
  }
  .legacy-cinematic-media{
    min-height:480px;
  }
  .legacy-stat-strip{
    grid-template-columns:1fr;
  }
}
@media (max-width:760px){
  .legacy-cinematic-media{
    min-height:380px;
    border-radius:24px;
  }
  .legacy-cinematic-content h2{
    font-size:2.3rem;
  }
}


.custom-instagram-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:230px;
  gap:1rem;
  margin-top:2rem;
}
.instagram-tile{
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 20px 60px rgba(0,0,0,.28);
  isolation:isolate;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.instagram-tile:hover{
  transform:translateY(-8px) scale(1.015);
  border-color:rgba(198,168,106,.36);
  box-shadow:0 28px 75px rgba(0,0,0,.38);
}
.instagram-tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease, filter .45s ease;
  filter:brightness(.90) contrast(1.03);
}
.instagram-tile:hover img{
  transform:scale(1.07);
  filter:brightness(.98) contrast(1.06);
}
.instagram-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.68), rgba(0,0,0,.08) 48%, rgba(0,0,0,.05));
  z-index:1;
}
.instagram-tile-overlay{
  position:absolute;
  left:1rem;
  right:1rem;
  bottom:1rem;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
}
.instagram-tile-overlay span{
  display:inline-flex;
  align-items:center;
  padding:.55rem .9rem;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}
.instagram-tile-large{
  grid-column:span 2;
  grid-row:span 2;
}
.instagram-tile-wide{
  grid-column:span 2;
}
@media (max-width:980px){
  .custom-instagram-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:220px;
  }
  .instagram-tile-large,
  .instagram-tile-wide{
    grid-column:span 2;
  }
}
@media (max-width:640px){
  .custom-instagram-grid{
    grid-template-columns:1fr;
    grid-auto-rows:240px;
  }
  .instagram-tile,
  .instagram-tile-large,
  .instagram-tile-wide{
    grid-column:span 1;
    grid-row:span 1;
  }
}


.instagram-section-premium{
  position:relative;
}

.instagram-section-premium::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(198,168,106,.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(111,13,18,.18), transparent 30%);
  pointer-events:none;
}

.premium-instagram-grid{
  position:relative;
  z-index:1;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:110px;
  gap:1.1rem;
  margin-top:2.1rem;
}

.premium-instagram-grid .instagram-tile{
  grid-column:span 4;
  grid-row:span 3;
  transform:translateY(0);
}

.premium-instagram-grid .instagram-tile-feature{
  grid-column:span 8;
  grid-row:span 5;
}

.premium-instagram-grid .instagram-tile-wide{
  grid-column:span 8;
  grid-row:span 3;
}

.instagram-post-badge{
  position:absolute;
  top:1rem;
  left:1rem;
  z-index:3;
  padding:.5rem .8rem;
  border-radius:999px;
  background:rgba(8,8,8,.42);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.premium-overlay{
  display:flex;
  flex-direction:column;
  gap:.8rem;
  align-items:stretch;
}

.instagram-overlay-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.8rem;
}

.instagram-chip{
  display:inline-flex;
  align-items:center;
  padding:.48rem .8rem;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  font-size:.76rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}

.instagram-date{
  color:rgba(255,255,255,.82);
  font-size:.8rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600;
}

.instagram-caption-block{
  max-width:92%;
  transform:translateY(12px);
  opacity:.92;
  transition:transform .35s ease, opacity .35s ease;
}

.instagram-caption-block h3{
  margin:0 0 .3rem;
  font-size:1.18rem;
  line-height:1.1;
  color:#fff;
}

.instagram-caption-block p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:.95rem;
  line-height:1.5;
}

.instagram-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  color:rgba(255,255,255,.84);
  font-size:.84rem;
  letter-spacing:.04em;
}

.premium-instagram-grid .instagram-tile:hover{
  transform:translateY(-10px) rotate(-.2deg) scale(1.014);
}

.premium-instagram-grid .instagram-tile:nth-child(even):hover{
  transform:translateY(-10px) rotate(.2deg) scale(1.014);
}

.premium-instagram-grid .instagram-tile:hover .instagram-caption-block{
  transform:translateY(0);
  opacity:1;
}

.premium-instagram-grid .instagram-tile::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(135deg, rgba(255,255,255,.16), transparent 28%, transparent 60%, rgba(198,168,106,.12));
  opacity:0;
  transition:opacity .35s ease;
}

.premium-instagram-grid .instagram-tile:hover::before{
  opacity:1;
}

@media (max-width:1100px){
  .premium-instagram-grid{
    grid-template-columns:repeat(6,1fr);
    grid-auto-rows:120px;
  }
  .premium-instagram-grid .instagram-tile{
    grid-column:span 3;
    grid-row:span 3;
  }
  .premium-instagram-grid .instagram-tile-feature,
  .premium-instagram-grid .instagram-tile-wide{
    grid-column:span 6;
  }
}

@media (max-width:700px){
  .premium-instagram-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
  }
  .premium-instagram-grid .instagram-tile,
  .premium-instagram-grid .instagram-tile-feature,
  .premium-instagram-grid .instagram-tile-wide{
    grid-column:span 1;
    grid-row:span 1;
    min-height:320px;
  }
  .instagram-caption-block{
    max-width:100%;
  }
  .instagram-overlay-top{
    flex-wrap:wrap;
  }
}


.pledge-classes-section{
  width:min(94%,1320px);
  margin:0 auto;
  padding:120px 24px;
  position:relative;
}

.pledge-classes-section::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(198,168,106,.08), transparent 26%),
    radial-gradient(circle at bottom left, rgba(111,13,18,.18), transparent 30%);
  pointer-events:none;
}

.pledge-classes-header{
  max-width:860px;
  margin:0 auto 2.6rem;
  text-align:center;
  position:relative;
  z-index:1;
}

.pledge-classes-header h2{
  font-size:clamp(2.2rem,4vw,4rem);
  margin:.35rem 0 .8rem;
}

.pledge-classes-intro{
  color:var(--muted);
  line-height:1.8;
  max-width:760px;
  margin:0 auto;
}

.pledge-classes-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.1rem;
}

.pledge-class-card{
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 24px 60px rgba(0,0,0,.26);
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.pledge-class-card:hover{
  transform:translateY(-8px);
  border-color:rgba(198,168,106,.30);
  box-shadow:0 30px 70px rgba(0,0,0,.34);
}

.pledge-class-card summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
  padding:1.25rem 1.3rem;
}

.pledge-class-card summary::-webkit-details-marker{
  display:none;
}

.pledge-class-label{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  padding:.45rem .8rem;
  border-radius:999px;
  background:rgba(198,168,106,.12);
  border:1px solid rgba(198,168,106,.22);
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.68rem;
  font-weight:700;
  margin-bottom:.75rem;
}

.pledge-class-card h3{
  margin:0;
  font-size:1.45rem;
}

.pledge-class-meta{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:.55rem;
  font-size:.88rem;
  color:var(--muted);
  flex-shrink:0;
}

.pledge-toggle{
  padding:.45rem .8rem;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.68rem;
  font-weight:700;
}

.pledge-class-card[open] .pledge-toggle{
  color:var(--gold);
  border-color:rgba(198,168,106,.25);
  background:rgba(198,168,106,.10);
}

.pledge-class-body{
  padding:0 1.3rem 1.35rem;
}

.pledge-name-list{
  margin:0;
  padding:1rem 0 0;
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.7rem 1rem;
  border-top:1px solid rgba(255,255,255,.08);
}

.pledge-name-list li{
  padding:.72rem .8rem;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  color:#f5f1ea;
  line-height:1.35;
}

@media (max-width:980px){
  .pledge-classes-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:700px){
  .pledge-classes-section{
    padding:96px 20px;
  }

  .pledge-class-card summary{
    flex-direction:column;
    align-items:flex-start;
  }

  .pledge-class-meta{
    align-items:flex-start;
  }

  .pledge-name-list{
    grid-template-columns:1fr;
  }
}


/* Members hero insane upgrade */
.members-hero-cinematic{
  position:relative;
  min-height:88vh;
  overflow:hidden;
  isolation:isolate;
}

.members-hero-media{
  transform:scale(1.04);
  filter:brightness(.55) contrast(1.08) saturate(1.03);
  transition:transform 1.2s ease, filter .8s ease;
}

.members-hero-cinematic:hover .members-hero-media{
  transform:scale(1.09);
  filter:brightness(.62) contrast(1.1) saturate(1.04);
}

.members-hero-overlay{
  background:
    linear-gradient(to bottom, rgba(5,7,12,.18), rgba(5,7,12,.58) 48%, rgba(5,7,12,.92)),
    linear-gradient(120deg, rgba(111,13,18,.32), transparent 42%, rgba(198,168,106,.10));
}

.members-hero-glow{
  position:absolute;
  inset:auto 0 16%;
  margin:auto;
  width:min(72vw,860px);
  height:240px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(198,168,106,.20), rgba(198,168,106,.06) 42%, transparent 70%);
  filter:blur(22px);
  pointer-events:none;
  z-index:1;
  animation:membersHeroPulse 5.5s ease-in-out infinite;
}

.members-hero-content{
  position:relative;
  z-index:2;
  max-width:1100px;
}

.members-hero-kicker{
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
  text-shadow:0 0 20px rgba(198,168,106,.18);
}

.members-hero-title{
  font-size:clamp(3.8rem,9vw,7.6rem);
  line-height:.92;
  margin:.2rem 0 .8rem;
  text-wrap:balance;
  text-shadow:
    0 6px 20px rgba(0,0,0,.36),
    0 0 24px rgba(198,168,106,.10);
}

.members-hero-sub{
  font-size:clamp(1.08rem,2vw,1.45rem);
  max-width:640px;
  margin:0 auto;
  color:rgba(255,255,255,.9);
  text-shadow:0 2px 12px rgba(0,0,0,.34);
}

.members-hero-title,
.members-hero-kicker,
.members-hero-sub{
  opacity:0;
  transform:translateY(36px);
  animation:membersHeroReveal .95s cubic-bezier(.2,.8,.2,1) forwards;
}

.members-hero-kicker{ animation-delay:.15s; }
.members-hero-title{ animation-delay:.3s; }
.members-hero-sub{ animation-delay:.5s; }

@keyframes membersHeroReveal{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes membersHeroPulse{
  0%,100%{ transform:scale(1); opacity:.9; }
  50%{ transform:scale(1.06); opacity:1; }
}

/* Make page heading below hero feel stronger */
.executive-header{
  padding-top:.3rem;
}

.executive-header .eyebrow{
  letter-spacing:.16em;
}

/* keep animation smooth on small screens */
@media (max-width: 760px){
  .members-hero-cinematic{
    min-height:74vh;
  }
  .members-hero-glow{
    width:86vw;
    height:170px;
    inset:auto 0 14%;
  }
  .members-hero-title{
    font-size:clamp(2.8rem,12vw,4.2rem);
  }
}


/* Executive Council luxury roster upgrade */
.executive-section-luxury{
  position:relative;
  overflow:hidden;
}

.executive-spotlight{
  position:absolute;
  top:120px;
  left:50%;
  transform:translateX(-50%);
  width:min(82vw,980px);
  height:240px;
  background:radial-gradient(circle, rgba(198,168,106,.18), rgba(198,168,106,.06) 42%, transparent 72%);
  filter:blur(18px);
  opacity:.95;
  pointer-events:none;
  z-index:0;
}

.executive-header-luxury{
  position:relative;
  z-index:1;
}

.executive-header-luxury h2{
  text-shadow:
    0 10px 30px rgba(0,0,0,.32),
    0 0 22px rgba(198,168,106,.10);
}

.executive-header-luxury .executive-intro{
  max-width:720px;
  margin:0 auto;
}

.executive-grid{
  perspective:1400px;
}

.exec-card{
  position:relative;
  transform-style:preserve-3d;
}

.exec-card::before{
  content:"";
  position:absolute;
  inset:-1px;
  border-radius:inherit;
  padding:1px;
  background:linear-gradient(135deg, rgba(198,168,106,.34), rgba(255,255,255,.05), rgba(111,13,18,.28));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
          mask-composite:exclude;
  opacity:.55;
  pointer-events:none;
}

.exec-card::after{
  content:"";
  position:absolute;
  inset:auto 8% 0 8%;
  height:18px;
  background:radial-gradient(circle, rgba(198,168,106,.34), transparent 68%);
  filter:blur(14px);
  opacity:0;
  transition:opacity .35s ease;
  pointer-events:none;
}

.exec-card:hover::after{
  opacity:1;
}

.exec-card:hover{
  transform:translateY(-12px) rotateX(2deg) rotateY(-2deg) scale(1.018);
}

.exec-card:nth-child(even):hover{
  transform:translateY(-12px) rotateX(2deg) rotateY(2deg) scale(1.018);
}

.exec-card-feature{
  box-shadow:
    0 28px 80px rgba(0,0,0,.42),
    0 0 40px rgba(198,168,106,.06);
}

.exec-card-feature .exec-content{
  position:relative;
}

.exec-card-feature .exec-content::before{
  content:"Featured Leadership";
  display:inline-block;
  width:fit-content;
  margin-bottom:.8rem;
  padding:.45rem .8rem;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.8);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.64rem;
  font-weight:800;
}

.exec-role-tag{
  box-shadow:0 8px 18px rgba(198,168,106,.08);
}

.exec-content h3{
  transition:letter-spacing .25s ease, color .25s ease;
}

.exec-card:hover .exec-content h3{
  letter-spacing:.01em;
  color:#fff7ea;
}

.exec-card img{
  will-change:transform;
}

.exec-card .exec-image-wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(5,7,12,.30), transparent 42%);
  pointer-events:none;
}

@media (max-width:760px){
  .executive-spotlight{
    width:90vw;
    height:170px;
    top:90px;
  }
}


/* Members hero cinematic max */
.members-hero-max{
  position:relative;
  min-height:92vh;
  overflow:hidden;
  isolation:isolate;
  display:grid;
  place-items:center;
  background:#060606;
}

.members-hero-base{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:brightness(.42) contrast(1.08) saturate(1.02);
  transform:scale(1.06);
  animation:membersHeroZoom 14s ease-in-out infinite alternate;
}

.members-hero-blur{
  position:absolute;
  inset:auto 0 0 0;
  height:42%;
  background:linear-gradient(to top, rgba(6,6,6,.95), rgba(6,6,6,.35), transparent);
  z-index:1;
}

.members-hero-gradient{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 35%, rgba(198,168,106,.14), transparent 26%),
    linear-gradient(to bottom, rgba(8,8,8,.08), rgba(8,8,8,.55) 48%, rgba(8,8,8,.96)),
    linear-gradient(120deg, rgba(111,13,18,.20), transparent 35%, rgba(198,168,106,.08));
  z-index:2;
}

.members-hero-light{
  position:absolute;
  top:50%;
  left:50%;
  width:min(88vw,1100px);
  height:300px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(198,168,106,.20), rgba(198,168,106,.06) 45%, transparent 72%);
  filter:blur(26px);
  z-index:2;
  animation:membersHeroPulse 6s ease-in-out infinite;
  pointer-events:none;
}

.members-hero-inner{
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:1.15rem;
  text-align:center;
  padding:1rem;
}

.members-hero-line{
  width:84px;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:0;
  transform:translateY(20px);
  animation:heroLineIn .9s ease forwards;
  animation-delay:.15s;
}

.members-hero-title{
  margin:0;
  font-family:'Cormorant Garamond', serif;
  font-size:clamp(4rem, 10vw, 8rem);
  line-height:.9;
  letter-spacing:.02em;
  color:#fff;
  text-shadow:
    0 8px 30px rgba(0,0,0,.45),
    0 0 28px rgba(198,168,106,.10);
  opacity:0;
  transform:translateY(42px) scale(.98);
  animation:heroTitleIn 1.15s cubic-bezier(.2,.8,.2,1) forwards;
  animation-delay:.28s;
}

.members-scroll-cue{
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  z-index:4;
  width:28px;
  height:48px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:8px;
  background:rgba(255,255,255,.04);
  backdrop-filter:blur(8px);
}

.members-scroll-cue span{
  width:4px;
  height:10px;
  border-radius:999px;
  background:rgba(255,255,255,.85);
  animation:scrollCue 1.6s ease-in-out infinite;
}

@keyframes membersHeroZoom{
  from{transform:scale(1.06)}
  to{transform:scale(1.12)}
}

@keyframes membersHeroPulse{
  0%,100%{opacity:.82; transform:translate(-50%,-50%) scale(1)}
  50%{opacity:1; transform:translate(-50%,-50%) scale(1.06)}
}

@keyframes heroTitleIn{
  to{
    opacity:1;
    transform:translateY(0) scale(1);
  }
}

@keyframes heroLineIn{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes scrollCue{
  0%{transform:translateY(0); opacity:0}
  30%{opacity:1}
  100%{transform:translateY(16px); opacity:0}
}

@media (max-width: 760px){
  .members-hero-max{
    min-height:78vh;
  }

  .members-hero-light{
    width:92vw;
    height:190px;
  }

  .members-scroll-cue{
    bottom:20px;
    transform:translateX(-50%) scale(.92);
  }
}


/* Real uploaded images now installed */
.home-hero-house{
  filter:brightness(.40) contrast(1.14) saturate(1.04);
}

/* House hero elite grade */
.members-hero-base{
  filter:
    brightness(.36)
    contrast(1.18)
    saturate(1.03)
    sepia(.08)
    hue-rotate(-6deg);
}

/* Light sweep title reveal */
.hero-sweep-title,
.members-hero-title{
  position:relative;
  overflow:hidden;
}

.hero-sweep-title::after,
.members-hero-title::after{
  content:"";
  position:absolute;
  top:-20%;
  left:-32%;
  width:24%;
  height:140%;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.08) 20%,
    rgba(198,168,106,.40) 50%,
    rgba(255,255,255,.08) 80%,
    rgba(255,255,255,0) 100%
  );
  transform:skewX(-24deg);
  filter:blur(2px);
  animation:heroLightSweep 3.8s ease 1.1s forwards;
  pointer-events:none;
}

@keyframes heroLightSweep{
  0%{ left:-32%; opacity:0; }
  10%{ opacity:1; }
  100%{ left:118%; opacity:0; }
}

/* Elite image grid */
.elite-highlight,
.featured-moments-section{
  width:min(94%,1280px);
  margin:0 auto;
}

.elite-grid{
  display:grid;
  gap:24px;
}

.elite-grid-three{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.elite-img{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  min-height:420px;
  background:#0c0c0c;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 60px rgba(0,0,0,.28);
}

.elite-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s ease, filter .45s ease;
  filter:brightness(.86) contrast(1.04);
}

.elite-img:hover img{
  transform:scale(1.07);
  filter:brightness(.95) contrast(1.08);
}

.elite-img::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(4,6,10,.88) 0%, rgba(4,6,10,.32) 38%, rgba(4,6,10,.06) 65%),
    linear-gradient(120deg, rgba(111,13,18,.18), transparent 40%, rgba(198,168,106,.10));
  z-index:1;
  pointer-events:none;
}

.elite-img-copy{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2;
}

.elite-img-copy span{
  display:inline-flex;
  width:fit-content;
  margin-bottom:.7rem;
  padding:.4rem .75rem;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.66rem;
  font-weight:800;
}

.elite-img-copy h3{
  margin:0;
  font-size:clamp(1.6rem,2.4vw,2.1rem);
  color:#fff;
  text-shadow:0 10px 28px rgba(0,0,0,.35);
}

@media (max-width:980px){
  .elite-grid-three{
    grid-template-columns:1fr;
  }

  .elite-img{
    min-height:360px;
  }
}


/* Premium upgrades: parallax, transitions, micro details */
html{
  scroll-behavior:smooth;
}

body{
  text-rendering:optimizeLegibility;
}

/* Stronger prestige parallax section */
.prestige-parallax{
  position:relative;
  min-height:78vh;
  overflow:hidden;
  border-radius:34px;
  margin:56px auto 0;
  display:grid;
  place-items:center;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 90px rgba(0,0,0,.30);
}

.prestige-parallax-media,
.prestige-parallax-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.prestige-parallax-img{
  object-fit:cover;
  object-position:center;
  filter:brightness(.40) contrast(1.16) saturate(1.03) sepia(.06);
  transform:scale(1.08);
  will-change:transform;
}

.prestige-parallax-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 50% 44%, rgba(198,168,106,.16), transparent 26%),
    linear-gradient(to bottom, rgba(5,8,14,.16), rgba(5,8,14,.56) 44%, rgba(5,8,14,.92)),
    linear-gradient(120deg, rgba(111,13,18,.20), transparent 36%, rgba(198,168,106,.08));
}

.prestige-parallax-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:900px;
  padding:42px 28px;
}

.prestige-parallax .eyebrow{
  margin-bottom:1rem;
}

.prestige-parallax h2{
  margin:0 0 1rem;
  font-size:clamp(2.7rem,5.6vw,5rem);
  text-shadow:0 10px 30px rgba(0,0,0,.36);
}

.prestige-parallax p:last-child{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.88);
  font-size:clamp(1rem,1.5vw,1.18rem);
  line-height:1.9;
}

/* Better page transitions */
.page-transition-overlay{
  position:fixed;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(198,168,106,.08), transparent 26%),
    linear-gradient(180deg, rgba(8,8,10,.12), rgba(8,8,10,.82));
  backdrop-filter:blur(0px);
  opacity:0;
  pointer-events:none;
  z-index:9999;
  transition:opacity .42s ease, backdrop-filter .42s ease;
}

body.page-is-transitioning .page-transition-overlay{
  opacity:1;
  backdrop-filter:blur(8px);
  pointer-events:auto;
}

body{
  animation:pageFadeIn .55s ease;
}

@keyframes pageFadeIn{
  from{opacity:0; transform:translateY(8px)}
  to{opacity:1; transform:translateY(0)}
}

/* Micro details */
.section-header h2,
.executive-header h2,
.pledge-classes-header h2{
  position:relative;
}

.section-header h2::after,
.executive-header h2::after,
.pledge-classes-header h2::after{
  content:"";
  display:block;
  width:86px;
  height:1px;
  margin:16px auto 0;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:.85;
}

button,
.button,
.btn,
a.button,
.hero-cta a,
.cta-group a,
input,
textarea,
summary,
.nav-links a{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    color .28s ease,
    opacity .28s ease;
}

button:hover,
.button:hover,
.btn:hover,
a.button:hover,
.hero-cta a:hover,
.cta-group a:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 30px rgba(0,0,0,.22), 0 0 0 1px rgba(198,168,106,.22) inset;
}

.nav-links a{
  position:relative;
}

.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:1px;
  background:linear-gradient(90deg, var(--gold), rgba(198,168,106,0));
  transition:width .28s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after{
  width:100%;
}

.img-hover,
.elite-img,
.exec-card,
.instagram-grid a,
.card,
.stat-card,
.pledge-class-card{
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease,
    filter .35s ease;
}

.img-hover:hover,
.instagram-grid a:hover,
.card:hover,
.stat-card:hover{
  transform:translateY(-8px);
  box-shadow:0 22px 50px rgba(0,0,0,.22);
}

input,
textarea{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  box-shadow:none;
}

input:focus,
textarea:focus{
  outline:none;
  border-color:rgba(198,168,106,.44);
  box-shadow:0 0 0 4px rgba(198,168,106,.10);
}

section{
  scroll-margin-top:110px;
}

.executive-section::before,
.instagram-section::before,
.featured-moments-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at top center, rgba(198,168,106,.04), transparent 28%);
}

@media (max-width: 900px){
  .prestige-parallax{
    min-height:62vh;
    border-radius:24px;
  }

  .prestige-parallax-content{
    padding:28px 20px;
  }
}


/* =========================
   ELITE LEGACY TIMELINE
   ========================= */

.pledge-timeline-section{
  position:relative;
  width:min(94%,1320px);
  margin:0 auto;
  padding:120px 24px;
}

.timeline{
  position:relative;
  max-width:1200px;
  margin:60px auto 0;
  padding:20px 0;
}

.timeline::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:2px;
  height:100%;
  background:rgba(255,255,255,.08);
}

.timeline-progress{
  position:absolute;
  left:50%;
  top:0;
  transform:translateX(-50%);
  width:3px;
  height:0;
  background:linear-gradient(to bottom, var(--gold), rgba(198,168,106,.15));
  box-shadow:0 0 22px rgba(198,168,106,.38);
  z-index:1;
  transition:height .12s linear;
}

.timeline-item{
  position:relative;
  width:50%;
  padding:0 38px 48px;
}

.timeline-item.left{
  left:0;
  text-align:right;
}

.timeline-item.right{
  left:50%;
  text-align:left;
}

.timeline-dot{
  position:absolute;
  top:18px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 24px rgba(198,168,106,.55);
  z-index:2;
  transition:transform .3s ease, box-shadow .3s ease;
}

.timeline-item.left .timeline-dot{
  right:-9px;
}

.timeline-item.right .timeline-dot{
  left:-9px;
}

.timeline-year{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:.45rem .8rem;
  border-radius:999px;
  background:rgba(198,168,106,.12);
  border:1px solid rgba(198,168,106,.22);
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.68rem;
  font-weight:800;
  margin-bottom:14px;
}

.timeline-content{
  position:relative;
  padding:22px 22px 20px;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 24px 60px rgba(0,0,0,.26);
  transition:transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.timeline-content h3{
  font-size:1.55rem;
  margin:0 0 12px;
  color:var(--gold);
}

.timeline-content p{
  margin:0;
  line-height:1.85;
  color:rgba(255,255,255,.86);
}

.timeline-item:hover .timeline-content{
  transform:translateY(-8px);
  border-color:rgba(198,168,106,.30);
  box-shadow:0 30px 70px rgba(0,0,0,.34);
}

.timeline-item:hover .timeline-dot{
  transform:scale(1.18);
  box-shadow:0 0 34px rgba(198,168,106,.78);
}

@media (max-width:980px){
  .timeline::before,
  .timeline-progress{
    left:18px;
    transform:none;
  }

  .timeline-item,
  .timeline-item.left,
  .timeline-item.right{
    width:100%;
    left:0;
    text-align:left;
    padding:0 0 36px 56px;
  }

  .timeline-item.left .timeline-dot,
  .timeline-item.right .timeline-dot{
    left:10px;
    right:auto;
  }
}


/* GOLD SWEEP TITLE ANIMATION */
.gold-sweep{
  position:relative;
  display:inline-block;
  overflow:hidden;
}

.gold-sweep::after{
  content:"";
  position:absolute;
  top:-20%;
  left:-40%;
  width:30%;
  height:140%;
  background:linear-gradient(
    90deg,
    rgba(255,255,255,0),
    rgba(198,168,106,0.8),
    rgba(255,255,255,0)
  );
  transform:skewX(-20deg);
  opacity:0;
}

.gold-sweep.sweep-active::after{
  animation:goldSweep 3s ease forwards;
}

@keyframes goldSweep{
  0%{ left:-40%; opacity:0; }
  20%{ opacity:1; }
  100%{ left:140%; opacity:0; }
}


/* Name grid upgrade for Past Classes */
.name-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:8px 18px;
  margin-top:10px;
}

.name-grid span{
  font-size:.95rem;
  color:rgba(255,255,255,.85);
  position:relative;
  padding-left:12px;
  line-height:1.45;
}

.name-grid span::before{
  content:"•";
  position:absolute;
  left:0;
  color:var(--gold);
}

@media (max-width: 980px){
  .name-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .name-grid{
    grid-template-columns:1fr;
  }
}


/* Recruitment page upgrade */
.rush-hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  background:#050608;
  isolation:isolate;
}

.rush-bg{
  position:absolute;
  inset:0;
  background:url("/images/house-banner.jpg") center/cover no-repeat;
  transform:scale(1.05);
  filter:brightness(.78) contrast(1.05) saturate(.94);
}

.rush-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(198,168,106,.14), transparent 40%),
    linear-gradient(to bottom, rgba(0,0,0,.46), rgba(0,0,0,.9));
}

.rush-content{
  position:relative;
  z-index:2;
  max-width:850px;
  padding:0 20px;
}

.rush-kicker{
  color:var(--gold);
  letter-spacing:.25em;
  text-transform:uppercase;
  font-size:.8rem;
  margin-bottom:10px;
  font-weight:800;
}

.rush-title{
  font-size:clamp(2.8rem, 6vw, 5.5rem);
  font-weight:800;
  color:#fff;
  line-height:1.05;
  margin:0;
}

.rush-subtitle{
  margin-top:15px;
  font-size:1.1rem;
  color:rgba(255,255,255,.85);
}

.rush-buttons{
  margin-top:30px;
  display:flex;
  gap:15px;
  justify-content:center;
  flex-wrap:wrap;
}

.rush-proof{
  margin-top:22px;
  font-size:.92rem;
  color:rgba(255,255,255,.62);
  letter-spacing:.08em;
}

.rush-highlights-section{
  width:min(94%,1280px);
  margin:0 auto;
  padding:120px 24px;
}

.rush-highlights-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:22px;
  margin-top:46px;
}

.rush-highlight-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:24px;
  min-height:360px;
  background:#0b0b0d;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
  text-decoration:none;
}

.rush-highlight-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease, filter .35s ease;
  filter:brightness(.84) contrast(1.04);
}

.rush-highlight-card:hover img{
  transform:scale(1.08);
  filter:brightness(.95) contrast(1.07);
}

.rush-highlight-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(5,8,14,.9), rgba(5,8,14,.14) 55%, transparent),
    linear-gradient(120deg, rgba(111,13,18,.16), transparent 40%, rgba(198,168,106,.09));
}

.rush-highlight-copy{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
  z-index:2;
}

.rush-highlight-copy span{
  display:inline-flex;
  margin-bottom:.75rem;
  padding:.38rem .72rem;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.68rem;
  font-weight:800;
}

.rush-highlight-copy h3{
  margin:0;
  color:#fff;
  font-size:1.5rem;
  line-height:1.2;
}

.rush-form-section{
  width:min(94%,1280px);
  margin:0 auto;
  padding:20px 24px 120px;
}

.rush-form-shell{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:34px;
  align-items:start;
  padding:34px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 28px 70px rgba(0,0,0,.26);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.rush-form-intro h2{
  margin:0 0 14px;
}

.rush-form-intro p{
  color:rgba(255,255,255,.82);
  line-height:1.85;
}

.rush-form-points{
  display:grid;
  gap:14px;
  margin-top:26px;
}

.rush-point{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.rush-point strong{
  display:block;
  color:#fff;
  margin-bottom:4px;
}

.rush-point span{
  color:rgba(255,255,255,.72);
  font-size:.95rem;
}

.hidden-field-input{
  position:absolute !important;
  left:-9999px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

.rush-form-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:18px;
}

.form-group{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.form-group label{
  font-size:.88rem;
  color:rgba(255,255,255,.82);
  font-weight:700;
  letter-spacing:.02em;
}

.form-group input,
.form-group select,
.form-group textarea{
  width:100%;
  border-radius:16px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  font:inherit;
}

.form-group select{
  appearance:none;
}

.form-group textarea{
  resize:vertical;
  min-height:140px;
}

.form-group.full-width{
  grid-column:1 / -1;
}

.rush-submit{
  margin-top:22px;
  width:100%;
  justify-content:center;
  border:none;
  cursor:pointer;
}

.rush-submit[disabled]{
  opacity:.72;
  cursor:not-allowed;
}

.rush-form-status{
  margin-top:14px;
  font-size:.95rem;
  color:rgba(255,255,255,.75);
  min-height:1.4em;
}

.rush-form-status.is-success{
  color:#c6a86a;
}

.rush-form-status.is-error{
  color:#ff8f8f;
}

@media (max-width: 1100px){
  .rush-highlights-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .rush-form-shell{
    grid-template-columns:1fr;
  }
}

@media (max-width: 720px){
  .rush-highlights-grid{
    grid-template-columns:1fr;
  }

  .rush-form-grid{
    grid-template-columns:1fr;
  }
}


/* Premium inline success */
.rush-inline-success-main{
  color:#c6a86a;
  font-weight:700;
  letter-spacing:.02em;
}

.rush-inline-success-sub{
  color:rgba(255,255,255,.72);
}

/* Form success glow */
.rush-form{
  position:relative;
  transition:box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.rush-form.rush-form-success-glow{
  box-shadow:
    0 0 0 1px rgba(198,168,106,.28),
    0 0 30px rgba(198,168,106,.18),
    0 0 70px rgba(198,168,106,.12);
  border-radius:22px;
}

/* Success modal */
.rush-success-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}

.rush-success-modal.is-active{
  opacity:1;
  pointer-events:auto;
}

.rush-success-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.rush-success-box{
  position:relative;
  z-index:2;
  width:min(92vw, 520px);
  padding:34px 28px;
  text-align:center;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(20,20,24,.96), rgba(12,12,14,.96));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  transform:translateY(18px) scale(.96);
  transition:transform .28s ease;
}

.rush-success-modal.is-active .rush-success-box{
  transform:translateY(0) scale(1);
}

.rush-success-icon{
  width:74px;
  height:74px;
  margin:0 auto 18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle, rgba(198,168,106,.25), rgba(198,168,106,.08));
  color:#c6a86a;
  font-size:2rem;
  font-weight:800;
  box-shadow:0 0 30px rgba(198,168,106,.18);
}

.rush-success-box h3{
  margin:0 0 10px;
  color:#fff;
  font-size:2rem;
}

.rush-success-box p{
  margin:0 0 10px;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}

.rush-success-sub{
  color:rgba(255,255,255,.62) !important;
  margin-bottom:22px !important;
}

.rush-success-close{
  min-width:160px;
}


/* Formspree official ajax premium styles */
.rush-form-stack{
  display:block;
}

.rush-fs-success,
.rush-fs-error{
  min-height:1.4em;
  margin-bottom:12px;
  font-size:.95rem;
}

.rush-fs-success{
  color:#c6a86a;
}

.rush-fs-error{
  color:#ff8f8f;
}

.rush-fs-success:empty,
.rush-fs-error:empty{
  display:none;
}

.field-error{
  display:block;
  margin-top:6px;
  font-size:.85rem;
  color:#ff8f8f;
  min-height:1em;
}

.rush-inline-success-main{
  color:#c6a86a;
  font-weight:700;
  letter-spacing:.02em;
}

.rush-inline-success-sub{
  color:rgba(255,255,255,.72);
}

.rush-form{
  position:relative;
  transition:box-shadow .35s ease, border-color .35s ease, transform .35s ease;
}

.rush-form.rush-form-success-glow{
  box-shadow:
    0 0 0 1px rgba(198,168,106,.28),
    0 0 30px rgba(198,168,106,.18),
    0 0 70px rgba(198,168,106,.12);
  border-radius:22px;
}

/* Success modal */
.rush-success-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}

.rush-success-modal.is-active{
  opacity:1;
  pointer-events:auto;
}

.rush-success-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.62);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.rush-success-box{
  position:relative;
  z-index:2;
  width:min(92vw, 520px);
  padding:34px 28px;
  text-align:center;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(20,20,24,.96), rgba(12,12,14,.96));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  transform:translateY(18px) scale(.96);
  transition:transform .28s ease;
}

.rush-success-modal.is-active .rush-success-box{
  transform:translateY(0) scale(1);
}

.rush-success-icon{
  width:74px;
  height:74px;
  margin:0 auto 18px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle, rgba(198,168,106,.25), rgba(198,168,106,.08));
  color:#c6a86a;
  font-size:2rem;
  font-weight:800;
  box-shadow:0 0 30px rgba(198,168,106,.18);
}

.rush-success-box h3{
  margin:0 0 10px;
  color:#fff;
  font-size:2rem;
}

.rush-success-box p{
  margin:0 0 10px;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}

.rush-success-sub{
  color:rgba(255,255,255,.62) !important;
  margin-bottom:22px !important;
}

.rush-success-close{
  min-width:160px;
}


/* Stable Formspree status styles */
.rush-form-stack{
  display:block;
}

.rush-fs-success,
.rush-fs-error{
  min-height:1.4em;
  margin:0 0 12px;
  font-size:.95rem;
}

.rush-fs-success{
  color:#c6a86a;
}

.rush-fs-error{
  color:#ff8f8f;
}

.rush-fs-success:empty,
.rush-fs-error:empty{
  display:none;
}


/* =========================
   ELITE MOVIE HOMEPAGE
   ========================= */

.hero-cinematic{
  min-height:100vh;
  isolation:isolate;
}

.hero-cinematic .hero-media{
  animation:heroMovieDrift 15s ease-in-out infinite alternate;
  transform-origin:center center;
  filter:brightness(.64) contrast(1.12) saturate(1.12);
}

@keyframes heroMovieDrift{
  from{transform:scale(1.03) translate3d(0,0,0)}
  to{transform:scale(1.1) translate3d(0,-12px,0)}
}

.hero-overlay-cinematic{
  background:
    linear-gradient(to bottom, rgba(2,5,10,.18), rgba(2,5,10,.48) 38%, rgba(2,5,10,.92) 100%),
    radial-gradient(circle at 62% 18%, rgba(198,168,106,.16), transparent 24%),
    linear-gradient(to right, rgba(0,0,0,.26), rgba(0,0,0,.08) 38%, rgba(0,0,0,.30));
}

.hero-vignette{
  position:absolute;
  inset:0;
  z-index:2;
  background:radial-gradient(circle at center, transparent 36%, rgba(0,0,0,.16) 68%, rgba(0,0,0,.46) 100%);
}

.hero-light-rays{
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.26;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.08) 48%, transparent 54%),
    linear-gradient(123deg, transparent 0 52%, rgba(198,168,106,.10) 58%, transparent 64%);
  animation:heroRays 9s ease-in-out infinite alternate;
}

@keyframes heroRays{
  from{transform:translateX(-2%)}
  to{transform:translateX(2%)}
}

.hero-content-cinematic{
  width:min(92%, 1100px);
  padding:0 20px;
}

.hero-kicker-cinematic{
  margin-bottom:14px;
}

.hero-title-shell{
  display:grid;
  place-items:center;
  overflow:visible;
}

.hero-title-cinematic{
  margin:0;
  line-height:.9;
  display:flex;
  flex-direction:column;
  gap:.25rem;
  align-items:center;
}

.hero-title-line{
  position:relative;
  display:block;
  color:#f7f1e3;
  text-shadow:
    0 18px 40px rgba(0,0,0,.35),
    0 0 28px rgba(198,168,106,.12);
  overflow:hidden;
}

.hero-title-line-top{
  font-size:clamp(3.4rem, 8vw, 7rem);
  letter-spacing:.04em;
}

.hero-title-line-bottom{
  font-size:clamp(2rem, 4.4vw, 3.7rem);
  color:var(--gold);
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero-title-line::after{
  content:"";
  position:absolute;
  top:-10%;
  bottom:-10%;
  left:-24%;
  width:18%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.05), rgba(255,255,255,.52), rgba(255,255,255,.08), transparent);
  transform:skewX(-20deg);
  animation:lightSweep 6.5s ease-in-out infinite;
  mix-blend-mode:screen;
}

@keyframes lightSweep{
  0%,14%{left:-24%}
  42%{left:118%}
  100%{left:118%}
}

.hero-subtitle-cinematic{
  margin-top:18px;
  font-size:clamp(1rem, 2vw, 1.22rem);
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hero-sub-cinematic{
  max-width:760px;
  margin:12px auto 0;
  color:rgba(255,255,255,.82);
}

.hero-actions-cinematic{
  margin-top:30px;
}

.hero-corner-brand{
  position:absolute;
  top:18px;
  right:18px;
  width:220px;
  height:100px;
  z-index:8;
  pointer-events:none;
}

.hero-corner-brand-blur{
  position:absolute;
  inset:0;
  border-radius:20px 0 0 20px;
  background:linear-gradient(135deg, rgba(8,10,14,.80) 0%, rgba(8,10,14,.56) 48%, rgba(8,10,14,.10) 100%);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(198,168,106,.22);
  box-shadow:0 10px 30px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
}

.hero-corner-brand-glow{
  position:absolute;
  top:10px;
  right:12px;
  width:120px;
  height:60px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(198,168,106,.30) 0%, rgba(198,168,106,.13) 45%, transparent 75%);
  filter:blur(14px);
  opacity:.96;
}

.hero-corner-brand-badge{
  position:absolute;
  top:50%;
  right:18px;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:110px;
  height:52px;
  padding:0 18px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(198,168,106,.22) 0%, rgba(198,168,106,.10) 100%);
  border:1px solid rgba(198,168,106,.38);
  box-shadow:0 0 0 1px rgba(198,168,106,.10), 0 8px 20px rgba(0,0,0,.22);
}

.hero-corner-brand-mark{
  color:#d8bb75;
  font-size:1.35rem;
  font-weight:800;
  letter-spacing:.16em;
  text-shadow:0 1px 0 rgba(255,255,255,.08), 0 0 18px rgba(198,168,106,.18);
}

/* Subtle flag movement layer */
.hero-flag-motion{
  position:absolute;
  top:0;
  right:0;
  width:min(28vw, 380px);
  height:min(44vh, 430px);
  z-index:3;
  pointer-events:none;
  background-image:url("../images/pike-hero-v2.jpg?v=2");
  background-size:cover;
  background-position:100% 0%;
  clip-path:polygon(46% 0%, 100% 0%, 100% 48%, 84% 49%, 77% 41%, 65% 43%, 59% 48%, 57% 80%, 42% 80%, 42% 25%);
  transform-origin:60% 12%;
  opacity:.95;
  filter:brightness(1.08) contrast(1.12) saturate(1.15);
  animation:flagWave 4.8s ease-in-out infinite alternate;
}

@keyframes flagWave{
  0%{transform:translate3d(0,0,0) rotate(0deg)}
  25%{transform:translate3d(1px,-1px,0) rotate(.55deg)}
  50%{transform:translate3d(-1px,0,0) rotate(-.35deg)}
  75%{transform:translate3d(1px,1px,0) rotate(.7deg)}
  100%{transform:translate3d(0,0,0) rotate(0deg)}
}

.hero-parallax-media,
.parallax-bg,
.banner-bg{
  will-change:transform;
}

.immersive-banner-house .banner-bg{
  filter:brightness(.48) contrast(1.12) saturate(1.08);
}

.immersive-banner-house .banner-overlay{
  background:
    linear-gradient(to bottom, rgba(0,0,0,.28), rgba(0,0,0,.84)),
    radial-gradient(circle at 72% 14%, rgba(198,168,106,.16), transparent 24%);
}

.immersive-banner-house .banner-copy{
  max-width:780px;
}

@media (max-width: 900px){
  .hero-flag-motion{display:none}
}

@media (max-width: 768px){
  .hero-title-line-top{font-size:clamp(2.8rem, 12vw, 4.6rem)}
  .hero-title-line-bottom{font-size:clamp(1.4rem, 6vw, 2.4rem)}
  .hero-corner-brand{
    top:12px;
    right:12px;
    width:160px;
    height:74px;
  }
  .hero-corner-brand-badge{
    min-width:86px;
    height:42px;
    right:12px;
    padding:0 14px;
  }
  .hero-corner-brand-mark{
    font-size:1rem;
    letter-spacing:.12em;
  }
}


/* Clean fix for lower house section */
.immersive-banner-house{
  position:relative;
  background:
    linear-gradient(180deg, rgba(8,10,14,.96), rgba(8,10,14,.88)),
    radial-gradient(circle at center, rgba(198,168,106,.08), transparent 45%);
  overflow:hidden;
}

.immersive-banner-house .banner-bg{
  display:none !important;
}

.immersive-banner-house::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 42%, rgba(198,168,106,.10), transparent 28%),
    linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.03) 50%, transparent 58%);
  pointer-events:none;
  opacity:.9;
}

.immersive-banner-house .banner-overlay{
  background:transparent !important;
}

.immersive-banner-house .banner-copy{
  position:relative;
  z-index:2;
  max-width:820px;
}

.immersive-banner-house .eyebrow{
  color:var(--gold);
  letter-spacing:.22em;
}

.immersive-banner-house h2{
  color:#f5efdf;
  text-shadow:
    0 10px 30px rgba(0,0,0,.24),
    0 0 20px rgba(198,168,106,.08);
}

.immersive-banner-house p{
  color:rgba(255,255,255,.78);
}


/* =========================
   HERO COMPLETELY FIXED
   ========================= */

.clean-hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  isolation:isolate;
  background:#050608;
}

.clean-hero img{
  display:none !important;
}

.hero-bg-single{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(to bottom, rgba(3,6,10,.08), rgba(3,6,10,.08)),
    url("../images/pike-hero-v2.jpg?v=2") center center / cover no-repeat;
  transform:scale(1.04);
  transform-origin:center center;
  filter:brightness(.62) contrast(1.1) saturate(1.12);
  animation:heroKenBurns 16s ease-in-out infinite alternate;
}

@keyframes heroKenBurns{
  from{transform:scale(1.04) translate3d(0,0,0)}
  to{transform:scale(1.10) translate3d(-0.4%, -0.8%, 0)}
}

.clean-hero .hero-overlay-cinematic{
  z-index:2;
  background:
    linear-gradient(to bottom, rgba(4,8,14,.18) 0%, rgba(4,8,14,.42) 38%, rgba(4,8,14,.88) 100%),
    radial-gradient(circle at 50% 18%, rgba(198,168,106,.14), transparent 24%),
    linear-gradient(to right, rgba(0,0,0,.26), rgba(0,0,0,.05) 42%, rgba(0,0,0,.24));
}

.clean-hero .hero-vignette{
  z-index:2;
}

.hero-film-grain{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  opacity:.06;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.45) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,.3) 0 1px, transparent 1px),
    radial-gradient(circle at 35% 75%, rgba(255,255,255,.35) 0 1px, transparent 1px),
    radial-gradient(circle at 68% 66%, rgba(255,255,255,.28) 0 1px, transparent 1px);
  background-size:180px 180px, 220px 220px, 200px 200px, 260px 260px;
}

.clean-hero .hero-content{
  position:relative;
  z-index:5;
}

.clean-hero .hero-title-line-top{
  font-size:clamp(3.5rem, 8vw, 6.8rem);
}

.clean-hero .hero-title-line-bottom{
  font-size:clamp(1.9rem, 4vw, 3.4rem);
}

.clean-hero .hero-title-line::after{
  content:"";
  position:absolute;
  top:-12%;
  bottom:-12%;
  left:-28%;
  width:18%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.08), rgba(255,255,255,.65), rgba(255,255,255,.12), transparent);
  transform:skewX(-20deg);
  animation:heroLightSweep 7s ease-in-out infinite;
  mix-blend-mode:screen;
}

@keyframes heroLightSweep{
  0%, 12% { left:-28%; }
  42% { left:118%; }
  100% { left:118%; }
}

.clean-hero .hero-kicker-cinematic,
.clean-hero .hero-subtitle-cinematic{
  text-shadow:0 10px 24px rgba(0,0,0,.28);
}

.clean-hero .hero-actions{
  gap:14px;
}

.clean-hero .btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.clean-hero .scroll-indicator{
  position:absolute;
  left:50%;
  bottom:28px;
  transform:translateX(-50%);
  z-index:5;
  width:26px;
  height:42px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
}

.clean-hero .scroll-indicator::after{
  content:"";
  position:absolute;
  left:50%;
  top:8px;
  width:4px;
  height:8px;
  border-radius:999px;
  background:var(--gold);
  transform:translateX(-50%);
  animation:scrollPulse 1.8s ease-in-out infinite;
}

@keyframes scrollPulse{
  0%{opacity:0; transform:translateX(-50%) translateY(0)}
  30%{opacity:1}
  100%{opacity:0; transform:translateX(-50%) translateY(14px)}
}

@media (max-width: 768px){
  .clean-hero .hero-title-line-top{font-size:clamp(2.8rem, 12vw, 4.7rem)}
  .clean-hero .hero-title-line-bottom{font-size:clamp(1.3rem, 6vw, 2.2rem)}
  .clean-hero .hero-bg-single{
    background-position:68% center;
  }
}


@media (max-width: 768px){
  .hero-bg-single{
    background-position:72% 62%;
  }
}


}


/* FULLY CINEMATIC ELITE HERO */
.clean-hero,
.hero.hero-cinematic{
  isolation:isolate;
}

.clean-hero .hero-bg-single,
.hero-bg-single{
  background:
    linear-gradient(to bottom, rgba(3,6,10,.12), rgba(3,6,10,.72)),
    url("../images/pike-hero-v2.jpg?v=2") no-repeat !important;
  background-size: cover !important;
  background-position: 78% 70% !important;
  filter: brightness(.55) contrast(1.2) saturate(1.1) !important;
  animation: eliteHeroDrift 18s ease-in-out infinite alternate;
  transform-origin:center center;
}

@keyframes eliteHeroDrift{
  from{transform:scale(1.03) translate3d(0,0,0)}
  to{transform:scale(1.09) translate3d(-0.8%, -1.2%, 0)}
}

.clean-hero::after,
.hero.hero-cinematic::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    radial-gradient(circle at center, transparent 34%, rgba(0,0,0,.20) 62%, rgba(0,0,0,.68) 100%),
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.04) 50%, transparent 54%);
}

.clean-hero .hero-overlay-cinematic{
  background:
    linear-gradient(to bottom, rgba(4,8,14,.14) 0%, rgba(4,8,14,.34) 34%, rgba(4,8,14,.86) 100%),
    radial-gradient(circle at 52% 24%, rgba(198,168,106,.16), transparent 26%),
    linear-gradient(to right, rgba(0,0,0,.26), rgba(0,0,0,.08) 42%, rgba(0,0,0,.22));
}

.clean-hero .hero-content{
  z-index:5;
  transform:translateY(24px);
}

.clean-hero .hero-title-line-top{
  font-size:clamp(3.6rem, 8vw, 6.9rem);
}

.clean-hero .hero-title-line-bottom{
  font-size:clamp(2rem, 4vw, 3.5rem);
}

.clean-hero .hero-title-line{
  position:relative;
  overflow:hidden;
  text-shadow:
    0 14px 34px rgba(0,0,0,.34),
    0 0 24px rgba(198,168,106,.12);
}

.clean-hero .hero-title-line::after{
  content:"";
  position:absolute;
  top:-10%;
  bottom:-10%;
  left:-30%;
  width:18%;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.08), rgba(255,215,120,.66), rgba(255,255,255,.14), transparent);
  transform:skewX(-20deg);
  mix-blend-mode:screen;
  animation: eliteLightSweep 5.8s ease-in-out infinite;
}

@keyframes eliteLightSweep{
  0%, 14% { left:-30%; }
  44% { left:118%; }
  100% { left:118%; }
}

.clean-hero .hero-kicker-cinematic,
.clean-hero .hero-subtitle-cinematic{
  text-shadow:0 10px 24px rgba(0,0,0,.28);
}

.clean-hero .hero-sub-cinematic{
  color:rgba(255,255,255,.86);
}

.clean-hero .btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.clean-hero .btn-secondary{
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.clean-hero .scroll-indicator{
  z-index:5;
  opacity:.9;
}

@media (max-width: 768px){
  .clean-hero .hero-bg-single,
  .hero-bg-single{
    background-position: 76% 72% !important;
  }

  .clean-hero .hero-content{
    transform:translateY(12px);
  }
}


/* =========================
   INSANE LEVEL HERO
   ========================= */

.clean-hero .hero-bg-single,
.hero-bg-single{
  background:
    linear-gradient(to bottom, rgba(3,6,10,.10), rgba(3,6,10,.68)),
    url("../images/pike-hero-v2.jpg?v=2") no-repeat !important;
  background-size:cover !important;
  background-position:82% 74% !important;
  filter:brightness(.58) contrast(1.18) saturate(1.08) !important;
}

.clean-hero::after,
.hero.hero-cinematic::after{
  background:
    radial-gradient(circle at center, transparent 40%, rgba(0,0,0,.60) 100%),
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.03) 50%, transparent 54%);
}

.clean-hero .hero-content{
  transform:translateY(28px);
}

.clean-hero .hero-title-line-top{
  letter-spacing:.03em;
  text-shadow:
    0 20px 45px rgba(0,0,0,.38),
    0 0 30px rgba(198,168,106,.14);
}

.clean-hero .hero-title-line-bottom{
  letter-spacing:.18em;
}

.clean-hero .hero-title-line::after{
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.08), rgba(255,224,130,.76), rgba(255,255,255,.16), transparent);
  animation: eliteLightSweep 5.2s ease-in-out infinite;
}

.clean-hero .btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.clean-hero .btn-primary:hover{
  box-shadow:0 14px 36px rgba(255,59,48,.42) !important;
}

.clean-hero .btn-secondary{
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}

.hero-snow-particles,
.hero-snow-particles-2{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  overflow:hidden;
}

.hero-snow-particles::before,
.hero-snow-particles::after,
.hero-snow-particles-2::before,
.hero-snow-particles-2::after{
  content:"";
  position:absolute;
  inset:-20% 0 0 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.85) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255,255,255,.55) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255,255,255,.42) 0 1px, transparent 1.5px);
  background-size: 180px 180px, 240px 240px, 320px 320px;
  background-position: 0 0, 40px 90px, 90px 30px;
  opacity:.34;
  animation: snowFallA 18s linear infinite;
}

.hero-snow-particles::after{
  opacity:.22;
  filter:blur(.5px);
  animation-duration:26s;
  animation-name:snowFallB;
}

.hero-snow-particles-2::before{
  opacity:.16;
  filter:blur(1px);
  animation-duration:34s;
  animation-name:snowFallC;
}

.hero-snow-particles-2::after{
  opacity:.12;
  filter:blur(1.2px);
  animation-duration:42s;
  animation-name:snowFallD;
}

@keyframes snowFallA{
  from{transform:translateY(-6%)}
  to{transform:translateY(10%)}
}
@keyframes snowFallB{
  from{transform:translateY(-10%) translateX(-1%)}
  to{transform:translateY(8%) translateX(1%)}
}
@keyframes snowFallC{
  from{transform:translateY(-8%) translateX(1%)}
  to{transform:translateY(10%) translateX(-1%)}
}
@keyframes snowFallD{
  from{transform:translateY(-14%)}
  to{transform:translateY(8%)}
}

.hero-flag-breath{
  position:absolute;
  top:0;
  right:10%;
  width:12%;
  height:34%;
  z-index:4;
  pointer-events:none;
  background:
    radial-gradient(circle at 30% 45%, rgba(255,255,255,.08), transparent 45%),
    linear-gradient(90deg, transparent 0 25%, rgba(255,255,255,.06) 45%, transparent 70%);
  mix-blend-mode:screen;
  opacity:.22;
  animation: flagBreath 4.8s ease-in-out infinite;
}

@keyframes flagBreath{
  0%,100%{transform:translateX(0) scaleX(1); opacity:.16}
  50%{transform:translateX(3px) scaleX(1.03); opacity:.28}
}

.clean-hero .hero-kicker-cinematic,
.clean-hero .hero-subtitle-cinematic,
.clean-hero .hero-sub-cinematic,
.clean-hero .hero-actions-cinematic{
  animation: heroRiseIn 1.1s ease both;
}

.clean-hero .hero-title-shell{
  animation: heroTitleIn 1.2s cubic-bezier(.19,1,.22,1) both;
}

@keyframes heroRiseIn{
  from{opacity:0; transform:translateY(26px)}
  to{opacity:1; transform:translateY(0)}
}
@keyframes heroTitleIn{
  from{opacity:0; transform:translateY(34px) scale(.98)}
  to{opacity:1; transform:translateY(0) scale(1)}
}

.clean-hero .hero-kicker-cinematic{animation-delay:.15s}
.clean-hero .hero-title-shell{animation-delay:.28s}
.clean-hero .hero-subtitle-cinematic{animation-delay:.46s}
.clean-hero .hero-sub-cinematic{animation-delay:.58s}
.clean-hero .hero-actions-cinematic{animation-delay:.72s}

.story-card,
.exec-card,
.member-card,
.timeline-card{
  transition:transform .45s ease, box-shadow .45s ease, border-color .45s ease;
}

.story-card:hover,
.exec-card:hover,
.member-card:hover,
.timeline-card:hover{
  transform:translateY(-8px);
  box-shadow:0 24px 46px rgba(0,0,0,.24);
}

@media (max-width: 768px){
  .clean-hero .hero-bg-single,
  .hero-bg-single{
    background-position:80% 74% !important;
  }

  .hero-snow-particles,
  .hero-snow-particles-2{
    opacity:.78;
  }

  .hero-flag-breath{
    display:none;
  }
}


/* =========================
   BEYOND INSANE HERO
   ========================= */

/* Remove top-right badge completely */
.hero-corner-brand{
  display:none !important;
}

.clean-hero .hero-bg-single,
.hero-bg-single{
  background-position: 84% 74% !important;
  filter: brightness(.74) contrast(1.15) saturate(1.04) !important;
  animation: beyondHeroMotion 20s cubic-bezier(.22,1,.36,1) infinite alternate !important;
}

@keyframes beyondHeroMotion{
  0%{
    transform:scale(1.01) translate3d(0, 0, 0);
  }
  100%{
    transform:scale(1.09) translate3d(-0.7%, -1.1%, 0);
  }
}

.clean-hero::after,
.hero.hero-cinematic::after{
  background:
    radial-gradient(circle at center, transparent 42%, rgba(0,0,0,.56) 100%),
    linear-gradient(120deg, transparent 0 46%, rgba(255,255,255,.02) 50%, transparent 54%) !important;
}

.clean-hero .hero-overlay-cinematic{
  background:
    linear-gradient(to bottom, rgba(5,8,12,.10) 0%, rgba(5,8,12,.24) 36%, rgba(5,8,12,.80) 100%),
    radial-gradient(circle at 54% 20%, rgba(198,168,106,.12), transparent 28%),
    linear-gradient(to right, rgba(0,0,0,.18), rgba(0,0,0,.04) 42%, rgba(0,0,0,.20)) !important;
}

.clean-hero .hero-film-grain{
  opacity:.045 !important;
  animation: grainShift 8s steps(2) infinite;
}

@keyframes grainShift{
  0%{transform:translate(0,0)}
  25%{transform:translate(-1px,1px)}
  50%{transform:translate(1px,-1px)}
  75%{transform:translate(-1px,-1px)}
  100%{transform:translate(0,0)}
}

.hero-atmosphere{
  position:absolute;
  inset:0;
  z-index:3;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 62%, rgba(255,255,255,.08), transparent 16%),
    radial-gradient(circle at 58% 18%, rgba(255,255,255,.04), transparent 20%),
    radial-gradient(circle at 75% 30%, rgba(198,168,106,.05), transparent 18%);
  mix-blend-mode:screen;
  opacity:.45;
  animation: atmosphereFloat 10s ease-in-out infinite alternate;
}

@keyframes atmosphereFloat{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(0,-8px,0)}
}

.clean-hero .hero-title-line{
  color:#f5e6b8 !important;
  text-shadow:
    0 2px 4px rgba(0,0,0,.6),
    0 6px 18px rgba(198,168,106,.25),
    0 0 8px rgba(198,168,106,.12) !important;
}

.clean-hero .hero-title-line-top{
  letter-spacing:.02em;
}

.clean-hero .hero-title-line-bottom{
  letter-spacing:.16em;
}

.clean-hero .hero-title-line::after{
  width:16% !important;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.08), rgba(255,224,130,.78), rgba(255,255,255,.12), transparent) !important;
  animation: beyondSweep 5s ease-in-out infinite !important;
}

@keyframes beyondSweep{
  0%, 12% { left:-26%; }
  46% { left:118%; }
  100% { left:118%; }
}

.clean-hero .hero-content{
  transform:translateY(34px) !important;
}

.clean-hero .hero-subtitle-cinematic{
  color:#dec16f;
  text-shadow:0 10px 20px rgba(0,0,0,.25);
}

.clean-hero .hero-sub-cinematic{
  color:rgba(255,255,255,.88) !important;
}

.clean-hero .btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.clean-hero .btn-secondary{
  border-color:rgba(255,255,255,.28);
}

.hero-snow-particles::before{
  opacity:.20 !important;
  animation:snowFallA 18s linear infinite !important;
}

.hero-snow-particles::after{
  opacity:.10 !important;
  filter:blur(2px) !important;
  transform:scale(1.3);
  animation:snowFallB 28s linear infinite !important;
}

.hero-snow-particles-2::before{
  opacity:.08 !important;
  filter:blur(1.4px) !important;
  animation:snowFallC 36s linear infinite !important;
}

.hero-snow-particles-2::after{
  opacity:.05 !important;
  filter:blur(2.2px) !important;
  animation:snowFallD 48s linear infinite !important;
}

.clean-hero .scroll-indicator{
  bottom:22px;
  opacity:.75;
}

.clean-hero .scroll-indicator::after{
  background:#e1c169;
}

/* stronger lower-section reveal without gimmick */
.immersive-banner,
.story-card,
.exec-card,
.member-card,
.timeline-card{
  will-change:transform, opacity;
}

@media (max-width: 768px){
  .clean-hero .hero-bg-single,
  .hero-bg-single{
    background-position:80% 76% !important;
    filter: brightness(.70) contrast(1.12) saturate(1.03) !important;
  }

  .clean-hero .hero-content{
    transform:translateY(18px) !important;
  }
}


/* =========================
   HOLLYWOOD TRAILER LEVEL
   ========================= */

.hero-light-beam{
  position:absolute;
  top:0;
  right:0;
  width:40%;
  height:100%;
  pointer-events:none;
  z-index:2;
  background:linear-gradient(
    to left,
    rgba(198,168,106,.18),
    rgba(198,168,106,.05),
    transparent
  );
  mix-blend-mode:screen;
  opacity:.8;
}

.hero-focus-light{
  position:absolute;
  left:50%;
  top:55%;
  transform:translate(-50%,-50%);
  width:520px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
  filter:blur(40px);
  z-index:2;
  pointer-events:none;
  opacity:.85;
}

.clean-hero .hero-title-line,
.hero-title-line{
  color:#f5e6b8 !important;
  text-shadow:
    0 1px 2px rgba(0,0,0,.9),
    0 4px 12px rgba(0,0,0,.7),
    0 0 6px rgba(198,168,106,.15) !important;
}

.clean-hero .hero-actions-cinematic,
.hero-actions-cinematic{
  transform:translateY(10px);
}

.clean-hero .btn-primary,
.btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.clean-hero .hero-content{
  animation: trailerHeroSettle 1.4s cubic-bezier(.19,1,.22,1) both;
}

@keyframes trailerHeroSettle{
  from{opacity:0; transform:translateY(54px) scale(.985)}
  to{opacity:1; transform:translateY(34px) scale(1)}
}

.clean-hero .hero-kicker-cinematic{animation-delay:.2s}
.clean-hero .hero-title-shell{animation-delay:.42s}
.clean-hero .hero-subtitle-cinematic{animation-delay:.72s}
.clean-hero .hero-sub-cinematic{animation-delay:.86s}
.clean-hero .hero-actions-cinematic{animation-delay:1.02s}

.clean-hero .hero-title-shell{
  position:relative;
}

.clean-hero .hero-title-shell::before{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:120%;
  height:120%;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle, rgba(198,168,106,.08), transparent 60%);
  filter:blur(22px);
  pointer-events:none;
  z-index:-1;
}

.clean-hero .scroll-indicator{
  animation: trailerIndicatorFloat 2.2s ease-in-out infinite;
}

@keyframes trailerIndicatorFloat{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-5px)}
}

/* Trailer intro */
.trailer-intro{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  pointer-events:none;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.03), transparent 38%),
    linear-gradient(180deg, rgba(3,6,10,.94), rgba(3,6,10,.88));
  opacity:1;
  transition:opacity .9s ease, visibility .9s ease;
}

.trailer-intro.is-hidden{
  opacity:0;
  visibility:hidden;
}

.trailer-intro-glow{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at center, rgba(198,168,106,.12), transparent 22%),
    radial-gradient(circle at center, rgba(255,255,255,.04), transparent 34%);
  animation:trailerGlowPulse 2.4s ease-in-out infinite alternate;
}

@keyframes trailerGlowPulse{
  from{opacity:.65; transform:scale(1)}
  to{opacity:1; transform:scale(1.04)}
}

.trailer-intro-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  text-align:center;
}

.trailer-intro-line{
  display:block;
  opacity:0;
  color:#f5ead0;
  text-transform:uppercase;
  letter-spacing:.22em;
  transform:translateY(24px);
  animation:trailerLineIn .9s cubic-bezier(.19,1,.22,1) forwards;
  text-shadow:0 12px 32px rgba(0,0,0,.34), 0 0 12px rgba(198,168,106,.12);
}

.trailer-intro-line-1{
  font-size:.9rem;
  color:#d8bf79;
  animation-delay:.18s;
}
.trailer-intro-line-2{
  font-size:clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing:.08em;
  text-transform:none;
  animation-delay:.44s;
}
.trailer-intro-line-3{
  font-size:clamp(1rem, 2vw, 1.45rem);
  color:#d8bf79;
  animation-delay:.72s;
}

@keyframes trailerLineIn{
  from{opacity:0; transform:translateY(24px) scale(.985)}
  to{opacity:1; transform:translateY(0) scale(1)}
}

/* lower section cinematic reveals */
.immersive-banner,
.story-card,
.exec-card,
.member-card,
.timeline-card{
  transition:
    opacity .9s cubic-bezier(.19,1,.22,1),
    transform .9s cubic-bezier(.19,1,.22,1),
    box-shadow .45s ease !important;
}

@media (max-width: 768px){
  .hero-light-beam{
    width:48%;
    opacity:.65;
  }
  .hero-focus-light{
    width:360px;
    height:240px;
    top:58%;
  }
  .trailer-intro-line-2{
    font-size:clamp(2rem, 9vw, 3rem);
  }
}


/* =========================
   LOCKED FINAL CINEMATIC BUILD
   ========================= */

/* Layered motion polish */
.clean-hero .hero-bg-single,
.hero-bg-single{
  animation:
    finalHeroZoom 18s ease-in-out infinite alternate,
    finalFilmDrift 6.5s ease-in-out infinite !important;
}

@keyframes finalHeroZoom{
  0%{
    transform:scale(1.015) translate3d(0,0,0);
  }
  100%{
    transform:scale(1.085) translate3d(-0.6%, -1.0%, 0);
  }
}

@keyframes finalFilmDrift{
  0%{filter:brightness(.74) contrast(1.15) saturate(1.04)}
  25%{filter:brightness(.742) contrast(1.15) saturate(1.04)}
  50%{filter:brightness(.738) contrast(1.15) saturate(1.04)}
  75%{filter:brightness(.742) contrast(1.15) saturate(1.04)}
  100%{filter:brightness(.74) contrast(1.15) saturate(1.04)}
}

/* Focus light pulse */
.hero-focus-light{
  animation:
    pulseLight 4.2s ease-in-out infinite,
    focusFloat 9s ease-in-out infinite alternate !important;
}

@keyframes pulseLight{
  0%,100%{
    opacity:.68;
    transform:translate(-50%,-50%) scale(1);
  }
  50%{
    opacity:.94;
    transform:translate(-50%,-50%) scale(1.08);
  }
}

@keyframes focusFloat{
  from{filter:blur(40px)}
  to{filter:blur(46px)}
}

/* Sharper title and cleaner glow */
.clean-hero .hero-title-line,
.hero-title-line{
  text-shadow:
    0 1px 2px rgba(0,0,0,.92),
    0 5px 16px rgba(0,0,0,.72),
    0 0 6px rgba(198,168,106,.14) !important;
}

/* Better sweep timing */
.clean-hero .hero-title-line::after,
.hero-title-line::after{
  animation: finalTitleSweep 5.6s ease-in-out infinite !important;
}

@keyframes finalTitleSweep{
  0%,16%{left:-28%}
  48%{left:118%}
  100%{left:118%}
}

/* Snow depth polish */
.hero-snow-particles::before{
  opacity:.18 !important;
  filter:blur(.2px);
}

.hero-snow-particles::after{
  opacity:.10 !important;
  filter:blur(1.9px) !important;
  transform:scale(1.34);
}

.hero-snow-particles-2::before{
  opacity:.07 !important;
  filter:blur(1.2px) !important;
}

.hero-snow-particles-2::after{
  opacity:.045 !important;
  filter:blur(2.3px) !important;
}

/* Buttons feel more grounded */
.clean-hero .hero-actions-cinematic,
.hero-actions-cinematic{
  transform:translateY(12px) !important;
}

.clean-hero .btn-primary,
.btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.clean-hero .btn-secondary,
.btn-secondary{
  box-shadow:
    0 10px 22px rgba(0,0,0,.18),
    inset 0 1px 0 rgba(255,255,255,.06);
}

/* Hero content staged settle */
.clean-hero .hero-kicker-cinematic{
  animation: finalRise1 .8s cubic-bezier(.19,1,.22,1) both !important;
}

.clean-hero .hero-title-shell{
  animation: finalRise2 1s cubic-bezier(.19,1,.22,1) both !important;
}

.clean-hero .hero-subtitle-cinematic{
  animation: finalRise3 .9s cubic-bezier(.19,1,.22,1) both !important;
}

.clean-hero .hero-sub-cinematic{
  animation: finalRise4 .9s cubic-bezier(.19,1,.22,1) both !important;
}

.clean-hero .hero-actions-cinematic{
  animation: finalRise5 .9s cubic-bezier(.19,1,.22,1) both !important;
}

@keyframes finalRise1{
  from{opacity:0; transform:translateY(20px)}
  to{opacity:1; transform:translateY(0)}
}
@keyframes finalRise2{
  from{opacity:0; transform:translateY(28px) scale(.988)}
  to{opacity:1; transform:translateY(0) scale(1)}
}
@keyframes finalRise3{
  from{opacity:0; transform:translateY(18px)}
  to{opacity:1; transform:translateY(0)}
}
@keyframes finalRise4{
  from{opacity:0; transform:translateY(14px)}
  to{opacity:1; transform:translateY(0)}
}
@keyframes finalRise5{
  from{opacity:0; transform:translateY(18px)}
  to{opacity:1; transform:translateY(12px)}
}

.clean-hero .hero-kicker-cinematic{animation-delay:.18s !important}
.clean-hero .hero-title-shell{animation-delay:.42s !important}
.clean-hero .hero-subtitle-cinematic{animation-delay:.72s !important}
.clean-hero .hero-sub-cinematic{animation-delay:.88s !important}
.clean-hero .hero-actions-cinematic{animation-delay:1.02s !important}

/* Small polish on lower reveals */
.immersive-banner,
.story-card,
.exec-card,
.member-card,
.timeline-card{
  transition-timing-function:cubic-bezier(.19,1,.22,1) !important;
}

@media (max-width: 768px){
  .clean-hero .hero-bg-single,
  .hero-bg-single{
    background-position:80% 76% !important;
  }

  .hero-focus-light{
    animation-duration:4.8s, 10s !important;
  }
}


/* =========================
   SITE-WIDE CINEMATIC MATCH
   ========================= */

:root{
  --cinematic-border: rgba(255,255,255,.08);
  --cinematic-shadow: 0 24px 60px rgba(0,0,0,.28);
  --cinematic-shadow-strong: 0 32px 80px rgba(0,0,0,.34);
  --cinematic-panel:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}

/* smoother whole-site tone */
body{
  background:
    radial-gradient(circle at top center, rgba(198,168,106,.04), transparent 24%),
    linear-gradient(180deg, #06080c 0%, #080b10 100%);
}

/* stronger page headers */
.cinematic-page-hero{
  isolation:isolate;
}

.cinematic-page-hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
  background:
    radial-gradient(circle at center, transparent 46%, rgba(0,0,0,.14) 72%, rgba(0,0,0,.34) 100%),
    linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.02) 52%, transparent 56%);
}

.members-hero-max,
.rush-hero{
  box-shadow: inset 0 -100px 120px rgba(0,0,0,.28);
}

/* page section rhythm */
main > section{
  position:relative;
}

.section-divider-glow{
  width:min(88%, 900px);
  height:1px;
  margin:0 auto;
  background:linear-gradient(90deg, transparent, rgba(198,168,106,.42), transparent);
  box-shadow:0 0 24px rgba(198,168,106,.18);
  opacity:.8;
}

/* unify premium cards and panels */
.three-up > *,
.story-card,
.exec-card,
.member-card,
.timeline-content,
.rush-form-shell,
.rush-highlight-card,
.elite-img,
.pledge-class-card,
.instagram-grid a,
.card,
.stat-card{
  background:var(--cinematic-panel);
  border:1px solid var(--cinematic-border);
  box-shadow:var(--cinematic-shadow);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.story-card:hover,
.exec-card:hover,
.member-card:hover,
.timeline-content:hover,
.rush-highlight-card:hover,
.elite-img:hover,
.instagram-grid a:hover,
.card:hover,
.stat-card:hover{
  box-shadow:var(--cinematic-shadow-strong);
  border-color:rgba(198,168,106,.22);
}

/* section headers feel more branded */
.section-header,
.executive-header,
.pledge-classes-header{
  position:relative;
  z-index:2;
}

.section-header .eyebrow,
.executive-header .eyebrow,
.pledge-classes-header .eyebrow{
  color:var(--gold);
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:800;
}

.section-header h2,
.executive-header h2,
.pledge-classes-header h2{
  color:#f4eddc;
  text-shadow:0 10px 28px rgba(0,0,0,.28), 0 0 16px rgba(198,168,106,.08);
}

/* immersive banner cleaner and more premium */
.immersive-banner,
.featured-moments-section,
.rush-highlights-section,
.rush-form-section,
.pledge-timeline-section,
.executive-section,
.instagram-section{
  overflow:hidden;
}

.immersive-banner::before,
.featured-moments-section::before,
.rush-highlights-section::before,
.rush-form-section::before,
.pledge-timeline-section::before,
.executive-section::before,
.instagram-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 0%, rgba(198,168,106,.06), transparent 24%),
    linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.015) 52%, transparent 56%);
}

/* members cards / exec cards more consistent */
.exec-card .exec-image-wrap,
.member-card .member-image-wrap,
.rush-highlight-card img,
.elite-img img{
  filter:brightness(.9) contrast(1.05);
}

.exec-content h3,
.member-card h3,
.timeline-content h3,
.rush-highlight-copy h3,
.elite-img-copy h3{
  color:#f5efdf;
}

.exec-role-tag,
.timeline-year,
.rush-highlight-copy span,
.elite-img-copy span{
  background:rgba(198,168,106,.12);
  border:1px solid rgba(198,168,106,.22);
  color:var(--gold);
}

/* forms */
.rush-form-intro,
.rush-point,
.form-group input,
.form-group select,
.form-group textarea{
  box-shadow:none;
}

.form-group input,
.form-group select,
.form-group textarea{
  background:rgba(255,255,255,.045);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:rgba(198,168,106,.42);
  box-shadow:0 0 0 4px rgba(198,168,106,.10);
}

/* timeline polish */
.timeline::before{
  background:linear-gradient(to bottom, transparent, rgba(198,168,106,.34), transparent);
}

.timeline-progress{
  box-shadow:0 0 18px rgba(198,168,106,.30);
}

/* image sections feel less flat */
.rush-highlight-card::after,
.elite-img::before{
  background:
    linear-gradient(to top, rgba(5,8,14,.9), rgba(5,8,14,.14) 55%, transparent),
    linear-gradient(120deg, rgba(111,13,18,.14), transparent 42%, rgba(198,168,106,.08));
}

/* nav and buttons */
.nav-links a,
.btn,
button{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    opacity .28s ease;
}

.nav-links a:hover,
.btn:hover,
button:hover{
  transform:translateY(-2px);
}

.btn-secondary{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

/* cinematic reveal defaults */
.reveal-cinematic{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .85s cubic-bezier(.19,1,.22,1), transform .85s cubic-bezier(.19,1,.22,1);
}

.reveal-cinematic.is-visible{
  opacity:1;
  transform:translateY(0);
}

/* keep mobile balanced */
@media (max-width: 768px){
  .section-divider-glow{
    width:min(84%, 520px);
  }
}


/* Mobile grain reduction */
@media (max-width: 768px){
  .hero-film-grain{
    opacity:.02 !important;
  }
}


/* Rush conversion proof strip */
.rush-proof-strip{
  display:flex;
  justify-content:center;
  gap:40px;
  margin:0 0 40px;
  flex-wrap:wrap;
  text-align:center;
}

.proof-item{
  min-width:120px;
}

.proof-item strong{
  display:block;
  font-size:28px;
  color:#c6a86a;
  line-height:1;
}

.proof-item span{
  display:block;
  margin-top:8px;
  font-size:14px;
  opacity:.72;
  color:rgba(255,255,255,.78);
}

/* Curated Instagram grid */
.curated-ig-section{
  width:min(94%,1280px);
  margin:0 auto;
}

.ig-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin-top:32px;
}

.ig-grid a{
  display:block;
  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(0,0,0,.20);
}

.ig-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  transition:transform .45s ease, filter .35s ease;
  filter:brightness(.92) contrast(1.03);
}

.ig-grid a:hover img{
  transform:scale(1.05);
  filter:brightness(.98) contrast(1.06);
}

.ig-follow{
  text-align:center;
  margin-top:18px;
  opacity:.82;
}

.ig-follow a{
  color:#c6a86a;
  text-decoration:none;
}

@media (max-width: 900px){
  .ig-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .rush-proof-strip{
    gap:22px;
  }

  .proof-item strong{
    font-size:24px;
  }

  .ig-grid{
    grid-template-columns:1fr 1fr;
  }
}






/* =========================
   FINAL ELITE PAGES BUILD
   ========================= */

.hero-bg-single,
.story-card img,
.exec-card img,
.member-card img,
.elite-img img,
.rush-highlight-card img,
.ig-grid img,
.instagram-grid img,
.page-hero img,
.cinematic-page-hero img{
  filter: brightness(.92) contrast(1.08) saturate(.90);
}

.hero-bg-single{
  filter: brightness(.88) contrast(1.12) saturate(.86) !important;
}

.story-card img,
.exec-card img,
.member-card img,
.elite-img img,
.rush-highlight-card img{
  filter: brightness(.90) contrast(1.08) saturate(.88);
}

.reveal-cinematic{
  opacity:0;
  transform:translateY(34px) scale(.985);
  transition:
    opacity 1s cubic-bezier(.19,1,.22,1),
    transform 1s cubic-bezier(.19,1,.22,1),
    filter .5s ease;
  filter: blur(2px);
}

.reveal-cinematic.is-visible{
  opacity:1;
  transform:translateY(0) scale(1);
  filter: blur(0);
}

.section-header.reveal-cinematic{
  transform:translateY(24px);
}

.immersive-banner,
.featured-moments-section,
.executive-section,
.pledge-timeline-section,
.rush-highlights-section,
.rush-form-section,
.curated-ig-section{
  position:relative;
  overflow:hidden;
}

.immersive-banner::after,
.featured-moments-section::after,
.executive-section::after,
.pledge-timeline-section::after,
.rush-highlights-section::after,
.rush-form-section::after,
.curated-ig-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 0%, rgba(198,168,106,.04), transparent 22%),
    linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.012) 52%, transparent 56%);
}

.rush-proof-strip{
  margin:0 0 34px;
  padding:18px 20px;
  border:1px solid rgba(198,168,106,.16);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:0 18px 36px rgba(0,0,0,.18);
}

.proof-item strong{
  font-size:30px;
  color:#d4b46d;
  text-shadow:0 6px 18px rgba(0,0,0,.22);
}

.proof-item span{
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:12px;
}

.rush-form-shell{
  position:relative;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 26px 60px rgba(0,0,0,.28);
}

.rush-form-shell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 0%, rgba(198,168,106,.05), transparent 24%);
}

.form-group input,
.form-group select,
.form-group textarea{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  transition:border-color .24s ease, box-shadow .24s ease, background .24s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  background:rgba(255,255,255,.07);
  border-color:rgba(198,168,106,.42);
  box-shadow:0 0 0 4px rgba(198,168,106,.10);
}

.submit-wrap .btn-primary,
.rush-cta .btn-primary,
.btn-primary{
  box-shadow:
    0 10px 28px rgba(255,59,48,.32),
    0 0 16px rgba(255,59,48,.14);
}

.curated-ig-section .section-header{
  text-align:center;
}

.ig-grid{
  margin-top:30px;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}

.ig-grid a{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 22px 50px rgba(0,0,0,.24);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}

.ig-grid a::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:2;
  background:
    linear-gradient(to top, rgba(6,8,12,.55), rgba(6,8,12,0) 44%),
    linear-gradient(120deg, rgba(198,168,106,.05), transparent 42%);
  opacity:.88;
}

.ig-grid a::after{
  content:"View";
  position:absolute;
  left:16px;
  bottom:14px;
  z-index:3;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#f5ead0;
  opacity:.88;
}

.ig-grid img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
  transition:transform .45s ease, filter .35s ease;
  filter:brightness(.90) contrast(1.08) saturate(.88);
}

.ig-grid a:hover img{
  transform:scale(1.05);
  filter:brightness(.96) contrast(1.1) saturate(.92);
}

.ig-follow{
  text-align:center;
  margin-top:18px;
  font-size:18px;
}

.ig-follow a{
  color:#c6a86a;
  text-decoration:none;
}

footer, .site-footer{
  position:relative;
}

footer::before, .site-footer::before{
  content:"";
  display:block;
  width:min(92%, 860px);
  height:1px;
  margin:0 auto 28px;
  background:linear-gradient(90deg, transparent, rgba(198,168,106,.30), transparent);
}

@media (max-width: 900px){
  .ig-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 640px){
  .ig-grid{
    gap:10px;
  }
  .ig-grid a{
    border-radius:18px;
  }
  .proof-item strong{
    font-size:24px;
  }
}


/* INSTAGRAM ELITE++ */
.curated-ig-section,
.instagram-section{
  display:none !important;
}

.instagram-elite{
  width:min(92%, 1240px);
  margin:0 auto;
  padding:110px 0 90px;
  position:relative;
}

.instagram-header{
  text-align:center;
  max-width:780px;
  margin:0 auto 34px;
}

.instagram-header h2{
  margin-bottom:14px;
}

.instagram-elite-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.instagram-elite-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  box-shadow:0 24px 55px rgba(0,0,0,.24);
  transform:translateY(0);
  transition:
    transform .45s ease,
    box-shadow .45s ease,
    border-color .45s ease;
}

.instagram-elite-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top, rgba(7,10,16,.58), rgba(7,10,16,.02) 46%),
    linear-gradient(120deg, rgba(198,168,106,.08), transparent 42%);
  opacity:.95;
  z-index:2;
  pointer-events:none;
}

.instagram-elite-card::after{
  content:"View";
  position:absolute;
  left:16px;
  bottom:14px;
  z-index:3;
  color:#f5ead0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  opacity:.9;
}

.instagram-elite-card img{
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover;
  display:block;
  filter:brightness(.92) contrast(1.08) saturate(.9);
  transform:scale(1);
  transition:
    transform .55s ease,
    filter .4s ease;
}

.instagram-elite-card:hover{
  transform:translateY(-8px);
  border-color:rgba(198,168,106,.22);
  box-shadow:0 30px 70px rgba(0,0,0,.34);
}

.instagram-elite-card:hover img{
  transform:scale(1.06);
  filter:brightness(.98) contrast(1.1) saturate(.94);
}

.instagram-elite-footer{
  text-align:center;
  margin-top:20px;
}

.instagram-elite-footer a{
  color:#c6a86a;
  text-decoration:none;
  font-weight:600;
  letter-spacing:.04em;
}

@media (max-width: 980px){
  .instagram-elite-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px){
  .instagram-elite{
    padding:90px 0 70px;
  }

  .instagram-elite-grid{
    gap:12px;
  }

  .instagram-elite-card{
    border-radius:18px;
  }
}


/* ELITE++ PIKE LOGO */
.logo-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}

.logo-img{
  height:40px;
  width:auto;
  display:block;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,.34));
  transition: transform .32s ease, filter .32s ease, opacity .32s ease;
}

.logo-link:hover .logo-img{
  transform: translateY(-1px) scale(1.045);
  filter:
    drop-shadow(0 0 14px rgba(216,191,121,.38))
    drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

/* Premium navbar interactions */
nav, .navbar, .site-nav, header nav{
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

nav, .navbar, .site-nav{
  transition:
    background-color .3s ease,
    box-shadow .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.nav-links a{
  position:relative;
  transition: color .24s ease, opacity .24s ease, transform .24s ease;
}

.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:100%;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(198,168,106,.9), transparent);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .28s ease;
  opacity:.9;
}

.nav-links a:hover{
  color:#f5ead0;
  transform:translateY(-1px);
}

.nav-links a:hover::after{
  transform:scaleX(1);
}

.nav-links a.active::after,
.nav-links a[aria-current="page"]::after{
  transform:scaleX(1);
}

.nav-links a.active,
.nav-links a[aria-current="page"]{
  color:#d8bf79;
}

body.navbar-scrolled nav,
body.navbar-scrolled .navbar,
body.navbar-scrolled .site-nav{
  box-shadow:0 12px 32px rgba(0,0,0,.22);
  background:rgba(8,10,14,.82);
  border-bottom:1px solid rgba(255,255,255,.06);
}

@media (max-width: 768px){
  .logo-img{
    height:36px;
  }
}


/* CONVERSION UPGRADES */
.hero-proof-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  margin-top:16px;
}
.hero-proof-row span{
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#f1e4c5;
  font-size:.88rem;
  line-height:1;
}

.testimonials-section{
  width:min(92%, 1240px);
  margin:0 auto;
  padding:90px 0 20px;
}
.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.testimonial-card{
  padding:24px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:0 20px 50px rgba(0,0,0,.18);
}
.testimonial-quote{
  margin:0 0 16px;
  font-size:1.04rem;
  color:#f5f2ea;
}
.testimonial-name{
  margin:0;
  color:var(--gold);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem;
}

.sticky-rush-cta{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:3200;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg, #9b1c23, #6f0d12);
  box-shadow:0 18px 40px rgba(111,13,18,.34), 0 0 18px rgba(255,59,48,.18);
  border:1px solid rgba(255,255,255,.12);
  font-weight:700;
  letter-spacing:.04em;
  transition:transform .22s ease, box-shadow .22s ease, opacity .22s ease;
}
.sticky-rush-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 22px 48px rgba(111,13,18,.42), 0 0 22px rgba(255,59,48,.22);
}

.rush-funnel-page{
  width:min(92%, 1240px);
  margin:0 auto;
  padding:64px 0 90px;
}
.rush-proof-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-bottom:34px;
}
.proof-item{
  padding:18px 18px 16px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.proof-item strong{
  display:block;
  margin-bottom:8px;
  color:var(--gold);
  font-size:1.2rem;
}
.proof-item span{
  color:var(--muted);
}
.rush-funnel-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:start;
}
.rush-funnel-copy,
.rush-form-shell{
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  box-shadow:0 22px 60px rgba(0,0,0,.18);
}
.rush-funnel-copy{padding:30px}
.rush-form-shell{padding:28px}
.rush-form-intro h2{
  margin:.2rem 0 .3rem;
}
.rush-form-intro p{
  margin:0 0 18px;
}
.rush-step-list{
  display:grid;
  gap:18px;
  margin:22px 0 28px;
}
.rush-step{
  display:grid;
  grid-template-columns:60px 1fr;
  gap:14px;
  align-items:start;
}
.rush-step-number{
  width:52px;
  height:52px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  color:var(--gold);
  border:1px solid rgba(198,168,106,.26);
  background:rgba(198,168,106,.06);
}
.rush-step h3{
  margin:0 0 6px;
  font-size:1.5rem;
}
.rush-step p{
  margin:0;
  color:var(--muted);
}
.rush-mini-testimonials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.rush-mini-quote{
  margin:0;
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
}
.rush-mini-quote p{
  margin:0 0 10px;
}
.rush-mini-quote span{
  font-size:.78rem;
  color:var(--gold);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rush-faq-section{
  margin-top:34px;
}
.rush-faq-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.faq-card{
  padding:22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.faq-card h3{
  margin:0 0 10px;
}
.faq-card p{
  margin:0;
  color:var(--muted);
}

.analytics-note{
  font-size:.85rem;
  color:var(--muted);
}

@media (max-width: 980px){
  .testimonials-grid,
  .rush-proof-strip,
  .rush-faq-grid{
    grid-template-columns:1fr;
  }
  .rush-funnel-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .hero-proof-row{
    justify-content:flex-start;
  }
  .rush-mini-testimonials{
    grid-template-columns:1fr;
  }
  .sticky-rush-cta{
    right:14px;
    left:14px;
    bottom:14px;
  }
}
