@font-face {
  font-family: "Heavitas Local";
  src: url("font/Heavitas.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Salvador Local";
  src: url("font/Salvador.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Old London Local";
  src: url("font/OldLondon.ttf") format("truetype");
  font-display: swap;
}

:root {
  --bg: #030611;
  --bg-soft: #0b1538;
  --panel: rgba(5, 10, 28, 0.84);
  --panel-strong: rgba(8, 12, 34, 0.94);
  --line: rgba(124, 209, 255, 0.18);
  --line-strong: rgba(255, 74, 102, 0.36);
  --red: #ff2a2a;
  --red-soft: rgba(255, 42, 42, 0.22);
  --text: #f8f1e7;
  --muted: #b7c1df;
  --gold: #ffca6d;
  --gold-deep: #ff9842;
  --wine: #ff304f;
  --wine-soft: rgba(255, 48, 79, 0.24);
  --magenta: #ff51cf;
  --magenta-soft: rgba(255, 81, 207, 0.18);
  --cream: #fff2dd;
  --electric: #7cd1ff;
  --electric-soft: rgba(124, 209, 255, 0.18);
  --shadow: 0 30px 80px rgba(1, 4, 14, 0.62);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1240px;
  --pointer-x: 50vw;
  --pointer-y: 18rem;
  --display: "Bodoni 72 Poster", "Bodoni 72", "Didot", "Iowan Old Style",
    "Times New Roman", serif;
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", "Georgia", serif;
  --sans: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  --heading: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  --accent-font: "Heavitas Local", "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  --ornament-font: "Old London Local", "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 57, 86, 0.28), transparent 22%),
    radial-gradient(circle at 78% 14%, rgba(255, 81, 207, 0.2), transparent 20%),
    radial-gradient(circle at 88% 70%, rgba(124, 209, 255, 0.16), transparent 22%),
    radial-gradient(circle at 54% 108%, rgba(255, 90, 121, 0.12), transparent 28%),
    linear-gradient(180deg, #132a62 0%, #0b1a46 22%, #07132f 56%, #03060f 100%);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  position: relative;
}

.page-home {
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 74, 74, 0.22), transparent 18%),
    radial-gradient(circle at 84% 12%, rgba(124, 209, 255, 0.15), transparent 18%),
    radial-gradient(circle at 34% -6%, rgba(255, 238, 208, 0.08), transparent 26%),
    linear-gradient(180deg, #112755 0%, #0a1938 22%, #061129 54%, #03060f 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.22;
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.05), transparent 36%, transparent 64%, rgba(255, 81, 207, 0.04)),
    repeating-linear-gradient(
      118deg,
      rgba(255, 255, 255, 0.06) 0 1px,
      transparent 1px 28px
    );
  animation: scanDrift 28s linear infinite;
}

.page-home::before {
  opacity: 0.34;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 245, 230, 0.06), transparent 18%),
    radial-gradient(circle at 72% 32%, rgba(255, 245, 230, 0.04), transparent 20%),
    linear-gradient(90deg, rgba(255, 58, 58, 0.05), transparent 26%, transparent 74%, rgba(124, 209, 255, 0.04)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(90deg, rgba(255, 241, 220, 0.018) 0 1px, transparent 1px 6px);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle 16rem at var(--pointer-x) var(--pointer-y), rgba(124, 209, 255, 0.12), transparent 62%),
    radial-gradient(circle 13rem at calc(var(--pointer-x) - 14rem) calc(var(--pointer-y) + 2rem), rgba(255, 42, 42, 0.08), transparent 66%),
    radial-gradient(circle at 22% 30%, rgba(255, 48, 79, 0.15), transparent 26%),
    radial-gradient(circle at 74% 66%, rgba(255, 81, 207, 0.1), transparent 22%),
    radial-gradient(circle at 82% 74%, rgba(124, 209, 255, 0.1), transparent 24%);
}

.page-home::after {
  background:
    radial-gradient(circle 18rem at var(--pointer-x) var(--pointer-y), rgba(124, 209, 255, 0.1), transparent 60%),
    radial-gradient(circle 15rem at calc(var(--pointer-x) - 12rem) calc(var(--pointer-y) + 1rem), rgba(255, 42, 42, 0.1), transparent 62%),
    radial-gradient(circle at 24% 24%, rgba(255, 81, 81, 0.14), transparent 22%),
    radial-gradient(circle at 76% 14%, rgba(255, 234, 205, 0.08), transparent 18%),
    radial-gradient(circle at 70% 70%, rgba(124, 209, 255, 0.08), transparent 22%);
  filter: blur(8px);
}

.page-press {
  --line: rgba(147, 206, 255, 0.18);
  --line-strong: rgba(255, 207, 133, 0.28);
  --red: #ffbf6c;
  --red-soft: rgba(255, 191, 108, 0.18);
  --gold: #ffe3b4;
  --gold-deep: #ffbe66;
  --wine: #ff8a7a;
  --wine-soft: rgba(255, 138, 122, 0.18);
  --magenta: #ffcf8e;
  --magenta-soft: rgba(255, 207, 142, 0.12);
  --electric: #9ad9ff;
  --electric-soft: rgba(154, 217, 255, 0.16);
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 195, 109, 0.18), transparent 20%),
    radial-gradient(circle at 84% 14%, rgba(154, 217, 255, 0.16), transparent 18%),
    radial-gradient(circle at 50% 104%, rgba(255, 232, 182, 0.08), transparent 24%),
    linear-gradient(180deg, #172a4a 0%, #101b33 24%, #09111f 58%, #05070d 100%);
}

.page-press::before {
  opacity: 0.28;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 226, 162, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(255, 195, 109, 0.05), transparent 34%, transparent 66%, rgba(154, 217, 255, 0.04)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 240, 220, 0.018) 0 1px, transparent 1px 7px);
}

.page-press::after {
  background:
    radial-gradient(circle 18rem at var(--pointer-x) var(--pointer-y), rgba(154, 217, 255, 0.08), transparent 60%),
    radial-gradient(circle 14rem at calc(var(--pointer-x) - 12rem) calc(var(--pointer-y) + 1rem), rgba(255, 195, 109, 0.08), transparent 62%),
    radial-gradient(circle at 24% 24%, rgba(255, 226, 162, 0.08), transparent 20%),
    radial-gradient(circle at 76% 68%, rgba(154, 217, 255, 0.08), transparent 24%);
  filter: blur(10px);
}

.page-organizers {
  --line: rgba(255, 201, 120, 0.18);
  --line-strong: rgba(255, 153, 76, 0.34);
  --red: #ff944d;
  --red-soft: rgba(255, 148, 77, 0.2);
  --gold: #ffd07a;
  --gold-deep: #ff9f55;
  --wine: #ffc15d;
  --wine-soft: rgba(255, 193, 93, 0.2);
  --magenta: #ffd58d;
  --magenta-soft: rgba(255, 213, 141, 0.14);
  --electric: #8ed8ff;
  --electric-soft: rgba(142, 216, 255, 0.16);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 162, 87, 0.2), transparent 20%),
    radial-gradient(circle at 84% 12%, rgba(142, 216, 255, 0.16), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(255, 211, 128, 0.08), transparent 26%),
    linear-gradient(180deg, #1a224a 0%, #101837 26%, #0a1024 58%, #060912 100%);
}

.page-organizers::before {
  opacity: 0.28;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 211, 128, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(255, 166, 94, 0.05), transparent 30%, transparent 70%, rgba(142, 216, 255, 0.04)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 235, 206, 0.02) 0 1px, transparent 1px 7px);
}

.page-organizers::after {
  background:
    radial-gradient(circle 18rem at var(--pointer-x) var(--pointer-y), rgba(142, 216, 255, 0.08), transparent 60%),
    radial-gradient(circle 14rem at calc(var(--pointer-x) - 12rem) calc(var(--pointer-y) + 1rem), rgba(255, 162, 87, 0.08), transparent 62%),
    radial-gradient(circle at 26% 22%, rgba(255, 193, 93, 0.12), transparent 22%),
    radial-gradient(circle at 76% 68%, rgba(142, 216, 255, 0.08), transparent 24%);
  filter: blur(10px);
}

.page-portal {
  --line: rgba(255, 48, 79, 0.18);
  --line-strong: rgba(124, 209, 255, 0.3);
  --red: #ff302f;
  --red-soft: rgba(255, 48, 79, 0.2);
  --gold: #ffca6d;
  --gold-deep: #c78a35;
  --wine: #7b1634;
  --wine-soft: rgba(123, 22, 52, 0.24);
  --magenta: #ff51cf;
  --magenta-soft: rgba(255, 81, 207, 0.16);
  --electric: #7cd1ff;
  --electric-soft: rgba(124, 209, 255, 0.16);
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 48, 79, 0.22), transparent 20%),
    radial-gradient(circle at 82% 14%, rgba(255, 81, 207, 0.16), transparent 18%),
    radial-gradient(circle at 54% 102%, rgba(124, 209, 255, 0.1), transparent 26%),
    linear-gradient(180deg, #111d45 0%, #0a1430 28%, #070c1e 62%, #03050d 100%);
}

.page-portal::before {
  opacity: 0.34;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 202, 109, 0.07), transparent 18%),
    linear-gradient(90deg, rgba(255, 48, 79, 0.06), transparent 34%, transparent 66%, rgba(124, 209, 255, 0.05)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 241, 220, 0.018) 0 1px, transparent 1px 7px);
}

.page-portal::after {
  background:
    radial-gradient(circle 18rem at var(--pointer-x) var(--pointer-y), rgba(124, 209, 255, 0.1), transparent 60%),
    radial-gradient(circle 14rem at calc(var(--pointer-x) - 12rem) calc(var(--pointer-y) + 1rem), rgba(255, 48, 79, 0.1), transparent 62%),
    radial-gradient(circle at 24% 24%, rgba(255, 202, 109, 0.08), transparent 20%),
    radial-gradient(circle at 76% 68%, rgba(255, 81, 207, 0.08), transparent 24%);
  filter: blur(10px);
}

.page-organizers .backdrop-left {
  background: radial-gradient(circle, rgba(255, 168, 84, 0.28), transparent 68%);
}

.page-press .backdrop-left {
  background: radial-gradient(circle, rgba(255, 195, 109, 0.24), transparent 68%);
}

.page-organizers .backdrop-right {
  background: radial-gradient(circle, rgba(132, 212, 255, 0.22), transparent 70%);
}

.page-press .backdrop-right {
  background: radial-gradient(circle, rgba(154, 217, 255, 0.2), transparent 70%);
}

.page-portal .backdrop-left {
  background: radial-gradient(circle, rgba(255, 48, 79, 0.26), transparent 68%);
}

.page-portal .backdrop-right {
  background: radial-gradient(circle, rgba(124, 209, 255, 0.22), transparent 70%);
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button,
input,
audio {
  font: inherit;
}

.page {
  overflow-x: hidden;
}

.backdrop {
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  filter: blur(12px);
}

.backdrop-left {
  top: -8rem;
  left: -6rem;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 48, 79, 0.32), transparent 68%);
}

.backdrop-right {
  right: -4rem;
  top: 16rem;
  width: 18rem;
  height: 36rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 81, 207, 0.2), transparent 58%),
    radial-gradient(circle at 50% 72%, rgba(124, 209, 255, 0.18), transparent 66%);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.2rem 0 6.5rem;
}

.page-home .site-shell::before,
.page-home .site-shell::after,
.page-booking .site-shell::before,
.page-booking .site-shell::after,
.page-press .site-shell::before,
.page-press .site-shell::after {
  content: "";
  position: absolute;
  inset: 0 0 2rem;
  pointer-events: none;
  z-index: 0;
  border-radius: 48px 14px 44px 16px;
}

.page-home .site-shell::before {
  border: 1px solid rgba(124, 209, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 10%),
    linear-gradient(90deg, rgba(255, 42, 42, 0.2), transparent 1.2rem, transparent calc(100% - 1.2rem), rgba(124, 209, 255, 0.14)),
    repeating-linear-gradient(90deg, rgba(255, 245, 225, 0.03) 0 1px, transparent 1px 9px),
    linear-gradient(90deg, rgba(255, 42, 42, 0.1), transparent 16%, transparent 84%, rgba(124, 209, 255, 0.09));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 1px 0 0 rgba(255, 42, 42, 0.18),
    inset -1px 0 0 rgba(124, 209, 255, 0.12),
    0 0 0 1px rgba(255, 42, 42, 0.04),
    0 0 40px rgba(255, 42, 42, 0.04);
}

.page-booking .site-shell::before {
  border: 1px solid rgba(255, 118, 76, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), transparent 10%),
    linear-gradient(90deg, rgba(255, 42, 42, 0.18), transparent 1.2rem, transparent calc(100% - 1.2rem), rgba(255, 202, 109, 0.13)),
    repeating-linear-gradient(90deg, rgba(255, 245, 225, 0.028) 0 1px, transparent 1px 9px),
    linear-gradient(90deg, rgba(255, 42, 42, 0.1), transparent 18%, transparent 82%, rgba(255, 202, 109, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    inset 1px 0 0 rgba(255, 42, 42, 0.14),
    inset -1px 0 0 rgba(255, 202, 109, 0.1),
    0 0 40px rgba(255, 71, 71, 0.04);
}

.side-rail {
  position: absolute;
  top: 7.8rem;
  bottom: 5.2rem;
  z-index: 2;
  display: none;
  width: 1.65rem;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.72;
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

.side-rail-left {
  left: -2.2rem;
}

.side-rail-right {
  right: -2.2rem;
}

.side-rail::before {
  content: "";
  position: absolute;
  inset: 0.4rem auto 0.4rem 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 42, 42, 0.52), rgba(255, 202, 109, 0.28), transparent);
  box-shadow:
    0 0 18px rgba(255, 42, 42, 0.28),
    0 0 22px rgba(124, 209, 255, 0.08);
}

.side-rail-track {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  min-height: 200%;
  animation: sideRailLoop 32s linear infinite;
}

.side-rail span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 0.45rem 0;
  color: rgba(255, 48, 79, 0.72);
  font-family: var(--accent-font);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow:
    0 0 10px rgba(255, 42, 42, 0.34),
    0 0 16px rgba(255, 202, 109, 0.08);
}

.side-rail-right span {
  color: rgba(255, 202, 109, 0.62);
  transform: rotate(180deg);
  text-shadow:
    0 0 10px rgba(255, 42, 42, 0.2),
    0 0 18px rgba(124, 209, 255, 0.14);
}

.page-press .site-shell::before {
  border: 1px solid rgba(154, 217, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 10%),
    repeating-linear-gradient(90deg, rgba(255, 244, 220, 0.02) 0 1px, transparent 1px 9px),
    linear-gradient(90deg, rgba(255, 195, 109, 0.08), transparent 16%, transparent 84%, rgba(154, 217, 255, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 0 1px rgba(255, 195, 109, 0.03),
    0 0 34px rgba(154, 217, 255, 0.04);
}

.page-home .site-shell::after {
  inset: 1rem 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  opacity: 0.56;
  border-radius: 38px 12px 34px 12px;
}

.page-booking .site-shell::after {
  inset: 1rem 1rem 3rem;
  border: 1px solid rgba(255, 202, 109, 0.045);
  opacity: 0.56;
  border-radius: 38px 12px 34px 12px;
}

.page-press .site-shell::after {
  inset: 1rem 1rem 3rem;
  border: 1px solid rgba(255, 255, 255, 0.04);
  opacity: 0.56;
  border-radius: 38px 12px 34px 12px;
}

.page-home main,
.page-home .footer,
.page-booking main,
.page-booking .footer,
.page-press main,
.page-press .footer {
  position: relative;
  z-index: 1;
}

.masthead {
  position: sticky;
  top: 1rem;
  z-index: 20;
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.82rem;
  align-items: center;
  overflow: visible;
  padding: 0.64rem 0.72rem;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(124, 209, 255, 0.18);
  border-radius: 32px 12px 32px 12px;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.2), rgba(255, 81, 207, 0.09) 28%, rgba(124, 209, 255, 0.08) 72%, rgba(255, 202, 109, 0.08)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 26px),
    rgba(5, 10, 24, 0.84);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(255, 42, 42, 0.1),
    0 0 34px rgba(124, 209, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(255, 42, 42, 0.08);
}

.masthead::before,
.masthead::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.masthead::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.16) 45%, rgba(124, 209, 255, 0.28) 50%, transparent 58%);
  opacity: 0.34;
  border-radius: inherit;
  transform: translateX(-115%);
  animation: navSignalSweep 7.5s ease-in-out infinite;
}

.masthead::after {
  inset: 0.45rem;
  border-radius: 24px 8px 24px 8px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  box-shadow:
    inset 0 0 0 1px rgba(255, 42, 42, 0.035),
    inset 0 0 18px rgba(124, 209, 255, 0.035);
}

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

.page-home .masthead {
  position: relative;
  top: auto;
  border-radius: 32px 12px 32px 12px;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.22), rgba(255, 81, 207, 0.09) 34%, rgba(124, 209, 255, 0.08) 76%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 26px),
    rgba(5, 10, 24, 0.88);
}

.page-booking .masthead {
  border-radius: 32px 12px 32px 12px;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.22), rgba(255, 132, 62, 0.1) 36%, rgba(124, 209, 255, 0.07) 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 26px),
    rgba(5, 10, 24, 0.9);
}

.page-press .masthead {
  border-radius: 32px 12px 32px 12px;
  background:
    linear-gradient(90deg, rgba(255, 195, 109, 0.18), rgba(154, 217, 255, 0.08) 34%, rgba(255, 42, 42, 0.08) 78%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 26px),
    rgba(5, 10, 24, 0.88);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.78rem;
  min-width: 0;
  padding: 0.1rem 0.24rem 0.1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}

.brand-mark {
  width: clamp(3.7rem, 5.5vw, 4.55rem);
  height: clamp(3.7rem, 5.5vw, 4.55rem);
  padding: 0;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  border-radius: 15px 5px 15px 5px;
  border: 0;
  background: transparent;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 202, 109, 0.12);
  filter: saturate(1.08) contrast(1.06) brightness(1.03);
}

.page-home .brand-mark {
  border-radius: 15px 5px 15px 5px;
}

.page-press .brand-mark {
  border-radius: 15px 5px 15px 5px;
}

.brand-copy {
  display: inline-flex;
  flex-direction: column;
  min-width: 0;
  padding-left: 0.05rem;
}

.brand-copy strong {
  font-family: var(--heading);
  font-weight: 800;
  font-size: clamp(1.16rem, 1.6vw, 1.36rem);
  letter-spacing: -0.02em;
  line-height: 0.92;
  text-transform: none;
  text-shadow:
    0 0 16px rgba(255, 42, 42, 0.12),
    0 0 14px rgba(124, 209, 255, 0.08);
}

.brand-copy small {
  color: rgba(255, 231, 183, 0.72);
  font-size: clamp(0.8rem, 1.1vw, 0.92rem);
  font-weight: 750;
  letter-spacing: 0.015em;
}

.nav-toggle {
  justify-self: end;
  min-width: 3rem;
  min-height: 3rem;
  border: 1px solid rgba(124, 209, 255, 0.24);
  border-radius: 18px 8px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.18), rgba(255, 81, 207, 0.1), rgba(124, 209, 255, 0.12)),
    rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.72rem 1rem;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(255, 42, 42, 0.08),
    0 0 18px rgba(124, 209, 255, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-nav {
  grid-column: 1 / -1;
  display: none;
  gap: 0.36rem;
  flex-wrap: wrap;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 0.18rem;
  border: 1px solid rgba(124, 209, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(1, 6, 18, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(124, 209, 255, 0.035);
  scrollbar-width: none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.12rem;
  padding: 0.44rem 0.8rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(235, 240, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    color 170ms ease,
    border-color 170ms ease,
    background 170ms ease,
    transform 170ms ease,
    box-shadow 170ms ease;
}

.site-nav a::before {
  content: "";
  display: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0.72rem 0.22rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff2a2a, #7cd1ff, transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transition:
    opacity 170ms ease,
    transform 170ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-current,
.site-nav a[aria-current="page"] {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.16), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 0 18px rgba(255, 42, 42, 0.08),
    0 0 18px rgba(124, 209, 255, 0.07);
  transform: translateY(-1px);
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before,
.site-nav a.is-current::before,
.site-nav a[aria-current="page"]::before {
  background: #ff2a2a;
  box-shadow:
    0 0 10px rgba(255, 42, 42, 0.55),
    0 0 18px rgba(124, 209, 255, 0.18);
  transform: translateY(-50%) scale(1.25);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-current::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav.is-open {
  display: flex;
}

.lang-switch {
  grid-column: 1 / -1;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.36rem;
  flex-wrap: wrap;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 1.9rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-size: 0;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.7;
  filter: saturate(0.86);
  transition:
    opacity 160ms ease,
    filter 160ms ease,
    transform 160ms ease;
}

.lang-switch a:hover,
.lang-switch a:focus-visible {
  color: var(--text);
  opacity: 1;
  filter: saturate(1.12) drop-shadow(0 0 10px rgba(255, 202, 109, 0.18));
  transform: translateY(-1px) scale(1.08);
}

.lang-switch a[aria-current="page"] {
  color: var(--text);
  opacity: 1;
  filter: saturate(1.16) drop-shadow(0 0 10px rgba(255, 202, 109, 0.22));
}

.lang-switch-flag {
  font-size: 1.24rem;
  line-height: 1;
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 1.45rem;
  padding: 1.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.03), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.1), transparent 24%),
    radial-gradient(circle at 84% 28%, rgba(124, 209, 255, 0.08), transparent 20%),
    radial-gradient(circle at bottom left, rgba(255, 48, 79, 0.14), transparent 28%),
    var(--panel);
  box-shadow:
    var(--shadow),
    0 0 24px rgba(255, 42, 42, 0.05),
    0 0 22px rgba(124, 209, 255, 0.04);
}

.section + .section {
  content-visibility: auto;
  contain-intrinsic-size: 1px 880px;
}

.section[id] {
  scroll-margin-top: 1.25rem;
}

.page-home .section {
  margin-bottom: 1.05rem;
}

.page-home .section + .section {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

.page-booking .section + .section {
  content-visibility: visible;
  contain-intrinsic-size: none;
}

.page-home .section:not(.hero-headliner) {
  padding: clamp(0.95rem, 2vw, 1.35rem);
  border-radius: 34px 12px 30px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 241, 220, 0.018) 0 1px, transparent 1px 7px),
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.12), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(124, 209, 255, 0.08), transparent 20%),
    radial-gradient(circle at bottom left, rgba(255, 211, 164, 0.08), transparent 24%),
    rgba(6, 10, 24, 0.88);
}

.page-booking .section:not(.hero) {
  border-radius: 34px 12px 30px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 241, 220, 0.017) 0 1px, transparent 1px 7px),
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.13), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(255, 202, 109, 0.08), transparent 20%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.07), transparent 24%),
    rgba(6, 10, 24, 0.9);
}

.page-home .section:not(.hero-headliner) > * {
  position: relative;
  z-index: 1;
}

.page-booking .section:not(.hero) > * {
  position: relative;
  z-index: 1;
}

.page-home .section:not(.hero-headliner)::before,
.page-home .section:not(.hero-headliner)::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: 0.95rem;
  pointer-events: none;
  z-index: 0;
  opacity: 0.28;
  background:
    repeating-linear-gradient(-72deg, rgba(255, 245, 225, 0.18) 0 0.7rem, transparent 0.7rem 1.15rem),
    linear-gradient(90deg, transparent, rgba(255, 71, 71, 0.18), rgba(124, 209, 255, 0.14), transparent);
}

.page-home .section:not(.hero-headliner)::before {
  top: -1px;
  clip-path: polygon(0 0, 7% 34%, 14% 0, 21% 38%, 28% 0, 36% 42%, 44% 0, 100% 0, 100% 54%, 0 54%);
}

.page-home .section:not(.hero-headliner)::after {
  bottom: -1px;
  clip-path: polygon(0 46%, 9% 100%, 18% 56%, 28% 100%, 38% 50%, 48% 100%, 57% 60%, 67% 100%, 100% 100%, 100% 0, 0 0);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.03), transparent 22%),
    radial-gradient(circle at 12% 12%, rgba(255, 48, 79, 0.2), transparent 24%),
    radial-gradient(circle at 78% 16%, rgba(255, 81, 207, 0.18), transparent 24%),
    radial-gradient(circle at 86% 76%, rgba(124, 209, 255, 0.12), transparent 26%),
    var(--panel);
}

.hero-headliner {
  gap: 0.85rem;
  padding: 1.1rem;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.04), transparent 18%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    repeating-linear-gradient(90deg, rgba(255, 241, 220, 0.014) 0 1px, transparent 1px 7px),
    radial-gradient(circle at 12% 16%, rgba(255, 42, 42, 0.26), transparent 25%),
    radial-gradient(circle at 86% 14%, rgba(124, 209, 255, 0.16), transparent 24%),
    radial-gradient(circle at 72% 82%, rgba(255, 218, 170, 0.08), transparent 20%),
    linear-gradient(135deg, rgba(9, 13, 33, 0.98), rgba(5, 9, 23, 0.98));
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -10% -16% 20%;
  height: 19rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 36%, rgba(255, 65, 65, 0.24), transparent 28%),
    radial-gradient(circle at 60% 44%, rgba(255, 220, 184, 0.08), transparent 18%),
    radial-gradient(circle at 70% 38%, rgba(124, 209, 255, 0.14), transparent 26%);
  filter: blur(24px);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}

.hero-headliner::after {
  content: "";
  position: absolute;
  inset: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 34px 10px 30px 12px;
  pointer-events: none;
  z-index: 0;
}

.hero-copy,
.hero-stage,
.hero-stage-main,
.hero-side-panel {
  position: relative;
  z-index: 1;
}

.hero-stage {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-width: 0;
}

.page-home .hero-copy {
  display: grid;
  align-content: start;
  min-width: 0;
  padding: clamp(0.95rem, 1.6vw, 1.2rem);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 30px 10px 26px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    radial-gradient(circle at 0 0, rgba(255, 42, 42, 0.18), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(124, 209, 255, 0.08), transparent 24%),
    rgba(5, 9, 23, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

.page-home .hero-lead-panel {
  position: relative;
  overflow: hidden;
  align-content: center;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
  min-height: clamp(21rem, 35vw, 27rem);
  border-color: rgba(124, 209, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 22%),
    radial-gradient(circle at 12% 14%, rgba(255, 48, 79, 0.32), transparent 30%),
    radial-gradient(circle at 86% 16%, rgba(124, 209, 255, 0.18), transparent 28%),
    radial-gradient(circle at 74% 84%, rgba(255, 202, 109, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(9, 18, 44, 0.98), rgba(4, 7, 20, 0.98) 58%, rgba(12, 19, 36, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(124, 209, 255, 0.035),
    0 22px 44px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 48, 79, 0.1),
    0 0 28px rgba(124, 209, 255, 0.06);
}

.page-home .hero-lead-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.13), transparent 28%, rgba(124, 209, 255, 0.09)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.024) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(255, 245, 220, 0.018) 0 1px, transparent 1px 9px);
  opacity: 0.84;
  pointer-events: none;
}

.page-home .hero-lead-panel::after {
  content: "";
  position: absolute;
  right: -4.5rem;
  top: -4rem;
  width: min(58%, 26rem);
  aspect-ratio: 1;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.28), transparent 28%),
    repeating-linear-gradient(0deg, transparent 0 1.1rem, rgba(124, 209, 255, 0.16) 1.1rem 1.18rem),
    repeating-linear-gradient(90deg, transparent 0 1.1rem, rgba(255, 202, 109, 0.12) 1.1rem 1.18rem);
  border: 1px solid rgba(124, 209, 255, 0.12);
  border-radius: 26px 8px 24px 10px;
  box-shadow:
    -22px 28px 54px rgba(255, 48, 79, 0.08),
    0 0 44px rgba(124, 209, 255, 0.08);
  opacity: 0.42;
  transform: rotate(-8deg);
}

.page-home .hero-story-panel {
  align-content: start;
  gap: 0.72rem;
  min-height: 12rem;
  background:
    linear-gradient(150deg, rgba(255, 42, 42, 0.1), rgba(124, 209, 255, 0.04) 52%, transparent),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    rgba(5, 9, 23, 0.68);
}

.hero-story-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: clamp(7.4rem, 12vw, 10.25rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px 8px 20px 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 42, 42, 0.2), transparent 32%),
    rgba(5, 9, 23, 0.8);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.22),
    0 0 24px rgba(255, 202, 109, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5, 9, 23, 0.24), transparent 44%, rgba(5, 9, 23, 0.12)),
    radial-gradient(circle at 12% 18%, rgba(255, 42, 42, 0.16), transparent 32%),
    radial-gradient(circle at 92% 14%, rgba(124, 209, 255, 0.14), transparent 30%);
}

.hero-story-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: saturate(1.16) contrast(1.08) brightness(1.02);
}

.hero-story-poster {
  aspect-ratio: 1;
  min-height: clamp(16rem, 32vw, 24rem);
  background: rgba(5, 9, 23, 0.9);
}

.hero-story-poster::after {
  background:
    linear-gradient(90deg, rgba(5, 9, 23, 0.08), transparent 38%, rgba(5, 9, 23, 0.1)),
    radial-gradient(circle at 12% 18%, rgba(255, 42, 42, 0.08), transparent 32%);
}

.hero-story-poster img {
  object-fit: contain;
}

.hero-story-panel .lede {
  margin: 0;
}

.hero-lockup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  margin-bottom: 0;
}

.hero-mark-frame {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: clamp(7rem, 11.5vw, 9.2rem);
  min-height: 0;
  aspect-ratio: 1;
  padding: clamp(0.28rem, 0.75vw, 0.48rem);
  border: 1px solid rgba(255, 218, 147, 0.26);
  border-radius: 30px 10px 26px 12px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 202, 109, 0.24), transparent 34%),
    radial-gradient(circle at 82% 16%, rgba(255, 48, 79, 0.16), transparent 32%),
    radial-gradient(circle at 92% 78%, rgba(124, 209, 255, 0.1), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02) 38%, transparent),
    linear-gradient(135deg, rgba(10, 13, 24, 0.98), rgba(6, 8, 18, 0.98));
  backdrop-filter: blur(12px);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(255, 42, 42, 0.16),
    0 0 32px rgba(255, 202, 109, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.hero-mark-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(0, 0, 0, 0.1)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 7px);
  opacity: 0.44;
  pointer-events: none;
}

.hero-mark-frame::after {
  content: "";
  position: absolute;
  inset: auto 9% 10%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 48, 79, 0.9), rgba(255, 218, 147, 0.86), transparent);
  opacity: 0.72;
  filter: blur(0.2px);
  pointer-events: none;
}

.hero-mark-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.28rem;
  max-width: none;
  align-items: end;
  align-content: center;
}

.hero-world-quote {
  margin: 0;
  max-width: 17ch;
  color: var(--cream);
  font-family: var(--sans);
  font-size: clamp(1.12rem, 2.2vw, 1.78rem);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow:
    0 0 24px rgba(255, 202, 109, 0.24),
    0 0 18px rgba(255, 48, 79, 0.12),
    0 8px 20px rgba(0, 0, 0, 0.36);
}

.hero-quote-credit {
  margin: 0;
  color: #ffe2b8;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow:
    0 0 16px rgba(255, 202, 109, 0.12),
    0 0 14px rgba(255, 42, 42, 0.08);
}

