
:root {
  --bg: #0a1218;
  --panel: #121c26;
  --ink: #e9eef3;
  --muted: #9aa7b4;
  --line: rgba(233, 238, 243, 0.12);
  --sea: #6eb6d9;
  --sand: #d4b483;
  --ph: #1a2834;
  --font: "DM Sans", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --wrap: min(960px, calc(100% - 2.5rem));
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); color: var(--ink);
  background:
    radial-gradient(900px 480px at 0% -10%, rgba(110, 182, 217, 0.14), transparent 55%),
    radial-gradient(700px 400px at 100% 0%, rgba(212, 180, 131, 0.1), transparent 50%),
    var(--bg);
  line-height: 1.55;
}
a { color: var(--sea); text-decoration: none; }
a:hover { color: #9fd0ea; }
.wrap { width: var(--wrap); margin-inline: auto; }
.top {
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(12px);
  background: rgba(10, 18, 24, 0.9);
  border-bottom: 1px solid var(--line);
}
.bar { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; gap: 1rem; }
.mark { font-weight: 700; color: var(--ink); }
.nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; }
.nav a { color: var(--muted); font-size: 0.9rem; font-weight: 500; }
.nav a:hover { color: var(--ink); }

.hero { padding: 3.5rem 0 2.5rem; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 1.5rem; align-items: stretch; }
.eyebrow { margin: 0 0 0.75rem; color: var(--sand); text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.72rem; font-weight: 700; }
h1 { margin: 0; font-family: var(--display); font-weight: 600; font-size: clamp(2.4rem, 7vw, 3.4rem); line-height: 1.05; }
.page-hero h1 { font-size: clamp(1.9rem, 5vw, 2.6rem); }
.punch { margin: 0.55rem 0 1rem; font-family: var(--display); color: var(--sea); font-size: clamp(1.3rem, 3vw, 1.7rem); font-weight: 500; }
.lede { margin: 0 0 1.35rem; color: var(--muted); max-width: 32rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.btn { display: inline-block; padding: 0.75rem 1.1rem; border-radius: 999px; background: var(--sea); color: #0a1218; font-weight: 700; }
.btn:hover { color: #0a1218; filter: brightness(1.05); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--sea); color: var(--sea); }

.ph {
  display: flex; flex-direction: column; justify-content: center; gap: 0.45rem;
  min-height: 180px; padding: 1.1rem 1.15rem;
  border: 1.5px dashed rgba(158, 184, 204, 0.45);
  border-radius: 14px; background: var(--ph); color: var(--muted);
}
.ph-tall { min-height: 280px; height: 100%; }
.ph-wide { min-height: 200px; }
.ph-label {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sand);
}
.ph-hint { font-size: 0.9rem; line-height: 1.45; }

section.wrap { padding: 2.25rem 0 2.75rem; }
h2 { margin: 0 0 1.25rem; font-family: var(--display); font-weight: 600; font-size: clamp(1.55rem, 4vw, 2rem); }
h3 { margin: 0 0 0.45rem; font-size: 1.2rem; }
.section-intro { margin: -0.4rem 0 1.4rem; color: var(--muted); max-width: 40rem; }

.beats { display: grid; gap: 1.5rem; }
.beat { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 1.15rem; align-items: center; }
.beat-rev { grid-template-columns: 1.1fr 0.9fr; }
.beat-rev .ph { order: 2; }
.beat-label { margin: 0 0 0.35rem; color: var(--sand); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.beat p { margin: 0; color: var(--muted); }

.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.card {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: 14px; padding: 1.15rem 1.2rem;
}
.card p { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.95rem; }
.card .tag { margin: 0 0 0.4rem; color: var(--sand); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.card.full { grid-column: 1 / -1; }
.card.memorial { border-color: rgba(212, 180, 131, 0.35); }

.island-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.island-card {
  display: block; padding: 1.15rem 1.1rem; border-radius: 14px;
  background: var(--panel); border: 1px solid var(--line); color: inherit;
}
.island-card:hover { border-color: var(--sea); color: var(--ink); }
.island-card strong { display: block; font-size: 1.15rem; margin-bottom: 0.35rem; }
.island-card span { color: var(--muted); font-size: 0.9rem; }

.people-stack { display: grid; gap: 1.35rem; }
.people-row { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 1.15rem; align-items: center; }
.people-row p { color: var(--muted); margin: 0 0 0.55rem; }
.people-row p:last-child { margin-bottom: 0; }

.now-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; align-items: center; }
.now-grid p { color: var(--muted); }
.text-link { font-weight: 600; }
.links { margin: 1rem 0 0; padding-left: 1.1rem; color: var(--muted); }
.links li { margin: 0.35rem 0; }

.crumb { margin: 0 0 0.75rem; color: var(--muted); font-size: 0.88rem; }
.crumb a { color: var(--muted); }
.crumb a:hover { color: var(--sea); }

.contact p { color: var(--muted); margin: 0 0 0.5rem; }
.contact-line a { font-size: 1.1rem; font-weight: 600; }
.note { font-size: 0.88rem; }

.foot {
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding: 1.4rem 0 2.4rem; border-top: 1px solid var(--line);
  color: var(--muted); font-size: 0.85rem;
}


.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}
.sponsor-card {
  display: flex; flex-direction: column; gap: 0.35rem;
  padding: 1.2rem 1.15rem; border-radius: 14px;
  background: var(--panel); border: 1px solid var(--line);
  color: var(--ink);
}
.sponsor-card:hover { border-color: var(--sea); color: var(--ink); }
.sponsor-name { font-weight: 700; font-size: 1.1rem; }
.sponsor-meta { color: var(--muted); font-size: 0.88rem; }
.sponsor-open {
  border-style: dashed;
  border-color: rgba(110, 182, 217, 0.45);
  background: transparent;
}
.sponsor-open .sponsor-name { color: var(--sea); }

.support-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; }
.btn-donate {
  background: var(--sand);
  color: #0a1218;
  font-size: 1.05rem;
  padding: 0.85rem 1.4rem;
}
.btn-donate:hover { color: #0a1218; filter: brightness(1.05); }
.support-note { margin: 0; color: var(--muted); font-size: 0.9rem; max-width: 22rem; }

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

@media (max-width: 760px) {
  .hero-grid, .beat, .beat-rev, .people-row, .now-grid, .card-grid, .island-cards { grid-template-columns: 1fr; }
  .beat-rev .ph { order: 0; }
  .hero { padding-top: 2.5rem; }
  .card.full { grid-column: auto; }
}
