/* ═══════════════════════════════════════════════════════════════
   VZNS LABS — site.css   Wave B3 rebuild  2026-08-15
   Register: Industrial-workshop-meets-editorial.
   Palette: Chalk / Matte Black / Sodium Yellow / Graphite
   Type: Bricolage Grotesque (display) + IBM Plex Mono (labels) + Inter (body)
═══════════════════════════════════════════════════════════════ */

/* ── SELF-HOSTED FONTS (no CDN) ───────────────────────────── */
/* Bricolage Grotesque — variable font, opsz 12..96, wght 400-800 */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/BricolageGrotesque-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF,
    U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/BricolageGrotesque-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* IBM Plex Mono — latin, weights 400 / 500 / 600 */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/IBMPlexMono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/IBMPlexMono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/IBMPlexMono-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Inter — latin, weights 400 / 500 / 600 (one file covers all three) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
    U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── DESIGN TOKENS ────────────────────────────────────────── */
:root {
  /* Palette */
  --chalk:       #F1EFE9;
  --chalk-edge:  #D6D2C8;
  --matte:       #0D0D0D;
  --graphite:    #1C1C1C;
  --concrete:    #5C5A55;
  --sodium:      #E8B92E;
  --sodium-deep: #C9A028;
  --sodium-15:   rgba(232,185,46,.15);
  --sodium-08:   rgba(232,185,46,.08);

  /* Type */
  --ff-display: 'Bricolage Grotesque', system-ui, sans-serif;
  --ff-mono:    'IBM Plex Mono', monospace;
  --ff-body:    'Inter', system-ui, sans-serif;

  /* Scale */
  --h1: clamp(3.2rem, 9vw, 7rem);
  --h2: clamp(2.2rem, 5.5vw, 4.2rem);
  --h3: clamp(1.4rem, 2.5vw, 1.9rem);
  --label-size: 0.72rem;

  /* Layout */
  --max: 1180px;
  --pad: clamp(20px, 4vw, 48px);
  --section-py: clamp(80px, 10vw, 140px);

  /* Motion */
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-sharp: cubic-bezier(.2,.7,.2,1);
  --dur-fast: 200ms;
  --dur-med: 300ms;
  --dur-slow: 600ms;
}

/* ── RESET ────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--chalk);
  color: var(--matte);
  font-family: var(--ff-body);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; background: none; border: none; font: inherit; }
ul, ol { list-style: none; }

/* ── TYPE SYSTEM ──────────────────────────────────────────── */
.display {
  font-family: var(--ff-display);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.0;
}
h1, h2, h3 { font-family: var(--ff-display); line-height: 1.05; }
h1 { font-size: var(--h1); font-weight: 800; letter-spacing: -0.04em; }
h2 { font-size: var(--h2); font-weight: 800; letter-spacing: -0.04em; }
h3 { font-size: var(--h3); font-weight: 700; letter-spacing: -0.02em; }
p  { max-width: 62ch; }

.label-tag {
  font-family: var(--ff-mono);
  font-size: var(--label-size);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--sodium);
}
.label-tag::before { content: '['; }
.label-tag::after  { content: ']'; }

.label-tag.dark { color: var(--sodium-deep); }
.label-tag.chalk-color { color: var(--chalk); opacity: 0.7; }

/* On dark sections, labels use sodium-deep */
.section-dark .label-tag { color: var(--sodium-deep); }

/* ── LAYOUT ───────────────────────────────────────────────── */
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.section-chalk { background: var(--chalk); padding: var(--section-py) 0; }
.section-dark  { background: var(--graphite); padding: var(--section-py) 0; color: var(--chalk); }
.section-dark p, .section-dark .body-text { color: rgba(241,239,233,.7); }

/* ── SCROLL PROGRESS ──────────────────────────────────────── */
#progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0%;
  z-index: 500; background: var(--sodium);
  transition: width .1s linear;
}

