:root {
  --lime: #c6ff00;
  --lime-2: #9adf00;
  --ink: #f6f6f1;
  --muted: #9b9b93;
  --bg: #070807;
  --bg-2: #0c0d0c;
  --card: #111311;
  --line: rgba(255,255,255,.08);
  --radius: 18px;
  --nav-h: 78px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: var(--bg); color: var(--ink); }
body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
ul, ol { list-style: none; }
section[id] { scroll-margin-top: 96px; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' 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)'/%3E%3C/svg%3E");
}

.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.eyebrow {
  font-family: "Inter Tight", sans-serif;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--lime);
  font-weight: 700;
  margin-bottom: 14px;
}

h1, h2, h3 { font-family: "Inter Tight", sans-serif; font-weight: 800; letter-spacing: -.04em; line-height: .95; }
h2 { font-size: clamp(36px, 5vw, 64px); }
h2 em { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; color: var(--lime); letter-spacing: 0; }
.lead { color: var(--muted); font-size: 18px; max-width: 52ch; }
.muted { color: var(--muted); }
.section-head { margin-bottom: 48px; max-width: 720px; }
.split-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; max-width: none; }
.split-head .muted { max-width: 36ch; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  letter-spacing: -.01em;
  border-radius: 999px;
  padding: 12px 22px;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lime { background: var(--lime); color: #111; }
.btn-lime:hover { background: #d8ff4d; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: #fff; }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn.full { width: 100%; }

.logo { display: flex; align-items: center; gap: 10px; font-family: "Inter Tight", sans-serif; font-weight: 800; letter-spacing: .08em; }
.logo-mark {
  width: auto; height: 42px; display: block;
}
.logo-word { font-size: 14px; }

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7,8,7,.78);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}
.nav-links { display: flex; gap: 26px; font-size: 14px; color: #d7d7cf; }
.mobile-cta { display: none; }
.nav-links a:hover { color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 16px; }
.phone { font-size: 13px; color: var(--muted); letter-spacing: .04em; }
.burger { display: none; width: 42px; height: 42px; background: none; border: 0; cursor: pointer; }
.burger span { display: block; height: 1.5px; background: #fff; margin: 7px 8px; }

.hero { position: relative; min-height: 100vh; display: grid; align-items: end; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,8,7,.25) 0%, rgba(7,8,7,.15) 35%, rgba(7,8,7,.88) 100%),
    linear-gradient(90deg, rgba(7,8,7,.55), transparent 55%);
}
.hero-inner { position: relative; z-index: 2; width: min(1180px, calc(100% - 48px)); margin: 0 auto 72px; padding-top: 140px; }
.hero-title { font-size: clamp(64px, 12vw, 152px); margin: 8px 0 22px; }
.hero-title .line { display: block; }
.hero-title .serif {
  font-family: "Instrument Serif", serif;
  font-style: italic;
  font-weight: 400;
  color: var(--lime);
  letter-spacing: -.03em;
}
.hero-lead { color: #d8d8d0; font-size: clamp(16px, 2vw, 20px); max-width: 46ch; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.hero-stats strong { display: block; font-family: "Inter Tight", sans-serif; font-size: 28px; color: var(--lime); }
.hero-stats span { color: var(--muted); font-size: 13px; }
.scroll-hint {
  position: absolute; right: 28px; bottom: 36px; z-index: 2;
  writing-mode: vertical-rl;
  letter-spacing: .28em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--muted);
}

.marquee { border-block: 1px solid var(--line); overflow: hidden; padding: 18px 0; background: #090a09; }
.marquee-track { display: flex; gap: 56px; width: max-content; animation: slide 28s linear infinite; }
.marquee-track span { font-family: "Inter Tight", sans-serif; letter-spacing: .18em; text-transform: uppercase; color: #5d5d57; font-size: 13px; font-weight: 700; }
@keyframes slide { to { transform: translateX(-50%); } }

.manifesto { padding: 110px 0 40px; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; }

.method { padding: 80px 0 100px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px 32px;
  min-height: 280px;
}
.steps .num { font-family: "Inter Tight", sans-serif; color: var(--lime); font-size: 13px; letter-spacing: .16em; }
.steps h3 { margin: 28px 0 12px; font-size: 28px; }
.steps p { color: var(--muted); }

.showroom-band { position: relative; min-height: 72vh; display: grid; align-items: end; }
.showroom-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.showroom-copy {
  position: relative; z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(7,8,7,.92));
  padding: 160px 8vw 72px;
  max-width: 720px;
}
.showroom-copy p { color: #cfcfc6; margin: 14px 0 22px; }

.features { padding: 110px 0; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feat {
  background: linear-gradient(180deg, #141614, #0e100e);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 220px;
}
.feat-ico { color: var(--lime); font-size: 22px; margin-bottom: 28px; }
.feat h3 { font-size: 22px; margin-bottom: 10px; }
.feat p { color: var(--muted); }

.cars { padding: 20px 0 100px; }
.car-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.car-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
}
.car-card figure { aspect-ratio: 4/3; overflow: hidden; }
.car-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.car-card:hover img { transform: scale(1.06); }
.car-meta { padding: 20px 22px 24px; }
.tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #111;
  background: var(--lime);
  border-radius: 999px;
  padding: 4px 9px;
  font-weight: 700;
  margin-bottom: 12px;
}
.car-meta h3 { font-size: 24px; margin-bottom: 4px; }
.car-meta p { color: var(--muted); font-size: 14px; }
.car-foot { display: flex; justify-content: space-between; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; }
.center-note { text-align: center; color: var(--muted); margin-top: 28px; }

.plans { padding: 40px 0 110px; background: radial-gradient(800px 400px at 50% 0%, rgba(198,255,0,.07), transparent); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.plan {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
}
.plan-featured {
  background: #161a10;
  border-color: rgba(198,255,0,.45);
  transform: translateY(-12px);
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.badge {
  display: inline-flex;
  align-self: flex-start;
  background: var(--lime);
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 10px;
  margin-bottom: 14px;
}
.plan-name { font-family: "Inter Tight", sans-serif; font-size: 18px; }
.plan-price { font-family: "Inter Tight", sans-serif; font-size: 56px; letter-spacing: -.05em; margin: 8px 0 4px; }
.plan-sub { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.plan ul { display: grid; gap: 10px; margin-bottom: 28px; flex: 1; }
.plan li { padding-left: 18px; position: relative; color: #d4d4cc; }
.plan li::before { content: ""; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }
.legal-note { color: #6e6e68; font-size: 12px; margin-top: 22px; text-align: center; }

.quotes { padding: 20px 0 100px; }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
blockquote {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px;
}
blockquote img { width: 64px; height: 64px; object-fit: cover; border-radius: 50%; margin-bottom: 20px; }
blockquote p { font-family: "Instrument Serif", serif; font-size: 22px; line-height: 1.35; margin-bottom: 22px; }
blockquote footer { display: flex; flex-direction: column; color: var(--muted); font-size: 13px; }
blockquote strong { color: var(--ink); font-size: 14px; }

.cta-band { position: relative; min-height: 62vh; display: grid; place-items: center; text-align: center; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.35); }
.cta-band-copy { position: relative; z-index: 1; padding: 80px 24px; max-width: 760px; }
.cta-band-copy p { color: #d0d0c8; margin: 16px 0 26px; }

.order { padding: 110px 0; }
.order-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: start; }
.contact-list { margin-top: 28px; display: grid; gap: 8px; font-family: "Inter Tight", sans-serif; font-size: 20px; }
.contact-list a:hover { color: var(--lime); }

.brief {
  background: #101210;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  display: grid;
  gap: 14px;
}
.brief label { display: grid; gap: 7px; font-size: 13px; color: #cfcfc6; }
.brief input, .brief select {
  background: #0a0b0a;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 14px;
  outline: none;
}
.brief input:focus, .brief select:focus { border-color: var(--lime); }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; font-size: 13px; color: var(--muted); }
.check input { width: 18px; height: 18px; accent-color: var(--lime); }
.form-ok { color: var(--lime); font-weight: 600; }

.footer { border-top: 1px solid var(--line); padding: 56px 0 28px; background: #050605; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 40px; }
.footer p { color: var(--muted); margin-top: 12px; }
.footer h4 { font-family: "Inter Tight", sans-serif; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; color: #5c5c56; font-size: 12px; border-top: 1px solid var(--line); padding-top: 18px; }

.fade-up { animation: rise .9s ease both; }
.delay-1 { animation-delay: .12s; }
.delay-2 { animation-delay: .22s; }
.delay-3 { animation-delay: .32s; }
.delay-4 { animation-delay: .42s; }
@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav { padding: 0 16px; }
  .nav-links, .phone, .nav-cta .btn { display: none; }
  .nav-links.open {
    display: flex;
    position: absolute; top: var(--nav-h); left: 0; right: 0;
    flex-direction: column;
    background: rgba(7,8,7,.96);
    padding: 24px;
    gap: 16px;
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open .mobile-cta { display: flex; margin-top: 8px; }
  .burger { display: block; }
  .split, .steps, .feat-grid, .car-grid, .plan-grid, .quote-grid, .order-grid, .footer-grid, .split-head, .row {
    grid-template-columns: 1fr;
  }
  .plan-featured { transform: none; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-title { font-size: clamp(44px, 13.5vw, 78px); }
  .scroll-hint { display: none; }
  .hero-inner { margin-bottom: 48px; width: min(1180px, calc(100% - 32px)); }
  .steps li { min-height: 0; }
  h2 { font-size: clamp(32px, 9vw, 48px); }
}

/* ===== Más movimiento, mismo diseño =====================================
 * Se mejora lo que ya había: la foto del hero entra con un zoom lento, las
 * entradas usan una curva más suave y las tarjetas de cada sección aparecen
 * escalonadas (el stagger lo reparte app.js). El parallax del hero también.
 * ======================================================================= */
.hero-media { will-change: transform; }
.hero-media img { animation: kenburns 22s cubic-bezier(.22,.61,.36,1) both; }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1.02); } }

/* Curva más rica en las entradas (mismo recorrido, mejor easing). */
.fade-up { animation-duration: 1s; animation-timing-function: cubic-bezier(.16,1,.3,1); }
.reveal { transform: translateY(30px);
  transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }

@media (prefers-reduced-motion: reduce) {
  .hero-media img { animation: none; }
  .fade-up, .reveal { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}


/* ===== Sección «La caza»: grilla de coches que se filtra hasta 3 ===== */
.hunt {
  height: 280vh;
  position: relative;
  background: #050605;
}
.hunt-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.hunt-stage {
  position: absolute;
  inset: 0;
}
.hunt-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
  gap: 9px;
  padding: 88px 24px 24px;
  align-content: center;
}
.hunt-cell {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 4px;
  background: #111;
  filter: grayscale(0.5) brightness(0.55) contrast(1.05);
  will-change: transform, opacity, filter;
  display: block;
}
.hunt-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, #050605 0%, rgba(5, 6, 5, 0.82) 18%, rgba(5, 6, 5, 0.22) 40%, transparent 58%),
    linear-gradient(270deg, rgba(5, 6, 5, 0.55) 0%, transparent 22%),
    linear-gradient(180deg, rgba(5, 6, 5, 0.4) 0%, transparent 16%, transparent 86%, rgba(5, 6, 5, 0.45) 100%);
}
.hunt-hud {
  position: absolute;
  z-index: 4;
  right: 32px;
  bottom: clamp(72px, 14vh, 150px);
  text-align: right;
}
.hunt-count {
  margin: 0 0 18px;
}
.hunt-count strong {
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  display: block;
}
.hunt-count small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
}
.hunt-filters {
  display: grid;
  gap: 8px;
  justify-items: end;
}
.hunt-filters li {
  font-family: "Inter Tight", sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.32;
  font-weight: 600;
  transition: color 200ms ease, opacity 200ms ease;
}
.hunt-filters li.is-on {
  color: var(--lime);
  opacity: 1;
}
.hunt-copy {
  position: absolute;
  z-index: 5;
  left: 32px;
  top: 120px;
  max-width: 38ch;
}
.hunt-copy h2 {
  font-size: clamp(28px, 3.6vw, 46px);
  margin-bottom: 14px;
}
.hunt-copy p:last-child {
  color: var(--muted);
}
@media (min-width: 981px) {
  .hunt-grid {
    left: 36%;
    padding-left: 0;
  }
}

