:root {
  --maroon:#8f1532;
  --maroon2:#6f1027;
  --ink:#17324d;
  --cream:#fffaf1;
  --gold:#e9a01b;
  --teal:#0c7168;
  --line:#eadbc6;
  --white:#fff;
  --max:1180px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  color:var(--ink);
  background:var(--cream);
  font-family:Georgia,'Times New Roman',serif;
  line-height:1.55
}

a {
  color:inherit
}

.wrap {
  width:min(calc(100% - 40px),var(--max));
  margin:auto
}

.site-header,.site-footer {
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,var(--maroon2),var(--maroon));
  color:white
}

.site-header:before,.site-footer:after,.page-hero:after,.youth:after {
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border:2px solid rgba(233,160,27,.18);
  border-radius:50%;
  background:repeating-radial-gradient(circle,transparent 0 15px,rgba(233,160,27,.08) 16px 18px);
  pointer-events:none
}

.site-header:before {
  right:-90px;
  top:-120px
}

.site-footer:after {
  left:-90px;
  bottom:-120px
}

.header-row {
  min-height:118px;
  display:flex;
  align-items:center;
  gap:34px
}

.brand {
  margin-right:auto;
  text-decoration:none
}

.presenter {
  display:block;
  font:15px Arial,sans-serif;
  letter-spacing:.04em
}

.wordmark {
  display:block;
  font-size:58px;
  line-height:.9;
  font-weight:700;
  letter-spacing:-.05em
}

.tagline {
  display:block;
  margin-top:9px;
  font:11px Arial,sans-serif;
  letter-spacing:.22em;
  text-transform:uppercase
}

.primary-nav {
  display:flex;
  gap:0;
  align-items:center;
  font:15px Arial,sans-serif
}

.primary-nav a {
  padding:12px 15px;
  text-decoration:none;
  border-right:1px solid rgba(255,255,255,.35)
}

.primary-nav a:last-child {
  border:0
}

.primary-nav a:hover,.primary-nav a.active {
  color:#ffd06a
}

.menu-toggle {
  display:none;
  background:none;
  border:1px solid #fff;
  color:#fff;
  padding:8px 10px;
  font-size:20px
}

.page-hero {
  position:relative;
  padding:72px 0 64px;
  background:linear-gradient(120deg,#fffaf1 0%,#fff4df 70%,#f7e5c7 100%);
  overflow:hidden
}

.page-hero:after {
  left:-90px;
  top:-60px;
  border-color:rgba(12,113,104,.16);
  background:repeating-radial-gradient(circle,transparent 0 15px,rgba(12,113,104,.06) 16px 18px)
}

.kicker {
  font:700 13px Arial,sans-serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--teal)
}

h1 {
  font-size:64px;
  line-height:1;
  margin:.18em 0;
  color:var(--maroon)
}

.lead {
  max-width:760px;
  font-size:22px;
  margin:0
}

.jump-links {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px
}

.jump-links a {
  font:700 14px Arial,sans-serif;
  text-decoration:none;
  border:1px solid var(--maroon);
  border-radius:6px;
  padding:11px 16px;
  background:white
}

.jump-links a:first-child {
  background:var(--maroon);
  color:white
}

.section {
  padding:70px 0
}

.section h2 {
  font-size:38px;
  line-height:1.15;
  color:var(--maroon);
  margin:0 0 18px
}

.section p {
  font-size:18px
}

.intro-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:55px;
  align-items:center
}

.purpose-card {
  background:white;
  border:1px solid var(--line);
  border-radius:14px;
  padding:30px;
  box-shadow:0 10px 35px rgba(70,35,20,.06)
}

.purpose-card h3 {
  margin-top:0;
  color:var(--teal);
  font-size:24px
}

.purpose-list {
  padding:0;
  margin:20px 0 0;
  list-style:none
}

.purpose-list li {
  padding:11px 0 11px 30px;
  border-top:1px solid var(--line);
  position:relative
}

.purpose-list li:before {
  content:'\2022';
  position:absolute;
  left:4px;
  color:var(--gold)
}

.theme {
  background:#fff
}

.theme-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px;
  align-items:center
}

.theme-image {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:16px;
  box-shadow:0 16px 40px rgba(0,0,0,.12)
}

.theme .eyebrow {
  font:700 13px Arial,sans-serif;
  letter-spacing:.15em;
  text-transform:uppercase;
  color:var(--gold)
}

.theme h2 {
  font-size:46px
}

.callout {
  border-left:4px solid var(--gold);
  padding:8px 0 8px 18px;
  font-style:italic;
  color:var(--maroon)
}

.youth {
  position:relative;
  overflow:hidden;
  background:#f6efe3
}

.youth:after {
  right:-100px;
  bottom:-110px
}

.youth-grid {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:55px;
  align-items:center
}

.youth-art {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}

.art-tile {
  min-height:150px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:white;
  border:1px solid var(--line);
  font-size:54px
}

.art-tile:nth-child(3) {
  grid-column:1/3
}

.youth-points {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:24px
}

.youth-points div {
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  padding:16px;
  font:15px Arial,sans-serif
}

.note {
  padding:28px 0;
  background:var(--teal);
  color:white
}

.note .wrap {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center
}

.note strong {
  font-size:21px
}

.note a {
  font:700 14px Arial,sans-serif;
  border:1px solid white;
  padding:10px 15px;
  border-radius:5px;
  text-decoration:none;
  white-space:nowrap
}

.site-footer {
  padding:38px 0
}

.footer-row {
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:center
}

.footer-nav {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  font:14px Arial,sans-serif
}

.footer-nav a {
  text-decoration:none
}

.legal {
  font:12px Arial,sans-serif;
  opacity:.85;
  margin-top:14px
}

.footer-right {
  text-align:right;
  font:13px Arial,sans-serif
}

@media(max-width:900px) {
  .header-row {
  min-height:90px;
  flex-wrap:wrap;
  padding:18px 0
}

.wordmark {
  font-size:44px
}

.menu-toggle {
  display:block
}

.primary-nav {
  display:none;
  width:100%;
  flex-direction:column;
  align-items:stretch
}

.primary-nav.open {
  display:flex
}

.primary-nav a {
  border:0;
  border-top:1px solid rgba(255,255,255,.2)
}

.intro-grid,.theme-grid,.youth-grid {
  grid-template-columns:1fr
}

.theme-grid img {
  order:-1
}

.page-hero {
  padding:50px 0
}

h1 {
  font-size:50px
}

.footer-row,.note .wrap {
  align-items:flex-start;
  flex-direction:column
}

.footer-right {
  text-align:left
}

}