/* ── NAV ──────────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(241,239,233,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--chalk-edge);
  transition: background var(--dur-med);
}
nav.scrolled { background: rgba(241,239,233,.98); }

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}

.nav-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--ff-mono); font-weight: 600;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--matte);
}
.nav-brand svg { width: 26px; height: 26px; flex-shrink: 0; }

.nav-links {
  display: flex; gap: 0; align-items: center;
}
.nav-links a {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.10em;
  text-transform: uppercase; color: var(--concrete);
  padding: 8px 16px; position: relative; display: block;
  transition: color var(--dur-fast);
}
.nav-links a::after {
  content: ""; position: absolute; bottom: 0; left: 16px; right: 16px;
  height: 2px; background: var(--sodium); transform: scaleX(0);
  transform-origin: left; transition: transform var(--dur-med) var(--ease-out);
}
.nav-links a:hover, .nav-links a.active { color: var(--matte); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }

.nav-actions { display: flex; gap: 12px; align-items: center; }

.btn-nav {
  font-family: var(--ff-mono); font-size: 0.65rem; letter-spacing: 0.12em;
  text-transform: uppercase; background: var(--matte); color: var(--chalk);
  padding: 10px 18px; display: inline-flex; align-items: center; gap: 6px;
  white-space: nowrap; transition: background var(--dur-fast), color var(--dur-fast);
}
.btn-nav:hover { background: var(--sodium); color: var(--matte); }

/* ── BUTTONS ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--ff-mono); font-weight: 500;
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 28px;
  transition: background var(--dur-fast), color var(--dur-fast), transform var(--dur-fast);
}
.btn-primary {
  background: var(--matte); color: var(--chalk);
  border: 2px solid var(--matte);
}
.btn-primary:hover {
  background: var(--sodium); color: var(--matte); border-color: var(--sodium);
}
.btn-ghost {
  background: transparent; color: var(--matte);
  border: 2px solid var(--matte);
}
.btn-ghost:hover {
  background: var(--matte); color: var(--chalk);
}
.btn-chalk {
  background: var(--chalk); color: var(--matte);
  border: 2px solid var(--chalk);
}
.btn-chalk:hover {
  background: var(--sodium); color: var(--matte); border-color: var(--sodium);
}

/* arrow nudge */
.arr { display: inline-block; transition: transform var(--dur-fast) var(--ease-out); }
.btn:hover .arr, a:hover .arr { transform: translateX(5px); }

/* ═══════════════════════════════════════════════════════════════
   SECTION 1 — HERO (full-bleed cinematic)
═══════════════════════════════════════════════════════════════ */
#hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: flex-end;
  overflow: hidden; border: none;
}

.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg video {
  width: 100%; height: 100%; object-fit: cover;
  transform-origin: center;
}
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
}
/* Parallax handled in JS — translate on scroll; will-change set in B4 motion block below */

/* Overlay gradient — left heavy for text legibility */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(to right, rgba(13,13,13,.82) 0%, rgba(13,13,13,.55) 55%, rgba(13,13,13,.12) 100%),
    linear-gradient(to top, rgba(13,13,13,.6) 0%, transparent 50%);
}

.hero-content {
  position: relative; z-index: 2;
  width: 100%; padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 100px);
}

.hero-inner { max-width: 720px; }

.hero-status {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(241,239,233,.65);
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid rgba(241,239,233,.2); padding: 6px 14px;
  margin-bottom: 36px; backdrop-filter: blur(6px);
}
.status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #5fd08a; box-shadow: 0 0 10px #5fd08a;
  animation: pulse-dot 2.6s ease infinite;
}
@keyframes pulse-dot {
  0%,100%{ box-shadow: 0 0 6px #5fd08a; opacity:.85 }
  50%{ box-shadow: 0 0 18px #5fd08a; opacity:1 }
}

.hero-headline {
  font-family: var(--ff-display);
  font-size: var(--h1);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.0;
  color: var(--chalk);
  margin-bottom: 28px;
}
.hero-headline em {
  font-style: normal;
  color: var(--sodium);
}

.hero-sub {
  font-family: var(--ff-body);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  color: rgba(241,239,233,.72);
  line-height: 1.72; max-width: 50ch;
  margin-bottom: 44px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }

.hero-watermark {
  font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.26em;
  text-transform: uppercase; color: rgba(241,239,233,.28);
  display: flex; align-items: center; gap: 12px;
}
.hero-watermark::before {
  content: ""; display: block; width: 12px; height: 12px;
  border: 1px solid rgba(241,239,233,.3); border-radius: 50%;
}

/* sodium rule above hero text */
.hero-rule {
  width: 100%; height: 1px;
  background: var(--sodium); margin-bottom: 28px;
  transform: scaleX(0); transform-origin: left;
  animation: rule-draw 0.8s var(--ease-out) 0.3s forwards;
}
@keyframes rule-draw { to { transform: scaleX(1); } }

/* ═══════════════════════════════════════════════════════════════
   SECTION 2 — INSIGHT (dark, "$27 TRILLION" typographic mass)
═══════════════════════════════════════════════════════════════ */
#insight {
  position: relative; overflow: hidden;
}
.insight-bg {
  position: absolute; inset: 0; z-index: 0;
}
.insight-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: brightness(0.22) saturate(0.8);
}
.insight-content { position: relative; z-index: 1; }

