/* ===================================================================
   Shree Chakradhara Mallik Foundation — Foundation Website
   Visual direction: deep maroon, antique gold, ivory, warm saffron.
   Typography: Cormorant Garamond (display serif), Inter (body),
   Dancing Script (script accents).
   =================================================================== */

:root {
  --maroon-900: #3d0610;
  --maroon-800: #5C0A14;
  --maroon-700: #6e1322;
  --maroon-600: #821a2c;
  --gold-700: #9b6f1f;
  --gold-600: #b88a32;
  --gold-500: #D4A24C;
  --gold-400: #e2bc6e;
  --gold-300: #ecd09a;
  --ivory-50:  #fbf6ec;
  --ivory-100: #f5ecda;
  --ivory-200: #ecdfc5;
  --saffron:   #d97f29;
  --leaf-green: #4a6b2c;
  --ink: #2a1109;
  --ink-soft: #5a3a30;

  --fs-xs: 0.78rem;
  --fs-sm: 0.9rem;
  --fs-base: 1.02rem;
  --fs-md: 1.18rem;
  --fs-lg: 1.5rem;
  --fs-xl: 2rem;
  --fs-2xl: 2.75rem;
  --fs-3xl: 3.8rem;
  --fs-hero: clamp(2.6rem, 7vw, 5.2rem);
  --fs-script: clamp(2.4rem, 6.5vw, 4.6rem);

  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-pad: clamp(4rem, 10vw, 8rem);

  --font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-script: "Dancing Script", "Cormorant Garamond", cursive;

  --shadow-sm: 0 1px 2px rgba(60, 12, 20, 0.08);
  --shadow-md: 0 8px 24px rgba(60, 12, 20, 0.12);
  --shadow-lg: 0 24px 60px rgba(60, 12, 20, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--fs-base);
  line-height: 1.65;
  color: var(--ink);
  background: var(--ivory-50);
  background-image:
    radial-gradient(at 20% 10%, rgba(212, 162, 76, 0.06) 0%, transparent 40%),
    radial-gradient(at 80% 80%, rgba(140, 30, 50, 0.04) 0%, transparent 40%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; display: block; }
a { color: var(--maroon-700); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--gold-600); }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}
.container-narrow {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--gutter);
}

.section { padding: var(--section-pad) 0; position: relative; }
.section-tight { padding: clamp(3rem, 7vw, 5rem) 0; }

.section-eyebrow {
  font-family: var(--font-sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-700);
  margin: 0 0 0.9rem 0;
}
.section-eyebrow.light { color: var(--gold-400); }

.section-title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--maroon-800);
  margin: 0 0 1rem 0;
}
.section-title.light { color: var(--ivory-50); }

.section-sub {
  font-family: var(--font-serif);
  font-size: var(--fs-md);
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 56ch;
  margin: 0 auto;
}
.section-sub.light { color: var(--ivory-100); margin-left: 0; }

.section-head.centered { text-align: center; max-width: 760px; margin: 0 auto 4rem; }
.section-head.centered .section-sub { margin: 0 auto; }
.centered { text-align: center; }

/* ============================ TOPBAR ============================ */
.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 246, 236, 0.94);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(155, 111, 31, 0.18);
}
.topbar-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.75rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--maroon-800);
}
.brand:hover { color: var(--maroon-800); }
.brand-mark {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  color: var(--gold-600);
}
.brand-mark.large { width: 52px; height: 52px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-line-1 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1rem;
  color: var(--maroon-800);
  letter-spacing: 0.01em;
}
.brand-line-2 {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  color: var(--gold-700);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 2px;
}

.topnav { display: flex; align-items: center; gap: 1.6rem; }
.topnav a {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0.04em;
}
.topnav a:hover, .topnav a.active { color: var(--maroon-800); }
.topnav a.active { font-weight: 600; }
.nav-cta {
  background: var(--maroon-800);
  color: var(--ivory-50) !important;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid var(--maroon-800);
  transition: all .25s ease;
}
.nav-cta:hover {
  background: var(--maroon-900);
  border-color: var(--gold-500);
  color: var(--gold-300) !important;
}

/* Hamburger menu (mobile) */
.nav-toggle {
  display: none;
  background: none;
  border: 1px solid rgba(155, 111, 31, 0.35);
  border-radius: 6px;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--maroon-800);
}
.nav-toggle svg { width: 22px; height: 22px; display: block; }