@media(max-width:560px) {
  .wrap {
  width:min(calc(100% - 28px),var(--max))
}

.page-hero h1 {
  font-size:42px
}

.lead {
  font-size:19px
}

.section {
  padding:50px 0
}

.section h2,.theme h2 {
  font-size:34px
}

.youth-points {
  grid-template-columns:1fr
}

.header-row {
  gap:12px
}

.tagline {
  display:none
}

}

/* Discover India youth activity photography */ .youth-photos {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.youth-photos figure {
  margin:0;
  position:relative;
  min-height:260px;
  overflow:hidden;
  border-radius:18px;
  background:#eee;
}

.youth-photos img {
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  display:block;
}

.youth-photos figcaption {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  padding:28px 14px 12px;
  color:white;
  font-weight:700;
  background:linear-gradient(transparent,rgba(0,0,0,.72));
}

@media (max-width:760px) {
  .youth-photos {
  grid-template-columns:1fr;
}

.youth-photos figure,.youth-photos img {
  min-height:190px;
  max-height:230px;
}

}

/* Performing Arts */ .arts-hero-grid {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:52px;
  align-items:center
}

.arts-hero-art {
  padding:24px;
}

.arts-hero-art img {
  width:100%;
  max-height:330px;
}

.registration-section {
  background:white
}

.registration-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:28px
}

.registration-card {
  display:block;
  text-decoration:none;
  border:1px solid var(--line);
  border-radius:14px;
  padding:28px;
  background:var(--cream);
  transition:.18s transform,.18s box-shadow
}

.registration-card:hover {
  transform:translateY(-3px);
  box-shadow:0 12px 28px rgba(70,35,20,.10)
}

.registration-card h3 {
  margin:0;
  color:var(--maroon);
  font-size:24px
}

.registration-card p {
  font-size:16px
}

.registration-card span {
  font:700 14px Arial,sans-serif;
  color:var(--teal)
}

.guidelines {
  background:#f6efe3
}

.guideline-list {
  display:grid;
  gap:12px;
  margin-top:26px
}

.guideline-tile {
  background:white;
  border:1px solid var(--line);
  border-radius:12px;
  overflow:hidden
}

.guideline-tile summary {
  cursor:pointer;
  padding:18px 22px;
  font-size:20px;
  font-weight:700;
  color:var(--maroon)
}

.guideline-tile ul {
  margin:0;
  padding:0 42px 22px
}

.guideline-tile li {
  margin:9px 0
}

.guideline-notice {
  background:#fff7df;
  border-left:4px solid var(--gold);
  padding:14px 18px;
  font-size:15px!important
}

.contact-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:24px
}

.contact-card {
  background:white;
  border:1px solid var(--line);
  border-radius:12px;
  padding:22px
}

.contact-card h3 {
  margin:0 0 8px;
  color:var(--teal)
}

.contact-card a {
  display:block;
  margin-top:4px
}

.general-contact {
  grid-column:1/-1
}

.anchor-target {
  scroll-margin-top:20px
}

@media(max-width:760px) {
  .arts-hero-grid,.registration-grid,.contact-grid {
  grid-template-columns:1fr
}

.general-contact {
  grid-column:auto
}

}

/* Registration status message shown when registrationOpen is false. */
.registration-closed {
  max-width: 760px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--maroon);
  border-radius: 10px;
  background: var(--white);
  color: var(--maroon);
  font-size: 21px;
  font-weight: 700;
}

/* ========================================================================== 
   Vendors page
   ========================================================================== */

.vendor-hero .narrow-copy {
  max-width: 900px;
}

.two-column-copy {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 48px;
  align-items: start;
}

.deadline-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .07);
}

.deadline-card h3 {
  margin-top: 0;
  color: var(--maroon);
  font-size: 26px;
}

.deadline-list {
  margin: 0;
  padding-left: 20px;
}

.deadline-list li + li {
  margin-top: 14px;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.vendor-table {
  width: 100%;
  border-collapse: collapse;
}

.vendor-table th,
.vendor-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.vendor-table th {
  background: var(--maroon);
  color: #fff;
}

.vendor-table tr:last-child td {
  border-bottom: 0;
}

.vendor-ideas {
  background: #f6efe3;
}

.vendor-idea-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.vendor-idea-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .08);
}

.vendor-idea-card img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.vendor-idea-card h3,
.vendor-idea-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.vendor-idea-card h3 {
  margin-top: 20px;
  margin-bottom: 8px;
  color: var(--maroon);
}

.vendor-idea-card p {
  margin-top: 0;
  margin-bottom: 24px;
}

@media (max-width: 760px) {
  .two-column-copy,
  .vendor-idea-grid {
  grid-template-columns: 1fr;
}

}

/* Sponsor page */
.sponsor-hero {
  background: linear-gradient(135deg, #fff8ee 0%, #f6efe3 100%);
}

.sponsor-copy {
  max-width: 850px;
}

.sponsor-copy p {
  font-size: 1.08rem;
  line-height: 1.75;
}

.sponsor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-block;
  padding: 13px 20px;
  border: 2px solid var(--maroon);
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  background: var(--maroon);
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: var(--maroon);
}

.jump-links a.highlight {
  background: var(--maroon);
  border-color: var(--maroon);
  color: #fff;
  box-shadow: 0 8px 18px rgba(110, 17, 38, .18);
}

.vendor-idea-grid-inline {
  margin-top: 34px;
}

/* ---------- Raffle ---------- */
.raffle-info-layout {
  align-items: start;
}

.raffle-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 .75rem;
}

.raffle-price-card {
  border: 1px solid rgba(122, 20, 42, .18);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  background: #fffaf5;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.raffle-price-card strong {
  color: #8f1733;
  font-size: 1.35rem;
}

.raffle-preview-card {
  background: #fff;
  border-radius: 14px;
  padding: .75rem;
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
}

.raffle-preview-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.small-note {
  font-size: .9rem;
  opacity: .75;
}

/* ---------- Donate ---------- */
.donate-copy {
  max-width: 800px;
}

.donate-button {
  margin: 1rem 0;
  display: inline-block;
}

/* ---------- Footer content pages ---------- */
.readable-copy {
  max-width: 900px;
}

