/* =========================================
   RIT PARBON — Global Design System
   Official Brand Palette Applied
   Green:#59828E | Purple:#6A52A6 | Pink:#D44653 | Orange:#E7765A
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Yatra+One&family=Hind+Siliguri:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap');

/* ── CSS Variables — Official Brand Palette ── */
:root {
  /* ─ Brand Primary Colors ─ */
  --brand-pink:    #D44653;   /* Primary action / accent  */
  --brand-orange:  #E7765A;   /* Warm accent / energy     */
  --brand-purple:  #6A52A6;   /* Deep tone / headers      */
  --brand-green:   #59828E;   /* Cool accent / nature     */

  /* ─ Derived Shades ─ */
  --pink-dark:     #B83040;
  --pink-light:    #F07080;
  --pink-muted:    rgba(212,70,83,0.15);
  --orange-dark:   #C95E3E;
  --orange-light:  #F09070;
  --orange-muted:  rgba(231,118,90,0.15);
  --purple-dark:   #4A3880;
  --purple-mid:    #8B70C0;
  --purple-deep:   #1E1240;
  --purple-muted:  rgba(106,82,166,0.15);
  --green-dark:    #3D6070;
  --green-light:   #80AAB5;
  --green-muted:   rgba(89,130,142,0.15);

  /* ─ Background & Neutral Tones ─ */
  --ivory:         #FDFAF5;
  --cream:         #F9F3EE;
  --cream-dark:    #EDE3D8;
  --text-dark:     #1A1028;
  --text-mid:      #3D2D58;
  --text-light:    #7260A0;
  --white:         #FFFFFF;

  /* ─ Typography ─ */
  --font-display: 'Yatra One', serif;
  --font-heading: 'Playfair Display', serif;
  --font-sans:    'Plus Jakarta Sans', sans-serif;
  --font-body:    'Hind Siliguri', sans-serif;

  /* ─ Shadows (keyed to purple) ─ */
  --shadow-sm: 0 2px 14px rgba(106,82,166,0.08);
  --shadow-md: 0 8px 32px rgba(106,82,166,0.14);
  --shadow-lg: 0 20px 60px rgba(106,82,166,0.22);

  /* ─ Radii ─ */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--ivory);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography ── */
h1, h2, h3 { font-family: var(--font-heading); line-height: 1.2; }
h4, h5, h6 { font-family: var(--font-body); font-weight: 600; }
.display-font { font-family: var(--font-display); }

/* ── Utility Classes ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Section Tags ── */
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-pink);
  margin-bottom: 12px;
}
.section-tag::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-pink), var(--brand-orange));
  border-radius: 2px;
}

.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--text-dark);
  margin-bottom: 16px;
}
.section-sub {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 560px;
}

/* ── Floral SVG Pattern Helpers ── */
/* Reusable swirl/petal pattern backgrounds inspired by logo scroll motifs */
.floral-bg-subtle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cg opacity='0.06'%3E%3Cpath d='M100 100 Q120 60 140 80 Q160 100 140 120 Q120 140 100 120 Q80 140 60 120 Q40 100 60 80 Q80 60 100 100Z' fill='%236A52A6'/%3E%3Cpath d='M100 100 Q130 80 150 100 Q130 120 100 100Z' fill='%23D44653'/%3E%3Cpath d='M100 100 Q70 80 50 100 Q70 120 100 100Z' fill='%23E7765A'/%3E%3Ccircle cx='100' cy='100' r='6' fill='%2359828E'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}
.floral-bg-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cg opacity='0.07'%3E%3Cpath d='M100 100 Q120 60 140 80 Q160 100 140 120 Q120 140 100 120 Q80 140 60 120 Q40 100 60 80 Q80 60 100 100Z' fill='%23ffffff'/%3E%3Cpath d='M100 100 Q130 80 150 100 Q130 120 100 100Z' fill='%23E7765A'/%3E%3Cpath d='M100 100 Q70 80 50 100 Q70 120 100 100Z' fill='%2359828E'/%3E%3Ccircle cx='100' cy='100' r='6' fill='%23D44653'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 100px;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: var(--transition);
}
.btn-primary {
  background: linear-gradient(135deg, var(--brand-pink), var(--brand-orange));
  color: var(--white);
  box-shadow: 0 4px 20px rgba(212,70,83,0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(212,70,83,0.5);
}
.btn-secondary {
  background: linear-gradient(135deg, var(--brand-purple), var(--purple-dark));
  color: var(--white);
  box-shadow: 0 4px 20px rgba(106,82,166,0.3);
}
.btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(106,82,166,0.45);
}
.btn-outline {
  border: 2px solid var(--brand-pink);
  color: var(--brand-pink);
  background: transparent;
}
.btn-outline:hover {
  background: var(--brand-pink);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-teal {
  border: 2px solid var(--brand-green);
  color: var(--brand-green);
  background: transparent;
}
.btn-teal:hover {
  background: var(--brand-green);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--purple-deep);
  color: var(--cream);
}
.btn-dark:hover {
  background: var(--brand-purple);
  transform: translateY(-2px);
}
.btn-white {
  background: var(--white);
  color: var(--brand-purple);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.25);
}

