:root {
  --bg: #000000;
  --panel: rgba(8, 8, 8, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.03);
  --ink: #f5f0e9;
  --muted: #c8c0b3;
  --line: rgba(255, 255, 255, 0.72);
  --line-soft: rgba(255, 255, 255, 0.18);
  --accent: #f8f5ef;
  --shadow: rgba(0, 0, 0, 0.5);
  --font-ui: "Acumin Pro", "Segoe UI", Arial, sans-serif;
  --font-heading: "Cheltenham BT", Georgia, serif;
  --font-display: "Cloister Black", "Times New Roman", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: var(--font-heading);
  background: #000000;
}

.stars,
.stars::before,
.stars::after {
  position: fixed;
  inset: 0;
  pointer-events: none;
  content: "";
}

.stars {
  background-image:
    url("/assets/star-small.svg"),
    url("/assets/star-cross.svg"),
    url("/assets/star-burst.svg"),
    url("/assets/star-dot.svg"),
    url("/assets/star-small.svg"),
    url("/assets/star-dot.svg"),
    radial-gradient(circle at 8% 18%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 14% 42%, rgba(255,255,255,.8) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 22% 74%, rgba(255,255,255,.95) 0 1px, transparent 1.8px),
    radial-gradient(circle at 29% 58%, rgba(255,255,255,.75) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 35% 12%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 41% 84%, rgba(255,255,255,.82) 0 .9px, transparent 1.6px),
    radial-gradient(circle at 48% 28%, rgba(255,255,255,.92) 0 1px, transparent 1.8px),
    radial-gradient(circle at 54% 66%, rgba(255,255,255,.78) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 61% 16%, rgba(255,255,255,.92) 0 1px, transparent 1.8px),
    radial-gradient(circle at 67% 48%, rgba(255,255,255,.88) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 73% 82%, rgba(255,255,255,.95) 0 1px, transparent 1.8px),
    radial-gradient(circle at 81% 34%, rgba(255,255,255,.78) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 88% 62%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 93% 12%, rgba(255,255,255,.86) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 4% 8%, rgba(255,255,255,.82) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 7% 24%, rgba(255,255,255,.94) 0 1px, transparent 1.8px),
    radial-gradient(circle at 11% 37%, rgba(255,255,255,.78) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 15% 53%, rgba(255,255,255,.88) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 19% 67%, rgba(255,255,255,.96) 0 1px, transparent 1.8px),
    radial-gradient(circle at 23% 83%, rgba(255,255,255,.76) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 27% 9%, rgba(255,255,255,.84) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 31% 21%, rgba(255,255,255,.95) 0 1px, transparent 1.8px),
    radial-gradient(circle at 34% 39%, rgba(255,255,255,.74) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 38% 51%, rgba(255,255,255,.9) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 43% 73%, rgba(255,255,255,.98) 0 1px, transparent 1.8px),
    radial-gradient(circle at 47% 91%, rgba(255,255,255,.72) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 51% 7%, rgba(255,255,255,.84) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 56% 23%, rgba(255,255,255,.93) 0 1px, transparent 1.8px),
    radial-gradient(circle at 62% 41%, rgba(255,255,255,.75) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 68% 57%, rgba(255,255,255,.88) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 72% 71%, rgba(255,255,255,.97) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 89%, rgba(255,255,255,.73) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 79% 7%, rgba(255,255,255,.83) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 84% 19%, rgba(255,255,255,.95) 0 1px, transparent 1.8px),
    radial-gradient(circle at 87% 39%, rgba(255,255,255,.76) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 92% 57%, rgba(255,255,255,.89) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 96% 79%, rgba(255,255,255,.98) 0 1px, transparent 1.8px);
  background-position:
    10% 12%, 78% 16%, 24% 68%, 83% 72%, 58% 42%, 42% 88%,
    0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0,
    0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0,
    0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size:
    10px 10px, 12px 12px, 12px 12px, 4px 4px, 10px 10px, 4px 4px,
    auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto,
    auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto,
    auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
  background-repeat: no-repeat;
  opacity: 0.92;
}

