@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bebas+Neue&family=Black+Ops+One&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #0d0d0d;
  --bg-soft: #121212;
  --bg-deep: #161616;
  --text: #f2ede6;
  --muted: #c7b8ab;
  --line: rgba(255, 255, 255, 0.06);
  --line-soft: rgba(255, 255, 255, 0.04);
  --surface-topline: rgba(255,255,255,0.032);
  --surface-inner-red: rgba(255, 60, 60, 0.05);
  --surface-inner-red-strong: rgba(255, 60, 60, 0.08);
  --edge-red-faint: rgba(255, 60, 60, 0.08);
  --edge-light: rgba(178, 24, 24, 0.16);
  --edge-light-strong: rgba(214, 38, 38, 0.24);
  --edge-red-soft: rgba(255, 60, 60, 0.1);
  --edge-red: rgba(255, 60, 60, 0.14);
  --edge-red-hot: rgba(255, 60, 60, 0.2);
  --edge-red-razor: rgba(255, 110, 110, 0.26);
  --glow-red-soft: rgba(255, 90, 90, 0.08);
  --glow-red: rgba(255, 90, 90, 0.14);
  --glow-red-tight: rgba(255, 90, 90, 0.22);
  --panel:
    linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0.005) 9%, rgba(42,8,8,0.16) 26%, rgba(20,20,20,0.95) 62%, rgba(13,13,13,0.995) 100%),
    linear-gradient(135deg, rgba(52,0,0,0.14), rgba(20,20,20,0.94) 34%, rgba(14,14,14,0.99));
  --panel-subtle:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.003) 11%, rgba(34,8,8,0.12) 28%, rgba(19,19,19,0.94) 60%, rgba(15,15,15,0.985) 100%),
    rgba(18,18,18,0.92);
  --shell-surface:
    linear-gradient(180deg, rgba(8,8,8,0.985), rgba(255,255,255,0.006) 9%, rgba(26,8,8,0.12) 30%, rgba(17,17,17,0.92) 100%),
    rgba(17,17,17,0.94);
  --surface-engineered:
    linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0.006) 8%, rgba(40,0,0,0.1) 23%, rgba(9,9,9,0.95) 54%, rgba(3,3,3,0.99) 100%);
  --surface-elevated:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004) 9%, rgba(32,0,0,0.09) 22%, rgba(14,14,14,0.95) 58%, rgba(8,8,8,0.99) 100%);
  --red-1: #190404;
  --red-2: #301010;
  --red-3: #b00000;
  --red-4: #ff2a2a;
  --blue-glow: rgba(86, 132, 255, 0.22);
  --blue-edge: rgba(86, 132, 255, 0.28);
  --purple-glow: rgba(138, 92, 255, 0.2);
  --purple-edge: rgba(138, 92, 255, 0.26);
  --success: #8df1a3;
  --warning: #ffd36f;
  --danger: #ff8a8a;
  --shadow:
    0 26px 70px rgba(0,0,0,0.56),
    0 0 0 1px rgba(255,255,255,0.035),
    inset 0 1px 0 rgba(255,255,255,0.022);
  --radius-xl: 20px;
  --radius-lg: 18px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --font-display: 'Bebas Neue', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0) 10%),
    radial-gradient(circle at 18% 12%, rgba(122,0,0,0.12), transparent 22%),
    radial-gradient(circle at 80% 14%, rgba(96,0,0,0.08), transparent 20%),
    linear-gradient(180deg, rgba(8,8,8,0.18), rgba(8,8,8,0.5) 22%, rgba(10,10,10,0.98)),
    url('home-background-neon-green.png') center/cover fixed;
  line-height: 1.6;
}

body[data-page="home"] {
  background: #020202;
  --home-scene-height: clamp(560px, 82vh, 860px);
  --home-fade-height: clamp(220px, 28vh, 320px);
  --home-glass-shell:
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(255,255,255,0.003) 12%, rgba(34,8,8,0.14) 28%, rgba(17,17,17,0.88) 100%),
    rgba(17,17,17,0.92);
  --home-glass-surface:
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(255,255,255,0.003) 10%, rgba(42,8,8,0.16) 28%, rgba(17,17,17,0.94) 58%, rgba(15,15,15,0.99) 100%),
    rgba(17,17,17,0.96);
  --home-glass-shell-shadow:
    0 24px 56px rgba(0,0,0,0.42),
    0 0 0 1px rgba(255,255,255,0.03);
  --home-glass-surface-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 0 0 1px rgba(214, 38, 38, 0.06),
    inset 0 -12px 20px rgba(0,0,0,0.18);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.018), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(170, 18, 18, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.014), transparent 16%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: transparent;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

.hidden-section {
  display: none !important;
}

.page-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
  position: relative;
  z-index: 1;
}

.page-wrap.narrow {
  width: min(920px, calc(100% - 32px));
}

.page-header {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.page-subtitle {
  color: var(--muted);
  margin: 0;
  max-width: 760px;
  line-height: 1.8;
}

.site-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.002) 18%, rgba(0,0,0,0.88) 100%),
    #080808;
  border: 1px solid rgba(128, 10, 10, 0.42);
  box-shadow:
    0 10px 26px rgba(0,0,0,0.34),
    0 0 22px rgba(160, 0, 0, 0.14),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-text strong,
.eyebrow,
h1,
h2,
h3,
.section-title,
.nav-link,
.page-title {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
.section-title,
.page-title {
  text-shadow:
    0 2px 0 rgba(0,0,0,0.94),
    0 12px 28px rgba(0,0,0,0.56),
    0 0 11px rgba(176, 18, 18, 0.16);
}

h3,
.eyebrow,
.nav-link,
.brand-text strong {
  text-shadow:
    0 1px 0 rgba(0,0,0,0.95),
    0 0 6px rgba(170, 18, 18, 0.1);
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-text strong {
  font-size: 1.4rem;
}

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

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

.chip-link,
.button-link,
button,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(128, 10, 10, 0.28);
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.chip-link {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004) 16%, rgba(22,8,8,0.12) 28%, rgba(17,17,17,0.97) 100%),
    #111111;
  color: var(--text);
  border-color: rgba(255,255,255,0.05);
  box-shadow:
    inset 0 1px 0 var(--surface-topline),
    inset 0 0 0 1px rgba(255,255,255,0.012),
    inset 0 -12px 18px rgba(0,0,0,0.2),
    0 12px 24px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.01),
    0 0 10px rgba(86, 132, 255, 0.04);
}

