:root {
  --ink: #15130f;
  --ink-2: #242019;
  --paper: #f7f3ea;
  --paper-2: #eee7da;
  --white: #fffdf8;
  --gold: #c69a55;
  --gold-dark: #8a6129;
  --whatsapp: #1f9d63;
  --whatsapp-dark: #147448;
  --line: rgba(21, 19, 15, .16);
  --muted: #716b62;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 75px rgba(25, 19, 10, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open, body.cart-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }
.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; }
.eyebrow { display: inline-flex; align-items: center; gap: 11px; color: var(--gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; border: 1px solid transparent; padding: 0 22px; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--gold-dark); }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { background: #dbb575; }
.button-whatsapp { color: var(--white); background: var(--whatsapp); }
.button-whatsapp:hover { color: var(--white); background: var(--whatsapp-dark); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { color: var(--white); background: var(--gold-dark); }
.button-outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.icon { width: 18px; height: 18px; flex: 0 0 auto; display: inline-block; background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.icon-cart { -webkit-mask-image: url("../icons/cart3.svg"); mask-image: url("../icons/cart3.svg"); }
.icon-whatsapp { -webkit-mask-image: url("../icons/whatsapp.svg"); mask-image: url("../icons/whatsapp.svg"); }
.icon-close { -webkit-mask-image: url("../icons/x-lg.svg"); mask-image: url("../icons/x-lg.svg"); }
.icon-menu { -webkit-mask-image: url("../icons/list.svg"); mask-image: url("../icons/list.svg"); }
.icon-search { -webkit-mask-image: url("../icons/search.svg"); mask-image: url("../icons/search.svg"); }
.icon-arrow-left { -webkit-mask-image: url("../icons/arrow-left.svg"); mask-image: url("../icons/arrow-left.svg"); }
.icon-arrow-right { -webkit-mask-image: url("../icons/arrow-right.svg"); mask-image: url("../icons/arrow-right.svg"); }
.icon-plus { -webkit-mask-image: url("../icons/plus-lg.svg"); mask-image: url("../icons/plus-lg.svg"); }
.icon-minus { -webkit-mask-image: url("../icons/dash-lg.svg"); mask-image: url("../icons/dash-lg.svg"); }
.icon-trash { -webkit-mask-image: url("../icons/trash3.svg"); mask-image: url("../icons/trash3.svg"); }
.icon-truck { -webkit-mask-image: url("../icons/truck.svg"); mask-image: url("../icons/truck.svg"); }
.icon-stars { -webkit-mask-image: url("../icons/stars.svg"); mask-image: url("../icons/stars.svg"); }
.icon-buildings { -webkit-mask-image: url("../icons/buildings.svg"); mask-image: url("../icons/buildings.svg"); }
.icon-box-seam { -webkit-mask-image: url("../icons/box-seam.svg"); mask-image: url("../icons/box-seam.svg"); }
.icon-cup-hot { -webkit-mask-image: url("../icons/cup-hot.svg"); mask-image: url("../icons/cup-hot.svg"); }
.icon-grid { -webkit-mask-image: url("../icons/grid.svg"); mask-image: url("../icons/grid.svg"); }
.icon-house-door { -webkit-mask-image: url("../icons/house-door.svg"); mask-image: url("../icons/house-door.svg"); }

.announcement { position: relative; z-index: 80; color: #ded5c7; background: #17140f; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.announcement-inner { height: 31px; display: flex; justify-content: space-between; align-items: center; }
.announcement a { color: #e2bb7b; }
.site-header { position: sticky; top: 0; z-index: 70; color: var(--ink); background: rgba(255, 253, 248, .97); border-bottom: 1px solid rgba(21, 19, 15, .13); backdrop-filter: blur(20px); box-shadow: 0 10px 35px rgba(41, 30, 15, .04); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(255, 253, 248, .99); box-shadow: 0 14px 42px rgba(32, 23, 11, .1); }
.header-main { position: relative; z-index: 3; background: rgba(255, 253, 248, .95); }
.header-main-inner { height: 104px; display: grid; grid-template-columns: 154px minmax(320px, 1fr) auto; align-items: center; gap: clamp(24px, 3vw, 54px); transition: height .25s ease; }
.site-header.is-scrolled .header-main-inner { height: 88px; }
.brand { width: 146px; height: 100%; position: relative; display: flex; align-items: center; justify-content: flex-start; padding: 5px 10px 5px 0; }
.brand::after { content: ""; position: absolute; top: 22px; right: 0; bottom: 22px; width: 1px; background: linear-gradient(transparent, rgba(138, 97, 41, .45), transparent); }
.brand img { width: 125px; height: 94px; object-fit: contain; filter: drop-shadow(0 1px 1px rgba(18, 14, 9, .72)) drop-shadow(0 8px 16px rgba(100, 67, 23, .12)); transition: width .25s ease, height .25s ease; }
.site-header.is-scrolled .brand img { width: 108px; height: 80px; }
.header-search { height: 50px; min-width: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr) 92px; align-items: center; overflow: hidden; border: 1px solid rgba(21, 19, 15, .13); border-radius: 7px; background: #f7f4ed; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.header-search:focus-within { border-color: rgba(138, 97, 41, .6); background: var(--white); box-shadow: 0 0 0 3px rgba(198, 154, 85, .13); }
.header-search > .icon { justify-self: center; width: 17px; height: 17px; color: #797166; }
.header-search input { width: 100%; min-width: 0; height: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.header-search input::placeholder { color: #8a8379; }
.header-search button { height: 100%; border: 0; color: var(--white); background: var(--ink); cursor: pointer; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: background .2s ease; }
.header-search button:hover { background: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-picker { height: 40px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 6px; padding: 0 11px; background: var(--white); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.language-picker i { width: 1px; height: 13px; background: var(--line); }
.language-picker .is-active { color: var(--gold-dark); }
.language-picker a { color: #8a8379; transition: color .2s ease; }
.language-picker a:hover { color: var(--ink); }
.cart-button { height: 45px; display: flex; align-items: center; gap: 10px; border: 0; border-radius: 6px; color: var(--white); background: var(--ink); padding: 0 10px 0 14px; cursor: pointer; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.cart-button:hover { background: var(--gold-dark); transform: translateY(-1px); }
.cart-button .icon { width: 17px; height: 17px; }
.cart-button b { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); font-size: 9px; }
.menu-button { width: 45px; height: 45px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: var(--white); cursor: pointer; }
.category-bar { position: relative; z-index: 2; border-top: 1px solid rgba(21, 19, 15, .08); background: #f2ede4; }
.category-bar-inner { height: 61px; display: flex; align-items: stretch; }
.category-nav { min-width: 0; flex: 1; display: flex; align-items: stretch; }
.category-home, .nav-cluster-trigger { height: 100%; display: flex; align-items: center; gap: 12px; border-left: 1px solid rgba(21,19,15,.09); padding: 0 18px; transition: color .2s ease, background .2s ease; }
.category-home { flex: 0 0 80px; justify-content: center; padding-inline: 8px; }
.category-home > .icon, .nav-cluster-trigger > .icon { width: 18px; height: 18px; color: #9a7544; transition: color .2s ease, transform .2s ease; }
.category-home strong, .nav-cluster-trigger strong { font-size: 10px; font-weight: 800; line-height: 1.25; }
.category-home:hover, .nav-cluster:hover > .nav-cluster-trigger, .nav-cluster:focus-within > .nav-cluster-trigger, .nav-direct:hover { color: var(--white); background: var(--ink); }
.category-home:hover > .icon, .nav-cluster:hover > .nav-cluster-trigger > .icon, .nav-cluster:focus-within > .nav-cluster-trigger > .icon, .nav-direct:hover > .icon { color: var(--gold); transform: translateY(-1px); }
.nav-cluster { min-width: 0; flex: 1; position: static; }
.nav-cluster-trigger { width: 100%; position: relative; }
.nav-cluster-trigger > b { margin-left: auto; color: var(--gold-dark); font-size: 13px; }
.nav-cluster:hover > .nav-cluster-trigger > b, .nav-cluster:focus-within > .nav-cluster-trigger > b { color: var(--gold); }
.nav-direct { min-width: 0; flex: 1; border-right: 1px solid rgba(21,19,15,.09); }
.nav-direct em { margin-left: auto; color: #9a7040; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.nav-direct:hover em { color: var(--gold); }
.utility-nav { display: flex; align-items: center; border-right: 1px solid rgba(21,19,15,.09); margin-left: 18px; }
.utility-nav a { height: 100%; display: flex; align-items: center; border-left: 1px solid rgba(21,19,15,.09); padding: 0 15px; color: #625c53; font-size: 9px; font-weight: 800; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.utility-nav a:hover { color: var(--white); background: var(--gold-dark); }
.category-popover { position: absolute; top: 100%; left: 50%; width: min(1180px, calc(100vw - 72px)); display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 30px; padding: 32px 34px 28px; transform: translate(-50%, 12px); color: var(--white); background: rgba(23, 20, 15, .985); border-top: 2px solid var(--gold); box-shadow: 0 32px 70px rgba(18, 13, 7, .24); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-cluster:hover .category-popover, .nav-cluster:focus-within .category-popover { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.popover-heading { border-right: 1px solid rgba(255,255,255,.13); padding-right: 30px; }
.popover-heading > .popover-icon { width: 27px; height: 27px; color: var(--gold); }
.popover-heading > strong { display: block; margin: 11px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.08; }
.popover-heading p { margin: 0; color: #aaa298; font-size: 10px; line-height: 1.65; }
.popover-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px 22px; align-content: start; }
.category-popover-compact .popover-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.popover-links a { min-height: 44px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.12); color: #d9d2c6; font-size: 10px; line-height: 1.25; transition: color .2s ease, border-color .2s ease; }
.popover-links a:hover { color: var(--gold); border-color: rgba(198,154,85,.55); }
.popover-links small { display: grid; place-items: center; color: #746c61; }
.popover-links small .icon { width: 13px; height: 13px; }
.popover-links b { color: var(--gold); font-size: 10px; }
.popover-all { grid-column: 2; justify-self: start; color: var(--gold); border-bottom: 1px solid rgba(198,154,85,.4); padding: 2px 0 5px; font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.mobile-nav { max-height: calc(100vh - 108px); overflow: auto; padding: 18px 30px 30px; background: var(--paper); box-shadow: 0 24px 45px rgba(21,19,15,.12); }
.mobile-nav > a { display: block; border-bottom: 1px solid var(--line); padding: 14px 0; font-size: 11px; font-weight: 750; }
.mobile-nav > .mobile-main-link { display: flex; align-items: center; gap: 10px; }
.mobile-main-link .icon { width: 16px; height: 16px; color: var(--gold-dark); }
.mobile-search { height: 46px; display: grid; grid-template-columns: 1fr 46px; margin-bottom: 12px; border: 1px solid var(--line); background: var(--white); }
.mobile-search input { min-width: 0; border: 0; outline: 0; padding: 0 13px; background: transparent; font-size: 11px; }
.mobile-search button { border: 0; color: var(--white); background: var(--ink); cursor: pointer; }
.mobile-nav-group { border-bottom: 1px solid var(--line); padding: 16px 0 9px; }
.mobile-nav-group > strong { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; color: var(--gold-dark); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-nav-group > strong .icon { width: 15px; height: 15px; }
.mobile-nav-group > a { display: block; padding: 8px 0 8px 13px; color: #5f5a52; font-size: 10px; }
.mobile-language { color: var(--gold-dark); }

.hero-slider { position: relative; height: min(790px, calc(100vh - 165px)); min-height: 620px; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .8s ease, visibility .8s; }
.hero-slide.is-active { z-index: 2; opacity: 1; visibility: visible; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; transform: scale(1.08); filter: saturate(.83) contrast(1.04); transition: transform 7s cubic-bezier(.19,1,.22,1); }
.hero-slide.is-active .hero-media img { transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(8,7,5,.92) 0%, rgba(8,7,5,.69) 36%, rgba(8,7,5,.14) 70%, rgba(8,7,5,.32) 100%), linear-gradient(0deg, rgba(8,7,5,.5), transparent 50%); }
.hero-content { position: relative; z-index: 3; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 64px; }
.hero-content .eyebrow { color: #e0b978; opacity: 0; transform: translateY(18px); }
.hero-content h1, .hero-content h2 { width: min(790px, 70%); margin: 24px 0 25px; font-family: var(--serif); font-size: clamp(64px, 7.2vw, 112px); font-weight: 400; line-height: .9; letter-spacing: -.055em; text-wrap: balance; opacity: 0; transform: translateY(38px); }
.hero-content p { max-width: 640px; margin: 0; color: #ddd5c8; font-size: 16px; line-height: 1.75; opacity: 0; transform: translateY(28px); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; opacity: 0; transform: translateY(22px); }
.ghost-link { color: #f1e8dc; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 7px; font-size: 11px; font-weight: 750; }
.hero-slide.is-active .hero-content .eyebrow, .hero-slide.is-active .hero-content h1, .hero-slide.is-active .hero-content h2, .hero-slide.is-active .hero-content p, .hero-slide.is-active .hero-actions { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }
.hero-slide.is-active .hero-content .eyebrow { transition-delay: .2s; }
.hero-slide.is-active .hero-content h1, .hero-slide.is-active .hero-content h2 { transition-delay: .3s; }
.hero-slide.is-active .hero-content p { transition-delay: .42s; }
.hero-slide.is-active .hero-actions { transition-delay: .54s; }
.slider-controls { position: absolute; z-index: 5; left: 50%; bottom: 34px; display: grid; grid-template-columns: 42px minmax(260px, 520px) 42px; gap: 15px; align-items: center; transform: translateX(-50%); }
.slider-controls > button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.42); color: white; background: rgba(15,14,11,.25); cursor: pointer; transition: .2s ease; }
.slider-controls > button:hover { color: var(--ink); background: var(--white); }
.slider-dots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.slider-dots button { position: relative; height: 31px; border: 0; border-top: 1px solid rgba(255,255,255,.3); color: #bcb5a9; background: transparent; padding: 9px 0 0; text-align: left; cursor: pointer; overflow: hidden; }
.slider-dots button span { position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--gold); }
.slider-dots button.is-active span { animation: slider-progress 6.5s linear forwards; }
.slider-dots b { font-size: 8px; font-weight: 700; }
@keyframes slider-progress { to { width: 100%; } }
.trust-strip { color: var(--ink); background: var(--gold); overflow: hidden; }
.trust-strip .container { min-height: 54px; display: flex; justify-content: space-between; align-items: center; gap: 28px; white-space: nowrap; }
.trust-strip span { font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.trust-strip i { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--ink); }

.section { padding: 110px 0; }
.section.compact { padding: 70px 0 20px; }
.section-intro { display: grid; grid-template-columns: 1.15fr .75fr; gap: 100px; align-items: end; margin-bottom: 55px; }
.section-intro h2, .row-heading h2, .manifesto h2, .custom-banner h2, .about-layout h2, .spec-section h2 { margin: 15px 0 0; font-family: var(--serif); font-size: clamp(43px, 5vw, 74px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.section-intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.category-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-tile { position: relative; min-height: 520px; overflow: hidden; color: var(--white); background: var(--ink); }
.category-tile-wide { grid-column: span 2; }
.category-tile > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.19,1,.22,1), filter .4s ease; }
.category-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(11,9,6,.88), rgba(11,9,6,.02) 65%); }
.category-tile > .category-tile-icon { position: absolute; z-index: 2; top: 22px; left: 22px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; color: var(--gold); background: rgba(13,11,8,.25); backdrop-filter: blur(8px); transition: transform .25s ease, background .25s ease; }
.category-tile > .category-tile-icon .icon { width: 20px; height: 20px; }
.category-tile:hover > .category-tile-icon { transform: translateY(-2px) rotate(-4deg); background: rgba(13,11,8,.58); }
.category-tile > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 26px; }
.category-tile h3 { max-width: 560px; margin: 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 43px); font-weight: 400; line-height: 1.02; }
.category-tile p { max-width: 560px; margin: 13px 50px 0 0; color: #d5cec1; font-size: 11px; line-height: 1.6; opacity: .85; }
.category-tile b { position: absolute; right: 0; bottom: 0; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold); }
.category-tile:hover img { transform: scale(1.045); filter: saturate(1.1); }
.center-action { display: flex; justify-content: center; margin-top: 44px; }

.manifesto { color: var(--white); background: var(--ink); padding: 105px 0; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 110px; align-items: start; }
.manifesto .eyebrow { color: var(--gold); }
.manifesto h2 { max-width: 820px; }
.manifesto-grid > div:last-child > p { margin: 35px 0 55px; color: #bcb5aa; font-size: 15px; line-height: 1.85; }
.numbers { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #3b3730; }
.numbers div { padding: 23px 10px 0 0; }
.numbers strong { display: block; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.numbers span { display: block; margin-top: 7px; color: #8e887e; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.row-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 45px; }
.row-heading h2 { font-size: clamp(38px, 4.2vw, 64px); }
.row-heading > a { border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.row-heading > strong { color: var(--gold-dark); font-family: var(--serif); font-size: 35px; font-weight: 400; }

.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; background: var(--white); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 1 / .9; display: block; overflow: hidden; background: #eeeae2; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.19,1,.22,1); }
.product-card:hover .product-image img { transform: scale(1.05); }
.product-image > span { position: absolute; top: 13px; left: 13px; color: var(--white); background: rgba(21,19,15,.86); padding: 6px 8px; font-size: 8px; font-weight: 750; letter-spacing: .1em; }
.product-card-body { padding: 21px; }
.product-category { display: inline-block; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { min-height: 50px; margin: 9px 0; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.16; }
.product-card-body > p { height: 42px; display: -webkit-box; overflow: hidden; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-card-price { min-height: 46px; display: flex; align-items: end; border-top: 1px solid var(--line); margin-top: 18px; padding-top: 13px; }
.product-card-price strong { font-size: 13px; }
.product-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 15px; }
.product-card-actions .button { min-height: 46px; gap: 8px; padding: 0 10px; font-size: 8px; line-height: 1.2; }
.product-card-actions .icon { width: 15px; height: 15px; }
.icon-button { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--ink); transition: .2s ease; }
.icon-button:hover { color: var(--white); background: var(--ink); }

.custom-banner { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.custom-banner > img, .custom-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.custom-banner > img { object-fit: cover; object-position: center; }
.custom-overlay { background: linear-gradient(90deg, rgba(13,12,9,.92) 0%, rgba(13,12,9,.72) 42%, rgba(13,12,9,.08) 78%); }
.custom-banner .container { position: relative; z-index: 2; }
.custom-banner .eyebrow { color: var(--gold); }
.custom-banner h2 { max-width: 730px; }
.custom-banner p { max-width: 620px; color: #d2cabe; line-height: 1.8; }
.custom-banner .button { margin-top: 24px; }

.page-hero { padding: 110px 0 90px; color: var(--white); background: var(--ink); }
.page-hero.simple { min-height: 570px; display: flex; align-items: center; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1, .category-hero h1 { max-width: 1050px; margin: 22px 0; font-family: var(--serif); font-size: clamp(58px, 7vw, 104px); font-weight: 400; line-height: .92; letter-spacing: -.052em; }
.page-hero p { max-width: 760px; color: #beb7ac; font-size: 15px; line-height: 1.8; }
.page-hero .button { margin-top: 22px; }
.category-index { color: var(--white); background: var(--ink); padding-bottom: 70px; }
.category-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #39352e; border-left: 1px solid #39352e; }
.category-index-grid a { min-height: 84px; display: grid; grid-template-columns: 60px 1fr 25px; gap: 16px; align-items: center; border-right: 1px solid #39352e; border-bottom: 1px solid #39352e; padding: 11px; color: #d4cdc1; font-size: 11px; }
.category-index-grid img { width: 60px; height: 60px; object-fit: cover; background: #ece8df; }
.category-index-grid b { color: var(--gold); }
.category-index-grid a:hover { color: var(--gold); background: #211e19; }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-bottom: 35px; }
.filter-bar label { width: min(540px, 100%); display: grid; grid-template-columns: 1fr 52px; border: 1px solid var(--line); background: var(--white); }
.filter-bar input { min-width: 0; height: 52px; border: 0; background: transparent; padding: 0 18px; outline: 0; }
.filter-bar button { border: 0; color: var(--white); background: var(--ink); font-size: 22px; cursor: pointer; }
.filter-bar strong { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.no-results { padding: 60px; border: 1px dashed var(--line); color: var(--muted); text-align: center; }
.pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 46px; }
.pagination a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: var(--white); font-size: 11px; }
.pagination a.is-active, .pagination a:hover { color: var(--white); background: var(--ink); }

.breadcrumbs { display: flex; align-items: center; gap: 10px; overflow-x: auto; padding-block: 20px; color: var(--muted); font-size: 9px; white-space: nowrap; }
.breadcrumbs a:last-child { color: var(--ink); }
.category-hero { color: var(--white); background: var(--ink); }
.category-hero-grid { min-height: 650px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.category-hero p { max-width: 620px; color: #beb7ac; font-size: 15px; line-height: 1.8; }
.category-hero-image { height: 100%; max-height: 650px; overflow: hidden; background: #ece8df; }
.category-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.category-count { display: flex; align-items: end; gap: 12px; margin-top: 38px; }
.category-count strong { font-family: var(--serif); font-size: 56px; font-weight: 400; }
.category-count span { margin-bottom: 10px; color: var(--gold); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.category-mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.category-mini-grid a { position: relative; min-height: 300px; overflow: hidden; color: var(--white); background: var(--ink); }
.category-mini-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.category-mini-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15,13,10,.8), transparent 70%); }
.category-mini-grid h3 { position: absolute; z-index: 2; left: 25px; bottom: 22px; margin: 0; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.category-mini-grid span { position: absolute; z-index: 2; right: 22px; bottom: 22px; }

.product-detail { padding: 50px 0 100px; }
.product-detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.detail-media { position: relative; min-height: 660px; background: #ece8df; overflow: hidden; }
.detail-media img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.detail-media > span { position: absolute; z-index: 2; top: 18px; left: 18px; color: var(--white); background: var(--ink); padding: 8px 11px; font-size: 9px; letter-spacing: .1em; }
.detail-copy h1 { margin: 16px 0 22px; font-family: var(--serif); font-size: clamp(52px, 5.2vw, 78px); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.detail-lead { color: var(--muted); font-size: 14px; line-height: 1.85; }
.detail-price { display: flex; justify-content: space-between; align-items: center; margin: 29px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; }
.detail-price strong { font-size: 20px; }
.detail-price span { color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-note { margin-top: 22px; border-left: 3px solid var(--gold); background: #efe8db; padding: 18px; }
.service-note b { font-size: 10px; text-transform: uppercase; }
.service-note p { margin: 6px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }
.spec-section { color: var(--white); background: var(--ink); padding: 90px 0; }
.spec-section .eyebrow { color: var(--gold); }
.spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 38px; border-top: 1px solid #3a362f; border-left: 1px solid #3a362f; }
.spec-grid div { min-height: 120px; border-right: 1px solid #3a362f; border-bottom: 1px solid #3a362f; padding: 22px; }
.spec-grid span { display: block; margin-bottom: 14px; color: #928b80; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.spec-grid strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid > div { min-height: 235px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px; }
.feature-grid > div > span { color: var(--gold-dark); font-size: 9px; font-weight: 800; }
.feature-grid h3 { margin: 35px 0 10px; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.15; }
.feature-grid p { color: var(--muted); font-size: 10px; line-height: 1.65; }
.related-section { background: #eee8dc; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-grid > * { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; }
.contact-grid span { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-grid strong { font-family: var(--serif); font-size: clamp(23px, 3vw, 36px); font-weight: 400; }
.contact-whatsapp { color: var(--white); background: var(--ink); }
.contact-whatsapp span { color: var(--gold); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.about-layout > img { width: 100%; min-height: 600px; object-fit: cover; background: #ece8df; }
.about-layout > div > p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.about-layout .numbers { margin-top: 40px; border-color: var(--line); }

.seo-copy-section { border-top: 1px solid var(--line); background: var(--white); padding: 96px 0; }
.seo-copy-layout { display: grid; gap: 42px; }
.seo-copy-intro { max-width: 940px; }
.seo-copy-intro h2 { max-width: 900px; margin: 17px 0 22px; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.seo-copy-intro > p, .seo-copy-body > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.seo-copy-body { max-width: 940px; border-left: 2px solid var(--gold); padding-left: 24px; }
.seo-copy-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-copy-grid article { min-height: 250px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 31px; }
.seo-copy-grid article > .icon { width: 24px; height: 24px; color: var(--gold-dark); }
.seo-copy-grid h3 { margin: 25px 0 13px; font: 400 29px/1.08 var(--serif); letter-spacing: -.025em; }
.seo-copy-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.seo-faq { display: grid; grid-template-columns: 1fr 1.55fr; gap: 70px; border-top: 1px solid var(--line); padding-top: 42px; }
.seo-faq > div:first-child > span { color: var(--gold-dark); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.seo-faq h3 { margin: 11px 0 0; font: 400 35px/1 var(--serif); }
.seo-faq details { border-bottom: 1px solid var(--line); }
.seo-faq summary { min-height: 58px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; list-style: none; font-size: 12px; font-weight: 750; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary span { color: var(--gold-dark); font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.seo-faq details[open] summary span { transform: rotate(45deg); }
.seo-faq details p { margin: 0 0 22px; color: var(--muted); font-size: 11px; line-height: 1.75; }

.site-footer { color: #c6beb1; background: #0e0d0a; padding: 85px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1.1fr; gap: 65px; }
.footer-brand img { width: 170px; filter: brightness(1.2); }
.footer-brand p, .footer-grid > div:last-child p { color: #847e74; font-size: 11px; line-height: 1.75; }
.footer-grid h2 { margin: 0 0 23px; color: var(--white); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a:not(.button), .footer-grid > div > span { display: block; margin: 12px 0; color: #aaa297; font-size: 11px; }
.footer-grid a:hover { color: var(--gold); }
.footer-grid .button { margin-top: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 70px; border-top: 1px solid #2c2924; padding-top: 22px; color: #625d55; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.floating-whatsapp { position: fixed; z-index: 75; right: 24px; bottom: 24px; min-height: 52px; display: inline-flex; align-items: center; gap: 10px; border-radius: 999px; color: var(--white); background: var(--whatsapp); box-shadow: 0 16px 40px rgba(20, 116, 72, .28); padding: 0 19px; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { color: var(--white); background: var(--whatsapp-dark); transform: translateY(-3px); }
.floating-whatsapp .icon { width: 21px; height: 21px; }

.cart-layer { position: fixed; inset: 0; z-index: 120; visibility: hidden; pointer-events: none; }
.cart-layer.is-open { visibility: visible; pointer-events: auto; }
.cart-backdrop { position: absolute; inset: 0; border: 0; background: rgba(7,6,5,.68); opacity: 0; transition: opacity .3s ease; }
.cart-layer.is-open .cart-backdrop { opacity: 1; }
.cart-drawer { position: absolute; top: 0; right: 0; width: min(520px, 100%); height: 100%; display: flex; flex-direction: column; background: var(--paper); transform: translateX(100%); transition: transform .35s cubic-bezier(.19,1,.22,1); }
.cart-layer.is-open .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding: 24px; }
.cart-head span { color: var(--gold-dark); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cart-head h2 { margin: 5px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.cart-head > button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.cart-items { flex: 1; overflow-y: auto; padding: 22px; }
.empty-cart { min-height: 330px; display: grid; place-items: center; align-content: center; color: var(--muted); }
.empty-cart span { color: var(--gold-dark); font-size: 9px; letter-spacing: .15em; }
.cart-line { display: grid; grid-template-columns: 106px 1fr; gap: 17px; border-bottom: 1px solid var(--line); padding: 16px 0; }
.cart-line > img { width: 106px; height: 98px; object-fit: cover; background: #e6e1d8; }
.cart-line > div > span { color: var(--gold-dark); font-size: 8px; letter-spacing: .1em; }
.cart-line h3 { margin: 4px 0; font-family: var(--serif); font-size: 18px; font-weight: 400; }
.cart-line p { margin: 0 0 10px; font-size: 10px; font-weight: 750; }
.quantity-control { display: flex; align-items: center; gap: 9px; }
.quantity-control button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.quantity-control button .icon { width: 12px; height: 12px; }
.quantity-control .remove-line { width: auto; display: inline-flex; align-items: center; justify-content: center; gap: 6px; margin-left: auto; border: 0; color: #8a3c34; font-size: 8px; text-transform: uppercase; }
.cart-summary { border-top: 1px solid var(--line); background: #eee7da; padding: 24px; }
.cart-summary > div { display: flex; justify-content: space-between; gap: 20px; }
.cart-summary p { color: var(--muted); font-size: 9px; }
.cart-summary .button { width: 100%; margin-top: 8px; }

@media (max-width: 1180px) {
  .container { width: min(100% - 48px, 1080px); }
  .header-main-inner { grid-template-columns: 138px minmax(260px, 1fr) auto; gap: 20px; }
  .brand { width: 132px; }
  .brand img { width: 114px; }
  .category-home { flex-basis: 68px; }
  .category-home, .nav-cluster-trigger { gap: 9px; padding-inline: 13px; }
  .utility-nav { display: none; }
  .category-popover { width: calc(100vw - 48px); }
  .hero-content h1 { width: 80%; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 1080px) {
  .category-bar { display: none; }
  .menu-button { display: grid; }
  .header-main-inner, .site-header.is-scrolled .header-main-inner { height: 86px; }
  .brand img, .site-header.is-scrolled .brand img { width: 108px; height: 80px; }
  .hero-slider { height: min(790px, calc(100vh - 86px)); }
}

@media (max-width: 860px) {
  .container { width: min(100% - 30px, 760px); }
  .announcement-inner a { display: none; }
  .announcement-inner { justify-content: center; }
  .header-main-inner, .site-header.is-scrolled .header-main-inner { height: 78px; grid-template-columns: 1fr auto; gap: 12px; }
  .brand { width: 112px; padding-block: 3px; }
  .brand::after { display: none; }
  .brand img, .site-header.is-scrolled .brand img { width: 98px; height: 72px; }
  .header-search { display: none; }
  .cart-button .cart-label { display: none; }
  .hero-slider { height: 720px; min-height: 0; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,7,5,.9) 0%, rgba(8,7,5,.48) 75%, rgba(8,7,5,.2)); }
  .hero-media img { object-position: center; }
  .hero-content { justify-content: flex-end; padding-bottom: 125px; }
  .hero-content h1, .hero-content h2 { width: 100%; font-size: clamp(51px, 13vw, 75px); }
  .hero-content p { max-width: 95%; font-size: 13px; }
  .slider-controls { bottom: 26px; grid-template-columns: 36px 1fr 36px; }
  .slider-controls > button { width: 36px; height: 36px; }
  .trust-strip .container { justify-content: flex-start; overflow: hidden; }
  .section { padding: 78px 0; }
  .section-intro, .manifesto-grid, .category-hero-grid, .product-detail-grid, .about-layout { grid-template-columns: 1fr; gap: 35px; }
  .seo-faq { grid-template-columns: 1fr; gap: 28px; }
  .category-showcase { grid-template-columns: 1fr 1fr; }
  .category-tile-wide { grid-column: span 2; }
  .category-tile { min-height: 430px; }
  .manifesto-grid { gap: 45px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .custom-banner { min-height: 620px; }
  .category-index-grid { grid-template-columns: repeat(2, 1fr); }
  .category-hero-grid { padding-top: 60px; }
  .category-hero-image { height: 480px; }
  .detail-media { min-height: 560px; }
  .spec-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .announcement { font-size: 7px; }
  .announcement-inner { overflow: hidden; white-space: nowrap; }
  .language-picker { display: none; }
  .header-actions { gap: 8px; }
  .mobile-nav { padding-inline: 20px; }
  .hero-slider { height: 680px; }
  .hero-content { padding-bottom: 115px; }
  .hero-content h1, .hero-content h2 { margin-block: 17px; font-size: 48px; }
  .hero-content p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 24px; }
  .hero-actions .button { min-height: 47px; }
  .slider-controls { grid-template-columns: 32px 1fr 32px; gap: 7px; }
  .slider-controls > button { width: 32px; height: 32px; }
  .slider-dots { gap: 4px; }
  .trust-strip span:nth-of-type(n+3), .trust-strip i:nth-of-type(n+3) { display: none; }
  .section-intro { display: block; }
  .section-intro p { margin-top: 25px; }
  .section-intro h2, .manifesto h2, .custom-banner h2, .about-layout h2 { font-size: 41px; }
  .category-showcase, .product-grid, .category-index-grid, .category-mini-grid, .contact-grid { grid-template-columns: 1fr; }
  .category-tile-wide { grid-column: auto; }
  .category-tile { min-height: 400px; }
  .category-tile p { display: none; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .numbers div:last-child { grid-column: 1 / -1; }
  .row-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .product-card h3 { min-height: auto; }
  .custom-banner { min-height: 650px; align-items: flex-end; padding-bottom: 65px; }
  .custom-overlay { background: linear-gradient(0deg, rgba(13,12,9,.94) 0%, rgba(13,12,9,.45) 75%, rgba(13,12,9,.15)); }
  .page-hero { padding: 75px 0; }
  .page-hero.simple { min-height: 520px; }
  .page-hero h1, .category-hero h1 { font-size: 51px; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .category-hero-image { height: 380px; }
  .product-detail { padding-top: 20px; }
  .detail-media { min-height: 390px; }
  .detail-copy h1 { font-size: 47px; }
  .detail-actions, .spec-grid, .feature-grid { grid-template-columns: 1fr; }
  .feature-grid > div { min-height: 180px; }
  .about-layout > img { min-height: 400px; }
  .seo-copy-section { padding: 72px 0; }
  .seo-copy-grid { grid-template-columns: 1fr; }
  .seo-copy-grid article { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cart-line { grid-template-columns: 82px 1fr; }
  .cart-line > img { width: 82px; height: 82px; }
  .floating-whatsapp { right: 15px; bottom: 15px; width: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp > span:last-child { display: none; }
}

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