.hero-copy h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 16ch;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 3.7rem;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-transform: none;
  text-shadow:
    0 0 34px rgba(255, 42, 42, 0.12),
    0 0 22px rgba(255, 81, 207, 0.1),
    0 0 18px rgba(124, 209, 255, 0.08),
    0 8px 26px rgba(0, 0, 0, 0.4);
}

.hero-lead-panel h1 {
  margin-bottom: 0;
}

.hero-actions-lead {
  position: relative;
  z-index: 1;
  margin-top: 0.12rem;
}

.page-booking .hero-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 202, 109, 0.12);
  border-radius: 32px 12px 30px 12px;
  background:
    linear-gradient(150deg, rgba(255, 42, 42, 0.16), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(124, 209, 255, 0.08), transparent 24%),
    rgba(5, 9, 23, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 36px rgba(0, 0, 0, 0.22);
}

.booking-landing {
  align-items: stretch;
  border-color: rgba(255, 202, 109, 0.12);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 42, 42, 0.2), transparent 26%),
    radial-gradient(circle at 88% 16%, rgba(255, 202, 109, 0.12), transparent 24%),
    radial-gradient(circle at 72% 82%, rgba(124, 209, 255, 0.1), transparent 25%),
    linear-gradient(135deg, rgba(49, 11, 15, 0.92), rgba(6, 10, 24, 0.98));
}

.booking-landing-card {
  position: relative;
  min-height: clamp(19rem, 34vw, 29rem);
}

.booking-landing-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06) brightness(0.92);
}

.booking-landing-card::after {
  background:
    linear-gradient(180deg, transparent 42%, rgba(4, 6, 16, 0.88)),
    radial-gradient(circle at 84% 12%, rgba(255, 202, 109, 0.12), transparent 34%);
}

.portal-intro h1 {
  margin: 0.3rem 0 1rem;
  max-width: 10ch;
  font-family: var(--heading);
  font-weight: 800;
  font-size: clamp(2.5rem, 6vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-transform: none;
  text-shadow:
    0 0 34px rgba(255, 42, 42, 0.12),
    0 0 22px rgba(255, 81, 207, 0.1),
    0 0 18px rgba(124, 209, 255, 0.08),
    0 8px 26px rgba(0, 0, 0, 0.4);
}

.hero-sigil {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: 100%;
  margin: 0;
  border-radius: 22px 8px 20px 8px;
  transform: none;
  object-fit: cover;
  filter:
    brightness(1.08)
    contrast(1.08)
    saturate(1.06)
    drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 36px rgba(255, 202, 109, 0.34))
    drop-shadow(0 0 24px rgba(255, 48, 79, 0.16));
}

.hero-mark-frame.hero-mark-wide {
  width: clamp(9.2rem, 14.5vw, 12.4rem);
  aspect-ratio: 2.42 / 1;
  padding: clamp(0.5rem, 0.8vw, 0.7rem);
  border-radius: 24px 8px 22px 8px;
  background:
    radial-gradient(circle at 20% 24%, rgba(255, 202, 109, 0.26), transparent 34%),
    radial-gradient(circle at 82% 18%, rgba(255, 48, 79, 0.18), transparent 32%),
    radial-gradient(circle at 84% 78%, rgba(124, 209, 255, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018) 42%, transparent),
    linear-gradient(135deg, rgba(13, 17, 31, 0.98), rgba(4, 7, 18, 0.98));
}

.hero-mark-frame.hero-mark-wide::after {
  inset: auto 12% 11%;
}

.hero-mark-frame.hero-mark-wide .hero-sigil {
  width: 88%;
  height: auto;
  max-height: 78%;
  border-radius: 0;
  object-fit: contain;
  filter:
    brightness(1.12)
    contrast(1.08)
    saturate(1.08)
    drop-shadow(0 14px 20px rgba(0, 0, 0, 0.36))
    drop-shadow(0 0 32px rgba(255, 202, 109, 0.44))
    drop-shadow(0 0 20px rgba(255, 48, 79, 0.18));
}

.lede,
.section-heading p,
.info-card p,
.media-card p,
.resource-highlight p,
.workflow-card p,
.bridge-panel p {
  color: var(--muted);
}

.eyebrow {
  margin: 0;
  color: #ffd7a0;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  text-shadow:
    0 0 16px rgba(255, 202, 109, 0.14),
    0 0 12px rgba(255, 42, 42, 0.08);
}

.hero-stat-strip {
  margin-top: 1.05rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-side-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.75rem;
  align-self: stretch;
  align-content: space-between;
  min-width: 0;
  padding: 0.95rem;
  border: 1px solid rgba(124, 209, 255, 0.11);
  border-radius: 28px 10px 24px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 24%),
    radial-gradient(circle at 12% 8%, rgba(255, 48, 79, 0.18), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(124, 209, 255, 0.1), transparent 28%),
    radial-gradient(circle at 78% 86%, rgba(255, 202, 109, 0.06), transparent 24%),
    linear-gradient(135deg, rgba(7, 14, 34, 0.86), rgba(4, 8, 22, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 0 0 1px rgba(255, 48, 79, 0.025),
    0 14px 28px rgba(0, 0, 0, 0.18),
    0 0 22px rgba(124, 209, 255, 0.035);
}

.hero-side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.08), transparent 34%, rgba(124, 209, 255, 0.055)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(255, 245, 220, 0.012) 0 1px, transparent 1px 8px);
  opacity: 0.7;
}

.hero-side-panel::after {
  content: "";
  position: absolute;
  right: -3.2rem;
  bottom: -3.6rem;
  width: 12rem;
  height: 12rem;
  pointer-events: none;
  border: 1px solid rgba(255, 48, 79, 0.12);
  border-radius: 28px 8px 24px 10px;
  background:
    repeating-linear-gradient(0deg, transparent 0 0.95rem, rgba(255, 48, 79, 0.12) 0.95rem 1.02rem),
    repeating-linear-gradient(90deg, transparent 0 0.95rem, rgba(124, 209, 255, 0.08) 0.95rem 1.02rem);
  opacity: 0.26;
  transform: rotate(9deg);
}

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

.hero-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-width: 0;
}

.hero-side-head .eyebrow {
  min-width: 0;
}

.hero-side-panel h2,
.hero-side-panel p {
  margin: 0;
}

.hero-side-panel h2 {
  max-width: 12ch;
  font-family: var(--sans);
  font-size: clamp(1.65rem, 3.1vw, 2.7rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.02em;
}

.hero-side-panel > p:not(.eyebrow) {
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.hero-video-feature {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 202, 109, 0.14);
  border-radius: 22px 8px 18px 10px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 48, 79, 0.16), transparent 30%),
    radial-gradient(circle at 86% 0%, rgba(124, 209, 255, 0.12), transparent 30%),
    rgba(3, 8, 20, 0.78);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(255, 48, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.hero-video-feature video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: clamp(10.5rem, 18vw, 14rem);
  object-fit: cover;
  background: #050816;
}

.hero-video-feature figcaption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.22rem 0.75rem;
  align-items: end;
  padding: 0.72rem 0.82rem 0.78rem;
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.14), transparent 52%),
    rgba(5, 8, 20, 0.78);
}

.hero-video-feature figcaption span,
.hero-video-feature figcaption small {
  color: rgba(235, 240, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-video-feature figcaption strong {
  grid-column: 1;
  color: var(--cream);
  font-size: 1.08rem;
  line-height: 1;
}

.hero-video-feature figcaption small {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 11rem;
  text-align: right;
  letter-spacing: 0.02em;
  text-transform: none;
}

.hero-side-panel .hero-stat-strip {
  margin: 0;
}

.hero-trust {
  max-width: 38rem;
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #e0e9ff;
  font-size: 0.96rem;
}

.hero-side-panel .hero-trust {
  max-width: none;
  margin: 0;
  font-size: 0.92rem;
}

.page-press .hero-copy h1 {
  max-width: 15ch;
}

.press-landing {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border-color: rgba(124, 209, 255, 0.14);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 42, 42, 0.14), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(124, 209, 255, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 28%),
    rgba(4, 8, 20, 0.86);
}

.press-landing::before {
  content: "PRESS";
  position: absolute;
  right: -0.08em;
  bottom: -0.13em;
  color: rgba(255, 255, 255, 0.035);
  font-family: var(--accent-font);
  font-size: clamp(5.5rem, 18vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.press-landing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.2rem;
  align-items: stretch;
}

.press-mini-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.press-mini-list li {
  display: grid;
  gap: 0.22rem;
  align-content: start;
  min-height: 6.2rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px 8px 18px 10px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 42, 42, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(6, 10, 24, 0.72);
}

.press-mini-list li:nth-child(2n) {
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 202, 109, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 30%),
    rgba(6, 10, 24, 0.74);
}

.press-mini-list li:nth-child(3n) {
  background:
    radial-gradient(circle at 12% 88%, rgba(124, 209, 255, 0.11), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 30%),
    rgba(6, 10, 24, 0.74);
}

.press-mini-list li:last-child {
  grid-column: 1 / -1;
  min-height: 4.4rem;
}

.press-mini-list strong {
  color: var(--cream);
  font-family: var(--accent-font);
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  font-weight: 900;
  line-height: 0.92;
}

.press-mini-list span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.press-spotlight-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px 12px 26px 12px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.04), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 195, 109, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(154, 217, 255, 0.1), transparent 24%),
    rgba(7, 12, 28, 0.88);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(255, 195, 109, 0.06);
}

.press-spotlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.12), transparent 26%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 12px);
  opacity: 0.7;
}

.press-spotlight-card::after {
  content: "redaksjon";
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(255, 202, 109, 0.24);
  border-radius: 999px;
  background: rgba(4, 8, 20, 0.68);
  color: rgba(248, 240, 220, 0.76);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

html[lang="en"] .press-spotlight-card::after {
  content: "editorial";
}

.press-spotlight-media {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px 10px 20px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.press-spotlight-media img {
  width: 100%;
  aspect-ratio: 4 / 3.15;
  object-fit: cover;
  object-position: center 42%;
}

.press-spotlight-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.6rem;
}

.press-spotlight-copy h2,
.press-note-card h3 {
  margin: 0;
}

.press-spotlight-copy p,
.press-note-card p {
  margin: 0;
  color: var(--muted);
}

.press-route-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-top: 0.25rem;
}

.press-route-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.62rem;
  border: 1px solid rgba(124, 209, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(124, 209, 255, 0.1), rgba(255, 42, 42, 0.06)),
    rgba(255, 255, 255, 0.045);
  color: rgba(248, 240, 220, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.press-contact-grid {
  display: grid;
  gap: 1rem;
}

.press-note-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    rgba(7, 12, 28, 0.88);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.press-contact-grid .press-note-card:nth-child(2) {
  border-color: rgba(255, 202, 109, 0.15);
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 202, 109, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 24%),
    rgba(7, 12, 28, 0.88);
}

.press-editorial-section {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 202, 109, 0.18);
  background:
    radial-gradient(circle at 9% 16%, rgba(255, 42, 42, 0.16), transparent 26%),
    radial-gradient(circle at 90% 12%, rgba(255, 202, 109, 0.14), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(124, 209, 255, 0.09), transparent 34%),
    linear-gradient(135deg, rgba(10, 14, 34, 0.94), rgba(4, 8, 20, 0.94));
}

.press-editorial-section::before {
  content: "PRESS KIT";
  position: absolute;
  right: clamp(0.8rem, 3vw, 2rem);
  top: clamp(0.75rem, 2.5vw, 1.5rem);
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--accent-font);
  font-size: clamp(3rem, 12vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
  pointer-events: none;
}

.press-editorial-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.press-editorial-card {
  display: grid;
  gap: 0.75rem;
  align-content: start;
  padding: clamp(1rem, 2.2vw, 1.25rem);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 28px 10px 24px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(5, 9, 22, 0.82);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.press-editorial-card:nth-child(2) {
  border-color: rgba(255, 202, 109, 0.22);
  background:
    radial-gradient(circle at 80% 12%, rgba(255, 202, 109, 0.14), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(7, 9, 22, 0.84);
}

.press-editorial-card:nth-child(3) {
  border-color: rgba(124, 209, 255, 0.16);
  background:
    radial-gradient(circle at 16% 86%, rgba(124, 209, 255, 0.11), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 30%),
    rgba(5, 10, 24, 0.84);
}

.press-editorial-card h3,
.press-editorial-card p {
  margin: 0;
}

.press-editorial-card h3 {
  color: var(--cream);
  font-size: clamp(1.35rem, 4vw, 2rem);
  line-height: 1.02;
}

.press-editorial-card p {
  color: var(--muted);
  line-height: 1.75;
}

.press-editorial-card-main p {
  color: rgba(248, 240, 220, 0.82);
  font-size: 1.02rem;
}

.press-editorial-quote {
  justify-content: center;
}

.press-editorial-quote blockquote {
  margin: 0;
  color: var(--cream);
  font-family: var(--accent-font);
  font-size: clamp(2rem, 7vw, 3.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.press-question-list {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.press-question-list li {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(248, 240, 220, 0.76);
  line-height: 1.5;
}

.press-question-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 12px rgba(255, 42, 42, 0.38);
}

@media (min-width: 860px) {
  .press-editorial-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }

  .press-editorial-card-main {
    grid-row: span 2;
  }

  .press-editorial-quote {
    min-height: 16rem;
  }
}

@media (max-width: 640px) {
  .press-mini-list {
    grid-template-columns: 1fr;
  }

  .press-mini-list li {
    min-height: 0;
  }
}

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

.hero-ribbons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1rem;
}

.hero-ribbons span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.18), rgba(255, 81, 207, 0.1)),
    rgba(255, 255, 255, 0.03);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  box-shadow:
    0 10px 22px rgba(255, 42, 42, 0.12),
    0 0 18px rgba(124, 209, 255, 0.06);
}

.hero-ribbons span:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(255, 81, 207, 0.18), rgba(124, 209, 255, 0.12)),
    rgba(255, 255, 255, 0.03);
}

.hero-loop {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  margin: 0 0 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-lg) - 2px);
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.14), rgba(255, 81, 207, 0.08) 42%, rgba(124, 209, 255, 0.12)),
    rgba(6, 10, 24, 0.78);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.22),
    0 0 28px rgba(255, 42, 42, 0.08),
    0 0 24px rgba(124, 209, 255, 0.07);
}

.loop-vinyl {
  position: relative;
  width: clamp(5rem, 16vw, 7.25rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 230, 200, 0.18) 0 4%, transparent 4% 12%, rgba(255, 42, 42, 0.62) 12% 17%, #0e1021 17% 23%, rgba(255, 81, 207, 0.14) 23% 25%, #060913 25% 34%, rgba(124, 209, 255, 0.08) 34% 36%, #04070f 36% 46%, rgba(255, 255, 255, 0.05) 46% 47%, #03050b 47% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 18px rgba(255, 81, 207, 0.12),
    0 16px 28px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(255, 42, 42, 0.08);
  animation: vinylSpin 11s linear infinite;
}

.loop-vinyl::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  opacity: 0.7;
}

.loop-vinyl-center {
  position: absolute;
  inset: 50%;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 30% 30%, #fff1df, #ff9b5b 48%, #ff2a2a 78%);
  box-shadow:
    0 0 18px rgba(255, 42, 42, 0.28),
    0 0 14px rgba(124, 209, 255, 0.12);
}

.loop-eq {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  align-items: end;
  gap: 0.32rem;
  min-height: 5rem;
}

.loop-eq span {
  display: block;
  height: calc(4.25rem * var(--bar-h));
  min-height: 1rem;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(124, 209, 255, 0.94) 0%, rgba(255, 81, 207, 0.8) 54%, rgba(255, 42, 42, 0.92) 100%);
  box-shadow:
    0 0 18px rgba(124, 209, 255, 0.16),
    0 0 22px rgba(255, 42, 42, 0.18);
  transform-origin: bottom center;
  animation: eqBounce 1450ms ease-in-out infinite;
  animation-delay: calc(var(--i) * 85ms);
}

.loop-tags {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.loop-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.12), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pulse-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 81, 207, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.18), rgba(255, 81, 207, 0.12) 46%, rgba(124, 209, 255, 0.1)),
    rgba(6, 10, 25, 0.78);
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(255, 42, 42, 0.08),
    0 0 24px rgba(124, 209, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.venue-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 0 0 1.35rem;
}

.venue-ribbon span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 81, 207, 0.08), rgba(124, 209, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
  color: #d7e5ff;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.kinetic-band {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.5rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.14), rgba(255, 81, 207, 0.08) 46%, rgba(124, 209, 255, 0.12)),
    rgba(7, 10, 24, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 32px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(255, 42, 42, 0.08),
    0 0 20px rgba(124, 209, 255, 0.06);
}

.kinetic-band::before,
.kinetic-band::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4.5rem;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 6, 15, 0.98), transparent);
}

.kinetic-band::after {
  inset: 0 0 0 auto;
  background: linear-gradient(270deg, rgba(3, 6, 15, 0.98), transparent);
}

.kinetic-track {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: max-content;
  min-width: 100%;
  padding: 0.14rem 0;
  white-space: nowrap;
  animation: marqueeRun 24s linear infinite;
}

.kinetic-track + .kinetic-track {
  margin-top: 0.45rem;
}

.kinetic-track-reverse {
  animation-duration: 30s;
  animation-direction: reverse;
}

.kinetic-track span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  text-shadow:
    0 0 14px rgba(255, 42, 42, 0.14),
    0 0 16px rgba(124, 209, 255, 0.08);
}

.kinetic-track span::after {
  content: "•";
  color: var(--red);
  text-shadow:
    0 0 14px rgba(255, 42, 42, 0.32),
    0 0 18px rgba(124, 209, 255, 0.1);
}

.pulse-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.14), rgba(255, 81, 207, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(255, 42, 42, 0.06);
}

.pulse-chip:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(255, 81, 207, 0.14), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.hero-actions,
.filter-row,
.resource-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-actions {
  align-items: center;
}

.button,
.text-link,
.filter-chip {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  padding: 0.92rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.94rem;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.button:hover,
.button:focus-visible,
.filter-chip:hover,
.filter-chip:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #f01c27 0%, #ff3a29 46%, #ff8a3b 100%);
  color: #fff7ef;
  box-shadow:
    0 14px 28px rgba(255, 42, 42, 0.24),
    0 0 18px rgba(255, 166, 94, 0.1),
    0 0 18px rgba(124, 209, 255, 0.06);
}

.button[disabled] {
  opacity: 0.72;
  cursor: wait;
  pointer-events: none;
  transform: none;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.18),
    0 0 12px rgba(255, 166, 94, 0.06);
}

.button-secondary {
  border-color: rgba(124, 209, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(124, 209, 255, 0.08), rgba(255, 81, 207, 0.06)),
    rgba(113, 213, 255, 0.04);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    0 0 16px rgba(124, 209, 255, 0.08);
}

.button-nearby {
  border-color: rgba(255, 202, 109, 0.34);
  color: #fff8ee;
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 202, 109, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 48, 79, 0.18), rgba(124, 209, 255, 0.1)),
    rgba(255, 255, 255, 0.055);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.16),
    0 0 20px rgba(255, 48, 79, 0.1),
    0 0 18px rgba(255, 202, 109, 0.1);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.button:hover,
.button:focus-visible,
.resource-actions a:hover,
.resource-actions a:focus-visible,
.hero-facebook-follow:hover,
.hero-facebook-follow:focus-visible,
.site-nav a:hover,
.site-nav a:focus-visible {
  box-shadow:
    0 0 22px rgba(255, 42, 42, 0.12),
    0 0 18px rgba(124, 209, 255, 0.09);
}

.stat-strip {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.stat-strip li,
.overview-card {
  min-width: 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 81, 207, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 60%),
    linear-gradient(135deg, rgba(255, 48, 79, 0.1), rgba(124, 209, 255, 0.06)),
    rgba(255, 255, 255, 0.03);
}

.stat-strip strong,
.overview-number {
  display: block;
  font-family: var(--accent-font);
  font-weight: 800;
  font-size: 1.95rem;
  color: var(--cream);
  letter-spacing: 0.01em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.page-portal .overview-number {
  font-size: clamp(1.45rem, 3.2vw, 1.75rem);
  letter-spacing: 0;
}

.hero-motto-tile {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 42, 42, 0.32);
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 42, 42, 0.34), transparent 35%),
    radial-gradient(circle at 88% 18%, rgba(255, 207, 122, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 42, 42, 0.14), rgba(5, 9, 23, 0.86) 58%),
    rgba(8, 11, 25, 0.94);
  box-shadow:
    0 0 26px rgba(255, 42, 42, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-motto-tile::before {
  content: "";
  position: absolute;
  inset: -55% auto auto -20%;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  background: rgba(255, 42, 42, 0.28);
  filter: blur(26px);
  animation: mottoGlow 4.8s ease-in-out infinite;
}

.hero-motto-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff2a2a, #ffcf7a, transparent);
  opacity: 0.9;
  animation: mottoPulseLine 3.6s ease-in-out infinite;
}

.hero-motto-tile strong {
  position: relative;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.94;
  color: #ff2a2a;
  white-space: normal;
  letter-spacing: -0.035em;
  text-shadow:
    0 0 1px rgba(255, 242, 221, 0.7),
    0 0 18px rgba(255, 42, 42, 0.34),
    0 0 28px rgba(255, 42, 42, 0.16);
  transform-origin: left center;
  will-change: transform, text-shadow;
  animation:
    mottoRock 4.8s ease-in-out infinite,
    mottoNeonPulse 2.9s ease-in-out infinite;
}

.hero-motto-tile span {
  position: relative;
  display: block;
  max-width: 16ch;
  margin-top: 0.32rem;
  color: var(--cream);
  font-weight: 700;
  line-height: 1.12;
}

.hero-motto-tile cite {
  position: relative;
  display: block;
  margin-top: 0.55rem;
  color: var(--muted);
  font-style: normal;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-cavern-tile {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 202, 109, 0.3) !important;
  background:
    radial-gradient(circle at 22% 16%, rgba(255, 202, 109, 0.28), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(255, 48, 79, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 202, 109, 0.13), rgba(5, 9, 23, 0.86) 60%),
    rgba(8, 11, 25, 0.94) !important;
  box-shadow:
    0 0 24px rgba(255, 202, 109, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-cavern-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffd36f, #ff2a2a, transparent);
  opacity: 0.85;
}

.hero-cavern-tile strong {
  position: relative;
  z-index: 1;
  font-family: var(--heading);
  color: #ffd36f;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-shadow:
    0 0 14px rgba(255, 202, 109, 0.24),
    0 0 24px rgba(255, 48, 79, 0.08);
  will-change: transform, text-shadow;
  animation: cavernNumberGlitch 5.8s steps(1, end) infinite;
}

.hero-cavern-tile span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.2rem;
  color: #fff2d6;
  font-weight: 850;
  line-height: 1.12;
}

.hero-review-spotlight {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 9.4rem;
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 18px 8px 16px 10px;
  background:
    radial-gradient(circle at 0 0, rgba(255, 48, 79, 0.22), transparent 34%),
    radial-gradient(circle at 100% 12%, rgba(255, 202, 109, 0.12), transparent 32%),
    linear-gradient(90deg, rgba(255, 48, 79, 0.14), rgba(255, 202, 109, 0.07), rgba(124, 209, 255, 0.08)),
    rgba(4, 8, 20, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 0 24px rgba(255, 202, 109, 0.08);
}

.hero-review-spotlight::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff2a2a, #ffd36f, transparent);
  opacity: 0.9;
}

.hero-review-quote {
  grid-area: 1 / 1;
  display: grid;
  gap: 0.5rem;
  align-content: center;
  justify-items: center;
  min-height: 9.4rem;
  padding: 1rem 1.15rem;
  text-align: center;
  opacity: 0;
  transform: translateY(0.45rem) scale(0.985);
  animation: heroQuoteFade 16s ease-in-out infinite;
}

.hero-review-quote:nth-child(2) {
  animation-delay: 4s;
}

.hero-review-quote:nth-child(3) {
  animation-delay: 8s;
}

.hero-review-quote:nth-child(4) {
  animation-delay: 12s;
}

.hero-review-decor {
  width: fit-content;
  color: #ffd36f;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow:
    0 0 14px rgba(255, 202, 109, 0.24),
    0 0 20px rgba(255, 48, 79, 0.1);
}

.hero-review-decor-bottom {
  color: rgba(255, 211, 111, 0.86);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.hero-review-quote-sides .hero-review-decor-top {
  color: #ffefbd;
  letter-spacing: 0.18em;
}

.hero-review-quote-sides .hero-review-decor-bottom {
  color: #ffd36f;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}

.hero-review-quote strong {
  max-width: 19ch;
  color: var(--cream);
  font-family: var(--sans);
  font-size: clamp(1.28rem, 3vw, 2.2rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.hero-review-quote small {
  color: rgba(235, 240, 255, 0.68);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

[data-count-to] {
  display: inline-block;
  min-width: 5.6ch;
}

.hero-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 0;
  min-width: 0;
}

.hero-stage-main {
  min-height: 0;
}

.hero-stage::before {
  content: "";
  position: absolute;
  right: -8%;
  top: 18%;
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 48, 79, 0.22) 0 16%, transparent 16% 38%, rgba(255, 81, 207, 0.16) 38% 40%, transparent 40% 58%, rgba(124, 209, 255, 0.12) 58% 60%, transparent 60%);
  opacity: 0.78;
  pointer-events: none;
  z-index: 0;
  animation: beamSweep 8s ease-in-out infinite alternate;
}

.hero-stage > * {
  position: relative;
  z-index: 1;
}

[data-parallax] {
  --parallax-x: 0px;
  --parallax-y: 0px;
  --parallax-rotate: 0deg;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0)
    rotate(var(--parallax-rotate));
  will-change: transform;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.stage-card,
.media-card,
.resource-highlight,
.workflow-card,
.resource-card,
.info-card,
.bridge-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.12), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(124, 209, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 48, 79, 0.14), transparent 30%),
    var(--panel-strong);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
}

.page-home .stage-card,
.page-home .media-card,
.page-home .resource-highlight,
.page-home .workflow-card,
.page-home .resource-card,
.page-home .info-card,
.page-home .bridge-panel,
.page-home .booking-story,
.page-home .booking-form-card,
.page-home .ticket-card,
.page-home .member-strip {
  border-radius: 30px 10px 26px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.14), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(124, 209, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 220, 184, 0.08), transparent 30%),
    rgba(8, 12, 28, 0.94);
}

.stage-card:hover,
.stage-card:focus-within,
.media-card:hover,
.media-card:focus-within,
.resource-card:hover,
.resource-card:focus-within,
.workflow-card:hover,
.workflow-card:focus-within,
.info-card:hover,
.info-card:focus-within,
.bridge-panel:hover,
.bridge-panel:focus-within {
  border-color: rgba(124, 209, 255, 0.22);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(255, 42, 42, 0.1),
    0 0 20px rgba(124, 209, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.stage-card::before,
.media-card::before,
.resource-highlight::before,
.workflow-card::before,
.resource-card::before,
.info-card::before,
.bridge-panel::before,
.booking-story::before,
.booking-form-card::before,
.access-panel::before,
.access-status::before,
.fact-card::before,
.ticket-card::before,
.member-strip::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, #ff4660, #ff51cf, #7cd1ff, transparent);
  opacity: 0.88;
}

.stage-card::after,
.media-card::after,
.resource-highlight::after,
.workflow-card::after,
.resource-card::after,
.info-card::after,
.bridge-panel::after,
.booking-story::after,
.booking-form-card::after,
.access-panel::after,
.access-status::after,
.fact-card::after,
.ticket-card::after,
.member-strip::after {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 81, 207, 0.12), transparent 66%);
  pointer-events: none;
}

.stage-card {
  min-height: 18rem;
}

.stage-card.hero-stage-main {
  min-height: 0;
}

.stage-card-poster {
  display: grid;
  align-content: start;
  padding: 1rem;
}

.stage-card-poster img {
  width: 100%;
  height: 100%;
  max-height: 36rem;
  object-fit: cover;
  object-position: center top;
  border-radius: calc(var(--radius-lg) - 8px);
  transform: scale(1.02) rotate(-0.65deg);
  filter: saturate(1.14) contrast(1.08);
}

.stage-card-live {
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  align-content: stretch;
}

.stage-card-live > img {
  width: 100%;
  height: 18rem;
  min-height: 0;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(1.16) contrast(1.08);
}

.hero-stage-main > img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  border-radius: calc(var(--radius-lg) - 8px) calc(var(--radius-lg) - 8px) 0 0;
}

.hero-photo-rotator {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: clamp(18rem, 31vw, 27rem);
  min-height: 0;
  border-radius: calc(var(--radius-lg) - 8px);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 42, 42, 0.22), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(124, 209, 255, 0.18), transparent 30%),
    rgba(5, 9, 23, 0.92);
}

.hero-photo-rotator::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 6, 16, 0.08), transparent 42%, rgba(3, 6, 16, 0.18)),
    radial-gradient(circle at 12% 0, rgba(255, 42, 42, 0.12), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(124, 209, 255, 0.12), transparent 28%);
  mix-blend-mode: screen;
}

.hero-photo-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: var(--slide-position, center 42%);
  opacity: 0;
  transform: scale(1.035);
  filter: saturate(1.16) contrast(1.08);
  transition:
    opacity 950ms ease,
    transform 5200ms ease;
}

.hero-photo-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1.095);
}

.hero-photo-thumbs {
  position: absolute;
  left: 0.82rem;
  right: 0.82rem;
  bottom: 0.82rem;
  z-index: 4;
  display: flex;
  gap: 0.42rem;
  align-items: center;
  padding: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(5, 9, 23, 0.72), rgba(5, 9, 23, 0.42)),
    rgba(5, 9, 23, 0.58);
  backdrop-filter: blur(14px);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-photo-thumb {
  position: relative;
  overflow: hidden;
  flex: 1 1 0;
  min-width: 0;
  height: 2.55rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  opacity: 0.62;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.hero-photo-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.08) contrast(1.04);
}

.hero-photo-thumb.is-active {
  border-color: rgba(255, 218, 147, 0.78);
  opacity: 1;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 48, 79, 0.18),
    0 0 20px rgba(255, 202, 109, 0.28),
    0 0 24px rgba(255, 48, 79, 0.14);
}

.stage-card-copy {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(7, 4, 3, 0.92));
}

.hero-stage-main .stage-card-copy {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 0.88rem 1rem 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 calc(var(--radius-lg) - 8px) calc(var(--radius-lg) - 8px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(135deg, rgba(255, 91, 81, 0.12), rgba(124, 209, 255, 0.06)),
    rgba(10, 12, 24, 0.96);
}

.stage-quote {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.25;
  color: var(--cream);
}

.stage-card-copy span {
  display: inline-flex;
  margin-top: 0.4rem;
  color: rgba(248, 240, 220, 0.7);
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.card-label {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.9rem;
  max-width: calc(100% - 2rem);
  padding: 0.32rem 0.72rem;
  border: 1px solid rgba(255, 77, 77, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.18), rgba(255, 166, 94, 0.08) 48%, rgba(124, 209, 255, 0.08)),
    rgba(3, 9, 23, 0.82);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  box-shadow:
    0 0 20px rgba(255, 42, 42, 0.12),
    0 0 18px rgba(124, 209, 255, 0.06);
}

.tour-scroll-line {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.72rem 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px 8px 20px 8px;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.12), rgba(255, 226, 192, 0.04) 34%, rgba(124, 209, 255, 0.08)),
    rgba(6, 10, 22, 0.68);
}

