/* =============================================================
   kentchong.com · KINETIC
   Bold · high-contrast · sport. Light hero → dark deep sections.
   Two directions via [data-dir]:
     a = "CIRCUIT"  · acid accent · condensed sport display
     b = "MARQUE"   · signal-orange accent · editorial serif display
   ============================================================= */

:root {
  /* base palette */
  --paper:    #F2F0E9;
  --paper-2:  #E7E3D7;
  --paper-3:  #DAD5C5;
  --ink:      #0A0E1A;
  --ink-soft: #2B3147;
  --ink-mut:  #6B7287;

  --bg:       #0A0E1A;   /* deep section ground */
  --bg-2:     #10162B;
  --surface:  #161D38;
  --surface-2:#1E2747;
  --paper-on: #EFEDE6;   /* text on dark */
  --soft-on:  #B7BECF;
  --mut-on:   #767E97;
  --line:     rgba(11, 18, 40, 0.14);
  --line-on:  rgba(239, 237, 230, 0.14);
  --line-on-2:rgba(239, 237, 230, 0.07);

  /* accent — overridden by [data-dir] and --highlight tweak */
  --accent:   #C7F94B;
  --accent-ink: #0A0E1A;  /* text colour that reads on accent */

  /* type */
  --display: "Saira Condensed", "Arial Narrow", sans-serif;
  --sans:    "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --mono:    "JetBrains Mono", ui-monospace, "SF Mono", monospace;
  --serif:   "Instrument Serif", Georgia, serif;

  --gap: 28px;
  --gutter: clamp(20px, 4.2vw, 64px);
  --section-pad: clamp(80px, 10vw, 168px);
  --maxw: 1680px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

[data-dir="a"] {
  --accent: #C7F94B;        /* acid lime */
  --accent-ink: #0A0E1A;
  --display: "Saira Condensed", "Arial Narrow", sans-serif;
  --display-up: uppercase;
  --display-ls: -0.01em;
  --display-weight: 800;
}
[data-dir="b"] {
  --accent: #FF5A1F;        /* signal orange */
  --accent-ink: #FFFFFF;
  --display: "Instrument Serif", Georgia, serif;
  --display-up: none;
  --display-ls: -0.02em;
  --display-weight: 400;
}

[data-density="compact"] {
  --section-pad: clamp(60px, 7vw, 120px);
  --gap: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body { overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: var(--accent-ink); }

/* ---------- shared display helpers ---------- */
.display {
  font-family: var(--display);
  font-weight: var(--display-weight, 800);
  text-transform: var(--display-up, none);
  letter-spacing: var(--display-ls, -0.01em);
  line-height: 0.92;
}
.mono {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--accent); white-space: nowrap;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--accent);
  display: inline-block;
}

.shell { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }

/* ---------- logo mark ---------- */
.kc-mark { display: block; }
.kc-logo { display: block; border-radius: 7px; flex: none; }
.kc-tile {
  display: inline-grid; place-items: center;
  background: var(--accent); color: var(--accent-ink);
  border-radius: 3px;
}
.kc-tile svg { width: 78%; height: 78%; }
.kc-wordmark { display: inline-flex; align-items: center; gap: 12px; }
.kc-name {
  font-family: var(--display);
  font-weight: var(--display-weight, 800);
  text-transform: var(--display-up, uppercase);
  letter-spacing: 0.02em;
  font-size: 22px; line-height: 1;
}
[data-dir="b"] .kc-name { letter-spacing: -0.01em; font-size: 26px; }

/* =============================================================
   LOADING OVERLAY (plain markup in index.html)
   ============================================================= */
/* Scramble loader + fluid-swirl exit: #ldSwirl is the dark cover (painted by
   loader.js); on .opening the logo fades and swirling dye erases the cover,
   revealing the page through liquid holes; .done removes the overlay */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  overflow: hidden;
  background: transparent;
}
#loader.done { visibility: hidden; pointer-events: none; }
#loader #ldSwirl { position: absolute; inset: 0; width: 100%; height: 100%; }

#loader .ld-logo {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#loader.opening .ld-logo { opacity: 0; }
#loader #ldMark { width: min(560px, 76vw); height: auto; display: block; overflow: visible; }
#loader .ld-slot { opacity: 0.82; }
#loader .ld-slot.is-locked { opacity: 1; }

/* CHONG types out once KENT has decoded (.kent-done set by loader.js),
   then the caret keeps blinking until the swirl takes over */
#loader .type { opacity: 0; transform: translateY(7px); }
#loader.kent-done .type {
  animation: ldType 0.18s var(--ease) both;
  animation-delay: calc(0.1s + var(--i) * 0.1s);
}
@keyframes ldType { to { opacity: 1; transform: none; } }
#loader .ld-caret { opacity: 0; }
#loader.kent-done .ld-caret {
  animation: ldCaret 0.9s steps(1) infinite;
  animation-delay: 0.1s;
}
@keyframes ldCaret {
  0%,100% { opacity: 0; }
  10%,30%,50%,70% { opacity: 1; }
  20%,40%,60%,80% { opacity: 0; }
  90% { opacity: 0; }
}