/* ============================ HERO BLOCKS ============================ */
.hero {
  position: relative;
  min-height: clamp(560px, 86vh, 820px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--ivory-50);
  overflow: hidden;
  isolation: isolate;
}
.hero-image-wrap { position: absolute; inset: 0; z-index: 0; }
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) brightness(0.78);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(40, 4, 12, 0.78) 0%, rgba(40, 4, 12, 0.55) 70%, rgba(40, 4, 12, 0.85) 100%),
    linear-gradient(180deg, rgba(40, 4, 12, 0.55) 0%, rgba(40, 4, 12, 0.4) 50%, rgba(40, 4, 12, 0.8) 100%);
  z-index: 1;
}
.hero-content {
  max-width: 880px;
  padding: 5rem var(--gutter) 7rem;
  animation: fadeUp 1.1s ease both;
  position: relative;
  z-index: 2;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.eyebrow-line { height: 1px; width: 48px; background: var(--gold-400); opacity: 0.8; }
.eyebrow-text {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-300);
}

.hero-title {
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.hero-script {
  font-family: var(--font-script);
  font-size: var(--fs-script);
  font-weight: 700;
  color: var(--gold-400);
  font-style: italic;
  margin-bottom: -0.2em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.6), 0 2px 6px rgba(0,0,0,0.5);
}
.hero-display {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: var(--fs-hero);
  letter-spacing: -0.015em;
  color: var(--ivory-50);
  text-shadow: 0 2px 24px rgba(0,0,0,0.6), 0 1px 4px rgba(0,0,0,0.5);
}
.hero-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.4vw, 1.6rem);
  color: var(--gold-300);
  margin: 1rem 0 0.5rem;
}
.hero-sub {
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  color: var(--ivory-100);
  max-width: 56ch;
  margin: 0.5rem auto 2.5rem;
  line-height: 1.6;
}
.hero-cta-row {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Compact page hero (used on inner pages) */
.page-hero {
  background: linear-gradient(180deg, var(--maroon-900) 0%, var(--maroon-800) 100%);
  color: var(--ivory-50);
  padding: clamp(4.5rem, 10vw, 7rem) 0 clamp(3rem, 6vw, 4.5rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(212, 162, 76, 0.18) 0%, transparent 50%);
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 600;
  margin: 0.5rem 0 1rem;
  color: var(--ivory-50);
  letter-spacing: -0.01em;
}
.page-hero p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.1rem, 2.4vw, 1.45rem);
  color: var(--gold-300);
  max-width: 60ch;
  margin: 0 auto;
  line-height: 1.5;
}

/* ============================ BUTTONS ============================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.95rem 1.7rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
  text-decoration: none;
  line-height: 1;
}
.btn-primary {
  background: var(--gold-500);
  color: var(--maroon-900);
  border-color: var(--gold-500);
  box-shadow: 0 4px 0 var(--gold-700), var(--shadow-md);
}
.btn-primary:hover {
  background: var(--gold-400);
  color: var(--maroon-900);
  transform: translateY(-1px);
  box-shadow: 0 5px 0 var(--gold-700), var(--shadow-lg);
}
.btn-primary:active {
  transform: translateY(2px);
  box-shadow: 0 1px 0 var(--gold-700), var(--shadow-sm);
}
.btn-ghost {
  background: transparent;
  color: var(--ivory-50);
  border-color: rgba(236, 208, 154, 0.5);
}
.btn-ghost:hover {
  background: rgba(236, 208, 154, 0.12);
  border-color: var(--gold-400);
  color: var(--ivory-50);
}
.btn-secondary {
  background: transparent;
  color: var(--maroon-800);
  border-color: var(--maroon-800);
}
.btn-secondary:hover {
  background: var(--maroon-800);
  color: var(--ivory-50);
}

/* ============================ ORNAMENT ============================ */
.ornament {
  color: var(--gold-500);
  padding: 2.5rem var(--gutter);
  background: var(--ivory-50);
  text-align: center;
}
.ornament svg {
  width: 100%;
  max-width: 800px;
  height: 32px;
  opacity: 0.7;
}

