:root {
  --bg: #07080b;
  --bg-soft: #0c0e14;
  --text: #f5f7fb;
  --muted: #969dab;
  --line: rgba(255,255,255,.11);
  --blue: #4f7cff;
  --cyan: #1ee6d8;
  --violet: #a568ff;
  --lime: #b8ff62;
  --orange: #ff8a3d;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(79,124,255,.12), transparent 42%),
    var(--bg);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}

body::selection { background: var(--cyan); color: #031313; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.cursor-glow {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(79,124,255,.13), transparent 68%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
}

.boot-screen {
  position: fixed;
  inset: 0;
  background: #050609;
  z-index: 200;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 28px;
}

.boot-mark {
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 30%;
  display: grid;
  place-items: center;
  font-family: "Space Grotesk";
  font-size: 46px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #071017;
  box-shadow: 0 0 80px rgba(79,124,255,.28);
}

.boot-copy {
  width: min(320px, 70vw);
  color: var(--muted);
  letter-spacing: .18em;
  font-size: 10px;
}

.boot-line {
  height: 2px;
  background: rgba(255,255,255,.08);
  margin-top: 12px;
  overflow: hidden;
}
.boot-line i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 3vw;
  background: linear-gradient(to bottom, rgba(7,8,11,.86), transparent);
  backdrop-filter: blur(8px);
}

.brand { display: flex; align-items: center; gap: 12px; }
.brand-symbol {
  width: 40px; height: 40px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #071017;
  font: 700 20px "Space Grotesk";
}
.brand-copy { display: grid; line-height: 1; gap: 5px; }
.brand-copy strong { font-size: 13px; letter-spacing: .13em; }
.brand-copy small { font-size: 8px; color: var(--muted); letter-spacing: .17em; }

.desktop-nav {
  display: flex; gap: 30px;
  color: #c8ccd4;
  font-size: 12px;
}
.desktop-nav a { transition: color .3s, transform .3s; }
.desktop-nav a:hover { color: white; transform: translateY(-2px); }

.nav-cta {
  display: flex; gap: 18px; align-items: center;
  padding: 11px 15px 11px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}
.nav-cta b {
  width: 27px; height: 27px; border-radius: 50%;
  background: white; color: #08090c;
  display: grid; place-items: center;
}

.hero {
  min-height: 112vh;
  padding: 150px 4vw 50px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.hero-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-one { width: 760px; height: 760px; right: -250px; top: -210px; }
.orbit-two { width: 520px; height: 520px; left: -300px; bottom: 0; }

.hero-kicker, .eyebrow {
  color: #d8dbe3;
  font-size: 10px;
  letter-spacing: .19em;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-kicker { display: flex; align-items: center; gap: 10px; position: relative; z-index: 3; }
.pulse-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 8px rgba(184,255,98,.08), 0 0 18px rgba(184,255,98,.7);
}

.hero-title-wrap { position: relative; z-index: 4; margin-top: 3vh; }
.hero-title {
  margin: 0;
  font: 700 clamp(58px, 10.8vw, 178px)/.77 "Space Grotesk", sans-serif;
  letter-spacing: -.075em;
}
.hero-title .line { display: block; overflow: hidden; padding: .05em 0 .12em; }
.hero-title .line > span { display: block; }
.gradient-line span {
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, var(--blue) 42%, var(--cyan) 85%);
  -webkit-background-clip: text;
  background-clip: text;
}
.outline-line span {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,.7);
}