.readable-copy p {
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-soft {
  background: #fbf7f1;
}

.committee-grid, .supporter-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.name-list {
  columns: 2;
  padding-left: 1.2rem;
}

.name-list li {
  margin-bottom: .45rem;
  break-inside: avoid;
}

.content-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.content-table th, .content-table td {
  padding: .8rem 1rem;
  border-bottom: 1px solid rgba(110,17,38,.14);
  text-align: left;
}

.content-table thead th {
  background: #7a142a;
  color: #fff;
}

.committee-photo {
  margin: 2rem 0 0;
}

.committee-photo img {
  width: 100%;
  max-height: 650px;
  object-fit: contain;
  background: #fff;
}

.committee-photo figcaption {
  text-align: center;
  opacity: .7;
  margin-top: .5rem;
}

.form-embed {
  margin-top: 1rem;
  border: 1px solid rgba(110,17,38,.15);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.form-embed iframe {
  width: 100%;
  min-height: 900px;
  border: 0;
  display: block;
}

.notice-card {
  padding: 1rem 1.2rem;
  border-left: 4px solid #7a142a;
  background: #fff8ee;
}

.spaced-heading {
  margin-top: 2.5rem;
}

.two-col-list, .three-col-list {
  display: grid;
  gap: .6rem 1.5rem;
}

.two-col-list {
  grid-template-columns: repeat(2, minmax(0,1fr));
}

.three-col-list {
  grid-template-columns: repeat(3, minmax(0,1fr));
}

.two-col-list > div, .three-col-list > div {
  padding: .55rem .7rem;
  background: #fff;
  border-bottom: 1px solid rgba(110,17,38,.12);
}

.friend-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .8rem;
}

.friend-list a {
  display: block;
  padding: .9rem 1rem;
  border: 1px solid rgba(110,17,38,.15);
  border-radius: 8px;
  text-decoration: none;
}

@media (max-width:760px) {
  .committee-grid,.supporter-split,.friend-list {
  grid-template-columns:1fr
}

.three-col-list,.two-col-list {
  grid-template-columns:1fr
}

.name-list {
  columns:1
}

.form-embed iframe {
  min-height:1100px
}

}

/* ==========================================================================
   Shared alignment and footer refinements
   ========================================================================== */

/*
 * Page content always begins on the same left edge as the page hero/header.
 * Text can still use a comfortable reading measure without centering its block.
 */
.wrap.narrow-copy,
.wrap.readable-copy,
.wrap.sponsor-copy {
  max-width: var(--max);
}

.readable-copy > p,
.sponsor-copy > p {
  max-width: 900px;
}

.site-footer {
  padding: 32px 0;
}

.footer-row {
  display: block;
  text-align: center;
}

.footer-nav {
  justify-content: center;
  gap: 0;
}

.footer-nav a {
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .35);
}

.footer-nav a:last-child {
  border-right: 0;
}

.legal {
  margin-top: 14px;
  text-align: center;
}

/* Executive titles are editable alongside names in committee.json. */
.executive-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 900px;
}

.executive-member {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
}

.executive-member strong,
.executive-member span {
  display: block;
}

.executive-member strong {
  color: var(--maroon);
  font-size: 18px;
}

.executive-member span {
  margin-top: 3px;
  font: 14px Arial, sans-serif;
  color: var(--teal);
}

@media (max-width: 760px) {
  .executive-list {
  grid-template-columns: 1fr;
}

.footer-nav a {
  margin: 5px 0;
}

}

/* ---------- Homepage ---------- */
.home-header {
  background:var(--maroon);
  color:#fff
}

.home-header .header-inner {
  max-width:1240px;
  margin:auto;
  padding:18px 28px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px
}

.brand {
  color:#fff;
  text-decoration:none;
  display:flex;
  flex-direction:column
}

.brand small {
  font-size:15px
}

.brand span {
  font-family:Georgia,serif;
  font-size:62px;
  line-height:.85
}

.brand em {
  font:normal 11px Arial,sans-serif;
  letter-spacing:.22em;
  margin-top:10px
}

.header-right {
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:25px
}

.tagline {
  color:#f4a51c;
  font:italic 20px Georgia,serif
}

.main-nav {
  display:flex;
  flex-wrap:wrap
}

.main-nav a {
  color:#fff;
  text-decoration:none;
  padding:0 16px;
  border-right:1px solid rgba(255,255,255,.35)
}

.main-nav a:last-child {
  border:0
}

.main-nav a.active {
  color:#f5a623
}

.home-hero {
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:42% 58%;
  min-height:500px;
  background:#fffaf2
}

.home-hero-copy {
  padding:70px 30px 45px 55px
}

.home-hero-copy h1 {
  font-size:64px;
  color:var(--maroon);
  margin:0
}

.home-hero-copy h2 {
  font-size:28px;
  margin:8px 0 22px
}

.event-meta {
  font-size:20px;
  line-height:1.7
}

.charity-script {
  font:italic 24px Georgia,serif;
  color:var(--maroon)
}

.home-hero-image img {
  width:100%;
  height:100%;
  object-fit:cover
}

.hero-actions {
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:24px
}

.quick-actions {
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fffaf2
}

.quick-actions a {
  text-decoration:none;
  color:var(--navy);
  text-align:center;
  padding:30px 15px;
  border-right:1px solid var(--line)
}

.quick-actions b {
  display:block;
  font-size:42px;
  color:var(--maroon);
  margin-bottom:8px
}

.quick-actions strong,.quick-actions span {
  display:block
}

.quick-actions strong {
  font-size:19px
}

.mission-home {
  text-align:center;
  padding:40px 25px;
  background:#fff6e8
}

.mission-home h2,.special-event h2,.home-sponsors h2 {
  font-size:36px;
  color:var(--maroon);
  margin:0 0 12px
}

.mission-home>p {
  max-width:720px;
  margin:0 auto 30px
}

.stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:850px;
  margin:auto
}

.stats div {
  padding:10px;
  border-right:1px solid #e4c9a5
}

.stats div:last-child {
  border:0
}

.stats strong,.stats span {
  display:block
}

.stats strong {
  font-size:25px;
  color:var(--maroon)
}

.special-event {
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  background:#fff;
  padding:45px 55px;
  gap:50px
}

.special-event img {
  width:100%;
  max-height:330px;
  object-fit:cover;
  object-position:center 25%;
  border-radius:16px
}