.button-link,
button,
.cta-button,
.button-primary {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0.006) 12%, rgba(42,8,8,0.12) 26%, rgba(17,17,17,0.975) 100%),
    linear-gradient(135deg, rgba(28,10,10,0.22), rgba(17,17,17,0.985) 56%, #101010);
  color: white;
  border-color: rgba(214, 38, 38, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.055),
    inset 0 0 0 1px rgba(255, 60, 60, 0.035),
    inset 0 -12px 18px rgba(0,0,0,0.22),
    0 14px 28px rgba(0,0,0,0.32),
    0 0 0 1px rgba(255,255,255,0.012),
    0 0 10px rgba(140, 0, 0, 0.08);
}

.button-secondary {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004) 16%, rgba(22,8,8,0.12) 28%, rgba(17,17,17,0.97) 100%),
    #111111;
  color: var(--text);
  border-color: rgba(255,255,255,0.05);
  box-shadow:
    inset 0 1px 0 var(--surface-topline),
    inset 0 0 0 1px rgba(255,255,255,0.012),
    inset 0 -12px 18px rgba(0,0,0,0.2),
    0 12px 24px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.01);
}

.button-link:hover,
.cta-button:hover,
.button-primary:hover,
button:not(.button-secondary):hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  border-color: rgba(255, 60, 60, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.075),
    inset 0 0 0 1px rgba(255, 60, 60, 0.1),
    0 16px 30px rgba(0,0,0,0.34),
    0 0 14px rgba(255, 60, 60, 0.24);
}

.chip-link:hover,
.button-secondary:hover {
  transform: translateY(-2px);
  filter: brightness(1.026);
  border-color: var(--blue-edge);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 0 0 1px rgba(86, 132, 255, 0.065),
    0 14px 26px rgba(0,0,0,0.3),
    0 0 12px rgba(86, 132, 255, 0.16);
}

.nav-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.022);
  border-color: var(--blue-edge);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 0 0 1px rgba(86, 132, 255, 0.05),
    0 12px 24px rgba(0,0,0,0.26),
    0 0 9px rgba(86, 132, 255, 0.14);
}

.nav-shell,
.panel-shell {
  padding: 14px;
  border-radius: 18px;
  background: var(--shell-surface);
  border: 1px solid var(--edge-red);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.62),
    0 1px 0 rgba(255,255,255,0.022),
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 0 0 1px rgba(255, 60, 60, 0.06),
    inset 0 -1px 0 rgba(0,0,0,0.26),
    inset 0 -16px 22px rgba(0,0,0,0.2),
    0 10px 22px rgba(0,0,0,0.24),
    0 0 10px var(--glow-red-soft);
}

.nav-surface,
.panel,
.card,
.glass-card {
  border: 1px solid var(--edge-red);
  box-shadow:
    0 20px 46px rgba(0,0,0,0.42),
    0 0 0 1px rgba(255,255,255,0.02),
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 -16px 24px rgba(0,0,0,0.19),
    inset 0 0 0 1px rgba(255, 60, 60, 0.05),
    0 0 8px rgba(255, 90, 90, 0.035);
}

.nav-surface,
.panel {
  border-radius: 16px;
  background: var(--surface-engineered);
}

.nav-surface {
  padding: 14px 18px;
  background: var(--surface-elevated);
  box-shadow:
    0 16px 38px rgba(0,0,0,0.36),
    inset 0 1px 0 rgba(255,255,255,0.026),
    inset 0 0 0 1px rgba(255, 60, 60, 0.045),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    inset 0 -14px 22px rgba(0,0,0,0.16),
    0 8px 18px rgba(0,0,0,0.18),
    0 0 7px rgba(255, 90, 90, 0.04);
}

.site-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.nav-link {
  padding: 10px 14px;
  text-decoration: none;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.004) 18%, rgba(20,8,8,0.08) 32%, rgba(17,17,17,0.95) 100%);
  border: 1px solid rgba(255,255,255,0.035);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255, 60, 60, 0.018);
}

.nav-link.active {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.006) 14%, rgba(52,8,8,0.18) 32%, rgba(17,17,17,0.96) 100%);
  border-color: rgba(214, 38, 38, 0.24);
  box-shadow:
    inset 0 -2px 0 rgba(214, 38, 38, 0.56),
    inset 0 0 0 1px rgba(255, 60, 60, 0.04),
    0 0 10px rgba(176, 18, 18, 0.08);
}

.section-shell {
  padding: 18px;
  border-radius: var(--radius-xl);
  background: var(--shell-surface);
  border: 1px solid var(--edge-red);
  box-shadow:
    0 32px 80px rgba(0,0,0,0.6),
    0 0 0 1px rgba(255,255,255,0.03),
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 0 0 1px rgba(255, 60, 60, 0.06),
    inset 0 -1px 0 rgba(0,0,0,0.26),
    inset 0 -18px 26px rgba(0,0,0,0.18),
    0 0 10px rgba(255, 90, 90, 0.045);
}

.section-body,
.panel,
.card,
.glass-card {
  background: var(--surface-engineered);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.panel,
.card,
.glass-card,
.stat-card,
.faq-item,
.timeline-step,
.media-card,
.gallery-card,
.video-frame {
  transition: all 0.2s ease;
}

.panel:hover,
.card:hover,
.glass-card:hover,
.stat-card:hover,
.faq-item:hover,
.timeline-step:hover,
.media-card:hover,
.gallery-card:hover,
.video-frame:hover {
  transform: translateY(-2px);
  filter: brightness(1.016);
  border-color: var(--edge-red-razor);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.44),
    0 0 0 1px rgba(255,255,255,0.025),
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -14px 22px rgba(0,0,0,0.2),
    inset 0 0 0 1px rgba(255, 60, 60, 0.08),
    0 0 10px rgba(255, 60, 60, 0.08);
}

.page-title,
h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  line-height: 0.94;
}

h2,
.section-title {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.8rem;
}

p,
li,
label,
small {
  color: var(--muted);
}

.lede {
  font-size: 1.05rem;
  line-height: 1.82;
}

