:root{
  /* HALOCUT: blanco + bordo */
  --bg:#0b0b0e;                 /* fondo profundo (para que el blanco y el video respiren) */
  --ink:#ffffff;                /* texto principal */
  --muted:rgba(255,255,255,.74);

  --steel: rgba(255,255,255,.10);
  --steel2: rgba(255,255,255,.14);

  --paper: rgba(12,12,16,.56);
  --glass: rgba(10,10,14,.38);
  --shadow: 0 22px 70px rgba(0,0,0,.58);

  --accent:#7a0f2b;             /* BORDO */
  --accent2:#ffffff;            /* BLANCO (segundo acento) */
  --accentSoft: rgba(122,15,43,.18);

  --r: 10px;                    /* industrial: menos “redondeado friendly” */
  --ease: cubic-bezier(.2,.9,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial;
  color: var(--ink);
  /* Bordo glow MUY sutil (no neon) */
  background:
    radial-gradient(900px 700px at 75% 10%, rgba(122,15,43,.12), transparent 60%),
    radial-gradient(900px 700px at 15% 85%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(180deg, var(--bg), #050507 70%);
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
.wrap { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }


/* Progress */
.progress{
  position:fixed; top:0; left:0; width:100%; height:2px;
  z-index:9999;
  background: rgba(255,255,255,.08);
}
.progress i{
  display:block; height:100%; width:0%;
  background: linear-gradient(90deg, var(--accent), rgba(255,255,255,.92));
}

/* Overlays */
.overlay{position:fixed; inset:0; pointer-events:none; z-index:1;}
.overlay--grid{
  background:
    linear-gradient(transparent 0 95%, rgba(255,255,255,.06) 95% 100%) 0 0/100% 28px,
    linear-gradient(90deg, transparent 0 94%, rgba(255,255,255,.05) 94% 100%) 0 0/30px 100%;
  mask-image: radial-gradient(closest-side, rgba(0,0,0,.82), transparent 70%);
  opacity:.34;
}
.overlay--grain{
  opacity:.18;
  mix-blend-mode: overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

/* Header */
.hdr{
  position:sticky; top:0; z-index:50;
  background: rgba(6,6,8,.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.hdr__in{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0; gap:16px;
}
.brand{
  display:flex; gap:12px; align-items:center;
  padding:8px 10px; border-radius:8px;
}
.brand:hover{background: rgba(255,255,255,.05)}
.brand__mark{
  width:14px;height:14px;border-radius:3px;
  background: linear-gradient(135deg, var(--accent), rgba(255,255,255,.9));
  box-shadow: 0 0 0 6px rgba(122,15,43,.14);
}
.brand__text{display:flex; flex-direction:column; line-height:1.05}
.brand__text strong{
  letter-spacing:.22em;
  font-weight: 950;
  font-size:.95rem;
}
.brand__text em{
  font-style:normal;
  color: var(--muted);
  font-size:.9rem
}

.nav{display:flex; gap:14px; align-items:center;}
.nav a{
  color: rgba(255,255,255,.82);
  padding:10px 10px;
  border-radius:8px;
  border: 1px solid transparent;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.nav a:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.10);
}
.nav__cta{
  border-color: rgba(122,15,43,.28) !important;
  background: rgba(122,15,43,.16);
  font-weight: 950;
}
.menu{
  display:none;
  width:44px;height:40px;
  border-radius:8px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  cursor:pointer;
}
.menu span{
  display:block;height:2px;margin:9px 12px;
  background: rgba(255,255,255,.9);
  border-radius:2px;
}
.mnav{
  padding:10px 0 14px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.mnav a{
  display:block;
  padding:12px 10px;
  border-radius:10px;
  color: rgba(255,255,255,.86);
}
.mnav a:hover{background: rgba(255,255,255,.06);}
.mnav .cta{
  border: 1px solid rgba(122,15,43,.28);
  background: rgba(122,15,43,.16);
  font-weight: 950;
}

.hero {
    display: flex;
    position: relative;
    min-height: 75vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.bgVideo{position:absolute; inset:0; z-index:0;}
.bgVideo__v{
  width:100%; height:100%;
  object-fit:cover;
  filter: contrast(1.06) saturate(1.02);
}
.bgVideo__shade{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 600px at 25% 25%, rgba(122,15,43,.20), transparent 60%),
    radial-gradient(800px 600px at 70% 35%, rgba(255,255,255,.10), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.78) 60%, rgba(0,0,0,.93));
}
.hero__grid {
    position: relative;
    z-index: 2;
    display: flex;
    grid-template-columns: 1.15fr .85fr;
    gap: 16px;
    padding: 60px 0 40px;
    align-items: end;
    flex-direction: row;
    justify-content: center;
}

/* Stamp */
.stamp{
  display:inline-flex; gap:10px; align-items:center;
  padding: 9px 12px;
  border-radius:999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.34);
  color: rgba(255,255,255,.86);
  letter-spacing:.18em;
  text-transform: uppercase;
  font-size:.72rem;
  width: fit-content;
}
.pulseDot{
  width:10px;height:10px;border-radius:999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(122,15,43,.16);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse{
  0%,100%{transform: scale(1); opacity: .9}
  50%{transform: scale(1.15); opacity: 1}
}

/* Hero text */
.hero__title{
  margin:14px 0 10px;
  font-size: clamp(40px, 5.2vw, 74px);
  line-height: 1.01;
  letter-spacing: -1px;
}
.cut{
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.74));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__lead{
  margin:0 0 16px;
  color: rgba(255,255,255,.80);
  line-height: 1.65;
  font-size: 1.06rem;
  max-width: 720px;
}
.muted{color: var(--muted)}
.hero__actions{display:flex; gap:12px; flex-wrap:wrap}

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.28);
  color: var(--ink);
  font-weight: 950;
  cursor:pointer;
  transition: transform .18s var(--ease), background .18s var(--ease), border-color .18s var(--ease);
}
.btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.20);
}
.btn--primary{
  background: linear-gradient(135deg, rgba(122,15,43,.28), rgba(255,255,255,.10));
  border-color: rgba(122,15,43,.36);
}
.btn--ghost{background: transparent;}

/* Ticker */
.hero__ticker{margin-top: 16px;}
.ticker{
  display:flex; gap:18px; white-space:nowrap;
  overflow:hidden;
  opacity:.74;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
  animation: move 18s linear infinite;
}
.ticker span{
  font-weight: 950;
  letter-spacing:.22em;
  text-transform: uppercase;
  font-size:.75rem;
  color: rgba(255,255,255,.72);
}
@keyframes move{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Panel right */
.hero__panel{display:grid; gap:12px; align-content:end;}
.panel{
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.28);
  box-shadow: var(--shadow);
  padding: 14px;
}
.panel--glass{
  background: rgba(0,0,0,.32);
  backdrop-filter: blur(14px);
}
.panel__top{display:flex; justify-content:space-between; align-items:baseline; gap:10px;}
.panel__row{
  display:flex; justify-content:space-between; gap:10px;
  padding:10px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}
.panel .k{color: rgba(255,255,255,.72); font-weight: 850;}
.panel .v{font-weight: 950; letter-spacing:.2px;}
.panel__bar{
  height:2px;
  background: linear-gradient(90deg, transparent, rgba(122,15,43,.85), rgba(255,255,255,.85), transparent);
  margin: 12px 0;
}
.panel__cta{display:flex; justify-content:space-between; gap:12px; align-items:baseline;}
.miniLink{font-weight:950; color: rgba(255,255,255,.95)}
.panel__cta small{color: rgba(255,255,255,.62)}

/* Tilt card */
.tiltCard{
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  padding: 14px;
  position:relative;
  overflow:hidden;
}
.tiltCard__cut{
  position:absolute; inset:-60% -40%;
  background: radial-gradient(closest-side, rgba(122,15,43,.22), transparent 60%);
  transform: rotate(22deg);
  opacity:.95;
}
.tiltCard__txt{position:relative;}
.tiltCard__txt strong{letter-spacing:.10em; text-transform: uppercase;}
.tiltCard__txt p{
  margin:8px 0 0;
  color: rgba(255,255,255,.76);
  line-height: 1.55;
}

.hero__cut{
  position:absolute; left:-20%; right:-20%; bottom:-2px; height:70px;
  background: linear-gradient(90deg, rgba(122,15,43,.14), rgba(255,255,255,.08));
  transform: skewY(-3deg);
  filter: blur(6px);
  opacity:.72;
}

/* Sticky section */
.stickyShow {
    position: relative;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    align-items: flex-end;
}


.stickyShow__bg{position:absolute; inset:0;}
.stickyShow__v{
  width:100%; height:100%;
  object-fit:cover;
  filter: contrast(1.04) saturate(1.01);
}
.stickyShow__shade{
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.32));
}
.stickyShow__in{
  position:relative; z-index:2;
  padding: 64px 0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.big{
  margin:0;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing:-.6px;
}
.meters{margin-top:14px; display:grid; gap:10px;}
.meter span{
  display:block;
  color: rgba(255,255,255,.72);
  font-weight:950;
  letter-spacing:.10em;
  text-transform:uppercase;
  font-size:.78rem;
  margin-bottom:6px;
}
.meter__bar{
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
  overflow:hidden;
}
.meter__bar i{
  display:block; height:100%; width: var(--w);
  background: linear-gradient(90deg, rgba(122,15,43,.95), rgba(255,255,255,.85));
  transform: translateX(-10px);
  animation: fill 1.2s var(--ease) forwards;
}
@keyframes fill{from{clip-path: inset(0 100% 0 0)}to{clip-path: inset(0 0 0 0)}}

.stack{display:grid; gap:12px;}
.stackCard{
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.30);
  backdrop-filter: blur(12px);
  padding: 14px;
  box-shadow: var(--shadow);
}
.stackCard h3{margin:0 0 8px; letter-spacing:-.2px;}
.stackCard p{margin:0; color: rgba(255,255,255,.76); line-height:1.6;}

