@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600&family=Unbounded:wght@400;600;700&display=swap");

:root {
  --funki: #e9a3a6;
  --jade: #8fcfc4;
  --merino: #e0d8d2;
  --bg: var(--merino);
  --panel: #f2ece7;
  --panel-strong: #eadfd9;
  --edge: rgba(92, 77, 70, 0.18);
  --text: #3d3431;
  --muted: #7a6e6a;
  --teal: var(--jade);
  --coral: var(--funki);
  --gold: var(--merino);
  --shadow: rgba(88, 70, 63, 0.18);
  --shadow-strong: rgba(88, 70, 63, 0.28);
  --glass: rgba(255, 255, 255, 0.65);
  --glow: rgba(143, 207, 196, 0.35);
  --bg-radial-1: rgba(143, 207, 196, 0.7);
  --bg-radial-2: rgba(233, 163, 166, 0.68);
  --bg-linear-1: #f5eee9;
  --bg-linear-2: #ebe3dd;
  --bg-linear-3: #e0d8d2;
  --grid-dot: rgba(90, 75, 68, 0.12);
  --selection-bg: rgba(143, 207, 196, 0.55);
  --selection-text: #2f2623;
  --focus-ring: rgba(143, 207, 196, 0.6);
  --header-glow-1: rgba(143, 207, 196, 0.5);
  --header-glow-2: rgba(233, 163, 166, 0.45);
  --brand-shadow: rgba(143, 207, 196, 0.25);
  --surface-1: rgba(255, 255, 255, 0.65);
  --surface-2: rgba(255, 255, 255, 0.6);
  --surface-3: rgba(255, 255, 255, 0.75);
  --panel-glass-1: rgba(255, 255, 255, 0.95);
  --panel-glass-2: rgba(239, 232, 227, 0.95);
  --panel-glow: rgba(143, 207, 196, 0.45);
  --pill-bg: rgba(143, 207, 196, 0.3);
  --pill-text: #2d6d63;
  --notice-pill-border: rgba(233, 163, 166, 0.35);
  --notice-pill-bg: rgba(233, 163, 166, 0.25);
  --notice-pill-text: #8d4c4f;
  --button-primary-text: #2f2623;
  --button-primary-border: rgba(143, 207, 196, 0.35);
  --hero-glow: rgba(143, 207, 196, 0.6);
  --timeline-shadow: rgba(233, 163, 166, 0.3);
  --timeline-shadow-live: rgba(143, 207, 196, 0.3);
  --event-chip-bg: rgba(233, 163, 166, 0.28);
  --event-chip-text: #8d4c4f;
  --event-chip-live-bg: rgba(143, 207, 196, 0.32);
  --event-chip-live-text: #2d6d63;
  --step-icon-bg: rgba(143, 207, 196, 0.35);
  --step-icon-text: #2d6d63;
  --cta-bg-1: rgba(143, 207, 196, 0.6);
  --cta-bg-2: rgba(233, 163, 166, 0.55);
  --cta-after: rgba(233, 163, 166, 0.6);
  --accent-wash-1: rgba(143, 207, 196, 0.25);
  --accent-wash-2: rgba(233, 163, 166, 0.25);
  --tag-bg-1: rgba(143, 207, 196, 0.32);
  --tag-bg-2: rgba(233, 163, 166, 0.3);
  --bg-radial-3: rgba(143, 207, 196, 0.42);
  --bg-radial-4: rgba(233, 163, 166, 0.4);
  --hover-border: rgba(143, 207, 196, 0.55);
  --hover-shadow: rgba(88, 70, 63, 0.22);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #171d1b;
    --panel: #1d2220;
    --panel-strong: #232a28;
    --edge: rgba(255, 255, 255, 0.12);
    --text: #f5eee9;
    --muted: #c2b7b1;
    --shadow: rgba(5, 7, 6, 0.55);
    --shadow-strong: rgba(0, 0, 0, 0.5);
    --glass: rgba(18, 21, 20, 0.72);
    --bg-radial-1: rgba(143, 207, 196, 0.3);
    --bg-radial-2: rgba(233, 163, 166, 0.28);
    --bg-linear-1: #0f1312;
    --bg-linear-2: #141a18;
    --bg-linear-3: #171d1b;
    --grid-dot: rgba(255, 255, 255, 0.08);
    --selection-bg: rgba(143, 207, 196, 0.35);
    --selection-text: #0e1110;
    --focus-ring: rgba(143, 207, 196, 0.55);
    --header-glow-1: rgba(143, 207, 196, 0.3);
    --header-glow-2: rgba(233, 163, 166, 0.28);
    --brand-shadow: rgba(143, 207, 196, 0.35);
    --surface-1: rgba(18, 21, 20, 0.75);
    --surface-2: rgba(18, 21, 20, 0.6);
    --surface-3: rgba(20, 24, 22, 0.7);
    --panel-glass-1: rgba(24, 28, 26, 0.95);
    --panel-glass-2: rgba(18, 22, 20, 0.95);
    --panel-glow: rgba(143, 207, 196, 0.3);
    --pill-bg: rgba(143, 207, 196, 0.22);
    --pill-text: #9fe0d7;
    --notice-pill-border: rgba(233, 163, 166, 0.3);
    --notice-pill-bg: rgba(233, 163, 166, 0.18);
    --notice-pill-text: #f4b5b7;
    --button-primary-text: #2a2f2d;
    --button-primary-border: rgba(143, 207, 196, 0.35);
    --hero-glow: rgba(143, 207, 196, 0.4);
    --timeline-shadow: rgba(233, 163, 166, 0.24);
    --timeline-shadow-live: rgba(143, 207, 196, 0.22);
    --event-chip-bg: rgba(233, 163, 166, 0.2);
    --event-chip-text: #f4b5b7;
    --event-chip-live-bg: rgba(143, 207, 196, 0.22);
    --event-chip-live-text: #9fe0d7;
    --step-icon-bg: rgba(143, 207, 196, 0.22);
    --step-icon-text: #9fe0d7;
    --cta-bg-1: rgba(143, 207, 196, 0.35);
    --cta-bg-2: rgba(233, 163, 166, 0.32);
    --cta-after: rgba(233, 163, 166, 0.38);
    --accent-wash-1: rgba(143, 207, 196, 0.16);
    --accent-wash-2: rgba(233, 163, 166, 0.16);
    --tag-bg-1: rgba(143, 207, 196, 0.22);
    --tag-bg-2: rgba(233, 163, 166, 0.22);
    --bg-radial-3: rgba(143, 207, 196, 0.26);
    --bg-radial-4: rgba(233, 163, 166, 0.24);
    --hover-border: rgba(143, 207, 196, 0.4);
    --hover-shadow: rgba(0, 0, 0, 0.5);
  }
}

