/* ============================================================
   WARUNG CYBER — site.css  (OS redesign)
   Built on the vendored WC UI kit. Rules: NO border-radius
   (notches via clip-path), every box a lime edge, kit tokens
   only, animate transform/opacity only.
   Design intent: a retro-futurist OPERATING SYSTEM — the nav is
   the system menu bar, every section is a framed WINDOW sitting on
   the circuit-grid desktop, a persistent taskbar runs the clock +
   status. Constant ambient "hacker" motion throughout.
   ============================================================ */

html { scroll-behavior: smooth; }
body.wc2-portfolio { overflow-x: hidden; overflow-y: auto; }
body.os-shell { padding-bottom: var(--taskbar-h); }

:root {
  --site-ease: var(--wc-ease-out);
  --site-pop:  var(--wc-ease-pop);
  --card-pop:  cubic-bezier(0.2, 0.85, 0.3, 1.1);   /* window/card hover spring */
  --site-max: 1200px;
  --site-gut: clamp(20px, 5vw, 56px);

  /* ---- Vertical rhythm ---- */
  --sp-win-gap: clamp(26px, 4.6vh, 60px);   /* gap between windows on the desktop */
  --sp-head:    clamp(30px, 4.2vw, 52px);   /* gap under a section header */
  --sp-block:   clamp(22px, 3vw, 40px);     /* gap between stacked blocks  */
  --grid-gap:   clamp(16px, 2vw, 24px);
  --taskbar-h:  8px;    /* taskbar removed — small bottom breathing room only */

  /* ---- Type scale ---- */
  --fs-hero: clamp(44px, 8.2vw, 98px);
  --fs-h2:   clamp(27px, 4.3vw, 50px);
  --fs-lead: clamp(13px, 1.2vw, 15px);

  /* ---- Brand SLIDE-STEP silhouette (kit's signature panel shape:
     slide-cut corners + a bottom tab-nub). Lazily substitutes each host's
     local --slide-w/-h, --step-x/-d, --step-slope-w so one polygon drives
     nav / broadcast / HUD / dropdown / WINDOW chunky panels + their halos.
     Sourced 1:1 from brand navigation.html .nav-topbar. ---- */
  --wc-clip-slidestep: polygon(
    0 var(--slide-h, 10px),
    var(--slide-w, 10px) 0,
    calc(100% - var(--slide-w, 10px)) 0,
    100% var(--slide-h, 10px),
    100% calc(100% - var(--step-d, 8px) - var(--slide-h, 10px)),
    calc(100% - var(--slide-w, 10px)) calc(100% - var(--step-d, 8px)),
    calc(var(--step-x, 50%) + var(--step-slope-w, 12px)) calc(100% - var(--step-d, 8px)),
    var(--step-x, 50%) 100%,
    var(--slide-w, 10px) 100%,
    0 calc(100% - var(--slide-h, 10px)));

  /* Purple halo drop-shadow stack — same two-layer bloom as kit .wcp-glow. */
  /* Restrained edge glow — dialed back so windows/nav/HUD read as a subtle
     edge glow, not a thick purple bloom. */
  --wc-plate-halo:
    drop-shadow(0 0 3px rgba(90, 46, 128, 0.55))
    drop-shadow(0 0 9px rgba(90, 46, 128, 0.24));
  --wc-plate-halo-strong:
    drop-shadow(0 0 4px rgba(139, 77, 196, 0.58))
    drop-shadow(0 0 11px rgba(139, 77, 196, 0.28));
  --wc-plate-halo-lime:
    drop-shadow(0 0 4px rgba(184, 255, 56, 0.36))
    drop-shadow(0 0 12px rgba(184, 255, 56, 0.15));
}

/* Shared chunky-panel plate (purple halo behind a slide-step panel). Mirrors
   the kit's injected .wcp-glow sibling: a solid purple polygon whose
   drop-shadow traces the slide-step silhouette. */
.wc-plate,
.site-nav__plate, .site-nav__drop-plate, .broadcast__plate, .hero__hud-plate,
.os-win__plate, .taskbar__plate {
  position: absolute; inset: -2px; z-index: 0;
  background: var(--wc-purple);
  clip-path: var(--wc-clip-slidestep);
  filter: var(--wc-plate-halo);
  pointer-events: none;
  transition: filter 320ms var(--site-ease);
}

/* ============================================================
   DESKTOP — the surface the windows sit on. The .wc2-circuit grid
   (kit) is the wallpaper; this adds ambient radial atmosphere so the
   gaps between windows read as "desktop", not empty page.
   ============================================================ */
.os-desktop {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 1200px 720px at 80% 12%, rgba(90, 46, 128, 0.22), transparent 62%),
    radial-gradient(ellipse 960px 560px at 8% 78%, rgba(90, 46, 128, 0.16), transparent 60%),
    radial-gradient(ellipse 760px 520px at 52% 108%, rgba(184, 255, 56, 0.05), transparent 58%);
}

/* ============================================================
   SECTION SHELL — no more solid/transparent band alternation.
   Every section is a plain transparent frame that hosts one window.
   Windows are separated by desktop gaps, not background swaps.
   ============================================================ */
.sec { position: relative; z-index: 1; padding: var(--sp-win-gap) 0 0; }
#cta.sec { padding-bottom: var(--sp-win-gap); }
.wrap { max-width: var(--site-max); margin: 0 auto; padding: 0 var(--site-gut); }
.wrap--hero { padding-top: clamp(14px, 2.6vh, 30px); }

/* Section header with big dossier number */
.sec-head {
  display: grid; grid-template-columns: auto 1fr;
  gap: clamp(16px, 2.6vw, 36px); align-items: start;
  margin-bottom: var(--sp-head);
}
.sec-head__main { display: flex; flex-direction: column; gap: clamp(12px, 1.4vw, 18px); min-width: 0; }
.sec-head--stack { margin-bottom: var(--sp-block); }
.sec-num {
  font-family: var(--wc-font-display); font-size: clamp(38px, 5.6vw, 70px); line-height: 0.78;
  color: transparent; -webkit-text-stroke: 1.5px var(--wc-line-lime); letter-spacing: -0.04em;
  padding-top: 2px; -webkit-user-select: none; user-select: none;
  animation: wc-num-flicker 7s steps(1, end) infinite;
}
.sec-head .wc2-htitle { font-size: var(--fs-h2); line-height: 0.98; max-width: 18ch; }
.sec-lead { max-width: 60ch; color: var(--wc-ink-2); font: 400 var(--fs-lead)/1.65 var(--wc-font-mono); }

/* ============================================================
   MENU BAR — the system menu bar. Chunky slide-step TOP BAR:
   dark #1a1a1a panel + purple halo plate, brand wordmark left,
   WARUNGCYBER.OS system tag, mono-caps menu items, Produk dropdown,
   ONLINE status pip, EN/MS toggle, mobile burger.
   ============================================================ */
