/*
Theme Name: Audio Intimidation
Theme URI: https://audiointimidation.co.uk
Author: MAG Innovations
Author URI: https://maginnovations.co.uk
Description: A cinematic, showroom-grade WooCommerce theme for AudioIntimidation.co.uk — Apple-style product staging, scroll-driven spotlights, bass-reactive canvas speakers, split Professional (red) / Beeline (yellow) header, dealer & contact forms routing to MAG Innovations.
Version: 1.9.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: audiointimidation
Tags: woocommerce, custom-menu, featured-images, dark, red, black, yellow, ecommerce
*/

/* ============================================================
   0 · CUSTOM FONTS (v1.7.2)
   ============================================================ */
@font-face {
  font-family: 'Microgbe';
  src: url('assets/fonts/microgbe.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SpaceAge';
  src: url('assets/fonts/space_age.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofachrome';
  src: url('assets/fonts/sofachrome.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofachrome';
  src: url('assets/fonts/sofachrome-italic.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}

/* ============================================================
   1 · TOKENS
   ============================================================ */
:root {
  --ai-black:      #050505;
  --ai-black-2:    #0b0b0d;
  --ai-black-3:    #131316;
  --ai-panel:      #17171b;
  --ai-white:      #f6f6f7;
  --ai-muted:      #8a8a92;
  --ai-muted-2:    #56565c;
  --ai-line:       rgba(255,255,255,.08);
  --ai-line-2:     rgba(255,255,255,.14);

  --ai-red:        #e30613;
  --ai-red-glow:   #ff2c2f;
  --ai-red-deep:   #7a0208;
  --ai-yellow:     #ffcc00;
  --ai-yellow-glow:#ffe14d;

  --ai-radius:     14px;
  --ai-radius-lg:  22px;
  --ai-shadow-xl:  0 40px 80px -30px rgba(0,0,0,.9);
  --ai-shadow-red: 0 30px 80px -30px rgba(227,6,19,.55);
  --ai-shadow-yel: 0 30px 80px -30px rgba(255,204,0,.5);

  --ai-font-display: 'Microgbe', 'Inter Tight', 'SF Pro Display', system-ui, -apple-system, sans-serif;
  --ai-font-body:    'Microgbe', 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --ai-font-mono:    'Microgbe', 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --ai-ease:      cubic-bezier(.2,.9,.2,1);
  --ai-ease-out:  cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--ai-black); }
body {
  font-family: var(--ai-font-body);
  color: var(--ai-white);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; transition: color .25s var(--ai-ease); }
a:hover { color: var(--ai-red-glow); }

h1,h2,h3,h4,h5 {
  font-family: var(--ai-font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0 0 .5em;
  color: #fff;
}
h1 { font-size: clamp(3rem, 8.5vw, 8.5rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 5vw, 4.4rem); letter-spacing: -0.035em; }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.9rem); letter-spacing: -0.02em; }
p  { color: var(--ai-muted); }

.container { max-width: 1360px; margin: 0 auto; padding: 0 32px; }
.container-tight { max-width: 980px; margin: 0 auto; padding: 0 32px; }
.section { padding: clamp(80px, 12vw, 180px) 0; position: relative; }
.section-alt { background: var(--ai-black-2); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ai-font-mono);
  font-size: .72rem; letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--ai-red-glow);
  padding: 8px 14px;
  border: 1px solid var(--ai-line);
  border-radius: 999px;
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(10px);
}
.eyebrow.bee { color: var(--ai-yellow); }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 0 currentColor; animation: dot-pulse 1.4s ease-out infinite; }
@keyframes dot-pulse { 0%{box-shadow:0 0 0 0 currentColor;opacity:.85} 100%{box-shadow:0 0 0 12px transparent;opacity:0} }

.section-title { text-align: center; margin: 0 auto 72px; max-width: 780px; }
.section-title h2 { margin-top: 20px; }
.section-title p { font-size: 1.15rem; color: var(--ai-muted); margin-top: 12px; }

/* ============================================================
   2 · HEADER  (v1.4 — jumbo split logos + floating micro-anim)
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(5,5,5,.66);
  backdrop-filter: saturate(180%) blur(28px);
  -webkit-backdrop-filter: saturate(180%) blur(28px);
  border-bottom: 1px solid var(--ai-line);
}
.site-header::before {
  content: ""; position: absolute; inset: -1px 0 auto 0; height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--ai-red) 20%, #fff 50%, var(--ai-yellow) 80%, transparent 100%);
  opacity: .35; filter: blur(1px);
  animation: hdr-line 8s linear infinite;
  background-size: 200% 100%;
}
@keyframes hdr-line { from { background-position: 0 0; } to { background-position: 200% 0; } }

.header-inner {
  max-width: 1560px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  gap: 32px; padding: 18px 40px;
}
.header-side {
  display: inline-flex; align-items: center; gap: 18px;
  padding: 10px 18px; border-radius: 22px;
  transition: background .3s var(--ai-ease), transform .3s var(--ai-ease);
  position: relative;
}
.header-side.left  { justify-self: start; }
.header-side.right { justify-self: end; }
.header-side::after {
  content: ""; position: absolute; inset: 0; border-radius: 22px;
  border: 1px solid transparent;
  transition: border-color .3s var(--ai-ease);
}
.header-side.left:hover::after  { border-color: rgba(227,6,19,.35); box-shadow: 0 0 40px -8px rgba(227,6,19,.4) inset; }
.header-side.right:hover::after { border-color: rgba(255,204,0,.35); box-shadow: 0 0 40px -8px rgba(255,204,0,.4) inset; }

.header-side .side-mark {
  height: 72px; width: auto;
  transition: transform .5s var(--ai-ease), filter .3s;
  will-change: transform, filter;
}
.header-side.left  .side-mark {
  filter: drop-shadow(0 10px 28px rgba(227,6,19,.65)) drop-shadow(0 0 14px rgba(255,44,47,.35));
  animation: mark-breath-red 4.2s ease-in-out infinite;
}
.header-side.right .side-mark {
  filter: drop-shadow(0 10px 28px rgba(255,204,0,.55)) drop-shadow(0 0 14px rgba(255,225,77,.35));
  animation: mark-breath-yel 4.6s ease-in-out infinite;
}
.header-side:hover .side-mark { transform: scale(1.14) rotate(-3deg); }
@keyframes mark-breath-red {
  0%,100% { transform: translateY(0) scale(1);    filter: drop-shadow(0 10px 28px rgba(227,6,19,.55)) drop-shadow(0 0 12px rgba(255,44,47,.3)); }
  50%     { transform: translateY(-3px) scale(1.03); filter: drop-shadow(0 18px 40px rgba(227,6,19,.9)) drop-shadow(0 0 22px rgba(255,44,47,.55)); }
}
@keyframes mark-breath-yel {
  0%,100% { transform: translateY(0) scale(1);    filter: drop-shadow(0 10px 28px rgba(255,204,0,.5))  drop-shadow(0 0 12px rgba(255,225,77,.3)); }
  50%     { transform: translateY(-3px) scale(1.03); filter: drop-shadow(0 18px 40px rgba(255,204,0,.8))  drop-shadow(0 0 22px rgba(255,225,77,.55)); }
}

.side-meta { display: flex; flex-direction: column; line-height: 1.05; font-family: var(--ai-font-display); gap: 4px; }
.side-meta b { font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; color: #fff; }
.side-meta i { font-style: normal; font-size: .66rem; letter-spacing: .28em; text-transform: uppercase; color: var(--ai-muted); }
.header-side.left  .side-meta i { color: var(--ai-red-glow); }
.header-side.right .side-meta i { color: var(--ai-yellow); }
.side-meta.right { text-align: right; }

.brand { justify-self: center; display: inline-flex; position: relative; }
.brand::before {
  content: ""; position: absolute; inset: -30% -25%;
  background: radial-gradient(ellipse at center, rgba(227,6,19,.25), transparent 65%);
  filter: blur(20px); z-index: -1; opacity: .8;
  animation: brand-glow 5s ease-in-out infinite;
}
@keyframes brand-glow { 0%,100% { opacity: .4; transform: scale(.95); } 50% { opacity: .9; transform: scale(1.05); } }
.brand .brand-wordmark { height: 42px; width: auto; transition: transform .35s var(--ai-ease); }
.brand:hover .brand-wordmark { transform: scale(1.06); }
.brand .custom-logo { max-height: 56px; width: auto; }

.main-nav { border-top: 1px solid var(--ai-line); }
.main-nav ul {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 4px;
  list-style: none; margin: 0; padding: 8px 0;
}
.main-nav a {
  display: inline-block; padding: 12px 22px;
  font-family: var(--ai-font-display); font-weight: 500;
  font-size: .92rem; letter-spacing: -.005em;
  color: rgba(255,255,255,.75); position: relative;
  border-radius: 999px;
}
.main-nav a:hover, .main-nav .current-menu-item > a {
  color: #fff; background: rgba(255,255,255,.06);
}

/* Tablet */
@media (max-width: 1100px) {
  .header-inner { gap: 20px; padding: 14px 24px; }
  .header-side .side-mark { height: 58px; }
  .side-meta b { font-size: 1rem; }
  .brand .brand-wordmark { height: 34px; }
}