.tour-scroll-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(255, 71, 71, 0.22);
  border-radius: 999px;
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.18), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.tour-scroll-window {
  position: relative;
  overflow: hidden;
}

.tour-scroll-window::before,
.tour-scroll-window::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.5rem;
  pointer-events: none;
  z-index: 1;
}

.tour-scroll-window::before {
  left: 0;
  background: linear-gradient(90deg, rgba(6, 10, 22, 0.96), transparent);
}

.tour-scroll-window::after {
  right: 0;
  background: linear-gradient(270deg, rgba(6, 10, 22, 0.96), transparent);
}

.tour-scroll-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  min-width: 100%;
  white-space: nowrap;
  animation: marqueeRun 46s linear infinite;
}

.tour-scroll-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1rem;
  padding-right: 1.2rem;
}

.tour-scroll-item {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: rgba(248, 240, 220, 0.76);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tour-scroll-item::after {
  content: "•";
  color: var(--red);
  text-shadow:
    0 0 14px rgba(255, 42, 42, 0.3),
    0 0 16px rgba(124, 209, 255, 0.08);
}

.tour-scroll-group .tour-scroll-item:last-child::after {
  display: none;
}

.section-heading {
  max-width: 45rem;
  margin-bottom: 1.2rem;
}

.page-home .section-heading {
  max-width: 50rem;
  margin-bottom: 0.9rem;
}

.section-heading h2 {
  margin: 0.35rem 0 0.7rem;
  display: inline-block;
  position: relative;
  font-family: var(--heading);
  font-weight: 800;
  font-size: clamp(1.9rem, 3vw, 3.2rem);
  line-height: 1;
  text-transform: none;
  letter-spacing: -0.02em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  width: 5.6rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffcf7a, #f01c27, #7cd1ff);
  box-shadow:
    0 0 22px rgba(255, 42, 42, 0.18),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.section-heading-showcase {
  max-width: 38rem;
}

.museum-heading {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  max-width: none;
  min-height: 0;
  padding: clamp(0.85rem, 1.8vw, 1.3rem);
  display: grid;
  gap: clamp(0.55rem, 1.1vw, 0.8rem);
  align-content: start;
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 32px 10px 28px 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 22%),
    radial-gradient(circle at 12% 12%, rgba(255, 42, 42, 0.24), transparent 26%),
    radial-gradient(circle at 78% 18%, rgba(255, 202, 109, 0.16), transparent 24%),
    radial-gradient(circle at 88% 88%, rgba(124, 209, 255, 0.1), transparent 26%),
    linear-gradient(135deg, rgba(9, 14, 32, 0.98), rgba(4, 8, 20, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 22px 44px rgba(0, 0, 0, 0.24),
    0 0 30px rgba(255, 42, 42, 0.08);
}

.museum-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.09), transparent 34%, rgba(124, 209, 255, 0.05)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.022) 0 1px, transparent 1px 6px),
    repeating-linear-gradient(90deg, rgba(255, 236, 198, 0.018) 0 1px, transparent 1px 8px);
  opacity: 0.62;
}

.museum-heading::after {
  content: "";
  position: absolute;
  right: -4.8rem;
  top: 1.1rem;
  z-index: -1;
  width: 18rem;
  height: 4.6rem;
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 20px 8px 18px 8px;
  background:
    repeating-linear-gradient(-12deg, rgba(255, 42, 42, 0.22) 0 0.85rem, rgba(255, 202, 109, 0.08) 0.85rem 1.7rem),
    rgba(255, 255, 255, 0.04);
  opacity: 0.34;
  transform: rotate(9deg);
}

.museum-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 202, 109, 0.16);
  border-radius: 26px 8px 24px 10px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 202, 109, 0.12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 42, 42, 0.11), transparent 28%),
    rgba(3, 6, 16, 0.86);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.26),
    0 0 28px rgba(255, 42, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.museum-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 42, 42, 0.16), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 5px);
}

.museum-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.museum-content-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
  grid-template-columns: 1fr;
}

.museum-side-stack {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.museum-side-card {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px 8px 24px 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    rgba(8, 12, 28, 0.94);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.museum-side-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.museum-side-card:hover img,
.museum-side-card:focus-within img {
  transform: scale(1.04);
}

.museum-copy {
  display: grid;
  align-content: center;
  padding: clamp(0.2rem, 1vw, 0.45rem) 0;
}

.museum-heading-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.18rem;
}

.museum-heading-top .eyebrow {
  margin-right: auto;
}

.museum-stamp {
  display: block;
  width: clamp(5rem, 7.4vw, 7rem);
  height: auto;
  flex: 0 0 auto;
  filter:
    drop-shadow(0 0 18px rgba(255, 42, 42, 0.2))
    drop-shadow(0 12px 20px rgba(0, 0, 0, 0.28));
  transform: translateY(0.35rem) rotate(-5deg);
}

.museum-heading h2 {
  max-width: 15ch;
  font-size: clamp(2.05rem, 3.5vw, 3.75rem);
}

.museum-heading h2::after {
  width: min(13rem, 42%);
  background: linear-gradient(90deg, #ff2a2a, #ffca6d, #7cd1ff);
}

.museum-copy > p:not(.eyebrow) {
  max-width: 46rem;
  color: rgba(226, 235, 255, 0.82);
  font-size: clamp(0.98rem, 1.25vw, 1.08rem);
}

.museum-ticket-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
  padding-top: 0.78rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.museum-ticket-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 202, 109, 0.16);
  border-radius: 14px 6px 12px 6px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.13), rgba(124, 209, 255, 0.055)),
    rgba(255, 255, 255, 0.035);
  color: #fff2dd;
  font-size: 0.79rem;
  font-weight: 850;
  line-height: 1.15;
}

.page-home .bridge-panel {
  padding: 1.7rem;
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.16), transparent 28%),
    radial-gradient(circle at left bottom, rgba(255, 42, 42, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(207, 36, 63, 0.44), rgba(8, 14, 34, 0.98));
}

.bridge-panel-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px 8px 22px 10px;
  background: rgba(3, 7, 18, 0.72);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bridge-panel-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(1.08) contrast(1.04) brightness(0.94);
}

.overview-grid,
.workflow-grid,
.booking-facts,
.tour-seasons,
.ticket-grid {
  display: grid;
  gap: 1rem;
}

.booking-facts {
  grid-template-columns: 1fr;
}

.experience-collage {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.experience-collage-main,
.experience-collage-side,
.booking-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  border-radius: 30px 10px 26px 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    rgba(8, 12, 28, 0.94);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.experience-collage-main img,
.experience-collage-side img,
.booking-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.experience-collage-main-bandleader img {
  object-position: center 52%;
}

.experience-collage-main:hover img,
.experience-collage-main:focus-within img,
.experience-collage-side:hover img,
.experience-collage-side:focus-within img,
.booking-visual-card:hover img,
.booking-visual-card:focus-within img {
  transform: scale(1.04);
}

.experience-collage-side-wide {
  background:
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    rgba(8, 12, 28, 0.96);
}

.experience-collage-side-wide img {
  object-fit: cover;
  object-position: center 38%;
}

.experience-collage-copy,
.booking-visual-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1rem 1.05rem;
  background: linear-gradient(180deg, rgba(5, 8, 20, 0), rgba(5, 8, 20, 0.88));
}

.experience-collage-copy strong,
.booking-visual-copy strong {
  color: var(--cream);
  font-size: 1rem;
  line-height: 1.15;
}

.experience-collage-main {
  min-height: 20rem;
}

.experience-picker-section {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 24%),
    radial-gradient(circle at 0 8%, rgba(255, 42, 42, 0.18), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(124, 209, 255, 0.12), transparent 26%),
    radial-gradient(circle at 64% 100%, rgba(255, 81, 207, 0.11), transparent 28%),
    rgba(5, 10, 24, 0.9);
}

.experience-picker {
  display: grid;
  gap: 0.9rem;
}

.experience-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.experience-tabs button {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(124, 209, 255, 0.04)),
    rgba(255, 255, 255, 0.025);
  color: rgba(248, 240, 220, 0.72);
  padding: 0.72rem 1rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.experience-tabs button:hover,
.experience-tabs button:focus-visible,
.experience-tabs button.is-active {
  color: #fff8ee;
  border-color: rgba(255, 48, 79, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.24), rgba(124, 209, 255, 0.1)),
    rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

.experience-panels {
  position: relative;
}

.experience-panel {
  display: grid;
  gap: 1rem;
  min-height: 20rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 32px 12px 28px 14px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 48, 79, 0.16), transparent 30%),
    rgba(7, 12, 28, 0.9);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: panelGlowIn 260ms ease both;
}

.experience-panel[hidden] {
  display: none;
}

.experience-panel img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.06);
}

.experience-panel > div {
  display: grid;
  align-content: center;
  gap: 0.65rem;
  padding: 0 1.1rem 1.15rem;
}

.experience-panel h3 {
  margin: 0;
  max-width: 12ch;
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.experience-panel p:not(.eyebrow) {
  margin: 0;
  max-width: 42rem;
  color: rgba(235, 240, 255, 0.78);
}

.experience-payoff-grid,
.proof-wall {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.experience-payoff-grid article {
  display: grid;
  gap: 0.55rem;
  min-height: 11rem;
  align-content: end;
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px 10px 22px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    rgba(8, 13, 32, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.experience-payoff-grid article span {
  width: fit-content;
  color: rgba(255, 213, 146, 0.8);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-payoff-grid article strong {
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.experience-payoff-grid article p {
  margin: 0;
  color: rgba(235, 240, 255, 0.68);
}

.gift-experience-card {
  border-color: rgba(255, 48, 79, 0.24) !important;
  background:
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(255, 81, 207, 0.1), rgba(124, 209, 255, 0.06)),
    rgba(10, 9, 24, 0.92) !important;
}

.proof-quote-ticket a {
  width: fit-content;
  color: #fff8ee;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.24em;
}

.format-helper-panel {
  margin-top: 1rem;
}

.format-helper-panel .fan-quiz {
  min-height: 0;
}

.concert-finder,
.fan-quiz {
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 34px 12px 30px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 28%),
    rgba(7, 12, 28, 0.86);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.concert-finder {
  border-color: rgba(124, 209, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 28%),
    rgba(6, 11, 28, 0.9);
}

.concert-finder-inline {
  margin: 1rem 0 1.15rem;
}

.fan-quiz {
  border-color: rgba(255, 48, 79, 0.16);
  background:
    radial-gradient(circle at top left, rgba(255, 48, 79, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 202, 109, 0.08), transparent 32%),
    rgba(8, 10, 26, 0.9);
}

.tool-card-heading {
  display: grid;
  gap: 0.45rem;
}

.tool-card-heading h3 {
  margin: 0;
  max-width: 12ch;
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(2rem, 4.8vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.tool-card-heading p:not(.eyebrow) {
  margin: 0;
  color: rgba(235, 240, 255, 0.72);
}

.finder-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.finder-controls button,
.quiz-question button,
.quiz-result-actions button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(248, 240, 220, 0.76);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.finder-controls button {
  padding: 0.58rem 0.78rem;
}

.finder-controls .finder-nearest-button {
  border-color: rgba(255, 48, 79, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.34), rgba(255, 202, 109, 0.12)),
    rgba(255, 255, 255, 0.06);
  color: #fff8ee;
  box-shadow:
    0 0 20px rgba(255, 48, 79, 0.12),
    0 0 18px rgba(255, 202, 109, 0.08);
}

.quiz-question button {
  padding: 0.62rem 0.76rem;
  text-align: left;
}

.finder-controls button:hover,
.finder-controls button:focus-visible,
.finder-controls button.is-active,
.quiz-question button:hover,
.quiz-question button:focus-visible,
.quiz-question button.is-active,
.quiz-result-actions button:hover,
.quiz-result-actions button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 48, 79, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.24), rgba(124, 209, 255, 0.1)),
    rgba(255, 255, 255, 0.06);
  color: #fff8ee;
}

.finder-results,
.finder-result-list,
.quiz-questions {
  display: grid;
  gap: 0.7rem;
}

.finder-result-list-nearest {
  counter-reset: nearest-stop;
}

.finder-result-list-featured,
.finder-result-list-season {
  align-items: stretch;
}

.finder-intro,
.finder-empty {
  margin: 0;
  color: rgba(235, 240, 255, 0.72);
}

.finder-stop-card,
.quiz-question,
.quiz-result {
  display: grid;
  gap: 0.58rem;
  padding: 0.86rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px 8px 16px 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 40%),
    rgba(2, 7, 20, 0.68);
}

.finder-stop-card {
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr);
}

.finder-result-list-featured .finder-stop-card,
.finder-result-list-season .finder-stop-card {
  border-color: rgba(255, 202, 109, 0.13);
  background:
    radial-gradient(circle at 12% 6%, rgba(255, 202, 109, 0.1), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(124, 209, 255, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.048), transparent 42%),
    rgba(2, 7, 20, 0.72);
}

.finder-stop-card-nearest {
  min-height: 100%;
  padding-top: 1.05rem;
  border-color: rgba(255, 202, 109, 0.16);
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 202, 109, 0.13), transparent 34%),
    radial-gradient(circle at 96% 12%, rgba(255, 48, 79, 0.15), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 42%),
    rgba(2, 7, 20, 0.76);
}

.finder-rank {
  position: absolute;
  top: 0.62rem;
  right: 0.62rem;
  display: grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(255, 202, 109, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(255, 48, 79, 0.42), rgba(255, 202, 109, 0.18)),
    rgba(5, 8, 18, 0.92);
  color: #fff8ee;
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 0 18px rgba(255, 48, 79, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
}

.finder-date {
  color: rgba(255, 202, 109, 0.86);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finder-stop-card h4,
.quiz-result strong,
.quiz-question strong {
  margin: 0;
  color: var(--cream);
  line-height: 1.1;
}

.finder-stop-card h4 {
  font-size: 1.12rem;
}

.finder-stop-card p,
.finder-stop-actions small,
.quiz-result p {
  margin: 0;
  color: rgba(235, 240, 255, 0.68);
}

.finder-stop-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.finder-stop-actions > span:not(.ticket-status),
.finder-distance {
  color: rgba(124, 209, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 850;
}

.finder-stop-actions a,
.quiz-result-actions a {
  width: fit-content;
  color: #fff8ee;
  font-size: 0.8rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.24em;
}

.quiz-result {
  border-color: rgba(255, 202, 109, 0.16);
  background:
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.12), transparent 34%),
    rgba(2, 7, 20, 0.7);
}

.quiz-result > span {
  color: rgba(235, 240, 255, 0.64);
}

.quiz-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.quiz-result-actions button {
  padding: 0.56rem 0.78rem;
}

.proof-wall-section {
  background:
    linear-gradient(rgba(6, 10, 24, 0.88), rgba(6, 10, 24, 0.9)),
    url("assets/optimized/generated/cellar-door-wall.jpg") center / cover no-repeat,
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at 0 0, rgba(255, 48, 79, 0.16), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(124, 209, 255, 0.12), transparent 28%),
    rgba(6, 10, 24, 0.9);
}

.proof-wall-feature,
.proof-quote-tile {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px 10px 26px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 28%),
    rgba(8, 13, 32, 0.86);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.proof-wall-feature {
  display: grid;
}

.proof-wall-feature img {
  width: 100%;
  height: 18rem;
  object-fit: cover;
}

.proof-wall-feature > div,
.proof-quote-tile {
  display: grid;
  gap: 0.65rem;
  align-content: end;
  padding: 1.05rem;
}

.proof-wall-feature h3,
.proof-quote-tile p,
.proof-quote-tile strong {
  margin: 0;
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(1.9rem, 4.8vw, 4.2rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.proof-wall-feature p:not(.eyebrow),
.proof-quote-tile span {
  margin: 0;
  color: rgba(235, 240, 255, 0.7);
}

.proof-quote-tile {
  min-height: 14rem;
  background:
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.14), transparent 34%),
    rgba(9, 13, 28, 0.88);
}

.proof-quote-ticket {
  border-color: rgba(255, 202, 109, 0.2);
  background:
    radial-gradient(circle at top left, rgba(255, 202, 109, 0.16), transparent 36%),
    radial-gradient(circle at bottom right, rgba(124, 209, 255, 0.1), transparent 34%),
    rgba(9, 13, 28, 0.88);
}

.review-storm {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.review-marquee {
  overflow: hidden;
  border: 1px solid rgba(255, 48, 79, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.18), rgba(255, 202, 109, 0.1), rgba(124, 209, 255, 0.12)),
    rgba(4, 8, 20, 0.8);
  box-shadow:
    0 0 26px rgba(255, 48, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.review-marquee-track {
  display: flex;
  width: max-content;
  gap: 0.5rem;
  padding: 0.48rem;
  animation: reviewRail 26s linear infinite;
}

.review-marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.36rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  color: #fff8ee;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.review-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(0.65rem, 1.45vw, 1.15rem) clamp(0.8rem, 1.8vw, 1.35rem);
  align-items: center;
  min-height: auto;
  overflow: hidden;
  padding: clamp(1.15rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 34px 10px 30px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 22%),
    radial-gradient(circle at 8% 10%, rgba(255, 48, 79, 0.16), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255, 202, 109, 0.1), transparent 28%),
    radial-gradient(circle at 42% 92%, rgba(124, 209, 255, 0.1), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    rgba(3, 7, 18, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 38px rgba(0, 0, 0, 0.22);
}

.review-card {
  --r: -2deg;
  --s: 1;
  --offset: 0rem;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.38rem;
  align-content: center;
  grid-column: span 3;
  width: 100%;
  min-height: 0;
  overflow: visible;
  padding: clamp(0.28rem, 1vw, 0.62rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: none;
  transform: translateY(var(--offset)) rotate(var(--r)) scale(var(--s));
  transform-origin: center;
  transition:
    transform 220ms ease,
    filter 220ms ease,
    opacity 220ms ease;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: -0.65rem -0.9rem;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 202, 109, 0.14), transparent 64%);
  filter: blur(14px);
  opacity: 0;
  transition: opacity 220ms ease;
}

.review-card:nth-child(1) {
  --r: -4deg;
  --s: 1.11;
  --offset: 0.45rem;
  grid-column: 1 / span 5;
}

.review-card:nth-child(2) {
  --r: 2deg;
  --s: 0.98;
  --offset: -0.6rem;
  grid-column: 7 / span 3;
}

.review-card:nth-child(3) {
  --r: -1.5deg;
  --s: 1;
  --offset: 0.35rem;
  grid-column: 10 / span 3;
}

.review-card:nth-child(4) {
  --r: 3deg;
  --s: 1.18;
  --offset: -0.25rem;
  grid-column: 4 / span 6;
}

.review-card:nth-child(5) {
  --r: -3deg;
  --s: 0.98;
  --offset: -0.8rem;
  grid-column: 10 / span 2;
}

.review-card:nth-child(6) {
  --r: 4deg;
  --s: 0.98;
  --offset: 0.45rem;
  grid-column: 1 / span 3;
}

.review-card:nth-child(7) {
  --r: -1deg;
  --s: 1.07;
  --offset: 0.1rem;
  grid-column: 4 / span 4;
}

.review-card:nth-child(8) {
  --r: 2.5deg;
  --s: 1.02;
  --offset: -0.45rem;
  grid-column: 8 / span 4;
}

.review-card:nth-child(9) {
  --r: -4deg;
  --s: 1.2;
  --offset: -0.2rem;
  grid-column: 1 / span 4;
}

.review-card:nth-child(10) {
  --r: 2deg;
  --s: 1.05;
  --offset: 0.6rem;
  grid-column: 5 / span 4;
}

.review-card:nth-child(11) {
  --r: -2deg;
  --s: 0.98;
  --offset: -0.6rem;
  grid-column: 9 / span 3;
}

.review-card:nth-child(12) {
  --r: 3deg;
  --s: 0.98;
  --offset: 0.4rem;
  grid-column: 2 / span 3;
}

.review-card:nth-child(13) {
  --r: -3deg;
  --s: 1.16;
  --offset: -0.35rem;
  grid-column: 5 / span 5;
}

.review-card:nth-child(14) {
  --r: 2deg;
  --s: 0.98;
  --offset: 0.55rem;
  grid-column: 10 / span 3;
}

.review-card:nth-child(15) {
  --r: -1deg;
  --s: 1.15;
  --offset: 0.05rem;
  grid-column: 3 / span 8;
}

.review-card-loud,
.review-card-wide {
  grid-column: span 5;
}

.review-card:hover,
.review-card:focus-within {
  z-index: 6;
  filter:
    drop-shadow(0 0 16px rgba(255, 202, 109, 0.34))
    drop-shadow(0 0 24px rgba(255, 48, 79, 0.22));
  transform: translateY(calc(var(--offset) - 0.24rem)) rotate(var(--r)) scale(calc(var(--s) * 1.08));
}

.review-card:hover::before,
.review-card:focus-within::before {
  opacity: 1;
}

.review-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--cream);
  font-family: var(--sans);
  font-size: clamp(1rem, 1.5vw, 1.55rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow:
    0 0 18px rgba(255, 202, 109, 0.08),
    0 6px 18px rgba(0, 0, 0, 0.34);
}

.review-card strong {
  position: relative;
  z-index: 1;
  display: block;
  width: fit-content;
  margin-top: 0.12rem;
  color: rgba(235, 240, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.2rem);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.review-card:hover strong,
.review-card:focus-within strong {
  color: #ffe2b8;
  opacity: 1;
  transform: translateY(0);
}

.review-stars {
  position: relative;
  z-index: 1;
  width: fit-content;
  color: #ffd36f;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 14px rgba(255, 202, 109, 0.24),
    0 0 24px rgba(255, 48, 79, 0.08);
}

.review-card-loud {
  --s: 1.03;
}

.review-card-loud p,
.review-card-wide p {
  font-size: clamp(1.35rem, 2.55vw, 3.05rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.review-card:nth-child(4) p,
.review-card:nth-child(9) p,
.review-card:nth-child(13) p {
  font-size: clamp(1.2rem, 2.05vw, 2.35rem);
  line-height: 0.98;
}

.review-card-red p {
  color: #ffede4;
  text-shadow:
    0 0 18px rgba(255, 48, 79, 0.2),
    0 8px 18px rgba(0, 0, 0, 0.34);
}

.review-card-cyan p {
  color: #e8fbff;
  text-shadow:
    0 0 18px rgba(124, 209, 255, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.34);
}

.review-card-gold p {
  color: #ffe4a8;
  text-shadow:
    0 0 18px rgba(255, 202, 109, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.34);
}

.review-card-wide {
  max-width: none;
}

@keyframes reviewRail {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes reviewFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -0.18rem;
  }
}

@keyframes heroQuoteFade {
  0%,
  8% {
    opacity: 0;
    transform: translateY(0.45rem) scale(0.985);
  }

  13%,
  30% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  36%,
  100% {
    opacity: 0;
    transform: translateY(-0.32rem) scale(1.01);
  }
}

.campaign-hero {
  display: grid;
  gap: 1rem;
  background:
    radial-gradient(circle at 0 0, rgba(255, 48, 79, 0.18), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(124, 209, 255, 0.16), transparent 30%),
    rgba(5, 10, 24, 0.92);
}

.campaign-video {
  position: relative;
  overflow: hidden;
  min-height: 19rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 32px 12px 28px 14px;
  background: rgba(0, 0, 0, 0.28);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.campaign-video iframe {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  display: block;
  border: 0;
}

.campaign-video span {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 10, 24, 0.74);
  color: rgba(255, 248, 238, 0.82);
  font-size: 0.78rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.campaign-copy {
  display: grid;
  align-content: center;
  gap: 0.95rem;
  padding: 0.4rem;
}

.campaign-copy h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.campaign-copy p:not(.eyebrow) {
  max-width: 43rem;
  margin: 0;
  color: rgba(235, 240, 255, 0.76);
}

.campaign-points,
.campaign-stop-grid {
  display: grid;
  gap: 0.7rem;
}

.campaign-points span {
  width: fit-content;
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.12), rgba(124, 209, 255, 0.06)),
    rgba(255, 255, 255, 0.035);
  color: rgba(255, 248, 238, 0.86);
  font-size: 0.84rem;
  font-weight: 850;
}

.campaign-stop-grid a {
  display: grid;
  gap: 0.35rem;
  min-height: 10rem;
  align-content: end;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px 10px 24px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.12), transparent 34%),
    rgba(8, 13, 32, 0.86);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.campaign-stop-grid a:hover,
.campaign-stop-grid a:focus-visible {
  border-color: rgba(255, 48, 79, 0.28);
  transform: translateY(-2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.18), transparent 34%),
    rgba(8, 13, 32, 0.92);
}

.campaign-stop-grid span {
  color: rgba(255, 213, 146, 0.88);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.campaign-stop-grid strong {
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.campaign-stop-grid small {
  color: rgba(235, 240, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-visual-band {
  display: grid;
  gap: 0.9rem;
}

.booking-visual-card {
  min-height: 13rem;
}

.booking-visual-card-poster img {
  object-fit: contain;
  padding: 0.8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 28, 0.94);
}

.tour-seasons {
  gap: 1.35rem;
}

.tour-season {
  display: grid;
  gap: 1rem;
}

.tour-season-summer {
  gap: 0.8rem;
}

.tour-season + .tour-season {
  margin-top: 0.25rem;
}

.tour-season-heading {
  max-width: 44rem;
}

.tour-season-summer .tour-season-heading {
  max-width: 36rem;
  padding: 0.85rem 1rem 0.95rem;
  border: 1px solid rgba(255, 198, 120, 0.16);
  border-radius: 24px 10px 20px 10px;
  background:
    linear-gradient(135deg, rgba(255, 173, 93, 0.12), rgba(255, 71, 71, 0.08) 44%, rgba(124, 209, 255, 0.06)),
    rgba(8, 12, 30, 0.92);
}

.tour-season-heading h3 {
  margin: 0.3rem 0 0.5rem;
  font-family: var(--heading);
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: none;
}

.tour-season-heading p:last-child {
  margin: 0;
  color: var(--muted);
}

.tour-season-summer .tour-list {
  gap: 0.72rem;
}

.tour-season-summer .tour-item {
  gap: 0.8rem;
  padding: 0.85rem 0.95rem 0.9rem;
  border-radius: 24px 10px 18px 10px;
  border-color: rgba(255, 198, 120, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 20%),
    radial-gradient(circle at 14% 20%, rgba(255, 213, 140, 0.12), transparent 18%),
    radial-gradient(circle at top right, rgba(255, 124, 54, 0.12), transparent 24%),
    rgba(9, 13, 28, 0.92);
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.2),
    0 0 18px rgba(255, 124, 54, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tour-season-summer .tour-item::before {
  width: 5rem;
  background: linear-gradient(90deg, #ffcf7a, #ff8a3b, transparent);
}

.tour-season-summer .tour-date-block {
  padding: 0.58rem 0.72rem;
  border-radius: 18px 10px 16px 10px;
}

.tour-season-summer .tour-day {
  font-size: 1.95rem;
}

.tour-season-summer .tour-main h3 {
  font-size: clamp(1.16rem, 2.4vw, 1.45rem);
}

.tour-season-summer .tour-city-line {
  font-size: 0.9rem;
}

.page-home .booking-section,
.page-booking .booking-section {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 118, 76, 0.2);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 88, 67, 0.18), transparent 20%),
    radial-gradient(circle at 86% 14%, rgba(124, 209, 255, 0.08), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 196, 124, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 16%),
    linear-gradient(145deg, rgba(50, 10, 12, 0.92), rgba(14, 16, 36, 0.98) 54%, rgba(9, 12, 28, 0.98));
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(255, 71, 71, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.page-home .booking-section::before,
.page-booking .booking-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 84%);
  opacity: 0.26;
  pointer-events: none;
}

.page-home .booking-section > *,
.page-booking .booking-section > * {
  position: relative;
  z-index: 1;
}

.info-card,
.resource-highlight,
.workflow-card,
.booking-story,
.booking-form-card,
.access-panel,
.access-status,
.fact-card,
.ticket-card {
  padding: 1.25rem;
}

.info-card h3,
.media-card h3,
.resource-highlight h3,
.workflow-card h3,
.resource-card h3,
.booking-story h3,
.booking-form-card h3,
.access-panel h1,
.access-status h2,
.ticket-card h3 {
  margin: 0 0 0.4rem;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1.06;
  letter-spacing: -0.01em;
  text-transform: none;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.booking-story,
.booking-form-card,
.access-panel,
.access-status,
.fact-card,
.ticket-card,
.member-strip {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.12), transparent 26%),
    radial-gradient(circle at 80% 18%, rgba(124, 209, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 48, 79, 0.14), transparent 30%),
    var(--panel-strong);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    0 0 20px rgba(255, 42, 42, 0.06),
    0 0 18px rgba(124, 209, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.info-card > *,
.media-card > *:not(.card-label),
.resource-highlight > *,
.workflow-card > *,
.resource-card > *,
.booking-story > *,
.booking-form-card > *:not(.card-label),
.access-panel > *,
.access-status > *,
.fact-card > *,
.ticket-card > *,
.member-strip > * {
  position: relative;
  z-index: 1;
}

.member-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding: 1rem 1.1rem;
}

.member-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.14), rgba(255, 81, 207, 0.08)),
    rgba(255, 255, 255, 0.03);
  color: var(--cream);
  letter-spacing: 0.03em;
}

.member-profile-section {
  position: relative;
  overflow: hidden;
  margin-top: 0.75rem;
  padding: clamp(0.85rem, 2vw, 1.18rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px 12px 30px 14px;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 42, 42, 0.18), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(124, 209, 255, 0.12), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 14px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 28%),
    rgba(5, 10, 24, 0.78);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(255, 42, 42, 0.07),
    0 0 24px rgba(124, 209, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  scroll-margin-top: 7rem;
}

.member-profile-section::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0;
  width: min(30rem, 48%);
  height: 2px;
  background: linear-gradient(90deg, #ff2a2a, #ffd36f, #7cd1ff, transparent);
  opacity: 0.9;
}

.member-profile-section::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -4rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 42, 42, 0.16), transparent 64%);
  filter: blur(4px);
  pointer-events: none;
}

.member-profile-section > * {
  position: relative;
  z-index: 1;
}

.member-profile-heading {
  display: grid;
  gap: 0.42rem;
  max-width: 58rem;
  margin-bottom: 0.78rem;
}

.member-profile-heading h2,
.member-profile-heading p {
  margin: 0;
}

.member-profile-heading h2 {
  max-width: 14ch;
  font-family: var(--heading);
  font-size: clamp(2.35rem, 6vw, 4.65rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.member-profile-heading p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.member-showcase {
  display: grid;
  gap: 1rem;
}

.member-simple-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13.5rem), 1fr));
  gap: 0.72rem;
}

.member-simple-card {
  position: relative;
  overflow: hidden;
  display: grid;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px 8px 18px 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.12), transparent 34%),
    rgba(7, 12, 29, 0.9);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.member-simple-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 42, 0.88), rgba(124, 209, 255, 0.72), transparent);
}

.member-simple-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(1.08) contrast(1.06) brightness(0.92);
}

.member-simple-copy {
  display: grid;
  gap: 0.44rem;
  align-content: start;
  padding: 0.9rem;
}

.member-simple-copy h3,
.member-simple-copy p {
  margin: 0;
}