/* ── Navigation ── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 24px;
  transition: var(--transition);
}
.navbar.scrolled {
  background: rgba(30,18,64,0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  border-bottom: 1px solid rgba(212,70,83,0.25);
}
.navbar.scrolled .navbar__link { color: rgba(255,255,255,0.85); }
.navbar.scrolled .navbar__link:hover,
.navbar.scrolled .navbar__link.active { color: var(--brand-orange); }
.navbar.scrolled .navbar__logo-text { color: var(--white); }
.navbar.scrolled .navbar__hamburger span { background: var(--white); }

.navbar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}
.navbar__logo { display: flex; align-items: center; gap: 12px; }

/* ── Logo Image System (Transparent PNG) ── */
.navbar__logo-img {
  height: 48px;
  width: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 10px rgba(212, 70, 83, 0.5));
  flex-shrink: 0;
  transition: var(--transition);
  display: block;
}
.navbar__logo-img:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 16px rgba(231, 118, 90, 0.7));
}

.footer__logo-img {
  height: 44px;
  width: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 8px rgba(212, 70, 83, 0.4));
  flex-shrink: 0;
  display: block;
}

.loader-pinwheel {
  width: 85px;
  height: 85px;
  filter: drop-shadow(0 0 20px rgba(212,70,83,0.65));
}

.loader-brand-logo {
  height: 72px;
  width: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 20px rgba(212, 70, 83, 0.65));
}

.navbar__logo-text {
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--cream);
  line-height: 1;
  letter-spacing: -0.01em;
}
.navbar__logo-sub {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-top: 3px;
}
.navbar__links { display: flex; align-items: center; gap: 36px; }
.navbar__link {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(249, 243, 238, 0.88);
  position: relative;
  transition: color 0.25s;
}
.navbar__link::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-pink), var(--brand-orange));
  transform: scaleX(0);
  transition: transform 0.25s;
  border-radius: 2px;
}
.navbar__link:hover, .navbar__link.active { color: var(--brand-pink); }
.navbar__link:hover::after, .navbar__link.active::after { transform: scaleX(1); }
.navbar__cta { margin-left: 8px; }
.navbar__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  z-index: 10001;
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.navbar__hamburger span {
  display: block; width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transform-origin: center;
}
.navbar__hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--brand-pink); }
.navbar__hamburger.active span:nth-child(2) { opacity: 0; }
.navbar__hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--brand-pink); }

/* ── Polished On-Brand Mobile Navigation Overlay ── */
.mobile-nav {
  position: fixed; inset: 0;
  background: 
    radial-gradient(circle at 50% 20%, rgba(212, 70, 83, 0.25) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(106, 82, 166, 0.35) 0%, transparent 60%),
    linear-gradient(180deg, rgba(23, 14, 51, 0.98) 0%, rgba(15, 9, 36, 0.99) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 36px 28px 48px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), pointer-events 0.35s ease;
}

