/* ==========================================================================
   IDMA · עידן מלול — design system
   RTL-first (dir="rtl", lang="he").

   The visual language is taken from the artist's existing site: full-bleed
   stage photography washed in blue and violet, no boxes, no chrome. Three
   type roles, all self-hosted:
     Karantina  display  — condensed, flat-terminal; headlines only
     Assistant  body     — the reading face
     Audiowide  accent   — Latin only, uppercase, wide; used sparingly
   The signature device is the waveform rule: it sits under every H1 and
   nowhere else, so it reads as the site's punctuation mark.
   ========================================================================== */

/* Self-hosted type system — the three families the original site used:
   Karantina (display), Assistant (body), Audiowide (Latin accent).
   Only the hebrew + latin subsets are shipped. */

@font-face{font-family:'Assistant';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/assistant-hebrew-400.woff2') format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Assistant';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/assistant-latin-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Assistant';font-style:normal;font-weight:600;font-display:swap;src:url('/fonts/assistant-hebrew-600.woff2') format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Assistant';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/assistant-hebrew-700.woff2') format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Assistant';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/assistant-latin-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Audiowide';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/audiowide-latin-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Karantina';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/karantina-hebrew-400.woff2') format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Karantina';font-style:normal;font-weight:400;font-display:swap;src:url('/fonts/karantina-latin-400.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Karantina';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/karantina-hebrew-700.woff2') format('woff2');unicode-range:U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F}
@font-face{font-family:'Karantina';font-style:normal;font-weight:700;font-display:swap;src:url('/fonts/karantina-latin-700.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  /* Sampled from the site's own stage photography */
  --ink: #0a0620;
  --ink-2: #140a33;
  --violet-deep: #1e0f4a;
  --violet: #3b1e7a;
  --blue-wash: #4c8fd6;
  --blue: #2f6df6;
  --magenta: #b82e8f;
  --cyan: #4fd1e0;

  --paper: #ffffff;
  --paper-2: #f5f4fa;
  --text-dark: #1b1436;
  --text-dark-soft: #55507a;
  --rule-dark: #e4e2ef;
  --rule-light: rgba(255, 255, 255, 0.22);

  --on-dark: #ffffff;
  --on-dark-soft: rgba(255, 255, 255, 0.82);

  /* Type */
  --f-display: 'Karantina', 'Assistant', system-ui, sans-serif;
  --f-body: 'Assistant', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --f-accent: 'Audiowide', 'Karantina', system-ui, sans-serif;

  --fs-hero: clamp(3.5rem, 11vw, 8rem);
  --fs-display: clamp(2.5rem, 6.5vw, 4.75rem);
  --fs-h2: clamp(2rem, 4.6vw, 3.25rem);
  --fs-h3: clamp(1.4rem, 2.6vw, 1.85rem);
  --fs-lead: clamp(1.1rem, 2.1vw, 1.3rem);
  --fs-body: 1.125rem;
  --fs-sm: 1rem;
  --fs-xs: 0.875rem;

  --band: clamp(4rem, 9vw, 7.5rem);
  --wrap: 1200px;
  --wrap-prose: 720px;
  --header-h: 66px;
  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
}

/* --------------------------------------------------------------------------
   2. Reset & base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

/* The site is dark end to end. Painting the root dark (and declaring the
   colour scheme) means a navigation never flashes white before the
   stylesheet applies. */
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 16px);
  -webkit-text-size-adjust: 100%;
  background: var(--ink);
  color-scheme: dark;
}

body {
  margin: 0;
  font-family: var(--f-body);
  font-size: var(--fs-body);
  line-height: 1.8;
  color: var(--on-dark-soft);
  background: var(--ink);
  overflow-x: hidden;
}

img, picture, video, iframe { max-width: 100%; }
img { height: auto; display: block; }

h1, h2, h3, h4 {
  margin: 0 0 0.4em;
  font-family: var(--f-display);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}
h1 { font-size: var(--fs-display); }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); line-height: 1.1; }

/* Karantina is a display face: it sets far too tight for running text, so
   anything that isn't a headline gets the body face back. */
p, li, dd, dt, label, input, textarea, select, button, figcaption, summary, blockquote {
  font-family: var(--f-body);
}

p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.3em; padding-inline-start: 1.25em; }
li { margin-bottom: 0.5em; }

a { text-underline-offset: 3px; }

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

.ltr { direction: ltr; unicode-bidi: isolate; }

