/* ==========================================================================
   FLC LABS — SITE v2 · "Cinema" design system
   Dark-dominant, display-typographic, motion-driven.
   Distinct from the ad-funnel landing page by design.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --void: #060607;
  --panel: #0c0d10;
  --panel2: #14151a;
  --line: rgba(168, 172, 184, 0.14);
  --line-strong: rgba(168, 172, 184, 0.28);
  --ink: #f1f2f4;
  --dim: rgba(210, 214, 222, 0.62);
  --faint: rgba(210, 214, 222, 0.38);

  --blue: #005cff;
  --volt: #3b82ff;
  --glow: rgba(0, 92, 255, 0.35);

  --paper: #f4f2ec;
  --paper-tile: #fffdf8;
  --paper-ink: #17181c;
  --paper-dim: rgba(35, 38, 46, 0.66);
  --paper-line: rgba(35, 38, 46, 0.14);

  --wa: #16a34a;
  --wa-deep: #128a3f;
  --amber: #b45309;
  --red: #dc2626;
  --ok: #16a34a;

  --r: 18px;
  --r-lg: 28px;
  --nav-h: 76px;

  --font-d: "Archivo", "Inter Tight", sans-serif;
  --font-b: "Inter Tight", sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-b);
  background: var(--void);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
::selection { background: var(--blue); color: #fff; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 300;
  background: var(--blue); color: #fff; padding: 0.6rem 1rem;
  border-radius: 8px; text-decoration: none; transition: top 0.2s;
}
.skip-link:focus { top: 12px; }

.wrap { width: min(1280px, 100% - clamp(2.2rem, 6vw, 5rem)); margin-inline: auto; }
.wrap--tight { width: min(980px, 100% - clamp(2.2rem, 6vw, 5rem)); margin-inline: auto; }

/* ---------- Type ---------- */
.d1, .d2, .d3 {
  font-family: var(--font-d);
  font-weight: 800;
  font-stretch: 115%;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.d1 { font-size: clamp(3.1rem, 9.5vw, 8rem); }
.d2 { font-size: clamp(2.3rem, 5.6vw, 4.6rem); }
.d3 { font-size: clamp(1.5rem, 3vw, 2.4rem); }

.eyebrow {
  font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--volt);
  display: flex; align-items: center; gap: 0.9rem;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--volt); opacity: 0.7; }

.lede { font-size: clamp(1.02rem, 1.5vw, 1.22rem); color: var(--dim); max-width: 56ch; }
.paper .lede { color: var(--paper-dim); }

