:root {
  --navy: #003c78;
  --navy-2: #0b2148;
  --blue: #0d5ea6;
  --gold: #d6a327;
  --gold-2: #f3d37a;
  --green: #2d641f;
  --green-2: #507b36;
  --cream: #fbf8ef;
  --cream-2: #f4efe2;
  --ink: #14213d;
  --muted: #687386;
  --line: rgba(20, 33, 61, .12);
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0, 30, 72, .14);
  --shadow-soft: 0 12px 30px rgba(0, 30, 72, .08);
  --radius: 24px;
  --font-scale: 1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family:sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #fff 0%, var(--cream) 44%, #fff 100%);
  font-size: calc(1rem * var(--font-scale));
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }

h1, h2, h3, h4, h5, .display-title, .section-title, .brand-title {
  font-family:sans-serif;;
  letter-spacing: 0;
  color: var(--navy-2);
  line-height: 1.05;
}

a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--green); }
img { max-width: 100%; height: auto; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 16px;
  z-index: 2000;
  background: var(--navy);
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
}
.skip-link:focus { left: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(16px);
  box-shadow: 0 10px 30px rgba(0, 37, 90, .08);
  border-bottom: 1px solid rgba(0, 60, 120, .08);
}
.navbar { padding-top: .55rem; padding-bottom: .55rem; }
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}
.brand-logo-card {
  width: 96px;
  height: 92px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: #fff;
  /* border: 1px solid rgba(214, 163, 39, .45); */
  border-radius: 18px;
  /* box-shadow: 0 10px 24px rgba(0, 60, 120, .12); */
  padding: 7px;
}
.brand-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-title {
  font-size: 1.18rem;
  color: var(--navy);
  font-weight: 700;
  white-space: nowrap;
}
.brand-subtitle {
  font-size: .75rem;
  color: var(--green);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
}
.nav-link {
  font-weight: 800;
  font-size: .93rem;
  letter-spacing: .015em;
  color: var(--navy-2) !important;
  padding: .65rem .7rem !important;
  border-radius: 999px;
}
.nav-link:hover, .nav-link:focus { background: rgba(214, 163, 39, .13); color: var(--navy) !important; }
.nav-cta {
  background: var(--navy);
  color: #fff !important;
  padding-inline: 1.05rem !important;
  box-shadow: 0 10px 22px rgba(0, 60, 120, .22);
}
.nav-cta:hover { background: var(--green); color: #fff !important; }
.accessibility-controls {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  margin-left: .5rem;
}
.accessibility-controls button {
  min-width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  color: var(--navy);
  background: transparent;
}
.accessibility-controls button:hover,
.accessibility-controls button:focus { background: #fff; outline: 2px solid rgba(214, 163, 39, .28); }

.btn-jaina, .btn-jaina-outline, .btn-jaina-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border-radius: 999px;
  min-height: 48px;
  padding: .8rem 1.35rem;
  font-weight: 900;
  letter-spacing: .015em;
  border: 2px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn-jaina:hover, .btn-jaina-outline:hover, .btn-jaina-gold:hover { transform: translateY(-2px); }
.btn-jaina { color: #fff; background: var(--navy); box-shadow: 0 16px 32px rgba(0,60,120,.24); }
.btn-jaina:hover { color: #fff; background: var(--green); }
.btn-jaina-outline { color: var(--navy); background: rgba(255,255,255,.7); border-color: rgba(0,60,120,.22); }
.btn-jaina-outline:hover { color: var(--navy); background: #fff; box-shadow: var(--shadow-soft); }
.btn-jaina-gold { color: var(--navy-2); background: linear-gradient(135deg, var(--gold), var(--gold-2)); box-shadow: 0 16px 32px rgba(214,163,39,.28); }
.btn-jaina-gold:hover { color: var(--navy); filter: saturate(1.08); }

.section-padding { padding: 90px 0; }
.section-padding-sm { padding: 70px 0; }
.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
  font-size: .77rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  margin-bottom: 18px;
}
.section-title.small { font-size: clamp(1.9rem, 4vw, 3.3rem); }
.section-lead {
  color: var(--muted);
  font-size: clamp(1.03rem, 1.5vw, 1.2rem);
  max-width: 760px;
}
.gold-rule {
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--green));
  margin: 18px 0 22px;
}
.text-muted-strong { color: var(--muted); }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
  background:
    radial-gradient(circle at 12% 10%, rgba(214, 163, 39, .22), transparent 36%),
    radial-gradient(circle at 86% 20%, rgba(45, 100, 31, .17), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f9f4e8 54%, #eff5ea 100%);
}
.hero::before {
  content: "JAINA 2027";
  position: absolute;
  right: -3vw;
  top: 6vh;
  font-family:sans-serif;
  font-size: clamp(5rem, 14vw, 15rem);
  font-weight: 900;
  letter-spacing: -.08em;
  color: rgba(0, 60, 120, .045);
  white-space: nowrap;
  pointer-events: none;
}
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: var(--green);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .82rem;
  margin-bottom: 18px;
}
.hero-kicker::before { content: ""; width: 32px; height: 2px; background: var(--gold); }
.hero-title {
  font-size: clamp(3rem, 7vw, 6.8rem);
  max-width: 820px;
  margin-bottom: 22px;
}
.hero-title .accent { color: var(--green); }
.hero-lead { max-width: 650px; font-size: clamp(1.08rem, 1.7vw, 1.35rem); color: #43506a; }
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 32px;
}
.meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(0,60,120,.12);
  border-radius: 999px;
  padding: 10px 16px;
  box-shadow: 0 10px 28px rgba(0, 37, 90, .07);
  font-weight: 900;
  color: var(--navy-2);
}
.meta-pill i { color: var(--gold); }
.hero-art {
  position: relative;
  min-height: 620px;
}
.hero-logo-feature {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 4%;
  width: min(46vw, 320px);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(214,163,39,.42);
  border-radius: 34px;
  padding: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.hero-logo-feature img { filter: drop-shadow(0 12px 18px rgba(0, 37, 90, .16)); }
.photo-stack {
  position: absolute;
  inset: 130px 0 0 0;
}
.stack-photo {
  position: absolute;
  border: 10px solid #fff;
  border-bottom-width: 34px;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 37, 90, .18);
  background: #fff;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.stack-photo.one { width: 58%; left: 1%; top: 45px; transform: rotate(-7deg); }
.stack-photo.two { width: 48%; right: 0; top: 170px; transform: rotate(6deg); }
.stack-photo.three { width: 44%; left: 20%; bottom: 0; transform: rotate(3deg); }
.date-card {
  position: absolute;
  left: 0;
  bottom: 54px;
  z-index: 4;
  background: var(--navy);
  color: #fff;
  border-radius: 26px;
  padding: 22px 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.25);
}
.date-card .big-date { font-family:sans-serif; font-size: 2.2rem; line-height: 1; color: #fff; }
.date-card span { color: var(--gold-2); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }

.stat-strip {
  position: relative;
  margin-top: -24px;
  z-index: 5;
}
.stat-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  overflow: hidden;
  margin-bottom: 50px;
}
.stat-item {
  padding: 30px;
  border-right: 1px solid var(--line);
  min-height: 100%;
}
.stat-item:last-child { border-right: 0; }
.stat-number {
  display: block;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1;
  font-family:sans-serif;
}
.stat-label { color: var(--muted); font-weight: 800; margin-top: 8px; }