.mobile-nav.open {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.mobile-nav__logo {
  height: 42px;
  width: auto;
  filter: drop-shadow(0 0 10px rgba(212, 70, 83, 0.6));
}

.mobile-nav__brand-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--white);
  line-height: 1;
}

.mobile-nav__brand-sub {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-top: 2px;
}

.mobile-nav__close {
  position: absolute;
  top: 24px; right: 24px;
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition);
}

.mobile-nav__close:hover {
  background: rgba(212, 70, 83, 0.2);
  border-color: var(--brand-pink);
  color: var(--white);
  transform: rotate(90deg);
}

.mobile-nav__links {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  gap: 8px;
  margin: auto 0;
}

.mobile-nav__link {
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  padding: 14px 20px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav__link::after {
  content: '→';
  font-size: 0.9rem;
  opacity: 0;
  transform: translateX(-8px);
  transition: var(--transition);
  color: var(--brand-orange);
}

.mobile-nav__link:hover, .mobile-nav__link.active {
  background: rgba(212, 70, 83, 0.2);
  border-color: rgba(212, 70, 83, 0.5);
  color: var(--white);
  padding-left: 24px;
}

.mobile-nav__link:hover::after, .mobile-nav__link.active::after {
  opacity: 1;
  transform: translateX(0);
}

.mobile-nav__cta {
  width: 100%;
  max-width: 320px;
  text-align: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* ── SVG Dividers & Floral Accents ── */
.floral-divider { width: 100%; overflow: hidden; line-height: 0; }
.floral-divider svg { display: block; width: 100%; }
.floral-pattern-bg { position: relative; overflow: hidden; }

/* ── Dynamic Ultra-Smooth GPU Hero Background ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: #1E1240;
  padding-top: 76px;
}

.hero__bg-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.hero__glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

/* Purple Glow Orb (Top-Left - Original) */
.hero__glow-orb--purple {
  top: -15%;
  left: -10%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, rgba(106, 82, 166, 0.6) 0%, rgba(106, 82, 166, 0) 70%);
  animation: floatOrbPurple 9s ease-in-out infinite alternate;
}

/* Pink Glow Orb (Top-Right - Original) */
.hero__glow-orb--pink {
  top: -10%;
  right: -10%;
  width: 55vw;
  height: 55vw;
  background: radial-gradient(circle, rgba(212, 70, 83, 0.55) 0%, rgba(212, 70, 83, 0) 70%);
  animation: floatOrbPink 8s ease-in-out infinite alternate;
}

/* Orange Glow Orb (Bottom-Right - Original) */
.hero__glow-orb--orange {
  bottom: -15%;
  right: -5%;
  width: 60vw;
  height: 60vw;
  background: radial-gradient(circle, rgba(231, 118, 90, 0.5) 0%, rgba(231, 118, 90, 0) 70%);
  animation: floatOrbOrange 10s ease-in-out infinite alternate;
}

/* Green Glow Orb (Bottom-Left - Original) */
.hero__glow-orb--green {
  bottom: -20%;
  left: -5%;
  width: 65vw;
  height: 65vw;
  background: radial-gradient(circle, rgba(89, 130, 142, 0.55) 0%, rgba(89, 130, 142, 0) 70%);
  animation: floatOrbGreen 11s ease-in-out infinite alternate;
}

/* Center Ambient Glow */
.hero__glow-orb--center {
  top: 25%;
  left: 25%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(212, 70, 83, 0.25) 0%, rgba(212, 70, 83, 0) 70%);
  animation: floatOrbCenter 7s ease-in-out infinite alternate;
}

@keyframes floatOrbPurple {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(14%, 12%, 0) scale(1.1); }
  100% { transform: translate3d(-8%, 8%, 0) scale(0.92); }
}

@keyframes floatOrbPink {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-12%, 14%, 0) scale(0.9); }
  100% { transform: translate3d(8%, -10%, 0) scale(1.08); }
}