.home-sponsors {
  text-align:center;
  padding:35px 25px 45px
}

.marquee {
  max-width:850px;
  overflow:hidden;
  margin:20px auto
}

.marquee-track {
  display:flex;
  gap:65px;
  align-items:center;
  width:max-content;
  animation:sponsor-scroll 120s linear infinite
}

.marquee-track img {
  height:65px;
  max-width:180px;
  object-fit:contain
}

.marquee:hover .marquee-track {
  animation-play-state:paused
}

@keyframes sponsor-scroll {
  to {
  transform:translateX(-50%)
}

}

.site-footer nav {
  display:flex;
  justify-content:center;
  gap:0;
  flex-wrap:wrap
}

.site-footer nav a {
  padding:0 16px;
  border-right:1px solid rgba(255,255,255,.5)
}

.site-footer nav a:last-child {
  border:0
}

.site-footer p {
  text-align:center
}

.document-image {
  display:block;
  max-width:900px;
  width:100%;
  height:auto;
  margin:25px 0;
  border-radius:8px
}

.schedule-tabs {
  display:flex;
  gap:12px;
  position:sticky;
  top:0;
  background:#fff;
  padding:12px 0;
  z-index:2
}

.schedule-tabs a {
  padding:10px 18px;
  border:1px solid var(--maroon);
  border-radius:6px;
  text-decoration:none;
  color:var(--maroon)
}

.sponsor-level {
  margin-bottom:45px
}

.sponsor-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:22px
}

.sponsor-card {
  display:flex;
  min-height:150px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-decoration:none;
  color:var(--navy);
  gap:12px
}

.sponsor-card img {
  max-width:150px;
  max-height:75px;
  object-fit:contain
}

.notice {
  padding:16px 20px;
  background:#f6efe3;
  border-left:4px solid var(--gold)
}

@media(max-width:800px) {
  .home-header .header-inner {
  align-items:flex-start;
  flex-direction:column
}

.header-right {
  align-items:flex-start
}

.home-hero,.special-event {
  grid-template-columns:1fr
}

.home-hero-copy {
  padding:40px 25px
}

.home-hero-copy h1 {
  font-size:48px
}

.home-hero-image {
  max-height:350px
}

.quick-actions {
  grid-template-columns:1fr 1fr
}

.stats {
  grid-template-columns:1fr
}

.stats div {
  border-right:0;
  border-bottom:1px solid #e4c9a5
}

.special-event {
  padding:35px 25px
}

.main-nav a {
  padding:7px 10px
}

.brand span {
  font-size:52px
}

}

/* Unified site header/footer */
.home-brand {
  color:#fff;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  flex:0 0 auto
}

.home-brand small {
  font-size:15px
}

.home-brand span {
  font-family:Georgia,serif;
  font-size:62px;
  line-height:.85
}

.home-brand em {
  font:normal 11px Arial,sans-serif;
  letter-spacing:.22em;
  margin-top:10px
}

.home-tagline {
  color:#f4a51c;
  font:italic 20px Georgia,serif
}

.site-footer .footer-inner {
  max-width:1240px;
  margin:auto;
  padding:28px 25px 24px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:18px 30px
}

.site-footer .footer-nav {
  justify-content:center;
  grid-column:1/-1
}

.site-footer .social-links {
  display:flex;
  gap:12px;
  justify-self:end;
  grid-column:2;
  grid-row:2
}

.site-footer .social-links a {
  border:0;
  padding:0;
  display:block
}

.site-footer .social-links img {
  width:34px;
  height:34px;
  object-fit:contain
}

.site-footer p {
  grid-column:1;
  grid-row:2;
  margin:0;
  text-align:center;
  justify-self:center
}

@media(max-width:800px) {
  .home-brand span {
  font-size:52px
}

.site-footer .footer-inner {
  grid-template-columns:1fr
}

.site-footer p,.site-footer .social-links {
  grid-column:1;
  grid-row:auto;
  justify-self:center
}

.home-tagline {
  font-size:18px
}

}

/* White vector social icons. Destinations are loaded from content/common/social.json. */
.site-footer .social-links a {
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
}

.site-footer .social-links svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.7;
}

.site-footer .social-links svg rect,
.site-footer .social-links svg circle {
  fill: none;
}

.site-footer .social-links svg .solid {
  fill: #fff;
  stroke: none;
}

.site-footer .social-links svg .cutout {
  fill: var(--maroon);
  stroke: none;
}

.sponsor-name-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 28px;
}

.sponsor-name {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 1.05rem;
}

/* Sponsor hierarchy: higher sponsorship levels receive modestly stronger typography. */
.sponsor-level h2 {
  margin-bottom: 14px;
}

.sponsor-level.level-sapphire .sponsor-name {
  font-size: 1.34rem;
  font-weight: 700;
}

.sponsor-level.level-kohinoor .sponsor-name {
  font-size: 1.29rem;
  font-weight: 700;
}

.sponsor-level.level-emerald .sponsor-name {
  font-size: 1.24rem;
  font-weight: 650;
}

.sponsor-level.level-ruby .sponsor-name {
  font-size: 1.19rem;
  font-weight: 650;
}

.sponsor-level.level-platinum .sponsor-name {
  font-size: 1.14rem;
  font-weight: 600;
}

.sponsor-level.level-gold .sponsor-name {
  font-size: 1.09rem;
  font-weight: 600;
}

.sponsor-level.level-silver .sponsor-name {
  font-size: 1.04rem;
  font-weight: 500;
}

/* ========================================================================== 
   Homepage visual polish - keeps the existing content and behavior intact
   ========================================================================== */
.home-page {
  background: #fffdf8;
}

.home-page main {
  background:
    radial-gradient(circle at 0 35%, rgba(233,160,27,.045), transparent 24%),
    radial-gradient(circle at 100% 58%, rgba(143,21,50,.035), transparent 22%),
    #fffdf8;
}

.home-page .site-header {
  box-shadow: 0 3px 14px rgba(71, 8, 25, .16);
}

.home-page .site-header:before {
  width: 250px;
  height: 250px;
  right: -105px;
  top: -135px;
  border-color: rgba(233,160,27,.26);
  background: repeating-radial-gradient(circle,transparent 0 13px,rgba(233,160,27,.10) 14px 16px);
}

.home-page .home-header .header-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-page .home-brand span {
  text-shadow: 0 2px 2px rgba(0,0,0,.10);
}