/* Sections */
.section{padding: 64px 0; position:relative; z-index:2;}
.section--dark{
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 70%);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.head h2{
  margin:0;
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing:-.6px;
}
.head p{margin:10px 0 0; color: rgba(255,255,255,.74); line-height:1.6;}
.head--dark p{color: rgba(255,255,255,.70);}

/* Video cards */
.vgrid{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.vcard{
  position:relative;
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  overflow:hidden;
  box-shadow: var(--shadow);
  transform: translateZ(0);
  transition: transform .2s var(--ease), border-color .2s var(--ease);
}
.vcard:hover{
  transform: translateY(-3px);
  border-color: rgba(122,15,43,.34);
}
.vcard__media{position:absolute; inset:0;}
.vcard__v{
  width:100%; height:100%;
  object-fit:cover;
  opacity:.0;
  transform: scale(1.03);
  transition: opacity .25s var(--ease);
}
.vcard:hover .vcard__v{opacity:1;}
.vcard__shade{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.20), rgba(0,0,0,.82));
}
.vcard__txt{
  position:relative;
  padding: 16px;
  min-height: 220px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.vcard__txt h3{margin:0 0 6px; letter-spacing:-.2px;}
.vcard__txt p{margin:0 0 10px; color: rgba(255,255,255,.74); line-height:1.55;}
.tag{
  display:inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.26);
  color: rgba(255,255,255,.84);
  font-weight: 950;
  font-size: .85rem;
}