.site-nav { position: sticky; top: 0; z-index: var(--wc-z-hud); padding: 12px var(--site-gut) 8px; }
.site-nav__bar {
  position: relative; isolation: isolate;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  max-width: var(--site-max); margin: 0 auto;
  padding: 12px 22px 18px;                    /* extra bottom for the tab nub */
  --slide-w: 10px; --slide-h: 10px; --step-x: 50%; --step-d: 7px; --step-slope-w: 12px;
}
.site-nav__bar::before {                        /* LIME slide-step rim (base) — the shape reads as a lime outline over any bg */
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: rgba(184, 255, 56, 0.55);
  clip-path: var(--wc-clip-slidestep);
}
.site-nav__plate { display: none; }
.site-nav__bar::after {                          /* dark panel, inset by the rim width so the lime edge shows all round */
  content: ""; position: absolute; inset: 1.6px; z-index: 1;
  background: rgba(14, 6, 27, 0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  clip-path: var(--wc-clip-slidestep);
}
.site-nav__left { position: relative; z-index: 3; display: flex; align-items: center; gap: 16px; min-width: 0; }
.site-nav__brand, .site-nav__menu, .site-nav__burger { position: relative; z-index: 3; }
.wc2-pnav__brand { display: inline-flex; align-items: center; text-decoration: none; }
/* Loosen the nav wordmark's WARUNG↔CYBER overlap. The locked lockup uses
   calc(-0.2em - 21px), which reads too cramped at the small 26px nav size
   (they nearly collide on a phone). Site-level override (kit file untouched),
   nav-tier only — hero lockup keeps the locked overlap. */
.wc-logo--nav .wc-logo__cyber-row { margin-top: calc(-0.2em - 14px); }

/* WARUNGCYBER.OS system tag next to the wordmark — sells the "menu bar" */
.os-menubar__sys {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 9px 5px;
  font: 700 9px var(--wc-font-mono); letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--wc-ink-3);
  border: 1px solid var(--wc-line);
  clip-path: polygon(0 4px, 4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%);
}
.os-menubar__led { width: 8px; height: 8px; background: var(--wc-lime); box-shadow: 0 0 8px var(--wc-lime); animation: wc-pip 2.1s var(--wc-ease-in-out) infinite; }

.site-nav__menu { display: flex; align-items: center; gap: 24px; }
.site-nav__links { display: flex; align-items: center; gap: 24px; list-style: none; }
.site-nav__links a {
  position: relative;
  font: 700 10px var(--wc-font-mono); letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--wc-ink-2); text-decoration: none; padding: 4px 2px 12px;
  transition: color var(--wc-dur-fast) var(--site-ease);
}
.site-nav__links a:hover { color: var(--wc-lime); }
.site-nav__links a.is-active { color: var(--wc-lime); }
/* Active — solid lime slide-step tab nub pointing DOWN (brand nav-topbar active) */
.site-nav__links a.is-active::after {
  content: ""; position: absolute; left: -4px; right: -4px; bottom: 2px; height: 5px;
  background: var(--wc-lime);
  --slide-w: 2px; --slide-h: 1px; --step-x: 60%; --step-d: 2px; --step-slope-w: 2px;
  clip-path: var(--wc-clip-slidestep);
  filter: drop-shadow(0 0 4px rgba(184, 255, 56, 0.55));
}

