:root {
  --bg: #08111a;
  --bg-soft: #0f1d2b;
  --surface: rgba(255,255,255,0.06);
  --surface-strong: rgba(255,255,255,0.1);
  --text: #eef6fb;
  --muted: #b7c9d6;
  --line: rgba(255,255,255,0.12);
  --accent: #2cc3ff;
  --accent-2: #7ee081;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 18px 48px rgba(0,0,0,0.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #071019 0%, #0a1722 100%);
  color: var(--text);
  line-height: 1.6;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(8,17,26,0.82);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 0; }
.brand { color: white; font-weight: 800; font-size: 1.25rem; letter-spacing: 0.03em; }
nav { display:flex; flex-wrap:wrap; gap:1rem; }
nav a { color: var(--text); opacity: 0.9; }
nav a[aria-current="page"] { color: white; font-weight: 700; }
.hero {
  position: relative;
  min-height: 84vh;
  display:flex; align-items:end;
  background:
    linear-gradient(180deg, rgba(4,10,16,0.18) 0%, rgba(4,10,16,0.55) 52%, rgba(4,10,16,0.92) 100%),
    url('/assets/hero-shingle-blue.jpeg') center/cover no-repeat;
}
.hero-inner { padding: 7rem 0 4rem; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.8rem; font-weight: 700; color: var(--accent-2);
}
h1, h2, h3 { line-height: 1.1; margin: 0 0 1rem; }
h1 { font-size: clamp(2.5rem, 6vw, 5.2rem); max-width: 13ch; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.7rem); }
h3 { font-size: 1.12rem; }
.lead { max-width: 44rem; font-size: 1.14rem; color: var(--muted); }
.hero-grid, .grid, .gallery-grid, .footer-grid, .stats, .contact-grid { display:grid; gap:1.25rem; }
.hero-grid { grid-template-columns: 1.3fr 0.8fr; align-items:end; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stats { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.5rem; }
.section { padding: 4.5rem 0; }
.section.alt { background: rgba(255,255,255,0.02); }
.card, .stat, .gallery-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card, .stat { padding: 1.25rem; }
.card p:last-child { margin-bottom: 0; }
.panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.5rem;
  box-shadow: var(--shadow);
}
.button-row { display:flex; flex-wrap:wrap; gap:0.85rem; margin-top: 1.6rem; }
.button {
  display:inline-block; padding:0.9rem 1.15rem; border-radius:999px; font-weight:700;
  background: var(--accent); color:#042030;
}
.button.secondary { background: transparent; color: white; border: 1px solid var(--line); }
.button:hover { text-decoration:none; }
.list-clean { padding-left: 1.1rem; margin: 0; }
.list-clean li { margin: 0.4rem 0; }
.image-card { overflow:hidden; }
.image-card img, .gallery-card img { aspect-ratio: 4 / 3; object-fit: cover; width:100%; }
.gallery-card figcaption { padding: 0.85rem 1rem 1rem; color: var(--muted); font-size: 0.95rem; }
.gallery-filters { display:flex; flex-wrap:wrap; gap:0.6rem; margin-bottom:1.25rem; }
.filter-btn {
  cursor:pointer; border:1px solid var(--line); background:transparent; color:var(--text);
  padding:0.65rem 0.9rem; border-radius:999px; font:inherit;
}
.filter-btn.active { background: var(--surface-strong); }
.notice {
  border-left: 4px solid var(--accent-2);
  padding-left: 1rem;
  color: var(--muted);
}
.site-footer { border-top:1px solid var(--line); padding:2rem 0 3rem; }
.footer-grid { grid-template-columns: 1.1fr 0.9fr; }
.small { color: var(--muted); font-size: 0.94rem; }
.prose { max-width: 760px; }
.badge { display:inline-block; font-size:0.78rem; padding:0.35rem 0.6rem; border:1px solid var(--line); border-radius:999px; color:var(--muted); }
.contact-grid { grid-template-columns: 1fr 1fr; }
@media (max-width: 960px) {
  .hero-grid, .grid.three, .grid.two, .gallery-grid, .footer-grid, .stats, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-inner { padding: 6rem 0 3rem; }
  .nav-wrap { flex-direction:column; align-items:flex-start; }
}

