/* =============================================================
   Axis Audio — Audio / Sound Installation template ("Kinetic")
   Home theater · Whole-home · Car audio · Calibration · Denver
   ----
   Design DNA: Premium RED monochrome on warm-black, with bone and
   metallic silver. Bricolage Grotesque display + Inter body +
   JetBrains Mono specs. The signature is MOTION: elements rotate on
   a real 3D axis as you scroll — a rotating photo cube, 3D flip-in
   cards, a spinning driver disc, and parallax/tilt imagery.
   Standalone stylesheet — scoped to this template only.
   Sibling to template-a (Overtone) and template-b (Headroom);
   deliberately its own identity.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  /* Red primary + warm-black + bone/silver */
  --red: #FF2E3A;
  --red-2: #FF616A;
  --red-deep: #C8161F;
  --red-tint: rgba(255, 46, 58, 0.12);
  --red-line: rgba(255, 46, 58, 0.42);
  --red-glow: 0 10px 40px rgba(255, 46, 58, 0.32), 0 0 0 1px rgba(255, 46, 58, 0.18);

  --ink: #0B0B0D;
  --ink-2: #0F0F12;
  --surface: #161619;
  --surface-2: #1E1E23;
  --surface-3: #26262C;

  --white: #FFFFFF;
  --bone: #ECE6DF;
  --silver: #B7B2AB;
  --fog: #8E8A85;
  --steel: #5C5954;

  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);

  --display: 'Bricolage Grotesque', -apple-system, BlinkMacSystemFont, sans-serif;
  --body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --container: 1320px;
  --gutter: 28px;
  --radius: 16px;
  --radius-lg: 26px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease: cubic-bezier(0.4, 0, 0.2, 1);

  --shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 34px 80px rgba(0, 0, 0, 0.62);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  font-family: var(--body);
  background: var(--ink);
  color: var(--bone);
  font-size: 16.5px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; color: var(--white); letter-spacing: -0.02em; line-height: 1.05; }
p { color: var(--silver); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); position: relative; z-index: 2; }
.section { padding: clamp(72px, 9vw, 132px) 0; position: relative; }
.section-tight { padding: clamp(52px, 6vw, 88px) 0; position: relative; }

/* =============================================================
   Fixed backdrop — red aurora glow + fine grain, drifting
   ============================================================= */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(52% 46% at 82% 6%, rgba(255, 46, 58, 0.16) 0%, transparent 60%),
    radial-gradient(46% 44% at 8% 92%, rgba(200, 22, 31, 0.14) 0%, transparent 62%),
    var(--ink);
}
.backdrop::before {
  content: "";
  position: absolute;
  inset: -25%;
  background:
    radial-gradient(38% 36% at 26% 30%, rgba(255, 46, 58, 0.14) 0%, transparent 60%),
    radial-gradient(34% 32% at 74% 70%, rgba(255, 97, 106, 0.10) 0%, transparent 62%);
  filter: blur(90px);
  animation: aurora 34s ease-in-out infinite alternate;
}
@keyframes aurora {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(3%, -3%) scale(1.08); }
}
.grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(130% 90% at 50% 0%, #000 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(130% 90% at 50% 0%, #000 30%, transparent 100%);
}

/* =============================================================
   Type
   ============================================================= */
.eyebrow {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red-2);
  display: inline-flex;
  align-items: center;
  gap: 11px;
}
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--red); box-shadow: 0 0 10px var(--red); }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 22px; height: 2px; background: var(--red); box-shadow: 0 0 10px var(--red); }
.eyebrow.silver { color: var(--silver); }
.eyebrow.silver::before, .eyebrow.silver.center::after { background: var(--silver); box-shadow: none; }

