
:root{
  --bg0:#06131a;
  --bg1:#052233;
  --ink:#0b1720;
  --text:#eaf7ff;
  --muted:rgba(234,247,255,.75);
  --glass:rgba(9, 22, 33, .55);
  --glass2:rgba(9, 22, 33, .35);
  --gold:#f1c66a;
  --gold2:#ffd67f;
  --mint:#4df7c2;
  --sky:#55c8ff;
  --pink:#ff79c6;
  --lime:#b6ff57;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --shadow2: 0 10px 30px rgba(0,0,0,.35);
  --radius: 18px;
  --radius2: 26px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 700px at 20% -10%, rgba(85,200,255,.22), transparent 60%),
    radial-gradient(900px 700px at 90% 10%, rgba(255,121,198,.18), transparent 55%),
    radial-gradient(900px 700px at 50% 110%, rgba(77,247,194,.12), transparent 55%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
  overflow-x:hidden;
}

.skip-link{
  position:absolute; left:-9999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px; width:auto; height:auto;
  background:#000; color:#fff; padding:10px 12px; border-radius:12px; z-index:9999;
}

/* TOPBAR */
.topbar{
  position:sticky; top:0; z-index:1000;
  background:rgba(5,17,25,.62);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(241,198,106,.16);
}
.topbar-inner{
  max-width:1200px;
  margin:0 auto;
  padding:14px 18px;
  display:flex; align-items:center; justify-content:space-between;
  gap:18px;
}
.topbar-glow{
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(241,198,106,.7), transparent);
  opacity:.4;
}

.brand{
  display:flex; align-items:center; gap:10px;
  user-select:none;
}
.brand-badge{
  width:18px; height:18px; border-radius:6px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.9), transparent 52%),
    conic-gradient(from 180deg, var(--mint), var(--sky), var(--pink), var(--lime), var(--mint));
  box-shadow: 0 0 0 2px rgba(255,255,255,.12), 0 12px 24px rgba(0,0,0,.35);
}
.brand-name{
  font-family: Fredoka, Nunito, system-ui, sans-serif;
  font-weight:700;
  letter-spacing:.5px;
  font-size:20px;
}

.nav{display:flex; align-items:center}
.nav-toggle{
  display:none;
  width:44px; height:40px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:var(--text);
}
.nav-toggle span{
  display:block; width:18px; height:2px; background:rgba(255,255,255,.9);
  margin:5px auto; border-radius:2px;
}
.navlist{
  list-style:none; margin:0; padding:0;
  display:flex; align-items:center; gap:10px;
}
.navlink{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 12px;
  border-radius:14px;
  color:rgba(234,247,255,.92);
  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.navlink:hover{
  background:rgba(255,255,255,.08);
  transform: translateY(0);
}
.navlink--cta{
  background:rgba(241,198,106,.14);
  border:1px solid rgba(241,198,106,.35);
  box-shadow: 0 10px 22px rgba(0,0,0,.28);
}
.navlink--cta:hover{ background:rgba(241,198,106,.18); }

/* HERO */
.hero{
  position:relative;
  min-height: calc(100vh - 64px);
  display:flex;
  align-items:center;
  padding: clamp(28px, 4vw, 48px) 18px 60px;
}
.hero-bg{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(6,19,26,.9), rgba(6,19,26,.3) 45%, rgba(6,19,26,.78)),
    url("images/hero-bg.jpg") center/cover no-repeat;
  filter:saturate(1.08) contrast(1.04);
}
.hero-vignette{
  position:absolute; inset:-2px;
  background:
    radial-gradient(900px 600px at 25% 40%, transparent 40%, rgba(0,0,0,.45) 80%),
    radial-gradient(900px 650px at 80% 30%, transparent 35%, rgba(0,0,0,.55) 85%);
  pointer-events:none;
}
.hero-inner{
  position:relative;
  max-width:1200px;
  margin:0 auto;
  width:100%;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(18px, 3vw, 34px);
  align-items:center;
}

.floaters{ position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.floater{
  position:absolute;
  width: 220px; height: 220px;
  border-radius: 60px;
  filter: blur(0px);
  opacity:.22;
  mix-blend-mode: screen;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.85), transparent 45%),
              radial-gradient(circle at 70% 70%, rgba(255,255,255,.55), transparent 55%),
              conic-gradient(from 90deg, var(--mint), var(--sky), var(--pink), var(--lime), var(--mint));
  animation: floaty 12s ease-in-out infinite;
}
.f1{ left:-70px; top:10%; transform: rotate(12deg); animation-duration: 15s;}
.f2{ right:-90px; top:18%; width:260px; height:260px; transform: rotate(-18deg); animation-duration: 18s; opacity:.18;}
.f3{ left:10%; bottom:-90px; width:300px; height:300px; transform: rotate(6deg); animation-duration: 20s; opacity:.14;}
.f4{ right:18%; bottom:-110px; width:260px; height:260px; transform: rotate(-8deg); animation-duration: 16s; opacity:.14;}
.f5{ left:45%; top:-120px; width:280px; height:280px; transform: rotate(22deg); animation-duration: 22s; opacity:.12;}

