:root {
  color-scheme: only light;
  --ink: #182019;
  --ink-soft: #344136;
  --paper: #f8faf5;
  --surface: #ffffff;
  --surface-soft: #edf3e9;
  --green: #5f7d5c;
  --green-dark: #365139;
  --green-light: #cfe0c8;
  --cream: #f0e8da;
  --muted: #697269;
  --line: rgba(24, 32, 25, .14);
  --shadow: 0 22px 60px rgba(23, 31, 24, .12);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(95, 125, 92, .38); outline-offset: 3px; }
img { max-width: 100%; }

.announcement { min-height: 34px; padding: 8px 5vw; display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--ink); color: #fff; font-size: .72rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.announcement i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: #9fbd98; }

.site-header { height: 86px; padding: 0 5.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(248, 250, 245, .94); backdrop-filter: blur(16px); }
.brand { width: fit-content; display: inline-flex; align-items: center; }
.brand-logo { display: block; object-fit: contain; object-position: left center; }
.header-logo { width: 72px; height: 72px; object-position: center; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: .88rem; font-weight: 700; }
.nav-links a { position: relative; padding: 10px 0; }
.nav-links a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--green); transition: right .2s ease; }
.nav-links a:hover:after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 20px; }
.text-button, .cart-button, .menu-button { border: 0; background: none; cursor: pointer; }
.text-button { padding: 10px 0; font-size: .86rem; font-weight: 700; }
.cart-button { min-height: 42px; padding: 0 5px 0 17px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 99px; font-size: .84rem; font-weight: 700; }
.cart-button span { min-width: 30px; height: 30px; padding: 0 7px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .75rem; }
.menu-button { display: none; width: 30px; padding: 8px 0; gap: 6px; flex-direction: column; }
.menu-button span { width: 100%; height: 1px; background: var(--ink); transition: transform .2s ease; }

