/* ==========================================================================
   MAMA D
   Official artist site
   Built by Baha Connect
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Fonts (self hosted, no third party font requests)
   -------------------------------------------------------------------------- */

@font-face {
  font-family: 'Anton';
  src: url('../fonts/anton-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/work-sans-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/work-sans-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/work-sans-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/work-sans-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --------------------------------------------------------------------------
   2. Tokens
   -------------------------------------------------------------------------- */

:root {
  /* Type */
  --font-display: 'Anton', 'Arial Narrow', sans-serif;
  --font-body: 'Work Sans', 'Helvetica Neue', sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.75rem;
  --text-5xl: 3.75rem;

  --leading-none: 1;
  --leading-tight: 1.12;
  --leading-snug: 1.35;
  --leading-normal: 1.6;
  --leading-relaxed: 1.75;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;

  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.06em;
  --tracking-widest: 0.16em;

  /* Ink and surfaces */
  --ink-900: hsl(240, 18%, 4%);     /* deep black */
  --ink-800: hsl(240, 17%, 6%);
  --ink-700: hsl(240, 16%, 9%);     /* rich charcoal */
  --ink-600: hsl(240, 14%, 13%);
  --ink-500: hsl(240, 12%, 18%);
  --ink-400: hsl(240, 10%, 28%);
  --ink-300: hsl(240, 9%, 46%);
  --ink-200: hsl(240, 12%, 68%);
  --ink-100: hsl(240, 18%, 86%);
  --ink-50: hsl(240, 30%, 96%);
  --white: hsl(0, 0%, 100%);

  /* Brand */
  --blue-500: hsl(212, 100%, 51%);   /* electric blue */
  --blue-400: hsl(206, 100%, 58%);
  --cyan-500: hsl(196, 100%, 47%);   /* caribbean blue */
  --cyan-300: hsl(192, 100%, 68%);
  --pink-500: hsl(325, 100%, 48%);   /* hot pink */
  --pink-400: hsl(325, 100%, 62%);
  --magenta-500: hsl(302, 100%, 42%);
  --violet-500: hsl(268, 79%, 47%);
  --violet-700: hsl(268, 72%, 30%);
  --gold-400: hsl(43, 76%, 58%);

  /* Text hierarchy on dark */
  --text-primary: var(--white);
  --text-secondary: hsl(240, 14%, 74%);
  --text-tertiary: hsl(240, 11%, 52%);

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;
  --space-32: 8rem;

  --section-y: var(--space-24);
  --gutter: var(--space-6);
  --container-max: 1240px;
  --content-max: 66ch;

  /* Radius: small, serious, editorial */
  --radius-sm: 3px;
  --radius-md: 6px;
  --radius-full: 9999px;

  /* Elevation */
  --shadow-sm: 0 1px 4px hsl(240 40% 2% / 0.5), 0 1px 2px hsl(240 40% 2% / 0.4);
  --shadow-md: 0 6px 18px hsl(240 40% 2% / 0.55), 0 2px 6px hsl(240 40% 2% / 0.4);
  --shadow-lg: 0 18px 48px hsl(240 40% 2% / 0.6), 0 6px 14px hsl(240 40% 2% / 0.45);
  --shadow-xl: 0 32px 80px hsl(240 40% 2% / 0.7), 0 10px 24px hsl(240 40% 2% / 0.5);
  --glow-pink: 0 0 32px hsl(325 100% 48% / 0.42);
  --glow-blue: 0 0 32px hsl(212 100% 51% / 0.42);

  --header-h: 76px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media (min-width: 900px) {
  :root {
    --text-3xl: 2.4rem;
    --text-4xl: 3.5rem;
    --text-5xl: 6rem;
    --gutter: var(--space-8);
    --header-h: 88px;
  }
}

@media (min-width: 1280px) {
  :root {
    --text-5xl: 7.5rem;
  }
}

/* --------------------------------------------------------------------------
   3. Base
   -------------------------------------------------------------------------- */

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  background-color: var(--ink-900);
  background-image:
    radial-gradient(60rem 40rem at 12% -10%, hsl(268 79% 47% / 0.20), transparent 62%),
    radial-gradient(52rem 38rem at 92% 6%, hsl(212 100% 51% / 0.16), transparent 60%),
    radial-gradient(46rem 34rem at 50% 108%, hsl(325 100% 48% / 0.14), transparent 62%);
  background-attachment: fixed;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: var(--weight-regular);
  line-height: var(--leading-normal);
  overflow-x: hidden;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

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

h1, h2, h3, h4 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  line-height: var(--leading-tight);
  text-transform: uppercase;
}

h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 {
  font-family: var(--font-body);
  font-size: var(--text-xl);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-normal);
  line-height: var(--leading-snug);
  text-transform: none;
}

p { margin: 0 0 var(--space-4); max-width: var(--content-max); }
p:last-child { margin-bottom: 0; }

ul { margin: 0; padding: 0; list-style: none; }

::selection { background: var(--pink-500); color: var(--white); }

:focus-visible {
  outline: 2px solid var(--cyan-300);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

.skip-link {
  position: absolute;
  left: var(--space-4);
  top: -200px;
  z-index: 1200;
  padding: var(--space-3) var(--space-4);
  background: var(--white);
  color: var(--ink-900);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  transition: top 0.2s var(--ease);
}
.skip-link:focus { top: var(--space-4); }

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

/* --------------------------------------------------------------------------
   4. Layout primitives
   -------------------------------------------------------------------------- */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.container-wide { max-width: 1600px; }

.section { padding-block: var(--section-y); position: relative; }
.section-tight { padding-block: var(--space-16); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  margin: 0 0 var(--space-6);
  color: var(--cyan-300);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
}
.eyebrow::before {
  content: '';
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan-500), var(--pink-500));
}