.h-display {
  font-size: clamp(2.9rem, 7vw, 6rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: var(--white);
  text-transform: uppercase;
}
.h-display .accent { color: var(--red); }
.h-display .outline { color: transparent; -webkit-text-stroke: 1.5px var(--silver); }
.h-section {
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 800;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--white);
  text-transform: uppercase;
}
.h-section .accent { color: var(--red); }
.h3 { font-family: var(--display); font-weight: 700; font-size: clamp(1.2rem, 1.8vw, 1.5rem); color: var(--white); letter-spacing: -0.015em; line-height: 1.15; }
.lede { font-size: clamp(1.05rem, 1.35vw, 1.26rem); line-height: 1.58; color: var(--bone); max-width: 60ch; }
.lede strong { color: var(--white); font-weight: 600; }
.body-lg { font-size: 1.06rem; line-height: 1.66; color: var(--silver); }
.s-num { font-family: var(--mono); font-size: 13px; letter-spacing: 0.14em; color: var(--red); font-weight: 500; display: block; margin-bottom: 6px; }

/* =============================================================
   Buttons
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px;
  font-family: var(--body); font-size: 15px; font-weight: 600; letter-spacing: -0.005em;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .2s var(--ease), box-shadow .28s, background .25s, border-color .25s, color .25s;
  will-change: transform;
}
.btn .arrow { transition: transform .22s; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: linear-gradient(135deg, var(--red-2), var(--red) 55%, var(--red-deep)); color: #fff; box-shadow: var(--red-glow); }
.btn-primary:hover { box-shadow: 0 0 0 1px rgba(255,255,255,0.14), 0 16px 46px rgba(255,46,58,0.5), 0 0 60px rgba(255,46,58,0.28); }
.btn-ghost { background: rgba(255,255,255,0.05); color: var(--white); border-color: var(--line-2); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
.btn-lg { padding: 17px 32px; font-size: 16px; }
.btn-sm { padding: 11px 18px; font-size: 13.5px; }
.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 12.5px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600;
  color: var(--red-2); transition: gap .2s, color .2s;
}
.link-arrow:hover { gap: 13px; color: var(--white); }

/* =============================================================
   Nav
   ============================================================= */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,11,13,0.72);
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s;
}
.nav.scrolled { background: rgba(10,10,12,0.92); border-bottom: 1px solid var(--line); }
.nav-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 14px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-ring { width: 38px; height: 38px; flex-shrink: 0; }
.brand-word { display: flex; flex-direction: column; line-height: 1; }
.brand-word b { font-family: var(--display); font-weight: 800; font-size: 21px; letter-spacing: 0.02em; color: var(--white); }
.brand-word span { font-family: var(--mono); font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red-2); margin-top: 3px; }
.nav-links { display: flex; justify-content: center; gap: 6px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--silver); padding: 9px 15px; border-radius: 999px; transition: background .2s, color .2s; }
.nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.06); }
.nav-links a.active { color: var(--white); background: var(--red-tint); box-shadow: inset 0 0 0 1px var(--red-line); }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; }
.nav-phone { font-family: var(--mono); font-size: 13.5px; font-weight: 500; color: var(--white); display: inline-flex; align-items: center; gap: 8px; }
.nav-phone svg { width: 15px; height: 15px; color: var(--red); }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); color: var(--white); place-items: center; }
.nav-toggle svg { width: 22px; height: 22px; }
@media (max-width: 980px) {
  .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(10,10,12,0.98); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line);
    padding: 8px var(--gutter) 18px; max-height: 0; overflow: hidden; opacity: 0; pointer-events: none;
    transition: max-height .4s var(--ease), opacity .3s, padding .3s; }
  .nav-links.open { max-height: 400px; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 6px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav-phone { display: none; }
  .nav-toggle { display: grid; }
}

/* =============================================================
   HERO — split with a scroll-rotating 3D photo cube
   ============================================================= */
