/* ===== Font locali (subset latin, da Google Fonts) ===== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../assets/fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== The Himalaya Project — v2 cinematica ===== */
:root {
  --text: #EDF1FA;
  --text-muted: #A9B4D2;
  --accent: #F0A24B;          /* alpenglow gold */
  --accent-strong: #FFBE6E;
  --ember: #FF8A5C;           /* alba */
  --ice: #9FD4F5;
  --card-bg: rgba(12, 18, 40, 0.62);
  --card-border: rgba(159, 212, 245, 0.16);

  --font-display: "Space Grotesk", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;

  --space-section: clamp(8rem, 16vh, 13rem);
  --radius: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: #0A0E22;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--font-display); line-height: 1.1; margin: 0 0 0.6em; }
h1, h2 { text-shadow: 0 2px 30px rgba(4, 7, 20, 0.65); }
h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); letter-spacing: -0.015em; font-weight: 700; }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1em; }
.lead, .hero-sub, .eyebrow, .role, .contact-info, .card p, .tl-item p, .stat-label, .perks, .cordata-card h3 {
  text-shadow: 0 1px 3px rgba(4, 7, 20, 0.7), 0 2px 18px rgba(4, 7, 20, 0.6);
}

/* parole enfatizzate: gradiente oro-alba.
   Applicato anche ai frammenti generati da SplitText (div dentro em),
   perché background-clip:text non attraversa figli trasformati. */
h1 em, h2 em {
  font-style: normal;
}
h1 em, h2 em, h1 em div, h2 em div {
  background: linear-gradient(100deg, #FFCE8A 0%, var(--accent) 45%, var(--ember) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: none;
}

/* ===== scena: murale fotografico "piano sequenza" ===== */
.scene {
  position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none;
  transform: translateZ(0);            /* layer di compositing stabile: no flicker con ScrollSmoother */
  backface-visibility: hidden;
}
.mural-viewport {
  position: absolute; inset: 0; overflow: hidden;
  /* segnaposto mentre la foto si carica: cielo di montagna, non navy scuro */
  background: linear-gradient(180deg, #33517e 0%, #1e3054 38%, #16233f 68%, #2a2438 100%);
}
.mural {
  position: absolute; left: 50%; top: 0;
  transform: translate(-50%, var(--ty, 0px));
  /* width: max(100vw,100vh) garantisce copertura in larghezza e altezza
     sufficiente a panare in verticale su ogni formato (croppa i lati se serve) */
  width: max(100vw, 100vh);
  height: auto;
  will-change: transform;
  backface-visibility: hidden;
  user-select: none;
}
/* scrim per leggibilità del testo sopra la foto */
.mural-shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(6, 10, 26, 0.52) 0%,
    rgba(6, 10, 26, 0.20) 16%,
    rgba(7, 11, 28, 0.28) 45%,
    rgba(7, 11, 28, 0.34) 72%,
    rgba(10, 9, 22, 0.55) 100%);
}
#snow { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; }

/* ===== grana e vignetta (toglie l'effetto piatto) ===== */
.grain {
  position: fixed; inset: -50px; z-index: 90; pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: grain-shift 0.9s steps(4) infinite;
}
@keyframes grain-shift {
  0% { transform: translate(0, 0); }
  25% { transform: translate(-18px, 12px); }
  50% { transform: translate(14px, -16px); }
  75% { transform: translate(-10px, -8px); }
  100% { transform: translate(0, 0); }
}
.vignette {
  position: fixed; inset: 0; z-index: 89; pointer-events: none;
  background: radial-gradient(ellipse 120% 100% at 50% 45%, transparent 62%, rgba(4, 6, 16, 0.45) 100%);
}