.stars::before {
  background-image:
    url("/assets/star-small.svg"),
    url("/assets/star-cross.svg"),
    url("/assets/star-dot.svg"),
    url("/assets/star-burst.svg"),
    radial-gradient(circle at 6% 56%, rgba(255,255,255,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 12% 86%, rgba(255,255,255,.75) 0 .8px, transparent 1.7px),
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 26% 46%, rgba(255,255,255,.72) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 33% 70%, rgba(255,255,255,.96) 0 1px, transparent 1.9px),
    radial-gradient(circle at 46% 8%, rgba(255,255,255,.84) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 52% 54%, rgba(255,255,255,.95) 0 1px, transparent 1.8px),
    radial-gradient(circle at 59% 90%, rgba(255,255,255,.74) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 66% 30%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 74% 58%, rgba(255,255,255,.76) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 82% 78%, rgba(255,255,255,.96) 0 1px, transparent 1.9px),
    radial-gradient(circle at 91% 44%, rgba(255,255,255,.82) 0 .8px, transparent 1.6px),
    radial-gradient(circle at 3% 14%, rgba(255,255,255,.95) 0 1px, transparent 1.8px),
    radial-gradient(circle at 9% 64%, rgba(255,255,255,.76) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 13% 94%, rgba(255,255,255,.88) 0 .9px, transparent 1.6px),
    radial-gradient(circle at 21% 6%, rgba(255,255,255,.98) 0 1px, transparent 1.8px),
    radial-gradient(circle at 24% 58%, rgba(255,255,255,.74) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 28% 88%, rgba(255,255,255,.9) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 37% 14%, rgba(255,255,255,.96) 0 1px, transparent 1.8px),
    radial-gradient(circle at 44% 44%, rgba(255,255,255,.75) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 49% 82%, rgba(255,255,255,.9) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 57% 12%, rgba(255,255,255,.98) 0 1px, transparent 1.8px),
    radial-gradient(circle at 64% 62%, rgba(255,255,255,.77) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 71% 92%, rgba(255,255,255,.88) 0 .9px, transparent 1.7px),
    radial-gradient(circle at 78% 8%, rgba(255,255,255,.96) 0 1px, transparent 1.8px),
    radial-gradient(circle at 86% 26%, rgba(255,255,255,.74) 0 .8px, transparent 1.5px),
    radial-gradient(circle at 94% 68%, rgba(255,255,255,.92) 0 .9px, transparent 1.7px);
  background-position:
    17% 33%, 63% 56%, 90% 35%, 36% 20%,
    0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0,
    0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-size:
    8px 8px, 14px 14px, 4px 4px, 12px 12px,
    auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto,
    auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
  background-repeat: no-repeat;
  opacity: 0.82;
  animation: twinkle 3.5s ease-in-out infinite alternate;
}

.stars::after {
  background-image:
    url("/assets/star-cross.svg"),
    url("/assets/star-cross.svg"),
    url("/assets/star-burst.svg"),
    url("/assets/star-small.svg"),
    radial-gradient(circle at 32% 18%, rgba(255,255,255,.95) 0 1.1px, transparent 2px),
    radial-gradient(circle at 57% 78%, rgba(255,255,255,.9) 0 1px, transparent 1.8px),
    radial-gradient(circle at 86% 52%, rgba(255,255,255,.96) 0 1.1px, transparent 2px),
    radial-gradient(circle at 11% 11%, rgba(255,255,255,.98) 0 1px, transparent 1.8px),
    radial-gradient(circle at 22% 61%, rgba(255,255,255,.92) 0 1px, transparent 1.8px),
    radial-gradient(circle at 39% 87%, rgba(255,255,255,.96) 0 1px, transparent 1.8px),
    radial-gradient(circle at 52% 31%, rgba(255,255,255,.94) 0 1px, transparent 1.8px),
    radial-gradient(circle at 69% 11%, rgba(255,255,255,.98) 0 1px, transparent 1.8px),
    radial-gradient(circle at 77% 71%, rgba(255,255,255,.92) 0 1px, transparent 1.8px),
    radial-gradient(circle at 91% 91%, rgba(255,255,255,.96) 0 1px, transparent 1.8px);
  background-size: 18px 18px, 14px 14px, 14px 14px, 8px 8px, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
  background-position: 14% 22%, 71% 14%, 84% 64%, 28% 76%, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  background-repeat: no-repeat;
  opacity: 0.58;
  animation: shimmer 2.8s ease-in-out infinite;
}

.site-header,
.site-footer,
.page-shell {
  position: relative;
  z-index: 1;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 2rem 0;
}

.site-header--minimal {
  justify-content: center;
}