@keyframes floatOrbOrange {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(-12%, -14%, 0) scale(1.1); }
  100% { transform: translate3d(10%, 8%, 0) scale(0.92); }
}

@keyframes floatOrbGreen {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  50%  { transform: translate3d(12%, -12%, 0) scale(1.08); }
  100% { transform: translate3d(-8%, -14%, 0) scale(0.94); }
}

@keyframes floatOrbCenter {
  0%   { transform: translate3d(0, 0, 0) scale(0.92); opacity: 0.2; }
  100% { transform: translate3d(8%, 6%, 0) scale(1.15); opacity: 0.38; }
}

.hero__content { position: relative; z-index: 2; padding: 80px 0; }
.hero__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212,70,83,0.15);
  border: 1px solid rgba(212,70,83,0.35);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-orange);
  margin-bottom: 28px;
}
.hero__title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  line-height: 1.08;
  color: var(--cream);
  margin-bottom: 24px;
}
.hero__title .accent { color: var(--brand-pink); font-style: italic; }
.hero__title .accent-warm { color: var(--brand-orange); }
.hero__title .accent-teal { color: var(--brand-green); }
.hero__sub {
  font-size: 1.15rem;
  color: rgba(249,243,238,0.85);
  max-width: 560px;
  margin-bottom: 40px;
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__event-badge {
  position: absolute;
  bottom: 48px; right: 0;
  background: rgba(249,243,238,0.08);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(212,70,83,0.25);
  border-radius: var(--radius-md);
  padding: 20px 28px;
  color: var(--cream);
  max-width: 290px;
}
.hero__event-badge-tag {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-orange); margin-bottom: 8px;
}
.hero__event-badge-title { font-family: var(--font-heading); font-size: 1.1rem; margin-bottom: 4px; }
.hero__event-badge-meta { font-size: 0.82rem; color: rgba(249,243,238,0.7); }

.hero__scroll {
  position: absolute;
  bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  color: rgba(249,243,238,0.5);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  animation: scrollBounce 2s ease-in-out infinite;
}
@keyframes scrollBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ── Stat Strip ── */
.stat-strip {
  background: linear-gradient(135deg, var(--purple-deep), var(--brand-purple));
  padding: 44px 0;
  border-top: 1px solid rgba(212,70,83,0.2);
  border-bottom: 1px solid rgba(231,118,90,0.2);
}
.stat-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.stat-item {
  text-align: center; padding: 20px;
  border-right: 1px solid rgba(255,255,255,0.12);
  color: var(--white);
}
.stat-item:last-child { border-right: none; }
.stat-item__num {
  font-family: var(--font-display);
  font-size: 2.8rem;
  color: var(--brand-orange);
  line-height: 1; margin-bottom: 6px;
}
.stat-item__label {
  font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  opacity: 0.9;
}

/* ── About / Mission Section ── */
.about-section { padding: 100px 0; position: relative; background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-svg-wrap { position: relative; }
.pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 36px; }
.pillar-card {
  background: var(--cream);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid rgba(212,70,83,0.18);
  transition: var(--transition);
  position: relative; overflow: hidden;
}
.pillar-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg, var(--brand-pink), var(--brand-orange));
  border-radius: 4px 0 0 4px;
}
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.pillar-card__icon { width: 42px; height: 42px; margin-bottom: 12px; }
.pillar-card__title { font-size: 0.95rem; font-weight: 700; color: var(--text-dark); margin-bottom: 6px; }
.pillar-card__text { font-size: 0.85rem; color: var(--text-light); line-height: 1.6; }