/* ---------- Buttons ---------- */
.btn2 {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 0.9rem 1.7rem; border-radius: 8px;
  font-weight: 650; font-size: 0.95rem; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.25s, background 0.2s;
  white-space: nowrap;
}
.btn2:active { transform: scale(0.98); }
.btn2--blue { background: var(--blue); color: #fff; }
.btn2--blue:hover { background: #1a6dff; transform: translateY(-1px); }
.btn2--wa { background: var(--wa); color: #fff; }
.btn2--wa:hover { background: #17b053; transform: translateY(-1px); }
.btn2--ghost { border: 1px solid var(--line-strong); color: var(--ink); background: rgba(255,255,255,0.02); }
.btn2--ghost:hover { border-color: rgba(148,166,204,0.5); background: rgba(255,255,255,0.05); }
.paper .btn2--ghost { border-color: var(--paper-line); color: var(--paper-ink); background: transparent; }
.btn2--lg { padding: 1.15rem 2.4rem; font-size: 1.02rem; }
.btn2--sm { padding: 0.62rem 1.25rem; font-size: 0.86rem; }
.btn2 .ic { width: 18px; height: 18px; fill: currentColor; }

.arrow-link {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-weight: 650; font-size: 0.95rem; text-decoration: none;
  color: var(--volt);
}
.arrow-link span { transition: transform 0.2s; }
.arrow-link:hover span { transform: translateX(4px); }
.paper .arrow-link { color: var(--blue); }

.chip {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); border-radius: 4px;
  padding: 0.32rem 0.7rem; font-size: 0.76rem; font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--dim); white-space: nowrap;
}
.paper .chip { border-color: var(--paper-line); color: var(--paper-dim); }

/* ---------- Nav ---------- */
.nav2 {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
}
.nav2.is-scrolled {
  background: rgba(4, 5, 10, 0.72);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow: 0 1px 0 var(--line);
}
.nav2__in { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; height: var(--nav-h); }
.nav2__logo img { height: 16px; width: auto; }
.nav2__links { display: flex; gap: clamp(0.9rem, 1.7vw, 1.6rem); }
.nav2__links a {
  color: var(--dim); text-decoration: none;
  font-size: 0.88rem; font-weight: 550; white-space: nowrap;
  transition: color 0.18s;
}
.nav2__links a:hover, .nav2__links a.is-current { color: var(--ink); }
.nav2__links a.is-current { text-shadow: 0 0 18px var(--glow); }
.nav2__cta { display: flex; align-items: center; gap: 0.8rem; }

.nav2__burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px;
}
.nav2__burger span { display: block; width: 18px; height: 2px; margin-inline: auto; background: var(--ink); border-radius: 2px; transition: transform 0.25s, opacity 0.25s; }
.nav2__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav2__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav2__burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav2__drawer {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(4, 5, 10, 0.96);
  backdrop-filter: blur(24px);
  display: flex; flex-direction: column; justify-content: center;
  padding: 0 clamp(1.6rem, 8vw, 4rem);
  gap: 0.2rem;
}
.nav2__drawer[hidden] { display: none; }
.nav2__drawer a {
  font-family: var(--font-d); font-weight: 800; font-stretch: 115%;
  text-transform: uppercase; text-decoration: none;
  font-size: clamp(2rem, 9vw, 3.4rem); line-height: 1.18;
  color: var(--dim); transition: color 0.15s;
}
.nav2__drawer a:hover, .nav2__drawer a.is-current { color: var(--ink); }
.nav2__drawer .drawer-wa { margin-top: 1.6rem; }

@media (max-width: 960px) {
  .nav2__links { display: none; }
  .nav2__burger { display: flex; }
  .nav2__cta .btn2 { display: none; }
}

/* ---------- Sections ---------- */
.sec { padding: clamp(4.5rem, 9vw, 8.5rem) 0; position: relative; }
.sec--flush { padding: 0; }
.paper { background: var(--paper); color: var(--paper-ink); }
.hr-glow {
  height: 1px; border: 0;
  background: linear-gradient(90deg, transparent, var(--line-strong), transparent);
}

.sec-head { display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: clamp(2.4rem, 5vw, 4rem); }
.sec-head .d2 { max-width: 18ch; }

/* ---------- Hero ---------- */
.hero2 {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  overflow: hidden;
  padding: calc(var(--nav-h) + 3rem) 0 4.5rem;
}
/* Phones: inner-page heroes size to their content instead of the viewport,
   so the first real section is one flick away. Home keeps its presence. */
@media (max-width: 700px) {
  section[class*="hero"] { min-height: min(70svh, 600px); }
  section.hero2 { min-height: min(92svh, 760px); }
  section.svc-hero { min-height: min(70svh, 600px); }
}
.hero2__bg { position: absolute; inset: 0; pointer-events: none; }
.hero2__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero2__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.9) 8%, rgba(6, 6, 7, 0.55) 46%, rgba(6, 6, 7, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 6, 7, 0.45), transparent 26%, transparent 62%, rgba(6, 6, 7, 0.92));
}

.hero2__grid {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(148,166,204,0.05) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(148,166,204,0.05) 0 1px, transparent 1px 88px);
  mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, black 30%, transparent 75%);
}
.hero2__emblem {
  position: absolute; right: -6%; top: 50%;
  width: clamp(420px, 52vw, 880px); transform: translateY(-50%);
  mix-blend-mode: screen; opacity: 0.9;
  animation: emblem-float 9s ease-in-out infinite alternate;
  pointer-events: none;
  mask-image: radial-gradient(circle at 50% 50%, black 52%, transparent 71%);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, black 52%, transparent 71%);
}
@keyframes emblem-float {
  from { transform: translateY(-52%) rotate(-1.2deg); }
  to { transform: translateY(-48%) rotate(1.2deg); }
}