.skip-link {
  position: absolute;
  inset-inline-start: 0;
  top: -100%;
  z-index: 200;
  padding: 0.8rem 1.4rem;
  background: var(--cyan);
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { top: 0; color: var(--ink); }

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

/* --------------------------------------------------------------------------
   3. The signature: waveform rule
   -------------------------------------------------------------------------- */
.waveform {
  display: block;
  width: min(340px, 78%);
  height: 22px;
  margin: 0.9rem 0 1.4rem;
  background: currentColor;
  opacity: 0.85;
  -webkit-mask: url('/images/waveform.svg') center / 100% 100% no-repeat;
  mask: url('/images/waveform.svg') center / 100% 100% no-repeat;
}
.waveform--center { margin-inline: auto; }
.waveform--sm { height: 16px; width: min(220px, 60%); }

/* The hero's rule is alive: the same bars, but playing. 45 bars on one shared
   2.167s loop, heights transcribed frame-for-frame from the spectrum analyser
   the old site ran as a Lottie (312x40, 24fps, 52 frames). The envelope is the
   point: the centre bars carry the level and it falls away to near-flat at the
   edges, which is what makes it read as frequency rather than decoration. */
.equalizer {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: space-between;
  height: 34px;
  width: min(312px, 100%);
  margin: 1rem 0 1.5rem;
  direction: ltr;
}
.equalizer span {
  flex: 1 1 auto;
  min-width: 2px;
  max-width: 3px;
  height: 7%;
  border-radius: 2px;
  background: currentColor;
  opacity: 0.9;
}

@media (prefers-reduced-motion: no-preference) {
  .equalizer span {
    animation: 2.167s ease-in-out infinite both;
    will-change: height;
  }
  .equalizer span:nth-child(1) { animation-name: eq1; }
  @keyframes eq1 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 25% { height: 11.2%; } 92.31% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(2), .equalizer span:nth-child(45) { animation-name: eq2; }
  @keyframes eq2 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 46.15% { height: 11.2%; } 92.31% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(3), .equalizer span:nth-child(15), .equalizer span:nth-child(30) { animation-name: eq3; }
  @keyframes eq3 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 13.46% { height: 13.5%; } 19.23% { height: 13.5%; } 28.85% { height: 8.6%; } 38.46% { height: 18.0%; } 48.08% { height: 11.2%; } 55.77% { height: 17.8%; } 65.38% { height: 6.8%; } 73.08% { height: 15.8%; } 82.69% { height: 11.2%; } 92.31% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(4), .equalizer span:nth-child(13), .equalizer span:nth-child(35), .equalizer span:nth-child(42) { animation-name: eq4; }
  @keyframes eq4 { 0% { height: 6.8%; } 9.62% { height: 6.8%; } 19.23% { height: 9.0%; } 28.85% { height: 15.8%; } 40.38% { height: 9.0%; } 48.08% { height: 6.8%; } 53.85% { height: 13.5%; } 63.46% { height: 11.2%; } 75% { height: 6.8%; } 86.54% { height: 9.0%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(5), .equalizer span:nth-child(11), .equalizer span:nth-child(12), .equalizer span:nth-child(36), .equalizer span:nth-child(37), .equalizer span:nth-child(43) { animation-name: eq5; }
  @keyframes eq5 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 15.38% { height: 9.0%; } 36.54% { height: 9.0%; } 57.69% { height: 13.5%; } 75% { height: 11.2%; } 82.69% { height: 9.0%; } 90.38% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(6), .equalizer span:nth-child(34) { animation-name: eq6; }
  @keyframes eq6 { 0% { height: 6.8%; } 5.77% { height: 6.8%; } 11.54% { height: 13.5%; } 23.08% { height: 18.0%; } 32.69% { height: 8.6%; } 44.23% { height: 18.0%; } 57.69% { height: 20.2%; } 63.46% { height: 17.8%; } 75% { height: 15.8%; } 88.46% { height: 9.0%; } 98.08% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(7), .equalizer span:nth-child(14), .equalizer span:nth-child(41) { animation-name: eq7; }
  @keyframes eq7 { 0% { height: 6.8%; } 7.69% { height: 9.0%; } 26.92% { height: 15.8%; } 36.54% { height: 9.0%; } 51.92% { height: 13.5%; } 57.69% { height: 22.5%; } 65.38% { height: 11.2%; } 78.85% { height: 6.8%; } 90.38% { height: 15.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(8), .equalizer span:nth-child(19), .equalizer span:nth-child(26), .equalizer span:nth-child(40) { animation-name: eq8; }
  @keyframes eq8 { 0% { height: 6.8%; } 13.46% { height: 27.0%; } 25% { height: 42.8%; } 32.69% { height: 8.6%; } 42.31% { height: 22.5%; } 51.92% { height: 11.0%; } 57.69% { height: 42.8%; } 65.38% { height: 17.8%; } 78.85% { height: 27.0%; } 90.38% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(9), .equalizer span:nth-child(32), .equalizer span:nth-child(39) { animation-name: eq9; }
  @keyframes eq9 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 17.31% { height: 22.5%; } 28.85% { height: 31.5%; } 46.15% { height: 9.0%; } 61.54% { height: 33.8%; } 69.23% { height: 17.8%; } 82.69% { height: 27.0%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(10), .equalizer span:nth-child(16), .equalizer span:nth-child(33), .equalizer span:nth-child(38) { animation-name: eq10; }
  @keyframes eq10 { 0% { height: 6.8%; } 7.69% { height: 13.5%; } 19.23% { height: 18.0%; } 28.85% { height: 8.6%; } 40.38% { height: 18.0%; } 53.85% { height: 20.2%; } 65.38% { height: 17.8%; } 73.08% { height: 6.8%; } 80.77% { height: 15.8%; } 88.46% { height: 17.6%; } 96.15% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(17) { animation-name: eq11; }
  @keyframes eq11 { 0% { height: 6.8%; } 11.54% { height: 13.5%; } 23.08% { height: 27.0%; } 32.69% { height: 8.6%; } 44.23% { height: 11.0%; } 57.69% { height: 27.0%; } 69.23% { height: 17.8%; } 76.92% { height: 6.8%; } 84.62% { height: 20.2%; } 92.31% { height: 17.6%; } 96.15% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(18) { animation-name: eq12; }
  @keyframes eq12 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 13.46% { height: 15.8%; } 25% { height: 29.3%; } 32.69% { height: 8.6%; } 42.31% { height: 9.0%; } 51.92% { height: 11.0%; } 63.46% { height: 24.8%; } 69.23% { height: 11.2%; } 82.69% { height: 15.8%; } 94.23% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(20), .equalizer span:nth-child(25) { animation-name: eq13; }
  @keyframes eq13 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 17.31% { height: 27.0%; } 28.85% { height: 42.8%; } 46.15% { height: 9.0%; } 61.54% { height: 42.8%; } 69.23% { height: 17.8%; } 82.69% { height: 27.0%; } 94.23% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(21), .equalizer span:nth-child(24) { animation-name: eq14; }
  @keyframes eq14 { 0% { height: 6.8%; } 7.69% { height: 27.0%; } 17.31% { height: 27.0%; } 25% { height: 85.5%; } 34.62% { height: 65.3%; } 46.15% { height: 33.8%; } 55.77% { height: 63.0%; } 61.54% { height: 56.2%; } 69.23% { height: 45.0%; } 76.92% { height: 56.2%; } 88.46% { height: 18.0%; } 94.23% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(22) { animation-name: eq15; }
  @keyframes eq15 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 11.54% { height: 54.0%; } 21.15% { height: 45.0%; } 28.85% { height: 69.8%; } 38.46% { height: 42.8%; } 44.23% { height: 6.8%; } 48.08% { height: 36.0%; } 53.85% { height: 51.7%; } 61.54% { height: 45.0%; } 69.23% { height: 27.0%; } 76.92% { height: 60.8%; } 84.62% { height: 45.0%; } 92.31% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(23) { animation-name: eq16; }
  @keyframes eq16 { 0% { height: 6.8%; } 7.69% { height: 54.0%; } 17.31% { height: 45.0%; } 25% { height: 100%; } 34.62% { height: 76.5%; } 40.38% { height: 67.5%; } 44.23% { height: 36.0%; } 50% { height: 100%; } 57.69% { height: 45.0%; } 65.38% { height: 27.0%; } 76.92% { height: 90.0%; } 82.69% { height: 69.8%; } 88.46% { height: 45.0%; } 92.31% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(27) { animation-name: eq17; }
  @keyframes eq17 { 0% { height: 6.8%; } 3.85% { height: 6.8%; } 13.46% { height: 15.8%; } 23.08% { height: 33.8%; } 30.77% { height: 8.6%; } 42.31% { height: 11.0%; } 53.85% { height: 36.0%; } 73.08% { height: 17.8%; } 86.54% { height: 20.2%; } 96.15% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(28) { animation-name: eq18; }
  @keyframes eq18 { 0% { height: 6.8%; } 9.62% { height: 13.5%; } 17.31% { height: 27.0%; } 25% { height: 8.6%; } 32.69% { height: 11.0%; } 50% { height: 27.0%; } 61.54% { height: 17.8%; } 78.85% { height: 20.2%; } 92.31% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(29) { animation-name: eq19; }
  @keyframes eq19 { 0% { height: 6.8%; } 11.54% { height: 13.5%; } 23.08% { height: 18.0%; } 32.69% { height: 8.6%; } 44.23% { height: 18.0%; } 57.69% { height: 20.2%; } 69.23% { height: 17.8%; } 76.92% { height: 6.8%; } 84.62% { height: 15.8%; } 92.31% { height: 17.6%; } 96.15% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(31) { animation-name: eq20; }
  @keyframes eq20 { 0% { height: 6.8%; } 1.92% { height: 6.8%; } 13.46% { height: 11.2%; } 23.08% { height: 33.8%; } 30.77% { height: 8.6%; } 42.31% { height: 11.0%; } 53.85% { height: 36.0%; } 67.31% { height: 17.8%; } 80.77% { height: 20.2%; } 96.15% { height: 6.8%; } 100% { height: 6.8%; } }
  .equalizer span:nth-child(44) { animation-name: eq21; }
  @keyframes eq21 { 0% { height: 6.8%; } 9.62% { height: 6.8%; } 28.85% { height: 11.2%; } 65.38% { height: 6.8%; } 100% { height: 6.8%; } }
}

/* Without motion the bars hold the loop's peak silhouette, so the hero keeps
   its bell-shaped spectrum. */
@media (prefers-reduced-motion: reduce) {
  .equalizer span:nth-child(23) { height: 62%; }
  .equalizer span:nth-child(21), .equalizer span:nth-child(24) { height: 53%; }
  .equalizer span:nth-child(22) { height: 43%; }
  .equalizer span:nth-child(8), .equalizer span:nth-child(19), .equalizer span:nth-child(20), .equalizer span:nth-child(25), .equalizer span:nth-child(26), .equalizer span:nth-child(40) { height: 27%; }
  .equalizer span:nth-child(27), .equalizer span:nth-child(31) { height: 22%; }
  .equalizer span:nth-child(9), .equalizer span:nth-child(32), .equalizer span:nth-child(39) { height: 21%; }
  .equalizer span:nth-child(18) { height: 18%; }
  .equalizer span:nth-child(17), .equalizer span:nth-child(28) { height: 17%; }
  .equalizer span:nth-child(7), .equalizer span:nth-child(14), .equalizer span:nth-child(41) { height: 14%; }
  .equalizer span:nth-child(6), .equalizer span:nth-child(10), .equalizer span:nth-child(16), .equalizer span:nth-child(29), .equalizer span:nth-child(33), .equalizer span:nth-child(34), .equalizer span:nth-child(38) { height: 12%; }
  .equalizer span:nth-child(3), .equalizer span:nth-child(15), .equalizer span:nth-child(30) { height: 11%; }
  .equalizer span:nth-child(4), .equalizer span:nth-child(13), .equalizer span:nth-child(35), .equalizer span:nth-child(42) { height: 10%; }
  .equalizer span:nth-child(5), .equalizer span:nth-child(11), .equalizer span:nth-child(12), .equalizer span:nth-child(36), .equalizer span:nth-child(37), .equalizer span:nth-child(43) { height: 9%; }
  .equalizer span:nth-child(1), .equalizer span:nth-child(2), .equalizer span:nth-child(44), .equalizer span:nth-child(45) { height: 7%; }
}

/* --------------------------------------------------------------------------
   4. Layout: bands
   Every section is a full-bleed horizontal band. Photographic bands carry
   the identity; paper bands carry anything that has to be read at length.
   -------------------------------------------------------------------------- */
.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.wrap-prose { width: min(100% - 2.5rem, var(--wrap-prose)); margin-inline: auto; }

.band {
  position: relative;
  padding-block: var(--band);
  isolation: isolate;
}
.band--tight { padding-block: clamp(2.75rem, 5vw, 4.5rem); }

/* Reading bands. There is no white anywhere on this site: long-form text
   sits on flat ink or a violet gradient, alternating for rhythm, so a page
   reads as one continuous night rather than a dark page with lit holes. */
.band--ink {
  background: var(--ink);
  color: var(--on-dark-soft);
}
.band--night {
  background: linear-gradient(165deg, var(--ink) 0%, var(--violet-deep) 62%, var(--violet) 100%);
  color: var(--on-dark-soft);
}
/* Legacy aliases: the paper bands are now the two ink surfaces. */
.band--paper { background: var(--ink); color: var(--on-dark-soft); }
.band--paper-2 {
  background: linear-gradient(165deg, var(--ink) 0%, var(--violet-deep) 62%, var(--violet) 100%);
  color: var(--on-dark-soft);
}
/* Same palette, reversed direction: distinguishes a paper band from an
   adjacent .band--paper-2 without introducing a new color. */
.band--paper-3 {
  background: linear-gradient(345deg, var(--violet) 0%, var(--violet-deep) 55%, var(--ink) 100%);
  color: var(--on-dark-soft);
}

/* Photographic band. Set --img inline; the wash is picked per band. */
.band--photo {
  color: var(--on-dark);
  background-color: var(--ink);
  background-image: var(--img);
  background-size: cover;
  background-position: center;
}
.band--photo::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 6, 32, 0.82) 0%, rgba(30, 15, 74, 0.74) 100%);
}
/* The bright blue daylight wash used on the services band of the original:
   it lifts the photo rather than darkening it, so the band reads as a
   change of weather rather than another night scene. */
.band--wash::before {
  background:
    linear-gradient(200deg, rgba(96, 165, 232, 0.82) 0%, rgba(70, 132, 240, 0.68) 40%, rgba(72, 46, 156, 0.72) 100%);
}
/* Cool teal wash behind the portrait. The teal stays on the subject's side;
   the copy side is deepened so white text holds at full contrast. */
.band--teal::before {
  background: linear-gradient(90deg, rgba(79, 209, 224, 0.3) 0%, rgba(30, 15, 74, 0.72) 45%, rgba(10, 6, 32, 0.93) 100%);
}
/* Near-neutral wash: lets a detailed photo stay legible behind big type */
.band--smoke::before {
  background: linear-gradient(180deg, rgba(20, 10, 51, 0.7) 0%, rgba(59, 30, 122, 0.55) 50%, rgba(10, 6, 32, 0.85) 100%);
}

h1, h2, h3, h4 { color: var(--on-dark); }
/* The bright wash is the one band where type sits on a light photo, so it
   gets a shadow — nowhere else needs one. */
.band--wash h1, .band--wash h2, .band--wash h3 { text-shadow: 0 2px 18px rgba(10, 6, 32, 0.55); }
.band--wash p, .band--wash .offer p { color: #fff; }
a { color: var(--cyan); }
a:hover { color: var(--on-dark); }

.band-head { margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.band-head--center { text-align: center; }
.band-head--center .waveform { margin-inline: auto; }
.band-head p { max-width: 60ch; font-size: var(--fs-lead); color: inherit; opacity: 0.9; }
.band-head--center p { margin-inline: auto; }

/* Latin eyebrow. Audiowide is wide and loud, so it only ever appears at
   small sizes, uppercase, and never more than once per band. */
.eyebrow {
  font-family: var(--f-accent);
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin: 0 0 0.9rem;
  /* Isolated, not re-directed: the Latin keeps its own reading order but the
     block still sits on the RTL start edge, under the heading it labels. */
  unicode-bidi: isolate;
}

/* Display headings set in Latin (the original keeps a few in English) */
.display-en {
  font-family: var(--f-accent);
  font-size: clamp(1.5rem, 3.6vw, 2.75rem);
  letter-spacing: 0.02em;
  line-height: 1.15;
  direction: ltr;
  unicode-bidi: isolate;
}

.grid { display: grid; gap: clamp(1.5rem, 3.5vw, 3rem); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); }

/* --------------------------------------------------------------------------
   5. Header
   -------------------------------------------------------------------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(10, 6, 32, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule-light);
}
.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  color: var(--on-dark);
  text-decoration: none;
  direction: ltr;
}
.brand__logo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
}
.brand__mark {
  font-family: var(--f-accent);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: var(--cyan);
}
.brand__name {
  font-family: var(--f-accent);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  color: var(--on-dark-soft);
}
.brand:hover .brand__name { color: var(--on-dark); }
@media (max-width: 400px) { .brand__name { display: none; } }

.nav-toggle {
  display: none;
  position: relative;
  width: 46px; height: 46px;
  align-items: center; justify-content: center;
  background: transparent;
  border: 1px solid var(--rule-light);
  border-radius: 8px;
  color: var(--on-dark);
  cursor: pointer;
}
.nav-toggle__bars, .nav-toggle__bars::before, .nav-toggle__bars::after {
  display: block; width: 20px; height: 2px;
  background: currentColor; border-radius: 2px;
  transition: transform 0.25s var(--ease), opacity 0.15s linear;
}
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ''; position: absolute; }
.nav-toggle__bars::before { transform: translateY(-6px); }
.nav-toggle__bars::after { transform: translateY(6px); }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars { background: transparent; }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars::before { transform: rotate(45deg); }
.nav-toggle[aria-expanded='true'] .nav-toggle__bars::after { transform: rotate(-45deg); }

.nav { display: flex; align-items: center; gap: clamp(0.6rem, 1.5vw, 1.5rem); }
.nav a {
  position: relative;
  color: var(--on-dark-soft);
  text-decoration: none;
  font-size: var(--fs-body);
  font-weight: 600;
  padding: 0.6rem 0.1rem;
  white-space: nowrap;
}
.nav a::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0.25rem;
  height: 2px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform 0.2s var(--ease);
}
.nav a:hover { color: var(--on-dark); }
.nav a:hover::after { transform: scaleX(1); }
.nav a[aria-current='page'] { color: var(--on-dark); }
.nav a[aria-current='page']::after { transform: scaleX(1); background: var(--magenta); }
.nav .btn::after { display: none; }

@media (max-width: 940px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.5rem 1.25rem 1.75rem;
    background: rgba(10, 6, 32, 0.98);
    border-bottom: 1px solid var(--rule-light);
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, transform 0.22s var(--ease), visibility 0.22s;
  }
  .nav[data-open='true'] { opacity: 1; visibility: visible; transform: none; }
  .nav a { padding: 1rem 0.25rem; border-bottom: 1px solid var(--rule-light); font-size: 1.25rem; }
  .nav a::after { display: none; }
  .nav .btn { margin-top: 1.25rem; justify-content: center; }
}

/* --------------------------------------------------------------------------
   6. Buttons
   -------------------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 50px;
  padding: 0.7rem 1.75rem;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--f-body);
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s var(--ease), background-color 0.18s linear, color 0.18s linear, border-color 0.18s linear;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 21px; height: 21px; fill: currentColor; flex: none; }

.btn--primary { background: var(--magenta); color: #fff; }
.btn--primary:hover { background: #cf37a1; color: #fff; }
.btn--whatsapp { background: #25d366; color: #04301a; }
.btn--whatsapp:hover { background: #1fbe5b; color: #04301a; }
.btn--ghost { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.btn--ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--outline { border-color: var(--magenta); color: var(--magenta); }
.btn--outline:hover { background: var(--magenta); color: #fff; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.9rem; align-items: center; }
.btn-row--center { justify-content: center; }

/* --------------------------------------------------------------------------
   7. Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  min-height: clamp(560px, 92svh, 900px);
  display: flex;
  align-items: center;
  /* Framed from the top: the subject's head sits high in the plate and the
     headline occupies the dark left third. The crop rides down a little so the
     cap clears the header rather than floating mid-frame. */
  background: var(--ink) center 14% / cover no-repeat;
  color: var(--on-dark);
  isolation: isolate;
  overflow: hidden;
}
/* The loop sits between the still plate and the wash, so it can fade in late
   without the headline ever losing its dark ground. */
.hero__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  opacity: 0;
  transition: opacity 1s var(--ease);
  pointer-events: none;
}
.hero__video[data-playing] { opacity: 1; }

/* The photograph is already dark on its left; the wash only deepens it so
   the headline holds without flattening the stage lighting on the right. */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(10, 6, 32, 0.92) 0%, rgba(14, 8, 40, 0.78) 30%, rgba(20, 10, 51, 0.34) 52%, rgba(59, 30, 122, 0.06) 78%, transparent 100%),
    linear-gradient(180deg, rgba(10, 6, 32, 0.55) 0%, transparent 30%, rgba(10, 6, 32, 0.45) 100%);
}
/* The whole hero composition runs LTR so that every element — headline,
   equalizer, tagline, scroll cue — hangs off one physical left axis, set in
   from the edge the way the original plate is composed. */
.hero__inner {
  direction: ltr;
  width: 100%;
  padding-block: clamp(5rem, 14vh, 8rem);
  padding-inline: 1.25rem;
}
@media (min-width: 900px) {
  .hero__inner { padding-inline-start: clamp(6rem, 16vw, 15rem); }
}
/* The hero composition is Latin-led and left-set at every breakpoint, so the
   block itself runs LTR. The one Hebrew line inside re-declares its own
   direction; only the ragged edge is shared, never the reading order. */
.hero__content { max-width: 33rem; text-align: left; }
.hero__content > p:not(.hero__tagline) { direction: rtl; }

.hero__name {
  direction: ltr;
  text-align: left;
  font-family: var(--f-display);
  font-size: var(--fs-hero);
  font-weight: 700;
  line-height: 0.82;
  margin: 0;
  color: #fff;
}
.hero__name span { display: block; }
.hero__name .hero__mark {
  font-family: var(--f-accent);
  font-size: 0.3em;
  line-height: 1;
  letter-spacing: 0.16em;
  color: var(--cyan);
  margin-bottom: 0.5em;
}
.hero .waveform { margin-inline: 0; }

.hero__tagline {
  direction: ltr;
  text-align: left;
  font-family: var(--f-accent);
  font-size: clamp(0.68rem, 1.5vw, 0.9rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1.6rem;
}
/* Hebrew, but flushed left so it hangs off the same axis as the Latin
   headline. Bidi order is untouched; only the ragged edge moves. */
.hero__lead {
  text-align: left;
  font-size: clamp(1rem, 1.9vw, 1.2rem);
  font-weight: 600;
  color: var(--on-dark-soft);
  max-width: 34ch;
  margin-bottom: 0;
}

/* Scroll cue — the original's double chevron, on the headline's axis */
.hero__cue {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 26px;
  margin: 2.5rem 0 0;
  color: #fff;
  opacity: 0.75;
  text-decoration: none;
}
.hero__cue svg { width: 26px; height: 14px; fill: currentColor; }
.hero__cue svg:last-child { margin-top: -7px; }
.hero__cue:hover { opacity: 1; color: #fff; }
@media (prefers-reduced-motion: no-preference) {
  .hero__cue { animation: cue 2.4s var(--ease) infinite; }
  @keyframes cue {
    0%, 70%, 100% { transform: translateY(0); }
    35% { transform: translateY(7px); }
  }
}

/* Social rail — solid discs pinned to the physical right edge, opposite the
   headline. Physical, not logical: it counterweights the type, and the type
   is Latin and left-set regardless of the document's RTL direction. */
.social-rail {
  position: absolute;
  right: clamp(0.75rem, 2.5vw, 2.5rem);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  z-index: 2;
}
.social-rail a, .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  transition: background-color 0.18s linear, transform 0.18s var(--ease);
}
.social-rail a:hover, .social-list a:hover { background: var(--magenta); color: #fff; transform: translateY(-2px); }
.social-rail svg, .social-list svg { width: 20px; height: 20px; fill: currentColor; }
@media (max-width: 760px) { .social-rail { display: none; } }

.social-list { display: flex; gap: 0.7rem; flex-wrap: wrap; justify-content: center; }
.social-list a { background: #fff; color: var(--blue); border-radius: 12px; }
.social-list a:hover { background: var(--cyan); color: var(--ink); }

@media (max-width: 760px) {
  .hero { background-position: 62% 12%; }
  .hero::before {
    background: linear-gradient(180deg, rgba(10, 6, 32, 0.6) 0%, rgba(20, 10, 51, 0.72) 55%, rgba(10, 6, 32, 0.92) 100%);
  }
  .hero__content { margin-inline-start: 0; }
}

/* --------------------------------------------------------------------------
   8. Page hero (inner pages) — the same band language, shorter
   -------------------------------------------------------------------------- */
.page-hero {
  position: relative;
  padding-block: clamp(3rem, 8vw, 5.5rem);
  color: var(--on-dark);
  background-color: var(--ink);
  background-image: var(--img, none);
  background-size: cover;
  /* Weighted to the upper third: these are portrait-ish frames and the
     subject's head sits high in all of them. */
  background-position: center 28%;
  isolation: isolate;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(200deg, rgba(10, 6, 32, 0.9) 0%, rgba(30, 15, 74, 0.82) 55%, rgba(59, 30, 122, 0.7) 100%);
}
/* Contact hero only: image mirrored (vinyl on the left) and shifted up to
   keep the vinyl in frame instead of the crop cutting it off. */
.page-hero--flip { background-image: none; }
.page-hero--flip::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--img, none);
  background-size: cover;
  background-position: center 60%;
  transform: scaleX(-1);
}
.page-hero h1 { color: #fff; max-width: 18ch; }
.page-hero__lead {
  font-size: var(--fs-lead);
  color: var(--on-dark-soft);
  max-width: 56ch;
  margin-bottom: 0;
}

.breadcrumbs { font-size: 1.35rem; margin-bottom: 1.1rem; color: var(--on-dark-soft); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0; padding: 0; }
.breadcrumbs li { margin: 0; }
.breadcrumbs li + li::before { content: '\002F'; margin-inline-end: 0.4rem; opacity: 0.5; }
.breadcrumbs a { color: var(--cyan); text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }

/* --------------------------------------------------------------------------
   9. Service columns — borderless, as on the original
   -------------------------------------------------------------------------- */
/* The three offers carry different amounts of copy, so the column is a flex
   box and the action link is pushed to the bottom — the three "read more"
   links then sit on one line regardless of text length. */
.offer {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.offer > p:last-of-type { margin-bottom: 1.4rem; }
.offer__icon {
  width: 58px; height: 58px;
  margin: 0 auto 1.1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--magenta);
  color: #fff;
  transition: transform 0.2s var(--ease), background-color 0.2s linear;
}
.offer__icon svg { width: 26px; height: 26px; fill: currentColor; }
.offer h3 { margin-bottom: 0.7rem; }
.offer h3 a { color: inherit; text-decoration: none; }
.offer h3 a:hover { color: var(--cyan); }
.offer:hover .offer__icon { transform: translateY(-3px); background: var(--blue); }
.offer p { color: inherit; opacity: 0.92; font-size: var(--fs-sm); }
.offer__more {
  margin-top: auto;
  font-weight: 700;
  font-size: var(--fs-sm);
  text-decoration: none;
}
.offer__more::after { content: ' \2190'; }

/* Split band: headline pinned to one side, columns filling the rest */
.split {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 2.4fr);
}
.split__head h2 { margin-bottom: 0; }
/* Three offers, three columns — auto-fit would drop to two once the head
   column takes its share, which breaks the original's rhythm. */
@media (min-width: 861px) {
  .split .grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 2.4vw, 2.25rem); }
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split__head { text-align: center; }
  .split__head .waveform { margin-inline: auto; }
}

/* --------------------------------------------------------------------------
   10. Portrait band — photo behind, single text column on the start side
   -------------------------------------------------------------------------- */
/* Subject on the physical left, copy on the physical right — the layout the
   portrait itself is composed for. */
.portrait-band {
  min-height: 640px;
  display: flex;
  align-items: center;
  background-position: left 18%;
}
.portrait-band .wrap { width: min(100% - 2.5rem, var(--wrap)); }
.portrait-band__text { max-width: 40ch; }
.portrait-band__text p { color: var(--on-dark-soft); }
.portrait-band__text .accent { color: var(--cyan); font-weight: 700; }
.signature-row { display: flex; align-items: center; gap: 0.75rem; margin-top: 2rem; }
.about-mark { width: 56px; height: 56px; border-radius: 50%; flex: none; }
.signature {
  font-family: var(--f-accent);
  font-size: clamp(0.85rem, 1.8vw, 1.05rem);
  letter-spacing: 0.12em;
  color: #fff;
  direction: ltr;
  unicode-bidi: isolate;
}
.signature b { font-weight: 400; color: var(--cyan); }
.about-cta { margin-top: 1.5rem; margin-inline-start: 2rem; }
@media (max-width: 760px) {
  .portrait-band { min-height: 0; }
  .portrait-band__text { max-width: none; }
}

/* --------------------------------------------------------------------------
   11. Prose (inner pages)
   -------------------------------------------------------------------------- */
.prose { font-size: var(--fs-body); }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2em; }
.prose h3 { margin-top: 1.7em; }
.prose h2 + p, .prose h3 + p { margin-top: 0; }
.prose ul li::marker { color: var(--cyan); }
.prose strong { color: var(--on-dark); }
.prose a { font-weight: 600; }

.lead { font-size: var(--fs-lead); font-weight: 600; line-height: 1.65; }

/* A rule that carries the section number is only used where content really
   is sequential; elsewhere headings stand alone. */
.feature-list { list-style: none; padding: 0; margin: 0 0 1.6em; display: grid; gap: 0.85rem; }
.feature-list li { position: relative; padding-inline-start: 1.9rem; margin: 0; }
.feature-list li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: 0.72em;
  width: 10px; height: 10px;
  border-radius: 2px;
  background: var(--magenta);
  transform: rotate(45deg);
}
.feature-list li::before { background: var(--cyan); }

.steps { list-style: none; counter-reset: step; padding: 0; margin: 0 0 1.6em; display: grid; gap: 1.4rem; }
.steps li { counter-increment: step; position: relative; padding-inline-start: 3.5rem; margin: 0; }
.steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  inset-inline-start: 0;
  top: -0.1em;
  font-family: var(--f-accent);
  font-size: 0.85rem;
  color: var(--magenta);
  letter-spacing: 0.04em;
}
.steps li::after {
  content: '';
  position: absolute;
  inset-inline-start: 2.55rem;
  top: 0.35em;
  bottom: -1.4rem;
  width: 1px;
  background: var(--rule-light);
}
.steps li:last-child::after { display: none; }
.steps li strong { display: block; font-size: 1.05em; }
.steps li::before { color: var(--cyan); }
.steps li::after { background: var(--rule-light); }

/* --------------------------------------------------------------------------
   12. Cards (inner pages only — the home page stays boxless)
   -------------------------------------------------------------------------- */
.card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.4rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--rule-light);
  border-radius: 4px;
  border-top: 3px solid var(--magenta);
  color: var(--on-dark-soft);
  transition: transform 0.2s var(--ease), border-color 0.2s linear, background-color 0.2s linear;
}
.card:hover {
  transform: translateY(-3px);
  border-top-color: var(--cyan);
  background: rgba(255, 255, 255, 0.08);
}
.card h3 { margin-bottom: 0.5rem; }
.card p { font-size: var(--fs-sm); }
.card__link { margin-top: auto; padding-top: 0.9rem; font-weight: 700; text-decoration: none; font-size: var(--fs-sm); }
.card__link::after { content: ' \2190'; }

.band--photo .card { background: rgba(10, 6, 32, 0.45); backdrop-filter: blur(4px); }

/* --------------------------------------------------------------------------
   13. Embeds — click-to-load facades, never autoplay
   -------------------------------------------------------------------------- */
.embed {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(10, 6, 32, 0.6);
  border: 1px solid var(--rule-light);
}
.embed iframe { display: block; width: 100%; border: 0; }
.embed--audio iframe { height: 450px; }
.embed--video { aspect-ratio: 16 / 9; }
.embed--video iframe { height: 100%; }
.embed__caption { font-size: var(--fs-xs); opacity: 0.85; margin: 0.7rem 0 0; }

.embed-facade {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.8rem;
  padding: 1.5rem;
  border: 1px solid var(--rule-light);
  border-radius: 4px;
  background: rgba(10, 6, 32, 0.55);
  backdrop-filter: blur(4px);
  color: #fff;
  font-family: var(--f-body);
  font-size: var(--fs-sm);
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}
.embed-facade:hover { border-color: var(--cyan); background: rgba(10, 6, 32, 0.72); }
.embed-facade__play {
  width: 66px; height: 66px;
  border-radius: 50%;
  background: var(--magenta);
  display: grid; place-items: center;
  transition: transform 0.2s var(--ease), background-color 0.2s linear;
}
.embed-facade:hover .embed-facade__play { transform: scale(1.06); background: var(--blue); }
.embed-facade__play svg { width: 26px; height: 26px; fill: #fff; }
.embed-facade__hint { font-weight: 400; font-size: var(--fs-xs); opacity: 0.78; }

/* --------------------------------------------------------------------------
   13b. Track hive — 4x4 of real Spotify track players
   The cells hold live embeds, so the markup alone is already functional: the
   only thing script adds is the staggered reveal. Nothing here may hide a
   cell unless script has first proven it can show it again (.hive--armed).
   -------------------------------------------------------------------------- */
.hive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  max-width: var(--wrap);
  margin-inline: auto;
  padding: 0;
  list-style: none;
}
.hive__cell { margin: 0; }

/* Entrance is an animation, not a transition, so the hover transition on the
   inner frame stays free for hover alone. */
.hive--armed .hive__cell { opacity: 0; }
.hive--armed.is-visible .hive__cell {
  animation: hive-in 0.62s cubic-bezier(0.34, 1.4, 0.64, 1) both;
  animation-delay: calc(var(--d, 0) * 85ms);
}
@keyframes hive-in {
  from { opacity: 0; transform: translateY(22px) scale(0.9); }
  to { opacity: 1; transform: none; }
}

.hive__frame {
  border: 1px solid var(--rule-light);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(10, 6, 32, 0.55);
  backdrop-filter: blur(6px);
  transition: border-color 0.2s linear, transform 0.2s var(--ease), box-shadow 0.2s linear;
}
.hive__cell:hover .hive__frame {
  border-color: var(--cyan);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
}
.hive__frame iframe { display: block; width: 100%; height: 80px; border: 0; }

@media (max-width: 900px) {
  .hive { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .hive { grid-template-columns: 1fr; }
}

/* The global reduced-motion rule collapses durations but not delays, which
   would still trickle the cells in one by one. Land them all at once. */
@media (prefers-reduced-motion: reduce) {
  .hive--armed .hive__cell { opacity: 1; }
  .hive--armed.is-visible .hive__cell { animation-delay: 0s !important; }
}

/* --------------------------------------------------------------------------
   13c. Video grid — thumbnail cards, click-to-load like every other embed
   -------------------------------------------------------------------------- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: var(--wrap);
  margin-inline: auto;
}
/* First clip is the pick of the set: full-width banner above two rows of three. */
.video-grid .video-card:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 21 / 8;
}
.video-grid .video-embed--large { grid-column: 1 / -1; aspect-ratio: 21 / 8; }
@media (max-width: 700px) {
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-grid .video-card:first-child, .video-grid .video-embed--large { aspect-ratio: 16 / 9; }
}
@media (max-width: 480px) {
  .video-grid { grid-template-columns: 1fr; }
}
.video-card {
  position: relative;
  aspect-ratio: 16 / 9;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  border: 1px solid var(--rule-light);
  border-radius: 4px;
  overflow: hidden;
  background: var(--thumb) center / cover no-repeat, var(--ink);
  cursor: pointer;
  transition: border-color 0.2s linear, transform 0.2s var(--ease);
}
.video-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 6, 32, 0) 45%, rgba(10, 6, 32, 0.92) 100%);
}
.video-card:hover, .video-card:focus-visible {
  border-color: var(--cyan);
  transform: translateY(-3px);
  background: var(--thumb) center / cover no-repeat, var(--ink);
}
.video-card__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 52px; height: 52px;
  border-radius: 50%;
  background: rgba(184, 46, 143, 0.88);
  display: grid;
  place-items: center;
  transition: background-color 0.2s linear, transform 0.2s var(--ease);
}
.video-card:hover .video-card__play, .video-card:focus-visible .video-card__play {
  background: var(--blue);
  transform: translate(-50%, -50%) scale(1.08);
}
.video-card__play svg { width: 20px; height: 20px; fill: #fff; }
.video-card__title {
  position: relative;
  padding: 0 0.85rem 0.7rem;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: var(--fs-xs);
  color: #fff;
  text-align: start;
}

/* --------------------------------------------------------------------------
   14. Contact row — plain, inline, cyan glyphs (matches the original)
   -------------------------------------------------------------------------- */
.contact-row {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem clamp(1.5rem, 4vw, 3.5rem);
}
.contact-row li { margin: 0; }
.contact-row a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.25rem 0.4rem;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.contact-row a:hover { color: var(--cyan); }
.contact-row svg { width: 22px; height: 22px; fill: var(--cyan); flex: none; }

/* Boxed variant for the contact page's direct-contact block */
.contact-methods { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.contact-methods li { margin: 0; }
.contact-methods a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 52px;
  padding: 0.7rem 1.1rem;
  border: 1px solid var(--rule-light);
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: border-color 0.18s linear, background-color 0.18s linear;
}
.contact-methods a:hover { border-color: var(--cyan); background: rgba(79, 209, 224, 0.12); color: #fff; }
.contact-methods svg { width: 22px; height: 22px; fill: var(--cyan); flex: none; }

/* --------------------------------------------------------------------------
   15. Credits, quotes, FAQ
   -------------------------------------------------------------------------- */
.credits { list-style: none; padding: 0; margin: 0; display: grid; }
.credits li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 1rem;
  margin: 0;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--rule-light);
}
.credits li:first-child { border-top: 1px solid var(--rule-light); }
.credits__title { font-weight: 700; font-size: 1.05rem; }
.credits__role { font-size: var(--fs-xs); opacity: 0.8; }
.credits__year { margin-inline-start: auto; font-family: var(--f-accent); font-size: 0.75rem; opacity: 0.75; }