/* zoom-settle behind the sweep: hero waits slightly zoomed, settles into
   place as the page is revealed (h1 riseIn stagger on .loaded) */
.hero .shell, .hero-portrait {
  transition: transform 1.4s var(--ease-out) 0.1s, opacity 1.4s var(--ease-out) 0.1s;
}
body:not(.loaded) .hero .shell,
body:not(.loaded) .hero-portrait {
  transform: scale(1.06);
  opacity: 0.6;
}

@media (prefers-reduced-motion: reduce) {
  #loader { transition: opacity 0.3s, visibility 0.3s; }
  #loader.done { opacity: 0; }
  #loader .type { opacity: 1; transform: none; animation: none !important; }
  #loader .ld-caret { display: none; }
  .hero .shell, .hero-portrait { transition: none; }
  body:not(.loaded) .hero .shell,
  body:not(.loaded) .hero-portrait { transform: none; opacity: 1; }
}

/* =============================================================
   SCROLL PROGRESS + CUSTOM CURSOR DOT
   ============================================================= */
.scroll-prog {
  position: fixed; top: 0; left: 0; height: 3px; z-index: 80;
  background: var(--accent);
  width: 0; transform-origin: left;
  box-shadow: 0 0 14px var(--accent);
}

/* =============================================================
   NAV
   ============================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 70;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  color: var(--ink);
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), color 0.4s var(--ease), border-color 0.4s var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  padding: 12px var(--gutter);
  background: color-mix(in srgb, var(--paper) 80%, transparent);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom-color: var(--line);
}
.nav.on-dark { color: var(--paper-on); }
.nav.on-dark.scrolled {
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  border-bottom-color: var(--line-on);
}
.nav .brand { display: flex; align-items: center; gap: 18px; min-width: 0; }
.nav .status {
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-mut); display: inline-flex; align-items: center; gap: 7px; white-space: nowrap;
}
.nav.on-dark .status { color: var(--mut-on); }
.nav .dot {
  width: 7px; height: 7px; border-radius: 50%; background: #34D17A;
  box-shadow: 0 0 0 0 rgba(52,209,122,0.5); animation: pulse 2.2s infinite var(--ease);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(52,209,122,0.5); }
  70% { box-shadow: 0 0 0 9px rgba(52,209,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,209,122,0); }
}
.nav ul {
  list-style: none; margin: 0; padding: 0; display: flex; gap: 4px; align-items: center;
}
.nav ul a {
  font-family: "Rajdhani", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.20em; text-transform: uppercase;
  padding: 8px 12px; position: relative; color: inherit; opacity: 0.7;
  transition: opacity 0.2s var(--ease);
}
.nav ul a::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav ul a:hover { opacity: 1; }
.nav ul a:hover::after { transform: scaleX(1); }
.nav .nav-cta {
  font-family: "Rajdhani", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 0.20em; text-transform: uppercase;
  background: var(--accent); color: var(--accent-ink);
  padding: 11px 18px; margin-left: 10px; display: inline-flex; align-items: center; gap: 8px;
  transition: transform 0.2s var(--ease);
}
@media (max-width: 860px) { .nav ul { display: none; } .nav .status { display: none; } }

/* =============================================================
   HERO  (light)
   ============================================================= */
.hero {
  background: var(--paper); color: var(--ink);
  position: relative; overflow: hidden;
  padding-top: 120px; padding-bottom: 56px;
  min-height: 100vh; display: flex; flex-direction: column;
}
.hero::before { /* faint grid texture */
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px; opacity: 0.5; pointer-events: none;
  mask-image: radial-gradient(120% 90% at 20% 0%, #000 30%, transparent 75%);
}
.hero-inner {
  position: relative; z-index: 2; flex: 1;
  display: flex; align-items: center;
}
.hero-headline { max-width: min(58%, 1000px); }
.hero-scrollcue { display: none; }
.hero-top {
  position: relative; z-index: 2;
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: clamp(24px, 4vw, 48px); gap: 24px;
}
.hero-top .ht-meta { display: flex; flex-direction: column; gap: 8px; }
.hero-top .ht-meta .mono { color: var(--ink-mut); }
.hero-top .ht-loc {
  text-align: right; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-mut); line-height: 1.8;
}