.lede {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--text-secondary);
}

.muted { color: var(--text-tertiary); }

.rule {
  height: 1px;
  border: 0;
  margin: 0;
  background: linear-gradient(90deg, transparent, hsl(240 20% 60% / 0.28), transparent);
}

/* Spectrum bar: the recurring stage light motif */
.spectrum {
  display: flex;
  height: 4px;
  width: 100%;
  overflow: hidden;
}
.spectrum span { flex: 1; }
.spectrum span:nth-child(1) { background: var(--blue-500); }
.spectrum span:nth-child(2) { background: var(--cyan-500); }
.spectrum span:nth-child(3) { background: var(--violet-500); }
.spectrum span:nth-child(4) { background: var(--magenta-500); }
.spectrum span:nth-child(5) { background: var(--pink-500); }

/* --------------------------------------------------------------------------
   5. Buttons
   -------------------------------------------------------------------------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  min-height: 48px;
  padding: var(--space-3) var(--space-8);
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  background: none;
  color: var(--white);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wide);
  line-height: var(--leading-tight);
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease),
              background-color 0.18s var(--ease), border-color 0.18s var(--ease), color 0.18s var(--ease);
}

.btn-primary {
  background-image: linear-gradient(100deg, var(--pink-500), var(--violet-500) 55%, var(--blue-500));
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg), var(--glow-pink); }
.btn-primary:active { transform: translateY(1px); box-shadow: var(--shadow-sm); }

.btn-ghost {
  border-color: hsl(240 20% 70% / 0.34);
  background: hsl(240 20% 90% / 0.05);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover {
  border-color: var(--cyan-300);
  color: var(--cyan-300);
  transform: translateY(-2px);
}
.btn-ghost:active { transform: translateY(1px); }

.btn-block { width: 100%; }

.btn-sm { min-height: 44px; padding: var(--space-2) var(--space-6); font-size: var(--text-xs); }

.btn[disabled], .btn[aria-disabled='true'] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  min-height: 44px;
  color: var(--white);
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}
.link-arrow span:last-child { transition: transform 0.22s var(--ease); }
.link-arrow:hover { color: var(--cyan-300); }
.link-arrow:hover span:last-child { transform: translateX(6px); }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
}

/* --------------------------------------------------------------------------
   6. Header and navigation
   -------------------------------------------------------------------------- */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 960;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color 0.3s var(--ease), border-color 0.3s var(--ease), backdrop-filter 0.3s var(--ease);
}
.site-header.is-stuck {
  background: hsl(240 18% 4% / 0.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: hsl(240 20% 60% / 0.16);
}
.site-header.is-solid {
  background: hsl(240 18% 4% / 0.9);
  backdrop-filter: blur(14px) saturate(140%);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-2);
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
.brand em {
  font-style: normal;
  background: linear-gradient(96deg, var(--pink-400), var(--cyan-300));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nav-desktop { display: none; }

@media (min-width: 1000px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: var(--space-8);
  }
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--text-secondary);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  transition: color 0.2s var(--ease);
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: 10px;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--cyan-500), var(--pink-500));
  transition: width 0.25s var(--ease);
}
.nav-link:hover, .nav-link[aria-current='page'] { color: var(--white); }
.nav-link:hover::after, .nav-link[aria-current='page']::after { width: 100%; }