.grid-2,
.grid-3,
.card-grid {
  display: grid;
  gap: 18px;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

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

.stat-card {
  padding: 18px;
  border-radius: 16px;
  background: var(--panel-subtle);
  border: 1px solid rgba(255, 60, 60, 0.1);
  box-shadow:
    0 16px 30px rgba(0,0,0,0.28),
    0 0 0 1px rgba(255,255,255,0.02),
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 0 0 1px rgba(255, 60, 60, 0.04);
}

.stat-card strong {
  display: block;
  font-size: 1.7rem;
  color: var(--text);
}

.card {
  background: var(--panel-subtle);
}

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

.card p:last-child {
  margin-bottom: 0;
}

.eyebrow {
  font-size: 0.84rem;
  color: var(--muted);
}

.form-grid {
  display: grid;
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 6px;
}

.field-help {
  font-size: 0.9rem;
}

.field-set {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.field-legend {
  margin-bottom: 10px;
  padding: 0;
  color: var(--text);
  font-weight: 700;
}

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

.choice-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-option {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 60, 60, 0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.003) 18%, rgba(20,8,8,0.08) 34%, rgba(17,17,17,0.94) 100%),
    rgba(18,18,18,0.84);
  box-shadow:
    0 16px 28px rgba(0,0,0,0.22),
    inset 0 1px 0 rgba(255,255,255,0.028),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03);
  cursor: pointer;
  transition: all 0.2s ease;
}

.choice-option:hover,
.choice-option:focus-within {
  transform: translateY(-2px);
  border-color: rgba(255, 60, 60, 0.14);
  box-shadow:
    0 18px 32px rgba(0,0,0,0.26),
    inset 0 1px 0 rgba(255,255,255,0.034),
    inset 0 0 0 1px rgba(255, 60, 60, 0.05),
    0 0 12px rgba(255, 60, 60, 0.12);
}

.choice-option input[type="checkbox"],
.choice-option input[type="radio"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: rgb(214, 38, 38);
}

.choice-option span {
  color: var(--text);
  line-height: 1.5;
}

.optional-copy {
  color: var(--muted);
  font-weight: 400;
}

.intake-form {
  gap: 18px;
}

.intake-section {
  display: grid;
  gap: 18px;
}

.intake-section-header {
  display: grid;
  gap: 8px;
}

.intake-title {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.submission-note {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 60, 60, 0.08);
  background: rgba(14,14,14,0.78);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255, 60, 60, 0.028);
}

.submission-note p {
  margin: 0;
}

.intake-actions {
  align-items: center;
  justify-content: flex-start;
}

input,
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.014), rgba(255,255,255,0.003) 14%, rgba(20,8,8,0.08) 34%, rgba(17,17,17,0.92) 100%),
    rgba(18,18,18,0.76);
  color: var(--text);
  font: inherit;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 -10px 20px rgba(0,0,0,0.18);
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 2px solid rgba(216, 55, 55, 0.55);
  outline-offset: 2px;
  border-color: rgba(255, 58, 58, 0.42);
}

.button-secondary:focus,
.chip-link:focus,
.nav-link:focus {
  outline-color: rgba(86, 132, 255, 0.46);
  border-color: var(--blue-edge);
}

.banner {
  display: none;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--panel-subtle);
  margin-bottom: 14px;
}

.banner.visible {
  display: block;
}

.banner.success {
  border-color: rgba(141, 241, 163, 0.25);
  color: var(--success);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 0 16px rgba(141, 241, 163, 0.08);
}

.banner.error {
  border-color: rgba(255, 138, 138, 0.25);
  color: var(--danger);
}

.faq {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255, 60, 60, 0.1);
  border-radius: 18px;
  padding: 16px;
  background: var(--panel-subtle);
  box-shadow:
    0 16px 28px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 0 0 1px rgba(255, 60, 60, 0.04);
}

.faq-item h3 {
  font-size: 1.35rem;
  margin-bottom: 8px;
}

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

.timeline-step {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 60, 60, 0.1);
  background: var(--panel-subtle);
  box-shadow:
    0 16px 28px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.03),
    inset 0 0 0 1px rgba(255, 60, 60, 0.04);
}

.media-strip,
.cover-grid,
.gallery-grid {
  display: grid;
  gap: 14px;
}

.media-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cover-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 60, 60, 0.1);
  background: var(--panel-subtle);
  box-shadow:
    0 22px 48px rgba(0,0,0,0.42),
    0 0 0 1px rgba(25,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.035),
    inset 0 0 0 1px rgba(255, 60, 60, 0.04);
}

.media-card img,
.gallery-card img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  filter: brightness(0.72) contrast(1.15) saturate(0.86);
  transition: filter 0.2s ease, transform 0.2s ease;
}

.gallery-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 60, 60, 0.1);
  box-shadow:
    0 22px 48px rgba(0,0,0,0.42),
    0 0 0 1px rgba(25,0,0,0.42),
    inset 0 1px 0 rgba(255,255,255,0.035),
    inset 0 0 0 1px rgba(255, 60, 60, 0.04);
}

.media-card:hover img,
.gallery-card:hover img {
  filter: brightness(0.8) contrast(1.18) saturate(0.9);
  transform: scale(1.02);
}

.media-card:hover,
.gallery-card:hover,
.artist-card .card:hover,
.icon-row a:hover {
  border-color: var(--purple-edge);
  box-shadow:
    0 18px 36px rgba(0,0,0,0.34),
    0 0 0 1px rgba(255,255,255,0.025),
    0 0 12px rgba(138, 92, 255, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 0 0 1px rgba(138, 92, 255, 0.06);
}

/* Gallery Stack for rotating images */
.gallery-stack {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  max-height: 360px;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-stack img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.5s ease;
  filter: brightness(0.72) contrast(1.15) saturate(0.86);
}

.gallery-stack img.active {
  opacity: 1;
}

.gallery-stack:hover img {
  filter: brightness(0.8) contrast(1.18) saturate(0.9);
}

.video-frame iframe,
.artist-card img,
.release-card img {
  filter: brightness(0.92) contrast(1.08) saturate(0.9);
}

.icon-row a {
  transition: all 0.2s ease;
}

.page-k-money {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0) 10%),
    radial-gradient(circle at 18% 12%, rgba(78, 112, 186, 0.05), transparent 22%),
    radial-gradient(circle at 82% 16%, rgba(88, 58, 140, 0.05), transparent 20%),
    linear-gradient(180deg, rgba(18,18,18,0.28), rgba(10,10,10,0.97)),
    url('home-background-neon-green.png') center/cover fixed;
}

.page-k-money .section-shell {
  border-color: rgba(255, 60, 60, 0.08);
  box-shadow:
    0 28px 72px rgba(0,0,0,0.56),
    0 0 0 1px rgba(255,255,255,0.03),
    inset 0 1px 0 rgba(255,255,255,0.024),
    inset 0 0 0 1px rgba(86, 132, 255, 0.025),
    inset 0 -1px 0 rgba(0,0,0,0.26);
}

