.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.webp");
  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;
  min-height:100dvh;
  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.webp") 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.webp") 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.webp") 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;
  right:calc(18px + env(safe-area-inset-right));
  bottom:calc(18px + env(safe-area-inset-bottom));
  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);
}
.sticky-rush-cta.is-hidden{
  opacity:0;
  transform:translateY(14px) scale(.94);
  pointer-events:none;
}

.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;
  }
}

/* ── Select element dark styling ─────────────────────────────────── */
.rush-form select,
.rush-form .form-field select{
  appearance:none;
  -webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23c6a86a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 1rem center;
  background-size:16px;
  padding-right:2.8rem;
  cursor:pointer;
  color:#fff;
}
.rush-form select option{
  background:#1a1a1a;
  color:#f5f2ea;
}

/* ── Form field full-width override (outside grid) ───────────────── */
.rush-form-shell .form-field:not(.form-grid .form-field){
  margin-top:.75rem;
}
.rush-form .form-field{
  margin:0;
}

/* ── Rush form status messages ───────────────────────────────────── */
.rush-fs-success,
.rush-fs-error{
  border-radius:14px;
  padding:0;
  font-size:.95rem;
  font-weight:600;
  transition:all .3s ease;
}
.rush-inline-success-main{
  display:block;
  color:#7eca9c;
  font-size:1.05rem;
  margin-bottom:.25rem;
}
.rush-inline-success-sub{
  color:var(--muted);
  font-size:.9rem;
}

/* ── Rush form glow on success ───────────────────────────────────── */
.rush-form-success-glow{
  box-shadow:0 0 0 2px rgba(198,168,106,.38), 0 20px 60px rgba(198,168,106,.12) !important;
}

/* ── Reduced motion ──────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
  .hero-bg-single,
  .members-hero-base,
  .hero-media{
    animation:none !important;
    transform:none !important;
  }
  .trailer-intro{
    display:none !important;
  }
}

/* ── Skip navigation ─────────────────────────────────────────────── */
.skip-nav{
  position:fixed;
  top:-100%;
  left:1rem;
  z-index:9999;
  padding:.75rem 1.4rem;
  border-radius:999px;
  background:var(--gold);
  color:#000;
  font-weight:700;
  font-size:.92rem;
  letter-spacing:.04em;
  text-decoration:none;
  transition:top .2s ease;
  outline:none;
}
.skip-nav:focus{
  top:1rem;
  outline:3px solid #fff;
  outline-offset:2px;
}

/* ── Honeypot — invisible to humans ─────────────────────────────── */
.hidden-field-input{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

/* ── Form field wrappers + labels ────────────────────────────────── */
.form-field{
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.form-label{
  font-size:.82rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
}
.form-label span[aria-hidden]{
  color:var(--gold);
  margin-left:.15em;
}
.rush-form .form-field input,
.rush-form .form-field textarea,
.rush-form .form-field select{
  width:100%;
  background:rgba(255,255,255,.06);
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  border-radius:14px;
  padding:.9rem 1rem;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.rush-form .form-field input:focus,
.rush-form .form-field textarea:focus,
.rush-form .form-field select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(198,168,106,.18);
}
.rush-form .form-field input::placeholder,
.rush-form .form-field textarea::placeholder{
  color:rgba(255,255,255,.32);
}

/* ── display:grid fix for premium-instagram-grid ─────────────────── */
.premium-instagram-grid{
  display:grid;
}

/* ── Footer nav ──────────────────────────────────────────────────── */
.site-footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.5rem 1.4rem;
  margin-bottom:1.2rem;
}
.site-footer nav a{
  font-size:.88rem;
  color:var(--muted);
  letter-spacing:.06em;
  transition:color .2s ease;
}
.site-footer nav a:hover{
  color:#fff;
}
.footer-meta{
  font-size:.82rem;
  color:rgba(255,255,255,.30);
  margin:.3rem 0 0;
}
.footer-meta a{
  color:rgba(255,255,255,.40);
  text-decoration:underline;
  text-underline-offset:2px;
}
.footer-meta a:hover{
  color:var(--gold);
}

/* ── Success page actions ─────────────────────────────────────────── */
.success-actions{
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:1.4rem;
}

/* ── Instagram elite grid (self-contained) ───────────────────────── */
.instagram-elite{
  width:min(96%,1260px);
  margin:0 auto;
  padding:80px 0 60px;
}
.instagram-header{
  text-align:center;
  margin-bottom:0;
}
.instagram-elite-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
  margin:1.5rem auto 0;
}
.instagram-elite-card{
  position:relative;
  display:block;
  border-radius:22px;
  overflow:hidden;
  aspect-ratio:1;
  background:#111;
  transition:transform .3s ease, box-shadow .3s ease;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}