.header-cta { display: none; }
@media (min-width: 1000px) { .header-cta { display: inline-flex; } }

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 48px; height: 48px;
  padding: 0;
  border: 1px solid hsl(240 20% 70% / 0.3);
  border-radius: var(--radius-full);
  background: hsl(240 20% 90% / 0.05);
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 18px; height: 2px;
  background: var(--white);
  transition: transform 0.28s var(--ease), opacity 0.2s var(--ease);
}
.menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (min-width: 1000px) { .menu-toggle { display: none; } }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 950;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(var(--header-h) + var(--space-8)) var(--gutter) var(--space-12);
  background: var(--ink-900);
  background-image:
    radial-gradient(40rem 30rem at 80% 0%, hsl(268 79% 47% / 0.35), transparent 60%),
    radial-gradient(36rem 28rem at 0% 100%, hsl(325 100% 48% / 0.3), transparent 60%);
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.4s var(--ease), visibility 0.4s var(--ease);
  overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); visibility: visible; }

.mobile-menu ul { display: flex; flex-direction: column; gap: var(--space-2); }
.mobile-menu a.m-link {
  display: block;
  padding-block: var(--space-3);
  font-family: var(--font-display);
  font-size: clamp(2rem, 11vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: var(--tracking-tight);
  color: var(--white);
  text-transform: uppercase;
  transition: color 0.2s var(--ease), transform 0.25s var(--ease);
}
.mobile-menu a.m-link:hover,
.mobile-menu a.m-link[aria-current='page'] { color: var(--cyan-300); transform: translateX(8px); }
.mobile-menu .m-foot { margin-top: var(--space-12); }
.mobile-menu .m-social {
  display: flex; flex-wrap: wrap; gap: var(--space-4);
  margin-top: var(--space-8);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
}

body.menu-open { overflow: hidden; }

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-h) + var(--space-8));
  padding-bottom: var(--space-16);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-media img {
  width: 100%;
  height: 116%;
  object-fit: cover;
  object-position: 58% 18%;
  will-change: transform;
}
@media (min-width: 900px) {
  .hero-media img { object-position: 60% 22%; }
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, hsl(240 18% 4% / 0.78) 0%, hsl(240 18% 4% / 0.28) 34%, hsl(240 18% 4% / 0.86) 78%, var(--ink-900) 100%),
    linear-gradient(84deg, hsl(268 79% 25% / 0.55) 0%, transparent 55%),
    linear-gradient(280deg, hsl(325 100% 30% / 0.4) 0%, transparent 48%);
}

.hero-ghost {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 118%;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(5rem, 21vw, 17rem);
  line-height: 0.82;
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px hsl(0 0% 100% / 0.16);
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
}

.hero-inner { position: relative; width: 100%; }

.hero-title {
  font-size: clamp(4.5rem, 20vw, 13rem);
  line-height: 0.84;
  letter-spacing: -0.035em;
  margin-bottom: var(--space-4);
  text-shadow: 0 12px 60px hsl(240 40% 2% / 0.55);
}

.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 5vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: linear-gradient(96deg, var(--cyan-300), var(--white) 42%, var(--pink-400));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: var(--space-4);
}

