/* ============================================================
   BUNZO — Aixor-style marketing/production agency landing
   Type: Urbanist + Arapey · Accent: coral #f35a38 · Dark brand
   ============================================================ */
:root {
  --ink: #0d0d0f;
  --ink-2: #141418;
  --ink-3: #1b1b20;
  --paper: #f4f2ec;
  --dim: #a3a199;
  --coral: #f35a38;
  --coral-soft: #ff7a5c;
  --sky: #82a9c9;
  --clay: #c8995f;
  --moss: #9aa15b;
  --line: rgba(244, 242, 236, 0.10);
  --r: 16px;
  --r-lg: 28px;
  --pill: 99px;
  --maxw: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--paper);
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--coral); color: #fff; }
::-webkit-scrollbar { width: 0; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.serif { font-family: "Arapey", Georgia, serif; font-style: italic; font-weight: 400; }
.coral { color: var(--coral); }

/* eyebrow / subtitle */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--dim);
}
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 14px var(--coral); }

/* buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px; border-radius: var(--pill);
  font-weight: 700; font-size: 15px; letter-spacing: 0.01em;
  transition: transform 0.3s var(--ease), background 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--coral); color: #fff; }
.btn-primary:hover { background: var(--coral-soft); transform: translateY(-3px); }
.btn-ghost { border-color: var(--line); color: var(--paper); }
.btn-ghost:hover { border-color: var(--paper); transform: translateY(-3px); }
.btn .ico { width: 18px; height: 18px; }

/* section heads */
section { position: relative; }
.sec { padding: 110px 0; }
.sec-head { max-width: 720px; margin-bottom: 56px; }
.sec-head h2 { font-size: clamp(34px, 5vw, 60px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin-top: 18px; }
.sec-head p { color: var(--dim); margin-top: 18px; font-size: 18px; }

/* ---------- header ---------- */
.hdr {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 32px;
  backdrop-filter: blur(12px);
  background: linear-gradient(var(--ink), rgba(13,13,15,0.4));
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s, background 0.3s, padding 0.3s;
}
.hdr.scrolled { padding: 12px 32px; border-color: var(--line); background: rgba(13,13,15,0.85); }
.hdr .logo { height: 46px; width: auto; }
.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-weight: 600; font-size: 15px; color: var(--dim); transition: color 0.25s; }
.nav a:hover { color: var(--paper); }
.hdr .btn { padding: 12px 22px; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; }
.burger span { width: 26px; height: 2px; background: var(--paper); }

/* ---------- hero ---------- */
.hero { padding: 170px 0 90px; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 {
  font-size: clamp(44px, 6.4vw, 88px); font-weight: 800; line-height: 0.98; letter-spacing: -0.03em; margin: 22px 0 0;
}
.hero h1 .serif { font-size: 1.02em; letter-spacing: -0.01em; }
.hero p.lead { color: var(--dim); font-size: 19px; max-width: 500px; margin: 26px 0 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 54px; }
.hero-stats .num { font-size: 34px; font-weight: 800; letter-spacing: -0.02em; }
.hero-stats .lbl { color: var(--dim); font-size: 14px; }

.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5;
  box-shadow: 0 40px 100px -30px rgba(243,90,56,0.5); border: 1px solid var(--line);
}
.hero-visual .frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -26px; bottom: 40px;
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r);
  padding: 18px 22px; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 20px 50px -20px #000;
}
.hero-badge .play { width: 46px; height: 46px; border-radius: 50%; background: var(--coral); display: grid; place-items: center; color: #fff; font-size: 16px; }
.hero-badge b { display: block; font-size: 15px; }
.hero-badge span { color: var(--dim); font-size: 13px; }

/* ---------- marquee ---------- */
.marquee-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; overflow: hidden; }
.marquee { display: inline-flex; white-space: nowrap; animation: scroll 26s linear infinite; }
.marquee span { font-family: "Arapey", serif; font-style: italic; font-size: 30px; padding: 0 32px; color: var(--dim); }
.marquee span::after { content: "✦"; color: var(--coral); margin-left: 64px; font-style: normal; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- services ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--ink-2); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 36px 32px; transition: transform 0.4s var(--ease), border-color 0.3s, background 0.3s;
}
.card:hover { transform: translateY(-8px); border-color: rgba(243,90,56,0.5); background: var(--ink-3); }
.card .n { font-family: "Arapey", serif; font-style: italic; color: var(--coral); font-size: 20px; }
.card h3 { font-size: 24px; font-weight: 700; margin: 16px 0 10px; }
.card p { color: var(--dim); font-size: 16px; }
.card .arrow { margin-top: 22px; color: var(--coral); font-weight: 700; opacity: 0; transform: translateX(-6px); transition: 0.3s var(--ease); }
.card:hover .arrow { opacity: 1; transform: translateX(0); }

/* ---------- about + stats ---------- */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about .big { font-size: clamp(28px, 3.4vw, 44px); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.stat { border: 1px solid var(--line); border-radius: var(--r); padding: 30px; background: var(--ink-2); }
.stat .num { font-size: 46px; font-weight: 800; letter-spacing: -0.03em; }
.stat .num .coral { font-family: "Arapey", serif; font-style: italic; }
.stat .lbl { color: var(--dim); margin-top: 4px; }

/* ---------- work ---------- */
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.work-item { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/10; border: 1px solid var(--line); }
.work-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.work-item:hover img { transform: scale(1.06); }
.work-item .ov {
  position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px;
  background: linear-gradient(transparent 35%, rgba(13,13,15,0.92)); transition: 0.4s;
}
.work-item .cat { color: var(--coral); font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; }
.work-item h3 { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; margin-top: 6px; }
.work-item .view { position: absolute; top: 24px; right: 24px; width: 52px; height: 52px; border-radius: 50%; background: var(--coral); display: grid; place-items: center; color: #fff; font-size: 18px; transform: scale(0); transition: 0.4s var(--ease); }
.work-item:hover .view { transform: scale(1); }

/* ---------- testimonials band ---------- */
.band { border-radius: var(--r-lg); overflow: hidden; position: relative; padding: 80px 56px; border: 1px solid var(--line); }
.band::before { content: ""; position: absolute; inset: 0; background: url("assets/flare.jpg") center/cover; opacity: 0.5; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(13,13,15,0.6), rgba(13,13,15,0.75)); }
.band > * { position: relative; }
.quote { font-family: "Arapey", serif; font-style: italic; font-size: clamp(26px, 3.6vw, 44px); line-height: 1.3; max-width: 900px; }
.quote-by { margin-top: 28px; color: var(--dim); font-weight: 600; }

/* ---------- CTA ---------- */
.cta { text-align: center; }
.cta h2 { font-size: clamp(40px, 7vw, 96px); font-weight: 800; line-height: 0.98; letter-spacing: -0.03em; }
.cta p { color: var(--dim); font-size: 19px; margin: 22px auto 36px; max-width: 520px; }

/* ---------- footer ---------- */
.ft { border-top: 1px solid var(--line); padding: 80px 0 40px; }
.ft-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.ft .logo { height: 90px; width: auto; margin-bottom: 22px; }
.ft p.about { color: var(--dim); max-width: 320px; }
.ft h4 { font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--dim); margin-bottom: 18px; }
.ft ul { list-style: none; }
.ft ul li { margin-bottom: 11px; }
.ft ul a { color: var(--paper); opacity: 0.8; transition: 0.25s; }
.ft ul a:hover { opacity: 1; color: var(--coral); }
.ft-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 64px; padding-top: 28px; border-top: 1px solid var(--line); color: var(--dim); font-size: 14px; flex-wrap: wrap; gap: 14px; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .about { grid-template-columns: 1fr; gap: 40px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .work-grid { grid-template-columns: 1fr; }
  .ft-top { grid-template-columns: 1fr 1fr; }
  .hero-visual { order: -1; }
}
@media (max-width: 620px) {
  .nav { display: none; }
  .burger { display: flex; }
  .cards, .stats, .ft-top { grid-template-columns: 1fr; }
  .hero-stats { gap: 26px; }
  .sec { padding: 80px 0; }
  .band { padding: 48px 26px; }
}
@media (prefers-reduced-motion: reduce) { .marquee { animation: none; } .reveal { opacity: 1; transform: none; } }

