
: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;
  }
}