.hero-roles {
  max-width: none;
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.hero-statement {
  max-width: 30ch;
  font-size: var(--text-lg);
  line-height: var(--leading-snug);
  color: var(--white);
  margin-bottom: var(--space-8);
}

@media (min-width: 900px) {
  .hero-statement { max-width: 36ch; font-size: var(--text-xl); }
  .hero { align-items: center; }
  .hero-inner { padding-top: var(--space-16); }
}

.hero-spectrum {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
}

/* Page banner used on interior pages */
.page-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 62vh;
  padding-top: calc(var(--header-h) + var(--space-16));
  padding-bottom: var(--space-12);
  overflow: hidden;
  isolation: isolate;
}
.page-hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, hsl(240 18% 4% / 0.8), hsl(240 18% 4% / 0.5) 40%, var(--ink-900) 100%),
    linear-gradient(90deg, hsl(268 79% 22% / 0.6), transparent 60%);
}
.page-hero h1 { font-size: clamp(3rem, 12vw, 7rem); line-height: 0.88; }
.page-hero .lede { margin-top: var(--space-4); max-width: 44ch; }

/* --------------------------------------------------------------------------
   8. Culture statement
   -------------------------------------------------------------------------- */

.statement-block {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 8vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
  max-width: 18ch;
}
.statement-block .accent {
  background: linear-gradient(96deg, var(--cyan-500), var(--pink-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.split {
  display: grid;
  gap: var(--space-12);
}
@media (min-width: 900px) {
  .split { grid-template-columns: 1.1fr 1fr; gap: var(--space-24); align-items: center; }
  .split-wide { grid-template-columns: 1fr 1.25fr; }
}

/* --------------------------------------------------------------------------
   9. About
   -------------------------------------------------------------------------- */

.portrait-frame {
  position: relative;
  isolation: isolate;
}
.portrait-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-sm);
  filter: saturate(1.05) contrast(1.03);
}
.portrait-frame picture {
  position: relative;
  display: block;
  z-index: 0;
}
.portrait-frame picture::after {
  content: '';
  position: absolute;
  right: -14px; bottom: -14px;
  width: 58%; height: 58%;
  z-index: -1;
  background: linear-gradient(140deg, var(--blue-500), var(--violet-500) 50%, var(--pink-500));
  border-radius: var(--radius-sm);
  opacity: 0.9;
}
.portrait-frame figcaption {
  margin-top: var(--space-6);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
}

.pull-quote {
  position: relative;
  margin: var(--space-8) 0 0;
  padding: var(--space-6) 0 var(--space-6) var(--space-6);
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, var(--cyan-500), var(--pink-500)) 1;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 3.4vw, 2.1rem);
  line-height: 1.15;
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
}
.pull-quote cite {
  display: block;
  margin-top: var(--space-4);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-style: normal;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--pink-400);
}

/* --------------------------------------------------------------------------
   10. Music
   -------------------------------------------------------------------------- */

.track-grid {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr));
}

.track {
  position: relative;
  display: flex;
  flex-direction: column;
  background: hsl(240 16% 9% / 0.7);
  border: 1px solid hsl(240 20% 60% / 0.14);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease), border-color 0.28s var(--ease);
}
.track:hover {
  transform: translateY(-6px);
  border-color: hsl(240 20% 70% / 0.3);
  box-shadow: var(--shadow-lg);
}

/* Typographic placeholder artwork. Replaced when real cover art is supplied. */
.art {
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-4);
  overflow: hidden;
}
.art::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg, hsl(0 0% 100% / 0.07) 0 1px, transparent 1px 9px);
  mix-blend-mode: overlay;
}
.art-blue    { background: linear-gradient(150deg, hsl(212 100% 22%), hsl(196 100% 40%) 55%, hsl(212 100% 51%)); }
.art-magenta { background: linear-gradient(150deg, hsl(302 100% 18%), hsl(325 100% 42%) 58%, hsl(325 100% 62%)); }
.art-violet  { background: linear-gradient(150deg, hsl(268 79% 18%), hsl(268 79% 42%) 55%, hsl(302 100% 42%)); }
.art-cyan    { background: linear-gradient(150deg, hsl(196 100% 16%), hsl(196 100% 42%) 52%, hsl(192 100% 68%)); }
.art-deep    { background: linear-gradient(150deg, hsl(240 40% 8%), hsl(268 79% 32%) 60%, hsl(212 100% 45%)); }
.art-sunset  { background: linear-gradient(150deg, hsl(325 100% 22%), hsl(302 100% 42%) 45%, hsl(43 76% 58%)); }