/* ONLINE status cluster — right of the menu, before EN */
.os-menubar__status {
  display: inline-flex; align-items: center; gap: 7px;
  font: 700 9px var(--wc-font-mono); letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--wc-ok);
}
.os-menubar__pip { width: 7px; height: 7px; border-radius: 50%; background: var(--wc-ok); box-shadow: 0 0 8px var(--wc-ok); animation: wc-pip 1.6s var(--wc-ease-in-out) infinite; }
/* ONLINE indicator repurposed as the SFX on/off toggle button */
.os-menubar__sfx { border: 0; background: transparent; cursor: pointer; padding: 3px 6px; line-height: 1; transition: color var(--wc-dur-fast) var(--site-ease); }
.os-menubar__sfx:hover { color: var(--wc-lime); }
.os-menubar__sfx:hover .os-menubar__pip { background: var(--wc-lime); box-shadow: 0 0 8px var(--wc-lime); }
.sfx-off .os-menubar__pip { background: var(--wc-ink-4, #6F5C8C) !important; box-shadow: none !important; animation: none !important; }
.sfx-off .os-menubar__sfx { color: var(--wc-ink-3, #A892C2); }

/* ---- Produk dropdown — chunky popover ---- */
.site-nav__has-drop { position: relative; }
.site-nav__drop {
  position: absolute; top: calc(100% + 6px); left: -12px; min-width: 216px;
  --slide-w: 8px; --slide-h: 8px; --step-x: 50%; --step-d: 6px; --step-slope-w: 9px;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity var(--wc-dur-fast) var(--site-ease), transform var(--wc-dur-base) var(--site-ease), visibility var(--wc-dur-fast);
  z-index: var(--wc-z-overlay);
}
.site-nav__has-drop:hover .site-nav__drop,
.site-nav__has-drop:focus-within .site-nav__drop { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav__drop-panel {
  position: relative; z-index: 1;
  background: var(--wc-line);
  padding: 13px 13px 17px;
  clip-path: var(--wc-clip-slidestep);
}
.site-nav__drop-panel::before {
  content: ""; position: absolute; inset: 1px; z-index: -1;
  background: var(--wc-ground); clip-path: inherit; pointer-events: none;
}
.site-nav__drop-head {
  font: 700 9px var(--wc-font-mono); letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--wc-ink-4); padding-bottom: 7px; margin-bottom: 8px; border-bottom: 1px solid var(--wc-line);
}
.site-nav__drop-panel a {
  display: block; padding: 8px 10px;
  font: 700 11px var(--wc-font-mono); letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--wc-ink-2); text-decoration: none;
  transition: background 140ms, color 140ms, padding-left 160ms var(--site-ease);
}
.site-nav__drop-panel a:hover { background: rgba(184, 255, 56, 0.08); color: var(--wc-lime); padding-left: 18px; }

/* ---- Language toggle — compact lime slide-step button ---- */
.site-lang {
  position: relative;
  font: 700 var(--wc-text-tag)/1 var(--wc-font-mono); letter-spacing: var(--wc-track-tag); text-transform: uppercase;
  color: var(--wc-ground); background: var(--wc-lime); padding: 9px 15px 11px; cursor: pointer;
  --slide-w: 6px; --slide-h: 6px; --step-x: 60%; --step-d: 3px; --step-slope-w: 5px;
  clip-path: var(--wc-clip-slidestep);
  transition: transform var(--wc-dur-fast) var(--site-pop), filter var(--wc-dur-fast) var(--site-ease);
}
.site-lang:hover { transform: scale(1.06); filter: brightness(1.12) drop-shadow(0 0 16px rgba(184, 255, 56, 0.5)); }
.site-lang:active { transform: scale(.98); }

/* ---- Mobile burger — brand slide-step icon button ----
   Brand rule: a border can't trace the notch cuts. Use the FILL-RIM — the
   button bg is the lime edge, a ::before inset by 1.5px (clipped to the same
   slide-step) is the dark interior. Bars ride above on z-index. */
.site-nav__burger {
  display: none; position: relative; width: 42px; height: 42px; cursor: pointer;
  background: var(--wc-line-lime); border: 0;
  --slide-w: 6px; --slide-h: 6px; --step-x: 62%; --step-d: 4px; --step-slope-w: 6px;
  clip-path: var(--wc-clip-slidestep);
  transition: filter var(--wc-dur-fast) var(--site-ease), transform var(--wc-dur-fast) var(--site-pop);
}
.site-nav__burger::before { content: ""; position: absolute; inset: 1.5px; z-index: 0; background: var(--wc-ground); clip-path: inherit; }
.site-nav__burger:hover { filter: drop-shadow(0 0 10px rgba(184, 255, 56, 0.4)); }
.site-nav__burger:active { transform: scale(0.95); }
.site-nav.is-open .site-nav__burger { background: var(--wc-lime); }
.site-nav__burger span { position: absolute; z-index: 1; left: 11px; right: 11px; height: 2px; background: var(--wc-lime); transition: transform var(--wc-dur-base) var(--site-ease), opacity var(--wc-dur-fast) var(--site-ease); }
.site-nav__burger span:nth-child(1) { top: 15px; }
.site-nav__burger span:nth-child(2) { top: 20px; }
.site-nav__burger span:nth-child(3) { top: 25px; }
.site-nav.is-open .site-nav__burger span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.site-nav.is-open .site-nav__burger span:nth-child(2) { opacity: 0; }
.site-nav.is-open .site-nav__burger span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

/* ============================================================
   OS WINDOW — the primary spatial primitive. Every section is one.
   Layered "machined" frame:  purple plate (halo) → lime ring →
   dark-purple body.  Kit .wc2-win__title chrome bar on top with a
   // NN · NAME label, LIVE status meta, and window control dots.
   ============================================================ */
.os-win-wrap { position: relative; isolation: isolate; }
@property --os-a { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
.os-win {
  position: relative; z-index: 1;
  --slide-w: 10px; --slide-h: 10px; --step-x: 50%; --step-d: 12px; --step-slope-w: 16px; --rim: 2px;
  clip-path: var(--wc-clip-slidestep);
  background: transparent;
  padding: 0;
  transition: transform 360ms var(--card-pop);
}
@keyframes os-outline { to { --os-a: 360deg; } }
/* OUTLINE + INTERIOR — the SAME technique the top menu bar uses (which renders the
   tab nub perfectly): a full slide-step conic outline BELOW (::before), and an opaque
   inner panel inset by --rim and clipped to the SAME token ON TOP (::after). The
   BROWSER computes a clean rim around every corner AND the tab nub — no hand-written
   ring polygon (that's what spiked at the nub). The titlebar bg is transparent so it
   never covers the rim. */
.os-win::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  clip-path: inherit;
  background: conic-gradient(from var(--os-a),
    rgba(184,255,56,0.62) 0deg, rgba(184,255,56,0.62) 200deg,
    rgba(184,255,56,0.85) 300deg, #d8ff9a 338deg, #f4ffdc 349deg, #d8ff9a 357deg,
    rgba(184,255,56,0.62) 360deg);
  animation: os-outline 4.6s linear infinite;
}
.os-win::after {
  content: ""; position: absolute; inset: var(--rim); z-index: 1; pointer-events: none;
  clip-path: inherit;
  background: #271847;   /* --wc-bg-3 opaque raised panel → the outline can't bleed in */
}
.os-win__plate { display: none; }
.os-win > * { position: relative; z-index: 2; }

/* Window title bar — reuse the kit .wc2-win__title chrome. Conforms to the
   window's cut-corner top via the parent clip. */
.os-win__chrome {
  cursor: default;
  background: transparent;                 /* transparent so it never covers the top rim */
  border-bottom: 1px solid var(--wc-line);
}
.os-win .wc2-win__label { color: var(--wc-ink-2); font-size: 10px; letter-spacing: 0.2em; }
.os-win .wc2-win__label .num { color: var(--wc-orange); }
.os-win__meta { white-space: nowrap; overflow: hidden; }
.os-pip { width: 6px; height: 6px; border-radius: 50%; background: var(--wc-ok); box-shadow: 0 0 6px var(--wc-ok); animation: wc-pip 1.6s var(--wc-ease-in-out) infinite; flex: none; }
.os-pip--orange { background: var(--wc-orange); box-shadow: 0 0 6px var(--wc-orange); }
.os-win__hex { color: var(--wc-orange); }
.os-win .wc2-win__ctrl { cursor: default; }

/* Window body — holds the section content */
.os-win__body { padding: clamp(24px, 3.4vw, 44px) clamp(20px, 3.4vw, 44px) clamp(28px, 3.6vw, 46px); }

/* Tall merged window — sections 01–04 live inside ONE window, split by shape
   separators instead of four separate window frames. */
.os-win__body--tall { padding: clamp(26px, 3.4vw, 46px) clamp(20px, 3.4vw, 44px) clamp(34px, 4vw, 52px); }
.os-block { position: relative; scroll-margin-top: 96px; }

/* Shape separator between internal blocks — a chunky lime slide-step nub over a
   fading hairline, with an orange terminal pip. No border (fills the clip cleanly
   at the cut corners). */
.os-sep { position: relative; height: 2px; margin: clamp(46px, 6.5vw, 82px) 0 clamp(36px, 4.6vw, 56px); background: linear-gradient(90deg, var(--wc-line-lime), rgba(184,255,56,0.04) 62%, transparent); }
.os-sep::before { content: ""; position: absolute; left: 0; top: -3px; width: clamp(40px, 6vw, 60px); height: 8px; background: var(--wc-lime); --slide-w: 3px; --slide-h: 2px; --step-x: 72%; --step-d: 3px; --step-slope-w: 5px; clip-path: var(--wc-clip-slidestep); filter: drop-shadow(0 0 6px rgba(184, 255, 56, 0.5)); }
.os-sep::after { content: ""; position: absolute; right: 0; top: -1.5px; width: 5px; height: 5px; background: var(--wc-orange); box-shadow: 0 0 6px var(--wc-orange); }

/* Trailing punctuation after a brush accent word — nudge it clear of the slanted
   brush tail so it never overlaps (the brand accent carries a -0.1em right margin). */
.wc2-htitle .htitle-q { display: inline-block; margin-left: 0.2em; font-style: normal; }
/* Keep a brush accent word and its trailing punctuation on the SAME line —
   the "?" was breaking to its own line on narrow screens. */
.wc2-htitle .htitle-keep { white-space: nowrap; }

/* Window hover — "gains focus": lime edge brightens, halo intensifies,
   a whisper of scale + lift. Kept subtle so it never fights inner cards
   or causes horizontal scroll. GPU-only (transform/opacity/filter). */
.os-win-wrap:hover > .os-win { transform: translateY(-2px) scale(1.006); }

/* CTA window body is centered */
.os-win--cta .os-win__body.cta-card__inner {
  text-align: center; display: flex; flex-direction: column; align-items: center;
  padding: clamp(34px, 5vw, 58px) clamp(20px, 4vw, 46px) clamp(40px, 5vw, 60px);
}

/* ============================================================
   HERO — lives inside the primary window (os-win--hero)
   ============================================================ */
.hero-sec { position: relative; }
.os-win__body--hero { padding: clamp(26px, 3.2vw, 46px) clamp(22px, 3.4vw, 46px) clamp(30px, 3.6vw, 48px); }
.hero__grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(26px, 5vw, 62px); align-items: center; min-height: min(56vh, 520px); }

.hero__copy { min-width: 0; }
.hero__status { display: inline-flex; align-items: center; gap: 8px; color: var(--wc-lime); font: 700 var(--wc-text-tag) var(--wc-font-mono); letter-spacing: var(--wc-track-tag); text-transform: uppercase; border: 1px solid var(--wc-line-lime); padding: 6px 12px; clip-path: polygon(0 5px, 5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%); }
.hero__status .pip { width: 7px; height: 7px; background: var(--wc-lime); border-radius: 50%; box-shadow: 0 0 8px var(--wc-lime); animation: wc-pip 1.7s var(--wc-ease-in-out) infinite; }
/* Hero title — biggest display. Carries .wc2-htitle so the kit typewriter
   engages, but every shared prop is re-declared here so this sizing wins. */
.hero__title { margin: clamp(16px, 2.2vw, 24px) 0 clamp(14px, 1.8vw, 20px); font-family: var(--wc-font-display); font-size: var(--fs-hero); line-height: 0.84; letter-spacing: -0.04em; text-transform: uppercase; color: var(--wc-ink-1); max-width: none; }
.hero__title-line { display: block; text-shadow: 3px 3px 0 rgba(90,46,128,0.42), 6px 6px 0 rgba(90,46,128,0.20); }
.hero__title-line--accent { color: var(--wc-lime); text-shadow: 3px 3px 0 rgba(90,46,128,0.42), 6px 6px 0 rgba(90,46,128,0.20), 0 0 22px rgba(184,255,56,0.24); }
.hero__sub { max-width: 44ch; color: var(--wc-ink-2); font: 400 clamp(13px, 1.3vw, 15.5px)/1.68 var(--wc-font-mono); letter-spacing: 0.01em; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: clamp(22px, 3vw, 30px); }

/* ---- Explicit hover interactivity — every card gets a visible SCALE-UP
   on hover (client request), on top of the kit's translateY lift, with a
   lime edge/glow brighten. GPU-only. ------------------------------------ */
/* Product cards (the <a> wrap scales the whole card incl. its glow halo) */
.ngcc-link { transition: transform 300ms var(--card-pop); }
.ngcc-link:hover { transform: translateY(-4px) scale(1.03); }
.ngcc-link:hover .wc2-ngcc { transform: none; }   /* avoid double-lift; wrap owns the motion */
/* Notch cards (step + make) — scale the WRAP so the number tab + card scale
   together and stay aligned; the kit's inner -3px lift rides along. */
.wc2-notch-wrap { transition: transform 300ms var(--card-pop); }
.wc2-notch-wrap:hover { transform: scale(1.03); }
.make-card, .step { transition: transform var(--wc-dur-base) var(--site-ease), filter var(--wc-dur-base) var(--site-ease); }
.make-card:hover, .step:hover { filter: brightness(1.12); }
.hero-fig img { transition: filter var(--wc-dur-base) var(--site-ease); }
.hero-fig:hover img { filter: brightness(1.2) drop-shadow(0 0 12px rgba(184,255,56,.35)); }
/* Spec / tag pills — scale + lime edge on hover */
.spec-rail .wc2-tag-pill, .tagwrap .wc2-tag-pill { transition: transform 200ms var(--card-pop), border-color var(--wc-dur-fast) var(--site-ease), color var(--wc-dur-fast) var(--site-ease); }
.spec-rail .wc2-tag-pill:hover, .tagwrap .wc2-tag-pill:hover { transform: scale(1.07); border-color: var(--wc-line-lime); color: var(--wc-ink-1); }
/* Hero rail cells + stat cards — subtle scale so "all cards" is uniform */
.hero__rail .hstat { transition: background var(--wc-dur-fast) var(--site-ease); }
.hero__rail .hstat:hover { background: rgba(184, 255, 56, 0.06); }

/* ---- Hero stage: HUD terminal + figurine cascade ---- */
.hero__stage { position: relative; min-height: 470px; }
.hero__hud-wrap {
  position: absolute; top: 0; right: 0; width: min(320px, 60%); z-index: 3;
  --slide-w: 12px; --slide-h: 12px; --step-x: 50%; --step-d: 8px; --step-slope-w: 14px;
}
.hero__hud {
  position: relative; z-index: 1; width: 100%;
  background: var(--wc-bg); border: 0;
  box-shadow: inset 0 0 0 1px var(--wc-line-lime);   /* lime edge, clipped to slide-step */
  clip-path: var(--wc-clip-slidestep);
  padding-bottom: 8px;
  overflow: hidden;
}
.hero__hud::before { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 4; background: repeating-linear-gradient(180deg, transparent 0 3px, rgba(0,0,0,0.22) 3px 4px); mix-blend-mode: multiply; opacity: .5; }
.hero__hud::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 46%; z-index: 5; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(184,255,56,0.05) 55%, rgba(184,255,56,0.16)); animation: wc-hud-scan 4.6s cubic-bezier(0.4,0,0.6,1) infinite; }
.hero__hud-bar { position: relative; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-bottom: 1px solid var(--wc-line); font: 700 var(--wc-text-micro) var(--wc-font-mono); letter-spacing: var(--wc-track-tag); text-transform: uppercase; color: var(--wc-ink-3); }
.hero__hud-bar .pip { width: 6px; height: 6px; background: var(--wc-ok); border-radius: 50%; box-shadow: 0 0 6px var(--wc-ok); animation: wc-pip 1.5s var(--wc-ease-in-out) infinite; }
.hero__hud-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hero__hud-eq { margin-left: auto; height: 14px; }
.hero__hud-eq span { width: 2px; }
.hero__term { position: relative; z-index: 2; margin: 0; padding: 12px; height: 150px; overflow: hidden; font: 400 11px/1.5 var(--wc-font-mono); color: var(--wc-lime); white-space: pre-wrap; word-break: break-all; text-shadow: 0 0 6px rgba(184,255,56,0.25); }
.hero__term-caret { display: inline-block; width: 7px; height: 1.05em; margin-left: 1px; background: var(--wc-lime); vertical-align: -0.15em; box-shadow: 0 0 6px rgba(184,255,56,0.6); animation: wc-caret 1.05s step-end infinite; }
.hero__hud-foot { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 7px 12px; border-top: 1px solid var(--wc-line); font: 700 var(--wc-text-micro) var(--wc-font-mono); letter-spacing: var(--wc-track-tag); text-transform: uppercase; color: var(--wc-ink-4); }
.hero__hud-stat { display: inline-flex; align-items: center; gap: 5px; }
.hero__hud-stat b { color: var(--wc-ink-3); font-weight: 700; }
.hero__hud-stat span { color: var(--wc-lime); font-variant-numeric: tabular-nums; }
.hero__hud-hex { margin-left: auto; color: var(--wc-orange) !important; }