.quote { margin: 0; padding: 0 0 0 0; }
.quote p {
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  line-height: 1.6;
  font-weight: 600;
  border-inline-start: 3px solid var(--magenta);
  padding-inline-start: 1.2rem;
  margin-bottom: 0.9rem;
}
.quote p { border-inline-start-color: var(--cyan); }
.quote footer { font-size: var(--fs-xs); opacity: 0.85; font-weight: 700; padding-inline-start: 1.2rem; }

.faq { display: grid; }
.faq details { border-bottom: 1px solid var(--rule-light); }
.faq details:first-of-type { border-top: 1px solid var(--rule-light); }
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 1.05rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: '';
  flex: none;
  width: 13px; height: 13px;
  border-inline-end: 2px solid var(--magenta);
  border-bottom: 2px solid var(--magenta);
  transform: rotate(45deg) translateY(-3px);
  transition: transform 0.2s var(--ease);
}
.faq details[open] summary::after { transform: rotate(225deg) translateY(-3px); }
.faq summary::after { border-color: var(--cyan); }
.faq details > div { padding: 0 0 1.4rem; max-width: 68ch; }
.faq details > div > *:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   16. Forms
   -------------------------------------------------------------------------- */
.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: 0.35rem; }
.field label { font-weight: 700; font-size: var(--fs-sm); }
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 52px;
  padding: 0.75rem 0.95rem;
  font-family: var(--f-body);
  font-size: var(--fs-sm);
  color: var(--text-dark);
  background: #fff;
  border: 1px solid var(--rule-dark);
  border-radius: 4px;
}
.field textarea { min-height: 160px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--magenta); }
.field__hint { font-size: var(--fs-xs); color: var(--on-dark-soft); opacity: 0.75; }