.hero { position: relative; padding: clamp(40px, 6vw, 80px) 0 clamp(60px, 8vw, 110px); overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr; gap: clamp(48px, 6vw, 72px); align-items: center; }
@media (min-width: 1000px) { .hero-inner { grid-template-columns: 1.05fr 0.95fr; } }
.hero-tag { margin-bottom: 24px; }
.hero-title { font-family: var(--display); font-weight: 800; font-size: clamp(2.9rem, 7.2vw, 6.2rem); line-height: 0.95; letter-spacing: -0.04em; color: var(--white); text-transform: uppercase; margin-bottom: 26px; }
.hero-title .line { display: block; }
.hero-title .accent { color: var(--red); }
.hero-title .outline { color: transparent; -webkit-text-stroke: 1.6px var(--silver); }
.hero-lede { font-size: clamp(1.05rem, 1.3vw, 1.24rem); color: var(--bone); line-height: 1.58; max-width: 46ch; margin-bottom: 22px; padding-left: 20px; border-left: 3px solid var(--red); }
.hero-lede strong { color: var(--white); font-weight: 600; }
.hero-local { font-family: var(--mono); font-size: 13px; letter-spacing: 0.02em; color: var(--fog); margin-bottom: 30px; }
.hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-chip { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--silver); background: rgba(255,255,255,0.04); border: 1px solid var(--line); padding: 7px 13px; border-radius: 999px; }

/* --- 3D photo cube (signature) --- */
.cube-stage {
  position: relative;
  display: grid;
  place-items: center;
  perspective: 1500px;
  min-height: clamp(320px, 42vw, 480px);
}
.cube-stage::after {
  content: ""; position: absolute; width: 62%; height: 24px; left: 19%; bottom: 4%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0,0,0,0.6), transparent 70%);
  filter: blur(8px);
}
.cube {
  position: relative;
  width: clamp(200px, 26vw, 320px);
  height: clamp(200px, 26vw, 320px);
  transform-style: preserve-3d;
  transform: rotateX(-14deg) rotateY(-30deg);
  --cube-half: clamp(100px, 13vw, 160px);
}
.cube .face {
  position: absolute; inset: 0;
  border: 1px solid var(--red-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 0 40px rgba(255,46,58,0.10);
  background: var(--surface);
}
.cube .face img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }
.cube .face::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(255,46,58,0.16), transparent 55%, rgba(11,11,13,0.5)); }
.cube .f-front  { transform: rotateY(0deg)    translateZ(var(--cube-half)); }
.cube .f-right  { transform: rotateY(90deg)   translateZ(var(--cube-half)); }
.cube .f-back   { transform: rotateY(180deg)  translateZ(var(--cube-half)); }
.cube .f-left   { transform: rotateY(-90deg)  translateZ(var(--cube-half)); }
.cube .f-top    { transform: rotateX(90deg)   translateZ(var(--cube-half)); }
.cube .f-bottom { transform: rotateX(-90deg)  translateZ(var(--cube-half)); }
.cube-badge {
  position: absolute; z-index: 3; bottom: 2%; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--silver);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
}
.cube-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px var(--red); animation: blink 1.8s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

/* =============================================================
   Brand orbit ring (rotates on scroll)
   ============================================================= */
.orbit-band { position: relative; padding: clamp(40px, 6vw, 72px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.orbit-label { text-align: center; font-family: var(--mono); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--steel); margin-bottom: 30px; }
.orbit { position: relative; height: clamp(200px, 26vw, 300px); display: grid; place-items: center; perspective: 900px; }
.orbit-ring { position: relative; width: 1px; height: 1px; transform-style: preserve-3d; transform: rotateX(68deg) rotateZ(0deg); }
.orbit-ring .orbit-item {
  position: absolute; left: 0; top: 0;
  font-family: var(--display); font-weight: 700; font-size: clamp(1rem, 1.7vw, 1.5rem); color: var(--silver);
  white-space: nowrap; transform-origin: center;
}
.orbit-core {
  position: absolute; z-index: 2; width: clamp(90px, 12vw, 132px); height: clamp(90px, 12vw, 132px); border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, var(--surface-3), var(--ink));
  border: 1px solid var(--red-line); display: grid; place-items: center;
  box-shadow: 0 0 50px rgba(255,46,58,0.22), inset 0 0 0 1px rgba(255,255,255,0.05);
}
.orbit-core span { font-family: var(--mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--red-2); text-align: center; }