.hero__figures { position: absolute; inset: 0; z-index: 2; }
.hero-fig { position: absolute; margin: 0; width: 126px; height: 126px; padding: 6px; background: var(--wc-line-lime); clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.hero-fig::before { content: ""; position: absolute; inset: 1px; background: var(--wc-bg-1); clip-path: polygon(0 11px, 11px 0, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%); }
.hero-fig img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 6px 14px rgba(0,0,0,.5)); }
.hero-fig--dev { width: 118px; height: 118px; }
/* Scatter across the full stage (the console used to occupy the top-right). */
.hero-fig:nth-child(1) { left: 3%;  top: 3%;  z-index: 3; }
.hero-fig:nth-child(2) { left: 46%; top: 0;   z-index: 2; }
.hero-fig:nth-child(3) { left: 8%;  top: 42%; z-index: 4; }
.hero-fig:nth-child(4) { left: 52%; top: 40%; z-index: 3; }
.hero-fig:nth-child(5) { left: 26%; top: 72%; z-index: 5; }

/* ---- Scattered brand decor behind the figurines — paint splats + glitch
   shards that flicker. Purely decorative (pointer-events:none). ---- */
.hero__decor { position: absolute; inset: -8% -6%; z-index: 1; pointer-events: none; }
.hero__splat { position: absolute; display: block; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-position: center; mask-position: center; opacity: 0.42; }
.hero__splat--1 { width: 128px; height: 128px; top: 4%;  right: 6%;  background: var(--wc-purple-bright); -webkit-mask-image: url(../assets/splats/splat-3.svg); mask-image: url(../assets/splats/splat-3.svg); animation: wc-hero-flick 5.4s steps(1) infinite; }
.hero__splat--2 { width: 92px;  height: 92px;  bottom: 8%; left: 2%;   background: var(--wc-lime);          -webkit-mask-image: url(../assets/splats/splat-6.svg); mask-image: url(../assets/splats/splat-6.svg); opacity: 0.32; animation: wc-hero-flick 6.7s steps(1) infinite 0.8s; }
.hero__splat--3 { width: 70px;  height: 70px;  top: 46%;  right: 30%; background: var(--wc-orange);        -webkit-mask-image: url(../assets/splats/splat-8.svg); mask-image: url(../assets/splats/splat-8.svg); opacity: 0.3;  animation: wc-hero-flick 4.6s steps(1) infinite 1.9s; }
.hero__glitch { position: absolute; width: 54px; height: auto; opacity: 0.85; filter: drop-shadow(0 0 8px rgba(184,255,56,0.3)); }
.hero__glitch--1 { top: 20%; left: 40%; width: 60px; animation: wc-hero-flick 3.3s steps(1) infinite 0.4s; }
.hero__glitch--2 { bottom: 20%; right: 8%; width: 46px; animation: wc-hero-flick 2.7s steps(1) infinite 1.3s; }
.hero__glitch--3 { top: 62%; left: 4%; width: 40px; animation: wc-hero-flick 3.9s steps(1) infinite 2.2s; }
@keyframes wc-hero-flick {
  0%, 6% { opacity: 0; }
  7%     { opacity: 0.9; }
  10%    { opacity: 0.15; }
  13%    { opacity: 0.85; }
  46%    { opacity: 0.5; }
  47%    { opacity: 0; }
  50%    { opacity: 0.7; }
  92%    { opacity: 0.5; }
  93%    { opacity: 0.1; }
  100%   { opacity: 0.45; }
}