.member-simple-copy h3 {
  font-family: var(--heading);
  font-size: 1.66rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.member-simple-copy p {
  color: rgba(255, 249, 236, 0.9);
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.35;
}

.member-simple-copy span {
  width: fit-content;
  padding: 0.32rem 0.62rem;
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.16), rgba(255, 202, 109, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #ffdf9c;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-thumb-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(5.9rem, 1fr);
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.15rem 0.1rem 0.45rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.member-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px 8px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 48%),
    rgba(6, 12, 28, 0.78);
  color: var(--cream);
  cursor: pointer;
  scroll-snap-align: start;
  text-align: left;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.member-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 211, 111, 0.22), transparent 30%),
    linear-gradient(315deg, rgba(255, 42, 42, 0.18), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.member-thumb:hover,
.member-thumb:focus-visible,
.member-thumb.is-active {
  border-color: rgba(255, 211, 111, 0.42);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 42, 42, 0.2), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), transparent 48%),
    rgba(8, 14, 30, 0.94);
  box-shadow:
    0 12px 26px rgba(0, 0, 0, 0.24),
    0 0 18px rgba(255, 42, 42, 0.1);
  transform: translateY(-1px);
}

.member-thumb:hover::after,
.member-thumb:focus-visible::after,
.member-thumb.is-active::after {
  opacity: 1;
}

.member-thumb img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(1.08) contrast(1.06) brightness(0.94);
}

.member-spotlight {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  padding: clamp(0.75rem, 1.8vw, 1rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px 10px 26px 12px;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 42, 42, 0.18), transparent 34%),
    radial-gradient(circle at 84% 0%, rgba(124, 209, 255, 0.13), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(3, 8, 20, 0.86);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.member-spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 18px);
  opacity: 0.5;
  pointer-events: none;
}

.member-spotlight > * {
  position: relative;
  z-index: 1;
}

.member-spotlight-media {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px 8px 22px 10px;
  background: rgba(0, 0, 0, 0.28);
}

.member-spotlight-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(19rem, 34vw, 31rem);
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(1.08) contrast(1.08) brightness(0.92);
}

.member-spotlight-media figcaption {
  position: absolute;
  left: 0.78rem;
  right: auto;
  bottom: 0.78rem;
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.65rem 0.76rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 7px 18px 7px;
  background: rgba(4, 8, 18, 0.78);
  backdrop-filter: blur(14px);
}

.member-spotlight-media figcaption span {
  color: #ffd36f;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.member-spotlight-copy {
  display: grid;
  align-content: center;
  gap: 0.9rem;
}

.member-spotlight-copy h3,
.member-spotlight-copy p,
.member-quick-panel h4 {
  margin: 0;
}

.member-spotlight-copy h3 {
  font-family: var(--heading);
  font-size: clamp(2.2rem, 6.2vw, 5.2rem);
  line-height: 0.86;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.member-spotlight-copy p {
  max-width: 66ch;
  color: rgba(235, 240, 255, 0.76);
  font-size: 1.04rem;
  line-height: 1.65;
}

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

.member-fact-card {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  padding: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px 8px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.1), transparent 55%),
    rgba(255, 255, 255, 0.035);
}

.member-fact-card span {
  color: rgba(255, 211, 111, 0.92);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.member-fact-card strong {
  color: rgba(255, 249, 236, 0.92);
  font-size: 0.93rem;
  line-height: 1.35;
}

.member-fact-card-wide {
  grid-column: 1 / -1;
}

.member-quick-panel {
  display: grid;
  gap: 0.75rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px 9px 22px 9px;
  background:
    radial-gradient(circle at top left, rgba(124, 209, 255, 0.12), transparent 42%),
    rgba(0, 0, 0, 0.16);
}

.member-quick-panel h4 {
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.member-quick-panel ol {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0 0 0 1.35rem;
  color: rgba(235, 240, 255, 0.76);
}

.member-quick-panel li::marker {
  color: #ff2a2a;
  font-weight: 950;
}

.member-profile-grid {
  display: grid;
  gap: 1rem;
}

.member-profile-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px 10px 24px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.12), transparent 34%),
    rgba(7, 12, 29, 0.9);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.member-profile-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 42, 42, 0.88), rgba(124, 209, 255, 0.72), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.member-profile-card:hover::after,
.member-profile-card:focus-within::after {
  opacity: 1;
}

.member-profile-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(1.08) contrast(1.06) brightness(0.92);
}

.member-profile-featured img {
  aspect-ratio: 16 / 10;
  object-position: center 24%;
}

.member-profile-copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding: 1rem;
}

.member-role {
  width: fit-content;
  padding: 0.34rem 0.68rem;
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.16), rgba(255, 202, 109, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #ffdf9c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.member-profile-copy h3,
.member-profile-copy p {
  margin: 0;
}

.member-profile-copy h3 {
  font-family: var(--heading);
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.member-profile-copy p {
  color: rgba(235, 240, 255, 0.72);
  line-height: 1.58;
}

.member-profile-card details {
  margin-top: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px 8px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 48%),
    rgba(0, 0, 0, 0.14);
}

.member-profile-card summary {
  cursor: pointer;
  padding: 0.78rem 0.9rem;
  color: var(--cream);
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.member-profile-card summary::marker {
  color: #ff2a2a;
}

.member-profile-card ol {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0 1rem 1rem 2rem;
  color: rgba(235, 240, 255, 0.75);
}

.member-profile-card li::marker {
  color: #ffd36f;
  font-weight: 900;
}

@media (min-width: 720px) {
  .member-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  .member-simple-copy h3 {
    font-size: 1.78rem;
  }

  .member-spotlight {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  .member-thumb-row {
    grid-auto-columns: minmax(6.8rem, 1fr);
  }
}

@media (min-width: 1024px) {
  .member-profile-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .member-profile-featured {
    grid-column: span 2;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }

  .member-profile-featured img {
    height: 100%;
    min-height: 22rem;
    aspect-ratio: auto;
  }
}

@media (max-width: 720px) {
  .member-thumb-row {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 0.48rem;
    padding-bottom: 0.12rem;
    scroll-snap-type: none;
  }

  .member-thumb {
    min-height: 0;
    aspect-ratio: 1;
  }
}

@media (max-width: 540px) {
  .member-profile-section {
    padding: 0.85rem;
    border-radius: 26px 10px 24px 10px;
  }

  .member-profile-heading h2 {
    max-width: 12ch;
  }

  .member-thumb-row {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    gap: 0.42rem;
    padding-bottom: 0.1rem;
    scroll-snap-type: none;
  }

  .member-thumb {
    border-radius: 14px 6px 14px 6px;
  }

  .member-spotlight {
    padding: 0.65rem;
  }

  .member-spotlight-media img {
    min-height: 18rem;
  }

  .member-fact-grid {
    grid-template-columns: 1fr;
  }

  .member-spotlight-copy h3 {
    font-size: clamp(2rem, 14vw, 3.2rem);
  }

  .member-role {
    font-size: 0.66rem;
    letter-spacing: 0.07em;
  }

  .member-profile-card img {
    aspect-ratio: 5 / 4;
  }
}

.media-layout {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page-organizers .media-layout {
  align-items: start;
}

.page-organizers .media-card-video {
  display: grid;
  gap: 0.7rem;
  padding: 0.8rem;
}

.page-organizers .media-card-video video {
  height: clamp(13.5rem, 54vw, 19rem);
  margin-top: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.08), transparent 28%),
    rgba(4, 8, 20, 0.96);
  object-fit: contain;
}

.page-organizers .media-card-video p {
  margin: 0;
  font-size: 0.92rem;
}

.page-organizers .media-card-audio {
  max-width: 42rem;
}

.video-picks {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.video-pick-card {
  display: grid;
  gap: 0;
}

.video-pick-player {
  position: relative;
  overflow: hidden;
  min-height: 12rem;
  aspect-ratio: 16 / 9;
  border-radius: calc(var(--radius-md) - 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(7, 11, 24, 0.94);
}

.video-pick-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-pick-player video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
}

.video-pick-card .resource-card-media {
  min-height: 12rem;
}

.video-pick-card .resource-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-pick-card .resource-card-copy {
  display: grid;
  gap: 0.8rem;
}

.video-pick-card-channel .resource-card-media {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.video-viewer {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: clamp(0.7rem, 1.5vw, 1rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 48, 40, 0.18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(0, 208, 255, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(5, 9, 22, 0.94);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.video-viewer-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: calc(var(--radius-lg) - 0.35rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
    rgba(2, 5, 13, 0.96);
}

.video-viewer-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 48, 40, 0.12), transparent 18%, transparent 82%, rgba(0, 208, 255, 0.1)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
}

.video-viewer-stage video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #02040c;
}

.video-viewer-info {
  display: grid;
  gap: 0.35rem;
  padding: 0.15rem 0.2rem 0;
}

.video-viewer-info h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.6rem);
  letter-spacing: -0.05em;
}

.video-viewer-info p {
  max-width: 58rem;
  margin: 0;
}

.video-viewer-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(9.5rem, 12rem);
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.15rem 0.1rem 0.35rem;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}

.video-thumb {
  position: relative;
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.38rem;
  color: var(--paper);
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  cursor: pointer;
  scroll-snap-align: start;
  transition:
    transform var(--transition-fast),
    border-color var(--transition-fast),
    background var(--transition-fast),
    box-shadow var(--transition-fast);
}

.video-thumb::before {
  content: "▶";
  position: absolute;
  left: 0.74rem;
  top: 0.74rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 1.78rem;
  height: 1.78rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.18), transparent 52%),
    rgba(4, 8, 20, 0.74);
  color: #fff6e8;
  font-size: 0.66rem;
  line-height: 1;
  box-shadow:
    0 0 16px rgba(255, 42, 42, 0.18),
    0 0 14px rgba(124, 209, 255, 0.12);
  backdrop-filter: blur(10px);
}

.video-thumb:hover,
.video-thumb:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 49, 38, 0.55);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 0 28px rgba(255, 49, 38, 0.16);
}

.video-thumb.is-active {
  border-color: rgba(255, 49, 38, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 49, 38, 0.24), rgba(0, 208, 255, 0.08)),
    rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 1px rgba(255, 49, 38, 0.2), 0 0 34px rgba(255, 49, 38, 0.24);
}

.video-thumb img,
.video-thumb video {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 0.72rem;
  background: #02040c;
  object-fit: cover;
  filter: brightness(1.18) contrast(1.1) saturate(1.14);
  pointer-events: none;
}

.video-thumb span {
  overflow: hidden;
  padding: 0 0.1rem 0.1rem;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.booking-layout {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.booking-story,
.booking-form-card,
.ticket-card {
  display: grid;
  gap: 1rem;
}

.booking-story,
.booking-form-card {
  align-content: start;
  height: 100%;
}

.page-home .booking-story,
.page-booking .booking-story {
  border-color: rgba(255, 186, 134, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 20%),
    radial-gradient(circle at top left, rgba(255, 196, 124, 0.14), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(255, 84, 84, 0.12), transparent 26%),
    linear-gradient(155deg, rgba(48, 12, 14, 0.9), rgba(15, 15, 34, 0.96));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 28px rgba(255, 120, 84, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.page-home .booking-form-card,
.page-booking .booking-form-card {
  border-color: rgba(255, 104, 95, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at top right, rgba(255, 82, 82, 0.2), transparent 22%),
    radial-gradient(circle at 10% 100%, rgba(255, 153, 92, 0.16), transparent 24%),
    linear-gradient(155deg, rgba(71, 12, 18, 0.96), rgba(22, 15, 36, 0.98) 52%, rgba(10, 14, 33, 0.98));
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 71, 71, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-home .booking-form-card .card-label,
.page-booking .booking-form-card .card-label {
  background:
    linear-gradient(135deg, rgba(255, 88, 67, 0.32), rgba(255, 38, 38, 0.24)),
    rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 194, 141, 0.22);
  box-shadow:
    0 0 22px rgba(255, 71, 71, 0.14),
    0 0 16px rgba(255, 186, 134, 0.1);
}

.card-with-label {
  padding-top: 4.2rem;
}

.booking-points {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.booking-inline-note {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 34%),
    rgba(8, 13, 32, 0.72);
  color: var(--cream);
}

.booking-hook {
  display: grid;
  gap: 0.7rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 197, 115, 0.16);
  border-radius: 22px 12px 18px 12px;
  background:
    linear-gradient(135deg, rgba(255, 145, 62, 0.12), rgba(240, 28, 39, 0.08) 48%, rgba(124, 209, 255, 0.06)),
    rgba(8, 13, 31, 0.82);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.18),
    0 0 20px rgba(255, 145, 62, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.booking-hook h4,
.booking-hook p {
  margin: 0;
}

.booking-hook h4 {
  max-width: 28ch;
  font-size: clamp(1.35rem, 3vw, 1.72rem);
  line-height: 1.08;
}

.booking-hook-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.booking-hook-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 30, 0.72);
  color: var(--cream);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.booking-points li + li {
  margin-top: 0.45rem;
}

.booking-quote-grid {
  display: grid;
  gap: 0.75rem;
}

.booking-quote-card {
  display: grid;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid rgba(255, 224, 186, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.12), rgba(124, 209, 255, 0.06)),
    rgba(8, 13, 32, 0.72);
}

.booking-quote-card p {
  margin: 0;
  color: var(--cream);
  font-weight: 750;
  line-height: 1.45;
}

.booking-quote-card span {
  color: rgba(235, 240, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-form-reviews {
  display: grid;
  gap: 0.8rem;
  margin-top: auto;
}

.booking-quote-grid-compact {
  gap: 0.65rem;
}

.booking-quote-grid-compact .booking-quote-card {
  padding: 0.85rem 0.9rem;
}

.booking-quote-grid-compact .booking-quote-card p {
  font-size: 0.92rem;
}

.fact-card {
  min-height: 8.25rem;
  display: grid;
  align-content: end;
}

.page-home .booking-facts .fact-card:nth-child(1),
.page-booking .booking-facts .fact-card:nth-child(1) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 99, 76, 0.18), transparent 24%),
    rgba(33, 13, 21, 0.92);
}

.page-home .booking-facts .fact-card:nth-child(2),
.page-booking .booking-facts .fact-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 190, 126, 0.16), transparent 24%),
    rgba(24, 14, 25, 0.92);
}

.page-home .booking-facts .fact-card:nth-child(3),
.page-booking .booking-facts .fact-card:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.14), transparent 24%),
    rgba(12, 16, 33, 0.92);
}

.page-home .booking-facts .fact-card:nth-child(4),
.page-booking .booking-facts .fact-card:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 121, 98, 0.14), transparent 24%),
    rgba(22, 12, 30, 0.92);
}

.fact-card strong {
  display: block;
  font-family: var(--serif);
  max-width: 10ch;
  font-size: clamp(1.4rem, 4.8vw, 1.7rem);
  line-height: 0.94;
  overflow-wrap: anywhere;
  hyphens: auto;
  color: var(--cream);
}

.booking-facts .fact-card strong {
  max-width: none;
  font-family: var(--sans);
  font-size: clamp(1.18rem, 2.4vw, 1.52rem);
  line-height: 1;
}

.fact-card span {
  color: var(--muted);
}

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

.ticket-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.ticket-meta {
  min-height: 3.2rem;
}

.ticket-note {
  margin: -0.2rem 0 0;
  color: rgba(248, 240, 220, 0.78);
}

.ticket-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.8rem;
  padding: 0.24rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.ticket-status.is-live {
  background: rgba(255, 48, 79, 0.16);
  color: #ffd8df;
}

.ticket-status.is-soon {
  background: rgba(255, 81, 207, 0.14);
  color: #ffd7f7;
}

.ticket-status.is-private {
  background: rgba(124, 209, 255, 0.12);
  color: #d3eeff;
}

.ticket-status.is-past {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 240, 220, 0.72);
}

.ticket-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
}

.ticket-placeholder {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.tour-list {
  display: grid;
  gap: 0.95rem;
}

.tour-item {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.95rem;
  padding: 1.05rem 1.1rem 1.1rem;
  border-radius: 28px 12px 24px 14px;
  border: 1px solid rgba(124, 209, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    radial-gradient(circle at 12% 18%, rgba(255, 213, 140, 0.08), transparent 18%),
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.12), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(124, 209, 255, 0.08), transparent 24%),
    rgba(7, 12, 28, 0.94);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(255, 42, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tour-item::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0;
  width: 6.5rem;
  height: 2px;
  background: linear-gradient(90deg, #ffcf7a, #f01c27, #7cd1ff, transparent);
  opacity: 0.88;
}

.tour-item::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 209, 255, 0.1), transparent 68%);
  pointer-events: none;
}

.tour-item > * {
  position: relative;
  z-index: 1;
}

.tour-item:hover,
.tour-item:focus-within {
  border-color: rgba(255, 120, 120, 0.22);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(255, 42, 42, 0.08),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.tour-date-block {
  display: inline-flex;
  align-items: flex-end;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px 10px 18px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(4, 9, 21, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

.tour-day {
  font-family: var(--accent-font);
  font-weight: 800;
  font-size: 2.3rem;
  line-height: 0.82;
  color: var(--cream);
  letter-spacing: 0.01em;
}

.tour-month,
.tour-year {
  display: inline-flex;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 223, 180, 0.78);
}

.tour-main {
  display: grid;
  gap: 0.42rem;
}

.tour-main-top {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  gap: 0.8rem;
}

.tour-main h3 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  line-height: 1.04;
  letter-spacing: -0.01em;
  text-transform: none;
}

.tour-city-line {
  margin: 0;
  color: #f7ebd9;
  font-size: 0.96rem;
}

.tour-helper {
  margin: 0;
  color: rgba(215, 228, 255, 0.76);
  font-size: 0.84rem;
}

.tour-item-actions {
  display: flex;
  align-items: flex-start;
}

.tour-action-stack {
  display: grid;
  gap: 0.55rem;
  width: 100%;
}

.tour-item-actions .ticket-status,
.tour-item-actions .button,
.tour-item-actions .ticket-placeholder {
  width: 100%;
  min-width: 12rem;
  justify-content: center;
}

.ticket-status.is-live {
  background: rgba(240, 28, 39, 0.16);
  color: #ffe0d8;
}

.ticket-status.is-soon {
  background: rgba(255, 202, 109, 0.14);
  color: #ffe7bf;
}

.ticket-status.is-private {
  background: rgba(124, 209, 255, 0.12);
  color: #d3eeff;
}

.ticket-status.is-past {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(248, 240, 220, 0.72);
}

.booking-form {
  display: grid;
  gap: 1rem;
}

.field-grid {
  display: grid;
  gap: 0.9rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  min-height: 3.15rem;
  padding: 0.95rem 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    rgba(0, 0, 0, 0.28);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 18px rgba(0, 0, 0, 0.12);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: none;
  border-color: rgba(124, 209, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%),
    rgba(6, 12, 28, 0.86);
  box-shadow:
    0 0 0 4px rgba(124, 209, 255, 0.08),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

.form-field input[type="date"] {
  color-scheme: dark;
}

.form-field select {
  appearance: none;
  cursor: pointer;
  background:
    linear-gradient(45deg, transparent 50%, rgba(246, 241, 232, 0.9) 50%) calc(100% - 1.2rem) 1.38rem / 0.42rem 0.42rem no-repeat,
    linear-gradient(135deg, rgba(246, 241, 232, 0.9) 50%, transparent 50%) calc(100% - 0.9rem) 1.38rem / 0.42rem 0.42rem no-repeat,
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%),
    rgba(0, 0, 0, 0.28);
  padding-right: 2.5rem;
}

.booking-date-field input[type="date"] {
  min-height: 3.9rem;
  padding: 1.1rem 1.15rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.booking-date-field input[type="date"]::-webkit-calendar-picker-indicator {
  transform: scale(1.35);
  cursor: pointer;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(183, 193, 223, 0.72);
}

.form-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.form-feedback,
.access-feedback {
  margin: 0;
  color: var(--muted);
}

.contact-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-inline a {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 81, 207, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.12), rgba(255, 81, 207, 0.08)),
    rgba(255, 255, 255, 0.03);
  color: var(--cream);
}

.form-feedback[data-state="success"],
.access-feedback[data-state="success"] {
  color: #bfe8ff;
}

.form-feedback[data-state="info"] {
  color: #ffd493;
}

.form-feedback[data-state="error"],
.access-feedback[data-state="error"] {
  color: #ff96a3;
}

.page-protected .site-shell,
.page-protected .mobile-dock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-protected.has-access .site-shell,
.page-protected.has-access .mobile-dock {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.access-gate {
  position: fixed;
  inset: 0;
  z-index: 35;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(2, 6, 17, 0.56), rgba(2, 6, 17, 0.84)),
    radial-gradient(circle at top, rgba(207, 36, 63, 0.18), transparent 32%);
  backdrop-filter: blur(16px);
}

.page-organizers .access-gate {
  background:
    linear-gradient(180deg, rgba(7, 10, 22, 0.54), rgba(7, 10, 22, 0.86)),
    radial-gradient(circle at top, rgba(255, 173, 96, 0.18), transparent 30%);
}

.page-portal .access-gate {
  background:
    linear-gradient(180deg, rgba(5, 8, 20, 0.56), rgba(5, 8, 20, 0.9)),
    radial-gradient(circle at top left, rgba(255, 48, 79, 0.2), transparent 30%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.12), transparent 28%);
}

.page-protected.has-access .access-gate {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.access-panel {
  width: min(100%, 34rem);
  padding: 1.4rem;
}

.access-panel h1 {
  font-family: var(--heading);
  font-weight: 800;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: none;
}

.access-form {
  display: grid;
  gap: 1rem;
}

.access-status {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.page-organizers .masthead {
  border-radius: 28px 14px 28px 14px;
  border-color: rgba(255, 194, 106, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 159, 85, 0.14), rgba(142, 216, 255, 0.08) 42%, transparent 74%),
    rgba(8, 14, 32, 0.9);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(255, 159, 85, 0.07),
    0 0 20px rgba(142, 216, 255, 0.05);
}

.page-organizers .brand-mark {
  border: 0;
  background: transparent;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 202, 109, 0.12);
}

.page-organizers .access-status {
  border-color: rgba(255, 194, 106, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 159, 85, 0.12), rgba(142, 216, 255, 0.06) 48%, transparent 78%),
    rgba(8, 14, 32, 0.88);
}

.page-organizers .hero-trust {
  max-width: 36rem;
}

.page-organizers .organizer-hero-card {
  display: grid;
  gap: 0;
  align-content: stretch;
  padding: 0.9rem;
}

.page-organizers .organizer-hero-card img {
  width: 100%;
  height: clamp(16rem, 28vw, 24rem);
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius-lg) - 8px) calc(var(--radius-lg) - 8px) 0 0;
  filter: saturate(1.08) contrast(1.08) brightness(0.96);
}

.page-organizers .organizer-hero-card .stage-card-copy {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 1rem 1.05rem;
  border-top: 1px solid rgba(255, 202, 109, 0.14);
  border-radius: 0 0 calc(var(--radius-lg) - 8px) calc(var(--radius-lg) - 8px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%),
    linear-gradient(135deg, rgba(255, 159, 85, 0.12), rgba(142, 216, 255, 0.08)),
    rgba(7, 11, 27, 0.72);
}

.page-organizers main {
  counter-reset: organizer-section;
}

.organizer-quick-map {
  display: grid;
  gap: 0.7rem;
  margin: 1.15rem 0 0.9rem;
}

.organizer-quick-map a {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  row-gap: 0.15rem;
  align-items: center;
  min-height: 5.4rem;
  padding: 0.9rem;
  color: var(--text);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px 10px 20px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.13), transparent 30%),
    rgba(7, 13, 30, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 28px rgba(0, 0, 0, 0.18);
}

.organizer-quick-map a:nth-child(2) {
  border-color: rgba(255, 207, 122, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 207, 122, 0.13), transparent 34%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.1), transparent 30%),
    rgba(7, 13, 30, 0.88);
}

.organizer-quick-map a:nth-child(3) {
  border-color: rgba(255, 49, 38, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 49, 38, 0.14), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.11), transparent 30%),
    rgba(8, 12, 29, 0.88);
}

.organizer-quick-map a:nth-child(4) {
  border-color: rgba(124, 209, 255, 0.2);
  background:
    linear-gradient(135deg, rgba(124, 209, 255, 0.13), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 207, 122, 0.1), transparent 30%),
    rgba(6, 14, 31, 0.88);
}

.organizer-quick-map a::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, #ffcf7a, #f01c27, #7cd1ff);
  transform: scaleX(0.18);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.organizer-quick-map a:hover::after,
.organizer-quick-map a:focus-visible::after {
  transform: scaleX(1);
}

.organizer-quick-map span {
  grid-row: 1 / span 2;
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  border-radius: 999px;
  color: var(--cream);
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  background:
    radial-gradient(circle at top, rgba(255, 207, 122, 0.42), transparent 58%),
    rgba(255, 42, 42, 0.24);
}

.organizer-quick-map strong {
  font-family: var(--heading);
  font-size: 1.02rem;
  line-height: 1.04;
}

.organizer-quick-map small {
  color: var(--muted);
  line-height: 1.35;
}

.page-organizers main > .section:not(.hero) {
  counter-increment: organizer-section;
  border-radius: 34px 12px 30px 14px;
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.042), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 42, 42, 0.1), transparent 26%),
    rgba(6, 11, 27, 0.9);
}

.page-organizers main > .section:not(.hero)::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.28rem;
  background: linear-gradient(180deg, #ffcf7a, #f01c27 52%, #7cd1ff);
  opacity: 0.78;
}

.page-organizers main > .section:not(.hero) .section-heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1rem;
  max-width: 62rem;
}

.page-organizers main > .section:not(.hero) .section-heading::before {
  content: counter(organizer-section, decimal-leading-zero);
  grid-row: 1 / span 3;
  display: inline-grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(255, 207, 122, 0.2);
  border-radius: 18px 8px 16px 8px;
  color: var(--cream);
  font-weight: 900;
  letter-spacing: 0.08em;
  background:
    radial-gradient(circle at top left, rgba(255, 207, 122, 0.28), transparent 56%),
    rgba(255, 42, 42, 0.16);
  box-shadow: 0 0 22px rgba(255, 42, 42, 0.1);
}

.page-organizers main > .section:not(.hero) .section-heading > * {
  grid-column: 2;
}

.page-organizers .organizer-download-section {
  background:
    radial-gradient(circle at top right, rgba(255, 207, 122, 0.13), transparent 25%),
    radial-gradient(circle at 12% 74%, rgba(124, 209, 255, 0.09), transparent 26%),
    rgba(7, 12, 29, 0.94);
}

.page-organizers .organizer-promo-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 42, 42, 0.16), transparent 25%),
    radial-gradient(circle at 84% 22%, rgba(255, 81, 207, 0.1), transparent 26%),
    rgba(7, 10, 25, 0.94);
}

.page-organizers .organizer-flow-section {
  border-color: rgba(255, 42, 42, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 42, 42, 0.16), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(255, 207, 122, 0.15), transparent 25%),
    radial-gradient(circle at 12% 88%, rgba(124, 209, 255, 0.08), transparent 28%),
    rgba(7, 10, 25, 0.94);
}

.page-organizers .organizer-hub-section {
  background:
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.13), transparent 24%),
    radial-gradient(circle at bottom left, rgba(255, 207, 122, 0.09), transparent 26%),
    rgba(6, 13, 28, 0.94);
}

.page-organizers .organizer-day-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 207, 122, 0.12), transparent 25%),
    radial-gradient(circle at 12% 86%, rgba(255, 42, 42, 0.11), transparent 26%),
    rgba(8, 12, 27, 0.94);
}

.page-organizers .organizer-followup-section,
.page-organizers .organizer-contact-section,
.page-organizers .organizer-faq-section {
  background:
    radial-gradient(circle at 80% 12%, rgba(124, 209, 255, 0.09), transparent 23%),
    radial-gradient(circle at 10% 84%, rgba(255, 42, 42, 0.09), transparent 25%),
    rgba(6, 11, 25, 0.92);
}

.page-portal .masthead {
  border-radius: 30px 12px 30px 14px;
  border-color: rgba(255, 48, 79, 0.2);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.18), rgba(255, 81, 207, 0.08) 38%, transparent 72%),
    radial-gradient(circle at 100% 0, rgba(124, 209, 255, 0.1), transparent 34%),
    rgba(5, 9, 23, 0.9);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(255, 48, 79, 0.08),
    0 0 20px rgba(124, 209, 255, 0.06);
}

.page-portal .brand-mark {
  border: 0;
  background: transparent;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 22px rgba(255, 202, 109, 0.12);
}

.portal-switch {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(255, 202, 109, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.16), rgba(255, 81, 207, 0.08), rgba(124, 209, 255, 0.09)),
    rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(255, 48, 79, 0.1),
    0 0 16px rgba(124, 209, 255, 0.06);
}

.page-portal .access-status {
  border-color: rgba(255, 48, 79, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.16), rgba(255, 81, 207, 0.07) 42%, rgba(124, 209, 255, 0.06) 72%, transparent),
    rgba(5, 9, 23, 0.9);
}

.media-card {
  padding: 1rem;
}

.media-card-visual {
  overflow: hidden;
  border-radius: calc(var(--radius-md) - 4px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 30, 0.92);
  aspect-ratio: 16 / 9;
}

.media-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.media-card:hover .media-card-visual img,
.media-card:focus-within .media-card-visual img {
  transform: scale(1.03);
}

.media-card-visual-live img {
  object-position: center 24%;
}

.media-card video,
.media-card audio {
  width: 100%;
  margin-top: 1rem;
  border-radius: calc(var(--radius-md) - 4px);
}

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

.page-home .gallery-grid .gallery-tile:nth-child(n + 7) {
  display: none;
}

.page-organizers .gallery-grid .gallery-tile:nth-child(n + 5) {
  display: none;
}

.gallery-tile {
  position: relative;
  min-height: 11rem;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(113, 213, 255, 0.12);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.gallery-tile:hover img,
.gallery-tile:focus-visible img {
  transform: scale(1.04);
}

.gallery-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(7, 4, 3, 0.82));
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.2rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 88, 105, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.12), rgba(255, 255, 255, 0.02)),
    rgba(255, 42, 42, 0.08);
  color: #ffd2d2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 0 12px rgba(255, 42, 42, 0.08);
  backdrop-filter: blur(10px);
}

.text-link {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--cream);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}

.bridge-panel {
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(113, 213, 255, 0.14), transparent 33%),
    linear-gradient(135deg, rgba(207, 36, 63, 0.34), rgba(10, 17, 42, 0.96));
}

.portal-hero {
  display: grid;
  gap: 1rem;
}

.page-portal .portal-hero {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 48, 79, 0.18);
  border-radius: 34px 14px 30px 16px;
  background:
    linear-gradient(145deg, rgba(255, 48, 79, 0.12), transparent 32%),
    radial-gradient(circle at 75% 12%, rgba(255, 81, 207, 0.18), transparent 28%),
    radial-gradient(circle at 88% 78%, rgba(124, 209, 255, 0.12), transparent 26%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    rgba(4, 8, 22, 0.92);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    0 0 34px rgba(255, 48, 79, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-portal .portal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 202, 109, 0.06), transparent 26%, transparent 74%, rgba(124, 209, 255, 0.05)),
    radial-gradient(circle at 18% 18%, rgba(255, 48, 79, 0.16), transparent 24%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.page-portal .portal-hero::after {
  content: "";
  position: absolute;
  inset: 0.75rem;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 26px 10px 24px 12px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 48, 79, 0.04),
    0 0 34px rgba(124, 209, 255, 0.06);
}