.hero h1 {
  margin: 0; font-family: var(--display);
  font-weight: var(--display-weight, 800);
  text-transform: var(--display-up, none);
  letter-spacing: var(--display-ls, -0.01em);
  font-size: clamp(58px, 9.5vw, 168px); line-height: 0.86;
}
[data-dir="b"] .hero h1 { line-height: 0.92; }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: inline-block; transform: translateY(106%); }
.loaded .hero h1 .line > span { animation: riseIn 0.9s var(--ease-out) forwards; }
.hero h1 .line:nth-child(1) > span { animation-delay: 0.05s; }
.hero h1 .line:nth-child(2) > span { animation-delay: 0.15s; }
.hero h1 .line:nth-child(3) > span { animation-delay: 0.25s; }
@keyframes riseIn { to { transform: translateY(0); } }

.hero h1 .accent { color: var(--accent); position: relative; }
.hero h1 .rotator {
  display: inline-flex; position: relative; vertical-align: top;
  color: var(--ink);
}
.hero h1 .rotator .slot > span {
  background: linear-gradient(to top, var(--accent) 0 0.16em, transparent 0.16em);
  padding: 0 0.04em;
}
.hero h1 .rotator .slot { display: inline-grid; }
.hero h1 .rotator .slot > span {
  grid-area: 1 / 1; opacity: 0; transform: translateY(40%);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease); white-space: nowrap;
}
.hero h1 .rotator .slot > span.is-active { opacity: 1; transform: translateY(0); }
.hero h1 .rotator .slot > span.is-leaving { opacity: 0; transform: translateY(-40%); }

.hero-foot {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(28px, 4vw, 72px);
  align-items: end; margin-top: clamp(28px, 4vw, 52px);
}
.hero-tagline {
  font-family: var(--sans); font-weight: 400;
  font-size: clamp(17px, 1.5vw, 22px); line-height: 1.4; color: var(--ink-soft);
  max-width: 40ch;
}
.hero-tagline strong { font-weight: 600; color: var(--ink); }
.hero-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 16px 26px; display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--ink); color: var(--ink); position: relative; overflow: hidden;
}
.btn .btn-l { position: relative; z-index: 2; transition: color 0.3s var(--ease); }
.btn::before {
  content: ""; position: absolute; inset: 0; background: var(--ink);
  transform: translateY(101%); transition: transform 0.4s var(--ease-out);
}
.btn:hover::before { transform: translateY(0); }
.btn:hover .btn-l { color: var(--paper); }
.btn.primary { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.btn.primary::before { background: var(--ink); }
.btn.primary:hover .btn-l { color: var(--paper); }

.hero-scrollcue {
  align-self: end; justify-self: end; text-align: right;
  font-family: var(--mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-mut); display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
}
.hero-scrollcue .ln { width: 1px; height: 52px; background: var(--line); position: relative; overflow: hidden; }
.hero-scrollcue .ln::after {
  content: ""; position: absolute; left: 0; top: -52px; width: 100%; height: 26px;
  background: var(--ink); animation: scrollCue 2s var(--ease) infinite;
}
@keyframes scrollCue { 0% { transform: translateY(0); } 60%,100% { transform: translateY(78px); } }

/* ----- hero spotlight reveal -----
   Clean light hero at rest. A soft torch follows the cursor while a few ambient
   lights roam on their own, revealing the dark AI · data blueprint hidden
   underneath. Trails linger, then fade. */
.hero-reveal {
  position: absolute; inset: 0; z-index: 1; display: block;
  width: 100%; height: 100%; pointer-events: none;
}
/* legibility wash — keeps the nav band + left headline readable while the right
   of the hero opens fully onto the reveal */
.hero-veil {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 74%, transparent) 0, transparent 16%),
    linear-gradient(102deg, var(--paper) 0%, color-mix(in srgb, var(--paper) 86%, transparent) 23%, transparent 52%);
}

/* big transparent-cutout portrait anchored to the right edge of the hero */
.hero-portrait {
  position: absolute; right: clamp(-16px, 2vw, 60px); bottom: 0; z-index: 2;
  width: clamp(330px, 45vw, 780px); height: min(90vh, 980px);
  pointer-events: none;
}
.hero-portrait img {
  width: 100%; height: 100%;
  object-fit: contain; object-position: bottom right;
  user-select: none; -webkit-user-drag: none;
  filter: drop-shadow(0 26px 54px rgba(10, 14, 26, 0.30));
}

@media (prefers-reduced-motion: reduce) {
  .hero-portrait { transition: none; transform: none; }
}

@media (max-width: 980px) {
  .hero-inner { flex-direction: column; align-items: flex-start; }
  .hero-headline { max-width: 100%; }
  .hero-foot { grid-template-columns: 1fr; }
  .hero-portrait {
    right: clamp(-28px, -4vw, 0px); bottom: 0;
    width: min(64vw, 360px); height: min(64vh, 560px);
    opacity: 0.96; transform: none;
  }
}

@media (max-width: 620px) {
  .hero-portrait { width: min(78vw, 320px); height: min(52vh, 460px); opacity: 0.9; }
}

