:root {
  --wine: #5b0d28;
  --wine-dark: #3b071b;
  --ink: #252126;
  --muted: #70686b;
  --paper: #fffdfb;
  --shell: #f7f0ee;
  --blush: #eee4e4;
  --line: #e6ddda;
  --gold: #c8a875;
  --display: 'Italiana', 'Bodoni MT', Didot, Georgia, serif;
  --body: 'DM Sans', 'Avenir Next', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 100; top: -100px; left: 12px; padding: 12px 18px; background: white; }
.skip-link:focus { top: 12px; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }

.topline { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 36px; padding: 0 32px; background: var(--wine-dark); color: #fff8f4; font-size: 11px; font-weight: 600; letter-spacing: .01em; }
.topline span:nth-child(2) { text-align: center; opacity: .8; }
.topline a { justify-self: end; text-decoration: none; }
.topline a:hover { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: relative; z-index: 10; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 8px; min-width: 219px; color: var(--wine); text-decoration: none; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; line-height: 1; }
.brand-type strong { font: 400 26px/.98 var(--display); letter-spacing: .11em; }
.brand-type small { margin-top: 7px; font-size: 8px; font-weight: 700; letter-spacing: .56em; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.8vw, 43px); }
.main-nav a { font-size: 13px; font-weight: 600; text-decoration: none; transition: color .2s; }
.main-nav a:hover { color: var(--wine); }
.header-action { display: inline-flex; align-items: center; gap: 20px; padding: 12px 18px; border: 1px solid var(--wine); color: var(--wine); text-decoration: none; font-size: 12px; font-weight: 700; border-radius: 3px; transition: background .25s, color .25s; }
.header-action:hover { background: var(--wine); color: white; }

