
:root{
 --bg:#090c09;--bg2:#0e120e;--panel:#111611;--text:#f1efe9;--muted:#a7aba3;
 --lime:#b5bd68;--lime2:#d0d78a;--line:rgba(255,255,255,.12);
 --display:"Montserrat","Segoe UI",Arial,sans-serif;--body:"Manrope","Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);overflow-x:hidden}
body.modal-open{overflow:hidden}
a{color:inherit;text-decoration:none}img{display:block;width:100%}button,input,textarea,select{font:inherit}
.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:200;background:rgba(255,255,255,.05)}.scroll-progress span{display:block;height:100%;width:0;background:var(--lime)}
.header{position:fixed;z-index:100;top:0;left:0;right:0;height:82px;padding:0 clamp(20px,5.5vw,86px);display:flex;align-items:center;justify-content:space-between;transition:.35s ease;background:linear-gradient(to bottom,rgba(4,7,4,.76),transparent)}
.header.scrolled{height:68px;background:rgba(7,10,7,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:flex;flex-direction:column;line-height:1}.brand>span{font-family:var(--display);font-size:20px;font-weight:300;letter-spacing:.36em}.brand small{font-size:8px;letter-spacing:.25em;color:var(--lime);margin-top:7px}
.header nav{display:flex;align-items:center;gap:26px;font-size:11px;text-transform:uppercase;letter-spacing:.09em}.header nav a{opacity:.78;transition:.25s}.header nav a:hover{opacity:1;color:var(--lime2)}
.nav-cta{border:1px solid rgba(181,189,104,.55);padding:10px 16px;border-radius:999px}
.menu-btn{display:none;width:44px;height:44px;border:0;background:none}.menu-btn i{display:block;width:22px;height:1px;background:white;margin:6px auto}
.eyebrow{margin:0 0 14px;color:var(--lime);font-size:10px;letter-spacing:.23em;text-transform:uppercase;font-weight:600}
.section-pad{padding:clamp(80px,9vw,145px) clamp(22px,6vw,94px)}
.hero{height:100vh;min-height:690px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:-6%;width:112%;height:112%;object-fit:cover;will-change:transform}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,6,3,.84) 0%,rgba(3,6,3,.36) 48%,rgba(3,6,3,.1) 74%),linear-gradient(to top,rgba(3,6,3,.62),transparent 50%)}
.hero-copy{position:absolute;z-index:2;left:6vw;top:25%;max-width:760px}.hero h1,.concept h2,.collection h2,.system h2,.corporate h2,.contact h2,.product-modal h2{font-family:var(--display);font-weight:300;letter-spacing:-.045em}.hero h1{font-size:clamp(54px,7.4vw,112px);line-height:.89;margin:0 0 24px}.hero h1 strong{font-weight:500}.hero-text{max-width:600px;color:#d5d7d1;font-size:clamp(15px,1.35vw,20px);line-height:1.7}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:48px;padding:0 22px;border-radius:3px;border:0;font-size:10px;font-weight:600;letter-spacing:.11em;cursor:pointer}.primary{background:var(--lime);color:#0f120d}.outline{border:1px solid rgba(255,255,255,.34);background:rgba(0,0,0,.16);color:white;backdrop-filter:blur(8px)}
.hero-side{position:absolute;right:5vw;bottom:9%;z-index:2;text-align:right;font-size:9px;line-height:1.9;letter-spacing:.24em;color:rgba(255,255,255,.7)}.scroll-cue{position:absolute;z-index:2;left:6vw;bottom:7%;display:flex;gap:12px;align-items:center;font-size:9px;letter-spacing:.18em}.scroll-cue span{width:1px;height:38px;background:var(--lime);animation:scrollPulse 1.8s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{transform:scaleY(.35);transform-origin:top;opacity:.35}50%{transform:scaleY(1);opacity:1}}
.hero-reveal{opacity:0;transform:translateY(28px);animation:heroIn .9s cubic-bezier(.2,.75,.2,1) forwards}.hero-reveal:nth-child(2){animation-delay:.12s}.hero-reveal:nth-child(3){animation-delay:.24s}.hero-reveal:nth-child(4){animation-delay:.36s}
@keyframes heroIn{to{opacity:1;transform:none}}
.concept{background:#0d110d;border-bottom:1px solid var(--line)}.section-number{font-size:9px;letter-spacing:.16em;color:#747a70;margin-bottom:38px}.concept-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:8vw;align-items:center}.big-yolo>div{font-family:var(--display);font-size:clamp(70px,11vw,175px);font-weight:300;letter-spacing:.1em;line-height:.8}.big-yolo small{display:block;color:var(--lime);font-size:9px;letter-spacing:.3em;margin-top:28px}.concept-copy h2{font-size:clamp(35px,4.2vw,66px);line-height:1.06;margin:0 0 26px}.concept-copy h2 span{color:#8f958c}.concept-copy>p:last-child{color:var(--muted);font-size:15px;line-height:1.85;max-width:690px}
.collection{background:linear-gradient(180deg,#0b0e0b,#101410 18%,#090c09)}.collection-head{display:grid;grid-template-columns:1fr .75fr;gap:8vw;align-items:end;padding-bottom:42px}.collection h2{font-size:clamp(43px,5.2vw,78px);line-height:.94;margin:0}.collection-intro{color:var(--muted);line-height:1.8;font-size:14px;max-width:600px}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.product-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0;overflow:hidden}.product-photo{position:relative;display:block;width:100%;aspect-ratio:16/10;border:0;padding:0;background:#111;overflow:hidden;cursor:pointer}.product-photo img{width:100%;height:100%;object-fit:cover;transform:scale(1.07);transition:transform 1.1s cubic-bezier(.16,.8,.2,1),filter .5s}.product-card.is-visible .product-photo img{transform:scale(1)}.product-photo:hover img{transform:scale(1.025)}.photo-shade{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 48%)}.photo-index{position:absolute;left:24px;top:22px;font-size:10px;color:var(--lime);letter-spacing:.12em}.photo-open{position:absolute;right:22px;bottom:20px;font-size:9px;letter-spacing:.16em}.photo-open b{font-size:15px;font-weight:300;margin-left:8px}.product-meta{display:grid;grid-template-columns:.75fr 1.25fr;gap:30px;padding:28px 30px 36px}.product-meta h3{font-family:var(--display);font-weight:300;font-size:30px;letter-spacing:.12em;margin:0 0 7px}.product-type{margin:0;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.product-desc{color:var(--muted);font-size:13px;line-height:1.7;margin:4px 0 0}
.scroll-card{opacity:0;transform:translateY(65px);clip-path:inset(9% 0 0 0);transition:opacity .9s ease var(--delay),transform 1s cubic-bezier(.16,.8,.2,1) var(--delay),clip-path 1.05s cubic-bezier(.16,.8,.2,1) var(--delay)}.scroll-card.is-visible{opacity:1;transform:none;clip-path:inset(0)}
.reveal-up,.reveal-left{opacity:0;filter:blur(7px);transition:opacity .85s ease,transform .9s cubic-bezier(.16,.8,.2,1),filter .85s}.reveal-up{transform:translateY(34px)}.reveal-left{transform:translateX(-40px)}.is-revealed{opacity:1!important;transform:none!important;filter:none!important}
.system{display:grid;grid-template-columns:1.15fr .85fr;gap:5vw;align-items:center;background:#101410;overflow:hidden}
.tech-visual{position:relative;min-width:0}
.tech-canvas{
  position:relative;
  min-height:700px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
}
.tech-product{
  width:min(100%,820px);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 28px 50px rgba(0,0,0,.38));
  will-change:transform;
  z-index:1;
}
.tech-callout{
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  gap:0;
  opacity:0;
  transform:translateY(14px);
  color:#f2f3ee;
  pointer-events:none;
}
.tech-callout .callout-dot{
  width:8px;height:8px;border-radius:50%;
  background:var(--lime);
  box-shadow:0 0 0 4px rgba(181,189,104,.12),0 0 18px rgba(181,189,104,.3);
  flex:0 0 auto;
}
.tech-callout .callout-line{
  height:1px;
  width:92px;
  background:linear-gradient(90deg,var(--lime),rgba(181,189,104,.08));
  flex:0 0 auto;
}
.tech-callout div{
  min-width:180px;
  padding-left:12px;
}
.tech-callout b{
  display:block;
  font-size:9px;
  letter-spacing:.12em;
  font-weight:600;
  color:#f5f6f1;
}
.tech-callout small{
  display:block;
  margin-top:5px;
  max-width:210px;
  font-size:9px;
  line-height:1.45;
  letter-spacing:0;
  color:#8e948b;
}
.callout-1{left:2%;top:18%}
.callout-2{right:0;top:35%;flex-direction:row-reverse;text-align:right}
.callout-2 div{padding-left:0;padding-right:12px}
.callout-2 .callout-line{background:linear-gradient(270deg,var(--lime),rgba(181,189,104,.08))}
.callout-3{left:0;top:52%}
.callout-4{right:0;top:65%;flex-direction:row-reverse;text-align:right}
.callout-4 div{padding-left:0;padding-right:12px}
.callout-4 .callout-line{background:linear-gradient(270deg,var(--lime),rgba(181,189,104,.08))}
.callout-5{left:5%;bottom:12%}
.tech-signature{
  position:absolute;
  left:4%;
  bottom:1%;
  z-index:3;
  color:var(--lime);
  font-size:8px;
  letter-spacing:.23em;
  line-height:1.7;
}
.image-reveal.is-revealed .tech-callout{animation:techLabelIn .6s cubic-bezier(.16,.84,.2,1) forwards}
.image-reveal.is-revealed .callout-1{animation-delay:.30s}
.image-reveal.is-revealed .callout-2{animation-delay:.42s}
.image-reveal.is-revealed .callout-3{animation-delay:.54s}
.image-reveal.is-revealed .callout-4{animation-delay:.66s}
.image-reveal.is-revealed .callout-5{animation-delay:.78s}
@keyframes techLabelIn{to{opacity:1;transform:none}}
.system h2{font-size:clamp(42px,4.9vw,72px);line-height:.95;margin:0 0 24px}
.system-copy>p:not(.eyebrow){color:var(--muted);line-height:1.85}
.spec-list{margin-top:34px;border-top:1px solid var(--line)}
.spec-list>div{display:grid;grid-template-columns:46px 1fr;column-gap:10px;padding:16px 0;border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.11em;position:relative;transition:.25s}
.spec-list>div:hover{padding-left:7px;background:linear-gradient(90deg,rgba(181,189,104,.035),transparent)}
.spec-list span{grid-row:1/3;color:var(--lime);padding-top:1px}
.spec-list b{font-weight:500}
.spec-list small{display:block;margin-top:5px;color:#8f958c;font-size:10px;letter-spacing:0;line-height:1.5;font-weight:400}
.corporate{height:720px;position:relative;overflow:hidden}.corporate>img{position:absolute;inset:-7%;width:114%;height:114%;object-fit:cover}.corporate-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,4,.84),rgba(4,7,4,.18) 72%)}.corporate-copy{position:absolute;z-index:2;left:6vw;bottom:14%;max-width:700px}.corporate h2{font-size:clamp(47px,5.5vw,82px);line-height:.94;margin:0 0 22px}.corporate-copy>p:not(.eyebrow){color:#ddd;line-height:1.75;max-width:570px}.corporate .btn{margin-top:20px}
.manifesto{text-align:center;background:#090c09}.manifesto-line{width:1px;height:90px;background:var(--lime);margin:0 auto 38px}.manifesto blockquote{font-family:var(--display);font-weight:300;font-size:clamp(37px,5vw,76px);line-height:1.08;letter-spacing:-.035em;margin:0 auto 34px;max-width:1100px}.manifesto blockquote em{font-style:normal;color:var(--lime2)}.manifesto>p{font-size:9px;letter-spacing:.23em;color:var(--lime)}
.contact{display:grid;grid-template-columns:.85fr 1.15fr;gap:8vw;background:#0e120e}.contact h2{font-size:clamp(43px,5vw,74px);line-height:.95;margin:0 0 24px}.contact-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8}.domain{margin-top:42px;color:var(--lime);font-family:var(--display);font-weight:300;letter-spacing:.18em;font-size:clamp(28px,4vw,56px)}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:flex;flex-direction:column;gap:9px;text-transform:uppercase;font-size:9px;letter-spacing:.14em;color:#d0d2cb}.contact-form input,.contact-form textarea,.contact-form select{width:100%;padding:15px;background:#111611;border:1px solid var(--line);color:white;border-radius:2px;outline:0}.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:var(--lime)}.wide{grid-column:1/-1}.form-msg{min-height:18px;color:var(--lime);font-size:11px}
footer{padding:34px 6vw;display:grid;grid-template-columns:1fr auto auto auto;gap:34px;align-items:center;border-top:1px solid var(--line);font-size:9px;color:#93988f;text-transform:uppercase;letter-spacing:.1em}
.product-modal{padding:0;width:min(1250px,94vw);height:min(790px,91vh);border:1px solid rgba(181,189,104,.34);border-radius:10px;background:#050705;color:white;overflow:hidden}.product-modal::backdrop{background:rgba(0,0,0,.82);backdrop-filter:blur(14px)}.product-modal[open]{animation:modalOpen .62s cubic-bezier(.16,.8,.2,1)}@keyframes modalOpen{from{opacity:0;transform:translateY(28px) scale(.965);filter:blur(9px)}to{opacity:1;transform:none;filter:none}}.modal-stage{position:relative;width:100%;height:100%}.modal-stage>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.05);animation:modalImage 1.2s cubic-bezier(.16,.8,.2,1) .05s forwards}@keyframes modalImage{to{transform:scale(1)}}.modal-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,6,3,.94) 0%,rgba(3,6,3,.75) 31%,rgba(3,6,3,.32) 60%,rgba(3,6,3,.08) 80%),linear-gradient(to top,rgba(3,6,3,.58),transparent 50%)}.modal-close{position:absolute;right:20px;top:20px;z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:rgba(0,0,0,.26);color:white;font-size:25px;cursor:pointer;backdrop-filter:blur(8px)}.modal-content{position:absolute;z-index:3;left:6%;top:14%;width:min(580px,53%)}.modal-kicker{font-size:11px;letter-spacing:.24em;color:var(--lime);font-weight:600}.modal-number{margin-top:34px;color:var(--lime);font-size:15px;letter-spacing:.12em}.product-modal h2{font-size:clamp(66px,7.4vw,112px);line-height:.86;margin:5px 0 15px}.modal-type{font-size:19px;text-transform:uppercase;letter-spacing:.13em;margin:0 0 18px}.modal-desc{font-size:16px;line-height:1.75;color:#d4d7d0;max-width:520px}.modal-specs{display:flex;flex-wrap:wrap;gap:8px;margin:27px 0}.modal-specs span{font-size:10px;letter-spacing:.11em;border:1px solid rgba(255,255,255,.23);padding:9px 11px;border-radius:999px;background:rgba(3,6,3,.2)}.modal-bottom{position:absolute;z-index:3;left:6%;right:6%;bottom:25px;display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid rgba(255,255,255,.16);font-size:9px;letter-spacing:.15em;color:#d6d8d2}

/* === Modal: entrada y salida elegante de textos === */
.product-modal .modal-content > *{
  opacity:0;
  transform:translateY(26px);
  filter:blur(7px);
}

.product-modal[open]:not(.is-closing) .modal-kicker{
  animation:modalTextIn .62s cubic-bezier(.16,.84,.2,1) .12s forwards;
}
.product-modal[open]:not(.is-closing) .modal-number{
  animation:modalTextIn .66s cubic-bezier(.16,.84,.2,1) .20s forwards;
}
.product-modal[open]:not(.is-closing) h2{
  animation:modalTitleIn .84s cubic-bezier(.12,.88,.18,1) .27s forwards;
}
.product-modal[open]:not(.is-closing) .modal-type{
  animation:modalTextIn .70s cubic-bezier(.16,.84,.2,1) .40s forwards;
}
.product-modal[open]:not(.is-closing) .modal-desc{
  animation:modalTextIn .74s cubic-bezier(.16,.84,.2,1) .49s forwards;
}
.product-modal[open]:not(.is-closing) .modal-specs{
  animation:modalTextIn .74s cubic-bezier(.16,.84,.2,1) .58s forwards;
}
.product-modal[open]:not(.is-closing) .modal-quote{
  animation:modalTextIn .74s cubic-bezier(.16,.84,.2,1) .67s forwards;
}

.product-modal[open]:not(.is-closing) .modal-bottom span:first-child{
  animation:modalBottomIn .70s cubic-bezier(.16,.84,.2,1) .74s both;
}
.product-modal[open]:not(.is-closing) .modal-bottom span:last-child{
  animation:modalBottomIn .70s cubic-bezier(.16,.84,.2,1) .82s both;
}

.product-modal.is-closing .modal-content > *{
  animation:modalTextOut .34s cubic-bezier(.4,0,.6,1) forwards!important;
}
.product-modal.is-closing .modal-content > *:nth-child(1){animation-delay:.00s!important}
.product-modal.is-closing .modal-content > *:nth-child(2){animation-delay:.025s!important}
.product-modal.is-closing .modal-content > *:nth-child(3){animation-delay:.05s!important}
.product-modal.is-closing .modal-content > *:nth-child(4){animation-delay:.075s!important}
.product-modal.is-closing .modal-content > *:nth-child(5){animation-delay:.10s!important}
.product-modal.is-closing .modal-content > *:nth-child(6){animation-delay:.125s!important}
.product-modal.is-closing .modal-content > *:nth-child(7){animation-delay:.15s!important}

.product-modal.is-closing .modal-bottom{
  animation:modalBottomOut .30s ease forwards;
}
.product-modal.is-closing .modal-stage>img{
  animation:modalImageOut .48s cubic-bezier(.4,0,.6,1) forwards;
}
.product-modal.is-closing{
  animation:modalShellOut .48s cubic-bezier(.4,0,.6,1) forwards;
}

@keyframes modalTextIn{
  0%{opacity:0;transform:translateY(26px);filter:blur(7px)}
  100%{opacity:1;transform:translateY(0);filter:blur(0)}
}
@keyframes modalTitleIn{
  0%{opacity:0;transform:translateY(34px) scale(.985);filter:blur(10px);letter-spacing:-.08em}
  100%{opacity:1;transform:translateY(0) scale(1);filter:blur(0);letter-spacing:-.045em}
}
@keyframes modalBottomIn{
  0%{opacity:0;transform:translateY(12px);filter:blur(4px)}
  100%{opacity:1;transform:none;filter:none}
}
@keyframes modalTextOut{
  0%{opacity:1;transform:translateY(0);filter:blur(0)}
  100%{opacity:0;transform:translateY(-18px);filter:blur(7px)}
}
@keyframes modalBottomOut{
  to{opacity:0;transform:translateY(10px);filter:blur(4px)}
}
@keyframes modalImageOut{
  from{transform:scale(1);filter:blur(0);opacity:1}
  to{transform:scale(1.035);filter:blur(5px);opacity:.72}
}
@keyframes modalShellOut{
  from{opacity:1;transform:none}
  to{opacity:0;transform:translateY(14px) scale(.985)}
}

/* Los chips entran con micro-stagger una vez visible el bloque */
.product-modal[open]:not(.is-closing) .modal-specs span{
  opacity:0;
  transform:translateY(9px);
  animation:modalChipIn .45s cubic-bezier(.16,.84,.2,1) forwards;
}
.product-modal[open]:not(.is-closing) .modal-specs span:nth-child(1){animation-delay:.66s}
.product-modal[open]:not(.is-closing) .modal-specs span:nth-child(2){animation-delay:.70s}
.product-modal[open]:not(.is-closing) .modal-specs span:nth-child(3){animation-delay:.74s}
.product-modal[open]:not(.is-closing) .modal-specs span:nth-child(4){animation-delay:.78s}
.product-modal[open]:not(.is-closing) .modal-specs span:nth-child(5){animation-delay:.82s}
@keyframes modalChipIn{
  to{opacity:1;transform:none}
}

@media(max-width:900px){.header nav{display:none;position:absolute;top:68px;left:16px;right:16px;flex-direction:column;align-items:stretch;padding:22px;background:rgba(8,11,8,.98);border:1px solid var(--line)}.header nav.open{display:flex}.menu-btn{display:block}.concept-grid,.collection-head,.system,.contact{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-card{border-right:0}.tech-canvas{min-height:560px}.tech-callout .callout-line{width:65px}.contact-form{margin-top:12px}footer{grid-template-columns:1fr 1fr}.modal-content{width:76%;left:7%;top:13%}.modal-shade{background:linear-gradient(90deg,rgba(3,6,3,.92),rgba(3,6,3,.52) 72%,rgba(3,6,3,.22))}}
@media(max-width:600px){.header{height:68px;padding:0 18px}.brand>span{font-size:16px}.hero{min-height:620px;height:90vh}.hero-bg{object-position:57% center}.hero-overlay{background:linear-gradient(to top,rgba(3,6,3,.86),rgba(3,6,3,.18) 72%)}.hero-copy{left:22px;right:22px;top:auto;bottom:78px}.hero h1{font-size:52px}.hero-side{display:none}.section-pad{padding:72px 22px}.big-yolo>div{font-size:72px}.collection-head{padding-bottom:28px}.product-meta{grid-template-columns:1fr;padding:22px}.product-desc{margin-top:8px}.tech-canvas{min-height:500px}.tech-product{width:100%}.tech-callout{display:none}.tech-signature{left:0}.corporate{height:600px}.corporate-copy{left:22px;right:22px;bottom:10%}.contact-form{grid-template-columns:1fr}.wide{grid-column:1}.modal-content{left:7%;right:7%;top:15%;width:auto}.product-modal h2{font-size:55px}.modal-type{font-size:15px}.modal-desc{font-size:14px}.modal-bottom{display:none}footer{grid-template-columns:1fr;gap:16px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.hero-bg,.parallax-bg,.parallax-local{transform:none!important}.scroll-card,.reveal-up,.reveal-left,.image-reveal{opacity:1!important;transform:none!important;filter:none!important;clip-path:none!important}}

/* V11 safety fallback: technical artwork must always be visible, even without JavaScript */
#sistema .tech-visual,
#sistema .tech-canvas,
#sistema .tech-product{
  opacity:1!important;
  visibility:visible!important;
}
#sistema .tech-visual{clip-path:none!important;transform:none}
#sistema .tech-canvas{min-height:700px}
#sistema .tech-product{z-index:1}

@media(max-width:1100px){
  .tech-callout .callout-line{width:58px}
  .tech-callout div{min-width:145px}
  .tech-callout small{max-width:160px}
}


/* ===== YOLO V13 · Living System / composición técnica refinada ===== */
#sistema.system{
  grid-template-columns:minmax(620px,1.12fr) minmax(500px,.88fr);
  gap:clamp(42px,5vw,86px);
  min-height:820px;
  align-items:center;
  padding-top:92px;
  padding-bottom:92px;
}
#sistema .tech-visual{width:100%;min-width:0;overflow:visible}
#sistema .tech-canvas{
  position:relative;
  width:100%;
  min-height:650px;
  overflow:visible;
  display:block;
}
#sistema .tech-product{
  position:absolute!important;
  z-index:1!important;
  left:50%!important;
  top:50%!important;
  width:min(58%,520px)!important;
  max-width:520px!important;
  height:auto!important;
  object-fit:contain!important;
  transform:translate(-50%,-50%)!important;
  filter:drop-shadow(0 28px 46px rgba(0,0,0,.42));
  opacity:1!important;
  visibility:visible!important;
}
#sistema .tech-callout{
  position:absolute;
  z-index:4;
  display:grid;
  grid-template-columns:42px auto minmax(42px,88px) 8px;
  align-items:center;
  gap:10px;
  opacity:0;
  transform:translateY(12px);
  pointer-events:none;
  white-space:nowrap;
}
#sistema .tech-icon{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(181,189,104,.72);
  color:var(--lime);
  font-size:17px;
  background:rgba(11,15,11,.62);
}
#sistema .tech-label{padding:0!important;min-width:0!important}
#sistema .tech-label b{
  display:block;font-size:9px;line-height:1.3;
  letter-spacing:.08em;font-weight:600;color:#f3f4ef;
}
#sistema .tech-label small{
  display:block;margin-top:5px;font-size:9px;line-height:1.55;
  color:#a0a69d;letter-spacing:0;
}
#sistema .tech-callout .callout-line{
  display:block;width:100%;height:1px;
  background:linear-gradient(90deg,rgba(181,189,104,.25),var(--lime));
}
#sistema .tech-callout .callout-dot{
  display:block;width:7px;height:7px;border-radius:50%;
  background:var(--lime);box-shadow:0 0 0 4px rgba(181,189,104,.11);
}
#sistema .callout-1{left:0;top:15%}
#sistema .callout-3{left:0;top:47%}
#sistema .callout-5{left:3%;top:77%}
#sistema .callout-2,#sistema .callout-4{
  grid-template-columns:8px minmax(42px,88px) auto 42px;
}
#sistema .callout-2 .callout-dot,#sistema .callout-4 .callout-dot{grid-column:1}
#sistema .callout-2 .callout-line,#sistema .callout-4 .callout-line{
  grid-column:2;background:linear-gradient(90deg,var(--lime),rgba(181,189,104,.25));
}
#sistema .callout-2 .tech-label,#sistema .callout-4 .tech-label{grid-column:3;text-align:left}
#sistema .callout-2 .tech-icon,#sistema .callout-4 .tech-icon{grid-column:4}
#sistema .callout-2{right:0;top:32%}
#sistema .callout-4{right:0;top:61%}
#sistema .tech-signature{
  position:absolute;left:2%;bottom:0;z-index:4;
  display:flex;align-items:center;gap:12px;
  color:var(--lime);font-size:8px;letter-spacing:.22em;line-height:1.65;
}
#sistema .tech-signature span{font-size:26px;font-weight:300}
#sistema .tech-signature b{font-weight:500}
#sistema .image-reveal.is-revealed .tech-callout{animation:techV13In .65s cubic-bezier(.16,.84,.2,1) forwards}
#sistema .image-reveal.is-revealed .callout-1{animation-delay:.24s}
#sistema .image-reveal.is-revealed .callout-2{animation-delay:.34s}
#sistema .image-reveal.is-revealed .callout-3{animation-delay:.44s}
#sistema .image-reveal.is-revealed .callout-4{animation-delay:.54s}
#sistema .image-reveal.is-revealed .callout-5{animation-delay:.64s}
@keyframes techV13In{to{opacity:1;transform:none}}