@keyframes floaty{
  0%,100%{ transform: translate3d(0,0,0) rotate(var(--r, 0deg)); }
  50%{ transform: translate3d(0, 18px, 0) rotate(calc(var(--r, 0deg) + 8deg)); }
}

.hero-copy{ max-width: 620px; }
.chip{
  display:inline-flex; align-items:center; gap:10px;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  padding:10px 12px;
  border-radius:999px;
  margin:0 0 14px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow2);
}
.chip-dot{
  width:10px; height:10px; border-radius:999px;
  background: radial-gradient(circle at 30% 30%, #fff, transparent 60%), var(--mint);
  box-shadow: 0 0 0 2px rgba(255,255,255,.14), 0 0 20px rgba(77,247,194,.35);
}

.hero-title{
  margin:0 0 10px;
  font-family: Fredoka, Nunito, sans-serif;
  font-weight:900;
  letter-spacing:-.8px;
  font-size: clamp(42px, 5.2vw, 76px);
  line-height: .95;
  text-shadow: 0 2px 14px rgba(0,0,0,.36), 0 0 26px rgba(0,0,0,.22);
}
.hero-title-accent{
  background: linear-gradient(90deg, var(--gold), var(--gold2), #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.35));
}
.hero-subtitle{
  margin:0 0 22px;
  color: rgba(234,247,255,.86);
  font-size: 18px;
  line-height:1.55;
  max-width: 560px;
}

.hero-actions{ display:flex; gap:12px; flex-wrap:wrap; align-items:center; }

/* Inferno-style download button */
.btn-download{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:14px 38px;
  background:linear-gradient(180deg,#0a1b33,#071426);
  border:2px solid var(--gold);
  border-radius:14px;
  text-decoration:none;
  box-shadow:0 0 10px rgba(241,198,106,.35);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  color: var(--gold2);
  font-weight:900;
  letter-spacing:1px;
}
.btn-download:hover{
  box-shadow:0 0 18px rgba(241,198,106,.65);
  transform: translateY(0);
  filter: saturate(1.05);
}
.btn-download:active{ transform: translateY(0); }
.btn-download--big{
  padding: 16px 46px;
  border-radius: 16px;
  font-size: 16px;
}
.btn-ico{
  width:26px; height:26px;
  display:grid; place-items:center;
  background: rgba(241,198,106,.14);
  border:1px solid rgba(241,198,106,.35);
  border-radius:10px;
  color: var(--gold2);
}

.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration:none;
  color: rgba(234,247,255,.92);
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  transition: transform .18s ease, background .18s ease;
  font-weight:800;
}
.btn-secondary:hover{ transform: translateY(0); background: rgba(255,255,255,.13); }

.hero-stats{
  margin-top: 22px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.stat{
  background: rgba(9,22,33,.45);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  padding: 12px 14px;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow2);
  min-width: 120px;
}
.stat-num{
  display:block;
  font-family: Fredoka, Nunito, sans-serif;
  font-weight:800;
  font-size: 22px;
}
.stat-label{
  display:block;
  color: rgba(234,247,255,.76);
  font-weight:800;
  margin-top: 2px;
}

.hero-card{
  position:relative;
  overflow:hidden;
  transform: translateZ(0);
  animation: popIn .65s ease both;
  background: linear-gradient(180deg,#0a1b33,#071426) !important;
  border: 2px solid var(--gold) !important;
  box-shadow: var(--shadow), 0 0 18px rgba(241,198,106,.25), 0 0 30px rgba(77,247,194,.14) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}


/* Hero card color pop */
.hero-card{
  box-shadow: var(--shadow), 0 0 28px rgba(77,247,194,.12), 0 0 34px rgba(255,121,198,.10);
}
.hero-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  pointer-events:none;
  background: radial-gradient(600px 260px at 20% 10%, rgba(85,200,255,.16), transparent 55%),
              radial-gradient(600px 280px at 80% 15%, rgba(255,121,198,.12), transparent 55%),
              radial-gradient(700px 320px at 50% 120%, rgba(241,198,106,.10), transparent 60%);
  mix-blend-mode: screen;
  opacity: .75;
}

@keyframes popIn{
  from{ transform: translateY(0) scale(.98); opacity:0; }
  to{ transform: translateY(0) scale(1); opacity:1; }
}
.hero-card-inner{ padding: 16px; }
.hero-card-media{
  width:100%;
  height: 260px;
  border-radius: 18px;
  background: url("images/gallery-1.jpg") center/cover no-repeat;
  filter: saturate(1.55) contrast(1.16) brightness(1.10);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
  position:relative;
}
.hero-card-media::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(600px 220px at 20% 30%, rgba(77,247,194,.22), transparent 55%),
              radial-gradient(600px 260px at 80% 20%, rgba(255,121,198,.18), transparent 52%),
              linear-gradient(180deg, transparent, rgba(0,0,0,.03));
  pointer-events:none;
}

.hero-card-row{
  display:flex; align-items:flex-start; justify-content:space-between;
  gap:14px;
  padding-top: 14px;
}
.hero-card-title{ font-weight:900; font-size: 16px; }
.hero-card-text{ color: rgba(234,247,255,.78); margin-top: 6px; line-height:1.45; }
.pill{
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color: rgba(234,247,255,.92);
  padding:10px 12px;
  border-radius: 999px;
  font-weight:900;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease;
  white-space:nowrap;
}
.pill:hover{ transform: translateY(0); background: rgba(255,255,255,.13); }

.scroll-hint{
  position:absolute; left:50%; bottom:18px; transform:translateX(-50%);
  display:flex; align-items:center; gap:10px;
  color: rgba(234,247,255,.72);
  font-weight:900;
  letter-spacing:.2px;
}
.scroll-pill{
  width:22px; height:34px; border-radius:999px;
  border:2px solid rgba(234,247,255,.38);
  position:relative;
}
.scroll-pill::after{
  content:"";
  width:6px; height:6px; border-radius:999px;
  background: rgba(234,247,255,.82);
  position:absolute; left:50%; top:8px; transform:translateX(-50%);
  animation: scrollDot 1.35s ease-in-out infinite;
}
@keyframes scrollDot{
  0%{ transform:translate(-50%,0); opacity:.9;}
  60%{ transform:translate(-50%,10px); opacity:.35;}
  100%{ transform:translate(-50%,0); opacity:.9;}
}

/* SECTIONS */
.section{
  padding: 86px 18px;
  position:relative;
}
.section-inner{
  max-width:1200px;
  margin:0 auto;
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom: 22px;
  flex-wrap:wrap;
}
.section-title{
  margin:0;
  font-family: Fredoka, Nunito, sans-serif;
  font-weight:900;
  letter-spacing:-.4px;
  font-size: clamp(30px, 3.2vw, 44px);
}
.section-subtitle{
  margin:0;
  color: rgba(234,247,255,.76);
  max-width: 560px;
  line-height:1.45;
}

/* About cards */
.cards{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.card{
  background: rgba(9,22,33,.55);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow2);
  backdrop-filter: blur(12px);
  position:relative;
  overflow:hidden;
  transform: translateZ(0);
}
.card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(400px 180px at 15% 20%, rgba(85,200,255,.18), transparent 50%),
    radial-gradient(420px 200px at 90% 25%, rgba(255,121,198,.14), transparent 55%),
    radial-gradient(500px 220px at 50% 105%, rgba(77,247,194,.10), transparent 55%);
  pointer-events:none;
}
.card h3{ margin: 8px 0 6px; font-weight:900; }
.card p{ margin:0; color: rgba(234,247,255,.76); line-height:1.5; }
.card-ico{
  width:44px; height:44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  font-size: 20px;
}
.card--wide{
  grid-column: 1 / -1;
  display:flex;
  align-items:flex-start;
  gap: 12px;
}
.card--wide .card-ico{ flex:0 0 auto; }
.badge-row{ display:flex; gap:10px; flex-wrap:wrap; margin-top: 10px; }
.badge{
  padding:8px 10px;
  border-radius: 999px;
  background: rgba(241,198,106,.12);
  border:1px solid rgba(241,198,106,.26);
  color: rgba(255,231,180,.95);
  font-weight:900;
  font-size: 13px;
}