/* ===== video backgrounds ===== */
.media-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero { overflow: hidden; }
.hero > .wrap { position: relative; z-index: 2; }
.hero-veil { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, rgba(13,13,15,0.94), rgba(13,13,15,0.7) 55%, rgba(13,13,15,0.45)); }
.hero-visual .frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.ft { position: relative; overflow: hidden; }
.ft > .wrap { position: relative; z-index: 2; }
.ft-veil { position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(rgba(13,13,15,0.80), rgba(13,13,15,0.92)); }

/* =====================================================================
   v3 — Tegas type · glassy/glossy glass texture · icy light-blue accent
   ===================================================================== */
:root {
  --coral: #cfe7f5;          /* light blue, near white */
  --coral-soft: #eaf5fd;
  --accent-rgb: 207, 231, 245;
}
::selection { background: var(--coral); color: #0d0d0f; }

/* ---- tegas typography ---- */
.serif { font-family: "Sora","Urbanist",sans-serif !important; font-style: normal !important; font-weight: 800 !important; letter-spacing: -0.02em; }
.hero h1, .sec-head h2, .cta h2, .about .big, .work-item h3, .card h3,
.stat .num, .hero-stats .num, .quote {
  font-family: "Sora","Urbanist",sans-serif; font-weight: 800; letter-spacing: -0.035em;
}
.quote { font-style: normal; }
.hero h1 { letter-spacing: -0.045em; }
.marquee span { font-family: "Sora","Urbanist",sans-serif; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: 0.01em; }
.marquee span::after { font-weight: 400; }
.eyebrow { font-weight: 700; }

/* ---- glass: header ---- */
.hdr { background: rgba(13,13,15,0.42); -webkit-backdrop-filter: blur(20px) saturate(150%); backdrop-filter: blur(20px) saturate(150%); }
.hdr.scrolled { background: rgba(13,13,15,0.62); border-color: rgba(255,255,255,0.12); }

/* ---- glass + glossy flare: all buttons ---- */
.btn {
  background: rgba(255,255,255,0.07);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
  backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.20);
  color: var(--paper);
  position: relative; overflow: hidden; isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), inset 0 -10px 22px rgba(0,0,0,0.22), 0 14px 36px -14px rgba(0,0,0,0.6);
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.btn-primary {
  background: linear-gradient(160deg, rgba(var(--accent-rgb),0.42), rgba(var(--accent-rgb),0.14));
  border-color: rgba(var(--accent-rgb),0.55);
  color: #0c1116; text-shadow: none;
}
.btn-primary:hover { background: linear-gradient(160deg, rgba(var(--accent-rgb),0.58), rgba(var(--accent-rgb),0.2)); transform: translateY(-3px); }
.btn-ghost { color: var(--paper); }
.btn-ghost:hover { border-color: rgba(var(--accent-rgb),0.7); transform: translateY(-3px); }
/* glossy top sheen */
.btn::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: -1;
  background: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0) 45%);
  mix-blend-mode: screen; opacity: 0.7;
}
/* sweeping flare */
.btn::before {
  content: ""; position: absolute; top: -10%; left: -70%; width: 55%; height: 120%; pointer-events: none; z-index: -1;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-18deg); transition: left 0.65s var(--ease);
}
.btn:hover::before { left: 130%; }

/* ---- glass: cards / stats / badge / band / round buttons ---- */
.card, .stat, .hero-badge {
  background: rgba(255,255,255,0.045);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 18px 50px -24px rgba(0,0,0,0.7);
}
.card:hover { border-color: rgba(var(--accent-rgb),0.55); background: rgba(255,255,255,0.08); }
.hero-visual .frame { box-shadow: 0 40px 110px -34px rgba(var(--accent-rgb),0.5); border-color: rgba(255,255,255,0.18); }