.page-k-money .section-body,
.page-k-money .card,
.page-k-money .media-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.016), rgba(255,255,255,0.003) 10%, rgba(24,30,48,0.1) 22%, rgba(30,10,40,0.06) 34%, rgba(20,20,20,0.96) 64%, rgba(15,15,15,0.99) 100%),
    linear-gradient(135deg, rgba(20,32,60,0.08), rgba(20,20,20,0.92) 42%, rgba(32,16,40,0.06) 100%);
  border-color: rgba(255, 60, 60, 0.08);
  box-shadow:
    0 20px 42px rgba(0,0,0,0.4),
    0 0 0 1px rgba(255,255,255,0.02),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -12px 20px rgba(0,0,0,0.18),
    inset 0 0 0 1px rgba(86, 132, 255, 0.03);
}

.page-k-money .page-title,
.page-k-money .page-subtitle {
  max-width: 820px;
}

.page-k-money .icon-row a:hover {
  border-color: rgba(86, 132, 255, 0.24);
  box-shadow:
    0 18px 36px rgba(0,0,0,0.34),
    0 0 0 1px rgba(255,255,255,0.025),
    0 0 12px rgba(86, 132, 255, 0.22),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 0 0 1px rgba(86, 132, 255, 0.06);
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.35s ease;
}

.carousel-slide {
  min-width: 100%;
}

.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  justify-content: center;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0.004) 16%, rgba(22,0,0,0.12) 34%, rgba(0,0,0,0.88) 100%),
    rgba(0,0,0,0.56);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 12px 24px rgba(0,0,0,0.26);
}

.site-footer {
  margin-top: 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 18px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
  transition: color 0.22s ease, text-shadow 0.22s ease;
}

.footer-links a:hover {
  color: var(--text);
  text-shadow: 0 0 12px rgba(141, 0, 0, 0.1);
}

body:not([data-page="home"]) .page-wrap {
  width: min(1240px, calc(100% - 40px));
  padding: 28px 0 48px 272px;
}

body:not([data-page="home"]) .page-wrap.narrow {
  width: min(1160px, calc(100% - 40px));
}

body:not([data-page="home"]) #site-header {
  position: fixed;
  top: 24px;
  left: 24px;
  width: 220px;
  z-index: 20;
}

body:not([data-page="home"])::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.36), rgba(0,0,0,0.66)),
    radial-gradient(circle at 50% 8%, rgba(0,0,0,0.06), transparent 22%);
}

body:not([data-page="home"]) .site-topbar {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 10px;
}

body:not([data-page="home"]) .brand-lockup {
  padding: 11px 13px;
  border-radius: 14px;
  background: var(--surface-elevated);
  border: 1px solid rgba(255, 60, 60, 0.12);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.3),
    0 0 0 1px rgba(255,255,255,0.018),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    0 0 10px rgba(255, 90, 90, 0.04);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body:not([data-page="home"]) .brand-text strong,
body[data-page="home"] .brand-text strong {
  font-size: 1.28rem;
}

body:not([data-page="home"]) .brand-text span,
body[data-page="home"] .brand-text span {
  font-size: 0.8rem;
}

body:not([data-page="home"]) .top-actions {
  display: grid;
  gap: 7px;
}

body:not([data-page="home"]) .top-actions .chip-link {
  width: 100%;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.004) 16%, rgba(28,0,0,0.18) 30%, rgba(0,0,0,0.94) 100%),
    #080808;
  border-color: rgba(255,255,255,0.04);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 0 0 1px rgba(255,255,255,0.018),
    inset 0 -8px 14px rgba(0,0,0,0.18),
    0 10px 18px rgba(0,0,0,0.2);
}

body:not([data-page="home"]) .nav-shell {
  padding: 8px;
  border-radius: 14px;
  box-shadow:
    0 18px 42px rgba(0,0,0,0.36),
    0 0 0 1px rgba(255,255,255,0.022),
    inset 0 1px 0 rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255, 60, 60, 0.035),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    0 0 10px rgba(255, 90, 90, 0.04);
}

body:not([data-page="home"]) .nav-surface {
  padding: 8px;
  border-radius: 12px;
  box-shadow:
    0 12px 26px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.018),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    inset 0 -1px 0 rgba(0,0,0,0.22);
}

body:not([data-page="home"]) .site-nav {
  flex-direction: column;
  align-items: stretch;
}

body:not([data-page="home"]) .nav-link {
  width: 100%;
  justify-content: flex-start;
  padding: 9px 11px;
  border-radius: 10px;
}

body:not([data-page="home"]) .nav-link.active,
body[data-page="home"] .nav-link.active {
  border-color: rgba(214, 38, 38, 0.2);
  box-shadow:
    inset 2px 0 0 rgba(214, 38, 38, 0.56),
    inset 0 0 0 1px rgba(255, 60, 60, 0.05),
    0 8px 16px rgba(0,0,0,0.18),
    0 0 8px rgba(176, 18, 18, 0.08);
}

body:not([data-page="home"]) .page-header,
body:not([data-page="home"]) .section-shell,
body:not([data-page="home"]) .site-footer {
  max-width: 100%;
}

body:not([data-page="home"]) .page-header {
  position: relative;
  padding: 22px 24px 20px;
  border-radius: 20px;
  background: var(--surface-elevated);
  border: 1px solid var(--edge-red-soft);
  box-shadow:
    0 22px 46px rgba(0,0,0,0.36),
    0 0 0 1px rgba(255,255,255,0.02),
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 16px rgba(255, 90, 90, 0.05);
  overflow: hidden;
}

body:not([data-page="home"]) .page-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.018), transparent 14%),
    radial-gradient(circle at 18% 0%, rgba(214, 38, 38, 0.06), transparent 24%);
  pointer-events: none;
}

body:not([data-page="home"]) .page-title,
body:not([data-page="home"]) .page-subtitle {
  position: relative;
  z-index: 1;
}

body:not([data-page="home"]) .page-title {
  max-width: 13ch;
}

body:not([data-page="home"]) .page-subtitle {
  max-width: 820px;
  color: #dbc8bc;
  text-shadow:
    0 1px 0 rgba(0,0,0,0.92),
    0 0 16px rgba(100, 0, 0, 0.08);
}

body[data-page="services"] .card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-page="home"] .page-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

body[data-page="home"] #site-header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 156px;
  z-index: 30;
  --home-tab-peek: 10px;
  transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.22s ease, filter 0.22s ease;
  overflow: visible;
}