:root[data-theme="light"] {
  --bg: var(--merino);
  --panel: #f2ece7;
  --panel-strong: #eadfd9;
  --edge: rgba(92, 77, 70, 0.18);
  --text: #3d3431;
  --muted: #7a6e6a;
  --shadow: rgba(88, 70, 63, 0.18);
  --shadow-strong: rgba(88, 70, 63, 0.28);
  --glass: rgba(255, 255, 255, 0.65);
  --bg-radial-1: rgba(143, 207, 196, 0.7);
  --bg-radial-2: rgba(233, 163, 166, 0.68);
  --bg-linear-1: #f5eee9;
  --bg-linear-2: #ebe3dd;
  --bg-linear-3: #e0d8d2;
  --grid-dot: rgba(90, 75, 68, 0.12);
  --selection-bg: rgba(143, 207, 196, 0.55);
  --selection-text: #2f2623;
  --focus-ring: rgba(143, 207, 196, 0.6);
  --header-glow-1: rgba(143, 207, 196, 0.5);
  --header-glow-2: rgba(233, 163, 166, 0.45);
  --brand-shadow: rgba(143, 207, 196, 0.25);
  --surface-1: rgba(255, 255, 255, 0.65);
  --surface-2: rgba(255, 255, 255, 0.6);
  --surface-3: rgba(255, 255, 255, 0.75);
  --panel-glass-1: rgba(255, 255, 255, 0.95);
  --panel-glass-2: rgba(239, 232, 227, 0.95);
  --panel-glow: rgba(143, 207, 196, 0.45);
  --pill-bg: rgba(143, 207, 196, 0.3);
  --pill-text: #2d6d63;
  --notice-pill-border: rgba(233, 163, 166, 0.35);
  --notice-pill-bg: rgba(233, 163, 166, 0.25);
  --notice-pill-text: #8d4c4f;
  --button-primary-text: #2f2623;
  --button-primary-border: rgba(143, 207, 196, 0.35);
  --hero-glow: rgba(143, 207, 196, 0.6);
  --timeline-shadow: rgba(233, 163, 166, 0.3);
  --timeline-shadow-live: rgba(143, 207, 196, 0.3);
  --event-chip-bg: rgba(233, 163, 166, 0.28);
  --event-chip-text: #8d4c4f;
  --event-chip-live-bg: rgba(143, 207, 196, 0.32);
  --event-chip-live-text: #2d6d63;
  --step-icon-bg: rgba(143, 207, 196, 0.35);
  --step-icon-text: #2d6d63;
  --cta-bg-1: rgba(143, 207, 196, 0.6);
  --cta-bg-2: rgba(233, 163, 166, 0.55);
  --cta-after: rgba(233, 163, 166, 0.6);
  --accent-wash-1: rgba(143, 207, 196, 0.25);
  --accent-wash-2: rgba(233, 163, 166, 0.25);
  --tag-bg-1: rgba(143, 207, 196, 0.32);
  --tag-bg-2: rgba(233, 163, 166, 0.3);
  --bg-radial-3: rgba(143, 207, 196, 0.42);
  --bg-radial-4: rgba(233, 163, 166, 0.4);
  --hover-border: rgba(143, 207, 196, 0.55);
  --hover-shadow: rgba(88, 70, 63, 0.22);
}

