:root {
  color: #f7f7fb;
  background: #080b18;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --seo-bg: #080b18;
  --seo-surface: #101526;
  --seo-line: rgba(177, 185, 214, 0.24);
  --seo-text: #f7f7fb;
  --seo-muted: #a4abc0;
  --seo-lime: #d8ff4c;
  --seo-magenta: #ec0878;
}

* { box-sizing: border-box; }
html { color-scheme: dark; background: var(--seo-bg); }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--seo-text); background: var(--seo-bg); }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--seo-lime); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  color: #101706;
  background: var(--seo-lime);
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--seo-line);
  background: rgba(8, 11, 24, 0.96);
}
.site-brand { display: inline-flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 760; text-decoration: none; }
.site-brand img { width: 52px; height: 52px; border-radius: 9px; object-fit: cover; }
.site-header nav { display: flex; overflow-x: auto; align-items: center; gap: 8px; margin-left: auto; }
.site-header nav a { padding: 10px 12px; border-radius: 8px; color: #dce0ea; font-size: 14px; font-weight: 650; text-decoration: none; white-space: nowrap; }
.site-header nav a:hover { background: var(--seo-surface); }

.content-page, .event-page, .collection-hero, .event-list, .related {
  width: min(1040px, calc(100% - 36px));
  margin-inline: auto;
}
.content-page, .event-page { padding: clamp(48px, 8vw, 96px) 0; }
.eyebrow, .category { color: var(--seo-lime); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
h1 { max-width: 900px; margin: 10px 0 16px; font-size: clamp(36px, 7vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.lead, .collection-hero > p, .event-hero > p { max-width: 760px; color: var(--seo-muted); font-size: clamp(17px, 2.2vw, 22px); line-height: 1.55; }
.prose { max-width: 780px; margin-top: 50px; }
.prose h2 { margin: 38px 0 10px; font-size: 24px; letter-spacing: -.025em; }
.prose p { color: #cdd2df; font-size: 16px; line-height: 1.7; }
.prose a { color: var(--seo-lime); }
.contact-card { display: grid; gap: 6px; margin: 30px 0; padding: 22px; border: 1px solid var(--seo-line); border-radius: 14px; background: var(--seo-surface); }
.contact-card span { color: var(--seo-muted); font-size: 13px; }
.contact-card a { color: var(--seo-lime); font-size: clamp(18px, 3vw, 26px); font-weight: 760; text-decoration: none; overflow-wrap: anywhere; }
.inline-settings { min-height: 46px; padding: 0 16px; border: 1px solid var(--seo-lime); border-radius: 8px; color: var(--seo-lime); background: transparent; font: inherit; font-weight: 700; cursor: pointer; }

.collection-hero { padding: clamp(48px, 8vw, 88px) 0 42px; }
.collection-hero h1 { font-size: clamp(38px, 7vw, 70px); }
.button-link, .primary-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 18px;
  border: 1px solid var(--seo-magenta);
  border-radius: 9px;
  font-weight: 750;
  text-decoration: none;
}
.primary-link { color: white; background: var(--seo-magenta); }
.event-list { display: grid; gap: 12px; padding-bottom: 80px; }
.listing-card { display: grid; grid-template-columns: minmax(135px, .28fr) 1fr; gap: 24px; padding: 22px; border: 1px solid var(--seo-line); border-radius: 14px; background: var(--seo-surface); }
.listing-date { display: flex; flex-direction: column; gap: 6px; color: #e7eaf2; font-size: 14px; font-weight: 720; }
.listing-date span { color: var(--seo-muted); font-size: 13px; font-weight: 500; }
.listing-card h2 { margin: 8px 0 7px; font-size: clamp(19px, 2.8vw, 26px); line-height: 1.2; }
.listing-card h2 a { text-decoration: none; }
.listing-card h2 a:hover { color: var(--seo-lime); }
.listing-card p { margin: 0; color: var(--seo-muted); }
.no-events { padding: 40px; border: 1px solid var(--seo-line); border-radius: 14px; background: var(--seo-surface); text-align: center; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: var(--seo-muted); font-size: 13px; }
.breadcrumbs a { color: #dce0ea; }
.event-hero { padding-bottom: 44px; border-bottom: 1px solid var(--seo-line); }
.event-hero h1 { font-size: clamp(38px, 7vw, 68px); }
.event-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; border-bottom: 1px solid var(--seo-line); }
.event-facts > div { padding: 22px 18px 22px 0; border-top: 1px solid var(--seo-line); }
.event-facts dt { margin-bottom: 6px; color: var(--seo-muted); font-size: 12px; text-transform: uppercase; }
.event-facts dd { margin: 0; font-size: 17px; font-weight: 680; }
.event-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; }
.event-actions .button-link, .event-actions .primary-link { margin-top: 0; }
.source-link { padding: 12px 4px; color: var(--seo-lime); }
.event-note { max-width: 760px; margin-top: 28px; color: var(--seo-muted); font-size: 13px; line-height: 1.6; }
.related { padding-bottom: 80px; }
.related > h2 { margin-bottom: 22px; font-size: 30px; }
.related-grid { display: grid; gap: 12px; }

.site-footer {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 1fr);
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--seo-line);
  color: var(--seo-muted);
  background: #090d1a;
}
.footer-brand { color: var(--seo-text); font-size: 19px; font-weight: 780; text-decoration: none; }
.site-footer p { margin: 7px 0 0; font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 16px; }
.site-footer nav a, .site-footer nav button { border: 0; color: #c9cedb; background: transparent; font: inherit; font-size: 13px; text-decoration: none; cursor: pointer; }
.site-footer nav a:hover, .site-footer nav button:hover { color: var(--seo-lime); }
.copyright { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--seo-line); }

.consent-banner {
  position: fixed;
  z-index: 1000;
  right: 18px;
  bottom: 18px;
  display: grid;
  width: min(610px, calc(100% - 36px));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(216, 255, 76, .42);
  border-radius: 14px;
  color: var(--seo-text);
  background: rgba(16, 21, 38, .98);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .62);
}
.consent-copy { display: grid; gap: 7px; }
.consent-copy strong { font-size: 16px; }
.consent-copy p { margin: 0; color: #c1c7d6; font-size: 13px; line-height: 1.5; }
.consent-copy a { width: fit-content; color: var(--seo-lime); font-size: 12px; }
.consent-actions { display: grid; align-content: center; gap: 8px; }
.consent-actions button { min-height: 43px; padding: 0 14px; border: 1px solid var(--seo-line); border-radius: 8px; color: var(--seo-text); background: transparent; font: inherit; font-size: 12px; font-weight: 720; cursor: pointer; }
.consent-actions .consent-accept { border-color: var(--seo-magenta); background: var(--seo-magenta); }

@media (max-width: 700px) {
  .site-header { align-items: flex-start; gap: 10px; padding: 10px 14px; }
  .site-brand span { display: none; }
  .site-header nav { width: calc(100% - 58px); padding-top: 4px; }
  .listing-card { grid-template-columns: 1fr; gap: 12px; padding: 18px; }
  .listing-date { flex-direction: row; flex-wrap: wrap; gap: 8px 14px; }
  .event-facts { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; }
  .copyright { grid-column: auto; }
  .consent-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); grid-template-columns: 1fr; padding: 16px; }
  .consent-actions { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