/* Trailer */
.trailer-shell{
  position:relative;
  border-radius: 28px;
  padding: 16px;
  background: rgba(9,22,33,.52);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.trailer-frame{
  position:absolute; inset:0;
  border-radius: 28px;
  background:
    radial-gradient(600px 240px at 20% 20%, rgba(241,198,106,.20), transparent 60%),
    radial-gradient(600px 260px at 80% 20%, rgba(85,200,255,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 60%, rgba(0,0,0,.25));
  pointer-events:none;
}
.trailer-video{
  position:relative;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.18);
  background: rgba(0,0,0,.25);
}
.video-embed{
  position:relative;
  width:100%;
  height:0;
  padding-bottom:56.25%;
}
.video-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.trailer-sparkles{
  position:absolute; inset:-2px;
  pointer-events:none;
  opacity:.8;
  background:
    radial-gradient(2px 2px at 12% 24%, rgba(255,255,255,.6), transparent 60%),
    radial-gradient(2px 2px at 25% 18%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(2px 2px at 82% 22%, rgba(255,255,255,.55), transparent 60%),
    radial-gradient(2px 2px at 67% 78%, rgba(255,255,255,.5), transparent 60%),
    radial-gradient(2px 2px at 42% 72%, rgba(255,255,255,.45), transparent 60%),
    radial-gradient(2px 2px at 15% 85%, rgba(255,255,255,.35), transparent 60%);
  animation: sparkle 4s ease-in-out infinite;
}
@keyframes sparkle{
  0%,100%{ transform: translateY(0); opacity:.75; }
  50%{ transform: translateY(0); opacity:.92; }
}

.cta-row{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top: 16px;
  align-items:center;
}

/* Gallery */
.gallery-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.gitem{
  position:relative;
  border-radius: 20px;
  overflow:hidden;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow2);
  cursor:pointer;
  transform: translateZ(0);
}
.gitem::before{
  content:"";
  display:block;
  padding-top: 56.25%;
}
.gitem img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  filter:saturate(1.08) contrast(1.02);
  transform: scale(1.01);
  transition: transform .25s ease, filter .25s ease;
}
.gitem:hover img{
  transform: scale(1.05);
  filter:saturate(1.18) contrast(1.05);
}
.gcap{
  position:absolute;
  left:12px; bottom:10px;
  padding:8px 10px;
  border-radius: 999px;
  background: rgba(9,22,33,.55);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  font-weight:900;
  font-size: 13px;
  color: rgba(234,247,255,.92);
}
.g1{ grid-column: 1 / span 7; }
.g2{ grid-column: 8 / span 5; }
.g3{ grid-column: 1 / span 5; }
.g4{ grid-column: 6 / span 7; }
.g5{ grid-column: 1 / span 4; }
.g6{ grid-column: 5 / span 4; }
.g7{ grid-column: 9 / span 4; }