body[data-page="home"] .rail-tab-toggle {
  position: absolute;
  top: 50%;
  right: -48px;
  width: 64px;
  height: 84px;
  padding: 12px 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 16px 14px 0;
  border: 1px solid rgba(255, 60, 60, 0.12);
  border-left: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0.005) 14%, rgba(28,0,0,0.16) 32%, rgba(10,10,10,0.96) 100%),
    rgba(10,10,10,0.96);
  box-shadow:
    0 14px 26px rgba(0,0,0,0.32),
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    0 0 10px rgba(255, 90, 90, 0.04);
  cursor: pointer;
  z-index: 2;
  transform: translateY(-50%);
  transition: transform 0.1s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

body[data-page="home"] .rail-tab-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 28px;
  height: 12px;
  border: 1px solid rgba(255, 60, 60, 0.12);
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 12px 0 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004) 50%, rgba(10,10,10,0.94) 100%),
    rgba(10,10,10,0.94);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    inset 0 0 0 1px rgba(255, 60, 60, 0.02);
}

body[data-page="home"] .rail-tab-toggle::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 60, 60, 0.34), transparent);
  opacity: 0.78;
}

body[data-page="home"] .rail-tab-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body[data-page="home"] .rail-tab-mark img {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: contain;
}

body[data-page="home"] .rail-tab-toggle:hover,
body[data-page="home"] .rail-tab-toggle:focus-visible {
  border-color: rgba(255, 60, 60, 0.18);
  box-shadow:
    0 16px 28px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 0 0 1px rgba(255, 60, 60, 0.05),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    0 0 12px rgba(255, 60, 60, 0.1);
}

body[data-page="home"] .rail-tab-toggle:focus-visible {
  outline: 2px solid rgba(216, 55, 55, 0.55);
  outline-offset: 2px;
}

body[data-page="home"] .site-topbar {
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
}

body[data-page="home"] .brand-lockup {
  padding: 10px 12px;
  border-radius: 14px;
  background: var(--surface-elevated);
  border: 1px solid rgba(255, 60, 60, 0.12);
  box-shadow:
    0 14px 30px rgba(0,0,0,0.34),
    0 0 0 1px rgba(255,255,255,0.018),
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    0 0 10px rgba(255, 90, 90, 0.04);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: padding 0.72s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background 0.3s ease;
}

body[data-page="home"] .top-actions {
  display: grid;
  gap: 7px;
}

body[data-page="home"] .top-actions .chip-link {
  width: 100%;
  padding: 9px 11px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.006) 16%, rgba(28,0,0,0.18) 30%, rgba(0,0,0,0.94) 100%),
    #080808;
  border-color: rgba(255,255,255,0.045);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 0 0 1px rgba(255,255,255,0.018),
    inset 0 -8px 14px rgba(0,0,0,0.18),
    0 10px 18px rgba(0,0,0,0.2);
  font-size: 0.86rem;
}

body[data-page="home"] .nav-shell {
  padding: 8px;
  background: var(--home-glass-shell);
  border-color: rgba(255, 60, 60, 0.12);
  border-radius: 14px;
  box-shadow:
    0 18px 42px rgba(0,0,0,0.36),
    0 0 0 1px rgba(255,255,255,0.022),
    inset 0 1px 0 rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255, 60, 60, 0.035),
    inset 0 -1px 0 rgba(0,0,0,0.24),
    0 0 10px rgba(255, 90, 90, 0.04);
  transition: padding 0.72s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease, background 0.3s ease;
}

body[data-page="home"] .nav-surface {
  padding: 8px;
  background: var(--home-glass-surface);
  border-radius: 12px;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  box-shadow:
    0 12px 26px rgba(0,0,0,0.24),
    inset 0 1px 0 rgba(255,255,255,0.02),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    inset 0 -1px 0 rgba(0,0,0,0.22),
    0 0 10px rgba(255, 90, 90, 0.04);
  transition: padding 0.72s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}

body[data-page="home"] .site-nav {
  flex-direction: column;
  align-items: stretch;
}

body[data-page="home"] .nav-link {
  width: 100%;
  padding: 9px 11px;
  font-size: 0.92rem;
  border-radius: 10px;
}

body[data-page="home"] .home-runway {
  height: calc(var(--home-scene-height) + var(--home-fade-height) - 40px);
}

body[data-page="home"] .home-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(var(--home-scene-height) + var(--home-fade-height));
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(2,2,2,0) 0%, rgba(2,2,2,0) calc(100% - var(--home-fade-height)), #020202 100%),
    url('home-background-neon-green.png') center top / cover no-repeat;
}

body[data-page="home"] .home-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.012), transparent 12%),
    radial-gradient(circle at top, rgba(255,255,255,0.024), transparent 18%),
    radial-gradient(circle at 18% 10%, rgba(168,22,22,0.12), transparent 18%),
    linear-gradient(180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.12) 34%, rgba(0,0,0,0.22) 72%, rgba(0,0,0,0.3) 100%);
}

body[data-page="home"] .home-backdrop::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--home-fade-height);
  background:
    linear-gradient(180deg, rgba(2,2,2,0) 0%, rgba(2,2,2,0.08) 18%, rgba(2,2,2,0.3) 42%, rgba(2,2,2,0.62) 68%, rgba(2,2,2,0.88) 86%, #020202 100%);
  opacity: 1;
}

body[data-page="home"] .chip-link,
body[data-page="home"] .button-link,
body[data-page="home"] .button-secondary,
body[data-page="home"] button,
body[data-page="home"] .cta-button {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 -12px 24px rgba(0,0,0,0.2),
    0 14px 28px rgba(0,0,0,0.3),
    0 0 18px rgba(100, 0, 0, 0.08);
}

body[data-page="home"] .button-link:hover,
body[data-page="home"] .cta-button:hover,
body[data-page="home"] .button-primary:hover,
body[data-page="home"] button:not(.button-secondary):hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 0 0 1px rgba(255, 60, 60, 0.08),
    0 18px 34px rgba(0,0,0,0.34),
    0 0 24px rgba(255, 60, 60, 0.24);
}

body[data-page="home"] .chip-link:hover,
body[data-page="home"] .button-secondary:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    inset 0 0 0 1px rgba(86, 132, 255, 0.05),
    0 16px 30px rgba(0,0,0,0.3),
    0 0 16px var(--blue-glow);
}