.art-index {
  position: absolute;
  top: var(--space-3); right: var(--space-4);
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  color: hsl(0 0% 100% / 0.4);
  line-height: 1;
}
.art-title {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.4vw, 2rem);
  line-height: 0.94;
  letter-spacing: var(--tracking-tight);
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 2px 18px hsl(240 40% 2% / 0.45);
}
.art-mark {
  position: absolute;
  left: var(--space-4); top: var(--space-4);
  z-index: 1;
  font-size: 0.625rem;
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: hsl(0 0% 100% / 0.72);
}

.track-body { padding: var(--space-4) var(--space-4) var(--space-6); }
.track-body h3 {
  font-family: var(--font-body);
  font-size: var(--text-lg);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-normal);
  text-transform: none;
}
.track-sub {
  font-size: var(--text-sm);
  color: var(--text-tertiary);
  margin-top: var(--space-1);
}
.track-note {
  margin-top: var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.stream-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-4);
}
.stream-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: var(--space-1) var(--space-3);
  border: 1px solid hsl(240 20% 70% / 0.24);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--text-secondary);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}
a.stream-link:hover {
  color: var(--white);
  border-color: var(--cyan-300);
  background: hsl(196 100% 47% / 0.14);
}
.stream-link.is-pending {
  opacity: 0.42;
  cursor: default;
}

.featured-release {
  display: grid;
  gap: var(--space-8);
  padding: var(--space-8);
  border: 1px solid hsl(240 20% 60% / 0.16);
  border-radius: var(--radius-md);
  background:
    linear-gradient(120deg, hsl(268 79% 20% / 0.5), hsl(240 16% 9% / 0.7) 55%);
}
@media (min-width: 800px) {
  .featured-release { grid-template-columns: 300px 1fr; align-items: center; gap: var(--space-12); padding: var(--space-12); }
}
.featured-release .art { border-radius: var(--radius-sm); }

/* --------------------------------------------------------------------------
   11. Live
   -------------------------------------------------------------------------- */

.live-collage {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, 1fr);
}
.live-collage figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius-sm); }
.live-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.live-collage figure:hover img { transform: scale(1.05); }
.live-collage .tall { grid-row: span 2; min-height: 100%; }
.live-collage .wide { grid-column: span 2; aspect-ratio: 16 / 9; }
.live-collage .square { aspect-ratio: 1 / 1; }

@media (min-width: 900px) {
  .live-collage { grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
  .live-collage .wide { grid-column: span 2; }
}

.venue-list { display: grid; gap: var(--space-2); margin-top: var(--space-8); }
.venue {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-4) 0;
  border-top: 1px solid hsl(240 20% 60% / 0.16);
}
.venue:last-child { border-bottom: 1px solid hsl(240 20% 60% / 0.16); }
.venue strong {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
}
.venue span { font-size: var(--text-sm); color: var(--text-tertiary); }

.notice {
  padding: var(--space-8);
  border: 1px dashed hsl(240 20% 70% / 0.3);
  border-radius: var(--radius-md);
  background: hsl(240 16% 9% / 0.5);
  text-align: center;
}
.notice strong {
  display: block;
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: var(--space-2);
}
.notice p { margin-inline: auto; }

/* Full bleed cinematic band */
.band {
  position: relative;
  min-height: 74vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.band-media { position: absolute; inset: 0; z-index: -2; }
.band-media img { width: 100%; height: 100%; object-fit: cover; }
.band-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, hsl(240 18% 4% / 0.92) 0%, hsl(240 18% 4% / 0.62) 46%, hsl(240 18% 4% / 0.3) 100%),
    linear-gradient(180deg, var(--ink-900), transparent 22%, transparent 74%, var(--ink-900));
}

/* --------------------------------------------------------------------------
   12. Marquee
   -------------------------------------------------------------------------- */

.marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  padding-block: var(--space-6);
  border-block: 1px solid hsl(240 20% 60% / 0.16);
  background: hsl(240 17% 6% / 0.6);
  user-select: none;
}
.marquee-track {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: var(--space-8);
  padding-right: var(--space-8);
  min-width: 100%;
  animation: marquee 34s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--white);
  white-space: nowrap;
}
.marquee .dot { color: var(--pink-500); }
.marquee .ghost {
  color: transparent;
  -webkit-text-stroke: 1px hsl(0 0% 100% / 0.4);
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

/* --------------------------------------------------------------------------
   13. Fashion editorial
   -------------------------------------------------------------------------- */

.editorial {
  display: grid;
  gap: var(--space-6);
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
}
.editorial figure { margin: 0; overflow: hidden; border-radius: var(--radius-sm); }
.editorial img { width: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.editorial figure:hover img { transform: scale(1.04); }
.editorial .lift { transform: translateY(-6%); }
.editorial .a { aspect-ratio: 3 / 5; }
.editorial .b { aspect-ratio: 3 / 4; }

@media (min-width: 900px) {
  .editorial { grid-template-columns: 1fr 1fr; gap: var(--space-12); }
  .editorial .lift { transform: translateY(-14%); }
}

.fashion-lead {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 6.4vw, 4rem);
  line-height: 1;
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
}
.fashion-lead .accent { color: var(--pink-400); }

/* --------------------------------------------------------------------------
   14. Gallery
   -------------------------------------------------------------------------- */

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-8);
}
.filter {
  min-height: 44px;
  padding: var(--space-2) var(--space-6);
  border: 1px solid hsl(240 20% 70% / 0.24);
  border-radius: var(--radius-full);
  background: none;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease), background-color 0.2s var(--ease);
}
.filter:hover { color: var(--white); border-color: var(--cyan-300); }
.filter[aria-pressed='true'] {
  color: var(--white);
  border-color: transparent;
  background-image: linear-gradient(100deg, var(--pink-500), var(--violet-500));
}

.gallery-grid {
  display: grid;
  gap: var(--space-4);
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 760px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-6); } }
@media (min-width: 1100px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }

.shot {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--ink-700);
  cursor: pointer;
  display: block;
  width: 100%;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease), filter 0.4s var(--ease); }
.shot::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, hsl(240 40% 2% / 0.66));
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.shot:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.shot:hover img { transform: scale(1.06); }
.shot:hover::after { opacity: 1; }
.shot figcaption {
  position: absolute;
  left: var(--space-4); bottom: var(--space-3);
  z-index: 1;
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--white);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.shot:hover figcaption { opacity: 1; transform: translateY(0); }
.shot.s-tall { grid-row: span 2; }
.shot.is-hidden { display: none; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4);
  background: hsl(240 30% 2% / 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s var(--ease), visibility 0.3s var(--ease);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img {
  max-width: min(100%, 1200px);
  max-height: 82vh;
  object-fit: contain;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-xl);
}
.lightbox-caption {
  position: absolute;
  left: 50%; bottom: var(--space-6);
  transform: translateX(-50%);
  max-width: 90%;
  text-align: center;
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-secondary);
}
.lb-btn {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px; height: 48px;
  border: 1px solid hsl(240 20% 70% / 0.3);
  border-radius: var(--radius-full);
  background: hsl(240 18% 4% / 0.7);
  color: var(--white);
  font-size: var(--text-lg);
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s var(--ease), border-color 0.2s var(--ease), transform 0.2s var(--ease);
}
.lb-btn:hover { border-color: var(--cyan-300); transform: scale(1.06); }
.lb-close { top: var(--space-4); right: var(--space-4); }
.lb-prev { left: var(--space-4); top: 50%; transform: translateY(-50%); }
.lb-next { right: var(--space-4); top: 50%; transform: translateY(-50%); }
.lb-prev:hover, .lb-next:hover { transform: translateY(-50%) scale(1.06); }

/* --------------------------------------------------------------------------
   15. Feature statement
   -------------------------------------------------------------------------- */

.spectrum-top { position: absolute; inset: 0 0 auto 0; }
.spectrum-bottom { position: absolute; inset: auto 0 0 0; }

.feature-statement {
  position: relative;
  padding-block: var(--space-32);
  text-align: center;
  overflow: hidden;
}
.feature-statement h2 {
  font-size: clamp(3rem, 15vw, 10rem);
  line-height: 0.86;
  letter-spacing: -0.035em;
}
.feature-statement h2 .l1 { color: var(--white); }
.feature-statement h2 .l2 { color: var(--cyan-300); }
.feature-statement h2 .l3 { color: var(--pink-400); }
.feature-statement h2 span { display: block; }
.feature-statement .sub {
  margin-top: var(--space-8);
  font-size: var(--text-lg);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-secondary);
  max-width: none;
}