/* Download panel */
.section--download{ padding-bottom: 110px; }
.download-panel{
  position:relative;
  border-radius: 30px;
  padding: 44px 18px;
  overflow:hidden;
  background: rgba(9,22,33,.55);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  text-align:center;
}
.download-bg{
  position:absolute; inset:-2px;
  background:
    radial-gradient(900px 450px at 20% 30%, rgba(85,200,255,.18), transparent 60%),
    radial-gradient(900px 500px at 85% 25%, rgba(255,121,198,.14), transparent 60%),
    radial-gradient(800px 450px at 50% 115%, rgba(77,247,194,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 60%, rgba(0,0,0,.35));
  pointer-events:none;
}
.download-title{
  position:relative;
  margin:0 0 8px;
  font-family: Fredoka, Nunito, sans-serif;
  font-weight:900;
  font-size: clamp(34px, 4vw, 56px);
}
.download-subtitle{
  position:relative;
  margin:0 auto 18px;
  max-width: 720px;
  color: rgba(234,247,255,.78);
  line-height:1.55;
}
.download-actions{ position:relative; display:grid; gap:12px; justify-items:center; }
.download-note{
  color: rgba(234,247,255,.70);
  font-weight:800;
}
.download-note code{
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  padding:3px 6px;
  border-radius: 8px;
}

/* Lightbox */
.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(8px);
  display:none;
  z-index: 2000;
}
.lightbox[aria-hidden="false"]{ display:block; }
.lightbox-inner{
  position:absolute;
  inset: 70px 18px 18px;
  display:grid;
  place-items:center;
}
.lightbox-img{
  max-width:min(1100px, 96vw);
  max-height: min(78vh, 760px);
  width:auto; height:auto;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow: var(--shadow);
}
.lightbox-caption{
  margin-top: 14px;
  color: rgba(234,247,255,.82);
  font-weight:900;
  text-align:center;
}
.lightbox-close{
  position:absolute; top:16px; right:16px;
  width:44px; height:44px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(9,22,33,.55);
  color: rgba(234,247,255,.92);
  font-size: 26px;
  cursor:pointer;
}
.lightbox-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:46px; height:46px;
  border-radius: 16px;
  border:1px solid rgba(255,255,255,.18);
  background: rgba(9,22,33,.55);
  color: rgba(234,247,255,.92);
  font-size: 32px;
  cursor:pointer;
}
.lightbox-prev{ left:14px; }
.lightbox-next{ right:14px; }

