﻿/**
 * Jainam — Navratri homepage
 * Brand system: navy #003B82 + gold #F5C400 (matches circular logo)
 */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --jn-night: #001a3d;
  --jn-ink: #041428;
  --jn-royal: #003B82;
  --jn-gold: #F5C400;
  --jn-gold-soft: #ffe566;
  --jn-vermilion: #E85D04;
  --jn-accent: #0a4fa8;
  --jn-teal: #0a4fa8;
  --jn-mist: #fff8e8;
  --jn-paper: #f4efe4;
  --jn-font-display: 'Cinzel', Georgia, serif;
  --jn-font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
}

/* ── Page shell ── */
body.jainam-navratri-home {
  font-family: var(--jn-font-body);
  color: #0f1b33;
  background: var(--jn-paper);
  overflow-x: hidden;
}

.jn-festive-page {
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(245, 196, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 18%, rgba(0, 59, 130, 0.1), transparent 50%),
    radial-gradient(ellipse 50% 30% at 50% 100%, rgba(0, 59, 130, 0.06), transparent 45%),
    var(--jn-paper);
}

/* ── Header (homepage) — navy night blend over hero ── */
body.jainam-navratri-home .header-fp,
body.jainam-navratri-home .header-fp.jn-site-header,
body.jainam-navratri-home .header-fp.header-fp-public {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: linear-gradient(180deg, rgba(0, 26, 61, 0.82) 0%, rgba(0, 26, 61, 0.35) 65%, transparent 100%) !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body.jainam-navratri-home .header-fp .navbar,
body.jainam-navratri-home .header-fp .jn-site-header__nav {
  background: transparent !important;
  background-color: transparent !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body.jainam-navratri-home .header-fp .nav-link,
body.jainam-navratri-home .header-fp .jn-nav__link {
  color: #fff8ef !important;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.65);
}

body.jainam-navratri-home .header-fp .jn-nav__link:hover {
  color: #041428 !important;
}

body.jainam-navratri-home .header-fp .btn-primary,
body.jainam-navratri-home .header-fp .jn-login-btn {
  background: linear-gradient(135deg, var(--jn-gold), #e0a800) !important;
  border: none !important;
  font-weight: 800;
  border-radius: 999px;
  color: var(--jn-ink) !important;
}

body.jainam-navratri-home .header-fp .header-fp-brand img.jyj-navbar-logo {
  max-height: 52px;
  width: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 50%;
  box-shadow:
    0 0 0 2px rgba(245, 196, 0, 0.55),
    0 4px 14px rgba(0, 0, 0, 0.35);
  filter: none;
}

body.jainam-navratri-home .header-fp .navbar-toggler-icon {
  filter: invert(1);
}

/* ── Buttons ── */
.jn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 1.65rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.jn-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.jn-btn--primary {
  background: linear-gradient(135deg, var(--jn-gold) 0%, #e0a800 100%);
  color: var(--jn-ink) !important;
  box-shadow: 0 12px 28px rgba(245, 196, 0, 0.35);
}

.jn-btn--primary:hover { color: #041428; }

.jn-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #f7f0e6;
  border: 1.5px solid rgba(246, 196, 83, 0.75);
  backdrop-filter: blur(6px);
}

.jn-btn--ghost:hover {
  color: var(--jn-gold);
  border-color: var(--jn-gold);
  background: rgba(246, 196, 83, 0.1);
}

.jn-btn--dark {
  background: var(--jn-royal);
  color: #f7f0e6;
  box-shadow: 0 10px 24px rgba(0, 59, 130, 0.28);
}

.jn-btn--dark:hover { color: var(--jn-gold); }

@keyframes jn-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jn-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@keyframes jn-hero-ken {
  from { transform: scale(1.05); }
  to { transform: scale(1.12) translate3d(-1.2%, -0.6%, 0); }
}

@keyframes jn-bulb-blink {
  0%, 100% { opacity: 1; filter: brightness(1.25); }
  40% { opacity: 0.25; filter: brightness(0.45); }
  55% { opacity: 1; filter: brightness(1.4); }
}

@keyframes jn-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes jn-shimmer {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* ── Opening: one standard system for all resolutions ──
   Fill first viewport; countdown sits under hero with clear gap.
   Grows if needed — never clips buttons into countdown. */
.jn-opening {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  overflow: visible;
}

@supports (min-height: 100dvh) {
  .jn-opening { min-height: 100dvh; }
}

/* ── Hero ── */
.jn-hero {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  padding: 5.5rem 0 2rem;
}

.jn-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.jn-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.04);
  filter: saturate(0.82) brightness(0.78) contrast(1.05);
  animation: jn-hero-ken 22s ease-in-out infinite alternate;
}

.jn-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(0, 26, 61, 0.94) 0%, rgba(0, 26, 61, 0.72) 42%, rgba(0, 26, 61, 0.28) 68%, rgba(0, 26, 61, 0.55) 100%),
    linear-gradient(180deg, rgba(0, 26, 61, 0.72) 0%, rgba(0, 26, 61, 0.25) 38%, rgba(0, 26, 61, 0.88) 100%);
}

.jn-hero__glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 40% 100%, rgba(245, 196, 0, 0.22), transparent 62%);
  animation: jn-pulse 5s ease-in-out infinite;
}