.stat-giant {
  font-family: var(--ff-display);
  font-size: clamp(4.5rem, 15vw, 11rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.9;
  color: var(--chalk);
  display: block;
  margin: 32px 0 24px;
  /* count-up animation handled in JS */
}
.stat-caption {
  font-family: var(--ff-mono); font-size: 0.75rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sodium-deep);
  margin-bottom: 64px; display: block;
}

.insight-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.insight-pull {
  font-family: var(--ff-display); font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.25;
  color: var(--chalk); max-width: 26ch;
}
.insight-pull em { font-style: italic; color: var(--sodium); }
.insight-body {
  font-size: 1.04rem; line-height: 1.78;
  color: rgba(241,239,233,.65);
}

/* horizontal rule separator */
.h-rule {
  width: 100%; height: 1px; background: rgba(232,185,46,.3);
  margin-bottom: 48px;
  transform: scaleX(0); transform-origin: left;
}
.h-rule.draw { transform: scaleX(1); transition: transform var(--dur-slow) var(--ease-out); }

/* ═══════════════════════════════════════════════════════════════
   SECTION 3 — SYSTEM (Mission Control on chalk)
═══════════════════════════════════════════════════════════════ */
#system { background: var(--chalk); }

.system-header { margin-bottom: 56px; }
.system-header h2 { max-width: 20ch; margin: 16px 0 20px; }
.system-sub { font-size: 1.05rem; color: var(--concrete); max-width: 56ch; line-height: 1.72; }

.laptop-frame {
  position: relative; max-width: 900px; margin: 0 auto 64px;
  /* scale-in on scroll */
  opacity: 0; transform: scale(0.94);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.laptop-frame.in { opacity: 1; transform: scale(1); }

.laptop-shell {
  background: #1A1A1A; border-radius: 12px 12px 0 0;
  padding: 18px 18px 0;
  box-shadow: 0 32px 80px rgba(0,0,0,.22), 0 2px 0 #333;
}
.laptop-camera-bar {
  display: flex; align-items: center; justify-content: center;
  padding-bottom: 14px;
}
.laptop-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #3A3A3A; margin: 0 3px;
}
.laptop-screen {
  overflow: hidden; border-radius: 4px 4px 0 0;
  border: 1px solid #2A2A2A; background: #111;
}
.laptop-screen img {
  width: 100%; height: auto; display: block;
  transition: transform 0.6s var(--ease-out);
}
.laptop-shell:hover .laptop-screen img { transform: scale(1.01); }
/* base plate */
.laptop-base {
  height: 18px; background: linear-gradient(to bottom, #222, #1A1A1A);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
}
.laptop-notch {
  width: 80px; height: 6px; background: #111;
  margin: 0 auto; border-radius: 0 0 4px 4px;
}

/* fact band */
.fact-band {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--chalk-edge);
  border-top: 2px solid var(--matte);
  border-bottom: 1px solid var(--chalk-edge);
}
.fact-item {
  background: var(--chalk); padding: 32px 28px;
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}
.fact-item.in { opacity: 1; transform: none; }
.fact-item:nth-child(1).in { transition-delay: 0s; }
.fact-item:nth-child(2).in { transition-delay: 0.12s; }
.fact-item:nth-child(3).in { transition-delay: 0.24s; }
.fact-num {
  font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.1em;
  color: var(--sodium); margin-bottom: 10px; display: block;
}
.fact-text { font-size: 0.9rem; color: var(--concrete); line-height: 1.6; }
.fact-text strong { color: var(--matte); font-weight: 600; }

/* ═══════════════════════════════════════════════════════════════
   SECTION 4 — PROOF / WORK GALLERY (dark)
═══════════════════════════════════════════════════════════════ */
#work { background: var(--graphite); }
#work .label-tag { color: var(--sodium-deep); }
#work h2 { color: var(--chalk); }
#work .body-text { color: rgba(241,239,233,.62); }

.work-header { margin-bottom: 56px; }
.work-header h2 { margin: 14px 0 18px; }

/* Featured KILN tile — full width */
.work-featured {
  position: relative; overflow: hidden;
  height: clamp(320px, 45vw, 560px);
  margin-bottom: 2px; cursor: pointer;
}
.work-featured img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.work-featured:hover img { transform: scale(1.025); }
.work-featured-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,13,13,.8) 0%, rgba(13,13,13,.2) 55%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 36px;
}
.work-featured-label {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--sodium); margin-bottom: 10px;
}
.work-featured-title {
  font-family: var(--ff-display); font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.1;
  color: var(--chalk);
}