/* Footer */
.footer{
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(5,17,25,.60);
  backdrop-filter: blur(14px);
}
.footer-inner{
  max-width:1200px;
  margin:0 auto;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.footer-left{ display:flex; flex-direction:column; gap:6px; }
.brand--footer .brand-name{ font-size: 18px; }
.footer-text{ color: rgba(234,247,255,.72); font-weight:800; }
.footer-right{ display:flex; gap:12px; flex-wrap:wrap; }
.footer-link{
  text-decoration:none;
  color: rgba(234,247,255,.82);
  font-weight:900;
  padding:10px 12px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
}
.footer-link:hover{ background: rgba(255,255,255,.09); }
.footer-bottom{
  text-align:center;
  padding: 14px 18px 20px;
  color: rgba(234,247,255,.55);
  font-weight:800;
}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-card{ order: -1; }
  .cards{ grid-template-columns: 1fr; }
  .card--wide{ display:block; }
  .nav-toggle{ display:inline-flex; align-items:center; justify-content:center; }
  .navlist{
    position:absolute;
    right: 18px;
    top: 62px;
    flex-direction: column;
    align-items:stretch;
    background: rgba(9,22,33,.80);
    border:1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 10px;
    min-width: 220px;
    box-shadow: var(--shadow);
    display:none;
  }
  .navlist.open{ display:flex; }
  .navlink{ justify-content:flex-start; }
  .gallery-grid{ grid-template-columns: repeat(6, 1fr); }
  .g1{ grid-column: 1 / span 6; }
  .g2{ grid-column: 1 / span 6; }
  .g3{ grid-column: 1 / span 6; }
  .g4{ grid-column: 1 / span 6; }
  .g5,.g6,.g7{ grid-column: 1 / span 6; }
}


/* Hero title logo shadow (soft, no boxy haze) */
.hero-title-logo{
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.35)) drop-shadow(0 0 18px rgba(0,0,0,.18));
}


/* ==== Topbar layout tweaks (edge + right pill) ==== */
.topbar-inner{
  max-width:none;
  margin:0;
  padding-left:22px;
  padding-right:22px;
  justify-content:flex-start;
}
.nav{ margin-left:auto; }
.presence{ margin-left:14px; }

@media (min-width: 1200px){
  .topbar-inner{ padding-left:18px; padding-right:18px; }
}

/* ==== Online presence pill ==== */
.presence{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background: rgba(15, 25, 35, .34);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position: relative;
  overflow: hidden;
  user-select:none;
}
.presence::before{
  content:"";
  position:absolute; inset:-40% -40%;
  background:
    radial-gradient(circle at 30% 30%, rgba(120,255,195,.28), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(67,199,255,.22), transparent 52%);
  opacity:0;
  transform: scale(.96);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events:none;
}
.presence:hover{
  transform: translateY(0);
  border-color: rgba(120,255,195,.30);
  box-shadow: 0 0 0 1px rgba(120,255,195,.10), 0 18px 40px rgba(0,0,0,.35), 0 0 28px rgba(120,255,195,.22);
  background: rgba(12, 22, 30, .40);
}
.presence:hover::before{ opacity:1; transform: scale(1); }
.presence-dot{
  width: 10px; height: 10px;
  border-radius:999px;
  background:#3DFFB2;
  box-shadow: 0 0 0 4px rgba(61,255,178,.14), 0 0 20px rgba(61,255,178,.35);
  position:relative;
}
.presence-dot::after{
  content:"";
  position:absolute; inset:-10px;
  border-radius:999px;
  border: 1px solid rgba(61,255,178,.18);
  animation: presencePulse 1.6s ease-out infinite;
}
@keyframes presencePulse{
  0%{ transform: scale(.55); opacity:0; }
  35%{ opacity:.55; }
  100%{ transform: scale(1.25); opacity:0; }
}
.presence-count{
  font-weight:900;
  letter-spacing:.3px;
  color: rgba(234,247,255,.96);
}
.presence-label{
  font-size:12px;
  font-weight:900;
  letter-spacing:2px;
  color: rgba(234,247,255,.62);
}

/* ==== Nav hover sweep ==== */
.navlink{ position:relative; overflow:hidden; will-change:transform; }
.navlink::after{
  content:"";
  position:absolute;
  left:12px; right:12px;
  bottom:7px;
  height:2px;
  border-radius:999px;
  background: linear-gradient(90deg, rgba(241,198,106,0), rgba(241,198,106,.95), rgba(67,199,183,.95), rgba(241,198,106,0));
  transform: translateX(-120%);
  opacity:0;
  transition: transform .35s ease, opacity .2s ease;
}
.navlink:hover{ transform: translateY(0); }
.navlink:hover::after{ transform: translateX(0%); opacity:.85; }
.navlink:active{ transform: translateY(0) scale(.99); }