/* ============================ TWO-COL ============================ */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.image-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.image-frame.wide { aspect-ratio: 4 / 3; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(212, 162, 76, 0.6);
  pointer-events: none;
  z-index: 1;
}
.lede {
  font-family: var(--font-serif);
  font-size: var(--fs-lg);
  font-style: italic;
  color: var(--maroon-700);
  line-height: 1.4;
  margin: 1.2rem 0 1.4rem;
}
.body-text p { color: var(--ink-soft); margin: 0 0 1.1rem; }

/* ============================ MISSION CARD ============================ */
.mission-card {
  background: var(--ivory-100);
  border: 1px solid rgba(155, 111, 31, 0.25);
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: 4px;
  text-align: center;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.mission-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(212, 162, 76, 0.4);
  pointer-events: none;
}
.mission-card .mission-mark {
  width: 48px;
  height: 48px;
  margin: 0 auto 1.2rem;
  color: var(--gold-600);
}
.mission-statement {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-style: italic;
  line-height: 1.4;
  color: var(--maroon-800);
  margin: 0;
}
.mission-attrib {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-700);
  margin-top: 1.5rem;
}

/* ============================ PILLARS ============================ */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.pillar {
  text-align: center;
  padding: 2rem 1.5rem;
}
.pillar-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  color: var(--gold-600);
}
.pillar-icon svg { width: 100%; height: 100%; }
.pillar h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--maroon-800);
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.pillar p {
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin: 0;
  line-height: 1.55;
}

/* ============================ INITIATIVE FEATURE CARD ============================ */
.feature-card {
  background: var(--maroon-900);
  color: var(--ivory-50);
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  box-shadow: var(--shadow-lg);
}
.feature-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(212, 162, 76, 0.3);
  pointer-events: none;
  z-index: 2;
}
.feature-image {
  position: relative;
  min-height: 360px;
}
.feature-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feature-content {
  padding: clamp(2rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  background: rgba(212, 162, 76, 0.15);
  border: 1px solid var(--gold-500);
  border-radius: 999px;
  color: var(--gold-400);
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  align-self: flex-start;
  margin-bottom: 1.5rem;
}
.feature-badge::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-400);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(226, 188, 110, 0.6); }
  50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(226, 188, 110, 0); }
}
.feature-content h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 2.8rem);
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--ivory-50);
  line-height: 1.1;
}
.feature-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-300);
  font-size: 1.2rem;
  margin: 0 0 1.2rem;
}
.feature-content p {
  color: var(--ivory-100);
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}
.feature-meta {
  display: flex;
  gap: 2rem;
  margin: 1.25rem 0 2rem;
  flex-wrap: wrap;
}
.feature-meta-item {
  display: flex;
  flex-direction: column;
}
.feature-meta-item .meta-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.2rem;
}
.feature-meta-item .meta-value {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--ivory-50);
}

/* ============================ INITIATIVES GRID ============================ */
.initiatives-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.initiative-card {
  background: var(--ivory-50);
  border: 1px solid rgba(155, 111, 31, 0.25);
  padding: 2rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
}
.initiative-card.live {
  background: linear-gradient(180deg, #fff8eb 0%, var(--ivory-100) 100%);
  border-color: var(--gold-500);
}
.initiative-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-500);
}
.initiative-status {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  align-self: flex-start;
}
.initiative-status.live { color: var(--saffron); }
.initiative-status.live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--saffron);
}
.initiative-status.coming { color: var(--gold-700); }
.initiative-card h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--maroon-800);
  margin: 0 0 0.4rem;
  line-height: 1.15;
}
.initiative-card .tag-line {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-700);
  font-size: 1rem;
  margin: 0 0 1rem;
}
.initiative-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  margin: 0 0 1.5rem;
  flex: 1;
}
.initiative-link {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--maroon-700);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-bottom: 1px solid var(--gold-500);
  padding-bottom: 4px;
  align-self: flex-start;
}
.initiative-link:hover { color: var(--gold-700); }