/* Tile grid */
.work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 260px 260px;
  gap: 2px;
}
.wg-cell {
  overflow: hidden; position: relative; cursor: pointer; background: #111;
}
.wg-cell img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s var(--ease-out), filter 0.3s;
}
.wg-cell:hover img { transform: scale(1.04); filter: brightness(0.85); }
.wg-cell-hover {
  position: absolute; inset: 0; z-index: 2;
  background: var(--sodium-15); opacity: 0;
  display: flex; flex-direction: column; align-items: flex-start;
  justify-content: flex-end; padding: 20px;
  transition: opacity var(--dur-med);
}
.wg-cell:hover .wg-cell-hover { opacity: 1; }
.wg-cell-label {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--chalk); margin-bottom: 4px;
}
.wg-cell-title {
  font-family: var(--ff-display); font-weight: 700; font-size: 1rem;
  letter-spacing: -0.02em; color: var(--chalk);
}

/* video tiles */
.wg-cell video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity 0.3s;
}
.wg-cell.playing video { opacity: 1; }
.play-ring {
  width: 48px; height: 48px; border: 2px solid rgba(255,255,255,.7);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  transition: background var(--dur-fast), border-color var(--dur-fast);
  z-index: 3;
}
.play-ring svg { width: 16px; height: 16px; fill: white; margin-left: 3px; }
.wg-cell.playing .play-ring { opacity: 0; }
.wg-cell:hover .play-ring { background: var(--sodium); border-color: var(--sodium); }
.wg-cell:hover .play-ring svg { fill: var(--matte); }

/* dashboard tile — MC screenshot */
.wg-cell.mc-tile {
  grid-column: span 2;
}
.mc-tile-label {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.12em;
  text-transform: uppercase; background: var(--graphite); color: var(--sodium);
  padding: 5px 10px;
}

/* morning brief proof tile */
.brief-tile {
  background: var(--graphite); display: flex; flex-direction: column;
  align-items: flex-start; justify-content: space-between;
  padding: 24px 22px; border: 1px solid rgba(232,185,46,.15);
}
.brief-header {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--sodium-deep); margin-bottom: 14px;
}
.brief-lines { width: 100%; }
.brief-line {
  height: 2px; background: rgba(241,239,233,.12);
  margin-bottom: 8px; border-radius: 1px;
}
.brief-line.wide  { width: 100%; }
.brief-line.mid   { width: 78%; }
.brief-line.short { width: 55%; }
.brief-line.accent { background: var(--sodium-08); }
.brief-tag {
  font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--concrete); margin-top: 16px;
}

/* stats row */
.kiln-stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(241,239,233,.1);
  border-bottom: 1px solid rgba(241,239,233,.1);
  margin-top: 2px;
}
.kiln-stat {
  padding: 28px 24px;
  border-right: 1px solid rgba(241,239,233,.1);
}
.kiln-stat:last-child { border-right: none; }
.kiln-stat-value {
  font-family: var(--ff-display); font-weight: 800;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--sodium); display: block; margin-bottom: 6px; line-height: 1;
}
.kiln-stat-label {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(241,239,233,.45);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 5 — SERVICES (2x2 dark cards on chalk BG)
═══════════════════════════════════════════════════════════════ */
#services { background: var(--chalk); }

.services-header { margin-bottom: 56px; }
.services-header h2 { margin: 14px 0 18px; max-width: 20ch; }
.services-sub { font-size: 1.05rem; color: var(--concrete); max-width: 54ch; line-height: 1.72; }

.services-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: var(--chalk-edge);
}
.svc-card {
  background: var(--graphite); color: var(--chalk);
  padding: clamp(32px, 4vw, 54px);
  min-height: 380px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
  transition: background var(--dur-med);
}
.svc-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 70% 50% at 80% 20%, rgba(232,185,46,.06), transparent 65%);
  opacity: 0; transition: opacity var(--dur-med);
}
.svc-card:hover { background: #222; }
.svc-card:hover::before { opacity: 1; }

.svc-top { position: relative; z-index: 1; }
.svc-num {
  font-family: var(--ff-mono); font-size: clamp(2.4rem, 4vw, 3.8rem);
  font-weight: 600; color: var(--sodium); line-height: 1;
  margin-bottom: 24px; display: block;
  transition: transform var(--dur-med) var(--ease-out);
}
.svc-card:hover .svc-num { transform: translateX(6px); }
.svc-name {
  font-family: var(--ff-display); font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.1;
  margin-bottom: 14px; color: var(--chalk);
}
.svc-promise {
  font-size: 0.94rem; color: rgba(241,239,233,.6);
  line-height: 1.62; max-width: 30ch;
}

.svc-bottom { position: relative; z-index: 1; }
.svc-proof {
  font-family: var(--ff-mono); font-size: 0.65rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sodium-deep);
  display: flex; align-items: center; gap: 8px; margin-top: 32px;
  border-top: 1px solid rgba(232,185,46,.15); padding-top: 20px;
}
.svc-proof::before { content: "→"; }

