:root {
  --blood: #6e1220;
  --blood-deep: #2c080e;
  --blood-mid: #8d1a2c;
  --vermillion: #b42334;
  --gold: #c9a14a;
  --gold-soft: #e4d2a0;
  --gold-line: rgba(201, 161, 74, 0.45);
  --ivory: #f7f1e6;
  --parchment: #efe4cf;
  --paper: #fbf7ef;
  --ink: #1a110f;
  --teak: #3c2418;
  --ash: #6b5b52;
  --turmeric: #d4a017;
  --cream-glass: rgba(247, 241, 230, 0.92);
  --shadow: 0 24px 60px rgba(44, 8, 14, 0.16);
  --radius: 18px;
  --max: 1180px;
  --header: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Source Sans 3", "Noto Sans Malayalam", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--blood);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--vermillion);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--ink);
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: var(--header);
  display: flex;
  align-items: center;
  background: var(--cream-glass);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gold-line);
}

.header-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav {
  margin-left: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px var(--gold);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-ml {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.92rem;
  color: var(--blood);
  font-weight: 700;
}

.brand-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teak);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.2rem 1.15rem;
}

.nav a {
  color: var(--teak);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--blood);
}

.nav a.donate-link {
  background: var(--blood);
  color: var(--ivory);
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
}

.nav a.donate-link:hover {
  background: var(--vermillion);
  color: #fff;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.lang-switch {
  display: inline-flex;
  border: 1px solid var(--gold);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.lang-btn {
  border: 0;
  background: transparent;
  color: var(--teak);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.42rem 0.7rem;
  cursor: pointer;
}

.lang-btn[aria-pressed="true"] {
  background: var(--blood);
  color: var(--ivory);
}

.nav-toggle {
  display: none;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--blood);
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 1.3rem;
}

html.lang-ml body {
  font-family: "Noto Sans Malayalam", "Source Sans 3", sans-serif;
  line-height: 1.85;
}

html.lang-ml h2,
html.lang-ml h3,
html.lang-ml h4,
html.lang-ml .page-banner h1,
html.lang-ml .fact b,
html.lang-ml .ritual b,
html.lang-ml .hero h1,
html.lang-ml .hero .lede,
html.lang-ml .brand-ml {
  font-family: "Noto Serif Malayalam", "Cormorant Garamond", serif;
}

html.lang-ml .nav a,
html.lang-ml .kicker,
html.lang-ml .eyebrow,
html.lang-ml .brand-en {
  text-transform: none;
  letter-spacing: 0.02em;
}

html.i18n-wait.lang-ml [data-i18n],
html.i18n-wait.lang-ml [data-i18n-html] {
  opacity: 0;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header));
  display: grid;
  align-items: end;
  color: var(--ivory);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(44, 8, 14, 0.15) 0%, rgba(44, 8, 14, 0.35) 40%, rgba(28, 6, 10, 0.88) 100%),
    radial-gradient(ellipse at 20% 80%, rgba(180, 35, 52, 0.25), transparent 50%);
}

.hero-content {
  position: relative;
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto 4.5rem;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gold-soft);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 5.1rem);
  line-height: 1.15;
  margin: 0.4rem 0 0.6rem;
  max-width: 16ch;
}

.hero .lede {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  max-width: 36rem;
  color: var(--gold-soft);
  margin: 0 0 1.6rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font: inherit;
  font-weight: 650;
  letter-spacing: 0.03em;
  text-decoration: none;
  cursor: pointer;
}

.btn-gold {
  background: var(--gold);
  color: var(--blood-deep);
}

.btn-gold:hover {
  background: var(--gold-soft);
  color: var(--blood-deep);
}

