﻿:root {
  --blue: #012c6f;
  --blue-900: #00265f;
  --blue-950: #001436;
  --orange: #e65020;
  --sea: #86befd;
  --white: #fff;
  --muted: rgba(255,255,255,.74);
  --line: rgba(134,190,253,.26);
  --max: 1280px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--blue-950); overflow-x: clip; }
body { margin: 0; width: 100%; font-family: Sora, Arial, sans-serif; color: var(--white); background: var(--blue-950); overflow-x: clip; }
body::before { content: ""; position: fixed; inset: 0; z-index: 30; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(180deg, transparent, #000 14%, #000 88%, transparent); }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(0,20,54,.4); border-bottom: 1px solid rgba(134,190,253,.16); backdrop-filter: blur(12.7px); }
.nav-shell { width: min(1570px, calc(100% - 96px)); height: 117px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { display: block; width: clamp(150px, 13vw, 210px); height: auto; }
.nav-links { display: flex; align-items: center; gap: clamp(28px, 3vw, 38px); font-size: 16px; font-weight: 800; }
.nav-links a:not(.btn) { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 15px; border-radius: 999px; color: rgba(255,255,255,.86); transition: color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.nav-links a:not(.btn):hover, .nav-links a:not(.btn):focus-visible { color: #06265f; background: var(--sea); box-shadow: 0 14px 34px rgba(134,190,253,.22); transform: translateY(-1px); outline: 0; }
.menu-toggle { display: none; border: 1px solid var(--line); background: rgba(255,255,255,.05); border-radius: 10px; width: 46px; height: 42px; place-content: center; gap: 6px; }
.menu-toggle span { display: block; width: 20px; height: 2px; background: var(--white); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 33px; border-radius: 999px; border: 0; font-size: 16px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: var(--white); box-shadow: 0 18px 42px rgba(230,80,32,.28); }
.intro-hero { position: relative; min-height: 100svh; overflow: hidden; isolation: isolate; background: #001431; }
.intro-video, .intro-overlay { position: absolute; pointer-events: none; }
.intro-video { inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.intro-overlay { inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(0,20,54,.16) 0%, rgba(0,20,54,.08) 48%, rgba(0,20,54,.48) 100%); }
.hero { position: relative; min-height: 100svh; display: grid; align-items: start; overflow: hidden; isolation: isolate; background: #001431; }
.hero-worker-media { position: absolute; inset: 0; z-index: -3; pointer-events: none; background-image: linear-gradient(90deg, rgba(1,44,111,.94) 0%, rgba(1,44,111,.62) 36%, rgba(1,44,111,.08) 68%), linear-gradient(180deg, rgba(0,20,54,.08) 0%, rgba(0,20,54,.72) 100%), url('assets/hero-operaria.png'), url('assets/hero/operaria.jpg'), radial-gradient(circle at 68% 36%, #d9b18d, transparent 16rem), linear-gradient(120deg, #29506e, #1c2632 48%, #806047); background-size: cover; background-position: center right; }
.hero-content { width: min(1540px, calc(100% - 96px)); max-width: none; padding-top: clamp(172px, 20svh, 210px); }
.hero-content h1, .hero-content p { max-width: 720px; }
h1 { margin: 0; font-size: clamp(48px, 6.8vw, 94px); line-height: .98; letter-spacing: -.02em; font-weight: 800; }
.hero p { margin: 38px 0 48px; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 25px); }
.section { background: radial-gradient(circle at 50% 20%, rgba(14,104,221,.34), transparent 32rem), linear-gradient(180deg, #023171 0%, #012c6f 100%); }
.about { min-height: 1080px; display: grid; align-items: center; padding: 0; border-top: 1px solid rgba(134,190,253,.18); }
.about-grid { width: min(1515px, calc(100% - 96px)); max-width: none; display: grid; grid-template-columns: 509px minmax(0, 858px); align-items: center; justify-content: space-between; gap: 154px; margin-inline: auto; }
.section-copy h2, .section-title h2 { margin: 0; font-size: clamp(40px, 4vw, 62px); line-height: 1.05; font-weight: 800; }
.section-copy h2::after, .section-title h2::after { content: ""; display: block; width: 48px; height: 4px; margin-top: 18px; background: var(--orange); }
.section-copy p { margin: 34px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.58; }
.orbit { position: relative; width: min(858px, 100%); aspect-ratio: 1; min-height: 0; justify-self: end; }
.orbit-ring, .orbit-line, .orbit-core, .orbit-node { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-ring { border-radius: 50%; border: 1px dashed rgba(134,190,253,.52); }
.ring-a { width: 326px; height: 326px; border-color: rgba(230,80,32,.24); opacity: .48; }
.ring-b { width: 480px; height: 480px; }
.ring-c { width: 216px; height: 216px; border-style: solid; border-color: rgba(255,255,255,.24); opacity: 1; box-shadow: 0 0 0 13px rgba(134,190,253,.04), 0 0 91px rgba(134,190,253,.2); }
.orbit-line { width: 1.5px; height: 645px; background: linear-gradient(transparent 2%, rgba(134,190,253,.18) 18%, rgba(134,190,253,.58) 50%, rgba(134,190,253,.18) 82%, transparent 98%); transform-origin: center; }
.diag-one { transform: translate(-50%,-50%) rotate(58deg); }
.diag-two { transform: translate(-50%,-50%) rotate(-58deg); }
.orbit-line::after { content: none; }
.orbit-core { display: grid; place-items: center; width: 216px; height: 216px; border-radius: 50%; overflow: hidden; background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.18), rgba(1,44,111,.82) 48%, rgba(0,20,54,.96) 78%); border: 1px solid rgba(255,255,255,.24); box-shadow: inset 0 0 48px rgba(134,190,253,.22), 0 0 70px rgba(134,190,253,.2); }
.orbit-core::before { content: ""; position: absolute; inset: -45px; background: radial-gradient(circle, rgba(134,190,253,.3), transparent 45%); opacity: .72; }
.orbit-core img { position: relative; z-index: 1; display: block; width: 172px; height: 172px; object-fit: contain; transform: translateY(2px); }
.orbit-node { display: grid; place-items: center; width: 81px; height: 81px; border-radius: 50%; border: 1.3px solid rgba(134,190,253,.72); background: rgba(1,44,111,.72); box-shadow: 0 0 44px rgba(134,190,253,.16); }
.orbit-node::after { content: ""; position: absolute; left: var(--dot-left, 50%); top: var(--dot-top, calc(100% + 18px)); width: 9px; height: 9px; border-radius: 50%; background: #86befd; box-shadow: 0 0 23px #86befd; transform: translate(-50%, -50%); pointer-events: none; }
.orbit-node img { display: block; width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 0 6px rgba(255,255,255,.18)); }
.node-left-top img { width: 57px; }
.node-right-bottom img { width: 41px; }
.node-top { --dot-top: calc(100% + 18px); transform: translate(-50%, calc(-50% - 377px)); }
.node-bottom { --dot-top: -18px; transform: translate(-50%, calc(-50% + 377px)); }
.node-right-top { --dot-left: -18px; --dot-top: calc(100% - 18px); transform: translate(calc(-50% + 363px), calc(-50% - 202px)); }
.node-right-bottom { --dot-left: -18px; --dot-top: 18px; transform: translate(calc(-50% + 362px), calc(-50% + 200px)); }
.node-left-top { --dot-left: calc(100% + 18px); --dot-top: calc(100% - 18px); transform: translate(calc(-50% - 368px), calc(-50% - 198px)); }
.node-left-bottom { --dot-left: calc(100% + 18px); --dot-top: 18px; transform: translate(calc(-50% - 365px), calc(-50% + 202px)); }
.ecosystem { min-height: 974px; display: grid; align-items: start; padding: 61px 0 0; border-bottom: 1px solid rgba(134,190,253,.13); background-image: radial-gradient(ellipse 342px 392px at 18% 22%, rgba(134,190,253,.13), rgba(134,190,253,0) 52%), linear-gradient(131deg, #001733 0%, #012c6f 50%, #001a3c 100%); }
.ecosystem > .container { width: min(1520px, calc(100% - 96px)); max-width: none; }
.section-title { margin-bottom: 0; }
.ecosystem .section-title { height: 119px; }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, 392px); grid-auto-rows: auto; column-gap: 65px; row-gap: 66px; align-items: start; width: 1306px; max-width: 100%; margin: 0 auto; }
.ecosystem-card { width: 392px; min-height: 294px; border-radius: 14.81px; overflow: hidden; background: #0867fd; box-shadow: 0 3.949px 12.341px rgba(0,0,0,.25); transition: transform .2s ease, box-shadow .2s ease; }
.ecosystem-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.24); }
.ecosystem-card.open { transform: none; box-shadow: 0 10px 28px rgba(0,0,0,.28); }
.ecosystem-card button { width: 100%; height: 100%; min-height: 294px; padding: 0; border: 0; display: grid; grid-template-rows: 249px 45px; background: transparent; color: #fff; text-align: left; cursor: pointer; }
.card-image { display: block; width: 100%; height: 249px; min-height: 0; border-radius: 14.81px 14.81px 0 0; background: var(--image); background-size: cover; background-position: center; filter: none; }
.card-image::after { content: ""; display: block; width: 100%; height: 100%; border-radius: inherit; background: linear-gradient(0deg, rgba(0,0,0,.45), rgba(102,102,102,.45) 83.265%); }
.card-body { display: grid; align-content: start; gap: 0; min-height: 45px; padding: 12px 30px 0; background: #0867fd; transition: min-height .24s ease, gap .24s ease, padding .24s ease; }
.card-body strong { font-size: 20px; line-height: normal; font-weight: 800; }
.card-body small { display: block; max-height: 0; overflow: hidden; opacity: 0; color: rgba(255,255,255,.9); font-size: 15px; line-height: 1.42; font-weight: 400; transform: translateY(-4px); transition: max-height .24s ease, opacity .2s ease, transform .2s ease; }
.ecosystem-card.open button { grid-template-rows: 249px 226px; }
.ecosystem-card.open .card-body { min-height: 226px; gap: 10px; padding: 20px 30px 22px; }
.ecosystem-card.open .card-body small { max-height: 164px; opacity: 1; transform: translateY(0); font-size: 18px; line-height: 1.35; }
.oil { --image: url('assets/ecosystem/oil-gas.png'); }
.mining { --image: url('assets/ecosystem/mineria.png'); }
.energy { --image: url('assets/ecosystem/energia.png'); }
.ports { --image: url('assets/ecosystem/puertos.png'); }
.logistics { --image: url('assets/ecosystem/logistica.png'); }
.industry { --image: url('assets/ecosystem/industria.png'); }
.stage-panel { min-height: 1080px; display: grid; background: #000; border-bottom: 1px solid rgba(134,190,253,.13); }
.stage-art { position: relative; width: 100%; min-height: 1080px; overflow: hidden; margin: 0; background: #000; }
.stage-art picture, .stage-art img { position: absolute; inset: 0; width: 100%; height: 100%; }
.stage-art img { object-fit: cover; object-position: center; }
.stage-art .btn { position: absolute; z-index: 2; left: 50%; bottom: 99px; width: 249px; min-height: 52px; transform: translateX(-50%); }
.services { padding: 100px 0 126px; }
.accordion { max-width: 1290px; margin: 95px auto 0; border-top: 1px solid rgba(255,255,255,.65); }
.service-item { border-bottom: 1px solid rgba(255,255,255,.65); }
.service-item button { width: 100%; min-height: 71px; display: grid; grid-template-columns: 150px minmax(0, 1fr) 330px 28px; align-items: center; gap: 34px; padding: 0; border: 0; background: transparent; cursor: pointer; text-align: left; }
.service-item span { font-size: clamp(46px, 4.5vw, 70px); line-height: .9; font-weight: 400; transition: font-size .28s ease; }
.service-item strong { display: grid; gap: 12px; min-width: 0; color: #fff; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.12; opacity: 0; transform: translateX(-10px); transition: opacity .25s ease, transform .25s ease; }
.service-item strong small { display: block; max-width: 560px; max-height: 0; overflow: hidden; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.45; font-weight: 500; opacity: 0; transition: max-height .25s ease, opacity .2s ease; }
.service-media { display: block; width: 100%; height: 0; min-height: 0; opacity: 0; overflow: hidden; background-image: var(--service-image); background-size: cover; background-position: center; transition: height .3s ease, opacity .25s ease; }
.service-media-01 { --service-image: url('assets/services/02-servicio-logistica.png'), linear-gradient(120deg, #87a46e, #d5d8bf); }
.service-media-02 { --service-image: url('assets/services/03-servicio-tecnico.png'), linear-gradient(120deg, #111, #e65020); }
.service-media-03 { --service-image: url('assets/services/04-servicio-seguridad.png'), linear-gradient(120deg, #2a3038, #e7a743); }
.service-media-04 { --service-image: url('assets/services/05-servicio-infraestructura.png'), linear-gradient(120deg, #86befd, #1c344b); }
.service-media-05 { --service-image: url('assets/services/06-servicio-abastecimiento.png'), linear-gradient(120deg, #1f2630, #b48654); }
.service-media-06 { --service-image: url('assets/services/01-servicio-territorio.png'), linear-gradient(120deg, #1e2e36, #b77955); }
.service-item i { width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; position: relative; justify-self: end; }
.service-item i::before, .service-item i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 8px; height: 2px; background: #fff; transform: translate(-50%,-50%); }
.service-item i::after { transform: translate(-50%,-50%) rotate(90deg); }
.service-item.open strong, .service-item:hover strong { opacity: 1; transform: translateX(0); }
.service-item.open button { min-height: 210px; grid-template-columns: 205px minmax(0, 1fr) 360px 28px; }
.service-item.open span { font-size: clamp(112px, 8vw, 150px); }
.service-item.open strong small { max-height: 120px; opacity: 1; }
.service-item.open .service-media { height: 172px; opacity: 1; }
.service-item.open i::after { display: none; }
.partners { position: relative; overflow: clip; height: 200px; padding: 40px 0; background: #e7e7e7; contain: layout paint; }
.partners-track { position: absolute; left: 0; top: 40px; display: flex; gap: 70px; width: max-content; animation: marquee 38s linear infinite; }
.partners span { display: grid; width: 346px; height: 120px; place-items: center; overflow: hidden; border-radius: 24px; background: #fff; }
.partners img { display: block; width: 100%; height: 100%; object-fit: contain; }
@keyframes marquee { to { transform: translateX(-50%); } }
.final-cta { position: relative; height: 100svh; min-height: 720px; display: block; overflow: hidden; isolation: isolate; padding: 0; }
.final-cta video, .final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta video { z-index: -3; object-fit: cover; object-position: center 45%; }
.final-overlay { z-index: -2; background: linear-gradient(90deg, rgba(0,20,54,.82), rgba(0,20,54,.54)), linear-gradient(0deg, rgba(0,20,54,.74), rgba(0,20,54,.22)); }
.final-content { position: absolute; inset: 0; width: 100%; max-width: none; display: block; }
.final-content h2 { position: absolute; left: 10.4167%; top: 54.325%; width: min(653px, 42vw); margin: 0; transform: translateY(-50%); font-size: clamp(44px, 3.4375vw, 66px); line-height: 1.06; letter-spacing: 0; }
.final-content .btn { position: absolute; left: 64.0625%; top: 63.009%; width: min(468px, 24.375vw); min-width: 360px; min-height: 67px; padding: 0 33px; transform: translateY(-50%); font-size: 20px; box-shadow: 0 18px 40px rgba(230,80,32,.32); }
.final-content .btn:hover { transform: translateY(calc(-50% - 2px)); }
.contact-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.36); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.contact-modal.open { opacity: 1; pointer-events: auto; }
.contact-modal__backdrop { position: absolute; inset: 0; }
.contact-modal__dialog { position: relative; width: min(1124px, calc(100vw - 48px)); height: min(600px, calc(100svh - 48px)); display: grid; grid-template-columns: 486px 1fr; overflow: hidden; background: #e6e6e6; box-shadow: 0 4px 50px 38px rgba(255,255,255,.06); transform: translateY(16px) scale(.98); transition: transform .2s ease; }
.contact-modal.open .contact-modal__dialog { transform: translateY(0) scale(1); }
.contact-modal__media { position: relative; min-height: 0; overflow: hidden; }
.contact-modal__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.contact-modal__close { position: absolute; z-index: 3; top: 11px; right: 12px; width: 24px; height: 24px; border: 0; background: transparent; cursor: pointer; }
.contact-modal__close::before, .contact-modal__close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2px; border-radius: 999px; background: #4e5d70; }
.contact-modal__close::before { transform: translate(-50%,-50%) rotate(45deg); }
.contact-modal__close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.contact-form { position: relative; padding: 46px 72px 50px 64px; color: #00204c; }
.contact-form fieldset { position: relative; height: 504px; margin: 0; padding: 21px 35px 18px 24px; border: 2px solid #828282; border-radius: 12px; }
.contact-form legend { width: 100%; margin: 0 0 12px; padding: 0; color: #00204c; font-size: 25.7px; line-height: 1.31; font-weight: 800; }
.contact-form label { display: grid; gap: 4px; margin: 0 0 11px; color: #00204c; font-size: 14px; font-weight: 800; line-height: 1.2; }
.contact-form input, .contact-form textarea { width: 100%; border: 0; border-radius: 4px; background: #fff; color: #00204c; font: 400 14px/1.4 "Sora", sans-serif; outline: 0; }
.contact-form input { height: 34.5px; padding: 0 12px; }
.contact-form textarea { height: 111px; resize: none; padding: 8px 9px; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #bfbfbf; opacity: 1; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form__status { position: absolute; left: 24px; right: 235px; bottom: 24px; margin: 0; color: #9b2d16; font-size: 12px; font-weight: 700; line-height: 1.35; }
.contact-form__submit { position: absolute; right: 35px; bottom: 18px; width: 183px; height: 46px; border: 1px solid #e65020; border-radius: 999px; background: #ee5020; color: rgba(255,255,255,.86); font-size: 16px; font-weight: 800; cursor: pointer; }
.contact-form__submit:hover { transform: translateY(-1px); }
.contact-form.is-sending .contact-form__submit { opacity: .72; pointer-events: none; }
.success-modal { position: fixed; inset: 0; z-index: 101; display: grid; place-items: center; padding: 24px; background: rgba(0,0,0,.36); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.success-modal.open { opacity: 1; pointer-events: auto; }
.success-modal__backdrop { position: absolute; inset: 0; }
.success-modal__dialog { position: relative; width: min(1124px, calc(100vw - 48px)); height: min(600px, calc(100svh - 48px)); display: grid; grid-template-columns: 486px 1fr; overflow: hidden; background: #e6e6e6; box-shadow: 0 4px 50px 38px rgba(255,255,255,.06); transform: translateY(16px) scale(.98); transition: transform .2s ease; }
.success-modal.open .success-modal__dialog { transform: translateY(0) scale(1); }
.success-modal__media { position: relative; min-height: 0; overflow: hidden; }
.success-modal__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(230,230,230,.43), rgba(230,230,230,.43)), linear-gradient(180deg, rgba(65,64,64,.34), rgba(167,164,164,.34)); pointer-events: none; }
.success-modal__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.success-modal__close { position: absolute; z-index: 3; top: 11px; right: 12px; width: 24px; height: 24px; border: 0; background: transparent; cursor: pointer; }
.success-modal__close::before, .success-modal__close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 2px; border-radius: 999px; background: #4e5d70; }
.success-modal__close::before { transform: translate(-50%,-50%) rotate(45deg); }
.success-modal__close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.success-modal__content { position: relative; display: grid; justify-items: center; align-content: end; padding: 0 72px 58px; color: #878787; text-align: center; }
.success-check { position: absolute; left: 50%; top: 205px; width: 150px; height: 150px; transform: translateX(-50%); opacity: 0; }
.success-check svg { display: block; width: 100%; height: 100%; overflow: visible; }
.success-check__circle { fill: none; stroke: #ee5020; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 302; stroke-dashoffset: 302; filter: drop-shadow(0 8px 20px rgba(238,80,32,.18)); }
.success-check__mark { fill: none; stroke: #ee5020; stroke-width: 8; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 72; stroke-dashoffset: 72; }
.success-modal.open .success-check { animation: checkFadeIn .18s ease forwards; }
.success-modal.open .success-check__circle { animation: checkCircle 1.05s cubic-bezier(.3,.8,.2,1) .06s forwards; }
.success-modal.open .success-check__mark { animation: checkMark .48s cubic-bezier(.4,0,.2,1) .72s forwards; }
.success-modal__content h2 { margin: 0; color: #878787; font-size: 32px; line-height: 33.7px; font-weight: 500; }
.success-modal__content p { margin: 0 0 18px; color: #878787; font-size: 16px; line-height: 33.7px; font-weight: 800; }
.success-modal__home { width: 183px; height: 46px; border: 1px solid #e65020; border-radius: 999px; background: #ee5020; color: rgba(255,255,255,.86); font-size: 16px; font-weight: 800; cursor: pointer; }
@keyframes checkFadeIn { to { opacity: 1; } }
@keyframes checkCircle { to { stroke-dashoffset: 0; } }
@keyframes checkMark { to { stroke-dashoffset: 0; } }
body.modal-open { overflow: hidden; }
.footer { background: #001436; border-top: 1px solid rgba(134,190,253,.16); }
.footer-inner { min-height: 96px; display: grid; grid-template-columns: auto auto; justify-content: space-between; gap: 32px; align-items: center; color: rgba(255,255,255,.6); font-size: 13px; }
.footer-inner p { margin: 0; justify-self: end; text-align: right; }
.footer img { width: 180px; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1280px) {
  .about { min-height: 900px; }
  .about-grid { width: min(1120px, calc(100% - 64px)); grid-template-columns: minmax(300px, 420px) minmax(0, 620px); gap: 64px; }
  .orbit { width: min(620px, 100%); }
  .orbit-line { height: 470px; }
  .ring-b { width: 410px; height: 410px; }
  .ring-a { width: 278px; height: 278px; }
  .ring-c, .orbit-core { width: 184px; height: 184px; }
  .orbit-core img { width: 148px; height: 148px; }
  .orbit-node { width: 70px; height: 70px; }
  .orbit-node::after { width: 8px; height: 8px; }
  .orbit-node img { width: 36px; height: 36px; }
  .node-left-top img { width: 48px; }
  .node-top { --dot-top: calc(100% + 15px); transform: translate(-50%, calc(-50% - 272px)); }
  .node-bottom { --dot-top: -15px; transform: translate(-50%, calc(-50% + 272px)); }
  .node-right-top { --dot-left: -15px; --dot-top: calc(100% - 15px); transform: translate(calc(-50% + 262px), calc(-50% - 145px)); }
  .node-right-bottom { --dot-left: -15px; --dot-top: 15px; transform: translate(calc(-50% + 262px), calc(-50% + 145px)); }
  .node-left-top { --dot-left: calc(100% + 15px); --dot-top: calc(100% - 15px); transform: translate(calc(-50% - 262px), calc(-50% - 145px)); }
  .node-left-bottom { --dot-left: calc(100% + 15px); --dot-top: 15px; transform: translate(calc(-50% - 262px), calc(-50% + 145px)); }
}
@media (max-width: 980px) {
  :root { --max: 820px; }
  .nav-shell { height: 86px; }
  .menu-toggle { display: grid; }
  .nav-links { position: fixed; top: 86px; left: 24px; right: 24px; display: grid; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,20,54,.96); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .24s ease; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links a { padding: 14px; }
  .intro-hero { min-height: 100svh; }
  .hero { min-height: 100svh; align-items: end; padding: 0 0 72px; }
  .hero-worker-media { background-position: 62% center; }
  .hero-content { width: min(100% - 48px, var(--max)); max-width: none; padding-top: 0; }
  .hero-content h1, .hero-content p { max-width: 560px; }
  h1 { font-size: clamp(52px, 8vw, 74px); }
  .about { min-height: auto; padding: 84px 0 72px; }
  .about-grid, .final-content { grid-template-columns: 1fr; }
  .about-grid { width: min(100% - 48px, var(--max)); gap: 42px; }
  .orbit { width: min(620px, 100%); justify-self: center; }
  .ecosystem { min-height: auto; padding: 70px 0 96px; }
  .ecosystem > .container { width: min(100% - 48px, var(--max)); }
  .ecosystem .section-title { height: auto; margin-bottom: 46px; }
  .ecosystem-grid { width: 100%; grid-template-columns: repeat(2, minmax(0, 392px)); grid-auto-rows: auto; justify-content: center; gap: 28px; }
  .ecosystem-card { width: 100%; aspect-ratio: 392 / 294; height: auto; }
  .ecosystem-card button { grid-template-rows: minmax(0, 1fr) 45px; }
  .ecosystem-card.open { aspect-ratio: auto; }
  .ecosystem-card.open button { grid-template-rows: minmax(0, 249px) 226px; min-height: 475px; }
  .ecosystem-card.open .card-body { min-height: 226px; gap: 10px; padding: 20px 30px 22px; }
  .ecosystem-card.open .card-body small { max-height: 164px; font-size: 18px; line-height: 1.35; }
  .card-image { height: auto; min-height: 0; }
  .stage-panel { min-height: 720px; }
  .stage-art { min-height: 720px; }
  .services { padding: 84px 0 92px; }
  .accordion { margin-top: 72px; }
  .service-item button { grid-template-columns: 118px minmax(0, 1fr) 220px 28px; gap: 22px; }
  .service-item.open button { min-height: 190px; grid-template-columns: 150px minmax(0, 1fr) 300px 28px; }
  .service-item.open span { font-size: clamp(82px, 13vw, 118px); }
  .service-item.open strong small { max-height: 110px; }
  .service-media { border-radius: 2px; }
  .service-item.open .service-media { height: 142px; }
  .partners { height: 150px; padding-block: 28px; }
  .partners-track { top: 28px; gap: 40px; animation-duration: 36s; }
  .partners span { width: 270px; height: 94px; border-radius: 18px; }
  .final-cta { height: 100svh; min-height: 700px; padding: 0; }
  .final-content { gap: 34px; align-items: start; }
  .final-content h2 { left: 8%; top: 43%; width: min(620px, 78vw); font-size: clamp(42px, 7vw, 60px); }
  .final-content .btn { left: 8%; top: 72%; width: min(468px, 84vw); min-width: 0; min-height: 60px; font-size: 18px; }
  .footer-inner { grid-template-columns: auto auto; padding: 0; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 32px, var(--max)); }
  body::before { background-size: 48px 48px; }
  .nav-shell { width: calc(100% - 32px); height: 74px; }
  .brand img { width: 132px; }
  .menu-toggle { width: 42px; height: 38px; }
  .nav-links { top: 74px; left: 16px; right: 16px; border-radius: 12px; }
  .intro-hero { min-height: 100svh; }
  .hero { min-height: 100svh; padding: 0 0 58px; }
  .hero-worker-media { background-image: linear-gradient(180deg, rgba(1,44,111,.14) 0%, rgba(1,44,111,.26) 36%, rgba(1,44,111,.95) 78%), url('assets/hero/operaria-mobile.jpg'), url('assets/hero-operaria.png'), url('assets/hero/operaria.jpg'), radial-gradient(circle at 64% 30%, #d9b18d, transparent 11rem), linear-gradient(120deg, #2b5268, #7b604b); background-position: 62% top; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero p { margin: 24px 0 34px; font-size: 17px; line-height: 1.45; }
  .btn { min-height: 46px; padding: 0 24px; font-size: 13px; }
  .about { padding-top: 78px; }
  .section-copy h2, .section-title h2 { font-size: clamp(34px, 10vw, 44px); }
  .section-copy p { margin-top: 26px; font-size: 16px; }
  .orbit { min-height: 430px; overflow: hidden; transform: none; transform-origin: center; }
  .ecosystem { padding: 70px 0 76px; }
  .ecosystem-grid { grid-template-columns: minmax(0, 392px); gap: 28px; }
  .section-title { margin-bottom: 36px; }
  .ecosystem .section-title { margin-bottom: 36px; }
  .card-body { height: 58px; min-height: 58px; align-content: center; padding: 0 30px; }
  .card-body strong { font-size: 18px; }
  .ecosystem-card.open button { grid-template-rows: minmax(0, 241px) 226px; min-height: 467px; }
  .ecosystem-card.open .card-body { height: auto; min-height: 226px; gap: 9px; padding: 17px 30px 22px; }
  .ecosystem-card.open .card-body strong { font-size: 24px; }
  .ecosystem-card.open .card-body small { max-height: 164px; font-size: 18px; line-height: 1.34; }
  .stage-panel { min-height: 620px; }
  .stage-art { min-height: 620px; }
  .stage-art img { object-fit: cover; object-position: center; }
  .stage-art .btn { bottom: 68px; width: min(70vw, 264px); min-height: 64px; font-size: 17px; }
  .services { padding: 70px 0 82px; }
  .accordion { margin-top: 54px; }
  .service-item button { min-height: 62px; grid-template-columns: 70px minmax(0, 1fr) 22px; gap: 14px; padding: 0; }
  .service-item button:focus { outline: 0; }
  .service-item strong { font-size: 15px; }
  .service-item strong small { font-size: 13px; line-height: 1.4; }
  .service-media { display: none; grid-column: 2 / 4; width: 100%; }
  .service-item.open button { min-height: auto; grid-template-columns: 86px minmax(0, 1fr) 22px; padding: 14px 0 18px; align-items: start; }
  .service-item.open .service-media { grid-row: 2; }
  .service-item.open span { font-size: clamp(66px, 20vw, 90px); }
  .service-item.open strong small { max-height: 120px; opacity: 1; }
  .service-item.open .service-media { display: block; height: 190px; margin-top: 8px; }
  .service-item i { grid-column: 3; grid-row: 1; align-self: center; margin-top: 0; }
  .ring-b { width: 330px; height: 330px; }
  .ring-a { width: 230px; height: 230px; }
  .ring-c { width: 122px; height: 122px; }
  .orbit-line { height: 360px; }
  .orbit-core { width: 122px; height: 122px; }
  .orbit-core img { width: 92px; height: 92px; }
  .orbit-node { width: 56px; height: 56px; font-size: 21px; }
  .orbit-node::after { width: 7px; height: 7px; }
  .orbit-node img { width: 30px; height: 30px; }
  .node-left-top img { width: 40px; }
  .node-top { --dot-top: calc(100% + 12px); transform: translate(-50%, calc(-50% - 190px)); }
  .node-bottom { --dot-top: -12px; transform: translate(-50%, calc(-50% + 190px)); }
  .node-right-top { --dot-left: -12px; --dot-top: calc(100% - 12px); transform: translate(calc(-50% + 145px), calc(-50% - 118px)); }
  .node-right-bottom { --dot-left: -12px; --dot-top: 12px; transform: translate(calc(-50% + 145px), calc(-50% + 118px)); }
  .node-left-top { --dot-left: calc(100% + 12px); --dot-top: calc(100% - 12px); transform: translate(calc(-50% - 145px), calc(-50% - 118px)); }
  .node-left-bottom { --dot-left: calc(100% + 12px); --dot-top: 12px; transform: translate(calc(-50% - 145px), calc(-50% + 118px)); }
  .partners { height: 132px; }
  .partners-track { top: 26px; gap: 32px; animation-duration: 34s; }
  .partners span { width: 230px; height: 80px; border-radius: 16px; }
  .final-cta { height: 100svh; min-height: 620px; padding: 0; }
  .final-content { gap: 28px; }
  .final-content h2 { left: 24px; top: 42%; width: calc(100% - 48px); font-size: clamp(38px, 12vw, 54px); }
  .final-content .btn { left: 24px; top: 74%; width: min(calc(100% - 48px), 360px); min-width: 0; min-height: 56px; white-space: normal; text-align: center; font-size: 15px; }
  .contact-modal { padding: 16px; align-items: center; }
  .contact-modal__dialog { width: min(100%, 420px); height: min(92svh, 760px); grid-template-columns: 1fr; grid-template-rows: 190px 1fr; overflow-y: auto; }
  .contact-modal__media img { object-position: center 42%; }
  .contact-form { padding: 22px 18px 24px; }
  .contact-form fieldset { height: auto; min-height: 0; padding: 18px 18px 78px; }
  .contact-form legend { margin-bottom: 14px; font-size: 23px; line-height: 1.18; }
  .contact-form label { font-size: 13px; }
  .contact-form__row { grid-template-columns: 1fr; gap: 0; }
  .contact-form textarea { height: 104px; }
  .contact-form__status { left: 18px; right: 18px; bottom: 68px; }
  .contact-form__submit { right: 18px; bottom: 18px; width: min(100% - 36px, 210px); }
  .contact-modal__close { top: 10px; right: 10px; background: rgba(230,230,230,.84); border-radius: 999px; }
  .success-modal { padding: 16px; }
  .success-modal__dialog { width: min(100%, 420px); height: min(92svh, 640px); grid-template-columns: 1fr; grid-template-rows: 230px 1fr; }
  .success-modal__content { min-height: 320px; padding: 0 28px 44px; }
  .success-modal__content h2 { font-size: 30px; }
  .success-modal__close { top: 10px; right: 10px; background: rgba(230,230,230,.84); border-radius: 999px; }
  .footer-inner { min-height: auto; grid-template-columns: 1fr; justify-items: center; gap: 18px; padding: 28px 0; font-size: 12px; text-align: center; }
  .footer-inner p { justify-self: center; text-align: center; }
  .footer img { width: 140px; }
}
@media (max-width: 420px) {
  .container { width: calc(100% - 28px); }
  .hero { min-height: 100svh; }
  h1 { font-size: clamp(38px, 12vw, 48px); }
  .orbit { min-height: 360px; }
  .ring-b { width: 280px; height: 280px; }
  .ring-a { width: 198px; height: 198px; }
  .ring-c { width: 104px; height: 104px; }
  .orbit-line { height: 310px; }
  .orbit-core { width: 104px; height: 104px; }
  .orbit-core img { width: 78px; height: 78px; }
  .orbit-node { width: 48px; height: 48px; font-size: 18px; }
  .orbit-node::after { width: 6px; height: 6px; }
  .orbit-node img { width: 26px; height: 26px; }
  .node-left-top img { width: 34px; }
  .node-top { --dot-top: calc(100% + 10px); transform: translate(-50%, calc(-50% - 158px)); }
  .node-bottom { --dot-top: -10px; transform: translate(-50%, calc(-50% + 158px)); }
  .node-right-top { --dot-left: -10px; --dot-top: calc(100% - 10px); transform: translate(calc(-50% + 122px), calc(-50% - 96px)); }
  .node-right-bottom { --dot-left: -10px; --dot-top: 10px; transform: translate(calc(-50% + 122px), calc(-50% + 96px)); }
  .node-left-top { --dot-left: calc(100% + 10px); --dot-top: calc(100% - 10px); transform: translate(calc(-50% - 122px), calc(-50% - 96px)); }
  .node-left-bottom { --dot-left: calc(100% + 10px); --dot-top: 10px; transform: translate(calc(-50% - 122px), calc(-50% + 96px)); }
  .stage-art img { object-position: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .partners-track { animation-duration: 38s !important; }
}