.site-header--minimal .deadline-pill {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.site-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-nav a,
.deadline-pill,
.button,
.invite-pill,
.admin-table,
input,
select,
textarea,
label span,
small {
  font-family: var(--font-ui);
}

.site-nav a,
.deadline-pill {
  color: var(--ink);
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.site-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.35rem;
}

.crest {
  position: relative;
  width: 72px;
  height: 72px;
  color: var(--ink);
  text-decoration: none;
  display: grid;
  place-items: center;
}

.crest__ring {
  position: absolute;
  inset: 0;
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.crest__letters {
  position: relative;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-shell {
  padding: 1rem 1rem 4rem;
}

.page-shell--narrow .frame {
  max-width: 1080px;
}

.frame {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  border: 2px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)), var(--panel);
  box-shadow: 0 24px 80px var(--shadow);
}

.frame::before,
.frame::after,
.frame__corners::before,
.frame__corners::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid var(--ink);
  border-radius: 999px;
}

.frame::before { top: 12px; left: 12px; }
.frame::after { top: 12px; right: 12px; }
.frame__corners::before { bottom: 12px; left: 12px; }
.frame__corners::after { bottom: 12px; right: 12px; }

.hero-panel,
.section-grid,
.section-split,
.info-stack,
.music-layout,
.admin-login,
.admin-stats,
.admin-table-wrap {
  border: 1px solid var(--line-soft);
  margin: 1rem 0;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  background: var(--panel-soft);
}

.hero-panel {
  display: grid;
  gap: 1.75rem;
  justify-items: center;
  min-height: auto;
}

.home-page .frame {
  max-width: 860px;
  background: transparent;
  box-shadow: none;
}

.home-page .hero-panel,
.home-page .section-grid,
.home-page .section-split {
  background: transparent;
}

.poster-card {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 0.74;
  padding: 4.5rem 3rem 5rem;
  border: 2px solid var(--line);
  overflow: hidden;
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.poster-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 28%, rgba(255,255,255,.9) 0 1.5px, transparent 3px),
    radial-gradient(circle at 21% 43%, rgba(255,255,255,.92) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 20%, rgba(255,255,255,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 83% 36%, rgba(255,255,255,.9) 0 1.5px, transparent 3px),
    radial-gradient(circle at 78% 73%, rgba(255,255,255,.92) 0 1px, transparent 2px),
    radial-gradient(circle at 16% 77%, rgba(255,255,255,.88) 0 1px, transparent 2px);
  opacity: 0.9;
  pointer-events: none;
}

.poster-kicker {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 1.2rem;
}

.home-page .hero-title-mark {
  position: relative;
  z-index: 1;
  width: min(100%, 240px);
  margin: 0 auto 1.75rem;
}

.home-page .hero-panel__art {
  position: relative;
  z-index: 1;
}

.home-page .hero-illustration {
  padding: 0;
}

.home-page .hero-illustration::before {
  background-image:
    url("/assets/star-cross.svg"),
    url("/assets/star-small.svg"),
    url("/assets/star-burst.svg"),
    url("/assets/star-small.svg"),
    url("/assets/star-cross.svg");
  background-size: 14px 14px, 10px 10px, 12px 12px, 8px 8px, 12px 12px;
  background-position: 7% 14%, 18% 57%, 83% 18%, 72% 83%, 90% 61%;
}

.home-page .hero-illustration::after {
  background-image:
    url("/assets/star-small.svg"),
    url("/assets/star-dot.svg"),
    url("/assets/star-cross.svg"),
    url("/assets/star-dot.svg");
  background-size: 8px 8px, 4px 4px, 12px 12px, 4px 4px;
  background-position: 23% 89%, 62% 9%, 11% 69%, 84% 49%;
  animation: twinkle 4.2s ease-in-out infinite alternate;
}

.home-page .hero-skeleton {
  width: min(100%, 360px);
}

.poster-date-badge {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 1;
  transform: translateX(-50%);
  min-width: 90px;
  padding: 0.4rem 1rem;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: #000;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-intro {
  max-width: 640px;
  text-align: center;
}

.home-page .hero-date {
  margin-bottom: 0.75rem;
}

.home-page .hero-actions {
  justify-content: center;
}

.hero-panel__copy {
  position: relative;
  padding-left: 1.25rem;
}

.hero-panel__copy::before,
.hero-panel__copy::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 42px;
  background: url("/assets/ornament-vertical.svg") center / contain no-repeat;
  opacity: 0.92;
}

.hero-panel__copy::before {
  left: -0.25rem;
  top: 1.5rem;
}

.hero-panel__copy::after {
  right: 1rem;
  bottom: 8rem;
  transform: rotate(180deg);
}

.hero-title-mark {
  display: block;
  width: min(100%, 520px);
  margin: 0 0 1.15rem;
}

.hero-illustration {
  position: relative;
  padding: 1.25rem;
}

