/* ==========================================================================
   GCKA Design System — Kerala × Carolinas × Community
   Tokens → base → layout → components → pages → utilities
   ========================================================================== */

:root {
  /* Color: backwater greens, kasavu cream & gold, laterite, Carolina blue */
  --ink: #13251F;
  --ink-2: #44574F;
  --ink-3: #56665F;
  --paper: #FBF7EE;
  --paper-2: #F3EBDA;
  --card: #FFFFFF;
  --line: #E6DCC7;
  --line-2: #D9CCB0;
  --green: #0E4A40;
  --green-2: #16655A;
  --green-deep: #082F29;
  --green-soft: #DCEBE3;
  --laterite: #A3452A;
  --laterite-2: #8A3920;
  --laterite-soft: #F6E1D6;
  --gold: #BF9142;
  --gold-soft: #F2E6CC;
  --sky: #7BAFD4;
  --sky-deep: #2F6690;
  --sky-soft: #E4EFF7;
  --focus: #2F6690;
  --on-dark: #F7F1E3;
  --fixed-cream: #FBF7EE; --fixed-gold-soft: #F2E6CC; --fixed-gold: #D4A858; --fixed-green-deep: #082F29; --fixed-ink: #13251F;
  --on-dark-2: #C9D6CF;

  /* Pookalam petals */
  --pk-1: #E59A2F; --pk-2: #B4502F; --pk-3: #F3D27A; --pk-4: #16655A; --pk-5: #F7F1E3; --pk-6: #7A2E1B;

  /* Hero scene */
  --scene-sky-top: #F4D9B0; --scene-sky-bottom: #F9EEDC; --scene-sun: #F2B872;
  --scene-far: #9BB9A9; --scene-mid: #3F6F5E; --scene-near: #173F35;
  --scene-water-top: #A9C7C0; --scene-water-bottom: #5E8F85; --scene-ripple: #F7F1E3; --scene-boat: #10241E;

  /* Card art */
  --art-bg: #E9F0EA; --art-fg: #0E4A40; --art-accent: #E59A2F; --art-water: #BBD3CB;

  /* Type */
  --font-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-ml: "Noto Serif Malayalam", "Manjari", serif;
  --fs-xs: .8125rem; --fs-sm: .9375rem; --fs-md: 1.0625rem; --fs-lg: clamp(1.125rem, 1rem + .5vw, 1.3125rem);
  --fs-h4: 1.25rem; --fs-h3: clamp(1.25rem, 1.1rem + .6vw, 1.5rem); --fs-h2: clamp(1.9rem, 1.4rem + 2vw, 2.9rem); --fs-h1: clamp(2.4rem, 1.6rem + 3.6vw, 4.4rem);

  /* Space, radius, elevation, motion */
  --s-1: .25rem; --s-2: .5rem; --s-3: .75rem; --s-4: 1rem; --s-5: 1.5rem; --s-6: 2rem; --s-7: 3rem; --s-8: 4.5rem; --s-9: 6.5rem;
  --r-sm: 8px; --r-md: 14px; --r-lg: 22px; --r-xl: 32px; --r-pill: 999px;
  --shadow-1: 0 1px 2px rgba(19, 37, 31, .06), 0 2px 8px rgba(19, 37, 31, .05);
  --shadow-2: 0 2px 6px rgba(19, 37, 31, .06), 0 14px 34px rgba(19, 37, 31, .10);
  --shadow-3: 0 30px 60px -20px rgba(8, 47, 41, .35);
  --ease: cubic-bezier(.2, .7, .2, 1);
  --container: 1200px;
  --header-h: 72px;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ink: #EEE8DA; --ink-2: #C5CCC6; --ink-3: #99A69F;
    --paper: #0F1916; --paper-2: #15221E; --card: #182723; --line: #26382F; --line-2: #33483F;
    --green: #7FC4AE; --green-2: #9AD3C0; --green-deep: #0A1411; --green-soft: #1C3A31;
    --laterite: #E58A63; --laterite-2: #F0A07D; --laterite-soft: #3A231A; --gold: #D9B26A; --gold-soft: #33291A;
    --sky: #93C1E2; --sky-deep: #A9CDE8; --sky-soft: #172A36; --focus: #93C1E2;
    --art-bg: #1C2E28; --art-fg: #9AD3C0; --art-water: #25423A;
    --scene-sky-top: #10202B; --scene-sky-bottom: #2A3A40; --scene-sun: #E9D8B0; --scene-far: #3E5A52; --scene-mid: #243F37; --scene-near: #0D1D19; --scene-water-top: #2B4744; --scene-water-bottom: #13292A; --scene-ripple: #9AB; --scene-boat: #050B09;
    --shadow-1: 0 1px 2px rgba(0,0,0,.4); --shadow-2: 0 10px 30px rgba(0,0,0,.45);
  }
}
:root[data-theme="dark"] { color-scheme: dark;
    --ink: #EEE8DA; --ink-2: #C5CCC6; --ink-3: #99A69F;
    --paper: #0F1916; --paper-2: #15221E; --card: #182723; --line: #26382F; --line-2: #33483F;
    --green: #7FC4AE; --green-2: #9AD3C0; --green-deep: #0A1411; --green-soft: #1C3A31;
    --laterite: #E58A63; --laterite-2: #F0A07D; --laterite-soft: #3A231A; --gold: #D9B26A; --gold-soft: #33291A;
    --sky: #93C1E2; --sky-deep: #A9CDE8; --sky-soft: #172A36; --focus: #93C1E2;
    --art-bg: #1C2E28; --art-fg: #9AD3C0; --art-water: #25423A;
    --scene-sky-top: #10202B; --scene-sky-bottom: #2A3A40; --scene-sun: #E9D8B0; --scene-far: #3E5A52; --scene-mid: #243F37; --scene-near: #0D1D19; --scene-water-top: #2B4744; --scene-water-bottom: #13292A; --scene-ripple: #9AB; --scene-boat: #050B09;
    --shadow-1: 0 1px 2px rgba(0,0,0,.4); --shadow-2: 0 10px 30px rgba(0,0,0,.45);
}

/* ---------------------------------------------------------------- base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 var(--fs-md)/1.65 var(--font-body); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--green-2); text-underline-offset: .18em; text-decoration-thickness: 1px; }
a:hover { color: var(--laterite); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; letter-spacing: -.01em; margin: 0 0 var(--s-3); color: var(--ink); font-variation-settings: "opsz" 96; }
h3 { font-size: var(--fs-h3); } h4, .h4 { font-size: var(--fs-h4); }
p { margin: 0 0 var(--s-4); }
ul, ol { padding-left: 1.2em; }
em { font-style: italic; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--gold-soft); color: var(--ink); }
.ml { font-family: var(--font-ml); letter-spacing: 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--green); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); }
.skip-link:focus { top: 12px; }
[hidden] { display: none !important; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 16px; }
@media (min-width: 720px) { .container { padding-inline: 32px; } }
.narrow { max-width: 820px; }
.measure { max-width: 68ch; }
.center { text-align: center; }
.small { font-size: var(--fs-sm); }
.muted { color: var(--ink-3); }
.rounded { border-radius: var(--r-lg); }

.section { padding-block: var(--s-8); }
.section--tight { padding-block: var(--s-7); }
@media (min-width: 960px) { .section { padding-block: var(--s-9); } }
.section--paper { background: var(--paper-2); }
.section--green { background: var(--green-deep); color: var(--on-dark); }
.section--green h2, .section--green h3, .section--green .section-title { color: var(--on-dark); }
.section--green .lead, .section--green p { color: var(--on-dark-2); }
.section--green .eyebrow { color: var(--gold); }

/* ---------------------------------------------------------------- type helpers */
.eyebrow { font: 600 var(--fs-xs)/1.3 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--laterite); margin-bottom: var(--s-3); }
.eyebrow .ml { text-transform: none; letter-spacing: 0; font-size: 1.05em; }
.section-title { font-size: var(--fs-h2); }
.lead { font-size: var(--fs-lg); color: var(--ink-2); line-height: 1.6; }
.section-header { margin-bottom: var(--s-6); max-width: 760px; }
.section-header--center { margin-inline: auto; text-align: center; }
.section-head-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: var(--s-4); margin-bottom: var(--s-6); }
.section-head-row .section-header { margin-bottom: 0; }
.subhead { font-size: var(--fs-h3); margin: var(--s-7) 0 var(--s-4); }