.jn-lights {
  position: absolute;
  top: 0.35rem;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  padding: 0 1.2% 0;
  opacity: 0.55;
}

.jn-lights__wire {
  position: absolute;
  top: 3px;
  left: 1%;
  right: 1%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(245, 196, 0, 0.35) 20%, rgba(0, 59, 130, 0.5) 50%, rgba(245, 196, 0, 0.35) 80%, transparent);
  opacity: 0.7;
}

.jn-lights__row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5px;
}

.jn-lights__row--2 {
  margin-top: 4px;
  padding: 0 4%;
  opacity: 0.92;
}

.jn-bulb {
  position: relative;
  width: 11px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 50% 50% 45% 45%;
  animation: jn-bulb-blink 1.8s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  box-shadow:
    0 0 6px currentColor,
    0 0 14px currentColor;
  opacity: 0.85;
}

.jn-bulb::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  width: 2px;
  height: 7px;
  transform: translateX(-50%);
  background: rgba(245, 196, 0, 0.35);
}

/* Navy/gold-only bulbs — no rainbow clash */
.jn-bulb--1 { background: #F5C400; color: #F5C400; }
.jn-bulb--2 { background: #ffe566; color: #ffe566; animation-duration: 1.55s; }
.jn-bulb--3 { background: #7eb6ff; color: #7eb6ff; animation-duration: 1.9s; }
.jn-bulb--4 { background: #F5C400; color: #F5C400; animation-duration: 1.65s; }
.jn-bulb--5 { background: #e0a800; color: #e0a800; animation-duration: 1.75s; }
.jn-bulb--6 { background: #4a90d9; color: #4a90d9; animation-duration: 1.6s; }

.jn-hero__stage {
  position: relative;
  z-index: 4;
  width: 100%;
  padding-bottom: 0.5rem;
}

.jn-hero__content {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.35rem 0.75rem;
}

.jn-hero__logo {
  display: block;
  width: min(112px, 26vw);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin: 0 0 0.75rem;
  border-radius: 50%;
  box-shadow:
    0 0 0 3px rgba(245, 196, 0, 0.6),
    0 0 0 8px rgba(0, 59, 130, 0.4),
    0 16px 40px rgba(0, 0, 0, 0.45);
  filter: none;
  animation: jn-rise 0.85s ease both, jn-logo-pulse 3.6s ease-in-out 0.9s infinite;
}

@keyframes jn-logo-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 3px rgba(245, 196, 0, 0.6),
      0 0 0 8px rgba(0, 59, 130, 0.4),
      0 16px 40px rgba(0, 0, 0, 0.45);
  }
  50% {
    box-shadow:
      0 0 0 4px rgba(245, 196, 0, 0.8),
      0 0 0 11px rgba(0, 59, 130, 0.22),
      0 18px 44px rgba(245, 196, 0, 0.2);
  }
}

.jn-hero__presenter {
  margin: 0 0 0.35rem;
  font-family: var(--jn-font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  letter-spacing: 0.02em;
  text-transform: none;
  color: #f5c400 !important;
  text-shadow: 0 2px 16px rgba(245, 196, 0, 0.35);
  animation: jn-rise 0.85s ease 0.05s both;
}

.jn-hero__brand {
  font-family: var(--jn-font-display);
  font-size: clamp(2.1rem, 5.2vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0 0 0.65rem;
  color: #ffffff !important;
  opacity: 1 !important;
  text-shadow:
    0 1px 0 #f6c453,
    0 8px 28px rgba(0, 0, 0, 0.85),
    0 2px 4px rgba(0, 0, 0, 0.9);
  animation: jn-rise 0.85s ease 0.1s both;
}

.jn-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.75rem;
  align-items: center;
  margin: 0 0 1.35rem;
  animation: jn-rise 0.85s ease 0.16s both;
}

.jn-hero__dates {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1.5px solid rgba(0, 120, 200, 0.85);
  background: rgba(255, 255, 255, 0.92);
  color: #003b82;
  font-weight: 700;
  font-size: 0.92rem;
}

.jn-hero__venue {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  background: rgba(0, 40, 100, 0.88);
  color: #f5c400;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.jn-hero__venue:hover,
.jn-hero__venue:focus-visible {
  color: #ffe566;
  filter: brightness(1.08);
  box-shadow: 0 0 0 2px rgba(245, 196, 0, 0.4);
  outline: none;
  transform: translateY(-1px);
}

.jn-hero__title {
  font-weight: 700;
  font-size: clamp(1.25rem, 2.8vw, 1.75rem);
  margin: 0 0 0.5rem;
  color: #f6c453 !important;
  opacity: 1 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
  animation: jn-rise 0.85s ease 0.12s both;
}

.jn-hero__text {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  font-size: 1.08rem;
  line-height: 1.55;
  color: #fff8ef !important;
  opacity: 1 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
  animation: jn-rise 0.85s ease 0.2s both;
}

.jn-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  animation: jn-rise 0.85s ease 0.28s both;
  position: relative;
  z-index: 6;
  margin-top: 0.15rem;
}

.jn-hero__cta .jn-btn {
  min-height: 2.85rem;
  padding: 0.75rem 1.4rem;
}

/* ── Countdown — pinned under hero with breathing room ── */
.jn-count-band {
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
  margin: 0;
  padding: 0.35rem 0 calc(1.15rem + env(safe-area-inset-bottom, 0px));
  background:
    radial-gradient(ellipse 70% 120% at 50% 0%, rgba(245, 196, 0, 0.14), transparent 55%),
    linear-gradient(180deg, #001a3d 0%, #003B82 55%, #002456 100%);
  border-top: 1px solid rgba(245, 196, 0, 0.35);
}

.jn-count {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1rem;
}

.jn-count__panel {
  display: grid;
  grid-template-columns: minmax(180px, 0.85fr) minmax(0, 2.15fr);
  gap: 0.75rem 1rem;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(4, 20, 40, 0.78);
  border: 1.5px solid rgba(245, 196, 0, 0.55);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff8e8;
  overflow: visible;
}

.jn-count__intro {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.jn-count__diya {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 0 10px rgba(245, 196, 0, 0.5));
}

.jn-count__label {
  font-family: var(--jn-font-display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 0;
  color: var(--jn-gold);
  line-height: 1.15;
}

.jn-count__hint {
  display: none;
}

.jn-count__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.jn-count__cell {
  text-align: center;
  padding: 0.45rem 0.25rem 0.4rem;
  border-radius: 12px;
  background: rgba(0, 10, 30, 0.55);
  border: 1px solid rgba(245, 196, 0, 0.4);
  overflow: visible;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
}

.jn-count__cell strong {
  display: block;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  line-height: 1;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.jn-count__cell span {
  display: block;
  font-size: 0.62rem;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--jn-gold);
}

/* ── Premium featured event ── */
.jn-feature {
  position: relative;
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 1.75rem;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: 1.6rem 1.75rem 1.6rem 1.5rem;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 90% 140% at 0% 40%, rgba(245, 196, 0, 0.22), transparent 52%),
    linear-gradient(145deg, #003B82 0%, #002456 48%, #041428 100%);
  border: 1px solid rgba(245, 196, 0, 0.42);
  box-shadow:
    0 28px 56px rgba(0, 26, 61, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
  text-decoration: none;
  color: #fff8e8;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.jn-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, var(--jn-gold-soft), var(--jn-gold), #e0a800);
}

.jn-feature::after {
  content: "";
  position: absolute;
  right: -18%;
  top: -40%;
  width: 55%;
  height: 140%;
  background: radial-gradient(circle, rgba(245, 196, 0, 0.14), transparent 62%);
  pointer-events: none;
}

.jn-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 0, 0.65);
  box-shadow:
    0 34px 64px rgba(0, 26, 61, 0.38),
    0 0 0 1px rgba(245, 196, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff8e8;
  text-decoration: none;
}

.jn-feature__seal {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(180px, 100%);
  aspect-ratio: 1;
  margin: 0 auto;
}

.jn-feature__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid rgba(245, 196, 0, 0.55);
  box-shadow:
    0 0 0 8px rgba(245, 196, 0, 0.1),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.jn-feature__mark {
  position: relative;
  z-index: 1;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: contain;
  background: #F5C400;
  box-shadow:
    0 0 0 3px rgba(245, 196, 0, 0.85),
    0 18px 40px rgba(0, 0, 0, 0.4);
}

.jn-feature__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.jn-feature__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.65rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(245, 196, 0, 0.14);
  border: 1px solid rgba(245, 196, 0, 0.5);
  color: var(--jn-gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jn-feature__presenter {
  margin: 0 0 0.15rem;
  font-family: var(--jn-font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 600;
  color: var(--jn-gold);
  letter-spacing: 0.01em;
}

.jn-feature__title {
  margin: 0 0 0.4rem;
  font-family: var(--jn-font-display);
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.12;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.jn-feature__sub {
  margin: 0 0 0.9rem;
  font-size: 0.92rem;
  color: rgba(255, 248, 232, 0.72);
  font-weight: 500;
}

.jn-feature__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.15rem;
}

.jn-feature__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.jn-feature__chip--date {
  background: rgba(255, 248, 232, 0.96);
  color: var(--jn-royal);
}

.jn-feature__chip--venue {
  background: rgba(0, 20, 55, 0.55);
  border: 1px solid rgba(245, 196, 0, 0.4);
  color: var(--jn-gold);
  text-decoration: none;
  cursor: pointer;
}

.jn-feature__chip--venue:hover {
  color: var(--jn-gold-soft);
  border-color: rgba(245, 196, 0, 0.7);
}

.jn-feature__cta-wrap {
  display: flex;
}

.jn-feature__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.78rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--jn-gold), #e0a800);
  color: var(--jn-ink) !important;
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 28px rgba(245, 196, 0, 0.32);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.jn-feature:hover .jn-feature__cta {
  filter: brightness(1.05);
  transform: translateX(2px);
}

@media (max-width: 720px) {
  .jn-feature {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.4rem 1.15rem 1.5rem;
    gap: 1.15rem;
  }
  .jn-feature::before { display: none; }
  .jn-feature__chips,
  .jn-feature__cta-wrap {
    justify-content: center;
  }
  .jn-feature__seal {
    width: 128px;
  }
}

/* ── Shared section chrome ── */
.jn-section {
  padding: 4.75rem 0;
}

.jn-section__head {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.6rem;
}

.jn-section__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--jn-royal);
  margin-bottom: 0.6rem;
}

.jn-section__head h2 {
  font-family: var(--jn-font-display);
  font-size: clamp(2.15rem, 4.2vw, 3rem);
  margin: 0 0 0.6rem;
  color: #003B82;
  line-height: 1.1;
}

.jn-section__head p {
  margin: 0;
  line-height: 1.65;
  color: rgba(15, 27, 51, 0.72);
  font-size: 1.02rem;
}

.jn-ornament {
  width: 72px;
  height: 4px;
  margin: 1.1rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jn-royal), var(--jn-gold), #e0a800);
  background-size: 200% 100%;
  animation: jn-shimmer 3.5s linear infinite alternate;
}

.jn-more {
  text-align: center;
  margin-top: 1.85rem;
}

.jn-empty {
  text-align: center;
  padding: 2.5rem 1.35rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px dashed rgba(246, 196, 83, 0.4);
  color: inherit;
}

.jn-empty strong {
  display: block;
  font-family: var(--jn-font-display);
  font-size: 1.45rem;
  margin-bottom: 0.4rem;
}

.jn-panel { position: relative; overflow: hidden; }
.jn-deco { display: none; }

/* ── Festival info ── */
.jn-panel--info {
  background:
    radial-gradient(ellipse 55% 45% at 0% 0%, rgba(255, 77, 26, 0.18), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 30%, rgba(246, 196, 83, 0.14), transparent 50%),
    linear-gradient(180deg, #041428 0%, #003B82 55%, #001a3d 100%);
  padding-top: 4.5rem;
  color: #f7f0e6;
}

.jn-panel--info .jn-section__eyebrow { color: var(--jn-gold); }
.jn-panel--info .jn-section__head h2 { color: #fff; }
.jn-panel--info .jn-section__head p { color: rgba(247, 240, 230, 0.75); }

.jn-info-spotlight {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto 1.5rem;
}

.jn-info-lead {
  padding: 2rem 2.1rem;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #003B82 0%, #002a5c 55%, #001a3d 120%);
  color: #f7f0e6;
  box-shadow: 0 22px 48px rgba(0, 26, 61, 0.28);
  position: relative;
  overflow: hidden;
}

.jn-info-lead::after {
  content: "";
  position: absolute;
  right: -20%;
  top: -30%;
  width: 55%;
  height: 120%;
  background: radial-gradient(circle, rgba(246, 196, 83, 0.22), transparent 65%);
  pointer-events: none;
}

.jn-info-lead h3 {
  font-family: var(--jn-font-display);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  margin: 0 0 0.75rem;
  color: var(--jn-gold);
  position: relative;
}

.jn-info-lead p {
  margin: 0 0 1.25rem;
  line-height: 1.55;
  opacity: 0.9;
  max-width: 34rem;
  position: relative;
}

.jn-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  position: relative;
}

.jn-info-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(247, 240, 230, 0.92);
}

.jn-info-meta span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jn-gold);
  box-shadow: 0 0 8px var(--jn-gold);
}

.jn-info-side {
  display: grid;
  gap: 1rem;
}

.jn-info-tile {
  padding: 1.35rem 1.4rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(0, 26, 61, 0.06);
  box-shadow: 0 14px 32px rgba(0, 26, 61, 0.08);
}

.jn-info-tile h3 {
  font-family: var(--jn-font-display);
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
  color: #003B82;
}

.jn-info-tile p {
  margin: 0 0 0.35rem;
  line-height: 1.45;
  color: #4a3b55;
  font-size: 0.95rem;
}

.jn-info-tile small {
  color: #8a6d4d;
  font-size: 0.8rem;
}

.jn-info-tile--cta {
  background: linear-gradient(145deg, #ff4d1a, #ff8a1f);
  border: none;
  color: #041428;
  box-shadow: 0 16px 36px rgba(255, 77, 26, 0.35);
}

.jn-info-tile--cta h3,
.jn-info-tile--cta p {
  color: #041428;
}

.jn-info-tile--cta .jn-btn {
  margin-top: 0.7rem;
  background: #041428;
  color: #f7f0e6;
  box-shadow: none;
}

.jn-info-tile--cta .jn-btn:hover {
  color: var(--jn-gold);
}

/* Nine nights ribbon */
.jn-nights {
  list-style: none;
  margin: 2.25rem auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0.55rem;
  max-width: 1100px;
}

.jn-nights__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.2rem;
  padding: 0.85rem 0.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(246, 196, 83, 0.45);
  transition: transform 0.2s ease, background 0.2s ease;
}

.jn-nights__item:nth-child(odd) {
  background: linear-gradient(180deg, #fff 0%, #ffe8c8 100%);
}

.jn-nights__item:nth-child(even) {
  background: linear-gradient(180deg, #fff 0%, #ffd6e8 100%);
}

.jn-nights__item:hover {
  transform: translateY(-4px) scale(1.02);
}

.jn-nights__item span {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8a6d4d;
  font-weight: 700;
}

.jn-nights__item strong {
  font-family: var(--jn-font-display);
  font-size: 0.88rem;
  font-weight: 400;
  color: #003B82;
  line-height: 1.15;
}

.jn-nights__item em {
  font-style: normal;
  font-size: 0.68rem;
  color: #8a6d4d;
  line-height: 1.2;
}

.jn-nights-head {
  text-align: center;
  max-width: 36rem;
  margin: 2.5rem auto 1.25rem;
}

.jn-nights-head h3 {
  font-family: var(--jn-font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #fff;
  margin: 0 0 0.4rem;
}

.jn-nights-head p {
  margin: 0;
  color: rgba(247, 240, 230, 0.72);
}

.jn-facts {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  max-width: 1100px;
}

.jn-facts li {
  padding: 1.1rem 1.15rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 196, 83, 0.28);
}

.jn-facts strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jn-gold);
  margin-bottom: 0.35rem;
}

.jn-facts span {
  display: block;
  color: rgba(247, 240, 230, 0.9);
  font-size: 0.92rem;
  line-height: 1.45;
}

/* Highlights */
.jn-panel--highlights {
  background: linear-gradient(180deg, #f7f0e6 0%, #efe6d8 100%);
}

.jn-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.jn-highlight {
  padding: 1.5rem 1.25rem 1.4rem;
  border-radius: 20px;
  background: #fff;
  border-top: 3px solid var(--jn-vermilion);
  box-shadow: 0 14px 32px rgba(0, 26, 61, 0.07);
}

.jn-highlight:nth-child(2) { border-top-color: var(--jn-gold); }
.jn-highlight:nth-child(3) { border-top-color: var(--jn-gold); }
.jn-highlight:nth-child(4) { border-top-color: var(--jn-teal); }

.jn-highlight__num {
  display: block;
  font-family: var(--jn-font-display);
  font-size: 1.6rem;
  color: rgba(0, 26, 61, 0.25);
  margin-bottom: 0.35rem;
}

.jn-highlight h3 {
  font-family: var(--jn-font-display);
  font-size: 1.25rem;
  color: #003B82;
  margin: 0 0 0.45rem;
}

.jn-highlight p {
  margin: 0;
  color: #5c4a3a;
  line-height: 1.5;
  font-size: 0.95rem;
}

/* How to book — light band with stronger brand presence */
.jn-panel--guide {
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(245, 196, 0, 0.2), transparent 52%),
    radial-gradient(ellipse 40% 40% at 0% 100%, rgba(0, 59, 130, 0.1), transparent 50%),
    linear-gradient(180deg, #fff8e8 0%, #f4efe4 100%);
  color: #0f1b33;
  border-top: 3px solid var(--jn-gold);
}

.jn-panel--guide .jn-section__head h2 { color: #003B82; }
.jn-panel--guide .jn-section__head p { color: rgba(15, 27, 51, 0.72); }
.jn-panel--guide .jn-section__eyebrow {
  color: var(--jn-royal);
  letter-spacing: 0.18em;
}

.jn-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1100px;
  counter-reset: jn-step;
}

.jn-step {
  position: relative;
  padding: 1.55rem 1.25rem 1.45rem;
  border-radius: 20px;
  background:
    linear-gradient(165deg, #ffffff 0%, #fff8e8 100%);
  border: 1px solid rgba(0, 59, 130, 0.12);
  box-shadow: 0 14px 32px rgba(0, 26, 61, 0.08);
  counter-increment: jn-step;
  overflow: hidden;
}

.jn-step::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--jn-gold), var(--jn-royal));
}

.jn-step::before {
  content: counter(jn-step, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  font-family: var(--jn-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--jn-ink);
  background: linear-gradient(135deg, var(--jn-gold), #e0a800);
  box-shadow: 0 6px 16px rgba(245, 196, 0, 0.35);
}

.jn-step strong {
  display: block;
  font-family: var(--jn-font-display);
  font-size: 1.12rem;
  margin-bottom: 0.4rem;
  color: #003B82;
}

.jn-step span {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(15, 27, 51, 0.72);
}

.jn-panel--guide .jn-more {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 2rem;
}

.jn-panel--guide .jn-btn--dark {
  background: var(--jn-royal);
  color: #fff8e8;
  border: 1.5px solid var(--jn-royal);
}

.jn-panel--guide .jn-btn--dark:hover {
  color: var(--jn-gold);
  border-color: var(--jn-gold);
  background: #002a5c;
}

/* Practical — dark band with editorial cards */
.jn-panel--practical {
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(245, 196, 0, 0.18), transparent 52%),
    radial-gradient(ellipse 45% 45% at 0% 100%, rgba(0, 80, 168, 0.35), transparent 55%),
    linear-gradient(180deg, #041428 0%, #003B82 50%, #001a3d 100%);
  color: #fff8e8;
  border-top: 3px solid rgba(245, 196, 0, 0.55);
}

.jn-panel--practical .jn-section__eyebrow { color: var(--jn-gold); letter-spacing: 0.18em; }
.jn-panel--practical .jn-section__head h2 { color: #fff; }
.jn-panel--practical .jn-section__head p { color: rgba(255, 248, 232, 0.72); }

.jn-practical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  max-width: 980px;
  margin: 0 auto;
  counter-reset: jn-prac;
}

.jn-practical article {
  position: relative;
  padding: 1.55rem 1.45rem 1.45rem 1.55rem;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 80% 80% at 100% 0%, rgba(245, 196, 0, 0.1), transparent 50%),
    rgba(4, 20, 40, 0.62);
  border: 1px solid rgba(245, 196, 0, 0.32);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  counter-increment: jn-prac;
  overflow: hidden;
}

.jn-practical article::before {
  content: counter(jn-prac, decimal-leading-zero);
  display: block;
  font-family: var(--jn-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--jn-gold);
  margin-bottom: 0.55rem;
  opacity: 0.9;
}

.jn-practical article::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--jn-gold), transparent 70%);
}