.hero2__in { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 1.6rem; }
.hero2 .d1 { max-width: 12ch; }
.hero2 .d1 em { font-style: normal; color: transparent; -webkit-text-stroke: 2px rgba(238,242,249,0.85); }
.hero2__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; margin-top: 0.6rem; }

.proof2 {
  display: flex; flex-wrap: wrap; gap: 0.55rem 1.6rem;
  color: var(--faint); font-size: 0.88rem; font-weight: 550;
  margin-top: clamp(1.6rem, 4vh, 3rem);
}
.proof2 b { color: var(--dim); font-weight: 650; }

.hero2__obj {
  position: relative; margin: 0;
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  animation: obj-float 8s ease-in-out infinite alternate;
}
.hero2__obj img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 89 / 78; }
@keyframes obj-float { from { transform: translateY(-6px); } to { transform: translateY(6px); } }
@media (max-width: 900px) {
  .hero2__in { grid-template-columns: 1fr !important; }
  .hero2__obj { max-width: 480px; }
}
@media (prefers-reduced-motion: reduce) { .hero2__obj { animation: none; } }

.scroll-cue {
  position: absolute; left: 50%; bottom: 1.6rem; transform: translateX(-50%);
  width: 1px; height: 54px; overflow: hidden; opacity: 0.5;
}
.scroll-cue::after {
  content: ""; position: absolute; left: 0; top: -50%;
  width: 1px; height: 50%; background: var(--ink);
  animation: cue 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes cue { to { top: 110%; } }

/* ---------- Media frames ---------- */
.frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}
.frame img, .frame video { width: 100%; height: 100%; object-fit: cover; }
.frame--kb img { animation: kenburns 16s ease-out both; transform-origin: 60% 40%; }
@keyframes kenburns { from { transform: scale(1.1); } to { transform: scale(1); } }

.scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,5,10,0) 30%, rgba(4,5,10,0.86) 88%); }
.scrim--full { background: linear-gradient(180deg, rgba(4,5,10,0.25), rgba(4,5,10,0.6) 55%, rgba(4,5,10,0.92)); }

/* ---------- Persona rail ---------- */
.rail {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: clamp(240px, 26vw, 330px);
  gap: 1rem; overflow-x: auto; padding: 0.4rem 0.4rem 1.4rem;
  scroll-snap-type: x mandatory; scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; }
@media (min-width: 901px) {
  /* desktop: full wrapped grid, no cut-off cards */
  .rail {
    grid-auto-flow: row; grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: unset; overflow: visible;
  }
}

.pcard {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  aspect-ratio: 3 / 4.1; border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--line); text-decoration: none;
  background: var(--panel2); isolation: isolate;
  color: var(--ink); /* photo cards stay dark inside light sections */
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.3s;
}
.paper .pcard { border-color: rgba(35, 38, 46, 0.18); }
.paper .pcard__meta { color: rgba(210, 214, 222, 0.72); }
.pcard:hover { border-color: rgba(59, 130, 246, 0.55); transform: translateY(-4px); box-shadow: 0 18px 44px rgba(0,0,0,0.5), 0 0 30px rgba(0,92,255,0.12); }
.pcard__media { position: absolute; inset: 0; z-index: -1; }
.pcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1); }
.pcard:hover .pcard__media img { transform: scale(1.05); }
.pcard__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,5,10,0.05) 35%, rgba(4,5,10,0.9) 92%); }
.pcard__body { padding: 1.3rem 1.3rem 1.4rem; display: flex; flex-direction: column; gap: 0.35rem; }
.pcard__kicker { font-size: 0.72rem; font-weight: 650; letter-spacing: 0.18em; text-transform: uppercase; color: var(--volt); }
.pcard__name { font-family: var(--font-d); font-weight: 800; font-stretch: 112%; text-transform: uppercase; font-size: 1.35rem; line-height: 1.02; }
.pcard__meta { color: var(--dim); font-size: 0.85rem; }