/* Spec strip */
.specStrip{
  margin-top: 14px;
  padding: 14px;
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.specStrip__left span{
  display:block;
  color: rgba(255,255,255,.70);
  margin-top: 4px;
}
.specStrip__right{display:flex; gap:8px; flex-wrap:wrap;}
.pill{
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.84);
  font-weight: 950;
}

/* Process */
.rail{
  height:2px;
  background: linear-gradient(90deg, transparent, rgba(122,15,43,.55), rgba(255,255,255,.40), transparent);
  margin: 18px 0;
}
.steps{display:grid; gap:12px; margin-top: 14px;}
.step{
  display:grid;
  grid-template-columns: 70px 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
}
.step .n{
  font-weight: 950;
  letter-spacing: .22em;
  color: rgba(255,255,255,.92);
}
.step h3{margin:0 0 6px;}
.step p{margin:0; color: rgba(255,255,255,.74); line-height:1.6;}

/* Contact */
.contact{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.infoCard, .form{
  border-radius: var(--r);
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  box-shadow: var(--shadow);
  padding: 16px;
}
.infoCard strong{letter-spacing:.12em;}
.infoCard p{margin:10px 0 0; color: rgba(255,255,255,.74); line-height:1.6;}
.kv{margin-top: 12px; display:grid; gap:10px;}
.kv div{
  display:flex; justify-content:space-between; gap:10px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
}
.kv span{color: rgba(255,255,255,.72); font-weight: 850;}
.hint{
  margin-top: 12px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(122,15,43,.30);
  background: rgba(122,15,43,.14);
  color: rgba(255,255,255,.82);
  font-weight: 900;
}

/* Form inputs */
.form label{display:grid; gap:8px; margin-bottom: 12px; font-weight: 950;}
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.28);
  color: var(--ink);
  outline:none;
}
input:focus, textarea:focus{
  border-color: rgba(122,15,43,.55);
  box-shadow: 0 0 0 6px rgba(122,15,43,.14);
}
.formNote{margin:10px 0 0; color: rgba(255,255,255,.74); min-height: 1.2em;}

.ftr{
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  flex-wrap:wrap;
  color: rgba(255,255,255,.62);
}