.quote-section { background: var(--navy-2); color: #fff; position: relative; overflow: hidden; }
.quote-section::before,
.quote-section::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: .1;
}
.quote-section::before { width: 320px; height: 320px; background: var(--cream); left: -110px; top: -150px; }
.quote-section::after { width: 420px; height: 420px; border: 2px solid rgba(255,255,255,.15); right: -170px; bottom: -190px; }
.quote-card { position: relative; z-index: 2; }
.quote-mark { color: var(--gold); font-size: 6rem; line-height: .6; font-family:sans-serif; }
.quote-text { color: #fff; font-size: clamp(1.45rem, 3vw, 2.55rem); font-family: sans-serif; line-height: 1.28; }

.schedule-section { background: linear-gradient(180deg, var(--navy-2), var(--navy)); color: #fff; }
.schedule-section .section-title, .schedule-section .section-lead { color: #fff; }
.schedule-tabs { margin-top: 34px; }
.day-card {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .16);
}
.day-card:hover { background: rgba(255,255,255,.11); }
.day-flag { color: var(--gold-2); font-weight: 900; letter-spacing: .18em; text-transform: uppercase; font-size: .77rem; }
.day-title { color: #fff; font-size: 1.75rem; margin: 4px 0 4px; }
.day-date { color: rgba(255,255,255,.74); font-weight: 800; margin-bottom: 18px; }
.event-row {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.13);
}
.event-time { color: var(--gold-2); font-weight: 900; font-size: .9rem; line-height: 1.2; }
.event-name { color: #fff; font-weight: 800; line-height: 1.32; }
.event-type { display: inline-block; margin-top: 5px; color: rgba(255,255,255,.65); font-size: .82rem; font-weight: 800; }
.schedule-note { color: rgba(255,255,255,.68); margin-top: 22px; font-size: .95rem; }

.card-lift {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
}
.card-lift:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.program-card { padding: 28px; position: relative; overflow: hidden; }
.program-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(214,163,39,.2), rgba(45,100,31,.12));
  color: var(--navy);
  font-size: 1.35rem;
  margin-bottom: 18px;
}
.program-card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.program-card p { color: var(--muted); margin-bottom: 18px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  position: relative;
  padding-left: 26px;
  margin: 8px 0;
  color: #41506a;
  font-weight: 650;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 900;
}

.speaker-section { background: linear-gradient(180deg, var(--cream), #fff); }
.speaker-card {
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.speaker-media {
  min-height: 340px;
  background: linear-gradient(135deg, rgba(0,60,120,.08), rgba(214,163,39,.18));
  position: relative;
}
.speaker-media img {
  width: 100%; height: 100%; object-fit: cover; min-height: 340px;
}
.announcement-card {
  background: var(--navy);
  color: #fff;
  border-radius: 24px;
  padding: 28px;
  height: 100%;
}
.announcement-card h3 { color: #fff; font-size: 1.7rem; }
.announcement-card p { color: rgba(255,255,255,.78); }
.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(214,163,39,.14);
  color: var(--navy);
  border: 1px solid rgba(214,163,39,.26);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
  font-size: .85rem;
}

.travel-card { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; }
.travel-card img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.feature-pill {
  padding: 14px 16px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--navy-2);
  font-weight: 900;
}
.info-card {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, #fbf8ef);
  border: 1px solid var(--line);
  height: 100%;
}
.info-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.info-card p, .info-card li { color: var(--muted); }

.sponsors-section { background: #fff; }

.sponsors-section .sponsor-section-lead {
  max-width: 1080px;
}
.sponsor-mini-card {
  border-radius: 24px;
  padding: 26px;
  background: linear-gradient(180deg, #fff, var(--cream));
  border: 1px solid var(--line);
  height: 100%;
  box-shadow: var(--shadow-soft);
}
.sponsor-mini-card .amount { color: var(--green); font-family: sans-serif; font-size: 1.85rem; font-weight: 900; line-height: 1; }
.sponsor-mini-card h3 { font-size: 1.45rem; margin: 14px 0 10px; }
.sponsor-band {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
  border-radius: 30px;
  padding: 34px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}
.sponsor-band::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  border: 36px solid rgba(214,163,39,.18);
}
.sponsor-band h3 { color: #fff; font-size: clamp(1.8rem, 3vw, 3rem); }
.sponsor-band p { color: rgba(255,255,255,.78); max-width: 720px; }

.notify-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(214, 163, 39, .22), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(45, 100, 31, .14), transparent 34%),
    linear-gradient(135deg, var(--cream), #fff);
}
.notify-card {
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: clamp(28px, 5vw, 56px);
}
.notify-form .form-control {
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(0, 60, 120, .18);
  padding-left: 22px;
  font-size: 1.05rem;
}
.notify-form .form-control:focus {
  box-shadow: 0 0 0 .25rem rgba(214,163,39,.18);
  border-color: var(--gold);
}
.form-message { margin-top: 14px; font-weight: 800; }
.form-message.success { color: var(--green); }
.form-message.error { color: #b00020; }

.site-footer {
  background: var(--navy-2);
  color: rgba(255,255,255,.72);
  padding: 56px 0 30px;
}
.site-footer .footer-logo {
  width: 130px;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(214,163,39,.44);
}
.site-footer h4 { color: #fff; font-size: 1.1rem; margin-bottom: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,.76); }
.footer-links a:hover { color: var(--gold-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 22px; font-size: .92rem; }

/* Sponsorship page */
.sponsor-hero {
  background:
    linear-gradient(135deg, rgba(0,60,120,.94), rgba(11,33,72,.96)),
    radial-gradient(circle at 20% 20%, rgba(214,163,39,.35), transparent 40%);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 86px 0 72px;
}
.sponsor-hero::after {
  content: "DANA";
  position: absolute;
  right: -2vw;
  bottom: -4vw;
  color: rgba(255,255,255,.055);
  font-family:sans-serif;
  font-size: clamp(6rem, 18vw, 18rem);
  font-weight: 900;
  line-height: .75;
}
.sponsor-hero h1 { color: #fff; font-size: clamp(3.2rem, 8vw, 7rem); }
.sponsor-hero .lead { color: rgba(255,255,255,.82); max-width: 790px; }
.hero-fact-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  padding: 22px;
  backdrop-filter: blur(12px);
  height: 100%;
}
.hero-fact-card small { color: var(--gold-2); text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.hero-fact-card strong { display: block; color: #fff; font-size: 1.15rem; margin-top: 6px; }
.sponsor-overview-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(28px, 5vw, 50px);
  box-shadow: var(--shadow);
}
.labh-stat {
  border-radius: 24px;
  padding: 24px;
  background: var(--cream);
  border: 1px solid rgba(214,163,39,.25);
  height: 100%;
}
.labh-stat strong { display: block; color: var(--navy); font-family: sans-serif; font-size: 2.4rem; line-height: 1; }
.labh-stat span { color: var(--muted); font-weight: 850; }
.opportunity-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
  padding: 26px;
  height: 100%;
}
.opportunity-card.featured {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
  border-color: rgba(255,255,255,.18);
}
.opportunity-card.featured h3,
.opportunity-card.featured .price { color: #fff; }
.opportunity-card .tier { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; }
.opportunity-card h3 { font-size: 1.45rem; margin: 10px 0; }
.opportunity-card .price { color: var(--green); font-size: 2rem; font-family: sans-serif; font-weight: 900; line-height: 1; }
.opportunity-card .availability { color: var(--muted); font-weight: 800; margin-top: 8px; }
.opportunity-card.featured .availability { color: rgba(255,255,255,.72); }
.category-block {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  height: 100%;
}
.category-head {
  padding: 18px 20px;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  background: var(--navy);
}
.category-head.food { background: var(--green); }
.category-head.temple { background: #865d00; }
.category-head.youth { background: #195f94; }
.category-head.souvenir { background: #6f4d85; }
.category-head.speakers { background: #ad5d1d; }
.category-head.exhibit { background: #276b6c; }
.category-head.programming { background: #6d6b20; }
.category-head.seating { background: #43506a; }
.category-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
}
.category-row .name { font-weight: 850; color: var(--navy-2); }
.category-row .price { font-weight: 950; color: var(--green); white-space: nowrap; }
.category-row .qty { color: var(--muted); font-weight: 800; font-size: .88rem; white-space: nowrap; }

@media (max-width: 1199.98px) {
  .navbar-brand { min-width: unset; }
  .brand-logo-card { width: 82px; height: 78px; }
  .brand-title { font-size: 1.05rem; }
  .brand-subtitle { font-size: .68rem; }
  .hero-art { min-height: 560px; }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 18px 0;
    border-top: 1px solid var(--line);
    margin-top: 12px;
  }
  .accessibility-controls { margin-left: 0; margin-top: 10px; }
  .hero { padding-top: 58px; }
  .hero-art { min-height: 530px; margin-top: 38px; }
  .hero-logo-feature { right: 50%; transform: translateX(50%); width: min(76vw, 300px); }
  .photo-stack { inset: 140px 0 0 0; }
  .stack-photo.one { width: 54%; left: 4%; }
  .stack-photo.two { width: 48%; right: 2%; }
  .stack-photo.three { width: 48%; left: 26%; }
  .stat-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-panel .col-md-3:last-child .stat-item { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .section-padding { padding: 70px 0; }
}
@media (max-width: 575.98px) {
  body { line-height: 1.62; }
  .brand-logo-card { width: 72px; height: 68px; border-radius: 15px; }
  .brand-copy { display: none; }
  .navbar { padding-top: .4rem; padding-bottom: .4rem; }
  .hero-title { font-size: clamp(2.6rem, 14vw, 4.2rem); }
  .hero-meta { gap: 8px; }
  .meta-pill { width: 100%; justify-content: center; }
  .hero-art { min-height: 470px; }
  .photo-stack { inset: 120px 0 0 0; }
  .stack-photo { border-width: 7px; border-bottom-width: 24px; }
  .stack-photo.one { width: 64%; left: 0; top: 40px; }
  .stack-photo.two { width: 58%; right: 0; top: 160px; }
  .stack-photo.three { width: 56%; left: 12%; bottom: 10px; }
  .date-card { left: 4px; bottom: 42px; padding: 17px 18px; }
  .date-card .big-date { font-size: 1.6rem; }
  .event-row { grid-template-columns: 70px 1fr; gap: 10px; }
  .program-card, .sponsor-mini-card, .info-card { padding: 22px; }
  .sponsor-band { padding: 26px; }
  .notify-card { border-radius: 24px; }
  .notify-form .btn-jaina { width: 100%; margin-top: 10px; }
  .category-row { grid-template-columns: 1fr; gap: 4px; }
  .category-row .price, .category-row .qty { white-space: normal; }
}

/* ================================
   V2 refinement pass — logo-theme, softer typography, speaker details
   ================================ */
:root {
  --navy: #1D3A6A;
  --navy-2: #0F2347;
  --blue: #1D3A6A;
  --gold: #C4890F;
  --gold-2: #E8A820;
  --green: #2C5B26;
  --green-2: #4B7439;
  --cream: #F4F3EF;
  --cream-2: #EEE8D9;
  --ink: #13203C;
  --muted: #5f6b7c;
  --line: rgba(29, 58, 106, .14);
  --shadow: 0 16px 42px rgba(15, 35, 71, .14);
  --shadow-soft: 0 10px 26px rgba(15, 35, 71, .08);
}

body {
  background: linear-gradient(180deg, #fff 0%, #F8F6EF 48%, #fff 100%);
}

h1, h2, h3, h4, h5, .display-title, .section-title, .brand-title {
  font-weight: 400;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(196, 137, 15, .22);
}

.navbar { padding-top: .45rem; padding-bottom: .45rem; }
.navbar-brand { gap: 16px; min-width: 280px; }
.brand-logo-card {
  width: 108px;
  height: 102px;
  border-radius: 20px;
  padding: 7px;
  border-color: rgba(196, 137, 15, .48);
  /* box-shadow: 0 12px 28px rgba(15, 35, 71, .12); */
}
.brand-title {
  font-size:1.1rem;
  font-weight: bold;
  color: var(--navy);
  letter-spacing: .005em;
}
.brand-subtitle {
  color: var(--green);
  font-weight: 600;
  letter-spacing: .13em;
}
.nav-link {
  font-weight: 560;
  letter-spacing: .005em;
}
.nav-cta { font-weight: 650; }
.accessibility-controls button { font-weight: 650; }

.btn-jaina, .btn-jaina-outline, .btn-jaina-gold {
  font-weight: 650;
  letter-spacing: .005em;
}
.section-eyebrow {
  color: var(--gold);
  font-weight: 650;
  letter-spacing: .16em;
}
.section-title { letter-spacing:0; }
.section-lead, .text-muted-strong { color: var(--muted); font-weight: 400; }
.gold-rule { background: linear-gradient(90deg, var(--gold), var(--green)); }

.hero {
  background:
    radial-gradient(circle at 12% 8%, rgba(196, 137, 15, .18), transparent 35%),
    radial-gradient(circle at 85% 16%, rgba(44, 91, 38, .13), transparent 34%),
    linear-gradient(135deg, #fff 0%, #F7F4EA 56%, #EEF3E9 100%);
}
.hero::before { content: "JAINA 2027"; color: rgba(29, 58, 106, .045); }
.hero-title { font-size: clamp(4rem, 8vw, 7.4rem); margin-bottom: 8px; }
.hero-theme {
  font-family: sans-serif;
  color: var(--green);
  font-size: clamp(1.45rem, 2.6vw, 2.5rem);
  line-height: 1.18;
  margin: 0 0 18px;
}
.hero-lead { color: #43506a; font-weight: 400; }
.hero-kicker, .meta-pill, .date-card span { font-weight: 650; }
.meta-pill { color: var(--navy-2); }
.hero-logo-feature {
  border-color: rgba(196, 137, 15, .42);
  background: rgba(255,255,255,.88);
}
.date-card { background: var(--navy); }

.stat-number { font-weight: 500; }
.stat-label { font-weight: 400; }
.quote-section { background: linear-gradient(135deg, var(--navy-2), var(--navy)); }
.quote-text { font-weight: 400; }

.schedule-section { background: linear-gradient(180deg, #122B55, #1D3A6A); }
.day-card {
  border-radius: 20px;
  background: rgba(255,255,255,.065);
  border-color: rgba(232,168,32,.18);
}
.day-flag { font-weight: 650; }
.day-title { font-weight: 400; }
.day-date { font-weight: 450; }
.event-time { font-weight: 600; }
.event-name { font-weight: 450; }
.event-type { font-weight: 400; color: rgba(255,255,255,.58); }
.schedule-note { font-weight: 400; }

.program-card h3, .info-card h3, .sponsor-mini-card h3 { font-weight: 400; }
.program-icon { color: var(--navy); }
.check-list li { font-weight: 400; color: #42506a; }
.card-lift:hover { transform: translateY(-3px); }

.speaker-section { background: linear-gradient(180deg, var(--cream), #fff); }
.speaker-profile-card {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.speaker-profile-card:hover,
.speaker-profile-card:focus {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(196, 137, 15, .42);
  outline: none;
}
.speaker-photo {
  aspect-ratio: 4/3;
  background: var(--cream);
  overflow: hidden;
}
.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.speaker-info { padding: 20px; }
.speaker-info h3 {
  font-size: 1.5rem;
  margin: 0 0 5px;
  color: var(--navy-2);
  font-weight: 400;
}
.speaker-info p {
  margin: 0 0 12px;
  color: var(--muted);
}
.speaker-info span {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(196, 137, 15, .28);
  background: rgba(196, 137, 15, .09);
  color: var(--navy);
  padding: 6px 10px;
  font-size: .85rem;
}
.speaker-coming-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--shadow);
}
.speaker-coming-card h3 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 8px; }
.speaker-coming-card p { color: rgba(255,255,255,.76); margin: 0; }
.speaker-modal-content {
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.speaker-modal-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 3;
  background-color: rgba(255,255,255,.86);
  border-radius: 999px;
  padding: 10px;
}
.speaker-modal-img-wrap { background: var(--cream); min-height: 420px; }
.speaker-modal-img-wrap img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center top; }
.speaker-modal-title { font-size: clamp(2.1rem, 4vw, 3.4rem); color: var(--navy-2); margin-bottom: 8px; }
.speaker-modal-role { color: var(--green); font-size: 1.1rem; margin-bottom: 18px; }
.speaker-modal-bio { color: var(--muted); font-size: 1.03rem; line-height: 1.78; }

.travel-card { border-radius: 26px; }
.hotel-media { min-height: 430px; background: var(--cream); }
.travel-card img { min-height: 430px; object-fit: cover; object-position: center; }
.feature-pill { font-weight: 500; color: var(--navy-2); background: #fbf8ef; }

.sponsor-band { background: linear-gradient(135deg, var(--navy), var(--green)); }
.sponsor-mini-card .amount { font-weight: 500; color: var(--green); }
.notify-section {
  background:
    radial-gradient(circle at 12% 20%, rgba(196,137,15,.16), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(44,91,38,.12), transparent 34%),
    linear-gradient(135deg, var(--cream), #fff);
}
.form-label.fw-bold { font-weight: 500 !important; }
.sponsorstrip-top {
    background:#081f48;
    color: #eaf0fb;
    font-size: 13.5px;
}
.sponsorstrip-top .wrap{display:flex;align-items:center;gap:16px;min-height:44px;padding-top:7px;padding-bottom:7px;flex-wrap:wrap}
.sponsorstrip-top .ss-lead{font-weight:600;color:#fff;display:flex;align-items:center;gap:8px}
.sponsorstrip-top .ss-lead svg{stroke:var(--saffron)}
.sponsorstrip-top .ss-text{color:#c4d0ea}
.sponsorstrip-top a.ss-cta {
    margin-left: auto;
    color:var(--gold);
    font-weight: 600;
}
.sponsorstrip-top a.ss-cta:hover{
  color:var(--cream);
}
.ss-lead i{
 margin-top: 5px;
  color:var(--gold);
  
}

@media (max-width: 1199.98px) {
  .brand-logo-card { width: 90px; height: 86px; }
  .navbar-brand { min-width: 0; }
}
@media (max-width: 767.98px) {
  .brand-logo-card { width: 78px; height: 74px; border-radius: 16px; }
  .brand-title { font-size: 1.08rem; }
  .brand-subtitle { font-size: .68rem; letter-spacing: .1em; }
  .hero-title { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  .speaker-coming-card { align-items: flex-start; flex-direction: column; }
  .speaker-modal-img-wrap, .speaker-modal-img-wrap img { min-height: 300px; }
  .hotel-media, .travel-card img { min-height: 300px; }
}

/* ================================
   V3 refinement — brand guide accents, softer sponsorship tables, host logos
   Brand guide: Navy #0A2A5E, Green #387736, Gold #E5A024, Red #C22032, Blue #2B4C9B
   ================================ */
:root {
  --navy: #0A2A5E;
  --navy-2: #081F48;
  --blue: #2B4C9B;
  --gold: #E5A024;
  --gold-2: #F3C85E;
  --green: #387736;
  --green-2: #4D8D47;
  --red: #C22032;
  --cream: #F8F5EC;
  --cream-2: #EFE7D6;
  --ink: #10203E;
  --muted: #657084;
  --line: rgba(10, 42, 94, .13);
}

.nav-link,
.brand-subtitle,
.section-eyebrow,
.hero-kicker,
.meta-pill,
.btn-jaina,
.btn-jaina-outline,
.btn-jaina-gold,
.accessibility-controls button {
  font-weight: 500;
}
.nav-link{
  font-weight: 600;
}
.accessibility-controls button {
    font-weight: 600;
}
.hero,
.notify-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(229, 160, 36, .17), transparent 35%),
    radial-gradient(circle at 85% 16%, rgba(56, 119, 54, .12), transparent 34%),
    linear-gradient(135deg, #fff 0%, #FBF8EF 56%, #EFF5EA 100%);
}

.gold-rule { background: linear-gradient(90deg, var(--gold), var(--green)); }
.btn-jaina { background: var(--navy); }
.btn-jaina:hover { background: var(--green); }
.btn-jaina-gold { background: linear-gradient(135deg, var(--gold), #F2C963); color: var(--navy); }
.sponsor-band { background: linear-gradient(135deg, var(--navy), var(--green)); }
.schedule-section { background: linear-gradient(180deg, #0A2A5E, #173E74); }
.quote-section { background: linear-gradient(135deg, #081F48, #0A2A5E); }

/* Sponsorship opportunity tables: calmer, lighter, easier to scan */
.category-block {
  border-radius: 22px;
  box-shadow: 0 10px 26px rgba(10, 42, 94, .07);
  border-color: rgba(10, 42, 94, .11);
}
.category-head {
  padding: 17px 20px;
  font-weight: 500;
  letter-spacing: .01em;
  background: linear-gradient(90deg, var(--navy), var(--blue));
}
.category-head.food { background: linear-gradient(90deg, var(--green), #2F6830); }
.category-head.temple { background: linear-gradient(90deg, #8A6415, var(--gold)); color: #fff; }
.category-head.youth { background: linear-gradient(90deg, var(--blue), #3763B6); }
.category-head.souvenir { background: linear-gradient(90deg, var(--navy), #29477F); }
.category-head.speakers { background: linear-gradient(90deg, var(--red), #A01A28); }
.category-head.exhibit { background: linear-gradient(90deg, var(--green), var(--blue)); }
.category-head.programming { background: linear-gradient(90deg, #6C5A13, var(--green)); }
.category-head.seating { background: linear-gradient(90deg, #465369, var(--navy)); }
.category-row {
  padding: 15px 19px;
  gap: 12px;
  background: rgba(255,255,255,.98);
}
.category-row:nth-child(even) { background: rgba(248, 245, 236, .42); }
.category-row .name {
  font-weight: 450;
  color: var(--ink);
  letter-spacing: 0;
}
.category-row .price {
  font-weight: 500;
  color: var(--green);
  white-space: nowrap;
}
.category-row .qty {
  color: var(--muted);
  font-weight: 400;
  font-size: .9rem;
  white-space: nowrap;
}
.opportunity-card .tier,
.opportunity-card .availability,
.labh-stat span {
  font-weight: 500;
}
.opportunity-card .price { font-weight: 500; color: var(--green); }

.host-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(229,160,36,.13), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(56,119,54,.11), transparent 30%),
    linear-gradient(180deg, #fff, var(--cream));
  border-top: 1px solid rgba(10, 42, 94, .08);
  border-bottom: 1px solid rgba(10, 42, 94, .08);
}
.host-section .section-title.small { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.host-card {
  height: 100%;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(10, 42, 94, .12);
  box-shadow: 0 12px 28px rgba(10, 42, 94, .07);
  padding: 24px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.host-card img {
  max-height: 122px;
  width: auto;
  object-fit: contain;
}
.host-card.austin img { max-height: 82px; }
.host-card h3 {
  font-family: sans-serif;
  font-size: .98rem;
  line-height: 1.35;
  font-weight: 500;
  color: var(--navy);
  margin: 0;
}
.site-footer .hosted-note {
  color: rgba(255,255,255,.72);
  font-size: .95rem;
  margin-top: .5rem;
}

.admin-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #fff 0%, var(--cream) 100%);
  padding: 48px 0;
}
.admin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 28px;
}
.admin-card h1 { font-size: clamp(2rem, 4vw, 3rem); }
.subscriber-table th {
  color: var(--navy);
  font-weight: 500;
  background: var(--cream);
}
.subscriber-table td { color: var(--ink); }

@media (max-width: 575.98px) {
  .category-row { grid-template-columns: 1fr auto; }
  .category-row .qty { grid-column: 1 / -1; }
  .host-card img { max-height: 98px; }
  .host-card.austin img { max-height: 70px; }
  .sponsorstrip-top .wrap {
    gap: 2px;
  }
  .sponsorstrip-top a.ss-cta{
    margin-left: 0;
  }
  .qr-section{
    text-align: center;
  }
  .qr{
    margin-bottom:20px;
  }
}

 .cookie-box{
            position:fixed;
            bottom:20px;
            left:20px;
            max-width:400px;
            background:#fff;
            padding:20px;
            border-radius:10px;
            box-shadow:0 5px 20px rgba(0,0,0,.2);
            z-index:9999;
        }

        .cookie-box h3{
            margin-bottom:10px;
        }

        .cookie-box p{
            font-size:14px;
            color:#555;
            line-height:1.6;
            margin-bottom:15px;
        }

        .cookie-btns{
            display:flex;
            gap:10px;
        }

        .cookie-btns button{
            flex:1;
            padding:10px;
            border:none;
            border-radius:5px;
            cursor:pointer;
            font-size:15px;
        }

        .accept{
            background:#28a745;
            color:#fff;
        }

        .reject{
            background:#666666;
            color:#fff;
        }

        .hide{
            display:none;
        }

/* ================================
   V6 requested visibility/header/footer/hero updates
   ================================ */
.hero-title {
  font-size: clamp(3.1rem, 6.4vw, 6.3rem);
  max-width: 980px;
}

/* Make AOS-powered content visible if the external AOS script is blocked or slow. */
html:not(.aos-initialized) [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

.site-footer .footer-logo {
  background: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
}
.footer-logo-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-logo-white,
.footer-logo-official {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
}
.footer-logo-official {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.footer-event-title {
  color: rgba(255,255,255,.90);
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0 0 18px;
}
.footer-event-title span {
  color: rgba(255,255,255,.78);
}
.footer-accent-line { display: none !important; }

.sponsor-hero-logo-white {
  width: min(100%, 380px);
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-hero-logo-white img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, .18));
}

@media (max-width: 991.98px) {
  .sponsor-hero-logo-white {
    margin: 18px auto 0;
    width: min(78vw, 340px);
  }
}

@media (max-width: 575.98px) {
  .hero-title { font-size: clamp(2.45rem, 13vw, 3.75rem); }
  .footer-logo-group { gap: 14px; }
  .footer-logo-white,
  .footer-logo-official {
    width: 118px;
    height: 118px;
  }
}

/* V8 hero title refinement: keep JAINA Convention 2027 in exactly two visual lines */
.hero-title-two-line {
  line-height: .92;
  margin-bottom: 14px;
  max-width: 1000px;
}
.hero-title-two-line .hero-title-line {
  display: block;
  white-space: nowrap;
}
.hero-title-two-line .hero-title-line-second {
  font-size: .72em;
  letter-spacing: -.035em;
  margin-top: .04em;
}

@media (max-width: 991.98px) {
  .hero-title-two-line .hero-title-line-second {
    font-size: .68em;
  }
}

@media (max-width: 575.98px) {
  .hero-title-two-line {
    line-height: .96;
  }
  .hero-title-two-line .hero-title-line-second {
    font-size: .62em;
    letter-spacing: -.045em;
  }
}

/* V9 font experiment: Georgia for headings, sans-serif for body/content */
:root {
  --font-heading: Georgia, 'Times New Roman', serif;
  --font-body: Arial, Helvetica, sans-serif;
}

body,
button,
input,
select,
textarea,
.nav-link,
.brand-subtitle,
.hero-kicker,
.hero-theme,
.hero-lead,
.section-eyebrow,
.section-lead,
.text-muted-strong,
.meta-pill,
.btn-jaina,
.btn-jaina-outline,
.btn-jaina-gold,
.date-card,
.date-card .big-date,
.quote-mark,
.quote-text,
.sponsor-mini-card .amount,
.labh-stat strong,
.opportunity-card .price,
.footer-event-title,
.footer-event-title span,
.footer-links,
.site-footer p,
.form-control,
.form-message {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-title,
.section-title,
.brand-title,
.hero-title,
.day-title,
.program-card h3,
.info-card h3,
.speaker-card h3,
.sponsor-mini-card h3,
.opportunity-card h3,
.host-card h3,
.site-footer h4,
.speaker-modal-title,
.hero::before,
.sponsor-hero::after {
  font-family: var(--font-heading) !important;
}