/* =============================================================
   Section header
   ============================================================= */
.s-head { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: end; margin-bottom: 52px; }
@media (min-width: 900px) { .s-head { grid-template-columns: 1.5fr 1fr; gap: 44px; } }
.s-head.center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.s-head .h-section { max-width: 20ch; margin-top: 14px; }
.s-head-side { color: var(--fog); }
.s-head.center .h-section { max-width: none; }

/* =============================================================
   Services — 3D flip-in cards
   ============================================================= */
.services { background: transparent; }
.svc-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 680px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1020px) { .svc-grid { grid-template-columns: repeat(3, 1fr); } }
.svc-grid { perspective: 1400px; }
.svc {
  position: relative; padding: 32px 30px 28px; border-radius: var(--radius);
  background: linear-gradient(165deg, var(--surface-2), var(--ink-2));
  border: 1px solid var(--line); overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; gap: 12px; min-height: 246px;
  transform-origin: center bottom;
  transition: transform .28s var(--ease), border-color .28s, box-shadow .28s;
}
.svc:hover { border-color: var(--red-line); box-shadow: var(--shadow); }
.svc::before { content: ""; position: absolute; top: -50px; right: -50px; width: 170px; height: 170px; background: radial-gradient(50% 50% at 50% 50%, var(--red), transparent 68%); opacity: 0.10; transition: opacity .35s; z-index: -1; }
.svc:hover::before { opacity: 0.22; }
.svc-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.svc-ico { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-3); border: 1px solid var(--red-line); color: var(--red-2); transition: background .3s, color .3s, transform .3s; }
.svc:hover .svc-ico { background: var(--red); color: #fff; transform: rotate(-6deg); }
.svc-ico svg { width: 24px; height: 24px; }
.svc-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--steel); padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; }
.svc h3 { font-size: 1.24rem; }
.svc p { color: var(--fog); font-size: 14.5px; line-height: 1.58; flex-grow: 1; }
.svc .link-arrow { margin-top: 2px; }

/* =============================================================
   Feel-it feature — full-bleed image + spinning driver disc
   ============================================================= */
.feature { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); isolation: isolate; }
.feature-media { position: absolute; inset: 0; z-index: 0; }
.feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.feature-veil { position: absolute; inset: 0; background:
  linear-gradient(90deg, var(--ink) 0%, rgba(11,11,13,0.72) 42%, rgba(11,11,13,0.5) 100%),
  linear-gradient(180deg, rgba(11,11,13,0.5) 0%, transparent 30%, rgba(11,11,13,0.65) 100%),
  radial-gradient(60% 80% at 82% 50%, rgba(255,46,58,0.22), transparent 60%);
}
.feature-inner { position: relative; z-index: 1; min-height: clamp(460px, 58vw, 640px); display: grid; grid-template-columns: 1fr; align-items: center; padding: clamp(56px, 8vw, 104px) 0; }
.feature-content { max-width: 44ch; }
.feature-content .eyebrow { margin-bottom: 18px; }
.feature-content .h-display { margin: 4px 0 22px; }
.feature-points { list-style: none; margin: 24px 0 30px; display: grid; gap: 12px; }
.feature-points li { position: relative; padding-left: 24px; font-size: 15px; line-height: 1.5; color: var(--bone); }
.feature-points li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 10px var(--red); }
/* the spinning disc */
/* Vinyl record that rolls on scroll (motion.js drives translateX + rotate) */
.disc {
  position: absolute; z-index: 0; right: -8%; top: 50%; transform: translateY(-50%);
  width: clamp(320px, 46vw, 640px); aspect-ratio: 1;
  border-radius: 50%;
  display: grid; place-items: center;
  background:
    repeating-radial-gradient(circle at 50% 50%, rgba(255,255,255,0.05) 0 1px, rgba(0,0,0,0) 1px 5px),
    radial-gradient(circle at 36% 30%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 50% 50%, #17171b 0%, #0c0c0e 60%, #050506 100%);
  box-shadow: inset 0 0 110px rgba(0,0,0,0.85), inset 0 0 0 2px var(--red-line), 0 0 110px rgba(255,46,58,0.20);
  opacity: 0.92;
  will-change: transform;
}
.disc-label {
  position: relative;
  width: 40%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 42% 34%, var(--red-2) 0%, var(--red) 52%, var(--red-deep) 100%);
  box-shadow: 0 0 38px rgba(255,46,58,0.5), inset 0 0 0 1px rgba(255,255,255,0.22), inset 0 0 26px rgba(0,0,0,0.3);
}
.disc-label .dl-mark { position: absolute; top: 50%; left: 50%; width: 50%; transform: translate(-50%, -50%); }
.disc-label .dl-word {
  position: absolute; left: 0; right: 0; bottom: 14%; text-align: center;
  font-family: var(--display); font-weight: 800; letter-spacing: 0.2em;
  font-size: clamp(0.6rem, 1.3vw, 1.1rem); color: #fff;
}
.disc-label .dl-hole {
  position: absolute; top: 50%; left: 50%; width: 7%; aspect-ratio: 1; border-radius: 50%;
  background: var(--ink); transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28), 0 0 6px rgba(0,0,0,0.6);
}