:root[data-theme="dark"] {
  --bg: #171d1b;
  --panel: #1d2220;
  --panel-strong: #232a28;
  --edge: rgba(255, 255, 255, 0.12);
  --text: #f5eee9;
  --muted: #c2b7b1;
  --shadow: rgba(5, 7, 6, 0.55);
  --shadow-strong: rgba(0, 0, 0, 0.5);
  --glass: rgba(18, 21, 20, 0.72);
  --bg-radial-1: rgba(143, 207, 196, 0.3);
  --bg-radial-2: rgba(233, 163, 166, 0.28);
  --bg-linear-1: #0f1312;
  --bg-linear-2: #141a18;
  --bg-linear-3: #171d1b;
  --grid-dot: rgba(255, 255, 255, 0.08);
  --selection-bg: rgba(143, 207, 196, 0.35);
  --selection-text: #0e1110;
  --focus-ring: rgba(143, 207, 196, 0.55);
  --header-glow-1: rgba(143, 207, 196, 0.3);
  --header-glow-2: rgba(233, 163, 166, 0.28);
  --brand-shadow: rgba(143, 207, 196, 0.35);
  --surface-1: rgba(18, 21, 20, 0.75);
  --surface-2: rgba(18, 21, 20, 0.6);
  --surface-3: rgba(20, 24, 22, 0.7);
  --panel-glass-1: rgba(24, 28, 26, 0.95);
  --panel-glass-2: rgba(18, 22, 20, 0.95);
  --panel-glow: rgba(143, 207, 196, 0.3);
  --pill-bg: rgba(143, 207, 196, 0.22);
  --pill-text: #9fe0d7;
  --notice-pill-border: rgba(233, 163, 166, 0.3);
  --notice-pill-bg: rgba(233, 163, 166, 0.18);
  --notice-pill-text: #f4b5b7;
  --button-primary-text: #2a2f2d;
  --button-primary-border: rgba(143, 207, 196, 0.35);
  --hero-glow: rgba(143, 207, 196, 0.4);
  --timeline-shadow: rgba(233, 163, 166, 0.24);
  --timeline-shadow-live: rgba(143, 207, 196, 0.22);
  --event-chip-bg: rgba(233, 163, 166, 0.2);
  --event-chip-text: #f4b5b7;
  --event-chip-live-bg: rgba(143, 207, 196, 0.22);
  --event-chip-live-text: #9fe0d7;
  --step-icon-bg: rgba(143, 207, 196, 0.22);
  --step-icon-text: #9fe0d7;
  --cta-bg-1: rgba(143, 207, 196, 0.35);
  --cta-bg-2: rgba(233, 163, 166, 0.32);
  --cta-after: rgba(233, 163, 166, 0.38);
  --accent-wash-1: rgba(143, 207, 196, 0.16);
  --accent-wash-2: rgba(233, 163, 166, 0.16);
  --tag-bg-1: rgba(143, 207, 196, 0.22);
  --tag-bg-2: rgba(233, 163, 166, 0.22);
  --bg-radial-3: rgba(143, 207, 196, 0.26);
  --bg-radial-4: rgba(233, 163, 166, 0.24);
  --hover-border: rgba(143, 207, 196, 0.4);
  --hover-shadow: rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(900px 520px at 12% 8%, var(--bg-radial-1), transparent 55%),
    radial-gradient(820px 560px at 90% 18%, var(--bg-radial-2), transparent 58%),
    radial-gradient(700px 520px at 20% 80%, var(--bg-radial-3), transparent 60%),
    radial-gradient(640px 520px at 85% 82%, var(--bg-radial-4), transparent 62%),
    linear-gradient(160deg, var(--bg-linear-1) 0%, var(--bg-linear-2) 45%, var(--bg-linear-3) 100%);
  color: var(--text);
  font-family: "Lexend", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(var(--grid-dot) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

::selection {
  background: var(--selection-bg);
  color: var(--selection-text);
}

a {
  color: inherit;
  text-decoration: none;
}

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

a:focus-visible,
.button:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  border-radius: 999px;
}

.page {
  position: relative;
  z-index: 1;
  max-width: 1150px;
  margin: 0 auto;
  padding: 28px 24px 80px;
}

.shooting-stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}