/* ===== altimetro ===== */
.altimeter {
  position: fixed; right: 30px; top: 50%;
  transform: translateY(-50%);
  z-index: 95;
  display: flex; flex-direction: column; align-items: center; gap: 16px;
}
.alt-readout {
  text-align: center;
  background: rgba(10, 15, 34, 0.55);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 10px 14px;
  backdrop-filter: blur(10px);
}
.alt-value {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.3rem; font-weight: 500;
  color: var(--accent-strong);
  font-variant-numeric: tabular-nums;
  min-width: 5ch;
}
.alt-unit { font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); }
.alt-track {
  position: relative;
  width: 3px; height: min(42vh, 400px);
  background: rgba(159, 212, 245, 0.14);
  border-radius: 3px;
}
.alt-fill {
  position: absolute; left: 0; top: 0; width: 100%; height: 0%;
  background: linear-gradient(180deg, var(--accent-strong), var(--ember));
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(240, 162, 75, 0.5);
}
.alt-needle {
  position: absolute; left: 50%; top: 0;
  width: 15px; height: 15px;
  transform: translate(-50%, -50%);
  background: var(--accent-strong);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 190, 110, 0.9);
}
.alt-mark {
  position: absolute; right: 12px;
  transform: translateY(-50%);
  display: flex; align-items: center; gap: 8px;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.75;
  transition: color 200ms ease, opacity 200ms ease;
}
.alt-mark::after { content: ""; width: 9px; height: 2px; background: currentColor; border-radius: 2px; }
.alt-mark:hover, .alt-mark.active { color: var(--accent-strong); opacity: 1; }
.alt-mark:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; }

.alt-chip {
  display: none;
  position: fixed; right: 14px; top: 82px; z-index: 95;
  font-family: var(--font-mono); font-size: 0.85rem; color: var(--accent-strong);
  background: rgba(10, 15, 34, 0.6);
  border: 1px solid var(--card-border);
  border-radius: 999px; padding: 5px 12px;
  backdrop-filter: blur(8px);
  font-variant-numeric: tabular-nums;
}

/* ===== topbar ===== */
.topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 96;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 52px);
  background: linear-gradient(180deg, rgba(6, 9, 23, 0.75), rgba(6, 9, 23, 0));
}
.brand { display: flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; }
.brand-mark { width: 26px; height: 26px; color: var(--accent); filter: drop-shadow(0 0 8px rgba(240, 162, 75, 0.5)); }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.06em; }

/* ===== bottoni ===== */
.btn {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: 0 28px;
  font-family: var(--font-display); font-weight: 600; font-size: 0.95rem;
  color: #1A1206;
  background: linear-gradient(120deg, var(--accent-strong), var(--accent) 55%, var(--ember));
  border-radius: 999px; text-decoration: none;
  cursor: pointer; border: 1px solid transparent;
  box-shadow: 0 4px 24px rgba(240, 162, 75, 0.25);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}
.btn:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 10px 38px rgba(255, 158, 94, 0.45); filter: brightness(1.06); }
.btn:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; }
.btn-ghost {
  background: rgba(159, 212, 245, 0.05); color: var(--text);
  border-color: rgba(159, 212, 245, 0.35);
  box-shadow: none;
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(159, 212, 245, 0.12); box-shadow: 0 6px 24px rgba(80, 120, 200, 0.2); }
.btn-sm { min-height: 44px; padding: 0 20px; font-size: 0.85rem; }
.btn-lg { min-height: 56px; padding: 0 36px; font-size: 1.05rem; }

/* ===== layout ===== */
#smooth-wrapper { position: relative; z-index: 1; }
main { position: relative; }
.panel { position: relative; padding: var(--space-section) 0; }
.wrap { width: min(1120px, 92vw); margin: 0 auto; position: relative; z-index: 2; }
.wrap.narrow { width: min(840px, 92vw); }
.center { text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono);
  font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--ice); margin-bottom: 1.4em;
}
.eyebrow::before { content: ""; width: 34px; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); }
.center .eyebrow::before { display: none; }
.lead { font-size: 1.18rem; line-height: 1.7; color: var(--text); max-width: 62ch; }
.center .lead { margin-inline: auto; }