.hero-badge .play, .work-item .view, .hero-badge .play {
  background: linear-gradient(160deg, rgba(var(--accent-rgb),0.45), rgba(var(--accent-rgb),0.12));
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.35); color: #0c1116;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}
.work-item .view { color: #0c1116; }

/* band gets a glass card feel */
.band { -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-color: rgba(255,255,255,0.14); }

/* =====================================================================
   v4 — script highlights · pure black · laurels marquee · glass-edge beam
   ===================================================================== */
:root { --ink: #000000; --ink-2: #060608; --ink-3: #0c0c0e; }
body { background: #000; }
.hdr { background: rgba(0,0,0,0.5); }
.hdr.scrolled { background: rgba(0,0,0,0.72); }

/* 1) highlighted (light-blue) text -> flowing cursive script */
.serif, .card .n, .stat .num .coral, .hero-stats .num .coral {
  font-family: "Dancing Script", cursive !important;
  font-weight: 700 !important; font-style: normal !important;
  text-transform: none !important; letter-spacing: 0 !important;
}
.hero h1 .serif, .cta h2 .serif, .about .big .serif { font-size: 1.18em; line-height: 0.85; padding: 0 0.04em; }

/* 2) laurels marquee (festival achievements), looping right -> left */
.laurels-wrap { padding: 22px 0; background: #000; }
.laurels { animation-duration: 46s; align-items: center; }
.laurel {
  height: 64px; width: auto; flex: 0 0 auto; padding: 0 34px;
  filter: invert(1) brightness(1.7); opacity: 0.78; transition: opacity 0.3s;
}
.laurel:hover { opacity: 1; }

/* 3) revolving shiny glass-edge beam around every box/card
      (a bright light point travels around the rounded border) */
@property --beam { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
.card, .stat, .work-item, .hero-visual .frame, .hero-badge { position: relative; }
.card::before, .stat::before, .work-item::before,
.hero-visual .frame::before, .hero-badge::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px;
  background: conic-gradient(from var(--beam),
    transparent 0deg, transparent 215deg,
    rgba(207,231,245,0.12) 280deg, #ffffff 332deg, rgba(207,231,245,0.65) 350deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: beam 5.5s linear infinite; pointer-events: none; z-index: 4;
}
.stat::before { animation-duration: 6.5s; }
.work-item::before { animation-duration: 7s; }
.hero-visual .frame::before { animation-duration: 8s; }
@keyframes beam { to { --beam: 360deg; } }

/* =====================================================================
   v5 — highlights bold (not cursive) · glossy-glass shiny slider
   ===================================================================== */
/* highlighted accents: bold sans, keep light-blue */
.serif, .card .n, .stat .num .coral, .hero-stats .num .coral {
  font-family: "Sora","Urbanist",sans-serif !important;
  font-style: normal !important; font-weight: 800 !important;
  letter-spacing: -0.03em !important;
}
.hero h1 .serif, .cta h2 .serif, .about .big .serif { font-size: 1em; line-height: inherit; padding: 0; }

/* glossy-glass shiny animated slider (replaces laurels) */
.glass-slider { padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.glass-track { animation-duration: 32s; align-items: center; }
.chip {
  flex: 0 0 auto; margin: 0 11px; padding: 15px 34px; border-radius: 99px;
  font-family: "Sora","Urbanist",sans-serif; font-weight: 700; font-size: 17px;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--paper);
  white-space: nowrap; position: relative; overflow: hidden; isolation: isolate;
  background: rgba(255,255,255,0.06);
  -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), inset 0 -8px 18px rgba(0,0,0,0.25), 0 14px 34px -14px rgba(0,0,0,0.6);
  text-shadow: 0 1px 2px rgba(0,0,0,0.35);
}
.chip:nth-child(even) {
  background: linear-gradient(160deg, rgba(207,231,245,0.28), rgba(207,231,245,0.08));
  border-color: rgba(207,231,245,0.45); color: #eef7fd;
}
.chip::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: -1;
  background: linear-gradient(rgba(255,255,255,0.42), rgba(255,255,255,0) 50%); mix-blend-mode: screen; opacity: 0.65;
}
.chip::before {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%; pointer-events: none; z-index: -1;
  background: linear-gradient(110deg, transparent, rgba(255,255,255,0.6), transparent); transform: skewX(-18deg);
  animation: chipshine 3s ease-in-out infinite;
}
.chip:nth-child(3n)::before { animation-delay: 1s; }
.chip:nth-child(3n+1)::before { animation-delay: 2s; }
@keyframes chipshine { 0%, 55% { left: -130%; } 100% { left: 170%; } }

/* =====================================================================
   v6 — intro splash · glass motto · full-bleed quote · ventures · modals
   ===================================================================== */
/* intro splash */
.intro { position: relative; height: 100svh; overflow: hidden; z-index: 30; background: #000; }
.intro .media-bg { z-index: 0; }
.intro-veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.7)); }
.intro-logo { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); height: 84px; width: auto; z-index: 3; }
.intro-foot { position: absolute; left: 40px; bottom: 44px; z-index: 3; }
.intro-name { font-family: "Sora",sans-serif; font-weight: 800; font-size: clamp(40px,7vw,86px); line-height: 0.9; letter-spacing: -0.04em; }
.intro-motto { position: relative; display: inline-block; margin-top: 18px; padding: 13px 26px; border-radius: 99px; overflow: hidden; isolation: isolate;
  background: rgba(255,255,255,0.07); -webkit-backdrop-filter: blur(16px) saturate(160%); backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.22); box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), 0 12px 30px -12px rgba(0,0,0,0.6); }
.intro-motto .gt { font-family: "Sora",sans-serif; font-weight: 700; font-size: clamp(15px,2vw,21px); letter-spacing: 0.02em; color: #eaf5fd; }
.intro-motto::after { content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; z-index:-1; background: linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0) 50%); mix-blend-mode:screen; opacity:0.6; }
.intro-motto::before { content:""; position:absolute; top:0; left:-130%; width:55%; height:100%; pointer-events:none; z-index:-1; background: linear-gradient(110deg, transparent, rgba(255,255,255,0.6), transparent); transform: skewX(-18deg); animation: chipshine 3s ease-in-out infinite; }
.intro-scroll { position: absolute; right: 40px; bottom: 44px; z-index: 3; font-family:"Sora",sans-serif; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--dim); display: flex; align-items: center; gap: 10px; }
.intro-scroll span { display: inline-block; animation: bobv 1.6s ease-in-out infinite; }
@keyframes bobv { 50% { transform: translateY(6px); } }

/* header hidden until scrolled past intro */
.hdr { opacity: 0; transform: translateY(-100%); pointer-events: none; transition: opacity .4s var(--ease), transform .4s var(--ease), background .3s, padding .3s; }
.hdr.show { opacity: 1; transform: none; pointer-events: auto; }