/* =============================================================
   DARK ZONE WRAPPER
   ============================================================= */
.darkzone { background: var(--bg); color: var(--paper-on); position: relative; }

/* the seam between light + dark */
.seam { position: relative; height: 0; }
.seam .seam-rule {
  position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--accent);
}

/* generic section */
section.s {
  padding-top: var(--section-pad); padding-bottom: var(--section-pad);
  position: relative;
}
section.s + section.s { border-top: 1px solid var(--line-on); }

/* light sections (about lives in light zone) */
.lightzone { background: var(--paper); color: var(--ink); }
.lightzone section.s + section.s { border-top: 1px solid var(--line); }

/* ---------- section header ---------- */
.s-head {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--gap);
  align-items: end; margin-bottom: clamp(40px, 5vw, 76px);
}
.s-head .idx {
  grid-column: 1 / span 2; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent);
  align-self: start; padding-top: 8px;
}
.s-head .ttl {
  grid-column: 3 / span 7;
  font-family: var(--display); font-weight: var(--display-weight, 800);
  text-transform: var(--display-up, none); letter-spacing: var(--display-ls, -0.01em);
  font-size: clamp(40px, 6vw, 104px); line-height: 0.9; margin: 0; text-wrap: balance;
}
[data-dir="b"] .s-head .ttl { line-height: 0.96; }
.s-head .ttl em { font-style: italic; color: var(--accent); }
[data-dir="a"] .s-head .ttl em { font-style: normal; color: var(--accent); }
.s-head .tag {
  grid-column: 10 / span 3; text-align: right; align-self: end;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mut-on);
}
.lightzone .s-head .tag { color: var(--ink-mut); }
@media (max-width: 820px) {
  .s-head { grid-template-columns: 1fr; gap: 14px; }
  .s-head .idx, .s-head .ttl, .s-head .tag { grid-column: 1; text-align: left; }
}

/* clip-wipe reveal for section headers */
.wipe .ttl > * , .wipe.ttl { }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* split text */
.split { display: inline-block; }
.split-c { display: inline-block; transform: translateY(105%); opacity: 0; }
.in .split-c, .loaded .hero .split-c {
  animation: riseIn 0.6s var(--ease-out) forwards;
  animation-delay: calc(var(--i) * 0.03s);
}

/* =============================================================
   ABOUT  (light)
   ============================================================= */
.about-body { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 4vw, 72px); align-items: start; }
.about-lead {
  font-family: var(--display); font-weight: var(--display-weight, 800);
  text-transform: var(--display-up, none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(28px, 3vw, 50px); line-height: 1.02; margin: 0 0 28px;
}
[data-dir="b"] .about-lead { line-height: 1.06; }
.about-lead .accent { color: var(--accent); }
.about-text { font-size: clamp(15px, 1.05vw, 17px); line-height: 1.7; color: var(--ink-soft); max-width: 60ch; }
.about-text p { margin: 0 0 1.1em; }
.about-text .mark { color: var(--ink); font-weight: 600; position: relative; white-space: nowrap; }
.about-text .mark::after {
  content: ""; position: absolute; left: -2px; right: -2px; bottom: 1px; height: 35%;
  background: var(--accent); opacity: 0.55; z-index: -1;
}
.about-sig { font-family: var(--display); font-size: 26px; margin-top: 18px;
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,0); }
.about-aside { display: flex; flex-direction: column; gap: 0; border-top: 2px solid var(--ink); }
.about-aside .row {
  display: flex; justify-content: space-between; gap: 16px; padding: 16px 0;
  border-bottom: 1px solid var(--line); font-size: 13px;
}
.about-aside .row .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--ink-mut); }
.about-aside .row .v { text-align: right; color: var(--ink); font-weight: 500; }
@media (max-width: 820px) { .about-body { grid-template-columns: 1fr; } }

/* =============================================================
   METHOD  (dark) — the vibe-coding loop, scroll-scrubbed
   Rail line draws down while steps light up (GSAP; CSS keeps
   everything visible when GSAP/motion is unavailable).
   ============================================================= */
.method { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.mt-intro p { font-size: clamp(15px, 1.1vw, 18px); line-height: 1.7; color: var(--soft-on); margin: 0; max-width: 44ch; }
.mt-steps { position: relative; padding-left: clamp(28px, 3vw, 48px); }
.mt-line { position: absolute; left: 0; top: 10px; bottom: 10px; width: 2px; background: var(--line-on); }
.mt-line i { position: absolute; inset: 0; background: var(--accent); transform-origin: top;
  box-shadow: 0 0 10px var(--accent); display: block; }
.mt-step { display: grid; grid-template-columns: 64px 1fr; gap: clamp(16px, 2vw, 28px);
  padding: clamp(20px, 2.4vw, 32px) 0; border-bottom: 1px solid var(--line-on); align-items: start; }
.mt-step:last-child { border-bottom: 0; }
.mt-step .n { font-family: var(--mono); font-size: 12px; letter-spacing: 0.14em; color: var(--accent);
  padding-top: 6px; font-variant-numeric: tabular-nums; }
.mt-step h3 { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(24px, 2.4vw, 40px); line-height: 1; margin: 0 0 8px; color: var(--paper-on); }
.mt-step p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--soft-on); max-width: 56ch; }
@media (max-width: 860px) { .method { grid-template-columns: 1fr; } }