.join-form { display:grid; gap:0.95rem; }
.join-form label { display:grid; gap:0.35rem; }
.join-form input, .join-form select, .join-form textarea { width:100%; border-radius:14px; border:1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--text); padding:0.85rem 0.95rem; font: inherit; }
.join-form input::placeholder, .join-form textarea::placeholder { color: var(--muted); }
.join-form code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }



:root {
  --bg: #0b1320;
  --bg-soft: #101a2b;
  --surface: #132033;
  --surface-2: #17263d;
  --line: rgba(255,255,255,0.10);
  --text: #eaf2fb;
  --muted: #a8bbcf;
  --accent: #44c2ff;
  --accent-2: #78f0d7;
  --max: 1160px;
  --radius: 18px;
  --shadow: 0 20px 50px rgba(0,0,0,0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #08111d 0%, #0b1320 100%);
  color: var(--text);
  line-height: 1.6;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); background: rgba(8,17,29,0.82); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; }
.brand { color: white; font-weight: 800; letter-spacing: 0.04em; font-size: 1.2rem; }
.brand small { display:block; font-size: 0.7rem; color: var(--muted); font-weight:600; letter-spacing: 0.12em; }
nav { display: flex; flex-wrap: wrap; gap: 0.9rem; }
nav a { color: var(--muted); }
nav a[aria-current="page"], nav a:hover { color: white; text-decoration: none; }
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,14,24,0.88) 0%, rgba(7,14,24,0.58) 45%, rgba(7,14,24,0.25) 100%),
              var(--hero-image, none) center/cover no-repeat;
  z-index: -2;
  min-height: 70vh;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,17,29,0.12), rgba(8,17,29,0.65) 72%, #0b1320 100%);
  z-index: -1;
}
.hero-inner { padding: 6rem 0 5rem; min-height: 70vh; display:flex; align-items:center; }
.hero-grid, .grid.two, .grid.three, .grid.four, .footer-grid, .split { display:grid; gap:1.5rem; }
.hero-grid { grid-template-columns: 1.35fr 0.8fr; align-items:end; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { grid-template-columns: 1.1fr 0.9fr; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.8rem; font-weight: 800; color: var(--accent-2); }
h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); max-width: 12ch; margin-bottom: 1rem; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 0.8rem; }
h3 { font-size: 1.15rem; margin-bottom: 0.45rem; }
.lead { color: #d8e5f3; font-size: 1.12rem; max-width: 52rem; }
.small { font-size: 0.95rem; color: var(--muted); }
.section { padding: 4rem 0; }
.section.alt { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); }
.card, .panel, .gallery-card, .quote { background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card, .panel, .quote { padding: 1.25rem; }
.button-row { display:flex; flex-wrap: wrap; gap:0.9rem; margin:1.5rem 0 0; }
.button { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:0.9rem 1.15rem; background: linear-gradient(135deg, var(--accent), #2da4ff); color:#04111d; font-weight:800; box-shadow: var(--shadow); }
.button.secondary { background: transparent; color: white; border:1px solid var(--line); }
.button:hover { text-decoration:none; }
.badge { display:inline-block; font-size:0.78rem; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; color:#06121d; background: linear-gradient(135deg, var(--accent-2), #96f7e5); border-radius:999px; padding:0.45rem 0.7rem; }
.list-clean { padding-left:1.15rem; margin:0.85rem 0 0; }
.stats { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:0.9rem; margin-top:1.5rem; }
.stat { padding:0.95rem; border:1px solid var(--line); border-radius:16px; background: rgba(255,255,255,0.03); }
.prose p, .prose li { color: #d7e3ef; }
.prose ul { padding-left: 1.15rem; }
.image-card { overflow:hidden; }
.image-card img { width:100%; height:280px; object-fit:cover; }
.gallery-card figcaption { padding: 0.9rem 1rem 1rem; color: var(--muted); font-size:0.95rem; }
.quote { border-left: 4px solid var(--accent-2); }
.filter-bar { display:flex; flex-wrap:wrap; gap:0.75rem; margin:1.25rem 0 1.75rem; }
.chip { border:1px solid var(--line); background: rgba(255,255,255,0.03); color: var(--text); padding:0.65rem 0.9rem; border-radius:999px; cursor:pointer; font: inherit; }
.chip.active { background: linear-gradient(135deg, var(--accent), #2da4ff); color:#07131f; border-color:transparent; font-weight:700; }
.gallery-masonry { columns: 3 280px; column-gap: 1rem; }
.gallery-item { break-inside: avoid; margin-bottom: 1rem; display:block; }
.gallery-item img { width:100%; border-radius: 16px 16px 0 0; max-height:none; }
.gallery-item .gallery-card { overflow:hidden; }
.gallery-meta { padding: 0.85rem 1rem 1rem; }
.hero-mini { padding: 3.5rem 0 2rem; background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0)); }
.inline-list { display:flex; flex-wrap:wrap; gap:0.7rem 1rem; padding:0; list-style:none; color:var(--muted); }
.form-grid { display:grid; gap:1rem; }
label { display:block; font-weight:700; margin-bottom:0.35rem; }
input, select, textarea { width:100%; border-radius:14px; border:1px solid var(--line); background:#0d1726; color:var(--text); padding:0.9rem 1rem; font:inherit; }
textarea { min-height: 140px; resize: vertical; }
.notice { padding: 0.9rem 1rem; border-radius: 14px; border:1px solid var(--line); background: rgba(255,255,255,0.03); }
.tablelike { display:grid; gap:0.75rem; }
.tablelike .row { display:grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: 0.9rem 0; border-bottom:1px solid var(--line); }
.site-footer { border-top:1px solid var(--line); padding:2rem 0 3rem; margin-top:2rem; }
.muted-link { color: var(--muted); }
.warning { border-left:4px solid #ffbd59; }
@media (max-width: 900px) {
  .hero-grid, .grid.two, .grid.three, .grid.four, .split, .footer-grid { grid-template-columns:1fr; }
  .stats { grid-template-columns:1fr; }
  .hero-inner { min-height: auto; padding: 5rem 0 4rem; }
  .image-card img { height: 230px; }
}


.brand { color: white; font-weight: 800; letter-spacing: 0.03em; display:flex; align-items:center; gap:0.85rem; }
.brand-logo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.18); background: white; flex: 0 0 auto; }
.brand-text { display:flex; flex-direction:column; line-height:1.1; }
.brand-title { font-size: 1.05rem; font-weight: 800; }
.brand-subtitle { font-size: 0.72rem; color: var(--muted); max-width: 20rem; }
.hero-brand-lockup { display:flex; align-items:center; gap:1rem; margin: 1.3rem 0 0.6rem; }
.hero-logo { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; background: white; border: 3px solid rgba(255,255,255,0.18); box-shadow: var(--shadow); }
.footer-brand { display:flex; align-items:center; gap:0.9rem; }
.footer-logo { width: 56px; height: 56px; border-radius:50%; object-fit:cover; background:white; border:1px solid var(--line); }
@media (max-width: 960px) {
  .brand-subtitle { display:none; }
  .brand-logo { width:46px; height:46px; }
  .hero-brand-lockup { margin-top: 1rem; }
  .hero-logo { width: 84px; height: 84px; }
}


.brand { color: white; font-weight: 800; letter-spacing: 0.03em; display:flex; align-items:center; gap:0.85rem; }
.brand-logo { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; border: 2px solid rgba(255,255,255,0.18); background: white; flex: 0 0 auto; }
.brand-text { display:flex; flex-direction:column; line-height:1.1; }
.brand-title { font-size: 1.05rem; font-weight: 800; }
.brand-subtitle { font-size: 0.72rem; color: var(--muted); max-width: 20rem; }
.hero-brand-lockup { display:flex; align-items:center; gap:1rem; margin: 1.3rem 0 0.6rem; }
.hero-logo { width: 108px; height: 108px; border-radius: 50%; object-fit: cover; background: white; border: 3px solid rgba(255,255,255,0.18); box-shadow: var(--shadow); }
.footer-brand { display:flex; align-items:center; gap:0.9rem; }
.footer-logo { width: 56px; height: 56px; border-radius:50%; object-fit:cover; background:white; border:1px solid var(--line); }
@media (max-width: 960px) {
  .brand-subtitle { display:none; }
  .brand-logo { width:46px; height:46px; }
  .hero-brand-lockup { margin-top: 1rem; }
  .hero-logo { width: 84px; height: 84px; }
}


.site-disclaimer {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.embed-wrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 70vh;
}
.embed-wrap iframe {
  width: 100%;
  height: 70vh;
  border: 0;
}
.blank-state {
  min-height: 40vh;
  display: grid;
  align-content: start;
  gap: 1rem;
}
.small-print { font-size: 0.82rem; color: var(--muted); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 1rem;
}
.gallery-grid figure {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.gallery-grid figcaption {
  padding: 0.85rem 1rem 1rem;
  font-size: 0.9rem;
}
.not-found {
  min-height: 60vh;
  display: grid;
  place-items: center;
  text-align: center;
}
.not-found .card { max-width: 700px; }


.info-list li { margin-bottom: .55rem; }
.notice-card { border-left: 5px solid #0b6bcb; }
.embed-note { font-size: .9rem; color: var(--muted); }


.embed-wrap {
  min-height: 122.5vh;
}
.embed-wrap iframe {
  height: 122.5vh;
}

/* ── Consistency additions ── */

/* cta-row is an alias for button-row */
.cta-row, .button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

/* Page intro band — subtle header treatment for inner content pages */
.page-intro {
  padding: 2.5rem 0 2rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0) 100%);
}
.page-intro h1 { margin-bottom: 0.6rem; }
.page-intro .lead { margin-bottom: 0; }

/* Card spacing within prose sections */
.prose .card { margin-top: 1.25rem; }
.prose .card:first-of-type { margin-top: 1.5rem; }

/* Next-event highlight card */
.card.highlight-card {
  border-left: 5px solid var(--accent-2);
  background: linear-gradient(135deg, rgba(120,240,215,0.06), rgba(255,255,255,0.02));
}

/* Golden rule card for safety page */
.golden-rule-card {
  background: linear-gradient(135deg, rgba(68,194,255,0.10), rgba(120,240,215,0.06));
  border: 1px solid rgba(68,194,255,0.25);
  border-radius: var(--radius);
  padding: 1.25rem 1.4rem;
  margin: 1.25rem 0;
  box-shadow: var(--shadow);
}
.golden-rule-card .label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-2);
  margin-bottom: 0.35rem;
}
.golden-rule-card h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.golden-rule-card p { font-size: 0.93rem; color: var(--muted); margin: 0; }

/* Rules grid for safety page */
.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.25rem 0;
}
.rule-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow);
}
.rule-card .rule-num {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-2);
  margin-bottom: 0.3rem;
}
.rule-card h3 { font-size: 1rem; margin-bottom: 0.4rem; }
.rule-card p { font-size: 0.9rem; color: var(--muted); margin: 0; }