.page-portal .portal-hero > * {
  position: relative;
  z-index: 1;
}

.page-portal .task-section-hero {
  grid-template-columns: 1fr;
  gap: 1.1rem;
}

.team-hero-top {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.page-portal .task-section-hero .portal-intro {
  display: grid;
  gap: 0.45rem;
  max-width: 58rem;
  padding-right: 0;
}

.page-portal .task-section-hero .portal-intro h1 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
}

.page-portal .task-section-hero .lede {
  max-width: 58rem;
}

.team-hero-visual {
  position: relative;
  overflow: hidden;
  min-height: 15rem;
  margin: 0;
  border: 1px solid rgba(255, 202, 109, 0.16);
  border-radius: 28px 10px 24px 12px;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 48, 79, 0.16), transparent 28%),
    rgba(4, 8, 22, 0.82);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 24px rgba(255, 48, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.team-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(3, 6, 16, 0.78)),
    radial-gradient(circle at 88% 18%, rgba(255, 48, 79, 0.12), transparent 28%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 6px);
}

.team-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.06) brightness(0.95);
}

.team-hero-visual figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.9rem;
  z-index: 1;
  color: #fff2dd;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
  text-shadow:
    0 0 18px rgba(255, 48, 79, 0.2),
    0 8px 20px rgba(0, 0, 0, 0.42);
}

.team-quick-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.7rem;
}

.team-quick-grid-calm {
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
}

.team-quick-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.35rem;
  min-height: 8.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 22px 8px 19px 10px;
  color: var(--text);
  font: inherit;
  text-align: left;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), transparent 34%),
    rgba(3, 8, 22, 0.72);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.team-quick-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -50% 18%;
  height: 7rem;
  border-radius: 999px;
  background: var(--quick-glow, rgba(255, 48, 79, 0.16));
  filter: blur(28px);
  opacity: 0.75;
  transition: opacity 180ms ease, transform 180ms ease;
}

.team-quick-card:hover::after,
.team-quick-card:focus-visible::after {
  opacity: 1;
  transform: translateY(-0.35rem) scale(1.06);
}

.team-quick-card span,
.team-quick-card strong,
.team-quick-card small {
  position: relative;
  z-index: 1;
}

.team-quick-card span {
  width: fit-content;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  color: #ffe9c8;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.team-quick-card strong {
  color: var(--cream);
  font-size: clamp(1rem, 1.3vw, 1.28rem);
  line-height: 0.95;
}

.team-quick-card small {
  align-self: end;
  color: var(--muted);
  line-height: 1.25;
}

.team-quick-card-red {
  --quick-glow: rgba(255, 48, 79, 0.26);
  border-color: rgba(255, 48, 79, 0.22);
}

.team-quick-card-gold {
  --quick-glow: rgba(255, 202, 109, 0.23);
  border-color: rgba(255, 202, 109, 0.2);
}

.team-quick-card-cyan {
  --quick-glow: rgba(124, 209, 255, 0.22);
  border-color: rgba(124, 209, 255, 0.2);
}

.team-quick-card-magenta {
  --quick-glow: rgba(255, 81, 207, 0.22);
  border-color: rgba(255, 81, 207, 0.18);
}

.team-quick-card-green {
  --quick-glow: rgba(80, 232, 160, 0.22);
  border-color: rgba(80, 232, 160, 0.18);
}

.team-quick-card-blue {
  --quick-glow: rgba(74, 132, 255, 0.24);
  border-color: rgba(74, 132, 255, 0.2);
}

.page-portal .task-board-hero {
  position: relative;
  z-index: 1;
}

.team-command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.team-start-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
  align-items: start;
}

.team-command-panel,
.team-project-browser {
  display: grid;
  gap: 1rem;
  padding: clamp(0.8rem, 1.4vw, 1.1rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px 10px 24px 12px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 48, 79, 0.14), transparent 32%),
    radial-gradient(circle at 92% 16%, rgba(124, 209, 255, 0.09), transparent 30%),
    rgba(3, 8, 22, 0.72);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.team-command-panel-tasks {
  border-color: rgba(255, 48, 79, 0.18);
}

.team-project-browser {
  align-content: start;
  width: 100%;
  border-color: rgba(124, 209, 255, 0.14);
  background:
    radial-gradient(circle at 8% 0%, rgba(124, 209, 255, 0.12), transparent 32%),
    radial-gradient(circle at 92% 20%, rgba(255, 202, 109, 0.11), transparent 30%),
    rgba(4, 9, 24, 0.78);
}

.team-command-head,
.project-browser-card-top {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: start;
  flex-wrap: wrap;
}

.team-command-head h2,
.project-browser-card h3 {
  margin: 0.15rem 0 0;
}

.project-lane-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.project-lane-tabs button,
.project-modal-tabs button {
  min-height: 2.25rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(235, 240, 255, 0.72);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
}

.project-lane-tabs button.is-active,
.project-modal-tabs button.is-active {
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.24), rgba(124, 209, 255, 0.13)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 22px rgba(255, 48, 79, 0.1);
}

.project-browser-list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(11rem, 13rem);
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: thin;
}

.project-browser-chip {
  display: grid;
  gap: 0.22rem;
  min-height: 4.4rem;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.project-browser-chip strong,
.project-browser-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-browser-chip strong {
  color: var(--cream);
  font-size: 0.86rem;
}

.project-browser-chip span {
  color: var(--muted);
  font-size: 0.72rem;
}

.project-browser-chip.is-active {
  border-color: rgba(255, 48, 79, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.18), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.project-browser-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 24px 10px 20px 12px;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 48, 79, 0.1), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(2, 7, 20, 0.76);
}

.project-browser-card-red {
  border-color: rgba(255, 48, 79, 0.22);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 48, 79, 0.16), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(10, 6, 20, 0.78);
}

.project-browser-card-gold {
  border-color: rgba(255, 202, 109, 0.22);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 202, 109, 0.15), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(14, 10, 20, 0.78);
}

.project-browser-card-cyan {
  border-color: rgba(124, 209, 255, 0.2);
  background:
    radial-gradient(circle at 88% 8%, rgba(124, 209, 255, 0.15), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(4, 10, 24, 0.78);
}

.project-browser-card-magenta {
  border-color: rgba(255, 81, 207, 0.2);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 81, 207, 0.15), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(10, 5, 22, 0.78);
}

.project-browser-card-green {
  border-color: rgba(80, 232, 160, 0.2);
  background:
    radial-gradient(circle at 88% 8%, rgba(80, 232, 160, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 30%),
    rgba(4, 12, 22, 0.78);
}

.project-browser-card-empty {
  border-style: dashed;
}

.project-browser-card p {
  margin: 0;
  color: var(--muted);
}

.project-progress-track {
  overflow: hidden;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.project-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff302f, #ffca6d, #7cd1ff);
}

.project-linked-tasks {
  display: grid;
  gap: 0.2rem;
  color: var(--cream);
}

.project-linked-tasks small {
  color: var(--muted);
}

.team-command-grid .top-todo-panel,
.team-start-grid .top-todo-panel {
  margin-top: 0;
  align-content: start;
  align-self: stretch;
}

.team-command-now {
  border-color: rgba(255, 48, 79, 0.24);
  background:
    linear-gradient(150deg, rgba(255, 48, 79, 0.2), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(255, 202, 109, 0.17), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(124, 209, 255, 0.1), transparent 30%),
    rgba(5, 9, 24, 0.9);
}

.team-task-board-shell,
.content-bank-section {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: clamp(0.85rem, 1.5vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 28px 10px 24px 12px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 48, 79, 0.14), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(124, 209, 255, 0.09), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    rgba(3, 8, 22, 0.76);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.team-task-board-shell .team-command-head > span {
  color: rgba(248, 240, 220, 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-task-board-details summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.1rem 0.15rem;
  color: var(--cream);
  cursor: pointer;
  list-style: none;
}

.team-task-board-details summary::-webkit-details-marker {
  display: none;
}

.team-task-board-details summary span {
  font-family: var(--heading);
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1;
}

.team-task-board-details summary small {
  color: rgba(248, 240, 220, 0.68);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-task-board-details summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 950;
}

.team-task-board-details[open] summary::after {
  content: "-";
}

.team-task-board-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.content-bank-section {
  overflow: hidden;
  border-color: rgba(255, 202, 109, 0.15);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 202, 109, 0.14), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255, 48, 79, 0.12), transparent 30%),
    radial-gradient(circle at 50% 110%, rgba(124, 209, 255, 0.08), transparent 35%),
    rgba(4, 9, 24, 0.82);
}

.content-bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 0.9rem;
}

.content-bank-card {
  --bank-accent: #f01c27;
  display: grid;
  gap: 0.72rem;
  min-height: 18rem;
  padding: 1rem;
  border: 1px solid color-mix(in srgb, var(--bank-accent) 24%, rgba(255, 255, 255, 0.08));
  border-radius: 24px 10px 20px 12px;
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--bank-accent) 17%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 32%),
    rgba(5, 10, 25, 0.78);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.content-bank-card-red {
  --bank-accent: #f01c27;
}

.content-bank-card-cyan {
  --bank-accent: #7cd1ff;
}

.content-bank-card-gold {
  --bank-accent: #ffcf7a;
}

.content-bank-card-magenta {
  --bank-accent: #ff51cf;
}

.content-bank-card-green {
  --bank-accent: #50e8a0;
}

.content-bank-top,
.content-bank-next {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: space-between;
}

.content-bank-top small {
  color: rgba(248, 240, 220, 0.68);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.content-bank-card h3,
.content-bank-card p,
.content-bank-card ul {
  margin: 0;
}

.content-bank-card h3 {
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 0.98;
}

.content-bank-card p,
.content-bank-card li {
  color: var(--muted);
  line-height: 1.45;
}

.content-bank-card ul {
  display: grid;
  gap: 0.42rem;
  padding-left: 1rem;
}

.content-bank-card li::marker {
  color: var(--bank-accent);
}

.content-bank-next {
  align-self: end;
  align-items: start;
  flex-direction: column;
  padding-top: 0.72rem;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.content-bank-next span {
  color: color-mix(in srgb, var(--bank-accent) 72%, #fff);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.content-bank-next strong {
  color: var(--cream);
  font-size: 0.92rem;
  line-height: 1.25;
}

.project-browser-action-list {
  display: grid;
  gap: 0.55rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px 8px 16px 10px;
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.075), transparent 48%),
    rgba(0, 0, 0, 0.18);
}

.project-browser-action-list > strong {
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-browser-action-check,
.project-browser-action-static {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  padding: 0.62rem 0.66rem;
  border-radius: 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
}

.project-browser-action-check input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.16rem;
  accent-color: #ff302f;
}

.project-browser-action-check span,
.project-browser-action-static span {
  line-height: 1.34;
}

.project-browser-action-check small {
  display: block;
  margin-top: 0.1rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.project-browser-action-static i {
  display: grid;
  width: 1.32rem;
  height: 1.32rem;
  place-items: center;
  border-radius: 999px;
  color: #ffe9c8;
  background: rgba(255, 48, 79, 0.18);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
}

.project-browser-add-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.12), rgba(124, 209, 255, 0.06)),
    rgba(255, 255, 255, 0.035);
}

.project-browser-add-form input {
  min-width: 0;
  border: 0;
  color: var(--text);
  background: transparent;
  font: inherit;
  padding: 0.5rem 0.7rem;
}

.project-browser-add-form input:focus {
  outline: 0;
}

.project-browser-add-form button {
  display: grid;
  width: 2.15rem;
  height: 2.15rem;
  place-items: center;
  border: 1px solid rgba(255, 202, 109, 0.24);
  border-radius: 999px;
  color: #ffe9c8;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.34), rgba(255, 202, 109, 0.16)),
    rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 1.2rem;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
}

.team-work-board {
  align-items: start;
}

.team-work-board .task-column {
  min-height: 20rem;
}

.team-work-board .task-checklist {
  max-height: clamp(20rem, 54vh, 34rem);
  overflow: auto;
  padding-right: 0.16rem;
  scrollbar-width: thin;
}

.page-portal .focus-section {
  border-color: rgba(255, 48, 79, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 48, 79, 0.2), rgba(255, 81, 207, 0.06) 38%, transparent 74%),
    radial-gradient(circle at 88% 16%, rgba(255, 202, 109, 0.13), transparent 26%),
    radial-gradient(circle at 12% 88%, rgba(124, 209, 255, 0.08), transparent 28%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    rgba(8, 8, 22, 0.94);
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.32),
    0 0 34px rgba(255, 48, 79, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.insight-section {
  display: grid;
  gap: 1rem;
}

.insight-kpi-grid,
.insight-layout,
.goal-grid,
.compare-chart,
.ranked-bars,
.finance-bars,
.insight-notes {
  display: grid;
  gap: 1rem;
}

.insight-card {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.12), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(124, 209, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    rgba(8, 12, 30, 0.92);
}

.insight-card-heading {
  display: grid;
  gap: 0.35rem;
}

.insight-card-heading h3,
.metric-kpi-card h3 {
  margin: 0;
}

.metric-kpi-card {
  display: grid;
  gap: 0.45rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(145deg, rgba(255, 42, 42, 0.12), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(255, 42, 42, 0.06);
}

.metric-kpi-value {
  display: block;
  font-family: var(--accent-font);
  font-weight: 800;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 0.95;
  color: var(--cream);
  letter-spacing: 0.01em;
}

.metric-kpi-label {
  color: var(--text);
  font-weight: 700;
}

.metric-kpi-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.goal-grid {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.goal-card {
  --goal-tone: #7cd1ff;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 24%),
    rgba(6, 10, 24, 0.8);
}

.goal-card-red {
  --goal-tone: #ff5869;
}

.goal-card-cyan {
  --goal-tone: #7cd1ff;
}

.goal-card-gold {
  --goal-tone: #ffca6d;
}

.goal-ring {
  position: relative;
  width: 5.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: conic-gradient(var(--goal-tone) var(--goal-progress), rgba(255, 255, 255, 0.08) 0);
  box-shadow:
    0 0 24px color-mix(in srgb, var(--goal-tone) 22%, transparent),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.goal-ring::before {
  content: "";
  position: absolute;
  inset: 0.8rem;
  border-radius: 50%;
  background: rgba(6, 10, 24, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  z-index: 0;
}

.goal-percent {
  position: absolute;
  inset: 0.8rem;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--accent-font);
  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;
  color: var(--cream);
}

.goal-copy {
  display: grid;
  gap: 0.2rem;
}

.goal-copy h3,
.goal-copy p,
.goal-copy small,
.compare-heading h4 {
  margin: 0;
}

.goal-copy strong {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--cream);
}

.goal-copy p {
  color: var(--text);
}

.goal-copy small {
  color: var(--muted);
}

.compare-group {
  display: grid;
  gap: 0.8rem;
}

.compare-group-progress {
  gap: 0.6rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), transparent 24%),
    rgba(6, 10, 24, 0.72);
}

.compare-heading {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.compare-heading span {
  color: #50e8a0;
  font-weight: 800;
}

.compare-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: baseline;
  flex-wrap: wrap;
}

.compare-progress-meta strong,
.compare-progress-meta small {
  margin: 0;
}

.compare-progress-meta strong {
  font-family: var(--accent-font);
  font-size: 1rem;
  color: var(--cream);
}

.compare-progress-meta small {
  color: var(--muted);
}

.compare-row {
  display: grid;
  grid-template-columns: minmax(5.5rem, 6.5rem) minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
}

.compare-row span,
.compare-row strong,
.ranked-row-top span,
.finance-row-top span {
  font-size: 0.95rem;
}

.compare-track,
.ranked-track,
.finance-track {
  position: relative;
  overflow: hidden;
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.compare-fill,
.ranked-fill,
.finance-fill {
  height: 100%;
  border-radius: 999px;
}

.compare-fill {
  background: linear-gradient(90deg, #ff2a2a, #ff51cf, #7cd1ff);
}

.compare-fill-muted {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(124, 209, 255, 0.3));
}

.ranked-row,
.finance-row {
  display: grid;
  gap: 0.45rem;
}

.ranked-row-top,
.finance-row-top {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: baseline;
}

.ranked-fill {
  background: linear-gradient(90deg, #ff4040, #7cd1ff);
}

.ranked-row small,
.finance-row small {
  color: var(--muted);
}

.finance-fill-cyan {
  background: linear-gradient(90deg, #7cd1ff, #c6efff);
}

.finance-fill-green {
  background: linear-gradient(90deg, #1cbc7c, #50e8a0);
}

.finance-fill-gold {
  background: linear-gradient(90deg, #ff9842, #ffca6d);
}

.finance-fill-red {
  background: linear-gradient(90deg, #c43040, #ff5869);
}

.finance-fill-magenta {
  background: linear-gradient(90deg, #c74af1, #ff51cf);
}

.insight-notes {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.insight-notes li::marker {
  color: #ff5869;
}

.dashboard-section {
  display: grid;
  gap: 1rem;
}

.dashboard-grid {
  display: grid;
  gap: 1rem;
}

.dashboard-panel,
.dashboard-frame {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.dashboard-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.14), transparent 34%),
    radial-gradient(circle at bottom left, rgba(113, 213, 255, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(8, 14, 36, 0.96), rgba(6, 10, 24, 0.9));
}

.dashboard-frame {
  background:
    radial-gradient(circle at top left, rgba(255, 42, 42, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 20%),
    rgba(7, 11, 28, 0.9);
}

.dashboard-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.dashboard-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 88, 105, 0.28);
  background: rgba(255, 42, 42, 0.14);
  color: #ffe0e0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(255, 42, 42, 0.12);
}

.dashboard-chip-cyan {
  border-color: rgba(124, 209, 255, 0.24);
  background: rgba(124, 209, 255, 0.1);
  color: #dff3ff;
  box-shadow: 0 0 20px rgba(124, 209, 255, 0.1);
}

.dashboard-copy {
  display: grid;
  gap: 0.75rem;
}

.dashboard-copy h3,
.dashboard-copy p {
  margin: 0;
}

.dashboard-copy p {
  color: var(--muted);
}

.dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dashboard-actions .button {
  flex: 1 1 13rem;
  justify-content: center;
}

.dashboard-list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.dashboard-list li::marker {
  color: #ff5869;
}

.dashboard-frame-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.dashboard-frame-top .text-link {
  margin-top: 0;
}

.dashboard-window-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.dashboard-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  box-shadow: 0 0 14px currentColor;
}

.dashboard-dot-red {
  color: #ff3f57;
  background: #ff3f57;
}

.dashboard-dot-gold {
  color: #f2be3d;
  background: #f2be3d;
}

.dashboard-dot-cyan {
  color: #71d5ff;
  background: #71d5ff;
}

.dashboard-frame-title {
  color: rgba(248, 240, 220, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-embed-shell {
  display: flex;
  justify-content: center;
  padding: 0.9rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 16%),
    radial-gradient(circle at top, rgba(255, 42, 42, 0.1), transparent 36%),
    rgba(4, 8, 20, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(124, 209, 255, 0.04),
    0 18px 40px rgba(0, 0, 0, 0.28);
}

.dashboard-embed {
  display: block;
  width: 100%;
  max-width: 34rem;
  height: 78rem;
  border: 0;
  border-radius: 22px;
  background: #060810;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 24px 44px rgba(0, 0, 0, 0.42);
}

.overview-card {
  min-height: 8.4rem;
  display: grid;
  align-content: end;
}

.page-portal .overview-card {
  min-height: 8.7rem;
  border-color: rgba(255, 48, 79, 0.15);
  background:
    linear-gradient(145deg, rgba(255, 48, 79, 0.12), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.1), transparent 28%),
    rgba(5, 9, 24, 0.9);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 20px rgba(255, 48, 79, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.page-portal .overview-card:nth-child(2n) {
  background:
    linear-gradient(145deg, rgba(124, 209, 255, 0.11), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.1), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 48, 79, 0.11), transparent 28%),
    rgba(5, 9, 24, 0.9);
}

.overview-card-trigger {
  appearance: none;
  font: inherit;
  color: inherit;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.overview-card-trigger:hover,
.overview-card-trigger:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(124, 209, 255, 0.24);
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.28),
    0 0 26px rgba(255, 48, 79, 0.1),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.overview-label {
  color: var(--muted);
}

.top-todo-panel {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 48, 79, 0.17);
  border-radius: 26px 10px 22px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.052), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.1), transparent 28%),
    rgba(5, 9, 24, 0.88);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.26),
    0 0 24px rgba(255, 48, 79, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.top-todo-heading {
  display: flex;
  gap: 0.75rem;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-todo-heading h2 {
  margin: 0.15rem 0 0;
  font-family: var(--heading);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1;
}

.top-todo-heading .text-link {
  margin-top: 0;
  font-size: 0.86rem;
}

.text-link-button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.top-todo-items {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-todo-check {
  display: flex;
  gap: 0.72rem;
  align-items: flex-start;
  padding: 0.72rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.055), transparent 50%),
    rgba(2, 7, 20, 0.62);
}

.top-todo-check input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  width: 1.02rem;
  height: 1.02rem;
  accent-color: #ff302f;
}

.top-todo-check span {
  line-height: 1.42;
}

.task-owner-chip {
  display: flex;
  width: fit-content;
  margin-top: 0.28rem;
  padding: 0.18rem 0.46rem;
  border: 1px solid rgba(255, 202, 109, 0.16);
  border-radius: 999px;
  color: #ffe9c8;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.14), rgba(255, 202, 109, 0.08)),
    rgba(255, 255, 255, 0.035);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.top-todo-add-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.45rem;
  padding: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
}

.top-todo-add-form input {
  min-width: 0;
  border: 0;
  border-radius: 999px;
  color: var(--text);
  background: transparent;
  font: inherit;
  padding: 0.45rem 0.65rem;
}

.top-todo-add-form input:focus {
  outline: 0;
}

.top-todo-add-form button {
  border: 1px solid rgba(255, 202, 109, 0.2);
  border-radius: 999px;
  color: #ffe9c8;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.3), rgba(255, 202, 109, 0.12)),
    rgba(255, 255, 255, 0.05);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 950;
  cursor: pointer;
  padding: 0.45rem 0.72rem;
}

.top-todo-empty {
  margin: 0;
  color: var(--muted);
}

.portal-note {
  margin: 0.55rem 0 0;
  max-width: 48ch;
  color: var(--muted);
  font-size: 0.88rem;
}

.portal-note a {
  color: var(--text);
}

.portal-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.has-dashboard-modal {
  overflow: hidden;
}

.dashboard-modal[hidden] {
  display: none;
}

.dashboard-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.dashboard-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at top, rgba(255, 48, 79, 0.14), transparent 32%),
    radial-gradient(circle at 72% 18%, rgba(124, 209, 255, 0.11), transparent 30%),
    rgba(2, 6, 14, 0.76);
  backdrop-filter: blur(18px);
}

.dashboard-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(72rem, calc(100vw - 2rem));
  max-height: min(88vh, 58rem);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(255, 48, 79, 0.17);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 14%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.09), transparent 28%),
    rgba(5, 9, 24, 0.96);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(255, 48, 79, 0.09),
    0 0 20px rgba(124, 209, 255, 0.06);
}

.dashboard-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.dashboard-modal-header h2 {
  margin: 0.2rem 0 0;
}

.dashboard-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font-weight: 700;
  cursor: pointer;
}

.dashboard-modal-body {
  overflow: auto;
  padding-right: 0.2rem;
  display: grid;
  gap: 1.1rem;
}

.dashboard-modal-section {
  margin: 0;
  padding: 0;
}

.dashboard-modal-section + .dashboard-modal-section {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-modal-section .section-heading {
  margin-bottom: 0.8rem;
}

.dashboard-modal-section .section-heading p:last-child {
  max-width: none;
}

.dashboard-modal .reveal {
  animation: none;
  opacity: 1;
  transform: none;
}

.project-modal[hidden] {
  display: none;
}

.project-modal {
  position: fixed;
  inset: 0;
  z-index: 72;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.project-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 48, 79, 0.16), transparent 34%),
    radial-gradient(circle at 78% 18%, rgba(124, 209, 255, 0.13), transparent 32%),
    rgba(2, 6, 14, 0.78);
  backdrop-filter: blur(18px);
}

.project-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(62rem, calc(100vw - 2rem));
  max-height: min(88vh, 54rem);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 0.9rem;
  padding: clamp(0.9rem, 2vw, 1.25rem);
  border: 1px solid rgba(255, 48, 79, 0.2);
  border-radius: 30px 12px 26px 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 16%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.1), transparent 30%),
    rgba(5, 9, 24, 0.97);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.44),
    0 0 34px rgba(255, 48, 79, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.project-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.project-modal-header h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.project-modal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.project-modal-tabs button {
  padding: 0.35rem 0.8rem;
}

.project-modal-body {
  overflow: auto;
  display: grid;
  gap: 1rem;
  padding-right: 0.2rem;
}

.project-modal-hero,
.project-modal-section,
.project-modal-status-grid article,
.project-modal-check {
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px 8px 18px 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 30%),
    rgba(2, 7, 20, 0.72);
}

.project-modal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.project-modal-hero-red {
  border-color: rgba(255, 48, 79, 0.22);
}

.project-modal-hero-gold {
  border-color: rgba(255, 202, 109, 0.22);
}

.project-modal-hero-cyan {
  border-color: rgba(124, 209, 255, 0.2);
}

.project-modal-hero-magenta {
  border-color: rgba(255, 81, 207, 0.2);
}

.project-modal-hero-green {
  border-color: rgba(80, 232, 160, 0.2);
}

.project-modal-hero h3,
.project-modal-hero p,
.project-modal-section h3,
.project-modal-section p {
  margin: 0;
}

.project-modal-hero p,
.project-modal-section p {
  color: var(--muted);
}

.project-modal-progress {
  display: grid;
  place-items: center;
  min-width: 7rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 48, 79, 0.14), transparent 62%),
    rgba(255, 255, 255, 0.045);
}

.project-modal-progress span {
  font-family: var(--accent-font);
  font-size: 1.45rem;
  color: var(--cream);
}

.project-modal-progress small {
  color: var(--muted);
}

.project-modal-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.project-modal-control-grid article {
  display: grid;
  gap: 0.28rem;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 18px 8px 16px 10px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.08), transparent 46%),
    rgba(255, 255, 255, 0.04);
}

.project-modal-control-grid span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-modal-control-grid strong {
  color: var(--cream);
  line-height: 1.2;
}

.project-modal-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.project-modal-outcome-grid article {
  display: grid;
  gap: 0.32rem;
  min-height: 9.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 22px 8px 18px 10px;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 202, 109, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 42%),
    rgba(2, 7, 20, 0.78);
}

.project-modal-outcome-grid span {
  color: #ffca6d;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-modal-outcome-grid strong {
  color: var(--cream);
  font-size: 1rem;
}

.project-modal-outcome-grid p {
  margin: 0;
  color: var(--muted);
}

.project-modal-decision-section {
  border-color: rgba(255, 48, 79, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.12), transparent 48%),
    rgba(2, 7, 20, 0.72);
}

.project-modal-decision-list {
  display: grid;
  gap: 0.5rem;
}

.project-modal-decision-list span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.62rem;
  align-items: start;
  color: var(--text);
}

.project-modal-decision-list i {
  display: grid;
  width: 1.45rem;
  height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  color: #ffe9c8;
  background: rgba(255, 48, 79, 0.2);
  font-style: normal;
  font-weight: 950;
}

.project-modal-section {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
}

.project-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.project-modal-actions .priority-move-button.is-active {
  border-color: rgba(255, 202, 109, 0.28);
  background: rgba(255, 202, 109, 0.12);
  color: #ffe9c8;
}

.project-modal-section ul {
  display: grid;
  gap: 0.52rem;
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text);
}

.project-modal-section li::marker {
  color: #ffca6d;
}

.project-modal-status-grid {
  display: grid;
  gap: 0.8rem;
}

.project-modal-status-grid article {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
}

.project-modal-status-grid span {
  font-family: var(--accent-font);
  font-size: 2rem;
  color: var(--cream);
}

.project-modal-status-grid p {
  margin: 0;
  color: var(--muted);
}

.project-modal-checklist {
  display: grid;
  gap: 0.62rem;
}

.project-modal-subheading {
  margin-top: 0.3rem;
  color: #ffe9c8;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.project-modal-check {
  padding: 0.85rem;
}

.project-modal-check-custom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
}

.project-modal-check-custom label {
  display: flex;
  gap: 0.72rem;
  align-items: flex-start;
  min-width: 0;
}

.project-modal-check-custom input {
  flex: 0 0 auto;
  margin-top: 0.2rem;
  accent-color: #ff302f;
}

.project-modal-check small {
  display: block;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.76rem;
}

.project-modal-check.is-done span {
  color: var(--muted);
  text-decoration: line-through;
}

.project-modal-live-checks .button {
  justify-self: start;
}

.project-task-add-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  margin-top: 0.4rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px 8px 16px 10px;
  background:
    linear-gradient(135deg, rgba(124, 209, 255, 0.07), transparent 44%),
    rgba(0, 0, 0, 0.18);
}

.project-task-add-form input {
  min-width: 0;
  border: 0;
  border-radius: 12px;
  color: var(--text);
  background: transparent;
  font: inherit;
  padding: 0.58rem 0.7rem;
}

.project-task-add-form input:focus {
  outline: 0;
}

.project-task-add-form button,
.project-task-remove-button {
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 999px;
  color: #ffe9c8;
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.project-task-add-form button {
  padding: 0.52rem 0.82rem;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.28), rgba(255, 202, 109, 0.12)),
    rgba(255, 255, 255, 0.055);
}

.project-task-remove-button {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  color: rgba(255, 242, 221, 0.82);
}

.project-note-section {
  min-height: 24rem;
}

.project-note-field {
  display: grid;
  gap: 0.45rem;
}

.project-note-field span {
  color: var(--cream);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-note-field textarea {
  width: 100%;
  min-height: 16rem;
  resize: vertical;
  padding: 1rem;
  border: 1px solid rgba(255, 202, 109, 0.16);
  border-radius: 20px 8px 18px 10px;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 48, 79, 0.08), transparent 34%),
    rgba(0, 0, 0, 0.22);
  font: inherit;
  line-height: 1.5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.project-note-field textarea:focus {
  outline: 2px solid rgba(255, 202, 109, 0.28);
  outline-offset: 2px;
}

.project-note-hints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.project-note-hints span {
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(255, 242, 221, 0.78);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 900;
}

.page-portal .portal-intro h1 {
  max-width: 12ch;
  font-size: clamp(1.8rem, 3.3vw, 3rem);
  line-height: 0.94;
}

.toolbar {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-rail {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.65rem;
  overflow-x: auto;
  margin: 0 0 1rem;
  padding: 0.45rem 0.15rem 0.15rem;
  scrollbar-width: none;
}

.page-protected .section-rail:not(.section-rail-inline) {
  position: sticky;
  top: 6.2rem;
  z-index: 18;
  margin-bottom: 1.2rem;
  padding: 0.55rem 0.3rem 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.1), rgba(255, 81, 207, 0.08), rgba(124, 209, 255, 0.08)),
    rgba(5, 10, 24, 0.78);
  backdrop-filter: blur(16px);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(255, 42, 42, 0.06),
    0 0 18px rgba(124, 209, 255, 0.05);
}

