/* =========================================================
   NOCHARTE DAYLIGHT — GALLERY PAGE
========================================================= */

html,
body{
  height:auto;
  min-height:100%;
  overflow-x:hidden;
  overflow-y:auto;
}

.daylight-gallery-page{
  background:
    radial-gradient(circle at 14% 20%, rgba(0,217,255,.18), transparent 34%),
    radial-gradient(circle at 88% 24%, rgba(139,61,255,.12), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7fbff 52%, #eef6ff 100%);
  color:#080b12;
}

/* ================= HEADER ================= */

.daylight-gallery-page .nav{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:var(--nav-h, 90px);
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(0,0,0,.06);
  box-shadow:0 10px 32px rgba(0,0,0,.045);
  z-index:5000;
}

.daylight-gallery-page .logo.daylight-logo img{
  height:calc(var(--logo-h) * .8);
  width:auto;
  filter:
    drop-shadow(0 0 10px rgba(0,217,255,.30))
    drop-shadow(0 8px 18px rgba(0,0,0,.08));
}

.daylight-gallery-page .links.daylight-inner-links{
  gap:44px;
  align-items:center;
}

.daylight-gallery-page .links.daylight-inner-links a{
  position:relative;
  padding:6px 2px;
  border-radius:0;
  background:none;
  border:0;
  box-shadow:none;
  color:rgba(8,11,18,.68);
  text-shadow:none;
  font-weight:800;
}

.daylight-gallery-page .links.daylight-inner-links a:hover,
.daylight-gallery-page .links.daylight-inner-links a[aria-current="page"]{
  color:#080b12;
}

.daylight-gallery-page .links.daylight-inner-links a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-8px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg, #00d9ff, #2fa8ff, #8b3dff);
  box-shadow:
    0 0 12px rgba(0,217,255,.35),
    0 0 16px rgba(47,168,255,.24);
  transform:scaleX(0);
  transform-origin:left;
  opacity:0;
  transition:transform .25s ease, opacity .25s ease;
}

.daylight-gallery-page .links.daylight-inner-links a:hover::after,
.daylight-gallery-page .links.daylight-inner-links a[aria-current="page"]::after{
  transform:scaleX(1);
  opacity:1;
}

/* ================= PAGE LAYOUT ================= */

.daylight-gallery{
  min-height:100vh;
  width:min(1180px, 92vw);
  margin:0 auto;
  padding:calc(var(--nav-h, 90px) + 38px) 24px 90px;
}

/* ================= HERO ================= */

.daylight-gallery-hero{
  max-width:880px;
}

.daylight-kicker{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 18px;
  border-radius:999px;
  margin-bottom:18px;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:#080b12;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(0,160,210,.18);
  box-shadow:
    0 14px 34px rgba(0,0,0,.06),
    0 0 24px rgba(0,217,255,.12);
}

.daylight-gallery-hero h1{
  margin:0;
  font-size:clamp(62px, 8.4vw, 118px);
  line-height:.88;
  letter-spacing:-.025em;
  text-transform:uppercase;
  font-weight:900;
  color:#080b12;
}

.daylight-gallery-hero h1 span{
  background:linear-gradient(90deg, #00d9ff, #2fa8ff, #8b3dff);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 14px 34px rgba(0,217,255,.16));
}

.daylight-gallery-hero p{
  max-width:740px;
  margin:20px 0 0;
  font-size:clamp(1rem, 1.25vw, 1.16rem);
  line-height:1.45;
  color:rgba(8,11,18,.66);
}

/* ================= EVENT CATEGORY CARDS =================
   Grid ready for more cards (Weddings, Brands, Private Events)
   as they go live — Sports is the first tile. */

.daylight-feature{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:22px;
  margin:32px 0 80px;
}

.daylight-event-card{
  display:flex;
  flex-direction:column;
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(0,160,210,.14);
  box-shadow:
    0 18px 44px rgba(0,0,0,.07),
    0 0 26px rgba(0,217,255,.08);
}

.daylight-event-media{
  position:relative;
  aspect-ratio:16 / 9;
  overflow:hidden;
  min-height:0;
  background:#eef8ff;
}

.daylight-event-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:brightness(1.02) saturate(1.04);
}

.daylight-event-info{
  padding:22px 24px 26px;
}

.daylight-event-label{
  margin:0 0 8px;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.20em;
  color:#2fa8ff;
}

.daylight-event-info h2{
  margin:0;
  font-size:clamp(22px, 2vw, 28px);
  line-height:1;
  color:#080b12;
  text-transform:uppercase;
}

.daylight-event-info p{
  margin:12px 0 0;
  font-size:.9rem;
  line-height:1.5;
  color:rgba(8,11,18,.62);
}

.daylight-gallery-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:18px;
  padding:11px 20px;
  border-radius:999px;
  font-size:.86rem;
  font-weight:900;
  color:#080b12;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(90deg, #00d9ff, #2fa8ff, #8b3dff) border-box;
  border:2px solid transparent;
  box-shadow:
    0 14px 34px rgba(0,0,0,.08),
    0 0 24px rgba(0,217,255,.16);
  transition:transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.daylight-gallery-btn:hover{
  transform:translateY(-2px);
  color:#fff;
  background:
    linear-gradient(90deg, #00d9ff, #2fa8ff, #8b3dff) padding-box,
    linear-gradient(90deg, #00d9ff, #2fa8ff, #8b3dff) border-box;
}

/* ================= MOBILE ================= */

@media (max-width:900px){
  .daylight-gallery-page .nav{
    background:rgba(255,255,255,.92);
  }

  .daylight-gallery-page .nav-toggle span{
    background:#080b12;
    box-shadow:none;
  }

  .daylight-gallery{
    min-height:100svh;
    padding:calc(var(--mobile-header-h, 90px) + 26px) 18px 60px;
  }

  .daylight-kicker{
    margin-bottom:16px;
    padding:8px 15px;
    font-size:.64rem;
    letter-spacing:.18em;
  }

  .daylight-gallery-hero h1{
    font-size:clamp(48px, 15vw, 78px);
    line-height:.9;
  }

  .daylight-gallery-hero p{
    margin-top:18px;
    font-size:.98rem;
    line-height:1.42;
  }

  .daylight-feature{
    grid-template-columns:1fr;
    gap:18px;
    margin:24px 0 60px;
  }

  .daylight-event-info{
    padding:18px 18px 22px;
  }

  .daylight-event-label{
    font-size:.62rem;
    margin-bottom:8px;
  }

  .daylight-event-info h2{
    font-size:clamp(20px, 5.4vw, 24px);
  }

  .daylight-event-info p{
    margin-top:10px;
    font-size:.88rem;
    line-height:1.45;
  }
}

/* Better fit on shorter laptop screens */
@media (max-height:820px) and (min-width:901px){
  .daylight-gallery{
    padding-top:calc(var(--nav-h, 90px) + 24px);
  }

  .daylight-gallery-hero h1{
    font-size:clamp(56px, 7.4vw, 102px);
  }

  .daylight-gallery-hero p{
    margin-top:16px;
    font-size:1rem;
  }

  .daylight-feature{
    margin-top:24px;
  }
}

/* Very small phones */
@media (max-width:430px){
  .daylight-gallery{
    padding-top:calc(var(--mobile-header-h, 90px) + 18px);
  }

  .daylight-gallery-hero h1{
    font-size:clamp(44px, 14vw, 64px);
  }
}