/* ═══════════════════════════════════════════════════════════════
   SECTION 6 — METHOD (newspaper layout, sodium numbers)
═══════════════════════════════════════════════════════════════ */
#method { background: var(--chalk); border-top: 1px solid var(--chalk-edge); }

.method-header { margin-bottom: 64px; }
.method-header h2 { margin: 14px 0 18px; }
.method-sub { font-size: 1.05rem; color: var(--concrete); max-width: 52ch; line-height: 1.72; }

.method-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }

.method-step {
  padding: 0 32px 0 0; position: relative;
}
.method-step + .method-step {
  border-left: 1px solid var(--chalk-edge);
  padding-left: 32px;
}

.method-step-num {
  font-family: var(--ff-mono);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 600;
  color: var(--sodium);
  line-height: 1;
  display: block;
  margin-bottom: 18px;
  transition: transform var(--dur-med) var(--ease-out);
}
.method-step:hover .method-step-num { transform: translateY(-3px); }

/* sodium rule above each step number — draws on scroll */
.method-step::before {
  content: ""; display: block; height: 2px;
  background: var(--sodium);
  width: 0; margin-bottom: 28px;
  transition: width var(--dur-slow) var(--ease-out);
}
.method-steps.in .method-step::before { width: 100%; }
.method-steps.in .method-step:nth-child(1)::before { transition-delay: 0s; }
.method-steps.in .method-step:nth-child(2)::before { transition-delay: 0.15s; }
.method-steps.in .method-step:nth-child(3)::before { transition-delay: 0.30s; }
.method-steps.in .method-step:nth-child(4)::before { transition-delay: 0.45s; }

.method-step h3 {
  font-family: var(--ff-display); font-size: 1.15rem; font-weight: 800;
  letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: 12px;
  color: var(--matte);
}
.method-step p { font-size: 0.9rem; color: var(--concrete); line-height: 1.68; max-width: 24ch; }
.method-proof {
  font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--sodium);
  margin-top: 18px; display: block;
}

/* ═══════════════════════════════════════════════════════════════
   SECTION 7 — STORY (operator photo + journey)
═══════════════════════════════════════════════════════════════ */
#story { background: var(--chalk); border-top: 1px solid var(--chalk-edge); }

.story-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}

.story-photo-wrap {
  position: relative;
}
.story-photo {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 30%;
  display: block; filter: saturate(0.75);
  transition: filter 0.6s var(--ease-out);
}
.story-photo-wrap:hover .story-photo { filter: saturate(0.9); }
/* sodium border flash on hover */
.story-photo-wrap::after {
  content: ""; position: absolute; inset: 0;
  border: 2px solid var(--sodium); opacity: 0;
  transition: opacity var(--dur-med);
}
.story-photo-wrap:hover::after { opacity: 1; }

/* pull quote */
.story-pullquote {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--matte); color: var(--chalk);
  padding: 22px 26px; max-width: 280px;
}
.story-pullquote-mark {
  font-family: var(--ff-display); font-size: 3rem; line-height: 1;
  color: var(--sodium); display: block; margin-bottom: 8px;
}
.story-pullquote p {
  font-family: var(--ff-display); font-size: 1rem; font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.4; color: var(--chalk);
  max-width: none;
}

.story-right { padding-top: 8px; }
.story-right h2 { margin: 16px 0 24px; }
.story-body p { font-size: 1.05rem; color: var(--concrete); line-height: 1.76; margin-bottom: 22px; }

/* Journey timeline */
.journey {
  display: flex; flex-direction: column; padding-left: 28px;
  position: relative; margin-top: 48px;
}
.journey::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0;
  width: 1px; background: var(--chalk-edge);
}
.journey::after {
  content: ""; position: absolute; left: 0; top: 0;
  width: 1px; height: 0; background: var(--sodium);
  transition: height 1.4s var(--ease-out);
}
.journey.in::after { height: 100%; }