/* ---------- Stats ---------- */
.statwall { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat3 {
  border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.6rem 1.5rem 1.4rem; background: linear-gradient(180deg, rgba(148,166,204,0.03), transparent);
}
.stat3__n {
  font-family: var(--font-d); font-weight: 800; font-stretch: 118%;
  font-size: clamp(2.6rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -0.02em;
}
.stat3__n small { font-size: 0.42em; color: var(--volt); font-weight: 700; }
.stat3__l { color: var(--dim); font-size: 0.88rem; margin-top: 0.55rem; }
@media (max-width: 860px) { .statwall { grid-template-columns: 1fr 1fr; } }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split__copy { display: flex; flex-direction: column; gap: 1.2rem; align-items: flex-start; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }

/* ---------- Quote ---------- */
.quote2 { max-width: 900px; }
.quote2 blockquote {
  font-family: var(--font-d); font-weight: 650; font-stretch: 108%;
  font-size: clamp(1.4rem, 3vw, 2.2rem); line-height: 1.25; letter-spacing: -0.01em;
}
.quote2 figcaption { color: var(--dim); margin-top: 1.1rem; font-size: 0.92rem; }
.quote2 figcaption b { color: var(--ink); }

/* ---------- Brands line (static, replaces old marquee) ---------- */
.brandsline {
  color: var(--faint); font-size: 0.9rem; font-weight: 550;
  letter-spacing: 0.04em;
}
.paper .brandsline { color: var(--paper-dim); }

/* ---------- Before/After ---------- */
.ba2 { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 9; }
.ba2__side { position: absolute; inset: 0; }
.ba2__side img { width: 100%; height: 100%; object-fit: cover; }
.ba2__side--after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ba2__handle {
  position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 2px;
  background: #fff; box-shadow: 0 0 18px rgba(0,0,0,0.6); pointer-events: none;
}
.ba2__handle::after {
  content: "⟨ ⟩"; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff; color: #0a0d15; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.08em; white-space: nowrap;
  padding: 0.55rem 0.7rem; border-radius: 100px;
}
.ba2__range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.ba2__tag {
  position: absolute; top: 1rem; z-index: 2;
  background: rgba(4,5,10,0.66); backdrop-filter: blur(8px);
  border: 1px solid var(--line); border-radius: 100px;
  padding: 0.35rem 0.9rem; font-size: 0.75rem; font-weight: 650; letter-spacing: 0.08em; text-transform: uppercase;
}
.ba2__tag--before { left: 1rem; }
.ba2__tag--after { right: 1rem; }

/* ---------- Paper tiles ---------- */
.tile2 {
  background: var(--paper-tile); border: 1px solid var(--paper-line);
  border-radius: var(--r); overflow: hidden;
  transition: transform 0.22s, box-shadow 0.25s;
}
.tile2:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(10, 13, 21, 0.12); }

/* ---------- Footer ---------- */
.foot {
  position: relative; overflow: hidden;
  border-top: 1px solid var(--line);
  padding: clamp(3.5rem, 7vw, 6rem) 0 2.4rem;
}
.foot__ghost {
  position: absolute; left: 50%; bottom: -0.14em; transform: translateX(-50%);
  font-family: var(--font-d); font-weight: 900; font-stretch: 125%;
  font-size: clamp(6rem, 19vw, 17rem); line-height: 1; text-transform: uppercase;
  color: rgba(148, 166, 204, 0.05); white-space: nowrap; pointer-events: none;
  user-select: none;
}
.foot__grid { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2.2rem; }
.foot__brand img { height: 16px; }
.foot__brand p { color: var(--dim); font-size: 0.9rem; margin-top: 1rem; max-width: 30ch; }
.foot__h { font-size: 0.76rem; font-weight: 650; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); margin-bottom: 1rem; }
.foot__grid a { display: block; color: var(--dim); text-decoration: none; font-size: 0.92rem; padding: 0.28rem 0; transition: color 0.15s; }
.foot__grid a:hover { color: var(--ink); }
.foot__plain { color: var(--faint); font-size: 0.88rem; padding: 0.28rem 0; }
.foot__legal { position: relative; margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: 1.4rem; border-top: 1px solid var(--line); color: var(--faint); font-size: 0.82rem; }
@media (max-width: 900px) { .foot__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot__grid { grid-template-columns: 1fr; } }