/* =============================================================
   SOUND — big speaker + subwoofer projecting colored waves +
   musical notes that flow out as you scroll (motion.js driven)
   ============================================================= */
.sound {
  position: relative; overflow: hidden; border-top: 1px solid var(--line);
  background: radial-gradient(72% 72% at 26% 46%, rgba(255,46,58,0.10), transparent 62%), var(--ink);
}
.sound-stage { position: relative; margin-top: 48px; min-height: clamp(460px, 60vw, 700px); }
.speaker-img {
  position: absolute; overflow: hidden; border-radius: var(--radius-lg);
  border: 1px solid var(--line-2); box-shadow: var(--shadow-lg); background: var(--surface); z-index: 2;
}
.speaker-img img { width: 100%; height: 100%; object-fit: cover; }
.speaker-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(155deg, rgba(255,46,58,0.16), transparent 52%, rgba(11,11,13,0.55)); }
.speaker-img.big { left: 0; top: 50%; transform: translateY(-50%); width: 38%; aspect-ratio: 3/4; }
.speaker-img.sub { right: 0; bottom: 4%; width: 40%; aspect-ratio: 4/3; }

/* emitter origin — sits at the big speaker's cone edge */
.emit { position: absolute; left: 39%; top: 50%; width: 0; height: 0; z-index: 3; pointer-events: none; }
.emit .wave {
  position: absolute; left: 0; top: 0; width: 150px; height: 150px; margin: -75px 0 0 -75px;
  border-radius: 50%; border: 2px solid currentColor; opacity: 0;
  box-shadow: 0 0 24px currentColor; will-change: transform, opacity;
}
.emit .note {
  position: absolute; left: 0; top: 0; font-size: clamp(22px, 2.6vw, 40px); line-height: 1;
  color: currentColor; text-shadow: 0 0 18px currentColor; opacity: 0;
  transform: translate(-50%, -50%); will-change: transform, opacity;
}
@media (max-width: 860px) {
  .sound-stage { min-height: 640px; }
  .speaker-img.big { width: 60%; top: 0; transform: none; }
  .speaker-img.sub { width: 58%; bottom: 0; }
  .emit { left: 58%; top: 26%; }
}
@media (max-width: 899px) {
  .disc { right: -34%; opacity: 0.6; }
  .feature-veil { background: linear-gradient(180deg, rgba(11,11,13,0.66) 0%, rgba(11,11,13,0.82) 60%, var(--ink) 100%), radial-gradient(80% 60% at 70% 20%, rgba(255,46,58,0.2), transparent 60%); }
}

