/* loboLab — institutional site
   Dark, sci-fi, futuristic. Orange accent + slate ink.
*/

:root {
  --ink:        #08090E;
  --ink-1:     #0C0E15;
  --ink-2:     #11141C;
  --ink-3:     #1A1E29;
  --line:      rgba(255,255,255,0.08);
  --line-2:    rgba(255,255,255,0.14);
  --text:      #F1F3F8;
  --text-2:    #B6BECD;
  --text-3:    #7C8597;
  --accent:    #F08A2B;
  --accent-2:  #FF9D3F;
  --accent-glow: rgba(240,138,43,0.45);

  --font-display: "Space Grotesk", "Sora", ui-sans-serif, system-ui, sans-serif;
  --font-body:    "Manrope", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --font-mono:    "JetBrains Mono", ui-monospace, monospace;

  --maxw: 1280px;
  --pad-x: clamp(20px, 5vw, 80px);
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, textarea { font-family: inherit; }

/* ───────────────────── Reveal ───────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s cubic-bezier(.2,.7,.2,1), transform 0.8s cubic-bezier(.2,.7,.2,1);
}
.reveal.is-in { opacity: 1; transform: none; }

/* ───────────────────── NAV ───────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--pad-x);
  transition: background 0.3s, backdrop-filter 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(8, 9, 14, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line);
}

.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--text); }
.logo svg { color: var(--accent); flex-shrink: 0; }
.logo-text {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  display: inline-flex;
}
.logo-lobo { color: var(--text); }
.logo-lab  { color: var(--accent); }

.nav-links {
  display: flex; gap: 32px;
  font-size: 14px; color: var(--text-2);
  font-weight: 500;
}
.nav-links a { transition: color 0.2s; position: relative; }
.nav-links a:hover { color: var(--text); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px;
  background: var(--accent); transition: right 0.3s ease;
}
.nav-links a:hover::after { right: 0; }
@media (max-width: 820px) { .nav-links { display: none; } }

.nav-right { display: flex; align-items: center; gap: 14px; }

.lang-switch {
  display: inline-flex; padding: 3px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.lang-switch button {
  background: transparent; border: 0; color: var(--text-3);
  padding: 5px 11px; border-radius: 999px; font-size: 11px; font-weight: 600;
  letter-spacing: 0.04em; transition: all 0.2s;
}
.lang-switch button.is-on { background: var(--accent); color: #1a0e02; }
.lang-switch button:not(.is-on):hover { color: var(--text); }

/* ───────────────────── BUTTONS ───────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  letter-spacing: -0.005em;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn-block { width: 100%; justify-content: center; padding: 16px; }
.btn-primary {
  background: var(--accent); color: #1a0e02;
  box-shadow: 0 0 0 0 var(--accent-glow), 0 8px 24px -8px rgba(240,138,43,0.4);
}
.btn-primary:hover {
  background: var(--accent-2);
  box-shadow: 0 0 0 6px rgba(240,138,43,0.12), 0 12px 32px -10px rgba(240,138,43,0.55);
  transform: translateY(-1px);
}
.btn-primary:disabled { opacity: 0.7; cursor: default; }
.btn-ghost {
  background: transparent; color: var(--text);
  border-color: var(--line-2);
}
.btn-ghost:hover { border-color: var(--accent); color: var(--accent-2); }

/* ───────────────────── HERO ───────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 120px var(--pad-x) 60px;
  display: flex; align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(120% 80% at 50% 0%, #11141C 0%, #08090E 60%);
}
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }

/* Wolf hero — real photo background with animations on top */
.hero-bg-wolf { background: #050608; }
.wolf-photo {
  position: absolute; inset: 0;
  background: url("../assets/wolf-moon.jpg") no-repeat center center;
  background-size: cover;
  filter: brightness(0.78) contrast(1.05) saturate(1.15) hue-rotate(-4deg);
  animation: wolfDriftIn 1.6s cubic-bezier(.2,.7,.2,1) both, wolfBreath 14s ease-in-out infinite 1.6s;
}
.wolf-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 80% at 50% 50%, transparent 35%, rgba(5,6,8,0.55) 70%, rgba(5,6,8,0.92) 100%),
    linear-gradient(180deg, rgba(5,6,8,0.35) 0%, transparent 30%, transparent 60%, rgba(5,6,8,0.85) 100%),
    linear-gradient(90deg, rgba(5,6,8,0.45) 0%, transparent 30%, transparent 70%, rgba(5,6,8,0.45) 100%);
  pointer-events: none;
}
@keyframes wolfDriftIn {
  from { opacity: 0; transform: scale(1.08); }
  to   { opacity: 1; transform: scale(1.02); }
}
@keyframes wolfBreath {
  0%, 100% { transform: scale(1.02); }
  50%      { transform: scale(1.05); }
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
  pointer-events: none;
}