.jn-practical article:nth-child(2)::after { background: linear-gradient(90deg, var(--jn-gold-soft), transparent 70%); }
.jn-practical article:nth-child(3)::after { background: linear-gradient(90deg, #fff8e8, transparent 70%); }
.jn-practical article:nth-child(4)::after { background: linear-gradient(90deg, var(--jn-gold), transparent 70%); }

.jn-practical h3 {
  font-family: var(--jn-font-display);
  font-size: 1.35rem;
  color: #fff;
  margin: 0 0 0.5rem;
}

.jn-practical p {
  margin: 0;
  color: rgba(255, 248, 232, 0.82);
  line-height: 1.55;
  font-size: 0.96rem;
}

.jn-practical a {
  color: var(--jn-gold);
  font-weight: 700;
  text-decoration: none;
}

.jn-practical a:hover {
  color: var(--jn-gold-soft);
}

.jn-about__list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.jn-about__list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.25rem;
  color: rgba(15, 27, 51, 0.8);
  font-weight: 600;
}

.jn-about__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--jn-royal), var(--jn-gold));
}

/* ── Gallery vibes ── */
.jn-panel--vibes {
  background:
    radial-gradient(ellipse 50% 60% at 80% 20%, rgba(245, 196, 0, 0.16), transparent 50%),
    linear-gradient(180deg, #041428 0%, #001a3d 100%);
  color: #f7f0e6;
  padding: 4rem 0 3rem;
}

.jn-marquee-head {
  text-align: center;
  margin-bottom: 1.6rem;
}

.jn-marquee-head .jn-section__eyebrow {
  color: var(--jn-gold);
}

.jn-marquee-head h2 {
  font-family: var(--jn-font-display);
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  margin: 0.35rem 0 0;
  color: #fff;
}

.jn-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.jn-marquee__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: jn-marquee 38s linear infinite;
}

