:root{--bg: #F4F1EB;--bg-muted: #E8E2D7;--paper: #FFFFFF;--ink: #1A1611;--ink-2: #5A5048;--ink-3: #6B5F55;--accent: #9A5A38;--accent-soft: #EBDFD2;--dark: #1A1611;--cream: #EDE6DA;--wa: #25d366;--wa-d: #1ebe5b;--serif: "Fraunces", Georgia, serif;--sans: "Manrope", system-ui, sans-serif;--max: 1160px;--radius-sm: 6px;--radius: 14px;--radius-lg: 24px;--shadow-xs: 0 1px 3px rgba(26, 22, 17, .06);--shadow-sm: 0 4px 16px rgba(26, 22, 17, .07);--shadow-md: 0 12px 40px rgba(26, 22, 17, .1);--ease: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app{overflow-x:hidden}.nav{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:2rem;padding:0 clamp(1.25rem,5vw,3rem);height:68px;background:#f4f1ebe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(26,22,17,.07)}.brand{display:flex;align-items:center;gap:.85rem;margin-right:auto;text-decoration:none}.brand-mark{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--ink);color:var(--bg);display:grid;place-items:center;font-family:var(--serif);font-size:1.25rem;font-weight:500;letter-spacing:-.01em;flex-shrink:0}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong{font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.brand-text small{font-size:.7rem;font-weight:500;color:var(--ink-3);letter-spacing:.04em;text-transform:uppercase;margin-top:1px}.reys-logo{display:inline-flex;align-items:center;gap:.6rem;color:var(--ink);line-height:1}.reys-logo-boot{width:44px;height:32px;flex-shrink:0}.reys-logo-stack{display:flex;flex-direction:column;gap:2px}.reys-logo-top{display:flex;align-items:center;gap:.5rem}.reys-logo-over{font-size:.6rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-3)}.reys-logo-crown{width:22px;height:16px;flex-shrink:0}.reys-logo-word{font-family:var(--serif);font-size:1.4rem;font-weight:700;letter-spacing:.03em;color:currentColor;display:flex;align-items:baseline;gap:.4rem}.reys-logo-ca{font-size:.62rem;font-weight:600;letter-spacing:.08em;color:var(--ink-3)}.reys-logo.is-light{color:var(--cream)}.reys-logo.is-light .reys-logo-over,.reys-logo.is-light .reys-logo-ca{color:#ede6da99}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.875rem;font-weight:600;color:var(--ink-2);letter-spacing:.01em;transition:color .2s var(--ease);position:relative}.nav-links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--accent);transition:width .25s var(--ease)}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{width:100%}.cart-btn{position:relative;background:none;border:1px solid rgba(26,22,17,.14);cursor:pointer;width:44px;height:44px;border-radius:var(--radius-sm);display:grid;place-items:center;transition:border-color .2s,background .2s;color:var(--ink);flex-shrink:0}.cart-btn:hover{border-color:var(--ink);background:var(--bg-muted)}.cart-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cart-icon{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.cart-count{position:absolute;top:-5px;right:-5px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;padding:0 4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--sans);font-size:.875rem;font-weight:600;letter-spacing:.02em;padding:.75rem 1.5rem;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease),transform .15s var(--ease);white-space:nowrap;text-decoration:none}.btn:active{transform:scale(.98)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-primary{background:var(--ink);color:var(--cream);border-color:var(--ink)}.btn-primary:hover{background:#2e2720;border-color:#2e2720}.btn-ghost{background:transparent;color:var(--ink);border-color:#1a161138}.btn-ghost:hover{background:var(--bg-muted);border-color:#1a161166}.btn-add{background:var(--bg-muted);color:var(--ink);border-color:transparent;padding:.65rem 1.25rem}.btn-add:hover{background:var(--accent);color:#fff}.nosotros .btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.nosotros .btn-primary:hover{background:#7d4628;border-color:#7d4628}.btn-whatsapp{width:100%;background:var(--wa);color:#064a1e;border-color:transparent;font-size:.9rem;padding:.9rem 1.5rem;border-radius:var(--radius-sm)}.btn-whatsapp:hover:not(:disabled){background:var(--wa-d)}.btn-whatsapp:disabled{opacity:.45;cursor:not-allowed}.hero{max-width:var(--max);margin:0 auto;padding:clamp(4rem,10vw,8rem) clamp(1.25rem,5vw,3rem) clamp(3rem,7vw,6rem);display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}.hero-label{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);margin-bottom:1.5rem}.hero-label:before{content:"";display:block;width:24px;height:1px;background:currentColor}.hero-title{font-family:var(--serif);font-size:clamp(2.4rem,5.5vw,4rem);font-weight:500;line-height:1.06;letter-spacing:-.02em;color:var(--ink);max-width:14ch}.hero-title em{font-style:italic;color:var(--accent)}.hero-sub{margin-top:1.75rem;font-size:1rem;color:var(--ink-2);line-height:1.75;max-width:38ch}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2.5rem}.hero-stats{display:flex;gap:2.5rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(26,22,17,.09);list-style:none;flex-wrap:wrap}.hero-stat-num{display:block;font-family:var(--serif);font-size:1.75rem;font-weight:500;color:var(--ink);line-height:1}.hero-stat-label{display:block;font-size:.75rem;color:var(--ink-3);margin-top:.3rem;letter-spacing:.02em}.hero-visual{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:clamp(.6rem,1.5vw,.9rem)}.hero-img-wrap{all:unset;display:block;border-radius:var(--radius);overflow:hidden;background:var(--bg-muted);transition:transform .35s var(--ease),box-shadow .35s var(--ease);cursor:default}button.hero-img-wrap{cursor:pointer}button.hero-img-wrap:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}button.hero-img-wrap:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hero-img-wrap--featured{grid-row:1 / 3}.hero-img-wrap{border:1px solid rgba(26,22,17,.06)}.hero-img-wrap img{width:100%;height:100%;object-fit:contain;background:#fff;padding:16px;box-sizing:border-box;display:block}.hero-img-wrap--featured img{aspect-ratio:3 / 4;object-fit:contain}.hero-img-wrap--static img{aspect-ratio:4 / 3;object-fit:contain}.catalogo{background:var(--paper);border-top:1px solid rgba(26,22,17,.07);border-bottom:1px solid rgba(26,22,17,.07)}.section-head{max-width:var(--max);margin:0 auto;padding:clamp(3.5rem,8vw,6rem) clamp(1.25rem,5vw,3rem) clamp(2rem,5vw,3.5rem);display:grid;grid-template-columns:1fr auto;align-items:end;gap:1.5rem}.section-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.section-label:before{content:"";display:block;width:24px;height:1px;background:currentColor}.section-head h2{font-family:var(--serif);font-size:clamp(1.9rem,4vw,3rem);font-weight:500;letter-spacing:-.02em;line-height:1.1;color:var(--ink)}.section-head p{color:var(--ink-2);font-size:.95rem;line-height:1.65;max-width:36ch}.showcase{max-width:var(--max);margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}.product-row{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5rem);align-items:center;padding:clamp(3rem,7vw,5.5rem) 0;border-top:1px solid rgba(26,22,17,.07)}.product-row:last-child{border-bottom:1px solid rgba(26,22,17,.07);margin-bottom:clamp(2rem,5vw,4rem)}.product-row--rev .product-visuals{order:2}.product-row--rev .product-info{order:1}.product-visuals{display:block}.product-img-btn{all:unset;display:block;cursor:pointer;border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid rgba(26,22,17,.06);position:relative;transition:transform .35s var(--ease),box-shadow .35s var(--ease);width:100%}.product-img-btn:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.product-img-btn:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.product-img-real{width:100%;aspect-ratio:4 / 3;object-fit:contain;background:#fff;padding:18px;box-sizing:border-box;display:block;transition:transform .5s var(--ease)}.product-img-btn:hover .product-img-real{transform:scale(1.04)}.product-img-hint{position:absolute;bottom:12px;left:50%;transform:translate(-50%) translateY(6px);background:var(--ink);color:var(--cream);font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:.4rem .9rem;border-radius:var(--radius-sm);opacity:0;transition:opacity .25s var(--ease),transform .25s var(--ease);white-space:nowrap;pointer-events:none}.product-img-btn:hover .product-img-hint,.product-img-btn:focus-visible .product-img-hint{opacity:1;transform:translate(-50%) translateY(0)}.product-index{font-family:var(--serif);font-size:.75rem;font-weight:500;color:var(--ink-3);letter-spacing:.08em;margin-bottom:.6rem}.product-category{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.85rem}.product-name{font-family:var(--serif);font-size:clamp(1.65rem,3vw,2.4rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;color:var(--ink)}.product-desc{color:var(--ink-2);font-size:.95rem;line-height:1.75;margin-top:1rem;max-width:34ch}.product-features{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.5rem}.product-features li{background:var(--accent-soft);color:var(--ink-2);font-size:.78rem;font-weight:600;padding:.3rem .75rem;border-radius:999px;letter-spacing:.01em}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(26,22,17,.08)}.product-price{font-family:var(--serif);font-size:clamp(1.75rem,2.5vw,2.2rem);font-weight:500;color:var(--ink);letter-spacing:-.02em}.product-actions{display:flex;gap:.6rem;flex-wrap:wrap}.nosotros{background:var(--dark);color:var(--cream);padding:clamp(4rem,9vw,7rem) clamp(1.25rem,5vw,3rem)}.nosotros-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,7vw,6rem);align-items:center}.nosotros-media{border-radius:var(--radius-lg);overflow:hidden;background:#ffffff0a;flex-shrink:0}.nosotros-img{width:100%;aspect-ratio:5 / 6;object-fit:cover;display:block}.nosotros-label{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.nosotros-label:before{content:"";display:block;width:24px;height:1px;background:currentColor}.nosotros-title{font-family:var(--serif);font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;color:var(--cream)}.nosotros-text{margin-top:1.25rem;color:#ede6dab8;font-size:.95rem;line-height:1.8;max-width:40ch}.nosotros-cta{margin-top:2rem}.nosotros-pillars{list-style:none;display:flex;flex-direction:column;gap:0;margin-top:2.5rem}.nosotros-pillar{display:grid;grid-template-columns:48px 1fr;gap:1.25rem;align-items:start;padding:1.5rem 0;border-bottom:1px solid rgba(237,230,218,.1)}.nosotros-pillar:first-child{border-top:1px solid rgba(237,230,218,.1)}.nosotros-pillar-num{font-family:var(--serif);font-size:1.1rem;font-weight:500;color:var(--accent);line-height:1;padding-top:2px}.nosotros-pillar h3{font-size:.95rem;font-weight:700;color:var(--cream);margin-bottom:.3rem}.nosotros-pillar p{font-size:.875rem;color:#ede6daa6;line-height:1.65}.footer{background:var(--dark);color:#ede6dabf;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,5vw,3rem);border-top:1px solid rgba(237,230,218,.08)}.footer-inner{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:start;gap:2rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.85rem}.footer-brand-tag{font-size:.8rem;color:#ede6da8c;line-height:1.5}.footer-brand-mark{background:#ede6da1a!important;color:var(--cream)!important}.footer-brand-text strong{display:block;font-size:.9rem;font-weight:700;color:var(--cream);margin-bottom:.25rem}.footer-brand-text p{font-size:.8rem;color:#ede6da8c;line-height:1.5}.footer-wa-link{display:inline-flex;align-items:center;gap:.6rem;background:#25d3661f;color:#5ef59a;border:1px solid rgba(37,211,102,.22);padding:.6rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;transition:background .2s,border-color .2s}.footer-wa-link:hover{background:#25d36633;border-color:#25d36661}.footer-wa-link:focus-visible{outline:2px solid #5ef59a;outline-offset:2px}.footer-bottom{max-width:var(--max);margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(237,230,218,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-copy{font-size:.78rem;color:#ede6da61}.fab-wa{position:fixed;bottom:24px;right:24px;z-index:50;width:56px;height:56px;border-radius:50%;background:var(--wa);color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px #25d36673;transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.fab-wa:hover{transform:scale(1.07);box-shadow:0 12px 32px #25d3668c}.fab-wa:focus-visible{outline:2px solid var(--wa);outline-offset:3px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#1a16118c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:grid;place-items:center;padding:1rem;animation:fadeIn .2s var(--ease)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--paper);border-radius:var(--radius-lg);overflow:hidden;width:min(880px,100%);display:grid;grid-template-columns:1fr 1fr;position:relative;box-shadow:0 40px 80px #1a161140;animation:scaleIn .25s var(--ease);max-height:92dvh}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid rgba(26,22,17,.12);background:#f4f1ebeb;cursor:pointer;display:grid;place-items:center;color:var(--ink);transition:background .2s,border-color .2s}.modal-close:hover{background:var(--bg-muted);border-color:#1a161140}.modal-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.modal-close svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.modal-media{background:#fff;display:flex;align-items:stretch;justify-content:center;position:relative;overflow:hidden}.modal-img-real{width:100%;height:100%;min-height:300px;object-fit:contain;padding:20px;box-sizing:border-box;background:#fff;display:block}.modal-badge{position:absolute;top:14px;left:14px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:#ebdfd2eb;padding:.3rem .7rem;border-radius:999px;z-index:2}.modal-gallery{display:flex;flex-direction:column;background:var(--bg-muted);min-height:0}.modal-gallery .modal-media{flex:1;min-height:0}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;border:1px solid rgba(26,22,17,.1);background:#f4f1ebe0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--ink);display:grid;place-items:center;cursor:pointer;z-index:2;transition:background .2s,transform .15s}.carousel-arrow:hover{background:var(--paper)}.carousel-arrow:active{transform:translateY(-50%) scale(.94)}.carousel-arrow:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.carousel-arrow--prev{left:12px}.carousel-arrow--next{right:12px}.carousel-counter{position:absolute;bottom:12px;right:12px;z-index:2;font-size:.72rem;font-weight:600;letter-spacing:.03em;color:var(--cream);background:#1a16119e;padding:.25rem .6rem;border-radius:999px}.carousel-thumbs{display:flex;gap:.5rem;padding:.6rem;overflow-x:auto;background:var(--paper);border-top:1px solid rgba(26,22,17,.06);scrollbar-width:thin}.carousel-thumb{flex:0 0 auto;width:56px;height:56px;padding:0;border-radius:var(--radius-sm);border:2px solid transparent;background:var(--bg-muted);cursor:pointer;overflow:hidden;opacity:.6;transition:opacity .2s,border-color .2s}.carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block}.carousel-thumb:hover{opacity:.9}.carousel-thumb.is-active{opacity:1;border-color:var(--accent)}.carousel-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.product-img-count{position:absolute;bottom:12px;left:12px;z-index:2;font-size:.7rem;font-weight:600;letter-spacing:.02em;color:var(--cream);background:#1a161199;padding:.25rem .6rem;border-radius:999px;pointer-events:none}.modal-body{padding:clamp(1.75rem,4vw,2.5rem);display:flex;flex-direction:column;overflow-y:auto}.modal-title{font-family:var(--serif);font-size:clamp(1.5rem,2.5vw,1.9rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;color:var(--ink)}.modal-price{font-family:var(--serif);font-size:1.6rem;font-weight:500;color:var(--ink);margin:.75rem 0 1rem;letter-spacing:-.02em}.modal-desc{color:var(--ink-2);font-size:.9rem;line-height:1.75}.modal-features{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:1.25rem 0 1.5rem}.modal-features li{background:var(--accent-soft);color:var(--ink-2);font-size:.78rem;font-weight:600;padding:.3rem .75rem;border-radius:999px}.modal-actions{margin-top:auto;display:flex;gap:.6rem;flex-wrap:wrap}.modal-actions .btn{flex:1}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#1a161166;opacity:0;pointer-events:none;transition:opacity .3s var(--ease)}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;z-index:80;height:100dvh;width:min(420px,100%);background:var(--bg);box-shadow:-20px 0 60px #1a16111f;transform:translate(100%);transition:transform .35s var(--ease);display:flex;flex-direction:column}.drawer.open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(26,22,17,.08)}.drawer-head h2{font-family:var(--serif);font-size:1.2rem;font-weight:500;color:var(--ink)}.drawer-close{width:36px;height:36px;border-radius:var(--radius-sm);border:1px solid rgba(26,22,17,.12);background:transparent;cursor:pointer;display:grid;place-items:center;color:var(--ink-2);transition:background .2s,border-color .2s}.drawer-close:hover{background:var(--bg-muted);border-color:#1a161133}.drawer-close:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.drawer-close svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.drawer-items{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.drawer-empty{text-align:center;color:var(--ink-3);margin-top:3rem;font-size:.9rem;line-height:1.7}.drawer-empty p:first-child{font-family:var(--serif);font-size:1.1rem;font-weight:500;color:var(--ink-2);margin-bottom:.5rem}.drawer-item{background:var(--paper);border:1px solid rgba(26,22,17,.08);border-radius:var(--radius);padding:1rem}.drawer-item-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem}.drawer-item-name{font-size:.9rem;font-weight:600;color:var(--ink);line-height:1.3}.drawer-item-price{font-family:var(--serif);font-size:1rem;font-weight:500;color:var(--ink);white-space:nowrap}.drawer-item-controls{display:flex;align-items:center;gap:.5rem}.drawer-ctrl-btn{width:30px;height:30px;border-radius:var(--radius-sm);border:1px solid rgba(26,22,17,.14);background:var(--bg-muted);cursor:pointer;display:grid;place-items:center;font-size:1rem;font-weight:600;color:var(--ink);transition:background .15s,border-color .15s;line-height:1}.drawer-ctrl-btn:hover{background:var(--bg);border-color:#1a161147}.drawer-ctrl-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.drawer-ctrl-qty{min-width:24px;text-align:center;font-size:.9rem;font-weight:700;color:var(--ink)}.drawer-remove-btn{margin-left:auto;background:none;border:none;cursor:pointer;color:var(--ink-3);padding:4px;line-height:1;border-radius:4px;font-size:.85rem;transition:color .2s}.drawer-remove-btn:hover{color:var(--ink)}.drawer-remove-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.drawer-foot{padding:1.25rem 1.5rem 1.75rem;border-top:1px solid rgba(26,22,17,.08);background:var(--paper)}.drawer-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1.1rem}.drawer-total-label{font-size:.85rem;font-weight:600;color:var(--ink-2);letter-spacing:.02em;text-transform:uppercase}.drawer-total-amount{font-family:var(--serif);font-size:1.65rem;font-weight:500;color:var(--ink);letter-spacing:-.02em}.drawer-nota{text-align:center;font-size:.75rem;color:var(--ink-3);margin-top:.75rem;line-height:1.5}@media (max-width: 900px){.hero{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-label{justify-content:center}.hero-label:before{display:none}.hero-title{max-width:100%;margin:0 auto}.hero-sub{max-width:100%;margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.hero-visual{max-width:480px;margin:0 auto}.section-head{grid-template-columns:1fr}.product-row{grid-template-columns:1fr;gap:2rem;padding:clamp(2.5rem,8vw,4rem) 0}.product-row--rev .product-visuals,.product-row--rev .product-info{order:unset}.product-desc{max-width:100%}.nosotros-inner{grid-template-columns:1fr;gap:2.5rem}.nosotros-img{aspect-ratio:16 / 9}.nosotros-text{max-width:100%}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:center;text-align:center}.modal{grid-template-columns:1fr;overflow-y:auto}.modal-media{min-height:240px}.modal-img-real{min-height:240px;aspect-ratio:4 / 3}}@media (max-width: 580px){.nav-links{display:none}.hero-stats{gap:1.5rem}.modal-actions{flex-direction:column}.modal-actions .btn{flex:none;width:100%}.product-footer{flex-direction:column;align-items:flex-start}}