/* Hero stats rail (kit .wc2-stat cells) */
/* Hero rail — lime OUTLINE that follows the cut corners (bg = edge, ::before = inset
   interior clipped to the same shape). box-shadow/border can't outline the diagonal
   cuts; this fill-rim does. Brightens to full lime on hover. */
.hero__rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(26px, 4.5vh, 48px); clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.hero__rail::before { content: ""; position: absolute; inset: 0; z-index: 0; clip-path: inherit; background: rgba(27, 14, 53, 0.92); pointer-events: none; }  /* --wc-bg-2 #1B0E35 (recessed sub-panel) */
/* rim-only annulus outline (bevel minus inner bevel) — follows both cut corners, on top */
.hero__rail::after { content: ""; position: absolute; inset: 0; z-index: 3; pointer-events: none; background: rgba(184, 255, 56, 0.7); transition: background var(--wc-dur-base) var(--site-ease);
  clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px,
    2px 12px, 2px calc(100% - 2px), calc(100% - 12px) calc(100% - 2px), calc(100% - 2px) calc(100% - 12px), calc(100% - 2px) 2px, 12px 2px, 2px 12px); }
.hero__rail:hover::after { background: var(--wc-lime); }
.hero__rail .hstat { position: relative; z-index: 1; }
.hero__rail .hstat { display: flex; flex-direction: column; gap: 5px; padding: 15px 18px; border-right: 1px solid var(--wc-line); }
.hero__rail .hstat:last-child { border-right: 0; }
.hero__rail .wc2-stat .n { font-size: clamp(20px, 2.4vw, 30px); }
.hero__rail .wc2-stat .l { color: var(--wc-ink-3); margin-top: 0; }