.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--maxw); margin: 0 auto; width: 100%;
}

.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 11px;
  background: rgba(240,138,43,0.08);
  border: 1px solid rgba(240,138,43,0.25);
  border-radius: 999px;
  font-size: 12px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--accent-2);
  margin-bottom: 28px;
  animation: tagIn 0.8s 0.1s both cubic-bezier(.2,.7,.2,1);
}
.hero-tag-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
@keyframes tagIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

.hero-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(40px, 7.2vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  text-wrap: balance;
}
.hero-line {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  animation: lineIn 0.9s cubic-bezier(.2,.7,.2,1) forwards;
}
.hero-line:nth-child(1) { animation-delay: 0.15s; }
.hero-line:nth-child(2) { animation-delay: 0.30s; color: var(--text-2); }
.hero-line:nth-child(3) { animation-delay: 0.45s; }
.hero-line.accent {
  background: linear-gradient(96deg, var(--accent) 0%, #FFC57A 50%, var(--accent) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: lineIn 0.9s 0.45s cubic-bezier(.2,.7,.2,1) forwards, shimmer 6s linear infinite 1.5s;
}
@keyframes lineIn { to { opacity: 1; transform: none; } }
@keyframes shimmer { to { background-position: -200% 0; } }

.hero-sub {
  max-width: 620px;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: var(--text-2);
  margin: 0 0 38px;
  opacity: 0; animation: lineIn 0.9s 0.6s cubic-bezier(.2,.7,.2,1) forwards;
}

.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap;
  opacity: 0; animation: lineIn 0.9s 0.75s cubic-bezier(.2,.7,.2,1) forwards; }

.hero-stats {
  display: flex; gap: clamp(28px, 5vw, 64px);
  margin-top: 64px; padding-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 720px;
  opacity: 0; animation: lineIn 0.9s 0.9s cubic-bezier(.2,.7,.2,1) forwards;
}
.stat-num {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(24px, 2.6vw, 34px); letter-spacing: -0.02em;
  color: var(--text);
}
.stat-lbl {
  font-size: 12px; color: var(--text-3);
  letter-spacing: 0.04em; text-transform: uppercase;
  margin-top: 4px;
}

.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 10px; color: var(--text-3);
  letter-spacing: 0.2em; text-transform: uppercase;
  z-index: 2;
}
.hero-scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--accent) 0%, transparent 100%);
  position: relative; overflow: hidden;
}
.hero-scroll-line::after {
  content: ""; position: absolute; top: -40px; left: 0; width: 100%; height: 40px;
  background: linear-gradient(to bottom, transparent, var(--accent));
  animation: scrollDot 2.2s infinite cubic-bezier(.5,.1,.5,.9);
}
@keyframes scrollDot { 0% { top: -40px; } 100% { top: 40px; } }

/* ───────────────────── MARQUEE ───────────────────── */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink-1);
  padding: 22px 0;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.marquee-track {
  display: flex; gap: 70px;
  width: max-content;
  animation: marquee 50s linear infinite;
}
.marquee-item {
  font-family: var(--font-mono);
  font-size: 14px; font-weight: 500;
  color: var(--text-3); letter-spacing: 0.05em;
  white-space: nowrap;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ───────────────────── SECTIONS ───────────────────── */
.section {
  position: relative;
  padding: clamp(80px, 12vw, 140px) var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
}
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.kicker-line {
  display: inline-block; width: 28px; height: 1px; background: var(--accent);
}
.section-title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin: 0 0 20px;
  text-wrap: balance;
  max-width: 22ch;
}
.section-sub {
  color: var(--text-2);
  font-size: clamp(15px, 1.2vw, 17px);
  max-width: 56ch;
  margin: 0;
}