.shooting-stars::before,
.shooting-stars::after {
  content: "";
  position: absolute;
  top: -120%;
  left: 0;
  width: 100%;
  height: 240%;
  background:
    radial-gradient(3px 3px at 10% 10%, rgba(143, 207, 196, 0.95), transparent 70%),
    radial-gradient(2.4px 2.4px at 35% 25%, rgba(233, 163, 166, 0.95), transparent 70%),
    radial-gradient(3.4px 3.4px at 60% 5%, rgba(143, 207, 196, 0.9), transparent 70%),
    radial-gradient(2.7px 2.7px at 80% 20%, rgba(233, 163, 166, 0.9), transparent 70%),
    radial-gradient(3.1px 3.1px at 15% 40%, rgba(143, 207, 196, 0.9), transparent 70%),
    radial-gradient(2.6px 2.6px at 45% 55%, rgba(233, 163, 166, 0.9), transparent 70%),
    radial-gradient(3.2px 3.2px at 70% 35%, rgba(143, 207, 196, 0.9), transparent 70%),
    radial-gradient(2.3px 2.3px at 90% 50%, rgba(233, 163, 166, 0.9), transparent 70%);
  background-repeat: repeat;
  background-size: 100% 100%;
  opacity: 0.85;
  animation: star-fall 18s linear infinite;
}

.shooting-stars::after {
  animation-delay: 9s;
  opacity: 0.6;
  filter: blur(0.6px);
  transform: scale(1.05);
}

