/* ==========================================================================
   Zineeverse Motion Pictures · v2 "Lights down"
   Dark-first, cinematic. One family (Archivo, variable width + weight) + a mono.
   ========================================================================== */

@property --a { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

:root {
  --bg: #0B0A09;
  --bg-2: #141210;
  --bg-3: #221F1B;
  --card: #151311;
  --fg: #F3EEE6;
  --fg-2: #A39B90;
  --fg-3: #5F5850;
  --line: rgba(243, 238, 230, .12);
  --accent: #FF8C1A;
  --accent-ink: #0B0A09;
  --hot: #FF3D2E;
  --grain: .085;

  --disp: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --telugu: "Suranna", "Noto Serif Telugu", serif;

  --gutter: clamp(16px, 4vw, 64px);
  --ease: cubic-bezier(.2, .7, .1, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);
  --spring: cubic-bezier(.34, 1.56, .64, 1);
  color-scheme: dark;
}
[data-theme="light"] {
  --bg: #F1EEE8;
  --bg-2: #E7E2DA;
  --bg-3: #D9D2C7;
  --card: #FBF9F5;
  --fg: #0B0A09;
  --fg-2: #5E574F;
  --fg-3: #A69E93;
  --line: rgba(11, 10, 9, .13);
  --grain: .05;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--bg); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--fg);
  font: 400 17px/1.6 var(--disp); font-stretch: 100%;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  transition: background-color .5s, color .5s;
}
img, svg { max-width: 100%; }
img { display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; font-weight: 800; }
::selection { background: var(--accent); color: var(--accent-ink); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: fixed; left: 12px; top: -60px; z-index: 300; background: var(--accent); color: var(--accent-ink); padding: 10px 16px; border-radius: 8px; transition: top .2s; }
.skip:focus { top: 12px; }

.mono { font-family: var(--disp); font-size: 11.5px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; font-stretch: 108%; }

/* grain */
body::after {
  content: ""; position: fixed; inset: -60%; z-index: 190; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: var(--grain); animation: grain 1s steps(6) infinite;
}
@keyframes grain { 0%,100% { transform: translate(0,0); } 17% { transform: translate(-4%,2%); } 33% { transform: translate(3%,-3%); } 50% { transform: translate(-2%,4%); } 67% { transform: translate(4%,1%); } 83% { transform: translate(-3%,-4%); } }

/* ----------------------------------------------------------------- shared type */
.section { padding: clamp(100px, 14vw, 220px) var(--gutter); }
.label { display: flex; align-items: center; gap: 12px; font: 600 11.5px/1 var(--disp); font-stretch: 108%; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-2); }
.label > span { display: inline-grid; place-items: center; min-width: 34px; height: 22px; padding: 0 8px; border: 1px solid var(--accent); border-radius: 99px; color: var(--accent); letter-spacing: .04em; }
.h2 {
  font-family: var(--disp); font-weight: 900; font-stretch: 118%; text-transform: uppercase;
  font-size: clamp(2.7rem, 7.4vw, 8rem); line-height: .86; letter-spacing: -.035em; margin-top: 26px;
}
.h2 em { font-style: normal; color: var(--accent); }
.h2--sm { font-size: clamp(2.2rem, 4.2vw, 4.4rem); }
.link-u { background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat; padding-bottom: 3px; transition: background-size .5s var(--ease); }
.link-u:hover { background-size: 0 1px; background-position: 100% 100%; }
.split-line { padding-bottom: .06em; margin-bottom: -.06em; }