.hero-skeleton {
  display: block;
  width: min(100%, 540px);
  margin: 0 auto;
  filter: drop-shadow(0 20px 45px rgba(0, 0, 0, 0.55));
}

.hero-illustration::before,
.hero-illustration::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero-illustration::before {
  background-image: url("/assets/star-cross.svg"), url("/assets/star-small.svg"), url("/assets/star-burst.svg");
  background-size: 14px 14px, 10px 10px, 12px 12px;
  background-position: 8% 18%, 88% 26%, 84% 84%;
}

.hero-illustration::after {
  background-image: url("/assets/star-small.svg"), url("/assets/star-dot.svg"), url("/assets/star-cross.svg");
  background-size: 8px 8px, 4px 4px, 12px 12px;
  background-position: 18% 82%, 72% 16%, 18% 46%;
  animation: twinkle 7s ease-in-out infinite alternate;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--muted);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2 {
  font-family: var(--font-heading);
  font-weight: 700;
}

h1 {
  margin: 0;
  font-size: clamp(2.75rem, 6vw, 5.1rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-wrap: balance;
}

h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
}

h3 {
  margin-top: 0;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tagline {
  font-family: var(--font-display);
  margin: 1rem 0 0.75rem;
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
}

.hero-date {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.lede,
.section-heading p,
.detail-card p,
.info-card p,
.admin-login span,
label span,
small,
td,
th {
  color: var(--muted);
  font-size: 1.08rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero-actions,
.admin-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  text-decoration: none;
  color: #060606;
  background: var(--accent);
  border: 1px solid var(--accent);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.88rem;
  cursor: pointer;
}

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

.button--record {
  position: relative;
  box-shadow: inset 0 0 0 10px rgba(0,0,0,.06);
}

.button--record::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid #111;
  margin-right: 0.65rem;
}

.hero-panel__art,
.music-layout {
  display: grid;
  place-items: center;
}

.record {
  position: relative;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle at center, #000000 0 16px, #101010 16px 18px),
    #000000;
  box-shadow: 0 24px 60px rgba(0,0,0,.55);
}

.record--page {
  width: min(26rem, 82vw);
  aspect-ratio: 1;
  animation: spin 26s linear infinite;
}

.record__label {
  position: absolute;
  inset: 22%;
  border-radius: 50%;
  background: #f8f5ef;
  color: #090909;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  border: 10px solid #090909;
}

.record__title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.4vw, 1.9rem);
}

.record__copy {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.section-heading--center {
  text-align: center;
  margin-inline: auto;
}

.invite-type-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.invite-pill {
  display: block;
  padding: 1rem;
  border: 1px solid var(--line-soft);
  text-decoration: none;
  color: var(--ink);
  background: rgba(255,255,255,.02);
}

.invite-pill span,
.invite-pill small {
  display: block;
}

.invite-pill span {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.invite-pill small {
  margin-top: 0.4rem;
  font-size: 0.85rem;
}

.rsvp-form,
.music-form,
.admin-login {
  max-width: 100%;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.form-grid__wide {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 0.45rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line-soft);
  color: var(--ink);
  font-size: 1rem;
}

textarea {
  resize: vertical;
}

.section-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.info-stack__grid,
.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.detail-card,
.info-card {
  background: rgba(255,255,255,.02);
}

.notice {
  margin: 1rem 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255,255,255,.35);
}

.notice--success {
  background: rgba(255,255,255,.06);
}

.music-layout {
  grid-template-columns: .95fr 1.05fr;
  gap: 1.5rem;
}

.admin-login {
  max-width: 460px;
  margin-inline: auto;
}

.table-scroll {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 0.8rem;
  border-bottom: 1px solid var(--line-soft);
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.form-error {
  color: #f3bcbc;
}

.site-footer {
  padding: 0 2rem 2rem;
  text-align: center;
  color: var(--muted);
  font-family: var(--font-ui);
}

@keyframes twinkle {
  0% { opacity: 0.35; }
  100% { opacity: 0.9; }
}

@keyframes shimmer {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.04); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .hero-panel,
  .section-split,
  .music-layout,
  .info-stack__grid,
  .admin-stats,
  .invite-type-list {
    grid-template-columns: 1fr;
  }

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

  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-header--minimal {
    align-items: center;
  }

  .site-header--minimal .deadline-pill {
    position: static;
  }

  .hero-panel__copy {
    padding-left: 0;
  }

  .hero-panel__copy::before,
  .hero-panel__copy::after {
    display: none;
  }
}