/* ---------------------------------------------------------------- buttons, chips, pills */
.btn { --b: var(--green); --t: #fff; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .7rem 1.3rem; border-radius: var(--r-pill); border: 1.5px solid var(--b); background: var(--b); color: var(--t); font: 600 1rem/1.2 var(--font-body); text-decoration: none; transition: transform .2s var(--ease), background .2s, box-shadow .2s, color .2s; cursor: pointer; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); box-shadow: var(--shadow-2); color: var(--t); }
.btn .icon { width: 18px; height: 18px; }
.btn--primary { --b: var(--green); --t: #fff; }
.btn--primary:hover { --b: var(--green-2); }
.btn--accent { --b: var(--laterite); --t: #fff; }
.btn--accent:hover { --b: var(--laterite-2); }
.btn--secondary { background: transparent; color: var(--green); border-color: var(--line-2); }
.btn--secondary:hover { color: var(--green); border-color: var(--green); background: var(--card); }
.btn--ghost { background: transparent; border-color: transparent; color: var(--ink-2); }
.btn--ghost:hover { color: var(--green); background: var(--green-soft); box-shadow: none; }
.btn--light { --b: var(--fixed-cream); --t: var(--fixed-green-deep); }
.btn--outline-light:hover { color: var(--fixed-green-deep) !important; }
.btn--outline-light { background: transparent; color: var(--on-dark); border-color: rgba(247, 241, 227, .5); }
.btn--outline-light:hover { color: var(--green-deep); background: var(--on-dark); }
.btn--sm { min-height: 40px; padding: .45rem 1rem; font-size: .9375rem; }
.btn--block, [data-block] { width: 100%; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .btn--primary { --t: #06201B; } :root:not([data-theme="light"]) .btn--accent { --t: #2A120A; } }
:root[data-theme="dark"] .btn--primary { --t: #06201B; } :root[data-theme="dark"] .btn--accent { --t: #2A120A; }
.actions { display: flex; flex-wrap: wrap; gap: var(--s-3); margin-top: var(--s-5); align-items: center; }
.actions--center { justify-content: center; }
.link { font-weight: 600; display: inline-flex; align-items: center; gap: .35rem; text-decoration: none; }
.link .icon { width: 16px; height: 16px; }
.link--light { color: var(--on-dark); }

.chip { display: inline-flex; align-items: center; gap: .4rem; min-height: 40px; padding: .4rem .9rem; border-radius: var(--r-pill); border: 1px solid var(--line-2); background: var(--card); color: var(--ink-2); font: 500 .9375rem/1.2 var(--font-body); text-decoration: none; cursor: pointer; transition: all .15s; }
.chip:hover { border-color: var(--green); color: var(--green); }
.chip.is-active, .chip[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }
.chip .icon { width: 16px; height: 16px; }
.chip small { opacity: .7; }
.chip--muted { color: var(--ink-3); cursor: default; }
.pill-row { display: flex; flex-wrap: wrap; gap: var(--s-2); margin: var(--s-4) 0; }
.pill { display: inline-block; padding: .35rem .85rem; border-radius: var(--r-pill); background: var(--gold-soft); color: var(--ink); font-weight: 600; font-size: var(--fs-sm); }
.pill--muted { background: rgba(255,255,255,.15); color: inherit; }

.tag { display: inline-block; margin: 0 0 var(--s-2); font: 700 .75rem/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; color: var(--green-2); }
.tag--culture { color: var(--laterite); } .tag--sports { color: var(--sky-deep); } .tag--youth { color: #8A5A00; } .tag--kalari { color: #6B3FA0; } .tag--community, .tag--service { color: var(--green-2); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .tag--youth { color: #E9B949; } :root:not([data-theme="light"]) .tag--kalari { color: #C4A5F0; } }
:root[data-theme="dark"] .tag--youth { color: #E9B949; } :root[data-theme="dark"] .tag--kalari { color: #C4A5F0; }

.status { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: var(--fs-sm); margin: 0; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.status--open { color: #1E7B4F; } .status--closed { color: var(--ink-3); }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) .status--open { color: #6FD39F; } }
:root[data-theme="dark"] .status--open { color: #6FD39F; }

.icon { width: 20px; height: 20px; flex: none; }
.icon-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; color: inherit; cursor: pointer; }
.icon-btn:hover { background: var(--green-soft); color: var(--green); }

.notice { display: flex; gap: var(--s-3); align-items: flex-start; padding: var(--s-4) var(--s-5); border-radius: var(--r-md); background: var(--sky-soft); color: var(--ink); margin: var(--s-5) 0; }
.notice p { margin: 0; } .notice .icon { color: var(--sky-deep); margin-top: 3px; }

/* ---------------------------------------------------------------- announcement + header */
.announcement { background: var(--green-deep); color: var(--on-dark); font-size: var(--fs-sm); }
.announcement__inner { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem .8rem; padding-block: .55rem; }
.announcement p { margin: 0; }
.announcement a { color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: .25rem; }
.announcement a .icon { width: 16px; height: 16px; }
.announcement__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(191, 145, 66, .25); }

.site-header { position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50; background: color-mix(in srgb, var(--paper) 88%, transparent); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: var(--shadow-1); }
.site-header__inner { display: flex; align-items: center; gap: var(--s-4); min-height: var(--header-h); }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.brand .logo { width: 46px; height: auto; }
.brand__text { display: grid; line-height: 1.1; }
.brand__text strong { font: 700 1.2rem/1 var(--font-display); letter-spacing: .02em; color: var(--green); }
.brand__text span { font-size: .72rem; color: var(--ink-3); letter-spacing: .02em; max-width: 12.5rem; }
.brand--light, .brand--light .brand__text strong { color: var(--on-dark); } .brand--light .brand__text span { color: var(--on-dark-2); }
.nav { display: none; }
.site-header__tools { display: flex; align-items: center; gap: 2px; }
@media (min-width: 1120px) {
  .nav { display: flex; align-items: center; gap: var(--s-4); }
  .nav-toggle { display: none; }
}
.nav__list { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
.nav__item { position: relative; }
.nav__link { display: inline-flex; align-items: center; gap: .25rem; padding: .55rem .8rem; border-radius: var(--r-pill); border: 0; background: none; color: var(--ink); font: 500 .96rem/1 var(--font-body); text-decoration: none; cursor: pointer; }
.nav__link:hover, .nav__link[aria-expanded="true"] { background: var(--green-soft); color: var(--green); }
.nav__link.is-current { color: var(--green); box-shadow: inset 0 -2px 0 var(--gold); border-radius: 0; }
.caret { width: 12px; height: 12px; transition: transform .2s; }
.nav__link[aria-expanded="true"] .caret { transform: rotate(180deg); }
.nav__sub { position: absolute; top: calc(100% + 8px); left: -8px; min-width: 230px; list-style: none; margin: 0; padding: .5rem; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-2); opacity: 0; visibility: hidden; transform: translateY(-4px); transition: all .18s var(--ease); }
.has-sub:hover .nav__sub, .nav__link[aria-expanded="true"] + .nav__sub, .has-sub:focus-within .nav__sub { opacity: 1; visibility: visible; transform: none; }
.nav__sub a { display: block; padding: .6rem .8rem; border-radius: var(--r-sm); color: var(--ink); text-decoration: none; }
.nav__sub a:hover, .nav__sub a[aria-current] { background: var(--paper-2); color: var(--green); }
.nav__cta { display: flex; gap: var(--s-2); }
.nav__cta .icon { width: 16px; height: 16px; }

.mobile-nav { position: fixed; inset: 0; z-index: 80; background: var(--paper); overflow-y: auto; padding: 12px 16px 32px; animation: fadeIn .2s var(--ease); }
.mobile-nav__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: var(--s-3); }
.mobile-nav__head .logo { width: 44px; }
.mobile-nav__search { display: flex; align-items: center; gap: .5rem; padding: 0 .9rem; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--card); margin-bottom: var(--s-4); }
.mobile-nav__search input { flex: 1; border: 0; background: transparent; min-height: 50px; font: inherit; color: var(--ink); outline: none; }
.mobile-nav > ul { list-style: none; padding: 0; margin: 0; }
.mobile-nav li { border-bottom: 1px solid var(--line); }
.mobile-nav summary, .mobile-nav__top { display: flex; justify-content: space-between; align-items: center; padding: 1rem .25rem; font: 600 1.3rem/1.2 var(--font-display); color: var(--ink); text-decoration: none; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary::after { content: "+"; font-family: var(--font-body); font-weight: 400; color: var(--laterite); }
.mobile-nav details[open] summary::after { content: "–"; }
.mobile-nav details ul { list-style: none; padding: 0 0 .75rem .25rem; margin: 0; }
.mobile-nav details li { border: 0; }
.mobile-nav details a { display: block; padding: .6rem 0; font-size: 1.05rem; color: var(--ink-2); text-decoration: none; }
.mobile-nav__cta { display: grid; gap: var(--s-3); margin-top: var(--s-5); }

/* ---------------------------------------------------------------- search overlay */
.search-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(8, 20, 17, .55); backdrop-filter: blur(6px); display: grid; align-items: start; padding: 10vh 16px 16px; animation: fadeIn .15s; }
.search-overlay__panel { width: 100%; max-width: 680px; margin-inline: auto; background: var(--card); border-radius: var(--r-lg); box-shadow: var(--shadow-3); overflow: hidden; }
.search-box { display: flex; align-items: center; gap: .6rem; padding: 0 .6rem 0 1.1rem; border-bottom: 1px solid var(--line); }
.search-box input { flex: 1; border: 0; outline: none; min-height: 62px; font: 500 1.15rem var(--font-body); background: transparent; color: var(--ink); }
.search-box--page { border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--card); }
.search-results { max-height: 60vh; overflow-y: auto; }
.search-results--page { max-height: none; margin-top: var(--s-5); }
.search-result { display: block; padding: .9rem 1.2rem; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.search-result:hover, .search-result:focus { background: var(--paper-2); }
.search-result small { display: block; color: var(--laterite); font-weight: 600; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.search-result strong { display: block; font-weight: 600; }
.search-result span { display: block; color: var(--ink-3); font-size: var(--fs-sm); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.search-hint { padding: 1rem 1.2rem; color: var(--ink-3); margin: 0; }
.search-hint button { margin: .25rem .25rem 0 0; }

/* ---------------------------------------------------------------- hero (home) */
.hero { position: relative; min-height: min(80vh, 760px); display: grid; align-items: end; color: var(--on-dark); isolation: isolate; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media svg, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8, 30, 25, .62) 0%, rgba(8, 30, 25, .25) 55%, rgba(8, 30, 25, 0) 80%), linear-gradient(180deg, rgba(8, 30, 25, 0) 30%, rgba(8, 30, 25, .5) 65%, rgba(8, 30, 25, .9) 100%); }
.hero__inner { padding-block: 7rem 4rem; }
.hero__ml { font-size: clamp(1rem, .9rem + .5vw, 1.3rem); color: var(--fixed-gold-soft); margin-bottom: var(--s-3); opacity: .95; }
.hero__title { font-size: clamp(2.8rem, 1.6rem + 5.4vw, 6rem); line-height: .98; letter-spacing: -.025em; color: #FFF8EA; margin-bottom: var(--s-4); font-weight: 600; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero__title em { color: #F5CF8A; font-style: italic; font-weight: 400; }
.hero__lead { font-size: clamp(1.1rem, 1rem + .6vw, 1.45rem); max-width: 36ch; color: #F3ECDD; }
.hero__link { color: #FFF8EA; font-weight: 600; display: inline-flex; gap: .4rem; align-items: center; padding: .5rem .25rem; text-decoration: none; }
.hero__link:hover { color: #F5CF8A; }
.hero__link .icon { width: 18px; height: 18px; }
.hero__who { margin-top: var(--s-6); font-size: var(--fs-sm); color: #D9E3DC; max-width: 44ch; border-left: 2px solid var(--gold); padding-left: .8rem; }
@media (max-width: 600px) { .hero { min-height: 640px; } .hero__inner { padding-block: 5rem 2.5rem; } .hero .actions .btn { flex: 1 1 100%; } }

/* ---------------------------------------------------------------- stats */
.stats-section { background: var(--card); border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-5) var(--s-4); }
@media (min-width: 900px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { border-left: 2px solid var(--gold); padding-left: var(--s-4); }
.stat__value { font: 600 clamp(2.2rem, 1.6rem + 2.4vw, 3.4rem)/1 var(--font-display); color: var(--green); margin-bottom: var(--s-2); font-variant-numeric: tabular-nums; }
.stat__label { font-weight: 600; margin-bottom: var(--s-1); }
.stat__note { font-size: var(--fs-sm); color: var(--ink-3); margin: 0; }
.pillars { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem .9rem; margin: var(--s-6) 0 0; font: 500 1.05rem var(--font-display); color: var(--ink-2); letter-spacing: .04em; }
.pillars span[aria-hidden] { color: var(--gold); }

/* ---------------------------------------------------------------- divider */
.divider { color: var(--gold); padding-block: var(--s-2); }
.divider svg { width: 100%; max-width: 600px; margin-inline: auto; height: 24px; }

/* ---------------------------------------------------------------- event cards */
.event-grid { display: grid; gap: var(--s-5); grid-template-columns: 1fr; }
@media (min-width: 640px) { .event-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .event-grid { grid-template-columns: repeat(3, 1fr); } }
.event-card { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.event-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-2); }
.event-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-2); }
.event-card__media::before { content: ""; position: absolute; inset: -20px; background: var(--bg) center / cover; filter: blur(18px) saturate(1.1); opacity: .65; transform: scale(1.1); }
.event-card__media img { position: relative; width: 100%; height: 100%; object-fit: contain; transition: transform .5s var(--ease); }
.event-card:hover .event-card__media img { transform: scale(1.04); }
.event-card__media--art .card-art { width: 100%; height: 100%; }
.event-card__date { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 58px; padding: .4rem 0; border-radius: var(--r-md); background: var(--card); box-shadow: var(--shadow-1); line-height: 1; text-align: center; }
.event-card__date span { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--laterite); }
.event-card__date strong { font: 600 1.55rem/1.05 var(--font-display); color: var(--ink); }
.event-card__body { padding: var(--s-4) var(--s-5) var(--s-5); display: flex; flex-direction: column; flex: 1; }
.event-card__title { font-size: 1.28rem; margin-bottom: var(--s-3); }
.event-card__title a { color: var(--ink); text-decoration: none; }
.event-card__title a::after { content: ""; position: absolute; inset: 0; }
.event-card__title a:focus-visible { outline: none; }
.event-card:focus-within { outline: 3px solid var(--focus); outline-offset: 2px; }
.meta { list-style: none; padding: 0; margin: 0 0 var(--s-4); display: grid; gap: .35rem; color: var(--ink-2); font-size: var(--fs-sm); }
.meta li { display: flex; gap: .5rem; align-items: flex-start; }
.meta .icon { width: 17px; height: 17px; margin-top: 3px; color: var(--ink-3); }
.event-card__foot { margin-top: auto; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .3rem .8rem; padding-top: var(--s-3); border-top: 1px dashed var(--line-2); font-size: var(--fs-sm); }
.deadline { color: var(--laterite); font-weight: 600; }

.season-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); margin-top: var(--s-5); }
.season-card { background: var(--card); border: 1px dashed var(--line-2); border-radius: var(--r-lg); padding: var(--s-5); }
.season-card__month { font: 600 1.6rem/1 var(--font-display); color: var(--laterite); margin-bottom: var(--s-3); }
.season-card h3 { font-size: 1.15rem; }
.no-upcoming .notice { margin-top: 0; }

.countdown { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: var(--s-4); padding: var(--s-5) var(--s-6); margin-bottom: var(--s-6); border-radius: var(--r-lg); background: linear-gradient(120deg, var(--green-deep), var(--green)); color: var(--on-dark); }
.countdown h3 a { color: #FFF8EA; } .countdown .eyebrow { color: var(--gold); } .countdown .muted { color: var(--on-dark-2); margin: 0; }
.countdown__clock { display: flex; gap: var(--s-3); }
.countdown__clock span { color: var(--on-dark); display: grid; place-items: center; min-width: 72px; padding: .5rem; border-radius: var(--r-md); background: rgba(255,255,255,.08); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.countdown__clock strong { font: 600 2rem/1 var(--font-display); letter-spacing: 0; }

/* ---------------------------------------------------------------- program cards */
.program-grid { display: grid; gap: var(--s-5); grid-template-columns: 1fr; }
@media (min-width: 640px) { .program-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .program-grid { grid-template-columns: repeat(3, 1fr); } }
.program-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; text-decoration: none; color: var(--ink); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.program-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); color: var(--ink); }
.program-card__art { aspect-ratio: 16 / 10; overflow: hidden; background: var(--art-bg); }
.program-card__art .card-art { width: 100%; height: 100%; transition: transform .6s var(--ease); }
.program-card:hover .card-art { transform: scale(1.06); }
.card-art--pookalam { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, var(--gold-soft), var(--art-bg) 70%); }
.card-art--pookalam svg { width: 72%; height: auto; }
.program-card:hover .card-art--pookalam svg { animation: spin 18s linear infinite; }
.program-card__body { padding: var(--s-5) var(--s-5) var(--s-6); display: flex; flex-direction: column; flex: 1; }
.program-card__ml { color: var(--laterite); font-size: 1rem; margin-bottom: var(--s-1); }
.program-card h3 { font-size: 1.7rem; margin-bottom: var(--s-2); }
.program-card p { color: var(--ink-2); }
.program-card__go { margin-top: auto; display: inline-flex; gap: .4rem; align-items: center; font-weight: 600; color: var(--green); }
.program-card__go .icon { transition: transform .25s var(--ease); }
.program-card:hover .program-card__go .icon { transform: translateX(4px); }

/* ---------------------------------------------------------------- page hero */
.page-hero { position: relative; overflow: hidden; background: var(--green-deep); color: var(--on-dark); }
.page-hero--sky { background: linear-gradient(135deg, #133A55, #1E5873); }
.page-hero--paper { background: var(--paper-2); color: var(--ink); }
.page-hero__inner { display: grid; gap: var(--s-6); align-items: center; padding-block: var(--s-7) var(--s-8); }
@media (min-width: 900px) { .page-hero__inner { grid-template-columns: 1.3fr 1fr; padding-block: var(--s-8); } }
.page-hero__title { font-size: var(--fs-h1); color: inherit; letter-spacing: -.02em; }
.page-hero__title em { color: var(--gold); font-weight: 400; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero--paper .eyebrow { color: var(--laterite); }
.page-hero .lead { color: var(--on-dark-2); max-width: 60ch; }
.page-hero--paper .lead { color: var(--ink-2); }
.page-hero__ml { font-size: 1.35rem; color: var(--fixed-gold-soft); margin-top: calc(-1 * var(--s-2)); }
.page-hero--paper .page-hero__ml { color: var(--laterite); }
.page-hero__art { justify-self: center; width: min(100%, 420px); }
.page-hero__art .card-art { border-radius: var(--r-xl); width: 100%; aspect-ratio: 16/10; box-shadow: var(--shadow-3); }
.page-hero__art img { border-radius: var(--r-xl); box-shadow: var(--shadow-3); }
.page-hero__art .art-pookalam { width: 100%; height: auto; opacity: .95; }
@media (max-width: 899px) { .page-hero__art { width: 60%; max-width: 260px; justify-self: start; } .page-hero__art:has(img) { width: 100%; max-width: none; } }
.page-hero--paper .page-hero__art .card-art { box-shadow: var(--shadow-2); }
.breadcrumb ol { list-style: none; padding: 0; margin: 0 0 var(--s-4); display: flex; flex-wrap: wrap; gap: .3rem; font-size: var(--fs-sm); }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: .3rem; opacity: .5; }
.breadcrumb a { color: inherit; opacity: .8; }
.breadcrumb [aria-current] { opacity: .7; }

/* ---------------------------------------------------------------- split / feature */
.split { display: grid; gap: var(--s-7); align-items: center; }
@media (min-width: 960px) { .split { grid-template-columns: 1fr 1fr; } .split--reverse .split__art { order: -1; } }
.feature { display: grid; gap: var(--s-7); align-items: center; }
@media (min-width: 960px) { .feature { grid-template-columns: .9fr 1.1fr; } }
.feature__media img { border-radius: var(--r-xl); box-shadow: var(--shadow-3); transform: rotate(-1.5deg); }
.two-col { display: grid; gap: var(--s-7); }
@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; } }

.kalari-band { background: radial-gradient(1200px 500px at 90% 10%, #2A5C50 0%, transparent 60%), var(--green-deep); color: var(--on-dark); }
.kalari-band .eyebrow { color: var(--gold); }
.kalari-band__ml { font-size: clamp(1.8rem, 1.2rem + 2.4vw, 3rem); line-height: 1.35; color: #FFF8EA; font-weight: 600; }
.kalari-band .lead { color: var(--on-dark-2); }
.muted-inverse { color: var(--on-dark-2); opacity: .85; }
.alphabet { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-3); }
.alphabet span { display: grid; place-items: center; aspect-ratio: 1; border-radius: var(--r-md); border: 1px solid rgba(247,241,227,.14); font: 400 clamp(1.6rem, 1rem + 2vw, 2.6rem)/1 var(--font-ml); color: var(--gold-soft); background: rgba(255,255,255,.03); animation: floaty 6s ease-in-out infinite; animation-delay: calc(var(--i) * -.4s); }
.alphabet span:nth-child(3n) { color: #F5CF8A; background: rgba(191,145,66,.1); }
.checklist { list-style: none; padding: 0; margin: var(--s-4) 0; display: grid; gap: .6rem; }
.checklist li { display: flex; gap: .6rem; align-items: flex-start; }
.checklist .icon { color: var(--gold); margin-top: 3px; }
.youth-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-3); }
.youth-mosaic img { border-radius: var(--r-lg); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; box-shadow: var(--shadow-1); }
.youth-mosaic img:first-child { grid-row: span 2; aspect-ratio: auto; }

/* ---------------------------------------------------------------- stories */
.story-grid { display: grid; gap: var(--s-5); grid-template-columns: 1fr; }
@media (min-width: 640px) { .story-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .story-grid { grid-template-columns: repeat(4, 1fr); } .story-grid--3 { grid-template-columns: repeat(3, 1fr); } }
.story-card { background: var(--card); color: var(--ink); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); transition: transform .25s var(--ease); }
.story-card:hover { transform: translateY(-4px); }
.section--green .story-card { background: #0F3A33; border-color: #1D4B42; color: var(--on-dark); }
.section--green .story-card h3 a { color: #FFF8EA; }
.story-card__media { aspect-ratio: 4/3; overflow: hidden; background: var(--art-bg); }
.story-card__media img, .story-card__media .card-art { width: 100%; height: 100%; object-fit: cover; }
.story-card__body { padding: var(--s-5); }
.story-card__stat { font: 600 1rem var(--font-display); color: var(--gold); margin-bottom: var(--s-2); }
.story-card h3 { font-size: 1.3rem; } .story-card h3 a { color: var(--ink); text-decoration: none; }
.story-card p { font-size: var(--fs-sm); }

/* ---------------------------------------------------------------- gallery / masonry */
.masonry { columns: 2 180px; column-gap: var(--s-3); }
@media (min-width: 900px) { .masonry { columns: 4 220px; column-gap: var(--s-4); } }
.masonry__item { break-inside: avoid; margin: 0 0 var(--s-3); position: relative; border-radius: var(--r-md); overflow: hidden; background: var(--paper-2); display: block; color: var(--ink); text-decoration: none; }
.masonry__item img { width: 100%; transition: transform .5s var(--ease); }
.masonry__item:hover img { transform: scale(1.03); }
.masonry__item figcaption, .masonry__item > span { display: block; padding: .5rem .7rem; font-size: var(--fs-xs); color: var(--ink-2); background: var(--card); }
.masonry__btn { display: block; padding: 0; border: 0; background: none; cursor: zoom-in; width: 100%; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: 100vw; max-height: 100vh; width: 100%; height: 100%; color: #fff; }
.lightbox::backdrop { background: rgba(5, 12, 10, .92); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox img { max-height: 82vh; max-width: 92vw; width: auto; border-radius: var(--r-md); }
.lightbox p { text-align: center; margin-top: .6rem; }
.lightbox .icon-btn { position: fixed; background: rgba(255,255,255,.12); color: #fff; font-size: 2rem; }
.lightbox__close { top: 16px; right: 16px; } .lightbox__prev { left: 12px; top: 50%; } .lightbox__next { right: 12px; top: 50%; }
.empty { padding: var(--s-6); text-align: center; color: var(--ink-3); }

/* ---------------------------------------------------------------- magazine shelf */
.shelf { display: grid; gap: var(--s-6) var(--s-5); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .shelf { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 1100px) { .shelf--full { grid-template-columns: repeat(5, 1fr); } }
.shelf-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-3); align-items: end; }
.shelf-mini .magazine:nth-child(2) { transform: translateY(-18px); }
.shelf-mini .magazine__info .magazine__actions { display: none; }
.magazine__cover { position: relative; aspect-ratio: 3 / 4; border-radius: 4px 12px 12px 4px; overflow: hidden; box-shadow: -6px 0 0 -2px hsl(var(--h) 30% 30%), var(--shadow-2); transition: transform .35s var(--ease), box-shadow .35s; background: hsl(var(--h) 38% 30%); }
.magazine:hover .magazine__cover { transform: translateY(-6px) rotate(-1deg); box-shadow: -6px 0 0 -2px hsl(var(--h) 30% 30%), var(--shadow-3); }
.magazine__cover img { width: 100%; height: 100%; object-fit: cover; }
.magazine__cover-art { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; padding: 10% 8%; color: #FFF8EA; text-align: center; background: linear-gradient(160deg, hsl(var(--h) 42% 34%), hsl(var(--h) 45% 20%)); }
.magazine__cover-art::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7%; background: linear-gradient(90deg, rgba(0,0,0,.25), transparent); }
.magazine__cover-art svg { width: 58%; height: auto; opacity: .95; }
.magazine__masthead { font: 600 .68rem/1.2 var(--font-body); letter-spacing: .18em; text-transform: uppercase; border-bottom: 1px solid rgba(255,248,234,.5); padding-bottom: .35rem; }
.magazine__title { font: 600 clamp(.9rem, .7rem + .6vw, 1.2rem)/1.2 var(--font-display); }
.magazine__title .ml { font-size: 1.1em; }
.magazine__year { font-size: .72rem; letter-spacing: .12em; opacity: .85; }
.magazine__info { padding-top: var(--s-3); }
.magazine__info h3 { font-size: 1.05rem; margin-bottom: .1rem; }
.magazine__meta { font-size: var(--fs-xs); color: var(--ink-3); margin-bottom: var(--s-2); }
.magazine__actions { display: flex; flex-wrap: wrap; gap: .35rem; }
.magazine__actions .chip { min-height: 36px; font-size: .8rem; padding: .3rem .7rem; }

/* ---------------------------------------------------------------- sponsors */
.sponsor-strip { display: grid; gap: var(--s-5); grid-template-columns: 1fr; }
@media (min-width: 800px) { .sponsor-strip { grid-template-columns: 1.3fr 1fr; align-items: center; } }
.sponsor-strip__item img { border-radius: var(--r-md); box-shadow: var(--shadow-1); background: #fff; }
.sponsor-strip__item figcaption { font-size: var(--fs-sm); color: var(--ink-3); margin-top: .5rem; text-align: center; }
.sponsor-grid { display: grid; gap: var(--s-5); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.sponsor-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5); position: relative; }
.sponsor-card--diamond { border: 1.5px solid transparent; background: linear-gradient(var(--card), var(--card)) padding-box, linear-gradient(135deg, #B9D7EA, #F3E6C9, #9CC3DB) border-box; grid-column: 1 / -1; }
.sponsor-card--platinum { border-color: #C9D3D6; }
.sponsor-card__level { font: 700 .72rem var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--sky-deep); }
.sponsor-card__logo { border-radius: var(--r-md); overflow: hidden; background: #fff; margin-bottom: var(--s-4); border: 1px solid var(--line); }
.sponsor-card__logo img { width: 100%; }
.sponsor-card h3 { font-size: 1.2rem; margin-bottom: .2rem; }
.sponsor-card__people { color: var(--ink-3); font-size: var(--fs-sm); }
.sponsor-grid--past .sponsor-card { padding: var(--s-4); }
.sponsor-grid--past .sponsor-card h3 { font-size: 1rem; }
.become { display: grid; gap: var(--s-6); align-items: center; }
@media (min-width: 900px) { .become { grid-template-columns: 1.2fr 1fr; } }
.plain-grid { list-style: none; padding: 0; display: grid; gap: var(--s-3); grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.plain-grid li { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s-4); display: grid; }
.plain-grid span { color: var(--ink-3); font-size: var(--fs-sm); }

/* ---------------------------------------------------------------- CTA band */
.cta-band { background: var(--laterite); color: #FFF4EC; overflow: hidden; }
.cta-band__inner { display: grid; gap: var(--s-6); align-items: center; padding-block: var(--s-8); }
@media (min-width: 900px) { .cta-band__inner { grid-template-columns: 320px 1fr; } }
.cta-band__art { width: 220px; margin-inline: auto; }
@media (min-width: 900px) { .cta-band__art { width: 320px; margin: -40px 0; } }
.cta-band h2 { font-size: var(--fs-h2); color: #FFF8EA; }
.cta-band p { font-size: var(--fs-lg); max-width: 56ch; color: #FBE3D6; }
.cta-band__ml { font-size: 1.3rem; color: #FFE0B8 !important; margin-bottom: var(--s-2); }
.cta-band .btn--light { --t: #8A3920; }

/* ---------------------------------------------------------------- timeline */
.timeline { list-style: none; padding: 0; margin: 0 auto; position: relative; max-width: 980px; }
.timeline::before { content: ""; position: absolute; left: 18px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--gold), var(--laterite), var(--green)); }
.timeline__item { position: relative; padding: 0 0 var(--s-6) 56px; }
.timeline__item::before { content: ""; position: absolute; left: 9px; top: 6px; width: 20px; height: 20px; border-radius: 50%; background: var(--paper); border: 3px solid var(--laterite); box-shadow: 0 0 0 5px var(--paper); }
.section--paper .timeline__item::before { background: var(--paper-2); box-shadow: 0 0 0 5px var(--paper-2); }
.timeline__year { font: 600 1.5rem/1 var(--font-display); color: var(--laterite); margin-bottom: var(--s-2); }
.timeline__card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-4) var(--s-5); }
.timeline__card h3 { font-size: 1.25rem; } .timeline__card p { margin: 0; color: var(--ink-2); }
@media (min-width: 900px) {
  .timeline::before { left: 50%; transform: translateX(-1px); }
  .timeline__item { width: 50%; padding: 0 56px var(--s-6) 0; text-align: right; }
  .timeline__item::before { left: auto; right: -10px; }
  .timeline__item:nth-child(even) { margin-left: 50%; padding: 0 0 var(--s-6) 56px; text-align: left; }
  .timeline__item:nth-child(even)::before { right: auto; left: -10px; }
}

/* ---------------------------------------------------------------- people */
.people-grid { display: grid; gap: var(--s-5); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .people-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1000px) { .people-grid { grid-template-columns: repeat(5, 1fr); } .people-grid--lg { grid-template-columns: repeat(4, 1fr); } }
.person-card { text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5) var(--s-4); }
.person-card__photo { width: 112px; height: 112px; margin: 0 auto var(--s-4); border-radius: 50%; overflow: hidden; background: var(--green-soft); display: grid; place-items: center; box-shadow: 0 0 0 4px var(--card), 0 0 0 6px var(--gold-soft); }
.person-card--lg .person-card__photo { width: 140px; height: 140px; }
.person-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.person-card__photo span { font: 600 1.8rem var(--font-display); color: var(--green); }
.person-card__name { font-size: 1.15rem; margin-bottom: .15rem; }
.person-card__role { color: var(--laterite); font-weight: 600; font-size: var(--fs-sm); margin-bottom: var(--s-2); }
.person-card__committees { font-size: var(--fs-xs); color: var(--ink-3); }
.person-card__contact { display: inline-flex; gap: .3rem; align-items: center; font-size: var(--fs-xs); word-break: break-all; }
.person-card__contact .icon { width: 15px; height: 15px; }
.committee-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.committee { background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--gold); border-radius: var(--r-md); padding: var(--s-5); }
.committee ul { list-style: none; padding: 0; margin: 0 0 var(--s-3); color: var(--ink-2); }
.committee .link { font-size: var(--fs-sm); }
.name-cloud { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2); }
.name-cloud li { background: var(--card); border: 1px solid var(--line); padding: .45rem .9rem; border-radius: var(--r-pill); font-weight: 500; }
.archive-toggle { margin-top: var(--s-6); border-top: 1px solid var(--line); padding-top: var(--s-4); }
.archive-toggle summary { cursor: pointer; font-weight: 600; color: var(--green); padding: .5rem 0; }
.archive-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); margin-top: var(--s-4); }
.archive-grid h3 { font-size: 1.05rem; color: var(--laterite); margin-bottom: .2rem; }
.archive-grid p { font-size: var(--fs-sm); color: var(--ink-2); }
.board-browser { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5); }
.officer-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s-3); margin: var(--s-4) 0; }
@media (min-width: 720px) { .officer-row { grid-template-columns: repeat(4, 1fr); } }
.officer-row p { margin: 0; }
.president-list { list-style: none; padding: 0; columns: 2 240px; }
.president-list li { display: flex; gap: .8rem; padding: .35rem 0; border-bottom: 1px dashed var(--line); break-inside: avoid; }
.president-list span { color: var(--ink-3); min-width: 6.5rem; font-variant-numeric: tabular-nums; }
.founders { list-style: none; padding: 0; display: grid; gap: var(--s-2); }
.founders li { font: 500 1.2rem var(--font-display); padding: var(--s-3) 0; border-bottom: 1px solid var(--line); }

/* ---------------------------------------------------------------- forms, selects, toolbars */
.select select { min-height: 44px; padding: 0 2.2rem 0 .9rem; border-radius: var(--r-pill); border: 1px solid var(--line-2); background: var(--card) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5 6 7.5 9 4.5' fill='none' stroke='%236B7C74' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right .8rem center / 12px; color: var(--ink); font: 500 .95rem var(--font-body); appearance: none; }
.events-toolbar { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; margin-bottom: var(--s-6); }
.filter-chips { display: flex; gap: var(--s-2); overflow-x: auto; scrollbar-width: none; padding-bottom: 2px; max-width: 100%; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips .chip { flex: none; }
.segmented { display: inline-flex; background: var(--paper-2); border-radius: var(--r-pill); padding: 4px; }
.segmented a { padding: .5rem 1rem; border-radius: var(--r-pill); text-decoration: none; color: var(--ink-2); font-weight: 600; }
.segmented a.is-active { background: var(--card); color: var(--green); box-shadow: var(--shadow-1); }
.year-group { margin-bottom: var(--s-7); }
.year-heading { font-size: 2rem; color: var(--laterite); border-bottom: 1px solid var(--line); padding-bottom: var(--s-2); margin-bottom: var(--s-5); }
.resource-tools { display: grid; gap: var(--s-4); margin-bottom: var(--s-6); }
.search-field { display: flex; align-items: center; gap: .6rem; padding: 0 1.1rem; border: 1px solid var(--line-2); border-radius: var(--r-pill); background: var(--card); max-width: 560px; }
.search-field input { flex: 1; border: 0; outline: none; min-height: 52px; font: inherit; background: transparent; color: var(--ink); }

/* ---------------------------------------------------------------- docs */
.doc-grid { display: grid; gap: var(--s-3); grid-template-columns: 1fr; }
@media (min-width: 900px) { .doc-grid { grid-template-columns: 1fr 1fr; } }
.doc-list { display: grid; gap: var(--s-3); }
.doc-card { position: relative; display: flex; gap: var(--s-4); align-items: flex-start; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s-4); transition: border-color .2s, box-shadow .2s; }
.doc-card:hover { border-color: var(--green); box-shadow: var(--shadow-1); }
.doc-card__icon { flex: none; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--laterite-soft); color: var(--laterite); }
.doc-card__body { flex: 1; min-width: 0; }
.doc-card__meta { font-size: var(--fs-xs); color: var(--ink-3); margin-bottom: .15rem; }
.doc-card h3 { font: 600 1.05rem/1.3 var(--font-body); margin-bottom: .2rem; }
.doc-card h3 a { color: var(--ink); text-decoration: none; }
.doc-card h3 a::after { content: ""; position: absolute; inset: 0; }
.doc-card p { font-size: var(--fs-sm); color: var(--ink-2); margin: 0; }
.doc-card__action { color: var(--green); align-self: center; }

/* ---------------------------------------------------------------- event detail */
.event-hero { position: relative; overflow: hidden; background: var(--green-deep); color: var(--on-dark); isolation: isolate; }
.event-hero__bg { position: absolute; inset: 0; z-index: -1; background: var(--bg) center / cover; filter: blur(30px) saturate(1.1) brightness(.45); transform: scale(1.2); }
.event-hero__bg .card-art { width: 100%; height: 100%; filter: brightness(.5); }
.event-hero__inner { padding-block: var(--s-7) var(--s-8); }
.event-hero__title { font-size: var(--fs-h1); color: #FFF8EA; max-width: 20ch; }
.event-hero__when { display: flex; flex-wrap: wrap; align-items: center; gap: .4rem; color: var(--on-dark-2); font-size: var(--fs-lg); }
.event-hero .tag { color: var(--gold); }
.event-layout { display: grid; gap: var(--s-7); }
@media (min-width: 960px) { .event-layout { grid-template-columns: 1fr 380px; align-items: start; } .reg-panel { position: sticky; top: calc(var(--header-h) + 20px); margin-top: calc(-1 * var(--s-9)); } }
.reg-panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5); box-shadow: var(--shadow-2); }
.reg-panel__title { font-size: 1.4rem; margin-bottom: var(--s-2); }
.reg-panel__facts { margin: var(--s-4) 0; display: grid; gap: var(--s-3); }
.reg-panel__facts div { display: grid; gap: .1rem; }
.reg-panel__facts dt { display: flex; align-items: center; gap: .4rem; font-size: var(--fs-xs); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.reg-panel__facts dt .icon { width: 15px; height: 15px; }
.reg-panel__facts dd { margin: 0; }
.reg-panel__actions { display: grid; gap: var(--s-2); margin: var(--s-4) 0; }
.reg-panel__actions .btn { white-space: normal; text-align: center; }
.reg-panel__tools { display: flex; flex-wrap: wrap; gap: var(--s-2); padding-top: var(--s-4); border-top: 1px solid var(--line); }
.reg-panel__contact { font-size: var(--fs-sm); margin: var(--s-4) 0 0; }
.price-table { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); margin: var(--s-3) 0; }
.price-table th, .price-table td { padding: .5rem .3rem; border-bottom: 1px solid var(--line); text-align: left; }
.price-table td { text-align: right; font-weight: 600; white-space: nowrap; }
.price-table thead th { font-size: var(--fs-xs); color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.price-table thead th:not(:first-child) { text-align: right; }
.poster { margin: var(--s-6) 0; } .poster img { max-width: 420px; width: 100%; border-radius: var(--r-md); box-shadow: var(--shadow-2); }
.poster figcaption { font-size: var(--fs-xs); color: var(--ink-3); margin-top: .4rem; }
.sticky-register { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(10px); border-top: 1px solid var(--line); transform: translateY(110%); transition: transform .3s var(--ease); }
.sticky-register.is-visible { transform: none; }
@media (min-width: 960px) { .sticky-register { display: none; } }
@media (max-width: 959px) { .reg-panel { order: -1; } }
@media (max-width: 639px) { .season-grid { grid-auto-flow: column; grid-template-columns: none; grid-auto-columns: 78%; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; } .season-card { scroll-snap-align: start; } }

/* ---------------------------------------------------------------- prose, tables, faq, misc */
.prose { max-width: 70ch; }
.prose h2 { font-size: 1.6rem; margin-top: var(--s-7); }
.prose li { margin-bottom: .5rem; }
.prose--editorial { font-size: 1.15rem; line-height: 1.8; }
.prose--editorial > p:first-of-type::first-letter { font: 600 3.6em/.8 var(--font-display); float: left; margin: .08em .12em 0 0; color: var(--laterite); }
.salutation::first-letter { font: inherit !important; float: none !important; color: inherit !important; margin: 0 !important; }
.prose--editorial .salutation + p::first-letter { font: 600 3.6em/.8 var(--font-display); float: left; margin: .08em .12em 0 0; color: var(--laterite); }
.pullquote { margin: var(--s-6) 0; padding: var(--s-4) 0 var(--s-4) var(--s-5); border-left: 3px solid var(--gold); font: 500 italic clamp(1.4rem, 1.1rem + 1vw, 1.9rem)/1.35 var(--font-display); color: var(--green); }
.signoff { margin-top: var(--s-6); font-style: italic; }
.signature { font: 400 italic 2.2rem/1 var(--font-display); color: var(--green); margin-bottom: .2rem; }
.editorial-hero { background: var(--paper-2); padding-block: var(--s-8) var(--s-6); }
.editorial-hero__title { font-size: var(--fs-h1); max-width: 18ch; }
.editorial { display: grid; gap: var(--s-7); }
@media (min-width: 900px) { .editorial { grid-template-columns: 260px 1fr; } .editorial__aside { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; } }
.editorial__photo { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 6px var(--card), 0 0 0 8px var(--gold-soft); margin-bottom: var(--s-4); }
.editorial__name { font: 600 1.35rem var(--font-display); margin-bottom: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--card); margin: var(--s-4) 0; }
.data-table { width: 100%; border-collapse: collapse; font-size: var(--fs-sm); min-width: 640px; }
.data-table th, .data-table td { padding: .7rem .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table thead th { background: var(--paper-2); font-size: var(--fs-xs); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.data-table tbody th { font-weight: 600; }
.rules-layout { display: grid; gap: var(--s-6); }
@media (min-width: 1000px) { .rules-layout { grid-template-columns: 260px 1fr; } .toc { position: sticky; top: calc(var(--header-h) + 24px); align-self: start; } }
.toc ol { padding-left: 1.1em; font-size: var(--fs-sm); } .toc li { margin-bottom: .35rem; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; padding: var(--s-4) 0; font: 600 1.15rem var(--font-display); list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq__item summary::after { content: "+"; color: var(--laterite); font-family: var(--font-body); }
.faq__item[open] summary::after { content: "–"; }
.faq__item summary::-webkit-details-marker { display: none; }
.highlight-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); margin-top: var(--s-6); }
.highlight-grid--4 { margin-top: var(--s-7); }
.highlight { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: var(--s-5); border-left: 3px solid var(--laterite); }
.highlight h3, .highlight h4 { font-size: 1.2rem; } .highlight h3 a { color: var(--ink); } .highlight p { margin: 0; color: var(--ink-2); }
.info-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.info-card { background: var(--card); border-radius: var(--r-md); padding: var(--s-5); border: 1px solid var(--line); }
.info-card h3 { display: flex; gap: .5rem; align-items: center; font-size: 1.15rem; } .info-card h3 .icon { color: var(--laterite); } .info-card p { margin: 0; color: var(--ink-2); }
.reg-feature { display: grid; gap: var(--s-6); align-items: center; }
@media (min-width: 900px) { .reg-feature { grid-template-columns: 1.3fr 1fr; } }
.reg-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-6); box-shadow: var(--shadow-2); }
.reg-card__price { font: 600 2.2rem/1.1 var(--font-display); color: var(--green); margin: var(--s-3) 0 .2rem; }
.reg-card .btn { margin: var(--s-4) 0 var(--s-2); }
.why-grid { list-style: none; padding: 0; display: grid; gap: var(--s-3); }
.why-grid li { display: flex; gap: .7rem; align-items: center; background: var(--card); border: 1px solid var(--line); padding: var(--s-4); border-radius: var(--r-md); font-weight: 500; }
.why-grid .icon { color: var(--laterite); }
.subnav { position: sticky; top: var(--header-h); z-index: 30; background: var(--card); border-bottom: 1px solid var(--line); }
.subnav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: var(--s-1); overflow-x: auto; scrollbar-width: none; }
.subnav a { display: block; padding: .9rem .9rem; white-space: nowrap; color: var(--ink-2); text-decoration: none; font-weight: 500; }
.subnav a:hover { color: var(--green); box-shadow: inset 0 -2px 0 var(--gold); }
.kalari-hero { position: relative; overflow: hidden; background: radial-gradient(900px 500px at 80% 30%, #245A4E, transparent 60%), var(--green-deep); color: var(--on-dark); isolation: isolate; }
.kalari-hero__inner { padding-block: var(--s-8) var(--s-9); max-width: 900px; }
.kalari-hero .eyebrow { color: var(--gold); }
.kalari-hero__ml { font-size: clamp(2rem, 1.2rem + 3.6vw, 4rem); line-height: 1.35; color: #FFF8EA; font-weight: 600; }
.kalari-hero__tr { color: var(--fixed-gold-soft); font-style: italic; }
.kalari-hero .lead { color: var(--on-dark-2); }
.kalari-hero__letters { position: absolute; inset: 0; z-index: -1; display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); align-content: center; opacity: .07; font: 4.5rem/1.4 var(--font-ml); color: #fff; text-align: center; pointer-events: none; }
.breadcrumb--light a { color: var(--on-dark); }
.pillar-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); margin-bottom: var(--s-7); }
.pillar { padding: var(--s-5); border-radius: var(--r-lg); background: var(--card); border: 1px solid var(--line); }
.pillar__word { font: 600 2rem/1 var(--font-display); color: var(--laterite); margin-bottom: var(--s-3); }
.pillar:nth-child(2) .pillar__word { color: var(--green-2); } .pillar:nth-child(3) .pillar__word { color: var(--sky-deep); } .pillar:nth-child(4) .pillar__word { color: var(--gold); }
.steps { counter-reset: s; list-style: none; padding: 0; margin: var(--s-4) 0; display: grid; gap: var(--s-3); }
.steps li { counter-increment: s; position: relative; padding-left: 3rem; min-height: 2.2rem; display: flex; align-items: center; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 0; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-weight: 700; }
.checklist--light .icon { color: var(--gold); }
.benefit-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.benefit { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-6) var(--s-5); }
.benefit__icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; background: var(--green-soft); color: var(--green); margin-bottom: var(--s-4); }
.benefit__icon .icon { width: 26px; height: 26px; }
.benefit p { color: var(--ink-2); margin: 0; }
.level-grid { display: grid; gap: var(--s-4); grid-template-columns: 1fr; }
@media (min-width: 640px) { .level-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1060px) { .level-grid { grid-template-columns: repeat(4, 1fr); } }
.level { position: relative; display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-6) var(--s-5) var(--s-5); }
.level--featured { border: 2px solid var(--green); box-shadow: var(--shadow-2); }
.level__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--gold); color: #2A1E06; font-size: .75rem; font-weight: 700; padding: .25rem .7rem; border-radius: var(--r-pill); white-space: nowrap; margin: 0; }
.level h3 { font-size: 1.3rem; margin-bottom: var(--s-2); }
.level__price { font: 600 2.8rem/1 var(--font-display); color: var(--green); margin-bottom: .1rem; }
.level__period { color: var(--ink-3); font-size: var(--fs-sm); }
.level p:not([class]) { color: var(--ink-2); font-size: var(--fs-sm); }
.level .btn { margin-top: auto; }
.mv-grid { display: grid; gap: var(--s-4); }
@media (min-width: 900px) { .mv-grid { grid-template-columns: repeat(3, 1fr); } }
.mv { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-6) var(--s-5); }
.mv__text { font: 500 1.25rem/1.45 var(--font-display); }
.mv--identity { background: var(--green-deep); color: var(--on-dark); border-color: var(--green-deep); }
.mv--identity .eyebrow { color: var(--gold); } .mv--identity .small { color: var(--on-dark-2); }
.goal-list { counter-reset: g; list-style: none; padding: 0; display: grid; gap: var(--s-4); }
.goal-list li { counter-increment: g; display: grid; grid-template-columns: 3rem 1fr; gap: var(--s-3); font: 500 1.15rem/1.45 var(--font-display); }
.goal-list li::before { content: "0" counter(g); color: var(--laterite); font-weight: 600; }
.link-tiles { display: grid; gap: var(--s-3); grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.link-tile { display: grid; grid-template-columns: 1fr auto; padding: var(--s-5); background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); text-decoration: none; color: var(--ink); }
.link-tile span { font: 600 1.2rem var(--font-display); } .link-tile small { grid-column: 1; color: var(--ink-3); } .link-tile .icon { grid-row: 1 / 3; grid-column: 2; align-self: center; color: var(--green); }
.link-tile:hover { border-color: var(--green); }
.sport-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(2, 1fr); }
@media (min-width: 720px) { .sport-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1060px) { .sport-grid { grid-template-columns: repeat(5, 1fr); } }
.sport-card { display: block; padding: var(--s-5); background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); text-decoration: none; color: var(--ink); transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.sport-card:hover { transform: translateY(-4px) rotate(-.5deg); box-shadow: var(--shadow-2); border-color: var(--sky); color: var(--ink); }
.sport-card__icon { font-size: 2.2rem; display: block; margin-bottom: var(--s-3); transition: transform .3s var(--ease); }
.sport-card:hover .sport-card__icon { transform: scale(1.15) rotate(-8deg); }
.sport-card h3 { font-size: 1.2rem; margin-bottom: .2rem; }
.sport-card__season { font-size: var(--fs-sm); color: var(--ink-2); margin-bottom: .2rem; }
.sport-card__count { font-size: var(--fs-xs); color: var(--sky-deep); font-weight: 600; margin: 0; }
.sport-layout { display: grid; gap: var(--s-7); }
@media (min-width: 960px) { .sport-layout { grid-template-columns: 1fr 340px; } }
.side-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5); align-self: start; }
.history-list { list-style: none; padding: 0; margin: 0; }
.history-list li { padding: .6rem 0; border-bottom: 1px dashed var(--line); }
.history-list a { color: var(--ink); text-decoration: none; } .history-list a:hover { color: var(--green); }
.history-list strong { color: var(--laterite); margin-right: .5rem; font-variant-numeric: tabular-nums; }
.venue-list { list-style: none; padding: 0; }
.venue-list li { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.dash-grid { display: grid; gap: var(--s-4); grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.dash-tile { display: block; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: var(--s-5); text-decoration: none; color: var(--ink); transition: transform .2s var(--ease), border-color .2s; }
.dash-tile:hover { transform: translateY(-3px); border-color: var(--green); color: var(--ink); }
.dash-tile h3 { font-size: 1.2rem; } .dash-tile p { font-size: var(--fs-sm); color: var(--ink-2); margin: 0; }
.contact-list { display: grid; gap: var(--s-2); }
.contact-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .1rem 1rem; padding: var(--s-4); background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); text-decoration: none; color: var(--ink); }
.contact-row span { color: var(--ink-3); font-size: var(--fs-sm); } .contact-row strong { grid-column: 1; word-break: break-all; } .contact-row .icon { grid-row: 1 / 3; grid-column: 2; color: var(--green); }
.notfound .art-pookalam { margin: 0 auto var(--s-5); }
.notfound .ml { color: var(--laterite); font-size: 1.4rem; }