body[data-page="home"] .scroll-hint {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%) translateY(22px) scale(0.96);
  z-index: 24;
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 190px;
  padding: 12px 18px 14px;
  border-radius: 22px;
  border: 1px solid rgba(122, 10, 10, 0.38);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.006) 16%, rgba(24,0,0,0.2) 38%, rgba(0,0,0,0.9) 100%),
    rgba(5, 4, 4, 0.94);
  box-shadow:
    0 24px 56px rgba(0,0,0,0.5),
    0 0 22px rgba(110, 0, 0, 0.16),
    inset 0 1px 0 rgba(255,255,255,0.06);
  color: rgba(246, 242, 238, 0.92);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.42s ease, transform 0.42s ease;
}

body[data-page="home"].home-show-scroll-hint .scroll-hint {
  opacity: 1;
  transform: translateX(-50%) translateY(0) scale(1);
  animation: scrollHintFloat 2.6s ease-in-out infinite;
}

body[data-page="home"] .scroll-hint__eyebrow,
body[data-page="home"] .scroll-hint__label {
  font-family: var(--font-display);
  text-transform: uppercase;
}

body[data-page="home"] .scroll-hint__eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: rgba(255, 219, 219, 0.74);
}

body[data-page="home"] .scroll-hint__label {
  font-size: 1.02rem;
  letter-spacing: 0.16em;
}

body[data-page="home"] .scroll-hint__arrow {
  width: 26px;
  height: 26px;
  border-right: 2px solid rgba(255,255,255,0.8);
  border-bottom: 2px solid rgba(255,255,255,0.8);
  transform: rotate(45deg);
  margin-top: 2px;
  filter: drop-shadow(0 0 16px rgba(180, 0, 0, 0.38));
}

body[data-page="home"] #site-header,
body[data-page="home"] .hero-pillars,
body[data-page="home"] .hero-shell,
body[data-page="home"] .page-wrap > .section-shell {
  opacity: 0;
  pointer-events: none;
}

body[data-page="home"].home-locked #site-header,
body[data-page="home"].home-locked .hero-pillars,
body[data-page="home"].home-locked .hero-shell,
body[data-page="home"].home-locked .page-wrap > .section-shell,
body[data-page="home"].home-locked #scrollHint {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  animation: none !important;
  filter: none !important;
  transform: none !important;
}

body[data-page="home"].home-rail-visible #site-header,
body[data-page="home"].home-reveal-hero .hero-pillars,
body[data-page="home"].home-reveal-hero .hero-shell,
body[data-page="home"].home-reveal-sections .page-wrap > .section-shell {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  filter: none;
}

body[data-page="home"] #site-header {
  transform: translateX(calc(-100% - 18px));
}

body[data-page="home"].home-rail-hidden #site-header {
  opacity: 1;
  visibility: visible;
  transform: translateX(calc(-100% + var(--home-tab-peek)));
  filter: none;
  pointer-events: auto;
  animation: none !important;
}

body[data-page="home"].home-rail-open #site-header {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  filter: none;
  pointer-events: auto;
}

body[data-page="home"].home-rail-offscreen #site-header {
  opacity: 0 !important;
  visibility: hidden;
  transform: translateX(calc(-100% - 18px));
  filter: none !important;
  pointer-events: none;
  animation: none !important;
}

body[data-page="home"].home-rail-tab-leading .rail-tab-toggle {
  transform: translateY(-50%) translateX(4px);
}

body[data-page="home"] .site-topbar,
body[data-page="home"] .nav-shell {
  transition: opacity 0.18s ease, transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body[data-page="home"] .hero-pillars {
  transform: translateY(54px);
  filter: blur(14px);
}

body[data-page="home"] .hero-shell {
  transform: translateY(78px) scale(0.97);
  filter: blur(18px);
}

body[data-page="home"] .page-wrap > .section-shell {
  transform: translateY(46px);
  filter: blur(16px);
}

body[data-page="home"].home-rail-visible #site-header {
  visibility: visible;
  animation: homeTabReveal 0.42s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

body[data-page="home"].home-reveal-hero .hero-pillars {
  transform: translateY(0);
  animation: homePillarsReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

body[data-page="home"].home-reveal-hero .hero-shell {
  transform: translateY(0) scale(1);
  animation: homeHeroPopIn 1.18s cubic-bezier(0.2, 0.9, 0.24, 1) 0.34s forwards;
}

body[data-page="home"].home-reveal-sections .page-wrap > .section-shell {
  transform: translateY(0);
  animation: homeSectionFadeIn 0.95s cubic-bezier(0.2, 0.9, 0.24, 1) 0.6s forwards;
}

body[data-page="home"] .section-shell {
  background: var(--home-glass-shell);
  border-color: var(--edge-red);
  box-shadow:
    var(--home-glass-shell-shadow),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    0 0 18px rgba(255, 90, 90, 0.05);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

body[data-page="home"] .section-body,
body[data-page="home"] .hero-card,
body[data-page="home"] .hero-chip,
body[data-page="home"] .panel,
body[data-page="home"] .card,
body[data-page="home"] .glass-card,
body[data-page="home"] .video-frame,
body[data-page="home"] .gallery-card,
body[data-page="home"] .release-card .card {
  background: var(--home-glass-surface);
  border-color: var(--edge-red-soft);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.34),
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 0 18px rgba(82, 8, 8, 0.08),
    inset 0 0 0 1px rgba(255, 60, 60, 0.03),
    0 0 14px rgba(255, 90, 90, 0.04);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav-surface,
  .panel,
  .section-body,
  .card,
  .glass-card,
  .chip-link,
  .button-secondary,
  body:not([data-page="home"]) .brand-lockup,
  body[data-page="home"] .brand-lockup,
  body[data-page="home"] .nav-surface,
  body[data-page="home"] .section-shell,
  body[data-page="home"] .section-body,
  body[data-page="home"] .hero-card,
  body[data-page="home"] .hero-chip,
  body[data-page="home"] .panel,
  body[data-page="home"] .card,
  body[data-page="home"] .glass-card,
  body[data-page="home"] .video-frame,
  body[data-page="home"] .gallery-card,
  body[data-page="home"] .release-card .card,
  body[data-page="home"] .scroll-hint {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0.004) 10%, rgba(86,0,0,0.28) 30%, rgba(18,4,4,0.96) 60%, rgba(10,0,0,0.99) 100%),
      rgba(18,4,4,0.96) !important;
  }

  body[data-page="home"] .section-shell,
  .section-shell,
  .nav-shell,
  .panel-shell {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.024), rgba(255,255,255,0.004) 10%, rgba(92,0,0,0.24) 30%, rgba(16,4,4,0.9) 60%, rgba(10,0,0,0.97) 100%),
      rgba(16,4,4,0.92) !important;
  }
}