.hero { min-height: 710px; display: grid; grid-template-columns: 43% 57%; overflow: hidden; background: var(--paper); }
.hero-copy { min-width: 0; padding: 9vh 6vw 7vh 7vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 20px; color: var(--green-dark); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section-heading h2, .collection-intro h2, .guide-copy h2, .wholesale-section h2, .purchase-help h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { max-width: 610px; font-size: clamp(3.4rem, 5.5vw, 5.6rem); line-height: .97; }
.hero h1 em { display: block; color: var(--green); font-weight: 400; }
.hero-description { max-width: 520px; margin: 30px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: .86rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-light { background: #fff; color: var(--ink); }
.button-outline { border-color: var(--ink); background: transparent; }
.link-button { padding: 11px 0; display: inline-flex; align-items: center; gap: 13px; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; font-size: .84rem; font-weight: 800; }
.hero-proof { margin-top: auto; padding-top: 44px; display: flex; align-items: center; gap: 15px; }
.proof-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green-dark); font-family: Georgia, serif; font-size: 1.15rem; }
.hero-proof p { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.hero-proof b { color: var(--ink); font-size: .86rem; }
.hero-scene { min-width: 0; position: relative; background: #dfe7da; overflow: hidden; }
.hero-scene > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-scene:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(16, 22, 17, .32)); pointer-events: none; }
.scene-card { width: min(340px, calc(100% - 48px)); padding: 25px 26px; position: absolute; z-index: 2; right: 28px; bottom: 28px; background: rgba(24, 32, 25, .91); color: white; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.scene-card span, .scene-card small { display: block; }
.scene-card span { margin-bottom: 10px; color: #bed4b8; font-size: .66rem; font-weight: 800; letter-spacing: .15em; }
.scene-card strong { display: block; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; line-height: 1.25; }
.scene-card small { margin-top: 10px; color: #d5ded3; font-size: .76rem; line-height: 1.5; }

.benefits { padding: 28px 6vw; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--surface-soft); }
.benefits > div { padding: 4px 8%; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.benefits > div:last-child { border: 0; }
.benefits > div > span { color: var(--green); font-family: Georgia, serif; font-size: 1.35rem; }
.benefits p { margin: 0; display: grid; gap: 5px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.benefits b { color: var(--ink); font-size: .87rem; }

.products-section { padding: 100px 5.5vw 120px; background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading .eyebrow { margin-bottom: 12px; }
.section-heading h2, .collection-intro h2, .guide-copy h2, .purchase-help h2 { font-size: clamp(2.7rem, 4vw, 4rem); line-height: 1.02; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: .82rem; }
.catalog-tools { margin: 34px 0 36px; padding: 14px; display: grid; grid-template-columns: minmax(280px, 1fr) auto; align-items: center; gap: 20px; border: 1px solid var(--line); background: #fbfcf9; }
.search-field { min-width: 0; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; }
.search-field span { color: var(--green-dark); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-field input { width: 100%; min-height: 42px; padding: 0 12px; border: 0; background: transparent; color: var(--ink); font-size: .9rem; outline: 0; }
.search-field input::placeholder { color: #929992; }
.filters { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.filters button { min-height: 38px; padding: 0 15px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 99px; background: #fff; cursor: pointer; font-size: .77rem; font-weight: 700; }
.filters button.active { border-color: var(--ink); background: var(--ink); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 18px; }
.product-card { min-width: 0; }
.product-image-button { width: 100%; padding: 0; display: block; position: relative; overflow: hidden; border: 0; background: transparent; cursor: pointer; text-align: left; }
.product-visual { position: relative; aspect-ratio: .84; overflow: hidden; background: #e8eee4; }
.product-visual.has-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.product-placeholder { display: grid; place-items: center; background: linear-gradient(145deg, #e8eee4, #f5f1e9); color: var(--muted); }
.product-placeholder span { font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-image-button:hover .product-visual.has-image img { transform: scale(1.035); }
.product-visual:not(.has-image):after { content: "Imagen próximamente"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--muted); font-size: .8rem; }
.product-visual:not(.has-image) > * { display: none; }
.view-product { min-height: 46px; padding: 0 17px; position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, .94); color: var(--ink); font-size: .78rem; font-weight: 800; opacity: 0; transform: translateY(8px); transition: .2s ease; backdrop-filter: blur(8px); }
.product-image-button:hover .view-product, .product-image-button:focus-visible .view-product { opacity: 1; transform: translateY(0); }
.product-info { padding: 17px 2px 0; }
.product-info > p { margin: 0 0 8px; color: var(--green-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-title { padding: 0; display: block; border: 0; background: transparent; text-align: left; cursor: pointer; }
.product-title h3 { margin: 0; font-family: Georgia, serif; font-size: 1.24rem; font-weight: 400; line-height: 1.2; }
.product-title:hover h3 { color: var(--green); }
.product-info > span { min-height: 34px; margin-top: 8px; display: block; color: var(--muted); font-size: .76rem; line-height: 1.4; }
.product-price-row { margin-top: 16px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.product-price-row strong, .product-price-row small { display: block; }
.product-price-row strong { font-size: .96rem; }
.product-price-row small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.product-price-row button { min-width: 54px; height: 39px; padding: 0 10px; flex: 0 0 auto; border: 1px solid var(--ink); border-radius: 99px; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; transition: .2s ease; }
.product-price-row button:hover { background: var(--ink); color: white; }
.no-results { min-height: 330px; display: grid; place-content: center; justify-items: center; text-align: center; }
.no-results h3 { margin: 0; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.no-results p { margin: 12px 0 24px; color: var(--muted); }

.collections-section { padding: 100px 5.5vw; background: #1d271e; color: white; }
.collection-intro { max-width: 760px; margin-bottom: 42px; }
.collection-intro .eyebrow { color: #b8d2b2; }
.collection-intro > p:last-child { max-width: 610px; margin: 22px 0 0; color: #bac5ba; line-height: 1.65; }
.collection-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; }
.collection-card { min-width: 0; min-height: 510px; padding: 0; position: relative; overflow: hidden; border: 0; background: #657364; cursor: pointer; text-align: left; }
.collection-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.collection-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(14, 19, 15, .82)); }
.collection-card:hover img { transform: scale(1.035); }
.collection-card > span { padding: 28px; position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: grid; gap: 9px; color: white; }
.collection-card b { font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.collection-card small { font-size: .78rem; font-weight: 800; }

.guide-section { min-height: 700px; display: grid; grid-template-columns: 53% 47%; background: var(--surface-soft); }
.guide-visual { min-width: 0; overflow: hidden; }
.guide-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.guide-copy { padding: 80px 8vw 70px 7vw; display: flex; flex-direction: column; justify-content: center; }
.guide-copy > p:not(.eyebrow) { margin: 25px 0; color: var(--muted); line-height: 1.7; }
.guide-copy ul { margin: 3px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.guide-copy li { padding: 15px 0; display: grid; grid-template-columns: 65px 85px 1fr; gap: 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.guide-copy li span { color: var(--green-dark); font-weight: 800; }
.guide-copy li b { color: var(--ink); }
.guide-copy .button { align-self: flex-start; }

.wholesale-section { padding: 90px 7vw; display: grid; grid-template-columns: 1.15fr .85fr; gap: 11vw; align-items: end; background: var(--green); color: white; }
.wholesale-section .eyebrow { color: #dcebd8; }
.wholesale-section h2 { font-size: clamp(2.8rem, 4.5vw, 4.6rem); line-height: 1.03; }
.wholesale-section > div:last-child p { margin: 0 0 27px; color: #e6eee3; line-height: 1.65; }

.purchase-help { padding: 90px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: start; background: var(--cream); }
.purchase-help ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.purchase-help li { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.purchase-help li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .78rem; }
.purchase-help b { font-size: .92rem; }
.purchase-help p { margin: 6px 0 0; color: var(--muted); font-size: .8rem; }

footer { padding: 70px 7vw 28px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 5vw; background: var(--ink); color: white; }
.footer-logo { width: 205px; height: 65px; filter: invert(1); }
.footer-brand p { max-width: 290px; margin: 22px 0 0; color: #a9b4aa; font-size: .8rem; line-height: 1.7; }
footer h3 { margin: 6px 0 20px; color: #b6d0b0; font-size: .69rem; letter-spacing: .15em; text-transform: uppercase; }
footer > div:not(.footer-brand):not(.footer-bottom) { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
footer a, footer p, footer button { margin: 0; padding: 0; border: 0; background: transparent; color: #cbd2cb; cursor: pointer; font-size: .79rem; text-align: left; }
footer a:hover, footer button:hover { color: white; }
.footer-bottom { margin-top: 42px; padding-top: 22px; grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255, 255, 255, .12); color: #849085; font-size: .7rem; }

.product-modal-shell { padding: 4vh 4vw; position: fixed; z-index: 80; inset: 0; display: grid; place-items: center; }
.product-modal-overlay { width: 100%; height: 100%; padding: 0; position: absolute; inset: 0; border: 0; background: rgba(12, 16, 13, .72); cursor: pointer; backdrop-filter: blur(6px); }
.product-modal { width: min(1240px, 100%); height: min(900px, 92vh); position: relative; z-index: 1; display: grid; grid-template-columns: 57% 43%; overflow: hidden; background: var(--surface); box-shadow: 0 35px 100px rgba(0, 0, 0, .32); }
.modal-close { width: 44px; height: 44px; position: absolute; z-index: 6; right: 18px; top: 16px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .94); cursor: pointer; font-size: 1.7rem; font-weight: 300; }
.product-gallery { min-width: 0; min-height: 0; padding: 20px; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; background: #e9eee6; }
.gallery-main { min-height: 0; position: relative; overflow: hidden; background: #dfe7dc; }
.gallery-main > img { width: 100%; height: 100%; display: block; object-fit: contain; }
.gallery-placeholder, .gallery-placeholder .product-visual { width: 100%; height: 100%; aspect-ratio: auto; }
.gallery-arrow { width: 44px; height: 44px; position: absolute; top: 50%; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .92); cursor: pointer; transform: translateY(-50%); box-shadow: 0 5px 20px rgba(0, 0, 0, .12); }
.gallery-prev { left: 15px; }
.gallery-next { right: 15px; }
.gallery-count, .gallery-name { position: absolute; bottom: 14px; }
.gallery-count { right: 14px; padding: 7px 10px; background: rgba(24, 32, 25, .84); color: white; font-size: .7rem; }
.gallery-name { left: 14px; padding: 8px 11px; background: rgba(255, 255, 255, .94); font-family: Georgia, serif; font-size: .82rem; font-weight: 400; }
.gallery-thumbnails { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.gallery-thumbnails button { width: 65px; height: 74px; padding: 0; flex: 0 0 auto; border: 2px solid transparent; background: white; cursor: pointer; opacity: .56; }
.gallery-thumbnails button.active { border-color: var(--green); opacity: 1; }
.gallery-thumbnails img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-detail-copy { min-width: 0; padding: 64px 52px 42px; overflow-y: auto; }
.product-detail-copy .eyebrow { margin-bottom: 12px; }
.product-detail-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.4rem, 3.5vw, 3.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.product-code { margin-top: 13px; display: block; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.detail-price-block { margin-top: 25px; }
.detail-price, .detail-price-block small { display: block; }
.detail-price { font-size: 1.35rem; }
.detail-price-block small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.detail-description { margin: 25px 0; color: var(--muted); font-size: .86rem; line-height: 1.7; }
.finish-options { margin: 25px 0; }
.finish-options > span { margin-bottom: 11px; display: block; font-size: .78rem; font-weight: 800; }
.finish-options > div { display: flex; flex-wrap: wrap; gap: 8px; }
.finish-options button { min-height: 40px; padding: 0 14px; border: 1px solid #c9d2c7; border-radius: 99px; background: transparent; color: var(--muted); cursor: pointer; font-size: .76rem; font-weight: 700; }
.finish-options button.active { border-color: var(--ink); background: var(--ink); color: white; }
.specs-disclosure { margin-top: 8px; border-top: 1px solid var(--line); }
.specs-disclosure summary { padding: 17px 0; display: flex; justify-content: space-between; cursor: pointer; list-style: none; font-size: .8rem; font-weight: 800; }
.specs-disclosure summary::-webkit-details-marker { display: none; }
.specs-disclosure dl { margin: 0; border-top: 1px solid var(--line); }
.specs-disclosure dl > div { padding: 11px 0; display: grid; grid-template-columns: 112px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.specs-disclosure dt { color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.specs-disclosure dd { margin: 0; font-size: .76rem; line-height: 1.45; }
.detail-buy-row { margin-top: 26px; display: grid; grid-template-columns: 105px 1fr; gap: 10px; }
.detail-add { width: 100%; margin: 0; }
.quantity { width: 100px; height: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.quantity button { border: 0; background: transparent; cursor: pointer; }
.quantity span { display: grid; place-items: center; font-size: .8rem; }
.detail-quantity { width: 105px; height: 52px; }
.detail-trust { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 8px 15px; color: var(--muted); font-size: .69rem; }

.cart-overlay { position: fixed; z-index: 60; inset: 0; background: rgba(12, 16, 13, .48); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.cart-overlay.open { opacity: 1; pointer-events: auto; }
.cart-drawer { width: min(520px, 100%); height: 100%; position: fixed; z-index: 61; top: 0; right: 0; display: flex; flex-direction: column; background: #fff; transform: translateX(100%); transition: transform .32s cubic-bezier(.7, 0, .2, 1); }
.cart-drawer.open { transform: translateX(0); }
.cart-header { min-height: 92px; padding: 22px 28px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-header p { margin: 0 0 5px; font-family: Georgia, serif; font-size: 1.55rem; }
.cart-header span { color: var(--muted); font-size: .74rem; }
.cart-header button { align-self: start; border: 0; background: transparent; cursor: pointer; font-size: 1.8rem; font-weight: 300; }
.checkout-progress { padding: 18px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); color: #929892; font-size: .72rem; font-weight: 800; }
.checkout-progress i { height: 1px; background: #d4dad3; }
.checkout-progress i.complete { background: var(--green); }
.checkout-progress span.active { color: var(--green-dark); }
.empty-cart { flex: 1; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.empty-cart > span { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.5rem; }
.empty-cart h3 { margin: 22px 0 9px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; }
.empty-cart p { max-width: 300px; margin: 0 0 25px; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.cart-items { flex: 1; padding: 4px 28px 18px; overflow-y: auto; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 108px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.cart-item .product-visual { aspect-ratio: 1; }
.cart-item p { margin: 3px 0 7px; padding-right: 55px; font-family: Georgia, serif; font-size: 1.05rem; line-height: 1.25; }
.cart-item strong { margin-top: 10px; display: block; font-size: .8rem; }
.cart-option { display: block; color: var(--green-dark); font-size: .72rem; font-style: normal; font-weight: 800; }
.remove-line { float: right; padding: 3px 0; border: 0; border-bottom: 1px solid #9aa29a; background: transparent; color: var(--muted); cursor: pointer; font-size: .68rem; }
.cart-item .quantity { margin-top: 12px; }
.cart-summary { padding: 23px 28px 28px; border-top: 1px solid var(--line); background: #fbfcfa; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 20px; font-size: .9rem; }
.cart-summary small { margin: 9px 0 18px; display: block; color: var(--muted); font-size: .7rem; line-height: 1.5; }
.cart-summary .button { width: 100%; }
.continue-shopping, .back-button { margin: 14px auto 0; padding: 3px 0; display: block; border: 0; border-bottom: 1px solid var(--ink); background: transparent; cursor: pointer; font-size: .72rem; font-weight: 800; }
.checkout-form { flex: 1; padding: 24px 28px; display: flex; flex-direction: column; gap: 17px; overflow-y: auto; }
.checkout-intro { margin: 0 0 3px; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.checkout-fields { display: grid; gap: 15px; }
.checkout-form label { display: grid; gap: 7px; }
.checkout-form label > span { font-size: .72rem; font-weight: 800; }
.checkout-form input, .checkout-form select, .checkout-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #cfd6ce; border-radius: 2px; background: white; color: var(--ink); font-size: .86rem; }
.checkout-form textarea { resize: vertical; }
.form-message { margin: 0; padding: 11px 13px; border: 1px solid #d9a7a7; background: #fff2f2; color: #8a2424; font-size: .76rem; line-height: 1.45; }
.checkout-actions { padding-top: 18px; }
.checkout-actions .back-button { margin: 0 0 15px; }
.whatsapp-button { background: #27724a; color: white; }
.whatsapp-button:disabled { background: #aeb7ae; cursor: not-allowed; transform: none; }
.checkout-actions small { margin: 10px 0 0; text-align: center; }
.mobile-category-rail, .mobile-whatsapp, .mobile-cart-bar { display: none; }

@keyframes mobile-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes mobile-sheet {
  from { opacity: .6; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .nav-links { padding: 23px 5vw; position: absolute; left: 0; right: 0; top: 86px; display: none; flex-direction: column; align-items: flex-start; gap: 16px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .nav-links.open { display: flex; }
  .menu-button { display: flex; }
  .text-button { display: none; }
  .hero { grid-template-columns: 46% 54%; }
  .hero-copy { padding-left: 5vw; padding-right: 4vw; }
  .catalog-tools { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .collection-card { min-height: 440px; }
  .product-modal { grid-template-columns: 53% 47%; }
  .product-detail-copy { padding: 60px 34px 38px; }
}

@media (max-width: 760px) {
  .announcement { gap: 10px; font-size: .61rem; }
  .announcement span:nth-of-type(2), .announcement i:nth-of-type(2) { display: none; }
  .site-header { height: 74px; padding: 0 18px; }
  .header-logo { width: 62px; height: 62px; }
  .nav-links { top: 74px; padding: 20px 20px 26px; display: flex; gap: 0; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; box-shadow: 0 18px 35px rgba(24, 32, 25, .11); }
  .nav-links.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .nav-links a { width: 100%; padding: 14px 2px; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.22rem; font-weight: 400; }
  .header-actions { gap: 12px; }
  .cart-button { padding-left: 12px; font-size: 0; }
  .cart-button:before { content: "Pedido"; font-size: .78rem; }
  .menu-button.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { height: min(650px, calc(100svh - 108px)); min-height: 570px; position: relative; display: block; background: #283329; }
  .hero-copy { min-height: 100%; padding: 78px 22px 30px; position: relative; z-index: 2; justify-content: flex-end; background: linear-gradient(180deg, rgba(12, 17, 13, .08) 8%, rgba(12, 17, 13, .2) 34%, rgba(12, 17, 13, .9) 100%); color: white; animation: mobile-rise .65s ease both; }
  .hero .eyebrow { margin-bottom: 14px; color: #dcebd8; }
  .hero h1 { max-width: 520px; font-size: clamp(3.05rem, 13vw, 4.3rem); text-shadow: 0 2px 20px rgba(0, 0, 0, .16); }
  .hero h1 em { color: #cfe2c9; }
  .hero-description { max-width: 480px; margin-top: 20px; color: #eef3eb; font-size: .94rem; line-height: 1.55; }
  .hero-actions { margin-top: 23px; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 12px 20px; }
  .hero-actions .button-dark { min-height: 48px; background: white; color: var(--ink); }
  .hero-actions .link-button { color: white; }
  .hero-proof { margin-top: 24px; padding-top: 0; }
  .hero-proof p { color: #d9e2d7; }
  .hero-proof b { color: white; }
  .proof-mark { border-color: #cfe2c9; color: #e9f2e5; }
  .hero-scene { min-height: 0; position: absolute; inset: 0; }
  .hero-scene:after { background: linear-gradient(180deg, rgba(10, 15, 11, .08), rgba(10, 15, 11, .2)); }
  .scene-card { display: none; }
  .mobile-category-rail { padding: 24px 0 28px; display: block; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); }
  .mobile-rail-heading { padding: 0 20px 15px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
  .mobile-rail-heading h2 { margin: 0; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; letter-spacing: -.03em; }
  .mobile-rail-heading span { color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; }
  .mobile-category-scroller { padding: 0 20px 4px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mobile-category-scroller::-webkit-scrollbar, .benefits::-webkit-scrollbar, .collection-grid::-webkit-scrollbar, .filters::-webkit-scrollbar { display: none; }
  .mobile-category-scroller button { width: 112px; padding: 0; flex: 0 0 112px; scroll-snap-align: start; border: 0; background: transparent; cursor: pointer; text-align: left; }
  .mobile-category-scroller img { width: 112px; height: 112px; display: block; object-fit: cover; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(24, 32, 25, .08); transition: transform .2s ease; }
  .mobile-category-scroller button:active img { transform: scale(.96); }
  .mobile-category-scroller span { margin-top: 9px; display: block; font-size: .77rem; font-weight: 800; text-align: center; }
  .benefits { padding: 16px 20px; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; border-top: 0; }
  .benefits > div { min-height: 84px; padding: 17px; flex: 0 0 76%; scroll-snap-align: start; border: 1px solid var(--line); background: rgba(255, 255, 255, .68); }
  .benefits > div:last-child { border: 1px solid var(--line); }
  .products-section { padding: 64px 16px 84px; scroll-margin-top: 74px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 2.45rem; }
  .section-heading > p { margin-top: 8px; white-space: nowrap; }
  .catalog-tools { margin: 25px 0 28px; padding: 10px; position: sticky; z-index: 30; top: 74px; gap: 9px; border-radius: 14px; background: rgba(251, 252, 249, .95); box-shadow: 0 10px 24px rgba(24, 32, 25, .09); backdrop-filter: blur(16px); }
  .search-field { grid-template-columns: 1fr; gap: 4px; }
  .search-field span { display: none; }
  .search-field input { min-height: 43px; padding: 0 13px; border: 1px solid var(--line); border-radius: 10px; background: white; font-size: .91rem; }
  .filters { margin-left: -12px; margin-right: -12px; padding: 3px 12px; }
  .filters button { min-height: 36px; padding: 0 13px; font-size: .72rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 10px; }
  .product-card { animation: mobile-rise .5s ease both; }
  .product-card:nth-child(2n) { animation-delay: .06s; }
  .product-visual { aspect-ratio: .82; border-radius: 12px; }
  .product-info { padding-top: 12px; }
  .product-info > p { margin-bottom: 6px; font-size: .58rem; letter-spacing: .08em; }
  .product-title h3 { font-size: 1.02rem; }
  .product-info > span { min-height: 36px; margin-top: 6px; display: -webkit-box; overflow: hidden; font-size: .69rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .product-price-row { margin-top: 12px; align-items: center; gap: 6px; }
  .product-price-row strong { font-size: .86rem; }
  .product-price-row small { display: none; }
  .product-price-row button { min-width: 48px; height: 37px; padding: 0 8px; }
  .view-product { display: none; }
  .collections-section { padding: 66px 0 72px; overflow: hidden; }
  .collection-intro { padding: 0 20px; margin-bottom: 30px; }
  .collection-intro h2 { font-size: 2.5rem; }
  .collection-grid { padding: 0 20px 8px; display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .collection-card { min-width: 0; min-height: 440px; flex: 0 0 82vw; scroll-snap-align: center; border-radius: 12px; }
  .collection-card > span { padding: 24px; }
  .guide-section { grid-template-columns: 1fr; }
  .guide-visual { min-height: 410px; }
  .guide-copy { padding: 62px 22px; }
  .guide-copy h2, .purchase-help h2 { font-size: 2.55rem; }
  .wholesale-section, .purchase-help { padding: 64px 22px; grid-template-columns: 1fr; gap: 38px; }
  .wholesale-section h2 { font-size: 2.75rem; }
  footer { padding: 58px 24px 100px; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .product-modal-shell { padding: 0; align-items: end; }
  .product-modal { height: 100dvh; grid-template-columns: 1fr; grid-template-rows: 46dvh auto; overflow-y: auto; animation: mobile-sheet .3s ease both; }
  .product-gallery { min-height: 46dvh; padding: 0 0 9px; gap: 8px; }
  .gallery-main { touch-action: pan-y; }
  .gallery-thumbnails { padding: 0 10px; }
  .gallery-thumbnails button { width: 56px; height: 58px; border-radius: 6px; overflow: hidden; }
  .gallery-arrow { width: 40px; height: 40px; }
  .gallery-prev { left: 10px; }
  .gallery-next { right: 10px; }
  .product-detail-copy { padding: 38px 20px 36px; overflow: visible; }
  .product-detail-copy h2 { font-size: 2.3rem; }
  .modal-close { position: fixed; right: 12px; top: 12px; box-shadow: 0 8px 24px rgba(24, 32, 25, .14); }
  .detail-buy-row { position: sticky; bottom: 0; z-index: 3; margin-left: -20px; margin-right: -20px; margin-bottom: -36px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); box-shadow: 0 -12px 30px rgba(24, 32, 25, .08); backdrop-filter: blur(14px); }
  .detail-trust { margin-bottom: 22px; }
  .cart-drawer { width: 100%; }
  .mobile-whatsapp { min-height: 48px; padding: 0 7px 0 16px; position: fixed; z-index: 44; right: 13px; bottom: calc(14px + env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 10px; border-radius: 99px; background: #27724a; color: white; box-shadow: 0 12px 30px rgba(18, 55, 35, .26); font-size: .76rem; font-weight: 800; animation: mobile-rise .45s ease both; }
  .mobile-whatsapp b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .15); font-size: .9rem; }
  .mobile-whatsapp.with-cart { bottom: calc(86px + env(safe-area-inset-bottom)); }
  .mobile-cart-bar { min-height: 60px; padding: 10px 18px; position: fixed; z-index: 45; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 0; border-radius: 12px; background: var(--ink); color: white; box-shadow: 0 15px 45px rgba(0, 0, 0, .25); font-size: .8rem; animation: mobile-rise .35s ease both; }
  .mobile-cart-bar strong { font-size: .75rem; }
}

@media (max-width: 460px) {
  .hero { height: min(620px, calc(100svh - 108px)); min-height: 550px; }
  .hero-copy { min-height: 100%; padding-bottom: 26px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 3.5rem); }
  .hero-description { font-size: .88rem; }
  .hero-actions .button { min-height: 46px; }
  .hero-proof { margin-top: 20px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 14px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 9px; }
  .product-title h3 { font-size: .95rem; }
  .product-price-row strong { font-size: .8rem; }
  .product-price-row button { min-width: 44px; padding: 0 6px; font-size: .66rem; }
  .collection-card { min-height: 400px; flex-basis: 86vw; }
  .guide-visual { min-height: 390px; }
  .guide-copy li { grid-template-columns: 58px 75px 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { grid-column: auto; }
  .cart-item { grid-template-columns: 94px 1fr; }
  .cart-items, .cart-summary, .checkout-form, .checkout-progress { padding-left: 20px; padding-right: 20px; }
  .detail-buy-row { grid-template-columns: 94px 1fr; }
  .detail-quantity { width: 94px; }
  .button { padding-left: 18px; padding-right: 18px; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}