.btn-ghost {
  background: transparent;
  color: var(--ivory);
  border-color: var(--gold-soft);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn-blood {
  background: var(--blood);
  color: var(--ivory);
}

.btn-blood:hover {
  background: var(--vermillion);
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: var(--blood);
  border-color: var(--gold);
}

.btn-outline:hover {
  background: var(--blood);
  color: var(--ivory);
}

/* Quick facts */
.facts {
  background: var(--blood-deep);
  color: var(--ivory);
}

.facts-grid {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.fact {
  padding: 1.6rem 1.2rem;
  border-right: 1px solid rgba(201, 161, 74, 0.2);
}

.fact:last-child {
  border-right: 0;
}

.fact b {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.45rem;
  color: var(--gold-soft);
  font-weight: 600;
}

.fact span {
  display: block;
  font-size: 0.88rem;
  color: rgba(247, 241, 230, 0.75);
}

/* Layout */
.section {
  padding: 5.2rem 0;
}

.section-tight {
  padding: 3.4rem 0;
}

.wrap {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.kicker {
  color: var(--vermillion);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0 0.55rem;
}

h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  margin: 0 0 1rem;
  color: var(--blood-deep);
}

h3 {
  font-size: 1.65rem;
  margin: 0 0 0.6rem;
  color: var(--teak);
}

.lede-body {
  font-size: 1.12rem;
  color: var(--ash);
  max-width: 46rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.2rem;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split.reverse .copy {
  order: 2;
}

.frame {
  position: relative;
}

.frame img {
  width: 100%;
  height: min(520px, 70vw);
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.frame::before {
  content: "";
  position: absolute;
  inset: 16px -16px -16px 16px;
  border: 1px solid var(--gold);
  border-radius: var(--radius);
  z-index: -1;
}

.caption {
  margin-top: 0.7rem;
  font-size: 0.82rem;
  color: var(--ash);
  font-style: italic;
}

/* Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.card {
  background: #fff;
  border: 1px solid rgba(60, 36, 24, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(44, 8, 14, 0.05);
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.card-body {
  padding: 1.3rem 1.35rem 1.5rem;
}

.card p {
  color: var(--ash);
  margin: 0 0 1rem;
}

.card .more {
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
  color: var(--blood);
}

/* Page banner */
.page-banner {
  position: relative;
  min-height: 340px;
  display: grid;
  align-items: end;
  color: var(--ivory);
}

.page-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 8, 14, 0.25), rgba(28, 6, 10, 0.82));
}

.page-banner .wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 2.6rem;
}

.page-banner h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin: 0.3rem 0 0;
}

/* Stories / timeline */
.story {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.4rem;
  padding: 2.4rem 0;
  border-top: 1px solid var(--gold-line);
}

.story img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: var(--radius);
}

.note {
  background: var(--parchment);
  border-left: 3px solid var(--gold);
  padding: 1rem 1.15rem;
  color: var(--teak);
  font-size: 0.96rem;
}

/* Compound grid */
.compound {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.compound article {
  background: #fff;
  padding: 1.2rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(60, 36, 24, 0.08);
}

.compound h3 {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}

.compound p {
  margin: 0;
  color: var(--ash);
  font-size: 0.98rem;
}

/* Timetable */
.timetable {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.timetable th,
.timetable td {
  text-align: left;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid rgba(60, 36, 24, 0.08);
}

.timetable th {
  background: var(--blood-deep);
  color: var(--gold-soft);
  font-weight: 600;
  letter-spacing: 0.04em;
}

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

.timetable time {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--blood);
}

/* Forms */
form {
  display: grid;
  gap: 0.9rem;
}

label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--teak);
}

input,
select,
textarea {
  font: inherit;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(60, 36, 24, 0.18);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.form-card {
  background: #fff;
  padding: 1.6rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.form-success {
  display: none;
  background: #e9f6ea;
  color: #1d5a2a;
  border: 1px solid #b7dfbb;
  padding: 0.9rem 1rem;
  border-radius: 10px;
}

.form-success.show {
  display: block;
}

/* Donate */
.donate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.donate-card {
  background: #fff;
  padding: 1.6rem;
  border-radius: var(--radius);
  border-top: 4px solid var(--gold);
  box-shadow: var(--shadow);
}

.amounts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.amounts button {
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--teak);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  font: inherit;
}

.amounts button.active,
.amounts button:hover {
  background: var(--blood);
  color: #fff;
  border-color: var(--blood);
}

/* Visit */
.map-frame {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--gold-line);
}

.contact-list strong {
  display: block;
  color: var(--blood);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Festival ritual list */
.rituals {
  display: grid;
  gap: 1rem;
}

.ritual {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 1rem;
  background: #fff;
  padding: 1.1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(60, 36, 24, 0.08);
}

.ritual b {
  color: var(--blood);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
}

/* Band */
.band {
  background:
    linear-gradient(120deg, rgba(44, 8, 14, 0.82), rgba(110, 18, 32, 0.78)),
    url("../assets/images/evening-lamps.jpg") center/cover;
  color: var(--ivory);
}

.band h2 {
  color: var(--ivory);
}

.band p {
  color: var(--gold-soft);
}

/* Footer */
.site-footer {
  background: var(--blood-deep);
  color: var(--ivory);
  padding: 3.4rem 0 1.4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}

.site-footer a {
  color: var(--gold-soft);
}

.site-footer h3 {
  color: var(--gold-soft);
  font-size: 1.2rem;
}

.tiny {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 161, 74, 0.2);
  color: rgba(247, 241, 230, 0.6);
  font-size: 0.82rem;
}