.hero-lower {
  position: relative; z-index: 4;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.hero-description {
  max-width: 520px;
  color: #aeb4c0;
  font-size: clamp(15px, 1.5vw, 21px);
  line-height: 1.55;
}
.hero-scroll {
  width: 165px; height: 165px; border-radius: 50%;
  display: grid; place-items: center;
  align-content: center; gap: 16px;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.035);
  backdrop-filter: blur(12px);
  font-size: 11px;
  letter-spacing: .08em;
  transition: background .35s, border-color .35s;
}
.hero-scroll:hover { background: var(--text); color: #090a0d; border-color: white; }
.hero-scroll i { font-style: normal; font-size: 24px; }

.hero-stage {
  position: absolute;
  inset: 0;
  pointer-events: none;
  perspective: 1200px;
  z-index: 1;
}
.stage-panel {
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.018));
  backdrop-filter: blur(15px);
  box-shadow: 0 30px 100px rgba(0,0,0,.4);
  overflow: hidden;
}
.panel-label {
  display: block;
  font-size: 8px;
  letter-spacing: .16em;
  color: rgba(255,255,255,.62);
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.panel-a { width: 310px; height: 190px; right: 7%; top: 21%; transform: rotate(6deg); }
.panel-b { width: 205px; height: 250px; right: 25%; bottom: 12%; transform: rotate(-9deg); }
.panel-c { width: 260px; height: 170px; left: 43%; top: 20%; transform: rotate(-5deg); opacity: .75; }

.mini-ui { display: flex; height: calc(100% - 37px); padding: 12px; gap: 10px; }
.mini-sidebar { width: 35px; border-radius: 8px; background: rgba(79,124,255,.18); }
.mini-content { flex: 1; display: grid; grid-template-rows: 22px 35px 1fr; gap: 8px; }
.mini-header, .mini-chart, .mini-stats i { border-radius: 6px; background: rgba(255,255,255,.09); }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.mini-chart {
  background:
    linear-gradient(135deg, transparent 40%, rgba(30,230,216,.7) 41% 43%, transparent 44%),
    rgba(255,255,255,.045);
}

.race-ui { display: grid; place-items: center; height: calc(100% - 37px); }
.race-circle {
  width: 95px; height: 95px; border-radius: 50%;
  border: 1px solid rgba(184,255,98,.5);
  display: grid; place-items: center;
  color: var(--lime);
  font: 700 36px "Space Grotesk";
  box-shadow: inset 0 0 35px rgba(184,255,98,.08);
}
.race-lines { width: 70%; display: grid; gap: 8px; }
.race-lines i { height: 6px; border-radius: 9px; background: rgba(255,255,255,.09); }

.map-ui { position: relative; height: calc(100% - 37px); }
.map-path {
  position: absolute; inset: 20%;
  border: 1px dashed rgba(165,104,255,.5);
  transform: rotate(14deg) skew(-10deg);
  border-radius: 40% 60% 50% 30%;
}
.p2 { inset: 32% 15%; transform: rotate(-8deg); border-color: rgba(30,230,216,.45); }
.map-pin {
  position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: var(--cyan); box-shadow: 0 0 18px var(--cyan);
}
.pin-a { left: 27%; top: 40%; }
.pin-b { left: 62%; top: 60%; }
.pin-c { left: 72%; top: 25%; }

.hero-index {
  position: absolute; right: 3vw; bottom: 22px;
  font-size: 8px; letter-spacing: .18em; color: #626977;
}

.manifesto { padding: 120px 4vw; border-top: 1px solid var(--line); }
.manifesto-grid { display: grid; grid-template-columns: 1fr 4fr; gap: 4vw; }
.section-number { color: var(--muted); font-size: 11px; padding-top: 12px; }
.manifesto-copy {
  margin: 0;
  font: 600 clamp(36px, 5.4vw, 82px)/1.04 "Space Grotesk";
  letter-spacing: -.045em;
}
.manifesto-copy span { color: #404550; }

.projects-section { padding: 120px 4vw 80px; }
.section-head {
  display: flex; justify-content: space-between; align-items: end; gap: 40px;
  margin-bottom: 80px;
}
.section-head h2, .capabilities h2, .lab-copy h2, .contact h2 {
  margin: 14px 0 0;
  font: 600 clamp(42px, 6vw, 92px)/.98 "Space Grotesk";
  letter-spacing: -.055em;
}
.filters { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.filter {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 10px 15px;
  color: #8e95a3;
  cursor: pointer;
  font-size: 11px;
  transition: .3s ease;
}
.filter:hover, .filter.active { background: white; color: #08090c; border-color: white; }

.project-stream { display: grid; gap: 8vh; }

.project-card {
  min-height: 70vh;
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: grid;
  grid-template-columns: .7fr 1.7fr .75fr;
  gap: 3vw;
  align-items: center;
  transition: opacity .4s, transform .4s;
}
.project-card.is-hidden { display: none; }

.project-index {
  align-self: start;
  color: #5e6571;
  font: 600 12px "Space Grotesk";
  letter-spacing: .14em;
}

.project-visual {
  height: 58vh;
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  cursor: pointer;
  transform-style: preserve-3d;
  background: var(--project-gradient);
  box-shadow: 0 45px 120px rgba(0,0,0,.42);
}
.project-visual::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(130deg, rgba(255,255,255,.16), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.16), transparent 25%);
  mix-blend-mode: overlay;
}
.project-visual .project-ui {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 18px;
  background: rgba(6,9,18,.72);
  backdrop-filter: blur(16px);
  transform: rotate(var(--ui-rotate)) translateZ(40px);
  box-shadow: 0 35px 70px rgba(0,0,0,.35);
  overflow: hidden;
}
.fake-browser-head {
  height: 42px; border-bottom: 1px solid rgba(255,255,255,.09);
  display: flex; align-items: center; gap: 7px; padding: 0 15px;
}
.fake-browser-head i { width: 7px; height: 7px; background: rgba(255,255,255,.18); border-radius: 50%; }
.fake-browser-body { height: calc(100% - 42px); display: grid; grid-template-columns: 70px 1fr; }
.fake-browser-side { background: rgba(255,255,255,.045); border-right: 1px solid rgba(255,255,255,.07); }
.fake-browser-main { padding: 22px; display: grid; grid-template-rows: 40px 1fr; gap: 16px; }
.fake-browser-title { width: 48%; height: 15px; border-radius: 10px; background: rgba(255,255,255,.12); }
.fake-browser-widgets { display: grid; grid-template-columns: repeat(2,1fr); grid-template-rows: repeat(2,1fr); gap: 12px; }
.fake-browser-widgets i {
  border-radius: 12px; background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.06);
}
.fake-browser-widgets i:first-child {
  background: linear-gradient(145deg, rgba(79,124,255,.22), rgba(30,230,216,.05));
}

/* Captura real del proyecto dentro del navegador falso */
.fake-browser-body.has-shot { display: block; padding: 0; }
.project-shot {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.project-badge {
  position: absolute; right: 22px; top: 22px; z-index: 3;
  padding: 8px 11px; border-radius: 999px;
  font-size: 9px; letter-spacing: .12em;
  background: rgba(3,5,9,.65); border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(10px);
}
.project-shape {
  position: absolute; border-radius: 50%; filter: blur(3px);
  background: rgba(255,255,255,.16);
}
.shape-one { width: 120px; height: 120px; left: -35px; bottom: 10%; }
.shape-two { width: 60px; height: 60px; right: 6%; bottom: 4%; }

.project-copy { align-self: end; padding-bottom: 4vh; }
.project-type { color: var(--muted); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.project-copy h3 {
  margin: 13px 0 18px;
  font: 600 clamp(36px, 4.8vw, 72px)/.93 "Space Grotesk";
  letter-spacing: -.055em;
}
.project-copy p { color: #9da4b1; line-height: 1.65; max-width: 440px; font-size: 14px; }
.project-links { display: flex; gap: 10px; margin-top: 28px; }
.project-links button, .project-links a {
  padding: 11px 14px; border-radius: 999px; border: 1px solid var(--line);
  background: transparent; cursor: pointer; font-size: 10px; letter-spacing: .08em;
  transition: .3s;
}
.project-links button:hover, .project-links a:hover { background: white; color: #08090c; }

.project-card:nth-child(even) { grid-template-columns: .75fr 1.7fr .7fr; }
.project-card:nth-child(even) .project-index { order: 3; text-align: right; }
.project-card:nth-child(even) .project-visual { order: 2; }
.project-card:nth-child(even) .project-copy { order: 1; }

.capabilities {
  min-height: 160vh;
  padding: 140px 4vw;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 8vw;
  background:
    radial-gradient(circle at 20% 30%, rgba(165,104,255,.12), transparent 34%),
    var(--bg-soft);
}
.capabilities-sticky { position: sticky; top: 160px; height: max-content; }
.capabilities h2 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.42); }
.capabilities-sticky p { max-width: 480px; color: var(--muted); line-height: 1.7; }
.capability-rail { display: grid; gap: 18vh; padding-top: 14vh; padding-bottom: 20vh; }
.capability-item {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
  backdrop-filter: blur(10px);
  position: relative;
}
.capability-item span { color: var(--cyan); font: 600 11px "Space Grotesk"; }
.capability-item h3 { margin: 50px 0 16px; font: 600 clamp(30px, 4vw, 58px) "Space Grotesk"; letter-spacing: -.04em; }
.capability-item p { color: var(--muted); max-width: 440px; line-height: 1.7; }

.lab-section {
  min-height: 100vh;
  padding: 130px 4vw;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #080a10;
}
.lab-grid-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(79,124,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,124,255,.08) 1px, transparent 1px);
  background-size: 55px 55px;
  mask-image: radial-gradient(circle, black, transparent 72%);
}
.lab-copy { position: relative; z-index: 2; }
.lab-copy p { color: var(--muted); max-width: 600px; line-height: 1.7; }

.lab-orb {
  position: relative;
  width: min(540px, 72vw);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  place-items: center;
  perspective: 800px;
}
.orb-core {
  width: 150px; height: 150px; border-radius: 50%;
  display: grid; place-items: center;
  color: #051013;
  font: 700 38px "Space Grotesk";
  background: radial-gradient(circle at 35% 30%, white, var(--cyan) 30%, var(--blue) 78%);
  box-shadow: 0 0 100px rgba(79,124,255,.45);
}
.orb-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
}
.ring-1 { width: 55%; height: 55%; }
.ring-2 { width: 78%; height: 78%; transform: rotateX(68deg); }
.ring-3 { width: 100%; height: 100%; transform: rotateY(65deg); }
.satellite {
  position: absolute;
  font: 600 9px "Space Grotesk";
  letter-spacing: .16em;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7,8,11,.8);
}
.sat-1 { top: 15%; left: 18%; }
.sat-2 { top: 34%; right: 4%; }
.sat-3 { bottom: 12%; left: 30%; }
.sat-4 { bottom: 30%; left: 0; }