/* =============================================================
   Process — numbered kinetic rail
   ============================================================= */
.process { background: transparent; }
.proc-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 720px) { .proc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .proc-grid { grid-template-columns: repeat(4, 1fr); } }
.proc { position: relative; padding: 30px 26px; border-radius: var(--radius); background: rgba(30,30,35,0.5); border: 1px solid var(--line); transition: border-color .28s, transform .28s; }
.proc:hover { border-color: var(--red-line); transform: translateY(-4px); }
.proc-num { font-family: var(--display); font-weight: 800; font-size: 2.8rem; line-height: 0.8; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1.4px var(--red); margin-bottom: 16px; }
.proc h3 { font-size: 1.2rem; margin-bottom: 8px; }
.proc p { color: var(--fog); font-size: 14px; line-height: 1.55; }
.proc .time { display: inline-block; margin-top: 12px; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red-2); }

/* =============================================================
   Stats
   ============================================================= */
.stats-band { padding: clamp(56px, 7vw, 96px) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: radial-gradient(60% 120% at 15% 0%, rgba(255,46,58,0.14) 0%, transparent 55%), var(--ink-2); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
@media (min-width: 900px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
.stat { padding-left: 20px; border-left: 2px solid var(--line-2); }
.stat-num { font-family: var(--display); font-weight: 800; font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 0.86; letter-spacing: -0.045em; color: var(--white); display: flex; align-items: baseline; gap: 2px; }
.stat-num .suf { color: var(--red); font-size: 0.55em; }
.stat-label { margin-top: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--fog); line-height: 1.4; }

/* =============================================================
   Gallery — parallax + 3D tilt tiles
   ============================================================= */
.gallery { background: transparent; }
.gal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; perspective: 1400px; }
@media (min-width: 820px) { .gal-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(200px, 22vw, 280px); } }
.gal { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--surface); min-height: 220px; transform-style: preserve-3d; will-change: transform; }
.gal img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.gal::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(11,11,13,0.7)); }
.gal .gal-cap { position: absolute; left: 14px; bottom: 12px; z-index: 2; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); }
@media (min-width: 820px) { .gal.tall { grid-row: span 2; } }