/* Deity portrait crop from official logo strip */
.deity {
  width: 220px;
  height: 280px;
  object-fit: cover;
  object-position: left center;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: #111;
}

/* Utility */
.muted {
  color: var(--ash);
}

.center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.source {
  font-size: 0.8rem;
  color: var(--ash);
}

@media (max-width: 900px) {
  .facts-grid,
  .cards,
  .donate-grid,
  .split,
  .split.reverse,
  .story,
  .footer-grid,
  .compound,
  .form-row {
    grid-template-columns: 1fr;
  }

  .split.reverse .copy {
    order: 0;
  }

  .fact {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 161, 74, 0.2);
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .header-tools {
    margin-left: auto;
  }

  .nav {
    display: none;
    position: absolute;
    top: var(--header);
    left: 0;
    right: 0;
    background: var(--ivory);
    padding: 1rem 1.2rem 1.3rem;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid var(--gold-line);
    box-shadow: var(--shadow);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 0.55rem 0;
  }

  .nav a.donate-link {
    text-align: center;
  }

  .ritual {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 78vh;
  }
}

/* 2026 editorial redesign */
:root {
  --plum: #21090f;
  --wine: #560e1e;
  --sun: #e5a93c;
  --mist: #fffaf0;
  --max: 1320px;
  --header: 96px;
}

body {
  background: var(--mist);
  font-family: "Cabinet Grotesk", "Source Sans 3", "Noto Sans Malayalam", sans-serif;
  overflow-x: hidden;
}

main { overflow-x: hidden; width: 100%; max-width: 100%; }

.site-header {
  position: fixed;
  width: min(1280px, calc(100% - 2rem));
  height: 72px;
  top: 14px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: none;
  border: 1px solid rgba(229, 169, 60, .32);
  border-radius: 999px;
  background: rgba(33, 9, 15, .84);
  color: var(--mist);
  box-shadow: 0 12px 38px rgba(33, 9, 15, .22);
}

.header-inner { width: calc(100% - 1.2rem); }
.brand img { width: 43px; height: 43px; box-shadow: 0 0 0 1px var(--sun); }
.brand-en, .nav a { color: var(--mist); }
.brand-ml { color: var(--sun); }
.nav a { font-size: .73rem; letter-spacing: .12em; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--sun); }
.nav a.donate-link { background: var(--sun); color: var(--plum); padding: .48rem .85rem; }
.lang-switch { border-color: rgba(229,169,60,.65); background: transparent; }
.lang-btn { color: var(--mist); }
.lang-btn[aria-pressed="true"] { background: var(--sun); color: var(--plum); }