/* ---------- Sticky mobile CTA ---------- */
.sticky2 {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, transparent, rgba(4,5,10,0.9) 40%);
  display: none; justify-content: center;
  transform: translateY(110%); transition: transform 0.3s;
}
.sticky2.is-visible { transform: translateY(0); }
.sticky2 .btn2 { width: 100%; max-width: 480px; }
@media (max-width: 760px) { .sticky2 { display: flex; } }

/* ---------- Proof system (shared) ----------
   Markup contract:
   <ul class="proofbar"> <li>Stress-tested before handover</li> ... </ul>
   <a class="rate-chip" href="GOOGLE_URL">4.4★ <span>public Google rating · Jul 2026</span></a>
   <div class="bench"><p class="bench__k">AAA · 1440p High</p><p class="bench__v">~112–132 <small>FPS est.</small></p></div>
   <ul class="checkrow"><li>...</li></ul>  */
.proofbar {
  list-style: none; display: flex; flex-wrap: wrap; align-items: baseline;
  gap: 0.35rem 0; padding: 0; margin: 0;
  font-size: 0.84rem; font-weight: 500; color: var(--dim);
}
.proofbar li { white-space: nowrap; }
.proofbar li:not(:last-child)::after {
  content: "·"; margin: 0 0.65rem; color: var(--faint);
}
.paper .proofbar { color: var(--paper-dim); }

.rate-chip {
  display: inline-flex; align-items: baseline; gap: 0.55rem; text-decoration: none;
  border-bottom: 1px solid var(--line-strong); padding-bottom: 0.25rem;
  transition: border-color 0.2s;
}
.rate-chip:hover { border-color: var(--volt); }
.rate-chip b { font-family: var(--font-d); font-weight: 800; font-size: 1.02rem; color: var(--ink); }
.rate-chip span { font-size: 0.78rem; color: var(--dim); }
.paper .rate-chip b { color: var(--paper-ink); }
.paper .rate-chip span { color: var(--paper-dim); }

.benchrow { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.6rem; }
.bench {
  border: 1px solid var(--line); border-radius: 14px;
  padding: 0.85rem 1rem; background: linear-gradient(180deg, rgba(148,166,204,0.04), transparent);
}
.bench__k { font-size: 0.72rem; font-weight: 650; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.bench__v { font-family: var(--font-d); font-weight: 800; font-stretch: 115%; font-size: 1.45rem; margin-top: 0.3rem; color: var(--ink); }
.bench__v small { font-size: 0.52em; color: var(--volt); font-weight: 700; }
.bench-note { color: var(--faint); font-size: 0.76rem; margin-top: 0.55rem; }

.checkrow { list-style: none; display: grid; gap: 0.6rem; padding: 0; margin: 0; }
.checkrow li {
  color: var(--dim); font-size: 0.92rem;
  padding-left: 1rem; border-left: 2px solid var(--line-strong);
}
.paper .checkrow li { color: var(--paper-dim); border-left-color: var(--paper-line); }

/* ---------- Reveals ---------- */
[data-rv] { opacity: 0; transform: translateY(26px); filter: blur(6px); transition: opacity 0.8s, transform 0.8s, filter 0.8s; transition-timing-function: cubic-bezier(0.2, 0.7, 0.2, 1); transition-delay: calc(var(--i, 0) * 90ms); }
[data-rv].is-in { opacity: 1; transform: none; filter: none; }
html.no-js [data-rv] { opacity: 1; transform: none; filter: none; }

@media (prefers-reduced-motion: reduce) {
  [data-rv] { opacity: 1; transform: none; filter: none; transition: none; }
  .hero2__blob--a, .hero2__blob--b, .hero2__emblem, .frame--kb img, .marquee__track, .scroll-cue::after { animation: none; }
  html { scroll-behavior: auto; }
}