/* ── Events Section ── */
.events-section { padding: 100px 0; background: var(--cream); position: relative; }
.events-tabs {
  display: flex; gap: 4px;
  background: var(--cream-dark);
  border-radius: 100px; padding: 4px;
  width: fit-content; margin: 36px 0;
}
.events-tab {
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 0.88rem; font-weight: 600;
  color: var(--text-light); transition: var(--transition); cursor: pointer;
}
.events-tab.active {
  background: var(--white); color: var(--text-dark); box-shadow: var(--shadow-sm);
}
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.event-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}
.event-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.event-card__banner { height: 200px; position: relative; overflow: hidden; }
.event-card__body { padding: 24px; }
.event-card__date-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 8px 12px; text-align: center;
  box-shadow: var(--shadow-sm);
}
.event-card__date-day {
  font-family: var(--font-display);
  font-size: 1.6rem; color: var(--brand-pink); line-height: 1;
}
.event-card__date-month {
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-light);
}
.event-card__type {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brand-green); margin-bottom: 8px;
}
.event-card__title {
  font-size: 1.2rem; font-family: var(--font-heading);
  color: var(--text-dark); margin-bottom: 8px;
}
.event-card__meta {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.82rem; color: var(--text-light); margin-bottom: 4px;
}
.event-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--cream-dark);
}
.event-card__price { font-size: 1.05rem; font-weight: 700; color: var(--brand-pink); }

/* ── Artists Section ── */
.artists-section { padding: 100px 0; background: var(--ivory); }
.artists-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 52px; }
.artist-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.artist-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.artist-card__portrait { height: 240px; position: relative; overflow: hidden; }
.artist-card__body { padding: 24px; }
.artist-card__role {
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brand-purple); margin-bottom: 6px;
}
.artist-card__name { font-family: var(--font-heading); font-size: 1.25rem; margin-bottom: 10px; }
.artist-card__bio { font-size: 0.88rem; color: var(--text-light); line-height: 1.65; margin-bottom: 16px; }
.artist-card__craft {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.78rem; font-weight: 600;
  color: var(--brand-pink);
  background: var(--pink-muted);
  padding: 4px 12px; border-radius: 100px;
}

/* ── Gallery Section ── */
.gallery-section { padding: 100px 0; background: var(--purple-deep); }
.gallery-section .section-title { color: var(--cream); }
.gallery-section .section-sub { color: rgba(249,243,238,0.7); }
.gallery-section .section-tag { color: var(--brand-orange); }
.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 180px);
  gap: 12px; margin-top: 48px;
}
.gallery-item {
  border-radius: var(--radius-md);
  overflow: hidden; position: relative;
  cursor: pointer; transition: var(--transition);
}
.gallery-item:hover { transform: scale(1.02); }
.gallery-item:hover .gallery-item__overlay { opacity: 1; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item__overlay {
  position: absolute; inset: 0;
  background: rgba(30,18,64,0.78);
  opacity: 0; transition: var(--transition);
  display: flex; align-items: center;
  justify-content: center;
  color: var(--white); font-size: 1.5rem;
}

/* ── Get Involved / CTA ── */
.cta-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #1E1240 0%, #6A52A6 30%, #D44653 60%, #E7765A 85%, #59828E 100%);
  position: relative; overflow: hidden;
}
.cta-section .section-title { color: var(--cream); }
.cta-section .section-sub { color: rgba(249,243,238,0.75); }
.cta-section .section-tag { color: var(--brand-orange); }
.involve-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.involve-card {
  background: rgba(249,243,238,0.06);
  border: 1px solid rgba(212,70,83,0.25);
  border-radius: var(--radius-lg);
  padding: 36px 28px; text-align: center;
  transition: var(--transition); color: var(--cream);
  backdrop-filter: blur(8px);
}
.involve-card:hover {
  background: rgba(249,243,238,0.12);
  transform: translateY(-4px);
  border-color: var(--brand-orange);
}
.involve-card__icon { width: 64px; height: 64px; margin: 0 auto 20px; }
.involve-card__title { font-family: var(--font-heading); font-size: 1.25rem; margin-bottom: 12px; }
.involve-card__text { font-size: 0.9rem; opacity: 0.8; line-height: 1.65; margin-bottom: 24px; }

