/* ============================================================
   KWT BASE — resets, design tokens, and the shared chrome.

   Replaces assets/styles.css, which was the ACE school site's stylesheet
   carried over wholesale: ~250 of its 359 selectors were dead weight for a
   wheel shop, and its values were authored for a different look entirely
   (cinematic near-black, condensed display type). Overriding all of that
   from a later sheet is what kept dragging the design back toward ACE.

   This file carries ONLY what is actually used by index.html,
   inventory.html and visualizer.html, retuned for the new direction:
   an off-white "paper" hero flipping to a dark "ink" body.

   Cascade: kwt-base.css -> kwt.css -> kwt-catalog.css -> kwt3d.css
   This sheet owns :root. Later sheets add components, not tokens.
   ============================================================ */

:root{
  /* ── Canvas ──
     The page is deliberately two-tone. Paper is one step warmer than a
     flat white so photographs and the green sit on it without glare; ink
     is KWT black LIFTED and pushed slightly green, because a true #000
     kills the accent and makes photos look like they float on a void. */
  --paper:    #F3F3EE;
  --paper-2:  #E7E7DF;   /* topo contours, hairlines on paper */
  --ink:      #0E120F;
  --ink-2:    #151A16;   /* panels, cards */
  --ink-3:    #1D241E;   /* raised tiles, hover */

  /* ── Brand ──
     KWT green does the job Lando's lime does: one high-chroma accent used
     for pills, the footer statement and nothing else. Two near-greens on
     one page would read as two brands, so the lime is NOT also used. */
  --brand:        #10C603;
  --brand-bright: #35F022;
  --brand-dark:   #0B7A03;
  --brand-glow:   rgba(16,198,3,.38);
  --brand-dim:    #6C8F5C;   /* serif accent word, on ink */
  --brand-dim-p:  #3C6B2E;   /* same role, on paper */

  /* ── Text ── */
  --text:           #F2F4F1;
  --text-secondary: #9AA69B;
  --text-muted:     #6A756B;
  --on-paper:       #0E120F;
  --on-paper-2:     #4E584D;

  /* Aliases kept because the base and kwt.css both still reference them.
     Pointing them at brand means one accent, not two. */
  --red:        var(--brand);
  --red-bright: var(--brand-bright);
  --red-dark:   var(--brand-dark);
  --red-glow:   var(--brand-glow);

  --bg:        var(--ink);
  --surface-1: var(--ink-2);
  --surface-2: var(--ink-3);
  --surface-3: #242D25;
  --border:        rgba(255,255,255,.10);
  --border-strong: rgba(255,255,255,.18);

  /* ── Type ──
     Archivo is the only Google-hosted grotesque with BOTH a weight and a
     width axis, so one family covers a 150px ultra-heavy headline and an
     11px small-caps caption. Instrument Serif supplies the italic accent. */
  --font-display: "Archivo", "Archivo Black", Impact, system-ui, sans-serif;
  --font-ui:      "Archivo", system-ui, -apple-system, sans-serif;
  --font-body:    "Archivo", system-ui, -apple-system, sans-serif;
  --font-serif:   "Instrument Serif", Georgia, "Times New Roman", serif;

  /* ── Metrics ── */
  --r-pill: 9px;
  --edge: clamp(16px, 3.4vw, 56px);
  --max-w: 1440px;
  --section-pad: clamp(64px, 8vw, 132px) var(--edge);
  --section-pad-mobile: 56px 20px;
}

/* ───────────────────── Reset ───────────────────── */
*, *::before, *::after{ box-sizing:border-box; margin:0; padding:0;
  -webkit-tap-highlight-color:transparent; }
html{ scroll-padding-top:96px; }
@media (prefers-reduced-motion: no-preference){
  /* Native smooth scroll. Deliberately NOT a scroll-hijacking library:
     those desync IntersectionObserver, which every reveal, the counters,
     the hero reel and the 3D badge's scroll progress all depend on. */
  html{ scroll-behavior:smooth; }
}
body{
  background:var(--ink); color:var(--text);
  font-family:var(--font-body); font-weight:400; line-height:1.55;
  overflow-x:hidden; -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; color:inherit; background:none; border:none; cursor:pointer; }
:focus-visible{ outline:2px solid var(--brand); outline-offset:3px; }