/* Honeypot. Off-canvas positioning expands scrollWidth in an RTL document,
   so it is clipped instead — hidden, and no horizontal overflow. */
.field--honey {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

/* --------------------------------------------------------------------------
   17. Footer + sticky WhatsApp
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--ink);
  color: var(--on-dark-soft);
  padding-block: clamp(2.75rem, 5vw, 4rem) 6.5rem;
  font-size: var(--fs-sm);
  border-top: 1px solid var(--rule-light);
}
.site-footer h2 {
  font-family: var(--f-accent);
  font-size: 1.3rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 1rem;
}
.site-footer a { color: var(--on-dark-soft); text-decoration: none; }
.site-footer a:hover { color: var(--cyan); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 0.1rem; }
.site-footer li > a { display: inline-flex; align-items: center; min-height: 44px; }
.footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr));
  margin-bottom: 2.25rem;
}
.footer__bottom {
  border-top: 1px solid var(--rule-light);
  padding-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  text-align: center;
  font-size: var(--fs-xs);
}

.whatsapp-fab {
  position: fixed;
  inset-inline-end: 2rem;
  bottom: 2.25rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 54px;
  padding: 0.75rem 1.3rem;
  border-radius: 999px;
  background: #25d366;
  color: #04301a;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(10, 6, 32, 0.45);
}
.whatsapp-fab:hover { background: #1fbe5b; color: #04301a; }
.whatsapp-fab svg { width: 24px; height: 24px; fill: currentColor; }
@media (max-width: 480px) {
  .whatsapp-fab { padding: 0.8rem; }
  .whatsapp-fab span { display: none; }
}

/* --------------------------------------------------------------------------
   18. Utilities & motion
   -------------------------------------------------------------------------- */
.text-center { text-align: center; }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.muted { opacity: 0.82; }

img.rounded { border-radius: 4px; }
/* Circular portrait — the about page's closing CTA is the only place a
   photograph appears as a foreground object rather than as a band. */
img.avatar { width: 220px; border-radius: 50%; margin: 0 auto 1.5rem; }

/* The scroll-reveal fade was removed: with multi-page navigation it read as
   a flash of half-drawn content on every page load, and it bought nothing
   the photography wasn't already doing. `.reveal` is kept as an inert hook
   so the markup does not have to change. */

@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;
  }
}

@media print {
  .site-header, .whatsapp-fab, .social-rail, .embed, .embed-facade, .hero__cue, .hero__video { display: none !important; }
  body { color: #000; background: #fff; }
  .band--photo::before, .page-hero::before { display: none; }
}