/* ============================ CATEGORIES (Pitha page) ============================ */
.categories-section {
  background: linear-gradient(180deg, var(--ivory-50) 0%, var(--ivory-100) 100%);
  position: relative;
}
.categories-section::before, .categories-section::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500), transparent);
  opacity: 0.4;
}
.categories-section::before { top: 0; }
.categories-section::after { bottom: 0; }
.categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.category-card {
  background: var(--ivory-50);
  border: 1px solid rgba(155, 111, 31, 0.25);
  padding: 2.4rem 1.8rem;
  border-radius: 4px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.category-card::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 0.35s ease;
}
.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-500);
}
.category-card:hover::before { border-color: rgba(212, 162, 76, 0.5); }
.category-card-feature {
  background: linear-gradient(180deg, #fff8eb 0%, var(--ivory-100) 100%);
  border-color: var(--gold-500);
}
.category-card-feature::before { border-color: rgba(212, 162, 76, 0.4); }
.category-num {
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--gold-600);
  line-height: 1;
  margin-bottom: 1rem;
}
.category-title {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 600;
  color: var(--maroon-800);
  margin: 0 0 0.5rem;
  line-height: 1.05;
}
.category-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--gold-700);
  font-size: 1.1rem;
  margin: 0 0 1.2rem;
}
.category-card > p {
  color: var(--ink-soft);
  margin: 0 0 1.5rem;
  font-size: 0.98rem;
  flex: 1;
}
.category-tags {
  list-style: none;
  padding: 1.2rem 0 0;
  margin: 0;
  border-top: 1px solid rgba(155, 111, 31, 0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.category-tags li {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-700);
  background: rgba(212, 162, 76, 0.12);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
}

/* ============================ RULES ============================ */
.two-col-rules {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}
.prizes {
  margin-top: 2.5rem;
  padding: 1.8rem;
  background: var(--maroon-800);
  color: var(--ivory-50);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.prizes::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(212, 162, 76, 0.4);
  pointer-events: none;
}
.prizes h4 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0 0 1.2rem;
  color: var(--gold-400);
  font-weight: 600;
}
.prize-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.7rem 0;
  border-bottom: 1px dashed rgba(212, 162, 76, 0.25);
  font-family: var(--font-serif);
}
.prize-row:last-of-type { border-bottom: none; }
.prize-place { font-size: 1.05rem; }
.prize-amt { font-size: 1.4rem; color: var(--gold-400); font-weight: 600; }
.prize-note {
  margin: 1rem 0 0;
  font-size: 0.86rem;
  color: var(--ivory-100);
  line-height: 1.5;
  font-style: italic;
}
.rules-list { list-style: none; padding: 0; margin: 0; }
.rules-list li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(155, 111, 31, 0.18);
}
.rules-list li:first-child { padding-top: 0; }
.rules-list li:last-child { border-bottom: none; }
.rule-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--gold-600);
  font-weight: 500;
  line-height: 1;
}
.rules-list h4 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--maroon-800);
  margin: 0 0 0.4rem;
  font-weight: 600;
}
.rules-list p { color: var(--ink-soft); margin: 0; font-size: 0.98rem; line-height: 1.55; }

/* ============================ INTERLUDE / QUOTE ============================ */
.interlude {
  background: var(--maroon-900);
  color: var(--ivory-50);
  padding: clamp(3.5rem, 8vw, 6rem) var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.interlude::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%, rgba(212, 162, 76, 0.15) 0%, transparent 50%);
  pointer-events: none;
}
.interlude-image {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  border: 2px solid rgba(212, 162, 76, 0.6);
}
.interlude-image img { width: 100%; height: 100%; object-fit: cover; }
.interlude-text { position: relative; z-index: 1; }
.interlude-quote {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 500;
  color: var(--gold-400);
  line-height: 1.2;
  margin: 0 0 0.6rem;
}
.interlude-translation {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--ivory-100);
  margin: 0 0 1rem;
}
.interlude-attrib {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-500);
  opacity: 0.8;
  margin: 0;
}

/* ============================ SPONSORS ============================ */
.sponsors-section { background: var(--ivory-100); }
.sponsor-primary {
  margin: 3rem auto 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.sponsor-mark {
  width: 88px;
  height: 88px;
  color: var(--gold-600);
  margin-bottom: 0.5rem;
}
.sponsor-mark svg { width: 100%; height: 100%; }
.sponsor-name {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--maroon-800);
  margin: 0;
}
.sponsor-role {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-700);
  margin: 0;
}
.sponsor-line { margin: 2.5rem auto 1.5rem; max-width: 720px; }
.sponsor-line > p {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ink-soft);
  margin: 0 0 1rem;
}
.sponsor-partners {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}
.sponsor-partners li {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--maroon-800);
  padding: 0.5rem 1.1rem;
  border: 1px solid rgba(155, 111, 31, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}