.jn-marquee:hover .jn-marquee__track {
  animation-play-state: paused;
}

.jn-marquee__item {
  margin: 0;
  width: 200px;
  height: 240px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(246, 196, 83, 0.5);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
  transform: rotate(var(--tilt, 0deg));
}

.jn-marquee__item:nth-child(odd) { --tilt: -1.5deg; }
.jn-marquee__item:nth-child(even) { --tilt: 1.5deg; }

.jn-marquee__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.jn-marquee__item:hover img {
  transform: scale(1.08);
}

.jn-panel--vibes .jn-btn--ghost {
  border-color: rgba(246, 196, 83, 0.75);
  color: #f7f0e6;
}

/* ── Upcoming events ── */
.jn-panel--events {
  background:
    radial-gradient(ellipse 40% 40% at 100% 0%, rgba(245, 196, 0, 0.12), transparent 50%),
    radial-gradient(ellipse 35% 40% at 0% 100%, rgba(0, 59, 130, 0.07), transparent 50%),
    linear-gradient(180deg, #fff8e8 0%, #f4efe4 100%);
}

.jn-events {
  display: grid;
  gap: 1.15rem;
  max-width: 920px;
  margin: 0 auto;
}

.jn-event {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 0.95rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(0, 26, 61, 0.06);
  box-shadow: 0 16px 36px rgba(0, 26, 61, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.jn-event:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(0, 26, 61, 0.14);
  color: inherit;
  text-decoration: none;
}

.jn-event__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #003B82;
}

.jn-event__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.jn-event--single .jn-event__img {
  background: #003B82;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  max-width: 120px;
}

.jn-event--single .jn-event__img img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.jn-event--single {
  grid-template-columns: 120px 1fr auto;
}

.jn-event:hover .jn-event__img img {
  transform: scale(1.06);
}

.jn-event__name {
  font-family: var(--jn-font-display);
  font-size: 1.4rem;
  margin: 0 0 0.35rem;
  color: #003B82;
}

.jn-event__meta {
  margin: 0;
  color: #5c4a3a;
  font-size: 0.95rem;
  font-weight: 500;
}

.jn-event__action {
  white-space: nowrap;
  font-weight: 800;
  color: #041428;
  background: linear-gradient(135deg, var(--jn-vermilion), #ff9a2e);
  padding: 0.6rem 1.05rem;
  border-radius: 999px;
  font-size: 0.88rem;
  box-shadow: 0 8px 18px rgba(255, 77, 26, 0.3);
}

/* ── Past events / memories ── */
.jn-panel--memories {
  background:
    radial-gradient(ellipse 50% 40% at 20% 0%, rgba(246, 196, 83, 0.12), transparent 50%),
    linear-gradient(180deg, #041428 0%, #001a3d 100%);
  color: #f7f0e6;
}

.jn-panel--memories .jn-section__head h2 { color: #fff; }
.jn-panel--memories .jn-section__head p { color: rgba(247, 240, 230, 0.72); }
.jn-panel--memories .jn-section__eyebrow { color: var(--jn-gold); }

body.jainam-navratri-home .jn-panel--memories .past-events-section {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.jainam-navratri-home .jn-panel--memories .past-year-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(246, 196, 83, 0.28);
  border-radius: 18px;
  box-shadow: none;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

body.jainam-navratri-home .jn-panel--memories .past-year-toggle {
  background: transparent;
  color: #f7f0e6;
}

body.jainam-navratri-home .jn-panel--memories .past-year-toggle:hover {
  background: rgba(246, 196, 83, 0.08);
}

body.jainam-navratri-home .jn-panel--memories .past-year-badge {
  background: linear-gradient(145deg, var(--jn-royal), #0050a8);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(255, 77, 26, 0.35);
}

body.jainam-navratri-home .jn-panel--memories .past-event-chip,
body.jainam-navratri-home .jn-panel--memories a.past-event-chip {
  background: rgba(247, 240, 230, 0.07);
  border: 1px solid rgba(246, 196, 83, 0.28);
  color: #f7f0e6;
  border-radius: 14px;
}

body.jainam-navratri-home .jn-panel--memories .past-event-chip:hover,
body.jainam-navratri-home .jn-panel--memories a.past-event-chip:hover {
  background: rgba(246, 196, 83, 0.14);
  border-color: var(--jn-gold);
  color: #fff;
}

.jn-panel--memories .jn-btn--ghost {
  border-color: rgba(246, 196, 83, 0.65);
  color: #f7f0e6;
}

/* ── About — light band (after dark practical) ── */
.jn-panel--about {
  background:
    radial-gradient(ellipse 50% 50% at 0% 50%, rgba(245, 196, 0, 0.14), transparent 55%),
    radial-gradient(ellipse 40% 40% at 100% 80%, rgba(0, 59, 130, 0.08), transparent 50%),
    linear-gradient(180deg, #fff8e8 0%, #f4efe4 100%);
}

.jn-about {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.75rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.jn-about__visual {
  position: relative;
}

.jn-about__visual::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--jn-royal), var(--jn-gold));
  opacity: 0.85;
  z-index: 0;
}

.jn-about__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: min(440px, 58vw);
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 24px 52px rgba(0, 26, 61, 0.22);
}

.jn-about__copy h2 {
  font-family: var(--jn-font-display);
  font-size: clamp(2rem, 3.8vw, 2.7rem);
  color: #003B82;
  margin: 0.35rem 0 0.95rem;
  line-height: 1.1;
}

.jn-about__copy p {
  line-height: 1.65;
  color: rgba(26, 18, 40, 0.78);
  margin: 0 0 0.9rem;
  font-size: 1.02rem;
}

/* ── Footer ── */
body.jainam-navratri-home footer.footer {
  background: #001a3d !important;
  border-top: 3px solid rgba(246, 196, 83, 0.5);
  color: #f7f0e6 !important;
}

body.jainam-navratri-home footer.footer a {
  color: rgba(247, 240, 230, 0.85) !important;
}

body.jainam-navratri-home footer.footer a:hover {
  color: var(--jn-gold) !important;
}

/* ── Responsive breakpoints (standard) ── */

/* Laptop / tablet landscape */
@media (max-width: 1199px) {
  .jn-hero {
    padding: 5.25rem 0 1.75rem;
  }
  .jn-hero__logo { width: min(104px, 24vw); }
  .jn-hero__brand { font-size: clamp(2rem, 4.8vw, 3.4rem); }
  .jn-hero__presenter { font-size: clamp(1.2rem, 2.6vw, 1.7rem); }
}

/* Tablet / narrow desktop */
@media (max-width: 991.98px) {
  .jn-opening {
    min-height: 100svh;
  }
  .jn-hero {
    padding: 5rem 0 1.25rem;
    justify-content: flex-end;
  }
  .jn-hero__stage {
    margin-top: auto;
  }
  .jn-hero__content { padding: 0.75rem 1.15rem 0.5rem; }
  .jn-hero__logo { width: min(96px, 26vw); margin-bottom: 0.55rem; }
  .jn-hero__brand { font-size: clamp(1.9rem, 6.5vw, 3rem); }
  .jn-hero__cta .jn-btn {
    font-size: 0.9rem;
    padding: 0.7rem 1.25rem;
  }
  .jn-lights { opacity: 0.4; }
  .jn-lights__row--2 { display: none; }
  .jn-count__panel {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem 0.85rem;
  }
  .jn-count__intro { justify-content: center; }
  .jn-info-spotlight { grid-template-columns: 1fr; }
  .jn-nights { grid-template-columns: repeat(3, 1fr); }
  .jn-facts { grid-template-columns: 1fr 1fr; }
  .jn-highlights { grid-template-columns: 1fr 1fr; }
  .jn-steps { grid-template-columns: 1fr 1fr; }
  .jn-practical { grid-template-columns: 1fr; }
  .jn-about { grid-template-columns: 1fr; }
  .jn-event { grid-template-columns: 120px 1fr; }
  .jn-event__action {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .jn-opening {
    min-height: 100svh;
  }
  .jn-hero {
    justify-content: flex-end;
    padding: 4.5rem 0 1rem;
  }
  .jn-hero__stage {
    margin-top: auto;
  }
  .jn-hero__content { padding: 0.35rem 1rem 0.35rem; }
  .jn-hero__logo { width: min(80px, 22vw); margin-bottom: 0.45rem; }
  .jn-hero__brand { font-size: clamp(1.7rem, 8.2vw, 2.45rem); }
  .jn-hero__presenter { font-size: clamp(1rem, 3.6vw, 1.2rem); margin-bottom: 0.25rem; }
  .jn-hero__meta { gap: 0.35rem; margin-bottom: 0.85rem; }
  .jn-hero__dates,
  .jn-hero__venue {
    font-size: 0.78rem;
    padding: 0.3rem 0.65rem;
  }
  .jn-hero__cta {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 20rem;
    gap: 0.5rem;
    margin-bottom: 0.15rem;
  }
  .jn-hero__cta .jn-btn {
    width: 100%;
    justify-content: center;
  }
  .jn-lights { opacity: 0.32; }
  .jn-count { padding: 0 0.75rem; }
  .jn-count-band {
    padding-top: 0.15rem;
  }
  .jn-count__panel {
    padding: 0.7rem 0.65rem 0.75rem;
    border-radius: 14px;
  }
  .jn-count__diya { width: 28px; height: 28px; }
  .jn-count__label { font-size: 1rem; }
  .jn-count__grid { gap: 0.3rem; }
  .jn-count__cell { padding: 0.4rem 0.1rem 0.35rem; }
  .jn-count__cell strong { font-size: 1.2rem; }
  .jn-count__cell span { font-size: 0.52rem; }
  .jn-bulb { width: 8px; height: 11px; }
  .jn-marquee__item { width: 140px; height: 170px; }
  .jn-nights { grid-template-columns: repeat(3, 1fr); }
  .jn-facts { grid-template-columns: 1fr; }
  .jn-highlights { grid-template-columns: 1fr; }
  .jn-steps { grid-template-columns: 1fr; }
}

/* Short viewports (laptops with low height / browser chrome) */
@media (max-height: 760px) and (min-width: 992px) {
  .jn-hero {
    padding-top: 4.75rem;
    padding-bottom: 1.35rem;
  }
  .jn-hero__logo { width: 92px; margin-bottom: 0.45rem; }
  .jn-hero__brand { font-size: clamp(1.9rem, 4vw, 2.8rem); }
  .jn-hero__presenter { font-size: clamp(1.1rem, 2vw, 1.4rem); }
  .jn-hero__meta { margin-bottom: 0.9rem; }
  .jn-count__panel { padding: 0.6rem 0.9rem; }
  .jn-count__cell strong { font-size: 1.35rem; }
}

@media (max-height: 680px) {
  .jn-opening { min-height: auto; }
  .jn-hero {
    flex: 0 0 auto;
    padding: 4.5rem 0 1.25rem;
  }
  .jn-hero__logo { width: min(78px, 22vw); }
  .jn-hero__brand { font-size: clamp(1.6rem, 6vw, 2.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  .jn-hero__media img,
  .jn-bulb,
  .jn-marquee__track,
  .jn-hero__glow,
  .jn-ornament {
    animation: none !important;
  }
}