@keyframes star-fall {
  0% {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.cursor-snake {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}

.snake-segment {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: radial-gradient(circle, var(--teal) 0%, var(--coral) 70%);
  box-shadow: 0 0 10px rgba(143, 207, 196, 0.45);
  transform: translate3d(-120px, -120px, 0);
  transition: transform 0.02s linear;
}

.snake-segment.head {
  width: 14px;
  height: 14px;
  background: radial-gradient(circle, var(--coral) 0%, var(--teal) 70%);
  box-shadow: 0 0 14px rgba(233, 163, 166, 0.6);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 18px;
  margin-bottom: 32px;
  border-radius: 22px;
  background: var(--glass);
  border: 1px solid var(--edge);
  box-shadow: 0 20px 36px var(--shadow);
  position: relative;
  overflow: hidden;
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 140% at 0% 0%, var(--header-glow-1), transparent 60%),
    radial-gradient(120% 120% at 100% 0%, var(--header-glow-2), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.site-header > * {
  position: relative;
  z-index: 1;
}

@supports (backdrop-filter: blur(14px)) {
  .site-header {
    backdrop-filter: blur(14px);
    background: var(--glass);
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-mark {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--edge);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 20px var(--brand-shadow);
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  font-family: "Unbounded", sans-serif;
  font-size: 1.1rem;
}

.brand-tag {
  color: var(--muted);
  font-size: 0.85rem;
}

.nav {
  display: flex;
  gap: 18px;
  font-size: 0.95rem;
  color: var(--muted);
}

.nav a {
  position: relative;
  padding: 6px 4px;
  transition: color 0.2s ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--coral));
  opacity: 0;
  transform: scaleX(0.4);
  transform-origin: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav a:hover::after,
.nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.notice-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 20px;
  border-radius: 18px;
  border: 1px solid var(--edge);
  background: var(--surface-1);
  margin: 10px 0 24px;
  box-shadow: 0 16px 26px var(--shadow);
}

.notice-content {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
}

.notice-content p {
  margin: 0;
}

.notice-pill {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--notice-pill-border);
  background: var(--notice-pill-bg);
  color: var(--notice-pill-text);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.theme-toggle {
  padding: 10px 14px;
}

.theme-toggle .theme-text {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
}

.theme-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
}

.theme-icon svg {
  width: 100%;
  height: 100%;
}

.theme-icon.moon {
  display: none;
}

html[data-theme="dark"] .theme-icon.sun {
  display: none;
}

html[data-theme="dark"] .theme-icon.moon {
  display: inline-flex;
}

html[data-theme="light"] .theme-icon.sun {
  display: inline-flex;
}

html[data-theme="light"] .theme-icon.moon {
  display: none;
}

@media (prefers-color-scheme: dark) {
  html:not([data-theme]) .theme-icon.sun {
    display: none;
  }

  html:not([data-theme]) .theme-icon.moon {
    display: inline-flex;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
  background: var(--panel);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px var(--shadow);
}

.button.primary {
  background: linear-gradient(135deg, var(--teal), var(--coral));
  color: var(--button-primary-text);
  border-color: var(--button-primary-border);
}

.button.outline {
  border-color: var(--edge);
  background: var(--surface-1);
}

.button.ghost {
  border-color: var(--edge);
  background: transparent;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 40px;
  align-items: center;
  padding: 24px 0 56px;
  position: relative;
  isolation: isolate;
}

.hero.minimal {
  grid-template-columns: 1fr;
  max-width: 820px;
}

.hero.minimal .hero-copy {
  max-width: 720px;
}

.hero.minimal .hero-copy {
  position: relative;
}

.hero.minimal .hero-copy::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -20px;
  top: 20px;
  border-radius: 40% 60% 55% 45%;
  background: linear-gradient(140deg, var(--accent-wash-1), var(--accent-wash-2));
  opacity: 0.6;
  z-index: -1;
  transform: rotate(6deg);
}

.hero::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -80px;
  background: radial-gradient(circle, var(--hero-glow), transparent 70%);
  opacity: 0.8;
  z-index: -1;
  pointer-events: none;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-size: 0.72rem;
}

.hero-copy h1,
.section-head h2,
.cta-card h2 {
  background: linear-gradient(120deg, var(--teal), var(--coral));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-kicker,
.nav a:hover,
.nav a:focus-visible {
  color: var(--teal);
}

.simple-item strong,
.event-row h3,
.site-footer strong {
  color: var(--coral);
}

.event-time,
.footer-links a:hover {
  color: var(--teal);
}

.hero-copy h1 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  line-height: 1.12;
  margin: 16px 0;
}

.playful-note {
  margin: 12px 0 0;
  font-size: 0.95rem;
  color: var(--muted);
  background: linear-gradient(120deg, var(--accent-wash-1), var(--accent-wash-2));
  border: 1px dashed var(--edge);
  border-radius: 999px;
  padding: 8px 14px;
  display: inline-flex;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.7;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--edge);
  background: linear-gradient(120deg, var(--tag-bg-1), var(--tag-bg-2));
  font-size: 0.85rem;
  color: var(--muted);
}

.simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.simple-item {
  display: grid;
  gap: 6px;
  padding: 14px 0;
  border-bottom: 1px solid var(--edge);
  position: relative;
}

.simple-item:last-child {
  border-bottom: none;
}

.simple-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 120px;
  background: linear-gradient(120deg, var(--teal), var(--coral));
  opacity: 0.7;
}

.simple-item:last-child::after {
  display: none;
}

.simple-item strong {
  font-weight: 600;
}

.simple-item span {
  color: var(--muted);
}

.minimal-card {
  background: linear-gradient(120deg, var(--accent-wash-1), var(--accent-wash-2));
  border: 1px solid var(--edge);
  border-radius: 18px;
  padding: 20px;
  box-shadow: none;
}

.hero-panel {
  position: relative;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.metric-chip {
  background: var(--surface-3);
  border-radius: 16px;
  border: 1px solid var(--edge);
  padding: 12px 14px;
  display: grid;
  gap: 4px;
  box-shadow: 0 12px 20px var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.metric-chip span {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.metric-chip strong {
  font-weight: 500;
}

.panel-card {
  background: linear-gradient(160deg, var(--panel-glass-1), var(--panel-glass-2));
  border: 1px solid var(--edge);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 22px 36px var(--shadow);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.panel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, var(--panel-glow), transparent 55%);
  opacity: 0.7;
  pointer-events: none;
}

.panel-card > * {
  position: relative;
  z-index: 1;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.panel-head h3 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1.2rem;
}

.pill {
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--pill-bg);
  color: var(--pill-text);
  font-size: 0.8rem;
}

.panel-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 12px;
}

.panel-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  border-bottom: 1px solid var(--edge);
  padding-bottom: 10px;
}

.panel-list span {
  color: var(--muted);
  font-size: 0.88rem;
}

.panel-list strong {
  font-weight: 500;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mini-card {
  background: var(--surface-2);
  border-radius: 16px;
  padding: 14px;
  border: 1px solid var(--edge);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.mini-card h4 {
  margin: 0 0 6px;
  font-size: 0.95rem;
}

.mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.section {
  padding: 56px 0;
  position: relative;
  scroll-margin-top: 32px;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--header-glow-1), var(--header-glow-2), transparent);
  opacity: 0.6;
}

.section-head {
  max-width: 720px;
  margin-bottom: 36px;
}

.section-kicker {
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
}

.section-head h2 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin: 14px 0;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 6px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--coral));
  opacity: 0.7;
}

.section-head p {
  color: var(--muted);
  line-height: 1.7;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.card {
  background: var(--panel);
  border: 1px solid var(--edge);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 24px var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.split-text h2 {
  margin-top: 12px;
}

.pill-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.split-cards {
  display: grid;
  gap: 18px;
}

.highlight {
  background: var(--panel-strong);
}

.timeline {
  display: grid;
  gap: 22px;
}

.timeline-item {
  position: relative;
  padding-left: 30px;
  border-left: 1px solid var(--edge);
}

.timeline-dot {
  position: absolute;
  left: -6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 0 0 6px var(--timeline-shadow);
}

.timeline-dot.live {
  background: var(--teal);
  box-shadow: 0 0 0 6px var(--timeline-shadow-live);
}

.event-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.event-chip {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: var(--event-chip-bg);
  color: var(--event-chip-text);
}

.event-chip.live {
  background: var(--event-chip-live-bg);
  color: var(--event-chip-live-text);
}

.event-time {
  font-size: 0.85rem;
  color: var(--muted);
}

.event-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.event-list {
  display: grid;
  gap: 18px;
  max-width: 720px;
}

.event-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--edge);
  position: relative;
}

.event-row:last-child {
  border-bottom: none;
}

.event-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--teal), var(--coral));
  opacity: 0.75;
}

.event-row h3 {
  margin: 8px 0;
  font-size: 1.05rem;
}

.event-row p {
  margin: 0;
  color: var(--muted);
}