/* rotta di salita */
.route { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; overflow: visible; }
.route path {
  stroke: rgba(240, 162, 75, 0.55);
  stroke-width: 2;
  stroke-dasharray: 6 8;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(240, 162, 75, 0.35));
}
.route-anchor { fill: #0A0E22; stroke: var(--accent); stroke-width: 2; }

/* hero */
.hero { min-height: 100vh; display: flex; align-items: center; padding: 0; }
.hero-title {
  font-size: clamp(3.2rem, 10vw, 8rem);
  font-weight: 700; letter-spacing: -0.025em;
  text-transform: lowercase;
  margin-bottom: 0.3em;
}
.hero-title .line { display: block; }
.hero-sub { font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--text); margin-bottom: 2.4em; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.scroll-hint {
  position: absolute; left: 50%; bottom: 34px;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  color: var(--text-muted);
  font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase;
}
.hint-line {
  width: 1px; height: 52px;
  background: linear-gradient(180deg, var(--accent), transparent);
  animation: hint 2.2s ease-in-out infinite;
  transform-origin: top;
}
@keyframes hint { 0% { transform: scaleY(0); opacity: 0; } 35% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* card */
.card {
  position: relative;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 30px;
  backdrop-filter: blur(14px);
  transition: transform 300ms cubic-bezier(.2,.8,.25,1), border-color 300ms ease, box-shadow 300ms ease;
  overflow: hidden;
}
.card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(600px 160px at 50% -20%, rgba(159, 212, 245, 0.08), transparent 70%);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(240, 162, 75, 0.45);
  box-shadow: 0 18px 48px rgba(4, 8, 22, 0.55), 0 0 0 1px rgba(240, 162, 75, 0.1);
}
.icon { width: 32px; height: 32px; color: var(--accent); margin-bottom: 16px; filter: drop-shadow(0 0 10px rgba(240, 162, 75, 0.4)); }
.card p { color: var(--text); margin-bottom: 0; font-size: 0.97rem; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 2.6rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 2.6rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 2.6rem; }

/* guida */
.role { font-family: var(--font-mono); color: var(--accent-strong); font-size: 0.92rem; letter-spacing: 0.04em; }
.loop {
  display: flex; flex-wrap: wrap; gap: 10px 16px; align-items: center;
  margin-top: 2.4rem;
  font-family: var(--font-mono); font-size: 1.02rem; color: var(--ice);
}
.loop .sep { color: var(--accent); }

/* timeline */
.timeline { list-style: none; margin: 3.2rem 0 0; padding: 0; position: relative; }
.timeline::before {
  content: ""; position: absolute; left: 7px; top: 8px; bottom: 8px;
  width: 2px; background: linear-gradient(180deg, var(--accent), rgba(159, 212, 245, 0.12));
  border-radius: 2px;
}
.tl-item { position: relative; padding: 0 0 2.8rem 46px; }
.tl-item:last-child { padding-bottom: 0; }
.tl-item::before {
  content: ""; position: absolute; left: 0; top: 6px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #131B3E; border: 3px solid var(--accent);
  box-shadow: 0 0 14px rgba(240, 162, 75, 0.5);
}
.tl-meta { display: flex; gap: 14px; align-items: baseline; margin-bottom: 4px; }
.tl-org { font-family: var(--font-display); font-weight: 600; color: var(--ice); }
.tl-years { font-family: var(--font-mono); font-size: 0.78rem; color: var(--text-muted); }
.tl-item p { color: var(--text); max-width: 68ch; }

/* cordata (marquee) */
.cordata-marquee {
  margin-top: calc(2.6rem - 40px);
  padding: 40px 0 64px; /* spazio verticale per sollevamento + ombra di .card:hover, altrimenti tagliati da overflow:hidden */
  margin-bottom: -64px; /* compensa il padding inferiore: distanza dalla sezione successiva uguale alle altre */
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.cordata-track {
  display: flex;
  width: max-content;
  animation: cordata-scroll 42s linear infinite;
}
.cordata-marquee:hover .cordata-track {
  animation-play-state: paused;
}
/* focus da tastiera (link futuri): l'animazione si disattiva del tutto e il
   contenitore torna scorrevole, cosi' il browser porta a vista l'elemento a
   fuoco da solo — con la sola pausa non basterebbe, il track resterebbe
   traslato in negativo e lo scroll non raggiungerebbe ciò che sta a sinistra. */
.cordata-marquee:focus-within {
  overflow-x: auto;
}
.cordata-marquee:focus-within .cordata-track {
  animation: none;
}
@keyframes cordata-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.cordata-list { display: flex; list-style: none; margin: 0; padding: 0; }
.cordata-card { flex: 0 0 260px; margin-right: 24px; text-align: center; cursor: default; }
.cordata-avatar {
  width: 64px; height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(120deg, #FFCE8A, var(--accent) 55%, var(--ember));
  color: #1A1206;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  overflow: hidden;
}
.cordata-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cordata-card h3 { font-size: 1.05rem; margin-bottom: 0.2em; }
.cordata-card .cordata-role { color: var(--text); font-size: 0.9rem; margin-bottom: 0; }
.cordata-linkedin {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px;
  font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.04em;
  color: var(--ice); text-decoration: none;
  transition: color 200ms ease;
}
.cordata-linkedin svg { width: 16px; height: 16px; }
.cordata-linkedin:hover { color: var(--accent-strong); }
.cordata-linkedin:focus-visible { outline: 2px solid var(--ice); outline-offset: 3px; }
/* touch: niente animazione CSS, l'avanzamento automatico e la pausa al tocco
   li gestisce main.js (scrollLeft), scrollabile a dito nel frattempo. */
@media (hover: none) and (pointer: coarse) {
  .cordata-marquee { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .cordata-track { animation: none; }
}

/* stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 3.2rem; }
.stat {
  text-align: center;
  padding: 40px 20px;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  backdrop-filter: blur(14px);
}
.stat-num {
  display: block;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(2.4rem, 4.6vw, 3.6rem);
  background: linear-gradient(110deg, #FFCE8A, var(--accent) 55%, var(--ember));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  font-variant-numeric: tabular-nums;
}
.stat-label { color: var(--text); font-size: 0.94rem; }

/* fasi */
.phase-n { font-family: var(--font-mono); font-size: 0.8rem; color: var(--accent-strong); display: block; margin-bottom: 10px; }
.phase-when { font-family: var(--font-mono); font-size: 0.75rem; color: var(--ice); margin-bottom: 8px; }
.perks {
  list-style: none; margin: 2.8rem 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 12px 30px;
  color: var(--text-muted); font-size: 0.95rem;
}
.perks li { display: flex; align-items: center; gap: 8px; }
.check { width: 17px; height: 17px; color: var(--accent); flex: none; }

/* campo base */
.basecamp { min-height: 100vh; display: flex; align-items: center; }
.basecamp .wrap {
  padding: clamp(2rem, 5vh, 4rem) clamp(1.5rem, 4vw, 3.5rem);
  border-radius: 28px;
  background: radial-gradient(ellipse 75% 88% at 50% 48%, rgba(6, 10, 24, 0.72), rgba(6, 10, 24, 0.28) 68%, transparent 100%);
}
.contact-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin: 2.4rem 0 1.5rem; }
.contact-info { color: var(--text); font-size: 0.95rem; }

/* footer */
.footer {
  position: relative; z-index: 2;
  border-top: 1px solid rgba(159, 212, 245, 0.1);
  padding: 24px 0;
  font-size: 0.82rem; color: var(--text-muted);
  background: rgba(6, 9, 23, 0.35);
  backdrop-filter: blur(8px);
}
.footer-row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.reveal { will-change: transform, opacity; }

/* ===== responsive ===== */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
  .route { display: none; }
}
@media (max-width: 900px) {
  .altimeter { display: none; }
  .alt-chip { display: block; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .two-col, .grid-3, .grid-4, .stats { grid-template-columns: 1fr; }
  .brand-name { font-size: 0.82rem; }
  .hero-sub br { display: none; }
  :root { --space-section: clamp(5.5rem, 11vh, 8rem); }
  .cordata-card { flex: 0 0 220px; margin-right: 16px; }
}

/* ===== reduced motion ===== */
@media (prefers-reduced-motion: reduce) {
  .hint-line, .grain { animation: none; }
  .reveal, .split, .hero-title, .hero-sub, .hero-cta, .hero-eyebrow { opacity: 1 !important; transform: none !important; }
  .cordata-track { animation: none; }
  .cordata-marquee { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .cordata-list[aria-hidden="true"] { display: none; }
}