.home-page .main-nav a {
  transition: color .2s ease, transform .2s ease;
}

.home-page .main-nav a:hover,
.home-page .main-nav a:focus-visible {
  color: #f5b33a;
  transform: translateY(-1px);
}

.home-page .home-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  background: linear-gradient(105deg,#fff8ea 0%,#fffaf2 42%,#fff 42%);
  border-bottom: 1px solid rgba(143,21,50,.10);
}

.home-page .home-hero:before,
.home-page .mission-home:before,
.home-page .mission-home:after {
  content: "";
  position: absolute;
  width: 245px;
  height: 245px;
  border: 2px solid rgba(233,160,27,.14);
  border-radius: 50%;
  background: repeating-radial-gradient(circle,transparent 0 15px,rgba(233,160,27,.065) 16px 18px);
  pointer-events: none;
}

.home-page .home-hero:before {
  left: -155px;
  top: 18px;
}

.home-page .home-hero-copy {
  position: relative;
  z-index: 1;
  padding: 66px 34px 52px 55px;
}

.home-page .home-hero-copy h1 {
  font-size: clamp(48px,5vw,68px);
  line-height: .98;
  letter-spacing: -.035em;
}

.home-page .home-hero-copy h2 {
  color: var(--ink);
  font-weight: 500;
  line-height: 1.12;
}

.home-page .event-meta {
  padding-left: 18px;
  border-left: 3px solid var(--gold);
}

.home-page .charity-script {
  margin-top: 18px;
  color: var(--maroon);
}

.home-page .home-hero-image {
  position: relative;
  min-height: 520px;
}

.home-page .home-hero-image:after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 24px 0 34px rgba(255,248,234,.28);
  pointer-events: none;
}

.home-page .home-hero-image img {
  display: block;
}

/* The primary conversion action is deliberately the strongest element. */
.home-page #buyTickets.button.primary {
  background: linear-gradient(135deg,#a5163a,var(--maroon2));
  border-color: var(--maroon2);
  color: #fff;
  padding: 15px 27px;
  box-shadow: 0 9px 22px rgba(111,16,39,.25);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.home-page #buyTickets.button.primary:hover,
.home-page #buyTickets.button.primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 13px 27px rgba(111,16,39,.31);
  background: #a5163a;
}

.home-page .hero-actions .button.secondary,
.home-page .home-sponsors .button.secondary {
  background: rgba(255,255,255,.88);
  color: var(--ink);
  border-color: rgba(23,50,77,.65);
  transition: background .18s ease, transform .18s ease;
}

.home-page .hero-actions .button.secondary:hover,
.home-page .home-sponsors .button.secondary:hover {
  background: #fff;
  transform: translateY(-1px);
}

.home-page .quick-actions {
  position: relative;
  box-shadow: 0 10px 28px rgba(83,52,24,.06);
}

.home-page .quick-actions a {
  padding: 30px 15px 27px;
  transition: background .2s ease, transform .2s ease;
}

.home-page .quick-actions a:hover,
.home-page .quick-actions a:focus-visible {
  background: #fff4e3;
  transform: translateY(-2px);
}

.home-page .quick-actions b {
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font: 700 32px/1 Arial,sans-serif;
  box-shadow: 0 7px 18px rgba(0,0,0,.10);
}

.home-page .quick-actions a:nth-child(1) b {
  background: #e76513;
}

.home-page .quick-actions a:nth-child(2) b {
  background: #08705f;
}

.home-page .quick-actions a:nth-child(3) b {
  background: var(--maroon);
}

.home-page .quick-actions a:nth-child(4) b {
  background: #ee9b12;
}

.home-page .quick-actions span {
  margin-top: 2px;
  font-size: .93rem;
  opacity: .82;
}

