/* ════════════════════════════════════════════════════════════════
   trespies.dev — apex homepage · Night Shift theme
   Portfolio hub: DojoGenesis flagship + Build / Research / Apps bands
   ════════════════════════════════════════════════════════════════ */

:root {
  --bg:      #0a0a0f;
  --bg-alt:  #0c0c14;
  --surface: #111118;
  --raised:  #16161f;
  --text:    #f0f0f5;
  --muted:   #9a9aa8;
  --subtle:  #6e6e80;
  --accent:  #fbbf24;

  --live:    #34d399;
  --gated:   #f59e0b;
  --info:    #60a5fa;

  --border:        rgba(255,255,255,0.08);
  --border-strong: rgba(255,255,255,0.16);

  --grad:      linear-gradient(135deg, #fbbf24 0%, #ec4899 50%, #8b5cf6 100%);
  --grad-soft: linear-gradient(135deg, rgba(251,191,36,0.14), rgba(236,72,153,0.14) 50%, rgba(139,92,246,0.14));

  --r-card:  16px;
  --r-chip:  999px;
  --r-badge:  6px;

  --wrap: 1120px;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "SF Mono", "JetBrains Mono", "Fira Mono", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.5rem; }

a { color: inherit; }
img { max-width: 100%; display: block; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.94rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.7rem 1.35rem;
  border-radius: var(--r-chip);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  color: #14060a;
  background: linear-gradient(135deg, #fcd34d 0%, #f472b6 55%, #a78bfa 100%);
  box-shadow: 0 6px 24px -8px rgba(236,72,153,0.5);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 30px -8px rgba(236,72,153,0.6); }
.btn-ghost {
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border-color: var(--border-strong);
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.btn-lg { padding: 0.85rem 1.7rem; font-size: 1rem; }

/* ════════════════════════  NAV  ════════════════════════ */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10,10,15,0.72);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; }
.brand-mark { border-radius: 8px; }
.brand-word { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.02em; }
.brand-accent {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.brand-tld { color: var(--subtle); font-weight: 600; }
.nav-links { display: flex; gap: 1.5rem; margin-left: auto; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: 0.9rem; font-weight: 500;
  transition: color 0.15s ease;
}
.nav-links a:hover { color: var(--text); }
.nav-cta {
  color: var(--text); text-decoration: none; font-size: 0.9rem; font-weight: 600;
  padding: 0.45rem 0.9rem; border: 1px solid var(--border-strong); border-radius: var(--r-chip);
  transition: background 0.18s ease;
}
.nav-cta:hover { background: rgba(255,255,255,0.06); }

/* ════════════════════════  HERO  ════════════════════════ */
.hero {
  position: relative;
  padding: 6rem 0 5rem;
  background:
    radial-gradient(60% 80% at 18% -10%, rgba(139,92,246,0.22) 0%, transparent 60%),
    radial-gradient(50% 70% at 85% 0%, rgba(236,72,153,0.16) 0%, transparent 55%),
    var(--bg);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12% 30%, rgba(255,255,255,0.16), transparent),
    radial-gradient(1px 1px at 68% 18%, rgba(255,255,255,0.12), transparent),
    radial-gradient(1px 1px at 82% 55%, rgba(255,255,255,0.10), transparent),
    radial-gradient(1px 1px at 34% 68%, rgba(255,255,255,0.10), transparent),
    radial-gradient(1px 1px at 90% 32%, rgba(255,255,255,0.14), transparent);
}
.hero .wrap { position: relative; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem;
  font-weight: 700; color: var(--accent); margin-bottom: 1.25rem;
}
.hero-title {
  font-size: clamp(2.6rem, 7vw, 5rem);
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.02;
  margin-bottom: 1.6rem;
  background: linear-gradient(120deg, #ffffff 0%, #f2f2f7 38%, #cbb6ff 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-lede { font-size: clamp(1.05rem, 2vw, 1.28rem); color: var(--muted); max-width: 680px; }
.hero-lede strong { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 2.4rem; list-style: none;
  margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--border);
}
.hero-stats li { display: flex; flex-direction: column; gap: 0.15rem; }
.stat-n {
  font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-l { font-size: 0.82rem; color: var(--subtle); }

/* ════════════════════════  BANDS  ════════════════════════ */
.band { padding: 5rem 0; }
.band-alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.band-head { margin-bottom: 3rem; max-width: 640px; }
.band-head-center { margin-inline: auto; text-align: center; }
.band-kicker {
  text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem;
  font-weight: 700; color: var(--subtle);
}
.band-title {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em;
  margin: 0.5rem 0 0.6rem;
  display: inline-flex; align-items: center; gap: 0.75rem;
}
.band-title::before {
  content: ""; width: 12px; height: 12px; border-radius: 4px; background: var(--grad);
}
.band-head-center .band-title::before { display: none; }
.band-sub { color: var(--muted); font-size: 1.05rem; }

/* ── Showcase (flagship / big blocks) ── */
.showcase {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2.5rem;
}
.showcase-reverse .showcase-copy { order: 2; }
.showcase-reverse .showcase-visual { order: 1; }
.pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  padding: 0.3rem 0.7rem; border-radius: var(--r-chip); margin-bottom: 1rem;
}
.pill-live { color: var(--live); background: rgba(52,211,153,0.12); border: 1px solid rgba(52,211,153,0.28); }
.pill-live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--live); box-shadow: 0 0 8px var(--live); }
.showcase-name { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 800; letter-spacing: -0.025em; }
.showcase-tag {
  font-size: 1.15rem; font-weight: 600; margin: 0.35rem 0 1rem;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.showcase-desc { color: var(--muted); font-size: 1.02rem; margin-bottom: 1.4rem; }
.feat { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.7rem; }
.feat li { position: relative; padding-left: 1.5rem; color: var(--muted); font-size: 0.96rem; }
.feat li::before {
  content: ""; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px;
  border-radius: 50%; background: var(--grad);
}
.feat b { color: var(--text); font-weight: 600; }
.showcase-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* ── Showcase visual: terminal ── */
.showcase-visual { min-width: 0; }
.terminal {
  background: #0d0d15; border: 1px solid var(--border-strong); border-radius: 14px;
  overflow: hidden; box-shadow: 0 30px 60px -25px rgba(0,0,0,0.8), 0 0 0 1px rgba(255,255,255,0.02);
}
.term-bar {
  display: flex; align-items: center; gap: 0.4rem; padding: 0.7rem 0.9rem;
  background: rgba(255,255,255,0.03); border-bottom: 1px solid var(--border);
}
.term-bar span { width: 11px; height: 11px; border-radius: 50%; background: #3a3a45; }
.term-bar span:nth-child(1) { background: #ff5f57; }
.term-bar span:nth-child(2) { background: #febc2e; }
.term-bar span:nth-child(3) { background: #28c840; }
.term-bar em { margin-left: auto; font-style: normal; font-size: 0.75rem; color: var(--subtle); font-family: var(--font-mono); }
.term-body {
  padding: 1.1rem 1.2rem; font-family: var(--font-mono); font-size: 0.82rem; line-height: 1.75;
  color: #d6d6e0; white-space: pre-wrap; word-break: break-word;
}
.c-dim { color: #6e6e80; }
.c-ok { color: var(--live); }
.c-key { color: var(--info); }
.c-accent { color: var(--accent); }
.cursor { color: var(--accent); animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* ── Showcase visual: atlas map ── */
.atlas {
  position: relative; aspect-ratio: 4/3; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border-strong); background: #0d0d15;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.8);
}
.atlas-grid {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 9%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 11%),
    radial-gradient(40% 45% at 30% 35%, rgba(139,92,246,0.55), transparent 70%),
    radial-gradient(35% 40% at 65% 55%, rgba(236,72,153,0.5), transparent 70%),
    radial-gradient(45% 50% at 55% 75%, rgba(251,191,36,0.4), transparent 70%),
    linear-gradient(135deg, #12121c, #0d0d15);
  mix-blend-mode: screen;
}
.atlas::after {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, rgba(0,0,0,0.25) 0 1px, transparent 1px 8.3%),
              repeating-linear-gradient(0deg, rgba(0,0,0,0.25) 0 1px, transparent 1px 8.3%);
}
.atlas-tag {
  position: absolute; left: 0.9rem; bottom: 0.8rem; z-index: 2;
  font-family: var(--font-mono); font-size: 0.72rem; color: var(--text);
  background: rgba(0,0,0,0.55); border: 1px solid var(--border); border-radius: 6px;
  padding: 0.3rem 0.6rem; backdrop-filter: blur(4px);
}

/* ── Showcase visual: throughline chain ── */
.chain {
  display: flex; align-items: center; justify-content: center; flex-wrap: nowrap; gap: 0;
  aspect-ratio: 4/3; border-radius: 14px; padding: 1.25rem;
  border: 1px solid var(--border-strong);
  background: radial-gradient(80% 60% at 50% 120%, rgba(251,191,36,0.22), transparent 70%), #0d0d15;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.8);
}
.chain-node {
  width: 78px; height: 78px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-size: 0.8rem; font-weight: 700; color: var(--text);
  background: var(--surface); border: 1.5px solid var(--border-strong);
  flex-shrink: 0;
}
.chain-node-end { background: var(--grad-soft); border-color: rgba(251,191,36,0.5); color: #fff; }
.chain-link { width: 22px; height: 2px; background: var(--grad); opacity: 0.7; flex-shrink: 1; min-width: 10px; }

/* ── Showcase visual: phone (Night Shift) ── */
.phone-stage {
  display: flex; align-items: center; justify-content: center; padding: 2.2rem 1rem;
  border-radius: 14px; overflow: hidden; border: 1px solid var(--border-strong);
  background:
    radial-gradient(70% 55% at 50% 15%, rgba(139,92,246,0.28), transparent 70%),
    radial-gradient(60% 45% at 50% 115%, rgba(251,191,36,0.18), transparent 70%), #0d0d15;
  box-shadow: 0 30px 60px -25px rgba(0,0,0,0.8);
}
.phone {
  width: 208px; aspect-ratio: 10/19.6; border-radius: 30px; padding: 8px; flex-shrink: 0;
  background: linear-gradient(160deg, #26262f, #131319);
  box-shadow: 0 22px 44px -16px rgba(0,0,0,0.9), inset 0 0 0 1px rgba(255,255,255,0.06);
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 23px; position: relative; overflow: hidden;
  background: radial-gradient(circle at 30% -10%, #1e0f36, #0a0a0f 72%);
  padding: 1.5rem 1.15rem 1.15rem; display: flex; flex-direction: column;
}
.phone-notch {
  position: absolute; top: 9px; left: 50%; transform: translateX(-50%);
  width: 58px; height: 5px; border-radius: 3px; background: rgba(255,255,255,0.16);
}
.ph-label { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.13em; color: var(--subtle); }
.ph-big {
  font-size: 2.1rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; margin: 0.1rem 0;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.ph-sub { font-size: 0.6rem; color: var(--muted); }
.ph-rows { margin-top: auto; display: flex; flex-direction: column; gap: 0.45rem; }
.ph-row {
  display: flex; align-items: center; justify-content: space-between; font-size: 0.66rem; color: var(--muted);
  background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 9px; padding: 0.45rem 0.6rem;
}
.ph-row b { color: var(--text); font-weight: 600; }
.ph-row span { font-family: var(--font-mono); color: var(--accent); }
.ph-btn {
  margin-top: 0.65rem; text-align: center; font-size: 0.64rem; font-weight: 700; color: #14060a;
  background: linear-gradient(135deg, #fcd34d, #f472b6); border-radius: 9px; padding: 0.5rem;
}

/* ════════════════════════  CARDS  ════════════════════════ */
.grid { display: grid; gap: 1.1rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); }
.card {
  display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-card);
  padding: 1.5rem; text-decoration: none; color: var(--text);
  position: relative; overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
.card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 2px; background: var(--grad);
  opacity: 0; transition: opacity 0.18s ease;
}
a.card:hover { border-color: var(--border-strong); background: var(--raised); transform: translateY(-3px); }
a.card:hover::before { opacity: 1; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.card-name { font-size: 1.2rem; font-weight: 700; letter-spacing: -0.015em; }
.card-tag {
  font-size: 0.92rem; font-weight: 600; margin: 0.2rem 0 0.7rem;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.card-desc { color: var(--muted); font-size: 0.94rem; flex-grow: 1; }
.card-host {
  font-family: var(--font-mono); font-size: 0.78rem; color: var(--subtle);
  margin-top: 1.1rem; word-break: break-all;
}
a.card:hover .card-host { color: var(--accent); }

/* ── Glyphs (geometric emblems, no emoji) ── */
.glyph { width: 40px; height: 40px; border-radius: 11px; background: var(--grad-soft); position: relative; flex-shrink: 0; border: 1px solid var(--border); }
.glyph::after {
  content: ""; position: absolute; inset: 0; margin: auto; background: var(--accent);
}
.glyph-ke::after { width: 16px; height: 16px; border-radius: 3px; background: none; border: 2.5px solid #f472b6; transform: rotate(45deg); }
.glyph-nostr::after { width: 8px; height: 8px; border-radius: 50%; box-shadow: 0 0 0 6px rgba(167,139,250,0.35); background: #a78bfa; }
.glyph-lab::after { width: 18px; height: 18px; border-radius: 50% 50% 50% 0; background: none; border: 2.5px solid #fcd34d; transform: rotate(-45deg); }
.glyph-consult::after { width: 20px; height: 3px; background: #f472b6; box-shadow: 0 -6px 0 #a78bfa, 0 6px 0 #fcd34d; }
.glyph-poll::after { width: 4px; height: 16px; background: #f472b6; box-shadow: -7px 4px 0 -0px #a78bfa, 7px -3px 0 0px #fcd34d; }
.glyph-dash::after { width: 16px; height: 16px; border-radius: 3px; background: none; border: 2.5px solid #60a5fa; box-shadow: inset 0 -7px 0 rgba(96,165,250,0.4); }
.glyph-dag::after { width: 6px; height: 6px; border-radius: 50%; background: #a78bfa; box-shadow: 10px 9px 0 #f472b6, -10px 9px 0 #fcd34d; transform: translateY(-4px); }
.glyph-loop::after { width: 15px; height: 15px; border-radius: 50%; background: none; border: 2.5px solid #f472b6; border-top-color: transparent; border-right-color: transparent; }
.glyph-data::after { width: 15px; height: 4px; border-radius: 50%; background: #60a5fa; box-shadow: 0 6px 0 #a78bfa, 0 -6px 0 #fcd34d; }
.glyph-door::after { width: 13px; height: 18px; border-radius: 2px; background: none; border: 2.5px solid #fcd34d; box-shadow: inset -3px 0 0 -1.5px rgba(252,211,77,0.8); }

/* ── Badges ── */
.badge {
  font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 0.22rem 0.55rem; border-radius: var(--r-badge); border: 1px solid transparent; flex-shrink: 0;
}
.badge-live  { color: var(--live);  background: rgba(52,211,153,0.12); border-color: rgba(52,211,153,0.3); }
.badge-gated { color: var(--gated); background: rgba(245,158,11,0.12); border-color: rgba(245,158,11,0.3); }
.badge-soon  { color: var(--subtle); background: rgba(255,255,255,0.04); border-color: var(--border-strong); }

/* ════════════════════════  THESIS  ════════════════════════ */
.thesis { padding: 5rem 0; background:
  radial-gradient(50% 60% at 50% 0%, rgba(139,92,246,0.14), transparent 60%), var(--bg-alt);
  border-top: 1px solid var(--border); }
.tenet {
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-card);
  padding: 1.6rem 1.4rem;
}
.tenet-n {
  font-family: var(--font-mono); font-size: 0.8rem; font-weight: 700; color: var(--accent);
  display: block; margin-bottom: 0.8rem;
}
.tenet h3 { font-size: 1.08rem; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 0.5rem; }
.tenet p { color: var(--muted); font-size: 0.92rem; }

/* ════════════════════════  CTA  ════════════════════════ */
.cta { padding: 6rem 0; text-align: center; background:
  radial-gradient(60% 100% at 50% 50%, rgba(236,72,153,0.16), transparent 65%), var(--bg); }
.cta-inner { max-width: 640px; }
.cta-title { font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 1rem; }
.cta-sub { color: var(--muted); font-size: 1.08rem; margin-bottom: 2rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }

/* ════════════════════════  FOOTER  ════════════════════════ */
.footer { background: var(--bg-alt); border-top: 1px solid var(--border); padding: 3.5rem 0 2rem; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 2.6fr; gap: 2.5rem; }
.footer-word { font-size: 1.15rem; }
.footer-blurb { color: var(--muted); font-size: 0.9rem; margin: 0.9rem 0; max-width: 320px; }
.footer-entity { color: var(--subtle); font-size: 0.85rem; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.footer-col h4 {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--subtle);
  margin-bottom: 0.9rem; font-weight: 700;
}
.footer-col a {
  display: block; color: var(--muted); text-decoration: none; font-size: 0.9rem;
  margin-bottom: 0.55rem; transition: color 0.15s ease;
}
.footer-col a:hover { color: var(--text); }
.footer-base {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
  margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border);
  color: var(--subtle); font-size: 0.82rem;
}
.footer-up { text-decoration: none; color: var(--muted); }
.footer-up:hover { color: var(--text); }

/* ════════════════════════  RESPONSIVE  ════════════════════════ */
@media (max-width: 900px) {
  .showcase, .showcase-reverse { grid-template-columns: 1fr; gap: 2rem; }
  .showcase-reverse .showcase-copy { order: 1; }
  .showcase-reverse .showcase-visual { order: 2; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 620px) {
  .nav-links { display: none; }
  .hero { padding: 4rem 0 3.5rem; }
  .band, .thesis, .cta { padding: 3.5rem 0; }
  .grid-2, .grid-4 { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.5rem; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .chain-node { width: 58px; height: 58px; font-size: 0.64rem; }
  .chain-link { width: 14px; }
  .phone { width: 180px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