.j-stop {
  padding: 14px 0; position: relative;
  opacity: 0; transform: translateX(12px);
  transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
}
.journey.in .j-stop { opacity: 1; transform: none; }
.journey.in .j-stop:nth-child(1) { transition-delay: .1s; }
.journey.in .j-stop:nth-child(2) { transition-delay: .25s; }
.journey.in .j-stop:nth-child(3) { transition-delay: .40s; }
.journey.in .j-stop:nth-child(4) { transition-delay: .55s; }
.journey.in .j-stop:nth-child(5) { transition-delay: .70s; }

.j-stop::before {
  content: ""; position: absolute; left: -34px; top: 22px;
  width: 9px; height: 9px; background: var(--chalk-edge); border-radius: 50%;
  transition: background 0.4s, box-shadow 0.4s;
}
.journey.in .j-stop::before {
  background: var(--sodium);
  box-shadow: 0 0 12px rgba(232,185,46,.6);
}
.j-place { font-family: var(--ff-display); font-weight: 700; font-size: 1rem; margin-bottom: 3px; }
.j-detail { font-size: 0.88rem; color: var(--concrete); line-height: 1.55; }

/* ═══════════════════════════════════════════════════════════════
   SECTION 8 — PARTNERS (graphite)
═══════════════════════════════════════════════════════════════ */
#partners { background: var(--graphite); padding: 64px 0; }
#partners .label-tag { color: var(--sodium-deep); }

.partners-header { margin-bottom: 48px; }
.partners-row {
  display: flex; flex-wrap: wrap; gap: 2px;
}
.partner-tile {
  flex: 0 0 auto; min-width: 260px; max-width: 320px;
  background: #242424; padding: 28px 32px;
  border: 1px solid rgba(232,185,46,0);
  transition: border-color var(--dur-med), background var(--dur-fast);
}
.partner-tile:hover { border-color: var(--sodium-deep); background: #2A2A2A; }
.partner-name {
  font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--chalk); display: block; margin-bottom: 10px;
}
.partner-desc { font-size: 0.88rem; color: rgba(241,239,233,.5); line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════════
   SECTION 9 — INTAKE (chalk, display scale headline)
═══════════════════════════════════════════════════════════════ */
#start { background: var(--chalk); border-top: 2px solid var(--matte); }

.intake-header { margin-bottom: 64px; }
.intake-header h2 { margin: 14px 0 18px; }
.intake-sub { font-size: 1.05rem; color: var(--concrete); max-width: 56ch; line-height: 1.72; }

.intake-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

/* Chip selectors */
.chip-head {
  font-family: var(--ff-mono); font-size: 0.65rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--concrete);
  display: block; margin-bottom: 14px; margin-top: 36px;
}
.chips { display: flex; flex-direction: column; gap: 8px; margin-bottom: 36px; }
.chip {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--concrete);
  background: transparent; border: 1px solid var(--chalk-edge);
  padding: 12px 18px; text-align: left;
  display: flex; align-items: center; gap: 12px;
  transition: border-color var(--dur-fast), color var(--dur-fast), background var(--dur-fast);
}
.chip:hover { border-color: var(--matte); color: var(--matte); }
.chip.active {
  background: var(--matte); border-color: var(--matte); color: var(--chalk);
}
.chip-num { color: var(--sodium); flex-shrink: 0; }
.chip.active .chip-num { color: var(--sodium); }

.intake-response {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--concrete); line-height: 1.8;
}

/* Form */
.form-wrap { position: relative; }
form { display: flex; flex-direction: column; gap: 0; }
.field { margin-bottom: 14px; }
.field label {
  font-family: var(--ff-mono); font-size: 0.65rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--concrete);
  display: block; margin-bottom: 8px;
}
.field input, .field textarea {
  width: 100%; background: #fff; color: var(--matte);
  border: 1px solid var(--chalk-edge); padding: 14px 16px;
  font-family: var(--ff-body); font-size: 0.95rem; outline: none;
  transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
  border-radius: 0; appearance: none;
}
.field input:focus, .field textarea:focus {
  border-color: var(--matte);
  box-shadow: 0 0 0 3px rgba(13,13,13,.08);
}
.field textarea { resize: vertical; min-height: 130px; line-height: 1.6; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

.submit-btn {
  width: 100%; background: var(--matte); color: var(--chalk);
  border: none; padding: 18px;
  font-family: var(--ff-mono); font-weight: 500;
  font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer; margin-top: 10px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  transition: background var(--dur-fast), color var(--dur-fast);
}
.submit-btn:hover { background: var(--sodium); color: var(--matte); }
.submit-btn:disabled { opacity: .45; cursor: default; }

.form-msg { font-size: 0.82rem; margin-top: 10px; min-height: 1.3em; font-family: var(--ff-mono); }
.form-msg.ok  { color: var(--sodium); }
.form-msg.err { color: #d94b3a; }

.form-success {
  position: absolute; inset: 0; background: var(--chalk);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.5s var(--ease-out);
  text-align: center; gap: 18px;
}
.form-success.show { opacity: 1; pointer-events: all; }
.success-ring {
  width: 58px; height: 58px; border: 2px solid var(--sodium); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  animation: pop-in 0.55s var(--ease-out) both;
}
@keyframes pop-in { from { transform: scale(0); opacity: 0 } to { transform: scale(1); opacity: 1 } }
.success-ring svg { width: 24px; height: 24px; stroke: var(--sodium); stroke-width: 2.5; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.success-title { font-family: var(--ff-display); font-weight: 800; font-size: 1.3rem; }
.success-sub { font-size: 0.9rem; color: var(--concrete); max-width: 32ch; line-height: 1.6; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════════════ */
footer {
  background: var(--graphite); padding: 56px 0;
  border-top: 1px solid #2E2E2E;
}
.foot-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }

.foot-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--ff-mono); font-size: 0.75rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--chalk);
}
.foot-brand svg { width: 24px; height: 24px; }