::selection{ background:var(--brand); color:#04140A; }
::-webkit-scrollbar{ width:9px; height:9px; }
::-webkit-scrollbar-track{ background:var(--ink-2); }
::-webkit-scrollbar-thumb{ background:var(--ink-3); }
::-webkit-scrollbar-thumb:hover{ background:var(--brand); }

/* ───────────────────── Keyframes ─────────────────────
   Only the five still referenced by a live selector, plus wiggle, which
   the callbar's ringing-phone icon uses. */
@keyframes fadeUp{ from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:none} }
@keyframes ticker{ from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes pulse{ 0%,100%{box-shadow:0 0 0 0 var(--brand-glow)} 50%{box-shadow:0 0 0 14px rgba(16,198,3,0)} }
@keyframes sheen{ to{ left:160% } }
@keyframes wiggle{ 0%,40%,100%{transform:rotate(0)} 10%{transform:rotate(-15deg)}
  20%{transform:rotate(15deg)} 30%{transform:rotate(-15deg)} }
@keyframes grain{ 0%,100%{transform:translate(0,0)} 10%{transform:translate(-2%,-2%)}
  20%{transform:translate(2%,2%)} 30%{transform:translate(-1%,3%)} 40%{transform:translate(3%,-1%)}
  50%{transform:translate(-3%,1%)} 60%{transform:translate(1%,-3%)} 70%{transform:translate(-2%,2%)}
  80%{transform:translate(2%,-2%)} 90%{transform:translate(-1%,1%)} }

.grain{ position:fixed; inset:-50%; width:200%; height:200%; pointer-events:none;
  z-index:9999; opacity:.035; animation:grain .8s steps(10) infinite;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ───────────────────── Reveal ───────────────────── */
.reveal{ opacity:0; transform:translateY(28px);
  transition:opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in{ opacity:1; transform:none; }
/* Line-mask variant for the giant headings: the type wipes up from its own
   baseline rather than sliding, which is what makes big display type land. */
/* The clip-path line-mask variant. NOT used on the manifesto, and worth
   saying why: a clip-path reveal fails CLOSED. If the observer never fires
   for any reason, the element is not merely un-animated, it is invisible -
   and the manifesto is the single largest piece of copy on the page. It uses
   the plain .reveal fade, which fails open to a visible element. Keep this
   for decorative type only. */
.reveal--type{ opacity:1; transform:none; clip-path:inset(0 0 110% 0);
  transition:clip-path .9s cubic-bezier(.16,1,.3,1); }
.reveal--type.in{ clip-path:inset(0 0 -10% 0); }

.scroll-progress{ position:fixed; top:0; left:0; height:2px; width:0;
  background:var(--brand); z-index:9998; pointer-events:none; }

/* ───────────────────── Call bar ─────────────────────
   Stays dark even above the paper hero, and stays at the very top: on a
   phone-first shop site, pushing the phone number below the fold to serve
   the look is a conversion loss the look is not worth. */
.callbar{ position:relative; overflow:hidden;
  background:linear-gradient(180deg,#12160F 0%,#0B0E0A 100%);
  border-bottom:1px solid rgba(16,198,3,.35); }
.callbar::before{ content:""; position:absolute; inset:0; pointer-events:none;
  background:radial-gradient(ellipse at 50% 0%, rgba(16,198,3,.16) 0%, transparent 70%); }
.callbar-inner{ position:relative; max-width:var(--max-w); margin:0 auto;
  padding:12px var(--edge); display:flex; align-items:center; justify-content:center;
  gap:22px; flex-wrap:wrap; }
.callbar-cta{ display:inline-flex; align-items:center; gap:13px; color:var(--text);
  line-height:1; transition:transform .2s; }
.callbar-cta:hover{ transform:scale(1.015); }
.callbar-cta .label{ display:block; font-family:var(--font-ui); font-weight:700;
  font-size:10px; letter-spacing:.3em; text-transform:uppercase;
  color:var(--text-secondary); margin-bottom:5px; }
.callbar-cta > span > span:last-child{ font-family:var(--font-display); font-weight:800;
  font-stretch:92%; font-size:clamp(21px,2.8vw,31px); letter-spacing:.01em; color:var(--brand); }
.callbar-cta .ringer{ display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; border-radius:50%; flex:none; color:var(--brand);
  background:rgba(16,198,3,.14); border:2px solid rgba(16,198,3,.55);
  animation:pulse 2.4s ease-in-out infinite; }
.callbar-cta .ringer svg{ width:18px; height:18px; color:var(--brand);
  animation:wiggle 2.4s ease-in-out infinite; }
.callbar-meta{ font-family:var(--font-ui); font-weight:600; font-size:11px;
  letter-spacing:.24em; text-transform:uppercase; color:rgba(255,255,255,.85);
  padding-left:22px; border-left:1px solid rgba(255,255,255,.22); }
@media (max-width:720px){ .callbar-inner{ padding:10px 16px; gap:12px; } .callbar-meta{ display:none; } }

/* ───────────────────── Marquee ───────────────────── */
.topbar{ background:var(--ink-2); color:var(--text-secondary);
  font-family:var(--font-ui); font-weight:700; font-size:13px; letter-spacing:.26em;
  text-transform:uppercase; overflow:hidden;
  border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.topbar-track{ display:flex; animation:ticker 46s linear infinite; white-space:nowrap; padding:13px 0; }
.topbar-track span{ padding:0 30px; display:flex; align-items:center; gap:14px; }
.topbar-track .dot{ width:5px; height:5px; background:var(--brand); border-radius:50%; display:inline-block; }
.topbar:hover .topbar-track{ animation-play-state:paused; }

/* ───────────────────── Nav ─────────────────────
   Two themes. `.on-paper` is set by initNavTheme() while the viewport is
   still over the light hero; the default dark bar takes over below it. */
.nav{ position:sticky; top:0; z-index:100;
  background:rgba(14,18,15,.86); backdrop-filter:blur(18px) saturate(160%);
  -webkit-backdrop-filter:blur(18px) saturate(160%);
  border-bottom:1px solid var(--border);
  transition:background .35s ease, border-color .35s ease, color .35s ease; }
.nav-inner{ max-width:var(--max-w); margin:0 auto; padding:14px var(--edge);
  display:flex; align-items:center; justify-content:space-between; gap:28px; }
.nav.on-paper{ background:transparent; border-bottom-color:transparent;
  backdrop-filter:none; -webkit-backdrop-filter:none; color:var(--on-paper); }
.nav.on-paper.scrolled{ background:rgba(243,243,238,.9);
  backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px);
  border-bottom-color:rgba(0,0,0,.09); }
.nav.on-paper .nav-links a{ color:var(--on-paper-2); }
.nav.on-paper .nav-links a:hover,
.nav.on-paper .nav-links a.active{ color:var(--on-paper); }
.nav.on-paper .brand{ color:var(--on-paper); }
.nav.on-paper .brand small{ color:var(--brand-dim-p); }
.nav.on-paper .phone-pill{ background:var(--on-paper); color:var(--paper); border-color:transparent; }
.nav.on-paper .menu-btn span,
.nav.on-paper .menu-btn span::before,
.nav.on-paper .menu-btn span::after{ background:var(--on-paper); }

.brand{ display:flex; align-items:center; gap:11px; color:var(--text);
  font-family:var(--font-display); font-weight:900; font-stretch:88%;
  font-size:19px; letter-spacing:.005em; line-height:1; }
.brand img{ width:auto; height:42px; object-fit:contain; }
.brand span{ display:flex; flex-direction:column; line-height:1; }
.brand small{ font-family:var(--font-ui); font-weight:700; font-size:9.5px;
  letter-spacing:.3em; color:var(--brand); margin-top:5px; }

.nav-links{ display:flex; align-items:center; gap:26px; }
.nav-links a{ position:relative; font-family:var(--font-ui); font-weight:700;
  font-size:12px; letter-spacing:.18em; text-transform:uppercase;
  color:var(--text-secondary); transition:color .2s; }
.nav-links a:hover, .nav-links a.active{ color:var(--text); }
.nav-links a.active::after{ content:""; position:absolute; left:0; right:0; bottom:-7px;
  height:2px; background:var(--brand); }

.nav-cta{ display:flex; align-items:center; gap:12px; }
.phone-pill{ display:inline-flex; align-items:center; gap:9px; border-radius:var(--r-pill);
  background:var(--brand); color:#04140A; border:1px solid transparent;
  padding:11px 17px; transition:background .2s, transform .2s; }
.phone-pill:hover{ background:var(--brand-bright); transform:translateY(-1px); }
.phone-pill .icon{ width:15px; height:15px; }
.phone-pill .number{ font-family:var(--font-ui); font-weight:800; font-size:13px;
  letter-spacing:.06em; }

.menu-btn{ display:none; width:36px; height:36px; position:relative; }
.menu-btn span, .menu-btn span::before, .menu-btn span::after{
  content:""; position:absolute; left:7px; width:22px; height:2px;
  background:var(--text); transition:transform .25s, background .25s; }
.menu-btn span{ top:17px; }
.menu-btn span::before{ left:0; top:-7px; }
.menu-btn span::after{ left:0; top:7px; }
@media (max-width:960px){ .nav-links{ display:none; } .menu-btn{ display:block; } }
/* At phone widths the brand lockup, the phone pill and the menu button do not
   all fit: the pill wrapped its number onto three lines. The callbar directly
   above already carries the number at 21px+, so the pill drops to icon-only
   and the lockup stops wrapping. */
.phone-pill .number{ white-space:nowrap; }
@media (max-width:560px){
  .brand{ font-size:15px; gap:9px; }
  .brand span{ white-space:nowrap; }
  .brand img{ height:36px; }
  .phone-pill{ padding:11px 12px; }
  .phone-pill .number{ display:none; }
  .phone-pill .icon{ width:17px; height:17px; }
}

/* ───────────────────── Mobile menu ───────────────────── */
.mobile-menu{ position:fixed; inset:0; z-index:130; background:var(--ink);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:28px; opacity:0; pointer-events:none; transition:opacity .3s ease; }
.mobile-menu.open{ opacity:1; pointer-events:auto; }
.mobile-menu .close{ position:absolute; top:20px; right:22px; font-size:34px;
  line-height:1; color:var(--text-secondary); }
.mobile-menu nav{ display:flex; flex-direction:column; align-items:center; gap:18px; }
.mobile-menu nav a{ font-family:var(--font-display); font-weight:900; font-stretch:88%;
  font-size:clamp(30px,8vw,52px); text-transform:uppercase; letter-spacing:.01em; }
.mobile-menu nav a:hover{ color:var(--brand); }
.mobile-menu .footer-cta{ display:flex; flex-direction:column; gap:12px; width:min(320px,80vw); }

/* ───────────────────── Buttons ─────────────────────
   Pill-shaped, like Lando's. Brand green needs DARK text: white on
   #10C603 lands around 2.4:1, which is unreadable at button weight. */
.btn{ display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--font-ui); font-weight:800; font-size:13px; letter-spacing:.14em;
  text-transform:uppercase; padding:14px 26px; border-radius:var(--r-pill);
  border:1.5px solid transparent; cursor:pointer; text-decoration:none;
  transition:background .22s, color .22s, border-color .22s, transform .22s, box-shadow .22s; }
.btn-primary{ background:var(--brand); border-color:var(--brand); color:#04140A;
  position:relative; overflow:hidden; }
.btn-primary:hover{ background:var(--brand-bright); border-color:var(--brand-bright);
  transform:translateY(-2px); box-shadow:0 10px 30px var(--brand-glow); }
.btn-primary::after{ content:""; position:absolute; top:0; left:-160%; width:55%; height:100%;
  background:linear-gradient(105deg,transparent,rgba(255,255,255,.4),transparent);
  transform:skewX(-20deg); pointer-events:none; }
.btn-primary:hover::after{ animation:sheen .7s ease; }
.btn-ghost{ background:transparent; border-color:var(--border-strong); color:var(--text); }
.btn-ghost:hover{ border-color:var(--brand); color:var(--brand); transform:translateY(-2px); }
.btn-pulse{ animation:pulse 2.6s ease-in-out infinite; }
.btn .arrow{ display:inline-block; transition:transform .2s; }
.btn:hover .arrow{ transform:translateX(4px); }
/* On the light hero the ghost button needs ink, not white. */
.hero .btn-ghost{ border-color:rgba(0,0,0,.22); color:var(--on-paper); }
.hero .btn-ghost:hover{ border-color:var(--brand-dark); color:var(--brand-dark); }

/* ───────────────────── Hero ─────────────────────
   Still the dark hero here. Phase 1 flips it to paper; these rules are the
   structural box (flex centring, stacking, the background layer) that both
   versions need, so they live in the base rather than the theme. */
.hero{ position:relative; display:flex; align-items:center;
  min-height:calc(100svh - 96px); overflow:hidden;
  border-bottom:1px solid var(--border); }
.hero-bg{ position:absolute; inset:0; z-index:0; }
.hero-bg video, .hero-bg img{ width:100%; height:100%; object-fit:cover; }
.hero-bg::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(14,18,15,.72) 0%, rgba(14,18,15,.62) 45%, rgba(14,18,15,.94) 100%); }
.hero-content{ position:relative; z-index:2; width:100%;
  max-width:var(--max-w); margin:0 auto; padding:clamp(48px,7vw,96px) var(--edge); }

.hero-brand{ display:flex; align-items:center; gap:16px; margin-bottom:20px; }
.hero-brand-line{ flex:1; max-width:64px; height:2px;
  background:linear-gradient(90deg, transparent, var(--brand), transparent); }
.hero-brand-text{ font-family:var(--font-ui); font-weight:800; font-size:11px;
  letter-spacing:.3em; text-transform:uppercase; color:var(--text-secondary); white-space:nowrap; }

.hero h1{ font-family:var(--font-display); font-weight:900; font-stretch:88%;
  font-size:clamp(44px,9vw,152px); line-height:.86; letter-spacing:-.02em;
  text-transform:uppercase; margin-bottom:18px; }
.hero h1 span{ display:block; }
.hero h1 .accent{ color:var(--brand); }

.hero-sub{ max-width:56ch; font-size:17px; line-height:1.6;
  color:var(--text-secondary); margin:0 0 24px; }
.hero-sub strong{ color:var(--text); font-weight:700; }

.hero-actions{ display:flex; flex-wrap:wrap; gap:12px; align-items:center; }

@media (max-width:720px){
  .hero{ min-height:auto; padding-block:8px; }
  .hero-brand-line{ max-width:28px; }
}

/* ───────────────────── Section rhythm ───────────────────── */
.section{ position:relative; padding:var(--section-pad);
  max-width:var(--max-w); margin:0 auto; }
.section-eyebrow{ display:flex; align-items:center; gap:12px;
  font-family:var(--font-ui); font-weight:800; font-size:11px; letter-spacing:.3em;
  text-transform:uppercase; color:var(--brand); margin-bottom:16px; }
.section-eyebrow::before{ content:""; width:30px; height:2px; background:var(--brand); }
/* Edge-to-edge display type is the whole point of the reference. The 44px
   floor is deliberate: below it a 390px viewport overflows horizontally. */
.section-title{ font-family:var(--font-display); font-weight:900; font-stretch:88%;
  font-size:clamp(44px,7.4vw,118px); line-height:.88; letter-spacing:-.015em;
  text-transform:uppercase; color:var(--text); margin-bottom:18px; }
.section-title .accent{ color:var(--brand); }
.section-lede{ font-size:17px; line-height:1.65; color:var(--text-secondary); max-width:60ch; }
.serif{ font-family:var(--font-serif); font-style:italic; font-weight:400;
  font-stretch:normal; letter-spacing:-.01em; color:var(--brand-dim); }
.hero .serif, .on-paper .serif{ color:var(--brand-dim-p); }
/* Small-caps label, used for photo captions and card eyebrows. */
.cap{ font-family:var(--font-ui); font-weight:700; font-size:10px; letter-spacing:.22em;
  text-transform:uppercase; color:var(--text-muted); }

/* ───────────────────── Page hero (subpages) ───────────────────── */
.page-hero{ position:relative; padding:clamp(72px,10vw,150px) var(--edge) clamp(40px,5vw,70px);
  border-bottom:1px solid var(--border); background:var(--ink-2); }
.page-hero-inner{ max-width:var(--max-w); margin:0 auto; }
.page-hero h1{ font-family:var(--font-display); font-weight:900; font-stretch:88%;
  font-size:clamp(44px,7.4vw,104px); line-height:.9; letter-spacing:-.015em;
  text-transform:uppercase; margin-bottom:14px; }
.page-hero h1 .accent{ color:var(--brand); }
.page-hero p{ font-size:17px; color:var(--text-secondary); max-width:62ch; }

/* ───────────────────── Forms ─────────────────────
   kwt-catalog.css layers on top of these and assumes the input rule sets
   background/border/padding/font — keep those four here. */
.form-row{ display:flex; flex-direction:column; gap:7px; }
.form-row label{ font-family:var(--font-ui); font-weight:700; font-size:10.5px;
  letter-spacing:.22em; text-transform:uppercase; color:var(--text-muted); }
.form-row input, .form-row textarea, .form-row select{
  width:100%; background:var(--ink); border:1px solid var(--border-strong);
  color:var(--text); font-family:var(--font-body); font-size:15px;
  padding:13px 15px; border-radius:6px; transition:border-color .2s; }
.form-row input:focus, .form-row textarea:focus, .form-row select:focus{
  outline:none; border-color:var(--brand); }
.form-row input::placeholder, .form-row textarea::placeholder{ color:var(--text-muted); }
.form-row textarea{ resize:vertical; min-height:96px; }

/* ───────────────────── Reviews (shared vocabulary) ───────────────────── */
.reviews{ background:var(--ink-2); border-top:1px solid var(--border);
  border-bottom:1px solid var(--border); }
.review{ background:var(--ink); border:1px solid var(--border); padding:26px;
  display:flex; flex-direction:column; gap:13px; transition:border-color .2s, background .2s; }
.review:hover{ border-color:var(--border-strong); background:var(--ink-3); }
.review .stars{ font-size:14px; color:#F5B400; letter-spacing:.04em; }
.review .text{ font-size:15px; line-height:1.65; color:var(--text-secondary); flex:1; }
.review .author{ display:flex; align-items:center; gap:11px; padding-top:13px;
  border-top:1px solid var(--border); }
.review .avatar{ width:34px; height:34px; border-radius:50%; flex:none;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,var(--brand),var(--brand-dark));
  color:#04140A; font-family:var(--font-display); font-weight:900; font-size:14px; }
.review .author-meta{ display:flex; flex-direction:column; line-height:1.25; }
.review .author-name{ font-family:var(--font-ui); font-weight:800; font-size:12.5px;
  text-transform:uppercase; letter-spacing:.1em; color:var(--text); }
.review .author-when{ font-family:var(--font-ui); font-size:10.5px; letter-spacing:.18em;
  text-transform:uppercase; color:var(--brand-dim); }

/* ───────────────────── Footer ───────────────────── */
footer{ background:#080B09; border-top:1px solid var(--border);
  padding:clamp(52px,6vw,88px) var(--edge) 28px; }
.footer-inner{ max-width:var(--max-w); margin:0 auto; display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr; gap:44px; }
.footer-brand strong{ display:block; font-family:var(--font-display); font-weight:900;
  font-stretch:88%; font-size:27px; letter-spacing:.005em; text-transform:uppercase; }
.footer-brand span{ font-family:var(--font-ui); font-weight:700; font-size:10px;
  letter-spacing:.3em; text-transform:uppercase; color:var(--brand); }
.footer-col h4{ font-family:var(--font-ui); font-weight:800; font-size:10.5px;
  letter-spacing:.3em; text-transform:uppercase; color:var(--brand); margin-bottom:15px; }
.footer-col a{ display:block; color:var(--text-secondary); font-size:15px;
  line-height:1.75; transition:color .2s; }
.footer-col a:hover{ color:var(--brand); }
.footer-bottom{ display:block; max-width:var(--max-w); margin:52px auto 0;
  padding-top:22px; border-top:1px solid var(--border); text-align:center;
  font-family:var(--font-ui); font-size:11px; letter-spacing:.16em;
  text-transform:uppercase; color:var(--text-muted); }
@media (max-width:860px){ .footer-inner{ grid-template-columns:1fr 1fr; gap:32px; } }
@media (max-width:520px){ .footer-inner{ grid-template-columns:1fr; } }

/* ───────────────────── Reduced motion ───────────────────── */
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important;
    transition-duration:.001ms !important; scroll-behavior:auto !important; }
  .reveal, .reveal--type{ opacity:1 !important; transform:none !important; clip-path:none !important; }
  .grain, .btn-pulse{ animation:none !important; }
  .topbar-track{ animation:none !important; transform:none !important; }
}