/* Mobile */
@media (max-width: 720px) {
  .header-inner {
    grid-template-columns: auto auto auto;
    gap: 10px; padding: 12px 14px;
  }
  .header-side { padding: 6px 8px; gap: 8px; }
  .side-meta { display: none; }
  .header-side .side-mark { height: 52px; }
  .brand .brand-wordmark { height: 26px; }
  .brand::before { inset: -40% -30%; }
  .main-nav a { padding: 8px 12px; font-size: .8rem; }
}
@media (max-width: 420px) {
  .header-side .side-mark { height: 44px; }
  .brand .brand-wordmark { height: 22px; }
}

/* ============================================================
   3 · BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px;
  font-family: var(--ai-font-display); font-weight: 600;
  letter-spacing: -.005em; font-size: .95rem;
  border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform .3s var(--ai-ease), background .25s, color .25s, box-shadow .35s;
}
.btn::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(120px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.18), transparent 55%);
  opacity: 0; transition: opacity .3s;
  pointer-events: none;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { opacity: 1; }
.btn-red    { background: var(--ai-red);    color: #fff; box-shadow: var(--ai-shadow-red); }
.btn-red:hover    { background: var(--ai-red-glow); color: #fff; }
.btn-yellow { background: var(--ai-yellow); color: #0a0a0a; box-shadow: var(--ai-shadow-yel); }
.btn-yellow:hover { background: var(--ai-yellow-glow); color: #0a0a0a; }
.btn-ghost  { background: rgba(255,255,255,.04); color: #fff; border-color: var(--ai-line-2); backdrop-filter: blur(10px); }
.btn-ghost:hover  { background: rgba(255,255,255,.08); color: #fff; }

/* ============================================================
   4 · HERO — cinematic showroom stage
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: grid; place-items: center; text-align: center;
  overflow: hidden; isolation: isolate;
  background:
    radial-gradient(1200px 700px at 50% 10%, rgba(227,6,19,.28), transparent 60%),
    radial-gradient(900px 500px at 80% 100%, rgba(255,204,0,.10), transparent 65%),
    linear-gradient(180deg, #050505 0%, #000 100%);
}
.hero-noise {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  opacity: .05; mix-blend-mode: overlay;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 3px 3px;
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: 0; opacity: .18; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 50%, #000 30%, transparent 75%);
  animation: grid-drift 40s linear infinite;
}
@keyframes grid-drift { to { background-position: 80px 80px; } }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .3; z-index: 0; }

.speaker-stage {
  position: absolute; top: 50%;
  width: min(50vw, 620px); aspect-ratio: 1/1;
  transform: translateY(-50%);
  z-index: 1; pointer-events: none;
}
.speaker-stage.left  { left: -8vw; }
.speaker-stage.right { right: -8vw; }
.speaker-stage .bass-canvas {
  width: 100%; height: 100%; display: block;
  filter: drop-shadow(0 50px 80px rgba(0,0,0,.75));
}
.speaker-stage .speaker-badge {
  position: absolute; left: 50%; top: 50%;
  width: 26%; transform: translate(-50%, -50%);
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.7));
  animation: badge-float 6s ease-in-out infinite;
}
.speaker-stage .speaker-badge.bee { width: 38%; }
@keyframes badge-float { 50% { transform: translate(-50%, -54%); } }

.hero-inner { position: relative; z-index: 3; padding: 60px 32px; max-width: 1100px; }
.hero-title { font-size: clamp(3.2rem, 10vw, 9.5rem); font-weight: 900; letter-spacing: -.055em; color: #fff; margin: 24px 0 20px; }
.hero-title em { font-style: normal; background: linear-gradient(180deg, #ff5a5f 0%, var(--ai-red) 55%, #7a0208 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { font-size: clamp(1.05rem, 1.4vw, 1.3rem); color: var(--ai-muted); max-width: 620px; margin: 0 auto 40px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.split-char { display: inline-block; opacity: 0; transform: translateY(60%) rotate(3deg); animation: splitIn .9s var(--ai-ease-out) forwards; animation-delay: calc(var(--i,0) * .028s + .3s); }
@keyframes splitIn { to { opacity: 1; transform: none; } }

/* VU meter rack — analog dual channel */
.vu-rack {
  display: flex; justify-content: center; align-items: center;
  gap: 22px; margin: 30px auto 8px; max-width: 460px;
}
.vu-meter {
  flex: 1 1 0; max-width: 210px;
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  transition: border-color .4s var(--ai-ease-out);
}
.vu-meter:hover { border-color: rgba(227,6,19,0.35); }
.vu-face { display: block; width: 100%; height: auto; }
.vu-needle-group {
  transform: rotate(-60deg);
  transition: transform .09s cubic-bezier(.22,1.2,.36,1);
  will-change: transform;
}
@media (max-width: 600px) {
  .vu-rack { gap: 12px; max-width: 340px; }
  .vu-meter { padding: 8px; }
}