#sistema .system-copy{align-self:center}
#sistema .spec-list>div{
  grid-template-columns:40px 1fr 24px;
  padding:15px 0;
  column-gap:10px;
}
#sistema .spec-list>div>span{grid-column:1;grid-row:1/3}
#sistema .spec-list>div>b{grid-column:2;grid-row:1}
#sistema .spec-list>div>small{grid-column:2;grid-row:2}
#sistema .spec-list>div>i{
  grid-column:3;grid-row:1/3;align-self:center;justify-self:end;
  font-style:normal;font-size:22px;font-weight:300;color:#e8eae4;
  transition:transform .25s,color .25s;
}
#sistema .spec-list>div:hover>i{transform:rotate(90deg);color:var(--lime)}

@media(max-width:1250px){
  #sistema.system{grid-template-columns:1fr;min-height:auto}
  #sistema .tech-canvas{min-height:620px;max-width:900px;margin:auto}
  #sistema .tech-product{width:min(52%,500px)!important}
}
@media(max-width:720px){
  #sistema .tech-canvas{min-height:520px}
  #sistema .tech-product{width:72%!important}
  #sistema .tech-callout{display:none}
  #sistema .tech-signature{left:0}
}


/* ===== YOLO V14 · proporción aprobada del sistema técnico ===== */
#sistema.system{
  grid-template-columns:minmax(650px,1.08fr) minmax(540px,.92fr);
  gap:clamp(54px,6vw,110px);
  min-height:850px;
  padding-top:100px;
  padding-bottom:100px;
}
#sistema .tech-canvas{
  min-height:660px;
  max-width:900px;
  margin:0 auto;
}
#sistema .tech-product{
  /* Prototipo deliberadamente más pequeño para dar protagonismo a los callouts */
  width:min(43%,400px)!important;
  max-width:400px!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
}