body[data-page="home"] .home-glow-title {
  text-shadow:
    0 0 10px rgba(214, 56, 56, 0.16),
    0 0 18px rgba(110, 0, 0, 0.12);
}

body[data-page="home"] .home-glow-accent {
  color: #fff2f2;
  text-shadow:
    0 0 8px rgba(214, 56, 56, 0.14),
    0 0 14px rgba(110, 0, 0, 0.1);
}

body[data-page="home"] .section-shell h2,
body[data-page="home"] .site-footer h3 {
  text-shadow:
    0 0 12px rgba(214, 56, 56, 0.2),
    0 0 24px rgba(110, 0, 0, 0.14);
}

body[data-page="home"] .section-shell h3,
body[data-page="home"] .status-pill,
body[data-page="home"] .nav-link.active,
body[data-page="home"] .eyebrow {
  text-shadow:
    0 0 8px rgba(214, 56, 56, 0.14),
    0 0 18px rgba(110, 0, 0, 0.1);
}

body[data-page="home"] .brand-text,
body[data-page="home"] .top-actions,
body[data-page="home"] .nav-label {
  transition: opacity 0.24s ease, width 0.24s ease, max-height 0.24s ease;
}

body[data-page="home"].home-rail-hidden .brand-text,
body[data-page="home"].home-rail-hidden .top-actions,
body[data-page="home"].home-rail-hidden .nav-label {
  opacity: 0;
  width: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}

body[data-page="home"] .nav-label {
  display: inline-block;
}

body[data-page="home"].home-rail-hidden .site-topbar,
body[data-page="home"].home-rail-hidden .nav-shell {
  opacity: 0;
  transform: translateX(-16px);
  pointer-events: none;
}