.page-organizers .section-rail:not(.section-rail-inline) {
  border-color: rgba(255, 194, 106, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 159, 85, 0.1), rgba(255, 211, 128, 0.08), rgba(142, 216, 255, 0.08)),
    rgba(7, 13, 28, 0.82);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(255, 159, 85, 0.06),
    0 0 18px rgba(142, 216, 255, 0.05);
}

.page-portal .section-rail:not(.section-rail-inline) {
  top: 6.75rem;
  border-color: rgba(255, 48, 79, 0.15);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.12), rgba(255, 81, 207, 0.08), rgba(124, 209, 255, 0.09)),
    rgba(5, 10, 24, 0.84);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.24),
    0 0 22px rgba(255, 48, 79, 0.07),
    0 0 18px rgba(124, 209, 255, 0.05);
}

.section-rail::-webkit-scrollbar {
  display: none;
}

.section-rail-inline {
  margin-bottom: 1.1rem;
}

.section-rail a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.12), rgba(255, 166, 94, 0.06) 42%, rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.section-rail a:hover,
.section-rail a:focus-visible {
  border-color: rgba(124, 209, 255, 0.22);
  transform: translateY(-1px);
  box-shadow:
    0 0 20px rgba(255, 42, 42, 0.08),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.page-organizers .section-rail a {
  background:
    linear-gradient(135deg, rgba(255, 159, 85, 0.12), rgba(255, 213, 141, 0.06) 42%, rgba(142, 216, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
}

.page-organizers .section-rail a:hover,
.page-organizers .section-rail a:focus-visible,
.page-organizers .section-rail a.is-current {
  border-color: rgba(255, 194, 106, 0.2);
  box-shadow:
    0 0 20px rgba(255, 159, 85, 0.08),
    0 0 18px rgba(142, 216, 255, 0.08);
}

.page-portal .section-rail a {
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.13), rgba(255, 81, 207, 0.06) 42%, rgba(124, 209, 255, 0.09)),
    rgba(255, 255, 255, 0.04);
}

.page-portal .section-rail a:hover,
.page-portal .section-rail a:focus-visible,
.page-portal .section-rail a.is-current {
  border-color: rgba(255, 48, 79, 0.24);
  box-shadow:
    0 0 20px rgba(255, 48, 79, 0.1),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.section-rail a.is-current,
.mobile-dock a.is-current {
  border-color: rgba(124, 209, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.22), rgba(255, 81, 207, 0.12), rgba(124, 209, 255, 0.18)),
    rgba(255, 255, 255, 0.07);
  color: var(--text);
  box-shadow:
    0 0 24px rgba(255, 42, 42, 0.12),
    0 0 20px rgba(124, 209, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.page-organizers .mobile-dock a.is-current {
  border-color: rgba(255, 194, 106, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 159, 85, 0.22), rgba(255, 213, 141, 0.12), rgba(142, 216, 255, 0.18)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 24px rgba(255, 159, 85, 0.12),
    0 0 20px rgba(142, 216, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.page-portal .mobile-dock a.is-current {
  border-color: rgba(255, 48, 79, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.24), rgba(255, 81, 207, 0.1), rgba(124, 209, 255, 0.18)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 24px rgba(255, 48, 79, 0.13),
    0 0 20px rgba(124, 209, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.mini-kpi-grid,
.portal-hub-grid,
.contact-grid,
.qa-grid,
.priority-grid,
.task-board,
.procurement-grid,
.focus-list,
.timeline-stack,
.checklist-stack {
  display: grid;
  gap: 1rem;
}

.mini-kpi-card,
.checklist-card,
.focus-card,
.contact-card,
.qa-card,
.priority-card,
.task-column,
.procurement-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 0.7rem;
  padding: 1.05rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px 10px 22px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.1), transparent 26%),
    rgba(7, 12, 28, 0.92);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.mini-kpi-card::before,
.checklist-card::before,
.focus-card::before,
.contact-card::before,
.qa-card::before,
.priority-card::before,
.task-column::before,
.procurement-card::before,
.timeline-item::after {
  content: "";
  position: absolute;
  left: 1.1rem;
  top: 0;
  width: 5.8rem;
  height: 2px;
  background: linear-gradient(90deg, #ffcf7a, #f01c27, #7cd1ff, transparent);
  opacity: 0.9;
}

.mini-kpi-card strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 0.92;
  color: var(--cream);
}

.mini-kpi-card span {
  color: var(--text);
  font-weight: 700;
}

.mini-kpi-card small,
.priority-card small,
.priority-ticket small {
  color: var(--muted);
}

.checklist-card h3,
.focus-card h3,
.contact-card h3,
.qa-card h3,
.priority-card h3,
.priority-ticket h3,
.task-column h3,
.procurement-card h3,
.timeline-copy h3 {
  margin: 0;
  font-family: var(--heading);
  font-weight: 800;
  font-size: 1.18rem;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: none;
}

.checklist-list,
.priority-list,
.task-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.05rem;
  color: var(--muted);
}

.checklist-list li::marker,
.priority-list li::marker,
.task-list li::marker {
  color: #ffcf7a;
}

.focus-card p,
.contact-card p,
.qa-card p,
.priority-copy p,
.timeline-copy p {
  margin: 0;
  color: var(--muted);
}

.page-organizers .mini-kpi-card,
.page-organizers .checklist-card,
.page-organizers .focus-card,
.page-organizers .contact-card,
.page-organizers .qa-card,
.page-organizers .timeline-item {
  border-radius: 26px 10px 22px 12px;
}

.page-organizers .organizer-promo-section .contact-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 26%),
    radial-gradient(circle at top left, rgba(255, 42, 42, 0.2), transparent 32%),
    rgba(10, 11, 29, 0.9);
}

.page-organizers .organizer-promo-section .qa-card {
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 207, 122, 0.11), transparent 28%),
    rgba(9, 14, 31, 0.9);
}

.page-organizers .organizer-hub-section .mini-kpi-card {
  min-height: 10rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.18), transparent 30%),
    rgba(6, 15, 31, 0.92);
}

.page-organizers .organizer-hub-section .insight-card,
.page-organizers .organizer-day-section .insight-card {
  border-color: rgba(255, 207, 122, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 207, 122, 0.045), transparent 25%),
    rgba(5, 10, 24, 0.72);
}

.page-organizers .organizer-day-section .timeline-item,
.page-organizers .organizer-followup-section .timeline-item {
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.1), transparent 34%),
    rgba(6, 12, 28, 0.86);
}

.page-organizers .organizer-flow-timeline .timeline-item {
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.12), transparent 34%),
    radial-gradient(circle at right, rgba(124, 209, 255, 0.07), transparent 28%),
    rgba(6, 11, 27, 0.88);
}

.page-organizers .organizer-marketing-stack .checklist-card {
  background:
    linear-gradient(145deg, rgba(255, 207, 122, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.12), transparent 28%),
    rgba(7, 12, 28, 0.88);
}

.page-portal main > .section {
  display: none;
}

.page-portal:not(.portal-router-ready) main > #oppgaver,
.page-adcenter:not(.portal-router-ready) main > #oversikt,
.page-portal.portal-router-ready main > .section.is-portal-section-active {
  display: block;
}

.page-portal.portal-router-ready main > .section.is-portal-section-active {
  animation: portalSectionIn 220ms ease both;
}

@keyframes portalSectionIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-organizer-workbench {
  display: grid;
  gap: 1rem;
  padding: clamp(0.85rem, 2vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 34px 14px 30px 14px;
  background:
    radial-gradient(circle at top left, rgba(255, 48, 79, 0.18), transparent 32%),
    radial-gradient(circle at 86% 8%, rgba(255, 207, 122, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.052), transparent 34%),
    rgba(5, 10, 24, 0.88);
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.team-organizer-step-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.team-organizer-step-button {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 0.65rem;
  align-items: center;
  min-height: 5.85rem;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px 8px 18px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 34%),
    rgba(6, 12, 30, 0.86);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.team-organizer-step-button::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, #f01c27, #ffcf7a, #7cd1ff);
  opacity: 0;
  transition: opacity 180ms ease;
}

.team-organizer-step-button:hover,
.team-organizer-step-button:focus-visible,
.team-organizer-step-button.is-active {
  transform: translateY(-2px);
  border-color: rgba(255, 207, 122, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.16), transparent 34%),
    rgba(9, 15, 35, 0.96);
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(255, 48, 79, 0.08);
}

.team-organizer-step-button:hover::after,
.team-organizer-step-button:focus-visible::after,
.team-organizer-step-button.is-active::after {
  opacity: 1;
}

.team-organizer-step-button strong {
  min-width: 0;
  color: var(--cream);
  font-family: var(--heading);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.03;
}

.team-organizer-step-button small {
  grid-column: 1 / -1;
  display: -webkit-box;
  overflow: hidden;
  color: rgba(248, 240, 220, 0.62);
  font-size: 0.78rem;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.team-organizer-step-detail {
  display: grid;
  gap: 1rem;
  min-height: 100%;
  padding: clamp(1rem, 3vw, 1.45rem);
  border: 1px solid rgba(255, 207, 122, 0.12);
  border-radius: 28px 10px 25px 12px;
  background:
    radial-gradient(circle at 8% 0, rgba(255, 207, 122, 0.12), transparent 32%),
    radial-gradient(circle at bottom right, rgba(124, 209, 255, 0.11), transparent 28%),
    rgba(4, 9, 23, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.team-organizer-detail-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  color: rgba(248, 240, 220, 0.68);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-organizer-detail-copy {
  display: grid;
  gap: 0.45rem;
}

.team-organizer-detail-copy h3 {
  margin: 0;
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(2rem, 5vw, 3.35rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.045em;
}

.team-organizer-detail-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
}

.team-organizer-next-action {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 48, 79, 0.18);
  border-radius: 20px 8px 18px 10px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.18), rgba(255, 207, 122, 0.06)),
    rgba(255, 255, 255, 0.045);
}

.team-organizer-next-action span,
.team-organizer-detail-grid h4 {
  color: rgba(255, 207, 122, 0.78);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.team-organizer-next-action strong {
  color: var(--cream);
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  line-height: 1.2;
}

.team-organizer-detail-grid {
  display: grid;
  gap: 0.8rem;
}

.team-organizer-detail-grid > div {
  display: grid;
  gap: 0.65rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 20px 8px 18px 10px;
  background: rgba(255, 255, 255, 0.035);
}

.team-organizer-detail-grid h4 {
  margin: 0;
}

@media (min-width: 860px) {
  .team-organizer-workbench {
    grid-template-columns: minmax(20rem, 0.95fr) minmax(0, 1.35fr);
    align-items: stretch;
  }

  .team-organizer-step-menu {
    align-content: start;
  }

  .team-organizer-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .team-organizer-step-button {
    min-height: 5.2rem;
    padding: 0.62rem;
  }

  .team-organizer-step-button .timeline-phase {
    min-height: 1.55rem;
    padding: 0.22rem 0.48rem;
    font-size: 0.62rem;
  }

  .team-organizer-step-button strong {
    font-size: 0.82rem;
  }

  .team-organizer-step-button small {
    display: none;
  }
}

.contact-card .resource-actions {
  margin-top: auto;
}

.timeline-item {
  position: relative;
  display: grid;
  gap: 0.65rem;
  padding: 1.05rem 1.1rem 1.05rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px 10px 22px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.1), transparent 24%),
    rgba(7, 12, 28, 0.9);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 1.2rem;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #ffcf7a;
  box-shadow:
    0 0 16px rgba(255, 207, 122, 0.28),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.timeline-phase,
.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-phase,
.status-chip-red {
  border: 1px solid rgba(255, 88, 105, 0.26);
  background: rgba(255, 42, 42, 0.14);
  color: #ffe0e0;
}

.timeline-phase-gold,
.status-chip-gold {
  border: 1px solid rgba(255, 202, 109, 0.24);
  background: rgba(255, 202, 109, 0.14);
  color: #ffe9c8;
}

.timeline-phase-cyan,
.status-chip-cyan {
  border: 1px solid rgba(124, 209, 255, 0.24);
  background: rgba(124, 209, 255, 0.12);
  color: #dff3ff;
}

.timeline-phase-magenta,
.status-chip-magenta {
  border: 1px solid rgba(255, 81, 207, 0.24);
  background: rgba(255, 81, 207, 0.14);
  color: #ffe3fa;
}

.status-chip-green {
  border: 1px solid rgba(80, 232, 160, 0.24);
  background: rgba(80, 232, 160, 0.12);
  color: #dfffee;
}

.page-organizers .organizer-flow-section {
  --organizer-card-a: 255, 49, 38;
  --organizer-card-b: 255, 207, 122;
}

.page-organizers .organizer-download-section {
  --organizer-card-a: 255, 207, 122;
  --organizer-card-b: 124, 209, 255;
}

.page-organizers .organizer-promo-section {
  --organizer-card-a: 255, 49, 38;
  --organizer-card-b: 255, 81, 207;
}

.page-organizers .organizer-hub-section {
  --organizer-card-a: 124, 209, 255;
  --organizer-card-b: 255, 207, 122;
}

.page-organizers .organizer-day-section {
  --organizer-card-a: 255, 207, 122;
  --organizer-card-b: 255, 49, 38;
}

.page-organizers .organizer-followup-section,
.page-organizers .organizer-contact-section,
.page-organizers .organizer-faq-section {
  --organizer-card-a: 124, 209, 255;
  --organizer-card-b: 255, 81, 207;
}

.page-organizers main > .section .insight-card,
.page-organizers main > .section .mini-kpi-card,
.page-organizers main > .section .checklist-card,
.page-organizers main > .section .focus-card,
.page-organizers main > .section .contact-card,
.page-organizers main > .section .qa-card,
.page-organizers main > .section .timeline-item,
.page-organizers main > .section .media-card {
  border-color: rgba(var(--organizer-card-a, 255, 49, 38), 0.18);
  background:
    linear-gradient(150deg, rgba(var(--organizer-card-a, 255, 49, 38), 0.17), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(var(--organizer-card-b, 124, 209, 255), 0.16), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(255, 255, 255, 0.055), transparent 30%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 6px),
    rgba(6, 11, 28, 0.92);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.25),
    0 0 26px rgba(var(--organizer-card-a, 255, 49, 38), 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-organizers .portal-hub-grid > .insight-card:nth-child(2n),
.page-organizers .mini-kpi-grid > .mini-kpi-card:nth-child(2n),
.page-organizers .checklist-stack > .checklist-card:nth-child(2n),
.page-organizers .focus-list > .focus-card:nth-child(2n),
.page-organizers .contact-grid > .contact-card:nth-child(2n),
.page-organizers .qa-grid > .qa-card:nth-child(2n),
.page-organizers .timeline-stack > .timeline-item:nth-child(2n),
.page-organizers .media-layout > .media-card:nth-child(2n) {
  border-color: rgba(var(--organizer-card-b, 124, 209, 255), 0.2);
  background:
    linear-gradient(135deg, rgba(var(--organizer-card-b, 124, 209, 255), 0.16), transparent 32%),
    radial-gradient(circle at 10% 10%, rgba(var(--organizer-card-a, 255, 49, 38), 0.14), transparent 30%),
    radial-gradient(circle at 90% 90%, rgba(255, 207, 122, 0.075), transparent 28%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 7px),
    rgba(7, 12, 29, 0.93);
}

.page-organizers .mini-kpi-grid > .mini-kpi-card:nth-child(3n),
.page-organizers .checklist-stack > .checklist-card:nth-child(3n),
.page-organizers .contact-grid > .contact-card:nth-child(3n),
.page-organizers .qa-grid > .qa-card:nth-child(3n),
.page-organizers .timeline-stack > .timeline-item:nth-child(3n) {
  border-color: rgba(255, 207, 122, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 207, 122, 0.13), transparent 30%),
    radial-gradient(circle at 92% 14%, rgba(var(--organizer-card-a, 255, 49, 38), 0.13), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(var(--organizer-card-b, 124, 209, 255), 0.1), transparent 30%),
    rgba(8, 12, 30, 0.94);
}

.page-organizers .timeline-item::before {
  background: rgb(var(--organizer-card-b, 255, 207, 122));
  box-shadow:
    0 0 18px rgba(var(--organizer-card-b, 255, 207, 122), 0.35),
    0 0 22px rgba(var(--organizer-card-a, 255, 49, 38), 0.13);
}

.page-organizers .mini-kpi-card::before,
.page-organizers .checklist-card::before,
.page-organizers .focus-card::before,
.page-organizers .contact-card::before,
.page-organizers .qa-card::before,
.page-organizers .timeline-item::after {
  background: linear-gradient(
    90deg,
    rgb(var(--organizer-card-a, 255, 49, 38)),
    rgb(var(--organizer-card-b, 124, 209, 255)),
    transparent
  );
}

.priority-card {
  gap: 0.9rem;
}

.page-portal .focus-section .priority-grid {
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.priority-lane {
  align-content: start;
  min-height: 100%;
}

.page-portal .priority-lane {
  min-height: 0;
  padding: 0.95rem;
  border-radius: 26px 10px 22px 12px;
  color: var(--text);
  border-color: rgba(255, 48, 79, 0.2);
  background:
    linear-gradient(145deg, rgba(255, 48, 79, 0.18), transparent 34%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.08), transparent 28%),
    rgba(7, 8, 22, 0.92);
}

.priority-lane.is-drag-over {
  border-color: rgba(124, 209, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(124, 209, 255, 0.1),
    0 18px 40px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(124, 209, 255, 0.08);
}

.priority-lane-head {
  align-items: end;
}

.page-portal .priority-lane-head {
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.page-portal .priority-lane-head .priority-copy {
  max-width: 44rem;
}

.priority-ticket-list {
  display: grid;
  gap: 0.85rem;
}

.page-portal .priority-ticket-list {
  gap: 0.55rem;
}

.priority-ticket {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    rgba(5, 9, 20, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(0, 0, 0, 0.2);
  cursor: grab;
}

.page-portal .priority-ticket {
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.55rem 0.85rem;
  padding: 0.82rem 0.9rem;
  color: var(--text);
  border-radius: 18px 8px 16px 10px;
  border-color: rgba(255, 48, 79, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.11), transparent 42%),
    radial-gradient(circle at right, rgba(124, 209, 255, 0.06), transparent 32%),
    rgba(2, 7, 20, 0.78);
}

.page-portal .priority-ticket::after {
  content: "Dra for å prioritere";
  width: fit-content;
  padding: 0.35rem 0.58rem;
  border: 1px solid rgba(255, 202, 109, 0.16);
  border-radius: 999px;
  color: rgba(248, 240, 220, 0.64);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.priority-ticket.is-dragging {
  opacity: 0.5;
  cursor: grabbing;
}

.page-portal .priority-ticket-top {
  justify-content: flex-start;
}

.page-portal .priority-ticket .priority-copy {
  grid-column: 1;
}

.page-portal .priority-ticket .priority-copy h3,
.page-portal .priority-ticket .priority-copy p {
  color: var(--text);
}

.page-portal .priority-ticket .priority-copy p,
.page-portal .priority-ticket small {
  color: var(--muted);
}

.page-portal .priority-ticket-tags {
  grid-column: 1 / -1;
}

.project-open-button {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 48, 79, 0.18);
  border-radius: 16px 8px 14px 10px;
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.16), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: var(--cream);
  font: inherit;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255, 48, 79, 0.06);
}

.project-open-button span {
  font-weight: 900;
}

.project-open-button small {
  color: rgba(235, 240, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-open-button:hover,
.project-open-button:focus-visible {
  border-color: rgba(124, 209, 255, 0.28);
  transform: translateY(-1px);
  box-shadow:
    0 0 22px rgba(255, 48, 79, 0.12),
    0 0 18px rgba(124, 209, 255, 0.08);
}

.project-next-action-button {
  justify-self: start;
  min-height: 2.65rem;
}

.project-workspace {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px 8px 14px 10px;
  background:
    radial-gradient(circle at top left, rgba(255, 48, 79, 0.1), transparent 38%),
    rgba(255, 255, 255, 0.025);
}

.project-workspace summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.72rem 0.82rem;
  color: var(--cream);
  cursor: pointer;
  list-style: none;
}

.project-workspace summary::-webkit-details-marker {
  display: none;
}

.project-workspace summary::after {
  content: "+";
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  color: #fff8ee;
  background: rgba(255, 48, 79, 0.14);
  font-weight: 950;
  line-height: 1;
}

.project-workspace[open] summary::after {
  content: "-";
}

.project-workspace summary span {
  font-size: 0.82rem;
  font-weight: 950;
}

.project-workspace summary small {
  margin-left: auto;
  color: rgba(235, 240, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-workspace-body {
  display: grid;
  gap: 0.65rem;
  padding: 0 0.72rem 0.72rem;
}

.project-workspace-section {
  display: grid;
  gap: 0.55rem;
  padding: 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 14px 8px 12px 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), transparent 38%),
    rgba(2, 6, 16, 0.58);
}

.project-workspace-section h4,
.project-workspace-group strong {
  margin: 0;
  color: var(--cream);
  font-size: 0.94rem;
  line-height: 1.2;
}

.project-workspace-section p {
  margin: 0;
  color: rgba(235, 240, 255, 0.72);
}

.project-workspace-section ul {
  display: grid;
  gap: 0.42rem;
  margin: 0;
  padding-left: 1rem;
  color: rgba(235, 240, 255, 0.76);
}

.project-workspace-section li::marker {
  color: rgba(255, 48, 79, 0.92);
}

.project-workspace-group {
  display: grid;
  gap: 0.42rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.page-portal .priority-ticket-actions {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  flex-direction: column;
  justify-content: center;
}

.priority-ticket-top,
.priority-ticket-actions,
.task-add-form {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.priority-ticket-actions {
  justify-content: flex-end;
}

.priority-ticket-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.priority-move-button,
.task-remove-button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  font-weight: 700;
}

.priority-move-button {
  padding: 0.62rem 0.88rem;
}

.priority-move-button:hover,
.priority-move-button:focus-visible,
.task-remove-button:hover,
.task-remove-button:focus-visible {
  border-color: rgba(255, 48, 79, 0.26);
  box-shadow:
    0 0 18px rgba(255, 48, 79, 0.09),
    0 0 16px rgba(124, 209, 255, 0.07);
}

.task-add-form {
  margin-top: 0.2rem;
  justify-content: flex-start;
}

.task-add-input {
  flex: 1 1 12rem;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.82rem 0.95rem;
  background: rgba(0, 0, 0, 0.24);
  color: var(--text);
}

.page-portal .task-column,
.page-portal .task-check-item,
.page-portal .task-add-input,
.page-portal .priority-card,
.page-portal .priority-ticket,
.page-portal .procurement-card {
  color: var(--text);
}

.page-portal .task-add-input::placeholder {
  color: rgba(183, 193, 223, 0.72);
}

.page-portal .task-add-input:-webkit-autofill {
  -webkit-text-fill-color: var(--text);
  box-shadow: 0 0 0 1000px rgba(5, 9, 24, 0.92) inset;
}

@media (max-width: 640px) {
  .page-portal .priority-ticket {
    grid-template-columns: 1fr;
  }

  .page-portal .priority-ticket-actions {
    grid-column: 1;
    grid-row: auto;
    flex-direction: row;
    justify-content: flex-start;
  }

  .project-lane-tabs {
    gap: 0.28rem;
    padding: 0.24rem;
    border-radius: 18px;
  }

  .project-lane-tabs button,
  .project-modal-tabs button {
    min-height: 2.05rem;
    padding-inline: 0.34rem;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .project-browser-list {
    grid-auto-columns: minmax(9.2rem, 10.8rem);
    gap: 0.45rem;
  }

  .project-browser-chip {
    min-height: 4rem;
    padding: 0.62rem;
    border-radius: 14px;
  }

  .project-browser-card {
    padding: 0.82rem;
    border-radius: 20px 8px 18px 10px;
  }

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

  .project-modal-progress {
    width: 7rem;
  }
}

.task-checklist {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 4rem;
}

.team-command-panel .task-checklist {
  max-height: clamp(16rem, 44vh, 28rem);
  overflow: auto;
  padding-right: 0.12rem;
  scrollbar-width: thin;
}

.team-command-panel .task-column-gold .task-checklist,
.team-command-panel .task-column-cyan .task-checklist {
  max-height: clamp(12rem, 30vh, 18rem);
}

.task-checklist.is-drag-over {
  border-radius: 18px;
  box-shadow:
    inset 0 0 0 1px rgba(124, 209, 255, 0.18),
    0 0 24px rgba(124, 209, 255, 0.08);
}

.task-check-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
  cursor: grab;
}

.task-check-item.is-dragging {
  opacity: 0.5;
  cursor: grabbing;
}

.task-check-item.is-done {
  opacity: 0.72;
  background: rgba(80, 232, 160, 0.06);
}

.task-check-label {
  display: flex;
  gap: 0.72rem;
  align-items: flex-start;
  color: var(--text);
}

.task-check-label input {
  margin-top: 0.14rem;
  width: 1.02rem;
  height: 1.02rem;
  accent-color: #ffcf7a;
}

.task-check-label span {
  line-height: 1.45;
}

.task-check-item.is-done .task-check-label span {
  color: var(--muted);
  text-decoration: line-through;
}

.task-check-item.is-done .task-owner-chip {
  text-decoration: none;
}

.task-remove-button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 1.15rem;
  line-height: 1;
}

.priority-card-red {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 71, 71, 0.18), transparent 28%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.08), transparent 26%),
    rgba(7, 12, 28, 0.92);
}

.priority-card-gold {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 71, 71, 0.08), transparent 24%),
    rgba(7, 12, 28, 0.92);
}

.priority-card-cyan {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 202, 109, 0.08), transparent 24%),
    rgba(7, 12, 28, 0.92);
}

.priority-card-magenta {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.16), transparent 28%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.08), transparent 24%),
    rgba(7, 12, 28, 0.92);
}

.priority-card-green {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at top right, rgba(80, 232, 160, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(255, 202, 109, 0.08), transparent 24%),
    rgba(7, 12, 28, 0.92);
}

.priority-top,
.task-column-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: start;
  flex-wrap: wrap;
}

.priority-owner {
  color: rgba(248, 240, 220, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ad-center-section {
  overflow: hidden;
}

.ad-center-shell {
  display: grid;
  gap: 1rem;
  padding: clamp(0.85rem, 1.6vw, 1.2rem);
  border: 1px solid rgba(255, 48, 79, 0.17);
  border-radius: 32px 10px 28px 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 48, 79, 0.2), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(124, 209, 255, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 24%),
    rgba(4, 8, 22, 0.82);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 48, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ad-center-kpis,
.ad-center-layout,
.ad-campaign-stack,
.ad-rule-list,
.ad-venue-board,
.ad-venue-list {
  display: grid;
  gap: 0.9rem;
}

.ad-center-kpis {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.ad-kpi-card,
.ad-campaign-card,
.ad-rule-panel,
.ad-venue-board,
.ad-venue-row {
  --ad-accent: #f01c27;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.78);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.ad-kpi-card {
  display: grid;
  gap: 0.5rem;
  min-height: 9.2rem;
  padding: 0.9rem;
  border-radius: 22px 10px 20px 12px;
  border-color: color-mix(in srgb, var(--ad-accent) 26%, rgba(255, 255, 255, 0.08));
  background:
    radial-gradient(circle at top right, color-mix(in srgb, var(--ad-accent) 18%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.84);
}

.ad-kpi-card-red {
  --ad-accent: #f01c27;
}

.ad-kpi-card-cyan {
  --ad-accent: #7cd1ff;
}

.ad-kpi-card-green {
  --ad-accent: #50e8a0;
}

.ad-kpi-card-magenta {
  --ad-accent: #ff51cf;
}

.ad-kpi-card span,
.ad-stack-head span,
.ad-venue-head span,
.ad-venue-row small {
  color: rgba(248, 240, 220, 0.68);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ad-kpi-card strong {
  color: var(--cream);
  font-family: var(--heading);
  font-size: clamp(1.15rem, 2.6vw, 1.7rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.ad-kpi-card small,
.ad-campaign-card p,
.ad-campaign-meta span,
.ad-rule-panel p,
.ad-rule-panel li,
.ad-venue-row p,
.ad-venue-row span {
  color: var(--muted);
}

.ad-progress {
  overflow: hidden;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.ad-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ad-accent), #ffcf7a, #7cd1ff);
  box-shadow: 0 0 18px color-mix(in srgb, var(--ad-accent) 24%, transparent);
}

.ad-campaign-stack,
.ad-rule-panel,
.ad-venue-board {
  padding: clamp(0.9rem, 1.4vw, 1.1rem);
  border-radius: 26px 10px 24px 12px;
}

.ad-stack-head,
.ad-venue-head,
.ad-campaign-meta,
.ad-venue-row {
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
}

.ad-stack-head,
.ad-venue-head {
  align-items: end;
  flex-wrap: wrap;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.ad-venue-head p:not(.eyebrow) {
  max-width: 56rem;
  margin: 0.3rem 0 0;
  color: rgba(248, 240, 220, 0.68);
  font-size: 0.88rem;
}

.ad-stack-head h3,
.ad-rule-panel h3,
.ad-venue-head h3,
.ad-campaign-card h4,
.ad-rule-panel h4,
.ad-venue-row strong {
  margin: 0;
  color: var(--cream);
  font-family: var(--heading);
  line-height: 1.04;
}

.ad-campaign-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-radius: 22px 10px 20px 12px;
}

.ad-campaign-card::before,
.ad-venue-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--ad-accent), #ffcf7a, #7cd1ff);
  opacity: 0.8;
}

.ad-campaign-card-red {
  --ad-accent: #f01c27;
  border-color: rgba(255, 48, 79, 0.18);
}

.ad-campaign-card-gold {
  --ad-accent: #ffcf7a;
  border-color: rgba(255, 202, 109, 0.18);
}

.ad-campaign-card-cyan {
  --ad-accent: #7cd1ff;
  border-color: rgba(124, 209, 255, 0.18);
}

.ad-campaign-card-magenta {
  --ad-accent: #ff51cf;
  border-color: rgba(255, 81, 207, 0.18);
}

.ad-campaign-main {
  display: grid;
  gap: 0.5rem;
}

.ad-format-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ad-format-list span {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 999px;
  padding: 0.3rem 0.62rem;
  color: rgba(255, 248, 235, 0.84);
  font-size: 0.74rem;
  font-weight: 850;
}

.ad-campaign-meta {
  align-items: center;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ad-campaign-meta strong {
  color: #ffcf7a;
  font-size: 0.82rem;
}

.ad-rule-panel {
  align-content: start;
  border-color: rgba(255, 202, 109, 0.13);
  background:
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.13), transparent 28%),
    rgba(6, 10, 24, 0.82);
}

.ad-rule-list article {
  display: grid;
  gap: 0.45rem;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
}

.ad-rule-panel ul {
  display: grid;
  gap: 0.42rem;
  margin: 0;
  padding-left: 1rem;
}

.ad-rule-panel li::marker {
  color: #ffcf7a;
}

.ad-venue-board {
  border-color: rgba(124, 209, 255, 0.12);
}

.ad-venue-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}

.ad-venue-row {
  display: grid;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem 1rem 1.05rem;
  border-radius: 18px 10px 18px 12px;
}

.ad-venue-row-red {
  --ad-accent: #f01c27;
  border-color: rgba(255, 48, 79, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.84);
}

.ad-venue-row-gold {
  --ad-accent: #ffcf7a;
  border-color: rgba(255, 202, 109, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.15), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.84);
}

.ad-venue-row-cyan {
  --ad-accent: #7cd1ff;
  border-color: rgba(124, 209, 255, 0.2);
  background:
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.84);
}