.foot-category {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sodium-deep);
  display: flex; align-items: center; gap: 6px;
}
.foot-category::before { content: '['; }
.foot-category::after  { content: ']'; }

.foot-links { display: flex; gap: 24px; flex-wrap: wrap; }
.foot-links a {
  font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: rgba(241,239,233,.45);
  transition: color var(--dur-fast);
}
.foot-links a:hover { color: var(--chalk); }

.foot-copy {
  font-family: var(--ff-mono); font-size: 0.65rem; letter-spacing: 0.08em;
  color: rgba(241,239,233,.25); width: 100%;
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL REVEAL SYSTEM
   Easing: --ease-out throughout — no bounce, no spring (per direction).
   Rhythm: headline → sub → media, stagger 60-80ms per step.
═══════════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.75s var(--ease-out), transform 0.75s var(--ease-out);
}
.reveal.in { opacity: 1; transform: none; }

/* Lateral entrance — display type enters from left (editorial/horizontal read) */
.reveal-x {
  opacity: 0; transform: translateX(-16px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out);
}
.reveal-x.in { opacity: 1; transform: none; }

/* Hero elements — staggered rise on load (once, no repeat) */
.rise { opacity: 0; transform: translateY(18px); animation: rise 0.85s var(--ease-out) forwards; }
.d1 { animation-delay: 0.05s; }
.d2 { animation-delay: 0.18s; }
.d3 { animation-delay: 0.34s; }
.d4 { animation-delay: 0.52s; }
.d5 { animation-delay: 0.68s; }
@keyframes rise { to { opacity: 1; transform: none; } }

/* Hero headline: lateral slide-in (translateX -3% → 0) for the display type.
   Applied on top of the .rise animation via a short-lived transform override.
   Works because translateY collapses to 0 and translateX takes over. */
.hero-headline.rise {
  transform: translateY(18px) translateX(-3%);
}
@keyframes rise-x {
  from { opacity: 0; transform: translateY(18px) translateX(-3%); }
  to   { opacity: 1; transform: none; }
}
.hero-headline.rise { animation-name: rise-x; }

/* Stagger group — 60ms between children, one easing curve */
.stagger > * {
  opacity: 0; transform: translateY(20px);
  transition: opacity 0.62s var(--ease-out), transform 0.62s var(--ease-out);
}
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > :nth-child(1) { transition-delay: 0s; }
.stagger.in > :nth-child(2) { transition-delay: 0.06s; }
.stagger.in > :nth-child(3) { transition-delay: 0.12s; }
.stagger.in > :nth-child(4) { transition-delay: 0.18s; }
.stagger.in > :nth-child(5) { transition-delay: 0.24s; }

/* Stagger — within-section rhythm for label → h2 → sub → media.
   .reveal elements inside a section get progressive delays when the
   section enters. Applied via sibling combinator on .reveal + .reveal. */
.reveal + .reveal { transition-delay: 0.08s; }
.reveal + .reveal + .reveal { transition-delay: 0.16s; }

/* ═══════════════════════════════════════════════════════════════
   B4 MOTION POLISH
   Rule: transforms + opacity only — no layout-thrashing properties.
   will-change used sparingly and only on elements actively animating.
═══════════════════════════════════════════════════════════════ */

/* Work grid tiles — scroll reveal: opacity + 8px rise, staggered ~60ms */
.wg-cell {
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
}
.wg-cell.in { opacity: 1; transform: none; }