/* ==== Wishlist button sheen ==== */
.btn-wishlist{ position:relative; overflow:hidden; transform: translateZ(0); }
.btn-wishlist::before{
  content:"";
  position:absolute;
  top:-40%; left:-60%;
  width:55%;
  height:180%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.22), rgba(255,255,255,0));
  transform: rotate(18deg) translateX(-30%);
  opacity:0;
  transition: opacity .2s ease, transform .55s ease;
  pointer-events:none;
}
.btn-wishlist:hover::before{
  opacity:.85;
  transform: rotate(18deg) translateX(260%);
}


/* =========================================================
   TOPBAR: left-aligned nav + right actions + mobile drawer
   ========================================================= */
.topbar{
  position: sticky;
  top: 0;
  z-index: 1200;
  background: linear-gradient(180deg, rgba(6,16,22,.78), rgba(6,16,22,.45));
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.topbar.is-scrolled{
  background: linear-gradient(180deg, rgba(6,16,22,.90), rgba(6,16,22,.62));
  box-shadow: 0 18px 42px rgba(0,0,0,.32);
  border-color: rgba(255,255,255,.10);
}

.topbar-inner{
  max-width: none;
  margin: 0;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar-left{
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.brand{ display:inline-flex; align-items:center; gap: 10px; text-decoration:none; }
.brand-icon{
  height: 34px;
  width: auto;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
  transition: transform .22s ease, filter .22s ease;
}
.brand:hover .brand-icon{
  transform: translateY(0) scale(1.02);
  filter: drop-shadow(0 14px 26px rgba(0,0,0,.45)) drop-shadow(0 0 18px rgba(241,198,106,.18));
}

.main-nav{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}
/* keep your existing .navlink styles, but enhance */
.navlink{
  position: relative;
  transform: translateZ(0);
  transition: transform .22s ease, opacity .22s ease, filter .22s ease;
}
.navlink:hover{
  transform: translateY(0);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.25));
}
.navlink::after{
  content:"";
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(241,198,106,0),
    rgba(241,198,106,.95),
    rgba(67,199,183,.95),
    rgba(241,198,106,0)
  );
  transform: translateX(-120%);
  opacity: 0;
  transition: transform .35s ease, opacity .2s ease;
  pointer-events:none;
}
.navlink:hover::after{
  transform: translateX(0%);
  opacity: .85;
}
.navlink:active{ transform: translateY(0) scale(.99); }

.topbar-right{
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Right-side pills */
.top-pill{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(15,25,35,.26);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  text-decoration:none;
  color: rgba(234,247,255,.92);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position: relative;
  overflow:hidden;
  white-space: nowrap;
}
.top-pill::before{
  content:"";
  position:absolute; inset:-40% -40%;
  background: radial-gradient(circle at 20% 30%, rgba(241,198,106,.22), transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(67,199,183,.18), transparent 52%);
  opacity: 0;
  transform: scale(.96);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events:none;
}
.top-pill:hover{
  transform: translateY(0);
  border-color: rgba(241,198,106,.28);
  background: rgba(12,22,30,.34);
  box-shadow: 0 0 0 1px rgba(241,198,106,.10), 0 18px 40px rgba(0,0,0,.35), 0 0 28px rgba(241,198,106,.18);
}
.top-pill:hover::before{ opacity:1; transform: scale(1.0); }

.top-pill .pill-text{
  font-weight: 800;
  letter-spacing: .4px;
  font-size: 13px;
}
.top-pill .pill-icon img{
  height: 16px;
  width: 16px;
  display:block;
  opacity: .95;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.25));
}
.top-pill--wishlist::after{
  content:"";
  position:absolute;
  top:-40%; left:-60%;
  width: 55%;
  height: 180%;
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.22), rgba(255,255,255,0));
  transform: rotate(18deg) translateX(-30%);
  opacity: 0;
  transition: opacity .2s ease, transform .55s ease;
  pointer-events:none;
}
.top-pill--wishlist:hover::after{
  opacity: .85;
  transform: rotate(18deg) translateX(260%);
}
.top-pill--discord .pill-dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #3DFFB2;
  box-shadow: 0 0 0 4px rgba(61,255,178,.12), 0 0 18px rgba(61,255,178,.30);
  position: relative;
}
.top-pill--discord .pill-dot::after{
  content:"";
  position:absolute; inset:-10px;
  border-radius:999px;
  border: 1px solid rgba(61,255,178,.18);
  animation: presencePulse 1.6s ease-out infinite;
}