/* =============================================================
   Testimonials
   ============================================================= */
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 900px) { .testi-grid { grid-template-columns: repeat(3, 1fr); } }
.tcard { padding: 32px 30px; border-radius: var(--radius); background: linear-gradient(165deg, var(--surface-2), var(--ink-2)); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 18px; transition: transform .28s, border-color .28s; }
.tcard:hover { transform: translateY(-4px); border-color: var(--red-line); }
.tcard.feat { background: linear-gradient(150deg, var(--red-deep), #7a0f15); border-color: transparent; box-shadow: var(--red-glow); }
.tcard .stars { color: var(--red); letter-spacing: 3px; font-size: 14px; }
.tcard.feat .stars { color: #fff; }
.tcard p { font-family: var(--display); font-weight: 600; font-size: 1.14rem; line-height: 1.4; color: var(--bone); letter-spacing: -0.01em; }
.tcard.feat p { color: #fff; }
.tcard cite { display: flex; align-items: center; gap: 13px; font-style: normal; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.tcard.feat cite { border-color: rgba(255,255,255,0.24); }
.tcard cite .av { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--red-2), var(--red-deep)); display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px; }
.tcard.feat cite .av { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.3); }
.tcard cite strong { display: block; color: var(--white); font-size: 14.5px; font-family: var(--display); font-weight: 600; }
.tcard cite span { color: var(--fog); font-size: 12.5px; font-family: var(--mono); }
.tcard.feat cite span { color: rgba(255,255,255,0.75); }

/* =============================================================
   FAQ
   ============================================================= */
.faq-list { display: grid; grid-template-columns: 1fr; gap: 14px; }
@media (min-width: 900px) { .faq-list { grid-template-columns: 1fr 1fr; } }
.faq-item { padding: 26px 28px; border-radius: var(--radius); background: rgba(30,30,35,0.5); border: 1px solid var(--line); display: grid; grid-template-columns: 44px 1fr; gap: 18px; align-items: start; transition: border-color .25s, transform .25s; }
.faq-item:hover { border-color: var(--red-line); transform: translateY(-2px); }
.faq-num { font-family: var(--display); font-weight: 800; font-size: 1.4rem; color: transparent; -webkit-text-stroke: 1.2px var(--red); }
.faq-q { font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--white); margin-bottom: 8px; line-height: 1.25; }
.faq-a { font-size: 14.5px; line-height: 1.6; color: var(--fog); }
.faq-a a { color: var(--red-2); }

/* =============================================================
   CTA + footer
   ============================================================= */
.cta { position: relative; padding: clamp(66px, 8vw, 120px) 0; text-align: center; overflow: hidden;
  background: radial-gradient(70% 130% at 50% 0%, rgba(255,46,58,0.24) 0%, transparent 55%), var(--ink-2); border-top: 1px solid var(--line); }
.cta .h-display { max-width: 18ch; margin: 0 auto; }
.cta .cta-sub { margin: 22px auto 0; max-width: 54ch; color: var(--bone); font-size: 1.1rem; }
.cta .cta-actions { margin-top: 34px; display: inline-flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta .cta-meta { margin-top: 28px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--fog); }
.cta .cta-meta strong { color: var(--white); }
.cta .cta-meta .sep { color: var(--red); }

footer { background: var(--ink-2); border-top: 1px solid var(--line); padding: 66px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 34px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .foot-grid { grid-template-columns: 2fr 1fr 1fr 1.2fr; } }
.foot-brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; }
footer p { color: var(--fog); font-size: 14.5px; line-height: 1.7; max-width: 34ch; }
.foot-tag { font-family: var(--display); font-weight: 700; color: var(--white); font-size: 1.05rem; margin-top: 4px; }
.foot-col h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--white); margin-bottom: 16px; }
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 9px; font-size: 14px; }
.foot-col a { color: var(--fog); transition: color .2s; }
.foot-col a:hover { color: var(--red-2); }
.foot-contact li { display: flex; gap: 9px; align-items: flex-start; color: var(--fog); font-size: 14px; }
.foot-contact svg { width: 15px; height: 15px; color: var(--red); flex-shrink: 0; margin-top: 3px; }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 26px; font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; color: var(--steel); }

/* =============================================================
   Inner page head
   ============================================================= */
.page-head { position: relative; padding: clamp(56px, 7vw, 104px) 0 clamp(40px, 5vw, 64px); overflow: hidden; }
.page-head .eyebrow { margin-bottom: 18px; }
.page-head .h-display { max-width: 18ch; margin-bottom: 22px; }
.page-head .lede { max-width: 60ch; }
.page-head-meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }

/* generic 2-col text/media */
.split { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 4vw, 60px); align-items: center; }
@media (min-width: 940px) { .split { grid-template-columns: 1.1fr 0.9fr; } .split.flip .split-media { order: -1; } }
.split-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line-2); aspect-ratio: 5/4; box-shadow: var(--shadow-lg); background: var(--surface); }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-body p { color: var(--silver); font-size: 1.05rem; line-height: 1.7; margin-bottom: 16px; }
.split-body p strong { color: var(--white); }
.spec-row { display: flex; flex-wrap: wrap; gap: 10px; margin: 8px 0 22px; }
.spec-tag { font-family: var(--mono); font-size: 11px; color: var(--red-2); background: var(--red-tint); border: 1px solid var(--red-line); padding: 6px 12px; border-radius: 8px; letter-spacing: 0.02em; }
.check-list { list-style: none; margin-top: 18px; display: grid; gap: 12px; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: 13px; align-items: start; font-size: 15px; color: var(--bone); line-height: 1.5; }
.check-list li strong { color: var(--white); }
.check-list .chk { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, var(--red-2), var(--red-deep)); display: grid; place-items: center; color: #fff; }
.check-list .chk svg { width: 12px; height: 12px; }