/* Indicaciones abiertas alrededor del producto, sin superponerse */
#sistema .tech-callout{
  grid-template-columns:44px auto minmax(55px,105px) 8px;
  gap:11px;
}
#sistema .tech-icon{width:44px;height:44px}
#sistema .tech-label b{font-size:10px}
#sistema .tech-label small{font-size:10px;line-height:1.55}
#sistema .callout-1{left:0;top:18%}
#sistema .callout-3{left:0;top:47%}
#sistema .callout-5{left:4%;top:76%}
#sistema .callout-2,
#sistema .callout-4{
  grid-template-columns:8px minmax(55px,105px) auto 44px;
}
#sistema .callout-2{right:0;top:31%}
#sistema .callout-4{right:0;top:58%}

/* Columna editorial derecha */
#sistema .system-copy{max-width:690px}
#sistema .system-copy .eyebrow{margin-bottom:22px}
#sistema .system-copy h2{
  font-size:clamp(54px,4.9vw,82px);
  line-height:.96;
  margin-bottom:28px;
}
#sistema .system-copy>p:not(.eyebrow){
  max-width:650px;
  font-size:15px;
  line-height:1.8;
  margin-bottom:32px;
}
#sistema .spec-list{margin-top:28px}
#sistema .spec-list>div{
  min-height:68px;
  align-content:center;
  padding:14px 0;
}
#sistema .spec-list>div>b{font-size:11px}
#sistema .spec-list>div>small{font-size:11px;color:#969d93}

/* Firma inferior como en la composición aprobada */
#sistema .tech-signature{
  left:2%;
  bottom:-2px;
  font-size:9px;
}

/* Mantener buena proporción en notebooks */
@media(max-width:1450px){
  #sistema.system{
    grid-template-columns:minmax(560px,1fr) minmax(480px,.9fr);
    gap:48px;
  }
  #sistema .tech-product{width:min(41%,370px)!important}
  #sistema .tech-callout .callout-line{max-width:72px}
  #sistema .tech-label small{font-size:9px}
}
@media(max-width:1180px){
  #sistema.system{grid-template-columns:1fr;gap:50px}
  #sistema .tech-canvas{width:min(100%,900px);min-height:650px}
  #sistema .tech-product{width:min(43%,390px)!important}
  #sistema .system-copy{max-width:800px;margin:0 auto}
}
@media(max-width:760px){
  #sistema .tech-canvas{min-height:480px}
  #sistema .tech-product{width:68%!important;max-width:360px!important}
  #sistema .tech-callout{display:none}
}


/* ===== YOLO V15 · Hero centrado en marca ===== */
.hero .brand-hero{
  max-width:820px;
  top:23%;
}
.brand-intro{
  font-family:var(--display);
  font-size:clamp(26px,2.2vw,40px);
  font-weight:300;
  letter-spacing:.38em;
  margin:0 0 14px;
  color:#f3f1eb;
  text-transform:uppercase;
}
.brand-lockup{
  display:flex;
  flex-direction:column;
  gap:0;
  margin:0 0 22px!important;
  font-size:clamp(64px,7.5vw,118px)!important;
  line-height:.82!important;
  letter-spacing:-.055em!important;
  text-transform:uppercase;
}
.brand-lockup span{
  display:block;
  font-weight:300;
}
.brand-lockup span:last-child{
  font-weight:500;
}
.brand-tagline{
  max-width:680px;
  margin:0 0 12px;
  font-size:clamp(20px,1.8vw,29px);
  line-height:1.35;
  color:#f0f1ec;
  font-weight:300;
  letter-spacing:-.02em;
}
.hero .hero-text{
  max-width:600px;
  margin-top:4px;
  color:#c9cdc4;
  font-size:clamp(14px,1.2vw,18px);
}
.brand-hero .hero-actions{
  margin-top:30px;
}