/* =============================================================
   BEFORE CODE  (dark) — the decade, compressed to three beats
   ============================================================= */
.before-intro { margin-bottom: clamp(28px, 3.4vw, 48px); }
.before-intro p { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(22px, 2.4vw, 38px); line-height: 1.05; margin: 0; color: var(--paper-on); max-width: 26ch; }
/* 3D career cube on the left, projected detail card on the right */
.before-3d {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px); align-items: center;
  margin-top: clamp(30px, 3.5vw, 54px);
}
.before-cube { width: 100%; max-width: 460px; margin: 0 auto; }
.cube-host { width: 100%; aspect-ratio: 1 / 1; touch-action: none; }
.cube-host canvas { display: block; }

/* detail card flashes in on every period switch (keyed remount) */
.bf { background: var(--bg); padding: clamp(26px, 2.6vw, 40px); transition: background 0.3s var(--ease); }
.bf:hover { background: var(--surface); }
.bf-card { border: 1px solid var(--line-on); max-width: 720px;
  animation: bfFlash 0.32s var(--ease) both; }
@keyframes bfFlash {
  from { opacity: 0; transform: translateY(14px) scale(0.985); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) { .bf-card { animation: none; } }
.bf-years { font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--mut-on); font-variant-numeric: tabular-nums; margin-bottom: 14px; }
.bf-label { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(28px, 2.8vw, 46px); line-height: 0.95; color: var(--accent); margin-bottom: 16px; }
.bf p { font-size: 14px; line-height: 1.65; color: var(--soft-on); margin: 0 0 22px; }
.bf ul { list-style: none; padding: 16px 0 0; margin: 0; border-top: 1px solid var(--line-on);
  display: flex; flex-direction: column; gap: 9px; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--mut-on); }
.bf ul li { display: flex; align-items: center; gap: 9px; }
.bf ul li::before { content: ""; width: 9px; height: 2px; background: var(--accent); flex: none; }
@media (max-width: 860px) {
  .before-3d { grid-template-columns: 1fr; gap: 24px; }
  .before-cube { max-width: 340px; }
}

/* =============================================================
   ETHOS / CRAFTSMAN (dark)
   ============================================================= */
.craft { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px,4vw,64px); align-items: start; }
.craft-lead p {
  font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(26px,3vw,46px); line-height: 1.04; margin: 0; color: var(--paper-on);
}
[data-dir="b"] .craft-lead p { line-height: 1.1; }
.craft-body p { font-size: clamp(15px,1.05vw,17px); line-height: 1.7; color: var(--soft-on);
  margin: 0 0 1.1em; max-width: 60ch; }
.craft-body .mark { color: var(--paper-on); font-weight: 600; white-space: nowrap;
  background: linear-gradient(to top, color-mix(in srgb, var(--accent) 52%, transparent) 0 0.16em, transparent 0.16em);
  padding: 0 0.04em; }
.craft-cta {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 8px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); border-bottom: 1px solid var(--line-on); padding-bottom: 6px;
  transition: gap 0.2s var(--ease), border-color 0.2s var(--ease);
}
.craft-cta:hover { gap: 16px; border-color: var(--accent); }
@media (max-width: 820px) { .craft { grid-template-columns: 1fr; } }

/* =============================================================
   CAPABILITIES (dark)
   ============================================================= */
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-on);
  border: 1px solid var(--line-on); }
.cap { background: var(--bg); padding: clamp(26px, 2.6vw, 40px); position: relative; transition: background 0.3s var(--ease); }
.cap:hover { background: var(--surface); }
.cap .tag { font-family: var(--mono); font-size: 44px; line-height: 1; color: var(--accent);
  font-weight: 500; margin-bottom: 26px; display: block; }
.cap h3 { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(20px, 1.7vw, 27px); line-height: 1.05; margin: 0 0 16px; color: var(--paper-on); }
.cap p { font-size: 14px; line-height: 1.65; color: var(--soft-on); margin: 0 0 24px; }
.cap ul { list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid var(--line-on);
  display: flex; flex-direction: column; gap: 9px; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.13em; text-transform: uppercase; color: var(--soft-on); }
.cap ul li { display: flex; align-items: center; gap: 9px; }
.cap ul li::before { content: ""; width: 9px; height: 2px; background: var(--accent); flex: none; }
@media (max-width: 860px) { .cap-grid { grid-template-columns: 1fr; } }