.ad-venue-row-magenta {
  --ad-accent: #ff51cf;
  border-color: rgba(255, 81, 207, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.84);
}

.ad-venue-row-green {
  --ad-accent: #50e8a0;
  border-color: rgba(80, 232, 160, 0.2);
  background:
    radial-gradient(circle at top right, rgba(80, 232, 160, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(5, 10, 25, 0.84);
}

.ad-venue-row-top,
.ad-venue-title,
.ad-venue-phase,
.ad-venue-metric {
  display: grid;
  gap: 0.25rem;
}

.ad-venue-row-top {
  gap: 0.65rem;
}

.ad-venue-phase {
  justify-items: start;
}

.ad-venue-phase strong {
  color: #ffcf7a;
  font-size: 0.82rem;
}

.ad-venue-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
  gap: 0.65rem;
}

.ad-venue-metric {
  min-width: 0;
  padding: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px 8px 16px 8px;
  background: rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-spent {
  border-color: rgba(255, 88, 113, 0.18);
  background:
    radial-gradient(circle at top right, rgba(255, 88, 113, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-plan {
  border-color: rgba(255, 202, 109, 0.18);
  background:
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-sold {
  border-color: rgba(124, 209, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-remaining {
  border-color: rgba(255, 81, 207, 0.18);
  background:
    radial-gradient(circle at top right, rgba(255, 81, 207, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-probability {
  border-color: rgba(80, 232, 160, 0.2);
  background:
    radial-gradient(circle at top right, rgba(80, 232, 160, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-probability-gold {
  border-color: rgba(255, 202, 109, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-probability-cyan {
  border-color: rgba(124, 209, 255, 0.24);
  background:
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-probability-red {
  border-color: rgba(255, 62, 48, 0.28);
  background:
    radial-gradient(circle at top right, rgba(255, 62, 48, 0.2), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-owner {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric-creative {
  border-color: rgba(255, 202, 109, 0.2);
  background:
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255, 62, 48, 0.11), transparent 36%),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-metric strong {
  color: var(--cream);
  font-family: var(--heading);
  font-size: 1.1rem;
  line-height: 1.02;
}

.ad-venue-metric-owner strong,
.ad-venue-metric-creative strong {
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1.18;
}

.ad-venue-progress-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.ad-progress-green {
  --ad-accent: #50e8a0;
}

.ad-progress-gold {
  --ad-accent: #ffca6d;
}

.ad-progress-cyan {
  --ad-accent: #7cd1ff;
}

.ad-progress-red {
  --ad-accent: #ff3e30;
}

.ad-venue-progress-card {
  display: grid;
  gap: 0.4rem;
}

.ad-venue-progress-card span {
  color: rgba(248, 240, 220, 0.72);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ad-venue-row > p,
.ad-venue-row > small {
  margin: 0;
}

.ad-venue-next-action {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 202, 109, 0.14);
  border-radius: 18px 8px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 202, 109, 0.11), rgba(255, 62, 48, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.ad-venue-next-action span {
  color: rgba(255, 202, 109, 0.82);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ad-venue-next-action strong {
  color: var(--cream);
  font-size: 0.95rem;
  line-height: 1.35;
}

@media (max-width: 767px) {
  .page-adcenter .site-nav,
  .page-adcenter .site-nav.is-open,
  .page-adcenter .portal-switch {
    display: none;
  }

  .page-adcenter .masthead {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .ad-center-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ad-kpi-card {
    min-height: 8.25rem;
    padding: 0.82rem;
  }

  .ad-venue-list,
  .ad-venue-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .ad-venue-row {
    padding: 0.9rem;
  }

  .ad-venue-metric strong {
    font-size: 1rem;
  }
}

.priority-copy {
  display: grid;
  gap: 0.45rem;
}

.priority-copy h3,
.priority-copy p {
  margin: 0;
}

.task-column {
  align-content: start;
}

.page-portal .task-column-red {
  border-color: rgba(255, 48, 79, 0.26);
  background:
    linear-gradient(145deg, rgba(255, 48, 79, 0.24), rgba(255, 81, 207, 0.07) 38%, transparent 78%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.22), transparent 32%),
    rgba(8, 8, 22, 0.94);
  box-shadow:
    0 22px 42px rgba(0, 0, 0, 0.3),
    0 0 28px rgba(255, 48, 79, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.page-portal .task-column-gold {
  opacity: 0.92;
  border-color: rgba(255, 202, 109, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 202, 109, 0.14), transparent 42%),
    rgba(7, 10, 24, 0.86);
}

.page-portal .task-column-cyan {
  opacity: 0.82;
  border-color: rgba(124, 209, 255, 0.15);
  background:
    linear-gradient(145deg, rgba(124, 209, 255, 0.11), transparent 42%),
    rgba(6, 10, 24, 0.78);
}

.page-portal .task-column-red .task-column-head h3::after {
  content: "FOKUS";
  display: inline-flex;
  margin-left: 0.55rem;
  padding: 0.24rem 0.48rem;
  border: 1px solid rgba(255, 202, 109, 0.28);
  border-radius: 999px;
  color: #ffe9c8;
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  vertical-align: middle;
}

.page-portal .task-column-red .task-check-item {
  border-color: rgba(255, 48, 79, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.09), transparent 54%),
    rgba(2, 7, 20, 0.64);
}

.procurement-card .eyebrow {
  margin-bottom: -0.1rem;
}

.search-field {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
}

.search-field input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
}

.filter-chip {
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.filter-chip.is-active {
  border-color: rgba(242, 190, 61, 0.38);
  background: rgba(242, 190, 61, 0.12);
  color: var(--cream);
}

.resource-grid {
  display: grid;
  gap: 1rem;
}

.press-magazine,
.press-side-stack {
  display: grid;
  gap: 1rem;
}

.resource-grid-compact {
  grid-template-columns: 1fr;
}

.download-groups {
  display: grid;
  gap: 1rem;
}

.download-group {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at top right, rgba(113, 213, 255, 0.08), transparent 24%),
    rgba(9, 14, 34, 0.82);
}

.page-organizers .download-groups {
  gap: 0.85rem;
}

.page-organizers .download-group {
  border-radius: 28px 10px 24px 12px;
  border-color: rgba(255, 255, 255, 0.085);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 207, 122, 0.12), transparent 26%),
    rgba(7, 12, 29, 0.9);
}

.page-organizers .download-group:nth-child(2n) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 26%),
    radial-gradient(circle at top right, rgba(124, 209, 255, 0.13), transparent 26%),
    rgba(7, 12, 29, 0.9);
}

.page-organizers .download-group:nth-child(3n) {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.13), transparent 28%),
    rgba(8, 12, 29, 0.9);
}

.page-organizers .download-group-heading {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.page-organizers .download-group-heading h3,
.page-organizers .download-group-heading p {
  grid-column: 1;
}

.page-organizers .download-group-heading::after {
  content: "last ned";
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  padding: 0.34rem 0.6rem;
  border: 1px solid rgba(255, 207, 122, 0.16);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.045);
}

html[lang="en"] .page-organizers .download-group-heading::after {
  content: "download";
}

.download-group-logos {
  gap: 1.1rem;
}

.download-group-logos .resource-card {
  gap: 0.85rem;
}

.download-group-logos .resource-card-copy {
  gap: 0.55rem;
}

.download-group-logos .resource-card-copy h3 {
  font-size: 1.02rem;
}

.download-group-logos .resource-card-copy p {
  font-size: 0.92rem;
}

.download-group-logos .resource-card-media {
  min-height: 0;
  aspect-ratio: 1.25 / 1;
  padding: 1rem;
}

.download-group-logos .resource-card-media img {
  object-fit: contain;
}

.download-group-logos-classic .resource-card-media {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 238, 227, 0.96)),
    rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 212, 147, 0.18);
}

.download-group-logos-classic .resource-card-media img {
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.12),
    0 0 1px rgba(0, 0, 0, 0.08);
}

.download-group-heading {
  display: grid;
  gap: 0.35rem;
}

.download-group-heading h3 {
  margin: 0;
  font-size: 1.25rem;
}

.download-group-heading p {
  margin: 0;
  color: var(--muted);
}

.download-grid {
  display: grid;
  gap: 1rem;
}

.resource-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  align-content: start;
}

.resource-card-media {
  position: relative;
  min-height: 12rem;
  border-radius: calc(var(--radius-md) - 2px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
}

.resource-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.download-grid .resource-card {
  grid-template-rows: auto 1fr;
}

.download-grid .resource-card-media {
  min-height: 0;
  aspect-ratio: 0.8 / 1;
  display: grid;
  place-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(255, 42, 42, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.08), transparent 26%),
    rgba(8, 12, 30, 0.92);
}

.download-grid .resource-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: calc(var(--radius-md) - 8px);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(255, 255, 255, 0.05);
}

.page-organizers .download-grid .resource-card {
  border-color: rgba(255, 207, 122, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 207, 122, 0.1), transparent 31%),
    radial-gradient(circle at 92% 12%, rgba(124, 209, 255, 0.1), transparent 28%),
    rgba(7, 12, 29, 0.92);
}

.page-organizers .download-grid .resource-card:nth-child(4n + 2) {
  border-color: rgba(124, 209, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(124, 209, 255, 0.12), transparent 30%),
    radial-gradient(circle at 8% 88%, rgba(255, 49, 38, 0.09), transparent 28%),
    rgba(6, 13, 31, 0.92);
}

.page-organizers .download-grid .resource-card:nth-child(4n + 3) {
  border-color: rgba(255, 49, 38, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 49, 38, 0.13), transparent 31%),
    radial-gradient(circle at 92% 12%, rgba(255, 207, 122, 0.1), transparent 28%),
    rgba(10, 10, 27, 0.92);
}

.page-organizers .download-grid .resource-card:nth-child(4n) {
  border-color: rgba(255, 81, 207, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 81, 207, 0.1), transparent 30%),
    radial-gradient(circle at 12% 86%, rgba(124, 209, 255, 0.11), transparent 28%),
    rgba(7, 11, 30, 0.92);
}

.page-organizers .download-grid .resource-card-media {
  border-color: rgba(255, 255, 255, 0.11);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 38%),
    linear-gradient(145deg, rgba(255, 207, 122, 0.08), rgba(124, 209, 255, 0.055)),
    rgba(2, 6, 16, 0.88);
}

.resource-card-copy {
  display: grid;
  gap: 0.7rem;
  min-width: 0;
}

.resource-card-compact {
  grid-template-columns: 5.35rem minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 0.8rem 0.9rem;
}

.resource-card-media-compact {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 30, 0.9);
}

.resource-card-media-compact img {
  object-fit: contain;
  padding: 0.45rem;
}

.resource-card-copy-compact {
  gap: 0.45rem;
}

.resource-card-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: start;
}

.resource-card-topline h3 {
  margin-bottom: 0.18rem;
  font-size: 1rem;
}

.resource-card-topline p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.92rem;
}

.resource-meta-compact {
  gap: 0.4rem;
}

.resource-kind-badge {
  position: absolute;
  left: 0.45rem;
  top: 0.45rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: 0.2rem 0.48rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(7, 15, 32, 0.82);
  color: var(--cream);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.page-portal .resource-grid-compact .resource-card {
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.11), transparent 24%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.08), transparent 26%),
    rgba(6, 10, 24, 0.94);
}

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

.resource-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 209, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(124, 209, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(113, 213, 255, 0.05);
  color: #d1e6ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.page-home #presse .pill,
.page-home #presse .tag,
.page-press .press-magazine-section .pill,
.page-press .press-magazine-section .tag {
  align-items: center;
  min-height: 0;
  padding: 0.16rem 0.5rem;
  line-height: 1.05;
  box-shadow: none;
}

.page-home #presse .press-feature-card,
.page-press .press-magazine-section .press-feature-card {
  align-content: start;
  border-color: rgba(255, 202, 109, 0.18);
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 42, 42, 0.13), transparent 32%),
    radial-gradient(circle at 86% 16%, rgba(255, 202, 109, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), transparent 28%),
    rgba(7, 12, 29, 0.9);
}

.page-home #presse .press-feature-card .resource-card-media,
.page-press .press-magazine-section .press-feature-card .resource-card-media {
  min-height: 16rem;
}

.page-home #presse .press-feature-card .resource-card-copy,
.page-press .press-magazine-section .press-feature-card .resource-card-copy {
  align-content: center;
  gap: 0.9rem;
}

.page-home #presse .press-feature-card h3,
.page-press .press-magazine-section .press-feature-card h3 {
  font-size: clamp(1.55rem, 4vw, 2.15rem);
}

.page-home #presse .press-compact-card,
.page-press .press-magazine-section .press-compact-card {
  grid-template-columns: 6.2rem minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  padding: 0.8rem;
  border-color: rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(7, 12, 29, 0.88);
}

.page-press .press-magazine-section .press-compact-card:nth-child(2n) {
  border-color: rgba(124, 209, 255, 0.16);
  background:
    radial-gradient(circle at 88% 14%, rgba(124, 209, 255, 0.12), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(6, 12, 30, 0.9);
}

.page-press .press-magazine-section .press-compact-card:nth-child(3n) {
  border-color: rgba(255, 42, 42, 0.17);
  background:
    radial-gradient(circle at 12% 86%, rgba(255, 42, 42, 0.13), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), transparent 28%),
    rgba(9, 10, 26, 0.9);
}

.page-home #presse .press-compact-card .resource-card-media,
.page-press .press-magazine-section .press-compact-card .resource-card-media {
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 30, 0.92);
}

.page-home #presse .press-compact-card .resource-card-media img,
.page-press .press-magazine-section .press-compact-card .resource-card-media img {
  object-fit: contain;
}

.page-home #presse .press-compact-photo .resource-card-media img,
.page-press .press-magazine-section .press-compact-photo .resource-card-media img {
  object-fit: cover;
}

.page-press .press-magazine-section .press-compact-clipping .resource-card-media {
  background:
    linear-gradient(135deg, rgba(255, 250, 235, 0.96), rgba(218, 199, 166, 0.9)),
    rgba(255, 245, 220, 0.94);
}

.page-press .press-magazine-section .press-compact-clipping .resource-card-media img {
  object-fit: contain;
  padding: 0.35rem;
  filter: contrast(1.04) saturate(0.92);
}

.page-home #presse .press-compact-card .resource-card-copy,
.page-press .press-magazine-section .press-compact-card .resource-card-copy {
  gap: 0.55rem;
}

.page-home #presse .press-compact-card .resource-actions,
.page-press .press-magazine-section .press-compact-card .resource-actions {
  gap: 0.5rem;
}

.page-home #presse .press-compact-card .resource-actions a,
.page-press .press-magazine-section .press-compact-card .resource-actions a {
  padding: 0.58rem 0.82rem;
}

.page-home #presse .press-compact-card h3,
.page-press .press-magazine-section .press-compact-card h3 {
  font-size: 1.05rem;
}

.resource-actions a,
.hero-facebook-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.68rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(124, 209, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.08), rgba(124, 209, 255, 0.06)),
    rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.resource-actions a.facebook-follow-link,
.social-links a.facebook-follow-link,
.hero-facebook-follow {
  border-color: rgba(24, 119, 242, 0.38);
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.22), rgba(124, 209, 255, 0.1)),
    rgba(255, 255, 255, 0.045);
  color: #f7fbff;
  box-shadow:
    0 0 18px rgba(24, 119, 242, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.resource-actions a.facebook-follow-link::before,
.social-links a.facebook-follow-link::before,
.hero-facebook-follow::before {
  content: "f";
  display: inline-grid;
  place-items: center;
  width: 1.18rem;
  height: 1.18rem;
  margin-right: 0.42rem;
  border-radius: 50%;
  background: #1877f2;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1;
}

.resource-actions a.facebook-follow-link:hover,
.resource-actions a.facebook-follow-link:focus-visible,
.social-links a.facebook-follow-link:hover,
.social-links a.facebook-follow-link:focus-visible,
.hero-facebook-follow:hover,
.hero-facebook-follow:focus-visible {
  border-color: rgba(124, 209, 255, 0.42);
  background:
    linear-gradient(135deg, rgba(24, 119, 242, 0.3), rgba(255, 42, 42, 0.1)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 24px rgba(24, 119, 242, 0.18),
    0 0 16px rgba(124, 209, 255, 0.1);
}

.hero-facebook-follow {
  flex: 0 0 auto;
  min-height: 2.22rem;
  padding: 0.54rem 0.82rem;
  font-size: 0.82rem;
  white-space: nowrap;
}

.page-photo-archive .backdrop-left {
  background: radial-gradient(circle at 20% 20%, rgba(255, 204, 128, 0.18), transparent 44%);
}

.page-photo-archive .backdrop-right {
  background: radial-gradient(circle at 80% 12%, rgba(124, 209, 255, 0.14), transparent 42%);
}

.photo-archive-hero {
  display: grid;
  gap: 1rem;
}

.photo-archive-intro {
  display: grid;
  gap: 1rem;
}

.photo-archive-intro-grid {
  display: grid;
  gap: 0.9rem;
}

.photo-archive-intro-grid strong {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--accent-font);
  font-weight: 800;
  font-size: clamp(2rem, 6vw, 3.2rem);
  line-height: 0.95;
  color: var(--cream);
}

.photo-archive-intro-grid p {
  margin: 0;
  max-width: 42rem;
}

.photo-archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-press-archive .backdrop-left {
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 210, 136, 0.18), transparent 36%),
    radial-gradient(circle at 60% 70%, rgba(255, 48, 79, 0.1), transparent 40%);
}

.page-press-archive .backdrop-right {
  background:
    radial-gradient(circle at 74% 12%, rgba(124, 209, 255, 0.16), transparent 36%),
    radial-gradient(circle at 30% 80%, rgba(255, 210, 136, 0.08), transparent 40%);
}

.press-archive-hero {
  align-items: stretch;
}

.press-archive-intro {
  background:
    linear-gradient(135deg, rgba(255, 245, 218, 0.08), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 48, 79, 0.12), transparent 32%),
    rgba(8, 12, 30, 0.9);
}

.press-archive-collage {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(18rem, 36vw, 28rem);
  overflow: hidden;
  padding: clamp(1rem, 3vw, 1.8rem);
  border: 1px solid rgba(255, 202, 109, 0.18);
  border-radius: 34px 12px 30px 12px;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 42, 42, 0.22), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255, 202, 109, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 34%),
    rgba(6, 10, 24, 0.94);
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.press-archive-collage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 10px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 8px);
  opacity: 0.9;
}

.press-archive-collage img {
  position: absolute;
  width: clamp(7.5rem, 18vw, 13.5rem);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px 5px 12px 5px;
  background:
    linear-gradient(135deg, rgba(255, 251, 236, 0.98), rgba(214, 196, 160, 0.92)),
    #f4e8cb;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.32),
    inset 0 0 0 1px rgba(20, 20, 20, 0.04);
  filter: contrast(1.05) saturate(0.9);
}

.press-archive-collage img:nth-child(1) {
  left: 7%;
  top: 11%;
  transform: rotate(-7deg);
}

.press-archive-collage img:nth-child(2) {
  left: 32%;
  bottom: 8%;
  transform: rotate(4deg);
}

.press-archive-collage img:nth-child(3) {
  right: 22%;
  top: 8%;
  transform: rotate(7deg);
}

.press-archive-collage img:nth-child(4) {
  right: 5%;
  bottom: 12%;
  transform: rotate(-4deg);
}

.press-archive-collage div {
  align-self: center;
  justify-self: center;
  z-index: 1;
  display: grid;
  gap: 0.28rem;
  width: min(18rem, 78%);
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 202, 109, 0.3);
  border-radius: 24px 8px 22px 8px;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.2), transparent 50%),
    rgba(4, 8, 18, 0.84);
  text-align: center;
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(255, 42, 42, 0.12);
  backdrop-filter: blur(10px);
}

.press-archive-collage span,
.press-archive-collage small {
  color: rgba(248, 240, 220, 0.68);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-archive-collage strong {
  color: var(--cream);
  font-family: var(--accent-font);
  font-size: clamp(1.7rem, 5vw, 3.4rem);
  font-weight: 900;
  line-height: 0.9;
}

.archive-footnote {
  margin: -0.1rem 0 0;
  color: rgba(248, 240, 220, 0.62);
  font-size: 0.9rem;
}

.archive-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.2rem 0 0;
}

.archive-proof-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.55rem 0.78rem;
  border: 1px solid rgba(255, 202, 109, 0.2);
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 202, 109, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.045);
  color: rgba(255, 245, 218, 0.82);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.archive-history-strip {
  display: grid;
  gap: 1rem;
}

.archive-history-card {
  display: grid;
  gap: 0.75rem;
  padding: clamp(1.1rem, 3vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px 12px 26px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 30%),
    radial-gradient(circle at 0 0, rgba(255, 48, 79, 0.12), transparent 34%),
    rgba(8, 12, 30, 0.88);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 38px rgba(0, 0, 0, 0.18);
}

.archive-history-card-paper {
  background:
    linear-gradient(135deg, rgba(255, 248, 225, 0.09), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.14), transparent 34%),
    rgba(12, 13, 24, 0.9);
}

.archive-history-card h2 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(1.65rem, 5vw, 2.6rem);
}

.archive-history-card p {
  margin: 0;
  color: var(--muted);
}

.press-clipping-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.press-clipping-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.9rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px 12px 22px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 202, 109, 0.08), transparent 30%),
    rgba(8, 12, 30, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 16px 30px rgba(0, 0, 0, 0.18);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.press-clipping-card:nth-child(3n + 1) {
  transform: rotate(-0.35deg);
}

.press-clipping-card:nth-child(3n + 2) {
  transform: rotate(0.45deg);
}

.press-clipping-card:nth-child(5n) {
  background:
    linear-gradient(180deg, rgba(255, 248, 221, 0.08), transparent 24%),
    radial-gradient(circle at top left, rgba(255, 42, 42, 0.1), transparent 32%),
    rgba(10, 12, 24, 0.9);
}

.press-clipping-card:nth-child(4n + 2) .press-clipping-image {
  aspect-ratio: 5 / 4;
}

.press-clipping-card:nth-child(4n + 3) .press-clipping-image {
  aspect-ratio: 3 / 4;
}

.press-clipping-card:hover,
.press-clipping-card:focus-within {
  z-index: 2;
  border-color: rgba(255, 202, 109, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 44px rgba(0, 0, 0, 0.28),
    0 0 28px rgba(255, 42, 42, 0.08);
  transform: translateY(-0.2rem) rotate(0deg);
}

.press-clipping-image {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px 8px 18px 8px;
  background:
    linear-gradient(135deg, rgba(255, 250, 235, 0.96), rgba(218, 199, 166, 0.9)),
    rgba(255, 245, 220, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(20, 20, 20, 0.05),
    0 16px 28px rgba(0, 0, 0, 0.22);
}

.press-clipping-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.55rem;
  filter: contrast(1.04) saturate(0.92);
  transition:
    transform 260ms ease,
    filter 260ms ease;
}

.press-clipping-card:hover .press-clipping-image img,
.press-clipping-card:focus-within .press-clipping-image img {
  transform: scale(1.025) rotate(-0.2deg);
  filter: contrast(1.08) saturate(1);
}

.press-clipping-copy {
  display: grid;
  gap: 0.55rem;
  align-content: start;
}

.press-clipping-index {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-clipping-copy strong {
  color: var(--cream);
  font-size: 1.05rem;
  line-height: 1.1;
}

.press-clipping-copy p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.photo-archive-card {
  display: grid;
  gap: 0.8rem;
  padding: 0.9rem;
  border-radius: 24px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 22%),
    radial-gradient(circle at top right, rgba(255, 204, 128, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(124, 209, 255, 0.08), transparent 28%),
    rgba(9, 14, 34, 0.92);
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.photo-archive-image {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 1 / 1;
}

.photo-archive-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.photo-archive-card:hover .photo-archive-image img,
.photo-archive-card:focus-within .photo-archive-image img {
  transform: scale(1.04);
}

.photo-archive-copy {
  display: grid;
  gap: 0.65rem;
}

.photo-archive-text {
  display: grid;
  gap: 0.18rem;
}

.photo-archive-text strong {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--cream);
}

.photo-archive-text span {
  color: var(--muted);
  font-size: 0.92rem;
}

.empty-state {
  margin: 1rem 0 0;
  color: var(--muted);
}

.footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "brand year"
    "nav social";
  gap: 0.85rem 1rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px 10px 24px 12px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 0 0, rgba(255, 48, 79, 0.14), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(124, 209, 255, 0.1), transparent 26%),
    rgba(6, 10, 24, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  color: rgba(248, 240, 220, 0.64);
  font-size: 0.92rem;
}

.footer > p {
  margin: 0;
}

.footer > p:first-child {
  grid-area: brand;
  color: rgba(255, 248, 238, 0.9);
  font-size: 0.9rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.footer > p[data-current-year] {
  grid-area: year;
  justify-self: end;
  color: rgba(248, 240, 220, 0.52);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-links {
  grid-area: nav;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.85rem;
  align-items: center;
  justify-content: flex-start;
}

.footer-link-group,
.footer-access-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: center;
}

.footer-access-links {
  margin-left: 0.1rem;
  padding-left: 0.85rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.05rem;
  padding: 0.38rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(124, 209, 255, 0.04)),
    rgba(255, 255, 255, 0.025);
  color: rgba(248, 240, 220, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
  border-color: rgba(124, 209, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.1), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.footer-links a[aria-current="page"] {
  color: var(--text);
  border-color: rgba(255, 202, 109, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 202, 109, 0.12), rgba(255, 48, 79, 0.08)),
    rgba(255, 255, 255, 0.045);
}

.footer-access-links a {
  min-height: 2.18rem;
  padding: 0.42rem 0.9rem;
  border-color: rgba(255, 48, 79, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.16), rgba(255, 81, 207, 0.08), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.035);
  color: rgba(255, 248, 238, 0.92);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow:
    0 0 18px rgba(255, 48, 79, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer-access-links a::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  margin-right: 0.38rem;
  border-radius: 50%;
  background: var(--red);
  box-shadow:
    0 0 10px rgba(255, 48, 79, 0.72),
    0 0 14px rgba(124, 209, 255, 0.18);
}

.footer-access-links a[href="portal.html"] {
  border-color: rgba(124, 209, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(124, 209, 255, 0.13), rgba(255, 48, 79, 0.1), rgba(255, 81, 207, 0.08)),
    rgba(255, 255, 255, 0.035);
}

.footer-access-links a[href="portal.html"]::before {
  background: var(--electric);
  box-shadow:
    0 0 10px rgba(124, 209, 255, 0.62),
    0 0 14px rgba(255, 48, 79, 0.18);
}

.footer-access-links a:hover,
.footer-access-links a:focus-visible,
.footer-access-links a[aria-current="page"] {
  color: #fff8ee;
  border-color: rgba(255, 202, 109, 0.32);
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.22), rgba(124, 209, 255, 0.12)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    0 0 22px rgba(255, 48, 79, 0.12),
    0 0 18px rgba(124, 209, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.social-links {
  grid-area: social;
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
  justify-content: flex-end;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.58rem;
  padding: 0.2rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.018);
  color: rgba(248, 240, 220, 0.58);
  font-size: 0.72rem;
  font-weight: 760;
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--text);
  border-color: rgba(154, 217, 255, 0.2);
  transform: translateY(-1px);
  box-shadow:
    0 0 14px rgba(154, 217, 255, 0.06),
    0 0 12px rgba(255, 195, 109, 0.04);
}

.footer .social-links a.facebook-follow-link {
  border-color: rgba(24, 119, 242, 0.18);
  background: rgba(255, 255, 255, 0.018);
  color: rgba(248, 240, 220, 0.62);
  box-shadow: none;
}

.footer .social-links a.facebook-follow-link::before {
  width: 0.86rem;
  height: 0.86rem;
  margin-right: 0.28rem;
  font-size: 0.68rem;
  opacity: 0.82;
}

.footer .social-links a.facebook-follow-link:hover,
.footer .social-links a.facebook-follow-link:focus-visible {
  color: #f7fbff;
  border-color: rgba(24, 119, 242, 0.28);
  background: rgba(24, 119, 242, 0.08);
  box-shadow: 0 0 14px rgba(24, 119, 242, 0.08);
}

.mobile-dock {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  bottom: calc(0.75rem + env(safe-area-inset-bottom));
  z-index: 18;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.28rem;
  width: min(calc(100% - 1rem), 23.5rem);
  padding: 0.36rem;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 42, 42, 0.18);
  border-radius: 1.5rem;
  background:
    linear-gradient(90deg, rgba(255, 42, 42, 0.16), rgba(255, 81, 207, 0.1), rgba(124, 209, 255, 0.12)),
    rgba(5, 10, 24, 0.88);
  backdrop-filter: blur(18px);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(255, 42, 42, 0.1),
    0 0 20px rgba(124, 209, 255, 0.08);
}

.mobile-dock a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2.52rem;
  padding: 0.35rem 0.36rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: clamp(0.68rem, 2.6vw, 0.82rem);
  font-weight: 850;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-dock a:hover,
.mobile-dock a:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.14), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.page-organizers .mobile-dock {
  border-color: rgba(255, 194, 106, 0.16);
  background:
    linear-gradient(90deg, rgba(255, 159, 85, 0.14), rgba(255, 213, 141, 0.08), rgba(142, 216, 255, 0.12)),
    rgba(7, 13, 28, 0.9);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(255, 159, 85, 0.1),
    0 0 20px rgba(142, 216, 255, 0.08);
}

.page-organizers .mobile-dock a:hover,
.page-organizers .mobile-dock a:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 159, 85, 0.14), rgba(142, 216, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
}

.page-portal .mobile-dock {
  border-color: rgba(255, 48, 79, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 48, 79, 0.16), rgba(255, 81, 207, 0.1), rgba(124, 209, 255, 0.12)),
    rgba(5, 10, 24, 0.9);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.35),
    0 0 24px rgba(255, 48, 79, 0.11),
    0 0 20px rgba(124, 209, 255, 0.08);
}

.page-portal .mobile-dock a:hover,
.page-portal .mobile-dock a:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 48, 79, 0.15), rgba(124, 209, 255, 0.08)),
    rgba(255, 255, 255, 0.06);
}

.page-protected .section[id],
.page-protected .download-group[id] {
  scroll-margin-top: 10rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise 700ms ease forwards;
}

.reveal:nth-child(2) {
  animation-delay: 80ms;
}

.reveal:nth-child(3) {
  animation-delay: 160ms;
}