/* Entrada cinematográfica por bloques de marca */
.brand-hero .brand-intro{
  animation-delay:.05s;
}
.brand-hero .brand-lockup{
  animation-delay:.15s;
}
.brand-hero .brand-tagline{
  animation-delay:.30s;
}
.brand-hero .hero-text{
  animation-delay:.42s;
}
.brand-hero .hero-actions{
  animation-delay:.54s;
}

@media(max-width:600px){
  .hero .brand-hero{
    top:auto;
    bottom:72px;
  }
  .brand-intro{
    font-size:22px;
    letter-spacing:.28em;
  }
  .brand-lockup{
    font-size:52px!important;
    line-height:.86!important;
  }
  .brand-tagline{
    font-size:19px;
    max-width:95%;
  }
}


/* ===== YOLO V16 · jerarquía de marca ===== */
.hero .brand-hero{
  max-width:940px;
}
.brand-hero .brand-yolo{
  margin:0!important;
  font-family:var(--display);
  font-size:clamp(110px,12.5vw,205px)!important;
  line-height:.76!important;
  letter-spacing:.04em!important;
  font-weight:300!important;
  color:#f5f4ef;
  text-transform:uppercase;
  text-shadow:0 8px 35px rgba(0,0,0,.22);
  animation-delay:.08s;
}
.brand-hero .brand-meaning{
  margin:22px 0 28px;
  font-size:clamp(17px,1.65vw,27px);
  line-height:1;
  font-weight:500;
  letter-spacing:.34em;
  color:var(--lime);
  text-transform:uppercase;
  animation-delay:.22s;
}
.brand-hero .brand-tagline{animation-delay:.34s}
.brand-hero .hero-text{animation-delay:.45s}
.brand-hero .hero-actions{animation-delay:.56s}

/* Anula la antigua jerarquía del lockup V15 */
.brand-hero .brand-intro,
.brand-hero .brand-lockup{display:none!important}

@media(max-width:700px){
  .brand-hero .brand-yolo{
    font-size:clamp(78px,25vw,130px)!important;
    line-height:.8!important;
  }
  .brand-hero .brand-meaning{
    margin:16px 0 22px;
    font-size:13px;
    letter-spacing:.22em;
  }
}


/* ===== YOLO V17 · marca con mayor impacto ===== */
.hero .brand-hero{
  max-width:1100px;
}
.brand-hero .brand-yolo{
  font-size:clamp(145px,15vw,250px)!important;
  line-height:.72!important;
  font-weight:700!important;
  letter-spacing:.015em!important;
  font-family:var(--display);
  color:#fff;
  text-shadow:0 10px 45px rgba(0,0,0,.30);
}
.brand-hero .brand-meaning{
  margin:26px 0 30px;
  font-size:clamp(19px,1.8vw,30px);
  font-weight:600;
  letter-spacing:.30em;
}
@media(max-width:900px){
  .brand-hero .brand-yolo{
    font-size:clamp(105px,21vw,175px)!important;
  }
}
@media(max-width:600px){
  .brand-hero .brand-yolo{
    font-size:clamp(84px,27vw,135px)!important;
    font-weight:700!important;
  }
  .brand-hero .brand-meaning{
    font-size:12px;
    letter-spacing:.20em;
  }
}


/* ===== YOLO V18 · hero más elegante y legible ===== */
.brand-hero .brand-yolo{
  font-weight:300!important;
}

/* Fondo sutil detrás del bloque de marca: mejora contraste sin tapar la fotografía */
.hero .brand-hero{
  position:relative;
  isolation:isolate;
}
.hero .brand-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:-34px;
  top:-34px;
  width:calc(100% + 68px);
  height:calc(100% + 68px);
  background:linear-gradient(
    90deg,
    rgba(5,8,5,.38) 0%,
    rgba(5,8,5,.29) 58%,
    rgba(5,8,5,.08) 84%,
    rgba(5,8,5,0) 100%
  );
  border-radius:3px;
  pointer-events:none;
}
@media(max-width:700px){
  .hero .brand-hero::before{
    left:-20px;
    top:-24px;
    width:calc(100% + 40px);
    height:calc(100% + 48px);
    background:rgba(5,8,5,.34);
  }
}


/* ===== YOLO V19 · formulario de cotización con envío real ===== */
.hp-field{
  position:absolute!important;
  left:-99999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important;
}
.contact-form .btn[disabled]{
  opacity:.65;
  cursor:wait;
}
.contact-form .btn.is-sending{
  position:relative;
}
.contact-form .btn.is-sending::after{
  content:"";
  width:13px;
  height:13px;
  border:1px solid rgba(15,18,13,.32);
  border-top-color:#0f120d;
  border-radius:50%;
  animation:yoloSpin .7s linear infinite;
}
@keyframes yoloSpin{to{transform:rotate(360deg)}}
.form-msg{
  margin:0;
  transition:opacity .25s ease,color .25s ease;
}
.form-msg.success{color:var(--lime)}
.form-msg.error{color:#e5a49e}
.contact-form input.is-invalid,
.contact-form textarea.is-invalid,
.contact-form select.is-invalid{
  border-color:#c97770!important;
}


/* ===== YOLO V21 · corrección HERO móvil =====
   Evita que el bloque YOLO se desplace hacia arriba por la altura dinámica
   de Safari/Chrome móvil y por el posicionamiento desde bottom. */
@media(max-width:700px){
  .hero{
    height:auto!important;
    min-height:100svh!important;
    min-height:820px!important;
    overflow:hidden;
  }

  .hero .brand-hero{
    top:150px!important;
    bottom:auto!important;
    left:28px!important;
    right:28px!important;
    width:auto!important;
    max-width:none!important;
    padding-bottom:70px;
  }

  .brand-hero .brand-yolo{
    margin:0 0 12px!important;
    font-size:clamp(82px,24vw,118px)!important;
    line-height:.80!important;
    letter-spacing:.015em!important;
    white-space:nowrap;
  }

  .brand-hero .brand-meaning{
    margin:0 0 28px!important;
    font-size:clamp(13px,3.5vw,17px)!important;
    line-height:1.25!important;
    letter-spacing:.24em!important;
    white-space:nowrap;
  }

  .brand-hero .brand-tagline{
    margin:0 0 20px!important;
    font-size:clamp(23px,6vw,31px)!important;
    line-height:1.35!important;
    max-width:92%;
  }

  .brand-hero .hero-text{
    margin:0 0 28px!important;
    font-size:clamp(16px,4.3vw,20px)!important;
    line-height:1.65!important;
    max-width:94%;
  }

  .brand-hero .hero-actions{
    margin-top:0!important;
    gap:12px!important;
  }

  .brand-hero .hero-actions .btn{
    min-height:56px;
    padding:0 18px;
    font-size:10px;
  }

  /* El sombreado acompaña el contenido y no invade el encabezado */
  .hero .brand-hero::before{
    top:-24px!important;
    bottom:-28px!important;
    height:auto!important;
    left:-18px!important;
    width:calc(100% + 36px)!important;
    background:linear-gradient(
      180deg,
      rgba(5,8,5,.34) 0%,
      rgba(5,8,5,.25) 76%,
      rgba(5,8,5,.04) 100%
    )!important;
  }

  .scroll-cue{
    left:28px!important;
    bottom:48px!important;
  }
}

/* iPhone pequeños */
@media(max-width:390px){
  .hero .brand-hero{
    top:138px!important;
    left:22px!important;
    right:22px!important;
  }

  .brand-hero .brand-yolo{
    font-size:clamp(72px,23vw,96px)!important;
  }

  .brand-hero .brand-meaning{
    font-size:12px!important;
    letter-spacing:.18em!important;
  }

  .brand-hero .brand-tagline{
    font-size:22px!important;
  }

  .brand-hero .hero-text{
    font-size:16px!important;
  }
}

/* Navegadores que soportan viewport dinámico */
@supports(height:100dvh){
  @media(max-width:700px){
    .hero{
      min-height:max(820px,100dvh)!important;
    }
  }
}


/* ===== YOLO V22 · CTA "Explorar" integrado al lenguaje visual ===== */
.product-photo .photo-open{
  position:absolute;
  right:20px;
  bottom:18px;
  z-index:4;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(241,239,233,.92);
  font-family:var(--body);
  font-size:9px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  line-height:1;
  transition:color .3s ease,transform .3s ease;
}

.product-photo .photo-open::before{
  content:"";
  width:28px;
  height:1px;
  background:var(--lime);
  transform-origin:right center;
  transition:width .35s cubic-bezier(.16,.84,.2,1),opacity .3s ease;
  opacity:.85;
}

.product-photo .photo-open b{
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  margin:0!important;
  border:1px solid rgba(181,189,104,.42);
  border-radius:50%;
  background:rgba(8,11,8,.18);
  backdrop-filter:blur(8px);
  color:var(--lime);
  font-size:12px;
  font-weight:300;
  line-height:1;
  transition:
    transform .35s cubic-bezier(.16,.84,.2,1),
    background .3s ease,
    border-color .3s ease,
    color .3s ease;
}

.product-photo:hover .photo-open{
  color:#fff;
  transform:translateX(-2px);
}

.product-photo:hover .photo-open::before{
  width:38px;
}

.product-photo:hover .photo-open b{
  transform:translate(2px,-2px);
  background:var(--lime);
  border-color:var(--lime);
  color:#10130e;
}

/* Mobile: CTA más discreto, elegante y sin aspecto de botón de app */
@media(max-width:700px){
  .product-photo .photo-open{
    right:18px;
    bottom:16px;
    gap:8px;
    padding:7px 10px;
    border-radius:999px;
    background:rgba(7,10,7,.42);
    border:1px solid rgba(255,255,255,.10);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    color:#eef0ea;
    font-size:8px;
    letter-spacing:.17em;
  }

  .product-photo .photo-open::before{
    width:18px;
  }

  .product-photo .photo-open b{
    width:auto;
    height:auto;
    border:0;
    border-radius:0;
    background:transparent!important;
    backdrop-filter:none;
    color:var(--lime)!important;
    font-size:14px;
    transform:none!important;
  }

  .product-photo:active .photo-open{
    background:rgba(181,189,104,.12);
    border-color:rgba(181,189,104,.28);
  }
}

/* Mantener el CTA legible en fotografías claras */
.product-photo::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:52%;
  height:32%;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(135deg,transparent 18%,rgba(3,6,3,.18) 56%,rgba(3,6,3,.50) 100%);
}
.product-photo .photo-open{z-index:5}


/* ===== YOLO V23 · EXPLORAR sin icono de flecha ===== */
.product-photo .photo-open b{
  display:none!important;
}

.product-photo .photo-open{
  gap:10px!important;
  padding-right:16px!important;
}

/* Mantiene únicamente la línea oliva + texto */
@media(max-width:700px){
  .product-photo .photo-open{
    gap:10px!important;
    padding:9px 16px!important;
  }
}