/* team + glance (about) */
.glance { padding: 30px; border-radius: var(--radius-lg); background: linear-gradient(165deg, var(--surface-2), var(--ink-2)); border: 1px solid var(--line); align-self: start; }
.glance h4 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--steel); margin-bottom: 16px; }
.glance .fact { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.glance .fact:last-child { border-bottom: none; }
.glance .fk { color: var(--fog); } .glance .fv { color: var(--white); font-weight: 600; text-align: right; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 900px) { .team-grid { grid-template-columns: repeat(4, 1fr); } }
.tm { padding: 26px 22px; border-radius: var(--radius); background: rgba(30,30,35,0.5); border: 1px solid var(--line); text-align: center; transition: transform .28s, border-color .28s; }
.tm:hover { transform: translateY(-5px); border-color: var(--red-line); }
.tm-av { width: 62px; height: 62px; border-radius: 50%; margin: 0 auto 14px; background: linear-gradient(135deg, var(--red-2), var(--red-deep)); display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 800; font-size: 20px; }
.tm-name { font-family: var(--display); font-weight: 700; color: var(--white); font-size: 1.05rem; }
.tm-role { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--red-2); margin-top: 6px; }

/* tiers (services page) */
.tiers { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 900px) { .tiers { grid-template-columns: repeat(3, 1fr); } }
.tier { position: relative; padding: 32px 28px; border-radius: var(--radius-lg); background: linear-gradient(165deg, var(--surface-2), var(--ink-2)); border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .3s, border-color .3s; }
.tier:hover { transform: translateY(-5px); border-color: var(--red-line); }
.tier.featured { border-color: var(--red-line); box-shadow: var(--red-glow); }
.tier-flag { position: absolute; top: -12px; left: 28px; font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--red); padding: 5px 12px; border-radius: 999px; }
.tier h3 { font-size: 1.3rem; margin-bottom: 6px; }
.tier .tier-for { font-size: 13px; color: var(--fog); margin-bottom: 18px; }
.tier .tier-price { font-family: var(--display); font-weight: 800; font-size: 2.2rem; color: var(--white); line-height: 1; margin-bottom: 4px; }
.tier .tier-price small { font-size: 13px; color: var(--fog); font-weight: 500; }
.tier .tier-note { font-family: var(--mono); font-size: 11px; color: var(--steel); margin-bottom: 22px; }
.tier ul { list-style: none; margin-bottom: 24px; flex: 1; }
.tier ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--bone); padding: 8px 0; border-bottom: 1px solid var(--line); }
.tier ul li:last-child { border-bottom: none; }
.tier ul li svg { width: 16px; height: 16px; color: var(--red); flex-shrink: 0; margin-top: 3px; }
.tier .btn { width: 100%; justify-content: center; }

/* =============================================================
   Reveal + 3D flip states (JS-driven)
   ============================================================= */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.flip3d { opacity: 0; transform: rotateX(-68deg); transform-origin: center bottom; transition: opacity .7s var(--ease-out), transform .9s var(--ease-out); }
.flip3d.in { opacity: 1; transform: rotateX(0deg); }
.reveal[data-delay="1"], .flip3d[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"], .flip3d[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"], .flip3d[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"], .flip3d[data-delay="4"] { transition-delay: .32s; }
.reveal[data-delay="5"], .flip3d[data-delay="5"] { transition-delay: .40s; }

/* =============================================================
   Misc
   ============================================================= */
::selection { background: var(--red); color: #fff; }
:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal, .flip3d { opacity: 1 !important; transform: none !important; }
  .cube { transform: rotateX(-14deg) rotateY(-30deg) !important; }
  .disc { transform: translateY(-50%) !important; }
  .backdrop::before { animation: none; }
}