/* ───────────────────── ABOUT ───────────────────── */
.about .section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  margin-bottom: 80px;
}
@media (max-width: 820px) { .about .section-grid { grid-template-columns: 1fr; } }

.about-body p {
  color: var(--text-2);
  margin: 0 0 18px;
  font-size: 16px;
}
.about-body .lead { color: var(--text); font-size: 18px; }

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }
.pillar {
  background: var(--ink-1);
  padding: 36px 32px;
  transition: background 0.3s;
}
.pillar:hover { background: var(--ink-2); }
.pillar-k {
  font-family: var(--font-mono);
  font-size: 12px; color: var(--accent);
  letter-spacing: 0.1em; margin-bottom: 14px;
}
.pillar-t {
  font-family: var(--font-display);
  font-size: 20px; font-weight: 600; letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.pillar-d { color: var(--text-2); font-size: 14px; line-height: 1.55; }

/* ───────────────────── SERVICES ───────────────────── */
.services .section-head { margin-bottom: 56px; max-width: 56ch; }

.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 820px) { .svc-grid { grid-template-columns: 1fr; } }

.svc-card {
  position: relative;
  padding: 36px 32px;
  background: var(--ink-1);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: all 0.35s cubic-bezier(.2,.7,.2,1);
  overflow: hidden;
}
.svc-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 100% 0%, rgba(240,138,43,0.10), transparent 70%);
  opacity: 0; transition: opacity 0.4s;
  pointer-events: none;
}
.svc-card:hover {
  border-color: rgba(240,138,43,0.4);
  transform: translateY(-4px);
  background: var(--ink-2);
}
.svc-card:hover::before { opacity: 1; }
.svc-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 28px;
}
.svc-n {
  font-family: var(--font-mono);
  color: var(--accent); font-size: 12px;
  letter-spacing: 0.1em;
}
.svc-top svg { color: var(--accent); }
.svc-t {
  font-family: var(--font-display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.015em;
  margin: 0 0 12px;
}
.svc-d {
  color: var(--text-2); font-size: 14.5px;
  margin: 0 0 22px;
}
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-family: var(--font-mono);
  font-size: 11px; padding: 4px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-3);
  letter-spacing: 0.02em;
}

/* ───────────────────── PRODUCTS ───────────────────── */
.products .section-head { margin-bottom: 56px; max-width: 62ch; }

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) { .prod-grid { grid-template-columns: 1fr; } }

.prod-card {
  display: flex; flex-direction: column;
  height: 100%;
  padding: 32px 28px;
  background: linear-gradient(160deg, var(--ink-2) 0%, var(--ink-1) 60%);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: all 0.35s cubic-bezier(.2,.7,.2,1);
  position: relative;
  overflow: hidden;
}
.prod-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(70% 60% at 0% 0%, rgba(240,138,43,0.12), transparent 70%);
  opacity: 0; transition: opacity 0.4s; pointer-events: none;
}
a.prod-card { cursor: pointer; }
.prod-card:hover {
  border-color: rgba(240,138,43,0.4);
  transform: translateY(-4px);
}
.prod-card:hover::before { opacity: 1; }
.prod-top {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 22px;
}
.prod-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 21px; letter-spacing: -0.02em;
}
.prod-top svg { color: var(--accent); flex-shrink: 0; }
.prod-tagline {
  font-size: 14px; font-weight: 600;
  color: var(--accent-2);
  margin-bottom: 14px;
  line-height: 1.4;
}
.prod-body {
  color: var(--text-2); font-size: 14px;
  margin: 0 0 22px;
  flex: 1;
}
.prod-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.prod-foot {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.prod-stat-v {
  display: block;
  font-family: var(--font-display); font-weight: 600;
  font-size: 20px; color: var(--text); letter-spacing: -0.02em;
}
.prod-stat-l {
  display: block;
  font-size: 11px; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 0.05em;
  margin-top: 3px;
}
.prod-link {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-mono); font-size: 12px;
  color: var(--accent-2); white-space: nowrap;
}
.prod-link.is-soon { color: var(--text-3); }