/* ============================================================
   BROADCAST STRIP — centered chunky slide-step console ticker.
   ============================================================ */
.broadcast { display: flex; justify-content: center; padding: clamp(20px, 3vh, 30px) var(--site-gut) 0; overflow-x: clip; }
.broadcast__bar {
  position: relative; isolation: isolate;
  width: 100%; max-width: var(--site-max);
  display: flex; align-items: stretch;
  height: clamp(46px, 6vh, 56px);
  padding-bottom: 7px;
  --slide-w: 10px; --slide-h: 10px; --step-x: 50%; --step-d: 7px; --step-slope-w: 12px;
}
.broadcast__bar::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: #1a1a1a; clip-path: var(--wc-clip-slidestep);
}
.broadcast__label, .broadcast__window, .broadcast__end { position: relative; z-index: 2; display: flex; align-items: center; }
.broadcast__label {
  gap: 8px; padding: 0 18px; flex: none;
  font: 800 11px var(--wc-font-display); letter-spacing: 0.14em; text-transform: uppercase; color: var(--wc-lime);
  border-right: 1px solid var(--wc-line);
}
.broadcast__pip { width: 8px; height: 8px; background: var(--wc-lime); border-radius: 50%; box-shadow: 0 0 8px var(--wc-lime); animation: wc-pip 1.5s var(--wc-ease-in-out) infinite; }
.broadcast__window {
  flex: 1 1 auto; min-width: 0; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}
.broadcast__track { display: inline-flex; flex: none; align-items: center; white-space: nowrap; animation: wc-marquee 32s linear infinite; will-change: transform; }
.broadcast__seg { display: inline-flex; align-items: center; }
.broadcast__seg span { font: 700 11px var(--wc-font-mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--wc-ink-2); padding: 0 4px; }
.broadcast__seg i { color: var(--wc-lime); opacity: .85; font-style: normal; font-size: 9px; margin: 0 12px; }
.broadcast__end {
  gap: 6px; padding: 0 16px; flex: none;
  font: 700 10px var(--wc-font-mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--wc-orange);
  border-left: 1px solid var(--wc-line);
}
@keyframes wc-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ============================================================
   BRAND SUB-LABELS + INLINE BANNER
   ============================================================ */
.site-sublabel { display: block; margin: 0 0 16px; color: var(--wc-ink-3); }
.site-sublabel::before { content: ""; }
.site-banner { max-width: 100%; margin: 0 0 var(--sp-block); }
.site-banner.wcp-alert { align-items: center; }

/* ============================================================
   GRIDS + PRODUCT CARDS
   ============================================================ */
.site-grid { display: grid; gap: var(--grid-gap); min-width: 0; }
.site-grid--3 { grid-template-columns: repeat(3, 1fr); }
.site-grid--4 { grid-template-columns: repeat(4, 1fr); }
.site-grid > * { min-width: 0; }
.ngcc-link { text-decoration: none; display: block; height: 100%; max-width: 100%; }
.site-grid .wc2-ngcc { max-width: 100%; }
.site-grid--3 .wc2-ngcc__inner { padding: 18px 18px 22px; }
.prod__media { position: relative; aspect-ratio: 4/3; margin-bottom: 15px; overflow: hidden; border: 1px solid var(--wc-line); clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); background: var(--wc-bg); }
.prod__media img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--wc-dur-slow) var(--site-ease); }
.ngcc-link:hover .prod__media img { transform: scale(1.05); }
.prod__tag { position: absolute; top: 8px; left: 8px; font: 700 var(--wc-text-micro) var(--wc-font-mono); letter-spacing: var(--wc-track-tag); text-transform: uppercase; color: var(--wc-ground); background: var(--wc-ink-1); padding: 4px 8px; }
.prod__tag--live { color: var(--wc-ground); background: var(--wc-lime); }
.prod__title { font-family: var(--wc-font-display); font-size: 18px; line-height: 1.05; text-transform: uppercase; letter-spacing: -0.01em; color: var(--wc-ink-1); margin: 4px 0 7px; overflow-wrap: break-word; }
.prod__desc { color: var(--wc-ink-3); font: 400 var(--wc-text-base)/1.55 var(--wc-font-mono); overflow-wrap: break-word; }
.prod__foot { display: flex; align-items: baseline; justify-content: space-between; margin-top: 14px; gap: 8px; flex-wrap: wrap; }
.prod__price { color: var(--wc-lime); font: 700 15px var(--wc-font-mono); letter-spacing: 0.01em; }
.prod__cta { font: 700 var(--wc-text-tag) var(--wc-font-mono); letter-spacing: var(--wc-track-tag); text-transform: uppercase; color: var(--wc-ink-2); white-space: nowrap; transition: transform var(--wc-dur-fast) var(--site-ease), color var(--wc-dur-fast) var(--site-ease); }
.ngcc-link:hover .prod__cta { color: var(--wc-lime); transform: translateX(4px); }

/* Spec rail under the featured grid */
.spec-rail { display: flex; flex-wrap: wrap; gap: 8px; margin-top: var(--sp-block); }
.spec-rail .wc2-tag-pill b { color: var(--wc-lime); font-weight: 700; margin-right: 2px; }
.spec-rail .wc2-tag-pill.orange b { color: var(--wc-orange); }

/* STRICT NO-SQUARES — every small pill / chip / image-tag gets the brand
   corner-cut so nothing renders as a hard rectangle. */
.wc2-tag-pill, .wc2-chip, .prod__tag {
  clip-path: polygon(0 3px, 3px 0, 100% 0, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0 100%);
}
/* bordered pills/chips: a real border gets clipped at the cut corners (looks
   broken) — use an inset shadow so the edge follows the cut cleanly. */
.wc2-tag-pill, .wc2-chip { border-color: transparent !important; box-shadow: inset 0 0 0 1px currentColor; }

/* ============================================================
   PROCESS STEPS (kit .wc2-notch cards with number tabs)
   ============================================================ */
.steps { align-items: start; }
.step-card .wc2-notch { min-height: 100%; }
.step-card .wc2-notch__head { font-size: 14px; margin-bottom: 8px; }
.step-card .wc2-notch__body { font-size: var(--wc-text-base); }

/* ============================================================
   MAKE CARDS
   ============================================================ */
.make-card { text-align: left; }
.make-card__icon { width: 36px; height: 36px; margin-bottom: 12px; }
.make-card__icon svg { width: 100%; height: 100%; fill: none; stroke: var(--wc-purple-bright); stroke-width: 1.6; }
.make-card .wc2-notch__head { font-size: 15px; }
.make-card .wc2-chip { margin-top: 14px; align-self: flex-start; }

/* ============================================================
   MAKER SPINE
   ============================================================ */