/* Presence pill (already used) */
.presence{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 25, 35, .30);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position: relative;
  overflow: hidden;
}
.presence:hover{
  transform: translateY(0);
  border-color: rgba(120,255,195,.30);
  box-shadow: 0 0 0 1px rgba(120,255,195,.10), 0 18px 40px rgba(0,0,0,.35), 0 0 28px rgba(120,255,195,.22);
  background: rgba(12, 22, 30, .40);
}
.presence-dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: #3DFFB2;
  box-shadow: 0 0 0 4px rgba(61,255,178,.14), 0 0 20px rgba(61,255,178,.35);
  position: relative;
}
.presence-dot::after{
  content:"";
  position:absolute; inset:-10px;
  border-radius:999px;
  border: 1px solid rgba(61,255,178,.18);
  animation: presencePulse 1.6s ease-out infinite;
}
@keyframes presencePulse{
  0%{ transform: scale(.55); opacity:0; }
  35%{ opacity:.55; }
  100%{ transform: scale(1.25); opacity:0; }
}
.presence-count{ font-weight: 900; color: rgba(234,247,255,.96); }
.presence-label{ font-size: 12px; font-weight: 900; letter-spacing: 2px; color: rgba(234,247,255,.62); }

/* Hamburger + mobile drawer */
.nav-toggle{
  display:none;
  width: 42px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(15,25,35,.24);
  box-shadow: 0 10px 24px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
  cursor:pointer;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  position: relative;
}
.nav-toggle:hover{
  transform: translateY(0);
  border-color: rgba(241,198,106,.26);
  background: rgba(12,22,30,.34);
  box-shadow: 0 0 0 1px rgba(241,198,106,.10), 0 18px 40px rgba(0,0,0,.35);
}
.nav-toggle span{
  position:absolute;
  left: 12px; right: 12px;
  height: 2px;
  border-radius: 999px;
  background: rgba(234,247,255,.9);
  transition: transform .25s ease, top .25s ease, opacity .2s ease;
}
.nav-toggle span:nth-child(1){ top: 12px; }
.nav-toggle span:nth-child(2){ top: 18px; }
.nav-toggle span:nth-child(3){ top: 24px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1){ top: 18px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3){ top: 18px; transform: rotate(-45deg); }

.mobile-nav{
  position: fixed;
  top: 58px;
  left: 12px;
  right: 12px;
  background: rgba(8, 14, 18, .72);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
  transform-origin: top;
  animation: mobileDrop .22s ease;
}
@keyframes mobileDrop{
  from{ opacity: 0; transform: translateY(0) scale(.98); }
  to{ opacity: 1; transform: translateY(0) scale(1); }
}
.mobile-nav-inner{
  padding: 14px;
  display:flex;
  flex-direction: column;
  gap: 10px;
}
.navlink--ghost{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
}

/* Responsive behavior */
@media (max-width: 900px){
  .main-nav{ display:none; }
  .top-pill, .presence{ display:none; }
  .nav-toggle{ display:inline-flex; }
}
@media (max-width: 520px){
  .topbar-inner{ padding: 10px 12px; }
  .brand-icon{ height: 32px; }
}

/* ===========================
   Top-right social icon buttons
   =========================== */
.icon-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-right:10px;
}

.icon-btn{
  position:relative;
  width:44px;
  height:44px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(15,25,35,.32);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.04);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
  animation: iconIdleGlow 3.6s ease-in-out infinite;
}
@keyframes iconIdleGlow{
  0%,100%{ box-shadow: 0 12px 28px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.04); }
  50%{ box-shadow: 0 16px 34px rgba(0,0,0,.34), 0 0 22px rgba(241,198,106,.14), inset 0 0 0 1px rgba(255,255,255,.06); }
}

.icon-btn img{
  width:20px;
  height:20px;
  opacity:.95;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.35));
}

.icon-btn:hover{
  transform: translateY(0) scale(1.05);
  border-color: rgba(241,198,106,.35);
  background: rgba(15,25,35,.38);
  box-shadow: 0 18px 44px rgba(0,0,0,.44), 0 0 26px rgba(241,198,106,.22), inset 0 0 0 1px rgba(255,255,255,.06);
  animation-play-state: paused;
}
.icon-btn:active{
  transform: translateY(0) scale(.98);
}

.icon-btn::after{
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  bottom: auto;
  transform: translate(-50%, 0px);
  background: rgba(10,16,22,.80);
  color: #eaf3ff;
  font: 700 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 28px rgba(0,0,0,.35);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  z-index: 200;
  transition: opacity .18s ease, transform .18s ease;
}
.icon-btn:hover::after{
  opacity: 1;
  transform: translate(-50%, 6px);
}

