*{box-sizing:border-box}
:root{
  --bg:#f4f7fe;
  --bg-soft:#e8eefb;
  --text:#12233f;
  --muted:#5d6f8d;
  --line:rgba(18,35,63,.12);
  --blue:#173d7c;
  --blue-dark:#0b2149;
  --white:#ffffff;
  --shadow:0 24px 60px rgba(11,33,73,.18);
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Manrope',sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#eef3ff,#f8fbff 60%,#ffffff);
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1140px, calc(100% - 32px));margin:0 auto;position:relative;z-index:2}
.hero{
  min-height:100vh;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    linear-gradient(180deg, rgba(6,14,28,.56), rgba(6,14,28,.76)),
    url('../img/hero-banner.jpg') center/cover no-repeat;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 24%),
    radial-gradient(circle at 20% 12%, rgba(255,255,255,.08), transparent 20%);
}
.nav,.hero-content{position:relative;z-index:2}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:24px 0;
}
.brand{
  font-family:'Great Vibes',cursive;
  color:#fff;
  font-size:44px;
  line-height:1;
  text-shadow:0 8px 24px rgba(0,0,0,.24);
}
.nav-toggle{
  display:none;
  width:46px;
  height:46px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:26px;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  cursor:pointer;
}
.nav-links{
  display:flex;
  align-items:center;
  gap:12px;
}
.nav-links a{
  color:#fff;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.12em;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.25s ease;
}
.nav-links a:hover{background:rgba(255,255,255,.16)}
.hero-content{
  text-align:center;
  padding:18px 0 76px;
}
.hero-photo-wrap{
  width:min(460px,85vw);
  margin:0 auto 20px;
  border-radius:32px;
  overflow:hidden;
  border:4px solid rgba(255,255,255,.38);
  background:linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  box-shadow:0 28px 70px rgba(7,17,34,.34);
  animation:floatMain 6s ease-in-out infinite;
}
@keyframes floatMain{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hero-photo{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
}
.hero-kicker{
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:12px;
  margin-bottom:8px;
}
h1,h2,h3{
  font-family:'Great Vibes',cursive;
  line-height:1.06;
  margin:0 0 16px;
  font-weight:400;
}
h1{
  font-size:clamp(72px,10vw,150px);
  color:#fff;
  text-shadow:0 10px 28px rgba(0,0,0,.26);
}
h2{font-size:clamp(42px,6vw,78px)}
h3{font-size:36px}
p{margin:0 0 14px;line-height:1.8}
.hero-subtitle{
  width:min(820px,100%);
  margin:0 auto 24px;
  color:#fff;
  font-size:clamp(18px,2.2vw,24px);
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.16));
  border:1px solid rgba(255,255,255,.34);
  border-radius:30px;
  box-shadow:var(--shadow), inset 0 1px 0 rgba(255,255,255,.22);
}
.glass{
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.countdown{
  display:flex;
  justify-content:center;
  gap:18px;
  width:max-content;
  margin:0 auto 24px;
  padding:18px 24px;
}
.cd-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:70px;
}
.cd-item span{
  font-size:32px;
  font-weight:800;
  color:var(--blue);
}
.cd-item small{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.hero-event{
  width:min(900px,100%);
  margin:0 auto;
  padding:22px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.hero-event div{padding:10px 8px}
.hero-event small{
  display:block;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:8px;
}
.hero-event strong{font-size:16px}
.section{padding:96px 0;position:relative}
.section-soft{background:var(--bg-soft)}
.section-label{
  text-transform:uppercase;
  letter-spacing:.22em;
  font-size:12px;
  color:var(--blue);
  margin-bottom:12px;
}
.center{text-align:center}
.single-column{max-width:900px}
.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
  align-items:center;
}
.text-card{padding:30px 34px}
.gallery-note{
  max-width:860px;
  margin:0 auto 24px;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:28px;
}
.gallery-item{
  overflow:hidden;
  position:relative;
}
.gallery-item::after{
  content:"✦";
  position:absolute;
  top:14px;
  right:16px;
  color:#fff;
  font-size:18px;
  text-shadow:0 6px 16px rgba(0,0,0,.28);
  z-index:2;
}
.gallery-item img{
  width:100%;
  height:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:30px;
  transition:transform .6s ease, filter .6s ease;
}
.gallery-item:hover img{
  transform:scale(1.06);
  filter:saturate(1.06);
}
.map-card{overflow:hidden}
.map-card iframe{
  display:block;
  width:100%;
  height:420px;
  border:0;
}
.route-link-wrap{padding:16px}
.route-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  border-radius:999px;
  background:linear-gradient(135deg, var(--blue), var(--blue-dark));
  color:#fff;
  font-size:13px;
  font-weight:700;
  box-shadow:0 12px 30px rgba(11,33,74,.22);
}
.footer{
  padding:20px 0;
  border-top:1px solid var(--line);
  background:#101f3d;
}
.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.footer-logo{
  width:min(128px,80vw);
  max-height:90px;
  object-fit:contain;
}
.footer-text{
  margin:0;
  color:var(--muted);
  text-align:center;
}
.music-toggle{
  position:fixed;
  right:16px;
  bottom:16px;
  width:52px;
  height:52px;
  border-radius:50%;
  border:0;
  background:linear-gradient(135deg, var(--blue), var(--blue-dark));
  color:#fff;
  box-shadow:0 12px 36px rgba(11,33,74,.32);
  z-index:60;
  cursor:pointer;
}
.cursor-glow{
  position:fixed;
  width:280px;
  height:280px;
  background:radial-gradient(circle, rgba(23,61,124,.12), transparent 62%);
  pointer-events:none;
  transform:translate(-50%,-50%);
  z-index:0;
}
.sparkles{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:1;
  overflow:hidden;
}
.sparkle{
  position:absolute;
  top:-30px;
  width:14px;
  height:14px;
  color:rgba(255,255,255,.96);
  font-size:14px;
  line-height:1;
  text-shadow:0 0 10px rgba(255,255,255,.9), 0 0 22px rgba(255,255,255,.45);
  animation:sparkleFall linear forwards;
}
@keyframes sparkleFall{
  0%{transform:translateY(0) rotate(0deg) scale(.7);opacity:0}
  10%{opacity:1}
  100%{transform:translateY(110vh) rotate(240deg) scale(1.15);opacity:.06}
}
.reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.show{
  opacity:1;
  transform:translateY(0);
}
@media (max-width: 960px){
  .two-col,.gallery-grid,.hero-event{grid-template-columns:1fr}
  .countdown{width:auto;flex-wrap:wrap}
}
@media (max-width: 760px){
  .nav-toggle{display:block}
  .nav{
    align-items:flex-start;
  }
  .brand{
    font-size:38px;
    max-width:calc(100% - 70px);
  }
  .nav-links{
    display:none;
    position:absolute;
    top:68px;
    right:0;
    width:min(280px, calc(100vw - 32px));
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:14px;
    border-radius:20px;
    background:rgba(9,20,40,.92);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 20px 50px rgba(0,0,0,.28);
    backdrop-filter:blur(20px) saturate(140%);
    -webkit-backdrop-filter:blur(20px) saturate(140%);
    z-index:30;
  }
  .nav-links.open{display:flex}
  .nav-links a{
    display:block;
    width:100%;
  }
  .gallery-grid,.two-col,.hero-event{grid-template-columns:1fr}
}


i.fi{
margin-right:8px;
font-size:1.05em;
vertical-align:middle;
}

.nav-links i.fi{
font-size:14px;
}

.section-label i.fi{
margin-right:6px;
}



.nav-links i.fi,
.route-link i.fi{
  opacity:.95;
}
h2 i.fi{
  font-size:.72em;
}
.hero-event strong i.fi{
  color:var(--blue);
}
.footer-text i.fi{
  margin-right:6px;
}


/* White timer text + bright blue icons */
.countdown{
  color:#ffffff;
}
.cd-item span{
  color:#ffffff !important;
  text-shadow:0 4px 18px rgba(0,0,0,.18);
}
.cd-item small{
  color:rgba(255,255,255,.92) !important;
}

.hero-event,
.hero-event small,
.hero-event strong{
  color:#ffffff !important;
}
.hero-event i.fi{
  color:#4da3ff !important;
  text-shadow:0 0 12px rgba(77,163,255,.35);
}
.hero-event small{
  opacity:.95;
}