/* =============================================================
   STACK MARQUEE (dark)
   ============================================================= */
.stack { overflow: hidden; border-top: 1px solid var(--line-on); border-bottom: 1px solid var(--line-on);
  margin: 0 calc(-1 * var(--gutter)); padding: clamp(22px,2.4vw,34px) 0; position: relative; }
.stack-track { display: flex; gap: 56px; width: max-content; animation: marquee 36s linear infinite; }
.stack:hover .stack-track { animation-play-state: paused; }
.stack-track .item { display: inline-flex; align-items: baseline; gap: 14px; white-space: nowrap;
  font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(26px, 3vw, 50px); line-height: 1; color: var(--paper-on); }
.stack-track .item .tg { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent); }
.stack-track .item .dot { color: var(--accent); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =============================================================
   WORK (dark)
   ============================================================= */
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: var(--gap); row-gap: clamp(48px,5vw,84px); }
.work { display: flex; flex-direction: column; gap: 18px; }
.work:nth-child(odd) { grid-column: 1 / span 7; }
.work:nth-child(even) { grid-column: 8 / span 5; margin-top: clamp(0px,6vw,96px); }
.work .thumb { width: 100%; aspect-ratio: 16/10; position: relative; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line-on); }
.work .thumb::before { content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(135deg, transparent 46%, var(--line-on) 46%, var(--line-on) 54%, transparent 54%);
  background-size: 22px 22px; opacity: 0.6; }
.work .thumb .big-n {
  position: absolute; right: 14px; bottom: -8px; font-family: var(--display);
  font-weight: var(--display-weight,800); font-size: clamp(90px,12vw,180px); line-height: 0.8;
  color: var(--surface-2); -webkit-text-stroke: 1px var(--mut-on); text-stroke: 1px var(--mut-on);
  letter-spacing: -0.04em; }
.work .thumb .stamp { position: absolute; top: 14px; left: 14px; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.16em; text-transform: uppercase; background: var(--bg); color: var(--paper-on);
  padding: 7px 11px; border: 1px solid var(--line-on); }
.work .thumb .stamp.live { background: var(--accent); color: var(--accent-ink); border-color: var(--accent); }
.work:hover .thumb { border-color: var(--accent); }
a.work { color: inherit; text-decoration: none; cursor: pointer; }
.work .thumb-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1; display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.work:hover .thumb-img { transform: scale(1.04); }
.work .thumb-veil {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.45) 100%);
  pointer-events: none;
}
.work .thumb.has-img::before { display: none; }
.work .thumb.has-img .big-n { display: none; }
.work .thumb .stamp { z-index: 3; }
.work .lbl { display: flex; justify-content: space-between; font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--mut-on); }
.work h3 { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(22px, 2vw, 32px); line-height: 1.04; margin: 0; color: var(--paper-on); }
.work p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--soft-on); max-width: 52ch; }
@media (max-width: 860px) {
  .work, .work:nth-child(odd), .work:nth-child(even) { grid-column: 1 / -1; margin-top: 0; }
}

/* =============================================================
   SERVICES (dark)
   ============================================================= */
.services { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px,4vw,64px); }
.svc-intro p { font-family: var(--sans); font-size: clamp(16px,1.2vw,19px); line-height: 1.6; color: var(--soft-on); }
.svc-list { display: flex; flex-direction: column; border-top: 1px solid var(--line-on); }
.svc-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 20px; align-items: center;
  padding: clamp(20px,2vw,30px) 0; border-bottom: 1px solid var(--line-on); position: relative;
  transition: padding-left 0.3s var(--ease); overflow: hidden; }
.svc-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0;
  background: var(--accent); transition: width 0.3s var(--ease); z-index: 0; }
.svc-row:hover { padding-left: 18px; }
.svc-row .n { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; color: var(--accent); z-index: 1; }
.svc-row .nm { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(20px,1.9vw,30px); line-height: 1.05; color: var(--paper-on); z-index: 1; }
.svc-row .ds { font-family: var(--mono); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--mut-on); margin-top: 6px; z-index: 1; }
.svc-row .ar { font-family: var(--mono); font-size: 16px; color: var(--accent); z-index: 1;
  transition: transform 0.3s var(--ease); }
.svc-row:hover .ar { transform: translateX(8px); }
@media (max-width: 820px) { .services { grid-template-columns: 1fr; } }

/* =============================================================
   LAB (dark)
   ============================================================= */
.lab { display: grid; grid-template-columns: 4fr 8fr; gap: clamp(28px,4vw,64px); }
.lab-intro p { font-size: 14px; line-height: 1.65; color: var(--soft-on); }
.lab-card { background: #06080F; border: 1px solid var(--line-on); padding: clamp(22px,2.4vw,34px);
  font-family: var(--mono); font-size: 13px; }