.sponsor-cta {
  margin-top: 2.5rem;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--ink-soft);
  font-style: italic;
}
.sponsor-cta a { color: var(--maroon-700); border-bottom: 1px solid var(--gold-500); }

/* ============================ FORM (DARK) ============================ */
.form-dark-section { background: var(--ivory-50); padding: 0; }
.form-card {
  background:
    radial-gradient(at 80% 0%, rgba(212, 162, 76, 0.18) 0%, transparent 50%),
    linear-gradient(180deg, var(--maroon-900) 0%, var(--maroon-800) 100%);
  color: var(--ivory-50);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 4rem);
  position: relative;
  overflow: hidden;
}
.form-card::before {
  content: "";
  position: absolute;
  top: 18px; right: 18px; bottom: 18px; left: 18px;
  border: 1px solid rgba(212, 162, 76, 0.35);
  pointer-events: none;
}
.form-head {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.standard-form { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.form-row { display: grid; gap: 1rem; margin-bottom: 1rem; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.field { display: flex; flex-direction: column; margin-bottom: 1rem; }
.field-label {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.req { color: #f1b074; }
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  background: rgba(251, 246, 236, 0.06);
  border: 1px solid rgba(212, 162, 76, 0.35);
  color: var(--ivory-50);
  padding: 0.95rem 1rem;
  font-family: var(--font-sans);
  font-size: 1rem;
  border-radius: 4px;
  outline: none;
  transition: all 0.25s ease;
  width: 100%;
}
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23e2bc6e' stroke-width='1.5'/></svg>"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.field select option { background: var(--maroon-900); color: var(--ivory-50); }
.field textarea { resize: vertical; min-height: 90px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(236, 208, 154, 0.45); }
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--gold-400);
  background: rgba(251, 246, 236, 0.12);
  box-shadow: 0 0 0 3px rgba(212, 162, 76, 0.18);
}

.field-radio { border: none; padding: 0; margin: 0.5rem 0 1.2rem; }
.field-radio legend { padding: 0; margin-bottom: 0.6rem; }
.radio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.radio-card { display: block; cursor: pointer; position: relative; }
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.1rem 0.5rem;
  border: 1px solid rgba(212, 162, 76, 0.35);
  border-radius: 4px;
  background: rgba(251, 246, 236, 0.04);
  transition: all 0.25s ease;
  height: 100%;
}
.radio-card:hover .radio-card-inner {
  background: rgba(251, 246, 236, 0.1);
  border-color: var(--gold-400);
}
.radio-card input:checked + .radio-card-inner {
  background: var(--gold-500);
  border-color: var(--gold-400);
  color: var(--maroon-900);
  box-shadow: 0 4px 16px rgba(212, 162, 76, 0.4);
}
.radio-card input:focus-visible + .radio-card-inner {
  outline: 2px solid var(--gold-400);
  outline-offset: 2px;
}
.radio-num {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gold-400);
  margin-bottom: 0.3rem;
}
.radio-card input:checked + .radio-card-inner .radio-num { color: var(--maroon-900); }
.radio-title {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--ivory-50);
  font-weight: 600;
}
.radio-card input:checked + .radio-card-inner .radio-title { color: var(--maroon-900); }
.radio-sub {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: var(--gold-300);
  letter-spacing: 0.06em;
  margin-top: 0.25rem;
}
.radio-card input:checked + .radio-card-inner .radio-sub { color: var(--maroon-800); }

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  color: var(--ivory-100);
  margin: 0.5rem 0 1.5rem;
  cursor: pointer;
  line-height: 1.5;
}
.checkbox-field input {
  margin-top: 0.2rem;
  accent-color: var(--gold-500);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.form-actions { margin-top: 1.5rem; text-align: center; }
.btn-submit { min-width: 240px; padding: 1.1rem 2rem; font-size: 1rem; }
.form-note {
  margin: 1.2rem 0 0;
  font-size: 0.82rem;
  color: var(--ivory-100);
  opacity: 0.85;
  line-height: 1.5;
}
.form-note a { color: var(--gold-400); border-bottom: 1px dotted var(--gold-500); }
.form-success { text-align: center; padding: 2rem 1rem; animation: fadeUp 0.6s ease both; }
.success-mark {
  width: 72px;
  height: 72px;
  color: var(--gold-400);
  margin: 0 auto 1rem;
}
.form-success h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  color: var(--ivory-50);
}
.form-success p { color: var(--ivory-100); max-width: 48ch; margin: 0 auto; }