.icon-btn--yt .notify-dot{
  position:absolute;
  top:10px;
  right:10px;
  width:9px;
  height:9px;
  border-radius:999px;
  background: #40ffb4;
  box-shadow: 0 0 0 3px rgba(64,255,180,.12), 0 0 18px rgba(64,255,180,.65);
  animation: notifyPulse 1.7s ease-in-out infinite;
}
@keyframes notifyPulse{
  0%,100%{ transform: scale(1); opacity: 1; }
  50%{ transform: scale(1.25); opacity: .75; }
}

/* Slide-in reveal for icon row */
.topbar-right .icon-actions{
  animation: iconRowIn .55s cubic-bezier(.2,.9,.2,1) .15s both;
}
@keyframes iconRowIn{
  from{ opacity:0; transform: translateY(0); filter: blur(6px); }
  to{ opacity:1; transform: translateY(0); filter: blur(0); }
}


/* =========================
   Online pill (premium)
   ========================= */
.online-pill{
  --pill-bg: rgba(18, 30, 38, .62);
  --pill-border: rgba(255,255,255,.12);
  --pill-glow: rgba(36, 255, 170, .18);

  display:inline-flex;
  align-items:center;
  gap:10px;

  padding:10px 14px;
  border-radius:999px;

  background:
    radial-gradient(140% 140% at 10% 20%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(120% 120% at 90% 0%, rgba(241,198,106,.12), transparent 55%),
    var(--pill-bg);

  border:1px solid var(--pill-border);
  box-shadow:
    0 12px 30px rgba(0,0,0,.28),
    0 0 0 1px rgba(255,255,255,.04) inset,
    0 0 26px var(--pill-glow);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative;
  overflow: hidden;
}

/* Fallback placement if no right container found */
.online-pill--fixed{
  position: fixed;
  top: 14px;
  right: 16px;
  z-index: 9999;
}

/* subtle shimmer */
.online-pill::after{
  content:"";
  position:absolute;
  inset:-40%;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.10) 50%, transparent 60%);
  transform: translateX(-40%) rotate(6deg);
  animation: onlineShimmer 3.4s ease-in-out infinite;
  pointer-events:none;
}

@keyframes onlineShimmer{
  0%, 55% { transform: translateX(-50%) rotate(6deg); opacity: 0; }
  70% { opacity: .75; }
  100% { transform: translateX(55%) rotate(6deg); opacity: 0; }
}

.online-pill:hover{
  transform: translateY(0);
  border-color: rgba(241,198,106,.22);
  box-shadow:
    0 18px 44px rgba(0,0,0,.38),
    0 0 0 1px rgba(255,255,255,.05) inset,
    0 0 34px rgba(36, 255, 170, .24);
}

/* dot (ONLY inside online-pill) */
.online-pill .online-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background: radial-gradient(circle at 30% 30%, #bfffe2, #2dff8b 55%, #10c56a);
  box-shadow:
    0 0 0 4px rgba(45,255,139,.16),
    0 0 18px rgba(45,255,139,.32);
  position: relative;
  flex: 0 0 auto;
  animation: onlinePulse 1.6s ease-in-out infinite;
}

@keyframes onlinePulse{
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.12); filter: brightness(1.2); }
}

.online-pill .online-count{
  font-weight: 800;
  letter-spacing: .02em;
  font-size: 15px;
  line-height: 1;
  color: rgba(255,255,255,.95);
  text-shadow: 0 6px 16px rgba(0,0,0,.35);
}

.online-pill .online-label{
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 800;
  opacity: .72;
  color: rgba(255,255,255,.88);
}

/* performance safety: if user prefers less motion */
@media (prefers-reduced-motion: reduce){
  .online-pill, .online-pill *{ animation: none !important; transition: none !important; }
  .online-pill::after{ display:none !important; }
}




.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #7afcff, #ffd479, #ff9ad5);
  border-radius: 4px;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 60%;
}


/* Colorful hover underline for top nav links (matches old behavior) */
.main-nav .navlink {
  position: relative;
}

.main-nav .navlink:not(.navlink--cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #7afcff, #ffd479, #ff9ad5);
  border-radius: 999px;
  transform: translateX(-50%);
  opacity: 0.95;
  transition: width 220ms ease, filter 220ms ease;
  filter: drop-shadow(0 6px 10px rgba(122,252,255,.25));
  pointer-events: none;
}

.main-nav .navlink:not(.navlink--cta):hover::after,
.main-nav .navlink:not(.navlink--cta):focus-visible::after {
  width: 64%;
}