/* ---------------------------------------------------------------- footer */
.site-footer { position: relative; background: var(--green-deep); color: var(--on-dark-2); margin-top: 0; }
.site-footer__wave { position: absolute; top: -59px; left: 0; right: 0; height: 60px; color: var(--green-deep); }
.site-footer__wave svg { width: 100%; height: 100%; }
.site-footer__grid { display: grid; gap: var(--s-6); padding-block: var(--s-8) var(--s-6); grid-template-columns: 1fr 1fr; }
.site-footer__brand { grid-column: 1 / -1; }
@media (min-width: 900px) { .site-footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; } .site-footer__brand { grid-column: auto; } }
.site-footer .ml { color: var(--gold); margin: var(--s-4) 0; }
.site-footer address { font-style: normal; line-height: 1.7; }
.site-footer a { color: var(--on-dark); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.site-footer h2 { font: 700 .78rem var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: var(--s-4); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.social { display: flex; gap: var(--s-2); margin-top: var(--s-4); }
.social .icon-btn { background: rgba(255,255,255,.07); } .social .icon-btn:hover { background: var(--gold); color: var(--green-deep); }
.site-footer__base { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--s-2); padding-block: var(--s-5); border-top: 1px solid rgba(247,241,227,.12); font-size: var(--fs-sm); }
.site-footer__base p { margin: 0; }
.section:last-of-type:not(.section--green):not(.cta-band) { padding-bottom: calc(var(--s-9) + 40px); }

/* ---------------------------------------------------------------- motion */
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.spin-slow { animation: spin 90s linear infinite; }
.reveal { opacity: 1; }
.js .reveal { transform: translateY(14px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* ---------------------------------------------------------------- preview bar (single-file preview only) */
.preview-bar { background: #2B1D05; color: #F5CF8A; font-size: .8rem; text-align: center; padding: .4rem 16px; }

@media print { .site-header, .site-footer, .announcement, .sticky-register, .reg-panel__tools { display: none !important; } body { background: #fff; } }
.sponsor-grid--past { align-items: start; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.sponsor-grid--past .sponsor-card--diamond { grid-column: auto; }
@media (min-width: 1120px) and (max-width: 1379px) { .brand__text span { display: none; } .nav__link { padding-inline: .6rem; } }
.ds-swatches { display: grid; gap: var(--s-3); grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.ds-swatch { border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; background: var(--card); font-size: var(--fs-xs); }
.ds-swatch div { height: 72px; }
.ds-swatch p { margin: 0; padding: .5rem .7rem; }
.ds-row { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; margin: var(--s-4) 0; }
.ds-block { margin-bottom: var(--s-8); }
.ds-label { font: 600 .75rem var(--font-body); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); border-bottom: 1px solid var(--line); padding-bottom: .4rem; margin-bottom: var(--s-4); }

/* ---------------------------------------------------------------- dark-mode refinements */
:root { --surface-dark: #082F29; }
@media (prefers-color-scheme: dark) { :root:not([data-theme="light"]) { --surface-dark: #0C1F1B; } }
:root[data-theme="dark"] { --surface-dark: #0C1F1B; }
.announcement, .page-hero:not(.page-hero--paper):not(.page-hero--sky), .section--green, .site-footer, .kalari-hero, .event-hero, .mv--identity { background-color: var(--surface-dark); }
.site-footer__wave { color: var(--surface-dark); }
.kalari-band { background: radial-gradient(1200px 500px at 90% 10%, rgba(42,92,80,.8) 0%, transparent 60%), var(--surface-dark); }
.kalari-hero { background: radial-gradient(900px 500px at 80% 30%, rgba(36,90,78,.8), transparent 60%), var(--surface-dark); }
.page-hero .eyebrow, .section--green .eyebrow, .kalari-band .eyebrow, .kalari-hero .eyebrow, .event-hero .tag, .countdown .eyebrow, .site-footer h2, .site-footer .ml, .announcement a { color: var(--fixed-gold); }
.page-hero--paper .eyebrow { color: var(--laterite); }
.alphabet span { color: var(--fixed-gold-soft); }
.cta-band { background: #A3452A; }
.cta-band .actions .btn--outline-light:hover { color: #8A3920 !important; }
.section--green .story-card { background: rgba(255,255,255,.04); border-color: rgba(247,241,227,.12); }
.countdown { background: linear-gradient(120deg, var(--surface-dark), #0E4A40); }
.pill--muted { background: rgba(255,255,255,.15); color: var(--on-dark); }
.event-hero .pill--muted { color: #FFF8EA; }
.sponsor-card__logo, .sponsor-strip__item img { background: #fff; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .hero__media svg { filter: none; }
  :root:not([data-theme="light"]) .logo { background: #fff; border-radius: 50%; }
  :root:not([data-theme="light"]) .level__badge { color: #1C1405; }
  :root:not([data-theme="light"]) .steps li::before { color: #06201B; }
  :root:not([data-theme="light"]) .chip.is-active, :root:not([data-theme="light"]) .chip[aria-pressed="true"] { color: #06201B; }
}
:root[data-theme="dark"] .logo { background: #fff; border-radius: 50%; }
:root[data-theme="dark"] .steps li::before, :root[data-theme="dark"] .chip.is-active, :root[data-theme="dark"] .chip[aria-pressed="true"] { color: #06201B; }
.nav__sub { pointer-events: none; transition: opacity .12s var(--ease), transform .12s var(--ease), visibility 0s linear .12s; }
.has-sub:hover .nav__sub, .nav__link[aria-expanded="true"] + .nav__sub, .has-sub:focus-within .nav__sub { pointer-events: auto; transition-delay: 0s; }
@media (max-width: 700px) { .hero-scene circle { opacity: .35; } }
.person-card__contact span { overflow-wrap: anywhere; }