.metrics {
  padding: 110px 4vw;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metric { padding: 0 3vw; border-right: 1px solid var(--line); }
.metric:first-child { padding-left: 0; }
.metric:last-child { border-right: 0; }
.metric strong, .metric > span {
  font: 700 clamp(55px, 7vw, 110px) "Space Grotesk";
  letter-spacing: -.06em;
}
.metric > span { color: var(--cyan); }
.metric p { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.contact {
  min-height: 100vh;
  padding: 170px 4vw 130px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 52px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(79,124,255,.18), transparent 40%),
    #07080b;
}
.contact-copy { position: relative; z-index: 2; max-width: 1100px; }
.contact-copy h2 {
  font: 600 clamp(46px, 8vw, 118px)/.94 "Space Grotesk";
  letter-spacing: -.05em;
  margin: 20px 0 26px;
}
.contact-copy h2 span {
  background: linear-gradient(100deg, var(--blue), var(--cyan) 45%, var(--lime));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact-copy p { color: var(--muted); font-size: 16px; margin: 0 auto; max-width: 62ch; line-height: 1.75; }
.contact-copy .contact-lead {
  color: var(--text);
  font: 600 clamp(19px, 2.4vw, 27px)/1.4 "Space Grotesk";
  letter-spacing: -.02em;
  margin-bottom: 16px;
}

.contact-channels {
  position: relative; z-index: 2;
  width: min(1080px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.channel {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 30px 26px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.022);
  transition: transform .35s ease, border-color .35s ease, background .35s ease;
}
a.channel:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.055);
}
.channel small {
  font: 600 9px "Space Grotesk";
  letter-spacing: .16em;
  color: var(--muted);
}
.channel strong {
  font: 600 clamp(17px, 1.9vw, 22px) "Space Grotesk";
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}
.channel span { font-size: 12px; color: var(--muted); line-height: 1.5; }
.contact-button {
  width: 250px; height: 250px; border-radius: 50%;
  position: relative; z-index: 2;
  display: grid; place-items: center; align-content: center; gap: 16px;
  background: white; color: #07080b;
  font-weight: 800; font-size: 13px; letter-spacing: .08em;
  box-shadow: 0 30px 100px rgba(79,124,255,.2);
}
.contact-button b { font-size: 28px; }
.contact-marquee {
  position: absolute; bottom: 28px; left: 0; width: 100%;
  overflow: hidden; color: rgba(255,255,255,.1);
  font: 700 70px "Space Grotesk"; white-space: nowrap;
}
.contact-marquee div { display: flex; width: max-content; gap: 20px; animation: marquee 22s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

footer {
  padding: 24px 4vw;
  display: flex; justify-content: space-between; gap: 20px;
  color: #68707e; font-size: 9px; letter-spacing: .12em;
}

.project-dialog {
  width: min(1180px, 94vw);
  max-height: 90vh;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 30px;
  padding: 0;
  color: white;
  background: rgba(9,11,16,.96);
  backdrop-filter: blur(22px);
  overflow: auto;
}
.project-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.dialog-close {
  position: fixed; right: 22px; top: 18px; z-index: 10;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); background: #11141b; cursor: pointer; font-size: 24px;
}
.dialog-visual {
  min-height: 300px;
  background: var(--dialog-gradient);
  display: grid; place-items: center;
  padding: 38px;
}
.dialog-shot {
  width: 100%; max-height: 460px;
  object-fit: cover; object-position: top center;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.dialog-content { padding: 45px; }
.dialog-meta { display: flex; gap: 10px; color: var(--cyan); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.dialog-content h3 { font: 600 clamp(42px, 7vw, 90px)/.95 "Space Grotesk"; letter-spacing: -.05em; margin: 20px 0; }
.dialog-content > p { color: #a9b0bd; line-height: 1.7; max-width: 760px; }
.dialog-features { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 36px; }
.dialog-features span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; color: #cbd0d8; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.dialog-actions a { padding: 13px 17px; background: white; color: #08090c; border-radius: 999px; font-size: 11px; }
.dialog-actions a:last-child { background: transparent; color: white; border: 1px solid var(--line); }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: 100vh; padding-top: 125px; }
  .hero-title { font-size: clamp(54px, 16vw, 110px); line-height: .84; }
  .hero-stage { opacity: .45; }
  .panel-a { right: -110px; top: 25%; }
  .panel-b { right: 10px; bottom: 18%; }
  .panel-c { display: none; }
  .hero-lower { align-items: start; flex-direction: column; }
  .hero-scroll { width: 110px; height: 110px; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .filters { justify-content: flex-start; }
  .project-card, .project-card:nth-child(even) {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .project-card .project-index,
  .project-card .project-visual,
  .project-card .project-copy,
  .project-card:nth-child(even) .project-index,
  .project-card:nth-child(even) .project-visual,
  .project-card:nth-child(even) .project-copy {
    order: initial;
    text-align: left;
  }
  .project-visual { height: 52vh; min-height: 360px; }
  .capabilities { grid-template-columns: 1fr; min-height: auto; }
  .capabilities-sticky { position: relative; top: 0; }
  .capability-rail { gap: 35px; padding: 70px 0 0; }
  .lab-section { grid-template-columns: 1fr; gap: 60px; }
  .metrics { grid-template-columns: repeat(2,1fr); gap: 60px 0; }
  .metric:nth-child(2) { border-right: 0; }
  .contact { padding: 120px 4vw 110px; gap: 40px; }
  .contact-channels { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .topbar { padding: 16px; }
  .brand-copy { display: none; }
  .hero, .projects-section, .capabilities, .lab-section, .contact { padding-left: 18px; padding-right: 18px; }
  .hero-title { font-size: 15.2vw; }
  .hero-description { font-size: 14px; max-width: 78%; }
  .manifesto { padding: 90px 18px; }
  .project-visual { min-height: 300px; }
  .project-visual .project-ui { inset: 8%; }
  .fake-browser-body { grid-template-columns: 48px 1fr; }
  .metrics { padding: 80px 18px; }
  .metric { padding: 0 15px; }
  .metric strong, .metric > span { font-size: 55px; }
  .contact-button { width: 190px; height: 190px; }
  footer { flex-direction: column; padding: 25px 18px; }
}