/* ── Newsletter Section ── */
.newsletter-section { padding: 80px 0; background: var(--cream-dark); }
.newsletter-box {
  background: linear-gradient(135deg, #D44653 0%, #E7765A 35%, #6A52A6 70%, #59828E 100%);
  border-radius: var(--radius-xl);
  padding: 60px 80px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 48px;
  position: relative; overflow: hidden;
  box-shadow: 0 16px 40px rgba(212,70,83,0.3);
}
.newsletter-box__title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--white); margin-bottom: 8px;
}
.newsletter-box__sub { font-size: 0.95rem; color: rgba(255,255,255,0.85); }
.newsletter-form { display: flex; gap: 12px; flex-shrink: 0; width: 100%; max-width: 440px; }
.newsletter-form input {
  flex: 1; padding: 14px 20px;
  border-radius: 100px; border: none;
  font-family: var(--font-body); font-size: 0.95rem;
  background: rgba(255,255,255,0.95); color: var(--text-dark); outline: none;
}
.newsletter-form input::placeholder { color: var(--text-light); }
.newsletter-form button {
  padding: 14px 26px; border-radius: 100px;
  background: var(--purple-deep); color: var(--white);
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 700;
  white-space: nowrap; transition: var(--transition);
}
.newsletter-form button:hover { background: var(--brand-green); transform: translateY(-2px); }

/* ── Footer ── */
.footer { background: var(--purple-deep); color: var(--cream); padding: 72px 0 0; }
.footer__grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px; padding-bottom: 48px;
  border-bottom: 1px solid rgba(212,70,83,0.15);
}
.footer__brand-name { font-family: var(--font-display); font-size: 1.8rem; margin-bottom: 12px; color: var(--white); }
.footer__brand-desc { font-size: 0.88rem; color: rgba(249,243,238,0.65); line-height: 1.7; max-width: 300px; margin-bottom: 24px; }
.footer__socials { display: flex; gap: 12px; }
.footer__social-link {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(249,243,238,0.1);
  display: flex; align-items: center; justify-content: center;
  transition: var(--transition);
}
.footer__social-link:hover { background: var(--brand-pink); }
.footer__col-title {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-orange); margin-bottom: 20px;
}
.footer__links { display: flex; flex-direction: column; gap: 10px; }
.footer__link { font-size: 0.88rem; color: rgba(249,243,238,0.7); transition: color 0.25s; }
.footer__link:hover { color: var(--brand-orange); }
.footer__bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 0;
  font-size: 0.82rem; color: rgba(249,243,238,0.4);
}

/* ── Page Hero (inner pages) ── */
.page-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #1E1240 0%, #6A52A6 25%, #D44653 50%, #E7765A 75%, #59828E 100%);
  position: relative; overflow: hidden;
}
.page-hero__title { font-size: clamp(2.2rem, 5vw, 4rem); color: var(--cream); margin-bottom: 16px; }
.page-hero__sub { font-size: 1.1rem; color: rgba(249,243,238,0.75); max-width: 560px; }

/* ── Form Styles ── */
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.form-label { font-size: 0.85rem; font-weight: 600; color: var(--text-mid); }
.form-control {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--cream-dark);
  font-family: var(--font-body); font-size: 0.95rem;
  color: var(--text-dark); background: var(--white);
  transition: border-color 0.25s; outline: none;
}
.form-control:focus { border-color: var(--brand-pink); }
textarea.form-control { resize: vertical; min-height: 120px; }
select.form-control { cursor: pointer; }