.scroll-cue {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-family: var(--ai-font-mono); font-size: .68rem; letter-spacing: .32em;
  text-transform: uppercase; color: var(--ai-muted); z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.scroll-cue span { width: 1px; height: 44px; background: linear-gradient(180deg, transparent, #fff); animation: cue-drop 2s ease-in-out infinite; }
@keyframes cue-drop { 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 100%{transform:scaleY(0);transform-origin:bottom} }

@media (max-width: 900px) {
  .speaker-stage { opacity: .28; width: 80vw; }
  .speaker-stage.left  { left: -30vw; top: 22%; }
  .speaker-stage.right { right: -30vw; top: 72%; }
}

/* ============================================================
   5 · SHOWROOM — pinned scroll-driven product spotlights
   ============================================================ */
.showroom {
  position: relative;
  background: linear-gradient(180deg, var(--ai-black) 0%, #000 50%, var(--ai-black) 100%);
}
.showroom-track { position: relative; }
.showroom-panel {
  position: relative;
  min-height: 100svh;
  display: grid; align-items: center;
  overflow: hidden;
}
.showroom-panel .container {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.showroom-panel .media {
  position: relative; aspect-ratio: 1/1;
  border-radius: var(--ai-radius-lg);
  overflow: hidden;
  background: radial-gradient(circle at 50% 45%, #232326 0%, #0a0a0d 65%, #000 100%);
  border: 1px solid var(--ai-line);
  box-shadow: var(--ai-shadow-xl);
}
.showroom-panel.pro .media  { box-shadow: var(--ai-shadow-xl), inset 0 0 120px rgba(227,6,19,.25); }
.showroom-panel.bee .media  { box-shadow: var(--ai-shadow-xl), inset 0 0 120px rgba(255,204,0,.18); }
.showroom-panel .media img,
.showroom-panel .media canvas { width: 100%; height: 100%; object-fit: contain; transition: transform 1.2s var(--ai-ease); }
.showroom-panel:hover .media img,
.showroom-panel:hover .media canvas { transform: scale(1.04); }
.showroom-panel .media::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(400px circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.08), transparent 55%);
  opacity: 0; transition: opacity .4s;
  pointer-events: none;
}
.showroom-panel:hover .media::after { opacity: 1; }

.showroom-panel .copy .eyebrow { margin-bottom: 22px; }
.showroom-panel .copy h2 { font-size: clamp(2.4rem, 5.5vw, 5rem); }
.showroom-panel .copy .lead { font-size: 1.2rem; color: var(--ai-muted); max-width: 480px; margin: 0 0 32px; }
.showroom-panel .specs {
  list-style: none; padding: 0; margin: 0 0 36px;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px;
}
.showroom-panel .specs li {
  padding: 14px 0; border-top: 1px solid var(--ai-line);
  font-family: var(--ai-font-mono); font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ai-muted);
}
.showroom-panel .specs li b { display: block; font-family: var(--ai-font-display); font-size: 1.4rem; color: #fff; letter-spacing: -.02em; text-transform: none; margin-top: 6px; }

.showroom-panel.reverse .container { grid-template-columns: 1fr 1fr; direction: rtl; }
.showroom-panel.reverse .container > * { direction: ltr; }

@media (max-width: 960px) {
  .showroom-panel { min-height: auto; padding: 80px 0; }
  .showroom-panel .container { grid-template-columns: 1fr; gap: 48px; }
  .showroom-panel.reverse .container { direction: ltr; }
  .showroom-panel .specs { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   6 · TIER SHOWCASE (Pro / Beeline)
   ============================================================ */
.tier-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 24px; }
.tier-card {
  position: relative; overflow: hidden;
  padding: 48px 40px;
  border-radius: var(--ai-radius-lg);
  border: 1px solid var(--ai-line);
  background: linear-gradient(180deg, var(--ai-panel), #0a0a0d);
  transition: transform .5s var(--ai-ease), border-color .3s;
}
.tier-card:hover { transform: translateY(-6px); }
.tier-card.pro     { border-color: rgba(227,6,19,.28); }
.tier-card.beeline { border-color: rgba(255,204,0,.28); }
.tier-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--ai-red), var(--ai-red-glow));
}
.tier-card.beeline::before { background: linear-gradient(90deg, var(--ai-yellow), var(--ai-yellow-glow)); }
.tier-card h3 { font-size: 2rem; margin: 8px 0 12px; }
.tier-card.pro h3 { color: #fff; }
.tier-card.beeline h3 { color: var(--ai-yellow); }
.tier-card ul { list-style: none; padding: 0; margin: 22px 0 30px; }
.tier-card li { padding: 12px 0; border-bottom: 1px solid var(--ai-line); color: var(--ai-muted); font-size: .95rem; }
.tier-card li::before { content: '›'; margin-right: 10px; color: var(--ai-red-glow); font-weight: 700; }
.tier-card.beeline li::before { color: var(--ai-yellow); }
.tier-glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(500px circle at var(--mx,50%) var(--my,50%), rgba(227,6,19,.22), transparent 55%);
  opacity: 0; transition: opacity .4s;
}
.tier-glow.yellow { background: radial-gradient(500px circle at var(--mx,50%) var(--my,50%), rgba(255,204,0,.2), transparent 55%); }
.tier-card:hover .tier-glow { opacity: 1; }
.tier-badge {
  display: inline-block; padding: 6px 12px;
  font-family: var(--ai-font-mono); font-size: .68rem; letter-spacing: .2em;
  text-transform: uppercase; border-radius: 999px;
}
.tier-pro     { background: rgba(227,6,19,.14); color: var(--ai-red-glow); border: 1px solid rgba(227,6,19,.3); }
.tier-beeline { background: rgba(255,204,0,.14); color: var(--ai-yellow);    border: 1px solid rgba(255,204,0,.3); }

/* ============================================================
   7 · WOO PRODUCTS
   ============================================================ */
.product-grid,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 24px;
  list-style: none; padding: 0; margin: 0;
}
ul.products li.product,
.product-card {
  position: relative; float: none !important; width: auto !important; margin: 0 !important;
  background: var(--ai-panel);
  border: 1px solid var(--ai-line);
  border-radius: var(--ai-radius);
  overflow: hidden;
  transition: transform .4s var(--ai-ease), border-color .3s, box-shadow .4s;
}
ul.products li.product:hover, .product-card:hover { transform: translateY(-6px); border-color: rgba(227,6,19,.5); box-shadow: var(--ai-shadow-red); }
ul.products li.product.tier-beeline:hover, .product-card.tier-beeline:hover { border-color: rgba(255,204,0,.5); box-shadow: var(--ai-shadow-yel); }
ul.products li.product a, .product-card a { color: #fff; }
ul.products li.product img { aspect-ratio: 4/3; object-fit: cover; transition: transform .6s var(--ai-ease); }
ul.products li.product:hover img { transform: scale(1.06); }
.woocommerce-loop-product__title, .product-card h3 { font-size: 1.05rem !important; padding: 0 18px; color: #fff; }
ul.products li.product .price, .product-card .price { padding: 0 18px 18px; color: var(--ai-red-glow); font-family: var(--ai-font-display); font-weight: 700; font-size: 1.05rem; }
ul.products li.product.tier-beeline .price { color: var(--ai-yellow); }
.tier-badge { position: absolute; top: 12px; left: 12px; z-index: 2; }

/* ============================================================
   8 · FORMS
   ============================================================ */
.form-card {
  background: linear-gradient(180deg, var(--ai-panel), #0a0a0d);
  border: 1px solid var(--ai-line);
  border-radius: var(--ai-radius-lg);
  padding: 44px;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.form-field label {
  display: block; margin-bottom: 8px;
  font-family: var(--ai-font-mono); font-size: .68rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--ai-muted);
}
.form-field input, .form-field textarea, .form-field select {
  width: 100%; background: #000;
  border: 1px solid var(--ai-line);
  color: var(--ai-white); padding: 14px 16px;
  border-radius: 10px; font-family: inherit; font-size: 1rem;
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus {
  outline: none; border-color: var(--ai-red-glow);
  box-shadow: 0 0 0 3px rgba(227,6,19,.18);
  background: #0a0a0a;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-status { margin-top: 16px; font-size: .9rem; }
.form-status.success { color: #6be26b; }
.form-status.error   { color: #ff6b6b; }

/* ============================================================
   9 · PARTNERS MARQUEE (white auto-tint)
   ============================================================ */
.partners-marquee {
  position: relative; overflow: hidden; padding: 30px 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 10%, #000 90%, transparent 100%);
}
.partners-track { display: flex; width: max-content; animation: marquee var(--marquee-speed, 40s) linear infinite; will-change: transform; }
.partners-marquee:hover .partners-track { animation-play-state: paused; }
.partners-set { display: flex; align-items: center; }
.partner-logo {
  flex: 0 0 auto; height: 80px; width: 220px;
  display: grid; place-items: center; padding: 0 32px;
}
.partner-logo img {
  max-height: 54px; max-width: 100%; width: auto; height: auto;
  filter: brightness(0) invert(1);
  opacity: .55;
  transition: opacity .3s, transform .3s, filter .3s;
}
.partner-logo:hover img { opacity: 1; transform: scale(1.08); filter: brightness(0) invert(1) drop-shadow(0 0 14px rgba(255,255,255,.5)); }
.partner-logo .partner-text { font-family: var(--ai-font-display); font-weight: 700; letter-spacing: .04em; color: #fff; opacity: .55; font-size: 1.4rem; }
.partner-logo:hover .partner-text { opacity: 1; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.partners-hint { text-align: center; color: var(--ai-muted-2); font-size: .78rem; margin-top: 24px; font-family: var(--ai-font-mono); letter-spacing: .1em; }

/* ============================================================
   10 · REVIEWS GRID
   ============================================================ */
.video-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.video-embed {
  position: relative;
  aspect-ratio: 16/9;
  background: #000 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="30" fill="rgba(255,255,255,0.1)"/><polygon points="42,35 42,65 66,50" fill="%23fff"/></svg>') no-repeat center/90px;
  border: 1px solid var(--ai-line);
  border-radius: var(--ai-radius);
  cursor: pointer; overflow: hidden;
  transition: border-color .3s, transform .4s var(--ai-ease);
}
.video-embed:hover { border-color: var(--ai-red-glow); transform: translateY(-4px); }
.video-embed::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(227,6,19,.4);
  animation: video-pulse 2.6s ease-out infinite;
  pointer-events: none;
}
@keyframes video-pulse { 0%{box-shadow:0 0 0 0 rgba(227,6,19,.35)} 100%{box-shadow:0 0 0 26px rgba(227,6,19,0)} }

/* ============================================================
   11 · FOOTER
   ============================================================ */
.site-footer { background: #000; border-top: 1px solid var(--ai-line); padding: 80px 0 24px; margin-top: 0; color: var(--ai-muted); }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.site-footer h4 { color: #fff; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; font-family: var(--ai-font-mono); font-weight: 500; margin-bottom: 20px; }
.site-footer a { color: var(--ai-muted); font-size: .95rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid var(--ai-line); margin-top: 60px; padding-top: 24px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  font-family: var(--ai-font-mono); font-size: .72rem; letter-spacing: .1em; color: var(--ai-muted-2);
}

/* ============================================================
   12 · PRELOADER
   ============================================================ */
.ai-preloader {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(1200px 700px at 50% 40%, #14141a 0%, #050505 60%, #000 100%);
  display: grid; place-items: center;
  transition: opacity .8s var(--ai-ease), transform .8s var(--ai-ease);
  overflow: hidden;
}
.ai-preloader.done { opacity: 0; transform: scale(1.02); pointer-events: none; }
.ai-preloader-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.pl-mark { height: 84px; width: auto; opacity: 0; transform: translateY(14px) scale(.9); animation: pl-in .9s var(--ai-ease-out) .05s forwards; filter: drop-shadow(0 12px 30px rgba(227,6,19,.55)); }
.pl-word { height: 22px; width: auto; opacity: 0; transform: translateY(10px); animation: pl-in .9s var(--ai-ease-out) .35s forwards; filter: drop-shadow(0 8px 24px rgba(227,6,19,.45)); }
@keyframes pl-in { to { opacity: 1; transform: none; } }
.ai-preloader-bar { width: 220px; height: 1px; background: rgba(255,255,255,.08); overflow: hidden; margin-top: 8px; }
.ai-preloader-bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--ai-yellow), var(--ai-red-glow)); animation: pl-bar 1.4s .2s var(--ai-ease-out) forwards; }
@keyframes pl-bar { to { width: 100%; } }
.ai-preloader-tag { font-family: var(--ai-font-mono); font-size: .68rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ai-muted-2); opacity: 0; animation: pl-in .8s .8s forwards; }

/* ============================================================
   13 · CUSTOM CURSOR
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  html, body, a, button, input, textarea, select, label { cursor: none !important; }
  .ai-cursor { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9998; mix-blend-mode: difference; will-change: transform; }
  .ai-cursor-dot { position: absolute; left: -3px; top: -3px; width: 6px; height: 6px; border-radius: 50%; background: #fff; transition: transform .2s var(--ai-ease); }
  .ai-cursor-ring { position: absolute; left: -20px; top: -20px; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #fff; transition: transform .3s var(--ai-ease), border-color .25s, background .25s; }
  .ai-cursor.hover .ai-cursor-ring { transform: scale(1.7); border-color: var(--ai-red-glow); background: rgba(227,6,19,.12); }
  .ai-cursor.hover.bee .ai-cursor-ring { border-color: var(--ai-yellow); background: rgba(255,204,0,.14); }
  .ai-cursor.press .ai-cursor-dot { transform: scale(2.4); }
}
@media (hover: none) { .ai-cursor { display: none; } }

/* ============================================================
   14 · SOUND TOGGLE
   ============================================================ */
.ai-sound-toggle {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 18px; background: rgba(15,15,17,.85);
  backdrop-filter: blur(14px); border: 1px solid var(--ai-line);
  color: #fff; border-radius: 999px;
  font-family: var(--ai-font-mono); letter-spacing: .18em;
  font-size: .68rem; text-transform: uppercase; transition: all .25s;
}
.ai-sound-toggle:hover { border-color: var(--ai-red-glow); box-shadow: var(--ai-shadow-red); }
.ai-sound-toggle .bars { display: inline-flex; gap: 2px; align-items: flex-end; height: 14px; }
.ai-sound-toggle .bars i { width: 2px; background: var(--ai-muted); border-radius: 2px; height: 4px; transition: background .2s; }
.ai-sound-toggle[aria-pressed="true"] .bars i { background: var(--ai-red-glow); animation: soundBars .8s ease-in-out infinite; }
.ai-sound-toggle[aria-pressed="true"] .bars i:nth-child(1) { height: 6px; animation-delay: 0s; }
.ai-sound-toggle[aria-pressed="true"] .bars i:nth-child(2) { height: 12px; animation-delay: .1s; }
.ai-sound-toggle[aria-pressed="true"] .bars i:nth-child(3) { height: 8px;  animation-delay: .2s; }
.ai-sound-toggle[aria-pressed="true"] .bars i:nth-child(4) { height: 14px; animation-delay: .15s; }
@keyframes soundBars { 50% { transform: scaleY(.4); } }

/* ============================================================
   15 · REVEALS · MAGNETIC · UTILITIES
   ============================================================ */
[data-magnet] { display: inline-block; transition: transform .3s var(--ai-ease); will-change: transform; }
[data-fade-up], .reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ai-ease-out), transform .9s var(--ai-ease-out); }
[data-fade-up].in, .reveal.in { opacity: 1; transform: none; }

.text-center { text-align: center; }

/* ============================================================
   16 · REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .ai-cursor { display: none; }
  html, body, a, button { cursor: auto !important; }
  [data-fade-up], .reveal { opacity: 1; transform: none; }
  .split-char { opacity: 1; transform: none; }
}

/* ============================================================
   14 · BL215 MK2 SPOTLIGHT  (v1.4 cinematic feature)
   ============================================================ */
.bl215-spot {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(255,204,0,.08), transparent 45%),
    radial-gradient(ellipse at 80% 80%, rgba(120,80,255,.10), transparent 50%),
    linear-gradient(180deg, #050505 0%, #08080a 100%);
}
.bl215-atmos { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.bl215-atmos .orb {
  position: absolute; width: 520px; height: 520px; border-radius: 50%;
  filter: blur(90px); opacity: .55; mix-blend-mode: screen;
  will-change: transform;
}
.bl215-atmos .o1 { background: radial-gradient(circle, #ffcc00, transparent 60%); top: -120px; left: -120px; animation: orb-drift 18s ease-in-out infinite; }
.bl215-atmos .o2 { background: radial-gradient(circle, #26c6ff, transparent 60%); bottom: -140px; right: -80px; animation: orb-drift 22s ease-in-out -6s infinite reverse; }
.bl215-atmos .o3 { background: radial-gradient(circle, #a04bff, transparent 60%); top: 40%; left: 45%; animation: orb-drift 26s ease-in-out -12s infinite; }
@keyframes orb-drift {
  0%,100% { transform: translate(0,0) scale(1); }
  33%     { transform: translate(80px, -40px) scale(1.15); }
  66%     { transform: translate(-60px, 60px) scale(.9); }
}
.grid-floor {
  position: absolute; left: 0; right: 0; bottom: 0; height: 55%;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.4) 100%),
    linear-gradient(90deg, rgba(255,204,0,.14) 1px, transparent 1px) 0 0 / 60px 60px,
    linear-gradient(0deg,  rgba(255,204,0,.14) 1px, transparent 1px) 0 0 / 60px 60px;
  transform: perspective(700px) rotateX(62deg); transform-origin: bottom;
  mask-image: linear-gradient(180deg, transparent, #000 45%, #000);
  animation: grid-scroll 8s linear infinite;
}
@keyframes grid-scroll { from { background-position: 0 0, 0 0, 0 0; } to { background-position: 0 0, 0 60px, 60px 0; } }

.bl215-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px;
  align-items: center;
}
@media (max-width: 960px) {
  .bl215-grid { grid-template-columns: 1fr; gap: 40px; }
}

.bl215-copy .bl215-title {
  font-size: clamp(3rem, 8vw, 7rem); line-height: .9; margin: 24px 0 24px;
  display: flex; flex-direction: column;
}
.bl215-title .line { display: block; opacity: 0; transform: translateY(30px); animation: line-in .9s var(--ai-ease-out) forwards; }
.bl215-title .l1 { animation-delay: .1s; }
.bl215-title .l2 {
  animation-delay: .25s;
  background: linear-gradient(90deg, var(--ai-yellow) 0%, #fff 50%, var(--ai-yellow-glow) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  background-size: 200% 100%;
  animation: line-in .9s var(--ai-ease-out) .25s forwards, sheen 4s ease-in-out infinite 1.2s;
}
.bl215-title .l3 { animation-delay: .4s; color: var(--ai-yellow); }
@keyframes line-in { to { opacity: 1; transform: translateY(0); } }
@keyframes sheen { 0%,100% { background-position: 0 0; } 50% { background-position: 200% 0; } }

.bl215-copy .lead { font-size: 1.15rem; color: rgba(255,255,255,.72); max-width: 560px; }

.bl215-specs {
  list-style: none; padding: 0; margin: 32px 0 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
@media (max-width: 640px) { .bl215-specs { grid-template-columns: repeat(2, 1fr); } }
.bl215-specs li {
  display: flex; flex-direction: column; gap: 4px;
  padding: 14px 16px; border-radius: 14px;
  background: rgba(255,255,255,.03); border: 1px solid var(--ai-line);
  font-family: var(--ai-font-mono); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ai-muted);
  transition: border-color .3s var(--ai-ease), transform .3s var(--ai-ease), background .3s;
}
.bl215-specs li:hover { border-color: rgba(255,204,0,.5); transform: translateY(-3px); background: rgba(255,204,0,.05); }
.bl215-specs li b { font-family: var(--ai-font-display); font-size: 1rem; letter-spacing: -.01em; color: #fff; text-transform: none; }

.bl215-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.bl215-badges {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px;
}
.bl215-badges span {
  font-family: var(--ai-font-mono); font-size: .66rem; letter-spacing: .22em; text-transform: uppercase;
  padding: 6px 12px; border: 1px solid var(--ai-line); border-radius: 999px;
  color: rgba(255,255,255,.7);
}

/* Stage */
.bl215-stage {
  position: relative; aspect-ratio: 3/4; max-width: 560px; margin: 0 auto;
  perspective: 1400px;
}
.stage-halo {
  position: absolute; inset: 8% 5% -4% 5%;
  background: radial-gradient(ellipse at 50% 40%, rgba(255,255,255,.10) 0%, rgba(255,204,0,.06) 25%, transparent 55%);
  filter: blur(4px);
}
.stage-rgb {
  position: absolute; top: 15%; bottom: 20%; width: 10px; border-radius: 8px;
  background: linear-gradient(180deg, #ff2c9c, #ffcc00, #26c6ff, #6bff8f, #a04bff, #ff2c9c);
  background-size: 100% 300%;
  filter: blur(6px) saturate(1.4); opacity: .55;
  animation: rgb-scroll 3.4s linear infinite;
}
.stage-rgb.rgb-l { left: 18%; }
.stage-rgb.rgb-r { right: 18%; animation-direction: reverse; }
@keyframes rgb-scroll { from { background-position: 0 0; } to { background-position: 0 300%; } }

.bl215-img {
  position: relative; z-index: 2; width: 100%; height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 40px 60px rgba(0,0,0,.85)) drop-shadow(0 0 40px rgba(38,198,255,.25));
  animation: bl215-float 6s ease-in-out infinite;
  transform-style: preserve-3d;
}
@keyframes bl215-float {
  0%,100% { transform: translateY(0) rotateZ(0deg); }
  50%     { transform: translateY(-14px) rotateZ(.3deg); }
}
.stage-floor {
  position: absolute; left: 10%; right: 10%; bottom: -2%; height: 40px;
  background: radial-gradient(ellipse at center, rgba(255,204,0,.35) 0%, rgba(38,198,255,.15) 40%, transparent 70%);
  filter: blur(14px);
  animation: floor-pulse 2.4s ease-in-out infinite;
}
@keyframes floor-pulse { 0%,100% { opacity: .5; transform: scaleX(.9); } 50% { opacity: 1; transform: scaleX(1.1); } }

.stage-price {
  position: absolute; top: 6%; right: 0; z-index: 3;
  display: flex; flex-direction: column; align-items: flex-end;
  padding: 12px 16px; border-radius: 14px;
  background: rgba(10,10,12,.72); border: 1px solid rgba(255,204,0,.3);
  backdrop-filter: blur(12px);
  animation: tag-in .8s var(--ai-ease-out) .6s both;
}
.stage-price .from { font-family: var(--ai-font-mono); font-size: .6rem; letter-spacing: .3em; text-transform: uppercase; color: var(--ai-muted); }
.stage-price b { font-family: var(--ai-font-display); font-size: 1.6rem; color: var(--ai-yellow); letter-spacing: -.02em; }
.stage-price i { font-style: normal; font-size: .72rem; color: rgba(255,255,255,.6); }

.stage-tags { position: absolute; left: 0; bottom: 8%; z-index: 3; display: flex; flex-direction: column; gap: 8px; }
.stage-tags .tag {
  display: inline-block; padding: 8px 14px; border-radius: 999px;
  font-family: var(--ai-font-mono); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  background: rgba(10,10,12,.75); border: 1px solid var(--ai-line);
  color: #fff; backdrop-filter: blur(12px);
  animation: tag-in .8s var(--ai-ease-out) both;
}
.stage-tags .t1 { animation-delay: .7s; border-color: rgba(38,198,255,.4); }
.stage-tags .t2 { animation-delay: .85s; border-color: rgba(255,204,0,.5); color: var(--ai-yellow); }
.stage-tags .t3 { animation-delay: 1s; border-color: rgba(160,75,255,.4); }
@keyframes tag-in { from { opacity: 0; transform: translateX(-20px); } to { opacity: 1; transform: translateX(0); } }

@media (prefers-reduced-motion: reduce) {
  .bl215-atmos .orb, .grid-floor, .stage-rgb, .bl215-img, .stage-floor,
  .site-header::before, .header-side .side-mark, .brand::before,
  .bl215-title .line { animation: none !important; }
}

/* ============================================================
   15 · v1.5 — Text-based centre brand, cookie banner, sr-only
   ============================================================ */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.brand-text {
  font-family: var(--ai-font-display);
  font-weight: 900;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  letter-spacing: -0.045em;
  line-height: 1;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff 0%, #ff6a6f 45%, var(--ai-red) 55%, #ffffff 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px rgba(227,6,19,.35);
  filter: drop-shadow(0 2px 10px rgba(227,6,19,.55));
  animation: brand-sheen 6s ease-in-out infinite;
  display: inline-block;
  padding: 4px 2px;
}
@keyframes brand-sheen { 0%,100% { background-position: 0% 0; } 50% { background-position: 200% 0; } }
.brand:hover .brand-text { transform: scale(1.04); transition: transform .35s var(--ai-ease); }

.brand-tag { color: var(--ai-red-glow); font-weight: 800; letter-spacing: -.015em; }
.brand-tag.bee { color: var(--ai-yellow); }

@media (max-width: 720px) {
  .brand-text { font-size: 1.15rem; letter-spacing: -.035em; }
}
@media (max-width: 420px) {
  .brand-text { font-size: .95rem; }
}

/* Cookie banner */
.ai-cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  background: rgba(10,10,12,.85);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border: 1px solid var(--ai-line-2);
  border-radius: 18px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.9), 0 0 0 1px rgba(227,6,19,.15) inset;
  max-width: 780px; margin: 0 auto;
  transform: translateY(140%); opacity: 0;
  transition: transform .6s var(--ai-ease-out), opacity .4s ease;
}
.ai-cookie.show { transform: translateY(0); opacity: 1; }
.ai-cookie[hidden] { display: none; }
.ai-cookie-inner {
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px;
  padding: 18px 22px;
}
.ai-cookie-copy { display: flex; flex-direction: column; gap: 4px; }
.ai-cookie-copy b { font-family: var(--ai-font-display); font-size: 1rem; color: #fff; letter-spacing: -.01em; }
.ai-cookie-copy span { font-size: .86rem; color: var(--ai-muted); line-height: 1.45; }
.ai-cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }
.btn.btn-sm { padding: 10px 18px; font-size: .8rem; }
@media (max-width: 640px) {
  .ai-cookie-inner { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .ai-cookie-actions { justify-content: flex-end; flex-wrap: wrap; }
}

/* Sound toggle — reflect saved state */
.ai-sound-toggle.is-on .bars i { animation-play-state: running; }

/* ============================================================
   16 · v1.5.1 fixes — hero em gradient, right badge, mobile bee
   ============================================================ */

/* Hero "Intimidation" gradient must apply to the split-char spans,
   not the <em> (background-clip:text on em with inline-block children fails). */
.hero-title em { color: #ff2c2f; } /* fallback */
.hero-title em .split-char {
  background: linear-gradient(180deg, #ff5a5f 0%, var(--ai-red) 55%, #7a0208 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;
  filter: drop-shadow(0 6px 30px rgba(227,6,19,.55));
}

/* Beeline right-header logo is a wide rectangular mark — cap it tighter than
   the square Intimidation badge so both feel visually balanced. */
.header-side .side-mark.bee { height: 48px; }
@media (max-width: 1100px) { .header-side .side-mark.bee { height: 40px; } }
@media (max-width: 720px)  { .header-side .side-mark.bee { height: 36px; } }
@media (max-width: 420px)  { .header-side .side-mark.bee { height: 30px; } }

/* Mobile showroom — enlarge the Beeline product badge so the
   "Big sound. Honest price." panel matches the Intimidation stage above. */
@media (max-width: 960px) {
  .showroom-panel .media { aspect-ratio: 4/5; max-width: 560px; margin: 0 auto; width: 100%; }
  .showroom-panel.bee .media img { width: 92% !important; }
  .showroom-panel.pro .media img { width: 82% !important; }
}
@media (max-width: 560px) {
  .showroom-panel.bee .media img { width: 96% !important; }
  .showroom-panel.pro .media img { width: 88% !important; }
}

/* ============================================================
   17 · v1.7.1 — Android/Samsung reliability + perf + smaller bee
   ============================================================ */

/* 1. Hero title: ditch gradient-text-clip entirely. It renders wrong on
      Samsung Internet, Android WebView, MIUI, and Huawei browsers because
      background-clip:text on split inline-blocks paints the wrong slice
      of the gradient into each letter. Use a bulletproof solid red with
      a subtle text-shadow depth cue that works EVERYWHERE. */
.hero-title {
  font-size: clamp(2.6rem, 7.5vw, 7rem);
  line-height: 1;
  word-spacing: .05em;
  overflow-wrap: normal;
  hyphens: none;
}
.hero-title em,
.hero-title .word {
  display: inline-block;
  white-space: nowrap;
}
.hero-title em,
.hero-title em .split-char {
  color: #ff2c2f !important;
  -webkit-text-fill-color: #ff2c2f !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
          background-clip: border-box !important;
  text-shadow: 0 2px 0 #a30006, 0 4px 24px rgba(227,6,19,.45);
}

/* Same treatment for any other gradient-text wordmarks so they don't go
   invisible / rainbow on Samsung. */
.brand-text {
  color: #ff2c2f !important;
  -webkit-text-fill-color: #ff2c2f !important;
  background: none !important;
  background-image: none !important;
  text-shadow: 0 2px 0 #a30006, 0 4px 22px rgba(227,6,19,.4);
}

/* 2. Beeline right header logo — smaller again per request. */
.header-side .side-mark.bee { height: 32px !important; }
@media (max-width: 1100px) { .header-side .side-mark.bee { height: 28px !important; } }
@media (max-width: 720px)  { .header-side .side-mark.bee { height: 24px !important; } }
@media (max-width: 420px)  { .header-side .side-mark.bee { height: 22px !important; } }

/* 3. Performance — backdrop-filter is a massive frame-cost on Android GPUs.
      Drop it on <=960px and replace with a solid translucent bg so text stays
      legible without per-frame layer resampling. */
@media (max-width: 960px) {
  .site-header,
  .header-glass,
  .btn-ghost,
  .tier-card,
  .showroom-panel,
  .ai-cookie,
  .glass,
  [class*="glass"] {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background-color: rgba(10,10,12,.86) !important;
  }
  /* Kill heavy shadows and 3D transforms on mobile — they thrash compositor. */
  [data-tilt] { transform: none !important; }
  [data-parallax] { transform: none !important; }
}

/* 4. Global GPU hints — promote animated layers so Android can composite them. */
.hero-title,
.brand-text,
.bass-canvas,
[data-parallax],
[data-tilt] {
  will-change: transform;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 5. Respect reduced motion + save-data. */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

/* 3. Mobile showroom — fully reset the reverse layout, center everything,
      match the Intimidation "Shop Professional" panel exactly. */
@media (max-width: 960px) {
  .showroom-panel,
  .showroom-panel.reverse { direction: ltr !important; }
  .showroom-panel .container,
  .showroom-panel.reverse .container {
    grid-template-columns: 1fr !important;
    direction: ltr !important;
    justify-items: center;
    text-align: center;
    padding-left: 24px; padding-right: 24px;
    gap: 40px;
  }
  .showroom-panel .copy,
  .showroom-panel.reverse .copy {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    display: flex; flex-direction: column; align-items: center;
  }
  .showroom-panel .copy .lead { margin-left: auto; margin-right: auto; }
  .showroom-panel .specs { justify-items: center; width: 100%; max-width: 560px; }
  .showroom-panel .specs li { text-align: center; }
  .showroom-panel .media { width: 100%; max-width: 560px; margin: 0 auto; }
}

/* ============================================================
   18 · v1.7.1 — Beeline header stacked (image centered under text)
   ============================================================ */
.header-side.right {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  text-align: center !important;
}
.header-side.right .side-meta,
.header-side.right .side-meta.right {
  text-align: center !important;
  align-items: center !important;
}
.header-side.right .side-mark.bee {
  display: block !important;
  margin: 0 auto !important;
}

/* ============================================================
   19 · v1.7.1 — Beeline logo spacing under text
   ============================================================ */
.header-side.right { gap: 10px !important; padding-top: 4px !important; }
.header-side.right .side-mark.bee {
  margin-top: 10px !important;   /* drop it below the text */
  margin-bottom: 2px !important;
  display: block !important;
}
.header-side.right .side-meta,
.header-side.right .side-meta.right {
  margin-bottom: 2px !important;
  line-height: 1.15 !important;
}

/* ============================================================
   v1.7.2 · Header uses SpaceAge everywhere
   ============================================================ */
.site-header,
.site-header a,
.site-header b,
.site-header i,
.site-header span,
.main-nav,
.main-nav a,
.intim-logo,
.brand-text,
.brand-tag,
.header-side .side-meta,
.header-side .side-meta b,
.header-side .side-meta i {
  font-family: 'SpaceAge', var(--ai-font-display) !important;
  letter-spacing: -.02em;
  text-transform: uppercase;
}

/* ============================================================
   v1.8.2 · Header symmetry — both sides stack text over logo
   ============================================================ */
.header-side.left,
.header-side.right {
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  text-align: center !important;
  padding-top: 4px !important;
}
.header-side.left .side-meta,
.header-side.right .side-meta,
.header-side .side-meta.right {
  text-align: center !important;
  align-items: center !important;
  margin-bottom: 2px !important;
  line-height: 1.15 !important;
}
.header-side .side-mark {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
  display: block !important;
}
/* Match left (red badge) and right (Beeline) at parity sizes */
.header-side.left  .side-mark      { height: 48px !important; }
.header-side.right .side-mark.bee  { height: 48px !important; }
@media (max-width: 1100px) {
  .header-side.left  .side-mark      { height: 40px !important; }
  .header-side.right .side-mark.bee  { height: 40px !important; }
}
@media (max-width: 720px) {
  .header-side.left  .side-mark      { height: 34px !important; }
  .header-side.right .side-mark.bee  { height: 34px !important; }
}
@media (max-width: 420px) {
  .header-side.left  .side-mark      { height: 28px !important; }
  .header-side.right .side-mark.bee  { height: 28px !important; }
}

/* ============================================================
   v1.8.3 · VU meter transparent, larger centered brand
   ============================================================ */
.vu-meter {
  background: transparent !important;
  border: 0 !important;
  padding: 4px !important;
  box-shadow: none !important;
}
.vu-meter:hover { border-color: transparent !important; }

.brand { justify-self: center !important; text-align: center !important; }
.brand-text {
  font-size: clamp(2rem, 3.6vw, 3rem) !important;
  letter-spacing: -0.05em !important;
  padding: 6px 4px !important;
}
@media (max-width: 720px) {
  .brand-text { font-size: 1.65rem !important; }
}
@media (max-width: 420px) {
  .brand-text { font-size: 1.35rem !important; }
}

/* ============================================================
   v1.8.5 · Centered brand via grid, larger, no overlap
   ============================================================ */
.site-header .header-inner {
  grid-template-columns: 1fr auto 1fr !important;
  position: relative !important;
}
.site-header .brand {
  position: static !important;
  transform: none !important;
  justify-self: center !important;
  text-align: center !important;
  z-index: 5;
}
.site-header .brand-text {
  font-size: clamp(2rem, 3.4vw, 3.2rem) !important;
  letter-spacing: -0.05em !important;
  line-height: 1 !important;
  padding: 4px 8px !important;
  white-space: nowrap !important;
  text-align: center !important;
  display: inline-block !important;
}
.site-header .header-side.left,
.site-header .header-side.right { min-width: 0 !important; }
@media (max-width: 900px) {
  .site-header .brand-text { font-size: 1.6rem !important; }
}
@media (max-width: 560px) {
  .site-header .brand-text { font-size: 1.25rem !important; }
}

/* ============================================================
   v1.8.6 · Final header lockup: true centre, bigger wordmark
   ============================================================ */
.site-header .header-inner {
  max-width: none !important;
  width: 100% !important;
  grid-template-columns: clamp(180px, 24vw, 390px) minmax(0, 1fr) clamp(180px, 24vw, 390px) !important;
  gap: clamp(12px, 2vw, 34px) !important;
  min-height: 132px !important;
  padding: 14px clamp(18px, 3vw, 58px) !important;
  box-sizing: border-box !important;
}

.site-header .brand {
  grid-column: 2 !important;
  width: 100% !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: stretch !important;
  overflow: visible !important;
}

.site-header .brand-text {
  font-size: clamp(2.85rem, 4.2vw, 4.45rem) !important;
  letter-spacing: 0 !important;
  line-height: .92 !important;
  max-width: 100% !important;
  padding: 0 10px !important;
  color: #ff1f27 !important;
  -webkit-text-fill-color: #ff1f27 !important;
  text-shadow:
    0 2px 0 #8f0005,
    0 0 18px rgba(255,31,39,.82),
    0 0 42px rgba(227,6,19,.5) !important;
  transform: none !important;
}

.site-header .header-side.left,
.site-header .header-side.right {
  width: 100% !important;
  max-width: 390px !important;
  min-width: 0 !important;
  justify-self: stretch !important;
  align-self: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 4px 10px 8px !important;
  box-sizing: border-box !important;
}

.site-header .header-side.left { grid-column: 1 !important; }
.site-header .header-side.right { grid-column: 3 !important; }

.site-header .header-side .side-meta,
.site-header .header-side .side-meta.right {
  min-height: 34px !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: center !important;
  gap: 4px !important;
  margin: 0 !important;
  line-height: 1.05 !important;
  width: 100% !important;
}

.site-header .header-side .side-meta b {
  font-size: clamp(.9rem, 1.02vw, 1.18rem) !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
}

.site-header .header-side .side-meta i {
  font-size: .62rem !important;
  letter-spacing: .08em !important;
  white-space: nowrap !important;
}

.site-header .header-side .side-mark {
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.site-header .header-side.left .side-mark {
  height: 46px !important;
  max-width: 92px !important;
}

.site-header .header-side.right .side-mark.bee {
  height: 36px !important;
  max-width: 168px !important;
}

@media (max-width: 1100px) {
  .site-header .header-inner {
    grid-template-columns: 150px minmax(0, 1fr) 150px !important;
    min-height: 112px !important;
    padding-inline: 18px !important;
  }
  .site-header .brand-text { font-size: clamp(2.15rem, 4.5vw, 3rem) !important; }
  .site-header .header-side .side-meta b { font-size: .82rem !important; }
  .site-header .header-side .side-meta i { font-size: .54rem !important; }
  .site-header .header-side.left .side-mark { height: 38px !important; }
  .site-header .header-side.right .side-mark.bee { height: 30px !important; max-width: 142px !important; }
}

@media (max-width: 720px) {
  .site-header .header-inner {
    grid-template-columns: 58px minmax(0, 1fr) 58px !important;
    min-height: 76px !important;
    gap: 8px !important;
    padding: 8px 10px !important;
  }
  .site-header .header-side.left,
  .site-header .header-side.right { padding: 0 !important; max-width: 58px !important; }
  .site-header .header-side .side-meta,
  .site-header .header-side .side-meta.right { display: none !important; }
  .site-header .brand-text { font-size: clamp(1.55rem, 6.2vw, 2.1rem) !important; padding-inline: 2px !important; }
  .site-header .header-side.left .side-mark { height: 34px !important; max-width: 46px !important; }
  .site-header .header-side.right .side-mark.bee { height: 24px !important; max-width: 54px !important; }
}

@media (max-width: 420px) {
  .site-header .header-inner { grid-template-columns: 46px minmax(0, 1fr) 46px !important; }
  .site-header .brand-text { font-size: clamp(1.25rem, 6vw, 1.55rem) !important; }
  .site-header .header-side.left .side-mark { height: 28px !important; max-width: 38px !important; }
  .site-header .header-side.right .side-mark.bee { height: 20px !important; max-width: 44px !important; }
}

/* v1.8.7 · WordPress custom logo: single centred image, no nested anchor drift */
.site-header .brand .custom-logo-link { display: contents !important; }
.site-header .brand-custom-logo,
.site-header .brand .custom-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: min(520px, 100%) !important;
  max-height: 62px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 0 18px rgba(255,31,39,.72)) drop-shadow(0 0 38px rgba(227,6,19,.42));
}
@media (max-width: 1100px) {
  .site-header .brand-custom-logo,
  .site-header .brand .custom-logo { max-width: min(360px, 100%) !important; max-height: 48px !important; }
}
@media (max-width: 720px) {
  .site-header .brand-custom-logo,
  .site-header .brand .custom-logo { max-width: min(230px, 100%) !important; max-height: 36px !important; }
}
@media (max-width: 420px) {
  .site-header .brand-custom-logo,
  .site-header .brand .custom-logo { max-width: min(170px, 100%) !important; max-height: 28px !important; }
}