/* ───────────────────── CASES ───────────────────── */
.cases .section-head { margin-bottom: 64px; }

.case-list { display: flex; flex-direction: column; }
.case-row {
  display: grid;
  grid-template-columns: 60px 1fr 280px;
  gap: 32px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  align-items: start;
  transition: padding-left 0.3s;
}
.case-row:last-child { border-bottom: 1px solid var(--line); }
.case-row:hover { padding-left: 12px; }
@media (max-width: 820px) {
  .case-row { grid-template-columns: 1fr; gap: 16px; padding: 28px 0; }
}

.case-num {
  font-family: var(--font-mono);
  color: var(--accent); font-size: 13px;
  letter-spacing: 0.1em; padding-top: 4px;
}
.case-sector {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.12em;
  color: var(--text-3); text-transform: uppercase;
  margin-bottom: 10px;
}
.case-t {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(20px, 2vw, 26px); letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.case-body {
  color: var(--text-2); margin: 0;
  font-size: 15px; max-width: 56ch;
}
.case-metrics {
  display: flex; flex-direction: column; gap: 18px;
}
.metric {
  display: flex; align-items: baseline; gap: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--accent);
}
.metric-v {
  font-family: var(--font-display); font-weight: 600;
  font-size: 22px; letter-spacing: -0.02em;
  color: var(--text);
}
.metric-l {
  font-size: 12px; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 0.05em;
}

/* ───────────────────── TEAM ───────────────────── */
.team .section-head { margin-bottom: 56px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1000px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .team-grid { grid-template-columns: 1fr; } }

.team-card {
  padding: 28px 24px;
  background: var(--ink-1);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: all 0.3s;
}
.team-card:hover { border-color: rgba(240,138,43,0.3); transform: translateY(-3px); }
.team-avatar {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 20px;
  color: var(--text); letter-spacing: -0.02em;
  margin-bottom: 18px;
  border: 1px solid var(--line-2);
}
.team-name {
  font-family: var(--font-display); font-weight: 600;
  font-size: 16px; letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.team-role {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--accent);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.team-bio { color: var(--text-2); font-size: 13.5px; line-height: 1.5; }

/* ───────────────────── CONTACT ───────────────────── */
.contact {
  border-top: 1px solid var(--line);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
@media (max-width: 820px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-direct { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.cd-label {
  font-family: var(--font-mono);
  font-size: 11px; color: var(--text-3);
  letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 14px;
}
.cd-link {
  display: block;
  font-family: var(--font-display);
  font-size: 18px; font-weight: 500;
  color: var(--text); margin-bottom: 8px;
  transition: color 0.2s;
}
.cd-link:hover { color: var(--accent); }
.cd-addr { color: var(--text-3); font-size: 13.5px; margin-top: 12px; }

.contact-form {
  display: flex; flex-direction: column; gap: 16px;
  padding: 32px;
  background: var(--ink-1);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .form-row { grid-template-columns: 1fr; } }
.contact-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-3);
}
.contact-form input, .contact-form textarea {
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  font-size: 14px;
  color: var(--text);
  font-family: var(--font-body);
  letter-spacing: 0;
  text-transform: none;
  transition: border-color 0.2s, background 0.2s;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(240,138,43,0.04);
}
.contact-form textarea { resize: vertical; min-height: 100px; }

/* ───────────────────── FOOTER ───────────────────── */
.footer {
  border-top: 1px solid var(--line);
  padding: 32px var(--pad-x);
  background: var(--ink-1);
}
.footer-row {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px; flex-wrap: wrap;
}
.footer-meta {
  display: flex; gap: 12px; flex-wrap: wrap;
  font-size: 12px; color: var(--text-3);
}
.footer-meta .dot { opacity: 0.5; }

.section-head-row {
  display: flex; justify-content: space-between; align-items: end; gap: 32px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