.home-page .mission-home {
  position: relative;
  overflow: hidden;
  padding: 48px 25px 44px;
  background: linear-gradient(180deg,#fff9ef,#fff5e5);
}

.home-page .mission-home:before {
  left: -120px;
  bottom: -110px;
}

.home-page .mission-home:after {
  right: -120px;
  bottom: -110px;
}

.home-page .mission-home h2,
.home-page .special-event h2,
.home-page .home-sponsors h2 {
  letter-spacing: -.02em;
}

.home-page .stats {
  position: relative;
  z-index: 1;
}

.home-page .stats strong {
  font-size: 27px;
}

.home-page .special-event {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 1px solid rgba(143,21,50,.10);
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(66,36,18,.07);
  background: linear-gradient(115deg,#fff 0%,#fffaf1 100%);
}

.home-page .special-event .eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--teal);
  font: 700 13px Arial,sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-page .special-event img {
  box-shadow: 0 9px 25px rgba(0,0,0,.12);
}

.home-page .special-event .button.primary {
  background: var(--teal);
  border-color: var(--teal);
  color: #fff;
}

.home-page .home-sponsors {
  background: #fff;
  border-top: 1px solid rgba(143,21,50,.08);
  padding-top: 42px;
}

.home-page .marquee {
  max-width: 980px;
  padding: 14px 0;
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}

.home-page .marquee-track img {
  filter: saturate(.92);
  transition: transform .2s ease, filter .2s ease;
}

.home-page .marquee-track img:hover {
  transform: scale(1.06);
  filter: saturate(1.05);
}

.home-page .site-footer {
  margin-top: 0;
}

@media (max-width: 800px) {
  .home-page .home-hero {
  min-height: 0;
}

.home-page .home-hero-image {
  min-height: 300px;
}

.home-page .home-hero-copy {
  padding: 42px 25px 38px;
}

.home-page .special-event {
  margin: 18px 16px;
  border-radius: 14px;
}

.home-page .quick-actions b {
  width: 66px;
  height: 66px;
}

}

@media (max-width: 520px) {
  .home-page .quick-actions {
  grid-template-columns: 1fr;
}

.home-page .quick-actions a {
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.home-page .hero-actions {
  align-items: stretch;
}

.home-page .hero-actions .button {
  width: 100%;
  text-align: center;
}

}

/* ========================================================================== 
   Homepage visual refinement v2 - based on approved mockup references
   ========================================================================== */
.home-page,
.home-page main {
  background:#fff8ec;
}

.home-page .site-header,
.home-page .site-footer {
  background:linear-gradient(115deg,#7d1028,#981634);
}

.home-page .site-header:before,
.home-page .site-footer:after {
  display:none;
}

.home-page .site-header:after,
.home-page .site-footer:before,
.home-page .site-footer:after {
  content:"";
  position:absolute;
  pointer-events:none;
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.72;
}

.home-page .site-header:after {
  width:190px;
  height:190px;
  right:-42px;
  top:-42px;
  background-image:url('../content/home/decor/rangoli-maroon.png');
}

.home-page .site-footer:before {
  width:180px;
  height:180px;
  left:-45px;
  bottom:-42px;
  background-image:url('../content/home/decor/rangoli-maroon.png');
}

.home-page .site-footer:after {
  display:block;
  width:180px;
  height:180px;
  right:-48px;
  bottom:-50px;
  background-image:url('../content/home/decor/rangoli-maroon.png');
}

.home-page .home-brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}

.home-page .home-brand .manav-logo {
  width:68px;
  height:68px;
  object-fit:contain;
  flex:0 0 auto;
}

.home-page .home-brand .brand-copy {
  display:flex;
  flex-direction:column;
}

.home-page .home-brand small {
  font-size:14px;
  line-height:1.1;
  margin-bottom:2px;
}

.home-page .home-brand span span {
  font-family:Georgia,serif;
  font-size:58px;
  line-height:.88;
  color:#fff;
}

.home-page .home-hero {
  background:#fff8ec;
}

.home-page .home-hero:before {
  width:250px;
  height:250px;
  left:-95px;
  top:-15px;
  border:0;
  border-radius:0;
  background:url('../content/home/decor/rangoli-cream.png') no-repeat center/contain;
  opacity:.72;
}

.home-page .home-hero-copy {
  padding-left:58px;
}

.home-page .event-meta {
  border-left:0;
  padding-left:0;
  margin:18px 0 12px;
}

.home-page .event-meta p {
  display:flex;
  align-items:center;
  gap:12px;
  margin:8px 0;
  font-size:1.1rem;
}

.meta-icon,.button-icon {
  display:inline-block;
  flex:0 0 auto;
  background-color:currentColor;
  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;
  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
}

.calendar-icon {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v3h6V2h2v3h2a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h2V2zm12 8H5v9h14v-9zM7 12h3v3H7v-3zm5 0h3v3h-3v-3z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 2h2v3h6V2h2v3h2a3 3 0 0 1 3 3v11a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3h2V2zm12 8H5v9h14v-9zM7 12h3v3H7v-3zm5 0h3v3h-3v-3z'/%3E%3C/svg%3E");
}

.pin-icon {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 6 8 12 8 12s8-6 8-12a8 8 0 0 0-8-8zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 6 8 12 8 12s8-6 8-12a8 8 0 0 0-8-8zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z'/%3E%3C/svg%3E");
}

.ticket-icon {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='black' d='M1 6 18 1l2 4a4 4 0 0 0 2 7l2 4-17 5-2-4a4 4 0 0 0-2-7L1 6zm9 1 1 3 2-1-1-3-2 1zm2 6 1 3 2-1-1-3-2 1z'/%3E%3C/svg%3E");
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 20'%3E%3Cpath fill='black' d='M1 6 18 1l2 4a4 4 0 0 0 2 7l2 4-17 5-2-4a4 4 0 0 0-2-7L1 6zm9 1 1 3 2-1-1-3-2 1zm2 6 1 3 2-1-1-3-2 1z'/%3E%3C/svg%3E");
}

.home-page .event-meta .meta-icon {
  width:26px;
  height:26px;
  color:var(--maroon);
}

.home-page .hero-actions .button {
  display:inline-flex;
  align-items:center;
  gap:12px;
  justify-content:center;
}

.home-page .hero-actions .button-icon {
  width:27px;
  height:27px;
}

.home-page #buyTickets.button.primary {
  box-shadow:0 2px 5px rgba(111,16,39,.16);
}

.home-page #buyTickets.button.primary:hover,.home-page #buyTickets.button.primary:focus-visible {
  box-shadow:0 4px 8px rgba(111,16,39,.20);
  transform:translateY(-1px);
}

.home-page .button-arrow {
  font-size:1.45em;
  line-height:1;
}

.home-page .quick-actions {
  background:#fff8ec;
  box-shadow:none;
}

.home-page .quick-actions a {
  border-color:#ead8bd;
}

.home-page .quick-actions a:hover,.home-page .quick-actions a:focus-visible {
  background:#fff3df;
}

.home-page .quick-actions .action-icon {
  width:78px;
  height:78px;
  margin:0 auto 12px;
  border-radius:50%;
  display:grid;
  place-items:center;
  color:#fff;
  box-shadow:none;
}

.home-page .quick-actions .action-icon svg {
  width:48px;
  height:48px;
  fill:currentColor;
}

.home-page .quick-actions .action-perform {
  background:#ef650d;
}

.home-page .quick-actions .action-vendor {
  background:#08705f;
}

.home-page .quick-actions .action-sponsor {
  background:#a20f35;
}

.home-page .quick-actions .action-donate {
  background:#ef9b10;
}

.home-page .mission-home {
  background:#fff8ec;
}

.home-page .mission-home:before,.home-page .mission-home:after {
  border:0;
  border-radius:0;
  background:url('../content/home/decor/rangoli-cream.png') no-repeat center/contain;
  opacity:.64;
}

.home-page .mission-home:before {
  width:285px;
  height:285px;
  left:-105px;
  bottom:-100px;
}

.home-page .mission-home:after {
  width:285px;
  height:285px;
  right:-105px;
  bottom:-100px;
  transform:scaleX(-1);
}

.home-page .special-event {
  background:#fff;
  border-color:#eadbc6;
}

.home-page .home-sponsors {
  background:#fff8ec;
  border-top:0;
}

.home-page .site-footer .footer-inner {
  grid-template-columns:1fr auto 1fr;
}

.home-page .site-footer .footer-nav {
  grid-column:1/-1;
}

.home-page .site-footer p {
  grid-column:1/-1;
  grid-row:2;
  justify-self:center;
  text-align:center;
}

.home-page .site-footer .social-links {
  grid-column:3;
  grid-row:1;
  justify-self:end;
  align-self:center;
}

@media(max-width:800px) {
  .home-page .home-brand .manav-logo {
  width:52px;
  height:52px
}

.home-page .home-brand span span {
  font-size:48px
}

.home-page .site-footer .footer-inner {
  grid-template-columns:1fr
}

.home-page .site-footer .footer-nav,.home-page .site-footer p,.home-page .site-footer .social-links {
  grid-column:1;
  grid-row:auto;
  justify-self:center
}

}