/* ============================================================
   YOLO V24 · MOBILE EDITORIAL HERO
   En móvil: primero se contempla la pieza completa; luego la marca.
   ============================================================ */
@media(max-width:700px){

  /* El hero deja de ser una portada superpuesta y pasa a composición editorial */
  .hero{
    display:flex!important;
    flex-direction:column!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    background:#0b0f0b!important;
    padding:0!important;
  }

  /* La fotografía ocupa un bloque propio, inmediatamente bajo el header */
  .hero-bg{
    position:relative!important;
    inset:auto!important;
    order:1;
    width:100%!important;
    height:clamp(390px,72vw,510px)!important;
    min-height:390px;
    background-position:center center!important;
    background-size:cover!important;
    transform:none!important;
    filter:none!important;
  }

  /* Degradado solo en la base de la foto: no oscurece el mueble */
  .hero-bg::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,
        rgba(4,7,4,.04) 0%,
        rgba(4,7,4,0) 58%,
        rgba(4,7,4,.14) 82%,
        rgba(4,7,4,.42) 100%);
    pointer-events:none;
  }

  /* Se anula cualquier overlay general heredado del desktop */
  .hero::before,
  .hero::after{
    display:none!important;
  }

  /* Texto en su propio panel premium, bajo la fotografía */
  .hero .brand-hero{
    position:relative!important;
    order:2;
    top:auto!important;
    bottom:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
    max-width:none!important;
    padding:42px 30px 46px!important;
    margin:0!important;
    background:
      radial-gradient(circle at 88% 4%,rgba(181,189,104,.07),transparent 34%),
      #0b0f0b;
    overflow:hidden;
  }

  /* Detalle editorial vertical de marca */
  .hero .brand-hero::before{
    display:block!important;
    content:""!important;
    position:absolute!important;
    z-index:0!important;
    left:16px!important;
    top:46px!important;
    bottom:48px!important;
    width:1px!important;
    height:auto!important;
    background:linear-gradient(180deg,var(--lime),rgba(181,189,104,.08))!important;
    border-radius:0!important;
  }

  .hero .brand-hero > *{
    position:relative;
    z-index:1;
  }

  .brand-hero .brand-yolo{
    margin:0!important;
    font-size:clamp(82px,24vw,116px)!important;
    line-height:.78!important;
    font-weight:300!important;
    letter-spacing:.025em!important;
    white-space:nowrap;
  }

  .brand-hero .brand-meaning{
    margin:20px 0 32px!important;
    font-size:12px!important;
    line-height:1.25!important;
    letter-spacing:.28em!important;
    color:var(--lime)!important;
    white-space:nowrap;
  }

  .brand-hero .brand-tagline{
    max-width:620px!important;
    margin:0 0 18px!important;
    font-size:clamp(25px,6.8vw,34px)!important;
    line-height:1.22!important;
    letter-spacing:-.035em!important;
    color:#f1f2ed!important;
  }

  .brand-hero .hero-text{
    max-width:580px!important;
    margin:0 0 30px!important;
    font-size:16px!important;
    line-height:1.65!important;
    color:#aeb4aa!important;
  }

  /* Botones más arquitectónicos y menos voluminosos */
  .brand-hero .hero-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
    width:100%;
    margin:0!important;
  }

  .brand-hero .hero-actions .btn{
    min-height:58px!important;
    padding:0 16px!important;
    justify-content:center!important;
    font-size:9px!important;
    letter-spacing:.10em!important;
    white-space:nowrap;
  }

  .brand-hero .hero-actions .btn.primary{
    background:var(--lime)!important;
    color:#10130e!important;
  }

  .brand-hero .hero-actions .btn.outline{
    background:transparent!important;
    border-color:rgba(255,255,255,.26)!important;
  }

  /* Scroll cue ya no compite con la portada */
  .hero .scroll-cue,
  .hero .hero-side{
    display:none!important;
  }
}

/* iPhone estrechos */
@media(max-width:390px){
  .hero-bg{
    height:390px!important;
    min-height:390px!important;
  }
  .hero .brand-hero{
    padding:38px 24px 42px!important;
  }
  .hero .brand-hero::before{
    left:12px!important;
  }
  .brand-hero .brand-yolo{
    font-size:78px!important;
  }
  .brand-hero .brand-meaning{
    font-size:10px!important;
    letter-spacing:.22em!important;
  }
  .brand-hero .brand-tagline{
    font-size:25px!important;
  }
  .brand-hero .hero-actions{
    grid-template-columns:1fr!important;
  }
}

/* Pantallas móviles anchas / landscape corto */
@media(min-width:500px) and (max-width:700px){
  .hero-bg{
    height:460px!important;
    background-position:center 54%!important;
  }
  .hero .brand-hero{
    padding-left:40px!important;
    padding-right:40px!important;
  }
}


/* ============================================================
   YOLO V25 · MOBILE HERO OVERLAY
   El bloque editorial se superpone levemente a la fotografía.
   ============================================================ */
@media(max-width:700px){

  .hero{
    background:#0b0f0b!important;
  }

  /* Un poco más de fotografía para que el mueble respire */
  .hero-bg{
    height:clamp(430px,78vw,535px)!important;
    min-height:430px!important;
    z-index:1;
  }

  /* Panel de marca: sube sobre el borde inferior de la imagen */
  .hero .brand-hero{
    z-index:3!important;
    margin-top:-76px!important;
    width:calc(100% - 24px)!important;
    margin-left:12px!important;
    margin-right:12px!important;
    padding:38px 28px 42px!important;

    background:
      linear-gradient(135deg,
        rgba(10,14,10,.91) 0%,
        rgba(10,14,10,.86) 58%,
        rgba(13,18,13,.82) 100%)!important;

    border:1px solid rgba(255,255,255,.07);
    border-bottom:0;
    border-radius:8px 8px 0 0;
    box-shadow:
      0 -18px 48px rgba(0,0,0,.20),
      0 22px 55px rgba(0,0,0,.18);

    backdrop-filter:blur(16px) saturate(.9);
    -webkit-backdrop-filter:blur(16px) saturate(.9);
  }

  /* Borde oliva mínimo que conecta panel y fotografía */
  .hero .brand-hero::after{
    content:"";
    position:absolute;
    left:28px;
    top:0;
    width:58px;
    height:2px;
    background:var(--lime);
    opacity:.92;
  }

  .hero .brand-hero::before{
    left:14px!important;
    top:38px!important;
    bottom:42px!important;
  }

  .brand-hero .brand-yolo{
    font-size:clamp(78px,22vw,108px)!important;
  }

  .brand-hero .brand-meaning{
    margin:17px 0 28px!important;
  }

  .brand-hero .brand-tagline{
    font-size:clamp(24px,6.4vw,32px)!important;
  }

  .brand-hero .hero-text{
    color:#b8bdb4!important;
  }
}

@media(max-width:390px){
  .hero-bg{
    height:420px!important;
    min-height:420px!important;
  }

  .hero .brand-hero{
    width:calc(100% - 16px)!important;
    margin-left:8px!important;
    margin-right:8px!important;
    margin-top:-62px!important;
    padding:34px 22px 38px!important;
  }

  .hero .brand-hero::after{
    left:22px;
  }

  .brand-hero .brand-yolo{
    font-size:74px!important;
  }
}


/* ============================================================
   YOLO V26 · ajuste fino portada móvil
   Más transparencia + mayor superposición sobre la fotografía
   ============================================================ */
@media(max-width:700px){
  .hero .brand-hero{
    /* Sube más el panel sobre la fotografía */
    margin-top:-118px!important;

    /* Más transparente para dejar percibir el jardín detrás */
    background:
      linear-gradient(135deg,
        rgba(8,12,8,.76) 0%,
        rgba(8,12,8,.69) 58%,
        rgba(12,17,12,.64) 100%)!important;

    border-color:rgba(255,255,255,.09)!important;

    /* Blur moderado: conserva legibilidad sin ocultar completamente la foto */
    backdrop-filter:blur(12px) saturate(.92)!important;
    -webkit-backdrop-filter:blur(12px) saturate(.92)!important;

    box-shadow:
      0 -16px 44px rgba(0,0,0,.14),
      0 20px 48px rgba(0,0,0,.14)!important;
  }

  /* Degradado muy sutil para integrar el final de la foto con el panel */
  .hero-bg::after{
    background:
      linear-gradient(180deg,
        rgba(4,7,4,.02) 0%,
        rgba(4,7,4,0) 62%,
        rgba(4,7,4,.08) 82%,
        rgba(4,7,4,.24) 100%)!important;
  }
}

@media(max-width:390px){
  .hero .brand-hero{
    margin-top:-96px!important;
    background:
      linear-gradient(135deg,
        rgba(8,12,8,.78) 0%,
        rgba(8,12,8,.70) 100%)!important;
  }
}


/* ============================================================
   YOLO V27 · panel móvil aún más transparente
   ============================================================ */
@media(max-width:700px){
  .hero .brand-hero{
    background:
      linear-gradient(135deg,
        rgba(7,11,7,.58) 0%,
        rgba(7,11,7,.50) 58%,
        rgba(10,15,10,.45) 100%)!important;

    backdrop-filter:blur(8px) saturate(.96)!important;
    -webkit-backdrop-filter:blur(8px) saturate(.96)!important;

    border-color:rgba(255,255,255,.07)!important;
    box-shadow:
      0 -12px 38px rgba(0,0,0,.10),
      0 18px 42px rgba(0,0,0,.10)!important;
  }
}

@media(max-width:390px){
  .hero .brand-hero{
    background:
      linear-gradient(135deg,
        rgba(7,11,7,.60) 0%,
        rgba(7,11,7,.49) 100%)!important;
  }
}


/* ===== YOLO V28 · versiones de colección en modal ===== */
.product-modal{height:min(920px,95vh)!important}
.product-modal .modal-stage{overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(181,189,104,.45) transparent}
.modal-content{top:8%!important;width:min(780px,62%)!important}
.product-modal h2{font-size:clamp(56px,5.8vw,92px)!important}
.modal-desc{max-width:650px!important}

