
:root{--cream:#faf6ed;--brown:#422d21;--orange:#be501f;--green:#355742;--muted:#77695e;--line:#e5dccf}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--brown);font:16px/1.6 'Segoe UI',Arial,sans-serif}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--orange);outline-offset:5px}.wrap{width:min(1280px,90%);margin-inline:auto}.announcement{background:var(--green);color:white;text-align:center;padding:7px 12px;font-size:13px;letter-spacing:.035em}.announcement span{margin-left:9px}.header{height:96px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;gap:24px;background:var(--cream)}.brand img{display:block;object-fit:contain;width:108px;height:72px;mix-blend-mode:multiply}.header nav{display:flex;gap:38px}.header nav a{padding:12px 0;font-weight:600;font-size:14px}.header nav a:hover{color:var(--orange)}.bag{border:0;background:none;display:flex;align-items:center;gap:9px;color:var(--brown);font-size:14px;min-height:44px}.bag svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.5}.count{border:1px solid var(--line);border-radius:50%;width:24px;height:24px;display:grid;place-items:center;font-size:12px}.menu-button{display:none}.hero{padding:0 18px}.hero img{display:block;width:100%;height:auto;border-radius:10px}.intro{padding-block:48px 52px;display:grid;grid-template-columns:1.25fr 1fr;gap:80px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;margin:0 0 13px;color:var(--green)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.16}h1{font-size:clamp(34px,3.6vw,53px);margin-bottom:0;letter-spacing:-.035em}h1 em{font-style:normal;color:var(--orange)}.intro-right{max-width:410px}.intro-right p{color:var(--muted);margin-bottom:22px}.button{display:inline-flex;justify-content:center;align-items:center;gap:30px;background:var(--orange);color:#fff;padding:13px 22px;border:0;border-radius:7px;font-weight:600;font-size:14px;min-height:48px}.button:hover{background:#963b16}.details-strip{border-block:1px solid var(--line);display:flex;justify-content:center;gap:70px;padding:16px 5%;font-size:14px}.collection{padding-block:68px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-heading h2{font-size:36px;margin:0}.collection-count{font-size:13px;color:var(--muted);padding-bottom:5px}.search-wrap{display:flex;align-items:center;gap:18px;margin:28px 0 8px}.search-wrap label{font-size:14px;font-weight:600}.search-wrap input{background:#fffdf8;border:1px solid #ccbcaa;border-radius:6px;padding:12px 16px;width:min(420px,100%);font-size:14px;color:var(--brown)}.results{font-size:13px;color:var(--muted);min-height:21px;margin-bottom:16px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}.product{min-width:0}.product-image{display:block;width:100%;padding:10px;background:#efe7db;border:0;border-radius:10px;position:relative;color:var(--brown)}.product-image img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:contain}.zoom-label{position:absolute;right:15px;bottom:15px;background:var(--cream);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;font-size:23px;box-shadow:0 2px 9px #0002}.product-image:hover{background:#e5d9c9}.product-info{padding:15px 2px}.product h3{font-size:16px;line-height:1.4;margin:0 0 5px;font-weight:600}.product-info p{color:var(--muted);font-size:13px;margin:0}.quality{display:grid;grid-template-columns:70px 1.1fr 1fr;gap:40px;background:#eeeede;border-radius:14px;padding:42px;margin-bottom:70px;align-items:center}.quality h2{font-size:35px;margin-bottom:16px}.quality p{color:#56604b;font-size:14px;margin-bottom:0}.quality .eyebrow{font-size:11px;margin-bottom:12px}.quality-mark{font-size:72px;color:var(--green);line-height:1}.quality-detail{padding-left:35px;border-left:1px solid #cdd2bd}.quality h3{font-size:17px;margin-bottom:12px}footer{background:#35291f;color:#f8f1e4;padding:42px 0 20px}.footer-inner{display:flex;justify-content:space-between;gap:28px}.footer-brand{font:24px Georgia,serif;margin-bottom:10px}.footer-brand span{color:#b3c488}.footer-inner p:not(.footer-brand){font-size:14px;color:#d3c5b4}.footer-inner h2{font:600 14px 'Segoe UI',sans-serif;margin-bottom:15px}.socials{display:flex;gap:22px;font-size:14px}.socials a{padding-block:7px}.socials a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid #66503e;padding-top:20px;margin-top:30px;font-size:12px;color:#d3c5b4}.skip{position:absolute;top:-100px}.skip:focus{top:10px;left:10px;background:white;padding:10px;z-index:10}dialog{color:var(--brown);border:0;border-radius:12px}dialog::backdrop{background:#18140fea}.close{position:absolute;right:12px;top:12px;width:46px;height:46px;border:0;border-radius:50%;background:#fff9ec;color:var(--brown);font-size:30px;z-index:2}#lightbox{background:transparent;padding:0;max-width:100vw;max-height:100dvh;width:100vw;height:100dvh;overflow:auto}#lightbox[open]{display:flex;flex-direction:column;align-items:center;justify-content:center}#lightbox img{max-width:96vw;max-height:88dvh;object-fit:contain;touch-action:pinch-zoom}#lightbox p{color:white;margin:10px 55px 0;text-align:center;font-size:14px}#cart{max-width:440px;width:90%;text-align:center;padding:56px 30px 32px}#cart h2{font-size:30px}#cart p{color:var(--muted)}.cart-symbol{font-size:45px;color:var(--orange)}body.modal-open{overflow:hidden}@media(min-width:1700px){.hero{max-width:1680px;margin:auto}}@media(max-width:1000px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}.intro{gap:35px}.details-strip{gap:24px;font-size:12px}.quality{grid-template-columns:1fr 1fr;gap:26px}.quality-mark{display:none}.collection-count{display:none}}@media(max-width:640px){.header{height:78px;gap:12px;padding-inline:5%;position:relative}.brand img{width:89px;height:64px}.menu-button{display:flex;align-items:center;gap:10px;background:none;border:0;font-size:14px;min-height:44px;margin-left:auto;color:var(--brown)}.header nav{display:none;position:absolute;z-index:5;top:78px;left:0;right:0;background:var(--cream);padding:16px 5%;border-top:1px solid var(--line);box-shadow:0 10px 18px #422d2112;gap:24px}.header nav.open{display:flex}.bag-label{display:none}.bag{gap:5px;padding:0}.announcement{font-size:12px}.hero{padding:0 8px}.hero img{border-radius:6px}.intro{grid-template-columns:1fr;gap:21px;padding-block:30px 32px}.eyebrow{font-size:10px;letter-spacing:.105em}.intro h1{font-size:35px}.intro-right p{font-size:15px;margin-bottom:19px}.intro .button{width:100%}.details-strip{display:grid;gap:7px;padding-block:16px;text-align:center;font-size:13px}.collection{padding-block:38px}.section-heading h2{font-size:29px}.search-wrap{display:block;margin-top:24px}.search-wrap label{display:block;margin-bottom:7px}.search-wrap input{width:100%}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 12px}.product-image{padding:5px;border-radius:7px}.zoom-label{width:30px;height:30px;right:9px;bottom:9px;font-size:21px}.product-info{padding:11px 0}.product h3{font-size:14px}.product-info p{font-size:12px}.quality{display:block;padding:26px;margin-bottom:40px}.quality h2{font-size:29px}.quality-detail{border-left:0;border-top:1px solid #cdd2bd;padding:22px 0 0;margin-top:22px}.footer-inner{flex-direction:column;gap:18px}.footer-brand{font-size:23px}.socials{gap:20px}.footer-bottom{margin-top:24px}#lightbox img{max-width:100vw;max-height:85dvh}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.product-link{display:inline-block;margin-top:9px;font-size:13px;font-weight:600;color:var(--orange);padding:5px 0}.product-info h3 a:hover{text-decoration:underline}.breadcrumbs{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:var(--muted);padding:25px 0 30px}.breadcrumbs a:hover{color:var(--orange)}.product-page{padding-bottom:65px}.product-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:start}.detail-image{border:0;background:#eee7dc;border-radius:14px;padding:16px;width:100%;color:var(--brown)}.detail-image img{display:block;width:100%;height:auto;max-height:700px;object-fit:contain}.detail-image span{display:block;padding:13px 5px 0;font-size:13px}.product-copy{padding-top:12px}.product-copy h1{font-size:clamp(34px,4vw,52px)}.product-kind{color:var(--muted);font-size:14px;margin:13px 0 26px}.emotional-description{font-size:17px;line-height:1.85}.purchase-block{border-block:1px solid var(--line);padding:22px 0;margin:26px 0}.detail-price{font:500 34px Georgia,serif;margin-bottom:17px}.add-button{width:100%;justify-content:space-between;font-size:16px}.purchase-note{font-size:13px;color:var(--muted);margin:12px 0 0}#product-status:empty{display:none}.product-facts{margin:0}.product-facts div{margin-bottom:18px}.product-facts dt{font-weight:600;font-size:14px}.product-facts dd{margin:5px 0 0;font-size:14px;color:var(--muted)}.attachment-block{padding:23px;background:#eeeede;border-radius:9px;margin:26px 0}.attachment-block h2{font:600 17px 'Segoe UI',sans-serif;margin-bottom:12px}.attachment-block p{font-size:14px;color:#56604b;margin:0}.back-link{font-size:14px;color:var(--green)}#product-thumbnails{display:flex;gap:10px;margin-top:12px}.thumbnail{width:85px;background:transparent;border:1px solid var(--line);border-radius:5px;padding:3px}.thumbnail img{width:100%;height:auto}.gallery-arrow{position:fixed;top:48%;border:0;background:var(--cream);color:var(--brown);border-radius:50%;width:46px;height:46px;font-size:32px}.gallery-arrow[hidden]{display:none}.gallery-arrow.previous{left:12px}.gallery-arrow.next{right:12px}#cart{width:min(660px,94vw);max-width:660px;max-height:90dvh;text-align:left;padding:32px;overflow:auto}#cart h2{padding-right:40px;margin:0 0 10px}#cart-status{font-size:14px;color:var(--green);margin:0 0 15px}#cart-status:empty{display:none}.cart-row{display:grid;grid-template-columns:80px 1fr 105px;gap:18px;padding:22px 0;border-bottom:1px solid var(--line);align-items:start}.cart-row>img{width:80px;height:84px;object-fit:contain;background:#eee7dc;border-radius:6px}.cart-product-name{font-size:15px;font-weight:600;line-height:1.4;display:block}.cart-product-name:hover{text-decoration:underline}#cart .cart-unit{font-size:13px;margin:5px 0 10px}.quantity-controls{display:flex;align-items:center;width:max-content;border:1px solid #cfbfad;border-radius:6px;overflow:hidden}.quantity-controls button{border:0;background:#f4ede1;min-width:38px;height:42px;color:var(--brown);font-size:20px}.quantity-controls input{border:0;border-inline:1px solid var(--line);border-radius:0;background:#fffdf9;width:48px;height:42px;text-align:center;color:var(--brown);font-size:16px;appearance:textfield;-moz-appearance:textfield}.quantity-controls input::-webkit-inner-spin-button{appearance:none}.remove-item{border:0;background:none;text-decoration:underline;color:var(--muted);font-size:13px;padding:10px 0;min-height:40px}.line-subtotal{text-align:right;font-size:14px}.line-subtotal span{display:block;font-size:12px;color:var(--muted);margin-bottom:5px}.line-subtotal strong{white-space:nowrap}.cart-summary{padding-top:24px}.cart-summary>p:first-child{display:flex;justify-content:space-between;color:var(--brown)!important;font-size:18px}.cart-note{font-size:13px;color:var(--muted);margin-top:10px}.cart-summary .button{width:100%;margin-top:10px}button:disabled{cursor:not-allowed;opacity:.55}.continue-shopping{background:none;border:1px solid #cdbda9;border-radius:6px;color:var(--brown);padding:12px 20px;width:100%;margin-top:18px;font-size:14px}.empty-cart{padding:20px 0}.product-info p{font-size:16px;font-weight:600;color:var(--brown)}@media(max-width:800px){.product-layout{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:640px){.product-layout{grid-template-columns:1fr;gap:25px}.breadcrumbs{font-size:12px;padding:20px 0;gap:8px}.detail-image{padding:10px}.product-copy{padding-top:0}.product-copy h1{font-size:36px}.emotional-description{font-size:16px}.product-kind{margin-bottom:20px}.purchase-block{margin:22px 0}.product-page{padding-bottom:40px}.product-link{font-size:12px}.product-info p{font-size:15px}#cart{padding:26px 18px;max-height:94dvh}#cart h2{font-size:28px}.cart-row{grid-template-columns:58px 1fr;gap:12px}.cart-row>img{width:58px;height:66px}.line-subtotal{grid-column:2;display:flex;gap:12px;text-align:left;align-items:baseline}.line-subtotal span{margin:0}.cart-summary>p:first-child{font-size:17px}.gallery-arrow{width:42px;height:42px;opacity:.9}}
/* Fase 3: lectura, accesibilidad y tamaños táctiles. */
.product[hidden]{display:none}.product-image:disabled,.detail-image:disabled{opacity:1;cursor:default}.quantity-controls button{min-width:44px;height:44px}.quantity-controls input{height:44px}.remove-item{min-height:44px}.product-link{min-height:44px;display:inline-flex;align-items:center}.socials a{min-height:44px;display:inline-flex;align-items:center;gap:5px}.not-found{padding-block:90px;min-height:50vh}.not-found h1{margin-bottom:24px}.not-found p:not(.eyebrow){color:var(--muted)}.cart-summary strong,.detail-price{font-variant-numeric:tabular-nums}.cart-summary .button:disabled{opacity:1;background:#e1d8cb;color:#625246}.breadcrumbs a{padding-block:9px}.product-facts dd{line-height:1.7}@media(max-width:360px){.cart-row{grid-template-columns:50px minmax(0,1fr);gap:10px}.cart-row>img{width:50px}.cart-product-name{overflow-wrap:anywhere}.socials{gap:12px;font-size:13px}.intro h1{font-size:32px}}

/* Compra integrada: fuera de las imágenes, con los colores de la colección. */
.availability-badge{display:inline-block;background:#eeeede;color:var(--green);border:1px solid #cdd2bd;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.07em;line-height:1.5;margin:5px 0 9px;max-width:100%}
.purchase-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;margin-top:5px;border-top:1px solid var(--line)}
.product-info .card-price,.purchase-row .detail-price{margin:0;color:var(--brown);font-weight:700;font-family:'Segoe UI',Arial,sans-serif;font-size:24px;line-height:1.2;white-space:nowrap;font-variant-numeric:tabular-nums}
.purchase-cart{flex:0 0 52px;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid var(--orange);border-radius:7px;background:var(--orange);color:#fff;padding:9px}
.purchase-cart svg{display:block;width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.purchase-cart:disabled{opacity:1;cursor:not-allowed}
.purchase-cart:not(:disabled):hover{background:#963b16}
.purchase-state{display:block;color:var(--muted);font-size:11px;line-height:1.4}
.purchase-block .purchase-row{border-top:0;padding:0;margin:0;justify-content:flex-start;gap:24px}
.purchase-block .detail-price{font-size:34px;font-family:Georgia,'Times New Roman',serif;font-weight:500}
.product-copy>.availability-badge{margin:0 0 18px;font-size:12px}
.bag:disabled{opacity:1;color:var(--muted)}
@media(max-width:640px){.product-info .card-price{font-size:22px}.purchase-cart{flex-basis:48px;width:48px;height:48px;padding:7px}.purchase-row{gap:6px}.availability-badge{font-size:9px;letter-spacing:.045em;padding-inline:6px}.purchase-state{font-size:10px}}