/* ============================ GET INVOLVED CARDS ============================ */
.involve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.involve-card {
  background: var(--ivory-50);
  border: 1px solid rgba(155, 111, 31, 0.25);
  padding: 2.5rem 2rem;
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.involve-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-500);
}
.involve-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 1rem;
  color: var(--gold-600);
}
.involve-card h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--maroon-800);
  margin: 0 0 0.5rem;
}
.involve-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  margin: 0 0 1.5rem;
  flex: 1;
}
.involve-card .btn { align-self: center; }

/* ============================ CONTACT META ============================ */
.contact-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 3rem auto;
  max-width: 880px;
  text-align: center;
}
.contact-meta-item h4 {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-700);
  margin: 0 0 0.4rem;
  font-weight: 600;
}
.contact-meta-item p {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--maroon-800);
  margin: 0;
  line-height: 1.5;
}

/* ============================ CTA STRIP ============================ */
.cta-strip {
  background: var(--maroon-900);
  color: var(--ivory-50);
  padding: clamp(3rem, 7vw, 5rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(212, 162, 76, 0.18) 0%, transparent 60%);
}
.cta-strip-content { position: relative; z-index: 1; }
.cta-strip h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 0.6rem;
  color: var(--ivory-50);
  font-weight: 600;
}
.cta-strip p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--gold-300);
  max-width: 56ch;
  margin: 0 auto 2rem;
}

/* ============================ FOOTER ============================ */
.footer {
  background: var(--maroon-900);
  color: var(--ivory-100);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(212, 162, 76, 0.2);
}
.footer-brand .brand-mark { color: var(--gold-500); margin-bottom: 1rem; }
.footer-name {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--ivory-50);
  margin: 0 0 0.5rem;
}
.footer-mission {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--ivory-100);
  font-size: 1rem;
  max-width: 36ch;
  margin: 0 0 1rem;
}
.footer-tax {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  color: var(--gold-400);
  letter-spacing: 0.08em;
  margin: 0;
}
.footer-col h5 {
  font-family: var(--font-sans);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
  margin: 0 0 1rem;
  font-weight: 600;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 0.6rem; font-size: 0.95rem; }
.footer-col a { color: var(--ivory-100); }
.footer-col a:hover { color: var(--gold-400); }
.footer-base {
  max-width: 1180px;
  margin: 2rem auto 0;
  padding: 0 var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(245, 236, 218, 0.6);
  flex-wrap: wrap;
  gap: 0.75rem;
}
.footer-tag { font-style: italic; margin: 0; }
.footer-base p { margin: 0; }

/* ============================ RESPONSIVE ============================ */
@media (max-width: 960px) {
  .topnav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--ivory-50);
    border-bottom: 1px solid rgba(155, 111, 31, 0.18);
    box-shadow: var(--shadow-md);
    padding: 0.5rem var(--gutter) 1rem;
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .topnav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .topnav a {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(155, 111, 31, 0.12);
    font-size: 1rem;
  }
  .topnav a:last-child { border-bottom: none; }
  .nav-cta {
    margin-top: 0.75rem;
    text-align: center;
  }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }

  .two-col, .two-col-rules, .interlude, .feature-card {
    grid-template-columns: 1fr;
  }
  .feature-image { min-height: 280px; }
  .feature-card::before { inset: 10px; }
  .interlude { text-align: center; padding: 4rem var(--gutter); }
  .interlude-image { max-width: 320px; margin: 0 auto; }

  .pillars, .categories-grid, .initiatives-grid, .involve-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .contact-meta { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-base { flex-direction: column; align-items: flex-start; }
  .form-row.two { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand-text { display: none; }
  .topbar-inner { padding: 0.65rem var(--gutter); }
  .nav-cta { padding: 0.5rem 1rem; font-size: 0.8rem; }
  .hero-cta-row .btn { width: 100%; }
  .rules-list li { grid-template-columns: 40px 1fr; gap: 0.8rem; }
  .rule-num { font-size: 1.2rem; }
  .sponsor-partners li { font-size: 0.95rem; padding: 0.4rem 0.85rem; }
  .form-card { padding: 2.5rem 1.25rem; }
  .form-card::before { top: 10px; right: 10px; bottom: 10px; left: 10px; }
  .radio-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