/* --------------------------------------------------------------------------
   16. Booking form
   -------------------------------------------------------------------------- */

.booking-shell {
  display: grid;
  gap: var(--space-12);
}
@media (min-width: 1000px) {
  .booking-shell { grid-template-columns: 0.85fr 1.15fr; gap: var(--space-24); align-items: start; }
}

.avail-list { display: grid; gap: var(--space-3); margin-top: var(--space-8); }
.avail-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  color: var(--text-secondary);
}
.avail-list li::before {
  content: '';
  width: 10px; height: 10px;
  flex: none;
  border-radius: 2px;
  background: linear-gradient(140deg, var(--cyan-500), var(--pink-500));
}

.form {
  padding: var(--space-6);
  border: 1px solid hsl(240 20% 60% / 0.16);
  border-radius: var(--radius-md);
  background: hsl(240 16% 9% / 0.62);
}
@media (min-width: 700px) { .form { padding: var(--space-8); } }

.field-grid { display: grid; gap: var(--space-4); }
@media (min-width: 700px) { .field-grid { grid-template-columns: 1fr 1fr; gap: var(--space-4) var(--space-6); } }
.field-full { grid-column: 1 / -1; }

.field { display: flex; flex-direction: column; gap: var(--space-2); }
.field label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
}
.field .req { color: var(--pink-400); }

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 48px;
  padding: var(--space-3) var(--space-4);
  border: 1px solid hsl(240 20% 60% / 0.22);
  border-radius: var(--radius-sm);
  background: hsl(240 20% 3% / 0.7);
  color: var(--white);
  font-family: var(--font-body);
  font-size: var(--text-base);
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background-color 0.2s var(--ease);
  appearance: none;
}
.field textarea { min-height: 140px; resize: vertical; line-height: var(--leading-normal); }
.field select {
  background-image: linear-gradient(45deg, transparent 50%, hsl(240 14% 74%) 50%),
                    linear-gradient(135deg, hsl(240 14% 74%) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 14px) calc(50% + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: var(--space-12);
}
.field select option { background: var(--ink-700); color: var(--white); }
.field input::placeholder, .field textarea::placeholder { color: hsl(240 10% 42%); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: hsl(240 20% 70% / 0.38); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--cyan-500);
  box-shadow: 0 0 0 3px hsl(196 100% 47% / 0.2);
  background: hsl(240 20% 3% / 0.95);
}
.field input:user-invalid, .field textarea:user-invalid {
  border-color: var(--pink-500);
  box-shadow: 0 0 0 3px hsl(325 100% 48% / 0.18);
}

.form-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-8);
}
.form-note { font-size: var(--text-xs); color: var(--text-tertiary); max-width: 42ch; }

.form-status {
  margin-top: var(--space-4);
  padding: var(--space-4);
  border-left: 3px solid var(--cyan-500);
  background: hsl(196 100% 47% / 0.1);
  font-size: var(--text-sm);
  color: var(--white);
}
.form-status[hidden] { display: none; }
.form-status.is-error { border-left-color: var(--pink-500); background: hsl(325 100% 48% / 0.12); }

/* --------------------------------------------------------------------------
   17. Social
   -------------------------------------------------------------------------- */

.social-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 760px) { .social-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .social-grid { grid-template-columns: repeat(6, 1fr); } }

.social-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-8);
  min-height: 132px;
  padding: var(--space-4);
  border: 1px solid hsl(240 20% 60% / 0.16);
  border-radius: var(--radius-md);
  background: hsl(240 16% 9% / 0.6);
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), background-color 0.25s var(--ease);
}
a.social-card:hover {
  transform: translateY(-4px);
  border-color: var(--pink-400);
  background: hsl(325 100% 48% / 0.1);
}
.social-card strong {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
}
.social-card em {
  font-style: normal;
  font-size: var(--text-xs);
  letter-spacing: var(--tracking-wide);
  color: var(--text-tertiary);
}
.social-card.is-pending { opacity: 0.55; }

/* --------------------------------------------------------------------------
   18. Footer
   -------------------------------------------------------------------------- */