body[data-page="home"].home-rail-open .site-topbar,
body[data-page="home"].home-rail-open .nav-shell {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

@keyframes homeTabReveal {
  0% {
    opacity: 0;
    transform: translateX(calc(-100% - 18px));
  }
  65% {
    opacity: 1;
    transform: translateX(calc(-100% + var(--home-tab-peek) + 3px));
  }
  100% {
    opacity: 1;
    transform: translateX(calc(-100% + var(--home-tab-peek)));
  }
}

@keyframes homePillarsReveal {
  0% {
    opacity: 0;
    transform: translateY(56px) scale(0.98);
    filter: blur(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes homeHeroPopIn {
  0% {
    opacity: 0;
    transform: translateY(82px) scale(0.95);
    filter: blur(20px);
  }
  65% {
    opacity: 1;
    transform: translateY(-8px) scale(1.01);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes homeSectionFadeIn {
  0% {
    opacity: 0;
    transform: translateY(46px);
    filter: blur(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes scrollHintFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  50% {
    transform: translateX(-50%) translateY(-5px) scale(1.01);
  }
}

.pending { color: var(--warning); }
.accepted { color: var(--success); }
.declined { color: var(--danger); }

@media (max-width: 980px) {
  .grid-3,
  .card-grid,
  .stat-grid,
  .cover-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-strip,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body[data-page="home"] .home-backdrop {
    background:
      linear-gradient(180deg, rgba(2,2,2,0) 0%, rgba(2,2,2,0) calc(100% - var(--home-fade-height)), #020202 100%),
      url('home-background-neon-green.png') center 30% / 110% no-repeat;
  }
}

@media (max-width: 720px) {
  body {
    background-attachment: scroll;
  }

  html {
    font-size: 15px;
  }

  body,
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }

  body[data-page="home"] {
    --home-scene-height: clamp(280px, 42svh, 360px);
    --home-fade-height: clamp(120px, 16svh, 180px);
  }

  .page-wrap,
  .page-wrap.narrow {
    width: min(100%, calc(100% - 20px));
    padding: 18px 0 24px;
  }

  .grid-2,
  .grid-3,
  .card-grid,
  .choice-grid,
  .choice-grid-compact,
  .media-strip,
  .cover-grid,
  .gallery-grid,
  .stat-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  body:not([data-page="home"]) .page-wrap,
  body:not([data-page="home"]) .page-wrap.narrow {
    width: min(100%, calc(100% - 20px));
    padding: 18px 0 24px;
  }

  body:not([data-page="home"]) #site-header {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 10px;
  }

  body:not([data-page="home"]) .top-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body:not([data-page="home"]) .site-nav {
    flex-direction: column;
    align-items: stretch;
  }

  body[data-page="home"] .page-wrap {
    width: min(100%, calc(100% - 20px));
    margin: 0 auto;
  }

  body[data-page="home"] .home-backdrop {
    height: calc(var(--home-scene-height) + var(--home-fade-height));
  }

  body[data-page="home"] #site-header {
    position: fixed;
    top: max(12px, env(safe-area-inset-top, 0px) + 8px);
    left: 0;
    width: min(72vw, 274px);
    margin-bottom: 0;
    z-index: 34;
  }

  body[data-page="home"] .brand-lockup {
    background: rgba(8, 10, 16, 0.54);
    border-color: rgba(255, 60, 60, 0.12);
    box-shadow:
      0 16px 30px rgba(0,0,0,0.24),
      inset 0 1px 0 rgba(255,255,255,0.05),
      inset 0 0 0 1px rgba(255, 60, 60, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body[data-page="home"] .top-actions .chip-link {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.004) 16%, rgba(20,22,28,0.12) 30%, rgba(10,12,18,0.56) 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.04),
      inset 0 0 0 1px rgba(255,255,255,0.015),
      0 10px 18px rgba(0,0,0,0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 246, 246, 0.95);
  }

  body[data-page="home"] .nav-shell {
    padding: 6px;
    background: rgba(8, 10, 16, 0.5);
    border-color: rgba(255, 60, 60, 0.11);
    box-shadow:
      0 16px 28px rgba(0,0,0,0.18),
      inset 0 1px 0 rgba(255,255,255,0.03),
      inset 0 0 0 1px rgba(255, 60, 60, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body[data-page="home"] .nav-surface {
    padding: 6px;
    background: rgba(8, 10, 16, 0.44);
    box-shadow:
      0 10px 20px rgba(0,0,0,0.12),
      inset 0 1px 0 rgba(255,255,255,0.02),
      inset 0 0 0 1px rgba(255, 60, 60, 0.025);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  body[data-page="home"] .home-runway {
    height: calc(var(--home-scene-height) + var(--home-fade-height) - 24px);
  }

  body[data-page="home"] .hero-shell {
    min-height: auto;
    padding: 10px 0 24px;
    transform: none;
    filter: none;
  }

  body[data-page="home"] .hero-stage {
    width: min(100%, 100%);
    gap: 8px;
  }

  body[data-page="home"] .hero-tagline {
    font-size: 0.78rem;
    line-height: 1.35;
    letter-spacing: 0.2em;
  }

  body[data-page="home"] .hero-title {
    font-size: clamp(3.2rem, 14vw, 5rem);
    line-height: 0.92;
    text-wrap: balance;
  }

  body[data-page="home"] .hero-panel {
    width: 100%;
  }

  body[data-page="home"] .hero-panel.section-shell,
  body[data-page="home"] .hero-panel .section-body,
  body[data-page="home"] .hero-mobile-details.section-shell,
  body[data-page="home"] .hero-mobile-details .section-body {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body[data-page="home"] .section-shell {
    padding: 12px;
  }

  body[data-page="home"] .section-body,
  body[data-page="home"] .panel,
  body[data-page="home"] .card,
  body[data-page="home"] .glass-card,
  body[data-page="home"] .nav-surface {
    padding: 16px;
  }

  body[data-page="home"] .scroll-hint {
    min-width: 0;
    width: calc(100% - 28px);
    bottom: 18px;
    padding: 10px 14px 12px;
  }

  body[data-page="home"] .scroll-hint__label {
    font-size: 0.9rem;
  }

  body[data-page="home"] .top-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  body[data-page="home"] .top-actions .chip-link {
    width: 100%;
  }

  body[data-page="home"] .site-nav {
    gap: 6px;
  }

  body[data-page="home"] .nav-link {
    font-size: 0.86rem;
    padding: 8px 10px;
    color: rgba(255, 242, 242, 0.8);
    background: linear-gradient(180deg, rgba(255,255,255,0.014), rgba(255,255,255,0.002) 20%, rgba(10,12,18,0.24) 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.018),
      inset 0 0 0 1px rgba(255,255,255,0.012);
  }

  body[data-page="home"] .hero-mobile-details {
    margin-top: -2px;
  }

  body[data-page="home"] .hero-mobile-details .section-body {
    padding: 8px 0 0;
  }

  body[data-page="home"] .hero-mobile-meta {
    gap: 8px;
    max-width: 22rem;
    margin: 0 auto;
  }

  body[data-page="home"] .hero-mobile-actions {
    gap: 8px;
    margin-top: 12px;
  }

  body[data-page="home"] .hero-mobile-actions .button-link,
  body[data-page="home"] .hero-mobile-actions .chip-link {
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body[data-page="home"] .icon-row i,
  body[data-page="home"] .icon-link i,
  body[data-page="home"] .icon-button i {
    font-size: 0.95rem;
  }

  .page-header {
    gap: 8px;
    margin-bottom: 12px;
  }

  .page-title,
  h1 {
    font-size: clamp(2rem, 9vw, 2.9rem);
    line-height: 0.98;
    letter-spacing: 0.04em;
  }

  h2 {
    font-size: clamp(1.35rem, 6vw, 2rem);
    line-height: 1.02;
  }

  .eyebrow,
  .lead,
  .page-subtitle,
  .section-copy,
  .section-intro,
  .card p,
  .panel p,
  .glass-card p,
  .summary-copy {
    line-height: 1.6;
  }

  .site-topbar,
  .nav-shell,
  .nav-surface {
    width: 100%;
  }

  .nav-shell {
    padding: 8px;
    border-radius: 22px;
  }

  .nav-surface {
    padding: 12px;
    gap: 8px;
    border-radius: 18px;
  }

  .section-shell {
    padding: 12px;
  }

  .section-body,
  .panel,
  .card,
  .glass-card {
    padding: 16px;
  }

  .button-row,
  .intake-actions {
    gap: 10px;
  }

  .button-row > *,
  .intake-actions > *,
  .top-actions > *,
  .top-actions .chip-link,
  .button,
  button,
  .nav-link {
    min-height: 48px;
  }

  .button-row > * {
    flex: 1 1 100%;
    width: 100%;
  }

  .chip-link,
  .button,
  button,
  .nav-link {
    justify-content: center;
  }

  .field-group,
  .field-stack,
  .form-grid {
    gap: 10px;
  }

  label,
  legend {
    line-height: 1.35;
  }

  input,
  select,
  textarea {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
  }

  textarea {
    min-height: 140px;
  }

  .step-pill {
    padding: 10px 12px;
    border-radius: 16px;
    font-size: 0.88rem;
  }

  .summary-card {
    position: static;
    top: auto;
  }

  .icon-row {
    gap: 8px;
  }

  .icon-link,
  .icon-button {
    min-width: 44px;
    min-height: 44px;
  }

  .video-frame,
  .video-frame iframe {
    min-height: 240px;
  }

  .artist-card img,
  .gallery-card img,
  .release-card img {
    height: 220px;
  }

  .section-body,
  .panel,
  .card,
  .glass-card,
  .nav-surface {
    backdrop-filter: none;
  }
}

@media (max-width: 480px) {
  .page-wrap,
  .page-wrap.narrow,
  body:not([data-page="home"]) .page-wrap,
  body:not([data-page="home"]) .page-wrap.narrow,
  body[data-page="home"] .page-wrap {
    width: min(100%, calc(100% - 16px));
  }

  body:not([data-page="home"]) .top-actions,
  body[data-page="home"] .top-actions {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-shell {
    padding: 8px 0 20px;
  }

  body[data-page="home"] .hero-stage {
    gap: 6px;
  }

  body[data-page="home"] .hero-tagline {
    font-size: 0.72rem;
    letter-spacing: 0.17em;
  }

  body[data-page="home"] .hero-title {
    font-size: clamp(2.5rem, 15vw, 4rem);
  }

  .page-title,
  h1 {
    font-size: clamp(1.8rem, 10vw, 2.5rem);
  }

  .button-row,
  .intake-actions {
    flex-direction: column;
  }

  .section-shell,
  body[data-page="home"] .section-shell {
    padding: 10px;
  }

  .section-body,
  .panel,
  .card,
  .glass-card,
  .nav-surface,
  body[data-page="home"] .section-body,
  body[data-page="home"] .panel,
  body[data-page="home"] .card,
  body[data-page="home"] .glass-card,
  body[data-page="home"] .nav-surface {
    padding: 14px;
  }

  .scroll-hint {
    width: calc(100% - 18px);
  }

  .video-frame,
  .video-frame iframe {
    min-height: 220px;
  }

  .artist-card img,
  .gallery-card img,
  .release-card img {
    height: 200px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