.instagram-elite-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease, filter .4s ease;
  filter:brightness(.88);
}
.instagram-elite-card:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 28px 64px rgba(0,0,0,.38);
}
.instagram-elite-card:hover img{
  transform:scale(1.06);
  filter:brightness(1);
}
.instagram-elite-footer{
  text-align:center;
  margin-top:1.5rem;
  padding-bottom:2rem;
}
.instagram-elite-footer a{
  font-size:1.1rem;
  letter-spacing:.12em;
  color:var(--gold);
  font-weight:600;
  transition:opacity .2s ease;
}
.instagram-elite-footer a:hover{
  opacity:.72;
}
@media (max-width:760px){
  .instagram-elite-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:480px){
  .instagram-elite-grid{
    grid-template-columns:1fr 1fr;
    gap:.6rem;
  }
}

/* ── Chapter stats section (home page) ───────────────────────────── */
.chapter-stats-section{
  width:min(92%,1100px);
  margin:0 auto;
  padding:0 0 80px;
}
.chapter-stats-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:0;
  border:1px solid rgba(255,255,255,.08);
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  overflow:hidden;
}
.chapter-stat-item{
  flex:1;
  min-width:160px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.35rem;
  padding:2.2rem 1.5rem;
  text-align:center;
}
.chapter-stat-number{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.8rem,5vw,4rem);
  font-weight:700;
  color:var(--gold);
  line-height:1;
  letter-spacing:.02em;
}
.chapter-stat-plus{
  font-size:.65em;
  vertical-align:super;
}
.chapter-stat-label{
  font-size:.82rem;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:var(--muted);
  line-height:1.4;
  max-width:160px;
}
.chapter-stat-item-text .chapter-stat-label{
  letter-spacing:.06em;
  max-width:200px;
}
.chapter-stat-icon{
  font-size:.55rem;
  color:var(--gold);
  margin-bottom:.2rem;
  display:block;
}
.chapter-stat-divider{
  width:1px;
  height:60px;
  background:rgba(255,255,255,.08);
  flex-shrink:0;
}
@media (max-width:760px){
  .chapter-stat-divider{ display:none; }
  .chapter-stats-inner{
    gap:0;
    border-radius:22px;
  }
  .chapter-stat-item{
    flex-basis:50%;
    border-bottom:1px solid rgba(255,255,255,.06);
    padding:1.6rem 1rem;
  }
  .chapter-stat-item:nth-child(odd){
    border-right:1px solid rgba(255,255,255,.06);
  }
  .chapter-stat-item:nth-last-child(-n+2){
    border-bottom:none;
  }
}

/* ── Rush schedule strip (recruitment page) ──────────────────────── */
.rush-schedule-strip{
  margin-bottom:2.5rem;
  padding:2rem 2rem 1.5rem;
  border-radius:24px;
  border:1px solid rgba(198,168,106,.18);
  background:linear-gradient(135deg, rgba(198,168,106,.06), rgba(111,13,18,.08));
}
.rush-schedule-label{
  margin-bottom:1.2rem;
}
.rush-schedule-label .eyebrow{
  display:block;
  margin-bottom:.35rem;
}
.rush-schedule-label p{
  margin:0;
  color:var(--muted);
  font-size:.95rem;
}
.rush-schedule-events{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  margin-bottom:1rem;
}
.rush-event-card{
  display:flex;
  flex-direction:column;
  gap:.3rem;
  padding:1.1rem 1rem;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
}
.rush-event-card-highlight{
  border-color:rgba(198,168,106,.28);
  background:rgba(198,168,106,.06);
}
.rush-event-date{
  font-size:.75rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
}
.rush-event-name{
  font-family:'Cormorant Garamond',serif;
  font-size:1.15rem;
  font-weight:600;
  color:var(--text);
}
.rush-event-detail{
  font-size:.82rem;
  color:var(--muted);
  line-height:1.5;
}
.rush-schedule-note{
  margin:0;
  font-size:.85rem;
  color:var(--muted);
  text-align:center;
}
.rush-schedule-note a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:2px;
}
.rush-schedule-contacts{
  margin-top:1.5rem;
  padding-top:1.4rem;
  border-top:1px solid var(--border);
  text-align:center;
}
.rush-schedule-contacts-title{
  margin:0 0 .7rem;
  font-family:'Cormorant Garamond',serif;
  font-size:1.05rem;
  font-weight:600;
  color:var(--gold);
  letter-spacing:.04em;
}
.rush-schedule-contacts-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.4rem 1.6rem;
  font-size:.85rem;
  color:var(--muted);
}
.rush-schedule-contacts-role{
  color:var(--text);
  font-weight:600;
  margin-right:.3rem;
}
.rush-schedule-contacts-list a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:2px;
}
@media (max-width:640px){
  .rush-schedule-events{
    grid-template-columns:1fr;
  }
  .rush-schedule-strip{
    padding:1.4rem 1.2rem 1.2rem;
  }
  .rush-schedule-contacts-list{
    flex-direction:column;
    gap:.5rem;
  }
}