.lab-card .head { display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line-on); padding-bottom: 14px; margin-bottom: 18px;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mut-on); }
.lab-card .dots { display: flex; gap: 6px; }
.lab-card .dots span { width: 7px; height: 7px; border-radius: 50%; background: var(--surface-2); }
.lab-card .dots span:first-child { background: var(--accent); }
.lab-card label { font-size: 10px; letter-spacing: 0.16em; color: var(--mut-on); text-transform: uppercase;
  display: block; margin-bottom: 8px; }
.lab-card .presets { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.lab-card .presets button { font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--soft-on); border: 1px solid var(--line-on); padding: 7px 11px; transition: all 0.2s var(--ease); }
.lab-card .presets button:hover { border-color: var(--accent); color: var(--accent); }
.lab-card textarea { width: 100%; background: var(--bg); border: 1px solid var(--line-on); color: var(--paper-on);
  font-family: var(--mono); font-size: 13px; line-height: 1.5; padding: 14px; resize: vertical; min-height: 84px; outline: none; }
.lab-card textarea:focus { border-color: var(--accent); }
.lab-card .actions { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; }
.lab-card .actions .hint { font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mut-on); }
.lab-card .run { font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--accent); color: var(--accent-ink); padding: 13px 22px; transition: all 0.2s var(--ease); }
.lab-card .run:disabled { opacity: 0.5; cursor: wait; }
.lab-card .out { margin-top: 18px; background: var(--bg); border-left: 2px solid var(--accent); padding: 16px;
  min-height: 84px; font-size: 13px; line-height: 1.65; color: var(--paper-on); white-space: pre-wrap; }
.lab-card .out.empty { color: var(--mut-on); font-style: italic; }
.lab-card .out .cur { display: inline-block; width: 7px; height: 14px; background: var(--accent);
  vertical-align: -2px; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.lab-card .out .thinking { display: inline-flex; align-items: center; gap: 10px;
  color: var(--mut-on); font-style: italic; }
.lab-card .tdots { display: inline-flex; gap: 5px; }
.lab-card .tdots i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  animation: tbounce 1.2s infinite ease-in-out both; }
.lab-card .tdots i:nth-child(2) { animation-delay: .16s; }
.lab-card .tdots i:nth-child(3) { animation-delay: .32s; }
@keyframes tbounce { 0%,80%,100% { transform: scale(.5); opacity: .35; } 40% { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .lab-card .tdots i { animation: none; opacity: .7; } }
@media (max-width: 860px) { .lab { grid-template-columns: 1fr; } }

/* =============================================================
   CREDENTIALS (dark)
   ============================================================= */
.cred { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px,3vw,52px); }
.cred-col h3 { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 22px; font-weight: 400; border-top: 2px solid var(--accent); padding-top: 16px; }
.cred-col ul { list-style: none; padding: 0; margin: 0; }
.cred-col li { padding: 16px 0; border-bottom: 1px solid var(--line-on); font-size: 15px; line-height: 1.4; color: var(--paper-on); }
.cred-col li .meta { display: block; margin-top: 5px; font-family: var(--mono); font-size: 10px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--mut-on); }
.cred-col li .lvl { float: right; font-family: var(--mono); font-size: 10px; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent); }
@media (max-width: 820px) { .cred { grid-template-columns: 1fr; } }

/* =============================================================
   WRITING (dark)
   ============================================================= */
.wlist { display: flex; flex-direction: column; border-top: 1px solid var(--line-on); }
.wrow { display: grid; grid-template-columns: 90px 1fr auto auto; gap: 24px; align-items: baseline;
  padding: clamp(20px,2vw,30px) 0; border-bottom: 1px solid var(--line-on); transition: padding-left 0.3s var(--ease); }
.wrow:hover { padding-left: 16px; }
.wrow .date { font-family: var(--mono); font-size: 11px; letter-spacing: 0.13em; color: var(--accent); text-transform: uppercase; }
.wrow .ttl { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.005em);
  font-size: clamp(17px,1.5vw,24px); line-height: 1.1; color: var(--paper-on); }
.wrow .where { font-family: var(--mono); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mut-on); }
.wrow .ar { font-family: var(--mono); color: var(--accent); }
@media (max-width: 720px) { .wrow { grid-template-columns: 1fr; gap: 6px; } .wrow .ar { display: none; } }

/* =============================================================
   PERSONAL (dark)
   ============================================================= */
.personal { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px,4vw,64px); }
.personal .ph { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(26px,3vw,46px); line-height: 1.0; margin: 0; color: var(--paper-on); }
.personal .items { display: flex; flex-direction: column; }
.personal .item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 16px 0; border-bottom: 1px solid var(--line-on); }
.personal .item .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.personal .item .v { font-size: 15px; line-height: 1.45; color: var(--soft-on); }
@media (max-width: 820px) { .personal { grid-template-columns: 1fr; } }