/* Safety infographic image */
.safety-image-wrap {
  margin: 1.5rem 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #b8dff0;
}

/* Social links list */
.social-links { list-style: none; padding: 0; margin: 0.75rem 0 0; display: flex; flex-direction: column; gap: 0.6rem; }
.social-links li { display: flex; align-items: baseline; gap: 0.5rem; }
.social-links strong { color: var(--text); min-width: 80px; }

/* Membership cost table */
.cost-table { display: grid; gap: 0.5rem; margin: 0.75rem 0; }
.cost-row { display: flex; justify-content: space-between; align-items: center; padding: 0.65rem 0.9rem; background: rgba(255,255,255,0.03); border-radius: 10px; border: 1px solid var(--line); }
.cost-row strong { color: var(--text); }
.cost-row span { color: var(--accent-2); font-weight: 700; font-size: 1.05rem; }

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

/* ── Social link buttons (contact / community pages) ──────────────── */
.social-link-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  text-decoration: none;
  color: var(--text);
  margin-top: 0.75rem;
  transition: background 0.18s, border-color 0.18s;
}
.social-link-row:hover { background: rgba(255,255,255,0.07); text-decoration: none; }
.slr-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: white;
}
.slr-icon--wa { background: #25D366; }
.slr-icon--tg { background: #0088cc; }
.slr-icon--fb { background: #1877f2; }
.slr-icon--ig { background: linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); }
.slr-icon--mu { background: #f64060; }
.slr-name { display: block; font-weight: 700; font-size: 0.97rem; }
.slr-handle { display: block; font-size: 0.82rem; color: var(--muted); }
.slr-arrow { margin-left: auto; color: var(--accent); font-size: 1.1rem; flex-shrink: 0; }
.social-link-row--wa { border-left: 3px solid #25D366; }
.social-link-row--tg { border-left: 3px solid #0088cc; }
.social-link-row--fb { border-left: 3px solid #1877f2; }
.social-link-row--ig { border-left: 3px solid #e4405f; }
.social-link-row--mu { border-left: 3px solid #f64060; }

/* ── Footer social pills ──────────────────────────────────────────── */
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.9rem 0 0.3rem;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: var(--muted);
  padding: 0.22rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.03);
  text-decoration: none;
  transition: color 0.15s, background 0.15s;
}
.footer-social a:hover { color: var(--text); background: rgba(255,255,255,0.07); text-decoration: none; }
.footer-social svg { width: 12px; height: 12px; flex-shrink: 0; }
.fs-wa { color: #25D366; }
.fs-tg { color: #0088cc; }
.fs-fb { color: #1877f2; }
.fs-ig { color: #e4405f; }
.fs-mu { color: #f64060; }

/* ── Event cards (dynamic events loader) ──────────────────────────── */
.event-card { padding: 1.1rem 1.25rem; }
.event-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  margin-bottom: 0.55rem;
}
.event-type-badge {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  white-space: nowrap;
}
.event-date-str {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
}
.event-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--text);
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.1rem;
  margin-bottom: 0.55rem;
  font-size: 0.82rem;
  color: var(--muted);
}
.event-desc {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 0.65rem;
  line-height: 1.5;
}
.event-link {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
}
.event-empty {
  color: var(--muted);
  font-size: 0.88rem;
  font-style: italic;
  padding: 0.25rem 0;
}

/* ── Archive pagination / Load More ──────────────────────────────── */
.event-archive-list { display: block; }
.event-archive-sentinel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding: 1.1rem 0 0.4rem;
}
.event-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.6rem 1.4rem;
  background: linear-gradient(135deg, var(--accent), #2da4ff);
  color: #04111d;
  font-weight: 800;
  font-size: 0.85rem;
  border: none;
  cursor: pointer;
  box-shadow: var(--shadow);
  letter-spacing: 0.02em;
}
.event-load-more-btn:hover { filter: brightness(1.08); }
.event-load-more-btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.event-archive-status {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0;
  text-align: center;
}
.event-load-more-inline {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--accent);
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}
.event-load-more-inline:hover { filter: brightness(1.1); }