/* full-bleed testimonial */
.sec-flush { padding: 60px 0; }
.sec-flush .band { border-radius: 0; border-left: 0; border-right: 0; padding: 90px 8vw; }
.sec-flush .quote { color: #ffffff; max-width: 1100px; }
.sec-flush .quote-by { color: #d7d4cc; }

/* ventures cards */
.venture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.venture { position: relative; border-radius: var(--r-lg); overflow: hidden; isolation: isolate; aspect-ratio: 16/9;
  border: 1px solid rgba(255,255,255,0.14); display: block; transition: transform .4s var(--ease), border-color .3s; }
.venture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; transition: opacity .4s, transform .6s var(--ease); }
.venture:hover { transform: translateY(-8px); border-color: rgba(207,231,245,0.6); }
.venture:hover img { opacity: 0.7; transform: scale(1.05); }
.venture::after { content:""; position:absolute; inset:0; z-index:1; background: linear-gradient(120deg, rgba(0,0,0,0.7), rgba(0,0,0,0.25) 60%, rgba(207,231,245,0.12)); }
.venture::before { content:""; position:absolute; top:0; left:-130%; width:50%; height:100%; z-index:2; pointer-events:none; background: linear-gradient(110deg, transparent, rgba(255,255,255,0.35), transparent); transform: skewX(-18deg); transition: left .7s var(--ease); }
.venture:hover::before { left: 140%; }
.venture-ov { position: absolute; z-index: 3; left: 0; bottom: 0; padding: 30px; }
.venture-ov h3 { font-family:"Sora",sans-serif; font-weight: 800; font-size: 28px; letter-spacing: -0.02em; }
.venture-ov p { color: #cfcdc6; margin-top: 6px; max-width: 360px; }
.venture-go { display: inline-block; margin-top: 14px; color: var(--coral); font-weight: 700; }

/* modals */
.modal { position: fixed; inset: 0; z-index: 120; display: none; align-items: center; justify-content: center; padding: 24px;
  background: rgba(0,0,0,0.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.modal.open { display: flex; }
.glass-card { position: relative; width: min(760px, 100%); max-height: 88vh; overflow-y: auto; border-radius: var(--r-lg); padding: 46px;
  background: rgba(18,18,22,0.7); -webkit-backdrop-filter: blur(24px) saturate(150%); backdrop-filter: blur(24px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.16); box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 40px 100px -30px #000; }
.modal-x { position: absolute; top: 18px; right: 18px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.06); color: var(--paper); cursor: pointer; font-size: 15px; }
.modal-x:hover { background: rgba(255,255,255,0.14); }
.modal-h { font-family:"Sora",sans-serif; font-weight: 800; font-size: clamp(28px,4vw,46px); letter-spacing: -0.03em; margin: 14px 0 18px; line-height: 1.04; }
.glass-card p { color: var(--dim); margin-bottom: 16px; }
.modal-ventures { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.modal-venture { display: block; padding: 22px; border-radius: var(--r); border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.04); transition: .3s; }
.modal-venture:hover { border-color: rgba(207,231,245,0.5); background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.modal-venture b { display: block; font-family:"Sora",sans-serif; font-size: 19px; }
.modal-venture span { display: block; color: var(--dim); font-size: 15px; margin: 8px 0; }
.modal-venture em { color: var(--coral); font-style: normal; font-weight: 700; font-size: 14px; }

/* video lightbox */
.vid-shell { width: min(1100px, 100%); }
.vid-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; gap: 12px; }
.vid-title { font-family:"Sora",sans-serif; font-weight: 700; letter-spacing: 0.02em; }
.vid-actions { display: flex; gap: 10px; }
.btn-sm { padding: 10px 18px; font-size: 13px; }
#vidPlayer { width: 100%; border-radius: var(--r-lg); border: 1px solid rgba(255,255,255,0.16); background: #000; max-height: 80vh; }

/* portfolio grid in modal */
.portfolio-card { width: min(1000px, 100%); }
.pf-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; margin-top: 24px; }
.pf-grid .work-item { aspect-ratio: 16/10; }
@media (max-width: 720px) {
  .venture-grid, .modal-ventures, .pf-grid { grid-template-columns: 1fr; }
  .intro-foot { left: 24px; bottom: 30px; }
  .intro-scroll { right: 24px; bottom: 30px; }
  .sec-flush .band { padding: 60px 24px; }
}

/* =====================================================================
   v7 — intro: logo above wordmark (left-aligned) · giant BUNZO (~6x)
   ===================================================================== */
.intro-logo {
  position: static; transform: none; left: auto; top: auto;
  display: block; height: 96px; width: auto; margin: 0 0 18px;
}
.intro-foot { left: 48px; bottom: 48px; right: 48px; }
.intro-name {
  font-size: clamp(96px, 30vw, 480px);
  line-height: 0.78; letter-spacing: -0.05em;
}
@media (max-width: 720px) {
  .intro-logo { height: 64px; margin-bottom: 12px; }
  .intro-name { font-size: clamp(72px, 36vw, 240px); }
  .intro-foot { left: 24px; right: 24px; bottom: 30px; }
}

/* =====================================================================
   v8 — force slider motion · coloured venture lens shadows · intro tweaks
   ===================================================================== */
/* 1) venture cards: red glass-lens shadow (Sotoi) + lime green (Stobo) */
.venture-grid .venture:nth-child(1) {
  border-color: rgba(232,58,42,0.4);
  box-shadow: 0 30px 80px -22px rgba(232,58,42,0.6), inset 0 1px 0 rgba(255,255,255,0.18);
}
.venture-grid .venture:nth-child(1):hover { border-color: rgba(232,58,42,0.8); box-shadow: 0 44px 110px -22px rgba(232,58,42,0.85), inset 0 1px 0 rgba(255,255,255,0.25); }
.venture-grid .venture:nth-child(1) .venture-go { color: #ff6a4d; }
.venture-grid .venture:nth-child(2) {
  border-color: rgba(163,230,53,0.4);
  box-shadow: 0 30px 80px -22px rgba(163,230,53,0.55), inset 0 1px 0 rgba(255,255,255,0.18);
}
.venture-grid .venture:nth-child(2):hover { border-color: rgba(163,230,53,0.85); box-shadow: 0 44px 110px -22px rgba(163,230,53,0.8), inset 0 1px 0 rgba(255,255,255,0.25); }
.venture-grid .venture:nth-child(2) .venture-go { color: #bef264; }

/* 2) force the glass slider to move (override reduced-motion) */
.glass-track { animation: glassmove 30s linear infinite !important; }
@keyframes glassmove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* 3) intro: zoom video so burned-in subtitle is cropped out + shrink wordmark 2x */
.intro .media-bg { transform: scale(1.34); transform-origin: 50% 36%; }
.intro-name { font-size: clamp(56px, 15vw, 240px); line-height: 0.82; }
@media (max-width: 720px) { .intro-name { font-size: clamp(46px, 18vw, 130px); } }

/* =====================================================================
   v9 — ambient moving blue light on the black background
   ===================================================================== */
.bg-glow {
  position: fixed; inset: -25%; z-index: 0; pointer-events: none;
  opacity: 0.5; mix-blend-mode: screen; filter: blur(20px);
  background:
    radial-gradient(38% 38% at 22% 28%, rgba(130,169,201,0.55), transparent 70%),
    radial-gradient(34% 34% at 78% 62%, rgba(207,231,245,0.42), transparent 70%),
    radial-gradient(30% 30% at 55% 90%, rgba(130,169,201,0.35), transparent 70%);
  animation: glowdrift 22s ease-in-out infinite alternate;
}
@keyframes glowdrift {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(4%, -3%) scale(1.08); }
  100% { transform: translate(-4%, 4%) scale(1.04); }
}
/* keep page content above the glow */
.hdr, .intro, .hero, .marquee-wrap, .sec, .sec-flush, .ft, .modal { position: relative; z-index: 1; }
.hdr { z-index: 50; }
.intro { z-index: 30; }
.modal { z-index: 120; }

/* =====================================================================
   v10 — clients · achievements (white laurels) · full-bleed ventures · perf
   ===================================================================== */
/* FIX FREEZE: the animated full-screen blur was killing the GPU */
.bg-glow { filter: none; will-change: transform; }

/* clients (placeholder logos until real ones arrive) */
.client-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.client-logo {
  display: grid; place-items: center; height: 110px; border-radius: var(--r);
  background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.12);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  color: var(--dim); font-family: "Sora",sans-serif; font-weight: 600; letter-spacing: 0.04em; font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

/* achievements — all laurels white on transparent */
.laurel-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px 24px; align-items: center; justify-items: center; }
.laurel-w { height: 92px; width: auto; filter: invert(1) brightness(1.9); opacity: 0.9; transition: opacity .3s, transform .3s var(--ease); }
.laurel-w:hover { opacity: 1; transform: scale(1.06); }
@media (max-width: 900px) { .laurel-grid { grid-template-columns: repeat(3, 1fr); } .client-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .laurel-grid { grid-template-columns: repeat(2, 1fr); } }

/* ventures full-bleed 50/50, larger */
#ventures .venture-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; width: 100%; }
#ventures .venture { aspect-ratio: auto; height: clamp(360px, 58vh, 660px); border-radius: 0; }
@media (max-width: 720px) { #ventures .venture-grid { grid-template-columns: 1fr; } #ventures .venture { height: 56vh; } }

/* =====================================================================
   v11 — PERFORMANCE: stop the freeze (heavy continuous paints)
   ===================================================================== */
/* 1) glass-edge beam: was animating @property conic on ~18 cards every frame
      (huge paint cost). Now it only revolves on hover -> max 1 at a time. */
.card::before, .stat::before, .work-item::before,
.hero-visual .frame::before, .hero-badge::before { animation: none !important; }
.card:hover::before, .stat:hover::before, .work-item:hover::before,
.hero-visual .frame:hover::before, .hero-badge:hover::before {
  animation: beam 5s linear infinite !important;
}

/* 2) shines: animate transform (GPU) instead of `left` (layout/paint) */
.chip::before, .intro-motto::before { left: 0 !important; animation-name: shineX !important; }
@keyframes shineX {
  0%, 55% { transform: translateX(-260%) skewX(-18deg); }
  100%    { transform: translateX(360%) skewX(-18deg); }
}

/* 3) glow: composite-friendly */
.bg-glow { will-change: transform; }

/* =====================================================================
   v12 — FIX modal freeze: drop full-screen backdrop-filter blur
   (blurring the live animated/video page every frame froze the tab)
   ===================================================================== */
.modal { -webkit-backdrop-filter: none !important; backdrop-filter: none !important; background: rgba(0,0,0,0.88) !important; }
.glass-card {
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  background: #131318 !important;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 40px 100px -30px #000;
}

/* =====================================================================
   v13 — FIX modal stuck: a v9 rule accidentally set .modal to
   position:relative (it must be fixed, or it renders below the footer
   while body scroll is locked -> appears frozen).
   ===================================================================== */
.modal { position: fixed !important; inset: 0 !important; z-index: 120 !important; }

/* =====================================================================
   v14 — client logo wall: clean light tiles (handles white-bg/colour/dark)
   ===================================================================== */
.client-grid { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.client-logo {
  height: 100px; border-radius: 14px; display: grid; place-items: center; padding: 16px 22px;
  background: #ffffff !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 34px -18px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.6);
  font-size: 0; transition: transform .3s var(--ease);
}
.client-logo img { max-height: 64px; max-width: 100%; object-fit: contain; }
.client-logo:hover { transform: translateY(-5px); }
@media (max-width: 900px) { .client-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .client-grid { grid-template-columns: repeat(2, 1fr); } }

/* =====================================================================
   v15 — laurels uniform white (any source) · bigger client logos
   ===================================================================== */
/* brightness(0)+invert(1) => every laurel becomes pure white regardless of
   whether its source art was black or white (alpha preserved) */
.laurel-w { filter: brightness(0) invert(1) !important; opacity: 0.92; }
.laurel-w:hover { opacity: 1; }

/* zoom client logos so they read big & clear (Bank Mega as the benchmark) */
.client-logo { height: 116px; padding: 12px 18px; }
.client-logo img { max-height: 82px; max-width: 92%; }

/* =====================================================================
   v16 — subpages (about.html / work.html)
   ===================================================================== */
.subpage-hero { padding-top: 150px; }
.back-link { display: inline-block; margin-bottom: 26px; color: var(--dim); font-family: "Sora",sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.04em; transition: color .25s; }
.back-link:hover { color: var(--coral); }
.about-body { max-width: 780px; margin-top: 8px; }
.about-body p { color: var(--dim); font-size: 19px; line-height: 1.75; margin-bottom: 18px; }
.work-grid-3 { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
@media (max-width: 900px) { .work-grid-3 { grid-template-columns: 1fr; } }

/* =====================================================================
   v17 — new laurel (15) + much bigger client logos (Bank Mega excepted)
   ===================================================================== */
.client-logo { height: 190px; padding: 12px 18px; }
.client-logo img { max-height: 160px; max-width: 94%; }
/* Bank Mega already fills nicely — keep it at its current size */
.client-logo img[src*="bankmega"] { max-height: 84px; max-width: 74%; }
@media (max-width: 900px) { .client-logo { height: 150px; } .client-logo img { max-height: 120px; } }

/* =====================================================================
   v18 — client tiles: white frosted glass + revolving edge-shine (hover)
   (same beam as the .card in "What we do", but on a white/glass tile)
   ===================================================================== */
.client-logo {
  background: linear-gradient(158deg, rgba(255,255,255,0.92), rgba(235,242,250,0.74)) !important;
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  border: 1px solid rgba(255,255,255,0.55) !important;
  box-shadow:
    inset 0 2px 1px rgba(255,255,255,0.95),
    inset 0 -14px 26px rgba(150,180,215,0.16),
    0 22px 46px -22px rgba(0,0,0,0.75) !important;
  position: relative; overflow: hidden; isolation: isolate;
}
.client-logo img { position: relative; z-index: 1; }
/* revolving glass edge-shine (blue glint, visible on white), on hover */
.client-logo::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 2px; z-index: 2; pointer-events: none;
  background: conic-gradient(from var(--beam),
    transparent 0deg, transparent 215deg,
    rgba(130,169,201,0.45) 288deg, rgba(86,135,200,0.95) 335deg, rgba(130,169,201,0.4) 352deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: none;
}
.client-logo:hover::before { animation: beam 5s linear infinite; }

/* =====================================================================
   v19 — "Roll the reel" full-width video carousel
   ===================================================================== */
.reel { position: relative; max-width: 1620px; margin: 6px auto 0; padding: 0 clamp(20px, 6vw, 96px); }
.reel-frame {
  position: relative; aspect-ratio: 16 / 9; border-radius: 28px; overflow: hidden; cursor: pointer;
  background: #000; border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 50px 120px -50px #000, inset 0 1px 0 rgba(255,255,255,0.1);
}
.reel-vid { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-ov { position: absolute; inset: 0; padding: clamp(24px, 4vw, 50px); display: flex; flex-direction: column; justify-content: flex-end;
  background: linear-gradient(transparent 42%, rgba(0,0,0,0.82)); pointer-events: none; }
.reel-ov .cat { color: var(--coral); font-family: "Sora",sans-serif; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 14px; }
.reel-ov h3 { font-family: "Sora",sans-serif; font-weight: 800; font-size: clamp(28px, 4.4vw, 56px); letter-spacing: -0.02em; margin-top: 6px; }
.reel-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0.92);
  padding: 14px 28px; border-radius: 99px; font-family: "Sora",sans-serif; font-weight: 700; letter-spacing: 0.02em;
  background: rgba(255,255,255,0.12); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.4); box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  opacity: 0; transition: opacity .3s var(--ease), transform .3s var(--ease); pointer-events: none;
}
.reel-frame:hover .reel-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.reel-nav {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6;
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; cursor: pointer;
  font-size: 26px; line-height: 1; color: var(--paper);
  background: rgba(255,255,255,0.08); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.22); box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 14px 30px -12px #000;
  transition: background .25s, transform .25s var(--ease);
}
.reel-nav:hover { background: rgba(255,255,255,0.22); }
.reel-prev { left: clamp(6px, 2.5vw, 38px); }
.reel-next { right: clamp(6px, 2.5vw, 38px); }
@media (max-width: 600px) { .reel { padding: 0 12px; } .reel-nav { width: 46px; height: 46px; font-size: 22px; } }

/* =====================================================================
   v20 — peeking carousel (next/prev video peeks behind) + LAUREL COLOR size
   ===================================================================== */
.reel { padding: 0 clamp(12px, 3vw, 44px) !important; max-width: 1700px; }
.reel-viewport { overflow: hidden; }
.reel-track { display: flex; gap: 22px; transition: transform 0.6s var(--ease); will-change: transform; }
.reel-slide {
  flex: 0 0 76%; position: relative; aspect-ratio: 16 / 9; border-radius: 26px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12); background: #000; cursor: pointer; padding: 0;
  opacity: 0.36; transform: scale(0.9); transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  box-shadow: 0 40px 90px -50px #000;
}
.reel-slide.active { opacity: 1; transform: scale(1); z-index: 2; box-shadow: 0 55px 130px -55px #000, inset 0 1px 0 rgba(255,255,255,0.1); }
.reel-slide video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-slide:not(.active) .reel-play { display: none; }
.reel-slide.active:hover .reel-play { opacity: 1; transform: translate(-50%,-50%) scale(1); }
@media (max-width: 700px) { .reel-slide { flex-basis: 86%; } }

/* LAUREL COLOR has more internal whitespace — scale it up to match others */
.laurel-w[src*="laurel-15"] { height: 142px; }
@media (max-width: 900px) { .laurel-w[src*="laurel-15"] { height: 116px; } }

/* =====================================================================
   v21 — reel full-bleed (peeks reach edges + fade) · LAUREL COLOR 1.5x more
   ===================================================================== */
.reel { max-width: none !important; padding: 0 !important; }
.reel-viewport {
  overflow: hidden;
  -webkit-mask: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.reel-track { gap: 26px; }
.reel-slide { flex: 0 0 70%; }
@media (max-width: 700px) { .reel-slide { flex-basis: 84%; } }
.reel-prev { left: clamp(24px, 5vw, 90px); }
.reel-next { right: clamp(24px, 5vw, 90px); }

/* LAUREL COLOR — 1.5x bigger than before (142 -> ~213) */
.laurel-w[src*="laurel-15"] { height: 214px; }
@media (max-width: 900px) { .laurel-w[src*="laurel-15"] { height: 168px; } }

/* =====================================================================
   v22 — Beyond BUNZO venture cards: video instead of image
   ===================================================================== */
.venture .venture-vid {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0.55; transition: opacity 0.4s, transform 0.6s var(--ease);
}
.venture:hover .venture-vid { opacity: 0.78; transform: scale(1.05); }

/* =====================================================================
   v23 — carousel titles = light blue · remove "Learn more" on service cards
   ===================================================================== */
.reel-ov h3 { color: var(--coral); }     /* light blue, not dark */
.card .arrow { display: none !important; }

/* =====================================================================
   v24 — work cards: title BELOW the video (cat tag + white title)
   ===================================================================== */
.work-item {
  display: flex !important; flex-direction: column; text-align: left; cursor: pointer;
  background: none !important; border: 0 !important; padding: 0 !important;
  aspect-ratio: auto !important; overflow: visible !important; border-radius: 0 !important;
}
.wi-frame { position: relative; display: block; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16/10; border: 1px solid var(--line); background: #000; }
.wi-frame img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s var(--ease); }
.work-item:hover .wi-frame img { transform: scale(1.05); }
.wi-frame .view { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; font-size: 20px; color: #0c1116; transform: translate(-50%,-50%) scale(0.8); opacity: 0; transition: 0.3s var(--ease); background: linear-gradient(160deg, rgba(var(--accent-rgb),0.95), rgba(var(--accent-rgb),0.7)); }
.work-item:hover .wi-frame .view { opacity: 1; transform: translate(-50%,-50%) scale(1); }
.wi-cap { padding-top: 16px; }
.wi-cap .cat { display: block; color: var(--coral); font-family: "Sora",sans-serif; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 12px; }
.wi-cap .wi-title { display: block; color: #ffffff; font-family: "Sora",sans-serif; font-weight: 800; font-size: 22px; margin-top: 7px; letter-spacing: -0.01em; line-height: 1.15; }
.photo-soon { border: 1px dashed var(--line); border-radius: var(--r-lg); padding: 80px 24px; text-align: center; color: var(--dim); font-family: "Sora",sans-serif; letter-spacing: 0.12em; text-transform: uppercase; font-size: 14px; }

/* ---- about: photo slideshow + team ---- */
.slideshow { position: relative; width: 100%; aspect-ratio: 21/9; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 50px 120px -50px #000; }
.slideshow img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.2s ease; }
.slideshow img.on { opacity: 1; }
.slideshow::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 60%, rgba(0,0,0,0.4)); pointer-events: none; }
@media (max-width: 700px) { .slideshow { aspect-ratio: 4/3; } }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.team-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--ink-2); }
.team-photo { aspect-ratio: 4/5; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.team-card:hover .team-photo img { transform: scale(1.05); }
.team-body { padding: 24px 24px 28px; }
.team-body .role { color: var(--coral); font-family: "Sora",sans-serif; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; font-size: 12px; }
.team-body h3 { font-family: "Sora",sans-serif; font-weight: 800; font-size: 24px; margin: 6px 0 12px; letter-spacing: -0.01em; }
.team-body p { color: var(--dim); font-size: 15px; line-height: 1.65; }
@media (max-width: 860px) { .team-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* =====================================================================
   v25 — re-enable the revolving glass edge-shine on the cards
   (v11 froze it to hover-only for perf; safe now — videos no longer hang
   the main thread, and we only run it on the visible service + stat cards,
   each a thin masked border ring = small paint area, staggered so they
   don't all sync). Heavy/numerous ones (work-item w/ video, client tiles)
   stay hover-only.
   ===================================================================== */
#services .card::before,
.stats .stat::before {
  animation: beam 5.5s linear infinite !important;
  will-change: contents;
}
/* stagger durations so the glints travel out of phase */
#services .card:nth-child(1)::before { animation-duration: 5.4s !important; }
#services .card:nth-child(2)::before { animation-duration: 6.6s !important; }
#services .card:nth-child(3)::before { animation-duration: 7.3s !important; }
#services .card:nth-child(4)::before { animation-duration: 6.1s !important; }
#services .card:nth-child(5)::before { animation-duration: 7.8s !important; }
#services .card:nth-child(6)::before { animation-duration: 6.9s !important; }
.stats .stat:nth-child(odd)::before  { animation-duration: 6.4s !important; }
.stats .stat:nth-child(even)::before { animation-duration: 7.5s !important; }
/* make the travelling glint a touch brighter / more "glass" */
#services .card::before {
  background: conic-gradient(from var(--beam),
    transparent 0deg, transparent 200deg,
    rgba(207,231,245,0.10) 270deg, rgba(207,231,245,0.85) 326deg,
    #ffffff 338deg, rgba(207,231,245,0.55) 350deg, transparent 360deg) !important;
}

/* =====================================================================
   v26 — edge-shine REBUILT for performance + cross-browser motion.
   The old effect animated @property --beam inside a conic-gradient = a
   full repaint every frame (heavy, and Safari often didn't render it ->
   looked frozen). This version spins a STATIC conic gradient with
   transform: rotate() (GPU-composited = cheap) and masks it to a thin
   border ring with an inset ::after. Result: a light point that truly
   travels around the border, light enough to run continuously.
   ===================================================================== */
#services .card, .stats .stat { overflow: hidden; isolation: isolate; }
#services .card > *, .stats .stat > * { position: relative; z-index: 2; }

/* the spinning gradient disc (oversized so rotation always covers corners) */
#services .card::before, .stats .stat::before {
  content: "" !important; position: absolute !important;
  inset: -60% !important; width: auto !important; height: auto !important;
  padding: 0 !important; border-radius: 0 !important; z-index: 0 !important;
  -webkit-mask: none !important; mask: none !important;
  background: conic-gradient(from 0deg,
      transparent 0deg 252deg,
      rgba(207,231,245,0.45) 300deg,
      #ffffff 324deg,
      rgba(207,231,245,0.45) 348deg,
      transparent 360deg) !important;
  animation: spin360 7s linear infinite !important;
  will-change: transform; pointer-events: none;
}
/* inner fill matches the card body -> leaves only a ~1.4px glint border */
#services .card::after, .stats .stat::after {
  content: ""; position: absolute; z-index: 1;
  inset: 1.4px; border-radius: inherit;
  background: var(--ink-2); pointer-events: none;
}
#services .card:hover::after { background: var(--ink-3); }
@keyframes spin360 { to { transform: rotate(360deg); } }

/* =====================================================================
   v27 — PERFORMANCE: drop backdrop-filter blur on large / always-visible /
   scrolling surfaces. backdrop-blur forces the browser to re-blur the live
   (video) page behind the element EVERY frame — the single most expensive
   thing on this page. On a pure-black theme the blur is barely visible, so
   we swap to solid translucent backgrounds (looks ~identical, far lighter).
   Small ephemeral blurs (splash motto, play buttons, modal) are kept.
   ===================================================================== */
.hdr {
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
  background: rgba(11,11,13,0.86) !important;
}
.hdr.scrolled {
  background: rgba(11,11,13,0.92) !important;
}
.card, .stat, .hero-badge, .btn, .band, .chip {
  -webkit-backdrop-filter: none !important; backdrop-filter: none !important;
}
/* chips keep their glassy look via bg + border + inset highlight (no blur) */
.chip { background: rgba(255,255,255,0.07) !important; }

/* hint the compositor for the elements that DO still move, and stop the
   off-screen footer bg-video work from compounding */
.glass-track { will-change: transform; }
.media-bg { will-change: auto; }

/* =====================================================================
   v28 — hero showcase: 16:9 frame + clickable (opens lightbox w/ unmute)
   ===================================================================== */
.hero-visual .frame { aspect-ratio: 16/9 !important; }
#heroVisual { cursor: pointer; }
#heroVisual .hero-badge .play { transition: transform 0.25s var(--ease), background 0.25s; }
#heroVisual:hover .hero-badge .play { transform: scale(1.12); }
#heroVisual:hover .frame { border-color: rgba(var(--accent-rgb),0.55); }
#heroVisual:focus-visible { outline: 2px solid var(--coral); outline-offset: 6px; border-radius: var(--r-lg); }

/* =====================================================================
   v29 — Photography work: categorized masonry galleries + image lightbox
   ===================================================================== */
.photo-cats { display: flex; flex-direction: column; gap: 56px; margin-top: 8px; }
.photo-cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.photo-cat-head .eyebrow { margin: 0; }
.photo-count { color: var(--dim); font-size: 13px; font-family: "Sora",sans-serif; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.photo-grid { columns: 3; column-gap: 14px; }
@media (max-width: 900px) { .photo-grid { columns: 2; } }
@media (max-width: 540px) { .photo-grid { columns: 1; } }
.photo {
  display: block; width: 100%; padding: 0; border: 0; background: none; cursor: pointer;
  break-inside: avoid; margin: 0 0 14px; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line); line-height: 0;
  transition: transform 0.35s var(--ease), border-color 0.3s, box-shadow 0.35s;
}
.photo img { width: 100%; height: auto; display: block; object-fit: cover; transition: filter 0.35s; }
.photo:hover { transform: translateY(-4px); border-color: rgba(var(--accent-rgb),0.5); box-shadow: 0 24px 50px -24px #000; }
.photo:hover img { filter: brightness(1.06); }

/* image lightbox */
#imgModal { display: none; align-items: center; justify-content: center; padding: 4vh 4vw; }
#imgModal.open { display: flex; }
#imgView { max-width: 100%; max-height: 92vh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 40px 120px -30px #000; }
.img-close { position: fixed; top: 22px; right: 22px; z-index: 5; }

/* =====================================================================
   v30 — footer legal/entity + Terms/Privacy prose pages
   ===================================================================== */
.ft-entity { color: var(--dim); font-size: 13px; line-height: 1.6; max-width: 300px; margin-top: 14px; }
.ft-entity b { color: var(--paper); font-weight: 700; }
.ft-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 22px; }
.ft-legal { display: inline-flex; gap: 20px; }
.ft-legal a { color: var(--dim); font-size: 13px; transition: color 0.25s; }
.ft-legal a:hover { color: var(--coral); }

/* legal prose (terms.html / privacy.html) */
.legal { max-width: 820px; margin-top: 8px; }
.legal h3 { font-family: "Sora",sans-serif; font-weight: 700; font-size: 20px; margin: 34px 0 10px; letter-spacing: -0.01em; }
.legal p { color: var(--dim); font-size: 16px; line-height: 1.75; margin-bottom: 14px; }
.legal p b { color: var(--paper); font-weight: 700; }
.legal a { color: var(--coral); }
.legal a:hover { text-decoration: underline; }

/* =====================================================================
   v31 — splash video: fill the screen with the MINIMUM zoom (no empty
   black space on the sides). Plain object-fit: cover scales only as much
   as the aspect mismatch requires — the old transform: scale(1.34) that
   over-zoomed/cropped is removed.
   ===================================================================== */
.intro .media-bg { object-fit: cover !important; background: #000; transform: none !important; transform-origin: 50% 50% !important; }

/* =====================================================================
   v32 — MOBILE: working drawer menu + clean, non-overlapping layout
   ===================================================================== */
/* burger morphs into an X when the drawer is open */
.burger span { transition: transform 0.3s var(--ease), opacity 0.2s; transform-origin: center; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
/* keep the header (and its burger) above the open drawer so X is tappable */
body.menu-open .hdr { z-index: 200 !important; opacity: 1 !important; transform: none !important; pointer-events: auto !important; }

/* full-screen drawer */
.mobile-menu { position: fixed; inset: 0; z-index: 120; display: none; background: rgba(8,8,10,0.97); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.mobile-menu.open { display: flex; }
.mm-inner { margin: auto; width: 100%; max-width: 460px; padding: 0 40px; display: flex; flex-direction: column; gap: 2px; }
.mm-inner a { font-family: "Sora",sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -0.02em; color: var(--paper); padding: 15px 0; border-bottom: 1px solid var(--line); }
.mm-inner a:active { color: var(--coral); }
.mm-inner .mm-cta { margin-top: 26px; border-bottom: 0; font-size: 16px; font-weight: 700; text-align: center; justify-content: center; padding: 16px; border-radius: 99px; color: #0c1116; }

@media (max-width: 600px) {
  .intro { height: 100svh; height: 100dvh; }            /* splash truly full-screen */
  .wrap { padding: 0 20px; }
  .sec { padding: 64px 0; }

  /* HERO: media on top, badge sits BELOW the frame (no overflow/overlap) */
  .hero-grid { gap: 26px; }
  .hero-badge { position: static !important; left: auto !important; right: auto !important; bottom: auto !important; margin-top: 14px; width: 100%; box-shadow: none; }
  .hero h1 { font-size: clamp(40px, 12vw, 60px); }
  .hero .lead { font-size: 16px; }
  .hero-cta .btn { flex: 1 1 auto; justify-content: center; text-align: center; }
  .hero-stats { gap: 18px 22px; margin-top: 34px; flex-wrap: wrap; }
  .hero-stats .num { font-size: 26px; }

  /* STATS as a 2×2 grid (a single tall column looked empty) */
  .stats { grid-template-columns: 1fr 1fr !important; gap: 12px; }
  .stat { padding: 22px 20px; }

  /* FOOTER stacks cleanly */
  .ft-top { gap: 26px; }
  .ft-entity { max-width: none; }
  .ft-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }

  /* PHOTOGRAPHY: keep 2 columns on phones (48 frames in one column is endless) */
  .photo-grid { columns: 2 !important; column-gap: 10px; }
  .photo { margin-bottom: 10px; }

  .legal h3 { font-size: 18px; }
  .legal p { font-size: 15px; }
}

/* v32b — mobile: make the header a real sticky top bar so the burger / X
   is always reachable (it was position:relative from an old stacking fix) */
@media (max-width: 600px) {
  .hdr { position: fixed !important; top: 0; left: 0; right: 0; z-index: 50; }
  .subpage-hero { padding-top: 96px; }
}

/* v32c — declutter mobile header: CTA lives in the drawer, keep logo + burger */
@media (max-width: 600px) {
  .hdr .btn { display: none; }
  .hdr { padding: 14px 20px; }
  .hdr.scrolled { padding: 10px 20px; }
}

/* =====================================================================
   v33 — caption-below carousel · smaller splash motto · CTA spacing ·
   mobile hero fills space (1:1) · mobile splash text top-left
   ===================================================================== */

/* #1 — Roll the reel / Behind the camera: title BELOW the video */
.reel-slide { aspect-ratio: auto !important; overflow: visible !important; border: 0 !important; background: none !important; box-shadow: none !important; display: flex; flex-direction: column; }
.reel-media { position: relative; width: 100%; aspect-ratio: 16/9; border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,0.12); background: #000; box-shadow: 0 40px 90px -50px #000; }
.reel-slide.active .reel-media { box-shadow: 0 55px 130px -55px #000, inset 0 1px 0 rgba(255,255,255,0.1); }
.reel-ov { position: static !important; inset: auto !important; padding: 15px 4px 0 !important; background: none !important; justify-content: flex-start !important; align-items: flex-start; }
.reel-ov .cat { font-size: 13px; }
.reel-ov h3 { font-size: clamp(18px, 2.2vw, 24px) !important; margin-top: 4px !important; color: var(--coral); }

/* #4 — work.html CTA: gap between heading and the email button */
.cta h2 + .btn { margin-top: 34px; }

/* #2 — splash motto: smaller card, ~ width of the BUNZO wordmark */
.intro-foot { display: flex; flex-direction: column; align-items: flex-start; }
.intro-motto { margin-top: 14px; padding: 9px 16px; border-radius: 16px; max-width: 270px; }
.intro-motto .gt { font-size: 13px; line-height: 1.35; }

@media (max-width: 600px) {
  /* #6 — splash text block at TOP-left (was bottom-left) */
  .intro-foot { top: 92px; bottom: auto; left: 24px; }
  .intro-motto { max-width: 60vw; }

  /* #5 — hero: remove empty space above the video (tighter top + square 1:1 video) */
  .hero { padding: 76px 0 54px; }
  .hero-visual .frame { aspect-ratio: 1 / 1 !important; }
}

/* =====================================================================
   v34 — MOBILE footer: compact side-by-side (was a tall vertical stack
   that took a lot of scrolling). Brand spans the top, the 3 link groups
   sit in a single row of columns.
   ===================================================================== */
@media (max-width: 600px) {
  .ft { padding: 46px 0 26px; }
  .ft .logo { height: 56px; margin-bottom: 10px; }
  .ft .about { font-size: 14px; }
  .ft-top { grid-template-columns: 0.8fr 1fr 1.4fr !important; gap: 22px 12px !important; }  /* Connect wider for the email */
  .ft-top > div:first-child { grid-column: 1 / -1; }      /* brand block full width on top */
  .ft h4 { font-size: 12px; margin-bottom: 9px; letter-spacing: 0.1em; }
  .ft ul li { margin-bottom: 7px; }
  .ft ul a { font-size: 13px; }
  .ft-top ul a[href^="mailto"] { font-size: 11px; overflow-wrap: anywhere; }
  .ft-bottom { margin-top: 28px; padding-top: 18px; }
}

/* =====================================================================
   v35 — DESKTOP splash motto: single line, sized to the BUNZO wordmark
   (width is set by JS; here we lock one-line + a clean pill)
   ===================================================================== */
@media (min-width: 601px) {
  .intro-motto { white-space: nowrap; border-radius: 16px; padding: 11px 20px; max-width: none; }
  .intro-motto .gt { white-space: nowrap; line-height: 1.2; letter-spacing: 0.01em; }
}

/* =====================================================================
   v36 — work.html PORTO video galleries: categorized masonry (mixed
   aspect incl. 9:16 verticals), no titles, tap to play in lightbox
   ===================================================================== */
.reel-cats { display: flex; flex-direction: column; gap: 56px; margin-top: 8px; }
.reel-cat-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.reel-cat-head .eyebrow { margin: 0; }
.vid-grid { columns: 3; column-gap: 14px; }
@media (max-width: 900px) { .vid-grid { columns: 2; } }
@media (max-width: 540px) { .vid-grid { columns: 2; column-gap: 10px; } }
.vidcard {
  position: relative; display: block; width: 100%; padding: 0; border: 0; background: #000; cursor: pointer;
  break-inside: avoid; margin: 0 0 14px; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line); line-height: 0;
  transition: transform 0.35s var(--ease), border-color 0.3s, box-shadow 0.35s;
}
.vidcard img { width: 100%; height: auto; display: block; object-fit: cover; transition: filter 0.35s; background: #0c0c10; min-height: 90px; }
.vidcard:hover { transform: translateY(-4px); border-color: rgba(var(--accent-rgb),0.5); box-shadow: 0 24px 50px -24px #000; }
.vidcard:hover img { filter: brightness(1.08); }
.vidcard .view {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0.85);
  width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center;
  font-size: 18px; color: #0c1116; opacity: 0; transition: 0.3s var(--ease); pointer-events: none;
  background: linear-gradient(160deg, rgba(var(--accent-rgb),0.95), rgba(var(--accent-rgb),0.72));
  box-shadow: 0 10px 26px -8px rgba(0,0,0,0.7);
}
.vidcard:hover .view { opacity: 1; transform: translate(-50%,-50%) scale(1); }
@media (hover: none) { .vidcard .view { opacity: 0.92; width: 46px; height: 46px; font-size: 15px; } }
@media (max-width: 540px) { .vidcard { margin-bottom: 10px; } }