/* Reveal */
[data-reveal]{
  opacity:0;
  transform: translateY(14px);
  filter: blur(8px);
  transition: opacity .7s var(--ease), transform .7s var(--ease), filter .7s var(--ease);
}
[data-reveal].in{
  opacity:1;
  transform: translateY(0);
  filter: blur(0);
}

/* Magnetic / tilt helpers */
.magnetic{display:inline-flex}
.tilt{transform-style:preserve-3d}

/* Responsive */
@media (max-width: 980px){
  .nav{display:none}
  .menu{display:block}
  .hero__grid{grid-template-columns:1fr; padding: 50px 0 30px;}
  .stickyShow__in{grid-template-columns:1fr;}
  .vgrid{grid-template-columns:1fr;}
  .contact{grid-template-columns:1fr;}
}
@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto !important;}
  [data-reveal]{transition:none !important; opacity:1 !important; transform:none !important; filter:none !important;}
  .ticker{animation:none !important;}
  .pulseDot{animation:none !important;}
}

/* =========================
   FIXED SOCIAL DOCK
========================= */
.socialDock{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9998;
  display: grid;
  gap: 10px;
}

.sd{
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.28);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  display: grid;
  place-items: center;
  backdrop-filter: blur(14px);
  transform: translateZ(0);
  transition: transform .18s var(--ease), border-color .18s var(--ease), background .18s var(--ease);
}

.sd:hover{
  transform: translateY(-2px);
  border-color: rgba(122,15,43,.35);
  background: rgba(255,255,255,.06);
}

.sd__icon{
  width: 24px;
  height: 24px;
  color: rgba(255,255,255,.92);
}

.sd__icon svg{ width: 24px; height: 24px; display:block; }

/* Tooltip */
.sd__tip{
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.55);
  color: rgba(255,255,255,.86);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .72rem;
  transition: opacity .18s var(--ease), transform .18s var(--ease);
}

.sd:hover .sd__tip{
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* Micro-accent ring */
.sd::after{
  content:"";
  position:absolute;
  inset:-10px;
  border-radius: 16px;
  background: radial-gradient(closest-side, rgba(122,15,43,.22), transparent 70%);
  opacity: 0;
  transition: opacity .18s var(--ease);
  pointer-events:none;
}
.sd:hover::after{ opacity: 1; }

/* Optional: small label on mobile */
@media (max-width: 520px){
  .socialDock{ right: 12px; bottom: 12px; }
  .sd{ width: 52px; height: 52px; }
  .sd__tip{ display:none; } /* tooltips off on tiny screens */
}

/* =========================
   MOBILE FIX (Halocut)
   Pegá al FINAL del CSS
========================= */

/* 1) Contenedor: en móvil más ancho y cómodo */
@media (max-width: 980px){
  .wrap{
    width: min(100%, calc(100% - 24px));
    margin: 0 auto;
  }

  /* 2) Hero: stack vertical real (porque hero__grid es FLEX en tu CSS) */
  .hero{
    min-height: 88vh;
    padding-top: 12px;
  }
  .hero__grid{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 44px 0 22px;
  }
  .hero__panel{
    order: 2;
  }

  /* 3) Textos: un toque más compactos para no explotar */
  .hero__title{
    font-size: clamp(32px, 9vw, 52px);
    line-height: 1.02;
  }
  .hero__lead{
    font-size: 1rem;
    line-height: 1.55;
  }

  /* 4) StickyShow: en tu CSS ya es grid, le damos 1 columna y menos padding */
  .stickyShow{
    min-height: 72vh;
    align-items: flex-end;
  }
  .stickyShow__in{
    grid-template-columns: 1fr;
    padding: 44px 0 22px;
  }

  /* 5) Grillas: 1 columna cómodo */
  .vgrid{ grid-template-columns: 1fr; }
  .contact{ grid-template-columns: 1fr; }

  /* 6) Menú: ya lo tenías, pero lo reforzamos por si acaso */
  .nav{ display:none; }
  .menu{ display:block; }
}

/* =========================
   SOCIAL DOCK MOBILE
   (safe-area + no tapar contenido)
========================= */
@media (max-width: 520px){
  /* deja espacio abajo para que el dock no tape el CTA / footer */
  body{
    padding-bottom: 94px;
  }

  .socialDock{
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    gap: 9px;
  }

  /* un pelín más chico */
  .sd{
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  /* tooltips off en móvil (ya lo tenías) */
  .sd__tip{ display:none; }

  /* reduce “halo” para que no se vea gigante en pantallas chicas */
  .sd::after{
    inset: -8px;
    opacity: 0;
  }
  .sd:hover::after{ opacity: .9; }
}
