:root{--ink:#171614;--muted:#766f67;--paper:#f8f5ef;--card:#fffdf9;--accent:#e75c32;--line:#e9e2d8;--green:#3d8d68}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.topbar{background:var(--ink);color:#fff;padding:9px 6vw;font-size:12px;letter-spacing:.05em;text-align:center}.topbar button{float:right;color:#f7c2ae;background:none;border:0;cursor:pointer}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:rgba(248,245,239,.9);position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:inherit;font-weight:800;font-size:19px;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;background:var(--accent);color:#fff;width:31px;height:31px;border-radius:50%;font-size:17px}nav{display:flex;gap:30px}nav a,.text-btn{color:var(--muted);text-decoration:none;font-size:14px}.nav-actions{display:flex;gap:10px;align-items:center}.ghost,.filter-btn{border:1px solid var(--line);background:var(--card);border-radius:100px;padding:11px 14px;cursor:pointer}.cart-btn,.primary{border:0;border-radius:100px;padding:13px 18px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}.cart-btn{background:var(--ink)}.cart-btn b{background:var(--accent);padding:2px 6px;border-radius:20px;margin-left:5px}.hero{min-height:570px;padding:70px 6vw 76px;display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:center;background:radial-gradient(circle at 85% 40%,#f7d7bb 0,#f8f5ef 42%)}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--accent)}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,serif;font-size:clamp(54px,6vw,88px);line-height:.93;letter-spacing:-.08em;margin:17px 0 25px}h1 em,h2 em{color:var(--accent);font-style:normal}h2{font-family:Georgia,serif;font-size:45px;letter-spacing:-.06em;margin:8px 0 28px}.hero-copy>p{max-width:420px;color:var(--muted);font-size:17px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:20px;margin:30px 0}.text-btn{background:none;border:0;cursor:pointer}.trust{font-size:12px;color:var(--muted)}.trust span{color:var(--accent)}.hero-art{position:relative}.hero-art img{width:100%;height:370px;object-fit:cover;border-radius:32px;box-shadow:25px 25px 0 #e8c6b3}.floating-note{position:absolute;bottom:-20px;left:-28px;background:#fffdf9;padding:16px 20px;border-radius:16px;display:flex;gap:12px;box-shadow:0 12px 30px #8c655533;font-size:12px}.floating-note>span{color:var(--green);font-size:20px}.floating-note small{display:block;color:var(--muted);margin-top:4px}.content,.faq{padding:90px 6vw}.section-head,.admin-head,.card-title{display:flex;justify-content:space-between;align-items:end}.categories{display:flex;gap:10px;overflow:auto;margin-bottom:30px}.categories button{border:1px solid var(--line);background:transparent;padding:11px 18px;border-radius:100px;white-space:nowrap;cursor:pointer}.categories button.active{background:var(--ink);color:white}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{background:var(--card);border:1px solid var(--line);border-radius:22px;padding:12px;cursor:pointer;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 14px 30px #17161412}.product img{width:100%;height:190px;object-fit:cover;border-radius:15px}.product-info{padding:14px 5px 6px}.product h3{font-size:17px;margin:0 0 6px}.product p{color:var(--muted);font-size:13px;line-height:1.4;min-height:36px}.price{font-weight:800}.promo{margin:0 6vw 90px;border-radius:28px;background:#24201d;color:white;padding:52px 7%;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.promo p{color:#c7bdb5}.promo strong{color:#f7bd8d}.promo-shape{font-size:130px;font-weight:900;color:var(--accent);letter-spacing:-.12em}.promo-shape span{font-size:55px}.faq{background:#eee8df}.faq details{border-top:1px solid #d6cdc1;padding:22px 0;max-width:760px}.faq summary{cursor:pointer;display:flex;justify-content:space-between;font-weight:700}.faq p{color:var(--muted);padding:14px 0 0;margin:0}.faq summary span{color:var(--accent);font-size:20px}footer{padding:30px 6vw;display:flex;justify-content:space-between;color:var(--muted);font-size:12px;align-items:center}.cart,.modal-wrap,.admin-wrap{display:none;position:fixed;inset:0;z-index:10}.cart{left:auto;width:min(430px,100%);background:var(--card);padding:30px;box-shadow:-20px 0 40px #0002;flex-direction:column}.cart.open{display:flex}.scrim{display:none;position:fixed;inset:0;background:#17161480;z-index:9}.scrim.open{display:block}.cart-head{display:flex;justify-content:space-between}.cart-head h3{font-family:Georgia,serif;font-size:35px;margin:6px 0}.cart-head button,.modal-close{background:none;border:0;font-size:28px;cursor:pointer}.cart-items{flex:1;padding:30px 0}.empty{text-align:center;color:var(--muted);padding-top:80px}.cart-item{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:15px 0}.cart-item small{display:block;color:var(--muted);margin-top:5px}.cart-summary>div{display:flex;justify-content:space-between;padding:7px 0;color:var(--muted)}.cart-summary .total{font-size:19px;color:var(--ink);border-top:1px solid var(--line);margin-top:10px;padding-top:15px}.checkout{width:100%;margin-top:15px}.modal-wrap,.admin-wrap{align-items:center;justify-content:center;background:#17161499}.modal,.admin{background:var(--card);border-radius:24px;max-width:820px;width:92%;position:relative;overflow:hidden}.modal{display:grid;grid-template-columns:1fr 1fr}.modal>img{width:100%;height:100%;min-height:390px;object-fit:cover}.modal-body{padding:45px 35px}.modal-body h2{margin:10px 0;font-size:39px}.modal-body p{color:var(--muted);line-height:1.5}.modal-row{display:flex;justify-content:space-between;align-items:end;margin:25px 0}.modal-row input{display:block;width:75px;padding:10px;border:1px solid var(--line);border-radius:10px;margin-top:7px}.modal-row strong{font-size:24px}.modal-body .primary{width:100%}.modal-close{position:absolute;right:17px;top:12px;z-index:2}.modal-wrap.open,.admin-wrap.open{display:flex}.admin{max-width:1050px;min-height:600px;display:grid;grid-template-columns:220px 1fr}.admin-side{background:var(--ink);color:#fff;padding:28px 18px}.admin-side .brand{margin-bottom:55px}.admin-side p{color:#938b83}.admin-side button{width:100%;background:none;border:0;color:#bcb4ac;text-align:left;padding:14px;border-radius:9px;cursor:pointer}.admin-side .side-active{background:#3a332e;color:#fff}.admin-main{padding:42px}.admin-head{align-items:center}.admin-head h2{margin:8px 0 30px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats>div,.admin-card{background:#f4eee7;border:1px solid var(--line);border-radius:16px;padding:18px}.stats span,.stats small{display:block;color:var(--muted);font-size:12px}.stats strong{display:block;font-size:27px;margin:12px 0}.up{color:var(--green)!important}.admin-card{margin-top:18px}.orders>div{display:grid;grid-template-columns:140px 1fr 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line);font-size:13px}.orders small{color:var(--muted)}.status{padding:6px 8px;border-radius:6px;font-size:11px;width:max-content}.orange{background:#ffe1d7;color:#b8482e}.green{background:#dff1e6;color:#277451}.purple{background:#e8e0fa;color:#6d51a6}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:13px 20px;border-radius:100px;opacity:0;transition:.25s;z-index:30}.toast.show{opacity:1;transform:translate(-50%,0)}body.dark{--paper:#181614;--card:#24201d;--ink:#f8f5ef;--muted:#b2a79d;--line:#3a332e}.dark .nav{background:#181614dd}.dark .hero{background:radial-gradient(circle at 85% 40%,#4b2c20 0,#181614 45%)}.dark .promo,.dark .topbar,.dark .admin-side{background:#0f0e0d}.dark .faq{background:#24201d}.dark .stats>div,.dark .admin-card{background:#302923}
@media(max-width:760px){.topbar{font-size:10px}.topbar button{display:none}.nav{padding:0 20px}.nav nav{display:none}.cart-btn span{display:none}.hero{padding:45px 20px 70px;display:block}.hero-art{margin-top:55px}.hero-art img{height:280px}.floating-note{left:10px}.content,.faq{padding:60px 20px}h2{font-size:37px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product img{height:135px}.product-info{padding:10px 3px}.product h3{font-size:14px}.product p{font-size:11px;min-height:42px}.promo{margin:0 20px 60px;padding:35px 25px}.promo-shape{font-size:65px}.promo-shape span{font-size:28px}footer{padding:25px 20px;display:block}footer>*{display:block;margin:9px 0}.modal{display:block}.modal>img{height:180px;min-height:0}.modal-body{padding:25px}.admin{display:block;max-height:90vh;overflow:auto}.admin-side{display:none}.admin-main{padding:28px 20px}.admin-head{display:block}.stats{grid-template-columns:1fr}.orders>div{grid-template-columns:1fr 1fr}.orders small{grid-column:2}.admin-head .primary{margin-bottom:20px}}

/* Contraste del tema oscuro: todos los controles usan las variables activas. */
.filter-btn,.ghost,.categories button{color:var(--ink)}
.dark .filter-btn,.dark .ghost,.dark .categories button{color:var(--ink);border-color:#4a4038}
.dark .categories button.active{background:var(--paper);color:#181614}
.dark nav a,.dark .text-btn{color:#c8bdb3}

/* Dirección visual inspirada en la referencia: noche, brasa y tipografía editorial. */
body{background:#151311;color:#f7f0e8;letter-spacing:.01em}
.topbar{background:#0d0c0b;color:#d8ccc0;border-bottom:1px solid #302923}
.nav{background:rgba(21,19,17,.88);border-bottom:1px solid #302923}
nav a,.text-btn{color:#b9aaa0}
.hero{min-height:650px;background:radial-gradient(circle at 82% 44%,#48251a 0,#211914 28%,#151311 64%);padding-top:90px}
h1,h2,.cart-head h3,.modal-body h2{font-family:Georgia,serif;text-transform:uppercase;font-weight:900}
h1{font-size:clamp(56px,7.4vw,108px);letter-spacing:-.09em;line-height:.86}
h1 em,h2 em{color:#f26b21}
.hero-copy>p{color:#b9aaa0}
.trust{color:#b9aaa0}
.hero-art img{box-shadow:24px 24px 0 #3d2117;border:1px solid #583122;filter:saturate(1.12) contrast(1.05)}
.floating-note{background:#241e1a;color:#f7f0e8;border:1px solid #493329}.floating-note small{color:#b9aaa0}
.content,.faq{background:#151311}.section-head h2,.faq h2{color:#f7f0e8}
.filter-btn,.ghost,.categories button{background:#1d1a18;color:#f7f0e8;border-color:#463a32}
.categories button.active{background:#f26b21;color:#fff;border-color:#f26b21}
.product{background:#211d1a;border-color:#3b3029}.product:hover{box-shadow:0 14px 30px #0008}.product p{color:#ab9d93}.product h3{color:#f7f0e8}
.promo{background:#2a1d16;border:1px solid #553323}.faq{background:#1d1917}.faq details{border-color:#3a302b}.faq summary{color:#f7f0e8}
footer{background:#0d0c0b;color:#9e9087;border-top:1px solid #302923}
.cart,.modal,.admin{background:#211d1a;color:#f7f0e8}.cart-summary>div{color:#b9aaa0}.cart-summary .total{color:#f7f0e8;border-color:#3b3029}.cart-item{border-color:#3b3029}.modal-body p{color:#b9aaa0}
.admin-main{background:#211d1a}.stats>div,.admin-card{background:#2a2420;border-color:#463a32}.admin-head h2{color:#f7f0e8}
body.light{--ink:#171614;--muted:#766f67;--paper:#f8f5ef;--card:#fffdf9;--line:#e9e2d8;background:var(--paper);color:var(--ink)}
body.light .nav{background:rgba(248,245,239,.9);border-color:var(--line)}body.light .hero{background:radial-gradient(circle at 85% 40%,#f7d7bb 0,#f8f5ef 42%)}body.light .content,body.light .faq{background:var(--paper)}body.light footer{background:var(--paper);color:var(--muted)}body.light .product,body.light .cart,body.light .modal,body.light .admin{background:var(--card);color:var(--ink)}body.light .product h3,body.light .faq summary{color:var(--ink)}

/* Composición de catálogo tipo restaurante premium */
.hero{min-height:700px;grid-template-columns:.78fr 1.22fr;gap:2vw;padding:85px 5vw 65px;overflow:hidden}
.hero-art{height:520px;display:flex;align-items:center;justify-content:center}.hero-art img{height:520px;width:100%;max-width:720px;object-fit:cover;border:0;border-radius:0;box-shadow:none;mix-blend-mode:screen;mask-image:linear-gradient(90deg,transparent 0%,#000 24%,#000 100%)}
.hero-copy{position:relative;z-index:1}.hero-copy>p{font-size:13px;max-width:360px}.hero-actions{margin:26px 0}.hero .primary{padding:14px 30px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.trust{font-size:10px;letter-spacing:.04em}
h1{font-family:'Arial Narrow',Impact,sans-serif;font-stretch:condensed;font-size:clamp(58px,7vw,104px);line-height:.82;letter-spacing:-.055em}.eyebrow{font-size:9px;letter-spacing:.22em}
.content{padding:45px 5vw 90px}.section-head{align-items:end;margin-bottom:22px}.section-head h2{font-family:'Arial Narrow',Impact,sans-serif;font-size:42px;letter-spacing:-.04em;margin:7px 0 0}.categories{gap:8px;margin-bottom:35px}.categories button{font-size:10px;padding:9px 15px;background:#1b1816}.product-grid{grid-template-columns:repeat(4,1fr);gap:12px}.product{border-radius:4px;padding:0;background:#1c1816;border-color:#302824;overflow:hidden;position:relative}.product img{height:175px;border-radius:0;display:block}.product-info{padding:13px 12px 14px}.product h3{font-family:'Arial Narrow',Impact,sans-serif;text-transform:uppercase;font-size:17px;letter-spacing:.02em;margin-bottom:6px}.product p{font-size:10px;line-height:1.35;min-height:30px;margin-bottom:16px}.price{display:block;border-top:1px solid #342a24;padding-top:12px;font-size:12px}.product:after{content:'+';position:absolute;right:10px;bottom:10px;width:20px;height:20px;display:grid;place-items:center;background:#f26b21;color:#fff;border-radius:50%;font-weight:900;font-size:16px}.filter-btn{font-size:10px;text-transform:uppercase}.promo{margin:0 2.5vw 85px;border-radius:5px;min-height:170px;padding:35px 7%;background:linear-gradient(105deg,#30150c,#1d100b);border:1px solid #4a2415}.promo h2{font-family:'Arial Narrow',Impact,sans-serif;font-size:48px;line-height:.86;margin:10px 0 16px}.promo p{font-size:11px}.promo-shape{font-family:'Arial Narrow',Impact,sans-serif}.faq{padding:80px 12vw}.faq h2{font-family:'Arial Narrow',Impact,sans-serif;font-size:48px;text-align:center;margin-bottom:45px}.faq>.eyebrow{display:block;text-align:center}.faq details{max-width:900px;margin:auto;padding:17px 0}.faq summary{font-size:12px}.faq p{font-size:12px}footer{font-size:10px}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr;min-height:720px}.hero-art{position:absolute;right:0;bottom:0;width:70%;height:420px;opacity:.72}.hero-copy{padding-top:25px}.hero-copy>p{max-width:290px}.hero h1{font-size:clamp(58px,14vw,100px);max-width:600px}.content{padding-left:20px;padding-right:20px}}

.catalog-section{padding:38px 5vw 70px;background:#0f0e0d}.catalog-section.alt{background:#151311}.catalog-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.catalog-title h2{font-family:'Arial Narrow',Impact,sans-serif;text-transform:uppercase;font-size:43px;line-height:.9;margin:8px 0 0;color:#f7f0e8}.section-note{font-size:10px;color:#8d7f75}.demo-grid{margin:0}.steps{padding:78px 8vw 86px;background:#1b1715;text-align:center}.steps>h2{font-family:'Arial Narrow',Impact,sans-serif;text-transform:uppercase;font-size:48px;margin:10px 0 38px;color:#f7f0e8}.step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:920px;margin:auto}.step-grid article{min-height:180px;text-align:left;border:1px solid #302824;background:#211d1a;border-radius:6px;padding:20px}.step-grid b{display:block;color:#4c4038;font-size:28px}.step-grid span{display:grid;place-items:center;background:#2b211c;color:#f26b21;border-radius:50%;width:30px;height:30px;margin:8px 0}.step-grid h3{font-family:'Arial Narrow',Impact,sans-serif;font-size:15px;margin:8px 0;color:#f7f0e8}.step-grid p{color:#9d8e84;font-size:11px}.info-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:23px 5vw;background:#191513;border-top:1px solid #302824;border-bottom:1px solid #302824}.info-strip>div{display:grid;grid-template-columns:28px 1fr;column-gap:9px;border-right:1px solid #302824;padding:0 18px}.info-strip>div:last-child{border:0}.info-strip b{grid-row:span 2;color:#f26b21}.info-strip strong{font-size:11px;color:#f7f0e8}.info-strip small{font-size:9px;color:#8e8076}@media(max-width:700px){.catalog-section{padding:35px 20px}.catalog-title{display:block}.section-note{display:block;margin-top:9px}.steps{padding:58px 20px}.step-grid{grid-template-columns:1fr}.info-strip{grid-template-columns:1fr 1fr;gap:16px;padding:20px}.info-strip>div{padding:0 5px;border:0}}
.topbar #adminLink{display:none}
.topbar{position:relative;background:#f26b21;color:#171311;border:0;height:31px;padding:7px 45px;font-size:11px;font-weight:700;letter-spacing:.01em}.topbar strong{margin-left:8px}.topbar button{float:none;color:#171311;text-decoration:underline;font-weight:800;margin-left:14px}.topbar .offer-close{position:absolute;right:22px;top:4px;border:0;background:none;text-decoration:none;font-size:18px;cursor:pointer;margin:0}
.cart-btn{background:#f26b21;color:#fff;border:1px solid #f26b21}.cart-btn b{color:#fff;background:#171311}
.coupon{display:flex;gap:7px;margin-bottom:12px}.coupon input{flex:1;background:#171311;color:#f7f0e8;border:1px solid #49382e;border-radius:5px;padding:10px;font-size:11px}.coupon button{background:#f26b21;color:#fff;border:0;border-radius:5px;padding:0 13px;font-size:11px;cursor:pointer}.cart-summary>div{font-size:12px}.cart-summary #discount{color:#56b883}@media(max-width:760px){.cart{width:100%;padding:22px}.cart.open{display:flex}}
.checkout-wrap,.tracking-wrap{display:none;position:fixed;inset:0;z-index:20;align-items:center;justify-content:center;background:#080706cc;padding:18px;overflow:auto}.checkout-wrap.open,.tracking-wrap.open{display:flex}.checkout-box,.tracking-box{position:relative;width:min(620px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#211d1a;border:1px solid #49382e;border-radius:8px;padding:34px}.checkout-top h2,.tracking-box h2{font-family:'Arial Narrow',Impact,sans-serif;text-transform:uppercase;font-size:40px;margin:8px 0 18px}.progress{display:flex;gap:6px;margin-bottom:28px}.progress i{height:3px;flex:1;background:#46382f}.progress i.active{background:#f26b21}.checkout-step{display:none}.checkout-step.active{display:block}.checkout-step label{display:block;font-size:11px;color:#b9aaa0;margin:14px 0}.checkout-step input,.checkout-step textarea{display:block;width:100%;margin-top:7px;background:#171311;border:1px solid #49382e;border-radius:5px;padding:13px;color:#f7f0e8}.checkout-step textarea{min-height:70px}.checkout-step .primary{width:100%;margin-top:17px}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.choice{background:#171311;border:1px solid #49382e;color:#f7f0e8;border-radius:6px;padding:17px;text-align:left;cursor:pointer}.choice.active{border-color:#f26b21;box-shadow:inset 0 0 0 1px #f26b21}.choice>b,.choice>small{display:block;margin-top:6px}.choice small,.muted{color:#9e9087}.review{background:#171311;border:1px solid #49382e;padding:17px;color:#d9cbc1;line-height:1.7;font-size:12px}.checkout-success{text-align:center;display:none;padding:25px}.checkout-success.open{display:block}.success-icon{margin:0 auto 18px;background:#f26b21;color:#fff;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;font-size:30px}.checkout-success h2{font-family:'Arial Narrow',Impact,sans-serif;text-transform:uppercase;font-size:42px}.tracking-box{width:min(540px,100%)}.timeline{margin-top:28px}.timeline>div{display:grid;grid-template-columns:35px 1fr;column-gap:13px;padding:16px 0;border-bottom:1px solid #3b3029}.timeline b{grid-row:span 2;color:#6e5e54}.timeline .done b,.timeline .current b{color:#f26b21}.timeline strong{font-size:13px}.timeline small{color:#9e9087;font-size:11px;margin-top:4px}.whatsapp{position:fixed;right:22px;bottom:24px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;font-size:25px;text-decoration:none;z-index:8;box-shadow:0 8px 22px #0007}body.light .checkout-box,body.light .tracking-box{background:var(--card);color:var(--ink)}body.light .checkout-step input,body.light .checkout-step textarea,body.light .choice,body.light .review{background:#fff;color:var(--ink);border-color:var(--line)}
.option-block{margin:18px 0}.option-title{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:9px;color:#f26b21}.option{display:flex;align-items:center;gap:8px;padding:9px 0;border-bottom:1px solid #3b3029;font-size:12px;color:#f7f0e8}.option b{margin-left:auto;font-size:11px;color:#f26b21}.option input,.remove-grid input{accent-color:#f26b21}.remove-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;color:#b9aaa0;font-size:11px}.notes-title{margin-top:18px}#productNotes{width:100%;min-height:58px;resize:vertical;background:#171311;color:#f7f0e8;border:1px solid #49382e;border-radius:5px;padding:10px;font:inherit;font-size:11px}#productNotes::placeholder{color:#897a70}body.light .option{color:var(--ink);border-color:var(--line)}body.light #productNotes{background:#fff;color:var(--ink);border-color:var(--line)}
.modal-wrap{padding:18px;overflow-y:auto}.modal{max-height:calc(100vh - 36px);overflow:hidden}.modal-body{max-height:calc(100vh - 36px);overflow-y:auto}.modal-close{color:#f7f0e8;background:#211d1acc;border-radius:50%;width:34px;height:34px;line-height:28px;text-align:center}.price{font-size:15px;color:#f7f0e8;font-weight:900;letter-spacing:.02em}.modal-row strong{color:#f26b21;font-size:27px}.dark .modal-close{color:#fff}body.light .modal-close{color:#171614;background:#fff}
/* Mejoras de legibilidad y jerarquía visual */
.hero-copy p{font-size:16px;line-height:1.65;max-width:560px;color:#ddd0c5}
.hero-actions{gap:12px;align-items:stretch}
.hero-actions .text-btn{min-height:56px;padding:0 20px;border:1px dashed rgba(242,107,33,.75);border-radius:9px;color:#f7f0e8;background:rgba(19,15,13,.55);font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.trust{font-size:13px;color:#f7f0e8;letter-spacing:.01em}
.product-info h3{font-size:18px}
.product-info p{font-size:13px;line-height:1.45;color:#cfc1b5}
.section-note{font-size:13px;color:#b8aaa0}
.faq summary{font-size:15px;padding:18px 0}
.faq p{font-size:14px;line-height:1.6}
.info-strip strong{font-size:15px}.info-strip small{font-size:12px}
footer{font-size:13px}
 .hero-actions::after{content:'USA SABOR10  ·  10% DE DESCUENTO';display:flex;align-items:center;min-height:56px;padding:0 18px;border:1px dashed rgba(242,107,33,.75);border-radius:9px;color:#f7f0e8;background:rgba(19,15,13,.55);font-size:11px;font-weight:800;letter-spacing:.06em}
@media(max-width:700px){.hero-actions::after{width:100%;justify-content:center}.hero-copy p{font-size:15px}.product-info h3{font-size:17px}.product-info p{font-size:12px}}
/* Corrección final para el estado oscuro */
body.dark .topbar{background:#f26b21!important;color:#171311!important;border-bottom:0!important}
body.dark .topbar button{color:#171311!important}
body.dark .topbar .offer-close{color:#171311!important}
body.dark .hero-copy h1{color:#f7f0e8!important;visibility:visible!important;opacity:1!important}
body.dark .hero-copy>p{color:#ddd0c5!important}
body.dark .hero-actions .primary{color:#171311;background:#f26b21}
/* Acciones de cabecera inspiradas en la referencia */
.nav-actions .header-track{display:inline-flex;align-items:center;gap:9px;padding:13px 18px;border:1px solid #49382e;border-radius:8px;background:#171311;color:#f7f0e8;font-weight:800;cursor:pointer;font-size:12px}
.nav-actions .header-track span:first-child{font-size:20px;line-height:1;color:#f7f0e8}
.nav-actions .account-btn{width:58px;height:44px;padding:0;border:1px solid #49382e;border-radius:8px;background:#171311;color:#f7f0e8;cursor:pointer;font-size:22px;line-height:1}
@media(max-width:900px){.nav-actions .header-track{padding:11px 12px}.nav-actions .header-track .track-label{display:none}.nav-actions .account-btn{width:44px}}
/* Tema claro: contraste completo */
body.light{background:#f8f5ef!important;color:#171614!important}
body.light .topbar{background:#f26b21!important;color:#171311!important}
body.light .nav{background:#fffdf9!important;color:#171614;border-color:#e5ddd3}
body.light nav a,body.light .text-btn{color:#5e554e}
body.light .hero,body.light .content,body.light .catalog-section,body.light .catalog-section.alt{background:#f8f5ef!important;color:#171614}
body.light .hero{background:radial-gradient(circle at 85% 40%,#f2d4be 0,#f8f5ef 48%)!important}
body.light h1,body.light h2,body.light .section-head h2,body.light .catalog-title h2,body.light .faq h2{color:#171614!important}
body.light .hero-copy>p,body.light .product p,body.light .section-note{color:#665b53!important}
body.light .trust{color:#51483f!important}
body.light .filter-btn,body.light .ghost,body.light .categories button{background:#fffdf9;color:#171614;border-color:#d8cec3}
body.light .categories button.active{background:#f26b21;color:#fff;border-color:#f26b21}
body.light .product{background:#fffdf9;border-color:#cfc4b8;color:#171614}
body.light .product h3{color:#171614!important}
body.light .product-info p{color:#766a61!important}
body.light .price{color:#171614!important;border-color:#d8cec3}
body.light .promo{background:#2a1d16;color:#fff}
body.light .faq{background:#eee8df!important;color:#171614}
body.light .faq summary{color:#171614!important}
body.light .info-strip{background:#f1ebe4;color:#171614;border-color:#ddd2c7}
body.light .info-strip strong{color:#171614}.info-strip small{color:#75685e}
body.light footer{background:#fffdf9;color:#665b53;border-color:#e5ddd3}
body.light .nav-actions .header-track,body.light .nav-actions .account-btn{background:#171614;color:#fff;border-color:#171614}
body.light .nav-actions .header-track span:first-child{color:#fff}
body.light .hero-actions .text-btn{color:#171614;background:#fffdf9;border-color:#d66b3e}
body.light .hero-actions::after{color:#171614;background:#fffdf9}
/* Tema claro editorial inspirado en la referencia */
body.light .nav{background:#0d0c0b!important;color:#f7f0e8;border-color:#302923}
body.light .brand,body.light nav a{color:#f7f0e8}
body.light nav a,body.light .text-btn{color:#d0c2b7}
body.light .hero{background:radial-gradient(circle at 78% 45%,#472518 0,#211713 34%,#0d0c0b 72%)!important;color:#f7f0e8}
body.light .hero-copy h1,body.light .hero-copy>p,body.light .trust{color:#f7f0e8!important}
body.light .hero-copy>p{color:#cbbdb1!important}
body.light .hero-actions .text-btn{background:#171311;color:#f7f0e8;border-color:#68412d}
body.light .hero-actions::after{background:#171311;color:#f7f0e8;border-color:#9b4b22}
body.light .content,body.light .catalog-section,body.light .catalog-section.alt{background:#f4ede5!important}
body.light .section-head h2,body.light .catalog-title h2{color:#171614!important}
body.light .product{background:#fffaf4;border-color:#ded3c8;box-shadow:0 3px 10px #4c2b1510}
body.light .product img{filter:saturate(1.08)}
body.light .promo{background:linear-gradient(105deg,#30150c,#1d100b)!important}
body.light .steps{background:#100f0e;color:#f7f0e8}
body.light .steps>h2,body.light .step-grid h3{color:#f7f0e8}
body.light .step-grid article{background:#191715;border-color:#302824}
body.light .faq{background:#f4ede5!important}
body.light .faq h2,body.light .faq summary{color:#171614!important}
body.light .info-strip{background:#100f0e;color:#f7f0e8;border-color:#302824}
body.light .info-strip strong{color:#f7f0e8}.body.light .info-strip small{color:#a99a8e}
body.light footer{background:#100f0e;color:#a99a8e;border-color:#302824}
body.light .info-strip small{color:#a99a8e}
body.light .promo h2,body.light .promo .eyebrow,body.light .promo p{color:#fff!important}
body.light .promo h2 em{color:#f26b21!important}
body.light .steps h2,body.light .steps .eyebrow{color:#f7f0e8!important}
body.light .steps h2{visibility:visible!important;opacity:1!important}
/* Tipografía de productos con mayor peso visual */
.product h3,.product-info h3{font-weight:900!important;letter-spacing:.015em;text-shadow:0 0 .01px currentColor}
.product p,.product-info p{font-weight:600!important}
.product .price{font-weight:900!important;letter-spacing:.04em}
.catalog-title h2,.section-head h2{font-weight:900!important}
/* Tipografía display condensada para acercarse a la referencia */
h1,h2,.catalog-title h2,.section-head h2,.steps>h2,.faq h2,.promo h2,.modal-body h2,.checkout-top h2,.tracking-box h2{font-family:Impact,'Arial Narrow Bold','Arial Narrow',Haettenschweiler,sans-serif!important;font-weight:900!important;letter-spacing:-.025em!important}
.product h3,.product-info h3,.price,.step-grid h3{font-family:'Arial Narrow Bold',Impact,Haettenschweiler,sans-serif!important;font-weight:900!important;letter-spacing:.015em!important}
/* Corrección de legibilidad: display fuerte, pero clara */
h1,h2,.catalog-title h2,.section-head h2,.steps>h2,.faq h2,.promo h2,.modal-body h2,.checkout-top h2,.tracking-box h2{font-family:Arial,'Helvetica Neue',sans-serif!important;font-weight:900!important;letter-spacing:-.045em!important}
.product h3,.product-info h3,.price,.step-grid h3{font-family:Arial,'Helvetica Neue',sans-serif!important;font-weight:800!important;letter-spacing:-.015em!important}
.product h3,.product-info h3{font-size:17px!important}
.price{font-size:15px!important}
.install-app,.history-app{border:1px solid #49382e;background:#171311;color:#f7f0e8;border-radius:7px;padding:10px 12px;font-size:11px;cursor:pointer}.install-app{position:fixed;right:22px;bottom:78px;background:#f26b21;color:#171311;border:0;font-weight:900;z-index:8}.history-app{margin-right:2px}@media(max-width:760px){.history-app{font-size:0;padding:10px;width:40px}.history-app:after{content:'⌁';font-size:18px}}
/* Ajustes móviles: cabecera y botones flotantes dentro del área visible */
@media(max-width:760px){.nav{min-height:76px;height:auto;padding:12px 14px;gap:8px}.brand{font-size:16px}.nav-actions{margin-left:auto;gap:5px;max-width:62vw;overflow:visible}.nav-actions .header-track{height:40px;min-width:40px;padding:0 10px;justify-content:center}.nav-actions .account-btn{height:40px;width:40px}.nav-actions .ghost{height:40px;padding:8px}.cart-btn{height:40px;padding:9px 11px}.history-app{height:40px}.install-app{right:12px;bottom:calc(76px + env(safe-area-inset-bottom));max-width:calc(100vw - 24px);white-space:nowrap}.whatsapp{right:14px;bottom:calc(16px + env(safe-area-inset-bottom));width:44px;height:44px}.hero{padding-top:42px}}
@media(max-width:420px){.nav-actions{max-width:58vw}.nav-actions .ghost,.history-app{display:none}.nav-actions .header-track{font-size:0}.nav-actions .header-track span:first-child{font-size:19px}.cart-btn span{display:none}.brand-mark{width:29px;height:29px}}
.customization-hint{display:block;color:#a8998e;font-size:11px;line-height:1.4;margin:12px 0}.modal-body #addProduct{font-weight:900}
@media(max-width:760px){.install-app{display:none!important}.nav{overflow:hidden}.nav-actions{flex:0 0 auto;max-width:none}.nav-actions .history-app,.nav-actions .ghost{display:none}.nav-actions .header-track{display:none}.nav-actions .account-btn{display:inline-grid;place-items:center;flex:0 0 40px}.nav-actions .cart-btn{flex:0 0 auto}.brand{min-width:0}.brand span:last-child{white-space:nowrap}}
.hero-copy .install-app{position:static;display:inline-flex!important;align-items:center;margin:0 0 0 4px;background:#f26b21;color:#171311;border:0;border-radius:7px;padding:14px 18px;font-weight:900;box-shadow:none}
@media(max-width:760px){.hero-copy .install-app{display:inline-flex!important;margin:10px 0 0;max-width:100%;font-size:11px}.install-app{bottom:auto}}
.modal-body{position:relative}.modal-body .custom-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.custom-actions button{flex:1;min-height:42px;border-radius:6px;padding:10px 12px;font-size:11px;font-weight:800}.custom-actions .continue-shopping{background:transparent;color:#f7f0e8;border:1px solid #49382e}.custom-actions .go-cart{background:#f26b21;color:#171311;border:0}.modal-close{display:grid;place-items:center;line-height:1;z-index:5}.modal-wrap{padding:12px}.modal-body{overflow-y:auto}@media(max-width:760px){.modal{width:100%;max-height:calc(100vh - 24px);display:block}.modal>img{height:145px}.modal-body{max-height:calc(100vh - 185px);padding:22px 20px 24px}.modal-close{right:10px;top:8px;width:38px;height:38px}.custom-actions{position:sticky;bottom:0;background:#211d1a;padding-top:8px}}