.btn {
  display: inline-flex; align-items: center; gap: 12px; padding: 14px 24px; border-radius: 999px;
  border: 1px solid currentColor; background: transparent; cursor: pointer; white-space: nowrap;
  font: 700 13px/1 var(--disp); font-stretch: 112%; letter-spacing: .06em; text-transform: uppercase;
  transition: background-color .4s var(--ease), color .4s var(--ease), border-color .4s, transform .5s var(--spring);
}
.btn--pill { padding: 11px 18px; font-size: 12px; }
.btn--pill:hover { background: var(--fg); color: var(--bg); border-color: var(--fg); }
.btn--accent { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.btn--accent:hover { background: var(--fg); border-color: var(--fg); color: var(--bg); }

/* ----------------------------------------------------------------- wordmark */
.wm { display: block; height: auto; overflow: visible; }
.wm .wm-ink { fill: currentColor; }
.wm .wm-acc { fill: #F7990F; }
.wm .wm-flip { transform-box: fill-box; transform-origin: 50% 50%; transition: transform 1s var(--ease-io); }
.nav__logo:hover .wm-flip { transform: scaleX(-1); }

/* ----------------------------------------------------------------- leader (loader) */
.leader {
  position: fixed; inset: 0; z-index: 250; display: grid; place-items: center; overflow: hidden;
  background: radial-gradient(ellipse at center, #3a3632 0%, #1c1a18 58%, #0c0b0a 100%);
  color: #E9E3D8; animation: leaderFlicker .14s steps(2) infinite;
}
.seen .leader, .no-js .leader { display: none; }
.leader__dial { position: relative; width: min(68vmin, 560px); aspect-ratio: 1; }
.leader__rings { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.5; opacity: .75; }
.leader__sweep {
  position: absolute; inset: 9%; border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(255, 255, 255, .22) var(--a), rgba(0, 0, 0, .18) var(--a));
  animation: sweep .62s linear infinite;
}
.leader__num { position: absolute; inset: 0; display: grid; place-items: center; font: 900 min(46vmin, 380px)/1 var(--disp); font-stretch: 70%; letter-spacing: -.04em; }
.leader__c { position: absolute; font: 600 12px var(--disp); font-stretch: 108%; letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
.leader__c--tl { top: var(--gutter); left: var(--gutter); }
.leader__c--tr { top: var(--gutter); right: var(--gutter); }
.leader__c--bl { bottom: var(--gutter); left: var(--gutter); }
.leader__c--br { bottom: var(--gutter); right: var(--gutter); }
.leader__pct { font: 900 clamp(2.4rem, 6vw, 5rem)/1 var(--disp); font-stretch: 70%; letter-spacing: 0; }
.leader__scratch i { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(255, 255, 255, .35); animation: scratch .5s steps(3) infinite; }
.leader__scratch i:nth-child(1) { left: 22%; } .leader__scratch i:nth-child(2) { left: 61%; animation-duration: .7s; } .leader__scratch i:nth-child(3) { left: 83%; animation-duration: .35s; }
.leader__flash { position: absolute; inset: 0; background: #fff; opacity: 0; pointer-events: none; }
@keyframes sweep { from { --a: 0deg; } to { --a: 360deg; } }
@keyframes leaderFlicker { 0% { opacity: 1; } 50% { opacity: .94; } }
@keyframes scratch { 0% { transform: translateX(0); opacity: .6; } 33% { transform: translateX(14px); opacity: 0; } 66% { transform: translateX(-9px); opacity: .4; } }

/* ----------------------------------------------------------------- cursor + progress */
.cursor { position: fixed; left: 0; top: 0; z-index: 240; pointer-events: none; display: none; mix-blend-mode: difference; opacity: 0; transition: opacity .4s; }
.cursor.is-ready { opacity: 1; }
.cursor-on .cursor { display: block; }
.cursor-on body, .cursor-on a, .cursor-on button, .cursor-on label, .cursor-on [data-cursor] { cursor: none; }
.cursor-on input, .cursor-on textarea { cursor: text; }
.cursor__dot, .cursor__ring { position: absolute; left: 0; top: 0; border-radius: 50%; }
.cursor__dot { width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px; background: #fff; }
.cursor__ring { width: 26px; height: 26px; margin: -13px 0 0 -13px; border: 1px solid #fff; transition: width .45s var(--spring), height .45s var(--spring), margin .45s var(--spring), background-color .3s; }
.cursor.is-link .cursor__ring { width: 44px; height: 44px; margin: -22px 0 0 -22px; }
.cursor.is-label .cursor__ring { width: 68px; height: 68px; margin: -34px 0 0 -34px; background: #fff; }
.cursor.is-label .cursor__dot { opacity: 0; }
.cursor__label { position: absolute; left: 0; top: 0; transform: translate(-50%, -50%); font: 600 9.5px var(--disp); font-stretch: 108%; letter-spacing: .1em; text-transform: uppercase; color: #000; opacity: 0; white-space: nowrap; transition: opacity .2s; }
.cursor.is-label .cursor__label { opacity: 1; }
.progress { position: fixed; left: 0; right: 0; top: 0; height: 2px; z-index: 230; pointer-events: none; }
.progress i { display: block; height: 100%; background: var(--accent); transform-origin: 0 50%; transform: scaleX(0); }

/* ----------------------------------------------------------------- nav */
.nav {
  position: fixed; inset: 0 0 auto; z-index: 90; display: flex; align-items: center; gap: 26px;
  padding: 18px var(--gutter); color: #fff; mix-blend-mode: difference;
  transition: transform .7s var(--ease);
}
[data-theme="light"] .nav { mix-blend-mode: normal; color: var(--fg); }
.nav.is-hidden { transform: translateY(-120%); }
.nav__logo .wm { height: 22px; width: auto; }
.nav__links { display: flex; gap: 28px; margin: 0 auto; font: 600 13px var(--disp); font-stretch: 110%; letter-spacing: .06em; text-transform: uppercase; }
.nav__links a { position: relative; display: inline-block; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 1.5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .5s var(--ease); }
.nav__links a:hover::after, .nav__links a.is-current::after { transform: scaleX(1); transform-origin: left; }
.lights {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid currentColor; border-radius: 99px;
  background: none; cursor: pointer; font: 600 11px var(--disp); font-stretch: 108%; letter-spacing: .1em; text-transform: uppercase;
}
.lights__bulb { width: 10px; height: 10px; border-radius: 50%; border: 1.5px solid currentColor; transition: background-color .4s, box-shadow .4s; }
[data-theme="light"] .lights__bulb { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 12px var(--accent); }
.nav__menu { display: none; margin-left: auto; align-items: center; gap: 12px; background: none; border: 0; padding: 8px 0; cursor: pointer; font: 600 12px var(--disp); font-stretch: 108%; letter-spacing: .12em; text-transform: uppercase; }
.nav__burger { display: grid; gap: 5px; width: 22px; }
.nav__burger i { display: block; height: 1.5px; background: currentColor; transition: transform .5s var(--ease); }
.menu-open .nav__burger i:first-child { transform: translateY(3.25px) rotate(45deg); }
.menu-open .nav__burger i:last-child { transform: translateY(-3.25px) rotate(-45deg); }
.menu { position: fixed; inset: 0; z-index: 85; background: var(--accent); color: var(--accent-ink); display: flex; flex-direction: column; justify-content: space-between; padding: 100px var(--gutter) 36px; }
.menu[hidden] { display: none; }
.menu__links a { display: flex; align-items: baseline; gap: 14px; padding: 6px 0; font: 900 clamp(2.6rem, 12vw, 4.6rem)/1 var(--disp); font-stretch: 118%; text-transform: uppercase; letter-spacing: -.03em; border-bottom: 1px solid rgba(0, 0, 0, .15); }
.menu__links small { font: 600 12px var(--disp); font-stretch: 108%; }
.menu-open .nav { mix-blend-mode: normal; color: var(--accent-ink); }

/* ----------------------------------------------------------------- hero */
.hero {
  position: relative; height: 100vh; height: 100svh; overflow: hidden;
  background: radial-gradient(ellipse 80% 70% at 50% 62%, #26170e 0%, var(--bg) 62%);
}
[data-theme="light"] .hero { background: radial-gradient(ellipse 80% 70% at 50% 62%, #FFE1C2 0%, var(--bg) 62%); }
.hero__gl { position: absolute; inset: 0; width: 100%; height: 100%; display: block; opacity: 0; transition: opacity 1.4s var(--ease); touch-action: pan-y; }
.gl-on .hero__gl { opacity: 1; }
.hero__fallback { position: absolute; inset: 0; display: flex; align-items: center; overflow: hidden; opacity: .5; }
.gl-on .hero__fallback { display: none; }
.hero__strip { display: flex; gap: 2vw; width: max-content; animation: slide 70s linear infinite; }
.hero__strip img { width: 20vw; min-width: 160px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 14px; }
@keyframes slide { to { transform: translateX(-50%); } }
.hero__glow { position: absolute; left: 50%; bottom: -34vh; width: 130vw; height: 70vh; transform: translateX(-50%); pointer-events: none; background: radial-gradient(closest-side, rgba(255, 110, 20, .32), transparent); animation: glow 7s ease-in-out infinite; }
@keyframes glow { 50% { opacity: .6; transform: translateX(-50%) scale(1.08); } }
.hero__ui { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 84px var(--gutter) 26px; pointer-events: none; }
.hero__kicker { display: flex; justify-content: space-between; gap: 16px; color: var(--fg-2); }
.hero__title {
  margin: 0; text-align: center; color: #fff; mix-blend-mode: difference;
  font-family: var(--disp); font-weight: 900; font-stretch: 125%; text-transform: uppercase;
  font-size: clamp(2.3rem, 8.4vw, 10.4rem); line-height: .84; letter-spacing: -.035em;
}
.hero__title .ht { display: block; }
.hero__title .ch { display: inline-block; font-variation-settings: "wdth" var(--w, 125), "wght" var(--g, 900); will-change: transform; }
.hero__foot { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.hero__lede { max-width: 36ch; margin: 0; color: var(--fg-2); font-size: 15.5px; line-height: 1.55; }
.hero__hint { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; margin: 0; color: var(--fg-2); }
.hero__scroll { display: inline-flex; align-items: center; gap: 10px; }
.hero__scroll i { width: 1px; height: 34px; background: linear-gradient(var(--accent), transparent); animation: drip 1.8s var(--ease-io) infinite; transform-origin: top; }
@keyframes drip { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(1); opacity: 0; } }

/* ----------------------------------------------------------------- velocity marquee */
.vmarquee { overflow: hidden; white-space: nowrap; padding: clamp(24px, 4vw, 60px) 0; border-block: 1px solid var(--line); }
.vmarquee__track { display: inline-flex; align-items: center; gap: 3vw; padding-right: 3vw; font: 900 clamp(3rem, 11vw, 12.5rem)/.9 var(--disp); font-stretch: 125%; text-transform: uppercase; letter-spacing: -.035em; will-change: transform; }
.vmarquee .o { color: transparent; -webkit-text-stroke: 1.5px var(--fg); }
.vmarquee b { color: var(--accent); font-size: .42em; }
.no-js .vmarquee__track { animation: slide 40s linear infinite; }

/* ----------------------------------------------------------------- studio */
.manifesto { font: 800 clamp(1.8rem, 4.4vw, 4.8rem)/1.02 var(--disp); font-stretch: 105%; letter-spacing: -.03em; max-width: 21em; margin: 40px 0 0; perspective: 900px; }
.manifesto .w { opacity: .18; }
.no-js .manifesto .w { opacity: 1; }
.studio__grid { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 6vw; align-items: end; margin-top: clamp(64px, 12vh, 150px); }
.studio__fig { margin: 0; will-change: transform; }
.studio__fig img { width: 100%; aspect-ratio: 767 / 663; object-fit: cover; border-radius: 14px; }
.studio__fig figcaption { margin-top: 12px; color: var(--fg-2); }
.studio__copy p { max-width: 46ch; font-size: 18px; color: var(--fg-2); }
.studio__copy p:first-child { color: var(--fg); font-size: 21px; line-height: 1.5; }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: clamp(64px, 12vh, 150px) 0 0; border-top: 1px solid var(--line); }
.stat { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 14px; padding: 28px 22px 0 0; }
.stat + .stat { padding-left: 22px; border-left: 1px solid var(--line); }
.stat dd, .zs__stats dd { display: flex; align-items: flex-start; margin: 0; font: 900 clamp(3.4rem, 7.4vw, 8rem)/.86 var(--disp); font-stretch: 72%; letter-spacing: -.02em; }
.stat dd i, .zs__stats dd i { font-style: normal; color: var(--accent); }
.stat dt, .zs__stats dt { max-width: 20ch; font: 600 11.5px/1.45 var(--disp); font-stretch: 108%; letter-spacing: .06em; text-transform: uppercase; color: var(--fg-2); }
.odo { display: inline-flex; align-items: flex-start; overflow: hidden; height: .9em; line-height: .9; }
.odo__col { display: flex; flex-direction: column; }
.odo__col span { display: block; height: .9em; line-height: .9; }

/* ----------------------------------------------------------------- slate */
.slate { position: relative; }
.slate__head { position: relative; overflow: hidden; padding-bottom: clamp(48px, 8vh, 100px); }
.slate__glyph { position: absolute; right: -2vw; top: 2vw; font: 400 clamp(14rem, 38vw, 42rem)/.8 var(--telugu); color: var(--accent); opacity: .08; pointer-events: none; user-select: none; }
.slate__head > *:not(.slate__glyph) { position: relative; }
.slate__intro { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 6vw; margin-top: 48px; align-items: start; }
.slate__intro > p { font-size: 19px; color: var(--fg-2); max-width: 42ch; margin: 0; }
.slate__intro strong { color: var(--accent); font-weight: 700; }
.how { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 28px 32px; }
.how li { border-top: 1px solid var(--line); padding-top: 16px; }
.how .mono { color: var(--accent); }
.how h3 { font: 800 22px/1.1 var(--disp); font-stretch: 112%; text-transform: uppercase; margin: 10px 0 6px; }
.how p { margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--fg-2); }

.flow {
  --ch: min(46vh, 520px); --cw: calc(var(--ch) * .8);
  position: relative; height: 100vh; height: 100svh; overflow: hidden; perspective: 1500px; perspective-origin: 50% 40%;
}
.flow__bg { position: absolute; inset: -12%; pointer-events: none; }
.flow__bg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(80px) saturate(1.7) brightness(.5); opacity: 0; transition: opacity 1.1s var(--ease); }
[data-theme="light"] .flow__bg img { filter: blur(80px) saturate(1.5) brightness(1.2); }
.flow__bg img.on { opacity: .85; }
.flow::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(var(--bg), transparent 18%, transparent 72%, var(--bg)); }
.flow__top { position: absolute; left: var(--gutter); right: var(--gutter); top: 88px; z-index: 5; display: flex; justify-content: space-between; color: var(--fg-2); }
.flow__count b { color: var(--fg); font-weight: 400; }
.flow__stage { position: absolute; left: 50%; top: 37%; width: 0; height: 0; transform-style: preserve-3d; z-index: 3; touch-action: pan-y; }
.fc {
  position: absolute; left: calc(var(--cw) * -.5); top: calc(var(--ch) * -.5); width: var(--cw); height: var(--ch);
  padding: 0; border: 0; background: none; transform-style: preserve-3d; will-change: transform; cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.fc__card { position: absolute; inset: 0; border-radius: 14px; overflow: hidden; background: var(--bg-3); box-shadow: 0 50px 90px -30px rgba(0, 0, 0, .85); transform-style: preserve-3d; }
.fc__card img { width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.fc__card::after { content: ""; position: absolute; inset: 0; background: #000; opacity: var(--dim, 0); pointer-events: none; }
.fc__glare { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 0%), rgba(255, 255, 255, .45), transparent 55%); mix-blend-mode: overlay; opacity: var(--go, 0); transition: opacity .4s; }
.fc__no { position: absolute; top: 14px; left: 16px; z-index: 2; color: #fff; text-shadow: 0 1px 8px rgba(0, 0, 0, .5); }
.fc__refl { position: absolute; left: 0; right: 0; top: 100%; height: 55%; margin-top: 12px; overflow: hidden; border-radius: 14px; transform: scaleY(-1); opacity: .28; pointer-events: none;
  -webkit-mask-image: linear-gradient(to top, #000, transparent 65%); mask-image: linear-gradient(to top, #000, transparent 65%); }
.fc__refl img { position: absolute; left: 0; bottom: 0; width: 100%; height: var(--ch); object-fit: cover; }
.flow__info { position: absolute; left: 50%; bottom: 4.5vh; z-index: 5; width: min(980px, 92vw); transform: translateX(-50%); text-align: center; }
.flow__meta { color: var(--accent); margin: 0 0 12px; }
.flow__title { font: 900 clamp(1.9rem, 3.9vw, 4.2rem)/.9 var(--disp); font-stretch: 125%; text-transform: uppercase; letter-spacing: -.035em; perspective: 600px; }
.flow__title .ch { display: inline-block; transform-origin: 50% 100%; }
.flow__line { margin: 14px auto 20px; max-width: 50ch; color: var(--fg-2); font-size: 15.5px; line-height: 1.5; min-height: 3em; }
.flow__ticks { position: absolute; left: var(--gutter); top: 50%; z-index: 5; display: grid; gap: 9px; transform: translateY(-50%); }
.flow__ticks i { display: block; width: 16px; height: 2px; background: var(--fg-3); transition: width .5s var(--spring), background-color .3s; }
.flow__ticks i.on { width: 40px; background: var(--accent); }
.flow__nav { position: absolute; right: var(--gutter); top: 50%; z-index: 5; display: grid; gap: 10px; transform: translateY(-50%); }
.flow__arrow { width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line); background: transparent; cursor: pointer; display: grid; place-items: center; transition: background-color .3s, transform .5s var(--spring); }
.flow__arrow:hover { background: var(--accent); border-color: var(--accent); transform: scale(1.08); }
.flow__arrow i { width: 10px; height: 10px; border-left: 1.5px solid currentColor; border-top: 1.5px solid currentColor; transform: translateX(2px) rotate(-45deg); }
.flow__arrow--next i { transform: translateX(-2px) rotate(135deg); }
.flow__arrow:hover i { border-color: var(--accent-ink); }
/* before JS: a simple scrolling row */
.flow:not(.is-live) { height: auto; padding: 120px 0 80px; }
.flow:not(.is-live) .flow__stage { position: relative; left: 0; top: 0; width: auto; height: auto; display: flex; gap: 20px; overflow-x: auto; padding: 0 var(--gutter); }
.flow:not(.is-live) .fc { position: relative; left: 0; top: 0; flex: none; }
.flow:not(.is-live) .fc__refl, .flow:not(.is-live) .flow__info, .flow:not(.is-live) .flow__ticks, .flow:not(.is-live) .flow__nav { display: none; }

/* ----------------------------------------------------------------- tunnel */
.work__head .h2 { max-width: 12ch; }
.work__intro { max-width: 52ch; margin: 30px 0 0; font-size: 19px; color: var(--fg-2); }
.tunnel { position: relative; }
.tunnel__floor, .tunnel__hud { display: none; }
.tunnel__world { display: grid; gap: 40px; padding: 0 var(--gutter) 120px; }
.panel {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(24px, 4vw, 64px); align-items: center;
  width: min(1140px, 100%); margin: 0 auto; padding: clamp(18px, 2.4vw, 36px);
  background: var(--card); border: 1px solid var(--line); border-radius: 22px;
}
.panel:nth-child(even) .panel__vis { order: 2; }
.panel__vis { position: relative; aspect-ratio: 4 / 5; max-height: 64vh; width: 100%; border-radius: 16px; overflow: hidden; justify-self: center; }
.panel__n { display: block; font: 900 clamp(4rem, 9vw, 9.5rem)/.78 var(--disp); font-stretch: 125%; color: transparent; -webkit-text-stroke: 1.5px var(--accent); letter-spacing: -.04em; }
.panel__t { font: 900 clamp(1.8rem, 3.1vw, 3.4rem)/.92 var(--disp); font-stretch: 108%; overflow-wrap: break-word; text-transform: uppercase; letter-spacing: -.03em; margin: 20px 0 16px; }
.panel__d { max-width: 40ch; color: var(--fg-2); font-size: 17px; }
.panel__facts { list-style: none; margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; font-size: 14px; line-height: 1.4; }
.panel__facts li { position: relative; padding-left: 16px; }
.panel__facts li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 2px; background: var(--accent); }

.tunnel.is-3d { height: 100vh; height: 100svh; overflow: hidden; perspective: 900px; perspective-origin: 50% 46%; }
.tunnel.is-3d .tunnel__world { position: absolute; inset: 0; display: block; padding: 0; transform-style: preserve-3d; }
.tunnel.is-3d .panel { position: absolute; left: 50%; top: 50%; width: min(1140px, 88vw); margin: 0; will-change: transform, opacity; backface-visibility: hidden; box-shadow: 0 60px 120px -40px rgba(0, 0, 0, .7); }
.tunnel.is-3d .tunnel__floor {
  display: block; position: absolute; left: -60%; right: -60%; bottom: -8%; height: 80%; pointer-events: none;
  transform: rotateX(80deg); transform-origin: 50% 100%;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 90px 90px; background-position: 0 var(--floor, 0px);
  -webkit-mask-image: linear-gradient(to top, #000 5%, transparent 85%); mask-image: linear-gradient(to top, #000 5%, transparent 85%);
}
.tunnel.is-3d .tunnel__hud { display: flex; position: absolute; left: var(--gutter); bottom: 26px; z-index: 5; align-items: baseline; gap: 10px; color: var(--fg-2); }
.tunnel__hud b { font: 900 30px var(--disp); font-stretch: 80%; color: var(--accent); }
.tunnel__hud em { font-style: normal; color: var(--fg); margin-left: 10px; }

/* ----------------------------------------------------------------- vignette palette (fixed, theme independent) */
.vg {
  --ink: #1D1813; --paper: #FBF7F0; --saffron: #F0930C; --rust: #A4520A; --peacock: #0E3A3B; --haldi: #FCCB0B;
  --ivory: #F3ECE1; --sand: #E8DDCB; --blush: #EBC9B6; --cream: #F6E6B8; --maroon: #4A1411;
  --serif: var(--disp); --sans: var(--disp); --mono: "Courier Prime", "Courier New", monospace;
  position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; container-type: size;
}
.vg, .vg * { animation-play-state: paused !important; }
.vg.is-active, .vg.is-active * { animation-play-state: running !important; }
.vsvg { width: 100%; height: 100%; display: block; }
.bg--bone { background: #EFE8DC; } .bg--orange { background: #FF8C1A; } .bg--paper { background: #F7F2E9; }
.bg--blue { background: #133B80; } .bg--black { background: #050505; } .bg--yellow { background: #FFD400; }
.bg--pink { background: #FFB8C8; } .bg--sky { background: #8ED1FC; } .bg--violet { background: #6B4EFF; }
.bg--red { background: #E3342F; } .bg--green { background: #0F4D3A; }
.v-cap { font: 600 11px var(--disp); font-stretch: 112%; letter-spacing: .16em; text-transform: uppercase; fill: var(--ink); opacity: .7; }
.v-cap--light { fill: var(--paper); }
.vg .mono { font-family: var(--mono); font-size: 10.5px; fill: var(--ink); text-transform: none; letter-spacing: 0; }

/* ----------------------------------------------------------------- zinestream */
.zs { position: relative; }
.zs__pin { --ph: min(70vh, 640px); --pw: calc(var(--ph) * .485); --pd: 24px; position: relative; height: 100vh; height: 100svh; overflow: hidden; perspective: 1700px; }
.zs__bgtext { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; font: 900 clamp(5rem, 21vw, 24rem)/.8 var(--disp); font-stretch: 125%; text-transform: uppercase; letter-spacing: -.05em; color: var(--bg-3); }
.zs__bgtext span:last-child { color: transparent; -webkit-text-stroke: 2px var(--bg-3); }
.zs__copy { position: absolute; left: var(--gutter); top: 50%; z-index: 4; width: min(430px, 32vw); transform: translateY(-50%); }
.zs__logo { width: min(300px, 90%); margin: 28px 0 16px; }
.zs__copy p { color: var(--fg-2); font-size: 16px; margin-top: 20px; }
.zs__calls { position: absolute; right: var(--gutter); top: 50%; z-index: 4; width: min(320px, 26vw); transform: translateY(-50%); list-style: none; margin: 0; padding: 0; display: grid; gap: 26px; }
.zs__calls li { display: grid; gap: 4px; padding-left: 18px; border-left: 2px solid var(--accent); }
.zs__calls b { font: 800 20px var(--disp); font-stretch: 115%; text-transform: uppercase; }
.zs__calls span { color: var(--fg-2); font-size: 14px; line-height: 1.45; }

.phone { position: absolute; left: 50%; top: 50%; z-index: 3; width: 0; height: 0; transform-style: preserve-3d; }
.phone__body { position: absolute; left: calc(var(--pw) * -.5); top: calc(var(--ph) * -.5); width: var(--pw); height: var(--ph); transform-style: preserve-3d; }
.phone__face { position: absolute; backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.phone__front { inset: 0; border-radius: calc(var(--pw) * .16); padding: calc(var(--pw) * .032); background: #050505; transform: translateZ(calc(var(--pd) / 2)); box-shadow: inset 0 0 0 1.5px #3a3633, inset 0 0 0 4px #0c0b0a; }
.phone__back { inset: 0; border-radius: calc(var(--pw) * .16); transform: rotateY(180deg) translateZ(calc(var(--pd) / 2)); background: linear-gradient(145deg, #FF8C1A, #D7263D 60%, #6B1A2F); display: grid; place-items: center; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .2); }
.phone__back img { width: 64%; filter: brightness(0) invert(1); opacity: .9; }
.phone__cam { position: absolute; top: 5%; left: 7%; width: 34%; aspect-ratio: 1; border-radius: 26%; background: rgba(0, 0, 0, .35); display: grid; grid-template-columns: 1fr 1fr; place-items: center; padding: 10%; gap: 8%; }
.phone__cam i { width: 100%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #555, #0a0a0a 60%); box-shadow: 0 0 0 3px rgba(255, 255, 255, .12); }
.phone__side { background: linear-gradient(90deg, #4a4540, #1d1a18 60%, #3a3632); }
.phone__side--l, .phone__side--r { top: 9%; bottom: 9%; width: var(--pd); }
.phone__side--l { left: calc(var(--pd) * -.5); transform: rotateY(-90deg); }
.phone__side--r { left: calc(100% - var(--pd) * .5); transform: rotateY(90deg); }
.phone__side--t, .phone__side--b { left: 9%; right: 9%; height: var(--pd); }
.phone__side--t { top: calc(var(--pd) * -.5); transform: rotateX(90deg); }
.phone__side--b { top: calc(100% - var(--pd) * .5); transform: rotateX(-90deg); }
.phone__island { position: absolute; top: calc(var(--pw) * .06); left: 50%; width: 30%; height: calc(var(--pw) * .085); transform: translateX(-50%); border-radius: 99px; background: #000; z-index: 2; }
.phone__shine { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 3; background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, .16) calc(40% + var(--shine, 0%)), transparent calc(52% + var(--shine, 0%))); }
.scr { position: relative; width: 100%; height: 100%; border-radius: calc(var(--pw) * .13); overflow: hidden; background: #070707; color: #fff; font-size: calc(var(--pw) * .042); font-family: var(--disp); }
.scr__status { display: flex; justify-content: space-between; align-items: center; padding: 1.2em 1.7em .3em; font-size: .75em; color: #ddd; }
.scr__dots { display: flex; gap: .3em; } .scr__dots i { width: .45em; height: .45em; border-radius: 50%; background: #ddd; }
.scr__logo { width: 50%; margin: .9em 1.1em .7em; }
.scr__hero { position: relative; margin: 0 1em; height: 30%; border-radius: .9em; overflow: hidden; }
.scr__hero img { width: 100%; height: 100%; object-fit: cover; }
.scr__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 40%, rgba(0, 0, 0, .8)); }
.scr__hero span, .scr__hero b { position: absolute; left: .9em; z-index: 1; }
.scr__hero span { bottom: 4.4em; font-size: .6em; color: #FCCB0B; }
.scr__hero b { bottom: .7em; font-size: 1.15em; font-weight: 800; font-stretch: 115%; text-transform: uppercase; }
.scr__row { margin-top: .9em; overflow: hidden; }
.scr__row p { margin: 0 1.2em .5em; font-size: .62em; color: #aaa; }
.scr__rail { display: flex; gap: .55em; width: max-content; padding-left: 1em; animation: rail 22s linear infinite; }
.scr__rail--rev { animation-direction: reverse; }
.scr__rail img { width: 5.6em; aspect-ratio: 4 / 5; object-fit: cover; border-radius: .45em; }
@keyframes rail { to { transform: translateX(-50%); } }
.scr__tabs { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-around; padding: 1.1em 1em 1.6em; background: linear-gradient(transparent, #000 45%); }
.scr__tabs i { width: 1.5em; height: 1.5em; border-radius: .45em; background: #2d2d2d; }
.scr__tabs i.on { background: #FCCB0B; }

.zs__end { position: relative; overflow: hidden; padding: clamp(70px, 10vh, 120px) var(--gutter) clamp(80px, 12vh, 140px); background: var(--bg); }
.zs__trailhint { position: relative; z-index: 2; color: var(--fg-2); margin-bottom: 48px; }
.zs__stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; pointer-events: none; }
.zs__stats > div { display: flex; flex-direction: column-reverse; justify-content: flex-end; gap: 14px; padding: 26px 22px 0 0; border-top: 1px solid var(--line); }
.zs__stats > div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.zs__stats dd { font-size: clamp(3rem, 6.4vw, 7rem); }
.badge { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 10px; margin-top: 56px; padding: 10px 16px; border: 1px solid var(--accent); border-radius: 99px; color: var(--accent); }
.badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: blink 1.4s steps(1) infinite; }
@keyframes blink { 50% { opacity: .2; } }
.trail-img { position: absolute; left: 0; top: 0; z-index: 1; width: clamp(120px, 11vw, 180px); aspect-ratio: 4 / 5; object-fit: cover; border-radius: 10px; pointer-events: none; opacity: 0; will-change: transform, opacity; box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .6); }
.no-js .zs__pin, .reduce .zs__pin { height: auto; min-height: 100vh; }

/* ----------------------------------------------------------------- services */
.services__head { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 26px 6vw; align-items: end; }
.services__head .label { grid-column: 1 / -1; }
.services__head .h2 { margin-top: 0; }
.services__head > p { color: var(--fg-2); font-size: 18px; max-width: 40ch; margin: 0; }
.svc { list-style: none; margin: clamp(56px, 9vh, 110px) 0 0; padding: 0; border-top: 1px solid var(--line); }
.svc__row {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: 64px minmax(0, 1.3fr) minmax(0, 1fr) 44px; gap: 24px; align-items: center;
  padding: 24px 12px; border-bottom: 1px solid var(--line); transition: color .45s var(--ease);
}
.svc__row::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--accent); transform: translateY(101%); transition: transform .6s var(--ease); }
.svc__n { color: var(--fg-2); transition: color .45s; }
.svc__t { font: 850 clamp(1.5rem, 3.2vw, 3.3rem)/1 var(--disp); font-stretch: 90%; text-transform: uppercase; letter-spacing: -.02em; transition: font-stretch .7s var(--spring), letter-spacing .7s var(--ease); }
.svc__d { margin: 0; color: var(--fg-2); font-size: 15px; line-height: 1.5; transition: color .45s; }
.svc__arr { justify-self: end; width: 36px; height: 36px; border-radius: 50%; border: 1px solid currentColor; position: relative; transform: rotate(-45deg); transition: transform .6s var(--spring); }
.svc__arr::before { content: ""; position: absolute; left: 9px; right: 9px; top: 50%; height: 1.5px; background: currentColor; }
.svc__arr::after { content: ""; position: absolute; right: 9px; top: 50%; width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: translate(0, -50%) rotate(45deg); }
@media (hover: hover) {
  .svc__row:hover { color: var(--accent-ink); }
  .svc__row:hover::before { transform: none; }
  .svc__row:hover .svc__t { font-stretch: 125%; letter-spacing: -.035em; }
  .svc__row:hover .svc__d, .svc__row:hover .svc__n { color: rgba(11, 10, 9, .75); }
  .svc__row:hover .svc__arr { transform: rotate(0); }
}

/* ----------------------------------------------------------------- cast cards */
.people__head > p { color: var(--fg-2); font-size: 18px; max-width: 44ch; margin-top: 28px; }
.cast { display: flex; justify-content: center; align-items: flex-end; margin-top: clamp(60px, 12vh, 140px); padding-bottom: 40px; perspective: 1600px; }
.cc {
  --rot: 0deg; --ty: 0px; --lift: 0px; --sc: 1;
  position: relative; flex: none; width: clamp(210px, 18vw, 290px); aspect-ratio: 5 / 7; margin: 0 -.6vw;
  transform: translateY(calc(var(--ty) + var(--lift))) rotate(var(--rot)) scale(var(--sc));
  transition: transform .8s var(--spring), margin .8s var(--spring);
  transform-style: preserve-3d; z-index: 1;
}
.cc:nth-child(1) { --rot: -11deg; --ty: 46px; } .cc:nth-child(2) { --rot: -5.5deg; --ty: 12px; } .cc:nth-child(3) { --rot: 0deg; }
.cc:nth-child(4) { --rot: 5.5deg; --ty: 12px; } .cc:nth-child(5) { --rot: 11deg; --ty: 46px; }
@media (hover: hover) {
  .cast:hover .cc { margin: 0 .8vw; --rot: 0deg; --ty: 0px; }
  .cc:hover { --lift: -26px; --sc: 1.05; z-index: 5; }
}
.cc__tilt { position: absolute; inset: 0; transform-style: preserve-3d; transform: rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)); }
.cc__inner { position: absolute; inset: 0; transform-style: preserve-3d; transition: transform 1s var(--spring); }
.cc.is-flipped .cc__inner { transform: rotateY(180deg); }
.cc__face { position: absolute; inset: 0; border-radius: 18px; overflow: hidden; backface-visibility: hidden; -webkit-backface-visibility: hidden; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8), inset 0 0 0 1px rgba(255, 255, 255, .12); }
.cc__front { background: #111; }
.cc__bg { position: absolute; inset: 0; background: radial-gradient(120% 70% at 50% 108%, var(--c1), transparent 62%), linear-gradient(165deg, var(--c2), #0b0a09 78%); }
.cc__front::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0, 0, 0, .78), transparent 42%); pointer-events: none; }
.cc__img { position: absolute; left: 50%; bottom: 0; width: 108%; max-width: none; transform: translateX(-50%); filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .55)); user-select: none; }
.cc__num, .cc__tag { position: absolute; top: 14px; z-index: 2; color: #fff; }
.cc__num { left: 16px; } .cc__tag { right: 16px; padding: 4px 8px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 99px; font-size: 10px; }
.cc__name { position: absolute; left: 16px; right: 16px; bottom: 38px; z-index: 2; color: #fff; font: 900 clamp(1.25rem, 1.75vw, 1.95rem)/.86 var(--disp); font-stretch: 112%; text-transform: uppercase; letter-spacing: -.03em; }
.cc__name b { display: block; font-weight: 900; }
.cc__front .cc__role { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; margin: 0; color: rgba(255, 255, 255, .78); font-size: 9.5px; }
.cc__glare { position: absolute; inset: 0; z-index: 4; pointer-events: none; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, .6), transparent 48%); mix-blend-mode: overlay; opacity: var(--ho, 0); }
.cc__back { transform: rotateY(180deg); background: var(--card); padding: 22px; display: flex; flex-direction: column; gap: 10px; }
.cc__back .cc__role { color: var(--accent); margin: 0; }
.cc__back h3 { font: 900 24px/.95 var(--disp); font-stretch: 118%; text-transform: uppercase; letter-spacing: -.02em; }
.cc__bio { margin: 0; font-size: 13px; line-height: 1.5; color: var(--fg-2); overflow: auto; flex: 1; }
.cc__flipback { color: var(--fg-3); }
.cc__hit { position: absolute; inset: 0; z-index: 10; border: 0; background: transparent; border-radius: 18px; cursor: pointer; -webkit-tap-highlight-color: transparent; }

/* ----------------------------------------------------------------- values */
.values__pin { height: 100vh; height: 100svh; display: grid; place-items: center; overflow: hidden; }
.values__big { margin: 0; text-align: center; font-family: var(--disp); font-weight: 900; text-transform: uppercase; font-size: clamp(3rem, 13.5vw, 16rem); line-height: .8; letter-spacing: -.045em; }
.vb {
  display: block; font-variation-settings: "wdth" 62; padding: 0 .04em;
  background: linear-gradient(90deg, var(--accent) 0 50%, var(--bg-3) 50% 100%); background-size: 200% 100%; background-position: 100% 0;
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.no-js .vb, .reduce .vb { font-variation-settings: "wdth" 110; background-position: 0 0; }
.values__inner { padding-top: 0; }
.values__list { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 40px; }
.values__list li { border-top: 1px solid var(--line); padding-top: 18px; }
.values__list .mono { color: var(--accent); }
.values__list h3 { font: 800 24px/1.05 var(--disp); font-stretch: 115%; text-transform: uppercase; margin: 12px 0 10px; }
.values__list p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--fg-2); max-width: 36ch; }

/* ----------------------------------------------------------------- contact */
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 6vw; align-items: start; }
.contact .h2 { font-size: clamp(2.4rem, 4.6vw, 5.2rem); }
.contact__l > p { color: var(--fg-2); font-size: 18px; max-width: 40ch; margin-top: 28px; }
.contact address { display: grid; gap: 2px; margin-top: 48px; font-style: normal; font-size: 16px; line-height: 1.65; }
.contact address .mono { color: var(--accent); margin-bottom: 8px; }
.contact address .link-u { justify-self: start; margin-top: 12px; font-size: 14px; }
.form { background: var(--card); border: 1px solid var(--line); border-radius: 22px; padding: clamp(24px, 4vw, 52px); }
.field { position: relative; padding-top: 28px; border-bottom: 1px solid var(--line); }
.field::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--ease); }
.field:focus-within::after { transform: scaleX(1); }
.field input, .field textarea { all: unset; box-sizing: border-box; display: block; width: 100%; padding: 8px 0 12px; font: 500 20px/1.4 var(--disp); color: var(--fg); }
.field textarea { min-height: 110px; resize: vertical; white-space: pre-wrap; }
.field label { position: absolute; left: 0; top: 36px; pointer-events: none; transform-origin: 0 0; font-size: 20px; color: var(--fg-2); transition: transform .45s var(--ease), color .3s; }
.field label small { font-size: .7em; opacity: .7; }
.field input:focus + label, .field input:not(:placeholder-shown) + label, .field textarea:focus + label, .field textarea:not(:placeholder-shown) + label { transform: translateY(-28px) scale(.62); color: var(--accent); }
.field.is-invalid { border-bottom-color: var(--hot); }
.field.is-invalid label { color: var(--hot); }
.chips { border: 0; margin: 34px 0 0; padding: 0 0 8px; min-width: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.chips legend { padding: 0; margin-bottom: 14px; color: var(--fg-2); }
.chips label { position: relative; }
.chips input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; }
.chips span { display: inline-block; padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; font-size: 14px; line-height: 1; transition: background-color .3s, color .3s, border-color .3s, transform .4s var(--spring); }
.chips label:hover span { border-color: var(--fg); transform: translateY(-2px); }
.chips input:checked + span { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.chips input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-top: 34px; }
.send { width: 118px; height: 118px; flex: none; border-radius: 50%; border: 0; background: var(--accent); color: var(--accent-ink); cursor: pointer; font: 900 17px var(--disp); font-stretch: 125%; text-transform: uppercase; letter-spacing: .02em; transition: transform .6s var(--spring), background-color .3s; }
.send:hover { background: var(--fg); color: var(--bg); }
.send[disabled] { opacity: .5; pointer-events: none; }
.form__status { margin: 0; font-size: 15px; max-width: 34ch; }
.form__status.is-ok { color: #3DDC84; }
[data-theme="light"] .form__status.is-ok { color: #16803C; }
.form__status.is-err { color: var(--hot); }
.form__status a { text-decoration: underline; }

/* ----------------------------------------------------------------- footer + physics pit */
.foot { border-top: 1px solid var(--line); }
.pit { position: relative; height: min(72vh, 680px); min-height: 380px; overflow: hidden; touch-action: pan-y; }
.pit__hint { position: absolute; top: 26px; left: 50%; z-index: 2; transform: translateX(-50%); color: var(--fg-2); white-space: nowrap; }
.pit__static { position: absolute; left: var(--gutter); right: var(--gutter); bottom: 20px; }
.pit__static .wm { width: 100%; color: var(--fg); }
.pit.is-live .pit__static { visibility: hidden; }
.pit__body { position: absolute; left: 0; top: 0; will-change: transform; user-select: none; -webkit-user-select: none; touch-action: none; }
.pit__body svg { display: block; width: 100%; height: 100%; overflow: visible; color: var(--fg); }
.pit__tag { display: grid; place-items: center; border-radius: 999px; border: 1.5px solid var(--fg); background: var(--bg); color: var(--fg); white-space: nowrap; font: 800 clamp(13px, 1.5vw, 21px)/1 var(--disp); font-stretch: 118%; text-transform: uppercase; letter-spacing: .01em; }
.pit__tag.hot { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.foot__bar { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) auto; gap: 16px 32px; align-items: end; padding-top: 36px; padding-bottom: 32px; border-top: 1px solid var(--line); }
.foot__nav { display: flex; flex-wrap: wrap; gap: 8px 22px; font: 700 13px var(--disp); font-stretch: 112%; letter-spacing: .06em; text-transform: uppercase; }
.foot__nav a:hover { color: var(--accent); }
.foot__addr { margin: 0; color: var(--fg-2); font-size: 14px; }
.foot__legal { grid-column: 1 / 3; margin: 0; color: var(--fg-3); }
.foot__top { justify-self: end; font-size: 14px; }

/* ----------------------------------------------------------------- film dialog */
.film-dlg { width: min(1120px, 92vw); max-width: none; max-height: 90vh; max-height: 90svh; padding: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--bg-2); color: var(--fg); overflow: hidden; }
.film-dlg[open] { animation: dlgIn .7s var(--spring); }
.film-dlg::backdrop { background: rgba(0, 0, 0, .78); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.film-dlg__wrap { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); max-height: inherit; }
.film-dlg__img { margin: 0; background: #000; }
.film-dlg__img img { width: 100%; height: 100%; object-fit: cover; }
.film-dlg__body { padding: clamp(28px, 4.5vw, 64px); overflow-y: auto; max-height: 90vh; max-height: 90svh; }
.film-dlg__no { color: var(--accent); margin: 0; }
.film-dlg__title { font: 900 clamp(2.4rem, 5vw, 4.8rem)/.88 var(--disp); font-stretch: 122%; text-transform: uppercase; letter-spacing: -.035em; margin: 14px 0 12px; }
.film-dlg__tag { font: 600 clamp(1.1rem, 1.7vw, 1.4rem)/1.3 var(--disp); font-stretch: 105%; color: var(--accent); margin: 0 0 28px; }
.film-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 20px; margin: 0; padding: 20px 0; border-block: 1px solid var(--line); }
.film-facts dt { font: 600 10.5px var(--disp); font-stretch: 108%; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-2); }
.film-facts dd { margin: 4px 0 0; font-size: 15px; line-height: 1.35; }
.film-syn { margin: 26px 0 0; font-size: 17px; line-height: 1.7; color: var(--fg); }
.film-dlg__close { position: absolute; top: 16px; right: 16px; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg-2); font: 600 11px var(--disp); font-stretch: 108%; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background-color .3s, color .3s; }
.film-dlg__close:hover { background: var(--accent); color: var(--accent-ink); }
.film-dlg__close i { position: relative; width: 10px; height: 10px; }
.film-dlg__close i::before, .film-dlg__close i::after { content: ""; position: absolute; left: -1px; top: 50%; width: 12px; height: 1.5px; background: currentColor; transform: rotate(45deg); }
.film-dlg__close i::after { transform: rotate(-45deg); }
@keyframes dlgIn { from { opacity: 0; transform: translateY(40px) scale(.94); } to { opacity: 1; transform: none; } }

/* ----------------------------------------------------------------- theme switch (view transitions) */
::view-transition-old(root), ::view-transition-new(root) { animation: none; mix-blend-mode: normal; }
::view-transition-new(root) { z-index: 9999; }

/* ----------------------------------------------------------------- responsive */
@media (max-width: 1100px) {
  .nav__links { gap: 18px; }
  .values__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .zs__calls { width: 24vw; }
}
@media (max-width: 900px) {
  body { font-size: 16px; }
  .nav { gap: 14px; padding-top: 14px; padding-bottom: 14px; }
  .nav__links, .nav__cta { display: none; }
  .lights { margin-left: auto; padding: 8px 12px; }
  .lights__txt { display: none; }
  .nav__menu { display: flex; margin-left: 4px; }
  .nav__logo .wm { height: 19px; }
  .hero__kicker span:nth-child(2) { display: none; }
  .hero__title { font-size: clamp(2.1rem, 11.5vw, 5rem); line-height: .86; }
  .hero__foot { flex-direction: column; align-items: flex-start; }
  .hero__hint { align-items: flex-start; }
  .studio__grid { grid-template-columns: 1fr; gap: 32px; }
  .stats, .zs__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat:nth-child(3), .zs__stats > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .slate__intro { grid-template-columns: 1fr; gap: 36px; }
  .flow { --ch: min(46vh, 440px); }
  .flow__stage { top: 38%; }
  .flow__ticks, .flow__nav { display: none; }
  .flow__line { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 14.5px; }
  .panel, .tunnel.is-3d .panel { grid-template-columns: 1fr; gap: 14px; width: 90vw; padding: 14px; }
  .panel:nth-child(even) .panel__vis { order: 0; }
  .panel__vis { aspect-ratio: 16 / 11; max-height: 34vh; }
  .panel__n { font-size: 3rem; }
  .panel__t { font-size: clamp(1.7rem, 7.5vw, 2.4rem); margin: 8px 0 8px; }
  .panel__d { font-size: 15px; margin: 0; }
  .panel__facts { display: none; }
  .zs__pin { --ph: min(58vh, 520px); }
  .zs__copy { top: 90px; left: var(--gutter); right: var(--gutter); width: auto; transform: none; }
  .zs__copy p, .zs__copy .label { display: none; }
  .zs__logo { width: 180px; margin: 0 0 10px; }
  .zs__copy .h2--sm { font-size: clamp(1.7rem, 7.4vw, 2.6rem); }
  .phone { top: 60%; }
  .zs__calls { position: static; transform: none; width: auto; padding: 60px var(--gutter) 0; }
  .services__head { grid-template-columns: 1fr; }
  .svc__row { grid-template-columns: 40px minmax(0, 1fr) 36px; gap: 8px 14px; padding: 22px 0; }
  .svc__d { grid-column: 2 / 3; }
  .svc__arr { grid-row: 1; grid-column: 3; width: 30px; height: 30px; }
  .cast { justify-content: flex-start; overflow-x: auto; scroll-snap-type: x mandatory; margin-left: calc(var(--gutter) * -1); margin-right: calc(var(--gutter) * -1); padding: 30px var(--gutter) 50px; scrollbar-width: none; }
  .cast::-webkit-scrollbar { display: none; }
  .cc, .cc:nth-child(n) { --rot: 0deg; --ty: 0px; width: 74vw; margin: 0 7px; scroll-snap-align: center; order: var(--rank); }
  .values__list { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 48px; }
  .foot__bar { grid-template-columns: 1fr; }
  .foot__legal { grid-column: auto; }
  .foot__top { justify-self: start; }
  .film-dlg__wrap { grid-template-columns: 1fr; overflow-y: auto; max-height: 90svh; }
  .film-dlg__img { aspect-ratio: 16 / 11; }
  .film-dlg__img img { object-position: 50% 30%; }
  .film-dlg__body { max-height: none; overflow: visible; }
  .film-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .hero__kicker span:nth-child(3) { display: none; }
  .how { grid-template-columns: 1fr; }
  .stat dd, .zs__stats dd { font-size: 3.4rem; }
  .pit__hint { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  body::after { display: none; }
  .manifesto .w { opacity: 1 !important; }
  .vb { font-variation-settings: "wdth" 110 !important; background-position: 0 0 !important; }
}

/* ----------------------------------------------------------------- vignettes (tunnel panel illustrations) */
/* script */
.sc-lines text { opacity: 0; animation: scType 11s var(--ease) infinite both; }
.sc-lines text:nth-child(1) { animation-delay: .1s; } .sc-lines text:nth-child(2) { animation-delay: .6s; }
.sc-lines text:nth-child(3) { animation-delay: 1.1s; } .sc-lines text:nth-child(4) { animation-delay: 1.4s; }
.sc-lines text:nth-child(5) { animation-delay: 1.7s; } .sc-lines text:nth-child(6) { animation-delay: 2.3s; }
.sc-lines text:nth-child(7) { animation-delay: 2.7s; } .sc-lines text:nth-child(8) { animation-delay: 3s; }
.sc-lines text:nth-child(9) { animation-delay: 3.6s; } .sc-lines text:nth-child(10) { animation-delay: 4.2s; }
.sc-muted { fill-opacity: .5; }
.sc-circle { fill: none; stroke: var(--saffron); stroke-width: 2; stroke-dasharray: 1; stroke-dashoffset: 1; animation: scCircle 11s var(--ease) 3.4s infinite both; }
.sc-note { font: italic 400 21px var(--serif); fill: #D07A06; opacity: 0; animation: scType 11s var(--ease) 4s infinite both; }
.sc-rule { stroke: var(--ink); stroke-opacity: .1; stroke-width: 6; stroke-linecap: round; }
.sc-pencil { animation: pencil 3s ease-in-out infinite; }
@keyframes scType { 0% { opacity: 0; transform: translateY(3px); } 3% { opacity: 1; transform: none; } 86% { opacity: 1; } 92%, 100% { opacity: 0; } }
@keyframes scCircle { 0% { stroke-dashoffset: 1; } 6% { stroke-dashoffset: 0; } 82% { stroke-dashoffset: 0; opacity: 1; } 88%, 100% { stroke-dashoffset: 0; opacity: 0; } }
@keyframes pencil { 0%, 100% { transform: translate(0, 0); } 25% { transform: translate(-6px, 3px); } 50% { transform: translate(-2px, -2px); } 75% { transform: translate(-8px, 1px); } }

/* clapperboard */
.cl-stick { transform-box: fill-box; transform-origin: 2% 100%; animation: clap 3.2s var(--ease-io) infinite; }
.cl-board { animation: clapBump 3.2s infinite; }
.cl-h { font: 600 10.5px var(--sans); letter-spacing: .18em; fill: var(--paper); }
.cl-l { font: 500 8.5px var(--sans); letter-spacing: .18em; fill: rgba(251, 247, 240, .55); }
.cl-v { font: 400 30px var(--serif); fill: var(--paper); }
.cl-v--s { font-size: 20px; }
@keyframes clap { 0%, 55% { transform: rotate(-26deg); } 63% { transform: rotate(0); } 65% { transform: rotate(-2deg); } 67%, 88% { transform: rotate(0); } 100% { transform: rotate(-26deg); } }
@keyframes clapBump { 0%, 62% { transform: none; } 64% { transform: translateY(2px); } 70%, 100% { transform: none; } }

/* map */
.mp-lg { font: 500 9.5px var(--sans); letter-spacing: .12em; text-transform: uppercase; fill: var(--ink); }
.mp-r { stroke: var(--saffron); stroke-width: 5; stroke-dasharray: 1; stroke-dashoffset: 1; }
.vg.is-active .mp-r { animation: draw 1.8s var(--ease) forwards; }
.vg.is-active .mp-r:nth-child(2) { animation-delay: .25s; }
.vg.is-active .mp-r:nth-child(3) { animation-delay: .5s; }
.vg.is-active .mp-r:nth-child(4) { animation-delay: 1.1s; }
.mp-saarc { fill: none; stroke: var(--peacock); stroke-width: 3.2; stroke-dasharray: .1 9; stroke-linecap: round; }
.mp-s { opacity: 0; }
.vg.is-active .mp-s { animation: fade .9s 1.3s forwards; }
.mp-dots circle { fill: var(--ink); }
.mp-dots .mp-dot-s { fill: var(--peacock); }
.mp-nodes circle { fill: var(--paper); stroke: var(--ink); stroke-width: 3; }
.mp-nodes .mp-n-s { stroke: var(--peacock); stroke-width: 2.5; }
.mp-nodes .mp-hub { fill: var(--saffron); }
.mp-nodes .mp-pulse { fill: none; stroke: var(--saffron); stroke-width: 2; transform-box: fill-box; transform-origin: center; animation: pulse 2.4s ease-out infinite; }
.mp-labels text { font: 600 10.5px var(--sans); letter-spacing: .12em; fill: var(--ink); }
.mp-labels .mp-hubt { font-size: 13px; }
.mp-labels .mp-sub { font: italic 400 15px var(--serif); letter-spacing: 0; fill: var(--rust); }
.mp-labels .mp-ls { fill: var(--peacock); }
@keyframes draw { to { stroke-dashoffset: 0; } }
@keyframes fade { to { opacity: 1; } }
@keyframes pulse { 0% { transform: scale(.6); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }

/* screens */
.hf { animation: marqueeLights 2.4s steps(1) infinite; }
.hf-t { font: 700 14px var(--sans); letter-spacing: .3em; fill: var(--haldi); }
.beam { mix-blend-mode: screen; animation: flicker 4s infinite; }
.scr-img { animation: pan 16s ease-in-out infinite alternate; }
@keyframes marqueeLights { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes flicker { 0%, 100% { opacity: 1; } 42% { opacity: .82; } 44% { opacity: 1; } 71% { opacity: .9; } 72% { opacity: .7; } 74% { opacity: 1; } }
@keyframes pan { from { transform: translateX(-18px); } to { transform: translateX(18px); } }

/* zinestream mini */
.vzs { position: absolute; inset: 0; display: grid; place-items: center; }
.vzs__cols { position: absolute; inset: -12% -14%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3cqw; transform: rotate(-9deg); opacity: .6; }
.vzs__col { display: flex; flex-direction: column; animation: colUp 30s linear infinite; }
.vzs__col--rev { animation-direction: reverse; }
.vzs__col img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 4px; margin-bottom: 3cqw; }
.vzs::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, .95) 0 28%, rgba(0, 0, 0, .35) 72%); }
.vzs__logo { position: relative; z-index: 2; width: 68cqw; }
.vzs__play {
  position: absolute; z-index: 2; left: 50%; top: 62%; width: 15cqw; height: 15cqw; margin-left: -7.5cqw;
  border: 1.5px solid var(--haldi); border-radius: 50%;
}
.vzs__play::after { content: ""; position: absolute; left: 40%; top: 32%; border-left: 4.4cqw solid var(--haldi); border-top: 2.8cqw solid transparent; border-bottom: 2.8cqw solid transparent; }
@keyframes colUp { to { transform: translateY(-50%); } }

/* boarding pass */
.pass {
  width: 86cqw; display: flex; background: var(--paper); color: var(--ink); border-radius: 2.4cqw;
  box-shadow: 0 30px 60px -28px rgba(29, 24, 19, .55); transform: rotate(-4deg);
  animation: passFloat 6s ease-in-out infinite;
}
.pass__main { flex: 1; padding: 4.5cqw 4.5cqw 4cqw; }
.pass__top { display: flex; justify-content: space-between; gap: 8px; padding-bottom: 3cqw; border-bottom: 1px dashed rgba(29, 24, 19, .25); font: 600 2.1cqw/1.2 var(--sans); letter-spacing: .14em; text-transform: uppercase; color: var(--rust); }
.pass__route { display: flex; align-items: center; justify-content: space-between; gap: 2cqw; margin: 5cqw 0 4.5cqw; }
.pass__pt small, .pass__grid small { display: block; font: 600 1.9cqw var(--sans); letter-spacing: .16em; text-transform: uppercase; color: var(--ink-2); margin-bottom: .8cqw; }
.pass__pt b { display: block; font: 400 9cqw/1 var(--serif); }
.pass__pt span { display: block; font-size: 2.6cqw; color: var(--ink-2); margin-top: 1cqw; }
.pass__pt--to { text-align: right; }
.pass__plane { width: 7cqw; fill: var(--saffron); flex: none; }
.flap { display: inline-flex !important; gap: .5cqw; }
.flap > span {
  position: relative; display: inline-block; width: 4.6cqw; padding: 1.2cqw 0; margin: 0 !important;
  background: var(--ink); color: var(--paper) !important; border-radius: .8cqw; text-align: center;
  font: 700 4.6cqw/1 var(--mono) !important; transform-origin: 50% 50%;
}
.flap > span::after { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: rgba(0, 0, 0, .55); }
.flap > span.is-flipping { animation: flip .32s var(--ease-io); }
.pass__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3cqw; padding-top: 3.5cqw; border-top: 1px dashed rgba(29, 24, 19, .25); font-size: 2.9cqw; }
.pass__stub { width: 20cqw; flex: none; border-left: 2px dashed rgba(29, 24, 19, .22); padding: 4cqw 3cqw; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 3cqw; }
.pass__code { width: 100%; flex: 1; min-height: 30cqw; background: repeating-linear-gradient(0deg, var(--ink) 0 2px, transparent 2px 4px, var(--ink) 4px 5px, transparent 5px 8px, var(--ink) 8px 11px, transparent 11px 13px); opacity: .85; }
.pass__stub span { font: 600 2cqw var(--sans); letter-spacing: .14em; writing-mode: vertical-rl; transform: rotate(180deg); }
@keyframes passFloat { 0%, 100% { transform: rotate(-4deg) translateY(0); } 50% { transform: rotate(-2.5deg) translateY(-8px); } }
@keyframes flip { 0% { transform: rotateX(0); } 50% { transform: rotateX(90deg); } 100% { transform: rotateX(0); } }

/* stamps */
.st { opacity: 0; transform-box: fill-box; transform-origin: center; }
.vg.is-active .st { animation: stamp 8s var(--ease) infinite both; }
.vg.is-active .st2 { animation-delay: .8s; } .vg.is-active .st3 { animation-delay: 1.6s; }
.vg.is-active .st4 { animation-delay: 2.4s; } .vg.is-active .st5 { animation-delay: 3.2s; }
.st-arc { font: 600 10px var(--sans); letter-spacing: .2em; fill: currentColor; }
.st-big { font: 400 48px var(--serif); fill: currentColor; }
.st-big--s { font-size: 30px; }
.st-md { font: 700 13px var(--sans); letter-spacing: .14em; fill: currentColor; }
.st-sm { font: 600 9.5px var(--sans); letter-spacing: .2em; fill: currentColor; }
@keyframes stamp { 0% { opacity: 0; transform: scale(1.5) rotate(-5deg); } 3% { opacity: .92; transform: scale(1) rotate(0); } 4.5% { transform: scale(.98); } 6% { transform: scale(1); } 88% { opacity: .92; } 95%, 100% { opacity: 0; } }

/* bouncing ball */
.an-note { font-size: 9.5px; opacity: .6; letter-spacing: .06em; }
.an-x { animation: anX 2.4s linear infinite; }
.an-y { animation: anY 2.4s infinite; }
.an-ball { transform-box: fill-box; transform-origin: 50% 100%; animation: anSquash 2.4s infinite; }
.an-head { animation: anHead 2.4s linear infinite; }
@keyframes anX { from { transform: translateX(0); } to { transform: translateX(284px); } }
@keyframes anY {
  0% { transform: translateY(0); animation-timing-function: cubic-bezier(.3, .7, .6, 1); }
  26% { transform: translateY(-232px); animation-timing-function: cubic-bezier(.4, 0, .7, .3); }
  52% { transform: translateY(0); animation-timing-function: cubic-bezier(.3, .7, .6, 1); }
  76% { transform: translateY(-146px); animation-timing-function: cubic-bezier(.4, 0, .7, .3); }
  100% { transform: translateY(0); }
}
@keyframes anSquash {
  0% { transform: scale(1.28, .7); } 5% { transform: scale(.9, 1.14); } 12%, 44% { transform: scale(1); }
  50% { transform: scale(.9, 1.12); } 52% { transform: scale(1.28, .7); } 57% { transform: scale(.9, 1.12); }
  64%, 92% { transform: scale(1); } 98% { transform: scale(.9, 1.12); } 100% { transform: scale(1.28, .7); }
}
@keyframes anHead { from { transform: translateX(0); } to { transform: translateX(322px); } }

/* phones */
.ph-float { animation: float 5s ease-in-out infinite; }
.ph-prog { transform-box: fill-box; transform-origin: 0 50%; animation: prog 4s linear infinite; }
.ph-heart { transform-box: fill-box; transform-origin: center; animation: heart 4s var(--ease) infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes prog { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes heart { 0%, 55%, 100% { transform: scale(1); } 60% { transform: scale(1.5); } 66% { transform: scale(.9); } 72% { transform: scale(1.08); } 78% { transform: scale(1); } }

/* podcast */
.oa-t { font: 700 14px var(--sans); letter-spacing: .28em; fill: var(--haldi); }
.oa-dot { fill: #E8513A; animation: marqueeLights 1.4s steps(1) infinite; }
.waves path { opacity: 0; animation: wave 2.4s ease-out infinite; }
.waves .w2 { animation-delay: .3s; } .waves .w3 { animation-delay: .6s; }
.eq rect { transform-box: fill-box; transform-origin: 50% 50%; animation: eq 1.1s ease-in-out infinite alternate; }
.eq rect:nth-child(2n) { animation-duration: .8s; animation-delay: -.3s; }
.eq rect:nth-child(3n) { animation-duration: 1.4s; animation-delay: -.7s; }
.eq rect:nth-child(5n) { animation-duration: .95s; animation-delay: -.5s; }
.eq rect:nth-child(7n) { animation-duration: 1.25s; animation-delay: -.9s; }
@keyframes wave { 0% { opacity: 0; } 25% { opacity: .95; } 80%, 100% { opacity: 0; } }
@keyframes eq { from { transform: scaleY(.14); } to { transform: scaleY(1); } }

/* vinyl */
.vinyl { transform-box: fill-box; transform-origin: center; animation: spin 3.6s linear infinite; }
.vn-a { font: 700 8.5px var(--sans); letter-spacing: .22em; fill: var(--ink); }
.vn-b { font: italic 400 25px var(--serif); fill: var(--ink); }
.vn-c { font: 600 7px var(--sans); letter-spacing: .2em; fill: var(--ink); }
.arm { transform-box: view-box; transform-origin: 350px 74px; animation: arm 7s ease-in-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes arm { 0%, 100% { transform: rotate(-1deg); } 50% { transform: rotate(1.4deg); } }

