
.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:clamp(2rem,6vw,6rem);align-items:center}.stack>*+*{margin-top:1rem}.cluster{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:2rem;align-items:end;margin-bottom:3rem}.section-head p{margin-bottom:.25rem}.hero{padding:clamp(4.5rem,9vw,9rem) 0 6rem;overflow:hidden;position:relative;background:linear-gradient(180deg,#fff 0%,#fffaf5 100%)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(2rem,5vw,5.5rem);align-items:center}.hero-title{font-size:var(--fs-hero);max-width:10ch;margin-bottom:1.4rem}.hero-copy{font-size:clamp(1.12rem,1.6vw,1.4rem);max-width:52ch;color:#504a50}.hero-visual{position:relative}.hero-photo{border-radius:30px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:5/4}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-tag{position:absolute;background:#fff;border:1px solid var(--border);box-shadow:0 10px 30px rgba(31,27,32,.08);padding:.7rem 1rem;border-radius:999px;font-family:var(--font-display);font-size:.78rem;font-weight:700}.hero-tag.t1{left:-8%;top:12%}.hero-tag.t2{right:-4%;bottom:12%}.hero-gridlines{position:absolute;inset:-40px -40px auto auto;width:220px;height:220px;opacity:.25;background-image:linear-gradient(var(--orange) 1px,transparent 1px),linear-gradient(90deg,var(--orange) 1px,transparent 1px);background-size:18px 18px;z-index:-1}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border)}.process-step{padding:2rem 2rem 0 0;border-right:1px solid var(--border);min-height:220px}.process-step:last-child{border-right:0}.process-num{font-family:var(--font-display);font-size:.85rem;color:var(--orange);font-weight:700;letter-spacing:.08em}.sector-cloud{display:flex;flex-wrap:wrap;gap:.8rem}.sector-pill{padding:.85rem 1.1rem;border:1px solid var(--border);border-radius:999px;background:#fff;font-family:var(--font-display);font-weight:600}.proof-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.16);border-radius:20px;overflow:hidden}.proof-item{padding:2.2rem;background:var(--graphite)}


/* Home hero: header + hero fill the first viewport while allowing growth on short screens. */
.hero-home{
  min-height:calc(100svh - var(--header-h));
  min-height:calc(100dvh - var(--header-h));
  display:grid;
  align-items:center;
  padding-block:clamp(2.5rem,5.5vh,5rem);
}
.hero-home .hero-grid{width:100%}

/* PapelPardo hero graphic — responsive, lightweight and deliberately non-photographic. */
.hero-system{
  --hero-orange:var(--orange);
  --hero-ink:var(--graphite);
  position:relative;
  isolation:isolate;
  min-height:clamp(420px,52vh,620px);
  border:1px solid rgba(31,27,32,.10);
  border-radius:clamp(24px,3vw,38px);
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 28%,rgba(255,122,19,.15),transparent 24%),
    radial-gradient(circle at 24% 74%,rgba(31,27,32,.07),transparent 28%),
    linear-gradient(145deg,#fff 0%,#fffaf5 48%,#f8f5f2 100%);
  box-shadow:0 28px 70px rgba(31,27,32,.09);
}
.hero-system::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  opacity:.48;
  background-image:
    linear-gradient(rgba(31,27,32,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(31,27,32,.055) 1px,transparent 1px);
  background-size:32px 32px;
  mask-image:linear-gradient(135deg,transparent 0%,#000 28%,#000 72%,transparent 100%);
}
.hero-system::after{
  content:"";
  position:absolute;
  inset:9% 8%;
  z-index:-1;
  border:1px solid rgba(255,122,19,.16);
  border-radius:50%;
  transform:rotate(-13deg) scale(.95,.72);
}
.hero-system-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible}
.hero-system-lines path{
  fill:none;
  stroke:rgba(31,27,32,.20);
  stroke-width:1.25;
  vector-effect:non-scaling-stroke;
  stroke-linecap:round;
  stroke-dasharray:4 9;
  animation:hero-path 20s linear infinite;
}
.hero-system-lines path:nth-child(2){stroke:rgba(255,122,19,.52);animation-duration:15s;animation-direction:reverse}
.hero-system-lines path:nth-child(3){animation-duration:25s}
.hero-core{
  position:absolute;
  left:50%;top:50%;
  width:clamp(172px,27%,220px);
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  display:grid;
  place-content:center;
  text-align:center;
  padding:1.5rem;
  border-radius:50%;
  color:#fff;
  background:var(--hero-ink);
  box-shadow:0 24px 48px rgba(31,27,32,.22),0 0 0 12px rgba(255,255,255,.72),0 0 0 13px rgba(31,27,32,.08);
}
.hero-core::before{
  content:"";
  position:absolute;
  inset:-28px;
  border-radius:50%;
  border:1px dashed rgba(255,122,19,.42);
  animation:hero-spin 36s linear infinite;
}
.hero-core-mark{font-family:var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--orange);text-transform:uppercase}
.hero-core strong{font-family:var(--font-display);font-size:clamp(1.55rem,2.6vw,2.2rem);line-height:1;color:#fff;margin:.45rem 0 .55rem}
.hero-core small{font-family:var(--font-body);font-size:.82rem;line-height:1.25;color:#d9d4d7}
.hero-module{
  position:absolute;
  display:flex;
  align-items:center;
  gap:.75rem;
  min-width:clamp(132px,28%,186px);
  padding:.85rem 1rem;
  border:1px solid rgba(31,27,32,.11);
  border-radius:15px;
  background:rgba(255,255,255,.91);
  backdrop-filter:blur(7px);
  box-shadow:0 14px 34px rgba(31,27,32,.07);
  font-family:var(--font-display);
  font-size:clamp(.72rem,.9vw,.84rem);
  font-weight:700;
  line-height:1.2;
  color:var(--graphite);
  animation:hero-float 7s ease-in-out infinite;
}
.hero-module svg{flex:none;width:28px;height:28px;color:var(--orange)}
.hero-module--web{left:7%;top:15%;animation-delay:-1.2s}
.hero-module--growth{right:6%;top:16%;animation-delay:-4s}
.hero-module--automation{right:6%;bottom:15%;animation-delay:-2.4s}
.hero-module--security{left:7%;bottom:15%;animation-delay:-5.1s}
.hero-node{
  position:absolute;
  width:10px;height:10px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 6px rgba(255,122,19,.12);
  animation:hero-pulse 3.8s ease-in-out infinite;
}
.hero-node.n1{left:30%;top:31%}.hero-node.n2{right:29%;top:34%;animation-delay:-1s}.hero-node.n3{right:31%;bottom:31%;animation-delay:-2s}.hero-node.n4{left:29%;bottom:29%;animation-delay:-3s}
.hero-code-fragment{
  position:absolute;
  left:50%;bottom:5.5%;
  transform:translateX(-50%);
  padding:.5rem .75rem;
  border-radius:999px;
  background:rgba(31,27,32,.06);
  color:rgba(31,27,32,.65);
  font-family:'Fira Code',Consolas,monospace;
  font-size:clamp(.62rem,.8vw,.74rem);
  letter-spacing:.02em;
  white-space:nowrap;
}
.hero-coordinate{position:absolute;font-family:var(--font-display);font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(31,27,32,.38)}
.hero-coordinate.c1{left:5%;top:50%;transform:rotate(-90deg) translateX(-50%);transform-origin:left top}
.hero-coordinate.c2{right:5%;top:48%;transform:rotate(90deg) translateX(50%);transform-origin:right top}
@keyframes hero-float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-8px,0)}}
@keyframes hero-pulse{0%,100%{box-shadow:0 0 0 5px rgba(255,122,19,.10)}50%{box-shadow:0 0 0 11px rgba(255,122,19,0)}}
@keyframes hero-spin{to{transform:rotate(360deg)}}
@keyframes hero-path{to{stroke-dashoffset:-130}}
