
:root{--bg:#07070b;--bg2:#0d0d13;--text:#f4f3f6;--muted:#9a99a5;--line:rgba(255,255,255,.11);--violet:#884cff;--blue:#3f91ff;--paper:#ece9e4;--ink:#111116}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,sans-serif;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.skip-link{position:fixed;z-index:9999;top:12px;left:12px;padding:10px 14px;background:white;color:#111;transform:translateY(-180%)}.skip-link:focus{transform:none}
.header{position:fixed;z-index:100;inset:0 0 auto;height:86px;padding:0 4.5vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid transparent;transition:.35s}.header.scrolled{height:72px;background:rgba(7,7,11,.78);backdrop-filter:blur(18px);border-color:var(--line)}.header-logo img{display:block;width:138px;height:62px;object-fit:contain}.desktop-nav{display:flex;gap:35px;font-size:13px;color:#d2d1d7}.desktop-nav a:hover{color:#a978ff}.header-cta{justify-self:end;padding:12px 20px;border:1px solid #8451e4;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.09em}.header-cta:hover{background:#7844e9}.menu-button{display:none;justify-self:end;width:45px;height:45px;position:relative;border:1px solid var(--line);border-radius:50%;background:transparent;color:white}.menu-button span{position:absolute;left:12px;width:20px;height:2px;background:currentColor;transition:.25s}.menu-button span:first-child{transform:translateY(-4px)}.menu-button span:last-child{transform:translateY(4px)}.menu-button.open span:first-child{transform:rotate(45deg)}.menu-button.open span:last-child{transform:rotate(-45deg)}.mobile-menu{position:fixed;z-index:90;inset:0;padding:110px 8vw;display:flex;flex-direction:column;justify-content:center;gap:20px;background:radial-gradient(circle at 75% 25%,rgba(136,76,255,.25),transparent 32%),#08080d;opacity:0;visibility:hidden;transition:.3s}.mobile-menu.open{opacity:1;visibility:visible}.mobile-menu a{font:500 clamp(42px,10vw,70px)/1 Space Grotesk,sans-serif;letter-spacing:-.05em}
.hero{position:relative;min-height:100vh;padding:145px 4.5vw 70px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:radial-gradient(circle at 78% 44%,rgba(126,64,255,.19),transparent 29%),linear-gradient(145deg,#050507,#0c0b12 58%,#09080e)}.noise{position:absolute;inset:0;opacity:.18;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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E")}.hero-grid{position:absolute;inset:0;opacity:.19;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:70px 70px;mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent)}.aurora{position:absolute;border-radius:50%;filter:blur(100px);opacity:.2}.aurora-a{width:42vw;height:25vw;right:3%;top:24%;background:#6c36ff}.aurora-b{width:28vw;height:22vw;right:23%;bottom:4%;background:#178bff}.hero-copy{position:relative;z-index:4;max-width:900px}.kicker{margin:0 0 20px;color:#9f6cff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.2em}.hero h1,.section h2,.manifesto h2{margin:0;font:500 clamp(54px,5.6vw,104px)/.96 Space Grotesk,sans-serif;letter-spacing:-.06em}.hero h1 span,.section h2 span,.manifesto h2 span{color:#8b52ff}.hero-text{max-width:650px;margin:32px 0;color:#a8a7b1;font-size:18px;line-height:1.7}.hero-actions{display:flex;gap:15px;flex-wrap:wrap}.button{min-height:55px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border-radius:999px;font-size:13px;font-weight:800;border:1px solid transparent;cursor:pointer}.button-primary{color:white;background:linear-gradient(135deg,#9857ff,#6436ed);box-shadow:0 20px 55px rgba(115,58,236,.28)}.button-primary:hover{transform:translateY(-3px)}.button-ghost{border-color:var(--line);background:rgba(255,255,255,.025)}.hero-logo-stage{position:relative;z-index:3;width:min(570px,42vw);aspect-ratio:1;justify-self:center;display:grid;place-items:center}.constructed-logo{width:74%;filter:drop-shadow(0 30px 45px rgba(0,0,0,.6))}.logo-trace{fill:none;stroke:#a97aff;stroke-width:28;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:25000;stroke-dashoffset:25000;animation:draw 2.8s cubic-bezier(.6,0,.2,1) forwards}.trace-dot{animation-delay:1s}.logo-fill{fill:url(#brandGradient);opacity:0;animation:fillIn 1s ease forwards 2.2s;filter:url(#logoGlow)}.fill-dot{animation-delay:2.65s}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fillIn{to{opacity:1}}.hero-wordmark{position:absolute;left:50%;bottom:6%;transform:translateX(-50%);text-align:center;opacity:0;animation:wordmark 1s ease forwards 3s}.hero-wordmark strong{display:block;font:400 clamp(31px,3vw,51px)/1 Space Grotesk;letter-spacing:.35em}.hero-wordmark span{display:block;margin-top:10px;color:#9d69ff;font-size:10px;letter-spacing:.35em}@keyframes wordmark{from{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%,0)}}.stage-ring{position:absolute;border:1px solid rgba(152,85,255,.2);border-radius:50%;animation:rotate 18s linear infinite}.ring-one{inset:10%}.ring-two{inset:19%;animation-direction:reverse;animation-duration:12s}@keyframes rotate{to{transform:rotate(360deg)}}.hero-index{position:absolute;z-index:4;left:4.5vw;right:4.5vw;bottom:28px;display:flex;gap:22px;color:#73727d;font-size:10px;text-transform:uppercase;letter-spacing:.16em}.hero-index span:not(:last-child):after{content:"•";margin-left:22px;color:#7143dd}
.section{position:relative;padding:120px 4.5vw}.section-number{position:absolute;top:122px;right:4.5vw;color:#55545e;font:500 13px Space Grotesk}.section-intro{max-width:1100px;margin-bottom:80px}.section h2{font-size:clamp(47px,5.3vw,91px)}.studio{color:var(--ink);background:var(--paper)}.studio-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:10vw}.studio-lead{margin:0;font:500 clamp(27px,3vw,46px)/1.22 Space Grotesk;letter-spacing:-.035em}.principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(0,0,0,.16)}.principles article{padding:28px 20px;border-right:1px solid rgba(0,0,0,.13)}.principles span,.solution-head>span,.method-track article>span{color:#8150df;font-size:11px}.principles h3{margin:70px 0 12px;font:500 24px Space Grotesk}.principles p{color:#5b5960;line-height:1.6}
.solutions{background:#08080d}.solution-list{border-top:1px solid var(--line)}.solution{position:relative;padding:31px 0 27px;border-bottom:1px solid var(--line);overflow:hidden;transition:.35s}.solution:before{content:"";position:absolute;inset:0;opacity:0;transition:.35s;background:linear-gradient(90deg,rgba(134,74,255,.11),transparent 75%)}.solution:hover:before{opacity:1}.solution-head{position:relative;z-index:2;display:grid;grid-template-columns:70px 1fr auto;align-items:center}.solution h3{margin:0;font:500 clamp(31px,4vw,67px)/1 Space Grotesk;letter-spacing:-.045em}.solution-head b{font-size:25px;color:#8d58ef;font-weight:400}.solution>p{position:relative;z-index:2;max-width:750px;margin:18px 0 18px 70px;color:var(--muted);line-height:1.65}.tags{position:relative;z-index:2;margin-left:70px;display:flex;gap:8px;flex-wrap:wrap}.tags span{padding:8px 11px;border:1px solid var(--line);border-radius:999px;color:#c6c5cc;font-size:10px;text-transform:uppercase;letter-spacing:.09em}
.system{min-height:760px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;background:radial-gradient(circle at 25% 50%,rgba(112,57,238,.17),transparent 28%),#0d0c12}.system-orbit{position:relative;width:min(600px,44vw);aspect-ratio:1;border:1px solid rgba(255,255,255,.1);border-radius:50%;animation:rotate 35s linear infinite}.orbit-core{position:absolute;inset:29%;display:grid;place-items:center;border-radius:50%;background:#08080d;box-shadow:0 0 70px rgba(126,62,255,.28);animation:rotate 35s linear infinite reverse}.orbit-core img{width:72%;height:72%;object-fit:contain}.system-orbit>span{--angle:calc(var(--i)*60deg);position:absolute;left:50%;top:50%;padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#111019;font-size:11px;transform:rotate(var(--angle)) translateX(270px) rotate(calc(var(--angle)*-1));animation:rotate 35s linear infinite reverse}.system-copy h2{font-size:clamp(50px,5.2vw,90px)}.system-copy>p:last-child{max-width:600px;color:var(--muted);font-size:17px;line-height:1.75}
.method{color:var(--ink);background:var(--paper)}.method-track{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid rgba(0,0,0,.15);border-left:1px solid rgba(0,0,0,.15)}.method-track article{min-height:300px;padding:25px;border-right:1px solid rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.15)}.method-track h3{margin:110px 0 10px;font:500 22px Space Grotesk}.method-track p{color:#5e5c63;line-height:1.55;font-size:14px}
.manifesto{padding:155px 4.5vw;text-align:center;background:radial-gradient(circle at center,rgba(128,66,255,.18),transparent 35%),#050507}.manifesto p{color:#85838e;font-size:11px;letter-spacing:.22em}.manifesto h2{font-size:clamp(54px,7vw,120px)}
.contact{display:grid;grid-template-columns:.8fr 1.2fr;gap:9vw;background:linear-gradient(140deg,#130f20,#07070b 65%)}.contact-copy>p:last-child{max-width:470px;color:var(--muted);line-height:1.7}.contact-form{padding:30px;border:1px solid var(--line);background:rgba(255,255,255,.025)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:block;margin-bottom:18px}.contact-form label>span{display:block;margin-bottom:8px;color:#c1c0c8;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:15px;border:1px solid rgba(255,255,255,.13);color:white;background:#0a0910;outline:none}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:#8f58ef}.contact-form select option{background:#0a0910}.form-button{width:100%;border:0}.form-help{margin:10px 0 0;text-align:center;color:#696873;font-size:10px}
footer{padding:65px 4.5vw 28px;display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:35px;background:#050507;border-top:1px solid var(--line)}footer img{width:170px;height:90px;object-fit:contain}footer p{max-width:420px;color:var(--muted);font-size:13px}footer>div{display:flex;flex-direction:column;gap:10px;color:#777680;font-size:11px;text-align:right}.cursor-light{position:fixed;z-index:1000;width:240px;height:240px;border-radius:50%;pointer-events:none;background:radial-gradient(circle,rgba(125,67,255,.11),transparent 70%);transform:translate(-50%,-50%)}
.reveal{opacity:0;transform:translateY(25px);animation:reveal 1s ease forwards}.hero h1{animation-delay:.25s}.hero-text{animation-delay:.5s}.hero-actions{animation-delay:.7s}@keyframes reveal{to{opacity:1;transform:none}}
@media(max-width:1050px){.header{grid-template-columns:1fr auto}.desktop-nav,.header-cta{display:none}.menu-button{display:block}.hero{grid-template-columns:1fr;padding-top:130px}.hero-logo-stage{width:min(680px,85vw);margin:30px auto 50px}.hero-index{display:none}.studio-layout,.system,.contact{grid-template-columns:1fr}.principles{margin-top:50px}.system-orbit{width:min(620px,80vw);justify-self:center}.method-track{grid-template-columns:repeat(3,1fr)}footer{grid-template-columns:1fr 1fr}.system-orbit>span{transform:rotate(var(--angle)) translateX(min(36vw,270px)) rotate(calc(var(--angle)*-1))}}
@media(max-width:650px){.header{height:70px;padding:0 20px}.header-logo img{width:115px}.hero,.section,.manifesto{padding-left:22px;padding-right:22px}.hero{padding-top:110px}.hero h1{font-size:clamp(46px,14vw,70px)}.hero-text{font-size:15px}.hero-logo-stage{width:110vw;margin-left:-16vw}.hero-wordmark{bottom:1%}.principles,.method-track,.field-grid{grid-template-columns:1fr}.principles article{border-right:0;border-bottom:1px solid rgba(0,0,0,.13)}.principles h3{margin-top:35px}.section-number{display:none}.section-intro{margin-bottom:50px}.solution-head{grid-template-columns:40px 1fr auto}.solution h3{font-size:34px}.solution>p,.tags{margin-left:40px}.system{min-height:680px}.system-orbit{width:88vw}.system-orbit>span{transform:rotate(var(--angle)) translateX(42vw) rotate(calc(var(--angle)*-1));font-size:9px}.method-track article{min-height:190px}.method-track h3{margin-top:55px}.contact-form{padding:20px}footer{grid-template-columns:1fr}footer>div{text-align:left}.cursor-light{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* V2 Premium — header logo without descriptor */
.header-logo img {
  width: 205px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

/* Premium connected ecosystem */
.premium-ecosystem {
  min-height: 900px;
  padding-top: 95px;
  padding-bottom: 95px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 50%, rgba(111,54,241,.14), transparent 32%),
    radial-gradient(circle at 70% 25%, rgba(67,37,146,.08), transparent 25%),
    #060609;
}
.ecosystem-scene {
  position: relative;
  min-height: 710px;
  isolation: isolate;
  perspective: 1100px;
}
.ecosystem-grid {
  position: absolute;
  z-index: -5;
  left: -8%;
  right: -4%;
  bottom: -6%;
  height: 50%;
  opacity: .36;
  transform: rotateX(63deg);
  transform-origin: bottom center;
  background-image:
    linear-gradient(rgba(149,96,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(149,96,255,.13) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to top, #000, transparent 90%);
}
.ecosystem-halo {
  position: absolute;
  z-index: -3;
  left: 13%;
  top: 17%;
  width: 62%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122,63,245,.27), rgba(65,28,135,.08) 44%, transparent 72%);
  filter: blur(25px);
}
.energy-ribbons {
  position: absolute;
  z-index: -2;
  inset: -2% -5% 0 -8%;
  width: 113%;
  height: 100%;
  overflow: visible;
  filter: drop-shadow(0 0 28px rgba(124,64,249,.35));
}
.ribbon {
  fill: none;
  stroke-width: 58;
  stroke-linecap: round;
  filter: url(#ribbonGlow);
  opacity: .72;
  animation: ribbonBreath 8s ease-in-out infinite alternate;
}
.ribbon-two {
  stroke-width: 42;
  opacity: .55;
  animation-delay: -3s;
}
.ribbon-line {
  fill: none;
  stroke: rgba(209,181,255,.7);
  stroke-width: 1.5;
  opacity: .8;
}
@keyframes ribbonBreath {
  from { transform: translate3d(-8px, 5px, 0) scale(.985); opacity: .55; }
  to { transform: translate3d(10px, -6px, 0) scale(1.015); opacity: .83; }
}
.ecosystem-rings {
  position: absolute;
  left: 17%;
  top: 17%;
  width: 58%;
  aspect-ratio: 1;
}
.ecosystem-rings span {
  position: absolute;
  inset: calc(var(--ring, 0) * 9%);
  border: 1px solid rgba(157,108,255,.27);
  border-radius: 50%;
  box-shadow: inset 0 0 40px rgba(117,58,229,.04);
}
.ecosystem-rings span:nth-child(1) { --ring: 0; }
.ecosystem-rings span:nth-child(2) { --ring: 1; }
.ecosystem-rings span:nth-child(3) { --ring: 2; }
.ecosystem-rings::before,
.ecosystem-rings::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #a66fff;
  box-shadow: 0 0 18px rgba(166,111,255,.9);
}
.ecosystem-rings::before { width: 5px; height: 5px; right: 5%; top: 42%; }
.ecosystem-rings::after { width: 3px; height: 3px; left: 4%; bottom: 26%; }
.ecosystem-logo-shell {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 42%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translateZ(75px);
  animation: logoHover 6.5s ease-in-out infinite;
}
.logo-aura {
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(158,103,255,.35), rgba(95,43,201,.07) 50%, transparent 72%);
  filter: blur(18px);
}
.ecosystem-isotype {
  position: relative;
  z-index: 2;
  width: 77%;
  fill: url(#ecosystemLogoGradient);
  filter:
    drop-shadow(0 24px 34px rgba(0,0,0,.7))
    drop-shadow(0 0 22px rgba(147,91,255,.5));
}
@keyframes logoHover {
  0%,100% { transform: translateZ(75px) translateY(0) rotate(-.6deg); }
  50% { transform: translateZ(75px) translateY(-11px) rotate(.6deg); }
}
.ecosystem-chip {
  position: absolute;
  z-index: 5;
  min-width: 148px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: #e8e5ee;
  background:
    linear-gradient(130deg, rgba(255,255,255,.10), rgba(255,255,255,.035)),
    rgba(17,13,27,.78);
  box-shadow:
    0 18px 45px rgba(0,0,0,.38),
    inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
  font-size: 12px;
  animation: chipFloat 5s ease-in-out infinite;
}
.ecosystem-chip > span { color: #ae79ff; font-size: 17px; }
.ecosystem-chip b {
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #8650ed;
  color: white;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 0 16px rgba(134,80,237,.65);
}
.chip-strategy { left: 4%; top: 19%; }
.chip-brand { right: 6%; top: 17%; animation-delay: -1.2s; }
.chip-design { left: -1%; top: 49%; animation-delay: -2.1s; }
.chip-tech { left: 27%; bottom: 4%; animation-delay: -.6s; }
.chip-exp { right: -1%; top: 60%; animation-delay: -3s; }
@keyframes chipFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.scene-reflection {
  position: absolute;
  z-index: -1;
  left: 20%;
  right: 16%;
  bottom: 2%;
  height: 19%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(132,70,255,.31), transparent 68%);
  filter: blur(22px);
  transform: rotateX(70deg);
}
.ecosystem-copy {
  position: relative;
  z-index: 8;
  max-width: 690px;
}
.ecosystem-copy h2 {
  font-size: clamp(59px, 5.4vw, 98px);
  line-height: .92;
}
.ecosystem-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 30px 0 33px;
  color: #aaa8b3;
  font-size: 17px;
  line-height: 1.72;
}
.ecosystem-button {
  min-width: 298px;
  border-color: rgba(145,82,255,.75);
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 11px;
}

/* Hide the old system layout if cached styles remain */
.system { display: none !important; }

@media (max-width: 1080px) {
  .premium-ecosystem {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .ecosystem-scene {
    min-height: 680px;
    width: min(850px, 100%);
    margin-inline: auto;
  }
  .ecosystem-copy { max-width: 900px; }
}
@media (max-width: 680px) {
  .header-logo img { width: 165px; height: 48px; }
  .premium-ecosystem { padding-top: 60px; }
  .ecosystem-scene {
    min-height: 560px;
    width: 116%;
    margin-left: -8%;
  }
  .ecosystem-logo-shell { left: 28%; top: 27%; width: 44%; }
  .ecosystem-rings { left: 18%; top: 19%; width: 64%; }
  .ecosystem-chip { min-width: auto; padding: 10px 11px; font-size: 10px; }
  .ecosystem-chip b { display: none; }
  .chip-strategy { left: 2%; top: 19%; }
  .chip-brand { right: 3%; top: 18%; }
  .chip-design { left: 0; top: 51%; }
  .chip-tech { left: 29%; bottom: 7%; }
  .chip-exp { right: -1%; top: 61%; }
  .ecosystem-copy h2 { font-size: clamp(49px, 14vw, 70px); }
}


/* V3 — connected ecosystem with a real visual logic */
.premium-ecosystem { display: none !important; }

.connected-section {
  min-height: 900px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: minmax(390px,.72fr) minmax(720px,1.28fr);
  gap: clamp(45px,5vw,95px);
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 48%, rgba(112,48,233,.16), transparent 33%),
    radial-gradient(circle at 22% 28%, rgba(61,31,127,.07), transparent 27%),
    #050507;
}
.connected-copy {
  position: relative;
  z-index: 12;
  max-width: 610px;
}
.connected-copy h2 {
  font-size: clamp(57px,5.25vw,96px);
  line-height: .93;
}
.connected-copy > p:not(.kicker) {
  margin: 31px 0 34px;
  max-width: 600px;
  color: #aaa8b2;
  font-size: 17px;
  line-height: 1.76;
}
.connected-button {
  min-width: 285px;
  justify-content: space-between;
  border-color: rgba(144,80,244,.78);
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 11px;
}
.network-stage {
  position: relative;
  min-height: 735px;
  isolation: isolate;
}
.network-background {
  position: absolute;
  z-index: -5;
  inset: 0 -8% -5% -6%;
  opacity: .27;
  background-image:
    linear-gradient(rgba(140,81,255,.08) 1px,transparent 1px),
    linear-gradient(90deg,rgba(140,81,255,.08) 1px,transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 52% 52%,#000,transparent 73%);
}
.network-glow {
  position: absolute;
  z-index: -4;
  left: 29%;
  top: 25%;
  width: 47%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(141,72,255,.34),rgba(82,35,174,.10) 47%,transparent 73%);
  filter: blur(28px);
}
.network-lines {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.network-web path {
  fill: none;
  stroke: url(#networkStroke);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 5 8;
  animation: networkFlow 22s linear infinite;
}
.network-points circle {
  fill: #ae76ff;
  filter: drop-shadow(0 0 7px rgba(174,118,255,.9));
}
.network-pulse {
  fill: none;
  stroke: #ad73ff;
  stroke-width: 2;
  opacity: 0;
  transform-origin: 500px 376px;
  animation: networkPulse 3.3s ease-out infinite;
}
.pulse-b { animation-delay: 1.65s; }
@keyframes networkFlow { to { stroke-dashoffset: -210; } }
@keyframes networkPulse {
  0% { opacity:.85; r:7; }
  100% { opacity:0; r:150; }
}
.network-core {
  position: absolute;
  z-index: 7;
  left: 40.3%;
  top: 38.5%;
  width: 21%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate(-50%,-50%);
}
.network-core-logo {
  position: relative;
  z-index: 4;
  width: 70%;
  fill: url(#networkLogoGradient);
  filter:
    drop-shadow(0 22px 34px rgba(0,0,0,.65))
    drop-shadow(0 0 24px rgba(155,91,255,.64));
  animation: networkCoreFloat 5.8s ease-in-out infinite;
}
.core-ring {
  position: absolute;
  border: 1px solid rgba(165,104,255,.36);
  border-radius: 50%;
}
.core-ring-a { inset: -12%; animation: coreSpin 16s linear infinite; }
.core-ring-b { inset: -27%; opacity:.45; animation: coreSpin 23s linear infinite reverse; }
.core-ring::before {
  content:"";
  position:absolute;
  left:50%;
  top:-3px;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#ae78ff;
  box-shadow:0 0 15px #ae78ff;
}
.core-platform {
  position: absolute;
  left: -30%;
  right: -30%;
  bottom: -24%;
  height: 23%;
  border-radius: 50%;
  background: radial-gradient(ellipse,rgba(143,70,255,.48),rgba(72,25,153,.09) 45%,transparent 72%);
  filter: blur(10px);
  transform: rotateX(65deg);
}
@keyframes networkCoreFloat {
  0%,100% { transform:translateY(0) rotate(-.5deg); }
  50% { transform:translateY(-10px) rotate(.5deg); }
}
@keyframes coreSpin { to { transform:rotate(360deg); } }

.network-node {
  position: absolute;
  z-index: 5;
  width: 190px;
  color: #f2eff6;
  transition: transform .35s ease, filter .35s ease;
}
.network-node:hover {
  z-index: 10;
  transform: translateY(-7px) scale(1.035);
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.4));
}
.node-image {
  position: relative;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(196,151,255,.68);
  background: #111;
  box-shadow:
    0 0 0 7px rgba(118,53,231,.08),
    0 18px 42px rgba(0,0,0,.45),
    0 0 28px rgba(130,64,245,.18);
}
.node-image::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,transparent 40%,rgba(118,63,222,.36));
}
.node-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.72) brightness(.65) contrast(1.12);
  transform:scale(1.07);
}
.node-icon {
  position:absolute;
  left:86px;
  top:-7px;
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(145deg,#7f41e9,#3b176f);
  box-shadow:0 0 25px rgba(128,65,234,.45);
  color:white;
  font:500 16px Space Grotesk;
}
.node-copy {
  position:absolute;
  left:124px;
  top:17px;
  width:150px;
}
.node-copy h3 {
  margin:0 0 6px;
  font:600 13px Space Grotesk;
}
.node-copy p {
  margin:0;
  color:#aaa6b1;
  font-size:9px;
  line-height:1.5;
}
.node-strategy { left:39%; top:0%; }
.node-brand { right:0%; top:7%; }
.node-social { right:-4%; top:34%; }
.node-design { right:1%; top:63%; }
.node-automation { left:52%; bottom:0%; }
.node-tech { left:18%; bottom:6%; }
.node-web { left:2%; top:43%; }
.node-events { left:7%; top:8%; }

.node-brand .node-image img { object-position: 68% 18%; }
.node-events .node-image img { object-position: 42% 67%; }
.node-strategy .node-image img { object-position: 13% 56%; }
.node-social .node-image img { object-position: 68% 44%; }
.node-design .node-image img { object-position: 68% 32%; }
.node-automation .node-image img { object-position: 77% 48%; }
.node-tech .node-image img { object-position: 76% 58%; }
.node-web .node-image img { object-position: 58% 45%; }

@media(max-width:1180px){
  .connected-section {
    grid-template-columns:1fr;
    min-height:auto;
  }
  .connected-copy { max-width:850px; }
  .network-stage {
    min-height:760px;
    width:min(1000px,100%);
    margin-inline:auto;
  }
}
@media(max-width:760px){
  .connected-section { padding-top:65px; }
  .network-stage {
    min-height:720px;
    width:116%;
    margin-left:-8%;
  }
  .network-core { left:50%; top:50%; width:26%; }
  .network-lines { opacity:.8; }
  .network-node { width:118px; }
  .node-image { width:78px; height:78px; }
  .node-icon { left:57px; top:-5px; width:32px; height:32px; font-size:12px; }
  .node-copy { left:0; top:86px; width:118px; text-align:center; }
  .node-copy h3 { font-size:11px; }
  .node-copy p { display:none; }
  .node-strategy { left:38%; top:0; }
  .node-brand { right:2%; top:10%; }
  .node-social { right:-1%; top:38%; }
  .node-design { right:4%; top:69%; }
  .node-automation { left:43%; bottom:0; }
  .node-tech { left:9%; bottom:8%; }
  .node-web { left:0; top:42%; }
  .node-events { left:7%; top:11%; }
  .connected-copy h2 { font-size:clamp(49px,14vw,70px); }
}


/* V4 — balanced footer and refined connected section */
.site-footer {
  position: relative;
  min-height: 168px;
  padding: 34px 5.5vw 30px;
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(420px, 1.4fr) minmax(190px, .8fr);
  align-items: center;
  gap: 42px;
  background:
    radial-gradient(circle at 50% 0%, rgba(116,53,234,.08), transparent 42%),
    #050507;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.footer-logo img {
  display: block;
  width: 224px;
  height: 62px;
  object-fit: contain;
  object-position: left center;
}
.footer-claim {
  margin: 0;
  justify-self: center;
  max-width: 620px;
  color: #aaa8b3;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.footer-meta {
  justify-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
  color: #777681;
  font-size: 11px;
  text-align: right;
}
.footer-meta a {
  color: #9a98a4;
  transition: color .2s ease;
}
.footer-meta a:hover {
  color: #b57cff;
}
.footer-meta a span {
  margin-left: 4px;
  color: #8f57ef;
}

/* Keep old generic footer styles from affecting the new footer */
footer.site-footer img {
  width: 224px;
  height: 62px;
}
footer.site-footer p {
  max-width: 620px;
  font-size: 14px;
}
footer.site-footer > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
  text-align: right;
}

/* Refine the connected visual so the network reads as one centered system */
.connected-section {
  grid-template-columns: minmax(360px,.7fr) minmax(760px,1.3fr);
  gap: clamp(55px,6vw,105px);
}
.network-stage {
  min-height: 760px;
}
.network-core {
  left: 50%;
  top: 49%;
  width: 22%;
}
.network-glow {
  left: 28%;
  top: 25%;
  width: 48%;
}
.node-strategy { left: 39%; top: 0%; }
.node-brand { right: 1%; top: 9%; }
.node-social { right: -2%; top: 36%; }
.node-design { right: 3%; top: 65%; }
.node-automation { left: 51%; bottom: 0%; }
.node-tech { left: 18%; bottom: 5%; }
.node-web { left: 1%; top: 44%; }
.node-events { left: 7%; top: 10%; }

@media (max-width: 1100px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
  .footer-claim {
    grid-column: 1 / -1;
    grid-row: 1;
    order: -1;
    justify-self: center;
  }
  .footer-logo {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-meta {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 700px) {
  .site-footer {
    min-height: auto;
    padding: 38px 22px 30px;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: left;
  }
  .footer-claim,
  .footer-logo,
  .footer-meta {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
  .footer-logo img,
  footer.site-footer img {
    width: 196px;
    height: 54px;
  }
  .footer-claim,
  footer.site-footer p {
    text-align: left;
    font-size: 13px;
  }
  .footer-meta,
  footer.site-footer > div {
    align-items: flex-start;
    text-align: left;
  }
}


/* Correct and center the wordmark under the constructed hero logo */
.hero-wordmark {
  left: 50%;
  bottom: 2.5%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.hero-wordmark strong {
  display: block;
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(34px,3.2vw,52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .34em;
  text-indent: .34em;
  white-space: nowrap;
}
.hero-wordmark span {
  display: block;
  margin: 12px auto 0;
  width: fit-content;
  color: #a26fff;
  font-size: clamp(8px,.62vw,10px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .34em;
  text-indent: .34em;
  white-space: nowrap;
}
@keyframes wordmark {
  from { opacity:0; transform:translate(-50%,14px); }
  to { opacity:1; transform:translate(-50%,0); }
}

.light-connected-copy { max-width:850px; }
  .light-brand-stage {
    min-height:600px;
    width:min(850px,100%);
    margin-inline:auto;
  }
}
.light-brand-stage {
    min-height:480px;
    width:110%;
    margin-left:-5%;
  }
  .light-brand-isotype {
    width:68%;
  }
  .light-brand-wordmark {
    bottom:8%;
    font-size:clamp(32px,10vw,44px);
  }
  .light-brand-line { bottom:4.5%; }
  .hero-wordmark {
    bottom:-1%;
  }
  .hero-wordmark strong {
    font-size:clamp(30px,9vw,43px);
  }
  .hero-wordmark span {
    margin-top:9px;
    font-size:7px;
    letter-spacing:.28em;
    text-indent:.28em;
  }
}


/* V7 — corrected proportions for the animated AMYN logo */
.hero-logo-stage {
  width: min(610px, 44vw);
  aspect-ratio: 1 / 1.06;
  align-self: center;
}

.constructed-logo {
  width: 69%;
  transform: translateY(-1.5%);
}

.hero-wordmark {
  left: 50%;
  bottom: 3.8%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.hero-wordmark strong {
  display: block;
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(39px, 3.35vw, 58px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .37em;
  text-indent: .37em;
  white-space: nowrap;
}

/* No descriptor under the animated logo */
.hero-wordmark span {
  display: none !important;
}

@media (max-width: 1050px) {
  .hero-logo-stage {
    width: min(720px, 86vw);
    aspect-ratio: 1 / 1.04;
  }
  .constructed-logo {
    width: 67%;
  }
}

@media (max-width: 680px) {
  .hero-logo-stage {
    width: 108vw;
    margin-left: -9vw;
    aspect-ratio: 1 / 1.02;
  }
  .constructed-logo {
    width: 64%;
    transform: translateY(-2%);
  }
  .hero-wordmark {
    bottom: 2.5%;
  }
  .hero-wordmark strong {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: .33em;
    text-indent: .33em;
  }
}


/* V8 - solo isotipo en hero */
.constructed-logo{
  width:72%;
  transform:translateY(2%);
}
.hero-logo-stage{
  display:grid;
  place-items:center;
}


/* V9 — mobile: remove decorative arrows */
@media (max-width: 768px) {
  .solution-head b,
  .hero-actions .button > span,
  .form-button > span,
  .header-cta > span {
    display: none !important;
  }

  .solution-head {
    grid-template-columns: 40px 1fr;
  }

  .solution {
    cursor: default;
  }

  .solution:active {
    transform: none;
  }

  .form-button,
  .hero-actions .button {
    gap: 0;
  }
}