.spine { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.spine__copy { margin-top: var(--sp-block); display: flex; flex-direction: column; gap: 16px; }
.spine__copy p { color: var(--wc-ink-2); font: 400 clamp(13px,1.3vw,15px)/1.7 var(--wc-font-mono); }
.spine__aside { display: flex; flex-direction: column; gap: 18px; }
.spine__aside .wc2-stats__grid { gap: 16px; }
.spine__aside .wc2-stat .n { font-size: clamp(26px, 3.2vw, 40px); }
.spine__aside .wc2-stat .l { color: var(--wc-ink-3); }
.tagwrap { display: flex; flex-wrap: wrap; gap: 8px; }

/* ============================================================
   CTA (now the body of window 05)
   ============================================================ */
.cta-card__inner .wc2-htitle { line-height: 0.98; }
.cta-card__sub { max-width: 50ch; margin: 16px 0 26px; color: var(--wc-ink-2); font: 400 clamp(13px,1.3vw,15px)/1.6 var(--wc-font-mono); }

/* ============================================================
   TASKBAR — persistent bottom system status bar (OS chrome)
   ============================================================ */
.taskbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: var(--wc-z-hud); padding: 0 var(--site-gut) 10px; pointer-events: none; }
.taskbar__bar {
  position: relative; isolation: isolate;
  max-width: var(--site-max); margin: 0 auto;
  display: flex; align-items: center; gap: 16px;
  padding: 13px clamp(14px, 3vw, 24px) 18px;    /* extra bottom for the tab nub */
  --slide-w: 10px; --slide-h: 10px; --step-x: 50%; --step-d: 7px; --step-slope-w: 12px;
  font: 700 9px var(--wc-font-mono); letter-spacing: 0.18em; text-transform: uppercase; color: var(--wc-ink-3);
  pointer-events: auto;
}
.taskbar__bar::before {                          /* LIME slide-step rim (base) — SAME shape treatment as the top bar */
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: rgba(184, 255, 56, 0.55);
  clip-path: var(--wc-clip-slidestep);
}
.taskbar__bar::after {                           /* dark panel inset by the rim width → lime slide-step edge all round */
  content: ""; position: absolute; inset: 1.6px; z-index: 1;
  background: rgba(14, 6, 27, 0.94);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  clip-path: var(--wc-clip-slidestep);
}
.taskbar__plate { display: none; }
.taskbar__bar > *:not(.taskbar__plate) { position: relative; z-index: 2; }
.taskbar__group { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.taskbar__brand b { color: var(--wc-ink-1); font-weight: 800; letter-spacing: 0.14em; }
.taskbar__led { width: 8px; height: 8px; background: var(--wc-lime); box-shadow: 0 0 8px var(--wc-lime); animation: wc-pip 2.1s var(--wc-ease-in-out) infinite; }
.taskbar__ver { color: var(--wc-orange); }
.taskbar__online { color: var(--wc-ok); padding-left: 16px; border-left: 1px solid var(--wc-line); }
.taskbar__pip { width: 7px; height: 7px; border-radius: 50%; background: var(--wc-ok); box-shadow: 0 0 8px var(--wc-ok); animation: wc-pip 1.6s var(--wc-ease-in-out) infinite; }
.taskbar__spacer { flex: 1 1 auto; }
.taskbar__sfx { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; color: var(--wc-ink-3); font: 700 9px var(--wc-font-mono); letter-spacing: 0.18em; text-transform: uppercase; padding: 4px 8px; border: 1px solid var(--wc-line); transition: color var(--wc-dur-fast), border-color var(--wc-dur-fast), background var(--wc-dur-fast); clip-path: polygon(0 3px, 3px 0, 100% 0, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0 100%); }
.taskbar__sfx:hover { color: var(--wc-lime); border-color: var(--wc-line-lime); background: rgba(184,255,56,0.06); }
.taskbar__sfx.on { color: var(--wc-lime); border-color: var(--wc-lime); background: rgba(184,255,56,0.09); }
.taskbar__sfx-ico { color: var(--wc-lime); }
.taskbar__meter { color: var(--wc-ink-4); padding-left: 16px; border-left: 1px solid var(--wc-line); }
.taskbar__eq { height: 12px; }
.taskbar__eq span { width: 2px; }
.taskbar__clock { color: var(--wc-ink-3); padding-left: 16px; border-left: 1px solid var(--wc-line); }
.taskbar__clock span[id] { color: var(--wc-lime); font-variant-numeric: tabular-nums; letter-spacing: 0.08em; }

/* ============================================================
   FOOTER
   ============================================================ */
/* Footer is a SHAPED PANEL (full slide-step WITH tab nub), same technique as the
   top menu bar: lime base + dark panel inset by --rim so the browser draws a clean
   rim around the nub. Replaces the old floating taskbar. */
.site-footer {
  position: relative; z-index: 1;
  width: calc(100% - 2 * var(--site-gut)); max-width: var(--site-max);
  margin: var(--sp-win-gap) auto var(--sp-win-gap);
  --slide-w: 10px; --slide-h: 10px; --step-x: 50%; --step-d: 12px; --step-slope-w: 16px; --rim: 2px;
  clip-path: var(--wc-clip-slidestep);
  background: rgba(184, 255, 56, 0.55);   /* lime outline base (same as the top bar rim) */
}
.site-footer::before {                 /* dark chrome panel inset by --rim → lime rim shows, nub included */
  content: ""; position: absolute; inset: var(--rim); z-index: 0; clip-path: inherit;
  background: #0E061B; pointer-events: none;   /* opaque --wc-bg → no bleed */
}
.site-footer > * { position: relative; z-index: 1; }
.site-footer .wrap { max-width: none; padding: clamp(36px, 5vw, 56px) clamp(26px, 4vw, 48px) 28px; }
.site-footer__top { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.site-footer__tag { margin-top: 16px; color: var(--wc-ink-3); font: 400 var(--wc-text-base) var(--wc-font-mono); max-width: 34ch; }
.site-footer__live { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.site-footer__cols { display: flex; gap: clamp(30px, 6vw, 72px); flex-wrap: wrap; }
.site-footer__col { display: flex; flex-direction: column; gap: 10px; }
.site-footer__col h4 { font: 700 var(--wc-text-tag) var(--wc-font-mono); letter-spacing: var(--wc-track-label); text-transform: uppercase; color: var(--wc-lime); margin-bottom: 4px; }
.site-footer__col a { color: var(--wc-ink-2); text-decoration: none; font: 400 var(--wc-text-base) var(--wc-font-mono); transition: color var(--wc-dur-fast) var(--site-ease), transform var(--wc-dur-fast) var(--site-ease); }
.site-footer__col a:hover { color: var(--wc-lime); transform: translateX(3px); }
.site-footer__bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; margin-top: clamp(34px, 5vw, 52px); padding-top: 18px; border-top: 1px solid var(--wc-line); color: var(--wc-ink-4); }

/* ============================================================
   AMBIENT MOTION KEYFRAMES (transform / opacity only)
   ============================================================ */
@keyframes wc-ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes wc-nav-slide { from { transform: translateY(-12px); } to { transform: translateY(0); } }
@keyframes wc-pip { 0%,100% { opacity: 1; } 50% { opacity: .32; } }
@keyframes wc-caret { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
@keyframes wc-hud-scan {
  0%   { transform: translateY(-100%); opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { transform: translateY(240%);  opacity: 0; }
}
@keyframes wc-num-flicker {
  0%, 93%, 100% { opacity: 1; }
  94% { opacity: .35; }
  95% { opacity: .85; }
  96% { opacity: .45; }
  97% { opacity: 1; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .os-menubar__sys { display: none; }
}
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; min-height: 0; gap: clamp(20px, 4vw, 32px); }
  .hero__stage { min-height: 320px; margin-top: 4px; }
  .site-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .spine { grid-template-columns: 1fr; }
  .os-win__meta .sep, .os-win__meta .os-win__hex { display: none; }
}

@media (max-width: 720px) {
  .site-nav__burger { display: block; }
  .site-nav:not(.is-open) .site-nav__menu { display: none; }
  .site-nav__menu { position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: var(--wc-z-overlay);
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 14px;
    padding: 18px 20px 24px;
    background: var(--wc-bg-2);
    border-top: 1px solid var(--wc-line); border-bottom: 1px solid var(--wc-line-lime);
    box-shadow: 0 18px 50px rgba(0,0,0,0.7);
    animation: wc-nav-slide 0.26s var(--wc-ease-out); }
  .site-nav__links { flex-direction: column; align-items: stretch; gap: 2px; }
  .site-nav__links li { width: 100%; }
  .site-nav__links a { display: block; font-size: 14px; padding: 11px 2px; }
  .site-nav__links a.is-active::after { display: none; }
  .os-menubar__status { align-self: flex-start; }
  /* Keep the BRAND notched popover shape on mobile (was stripped to a flat
     indented list). Renders as a mini brand dropdown under "Produk". */
  .site-nav__has-drop .site-nav__drop { position: static; opacity: 1; visibility: visible; transform: none; min-width: 0; margin-top: 8px; margin-left: 6px; }
  .site-nav__drop-plate { display: none; }
  .site-nav__drop-panel { background: var(--wc-line); clip-path: var(--wc-clip-slidestep); padding: 12px 12px 15px; }
  .site-nav__drop-panel::before { display: block; inset: 1px; background: var(--wc-ground); }
  .site-nav__drop-head { border-bottom: 1px solid var(--wc-line); padding-bottom: 7px; margin-bottom: 7px; }
  .site-nav__drop-panel a { padding: 9px 10px; color: var(--wc-ink-2); }
  .site-nav__drop-panel a:hover { background: rgba(184, 255, 56, 0.08); color: var(--wc-lime); padding-left: 16px; }
  .site-lang { align-self: flex-start; margin-top: 8px; }
  .site-nav__burger { z-index: calc(var(--wc-z-overlay) + 1); }

  .hero__title { font-size: clamp(34px, 11.5vw, 60px); }
  .hero__sub { max-width: none; }
  .hero__stage { position: relative; min-height: 0; display: flex; flex-direction: column; gap: 14px; }
  .hero__figures { position: relative; inset: auto; display: flex; flex-wrap: wrap; gap: clamp(6px, 2vw, 12px); justify-content: center; z-index: 2; }
  .hero-fig, .hero-fig--dev { position: static !important; width: clamp(68px, 21vw, 104px); height: clamp(68px, 21vw, 104px); }
  .hero-fig:nth-child(n) { left: auto; top: auto; }
  /* Decor stays behind the wrapped figure grid, tucked tighter on the phone. */
  .hero__decor { inset: 0; }
  .hero__splat--1 { width: 90px; height: 90px; }
  .hero__splat--2 { width: 66px; height: 66px; }
  .hero__splat--3 { width: 54px; height: 54px; }
  .hero__glitch--1 { width: 46px; }
  .hero__glitch--2 { width: 38px; }
  .hero__glitch--3 { width: 34px; }
  .hero__rail { grid-template-columns: repeat(2, 1fr); }
  .hero__rail .hstat:nth-child(2) { border-right: 0; }
  .hero__rail .hstat:nth-child(1), .hero__rail .hstat:nth-child(2) { border-bottom: 1px solid var(--wc-line); }
  .sec-head { grid-template-columns: auto 1fr; gap: 12px; }
  .sec-num { font-size: 40px; }
  .site-grid--3, .site-grid--4 { grid-template-columns: 1fr; }
  .site-footer__top { flex-direction: column; gap: 30px; }
  /* Taskbar trims to the essentials on small screens */
  .taskbar__meter, .taskbar__ver { display: none; }
  .taskbar__brand b { font-size: 8px; }

  /* ---- Mobile overflow guards ----
     The card glow halos (--bleed up to 25% of card ≈ 80px) plus grid
     min-content were pushing the page ~33px wider than the viewport, so
     04·SPINE (and the whole page) scrolled sideways. Two-part fix:
       1) let every window/section grid shrink to the viewport (min-width:0),
          so no CONTENT is forced wide;
       2) clip the page horizontally so the decorative halo bleed can't
          create a scrollbar. Vertical scroll is untouched. */
  html, body { overflow-x: clip; }
  .spine, .spine__body, .spine__aside,
  .spine__aside .wc2-stats__grid,
  .os-win, .os-win-wrap, .os-win__body, .os-win__body--tall,
  .os-block, .site-grid, .steps { min-width: 0; max-width: 100%; }

@media (max-width: 460px) {
  .sec-head { grid-template-columns: 1fr; gap: 10px; }
  .sec-head .sec-num { grid-row: 1; }
  .prod__foot { flex-direction: row; }
  .prod__cta { flex-shrink: 0; }
  .taskbar__online span:last-child { display: none; }   /* keep pip only */
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .os-win::before { animation: none; }
  .hero__status .pip, .hero__hud-bar .pip, .broadcast__pip,
  .os-pip, .os-menubar__led, .os-menubar__pip, .taskbar__led, .taskbar__pip { animation: none; }
  .hero__hud::after { animation: none; opacity: 0; }
  .hero__term-caret { animation: none; }
  .broadcast__track { animation: none; transform: translateX(0); }
  .hero__splat, .hero__glitch { animation: none; }
  .broadcast__window { -webkit-mask-image: none; mask-image: none; justify-content: center; }
  .sec-num { animation: none; }
  .wc2-eq span { animation: none; height: 60%; }
}