/* ==========================================================================
   Homepage visual refinement v3
   - Removes decorative rangoli experiment
   - Tightens header/footer and hero actions
   ========================================================================== */

/* No decorative corner artwork on the homepage. */
.home-page .site-header::before,
.home-page .site-header::after,
.home-page .site-footer::before,
.home-page .site-footer::after,
.home-page .home-hero::before,
.home-page .home-hero::after,
.home-page .mission-home::before,
.home-page .mission-home::after {
  display: none !important;
  background-image: none !important;
}

/* Keep the Manav Mandir mark immediately to the left of the Indiafest wordmark. */
.home-page .home-brand {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}

.home-page .home-brand .manav-logo {
  width: 58px;
  height: 58px;
  margin-bottom: 1px;
  object-fit: contain;
}

.home-page .home-brand .brand-copy {
  display: flex;
  flex-direction: column;
}

.home-page .home-brand small {
  margin: 0 0 3px;
}

.home-page .home-brand .brand-copy > span {
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: .82;
  color: #fff;
}

/* Keep both hero actions together on one row on normal desktop/tablet widths. */
.home-page .hero-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.home-page .hero-actions .button {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

/* Subtle emphasis only - no floating-card shadow. */
.home-page #buyTickets.button.primary {
  box-shadow: 0 1px 2px rgba(111, 16, 39, .12);
}

.home-page #buyTickets.button.primary:hover,
.home-page #buyTickets.button.primary:focus-visible {
  box-shadow: 0 2px 4px rgba(111, 16, 39, .16);
}

/* Give the quick actions breathing room after the hero image. */
.home-page .quick-actions {
  padding-top: 22px;
  padding-bottom: 12px;
}

.home-page .quick-actions a:last-child {
  border-right: 0 !important;
}

/* Restore the compact footer proportions. */
.home-page .site-footer .footer-inner {
  padding-top: 22px;
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  .home-page .home-brand {
  align-items: flex-end;
}

.home-page .home-brand .manav-logo {
  width: 48px;
  height: 48px;
}

.home-page .home-brand .brand-copy > span {
  font-size: 48px;
}

.home-page .hero-actions {
  flex-wrap: wrap;
}

}

@media (max-width: 520px) {
  .home-page .hero-actions {
  flex-direction: column;
  align-items: stretch;
}

.home-page .hero-actions .button {
  width: 100%;
}

}

/* Homepage quick-action artwork supplied by Indiafest. */
.home-page .quick-actions .action-icon {
  width: 92px;
  height: 92px;
  padding: 0;
  background: transparent !important;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  overflow: hidden;
}

.home-page .quick-actions .action-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   Homepage refinement v5
   ========================================================================== */

/* Manav Mandir mark spans the combined height of "Manav Mandir Presents"
   and the Indiafest wordmark while remaining to its left. */
.home-page .home-brand {
  align-items: center;
}

.home-page .home-brand .manav-logo {
  width: 76px;
  height: 76px;
  margin: 0;
  object-fit: contain;
  flex: 0 0 76px;
}

/* Compact footer: menu first, legal line directly below, social links at right. */
.site-footer .footer-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 0;
  padding-top: 18px !important;
  padding-bottom: 17px !important;
}

.site-footer .footer-nav {
  order: 1;
  margin: 0;
}

.site-footer .footer-inner > p {
  order: 2;
  margin: 0;
  text-align: center;
}

.site-footer .social-links {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 760px) {
  .home-page .home-brand .manav-logo {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.site-footer .social-links {
  position: static;
  order: 3;
  transform: none;
  margin-top: 3px;
}

}

/* ==========================================================================
   Site-wide visual consistency pass
   ========================================================================== */

/* Decorative rangoli/mandala artwork has been retired site-wide. */
.site-header::before,
.site-header::after,
.site-footer::before,
.site-footer::after,
.page-hero::before,
.page-hero::after,
.home-hero::before,
.home-hero::after,
.mission-home::before,
.mission-home::after,
main::before,
main::after {
  background-image: none !important;
}

/* Legal/footer copy is intentionally subordinate to footer navigation. */
.site-footer .footer-inner > p {
  font-size: 0.78rem;
  line-height: 1.35;
  opacity: 0.88;
}

/* ==========================================================================
   Decorative ornament removal - definitive site-wide override
   ========================================================================== */

/* Legacy pseudo-elements that created the semicircle/radial ornaments. */
.site-header::before,
.site-header::after,
.site-footer::before,
.site-footer::after,
.page-hero::before,
.page-hero::after,
.youth::before,
.youth::after,
.home-hero::before,
.home-hero::after,
.mission-home::before,
.mission-home::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  border: 0 !important;
  background: none !important;
  background-image: none !important;
}

/* Remove the faint radial wash that was also added during the ornament experiment. */
.home-page main {
  background: #fffdf8 !important;
}

/* ==========================================================================
   Unified site branding
   The top-left brand is intentionally identical on every page.
   ========================================================================== */
.site-header .home-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.site-header .home-brand .manav-logo {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  margin: 0;
  object-fit: contain;
}

.site-header .home-brand .brand-copy {
  display: flex;
  flex-direction: column;
}

.site-header .home-brand .brand-copy small {
  margin: 0 0 3px;
}

.site-header .home-brand .brand-copy > span {
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: .82;
  color: #fff;
}

@media (max-width: 800px) {
  .site-header .home-brand .manav-logo {
  width: 62px;
  height: 62px;
  flex-basis: 62px;
}

.site-header .home-brand .brand-copy > span {
  font-size: 48px;
}

}