.reveal:nth-child(4) {
  animation-delay: 240ms;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes panelGlowIn {
  from {
    opacity: 0;
    transform: translateY(0.45rem) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes scanDrift {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, 1.8rem, 0);
  }
}

@keyframes marqueeRun {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes sideRailLoop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes beamSweep {
  from {
    transform: translate3d(-0.4rem, 0.6rem, 0) scale(0.94);
    opacity: 0.46;
  }

  to {
    transform: translate3d(1.4rem, -1rem, 0) scale(1.04);
    opacity: 0.82;
  }
}

@keyframes vinylSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes eqBounce {
  0%,
  100% {
    transform: scaleY(0.58);
    opacity: 0.82;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@keyframes navSignalSweep {
  0%,
  56%,
  100% {
    transform: translateX(-115%);
    opacity: 0;
  }

  62% {
    opacity: 0.38;
  }

  78% {
    transform: translateX(115%);
    opacity: 0;
  }
}

@keyframes mottoRock {
  0%,
  100% {
    transform: rotate(-0.7deg) translateY(0);
  }

  42% {
    transform: rotate(0.65deg) translateY(-1px);
  }

  58% {
    transform: rotate(-0.25deg) translateY(1px);
  }
}

@keyframes mottoNeonPulse {
  0%,
  100% {
    color: #ff2a2a;
    text-shadow:
      0 0 1px rgba(255, 242, 221, 0.76),
      0 0 12px rgba(255, 42, 42, 0.42),
      0 0 26px rgba(255, 42, 42, 0.2);
  }

  46% {
    color: #ff3a32;
    text-shadow:
      0 0 2px rgba(255, 250, 228, 0.9),
      0 0 20px rgba(255, 42, 42, 0.75),
      0 0 42px rgba(255, 42, 42, 0.34),
      0 0 62px rgba(255, 202, 109, 0.12);
  }

  58% {
    color: #ff201d;
    text-shadow:
      0 0 1px rgba(255, 242, 221, 0.72),
      0 0 10px rgba(255, 42, 42, 0.4),
      0 0 22px rgba(255, 42, 42, 0.18);
  }
}

@keyframes mottoGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.92);
    opacity: 0.58;
  }

  50% {
    transform: translate3d(2.2rem, 1.4rem, 0) scale(1.16);
    opacity: 0.9;
  }
}

@keyframes cavernNumberGlitch {
  0%,
  76%,
  100% {
    transform: translate3d(0, 0, 0);
    text-shadow:
      0 0 14px rgba(255, 202, 109, 0.24),
      0 0 24px rgba(255, 48, 79, 0.08);
  }

  78% {
    transform: translate3d(1px, -1px, 0) skewX(-2deg);
    text-shadow:
      -2px 0 0 rgba(124, 209, 255, 0.52),
      2px 0 0 rgba(255, 42, 42, 0.48),
      0 0 22px rgba(255, 202, 109, 0.42);
  }

  80% {
    transform: translate3d(-1px, 1px, 0) skewX(2deg);
    text-shadow:
      2px 0 0 rgba(124, 209, 255, 0.42),
      -2px 0 0 rgba(255, 42, 42, 0.42),
      0 0 30px rgba(255, 202, 109, 0.32);
  }

  82% {
    transform: translate3d(0, 0, 0);
    text-shadow:
      0 0 16px rgba(255, 202, 109, 0.38),
      0 0 30px rgba(255, 48, 79, 0.16);
  }
}

@keyframes mottoPulseLine {
  0%,
  100% {
    transform: scaleX(0.42);
    opacity: 0.45;
  }

  50% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .site-shell {
    padding-bottom: 3rem;
  }

  .ad-venue-row-top {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .ad-venue-phase {
    justify-items: end;
  }

  .hero,
  .portal-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: stretch;
  }

  .insight-kpi-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .insight-layout-wide {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .hero-copy,
  .portal-intro {
    padding-right: 1rem;
  }

  .tour-scroll-line {
    align-items: center;
  }

  .hero-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .museum-content-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .museum-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-archive-intro-grid {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: end;
    gap: 1.2rem;
  }

  .photo-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-history-strip,
  .press-clipping-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tour-item {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.05rem;
  }

  .tour-date-block {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 0.12rem;
    min-width: 5.6rem;
    padding: 0.8rem 0.7rem;
  }

  .tour-day {
    font-size: 2.55rem;
  }

  .tour-item-actions {
    justify-content: flex-end;
  }

  .tour-action-stack {
    width: auto;
    justify-items: stretch;
  }

  .tour-item-actions .ticket-status,
  .tour-item-actions .button,
  .tour-item-actions .ticket-placeholder {
    min-width: 12rem;
    width: auto;
  }

  .mini-kpi-grid,
  .portal-hub-grid,
  .contact-grid,
  .qa-grid,
  .priority-grid,
  .procurement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .task-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat-strip,
  .overview-grid,
  .workflow-grid,
  .booking-facts,
  .booking-quote-grid,
  .experience-payoff-grid,
  .proof-wall,
  .ticket-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finder-stop-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .finder-result-list-featured,
  .finder-result-list-season {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finder-result-list-nearest {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .finder-result-list-featured .finder-stop-card,
  .finder-result-list-season .finder-stop-card,
  .finder-result-list-nearest .finder-stop-card {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .finder-stop-actions {
    justify-content: flex-end;
  }

  .finder-result-list-featured .finder-stop-actions,
  .finder-result-list-season .finder-stop-actions,
  .finder-result-list-nearest .finder-stop-actions {
    justify-content: flex-start;
  }

  .booking-layout,
  .access-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: stretch;
  }

  .campaign-video,
  .campaign-video iframe {
    min-height: 32rem;
  }

  .campaign-points,
  .campaign-stop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .organizer-quick-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-landing-grid,
  .press-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-collage,
  .booking-visual-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-panel {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: stretch;
  }

  .experience-panel img {
    height: 100%;
    min-height: 23rem;
  }

  .experience-collage-main,
  .booking-visual-card-poster {
    grid-column: span 2;
  }

  .field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-field-full {
    grid-column: 1 / -1;
  }

  .media-layout {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  .page-organizers .media-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .page-organizers .media-card-audio {
    grid-column: 1 / -1;
  }

  .page-organizers .media-card-video video {
    height: clamp(14rem, 26vw, 18rem);
  }

  .video-picks {
    grid-template-columns: minmax(0, 1fr);
  }

  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-tile:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 24rem;
  }

  .gallery-tile:nth-child(4) {
    grid-column: span 2;
  }

  .dashboard-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-grid.resource-grid-compact {
    grid-template-columns: 1fr;
  }

  .download-group-logos .download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bridge-panel {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1180px) {
  .page-home .side-rail {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .ad-center-layout {
    grid-template-columns: minmax(0, 1.24fr) minmax(18rem, 0.76fr);
    align-items: start;
  }

  .ad-campaign-card {
    grid-template-columns: minmax(0, 1fr) minmax(12.5rem, 0.58fr);
    align-items: start;
  }

  .ad-campaign-meta {
    grid-column: 1 / -1;
  }

  .hero-headliner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "lead stage"
      "story side"
      "ticker ticker";
    gap: 0.85rem;
    min-height: auto;
    align-items: stretch;
  }

  .hero-lead-panel {
    grid-area: lead;
  }

  .hero-story-panel {
    grid-area: story;
  }

  .hero-stage-main {
    grid-area: stage;
  }

  .hero-side-panel {
    grid-area: side;
  }

  .hero-copy {
    display: grid;
    min-height: 0;
  }

  .hero-mark-frame {
    width: clamp(7.2rem, 10vw, 9.4rem);
    min-height: 0;
    aspect-ratio: 1;
    padding: clamp(0.3rem, 0.7vw, 0.52rem);
  }

  .hero-sigil {
    width: 100%;
    height: 100%;
    max-height: 100%;
    transform: none;
  }

  .hero-copy h1 {
    max-width: 16ch;
    margin-top: 0;
    font-size: clamp(3.25rem, 4.7vw, 4.3rem);
    line-height: 1;
  }

  .hero-copy .lede {
    max-width: 39rem;
    font-size: 1.04rem;
  }

  .hero-stage-main {
    min-height: 0;
    height: 100%;
    align-self: stretch;
    border-radius: 40px 12px 34px 14px;
  }

  .hero-stage-main .hero-photo-rotator,
  .hero-stage-main > img {
    height: 100%;
    min-height: clamp(21rem, 35vw, 27rem);
  }

  .hero-stage-main > img {
    object-position: center 42%;
  }

  .hero-stage-main .stage-card-copy {
    width: auto;
    backdrop-filter: none;
  }

  .page-home .hero-story-panel {
    overflow: hidden;
    align-content: end;
    min-height: clamp(26rem, 36vw, 32rem);
    padding: clamp(0.85rem, 1.25vw, 1.05rem);
  }

  .page-home .hero-story-panel .hero-story-poster {
    position: absolute;
    inset: clamp(0.85rem, 1.25vw, 1.05rem);
    z-index: 0;
    min-height: 0;
    aspect-ratio: auto;
    border-color: rgba(255, 202, 109, 0.12);
    opacity: 0.88;
  }

  .page-home .hero-story-panel .hero-story-poster::after {
    background:
      linear-gradient(180deg, rgba(4, 8, 20, 0.08), rgba(4, 8, 20, 0.72) 68%, rgba(4, 8, 20, 0.94)),
      radial-gradient(circle at 12% 18%, rgba(255, 42, 42, 0.1), transparent 32%);
  }

  .page-home .hero-story-panel .hero-story-poster img {
    object-fit: cover;
    object-position: center;
  }

  .page-home .hero-story-panel .lede {
    position: relative;
    z-index: 1;
    max-width: 45rem;
    padding: clamp(0.82rem, 1.3vw, 1rem);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px 8px 18px 8px;
    background:
      linear-gradient(135deg, rgba(255, 42, 42, 0.15), transparent 48%),
      rgba(4, 8, 20, 0.76);
    color: rgba(246, 241, 230, 0.9);
    backdrop-filter: blur(14px);
  }

  .page-home .hero-side-panel {
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    grid-template-areas:
      "head head"
      "title video"
      "copy video"
      "stats review";
    gap: 0.72rem 0.85rem;
    align-content: start;
  }

  .page-home .hero-side-head {
    grid-area: head;
  }

  .page-home .hero-side-panel h2 {
    grid-area: title;
    max-width: 11ch;
  }

  .page-home .hero-side-panel > p:not(.eyebrow) {
    grid-area: copy;
  }

  .page-home .hero-video-feature {
    grid-area: video;
    align-self: stretch;
  }

  .page-home .hero-video-feature video {
    height: clamp(10.5rem, 18vw, 14.5rem);
    max-height: none;
  }

  .page-home .hero-stat-strip {
    grid-area: stats;
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  .page-home .hero-stat-strip li {
    min-height: 0;
    padding: 0.78rem 0.86rem;
  }

  .page-home .hero-review-spotlight {
    grid-area: review;
    align-self: stretch;
    min-height: 100%;
  }

  .page-home .hero-review-quote {
    min-height: 100%;
  }

  .experience-payoff-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .proof-wall {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  }

  .proof-wall-feature {
    grid-row: span 2;
  }

  .proof-wall-feature img {
    height: 24rem;
  }

  .masthead {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-inline: 1rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    grid-column: auto;
    display: inline-flex;
    justify-self: end;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
  }

  .site-nav a {
    padding: 0.5rem 0.84rem 0.5rem 1.05rem;
  }

  .lang-switch {
    grid-column: auto;
    justify-self: end;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .overview-grid,
  .workflow-grid,
  .ticket-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .photo-archive-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .press-clipping-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .insight-kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .experience-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .experience-collage-main,
  .experience-collage-side,
  .experience-collage-side-wide {
    grid-column: auto;
    min-height: clamp(19rem, 25vw, 24rem);
  }

  .booking-visual-band {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .booking-visual-card-poster {
    grid-column: auto;
  }

  .overview-grid {
    align-self: end;
  }

  .booking-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: stretch;
  }

  .access-status {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .press-magazine {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    align-items: start;
  }

  .page-home #presse .press-feature-card,
  .page-press .press-magazine-section .press-feature-card {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }

  .resource-grid.resource-grid-compact {
    grid-template-columns: 1fr;
  }

  .download-group-logos .download-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mini-kpi-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .priority-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .task-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .team-command-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .team-command-panel .task-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-modal-status-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-portal .team-command-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.75fr);
    align-items: stretch;
  }

  .team-hero-top {
    grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 1.18fr);
  }

  .team-hero-visual img {
    min-height: 18rem;
  }

  .media-layout {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }

  .page-organizers .media-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .page-organizers .media-card-video video {
    height: clamp(15rem, 22vw, 20rem);
  }

  .video-picks {
    grid-template-columns: minmax(0, 1fr);
  }

  .video-viewer {
    border-radius: 1.25rem;
    padding: 0.55rem;
  }

  .video-viewer-strip {
    grid-auto-columns: minmax(7.4rem, 9.2rem);
    gap: 0.55rem;
  }

  .video-thumb span {
    font-size: 0.66rem;
  }

  .mobile-dock {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .site-shell {
    width: min(calc(100% - 2.5rem), 60rem);
    padding-bottom: 2.6rem;
  }

  .hero,
  .portal-hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .hero-copy,
  .portal-intro {
    padding-right: 0;
  }

  .page-home .hero-copy {
    padding: 1.25rem;
  }

  .hero-copy h1,
  .portal-intro h1 {
    max-width: 12.4ch;
  }

  .page-home .hero-lead-panel h1 {
    max-width: 16ch;
  }

  .hero-stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stage-main {
    min-height: 0;
  }

  .hero-stage-main .hero-photo-rotator,
  .hero-stage-main > img {
    height: 26rem;
    min-height: 0;
  }

  .hero-stage-main > img {
    object-position: center 42%;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-tile:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 20rem;
  }

  .gallery-tile:nth-child(4) {
    grid-column: span 1;
  }

  .booking-layout,
  .access-status {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-home .site-shell::before {
    inset: 0 0 1rem;
    border-radius: 28px;
  }

  .museum-heading h2 {
    max-width: 12ch;
  }

  .review-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-flow: row;
    align-items: stretch;
    gap: 1.1rem;
    min-height: auto;
    overflow: visible;
    padding: 1rem;
  }

  .review-card,
  .review-card:nth-child(n) {
    grid-column: auto;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    padding: 0 0 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transform: none;
  }

  .review-card::before {
    inset: -0.35rem -0.45rem;
  }

  .review-card:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .review-card p {
    font-size: clamp(1.16rem, 6.3vw, 1.95rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .review-card-loud p,
  .review-card-wide p,
  .review-card:nth-child(4) p,
  .review-card:nth-child(9) p,
  .review-card:nth-child(13) p {
    font-size: clamp(1.18rem, 6vw, 1.75rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .review-stars {
    font-size: 0.68rem;
  }

  .review-card strong {
    opacity: 0.76;
    transform: none;
  }

  .review-card:hover,
  .review-card:focus-within {
    transform: translateY(-0.12rem) scale(1.015);
  }

  .review-marquee {
    border-radius: 18px 8px 16px 10px;
  }

  .review-marquee-track {
    animation-duration: 34s;
  }

  .review-marquee-track span {
    min-height: 1.65rem;
    padding: 0.28rem 0.58rem;
    font-size: 0.66rem;
  }

  .resource-card-compact {
    grid-template-columns: 4.6rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .press-magazine {
    grid-template-columns: 1fr;
  }

  .page-home #presse .press-compact-card,
  .page-press .press-magazine-section .press-compact-card {
    grid-template-columns: 4.9rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .dashboard-modal {
    padding: 0.75rem;
  }

  .dashboard-modal-dialog {
    width: min(100vw - 1.5rem, 100%);
    max-height: min(92vh, 58rem);
    border-radius: 24px;
    padding: 0.9rem;
  }

  .portal-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .resource-card-topline {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .page-portal .section-rail {
    display: none;
  }

  .page-home .site-shell::after {
    inset: 0.6rem 0.6rem 1.6rem;
    border-radius: 22px;
  }

  .masthead {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.72rem;
    align-items: center;
    padding: 0.72rem;
    border-radius: 28px 10px 28px 10px;
  }

  .brand {
    grid-column: 1;
    min-width: 0;
  }

  .brand {
    gap: 0.7rem;
    padding: 0;
  }

  .brand-mark {
    width: 3.55rem;
    height: 3.55rem;
  }

  .brand-copy strong {
    font-size: 1.08rem;
  }

  .brand-copy small {
    max-width: 22ch;
    font-size: 0.8rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav,
  .site-nav.is-open {
    display: flex;
    grid-column: 1 / -1;
    flex-wrap: nowrap;
    gap: 0.38rem;
    overflow-x: auto;
    padding: 0.24rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
    min-height: 2.2rem;
    padding: 0.45rem 0.76rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 42, 42, 0.16), rgba(124, 209, 255, 0.09)),
      rgba(255, 255, 255, 0.03);
    color: var(--cream);
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .lang-switch {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    justify-content: flex-end;
    gap: 0.42rem;
    flex-wrap: nowrap;
  }

  .lang-switch a {
    width: 1.72rem;
    min-height: 0;
    padding: 0;
    justify-content: center;
    gap: 0;
    font-size: 0;
  }

  .lang-switch-flag {
    font-size: 1.08rem;
  }

  .portal-switch {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-height: 2.42rem;
    padding: 0 0.82rem;
    font-size: 0.72rem;
  }

  .section {
    padding: 1.2rem;
  }

  .compare-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .goal-card {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero-copy h1,
  .portal-intro h1 {
    max-width: 12ch;
  }

  .hero-copy h1 {
    font-size: 3.1rem;
    line-height: 1.03;
  }

  .page-home .hero-copy {
    padding: 1rem;
  }

  .page-home .hero-lead-panel {
    min-height: auto;
    order: 1;
  }

  .hero-stage-main {
    order: 2;
  }

  .page-home .hero-story-panel {
    order: 3;
  }

  .hero-side-panel {
    order: 4;
  }

  .hero-lockup {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: stretch;
  }

  .hero-mark-copy {
    grid-template-columns: 1fr;
    gap: 0.28rem;
  }

  .hero-mark-frame {
    width: clamp(5.75rem, 22vw, 7.2rem);
    min-height: 0;
    aspect-ratio: 1;
  }

  .hero::before {
    inset: auto -24% -14% 8%;
    height: 16rem;
    opacity: 0.68;
  }

  .hero-sigil {
    width: 100%;
    height: 100%;
  }

  .hero-world-quote {
    max-width: 18ch;
    font-size: clamp(1.02rem, 6vw, 1.36rem);
  }

  .hero-quote-credit {
    font-size: 0.66rem;
  }

  .hero-trust {
    font-size: 0.9rem;
  }

  .hero-stage-main {
    min-height: 0;
  }

  .hero-stage-main .hero-photo-rotator,
  .hero-stage-main > img {
    height: 18rem;
    min-height: 0;
  }

  .hero-stage-main > img {
    object-position: center 42%;
  }

  .tour-scroll-line {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.8rem 0.9rem;
  }

  .tour-scroll-track {
    animation-duration: 42s;
  }

  .dashboard-actions .button {
    flex-basis: 100%;
  }

  .dashboard-frame-title {
    width: 100%;
  }

  .dashboard-embed {
    height: 74rem;
  }

  .media-card,
  .booking-form-card,
  .resource-card,
  .ticket-card {
    gap: 0.85rem;
  }

  .hero-stage::before {
    right: -16%;
    top: 24%;
    width: 15rem;
    height: 15rem;
  }

  .stage-card-poster {
    order: 2;
  }

  .stage-card-live {
    order: 1;
  }

  .section-rail {
    padding-inline: 0;
  }

  .ticket-card-top {
    flex-wrap: wrap;
  }

  .ticket-status {
    white-space: normal;
  }

  .tour-item {
    padding: 1rem;
  }

  .tour-date-block {
    padding: 0.65rem 0.8rem;
  }

  .tour-day {
    font-size: 2rem;
  }

  .tour-item-actions .button,
  .tour-item-actions .ticket-status,
  .tour-item-actions .ticket-placeholder {
    min-width: 100%;
  }

  .footer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "social"
      "year";
    gap: 0.75rem;
    padding: 0.95rem;
    border-radius: 24px 10px 22px 12px;
    text-align: center;
  }

  .footer-links,
  .social-links {
    justify-self: center;
    justify-content: center;
    width: 100%;
  }

  .footer-link-group,
  .footer-access-links {
    justify-content: center;
    width: 100%;
  }

  .footer-access-links {
    margin-left: 0;
    padding-top: 0.62rem;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .footer-access-links a {
    flex: 1 1 9.5rem;
  }

  .footer > p:first-child {
    justify-self: center;
  }

  .footer > p[data-current-year] {
    justify-self: center;
  }

  .priority-top,
  .task-column-head {
    align-items: start;
  }
}

@media (max-width: 479px) {
  .site-shell {
    width: min(calc(100% - 1rem), 30rem);
    padding-top: 0.8rem;
  }

  .section {
    padding: 1rem;
    margin-bottom: 1rem;
  }

  .hero-copy h1,
  .portal-intro h1 {
    max-width: 11.5ch;
    font-size: 2.75rem;
    line-height: 1.02;
  }

  .hero-actions {
    gap: 0.6rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-mark-frame.hero-mark-wide {
    width: clamp(6.8rem, 31vw, 8.4rem);
  }

  .hero-mark-frame {
    width: clamp(5.2rem, 24vw, 6.35rem);
    min-height: 0;
    aspect-ratio: 1;
  }

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

@media (min-width: 1280px) {
  .site-shell {
    width: min(calc(100% - 3.4rem), 1360px);
  }

  .hero-headliner {
    min-height: auto;
    gap: 0.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(3.6rem, 4.2vw, 4.75rem);
    max-width: 16ch;
  }

  .hero-copy .lede {
    max-width: 40rem;
    font-size: 1.08rem;
  }

  .hero-mark-frame {
    width: clamp(7.8rem, 9vw, 9.8rem);
    min-height: 0;
  }

  .hero-sigil {
    width: 100%;
    height: 100%;
  }

  .hero-stage-main {
    min-height: 0;
    height: 100%;
    align-self: stretch;
  }

  .hero-stage-main .hero-photo-rotator,
  .hero-stage-main > img {
    height: 100%;
    min-height: clamp(21rem, 35vw, 27rem);
  }

  .hero-stage-main > img {
    object-position: center 42%;
  }

  .museum-content-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.9fr) minmax(0, 0.72fr);
    align-items: stretch;
  }

  .museum-side-stack {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .museum-visual,
  .museum-side-stack {
    min-height: clamp(24rem, 40vw, 34rem);
  }

  .museum-side-card {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body::before,
  .hero-stage::before,
  .masthead::before,
  .tour-scroll-track,
  .review-marquee-track,
  .hero-review-quote,
  .review-card,
  .hero-motto-tile::before,
  .hero-motto-tile::after,
  .hero-motto-tile strong,
  .hero-cavern-tile strong {
    animation: none;
  }

  .reveal,
  .gallery-tile img,
  .hero-photo-slide,
  .button,
  .filter-chip,
  .text-link,
  [data-parallax] {
    animation: none;
    transition: none;
    transform: none;
    opacity: 1;
  }
}

.page-press {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 74, 74, 0.18), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(124, 209, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #101c45 0%, #09142f 42%, #040814 100%);
}

.page-press .site-shell {
  width: min(calc(100% - 2rem), 1120px);
}

.press-hero {
  align-items: stretch;
}

.press-cover-card {
  padding: 1rem;
}

.press-cover-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.press-copy-grid,
.press-fact-grid {
  display: grid;
  gap: 1rem;
}

.press-copy-card {
  gap: 0.85rem;
}

.press-copy-text {
  margin: 0;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.75;
}

.press-sheet {
  gap: 1rem;
}

.press-sheet p + p {
  margin-top: 0.2rem;
}

.page-press .bridge-panel {
  align-items: center;
}

.page-press .bridge-panel .press-actions {
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .press-copy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .press-fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.anti-museum-section {
  padding: clamp(0.6rem, 1.35vw, 0.95rem);
  border-color: rgba(255, 202, 109, 0.2);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 42, 42, 0.2), transparent 26%),
    radial-gradient(circle at 86% 8%, rgba(255, 202, 109, 0.14), transparent 24%),
    radial-gradient(circle at 76% 98%, rgba(124, 209, 255, 0.11), transparent 28%),
    linear-gradient(135deg, rgba(10, 14, 34, 0.96), rgba(4, 8, 20, 0.96));
}

.anti-museum-section + .section {
  margin-top: 0;
}

.anti-museum-section .museum-heading {
  margin: 0;
  width: 100%;
  max-width: none;
}

.anti-museum-section .museum-content-grid {
  display: grid;
  gap: clamp(0.55rem, 1.05vw, 0.8rem);
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
}

.anti-museum-section .museum-copy {
  width: 100%;
  min-width: 0;
  padding: clamp(0.68rem, 1.1vw, 0.92rem);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 28px 10px 28px 10px;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 42, 42, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 26%),
    rgba(4, 8, 20, 0.48);
}

.anti-museum-section .museum-heading h2 {
  max-width: 16ch;
  line-height: 0.98;
}

.anti-museum-section .museum-heading-top {
  margin-bottom: -0.1rem;
}

.anti-museum-section .museum-stamp {
  width: clamp(5.2rem, 7.8vw, 7.4rem);
  transform: translateY(0.05rem) rotate(-5deg);
}

.anti-museum-section .museum-copy > p:not(.eyebrow) {
  max-width: min(100%, 58rem);
  margin-top: 0.55rem;
}

.anti-museum-section .museum-visual {
  margin-top: clamp(0.35rem, 0.7vw, 0.52rem);
  aspect-ratio: 4 / 3;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(3, 6, 16, 0.02), rgba(3, 6, 16, 0.12)),
    url("assets/optimized/generated/museum-gallery-concert.jpg"),
    radial-gradient(circle at 14% 0%, rgba(255, 202, 109, 0.12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(255, 42, 42, 0.11), transparent 28%),
    rgba(3, 6, 16, 0.86);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover, cover, auto, auto, auto;
}

.anti-museum-section .museum-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: 0;
  object-fit: contain;
  opacity: 0;
}

.anti-museum-section .museum-side-stack {
  display: grid;
  gap: clamp(0.55rem, 1.05vw, 0.8rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: start;
  width: 100%;
}

.anti-museum-section .museum-side-card {
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-color: rgba(124, 209, 255, 0.14);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 42, 42, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%),
    rgba(4, 8, 20, 0.88);
}

.anti-museum-section .museum-side-card:nth-child(2) {
  border-color: rgba(255, 202, 109, 0.16);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 202, 109, 0.14), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(124, 209, 255, 0.1), transparent 28%),
    rgba(5, 9, 22, 0.88);
}

.anti-museum-section .museum-side-card img {
  display: block;
  min-height: 0;
  object-fit: cover;
  object-position: center 44%;
}

.anti-museum-section .museum-side-card:nth-child(2) img {
  object-position: center 48%;
}

.anti-museum-section .museum-side-card:nth-child(3) img {
  object-position: center 44%;
}

.anti-museum-section .museum-side-card:nth-child(4) img {
  object-position: center 48%;
}

.anti-museum-section .museum-archive-teaser {
  grid-column: 1 / -1;
  aspect-ratio: auto;
  min-height: 10.5rem;
  border-color: rgba(255, 202, 109, 0.2);
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 42, 42, 0.22), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 202, 109, 0.13), transparent 28%),
    rgba(5, 9, 22, 0.92);
}

.anti-museum-section .museum-archive-teaser a {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(11rem, 0.85fr);
  align-items: stretch;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.museum-archive-paperwall {
  position: relative;
  overflow: hidden;
  min-height: 10.5rem;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0 1px, transparent 1px 9px),
    linear-gradient(135deg, rgba(255, 248, 225, 0.08), transparent 42%),
    rgba(3, 6, 16, 0.72);
}

.museum-archive-paperwall::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 34%, rgba(2, 4, 12, 0.55) 100%),
    linear-gradient(90deg, transparent 0 70%, rgba(4, 8, 20, 0.78));
}

.museum-archive-paperwall img {
  position: absolute;
  width: clamp(4.2rem, 8vw, 6.2rem);
  height: auto;
  padding: 0.16rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px 3px 8px 3px;
  background: rgba(255, 248, 225, 0.95);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.24);
  filter: contrast(1.05) saturate(0.88);
}

.museum-archive-paperwall img:nth-child(1) {
  left: 6%;
  top: 12%;
  transform: rotate(-8deg);
}

.museum-archive-paperwall img:nth-child(2) {
  left: 25%;
  top: 30%;
  transform: rotate(5deg);
}

.museum-archive-paperwall img:nth-child(3) {
  left: 43%;
  top: 8%;
  transform: rotate(-3deg);
}

.museum-archive-paperwall img:nth-child(4) {
  right: 26%;
  bottom: 10%;
  transform: rotate(8deg);
}

.museum-archive-paperwall img:nth-child(5) {
  right: 10%;
  top: 16%;
  transform: rotate(-6deg);
}

.museum-archive-paperwall img:nth-child(6) {
  left: 14%;
  bottom: 6%;
  transform: rotate(3deg);
}

.anti-museum-section .museum-archive-teaser .experience-collage-copy {
  position: relative;
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, 0.14), transparent 42%),
    rgba(4, 8, 20, 0.76);
}

.anti-museum-section .museum-archive-teaser small {
  color: rgba(248, 240, 220, 0.68);
  font-weight: 850;
}

.anti-museum-section .museum-archive-teaser:hover,
.anti-museum-section .museum-archive-teaser:focus-within {
  border-color: rgba(255, 202, 109, 0.34);
  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(255, 42, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.anti-museum-section .experience-collage-copy {
  padding: clamp(0.62rem, 1.1vw, 0.92rem);
}

.anti-museum-section .experience-collage-copy strong {
  font-size: clamp(0.82rem, 1.05vw, 0.98rem);
}

@media (min-width: 900px) {
  .anti-museum-section .museum-content-grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(22rem, 0.96fr);
  }

  .anti-museum-section .museum-side-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    align-self: start;
  }

  .anti-museum-section .museum-side-card {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .anti-museum-section .museum-archive-teaser {
    aspect-ratio: auto;
    min-height: 10.5rem;
  }
}

@media (min-width: 1180px) {
  .anti-museum-section .museum-content-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(26rem, 0.98fr);
  }

  .anti-museum-section .museum-side-card {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .anti-museum-section .museum-archive-teaser {
    aspect-ratio: auto;
    min-height: 10.5rem;
  }
}

@media (max-width: 620px) {
  .anti-museum-section .museum-archive-teaser a {
    grid-template-columns: 1fr;
  }

  .museum-archive-paperwall {
    min-height: 8.4rem;
  }
}

@media (min-width: 980px) {
  .page-portal .team-command-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.75fr);
    align-items: stretch;
  }
}

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

  .team-quick-grid,
  .team-task-board-compact,
  .project-modal-control-grid,
  .project-modal-outcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team-quick-card {
    min-height: 7.2rem;
  }
}

@media (max-width: 520px) {
  .team-quick-grid,
  .team-task-board-compact,
  .project-modal-control-grid,
  .project-modal-outcome-grid {
    grid-template-columns: 1fr;
  }

  .project-browser-add-form,
  .project-task-add-form {
    grid-template-columns: 1fr;
    border-radius: 18px 8px 16px 10px;
  }

  .project-browser-add-form button,
  .project-task-add-form button {
    width: 100%;
    min-height: 2.35rem;
  }

  .project-modal-tabs {
    border-radius: 18px;
  }
}

@media print {
  :root {
    --text: #111111;
    --muted: #444444;
    --line: rgba(0, 0, 0, 0.12);
  }

  html,
  body,
  .page-press {
    background: #ffffff !important;
    color: #111111 !important;
  }

  body::before,
  body::after,
  .backdrop,
  .masthead,
  .button,
  .nav-toggle {
    display: none !important;
  }

  .site-shell {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }

  .section,
  .stage-card,
  .info-card,
  .bridge-panel {
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
  }

  .section {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .pill,
  .card-label,
  .tag {
    color: #111111 !important;
    border-color: rgba(0, 0, 0, 0.16) !important;
    background: rgba(0, 0, 0, 0.04) !important;
  }

  a {
    color: #111111 !important;
    text-decoration: none;
  }
}