/* Stagger the grid cells on reveal (JS adds .in to each via initWorkTiles) */
.work-grid.in .wg-cell:nth-child(1) { transition-delay: 0s; }
.work-grid.in .wg-cell:nth-child(2) { transition-delay: 0.06s; }
.work-grid.in .wg-cell:nth-child(3) { transition-delay: 0.12s; }
.work-grid.in .wg-cell:nth-child(4) { transition-delay: 0.18s; }
.work-grid.in .wg-cell:nth-child(5) { transition-delay: 0.24s; }
.work-grid.in .wg-cell:nth-child(6) { transition-delay: 0.30s; }
.work-grid.in .wg-cell:nth-child(7) { transition-delay: 0.36s; }

/* Work grid hover — sodium wash + restrained scale (flat color, not 3D) */
.wg-cell { will-change: opacity, transform; }
.wg-cell:hover img {
  transform: scale(1.02);
  filter: brightness(0.85);
  transition: transform 0.5s var(--ease-out), filter 0.25s var(--ease-out);
}

/* Partner tile hover — sodium hairline border animates in */
.partner-tile {
  transition: border-color var(--dur-med) var(--ease-out),
              background var(--dur-fast) var(--ease-out);
}
/* already defined; ensuring easing is --ease-out (not default ease) */

/* Services card hover — one easing curve */
.svc-card {
  transition: background var(--dur-med) var(--ease-out);
}
.svc-card::before {
  transition: opacity var(--dur-med) var(--ease-out);
}
.svc-num {
  transition: transform var(--dur-med) var(--ease-out);
}

/* Hero bg: will-change for parallax scroll (JS animates transform) */
.hero-bg { will-change: transform; }

/* Laptop frame: will-change during scale-in only */
.laptop-frame:not(.in) { will-change: opacity, transform; }
.laptop-frame.in { will-change: auto; }

/* Featured work tile hover — scale more restrained than grid tiles */
.work-featured img {
  transition: transform 0.7s var(--ease-out);
}
.work-featured:hover img { transform: scale(1.02); }

/* ═══════════════════════════════════════════════════════════════
   CURSOR GLOW (desktop)
═══════════════════════════════════════════════════════════════ */
#cursor-glow {
  position: fixed; top: 0; left: 0;
  width: 480px; height: 480px; margin: -240px 0 0 -240px;
  border-radius: 50%; pointer-events: none; opacity: 0; z-index: 1;
  background: radial-gradient(circle, rgba(232,185,46,.06), transparent 60%);
  mix-blend-mode: multiply; will-change: transform;
  transition: opacity 0.5s;
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .wg-cell.mc-tile { grid-column: span 2; }
}

@media (max-width: 900px) {
  .insight-grid { grid-template-columns: 1fr; gap: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; gap: 48px; }
  .story-pullquote { display: none; }
  .story-photo { aspect-ratio: 16/9; }
  .intake-grid { grid-template-columns: 1fr; gap: 48px; }
  .fact-band { grid-template-columns: 1fr; }
  .method-steps { grid-template-columns: 1fr 1fr; gap: 0; }
  .method-step + .method-step { border-left: none; padding-left: 0; }
  .method-step { border-top: 1px solid var(--chalk-edge); padding-top: 24px; margin-top: 24px; }
  .kiln-stats-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .hero-headline { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .stat-giant { font-size: clamp(3.5rem, 18vw, 6rem); }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .wg-cell.mc-tile { grid-column: span 1; }
  .method-steps { grid-template-columns: 1fr; }
  .kiln-stats-row { grid-template-columns: 1fr 1fr; }
  .chips { }
  .form-row { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .btn { width: 100%; justify-content: center; }
  .foot-inner { flex-direction: column; align-items: flex-start; }
  .story-photo { aspect-ratio: 4/3; }
}

/* ═══════════════════════════════════════════════════════════════
   REDUCED MOTION
═══════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .rise, .reveal, .reveal-x, .stagger > *, .j-stop, .wg-cell {
    opacity: 1 !important; transform: none !important;
  }
  #cursor-glow { display: none; }
  .hero-rule { transform: scaleX(1); }
  .laptop-frame { opacity: 1; transform: none; }
  .stat-giant { transition: none; }

  /* FIX 1 — Hero reduced-motion: hide the <video> entirely,
     show the static poster <img> instead.
     The .hero-bg-poster img is added in HTML alongside the video. */
  .hero-bg video { display: none !important; }
  .hero-bg .hero-bg-poster { display: block !important; }
}
