*{box-sizing:border-box}body{margin:0;background:#f7f2e9;color:#07383a;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.portal{max-width:1120px;margin:auto;min-height:100svh;background:#fff}.hero{position:relative;background:#f5efe5}.scene-frame{position:relative;aspect-ratio:1024/1250;overflow:hidden}.scene{display:block;width:100%;height:auto;animation:breathe 10s ease-in-out infinite alternate;transform-origin:50% 45%}.glow{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at 70% 15%,#ffebae25,transparent 45%);animation:light 6s ease-in-out infinite alternate}.motion{position:absolute;right:12px;top:max(12px,env(safe-area-inset-top));width:44px;height:44px;border:1px solid #ffffff80;border-radius:50%;background:#07383adb;color:#fff;cursor:pointer;font-size:18px}.panel{padding:24px 18px calc(16px + env(safe-area-inset-bottom));text-align:center}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:700;margin:0 0 10px}h1{font-size:clamp(25px,4vw,38px);letter-spacing:-1px;margin:0}.intro{font-size:14px;line-height:1.6;margin:10px auto 22px;max-width:290px;color:#526a69}.actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-decoration:none;border:1px solid #dce5e2;background:#f4f8f6;border-radius:17px;min-height:86px;padding:10px 4px;color:#07383a;font:700 12px/1.3 system-ui;cursor:pointer}.primary{background:#07383a;color:white;border-color:#07383a}.action span{font-size:25px;line-height:1}.action:hover{filter:brightness(.94)}.action:active{transform:scale(.97)}:focus-visible{outline:3px solid #e99b17;outline-offset:4px}.who{font-size:12px;color:#526a69;margin:18px 0 0}.status{font-size:12px;line-height:1.5;min-height:18px;margin:8px 0 0}#manual-share label{display:block;font-size:12px;margin-bottom:8px}input{width:100%;padding:12px;border:1px solid #526a69;border-radius:8px;color:#07383a;background:#fff}.paused .scene,.paused .glow{animation-play-state:paused}@keyframes breathe{from{transform:scale(1)}to{transform:scale(1.012)}}@keyframes light{from{opacity:.25}to{opacity:.8}}@media(min-width:800px){body{padding:24px}.portal{display:grid;grid-template-columns:1.2fr 1fr;min-height:0;border-radius:24px;overflow:hidden;box-shadow:0 20px 80px #07383a18}.panel{align-self:center;padding:36px}.hero{max-width:600px}}@media(prefers-reduced-motion:reduce){.scene,.glow{animation:none}.motion{display:none}}@media(max-width:359px){.panel{padding-inline:12px}.action{font-size:11px}}

/* Decorative objects share the original scene coordinates. Future sections can
   bind to data-scene-object; these layers deliberately have no links or focus. */
.scene{animation:none}.scene-objects{position:absolute;top:0;left:0;width:100%;height:auto;pointer-events:none;overflow:visible}.drone-float{animation:drone-hover 6s ease-in-out infinite;transform-origin:635px 90px}.rotor-haze{animation:rotor-air 1.2s ease-in-out infinite alternate}.screen-light{opacity:.025;animation:screen-breathe 7s ease-in-out infinite alternate;mix-blend-mode:screen}.screen-sweep{opacity:0;animation:screen-reflection 11s ease-in-out infinite}.paused .scene-objects *{animation-play-state:paused!important}@keyframes drone-hover{0%,100%{transform:translate(-18px,2px) rotate(-2deg)}25%{transform:translate(4px,-20px) rotate(1deg)}50%{transform:translate(28px,-6px) rotate(2.5deg)}75%{transform:translate(8px,10px) rotate(-1deg)}}@keyframes rotor-air{from{opacity:.16}to{opacity:.36}}@keyframes screen-breathe{from{opacity:.025}to{opacity:.15}}@keyframes screen-reflection{0%,65%{transform:translateX(-240px);opacity:0}72%{opacity:.09}95%,100%{transform:translateX(350px);opacity:0}}@media(prefers-reduced-motion:reduce){.scene-objects *{animation:none!important}.rotor-haze,.screen-sweep{display:none}}


/* Each display alternates its original artwork with an independent campaign. */
.ad-slide{opacity:0;animation:advertisement 18s ease-in-out infinite}.lower-ad{animation-duration:22s;animation-delay:3s}@keyframes advertisement{0%,26%,94%,100%{opacity:0}34%,86%{opacity:1}}@media(prefers-reduced-motion:reduce){.ad-slide{display:none}}

/* Four-corner perspective mapping uses the same 1024px coordinate space as the scene. */
.screen-stage{position:absolute;left:0;top:0;width:1024px;height:1536px;transform-origin:0 0;pointer-events:none;visibility:hidden}.screen-stage.ready{visibility:visible}.screen-plane{position:absolute;top:0;left:0;transform-origin:0 0;overflow:hidden;isolation:isolate}.screen-plane .ad-slide{display:block;width:100%;height:100%;max-width:none}.glass-reflection{position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 18%,#ffffff09 39%,transparent 64%);opacity:.55}.paused .screen-stage *{animation-play-state:paused!important}@media(prefers-reduced-motion:reduce){.screen-stage *{animation:none!important}.screen-plane .ad-slide{display:none}}
/* Compact first view: preserve the complete showroom and keep contact actions visible. */
@media(max-width:799px){
 .portal{min-height:100svh}
 .hero{display:flex;justify-content:center;background:#07383a}
 .scene-frame{width:min(100%,calc((100svh - 205px) * .8192));flex:none}
 .panel{padding:10px 12px calc(8px + env(safe-area-inset-bottom))}
 .eyebrow{font-size:9px;margin-bottom:4px}
 h1{font-size:23px}
 .intro{font-size:12px;line-height:1.35;margin:4px auto 9px;max-width:330px}
 .action{min-height:57px;border-radius:12px;font-size:11px;gap:3px;padding:6px 3px}
 .action span{font-size:20px}
 .who{font-size:11px;margin-top:7px}
 .status{margin:3px 0 0;min-height:0}
 .status:empty{display:none}
}
@media(max-width:799px) and (max-height:500px){.scene-frame{width:min(55%,300px)}}

/* One discoverable object opens a native, keyboard-accessible product sheet. */




.product-dialog{padding:0;border:0;border-radius:24px;width:min(680px,calc(100% - 28px));max-height:90vh;max-height:90dvh;color:#07383a;background:#fffcf6;box-shadow:0 24px 100px #0005;overflow:auto}
.product-dialog::backdrop{background:#022d30b8;backdrop-filter:blur(5px)}
.product-dialog[open]{display:grid;grid-template-columns:190px 1fr}
.dialog-close{position:absolute;right:10px;top:10px;z-index:2;width:44px;height:44px;border:1px solid #07383a20;border-radius:50%;background:#fff;color:#07383a;font-size:28px;cursor:pointer}
.product-art{position:relative;overflow:hidden;background:#153f41;min-height:240px}
.product-art svg{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
.product-art>span{position:absolute;bottom:16px;left:12px;right:12px;color:#fff;font-size:9px;font-weight:700;letter-spacing:1.2px;text-shadow:0 1px 5px #000}
.product-copy{padding:54px 28px 22px}.product-copy h2{font-size:29px;line-height:1.12;letter-spacing:-1px;margin:8px 0 16px}.product-copy p{font-size:14px;line-height:1.55}.product-copy .eyebrow{font-size:9px}.product-tags{display:flex;gap:6px;flex-wrap:wrap;margin:16px 0}.product-tags span{border:1px solid #d9ded4;border-radius:20px;padding:6px 9px;font-size:11px}.product-note{color:#526a69}.product-cta{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#07383a;color:#fff;border-radius:12px;text-decoration:none;padding:16px;font-size:13px;font-weight:700}.product-advisor{text-align:center;color:#526a69;font-size:11px!important;margin:8px 0}.product-back{display:block;margin:auto;background:none;border:0;color:#07383a;padding:12px;font:600 12px system-ui;text-decoration:underline;cursor:pointer}body.product-open{overflow:hidden}
@media(max-width:599px){.product-dialog{width:calc(100% - 20px);border-radius:20px}.product-dialog[open]{display:block}.product-art{height:140px;min-height:0}.product-art svg{width:115px;left:24px}.product-art>span{left:155px;top:65px;bottom:auto;width:100px;line-height:1.6}.product-copy{padding:20px}.product-copy h2{font-size:27px;margin:6px 0 10px}.product-copy p{margin:8px 0}.product-tags{margin:12px 0}}

/* Unobstructed objects; visible keyboard focus only, never labels over the art. */
.scene-touch{position:absolute;background:transparent;border:0;padding:0;cursor:pointer;z-index:2;min-width:44px;min-height:44px;border-radius:10px}.scene-touch:focus-visible{outline:2px solid white;outline-offset:3px}.touch-printer{left:0;top:40%;width:12%;height:16%}.touch-drone{left:46%;top:0;width:33%;height:15%}.touch-screen{left:70%;top:10%;width:28%;height:22%;clip-path:polygon(0 30%,100% 0,100% 65%,0 100%)}.touch-business{left:15%;top:25%;width:24%;height:26%}.touch-export{left:76%;top:87%;width:22%;height:12%}.touch-boxi{left:28%;top:55%;width:45%;height:32%}
.explore{grid-column:1/-1;padding:32px 24px;background:#f5f2e9;border-top:1px solid #e6e5db}.explore-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.explore h2{font-size:clamp(23px,3vw,31px);letter-spacing:-.8px;margin:0}.explore-arrows{display:flex;gap:7px}.explore-arrows button{width:44px;height:44px;border:1px solid #bfcac4;background:transparent;border-radius:50%;color:#07383a;font-size:23px;cursor:pointer}.explore-hint{font-size:13px;color:#526a69;margin:12px 0 20px}.category-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 4px 16px;scrollbar-color:#b9c6bb transparent;overscroll-behavior-x:contain}.category-card{flex:0 0 245px;min-height:215px;position:relative;text-align:left;scroll-snap-align:start;background:#e6ece2;color:#07383a;border:1px solid #d5ded0;border-radius:16px;padding:22px;display:flex;flex-direction:column;cursor:pointer;font-family:inherit}.category-card strong{font-size:21px;line-height:1.16;margin:23px 0 10px;max-width:190px}.category-card>span:not(.category-number):not(.category-enter){font-size:12px;line-height:1.5;max-width:175px}.category-number{font-size:11px;letter-spacing:2px;opacity:.65}.category-enter{position:absolute;right:18px;top:18px;font-size:24px}.category-publicidad,.category-hogar{background:#f3e3c5;border-color:#e7d6b6}.category-negocios,.category-construccion{background:#e9ddd4;border-color:#ddcdc1}.category-exportacion,.category-idea{background:#07383a;color:white;border-color:#07383a}.category-card:hover{filter:brightness(.97)}.explore-disclaimer{font-size:11px;line-height:1.6;color:#526a69;margin:12px 0 0;max-width:650px}
@media(max-width:599px){.explore{padding:25px 16px}.explore-arrows{gap:4px}.explore-arrows button{width:38px;height:38px}.explore-heading{align-items:flex-end}.explore h2{font-size:24px}.category-card{flex-basis:78%;min-height:200px}.product-copy .eyebrow{max-width:260px}}

html{scroll-behavior:smooth;scroll-padding-top:12px}.site-nav{max-width:1120px;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px 18px;color:#07383a}.site-nav a{color:inherit;text-decoration:none;font-size:12px}.site-nav .nav-brand{font-size:12px;font-weight:800;letter-spacing:1px}.site-nav>div{display:flex;gap:18px}.institutional{grid-column:1/-1;padding:52px 36px;border-top:1px solid #e6e5db;background:#fffcf6}.institutional h2{font-size:clamp(26px,4vw,38px);line-height:1.15;letter-spacing:-1px;margin:10px 0 20px;max-width:700px}.institutional p{font-size:14px;line-height:1.75;color:#526a69}.section-lead{max-width:720px;font-size:16px!important}.vision-block{border-left:3px solid #d7ad58;padding:2px 0 2px 24px;margin:30px 0;max-width:750px}.institutional h3{font-size:18px}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px 32px}.values-grid h4{font-size:16px;margin:14px 0 6px}.values-grid p{margin:0}.institutional blockquote{margin:36px 0 0;font-size:clamp(21px,3vw,28px);font-weight:650;line-height:1.4;max-width:700px}.institutional cite{display:block;font-size:11px;font-style:normal;font-weight:400;color:#526a69;margin-top:10px}.process-section{background:#edf0e8}.process-list{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding-left:22px}.process-list li{padding-left:5px}.faq-section details{border-bottom:1px solid #d9ded4;padding:17px 0;max-width:800px}.faq-section summary{cursor:pointer;font-size:15px;font-weight:650;line-height:1.5}.faq-section details p{max-width:700px}.contact-section{background:#07383a;color:white}.contact-section p{color:#d4e3dd}.contact-links{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin:24px 0}.contact-links a{color:white;font-size:14px}.contact-links .product-cta{background:#ffdc90;color:#07383a}.site-footer{grid-column:1/-1;padding:24px 30px;display:flex;flex-wrap:wrap;gap:16px 24px;background:#f5f2e9;color:#526a69;font-size:11px}.site-footer a{color:inherit}.site-footer>span{margin-right:auto}
@media(max-width:799px){.scene-frame{width:min(100%,calc((100svh - 255px) * .8192))}.institutional{padding:34px 20px}.process-list{grid-template-columns:1fr;gap:4px}.site-nav{padding:12px 10px;gap:8px}.site-nav>div{gap:10px}.site-nav a{font-size:10px}.site-nav .nav-brand{font-size:10px;letter-spacing:.3px}.site-footer{padding:24px 20px}.contact-links{align-items:flex-start;flex-direction:column}.values-grid{grid-template-columns:1fr}.vision-block{padding-left:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.project-section{background:#edf0e8}.guide-start{display:block;border:1px solid #b7c6ba;border-radius:12px;background:#fff8e7;color:#07383a;padding:13px 16px;font:650 13px system-ui;cursor:pointer;margin:12px 0;width:100%}.guide-start:disabled{opacity:.65;cursor:default}.project-section>.guide-start{max-width:340px}.project-section label{display:block;font-size:13px;font-weight:650;margin:20px 0 8px}.project-section label span{font-weight:400}.project-section textarea{display:block;resize:vertical;width:100%;max-width:720px;border:1px solid #bdcac0;border-radius:12px;padding:14px;font:14px/1.6 system-ui;color:#07383a;background:white}.project-section textarea[readonly]{background:#f7f8f3}.project-section .product-cta{max-width:340px;margin-top:18px}.project-help{font-size:11px!important;max-width:650px}.project-items{list-style:none;padding:0;max-width:720px}.project-items li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #cbd6c8;font-size:14px}.project-items button{background:transparent;border:0;min-height:44px;padding:8px;color:#07383a;text-decoration:underline;cursor:pointer}.guide-dialog{padding:48px 26px 26px;width:min(520px,calc(100% - 24px));max-height:90vh;max-height:90dvh;overflow:auto;border:0;border-radius:22px;background:#fffcf6;color:#07383a}.guide-dialog::backdrop{background:#022d30b8;backdrop-filter:blur(5px)}.guide-dialog h2{font-size:28px;line-height:1.15;margin:10px 0}.guide-dialog p{font-size:13px;line-height:1.6;color:#526a69}.guide-dialog fieldset{border:0;padding:0;margin:25px 0}.guide-dialog legend{font-size:15px;font-weight:700;margin-bottom:12px}.guide-dialog label{display:flex;align-items:center;gap:10px;font-size:13px;min-height:44px}.guide-dialog input[type=radio]{width:18px;height:18px;margin:0;accent-color:#07383a;flex:none}.guide-dialog select{width:100%;padding:13px;border:1px solid #bdcac0;border-radius:9px;background:white;color:#07383a;font:14px system-ui}.guide-dialog .product-cta{width:100%;border:0;cursor:pointer;font-family:inherit}.guide-dialog li{font-size:15px;line-height:1.6;margin:8px 0}#project-count{background:#07383a;color:white;border-radius:12px;padding:2px 5px;font-size:10px}.site-nav{flex-wrap:wrap}.site-nav>div{flex-wrap:wrap}.guide-dialog [hidden]{display:none!important}@media(max-width:599px){.site-nav>div{gap:12px}.site-nav{justify-content:center}.site-nav .nav-brand{width:100%;text-align:center}.guide-dialog{padding:48px 20px 20px}.scene-frame{width:min(100%,calc((100svh - 280px) * .8192))}}