.site-footer {
  position: relative;
  padding-top: var(--space-24);
  padding-bottom: var(--space-8);
  border-top: 1px solid hsl(240 20% 60% / 0.16);
  background: hsl(240 20% 3% / 0.65);
}
.footer-mark {
  font-family: var(--font-display);
  font-size: clamp(4rem, 22vw, 15rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px hsl(0 0% 100% / 0.28);
  margin-bottom: var(--space-8);
}
.footer-grid {
  display: grid;
  gap: var(--space-12);
}
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: var(--space-16); } }

.footer-motto {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  line-height: 1.2;
  letter-spacing: var(--tracking-tight);
  text-transform: uppercase;
  color: var(--white);
}
.footer-heading {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-widest);
  text-transform: uppercase;
  color: var(--text-tertiary);
  margin-bottom: var(--space-4);
}
.footer-links { display: grid; gap: var(--space-1); }
.footer-links a {
  display: inline-block;
  padding-block: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  transition: color 0.2s var(--ease), transform 0.2s var(--ease);
}
.footer-links a:hover { color: var(--cyan-300); transform: translateX(4px); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  margin-top: var(--space-16);
  padding-top: var(--space-6);
  border-top: 1px solid hsl(240 20% 60% / 0.14);
  font-size: var(--text-xs);
  color: var(--text-tertiary);
}
.footer-bottom a { color: var(--text-secondary); }
.footer-bottom a:hover { color: var(--cyan-300); }
.made-in { letter-spacing: var(--tracking-widest); text-transform: uppercase; }

/* --------------------------------------------------------------------------
   19. Motion
   -------------------------------------------------------------------------- */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
}
.reveal.visible { opacity: 1; transform: none; }

.reveal-left { opacity: 0; transform: translateX(-36px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-right { opacity: 0; transform: translateX(36px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal-left.visible, .reveal-right.visible { opacity: 1; transform: none; }

.reveal-group > *:nth-child(1) { transition-delay: 0s; }
.reveal-group > *:nth-child(2) { transition-delay: 0.08s; }
.reveal-group > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-group > *:nth-child(4) { transition-delay: 0.24s; }
.reveal-group > *:nth-child(5) { transition-delay: 0.32s; }
.reveal-group > *:nth-child(6) { transition-delay: 0.4s; }

/* Hero entrance */
.hero-inner > * { animation: riseIn 0.9s var(--ease) both; }
.hero-inner > *:nth-child(1) { animation-delay: 0.1s; }
.hero-inner > *:nth-child(2) { animation-delay: 0.2s; }
.hero-inner > *:nth-child(3) { animation-delay: 0.3s; }
.hero-inner > *:nth-child(4) { animation-delay: 0.4s; }
.hero-inner > *:nth-child(5) { animation-delay: 0.5s; }
@keyframes riseIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: none; }
}

/* Custom cursor, pointer devices only */
.cursor-dot, .cursor-ring { display: none; }

@media (hover: hover) and (pointer: fine) {
  .cursor-dot, .cursor-ring {
    position: fixed;
    top: 0; left: 0;
    z-index: 1500;
    pointer-events: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
    transition: opacity 0.3s var(--ease), width 0.25s var(--ease), height 0.25s var(--ease),
                background-color 0.25s var(--ease), border-color 0.25s var(--ease);
  }
  .cursor-dot {
    width: 7px; height: 7px;
    background: var(--pink-500);
    transform: translate(-50%, -50%);
  }
  .cursor-ring {
    width: 34px; height: 34px;
    border: 1px solid hsl(196 100% 68% / 0.7);
    transform: translate(-50%, -50%);
  }
  body.cursor-ready .cursor-dot, body.cursor-ready .cursor-ring { opacity: 1; }
  body.cursor-hot .cursor-ring {
    width: 62px; height: 62px;
    border-color: var(--pink-400);
    background: hsl(325 100% 48% / 0.12);
  }
  body.cursor-hot .cursor-dot { background: var(--cyan-300); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal, .reveal-left, .reveal-right { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  .hero-media img { height: 100%; }
}

/* --------------------------------------------------------------------------
   20. Print
   -------------------------------------------------------------------------- */

@media print {
  body { background: #fff; color: #000; }
  .site-header, .mobile-menu, .marquee, .lightbox, .cursor-dot, .cursor-ring { display: none !important; }
}
