:root {
  --green: #173f35;
  --green-2: #24584a;
  --burgundy: #7a263a;
  --ivory: #f5efe4;
  --paper: #fffaf2;
  --beige: #eee5d7;
  --ink: #20251f;
  --muted: #6f7069;
  --line: #d9d0c1;
  --shadow: 0 18px 46px rgba(45, 39, 31, .10);
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: Source Sans 3, Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.wrap { width: min(1440px, calc(100% - 64px)); margin-inline: auto; }
.narrow { max-width: 880px; }
.section { padding: 100px 0; }
.paper { background: var(--ivory); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.preview-bar { padding: 7px 20px; color: #fff; background: var(--burgundy); text-align: center; font-size: 12px; letter-spacing: .04em; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(255, 250, 242, .97); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; text-decoration: none; color: var(--green); line-height: 1.1; }
.brand strong { font: 600 clamp(27px, 2.3vw, 39px)/1 var(--serif); letter-spacing: -.025em; }
.brand small { margin-top: 7px; color: var(--ink); font-size: 14px; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 1.65vw, 29px); }
.main-nav > a:not(.button) { position: relative; text-decoration: none; font-weight: 650; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--burgundy); transform: scaleX(0); transition: .2s; }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.main-nav > a.active { color: var(--burgundy); }
.saved-link { display: flex; align-items: center; gap: 7px; color: var(--green); }
.saved-link > span:first-child { color: var(--burgundy); font-size: 25px; font-weight: 400; }
.saved-link b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; }
.language { display: flex; padding: 4px; border: 1px solid var(--line); border-radius: 30px; }
.language button { width: 39px; height: 39px; border: 0; border-radius: 50%; color: var(--green); background: transparent; cursor: pointer; font-weight: 700; }
.language button.active { color: #fff; background: var(--green); }
.menu-button { display: none; padding: 8px; border: 0; background: transparent; }
.menu-button i { display: block; width: 26px; height: 2px; margin: 5px; background: var(--green); }

.button { display: inline-flex; min-height: 52px; padding: 13px 24px; align-items: center; justify-content: center; border: 1px solid transparent; text-decoration: none; cursor: pointer; font-weight: 750; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button.burgundy { color: #fff; background: var(--burgundy); }
.button.ivory { color: var(--green); background: var(--paper); }
.button.outline { color: var(--green); border-color: var(--green); background: transparent; }
.button.compact { min-height: 46px; padding: 10px 18px; }
.button:disabled { cursor: wait; opacity: .6; }
.text-link { color: var(--burgundy); text-underline-offset: 7px; font-weight: 750; }
.text-link.light { color: #fff; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.eyebrow { margin: 0 0 15px; color: var(--burgundy); text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 800; }
.eyebrow.light { color: #f0dfe1; }
h1, h2, h3 { margin-top: 0; color: var(--green); font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(52px, 6vw, 94px); letter-spacing: -.045em; }
h2 { margin-bottom: 22px; font-size: clamp(39px, 4.5vw, 67px); letter-spacing: -.035em; }
h3 { font-size: 30px; }

.hero { position: relative; min-height: min(760px, calc(100vh - 120px)); display: grid; align-items: center; overflow: hidden; color: #fff; background: #28372f; }
.hero > img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero > img { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(10, 28, 23, .80), rgba(10, 28, 23, .27) 70%, rgba(10, 28, 23, .12)); }
.hero-copy { position: relative; z-index: 1; max-width: 880px; margin-left: max(32px, calc((100vw - 1440px) / 2)); padding: 90px 0; }
.hero h1 { max-width: 820px; margin-bottom: 28px; color: #fff; }
.hero h1 em { display: block; color: #ead8bb; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 670px; margin: 0 0 34px; font-size: 21px; }
.trust { border-bottom: 1px solid var(--line); background: var(--ivory); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust p { margin: 0; padding: 25px 40px; border-right: 1px solid var(--line); text-align: center; }
.trust p:last-child { border: 0; }
.trust b, .trust span { display: block; }
.trust b { color: var(--green); }
.trust span { color: var(--muted); font-size: 14px; }
.heading-row { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.heading-row h2 { margin: 0; }
.center-heading { max-width: 800px; margin: 0 auto 48px; text-align: center; }
.quote-section { padding: 110px 0; color: #fff; background: var(--green); text-align: center; }
.quote-section .quote { margin: 0 0 24px; font: 400 clamp(34px, 4vw, 57px)/1.2 var(--serif); }
.market-section { color: #fff; background: var(--green); }
.market-section .heading-row > p { max-width: 480px; color: #d9dfda; }
.market-section h2, .market-section .eyebrow { color: #fff; }
.market-grid { display: grid; gap: 18px; }
.market-card { padding: clamp(24px, 3vw, 38px); display: grid; grid-template-columns: minmax(150px, .28fr) 1fr; gap: clamp(25px, 5vw, 70px); align-items: start; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(255,255,255,.07); }
.market-card.has-image { grid-template-columns: minmax(150px, .28fr) minmax(150px, .42fr) 1fr; }
.market-image { width: 100%; max-height: 240px; object-fit: cover; border-radius: 12px; }
.market-card time { color: #ead8bb; font: 500 clamp(25px, 3vw, 39px)/1.1 var(--serif); text-transform: capitalize; }
.market-card h3 { margin-bottom: 12px; color: #fff; font-size: clamp(30px, 3vw, 45px); }
.market-card p { margin: 7px 0; color: #e0e4e0; }
.market-card .market-place { color: #fff; font-weight: 750; }
.market-card .text-link { display: inline-block; margin-top: 13px; color: #ead8bb; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.category-grid a { min-height: 280px; padding: 36px; border-right: 1px solid var(--line); text-decoration: none; transition: background .2s, transform .2s; }
.category-grid a:last-child { border: 0; }
.category-grid a:hover { z-index: 1; background: var(--paper); transform: translateY(-5px); box-shadow: var(--shadow); }
.category-grid span { color: var(--burgundy); font-size: 12px; font-weight: 800; }
.category-grid h3 { margin: 75px 0 8px; }
.category-grid p { color: var(--muted); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(55px, 8vw, 130px); }
.split-grid > img { width: 100%; min-height: 580px; max-height: 720px; object-fit: cover; object-position: center bottom; box-shadow: var(--shadow); }
.split-grid > img.about-object-image { object-position: center bottom; }
.split-grid > div > p:not(.eyebrow) { max-width: 610px; color: #4e514a; font-size: 18px; }
.cta { padding: 100px 0; color: #fff; background: var(--burgundy); text-align: center; }
.cta h2 { color: #fff; }
.cta p:not(.eyebrow) { margin: -7px auto 30px; font-size: 19px; }

.page-hero { padding: 95px 0 88px; border-bottom: 1px solid var(--line); background: var(--ivory); }
.page-hero .wrap { max-width: 1440px; }
.page-hero h1 { max-width: 1050px; margin-bottom: 20px; }
.page-hero p:last-child { max-width: 720px; margin: 0; color: var(--muted); font-size: 19px; }
.compact-hero { padding: 75px 0 68px; }
.compact-hero h1 { font-size: clamp(49px, 5.4vw, 78px); }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fffdf8; box-shadow: 0 10px 30px rgba(49, 42, 33, .06); }
.product-image { position: relative; aspect-ratio: 1.16 / 1; overflow: hidden; background: #d6c8b4; }
.product-image > a { display: block; width: 100%; height: 100%; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.badges { position: absolute; top: 18px; left: 18px; display: flex; flex-wrap: wrap; gap: 8px; pointer-events: none; }
.badges span { padding: 8px 13px; border-radius: 30px; color: var(--green); background: rgba(255,255,255,.93); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 800; }
.badges .new { color: #fff; background: var(--burgundy); }
.badges .offer { color: #fff; background: #b06a19; }
.heart { position: absolute; top: 17px; right: 17px; width: 54px; height: 54px; border: 0; border-radius: 50%; color: var(--green); background: rgba(255,255,255,.94); cursor: pointer; font-size: 30px; line-height: 1; box-shadow: 0 4px 12px rgba(0,0,0,.08); }
.heart.active { color: #fff; background: var(--burgundy); }
.product-copy { padding: 27px 27px 25px; }
.card-meta { margin: 0 0 12px !important; color: var(--burgundy) !important; text-transform: uppercase; letter-spacing: .1em; font-size: 12px !important; font-weight: 800; }
.product-copy h3 { min-height: 65px; margin-bottom: 8px; font-size: clamp(27px, 2.2vw, 35px); }
.product-copy h3 a { text-decoration: none; }
.product-copy > p { min-height: 48px; margin: 0 0 20px; color: var(--muted); }
.price { display: block; margin-bottom: 22px; font-size: 19px; }
.price-offer { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
.price-offer.card { margin-bottom: 22px; }
.price-offer.card .price { margin-bottom: 0; }
.price-offer.detail { margin: 18px 0 28px; }
.price-offer del { color: var(--muted); font-size: 15px; }
.price-offer.detail del { font-size: 18px; }
.card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.card-actions a, .card-actions button { min-height: 42px; padding: 9px 16px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(122,38,58,.45); border-radius: 999px; color: var(--burgundy); background: transparent; text-decoration: none; cursor: pointer; font-weight: 750; transition: transform .18s, color .18s, background .18s, border-color .18s; }
.card-actions a { color: #fff; border-color: var(--burgundy); background: var(--burgundy); }
.card-actions a:hover, .card-actions button:hover { transform: translateY(-2px); }
.card-actions button:hover { color: #fff; border-color: var(--green); background: var(--green); }
.list-view { grid-template-columns: 1fr; }
.list-view .product-card { display: grid; grid-template-columns: 310px 1fr; }
.list-view .product-image { height: 100%; aspect-ratio: 1; }
.list-view .product-copy h3, .list-view .product-copy > p { min-height: 0; }

.catalog-toolbar { margin-bottom: 26px; padding: 20px; display: grid; grid-template-columns: 2fr repeat(4, 1fr) auto; gap: 14px; align-items: end; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(45,39,31,.07); }
.catalog-toolbar label { display: grid; gap: 7px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.catalog-toolbar input, .catalog-toolbar select { width: 100%; min-height: 54px; padding: 11px 15px; border: 1px solid #cec4b6; border-radius: 12px; color: var(--ink); background: #fffdf9; transition: border-color .18s, box-shadow .18s, background .18s; }
.catalog-toolbar input:hover, .catalog-toolbar select:hover { border-color: #9d8f7c; background: #fff; }
.catalog-toolbar input:focus, .catalog-toolbar select:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,63,53,.13); }
.catalog-toolbar #reset-filters { min-height: 54px; padding-inline: 20px; border-color: rgba(122,38,58,.42); border-radius: 12px; color: var(--burgundy); background: #fbf2f2; }
.catalog-toolbar #reset-filters:hover { color: #fff; border-color: var(--burgundy); background: var(--burgundy); }
.catalog-meta { margin: 18px 0 28px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); }
.view-buttons { padding: 4px; display: flex; gap: 3px; border: 1px solid var(--line); border-radius: 999px; background: var(--ivory); }
.view-buttons button { min-height: 38px; padding: 8px 16px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-weight: 750; transition: color .18s, background .18s, box-shadow .18s; }
.view-buttons button:hover { color: var(--green); background: rgba(255,255,255,.72); }
.view-buttons button.active { color: #fff; background: var(--green); box-shadow: 0 3px 10px rgba(23,63,53,.2); }
.empty { padding: 90px 24px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(245,239,228,.72), rgba(255,250,242,.35)); text-align: center; }
.empty h2 { font-size: 39px; }
.load-more-wrap { padding-top: 38px; text-align: center; }

.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 38px 30px; border-right: 1px solid var(--line); }
.steps li:last-child { border-right: 0; }
.steps b { color: var(--burgundy); }
.steps h3 { margin: 40px 0 10px; }
.steps p { color: var(--muted); }

.form-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(440px, 1.25fr); gap: clamp(50px, 8vw, 130px); align-items: start; }
.form-layout aside { position: sticky; top: 160px; }
.form-layout aside h2 { font-size: clamp(38px, 4vw, 58px); }
.vertical-steps { margin: 35px 0; padding: 0; list-style: none; }
.vertical-steps li { padding: 18px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.vertical-steps b { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #fff; background: var(--green); }
.note, .preview-warning { padding: 18px; border-left: 3px solid var(--burgundy); background: var(--ivory); color: #55574f; }
.site-form { padding: clamp(28px, 4vw, 55px); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.site-form label { margin-bottom: 20px; display: grid; gap: 8px; color: var(--green); font-size: 14px; font-weight: 750; }
.site-form input, .site-form select, .site-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #bbb3a6; border-radius: 0; color: var(--ink); background: #fffdf9; }
.site-form textarea { resize: vertical; }
.site-form input:focus, .site-form select:focus, .site-form textarea:focus { outline: 2px solid rgba(23,63,53,.22); border-color: var(--green); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.file-field { position: relative; padding: 25px; border: 1px dashed var(--green); background: var(--ivory); text-align: center; cursor: pointer; }
.file-field input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.file-field span { font-weight: 700; }
.photo-list { margin: -10px 0 20px; color: var(--muted); font-size: 13px; }
.check { grid-template-columns: 22px 1fr !important; align-items: start; font-weight: 400 !important; }
.check input { width: 19px; min-height: 19px; margin-top: 2px; }
.form-status { margin-bottom: 20px; padding: 0; }
.form-status:not(:empty) { padding: 14px; background: var(--ivory); }
.form-status.success { color: #145c3b; background: #e4f1e9; }
.form-status.error { color: #801c2d; background: #f7e1e5; }
.form-status.warning { color: #684a12; background: #f7edcf; }
.contact-data dl { margin-top: 38px; }
.contact-data dl div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-data dt { color: var(--burgundy); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; }
.contact-data dd { margin: 5px 0 0; font-size: 18px; }
.map-section { padding-top: 0; }
.map-section .heading-row > p { max-width: 430px; color: var(--muted); }
.map-frame { min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: var(--ivory); box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 520px; display: block; border: 0; }
.map-consent { min-height: 520px; padding: 45px 24px; display: grid; place-items: center; background: radial-gradient(circle at 25% 20%, rgba(122,38,58,.08), transparent 36%), linear-gradient(135deg, #f5efe4, #fffaf2); text-align: center; }
.map-consent-inner { max-width: 650px; }
.map-consent h3 { margin: 16px 0 10px; font-size: clamp(34px, 4vw, 52px); }
.map-consent p { margin: 0 auto 28px; max-width: 590px; color: var(--muted); }
.map-consent .actions { justify-content: center; }
.map-pin { display: grid; width: 64px; height: 64px; margin: 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 32px; }

.product-dialog { width: min(1240px, calc(100% - 40px)); max-height: calc(100vh - 40px); padding: 0; border: 0; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.product-dialog::backdrop { background: rgba(14, 24, 20, .76); backdrop-filter: blur(4px); }
.dialog-close { position: fixed; z-index: 2; top: max(30px, calc((100vh - min(900px, 100vh - 40px)) / 2 + 12px)); right: max(30px, calc((100vw - min(1240px, 100vw - 40px)) / 2 + 12px)); width: 48px; height: 48px; border: 0; border-radius: 50%; color: var(--green); background: #fff; cursor: pointer; font-size: 28px; box-shadow: 0 5px 20px rgba(0,0,0,.14); }
.detail-grid { display: grid; grid-template-columns: 1.04fr .96fr; min-height: 680px; }
.detail-media { min-width: 0; padding-bottom: 18px; background: #ddd1bf; }
.detail-main-image { width: 100%; min-height: 680px; padding: 0; display: block; overflow: hidden; border: 0; background: #cabda8; cursor: zoom-in; }
.detail-main-image img { width: 100%; height: 100%; min-height: 680px; max-height: 780px; object-fit: cover; transition: transform .25s; }
.detail-main-image.zoomed { cursor: zoom-out; overflow: auto; }
.detail-main-image.zoomed img { width: auto; max-width: none; min-width: 150%; height: auto; min-height: 0; max-height: none; object-fit: contain; transform-origin: center; }
.detail-thumbs { padding: 14px 16px 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.detail-thumb { padding: 0; aspect-ratio: 1; overflow: hidden; border: 2px solid transparent; background: #fff; cursor: pointer; }
.detail-thumb.active { border-color: var(--burgundy); }
.detail-thumb img { width: 100%; height: 100%; object-fit: cover; }
.zoom-hint { margin: 8px 16px 0; color: #5d5d57; font-size: 12px; text-align: center; }
.detail-copy { padding: clamp(40px, 5vw, 75px); overflow: auto; }
.detail-copy h2 { font-size: clamp(39px, 4vw, 60px); }
.detail-copy .lead { color: #4d504a; font-size: 17px; }
.detail-copy dl { margin: 30px 0; }
.detail-copy dl > div { padding: 10px 0; display: grid; grid-template-columns: 145px 1fr; border-bottom: 1px solid var(--line); }
.detail-copy dt { color: var(--muted); font-size: 13px; }
.detail-copy dd { margin: 0; }
.detail-price { color: var(--green); font-size: 24px; font-weight: 800; }
.whatsapp-button { color: #fff; background: #2e7355; }
.document-note { margin-top: 18px; color: var(--muted); font-size: 12px; }
.detail-related { padding: 55px clamp(25px, 5vw, 70px) 70px; border-top: 1px solid var(--line); background: var(--ivory); }
.detail-related h3 { font-size: 42px; }
.detail-related .product-copy h3 { font-size: 27px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 4px; display: flex; justify-content: space-between; gap: 20px; color: var(--green); cursor: pointer; font: 600 23px/1.2 var(--serif); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span[aria-hidden="true"] { flex: 0 0 auto; transition: transform .2s; }
.faq-list details[open] summary span[aria-hidden="true"] { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 40px 24px 4px; color: var(--muted); }

.print-product-sheet { display: none; }

.compare-scroll { overflow-x: auto; }
.compare-table { width: 100%; min-width: 780px; border-collapse: collapse; table-layout: fixed; background: #fff; }
.compare-table th, .compare-table td { padding: 18px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.compare-table thead th { color: var(--green); font-family: var(--serif); font-size: 24px; }
.compare-table thead th:first-child { width: 180px; font: 700 13px/1.4 var(--sans); }
.compare-table thead img { width: 100%; height: 190px; margin-bottom: 14px; object-fit: cover; }
.compare-table thead a { display: block; text-decoration: none; }
.compare-table thead button { margin-top: 12px; padding: 0; border: 0; border-bottom: 1px solid var(--burgundy); color: var(--burgundy); background: none; cursor: pointer; font: 700 12px var(--sans); }
.compare-table tbody th { color: var(--burgundy); font-size: 13px; }

.legal h2 { margin-top: 55px; font-size: 36px; }
.legal ul { padding-left: 22px; color: #4e514a; }
.legal li { margin-bottom: 13px; }
.legal-table-wrap { margin: 28px 0; overflow-x: auto; }
.legal-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.legal-table th, .legal-table td { padding: 15px; border: 1px solid var(--line); vertical-align: top; text-align: left; }
.legal-table th { color: var(--green); background: var(--ivory); font-size: 13px; }
.legal-table td:first-child { color: var(--burgundy); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.legal-updated { margin-top: 45px; color: var(--muted); font-size: 12px; }
.site-footer { padding-top: 75px; color: #f5f0e8; background: #102f28; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid h2 { margin-bottom: 12px; color: #fff; font: 700 14px var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { color: #f5f0e8; text-decoration-color: rgba(255,255,255,.35); text-underline-offset: 4px; }
.footer-text-button { width: fit-content; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: #f5f0e8; background: transparent; cursor: pointer; font: inherit; text-align: left; }
.footer-brand { color: #fff; }
.footer-brand small { color: #e5d9c8; }
.footer-grid p, .footer-grid span { color: #c9c7bf; }
.footer-bottom { margin-top: 65px; padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #b6bab4; font-size: 12px; }
.footer-bottom p { margin: 0; }
.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: #2e7355; text-decoration: none; box-shadow: 0 8px 25px rgba(0,0,0,.25); font-weight: 800; }
.toast-region { position: fixed; z-index: 300; right: 22px; bottom: 90px; width: min(370px, calc(100% - 44px)); }
.toast-region p { margin: 10px 0; padding: 14px 18px; color: #fff; background: var(--burgundy); box-shadow: var(--shadow); }
.noscript { margin: 0; padding: 18px; color: #fff; background: #8b1e31; text-align: center; }

.cookie-consent { position: fixed; z-index: 500; right: 22px; bottom: 22px; left: 22px; max-width: 1120px; margin: 0 auto; padding: 25px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; border: 1px solid #c8bfb2; color: var(--ink); background: #fffdf8; box-shadow: 0 18px 65px rgba(16, 47, 40, .28); }
.cookie-consent h2 { margin: 0 0 8px; font-size: 28px; }
.cookie-consent p { max-width: 760px; margin: 0 0 8px; color: var(--muted); font-size: 14px; }
.cookie-consent a { color: var(--burgundy); font-size: 13px; font-weight: 750; }
.cookie-consent-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cookie-consent-actions button { min-height: 46px; padding: 10px 17px; border: 1px solid var(--green); color: var(--green); background: #fff; cursor: pointer; font-weight: 750; }
.cookie-consent-actions button:focus-visible { outline: 3px solid rgba(122, 38, 58, .28); outline-offset: 2px; }

@media (max-width: 1180px) {
  .nav-wrap { min-height: 92px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; padding: 25px max(32px, calc((100% - 1440px) / 2)); display: none; align-items: stretch; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .nav-cta { align-self: flex-start; }
  .language { align-self: flex-start; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-toolbar { grid-template-columns: 2fr repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid a:nth-child(2) { border-right: 0; }
  .category-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .wrap { width: min(100% - 36px, 1440px); }
  .section { padding: 70px 0; }
  .brand strong { font-size: 28px; }
  .brand small { font-size: 12px; }
  .preview-bar { font-size: 10px; }
  .hero { min-height: 690px; }
  .hero-copy { width: auto; margin: 0 18px; padding: 80px 0; }
  .hero h1 { font-size: clamp(48px, 14vw, 72px); }
  .hero-copy > p:not(.eyebrow) { font-size: 18px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust p { border-right: 0; border-bottom: 1px solid var(--line); }
  .heading-row { align-items: start; flex-direction: column; }
  .market-card, .market-card.has-image { grid-template-columns: 1fr; gap: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-copy h3 { min-height: auto; }
  .list-view .product-card { grid-template-columns: 1fr; }
  .split-grid, .form-layout, .detail-grid, .faq-layout { grid-template-columns: 1fr; }
  .split-grid { gap: 42px; }
  .split-grid > img { min-height: 420px; max-height: 540px; }
  .form-layout aside { position: static; }
  .map-frame, .map-consent { min-height: 440px; }
  .map-frame iframe { height: 440px; }
  .category-grid, .steps { grid-template-columns: 1fr; }
  .category-grid a { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .category-grid a:nth-child(3) { border-bottom: 1px solid var(--line); }
  .category-grid h3 { margin-top: 45px; }
  .steps li { border-right: 0; border-bottom: 1px solid var(--line); }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .catalog-toolbar .search { grid-column: 1 / -1; }
  .detail-main-image, .detail-main-image img { min-height: 380px; max-height: 520px; }
  .dialog-close { position: absolute; top: 12px; right: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cookie-consent { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 540px) {
  .wrap { width: min(100% - 28px, 1440px); }
  h1 { font-size: 48px; }
  h2 { font-size: 39px; }
  .page-hero { padding: 65px 0; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .catalog-toolbar, .form-row { grid-template-columns: 1fr; }
  .catalog-toolbar .search { grid-column: auto; }
  .product-card { border-radius: 16px; }
  .product-copy { padding: 23px 20px; }
  .heart { width: 48px; height: 48px; }
  .card-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .site-form { padding: 22px 18px; }
  .product-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); }
  .detail-copy { padding: 36px 22px; }
  .detail-copy dl > div { grid-template-columns: 1fr; gap: 2px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cookie-consent { right: 8px; bottom: 8px; left: 8px; padding: 20px 17px; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-consent-actions button { width: 100%; }
}

@media print {
  body > *:not(.print-product-sheet) { display: none !important; }
  body { background: #fff; }
  .print-product-sheet { display: block; padding: 12mm 14mm; color: #111; font: 10pt/1.45 Georgia, serif; }
  .print-product-sheet header { padding-bottom: 7mm; border-bottom: 1px solid #777; }
  .print-product-sheet header h1 { margin: 2mm 0; color: #173f35; font-size: 27pt; }
  .print-product-sheet > img { width: 100%; max-height: 118mm; margin: 8mm 0; object-fit: contain; }
  .print-product-sheet .print-description { font-size: 11pt; }
  .print-product-sheet dl > div { padding: 2.3mm 0; display: grid; grid-template-columns: 45mm 1fr; border-bottom: 1px solid #ccc; }
  .print-product-sheet dt { font-weight: 700; }
  .print-product-sheet dd { margin: 0; }
  .print-product-sheet footer { margin-top: 9mm; padding-top: 4mm; border-top: 1px solid #777; font-size: 8pt; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