/* Findings pass: schedule separation and homepage hero blend. */
.event-schedule-page .section section + section,
.schedule-tabs + section ~ section {
  margin-top: 3rem;
}
#saturday, #sunday, #culinary {
  margin-bottom: 3rem;
}
.home-page .home-hero {
  background: linear-gradient(90deg, #fff7e8 0%, #fff7e8 44%, #f3dfc5 100%);
}


/* ==========================================================================
   Final visual consistency pass
   ========================================================================== */

:root {
  --page-bg: #fffaf1;
  --surface: #ffffff;
  --surface-soft: #f7efe3;
  --text: #24384a;
  --muted: #66727d;
  --radius: 12px;
  --shadow-soft: 0 8px 24px rgba(70, 35, 20, .07);
  --section-space: 64px;
}

/* Typography */
body {
  color: var(--text);
  background: var(--page-bg);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
.site-header .home-brand .brand-copy > span {
  font-family: Georgia, "Times New Roman", serif;
}

p {
  margin-top: 0;
  margin-bottom: 1.05em;
}

.section p,
.readable-copy,
.sponsor-copy {
  line-height: 1.72;
}

.readable-copy,
.narrow-copy {
  max-width: 900px;
}

/* Common page rhythm */
.section {
  padding: var(--section-space) 0;
}

.section + .section {
  border-top: 1px solid rgba(143, 21, 50, .07);
}

.section-soft,
.guidelines,
.vendor-ideas {
  background: var(--surface-soft);
}

.page-hero {
  padding: 58px 0 54px;
  background: linear-gradient(120deg, #fffaf1 0%, #fff4df 68%, #f3dfc5 100%);
}

.page-hero h1 {
  margin: .16em 0 .22em;
  letter-spacing: -.025em;
}

.page-hero .lead {
  line-height: 1.5;
}

/* Buttons and hero actions */
.button,
.jump-links a,
.schedule-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 7px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .94rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .16s ease, color .16s ease,
              border-color .16s ease, transform .16s ease;
}

.button:hover,
.jump-links a:hover,
.schedule-tabs a:hover {
  transform: translateY(-1px);
}

.button-primary,
.jump-links a:first-child,
.schedule-tabs a:first-child {
  border-color: var(--maroon);
  background: var(--maroon);
  color: #fff;
}

.button-primary:hover,
.jump-links a:first-child:hover,
.schedule-tabs a:first-child:hover {
  background: var(--maroon2);
  border-color: var(--maroon2);
}

.button-secondary,
.jump-links a:not(:first-child),
.schedule-tabs a:not(:first-child) {
  border-color: var(--maroon);
  background: rgba(255, 255, 255, .86);
  color: var(--maroon);
}

.page-hero .jump-links,
.page-hero .schedule-tabs,
.page-hero .sponsor-actions {
  margin-top: 26px;
  margin-bottom: 0;
}

.page-hero .schedule-tabs {
  position: static;
  padding: 0;
  background: transparent;
}

/* Cards and panels */
.purpose-card,
.arts-hero-art,
.registration-card,
.guideline-tile,
.contact-card,
.deadline-card,
.vendor-idea-card,
.raffle-price-card,
.notice-card,
.sponsor-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.registration-card,
.contact-card,
.deadline-card,
.notice-card,
.sponsor-card {
  background: var(--surface);
}

.registration-card:hover,
.sponsor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 11px 28px rgba(70, 35, 20, .09);
}

/* Tables */
.table-wrap {
  border-radius: var(--radius);
  box-shadow: 0 6px 20px rgba(70, 35, 20, .045);
}

.content-table,
.vendor-table {
  width: 100%;
  border-collapse: collapse;
}

.content-table th,
.content-table td,
.vendor-table th,
.vendor-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.content-table th,
.vendor-table th {
  background: var(--maroon);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  letter-spacing: .02em;
}

.content-table tbody tr:nth-child(even),
.vendor-table tbody tr:nth-child(even) {
  background: rgba(255, 250, 241, .65);
}

/* Event schedule */
#saturday,
#sunday,
#culinary {
  padding-top: 8px;
  margin-bottom: 54px;
}

#saturday + #sunday,
#sunday + #culinary {
  padding-top: 42px;
  border-top: 1px solid var(--line);
}

.document-image {
  margin: 22px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

/* Sponsor grids */
.sponsor-level {
  margin-bottom: 52px;
}

.sponsor-level h2 {
  margin-bottom: 22px;
}

.sponsor-card {
  min-height: 145px;
  background: #fff;
}

/* Homepage */
.home-page .mission-home,
.home-page .home-sponsors {
  padding-top: 58px;
  padding-bottom: 58px;
}

.home-page .quick-actions {
  padding-top: 30px;
  padding-bottom: 28px;
}

.home-page .quick-actions a {
  transition: transform .16s ease;
}

.home-page .quick-actions a:hover {
  transform: translateY(-2px);
}

.home-page .home-sponsors .marquee {
  margin-top: 24px;
  margin-bottom: 26px;
}

/* Footer */
.site-footer .footer-inner {
  gap: 7px;
  padding-top: 16px !important;
  padding-bottom: 15px !important;
}

.site-footer .footer-nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .91rem;
}

.site-footer .footer-inner > p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .72rem;
  letter-spacing: .01em;
}

/* Accessibility */
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(233, 160, 27, .7);
  outline-offset: 3px;
}

/* Responsive consistency */
@media (max-width: 900px) {
  :root {
    --section-space: 56px;
  }

  .page-hero {
    padding: 50px 0 46px;
  }
}

@media (max-width: 760px) {
  :root {
    --section-space: 46px;
  }

  .page-hero {
    padding: 44px 0 40px;
  }

  .page-hero h1 {
    font-size: 44px;
  }

  .page-hero .lead {
    font-size: 19px;
  }

  .page-hero .jump-links,
  .page-hero .schedule-tabs,
  .page-hero .sponsor-actions {
    gap: 9px;
  }

  .button,
  .jump-links a,
  .schedule-tabs a {
    min-height: 42px;
    padding: 10px 14px;
  }
}

@media (max-width: 520px) {
  .wrap {
    width: min(calc(100% - 30px), var(--max));
  }

  .page-hero h1 {
    font-size: 39px;
  }

  .section h2,
  .theme h2 {
    font-size: 31px;
  }
}


/* 2027 maintenance review refinements - corrected */
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > main {
  flex: 1 0 auto;
  width: 100%;
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto;
}

/* Hero illustrations should blend directly into the hero background. */
.arts-hero-art,
.hero-transparent-art {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.arts-hero-art img,
.hero-transparent-art img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
}

/* Functional committee names are bold row labels, not maroon headers. */
.content-table tbody th {
  background: transparent !important;
  color: var(--text) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
}

.content-table tbody tr:nth-child(even) th {
  background: rgba(255, 250, 241, .65) !important;
}

/* Give the legal line breathing room below the footer menu. */
.site-footer .footer-legal,
.site-footer .footer-inner > p {
  margin-top: 20px;
}