.modal-pricing{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:24px 0 10px;
  max-width:780px;
}
.price-card{
  position:relative;
  min-height:238px;
  padding:18px 16px 16px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(6,9,6,.44);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  cursor:pointer;
  transition:transform .3s ease,border-color .3s ease,background .3s ease;
}
.price-card:hover,.price-card.selected{
  transform:translateY(-3px);
  border-color:rgba(181,189,104,.72);
  background:rgba(16,21,16,.74);
}
.price-card.featured{border-color:rgba(181,189,104,.45);background:rgba(181,189,104,.08)}
.recommended{
  position:absolute;right:12px;top:-9px;
  padding:5px 8px;background:var(--lime);color:#10130e;
  font-size:7px;font-weight:700;letter-spacing:.12em
}
.price-card-head{
  display:flex;justify-content:space-between;align-items:center;
  padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)
}
.price-card-head span{color:var(--lime);font-size:9px}
.price-card h3{margin:0;font-family:var(--display);font-size:12px;font-weight:500;letter-spacing:.14em}
.price-from{margin:16px 0 4px;color:#8f958c;font-size:8px;letter-spacing:.16em}
.price-value{display:block;font-family:var(--display);font-size:clamp(20px,1.6vw,27px);font-weight:300;color:#f4f5ef}
.price-card ul{list-style:none;padding:0;margin:15px 0 0}
.price-card li{position:relative;padding:4px 0 4px 12px;color:#c3c7be;font-size:9px;line-height:1.45}
.price-card li::before{content:"";position:absolute;left:0;top:9px;width:4px;height:4px;border-radius:50%;background:var(--lime)}
.price-note{margin:8px 0 17px!important;max-width:720px;color:#858b82!important;font-size:8px!important}

.product-modal[open]:not(.is-closing) .price-card{
  opacity:0;transform:translateY(16px);
  animation:priceCardIn .58s cubic-bezier(.16,.84,.2,1) forwards
}
.product-modal[open]:not(.is-closing) .price-card:nth-child(1){animation-delay:.62s}
.product-modal[open]:not(.is-closing) .price-card:nth-child(2){animation-delay:.70s}
.product-modal[open]:not(.is-closing) .price-card:nth-child(3){animation-delay:.78s}
@keyframes priceCardIn{to{opacity:1;transform:none}}

@media(max-width:900px){
  .modal-content{width:84%!important}
  .modal-pricing{grid-template-columns:1fr;max-width:520px}
  .price-card{min-height:auto}
}
@media(max-width:600px){
  .product-modal{width:96vw!important;height:95vh!important}
  .modal-content{left:6%!important;right:6%!important;width:auto!important}
  .product-modal h2{font-size:48px!important}
  .modal-pricing{gap:8px;margin-top:18px}
  .price-card{padding:14px}
  .price-card ul{display:grid;grid-template-columns:1fr 1fr;gap:0 8px}
}


/* ============================================================
   YOLO V29 · FIX VISIBILIDAD VERSIONES/PRECIOS
   El modal V9 ocultaba por defecto todos los hijos de .modal-content.
   Los nuevos bloques de precios ahora tienen su propia animación.
   ============================================================ */

.product-modal .modal-pricing,
.product-modal .price-note{
  opacity:0;
  transform:translateY(22px);
  filter:blur(6px);
}

/* El contenedor de precios entra antes de animar sus tarjetas */
.product-modal[open]:not(.is-closing) .modal-pricing{
  animation:modalPricingIn .62s cubic-bezier(.16,.84,.2,1) .57s forwards;
}

.product-modal[open]:not(.is-closing) .price-note{
  animation:modalPricingIn .58s cubic-bezier(.16,.84,.2,1) .88s forwards;
}

@keyframes modalPricingIn{
  0%{
    opacity:0;
    transform:translateY(22px);
    filter:blur(6px);
  }
  100%{
    opacity:1;
    transform:none;
    filter:none;
  }
}

/* Asegura que las tarjetas puedan ser visibles aunque el padre use animaciones */
.product-modal[open]:not(.is-closing) .modal-pricing .price-card{
  visibility:visible!important;
}

/* Reordena y compacta levemente para que los tres precios entren mejor en desktop */
@media(min-width:901px){
  .product-modal .modal-content{
    top:6.5%!important;
    width:min(820px,65%)!important;
  }

  .product-modal h2{
    margin-bottom:10px!important;
  }

  .modal-type{
    margin-bottom:10px!important;
  }

  .modal-desc{
    margin-bottom:10px!important;
  }

  .modal-pricing{
    margin-top:18px!important;
  }

  .price-card{
    min-height:214px!important;
    padding:15px 14px 14px!important;
  }

  .price-card ul{
    margin-top:12px!important;
  }

  .price-note{
    margin-bottom:12px!important;
  }
}

/* Al cerrar, precios y nota también salen de forma coordinada */
.product-modal.is-closing .modal-pricing,
.product-modal.is-closing .price-note{
  animation:modalTextOut .30s cubic-bezier(.4,0,.6,1) forwards!important;
}

/* Fallback: si el navegador reduce movimiento, jamás ocultar precios */
@media(prefers-reduced-motion:reduce){
  .product-modal .modal-pricing,
  .product-modal .price-note,
  .product-modal .price-card{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    visibility:visible!important;
  }
}


/* ============================================================
   YOLO V30 · MODAL PERFORMANCE / SMOOTH MOTION
   Objetivo: eliminar tirones, temblores y reflow al abrir/cerrar.
   ============================================================ */

/* Evita salto horizontal al desaparecer la barra de scroll */
html{
  scrollbar-gutter:stable;
}

/* El backdrop mantiene profundidad, pero sin blur costoso */
.product-modal::backdrop{
  background:rgba(0,0,0,.78)!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* El shell solo anima propiedades aceleradas por GPU */
.product-modal[open]{
  animation:yoloModalShellIn .42s cubic-bezier(.16,.84,.2,1) both!important;
  transform-origin:center center;
  will-change:transform,opacity;
}

@keyframes yoloModalShellIn{
  0%{opacity:0;transform:translate3d(0,18px,0) scale(.985)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}

/* Imagen: zoom mínimo, sin blur/filter */
.product-modal .modal-stage>img{
  animation:none!important;
  transform:scale(1.018);
  transition:transform .68s cubic-bezier(.16,.84,.2,1);
  will-change:transform;
}
.product-modal[open]:not(.is-closing) .modal-stage>img{
  transform:scale(1);
}

/* Evita blur/filtros en todos los hijos del modal */
.product-modal .modal-content > *{
  filter:none!important;
}

/* Textos: stagger más corto y sutil */
.product-modal[open]:not(.is-closing) .modal-kicker{
  animation:yoloTextIn .42s cubic-bezier(.16,.84,.2,1) .06s forwards!important;
}
.product-modal[open]:not(.is-closing) .modal-number{
  animation:yoloTextIn .42s cubic-bezier(.16,.84,.2,1) .10s forwards!important;
}
.product-modal[open]:not(.is-closing) h2{
  animation:yoloTitleIn .52s cubic-bezier(.16,.84,.2,1) .13s forwards!important;
}
.product-modal[open]:not(.is-closing) .modal-type{
  animation:yoloTextIn .42s cubic-bezier(.16,.84,.2,1) .18s forwards!important;
}
.product-modal[open]:not(.is-closing) .modal-desc{
  animation:yoloTextIn .42s cubic-bezier(.16,.84,.2,1) .22s forwards!important;
}
.product-modal[open]:not(.is-closing) .modal-specs{
  animation:yoloTextIn .42s cubic-bezier(.16,.84,.2,1) .26s forwards!important;
}
.product-modal[open]:not(.is-closing) .modal-pricing{
  animation:yoloTextIn .46s cubic-bezier(.16,.84,.2,1) .29s forwards!important;
}
.product-modal[open]:not(.is-closing) .price-note{
  animation:yoloTextIn .40s cubic-bezier(.16,.84,.2,1) .34s forwards!important;
}
.product-modal[open]:not(.is-closing) .modal-quote{
  animation:yoloTextIn .40s cubic-bezier(.16,.84,.2,1) .37s forwards!important;
}

@keyframes yoloTextIn{
  0%{opacity:0;transform:translate3d(0,14px,0)}
  100%{opacity:1;transform:translate3d(0,0,0)}
}
@keyframes yoloTitleIn{
  0%{opacity:0;transform:translate3d(0,18px,0) scale(.992)}
  100%{opacity:1;transform:translate3d(0,0,0) scale(1)}
}

/* Chips: menos elementos animando a la vez */
.product-modal[open]:not(.is-closing) .modal-specs span{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}

/* Tarjetas de precio:
   el contenedor ya entra animado; las cards solo hacen un micro-fade */
.product-modal[open]:not(.is-closing) .price-card{
  opacity:1!important;
  transform:none!important;
  animation:none!important;
  transition:
    transform .22s cubic-bezier(.16,.84,.2,1),
    border-color .22s ease,
    background-color .22s ease!important;
  will-change:auto;
}
.price-card:hover,
.price-card.selected{
  transform:translate3d(0,-2px,0)!important;
}

/* Bottom bar sin stagger pesado */
.product-modal[open]:not(.is-closing) .modal-bottom span{
  opacity:1!important;
  transform:none!important;
  filter:none!important;
  animation:none!important;
}

/* Cierre: breve y limpio; no anima cada hijo por separado */
.product-modal.is-closing{
  animation:yoloModalShellOut .26s cubic-bezier(.4,0,.6,1) forwards!important;
}
.product-modal.is-closing .modal-content,
.product-modal.is-closing .modal-bottom{
  animation:yoloContentOut .22s ease forwards!important;
}
.product-modal.is-closing .modal-content > *,
.product-modal.is-closing .modal-pricing,
.product-modal.is-closing .price-note,
.product-modal.is-closing .modal-bottom span{
  animation:none!important;
}
.product-modal.is-closing .modal-stage>img{
  transform:scale(1.012)!important;
}

@keyframes yoloModalShellOut{
  from{opacity:1;transform:translate3d(0,0,0) scale(1)}
  to{opacity:0;transform:translate3d(0,8px,0) scale(.99)}
}
@keyframes yoloContentOut{
  from{opacity:1;transform:translate3d(0,0,0)}
  to{opacity:0;transform:translate3d(0,-6px,0)}
}

/* Reduce capas costosas de compositing dentro del modal */
.product-modal .price-card,
.product-modal .modal-close,
.product-modal .modal-tags span{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

/* En móviles: menos área de repintado y sin efectos innecesarios */
@media(max-width:700px){
  .product-modal .modal-stage>img{
    transition-duration:.5s;
  }

  .product-modal[open]{
    animation-duration:.34s!important;
  }

  .modal-content{
    will-change:auto!important;
  }

  .price-card:hover,
  .price-card.selected{
    transform:none!important;
  }
}

/* Accesibilidad / rendimiento */
@media(prefers-reduced-motion:reduce){
  .product-modal,
  .product-modal *,
  .product-modal::backdrop{
    animation:none!important;
    transition:none!important;
  }
}


/* ============================================================
   YOLO V31 · Cotización por versión
   ============================================================ */
.price-card{
  display:flex;
  flex-direction:column;
}
.price-card ul{
  flex:1 1 auto;
}
.price-quote-btn{
  width:100%;
  min-height:42px;
  margin-top:16px;
  padding:0 13px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(181,189,104,.38);
  background:rgba(181,189,104,.06);
  color:#eff0ea;
  font-family:var(--body);
  font-size:8px;
  font-weight:600;
  letter-spacing:.11em;
  text-transform:uppercase;
  cursor:pointer;
  transition:
    background .22s ease,
    border-color .22s ease,
    color .22s ease,
    transform .22s cubic-bezier(.16,.84,.2,1);
}
.price-quote-btn span{
  color:var(--lime);
  font-size:13px;
  font-weight:300;
}
.price-quote-btn:hover{
  background:var(--lime);
  border-color:var(--lime);
  color:#10130e;
  transform:translateY(-1px);
}
.price-quote-btn:hover span{
  color:#10130e;
}
.price-card.featured .price-quote-btn{
  background:rgba(181,189,104,.12);
  border-color:rgba(181,189,104,.58);
}
.price-card.featured .price-quote-btn:hover{
  background:var(--lime);
}
@media(max-width:600px){
  .price-quote-btn{
    min-height:46px;
    margin-top:13px;
    font-size:9px;
  }
}


/* ============================================================
   YOLO V32 · imagen distinta por versión
   ============================================================ */
.product-modal .modal-stage{
  background:#080b08;
}
.product-modal #modalImage{
  transition:
    opacity .26s ease,
    transform .42s cubic-bezier(.16,.84,.2,1)!important;
  opacity:1;
}
.product-modal #modalImage.is-changing{
  opacity:.18;
  transform:scale(1.012)!important;
}
.price-card{
  position:relative;
}
.price-card::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:var(--lime);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .28s cubic-bezier(.16,.84,.2,1);
}
.price-card.selected::after{
  transform:scaleX(1);
}
.price-card.selected .price-card-head h3{
  color:var(--lime);
}

/* Indicador sutil de que la versión controla la visual */
.version-preview-hint{
  margin:4px 0 0;
  color:#7f867c;
  font-size:8px;
  letter-spacing:.12em;
  text-transform:uppercase;
}


/* ============================================================
   YOLO V33 · Modal estable al cambiar imagen
   Evita aparición momentánea de scroll vertical/horizontal.
   ============================================================ */

/* El modal y su escenario nunca deben generar barras por el zoom/crossfade */
.product-modal{
  overflow:hidden!important;
  overscroll-behavior:contain;
}
.product-modal .modal-stage{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden!important;
  scrollbar-width:none!important;
}
.product-modal .modal-stage::-webkit-scrollbar{
  display:none!important;
  width:0!important;
  height:0!important;
}

/* La fotografía siempre ocupa el mismo rectángulo y jamás participa del layout */
.product-modal #modalImage{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  display:block!important;
  overflow:hidden!important;
  transform-origin:center center!important;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  contain:paint;
}

/* Al cambiar versión solo cambia opacity/scale dentro de un viewport recortado */
.product-modal #modalImage.is-changing{
  opacity:.24!important;
  transform:scale(1.008)!important;
}

/* El contenido es la única zona que podría necesitar scroll.
   Se oculta visualmente la barra para no romper la estética. */
.product-modal .modal-content{
  max-height:calc(100% - 105px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-right:8px;
  scrollbar-width:none!important;
  overscroll-behavior:contain;
}
.product-modal .modal-content::-webkit-scrollbar{
  width:0!important;
  height:0!important;
  display:none!important;
}

/* La franja inferior se mantiene fija y no entra al flujo scrollable */
.product-modal .modal-bottom{
  position:absolute!important;
  left:6%!important;
  right:6%!important;
  bottom:25px!important;
  z-index:4!important;
}

/* Evita que pequeños transforms en cards disparen overflow horizontal */
.product-modal .modal-pricing,
.product-modal .price-card,
.product-modal .price-quote-btn{
  max-width:100%;
}
.product-modal .price-card:hover,
.product-modal .price-card.selected{
  transform:none!important;
}

/* Desktop: contenido algo más compacto para que normalmente no haya scroll */
@media(min-width:901px){
  .product-modal .modal-content{
    top:6%!important;
    max-height:calc(100% - 94px)!important;
  }
  .modal-pricing{
    margin-top:14px!important;
  }
  .price-card{
    min-height:202px!important;
  }
}

/* Mobile: permitimos desplazamiento interno silencioso, sin barras visibles */
@media(max-width:900px){
  .product-modal .modal-content{
    max-height:calc(100% - 76px)!important;
    padding-bottom:20px!important;
  }
}


/* ============================================================
   YOLO V34 · "Ver modelo" + visor grande
   ============================================================ */

.price-card-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin-top:16px;
}
.price-card-actions .price-quote-btn{
  margin-top:0!important;
}
.price-view-btn{
  width:100%;
  min-height:39px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(7,10,7,.18);
  color:#f0f1eb;
  font-family:var(--body);
  font-size:8px;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  cursor:pointer;
  transition:
    border-color .22s ease,
    background .22s ease,
    color .22s ease;
}
.price-view-btn:hover{
  border-color:rgba(181,189,104,.65);
  background:rgba(181,189,104,.08);
  color:var(--lime);
}

/* ----- Visor fotográfico ----- */
.model-viewer{
  width:min(1480px,96vw);
  height:min(940px,95vh);
  padding:0;
  border:1px solid rgba(181,189,104,.38);
  border-radius:10px;
  background:#060906;
  color:white;
  overflow:hidden;
}
.model-viewer::backdrop{
  background:rgba(0,0,0,.92);
  backdrop-filter:none;
}
.model-viewer[open]{
  animation:modelViewerIn .34s cubic-bezier(.16,.84,.2,1) both;
}
.model-viewer.is-closing{
  animation:modelViewerOut .22s ease forwards;
}
@keyframes modelViewerIn{
  from{opacity:0;transform:translate3d(0,12px,0) scale(.99)}
  to{opacity:1;transform:none}
}
@keyframes modelViewerOut{
  from{opacity:1;transform:none}
  to{opacity:0;transform:translate3d(0,8px,0) scale(.994)}
}

.model-viewer-shell{
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  background:#060906;
}
.model-viewer-shell>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#060906;
  display:block;
  opacity:0;
  transform:scale(1.008);
  transition:opacity .28s ease,transform .45s cubic-bezier(.16,.84,.2,1);
}
.model-viewer-shell>img.is-ready{
  opacity:1;
  transform:scale(1);
}
.model-viewer-shade{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg,rgba(0,0,0,.16),transparent 20%,transparent 72%,rgba(0,0,0,.50)),
    linear-gradient(90deg,rgba(0,0,0,.30),transparent 28%,transparent 72%,rgba(0,0,0,.18));
}
.model-viewer-close{
  position:absolute;
  z-index:4;
  top:20px;
  right:20px;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.30);
  background:rgba(5,8,5,.52);
  color:#fff;
  font-size:25px;
  font-weight:300;
  cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.model-viewer-close:hover{
  background:rgba(181,189,104,.16);
  border-color:var(--lime);
  transform:rotate(4deg);
}
.model-viewer-meta{
  position:absolute;
  z-index:3;
  left:28px;
  bottom:25px;
  display:flex;
  align-items:flex-end;
  gap:26px;
  max-width:70%;
}
.model-viewer-brand{
  color:var(--lime);
  font-size:8px;
  letter-spacing:.19em;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
}
.model-viewer-meta h3{
  margin:0;
  font-family:var(--display);
  font-size:clamp(34px,4vw,68px);
  font-weight:300;
  letter-spacing:.08em;
  line-height:.9;
}
.model-viewer-meta p{
  margin:9px 0 0;
  color:var(--lime);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.model-viewer-hint{
  position:absolute;
  z-index:3;
  right:28px;
  bottom:26px;
  color:rgba(255,255,255,.56);
  font-size:8px;
  letter-spacing:.16em;
}

@media(max-width:700px){
  .price-view-btn{
    min-height:44px;
    font-size:9px;
  }
  .model-viewer{
    width:96vw;
    height:88vh;
  }
  .model-viewer-shell>img{
    object-fit:contain;
  }
  .model-viewer-meta{
    left:18px;
    bottom:18px;
    max-width:78%;
  }
  .model-viewer-meta h3{
    font-size:38px;
  }
  .model-viewer-brand,
  .model-viewer-hint{
    display:none;
  }
  .model-viewer-close{
    top:14px;
    right:14px;
    width:44px;
    height:44px;
  }
}


/* ============================================================
   YOLO V38 · SEO estructural, contenido y accesibilidad
   ============================================================ */
:focus-visible{outline:2px solid var(--lime);outline-offset:4px}
.skip-link{position:fixed;left:14px;top:10px;z-index:9999;padding:10px 14px;background:var(--lime);color:#080b08;transform:translateY(-160%);transition:.2s}.skip-link:focus{transform:none}
.hero .brand-yolo{margin-bottom:10px}.brand-yolo>span{display:block}.hero-seo-title{display:block;margin-top:14px;font-family:var(--body);font-size:clamp(10px,1vw,14px);font-weight:600;letter-spacing:.20em;line-height:1.5;color:var(--lime);text-transform:uppercase}
.product-meta h3 a{transition:color .2s}.product-meta h3 a:hover{color:var(--lime2)}
.product-desc-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.product-detail-link,.text-link{display:inline-flex;gap:9px;align-items:center;color:var(--lime2);font-size:9px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid rgba(181,189,104,.35);padding-bottom:5px}.product-detail-link:hover,.text-link:hover{border-color:var(--lime);color:#e4e8ac}
.modal-detail-link{display:inline-flex;margin-top:5px;color:var(--lime2);font-size:9px;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid rgba(181,189,104,.35);padding-bottom:5px}
.knowledge{background:#0b0f0b;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.knowledge-head{display:grid;grid-template-columns:1.1fr .9fr;gap:7vw;align-items:end;margin-bottom:45px}.knowledge-head h2{font-family:var(--display);font-size:clamp(40px,5vw,72px);line-height:.98;font-weight:300;margin:0}.knowledge-head p{color:var(--muted);line-height:1.8}.knowledge-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.knowledge-card{padding:34px;border-right:1px solid var(--line);min-height:265px;display:flex;flex-direction:column}.knowledge-card:last-child{border-right:0}.knowledge-card span{color:var(--lime);font-size:9px;letter-spacing:.18em}.knowledge-card h3{font-family:var(--display);font-weight:300;font-size:27px;line-height:1.15;margin:25px 0 16px}.knowledge-card p{color:var(--muted);font-size:13px;line-height:1.75;margin:0 0 24px}.knowledge-card .text-link{margin-top:auto;align-self:flex-start}
.home-faq{background:#101410}.home-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:8vw}.home-faq h2{font-family:var(--display);font-weight:300;font-size:clamp(38px,4.4vw,65px);line-height:1;margin:0}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:0}.faq-list summary{list-style:none;cursor:pointer;padding:20px 38px 20px 0;position:relative;font-size:13px;letter-spacing:.02em}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';position:absolute;right:4px;color:var(--lime);font-size:20px;font-weight:300;top:16px}.faq-list details[open] summary::after{content:'−'}.faq-list details p{color:var(--muted);font-size:13px;line-height:1.8;margin:0;padding:0 34px 21px 0}
.privacy-check{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px!important;text-transform:none!important;letter-spacing:0!important;font-size:11px!important;line-height:1.5!important;color:#aeb3aa!important}.privacy-check input{width:17px!important;height:17px!important;margin:0!important;padding:0!important;accent-color:var(--lime);flex:0 0 auto}.privacy-check a{text-decoration:underline;color:#d9deaa}
.site-footer{padding:54px clamp(22px,6vw,94px) 30px!important;display:block!important;background:#070a07;border-top:1px solid var(--line);font-size:inherit;text-transform:none;letter-spacing:0;color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:48px}.footer-brand .brand{display:inline-flex}.footer-brand p{max-width:330px;line-height:1.75;font-size:12px;margin-top:22px}.footer-col h4{color:#f1efe9;font-size:9px;letter-spacing:.18em;text-transform:uppercase;margin:0 0 16px}.footer-col a{display:block;font-size:12px;margin:9px 0;color:#9ba098}.footer-col a:hover{color:var(--lime2)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:42px;padding-top:22px;border-top:1px solid var(--line);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#777d74}

/* Inner pages */
.inner-page{background:#090c09}.page-hero{min-height:690px;position:relative;display:flex;align-items:flex-end;overflow:hidden;padding:150px clamp(22px,6vw,94px) 70px}.page-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,7,4,.91),rgba(4,7,4,.42) 55%,rgba(4,7,4,.16)),linear-gradient(to top,rgba(4,7,4,.88),transparent 55%)}.page-hero-copy{position:relative;z-index:2;max-width:900px}.breadcrumbs{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 26px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#b7bbb2}.breadcrumbs a{color:var(--lime2)}.page-kicker{color:var(--lime);font-size:10px;letter-spacing:.22em;text-transform:uppercase;font-weight:600}.page-title{font-family:var(--display);font-weight:300;font-size:clamp(48px,7vw,104px);line-height:.91;letter-spacing:-.045em;margin:12px 0 20px;max-width:1000px}.page-title .soft{display:block;color:#c6c9c1;font-size:.47em;line-height:1.1;letter-spacing:-.02em;margin-top:12px}.page-lead{max-width:760px;color:#e0e2dc;font-size:clamp(15px,1.25vw,19px);line-height:1.75}.page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.info-strip{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0d110d}.info-cell{padding:25px clamp(18px,3vw,40px);border-right:1px solid var(--line)}.info-cell:last-child{border-right:0}.info-cell small{display:block;color:#7f857d;font-size:8px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:8px}.info-cell strong{font-family:var(--display);font-weight:400;font-size:15px;line-height:1.35}
.content-section{padding:clamp(72px,8vw,126px) clamp(22px,6vw,94px);border-bottom:1px solid var(--line)}.content-section.alt{background:#0d110d}.content-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw;align-items:start}.content-label{position:sticky;top:100px}.content-label span{color:var(--lime);font-size:9px;letter-spacing:.18em}.content-label h2{font-family:var(--display);font-weight:300;font-size:clamp(32px,4vw,58px);line-height:1.03;margin:14px 0}.prose{max-width:850px}.prose>p{font-size:15px;line-height:1.92;color:#b3b8af;margin:0 0 24px}.prose .lead{color:#eef0e9;font-size:clamp(18px,1.7vw,24px);line-height:1.65}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:34px}.feature-card{background:#0a0e0a;padding:28px}.feature-card span{color:var(--lime);font-size:9px;letter-spacing:.14em}.feature-card h3{font-family:var(--display);font-size:21px;font-weight:400;margin:14px 0 10px}.feature-card p{color:#9da39a;font-size:12px;line-height:1.7;margin:0}.bullet-list{display:grid;gap:12px;margin:30px 0}.bullet-list li{list-style:none;position:relative;padding:0 0 0 24px;color:#b9beb5;line-height:1.7}.bullet-list li::before{content:'—';position:absolute;left:0;color:var(--lime)}
.version-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.version-card-page{border:1px solid var(--line);background:#0a0e0a;padding:28px;position:relative}.version-card-page.signature{border-color:rgba(181,189,104,.55);background:linear-gradient(180deg,rgba(181,189,104,.06),#0a0e0a 35%)}.version-card-page .tag{font-size:8px;letter-spacing:.16em;color:var(--lime);text-transform:uppercase}.version-card-page h3{font-family:var(--display);font-size:24px;font-weight:400;letter-spacing:.08em;margin:18px 0 8px}.version-card-page .price{font-family:var(--display);font-size:26px;color:#f2f1ea;margin-bottom:18px}.version-card-page .price small{display:block;font-family:var(--body);font-size:8px;color:#858b82;letter-spacing:.14em;text-transform:uppercase;margin-bottom:6px}.version-card-page ul{padding:0;margin:0 0 24px}.version-card-page li{list-style:none;border-top:1px solid var(--line);padding:10px 0;color:#aeb3aa;font-size:11px}.version-card-page .btn{width:100%}
.tech-table{width:100%;border-collapse:collapse;margin-top:28px;font-size:12px}.tech-table th,.tech-table td{padding:15px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.tech-table th{width:33%;color:#7f857d;font-weight:500;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.tech-table td{color:#d5d8d1;line-height:1.6}
.full-image{padding:0;border-bottom:1px solid var(--line);background:#060806}.full-image img{width:100%;max-height:780px;object-fit:cover}
.system-figure{display:grid;grid-template-columns:1fr 1fr;gap:5vw;align-items:center}.system-figure img{width:100%;max-height:720px;object-fit:contain}.system-steps{counter-reset:step}.system-step{counter-increment:step;padding:18px 0;border-bottom:1px solid var(--line)}.system-step::before{content:counter(step,decimal-leading-zero);color:var(--lime);font-size:9px;letter-spacing:.14em}.system-step h3{font-family:var(--display);font-weight:400;font-size:20px;margin:7px 0}.system-step p{color:#9ba198;font-size:12px;line-height:1.7;margin:0}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.related-card{border:1px solid var(--line);background:#0c100c;overflow:hidden}.related-card img{aspect-ratio:16/10;object-fit:cover}.related-card div{padding:20px}.related-card small{color:var(--lime);font-size:8px;letter-spacing:.14em;text-transform:uppercase}.related-card h3{font-family:var(--display);font-weight:400;font-size:22px;letter-spacing:.07em;margin:8px 0}.related-card p{color:#92988f;font-size:11px;line-height:1.65}.related-card a{display:inline-block;margin-top:8px;color:#d5db8f;font-size:9px;letter-spacing:.12em;text-transform:uppercase}
.article-hero{padding-top:170px;min-height:auto;background:radial-gradient(circle at 80% 20%,rgba(181,189,104,.08),transparent 32%),#0b0f0b}.article-hero .page-title{max-width:1040px}.article-body{max-width:900px;margin:0 auto}.article-body h2{font-family:var(--display);font-size:clamp(29px,3vw,44px);font-weight:300;line-height:1.15;margin:60px 0 20px}.article-body h3{font-family:var(--display);font-size:23px;font-weight:400;margin:38px 0 13px}.article-body p,.article-body li{color:#adb2a9;font-size:15px;line-height:1.9}.article-body strong{color:#eef0e9}.article-body ul,.article-body ol{padding-left:22px}.article-note{border-left:2px solid var(--lime);padding:17px 22px;background:#0e130e;margin:30px 0;color:#c8ccc3;line-height:1.75}.toc{border:1px solid var(--line);padding:24px;margin:34px 0;background:#0a0e0a}.toc strong{display:block;color:var(--lime);font-size:9px;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.toc a{display:block;color:#c6cac2;margin:8px 0;font-size:12px}.toc a:hover{color:var(--lime2)}
.collection-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border-top:1px solid var(--line);border-left:1px solid var(--line)}.collection-page-card{background:#0a0e0a;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.collection-page-card img{aspect-ratio:16/10;object-fit:cover}.collection-page-card .body{padding:28px}.collection-page-card small{color:var(--lime);font-size:9px;letter-spacing:.15em;text-transform:uppercase}.collection-page-card h2{font-family:var(--display);font-weight:300;font-size:32px;letter-spacing:.08em;margin:10px 0}.collection-page-card p{color:#9ea49b;line-height:1.75;font-size:12px}.collection-page-card .price-line{color:#e2e6c1;margin-top:15px;font-size:12px}
.cta-band{background:linear-gradient(90deg,#111711,#0a0e0a);display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}.cta-band h2{font-family:var(--display);font-size:clamp(34px,4.2vw,62px);font-weight:300;line-height:1;margin:0 0 15px}.cta-band p{color:#9da39a;max-width:700px;line-height:1.7}.cta-band .btn{min-width:220px}
.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:30px}.process-step{background:#0a0e0a;padding:24px}.process-step span{color:var(--lime);font-size:9px;letter-spacing:.14em}.process-step h3{font-family:var(--display);font-size:18px;font-weight:400;margin:15px 0 10px}.process-step p{color:#989e95;font-size:11px;line-height:1.7}
.pill-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.pill-nav a{border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#c2c6bd}.pill-nav a:hover{border-color:var(--lime);color:var(--lime2)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:900px){
  .knowledge-head,.home-faq-grid,.content-grid,.system-figure,.cta-band{grid-template-columns:1fr}.knowledge-grid{grid-template-columns:1fr}.knowledge-card{border-right:0;border-bottom:1px solid var(--line)}.knowledge-card:last-child{border-bottom:0}.footer-grid{grid-template-columns:1fr 1fr}.info-strip{grid-template-columns:1fr 1fr}.info-cell:nth-child(2){border-right:0}.info-cell:nth-child(-n+2){border-bottom:1px solid var(--line)}.content-label{position:static}.version-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:1fr 1fr}.page-hero{min-height:620px;padding-top:130px}.page-title{font-size:clamp(44px,11vw,78px)}
}
@media(max-width:640px){
  .footer-grid{grid-template-columns:1fr}.info-strip{grid-template-columns:1fr}.info-cell{border-right:0;border-bottom:1px solid var(--line)}.info-cell:last-child{border-bottom:0}.feature-grid,.related-grid,.collection-page-grid,.process-grid{grid-template-columns:1fr}.page-hero{min-height:570px;padding-bottom:48px}.page-title{font-size:43px}.page-title .soft{font-size:.46em}.content-section{padding-top:68px;padding-bottom:68px}.article-body p,.article-body li{font-size:14px}.footer-bottom{flex-direction:column}.product-meta{grid-template-columns:1fr}.hero-seo-title{max-width:300px}.knowledge-card{min-height:0}
}