/* ── Rush dates inline (home page rush section) ──────────────────── */
.rush-dates-inline{
  display:flex;
  align-items:center;
  gap:.6rem;
  flex-wrap:wrap;
  margin:.8rem 0 1.2rem;
  padding:.6rem .9rem;
  border-radius:999px;
  border:1px solid rgba(198,168,106,.22);
  background:rgba(198,168,106,.06);
  width:fit-content;
}
.rush-dates-label{
  font-size:.75rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
  white-space:nowrap;
}
.rush-dates-value{
  font-size:.85rem;
  color:var(--muted);
}
.rush-dates-value a{
  color:var(--gold);
  text-decoration:underline;
  text-underline-offset:2px;
}

/* ── Optional label on form fields ──────────────────────────────── */
.form-label-optional{
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
  color:rgba(255,255,255,.30);
  font-size:.78rem;
  margin-left:.2em;
}

/* ── Global keyboard focus ring ──────────────────────────────────── */
:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
  border-radius:4px;
}

/* ── Mobile nav refinements ──────────────────────────────────────── */
@media (max-width:760px){
  .rush-faq-grid{
    grid-template-columns:1fr;
  }
  .rush-proof-strip{
    grid-template-columns:1fr;
  }
  .rush-funnel-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
  .rush-mini-testimonials{
    grid-template-columns:1fr;
  }
  .form-grid{
    grid-template-columns:1fr;
  }
  .legacy-stat-strip{
    grid-template-columns:1fr;
  }
}

/* Skip navigation — visually hidden until focused */
.skip-nav{
  position:fixed;
  top:-100%;
  left:1rem;
  z-index:9999;
  padding:.75rem 1.4rem;
  border-radius:999px;
  background:var(--gold);
  color:#000;
  font-weight:700;
  font-size:.92rem;
  letter-spacing:.04em;
  text-decoration:none;
  transition:top .2s ease;
}
.skip-nav:focus{
  top:1rem;
  outline:3px solid #fff;
  outline-offset:2px;
}

/* Honeypot field — must be invisible to humans, not just visually */
.hidden-field-input{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
  tab-size:0;
}

/* Form field wrappers with labels */
.form-field{
  display:flex;
  flex-direction:column;
  gap:.4rem;
}
.form-label{
  font-size:.83rem;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
}
.rush-form .form-field input,
.rush-form .form-field textarea,
.rush-form .form-field 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;
  transition:border-color .2s ease, box-shadow .2s ease;
}
.rush-form .form-field input:focus,
.rush-form .form-field textarea:focus,
.rush-form .form-field select:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(198,168,106,.18);
}
.rush-form .form-field input::placeholder,
.rush-form .form-field textarea::placeholder{
  color:rgba(255,255,255,.35);
}

/* Fix premium-instagram-grid missing display */
.premium-instagram-grid{
  display:grid;
}

/* Footer nav links */
.site-footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.6rem 1.4rem;
  margin-bottom:1.2rem;
}
.site-footer nav a{
  font-size:.88rem;
  color:var(--muted);
  letter-spacing:.06em;
  transition:color .2s ease;
}
.site-footer nav a:hover{
  color:#fff;
}
.footer-meta{
  font-size:.82rem;
  color:rgba(255,255,255,.35);
  margin:.25rem 0 0;
}
.footer-meta a{
  color:rgba(255,255,255,.45);
}
.footer-meta a:hover{
  color:var(--gold);
}

/* Success page actions */
.success-actions{
  display:flex;
  gap:1rem;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:1.4rem;
}

/* Global focus-visible for keyboard navigation */
:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
  border-radius:4px;
}
a:focus-visible,
button:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}

/* Instagram elite grid — ensure display */
.instagram-elite-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
  margin:1.5rem auto 0;
  width:min(96%,1200px);
}
.instagram-elite-card{
  position:relative;
  display:block;
  border-radius:22px;
  overflow:hidden;
  aspect-ratio:1;
  background:#111;
  transition:transform .3s ease, box-shadow .3s ease;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}
.instagram-elite-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease, filter .4s ease;
  filter:brightness(.88);
}
.instagram-elite-card:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 28px 64px rgba(0,0,0,.38);
}
.instagram-elite-card:hover img{
  transform:scale(1.06);
  filter:brightness(1);
}
.instagram-elite-footer{
  text-align:center;
  margin-top:1.5rem;
  padding-bottom:2rem;
}
.instagram-elite-footer a{
  font-size:1.1rem;
  letter-spacing:.12em;
  color:var(--gold);
  font-weight:600;
  transition:opacity .2s ease;
}
.instagram-elite-footer a:hover{
  opacity:.75;
}
.instagram-elite{
  width:min(96%,1260px);
  margin:0 auto;
  padding:80px 0 60px;
}
.instagram-header{
  text-align:center;
  margin-bottom:0;
}
@media(max-width:760px){
  .instagram-elite-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
/* cache-bust-20260818 */
