:root{
  --bg:#090909;--panel:#111113;--panel2:#171719;--line:#2a2a2d;--text:#f4f1e9;--muted:#a7a39a;--gold:#d6b36a;--gold2:#f2d99c;--white:#fff;
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 15% 0%,#1a1712 0,transparent 34%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100svh;overflow-x:hidden}.grain{position:fixed;inset:0;pointer-events:none;opacity:.055;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='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");z-index:99}.topbar{height:82px;position:fixed;z-index:50;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,72px);background:rgba(9,9,9,.78);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(18px)}button{font:inherit}.brand{display:flex;align-items:center;gap:12px;background:none;border:0;color:inherit;cursor:pointer;text-align:left}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border:1px solid #74613c;border-radius:14px;color:var(--gold2);font-weight:800;letter-spacing:-1px;background:linear-gradient(145deg,#17140f,#0b0b0b)}.brand-text{display:grid;gap:2px}.brand-text strong{font-size:13px;letter-spacing:.13em}.brand-text small{font-size:9px;letter-spacing:.13em;color:#807d77}.desktop-nav{display:flex;gap:4px;padding:5px;border:1px solid #262629;border-radius:999px;background:#111113}.nav-btn{border:0;border-radius:999px;background:transparent;color:#8f8b84;padding:10px 16px;font-size:12px;cursor:pointer;transition:.2s}.nav-btn:hover,.nav-btn.active{color:var(--white);background:#232326}.nav-contact{color:var(--gold2)}.app-shell{padding-top:82px;min-height:100svh}.screen{display:none;min-height:calc(100svh - 82px);padding:clamp(28px,4vw,56px) clamp(20px,5vw,72px);animation:screenIn .32s ease both}.screen.active{display:block}@keyframes screenIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 16px;color:#a29d93;font-size:10px;font-weight:700;letter-spacing:.16em}.eyebrow span{width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px #d6b36a}.home-grid{min-height:min(680px,calc(100svh - 240px));display:grid;grid-template-columns:minmax(0,1.02fr) minmax(400px,.98fr);align-items:center;gap:5vw}.hero-copy{max-width:720px}.hero-copy h1,.section-top h2,.idea-copy h2,.about-title h2,.contact-intro h2{font-size:clamp(46px,6.2vw,92px);line-height:.96;letter-spacing:-.055em;margin:0;font-weight:650}.hero-copy h1 em,.about-title h2 em,.contact-intro h2 em{font-style:normal;color:var(--gold)}.hero-sub{max-width:630px;color:#aaa69e;font-size:clamp(15px,1.3vw,19px);line-height:1.65;margin:24px 0 28px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.primary,.secondary{border-radius:12px;padding:14px 18px;border:1px solid transparent;cursor:pointer;transition:transform .2s,background .2s,border .2s;min-height:48px}.primary{background:linear-gradient(135deg,#e5c883,#b89450);color:#16130d;font-weight:800}.primary:hover,.secondary:hover{transform:translateY(-2px)}.primary span{margin-left:8px}.secondary{background:#141416;color:#e7e4dc;border-color:#2b2b2e}.signature{display:flex;align-items:center;gap:10px;margin-top:34px;color:#77736d;font-size:12px}.signature b{font-size:15px;color:var(--gold2);border:1px solid #4d4029;border-radius:8px;padding:6px 8px}.hero-stack{position:relative;height:min(620px,67vh);min-height:470px}.phone-preview{position:absolute;overflow:hidden;background:#111;border:1px solid #333;border-radius:34px;box-shadow:0 32px 80px rgba(0,0,0,.45)}.phone-preview img{display:block;width:100%;height:100%;object-fit:cover}.phone-preview.p1{width:min(280px,43%);height:82%;left:10%;top:4%;transform:rotate(-6deg)}.phone-preview.p2{width:min(280px,43%);height:82%;right:6%;bottom:3%;transform:rotate(7deg)}.hero-stack:after{content:"";position:absolute;inset:14% 12%;background:radial-gradient(circle,#6c552b 0,transparent 55%);filter:blur(30px);opacity:.35;z-index:-1}.hero-badge{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);z-index:4;min-width:240px;border:1px solid #6b5731;border-radius:15px;background:rgba(10,10,10,.87);padding:13px 16px;backdrop-filter:blur(12px);box-shadow:0 18px 45px #000}.hero-badge small{display:block;color:#807862;font-size:8px;letter-spacing:.16em;margin-bottom:5px}.hero-badge strong{font-size:11px;letter-spacing:.08em}.quick-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #27272a;border-radius:16px;overflow:hidden;background:#111113}.quick-strip button{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;text-align:left;column-gap:12px;background:transparent;border:0;border-right:1px solid #27272a;color:inherit;padding:16px 18px;cursor:pointer}.quick-strip button:last-child{border-right:0}.quick-strip span{grid-row:1/3;color:var(--gold);font-size:20px;align-self:center}.quick-strip b{font-size:12px}.quick-strip small{color:#77736c;font-size:10px;margin-top:2px}.section-top{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-top h2,.idea-copy h2,.about-title h2,.contact-intro h2{font-size:clamp(34px,4.2vw,64px)}.project-controls{display:flex;align-items:center;gap:12px;color:#807d75;font-size:11px}.project-controls button{width:40px;height:40px;border-radius:12px;border:1px solid #29292c;background:#131315;color:#eee;cursor:pointer}.project-stage{position:relative}.project-slide{display:none;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);gap:clamp(24px,5vw,72px);align-items:center;min-height:calc(100svh - 235px);border:1px solid #242427;border-radius:22px;background:linear-gradient(145deg,#121214,#0c0c0e);padding:clamp(22px,3.5vw,48px);overflow:hidden}.project-slide.active{display:grid;animation:slideIn .34s ease both}@keyframes slideIn{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}.project-num{color:#665943;font-size:12px;letter-spacing:.16em;margin-bottom:24px}.project-type{font-size:12px;line-height:1.45;letter-spacing:.145em;color:var(--gold);font-weight:800}.project-info h3{font-size:clamp(42px,5vw,72px);line-height:.95;letter-spacing:-.045em;margin:10px 0 20px}.project-info>p:not(.project-type){color:#aaa69e;line-height:1.65;font-size:15px;max-width:560px}.chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.chips span,.feature-pills button{font-size:10px;color:#bbb7af;border:1px solid #303033;border-radius:999px;padding:8px 10px;background:#171719}.project-media{justify-self:center;position:relative;display:grid;place-items:center;width:100%;height:min(600px,65vh);min-height:410px}.phone-media img{height:94%;max-width:100%;object-fit:contain;border-radius:28px;box-shadow:0 24px 65px rgba(0,0,0,.48)}.desktop-media img{width:100%;max-height:92%;object-fit:contain;border:1px solid #39393d;border-radius:18px;box-shadow:0 24px 60px #000;transition:transform .28s ease,filter .28s ease,box-shadow .28s ease}.piramide-media{display:block}.piramide-media .pi-login{position:absolute;left:2%;top:8%;height:74%;max-width:55%;object-fit:contain;border-radius:18px;box-shadow:0 24px 60px #000;transform:rotate(-4deg);transition:transform .28s ease,filter .28s ease,box-shadow .28s ease}.piramide-media .pi-promo{position:absolute;right:2%;bottom:0;height:89%;max-width:58%;object-fit:contain;border-radius:18px;box-shadow:0 24px 60px #000;transform:rotate(4deg);transition:transform .28s ease,filter .28s ease,box-shadow .28s ease}.concept-media{background:radial-gradient(circle at 50% 40%,rgba(214,179,106,.17),transparent 45%)}.pattern-ui{width:min(530px,92%);aspect-ratio:1.35;border:1px solid #373027;border-radius:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:18px;background:#111}.pattern-ui span{border:1px dashed #5d5038;border-radius:12px;display:grid;place-items:center;font-size:10px;letter-spacing:.15em;color:#8d8067}.pattern-ui b{position:absolute;font-size:clamp(20px,3vw,44px);line-height:.92;text-align:center;color:#e3c782;letter-spacing:-.04em}.project-dots{display:none}.idea-layout{display:grid;grid-template-columns:.8fr 1.05fr .85fr;gap:20px;align-items:stretch;min-height:calc(100svh - 150px)}.idea-copy,.lab-card,.blueprint{border:1px solid #252528;border-radius:20px;background:#111113;padding:clamp(22px,3vw,38px)}.idea-copy{display:flex;flex-direction:column;justify-content:center}.idea-copy>p:not(.eyebrow){color:#97938b;line-height:1.65}.idea-progress{margin-top:32px}.idea-progress>div{display:flex;justify-content:space-between;color:#817d75;font-size:10px;margin-bottom:8px}.idea-progress i{display:block;height:3px;background:#2b2b2e;border-radius:9px;overflow:hidden}.idea-progress em{display:block;width:25%;height:100%;background:var(--gold);transition:.25s}.lab-card{display:flex;flex-direction:column}.lab-step{display:none;flex:1}.lab-step.active{display:block;animation:screenIn .25s ease}.lab-label{font-size:10px;letter-spacing:.15em;color:#77736d;margin:0 0 18px}.choices{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.choices button{min-height:105px;text-align:left;background:#161618;color:#eee;border:1px solid #2b2b2e;border-radius:14px;padding:16px;cursor:pointer}.choices button.selected{border-color:#8e7445;background:#1d1912;box-shadow:inset 0 0 0 1px #5d4c2e}.choices b{display:block;font-size:14px;color:var(--gold2);margin-bottom:6px}.choices span{color:#88847c;font-size:11px}.feature-pills{display:flex;flex-wrap:wrap;gap:8px}.feature-pills button{cursor:pointer}.feature-pills button.selected{color:#17130c;background:var(--gold);border-color:var(--gold)}.field{display:grid;gap:7px;margin-bottom:15px}.field span{font-size:10px;letter-spacing:.11em;color:#807c74}.field input,.field textarea,.field select{width:100%;border:1px solid #2d2d30;border-radius:11px;background:#171719;color:#f4f1e9;padding:13px 14px;outline:none;resize:none}.field input:focus,.field textarea:focus,.field select:focus{border-color:#7e683e}.lab-actions{display:flex;justify-content:space-between;gap:10px;margin-top:22px}.lab-actions button{flex:1}.lab-actions button:disabled{opacity:.35;cursor:not-allowed}.blueprint{position:relative;overflow:hidden;background:linear-gradient(160deg,#18150f,#0e0e10 46%)}.blueprint:after{content:"CL";position:absolute;right:-25px;bottom:-54px;font-size:190px;font-weight:900;color:rgba(214,179,106,.035);letter-spacing:-.1em}.blueprint-head{display:flex;justify-content:space-between;color:#7d7567;font-size:9px;letter-spacing:.13em;border-bottom:1px solid #312c23;padding-bottom:14px}.blueprint-head b{color:var(--gold2)}.blueprint dl{margin:28px 0;display:grid;gap:24px}.blueprint dl div{display:grid;gap:6px}.blueprint dt{font-size:8px;letter-spacing:.16em;color:#706b62}.blueprint dd{margin:0;font-size:14px;color:#ded9ce;line-height:1.4}.blueprint-status{position:absolute;left:26px;right:26px;bottom:24px;display:flex;align-items:center;gap:8px;color:#8d897f;font-size:10px}.blueprint-status i{width:7px;height:7px;border-radius:50%;background:#b19151;box-shadow:0 0 18px #b19151}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(30px,7vw,100px);align-items:center;min-height:calc(100svh - 150px)}.about-copy{font-size:clamp(16px,1.7vw,22px);line-height:1.7;color:#aaa69e}.about-copy strong{color:#efebe2}.principles{grid-column:1/3;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #27272a;border-radius:16px;overflow:hidden}.principles article{padding:22px;border-right:1px solid #27272a;background:#111113}.principles article:last-child{border-right:0}.principles span{color:var(--gold);font-size:10px}.principles h3{font-size:15px;margin:16px 0 8px}.principles p{font-size:11px;color:#7f7b74;line-height:1.5;margin:0}.contact-grid{display:grid;grid-template-columns:1fr minmax(380px,.8fr);gap:clamp(30px,8vw,120px);align-items:center;min-height:calc(100svh - 150px)}.contact-intro>p:not(.eyebrow){color:#969289;max-width:600px;line-height:1.7}.whatsapp{display:inline-flex;justify-content:space-between;align-items:center;gap:70px;margin-top:22px;min-width:260px;padding:15px 17px;border:1px solid #574a31;border-radius:12px;color:#e5cc91;text-decoration:none;background:#15130f;font-weight:700}.contact-brand{display:grid;gap:4px;margin-top:36px}.contact-brand b{font-size:12px;letter-spacing:.15em}.contact-brand small{color:#6f6b64;font-size:9px;letter-spacing:.13em}.contact-form{border:1px solid #29292c;border-radius:20px;background:#111113;padding:clamp(22px,3vw,34px)}.submit{width:100%}.mobile-nav{display:none}.toast{position:fixed;z-index:100;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;pointer-events:none;padding:11px 15px;border-radius:999px;background:#e3c27d;color:#17120c;font-size:11px;font-weight:800;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:980px){.desktop-nav{display:none}.topbar{height:70px;padding:0 16px}.brand-mark{width:40px;height:40px}.brand-text strong{font-size:11px}.brand-text small{font-size:8px}.app-shell{padding-top:70px;padding-bottom:calc(76px + var(--safe-bottom))}.screen{min-height:calc(100svh - 146px);padding:22px 16px 24px}.home-grid{grid-template-columns:1fr;min-height:auto;gap:10px}.hero-copy{padding-top:18px}.hero-copy h1{font-size:clamp(43px,12vw,72px)}.hero-sub{font-size:14px;margin:18px 0 20px}.signature{margin-top:22px}.hero-stack{height:340px;min-height:0;margin-top:4px}.phone-preview.p1{height:91%;width:43%;left:14%;top:2%;border-radius:22px}.phone-preview.p2{height:91%;width:43%;right:10%;bottom:-1%;border-radius:22px}.hero-badge{min-width:190px;padding:10px 12px}.hero-badge strong{font-size:9px}.quick-strip{margin-top:20px}.quick-strip button{padding:12px 10px;grid-template-columns:1fr}.quick-strip span{grid-row:auto;font-size:14px}.quick-strip small{display:none}.section-top{align-items:center;margin-bottom:16px}.section-top h2{font-size:34px}.project-controls{gap:7px}.project-controls button{width:34px;height:34px}.project-slide{grid-template-columns:1fr;min-height:calc(100svh - 210px);padding:20px;gap:10px}.project-info{order:2}.project-media{order:1;height:42svh;min-height:280px}.project-info h3{font-size:37px;margin:7px 0 12px}.project-info>p:not(.project-type){font-size:12.5px;line-height:1.5;margin:0}.project-num{display:none}.project-type{margin-top:6px}.chips{margin-top:13px}.chips span{padding:6px 8px;font-size:8px}.phone-media img{height:100%;border-radius:20px}.desktop-media{height:33svh;min-height:210px}.desktop-media img{max-height:100%;border-radius:12px}.piramide-media{height:39svh;min-height:270px}.piramide-media .pi-login{height:72%;left:2%;top:3%}.piramide-media .pi-promo{height:87%;right:0}.concept-media{height:34svh;min-height:230px}.project-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.project-dots button{width:6px;height:6px;padding:0;border:0;border-radius:99px;background:#3a3937}.project-dots button.active{width:22px;background:var(--gold)}.idea-layout{grid-template-columns:1fr;min-height:auto;gap:12px}.idea-copy{padding:18px}.idea-copy h2{font-size:34px}.idea-copy>p:not(.eyebrow){font-size:12px;margin-bottom:0}.idea-progress{margin-top:16px}.lab-card{padding:18px;min-height:330px}.blueprint{padding:18px;min-height:250px}.blueprint dl{grid-template-columns:repeat(2,1fr);gap:16px;margin:18px 0 45px}.blueprint-status{left:18px;right:18px;bottom:16px}.choices button{min-height:82px;padding:12px}.about-grid{grid-template-columns:1fr;min-height:auto;gap:20px}.about-title h2{font-size:38px}.about-copy{font-size:14px;line-height:1.6}.principles{grid-column:auto;grid-template-columns:repeat(2,1fr)}.principles article{padding:14px}.principles article:nth-child(2){border-right:0}.principles article:nth-child(-n+2){border-bottom:1px solid #27272a}.contact-grid{grid-template-columns:1fr;min-height:auto;gap:24px}.contact-intro h2{font-size:42px}.contact-form{padding:18px}.mobile-nav{position:fixed;z-index:60;left:10px;right:10px;bottom:calc(8px + var(--safe-bottom));height:62px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:5px;background:rgba(17,17,19,.93);border:1px solid #303034;border-radius:18px;backdrop-filter:blur(18px);box-shadow:0 16px 48px #000}.mobile-nav button{display:grid;place-items:center;gap:2px;height:50px;border:0;border-radius:13px;background:transparent;color:#77746f;cursor:pointer}.mobile-nav span{font-size:14px;font-weight:800}.mobile-nav small{font-size:8px}.mobile-nav button.active{color:#efeae0;background:#262528}.mobile-nav .idea-mobile{color:#cdae6f}.mobile-nav .idea-mobile.active{background:linear-gradient(145deg,#6d5934,#3f3420);color:#fff}.toast{bottom:calc(84px + var(--safe-bottom))}}
@media(max-width:560px){.brand-text small{display:none}.hero-copy h1{font-size:49px}.hero-stack{height:300px}.quick-strip{grid-template-columns:repeat(3,1fr)}.quick-strip b{font-size:10px}.section-top h2{font-size:29px}.project-controls span{display:none}.project-slide{border-radius:17px}.project-media{height:35svh;min-height:250px}.phone-media img{max-height:100%}.project-info h3{font-size:32px}.idea-copy,.lab-card,.blueprint{border-radius:16px}.choices{grid-template-columns:1fr 1fr}.choices button{min-height:74px}.choices b{font-size:12px}.choices span{font-size:9px}.blueprint dl{font-size:11px}.principles{border-radius:14px}.principles p{font-size:10px}.contact-intro h2{font-size:38px}}


/* V4 · Capturas reales de Sublimación + pie legal */
.sublimation-media{display:block;position:relative;background:radial-gradient(circle at 52% 48%,rgba(214,179,106,.14),transparent 52%)}
.sublimation-media img{position:absolute;display:block;object-fit:contain;border-radius:16px;border:1px solid #323236;box-shadow:0 24px 62px rgba(0,0,0,.62);background:#f5f5f7;transition:transform .28s ease,filter .28s ease,box-shadow .28s ease}
.sublimation-media .sub-home{width:72%;height:72%;left:2%;top:2%;transform:rotate(-2.3deg);z-index:1}
.sublimation-media .sub-3d{width:63%;height:64%;right:0;bottom:0;transform:rotate(2.4deg);z-index:3}
.sublimation-media .sub-patterns{width:55%;height:48%;left:5%;bottom:0;transform:rotate(-1deg);z-index:2}
.site-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px clamp(20px,5vw,72px) 22px;border-top:1px solid rgba(255,255,255,.07);color:#67635d;background:#0b0b0c;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.site-footer span:first-child{color:#9b917e}
@media(max-width:980px){.sublimation-media{height:36svh!important;min-height:250px!important}.sublimation-media .sub-home{width:74%;height:68%;left:0;top:1%}.sublimation-media .sub-3d{width:66%;height:64%;right:-1%;bottom:0}.sublimation-media .sub-patterns{width:56%;height:46%;left:2%;bottom:0}.site-footer{padding:16px 16px calc(92px + var(--safe-bottom));flex-direction:column;align-items:flex-start;gap:5px;font-size:8px}}
@media(max-width:560px){.sublimation-media{height:32svh!important;min-height:235px!important}.sublimation-media img{border-radius:10px}.sublimation-media .sub-home{width:78%;height:67%}.sublimation-media .sub-3d{width:70%;height:62%}.sublimation-media .sub-patterns{width:58%;height:43%}}


/* V5 · Galerías reales CDB Music + AYLIN Clothes */
.app-gallery{display:block;position:relative;overflow:visible;background:radial-gradient(circle at 50% 48%,rgba(214,179,106,.13),transparent 52%)}
.app-gallery .gallery-shot{position:absolute;display:block;height:86%;max-width:48%;object-fit:contain;border-radius:24px;border:1px solid #343438;box-shadow:0 28px 72px rgba(0,0,0,.64);background:#f5f5f7;transition:transform .25s ease,filter .25s ease}
.app-gallery .shot-home{left:2%;top:8%;z-index:1;transform:rotate(-6deg) scale(.91);filter:brightness(.78)}
.app-gallery .shot-detail{right:2%;top:8%;z-index:2;transform:rotate(6deg) scale(.91);filter:brightness(.84)}
.app-gallery .shot-focus{left:50%;top:2%;z-index:4;transform:translateX(-50%) scale(1);filter:none}
.project-slide.active .app-gallery:hover .shot-home{transform:rotate(-8deg) translateX(-7px) scale(.92);filter:brightness(.92)}
.project-slide.active .app-gallery:hover .shot-detail{transform:rotate(8deg) translateX(7px) scale(.92);filter:brightness(.96)}
.project-slide.active .app-gallery:hover .shot-focus{transform:translateX(-50%) translateY(-4px) scale(1.01)}
.cdb-gallery{background:radial-gradient(circle at 50% 46%,rgba(44,91,139,.22),transparent 54%)}
.aylin-gallery{background:radial-gradient(circle at 50% 46%,rgba(229,94,177,.16),transparent 54%)}
@media(max-width:980px){
  .app-gallery{height:39svh!important;min-height:285px!important}
  .app-gallery .gallery-shot{height:92%;max-width:47%;border-radius:18px}
  .app-gallery .shot-home{left:3%;top:5%;transform:rotate(-5deg) scale(.88)}
  .app-gallery .shot-detail{right:3%;top:5%;transform:rotate(5deg) scale(.88)}
  .app-gallery .shot-focus{top:0;transform:translateX(-50%) scale(.96)}
  .project-slide.active .app-gallery:hover .shot-home{transform:rotate(-5deg) scale(.88);filter:brightness(.78)}
  .project-slide.active .app-gallery:hover .shot-detail{transform:rotate(5deg) scale(.88);filter:brightness(.84)}
  .project-slide.active .app-gallery:hover .shot-focus{transform:translateX(-50%) scale(.96)}
}
@media(max-width:560px){
  .app-gallery{height:33svh!important;min-height:245px!important}
  .app-gallery .gallery-shot{height:91%;max-width:49%;border-radius:14px}
  .app-gallery .shot-home{left:0;top:7%;transform:rotate(-4deg) scale(.84)}
  .app-gallery .shot-detail{right:0;top:7%;transform:rotate(4deg) scale(.84)}
  .app-gallery .shot-focus{top:1%;transform:translateX(-50%) scale(.93)}
}


/* V6 · Catálogo + galería actualizada de Faltantes */
.faltantes-media{display:block;position:relative;overflow:visible;background:radial-gradient(circle at 50% 48%,rgba(52,101,153,.18),transparent 54%)}
.faltantes-media img{position:absolute;display:block;height:90%;max-width:54%;object-fit:contain;border-radius:24px;border:1px solid #343438;box-shadow:0 28px 72px rgba(0,0,0,.64);background:#f5f5f7;transition:transform .25s ease,filter .25s ease}
.faltantes-media .faltantes-old{left:7%;top:7%;z-index:1;transform:rotate(-5deg) scale(.93);filter:brightness(.82)}
.faltantes-media .faltantes-new{right:7%;top:2%;z-index:3;transform:rotate(4deg);filter:none}
.project-slide.active .faltantes-media:hover .faltantes-old{transform:rotate(-7deg) translateX(-6px) scale(.94);filter:brightness(.94)}
.project-slide.active .faltantes-media:hover .faltantes-new{transform:rotate(5deg) translateY(-4px) scale(1.01)}
@media(max-width:980px){
  .faltantes-media{height:39svh!important;min-height:285px!important}
  .faltantes-media img{height:92%;max-width:55%;border-radius:18px}
  .faltantes-media .faltantes-old{left:5%;top:6%;transform:rotate(-4deg) scale(.9)}
  .faltantes-media .faltantes-new{right:5%;top:1%;transform:rotate(3deg) scale(.96)}
  .project-slide.active .faltantes-media:hover .faltantes-old{transform:rotate(-4deg) scale(.9);filter:brightness(.82)}
  .project-slide.active .faltantes-media:hover .faltantes-new{transform:rotate(3deg) scale(.96)}
}
@media(max-width:560px){
  .faltantes-media{height:33svh!important;min-height:245px!important}
  .faltantes-media img{height:91%;max-width:57%;border-radius:14px}
  .faltantes-media .faltantes-old{left:1%;top:7%;transform:rotate(-3deg) scale(.86)}
  .faltantes-media .faltantes-new{right:1%;top:1%;transform:rotate(3deg) scale(.93)}
}


/* V7 · Hero con vista WEB "Default" + movimiento uniforme */
.hero-stack .phone-preview{
  z-index:2;
  transition:transform .32s ease,filter .32s ease,box-shadow .32s ease;
}
.hero-stack .phone-preview.p1:hover{
  transform:rotate(-8deg) translate(-6px,-6px) scale(1.025);
  box-shadow:0 40px 96px rgba(0,0,0,.58);
}
.hero-stack .phone-preview.p2:hover{
  transform:rotate(9deg) translate(7px,-6px) scale(1.025);
  box-shadow:0 40px 96px rgba(0,0,0,.58);
}

.web-preview{
  position:absolute;
  z-index:1;
  width:min(520px,73%);
  height:52%;
  left:50%;
  top:23%;
  transform:translateX(-50%) rotate(-1.5deg);
  border:1px solid rgba(124,150,255,.32);
  border-radius:22px;
  overflow:hidden;
  background:#0c1020;
  box-shadow:0 34px 92px rgba(0,0,0,.58);
  transition:transform .32s ease,box-shadow .32s ease,filter .32s ease;
}
.web-preview:hover{
  transform:translateX(-50%) translateY(-8px) rotate(.5deg) scale(1.025);
  box-shadow:0 44px 110px rgba(0,0,0,.7);
}
.web-browser{width:100%;height:100%;display:flex;flex-direction:column;background:linear-gradient(145deg,#111831,#0b1022)}
.web-browser-top{height:12%;min-height:28px;display:flex;align-items:center;gap:6px;padding:0 11px;background:#171b2f;border-bottom:1px solid rgba(255,255,255,.07)}
.browser-dot{width:6px;height:6px;border-radius:50%;background:#6976b7;opacity:.8}
.browser-address{margin-left:8px;flex:1;max-width:55%;height:48%;min-height:13px;border-radius:999px;background:#222944;color:#8e9ad5;font-size:6px;display:flex;align-items:center;padding:0 9px;letter-spacing:.05em}
.web-page{flex:1;padding:7% 7% 6%;background:
  radial-gradient(circle at 80% 25%,rgba(83,212,199,.18),transparent 28%),
  radial-gradient(circle at 18% 82%,rgba(119,99,255,.2),transparent 31%),
  linear-gradient(145deg,#10162a,#0b1020 70%)}
.web-nav{display:flex;align-items:center;gap:8%;font-size:6px;color:#7780a7}
.web-nav strong{margin-right:auto;color:#eef1ff;font-size:9px;letter-spacing:.03em}
.web-hero-mini{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;margin-top:9%;height:48%}
.web-hero-mini small{display:block;color:#5ed8c7;font-style:normal;font-size:5px;letter-spacing:.18em;margin-bottom:7px}
.web-hero-mini b{display:block;color:#f4f6ff;font-size:clamp(12px,1.6vw,22px);line-height:.95;letter-spacing:-.05em}
.web-hero-mini i{display:block;width:38%;height:5px;border-radius:99px;background:linear-gradient(90deg,#6d65ff,#58d6c6);margin-top:11px}
.web-orb{justify-self:center;width:68%;aspect-ratio:1;border-radius:38% 62% 58% 42%;background:linear-gradient(135deg,#6c64ff,#5ad5c5);box-shadow:0 0 38px rgba(90,213,197,.28);transform:rotate(17deg)}
.web-cards-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:5%;height:18%;margin-top:3%}
.web-cards-mini span{border:1px solid rgba(130,145,213,.2);border-radius:6px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015))}
.web-cards-mini span:nth-child(2){background:linear-gradient(145deg,rgba(108,100,255,.18),rgba(255,255,255,.02))}
.web-cards-mini span:nth-child(3){background:linear-gradient(145deg,rgba(90,213,197,.14),rgba(255,255,255,.02))}

/* Movimiento para imágenes de todos los proyectos */
.project-slide.active .desktop-media:hover img{
  transform:translateY(-8px) scale(1.018);
  filter:brightness(1.06);
  box-shadow:0 34px 78px rgba(0,0,0,.7);
}
.project-slide.active .piramide-media:hover .pi-login{
  transform:rotate(-6deg) translate(-8px,-5px) scale(1.018);
  filter:brightness(1.03);
}
.project-slide.active .piramide-media:hover .pi-promo{
  transform:rotate(6deg) translate(8px,-7px) scale(1.018);
  filter:brightness(1.04);
}
.project-slide.active .sublimation-media:hover .sub-home{
  transform:rotate(-4deg) translate(-7px,-6px) scale(1.015);
}
.project-slide.active .sublimation-media:hover .sub-3d{
  transform:rotate(4.2deg) translate(7px,-6px) scale(1.02);
}
.project-slide.active .sublimation-media:hover .sub-patterns{
  transform:rotate(-2.3deg) translate(-5px,5px) scale(1.018);
}
.project-media img{will-change:transform}

/* En tablet/móvil mantenemos el movimiento sutil para no desacomodar la composición */
@media(max-width:980px){
  .project-type{font-size:11px}
  .web-preview{
    width:72%;
    height:56%;
    left:50%;
    top:21%;
    border-radius:16px;
  }
  .web-browser-top{min-height:22px}
  .hero-stack .phone-preview.p1:hover{transform:rotate(-6deg) scale(1.01)}
  .hero-stack .phone-preview.p2:hover{transform:rotate(7deg) scale(1.01)}
  .web-preview:hover{transform:translateX(-50%) translateY(-4px) rotate(-.5deg) scale(1.01)}
  .project-slide.active .desktop-media:hover img{transform:translateY(-4px) scale(1.01)}
  .project-slide.active .piramide-media:hover .pi-login{transform:rotate(-4.8deg) translate(-3px,-2px) scale(1.008)}
  .project-slide.active .piramide-media:hover .pi-promo{transform:rotate(4.8deg) translate(3px,-3px) scale(1.008)}
  .project-slide.active .sublimation-media:hover .sub-home{transform:rotate(-2.8deg) translate(-3px,-2px) scale(1.008)}
  .project-slide.active .sublimation-media:hover .sub-3d{transform:rotate(2.9deg) translate(3px,-2px) scale(1.008)}
  .project-slide.active .sublimation-media:hover .sub-patterns{transform:rotate(-1.4deg) translate(-2px,2px) scale(1.008)}
}
@media(max-width:560px){
  .project-type{font-size:10.5px}
  .web-preview{
    width:77%;
    height:53%;
    top:23%;
    border-radius:13px;
  }
  .web-nav span{display:none}
  .web-hero-mini b{font-size:14px}
}


/* V8 · Composición del hero: WEB al frente y móviles más separados */
.hero-stack .web-preview{
  z-index:4;
  width:min(500px,66%);
  height:54%;
  left:50%;
  top:21%;
  transform:translateX(-50%) rotate(-.6deg);
  box-shadow:0 38px 100px rgba(0,0,0,.72);
}
.hero-stack .phone-preview.p1{
  z-index:2;
  width:min(260px,39%);
  left:-1%;
  top:5%;
  transform:rotate(-8deg);
}
.hero-stack .phone-preview.p2{
  z-index:2;
  width:min(260px,39%);
  right:-1%;
  bottom:4%;
  transform:rotate(8deg);
}
.hero-stack .hero-badge{
  z-index:6;
  top:auto;
  bottom:7%;
  transform:translateX(-50%);
}
.hero-stack .phone-preview.p1:hover{transform:rotate(-10deg) translate(-7px,-6px) scale(1.025)}
.hero-stack .phone-preview.p2:hover{transform:rotate(10deg) translate(7px,-6px) scale(1.025)}
.hero-stack .web-preview:hover{transform:translateX(-50%) translateY(-8px) rotate(.2deg) scale(1.025)}

/* V8 · Zoom de imágenes de proyectos */
.project-media img{
  cursor:zoom-in;
}
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:300;
  display:grid;
  place-items:center;
  padding:clamp(18px,4vw,54px);
  background:rgba(4,4,6,.86);
  backdrop-filter:blur(9px);
  -webkit-backdrop-filter:blur(9px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
.image-lightbox.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.image-lightbox-content{
  display:grid;
  justify-items:center;
  max-width:96vw;
  max-height:92vh;
  animation:lightboxIn .24s ease both;
}
.image-lightbox:not(.open) .image-lightbox-content{animation:none}
.image-lightbox-content img{
  display:block;
  max-width:min(94vw,1600px);
  max-height:84vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background:#111;
  box-shadow:0 34px 110px rgba(0,0,0,.78);
}
.image-lightbox-content p{
  margin:12px 0 0;
  color:#c9c5bd;
  font-size:11px;
  letter-spacing:.04em;
  text-align:center;
  max-width:760px;
}
.image-lightbox-close{
  position:absolute;
  top:max(18px,env(safe-area-inset-top));
  right:max(18px,env(safe-area-inset-right));
  z-index:2;
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  background:rgba(18,18,20,.78);
  color:#fff;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(10px);
}
.image-lightbox-close:hover{background:#2a2a2e}
body.lightbox-open{overflow:hidden}
@keyframes lightboxIn{from{opacity:0;transform:scale(.965) translateY(8px)}to{opacity:1;transform:none}}

@media(max-width:980px){
  .hero-stack .web-preview{width:66%;height:55%;top:21%}
  .hero-stack .phone-preview.p1{width:39%;left:1%;top:3%}
  .hero-stack .phone-preview.p2{width:39%;right:1%;bottom:1%}
  .hero-stack .hero-badge{bottom:4%;min-width:190px}
  .hero-stack .phone-preview.p1:hover{transform:rotate(-8deg) scale(1.01)}
  .hero-stack .phone-preview.p2:hover{transform:rotate(8deg) scale(1.01)}
  .hero-stack .web-preview:hover{transform:translateX(-50%) translateY(-4px) rotate(-.2deg) scale(1.01)}
  .image-lightbox{padding:16px}
  .image-lightbox-content img{max-width:94vw;max-height:82vh;border-radius:12px}
}
@media(max-width:560px){
  .hero-stack .web-preview{width:69%;height:51%;top:23%}
  .hero-stack .phone-preview.p1{width:38%;left:0;top:5%}
  .hero-stack .phone-preview.p2{width:38%;right:0;bottom:4%}
  .hero-stack .hero-badge{bottom:1%;min-width:170px;padding:9px 11px}
  .image-lightbox-close{width:42px;height:42px;font-size:25px}
  .image-lightbox-content img{max-width:95vw;max-height:80vh;border-radius:10px}
  .image-lightbox-content p{font-size:10px;margin-top:9px}
}


/* V9 · Botones de la mini web del inicio */
.web-cta-mini{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:11px;
}
.web-cta-mini span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:18px;
  padding:4px 9px;
  border-radius:999px;
  border:1px solid rgba(116,130,211,.38);
  background:rgba(255,255,255,.055);
  color:#e9edff;
  font-size:5px;
  font-weight:800;
  letter-spacing:.12em;
  line-height:1;
}
.web-cta-mini span:first-child{
  background:linear-gradient(90deg,#6d65ff,#5b7df2);
  border-color:transparent;
  color:#fff;
}
.web-cta-mini span:last-child{
  color:#65d8ca;
}
@media(max-width:560px){
  .web-cta-mini{gap:4px;margin-top:8px}
  .web-cta-mini span{min-height:15px;padding:3px 6px;font-size:4.5px}
}