/* hobbies grid — spans full width inside the personal section */
.hobby-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line-on);
  border: 1px solid var(--line-on);
  margin-top: clamp(32px, 4vw, 56px);
}
.hobby-card {
  background: var(--bg-2);
  padding: clamp(24px, 3vw, 40px) clamp(20px, 2.5vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s var(--ease);
}
.hobby-card:hover { background: var(--surface); }
.hobby-icon {
  font-size: 20px;
  color: var(--accent);
  line-height: 1;
}
.hobby-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.hobby-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--soft-on);
}
@media (max-width: 900px) { .hobby-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .hobby-grid { grid-template-columns: 1fr; } }

/* =============================================================
   CONTACT (dark)
   ============================================================= */
.contact .big { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.02em);
  font-size: clamp(40px, 7vw, 132px); line-height: 0.88; margin: 0 0 44px; color: var(--paper-on); }
.contact .big a { color: var(--accent); position: relative; white-space: nowrap; }
.contact .big a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.06em; height: 3px; background: var(--accent);
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease-out); }
.contact .big a:hover::after { transform: scaleX(1); }
.contact .small { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap);
  border-top: 1px solid var(--line-on); padding-top: 36px; }
.contact .lnk { display: flex; flex-direction: column; gap: 8px; }
.contact .lnk .k { font-family: var(--mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mut-on); }
.contact .lnk a { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.005em);
  font-size: clamp(18px,1.5vw,24px); color: var(--paper-on); transition: color 0.2s var(--ease); }
.contact .lnk a:hover { color: var(--accent); }
@media (max-width: 720px) { .contact .small { grid-template-columns: repeat(2, 1fr); } }

/* official KENT CHONG wordmark — faint brand watermark behind the contact CTA */
.contact { position: relative; overflow: hidden; }
.contact-wm {
  position: absolute; right: -3%; bottom: -9%; width: min(600px, 54%);
  opacity: 0.05; pointer-events: none; user-select: none; -webkit-user-drag: none; z-index: 0;
}
.contact > *:not(.contact-wm) { position: relative; z-index: 1; }

/* =============================================================
   FOOTER (dark)
   ============================================================= */
.foot { border-top: 1px solid var(--line-on); padding: 40px var(--gutter);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mut-on); }
.foot .easter { text-transform: none; letter-spacing: 0; color: var(--soft-on); }
.foot .easter b { color: var(--accent); }

/* =============================================================
   EASTER EGG
   ============================================================= */
.egg { position: fixed; inset: 0; z-index: 9000; background: rgba(6,8,15,0.95);
  display: grid; place-items: center; padding: 40px; opacity: 0; pointer-events: none;
  transition: opacity 0.4s var(--ease); backdrop-filter: blur(6px); }
.egg.open { opacity: 1; pointer-events: all; }
.egg .inner { max-width: 620px; font-family: var(--mono); font-size: 13px; line-height: 1.7; color: var(--soft-on); }
.egg .inner h3 { font-family: var(--display); font-weight: var(--display-weight,800);
  text-transform: var(--display-up,none); letter-spacing: var(--display-ls,-0.01em);
  font-size: clamp(40px,5vw,72px); line-height: 0.92; margin: 0 0 24px; color: var(--accent); }
.egg .inner p { margin: 0 0 14px; }
.egg .inner b { color: var(--paper-on); }
.egg .key { display: inline-block; padding: 1px 8px; border: 1px solid var(--line-on); border-radius: 3px; margin: 0 2px; color: var(--paper-on); }
.egg .close { margin-top: 24px; border: 1px solid var(--line-on); padding: 11px 18px; font-size: 11px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--paper-on); transition: all 0.2s var(--ease); }
.egg .close:hover { border-color: var(--accent); color: var(--accent); }

/* magnetic wrapper baseline */
.magnetic { will-change: transform; }

/* =============================================================
   LIGHT-ZONE LEGIBILITY
   Acid accent has poor contrast on paper, so in the light zone
   emphasis uses an accent underline-highlight behind ink text
   instead of accent-coloured text. Reads for any accent colour.
   ============================================================= */
.lightzone .eyebrow { color: var(--ink-soft); }
.lightzone .eyebrow::before { background: var(--ink); }
.lightzone .s-head .idx { color: var(--ink-mut); }
.lightzone .s-head .ttl em,
.lightzone .about-lead .accent {
  color: var(--ink); font-style: normal; padding: 0 0.04em;
  background: linear-gradient(to top, color-mix(in srgb, var(--accent) 70%, transparent) 0 0.18em, transparent 0.18em);
}
.lightzone .s-head .ttl em { font-style: italic; }
[data-dir="b"] .lightzone .s-head .ttl em,
[data-dir="b"] .lightzone .about-lead .accent {
  color: var(--accent); background: none;
}