.hero { overflow: hidden; background: #f5eded; }
.hero-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; min-height: min(670px, 76vw); }
.hero-copy { align-self: center; padding: 64px 16px 77px 0; position: relative; z-index: 2; }
.hero-copy { animation: hero-enter .65s cubic-bezier(.2,.7,.2,1) both; }
.hero-prelude { display: inline-block; margin: 0 0 28px; padding: 0 0 8px; border-bottom: 1px solid var(--wine); color: var(--wine); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.hero h1 { margin: 0; color: var(--wine); font: 400 clamp(66px, 7.2vw, 118px)/.88 var(--display); letter-spacing: -.058em; white-space: nowrap; }
.hero-description { max-width: 430px; margin: 31px 0 0; color: #564c50; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 28px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 12px 24px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; transition: background-color .22s, color .22s, transform .22s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--wine); color: white; }
.button-primary:hover { background: var(--wine-dark); }
.button-light { background: var(--paper); color: var(--wine); }
.button-light:hover { background: #f2e7e5; }
.text-link { font-size: 12px; font-weight: 700; color: var(--wine); text-underline-offset: 5px; }
.text-link:hover { color: var(--wine-dark); }
.hero-tail { display: flex; align-items: center; gap: 13px; margin-top: 57px; color: #827277; font-size: 10px; line-height: 1.65; }
.hero-tail-line { display: block; width: 39px; height: 1px; background: var(--gold); }
.hero-art { position: relative; height: 610px; align-self: end; }
.hero-art-back { position: absolute; inset: 38px -10vw 0 52px; background: #dbcdd2; border-radius: 245px 0 0 0; }
.hero-main-image { position: absolute; inset: 0 34px 28px 100px; margin: 0; overflow: hidden; border-radius: 220px 220px 3px 3px; background: #e7dfe0; box-shadow: 0 22px 50px rgba(71, 32, 44, .13); }
.hero-main-image { animation: hero-enter .75s .08s cubic-bezier(.2,.7,.2,1) both; }
.hero-main-image img { width: 100%; height: 100%; object-fit: cover; object-position: 51% 0; }
.hero-main-image img:not(.is-loaded), .hero-small-image img:not(.is-loaded), .how-visual > img:not(.is-loaded) { object-fit: contain; padding: 22%; background: #eee5e6; }
.hero-small-image { position: absolute; left: 5px; bottom: 0; width: 205px; height: 240px; margin: 0; padding: 9px; background: var(--paper); transform: rotate(-6deg); box-shadow: 0 22px 45px rgba(60, 24, 35, .17); }
.hero-small-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; right: -11px; top: 96px; display: flex; align-items: center; justify-content: center; gap: 12px; width: 128px; height: 128px; border: 1px solid var(--gold); border-radius: 50%; background: var(--wine); color: white; transform: rotate(9deg); box-shadow: 0 10px 30px rgba(77, 17, 40, .15); }
.hero-stamp span:first-child { font: 400 17px/1.05 var(--display); }
.hero-stamp span:last-child { position: absolute; bottom: 17px; font-size: 14px; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

.brand-band { padding: 18px 0; background: #efe8e5; border-bottom: 1px solid #e3d8d5; }
.brand-band-inner { display: flex; align-items: center; gap: 30px; justify-content: space-between; }
.brand-band-inner > span { flex: none; max-width: 180px; color: #82777a; font-size: 10px; line-height: 1.4; }
.brand-band-inner > div { display: flex; align-items: center; justify-content: space-between; gap: 22px; flex: 1; color: #6a5f62; }
.brand-band b { font: 400 clamp(13px, 1.5vw, 19px)/1.1 var(--display); white-space: nowrap; }

.categories-section { padding-block: 99px 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 36px; }
.section-kicker { display: block; margin-bottom: 15px; color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .05em; }
h2, h3, p { margin-top: 0; }
.section-heading h2, .catalog-heading h2, .how-copy h2, .contact-layout h2 { margin: 0; font: 400 clamp(47px, 5vw, 76px)/.99 var(--display); letter-spacing: -.045em; }
.section-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.category-tile { position: relative; height: 330px; overflow: hidden; background: #eee9e6; color: white; text-decoration: none; }
.category-tile[hidden] { display: none; }
.category-tile::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(24, 11, 19, .72)); }
.category-tile img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.category-tile:hover img { transform: scale(1.05); }
.category-tile > span { position: absolute; z-index: 1; bottom: 24px; left: 24px; right: 24px; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.category-tile strong { font: 400 clamp(32px, 3.3vw, 52px)/.9 var(--display); }
.category-tile small { font-size: 11px; font-weight: 700; white-space: nowrap; }

.catalog-section { padding: 91px 0 103px; background: #f8f4f2; border-top: 1px solid var(--line); }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.catalog-heading h2 { color: var(--wine); }
.catalog-heading p { max-width: 530px; margin: 18px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.share-button { display: inline-flex; align-items: center; gap: 9px; min-height: 43px; padding: 0 14px; border: 1px solid #c6b5b8; border-radius: 3px; background: transparent; color: var(--wine); font-size: 11px; font-weight: 700; white-space: nowrap; }
.share-button:hover { background: white; }
.share-button svg { width: 17px; height: 17px; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-top: 39px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.filter-chips { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.chip { min-height: 37px; padding: 7px 14px; border: 1px solid #dbcfcd; border-radius: 100px; background: transparent; color: #6d6265; font-size: 11px; font-weight: 700; transition: background-color .2s, color .2s, border-color .2s; }
.chip:hover { border-color: var(--wine); color: var(--wine); }
.chip.active { border-color: var(--wine); background: var(--wine); color: white; }
.filter-fields { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.search-box, .select-box { display: inline-flex; align-items: center; height: 39px; padding: 0 10px; border: 1px solid #ddd2d0; background: white; color: var(--muted); }
.search-box { gap: 6px; width: 194px; }
.search-box svg { width: 18px; height: 18px; flex: none; }
.search-box input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; }
.search-box input::placeholder { color: #91878a; }
.select-box select { max-width: 146px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 11px; cursor: pointer; }
.catalog-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 17px 0 22px; color: #83787a; font-size: 10px; }
.catalog-meta p { margin: 0; font-weight: 700; }
.catalog-meta span { text-align: right; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 29px 15px; }
.product-card { min-width: 0; background: white; border: 1px solid #eee5e1; }
.product-photo { position: relative; display: block; width: 100%; aspect-ratio: 4 / 4.7; overflow: hidden; padding: 0; border: 0; background: #ede7e3; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-photo img { transform: scale(1.04); }
.product-badge { position: absolute; left: 10px; top: 10px; padding: 7px 9px; background: rgba(255,253,250,.94); color: var(--wine); font-size: 9px; font-weight: 700; }
.product-card-body { padding: 16px 15px 15px; }
.product-brand { display: block; margin-bottom: 5px; color: var(--wine); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.product-ref { display: block; margin-bottom: 5px; color: #857b7c; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.product-title { display: -webkit-box; min-height: 36px; margin-bottom: 13px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 13px; font-weight: 700; line-height: 1.35; }
.product-facts { display: flex; justify-content: space-between; gap: 9px; min-height: 37px; padding-bottom: 15px; border-bottom: 1px solid #f0e8e6; }
.product-facts span { color: #776f71; font-size: 10px; line-height: 1.35; }
.product-facts strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.3; }
.product-facts span:first-child { max-width: 68%; }
.product-facts span:last-child { text-align: right; }
.product-actions { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 12px; }
.product-open { display: flex; align-items: center; gap: 7px; padding: 0; border: 0; background: none; color: var(--wine); font-size: 11px; font-weight: 700; text-align: left; }
.product-open span:last-child { font-size: 17px; font-weight: 400; }
.product-open:hover { text-decoration: underline; text-underline-offset: 4px; }
.product-whatsapp { padding: 6px 8px; border: 1px solid #d7c6cb; color: var(--wine); font-size: 10px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.product-whatsapp:hover { background: var(--wine); color: white; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state h3 { font: 400 35px/1 var(--display); color: var(--wine); }
.empty-state p { color: var(--muted); font-size: 13px; }
.empty-state button { margin-top: 10px; }

.how-section { padding: 100px 0; background: var(--paper); }
.how-layout { display: grid; grid-template-columns: .96fr 1.04fr; gap: clamp(40px, 7vw, 112px); align-items: center; }
.how-visual { position: relative; min-height: 620px; background: #e9e1de; }
.how-visual > img { width: 100%; height: 620px; object-fit: cover; object-position: center 28%; }
.how-visual-note { position: absolute; bottom: -20px; right: -18px; display: flex; flex-direction: column; gap: 6px; width: 215px; padding: 20px; background: var(--wine); color: white; }
.how-visual-note span { font-size: 10px; }
.how-visual-note strong { font: 400 27px/1 var(--display); }
.how-copy h2 { color: var(--wine); }
.how-copy > p { max-width: 440px; margin: 25px 0 32px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.how-copy ol { list-style: none; margin: 0; padding: 0; }
.how-copy li { display: flex; gap: 24px; padding: 19px 0; border-top: 1px solid var(--line); }
.how-copy li > span { margin-top: 1px; color: var(--wine); font: 400 20px/1 var(--display); }
.how-copy li strong { font-size: 13px; }
.how-copy li p { margin: 6px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.contact-section { padding: 81px 0; background: var(--wine); color: white; }
.contact-layout { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.contact-layout .section-kicker { color: #ead4db; }
.contact-layout h2 { font-size: clamp(52px, 5.8vw, 86px); }
.contact-layout p { max-width: 430px; margin: 22px 0 0; color: #ead7db; font-size: 13px; line-height: 1.7; }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; max-width: 460px; padding-bottom: 5px; }
.contact-actions > a:not(.button) { font-size: 12px; font-weight: 700; text-underline-offset: 5px; }
.site-footer { padding: 34px 0 19px; background: #fbf8f6; }
.footer-layout { display: flex; align-items: center; gap: 24px; }
.footer-brand img { width: 150px; height: 110px; object-fit: contain; }
.footer-layout p { flex: 1; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.footer-layout nav { display: flex; flex-wrap: wrap; gap: 12px 25px; }
.footer-layout nav a { color: var(--wine); font-size: 11px; font-weight: 700; text-decoration: none; }
.footer-layout nav a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid var(--line); color: #8a8082; font-size: 10px; }

.product-dialog { width: min(1040px, calc(100% - 24px)); max-width: none; max-height: min(780px, calc(100vh - 24px)); padding: 0; border: 0; background: white; box-shadow: 0 30px 90px rgba(19, 12, 16, .25); }
.product-dialog::backdrop { background: rgba(25, 14, 20, .72); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 38px; height: 38px; border: 0; border-radius: 50%; background: white; color: var(--wine); font-size: 27px; line-height: 1; box-shadow: 0 4px 15px #0002; }
.dialog-layout { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; }
.dialog-gallery { display: flex; flex-direction: column; min-height: 0; background: #eee8e5; }
.dialog-main-image { flex: 1; min-height: 440px; overflow: hidden; }
.dialog-main-image img { width: 100%; height: 100%; max-height: 620px; object-fit: contain; }
.dialog-thumbs { display: flex; gap: 7px; overflow-x: auto; padding: 10px; }
.dialog-thumbs button { flex: none; width: 56px; height: 64px; padding: 0; border: 2px solid transparent; background: white; }
.dialog-thumbs button[aria-current="true"] { border-color: var(--wine); }
.dialog-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.dialog-details { padding: clamp(27px, 4vw, 54px) clamp(23px, 3.2vw, 45px); overflow-y: auto; }
.dialog-brand { color: var(--wine); font-size: 11px; font-weight: 700; }
.dialog-details h2 { margin: 12px 0 14px; font: 400 clamp(37px, 4vw, 60px)/.98 var(--display); color: var(--wine); letter-spacing: -.04em; }
.dialog-price { margin: 0; font-size: 19px; font-weight: 700; }
.dialog-rule { height: 1px; margin: 26px 0; background: var(--line); }
.detail-label { margin: 0 0 10px; color: var(--muted); font-size: 10px; font-weight: 700; }
.dialog-sizes { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 21px; }
.dialog-sizes span, .dialog-sizes button { display: inline-flex; align-items: center; min-height: 31px; padding: 6px 10px; border: 1px solid #d6c5c9; background: white; color: var(--wine); font-size: 11px; font-weight: 700; }
.dialog-sizes button[aria-pressed="true"] { border-color: var(--wine); background: var(--wine); color: white; }
.dialog-sizes .unknown { border: 0; padding: 0; color: var(--muted); font-weight: 400; }
.dialog-availability { margin: 0 0 17px; color: var(--wine); font-size: 12px; font-weight: 700; }
.dialog-description { min-height: 34px; margin: 0 0 27px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.dialog-whatsapp { width: 100%; }
.dialog-links { display: flex; flex-wrap: wrap; gap: 11px 18px; margin-top: 24px; }
.dialog-links a, .dialog-links button { padding: 0; border: 0; background: transparent; color: var(--wine); font-size: 11px; font-weight: 700; text-underline-offset: 4px; }
.dialog-links a:hover, .dialog-links button:hover { text-decoration: underline; }
.dialog-note { margin: 29px 0 0; color: #8f8587; font-size: 10px; line-height: 1.5; }
.toast { position: fixed; z-index: 110; bottom: 22px; left: 50%; max-width: calc(100% - 32px); padding: 12px 20px; border-radius: 3px; background: var(--wine-dark); color: white; box-shadow: 0 8px 30px #0002; font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1090px) {
  .hero h1 { font-size: clamp(58px, 7.3vw, 88px); }
  .hero-art { height: 550px; }
  .hero-main-image { inset: 0 18px 25px 75px; }
  .hero-small-image { width: 168px; height: 202px; }
  .hero-stamp { right: -10px; width: 105px; height: 105px; }
  .brand-band b:nth-last-child(-n+2) { display: none; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 1280px); }
  .topline { grid-template-columns: 1fr auto; padding-inline: 18px; }
  .topline span:nth-child(2) { display: none; }
  .main-nav { display: none; }
  .header-row { min-height: 74px; }
  .brand { min-width: 0; }
  .brand img { width: 56px; height: 56px; }
  .brand-type strong { font-size: 21px; }
  .brand-type small { font-size: 7px; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 52px 0 38px; }
  .hero h1 { font-size: clamp(58px, 12.8vw, 96px); }
  .hero-description { margin-top: 20px; font-size: 14px; }
  .hero-tail { display: none; }
  .hero-art { width: min(100%, 530px); height: 490px; margin-inline: auto; }
  .hero-art-back { inset: 22px -18px 0 65px; }
  .hero-main-image { inset: 0 16px 16px 77px; }
  .brand-band-inner > span { display: none; }
  .brand-band-inner > div { justify-content: space-around; }
  .brand-band b:nth-last-child(-n+3) { display: none; }
  .categories-section { padding-block: 72px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .category-grid { gap: 9px; }
  .category-tile { height: 245px; }
  .category-tile > span { left: 12px; right: 12px; bottom: 14px; display: block; }
  .category-tile strong { display: block; font-size: 32px; }
  .category-tile small { display: block; margin-top: 6px; font-size: 10px; }
  .catalog-section { padding: 73px 0 80px; }
  .catalog-heading { align-items: start; }
  .catalog-heading h2 { font-size: 61px; }
  .share-button span { display: none; }
  .share-button { width: 41px; justify-content: center; padding: 0; }
  .catalog-tools { align-items: stretch; margin-top: 29px; }
  .filter-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .chip { flex: none; }
  .filter-fields { width: 100%; }
  .search-box { flex: 1; width: auto; min-width: 170px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .how-section { padding: 74px 0; }
  .how-layout { grid-template-columns: 1fr; gap: 50px; }
  .how-visual { width: min(100%, 520px); min-height: 490px; }
  .how-visual > img { height: 490px; }
  .contact-layout { display: block; }
  .contact-actions { margin-top: 30px; }
  .footer-layout { flex-wrap: wrap; }
  .footer-layout nav { width: 100%; justify-content: space-between; }
  .dialog-layout { grid-template-columns: 1fr; }
  .product-dialog { max-height: calc(100vh - 16px); }
  .dialog-main-image { height: min(52vh, 430px); min-height: 250px; }
  .dialog-main-image img { max-height: none; }
  .dialog-details { overflow: visible; padding: 27px 23px 33px; }
}

@media (max-width: 470px) {
  .topline { font-size: 10px; }
  .brand img { width: 50px; height: 50px; }
  .brand-type strong { font-size: 17px; }
  .brand-type small { font-size: 6px; margin-top: 5px; }
  .header-action { gap: 5px; padding: 10px 11px; font-size: 11px; }
  .hero-copy { padding-top: 45px; }
  .hero-prelude { margin-bottom: 22px; font-size: 10px; }
  .hero h1 { font-size: clamp(48px, 13.5vw, 68px); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-art { height: 390px; }
  .hero-main-image { inset: 0 7px 13px 58px; }
  .hero-art-back { inset: 18px -18px 0 48px; }
  .hero-small-image { width: 120px; height: 154px; left: 0; }
  .hero-stamp { top: 62px; right: -6px; width: 86px; height: 86px; }
  .hero-stamp span:first-child { font-size: 12px; }
  .hero-stamp span:last-child { bottom: 10px; font-size: 9px; }
  .brand-band b { font-size: 14px; }
  .section-heading h2, .catalog-heading h2, .how-copy h2 { font-size: 51px; }
  .category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-tile { height: 167px; }
  .category-tile strong { font-size: 25px; }
  .category-tile small { display: none; }
  .catalog-heading p { font-size: 12px; }
  .filter-fields { gap: 7px; }
  .search-box { width: 100%; flex-basis: 100%; }
  .select-box { flex: 1; }
  .select-box select { max-width: 135px; width: 100%; }
  .product-card-body { padding: 11px 9px 12px; }
  .product-badge { left: 6px; top: 6px; font-size: 8px; padding: 5px; }
  .product-title { font-size: 11px; min-height: 31px; }
  .product-facts strong { font-size: 11px; }
  .product-facts { display: block; min-height: 0; }
  .product-facts span, .product-facts span:last-child { display: flex; flex-direction: row-reverse; align-items: baseline; justify-content: space-between; gap: 5px; margin-top: 4px; color: #81777a; font-size: 9px; text-align: left; }
  .product-facts span:first-child { max-width: none; }
  .product-facts span:first-child { display: block; }
  .product-facts span:first-child strong { display: block; text-align: left; }
  .product-facts strong { flex: 0 1 auto; color: var(--ink); font-size: 10px; text-align: right; }
  .product-open { font-size: 10px; }
  .product-open span:last-child { display: none; }
  .product-actions { gap: 3px; }
  .product-whatsapp { padding: 5px 4px; font-size: 9px; }
  .how-visual { min-height: 410px; }
  .how-visual > img { height: 410px; }
  .how-visual-note { right: -8px; width: 180px; }
  .contact-section { padding: 66px 0; }
  .contact-layout h2 { font-size: 58px; }
  .footer-bottom { display: block; line-height: 1.8; }
}

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