/* ── Team Cards ── */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.team-card { text-align: center; transition: var(--transition); }
.team-card:hover { transform: translateY(-4px); }
.team-card__avatar { width: 100%; aspect-ratio: 1; border-radius: var(--radius-md); overflow: hidden; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.team-card__name { font-family: var(--font-heading); font-size: 1.05rem; margin-bottom: 4px; }
.team-card__role { font-size: 0.8rem; font-weight: 600; color: var(--brand-pink); text-transform: uppercase; letter-spacing: 0.08em; }

/* ── Scroll Reveal ── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── Loading Overlay & Spinning Pinwheel Animation ── */
.page-loader {
  position: fixed; inset: 0;
  z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  
  /* Vertically Flipped brand color mesh gradient */
  background: 
    radial-gradient(circle at 50% 50%, rgba(253, 244, 248, 0.32) 0%, rgba(212, 70, 83, 0.28) 32%, transparent 65%),
    radial-gradient(circle at 20% 75%, rgba(106, 82, 166, 0.55) 0%, transparent 55%),
    radial-gradient(circle at 80% 70%, rgba(212, 70, 83, 0.48) 0%, transparent 55%),
    radial-gradient(circle at 75% 20%, rgba(231, 118, 90, 0.45) 0%, transparent 55%),
    radial-gradient(circle at 25% 25%, rgba(89, 130, 142, 0.45) 0%, transparent 55%),
    linear-gradient(315deg, #1E1240 0%, #2D1A5C 40%, #1E1240 100%);
}
.page-loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.loader-pinwheel {
  width: 110px;
  height: 110px;
  filter: drop-shadow(0 0 28px rgba(212,70,83,0.75)) drop-shadow(0 0 45px rgba(231,118,90,0.5));
}

.loader-text {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.35em;
  padding-left: 0.35em;
  animation: loaderFadePulse 2s ease-in-out infinite;
}

@keyframes loaderFadePulse {
  0%, 100% { opacity: 0.92; }
  50% { opacity: 0.45; }
}

/* ── Floral Swirl Decorative SVG Accents ── */
/* Used as inline SVG overlays in sections */
.floral-swirl-corner {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .navbar__links, .navbar__cta { display: none; }
  .navbar__hamburger { display: flex; }
  .mobile-nav { display: flex; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .artists-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-masonry { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gallery-item--wide { grid-column: span 1; }
  .gallery-item--tall { grid-row: span 1; }
  .involve-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-box { flex-direction: column; padding: 48px 36px; }
  .newsletter-form { max-width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .hero__event-badge { display: none; }
}
@media (max-width: 640px) {
  .events-grid { grid-template-columns: 1fr; }
  .artists-grid { grid-template-columns: 1fr; }
  .involve-grid { grid-template-columns: 1fr; }
  .gallery-masonry { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .pillar-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .hero__actions { flex-direction: column; }
  .stat-strip__grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Suspended Falling Flower Petals ── */
.falling-flowers-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.falling-flower {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(0, -300px, 0);
  will-change: transform, opacity;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.35));
}

/* Individual Flower Placements & 8 Unique Bezier Pathways (Zero Overlap) */
.falling-flower.flower-1 {
  width: 145px;
  left: 4%;
  animation: floatFall1 27s cubic-bezier(0.37, 0, 0.63, 1) infinite;
  animation-delay: 0s;
}

.falling-flower.flower-2 {
  width: 110px;
  left: 17%;
  animation: floatFall2 33s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: 4.5s;
  filter: blur(1px) drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.falling-flower.flower-3 {
  width: 160px;
  left: 30%;
  animation: floatFall3 29s cubic-bezier(0.33, 1, 0.68, 1) infinite;
  animation-delay: 9s;
}

.falling-flower.flower-4 {
  width: 120px;
  left: 43%;
  animation: floatFall4 35s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  animation-delay: 13.5s;
  filter: blur(0.5px) drop-shadow(0 8px 18px rgba(0,0,0,0.3));
}

.falling-flower.flower-5 {
  width: 135px;
  left: 57%;
  animation: floatFall5 31s cubic-bezier(0.45, 0, 0.55, 1) infinite;
  animation-delay: 18s;
}

.falling-flower.flower-6 {
  width: 150px;
  left: 70%;
  animation: floatFall6 37s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
  animation-delay: 22.5s;
}

.falling-flower.flower-7 {
  width: 100px;
  left: 83%;
  animation: floatFall7 26s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation-delay: 11s;
  filter: blur(1.5px) opacity(0.65);
}

.falling-flower.flower-8 {
  width: 125px;
  left: 94%;
  animation: floatFall8 32s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation-delay: 16s;
  filter: blur(0.8px) opacity(0.75);
}

/* 8 Completely Unique Bezier Trajectory Pathways */
@keyframes floatFall1 {
  0% { transform: translate3d(0, -220px, 0) rotate(0deg) scale(0.9); opacity: 0; }
  15% { opacity: 0.85; }
  50% { transform: translate3d(65px, 48vh, 0) rotate(140deg) scale(1.05); opacity: 0.9; }
  85% { opacity: 0.85; }
  100% { transform: translate3d(-20px, 115vh, 0) rotate(320deg) scale(0.9); opacity: 0; }
}

@keyframes floatFall2 {
  0% { transform: translate3d(0, -240px, 0) rotate(0deg) scale(1); opacity: 0; }
  20% { opacity: 0.8; }
  50% { transform: translate3d(-70px, 54vh, 0) rotate(-190deg) scale(0.92); opacity: 0.85; }
  80% { opacity: 0.8; }
  100% { transform: translate3d(40px, 118vh, 0) rotate(-370deg) scale(1); opacity: 0; }
}

@keyframes floatFall3 {
  0% { transform: translate3d(0, -200px, 0) rotate(0deg) scale(0.85); opacity: 0; }
  15% { opacity: 0.78; }
  50% { transform: translate3d(45px, 52vh, 0) rotate(210deg) scale(1); opacity: 0.88; }
  85% { opacity: 0.78; }
  100% { transform: translate3d(-55px, 112vh, 0) rotate(410deg) scale(0.85); opacity: 0; }
}

@keyframes floatFall4 {
  0% { transform: translate3d(0, -260px, 0) rotate(0deg) scale(0.95); opacity: 0; }
  20% { opacity: 0.82; }
  50% { transform: translate3d(-35px, 46vh, 0) rotate(-130deg) scale(1.02); opacity: 0.9; }
  80% { opacity: 0.82; }
  100% { transform: translate3d(60px, 116vh, 0) rotate(-310deg) scale(0.95); opacity: 0; }
}

@keyframes floatFall5 {
  0% { transform: translate3d(0, -230px, 0) rotate(0deg) scale(0.92); opacity: 0; }
  18% { opacity: 0.85; }
  50% { transform: translate3d(80px, 56vh, 0) rotate(175deg) scale(1.08); opacity: 0.92; }
  82% { opacity: 0.85; }
  100% { transform: translate3d(-40px, 114vh, 0) rotate(350deg) scale(0.92); opacity: 0; }
}

@keyframes floatFall6 {
  0% { transform: translate3d(0, -250px, 0) rotate(0deg) scale(0.88); opacity: 0; }
  22% { opacity: 0.8; }
  50% { transform: translate3d(-85px, 50vh, 0) rotate(-220deg) scale(0.98); opacity: 0.86; }
  78% { opacity: 0.8; }
  100% { transform: translate3d(30px, 117vh, 0) rotate(-400deg) scale(0.88); opacity: 0; }
}

@keyframes floatFall7 {
  0% { transform: translate3d(0, -210px, 0) rotate(0deg) scale(0.82); opacity: 0; }
  16% { opacity: 0.72; }
  50% { transform: translate3d(55px, 58vh, 0) rotate(155deg) scale(0.95); opacity: 0.82; }
  84% { opacity: 0.72; }
  100% { transform: translate3d(-60px, 113vh, 0) rotate(330deg) scale(0.82); opacity: 0; }
}

@keyframes floatFall8 {
  0% { transform: translate3d(0, -270px, 0) rotate(0deg) scale(0.96); opacity: 0; }
  24% { opacity: 0.84; }
  50% { transform: translate3d(-50px, 44vh, 0) rotate(-165deg) scale(1.04); opacity: 0.9; }
  76% { opacity: 0.84; }
  100% { transform: translate3d(70px, 119vh, 0) rotate(-350deg) scale(0.96); opacity: 0; }
}

@media (max-width: 768px) {
  .falling-flower { width: 80px !important; }
}

/* Omit border from photo placeholder once picture has been added */
.spotlight-photo.has-photo,
.spotlight-photo:has(img),
.member-photo-placeholder.has-photo,
.member-photo-placeholder:has(img) {
  border: none !important;
  padding: 0 !important;
  overflow: hidden !important;
}
