/* ── TOKENS ── */
:root {
  --teal:       #2ABFBF;
  --teal-light: #D4F5EF;
  --teal-pale:  #EEF9F9;
  --sun:        #F5A623;
  --sun-light:  #FFF3D6;
  --navy:       #1A2E4A;
  --rose:       #F76E6E;
  --rose-light: #FFE8E8;
  --cream:      #FFFCF5;
  --soft-grey:  #F4F7F9;
  --body:       #4d6478;
}
#banner img {
display: none;
}
#content .section {
    padding-top: 0;
    max-width: 100%;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  color: var(--body);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* ── SHARED ── */
.nl { max-width: 100%; overflow: hidden; }
section { padding: 88px 72px; position: relative; overflow: hidden; }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; padding: 7px 18px; border-radius: 100px; margin-bottom: 18px;
}
.badge--teal  { background: var(--teal-light); color: var(--teal); }
.badge--sun   { background: var(--sun-light);  color: #b07000; }
.badge--rose  { background: var(--rose-light); color: var(--rose); }
.badge--navy  { background: rgba(26,46,74,0.1); color: var(--navy); }
.badge--white { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.24); color: #fff; }

.section-title {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: clamp(28px, 3.8vw, 48px); font-weight: 800;
  line-height: 1.12; margin-bottom: 18px; color: var(--navy);
}
.section-title .at { color: var(--teal); }
.section-title .as { color: var(--sun); }
.section-title .ar { color: var(--rose); }

.x-row { display: flex; gap: 14px; align-items: center; margin: 8px 0; }
.xm { font-size: 15px; font-weight: 800; opacity: 0.28; }
.xm.t { color: var(--teal); }
.xm.s { color: var(--sun); }
.xm.r { color: var(--rose); }

.inner { max-width: 1358px; margin: 0 auto; position: relative; z-index: 1; }
.sec-head { text-align: center; margin-bottom: 52px; }

/* ══════════════════════════════════════════ HERO ══════════════════════════════════════════ */
.hero {  display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 0; background:#EEF9F9; }
.hero-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-ring.r1 { width: 700px; height: 700px; border: 88px solid rgba(42,191,191,0.06); top: -220px; right: -180px; animation: nlSpin 40s linear infinite; }
.hero-ring.r2 { width: 380px; height: 380px; background: rgba(245,166,35,0.07); bottom: -140px; left: -40px; animation: nlMorph 12s ease-in-out infinite; }
.hero-ring.r3 { width: 160px; height: 160px; background: rgba(42,191,191,0.07); top: 70px; left: 42%; animation: nlMorph 9s 1s ease-in-out infinite; }
.hero-ring.r4 { width: 90px;  height: 90px;  border: 2px dashed rgba(42,191,191,0.22); bottom: 14%; left: 36%; animation: nlSpin 18s linear infinite reverse; }
.hero::before { content: ''; position: absolute; inset: 0; background-size: 34px 34px; pointer-events: none; z-index: 0; }

.hero-left { padding: 80px 52px 80px 72px; position: relative; z-index: 2; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(42,191,191,0.16); border: 1.5px solid rgba(42,191,191,0.32); color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 8px 20px; border-radius: 100px; margin-bottom: 28px; animation: nlPopIn 0.6s ease both; }
.hero-tag-star { font-size: 13px; }
.hero-headline { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: clamp(44px, 5.8vw, 76px); line-height: 1.05; font-weight: 800; color: var(--navy); margin-bottom: 6px; animation: nlSlideUp 0.7s 0.1s ease both; }
.hero-headline .h-may { color: var(--sun); }
.hero-headline .h-jun { color: var(--teal); }
.hero-issue { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: clamp(13px, 1.5vw, 17px); font-weight: 700; color: var(--navy); letter-spacing: 4px; text-transform: uppercase; margin-bottom: 28px; opacity: 0.7; animation: nlSlideUp 0.7s 0.16s ease both; }
.hero-sub { font-size: 17px; color: var(--body); line-height: 1.82; max-width: 440px; margin-bottom: 40px; animation: nlSlideUp 0.7s 0.22s ease both; }
.hero-chips { display: flex; gap: 10px; flex-wrap: wrap; animation: nlSlideUp 0.7s 0.3s ease both; }
.hero-chip { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid rgba(26,46,74,0.08); box-shadow: 0 4px 14px rgba(26,46,74,0.05); border-radius: 100px; padding: 9px 16px; }
.hero-chip-icon { font-size: 17px; }
.hero-chip-label { font-size: 13px; font-weight: 700; color: var(--navy); }

.hero-right { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 60px 40px; }
.hrc { position: relative; width: 400px; height: 440px; }
.hrc-main { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #1da0a0); top: 70px; left: 50px; box-shadow: 0 28px 72px rgba(42,191,191,0.4); display: flex; align-items: center; justify-content: center; font-size: 96px; animation: nlFloat 5s ease-in-out infinite; }
.hrc-sun { position: absolute; width: 90px; height: 90px; border-radius: 50%; background: var(--sun); top: 10px; right: 30px; box-shadow: 0 10px 28px rgba(245,166,35,0.44); animation: nlFloat 4s 0.5s ease-in-out infinite; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.hrc-rose { position: absolute; width: 60px; height: 60px; border-radius: 50%; background: var(--rose); bottom: 68px; left: 10px; box-shadow: 0 8px 22px rgba(247,110,110,0.38); animation: nlFloat 6s 1s ease-in-out infinite; }
.hrc-ring-sm { position: absolute; width: 130px; height: 130px; border: 3px dashed rgba(255,255,255,0.5); border-radius: 50%; bottom: 20px; right: 20px; animation: nlSpin 14s linear infinite; }
.hrc-card { position: absolute; background: #fff; border-radius: 22px; padding: 16px 20px; box-shadow: 0 16px 44px rgba(0,0,0,0.14); }
.hrc-card.top { top: 0; left: 0; width: 176px; animation: nlFloat 4.5s 0.3s ease-in-out infinite; }
.hrc-card.btm { bottom: 0; right: 0; width: 172px; animation: nlFloat 4.8s 0.8s ease-in-out infinite; }
.hrc-card-icon { font-size: 24px; margin-bottom: 5px; }
.hrc-card-lbl { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); }
.hrc-card-val { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); line-height: 1.1; }
.hrc-card-sub { font-size: 11px; color: #aaa; margin-top: 2px; }
.hrc-x { position: absolute; font-size: 16px; font-weight: 800; opacity: 0.45; line-height: 1; }
.hrc-x.x1 { color: var(--sun); bottom: 120px; right: 14px; }
.hrc-x.x2 { color: #fff; top: 36px; right: 118px; font-size: 12px; }
.hrc-x.x3 { color: var(--rose); bottom: 30px; left: 134px; }

/* ══════════════════════════════════════════ LEADERSHIP LETTERS ══════════════════════════════════════════ */
.letters-sec { background: var(--navy); }
.let-deco { position: absolute; border-radius: 50%; pointer-events: none; }
.let-deco.d1 { width: 380px; height: 380px; border: 48px solid rgba(42,191,191,0.07); top: -110px; left: -100px; }
.let-deco.d2 { width: 220px; height: 220px; background: rgba(245,166,35,0.05); bottom: -70px; right: 6%; }
.letters-head { text-align: center; margin-bottom: 48px; }
.letters-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.letter-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 26px; padding: 34px 32px; position: relative; overflow: hidden; }
.letter-card::before { content: '201C'; position: absolute; top: 6px; right: 24px; font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 90px; color: rgba(42,191,191,0.18); line-height: 1; }
.letter-head { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.letter-av { width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; flex-shrink: 0; font-family: 'Baloo Bhaijaan 2', sans-serif; font-weight: 800; color: #fff; }
.letter-card:nth-child(1) .letter-av { background: linear-gradient(135deg, var(--teal), #1da0a0); box-shadow: 0 4px 16px rgba(42,191,191,0.35); }
.letter-card:nth-child(2) .letter-av { background: linear-gradient(135deg, var(--sun), #e08e00); box-shadow: 0 4px 16px rgba(245,166,35,0.35); }
.letter-name { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 18px; font-weight: 800; color: #fff; line-height: 1.1; }
.letter-role { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }
.letter-body { color: rgba(255,255,255,0.7); font-size: 14.5px; line-height: 1.85; position: relative; z-index: 1; }
.letter-body p + p { margin-top: 13px; }
.letter-body .lead { color: #fff; font-weight: 700; }

/* ══════════════════════════════════════════ ROOM ROUND-UP ══════════════════════════════════════════ */
.rooms-sec { background: var(--soft-grey); }
.rooms-blob { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: var(--teal-light); top: -220px; left: 50%; transform: translateX(-50%); opacity: 0.4; pointer-events: none; }
.rooms-intro { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.rooms-intro p { font-size: 15.5px; color: var(--body); line-height: 1.85; margin-top: 8px; }
.rooms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.room-card { background: #fff; border-radius: 24px; padding: 28px 26px 26px; box-shadow: 0 4px 20px rgba(26,46,74,0.06); border-top: 4px solid transparent; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.room-card:hover { transform: translateY(-7px); box-shadow: 0 20px 46px rgba(26,46,74,0.12); }
.room-card:nth-child(6n+1) { border-top-color: var(--teal); }
.room-card:nth-child(6n+2) { border-top-color: var(--sun); }
.room-card:nth-child(6n+3) { border-top-color: var(--rose); }
.room-card:nth-child(6n+4) { border-top-color: var(--navy); }
.room-card:nth-child(6n+5) { border-top-color: var(--teal); }
.room-card:nth-child(6n+6) { border-top-color: var(--sun); }
.room-icon { width: 52px; height: 52px; border-radius: 15px; display: flex; align-items: center; justify-content: center; font-size: 25px; margin-bottom: 14px; transition: transform 0.3s cubic-bezier(.22,.68,0,1.5); }
.room-card:hover .room-icon { transform: scale(1.12) rotate(-5deg); }
.room-card:nth-child(6n+1) .room-icon { background: var(--teal-light); }
.room-card:nth-child(6n+2) .room-icon { background: var(--sun-light); }
.room-card:nth-child(6n+3) .room-icon { background: var(--rose-light); }
.room-card:nth-child(6n+4) .room-icon { background: var(--teal-pale); }
.room-card:nth-child(6n+5) .room-icon { background: var(--teal-light); }
.room-card:nth-child(6n+6) .room-icon { background: var(--sun-light); }
.room-name { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 19px; font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.room-body { font-size: 13.5px; color: var(--body); line-height: 1.75; }

/* coming-soon banner */
.coming { margin-top: 26px; background: linear-gradient(135deg, var(--teal) 0%, #1da0a0 100%); border-radius: 26px; padding: 34px 38px; display: flex; align-items: center; gap: 26px; position: relative; overflow: hidden; }
.coming::before { content: ''; position: absolute; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.08); top: -70px; right: -40px; animation: nlMorph 10s ease-in-out infinite; }
.coming::after { content: ''; position: absolute; width: 90px; height: 90px; border: 2px dashed rgba(255,255,255,0.18); border-radius: 50%; bottom: -20px; left: 30%; animation: nlSpin 16s linear infinite; }
.coming-icon { width: 72px; height: 72px; border-radius: 20px; background: rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; font-size: 36px; flex-shrink: 0; position: relative; z-index: 1; }
.coming-txt { position: relative; z-index: 1; }
.coming-kicker { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-bottom: 5px; }
.coming-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.coming-body { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.7; max-width: 720px; }

/* ══════════════════════════════════════════ IMPORTANT UPDATES ══════════════════════════════════════════ */
.updates-sec { background: var(--cream); }
.upd-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.upd-ring.u1 { width: 400px; height: 400px; background: radial-gradient(ellipse, rgba(245,166,35,0.07) 0%, transparent 68%); top: -120px; right: -90px; }
.upd-ring.u2 { width: 280px; height: 280px; background: radial-gradient(ellipse, rgba(42,191,191,0.07) 0%, transparent 68%); bottom: -80px; left: -60px; }
.updates-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.update-card { background: #fff; border-radius: 26px; overflow: hidden; box-shadow: 0 4px 20px rgba(26,46,74,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.update-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(26,46,74,0.12); }
.update-bar { height: 5px; }
.update-card.sun .update-bar { background: linear-gradient(to right, var(--sun), #ffc056); }
.update-card.teal .update-bar { background: linear-gradient(to right, var(--teal), #5dd5d5); }
.update-in { padding: 28px 30px 26px; }
.update-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.update-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.update-card.sun .update-icon { background: var(--sun-light); }
.update-card.teal .update-icon { background: var(--teal-light); }
.update-kicker { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 3px; }
.update-card.sun .update-kicker { color: #b07000; }
.update-card.teal .update-kicker { color: var(--teal); }
.update-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1.2; }
.update-text { font-size: 14px; color: var(--body); line-height: 1.85; }
.update-text p + p { margin-top: 11px; }
.update-text strong { color: var(--navy); font-weight: 700; }

/* ══════════════════════════════════════════ FRIDAY NIGHT FREEDOM RECAP ══════════════════════════════════════════ */
.fnf-sec { background: var(--navy); }
.fnf-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.fnf-ring.f1 { width: 480px; height: 480px; border: 60px solid rgba(42,191,191,0.06); top: -170px; right: -140px; animation: nlSpin 38s linear infinite; }
.fnf-ring.f2 { width: 220px; height: 220px; background: rgba(245,166,35,0.06); bottom: -80px; left: 4%; }
.fnf-head { text-align: center; margin-bottom: 20px; }
.fnf-lead { text-align: center; color: rgba(255,255,255,0.62); font-size: 16px; line-height: 1.8; max-width: 620px; margin: 0 auto 46px; }
.tcards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 44px; }
.tcard { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 32px 30px; position: relative; }
.tcard-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.tcard-star { color: var(--sun); font-size: 17px; }
.tcard-body { color: rgba(255,255,255,0.78); font-size: 14.5px; line-height: 1.85; font-style: italic; margin-bottom: 18px; }
.tcard-by { display: flex; align-items: center; gap: 10px; }
.tcard-by-dot { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), #1da0a0); display: flex; align-items: center; justify-content: center; font-size: 15px; }
.tcard-by-name { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 14px; font-weight: 800; color: #fff; }
.fnf-gallery-title { text-align: center; font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.fnf-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.snap { min-height: 150px; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.06); border: 1px dashed rgba(255,255,255,0.28); display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,0.75); text-align: center; padding: 10px; }
.snap-emoji { font-size: 28px; margin-bottom: 6px; }
.snap-cap { font-size: 16px; font-weight: 700; line-height: 1.3; }
.snap img { width: 100%; height: 100%; object-fit: cover; }

/* ══════════════════════════════════════════ EXCURSION — SPOT ══════════════════════════════════════════ */
.exc-sec { background: var(--teal); }
.exc-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.exc-ring.e1 { width: 560px; height: 560px; border: 65px solid rgba(255,255,255,0.07); top: -200px; left: -170px; animation: nlSpin 36s linear infinite; }
.exc-ring.e2 { width: 280px; height: 280px; border: 32px solid rgba(255,255,255,0.06); bottom: -100px; right: -60px; }
.exc-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: start; }
.exc-snaps-head { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.exc-snaps { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.exc-snap { min-height: 150px; border-radius: 18px; overflow: hidden; background: rgba(255,255,255,0.16); border: 1px dashed rgba(255,255,255,0.4); display: flex; flex-direction: column; align-items: center; justify-content: center; color: rgba(255,255,255,0.9); text-align: center; padding: 10px; }
.exc-snap img { width: 100%; height: 100%; object-fit: cover; }
.exc-story-card { background: #fff; border-radius: 28px; padding: 36px 34px; box-shadow: 0 20px 52px rgba(26,46,74,0.16); }
.exc-story-card .badge { margin-bottom: 14px; }
.exc-story-card .section-title { font-size: clamp(24px, 2.8vw, 32px); margin-bottom: 6px; }
.exc-sub { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 14px; font-weight: 700; color: var(--teal); letter-spacing: 1px; margin-bottom: 16px; }
.exc-body { font-size: 14.5px; color: var(--body); line-height: 1.9; }
.exc-body p + p { margin-top: 14px; }
.exc-careers { margin-top: 20px; background: var(--sun-light); border-left: 4px solid var(--sun); border-radius: 12px; padding: 16px 18px; }
.exc-careers-t { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 14px; font-weight: 800; color: #a06600; margin-bottom: 5px; display: flex; align-items: center; gap: 7px; }
.exc-careers-b { font-size: 13.5px; color: var(--body); line-height: 1.7; }

/* ══════════════════════════════════════════ RECRUITMENT ══════════════════════════════════════════ */
.recruit-sec { background: var(--cream); }
.recruit-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.recruit-ring.r1 { width: 360px; height: 360px; background: radial-gradient(ellipse, rgba(42,191,191,0.08) 0%, transparent 68%); top: -110px; left: -70px; }
.recruit-banner { max-width: 900px; margin: 0 auto; background: linear-gradient(135deg, var(--sun) 0%, #e79200 100%); border-radius: 30px; padding: 52px 48px; text-align: center; position: relative; overflow: hidden; }
.recruit-banner::before { content: ''; position: absolute; width: 240px; height: 240px; border-radius: 50%; background: rgba(255,255,255,0.1); top: -90px; right: -60px; animation: nlMorph 11s ease-in-out infinite; }
.recruit-banner::after { content: ''; position: absolute; width: 120px; height: 120px; border: 2px dashed rgba(255,255,255,0.24); border-radius: 50%; bottom: -40px; left: -20px; animation: nlSpin 18s linear infinite; }
.recruit-in { position: relative; z-index: 1; }
.recruit-badge { display: inline-block; background: rgba(255,255,255,0.22); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 7px 18px; border-radius: 100px; margin-bottom: 18px; }
.recruit-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: clamp(26px, 3.6vw, 40px); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 14px; }
.recruit-body { color: rgba(255,255,255,0.92); font-size: 16px; line-height: 1.8; max-width: 560px; margin: 0 auto 28px; }
.recruit-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.recruit-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--navy); font-family: 'Baloo Bhaijaan 2', sans-serif; font-weight: 800; font-size: 15px; padding: 13px 26px; border-radius: 100px; box-shadow: 0 10px 26px rgba(26,46,74,0.18); transition: transform 0.2s, box-shadow 0.2s; }
.recruit-btn.ghost { background: rgba(255,255,255,0.14); color: #fff; border: 1px solid rgba(255,255,255,0.4); box-shadow: none; }
.recruit-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(26,46,74,0.24); }

/* ══════════════════════════════════════════ CLOSING ══════════════════════════════════════════ */
.closing-sec { background: var(--navy); text-align: center; padding: 116px 60px; }
.close-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.close-ring.cr1 { width: 600px; height: 600px; border: 78px solid rgba(42,191,191,0.06); top: -210px; left: -160px; animation: nlSpin 44s linear infinite; }
.close-ring.cr2 { width: 380px; height: 380px; border: 48px solid rgba(245,166,35,0.07); bottom: -150px; right: -90px; }
.close-ring.cr3 { width: 200px; height: 200px; background: rgba(42,191,191,0.05); top: 30%; right: 4%; animation: nlMorph 11s ease-in-out infinite; }
.close-dots { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; z-index: 0; }
.close-inner { position: relative; z-index: 2; }
.close-emoji { font-size: 54px; display: block; margin-bottom: 18px; }
.close-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(245,166,35,0.16); border: 1px solid rgba(245,166,35,0.28); color: var(--sun); font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 8px 20px; border-radius: 100px; margin-bottom: 24px; }
.close-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); animation: nlBlink 1.5s ease-in-out infinite; }
.close-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: clamp(32px, 5vw, 60px); font-weight: 800; color: #fff; line-height: 1.1; max-width: 760px; margin: 0 auto 18px; }
.close-title .act { color: var(--sun); }
.close-title .act2 { color: var(--teal); }
.close-sub { font-size: 17px; color: rgba(255,255,255,0.5); max-width: 480px; margin: 0 auto 48px; line-height: 1.8; }
.contact-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.contact-pill { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 100px; padding: 13px 24px; color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 600; transition: background 0.2s, color 0.2s; }
.contact-pill:hover { background: rgba(255,255,255,0.15); color: #fff; }
.pill-icon { font-size: 16px; }

/* ══════════════════════════════════════════ KEYFRAMES ══════════════════════════════════════════ */
@keyframes nlPopIn    { from { opacity:0; transform:scale(0.8); }     to { opacity:1; transform:scale(1); } }
@keyframes nlSlideUp  { from { opacity:0; transform:translateY(26px);} to { opacity:1; transform:translateY(0); } }
@keyframes nlFloat    { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-12px); } }
@keyframes nlSpin     { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
@keyframes nlMorph    { 0%,100% { border-radius:60% 40% 55% 45%/50% 60% 40% 50%; } 50% { border-radius:40% 60% 45% 55%/60% 40% 60% 40%; } }
@keyframes nlBlink    { 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }
.reveal { animation: nlSlideUp 0.7s ease both; }
.reveal-d1 { animation-delay: 0.1s; }
.reveal-d2 { animation-delay: 0.2s; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; scroll-behavior: auto !important; } }

/* ══════════════════════════════════════════ RESPONSIVE ══════════════════════════════════════════ */
@media (max-width: 1024px) {
  section { padding: 70px 40px; }
  .letters-grid, .updates-grid, .tcards, .exc-grid { grid-template-columns: 1fr; gap: 24px; }
  .rooms-grid { grid-template-columns: 1fr 1fr; }
  .fnf-gallery { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  section { padding: 58px 28px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { display: none; }
  .hero-left { padding: 68px 28px 58px; }
  .rooms-grid { grid-template-columns: 1fr; }
  .coming { flex-direction: column; text-align: center; }
  .closing-sec { padding: 80px 28px; }
}
@media (max-width: 520px) {
  section { padding: 48px 18px; }
  .hero-left { padding: 52px 18px 44px; }
  .exc-snaps, .fnf-gallery { grid-template-columns: 1fr; }
  .contact-pills, .recruit-btns { flex-direction: column; align-items: center; }
  .exc-story-card, .letter-card, .tcard { padding: 26px 22px; }
  .recruit-banner { padding: 40px 24px; }
  .section-title { font-size: 26px; }
}