.timeline-item h3 {
  margin: 0 0 8px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.empty-events {
  max-width: 520px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.step-card {
  background: var(--panel);
  border: 1px solid var(--edge);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 24px var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.step-card h3 {
  margin: 12px 0 10px;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.step-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--step-icon-bg);
  color: var(--step-icon-text);
  font-weight: 600;
}

.steps-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.value {
  background: var(--surface-1);
  border-radius: 20px;
  border: 1px solid var(--edge);
  padding: 22px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
}

.value h3 {
  margin: 0 0 10px;
}

.value p {
  margin: 0;
  color: var(--muted);
}

.cta-band {
  padding: 24px 0 48px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(120deg, var(--cta-bg-1), var(--cta-bg-2));
  border: 1px solid var(--edge);
  box-shadow: 0 18px 32px var(--shadow);
  position: relative;
  overflow: hidden;
}

.cta-card::after {
  content: "";
  position: absolute;
  inset: -40px 40% -60px -20px;
  background: radial-gradient(circle, var(--cta-after), transparent 65%);
  opacity: 0.7;
  pointer-events: none;
}

.cta-card.minimal-card {
  background: var(--surface-1);
  box-shadow: none;
}

.cta-card.minimal-card::after {
  display: none;
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--edge);
  padding-top: 24px;
  color: var(--muted);
}

.socials-hero {
  max-width: 760px;
}

.socials-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.social-card {
  background: var(--surface-1);
  border: 1px solid var(--edge);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 14px 32px var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.social-card h3 {
  margin: 0;
  font-size: 1.05rem;
}

.social-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.social-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid var(--notice-pill-border);
  background: var(--notice-pill-bg);
  color: var(--notice-pill-text);
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  font-size: 0.65rem;
}

.social-embed {
  border-radius: 18px;
  border: 1px solid var(--edge);
  background: var(--panel-strong);
  overflow: hidden;
  min-height: 180px;
  color: var(--muted);
  text-align: center;
}

.social-embed.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.social-embed.has-embed {
  display: block;
  padding: 0;
}

.social-embed iframe {
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}

.social-embed blockquote {
  margin: 0 auto;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-actions .button {
  padding-inline: 16px;
}

.lofi-player {
  position: fixed;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--panel-glass-1);
  border: 1px solid var(--edge);
  box-shadow: 0 16px 36px var(--shadow-strong);
  backdrop-filter: blur(14px);
  z-index: 30;
}

.lofi-btn {
  background: var(--panel);
  border: 1px solid var(--edge);
  color: var(--text);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.75rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lofi-btn:hover,
.lofi-btn:focus-visible {
  border-color: var(--hover-border);
  transform: translateY(-1px);
  outline: none;
}

.lofi-status {
  font-size: 0.7rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.lofi-volume {
  width: 90px;
  accent-color: var(--teal);
}

@media (max-width: 720px) {
  .lofi-player {
    left: 50%;
    right: auto;
    bottom: 16px;
    transform: translateX(-50%);
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(100% - 32px);
  }

  .lofi-status {
    width: 100%;
    text-align: center;
  }
}

@media (hover: hover) {
  .card:hover,
  .mini-card:hover,
  .value:hover,
  .metric-chip:hover,
  .step-card:hover {
    transform: translateY(-4px);
    border-color: var(--hover-border);
    box-shadow: 0 20px 32px var(--hover-shadow);
  }

  .panel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 40px var(--shadow-strong);
  }
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.reveal,
.stagger > * {
  opacity: 0;
  transform: translateY(16px);
  animation: float-in 0.8s ease forwards;
}

.reveal.delay-2 {
  animation-delay: 0.18s;
}

.stagger > * {
  animation-delay: calc(var(--delay) * 0.12s + 0.1s);
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .nav {
    flex-wrap: wrap;
  }

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

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

  .card-grid,
  .values-grid,
  .steps-grid,
  .hero-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .card-grid,
  .values-grid,
  .panel-grid,
  .steps-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .notice-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .stagger > * {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .button:hover {
    transform: none;
  }

  .card:hover,
  .mini-card:hover,
  .value:hover,
  .panel-card:hover,
  .metric-chip:hover,
  .step-card:hover {
    transform: none;
  }

  .cursor-snake {
    animation: none;
  }

  .shooting-stars::before,
  .shooting-stars::after {
    animation: none;
  }

}