.hero-editorial { min-height: 100svh; align-items: center; }
.hero-media img { filter: saturate(.78) contrast(1.12) brightness(.72); transform: scale(1.03); }
.hero-media::after { background: linear-gradient(90deg, rgba(20,4,9,.86) 0%, rgba(28,7,12,.55) 47%, rgba(20,4,9,.17) 100%), linear-gradient(0deg, rgba(20,4,9,.62), transparent 45%); }
.hero-content { margin: 6.5rem auto 0; align-self: center; }
.hero h1 { max-width: 72rem; font-size: clamp(3.25rem, 7vw, 7rem); line-height: .94; letter-spacing: -.055em; margin: .7rem 0 1.5rem; }
.hero h1 span { display: inline-block; }
.hero-image-word { width: clamp(4.2rem, 8vw, 7.8rem); height: .58em; margin: 0 .07em .04em; border-radius: 999px; background: url("../assets/images/evening-lamps.jpg") center/cover; vertical-align: middle; box-shadow: inset 0 0 0 2px rgba(255,250,240,.45); }
.hero .lede { max-width: 42rem; font-size: clamp(1.18rem, 2vw, 1.6rem); line-height: 1.36; color: #f2ddae; }
.eyebrow { color: var(--sun); letter-spacing: .19em; }
.eyebrow::before { background: var(--sun); }
.btn { border-radius: 4px; padding: .9rem 1.35rem; transition: transform .3s ease, background .3s ease, color .3s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-gold { background: var(--sun); color: var(--plum); }
.btn-ghost { border-color: rgba(255,250,240,.65); }

.facts { position: relative; z-index: 2; margin: -1px auto 0; background: var(--plum); }
.facts-grid { width: min(1320px, calc(100% - 2rem)); }
.fact { padding: 2rem 1.5rem; border-right-color: rgba(229,169,60,.22); }
.fact b { font-family: "Cormorant Garamond", "Noto Serif Malayalam", serif; font-size: 1.72rem; color: var(--sun); }

.section { padding: clamp(6rem, 12vw, 11rem) 0; }
.wrap { width: min(1320px, calc(100% - 2rem)); }
.kicker { color: var(--wine); letter-spacing: .15em; }
h2, h3, h4 { font-family: "Cormorant Garamond", "Noto Serif Malayalam", serif; }
h2 { max-width: 18ch; font-size: clamp(2.8rem, 5.2vw, 5.5rem); line-height: .96; letter-spacing: -.045em; }
h3 { font-size: 2rem; line-height: 1; }
.lede-body { font-size: 1.2rem; line-height: 1.6; }
.split { gap: clamp(2rem, 6vw, 7rem); }
.frame img { height: min(640px, 68vw); border-radius: 2px; filter: saturate(.8) contrast(1.07); transition: transform .8s cubic-bezier(.2,.75,.25,1); }
.frame { overflow: hidden; }
.frame:hover img { transform: scale(1.055); }
.frame::before { inset: 14px -14px -14px 14px; border-radius: 0; }

.bento-grid { grid-auto-flow: dense; grid-template-columns: repeat(12, 1fr); gap: 1px; background: rgba(86,14,30,.18); }
.bento-grid .card { border: 0; border-radius: 0; box-shadow: none; min-height: 390px; background: #fffdf8; }
.bento-grid .card:nth-child(1) { grid-column: span 5; }
.bento-grid .card:nth-child(2) { grid-column: span 7; }
.bento-grid .card:nth-child(3) { grid-column: span 12; display: grid; grid-template-columns: .82fr 1.18fr; }
.bento-grid .card:nth-child(3) img { height: 100%; }
.card { transition: transform .45s ease, box-shadow .45s ease; }
.card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(33,9,15,.13); }
.card img { transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .5s ease; }
.card:hover img { transform: scale(1.06); filter: saturate(1.08); }
.card-body { padding: 2rem; }
.card .more { color: var(--wine); }

.band { background: linear-gradient(100deg, rgba(33,9,15,.96), rgba(86,14,30,.7)), url("../assets/images/evening-lamps.jpg") center/cover fixed; }
.band h2 { max-width: 11ch; font-size: clamp(3rem, 5.2vw, 5.8rem); }
.seva-section { background: radial-gradient(circle at 50% 130%, #e7bb62, transparent 48%), var(--plum); color: var(--mist); }
.seva-section h2 { margin-left: auto; margin-right: auto; color: var(--mist); max-width: 14ch; }
.seva-section .kicker, .seva-section .lede-body { color: #f1d89f; }
.seva-section .btn-blood { background: var(--sun); color: var(--plum); }

.page-banner { min-height: 520px; }
.page-banner::after { background: linear-gradient(100deg, rgba(33,9,15,.9), rgba(33,9,15,.18)); }
.page-banner .wrap { padding-bottom: 4rem; }
.page-banner h1 { max-width: 15ch; font-size: clamp(3.4rem, 7vw, 6.8rem); line-height: .94; letter-spacing: -.055em; }
.story { gap: 4rem; padding: 4rem 0; }
.story img { border-radius: 2px; }
.compound article, .donate-card, .form-card { border-radius: 2px; }
.timetable { border-radius: 2px; }
.site-footer { padding: 7rem 0 1.5rem; background: #150408; }
.footer-grid { gap: 4rem; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 1rem); height: 64px; top: 8px; right: 0; left: 0; margin: 0 auto; }
  .brand-en { display: none; }
  .nav { top: 72px; left: -.5rem; right: -.5rem; border-radius: 0 0 18px 18px; background: var(--plum); }
  .nav-toggle { border-color: var(--sun); color: var(--sun); }
  .hero-content { margin-top: 5rem; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.6rem); }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid .card, .bento-grid .card:nth-child(n) { grid-column: auto; min-height: 0; display: flex; }
  .bento-grid .card:nth-child(3) img { height: 220px; }
  .section { padding: 5.5rem 0; }
}
