:root {
  --ink: #241920;
  --plum: #4c1938;
  --plum-2: #713451;
  --wine: #8b3351;
  --copper: #aa7653;
  --blush: #eadbd8;
  --ivory: #f7f3eb;
  --paper: #fffdf8;
  --muted: #71666d;
  --line: rgba(36, 25, 32, .14);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 22px 60px rgba(48, 28, 39, .12);
  --radius: 1.25rem;
  --shell: min(92vw, 1380px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font: 400 16px/1.55 var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: clip; }
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #c17b98; outline-offset: 3px; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; transform: translateY(-160%); background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { transform: none; }
.shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--wine); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display { font: 400 clamp(3.2rem, 8vw, 8.4rem)/.86 var(--serif); letter-spacing: -.055em; margin: 0; }
.display em { color: var(--wine); font-weight: 400; }
.section-title { font: 400 clamp(2.35rem, 5vw, 5.2rem)/.98 var(--serif); letter-spacing: -.045em; margin: 0; }
.lead { max-width: 42rem; color: var(--muted); font-size: clamp(1.05rem, 1.4vw, 1.28rem); }
.announcement { background: var(--plum); color: #fff; min-height: 34px; display: grid; place-items: center; text-align: center; padding: .45rem 1rem; font-size: clamp(.6rem, 1.4vw, .76rem); font-weight: 750; letter-spacing: clamp(.045em, .3vw, .1em); text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,243,235,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; min-width: max-content; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--plum); border-radius: 50%; font: 500 1.2rem var(--serif); }
.brand-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; transition: width .3s ease-out, height .3s ease-out; }
.brand-name { font: 500 1.3rem/1 var(--serif); letter-spacing: -.02em; }
.brand-name small { display: block; margin-top: .25rem; font: 700 .52rem/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; color: var(--wine); }
.nav { display: flex; justify-content: center; gap: clamp(1rem, 2.3vw, 2.5rem); font-size: .85rem; font-weight: 700; }
.nav a { position: relative; padding-block: .5rem; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: .4rem; }
.language select { border: 1px solid var(--line); border-radius: 99px; min-height: 38px; padding: 0 .55rem; background: var(--paper); font-size: .72rem; font-weight: 800; }
.header-whatsapp { min-height: 42px; display: inline-flex; align-items: center; gap: .4rem; border-radius: 99px; padding: .65rem .9rem; background: #1d6f51; color: white; font-size: .75rem; font-weight: 800; }
.header-whatsapp svg { width: 23px; height: 23px; }
.site-header.is-compact .header-inner { min-height: 62px; }
.site-header.is-compact .brand-logo { width: 42px; height: 42px; }
.icon-button { min-width: 44px; min-height: 44px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; border-radius: 50%; position: relative; }
.icon-button:hover { background: rgba(76,25,56,.08); }
.cart-count { position: absolute; top: 1px; right: 0; min-width: 19px; height: 19px; padding: 0 4px; display: grid; place-items: center; background: var(--wine); color: white; border-radius: 99px; font-size: .65rem; font-weight: 800; }
.menu-button { display: none; }
.hero { padding: clamp(3rem, 7vw, 7rem) 0 4rem; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 670px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-right: clamp(1rem, 5vw, 6rem); }
.hero-copy .lead { margin: 2rem 0; max-width: 34rem; }
.hero-visual { height: 100%; min-height: 650px; position: relative; }
.hero-image-main { position: absolute; inset: 0 0 0 14%; width: 86%; height: 100%; object-fit: cover; border-radius: 48% 48% 1rem 1rem; box-shadow: var(--shadow); }
.hero-image-float { position: absolute; left: 0; bottom: 4%; width: 42%; aspect-ratio: .8; object-fit: cover; border: 10px solid var(--ivory); box-shadow: var(--shadow); }
.hero-stamp { position: absolute; right: -2%; top: 8%; width: 132px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--plum); border-radius: 50%; background: var(--ivory); color: var(--plum); text-align: center; font: italic 1.05rem/1.1 var(--serif); transform: rotate(8deg); }
.hero-campaign { position: relative; min-height: clamp(650px, 56.25vw, 880px); padding: 0; display: grid; align-items: center; isolation: isolate; color: #fff; }
.hero-campaign-media, .hero-campaign-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-campaign-media img { object-fit: cover; object-position: center; }
.hero-campaign::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(17,8,13,.9) 0%, rgba(34,11,23,.76) 28%, rgba(42,13,27,.33) 50%, transparent 68%); }
.hero-campaign-content { position: relative; z-index: 1; width: 100%; padding-block: clamp(4rem, 9vw, 8rem); }
.hero-campaign-copy { width: min(51rem, 48vw); padding: clamp(1.25rem, 2.3vw, 2.4rem); margin-left: clamp(-2rem, -2vw, -.5rem); border-radius: 1rem; background: linear-gradient(110deg, rgba(24,9,17,.6), rgba(24,9,17,.12)); backdrop-filter: blur(2px); }
.hero-campaign .eyebrow { color: #f2d3a0; }
.hero-campaign .display { margin-top: .75rem; color: #fff; font-size: clamp(3.2rem, 5.6vw, 6.75rem); line-height: .94; text-wrap: balance; }
.hero-campaign .lead { max-width: 41rem; margin: 1.5rem 0 1.8rem; color: rgba(255,255,255,.93); font-size: clamp(1rem, 1.35vw, 1.22rem); text-shadow: 0 1px 12px rgba(0,0,0,.4); }
.button-ghost-light { color: #fff; border-color: rgba(255,255,255,.75); background: rgba(15,7,11,.28); }
.button-ghost-light:hover { color: var(--ink); background: #fff; border-color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border: 1px solid var(--ink); border-radius: 99px; padding: .8rem 1.3rem; background: transparent; font-size: .82rem; font-weight: 800; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--plum); }
.button-light { border-color: rgba(255,255,255,.7); color: white; }
.button-small { min-height: 42px; padding: .62rem 1rem; font-size: .74rem; }
.marquee { border-block: 1px solid var(--line); overflow: hidden; }
.marquee-track { display: flex; gap: 3rem; width: max-content; padding: 1rem 0; animation: marquee 26s linear infinite; font: italic 1rem var(--serif); color: var(--plum); }
.marquee-track span::before { content: "✦"; margin-right: 3rem; color: var(--copper); }
@keyframes marquee { to { transform: translateX(-50%); } }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.text-link { display: inline-flex; align-items: center; gap: .6rem; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; border-bottom: 1px solid; padding-bottom: .25rem; }
.collection-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.collection-card { grid-column: span 4; min-height: 560px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--plum); color: white; }
.collection-card:nth-child(4), .collection-card:nth-child(5) { grid-column: span 6; min-height: 440px; }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.collection-card > picture, .product-media > a > picture { display: block; width: 100%; height: 100%; }
.collection-card::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(30,13,24,.76)); }
.collection-card:hover img { transform: scale(1.035); }
.collection-card .collection-logo { position: absolute; z-index: 3; top: 1rem; right: 1rem; width: 50px; height: 50px; object-fit: contain; border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.2); }
.collection-copy { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.collection-copy h3 { font: 400 2.1rem/1 var(--serif); margin: 0 0 .4rem; }
.collection-copy span { font-size: .74rem; text-transform: uppercase; letter-spacing: .12em; }
.arrow { width: 45px; height: 45px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: grid; place-items: center; font-size: 1.2rem; }
.feature-band { background: var(--plum); color: white; overflow: hidden; }
.feature-layout { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; min-height: 760px; }
.feature-copy { padding: 5rem clamp(2rem, 7vw, 8rem) 5rem max(4vw, calc((100vw - 1380px)/2)); }
.feature-copy .eyebrow { color: #e4b9c9; }
.feature-copy p { color: rgba(255,255,255,.7); max-width: 34rem; margin: 1.5rem 0 2rem; }
.feature-image { height: 100%; min-height: 760px; object-fit: cover; }
.feature-layout > picture { display: block; height: 100%; min-height: 760px; }
.feature-layout > picture .feature-image { width: 100%; }
.products-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.product-card { min-width: 0; }
.product-media { position: relative; overflow: hidden; background: #eee9e1; aspect-ratio: .8; border-radius: .8rem; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-media .product-watermark { position: absolute; z-index: 2; right: .65rem; bottom: .65rem; width: 42px; height: 42px; object-fit: contain; border-radius: 50%; opacity: .92; box-shadow: 0 3px 12px rgba(0,0,0,.16); }
.product-card:hover .product-media img { transform: scale(1.025); }
.product-badge { position: absolute; top: .8rem; left: .8rem; padding: .42rem .7rem; background: rgba(255,253,248,.9); backdrop-filter: blur(8px); border-radius: 99px; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-add { position: absolute; right: .7rem; bottom: .7rem; width: 45px; height: 45px; border: 0; border-radius: 50%; background: var(--ink); color: white; cursor: pointer; font-size: 1.2rem; transition: transform .2s ease, background .2s ease; }
.quick-add:hover { transform: scale(1.07); background: var(--wine); }
.quick-add { display: grid; place-items: center; z-index: 3; }
.product-meta { padding: 1rem .15rem 0; }
.product-meta small { color: var(--wine); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-meta h3 { margin: .38rem 0 .6rem; font: 500 1.18rem/1.25 var(--serif); }
.product-row { display: flex; justify-content: space-between; align-items: center; gap: .7rem; color: var(--muted); font-size: .86rem; }
.product-row strong { color: var(--ink); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.story-collage { min-height: 690px; position: relative; }
.story-collage picture:first-child { position: absolute; left: 0; top: 0; width: 74%; height: 86%; }
.story-collage picture:last-child { position: absolute; right: 0; bottom: 0; width: 48%; aspect-ratio: .8; }
.story-collage picture img { width: 100%; height: 100%; object-fit: cover; border-radius: 13rem 13rem .8rem .8rem; }
.story-collage picture:last-child img { border: 10px solid var(--ivory); border-radius: 0; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; background: var(--line); border-block: 1px solid var(--line); }
.value { background: var(--ivory); padding: 1.5rem .8rem 1.5rem 0; }
.value b { display: block; font: 500 1.08rem var(--serif); margin-bottom: .3rem; }
.value span { color: var(--muted); font-size: .78rem; }
.newsletter { background: var(--blush); }
.newsletter-inner { min-height: 430px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 4rem; }
.newsletter-form { display: flex; align-items: end; border-bottom: 1px solid var(--ink); }
.newsletter-form input { width: 100%; border: 0; background: transparent; padding: 1rem 0; outline: 0; }
.newsletter-form button { border: 0; background: transparent; padding: 1rem 0 1rem 1rem; font-weight: 800; cursor: pointer; }
.site-footer { background: var(--ink); color: white; padding: 5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .55fr); gap: 3rem; }
.footer-brand { font: 400 clamp(2.4rem, 4vw, 4.5rem)/.9 var(--serif); max-width: 420px; }
.footer-col h3 { color: #d9afbe; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-col a { display: block; color: rgba(255,255,255,.7); margin: .65rem 0; font-size: .88rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 4rem; padding-top: 1.5rem; display: flex; justify-content: space-between; color: rgba(255,255,255,.5); font-size: .72rem; }
.page-hero { padding: clamp(4rem, 9vw, 9rem) 0 clamp(3rem, 6vw, 6rem); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .6fr; gap: 3rem; align-items: end; }
.catalog-toolbar { position: sticky; top: 78px; z-index: 20; background: rgba(247,243,235,.95); backdrop-filter: blur(16px); border-block: 1px solid var(--line); padding: 1rem 0; margin-bottom: 2.5rem; }
.toolbar-grid { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(3, minmax(130px, .5fr)) auto; gap: .7rem; align-items: center; }
.field-inline { min-height: 45px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); padding: 0 1rem; display: flex; align-items: center; }
.field-inline input, .field-inline select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .82rem; }
.result-count { white-space: nowrap; color: var(--muted); font-size: .78rem; font-weight: 700; }
.catalog-section { padding: 0 0 8rem; }
.no-results { grid-column: 1/-1; text-align: center; padding: 5rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); }
.product-detail { padding: clamp(2.5rem, 6vw, 6rem) 0 8rem; }
.breadcrumbs { display: flex; gap: .5rem; flex-wrap: wrap; color: var(--muted); font-size: .74rem; margin-bottom: 2rem; }
.product-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.product-gallery { position: relative; background: #eee9e1; border-radius: var(--radius); overflow: hidden; }
.product-gallery img { width: 100%; aspect-ratio: .8; object-fit: cover; }
.product-info { position: sticky; top: 125px; padding-top: 1rem; }
.product-info h1 { font: 400 clamp(2.7rem, 5vw, 5rem)/.96 var(--serif); letter-spacing: -.045em; margin: .5rem 0 1.5rem; }
.product-price { font: 500 1.5rem var(--serif); margin-bottom: 2rem; }
.product-price small { display: block; margin-top: .4rem; color: var(--muted); font: 400 .78rem var(--sans); }
.product-description { color: var(--muted); max-width: 34rem; }
.product-actions { display: grid; gap: .8rem; margin: 2rem 0; }
.product-actions .button { width: 100%; }
.details-list { border-top: 1px solid var(--line); margin-top: 2rem; }
.details-list details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.details-list summary { cursor: pointer; font-weight: 750; font-size: .85rem; }
.details-list p { color: var(--muted); font-size: .82rem; }
.category-hero { min-height: 580px; position: relative; display: grid; align-items: end; overflow: hidden; color: white; }
.category-hero > picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-hero img { width: 100%; height: 100%; object-fit: cover; }
.category-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,15,24,.76), rgba(28,15,24,.12)); }
.category-hero-copy { position: relative; z-index: 2; padding: 7rem 0 4rem; max-width: 46rem; }
.category-hero .eyebrow { color: #f0bfce; }
.category-hero p { color: rgba(255,255,255,.78); max-width: 36rem; }
.category-nav { display: flex; overflow-x: auto; gap: .5rem; padding: 1.2rem 0; scrollbar-width: none; }
.category-nav a { flex: 0 0 auto; border: 1px solid var(--line); border-radius: 99px; padding: .65rem 1rem; font-size: .75rem; font-weight: 750; }
.category-nav a.active, .category-nav a:hover { background: var(--ink); color: white; }
.cart-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(25,15,22,.5); opacity: 0; transition: opacity .25s ease; }
.cart-overlay.is-open { opacity: 1; }
.cart-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(94vw, 480px); background: var(--paper); transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
.is-open .cart-panel { transform: none; }
.cart-head { padding: 1.5rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head h2 { font: 500 1.7rem var(--serif); margin: 0; }
.cart-list { padding: 1rem 1.5rem; overflow-y: auto; flex: 1 1 auto; }
.cart-line { display: grid; grid-template-columns: 72px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 90px; object-fit: cover; }
.cart-line a { font: 500 1rem/1.25 var(--serif); display: block; }
.cart-line span { color: var(--muted); font-size: .75rem; }
.quantity { display: flex; align-items: center; gap: .55rem; margin-top: .7rem; }
.quantity button { width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.quantity .remove { width: auto; border: 0; text-decoration: underline; margin-left: auto; }
.cart-footer { border-top: 1px solid var(--line); padding: 1.5rem; }
.cart-total { display: flex; justify-content: space-between; font-weight: 800; margin-bottom: .3rem; }
.cart-note { font-size: .72rem; color: var(--muted); margin: 0 0 1rem; }
.cart-footer .button { width: 100%; }
.empty-state { padding: 3rem 1rem; text-align: center; }
.empty-state h3 { font: 500 1.6rem var(--serif); }
.empty-state p { color: var(--muted); }
.empty-glyph { font: 2rem var(--serif); color: var(--wine); }
.checkout-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.checkout-preview { background: var(--paper); padding: 1.5rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.checkout-line { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid var(--line); font-size: .82rem; }
.checkout-line img { width: 64px; height: 80px; object-fit: cover; }
.form { display: grid; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: grid; gap: .4rem; }
.form-field label { font-size: .75rem; font-weight: 800; }
.form-field input, .form-field textarea, .form-field select { width: 100%; border: 1px solid var(--line); border-radius: .7rem; background: var(--paper); padding: .9rem 1rem; color: var(--ink); min-height: 48px; }
.form-field textarea { min-height: 130px; resize: vertical; }
.fine-print { color: var(--muted); font-size: .72rem; }
.prose { max-width: 780px; }
.prose h2 { font: 500 2rem var(--serif); margin-top: 2.5rem; }
.prose p, .prose li { color: var(--muted); }
.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; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .55s cubic-bezier(.2,.8,.2,1), transform .55s cubic-bezier(.2,.8,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }

.search-overlay, .filter-drawer { position: fixed; inset: 0; z-index: 100; background: rgba(28,14,23,.62); opacity: 0; transition: opacity .28s ease-out; }
.search-overlay.is-open, .filter-drawer.is-open { opacity: 1; }
.search-panel { width: min(720px, 100%); min-height: 100%; margin-left: auto; background: var(--ivory); padding: clamp(1.25rem, 4vw, 3rem); transform: translateX(100%); transition: transform .34s cubic-bezier(.2,.8,.2,1); }
.search-overlay.is-open .search-panel { transform: none; }
.search-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1.5rem; }
.search-head h2 { font: 500 clamp(1.7rem, 3vw, 2.4rem) var(--serif); }
.search-input input { width: 100%; min-height: 58px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); padding: 0 1.25rem; }
.search-suggestions { margin-top: 1.5rem; }
.search-suggestions section + section { margin-top: 1.4rem; }
.search-suggestions h3 { color: var(--wine); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.search-suggestions a { display: flex; align-items: center; gap: .8rem; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.search-suggestions a img { width: 48px; height: 60px; object-fit: cover; border-radius: .35rem; }
.search-suggestions a span { display: grid; }
.search-suggestions small { color: var(--muted); }
.filter-trigger { min-height: 46px; border: 1px solid var(--line); border-radius: 99px; background: var(--paper); padding: 0 1rem; font-weight: 750; cursor: pointer; }
.filter-panel { width: min(520px, 100%); min-height: 100%; margin-left: auto; background: var(--ivory); padding: clamp(1.25rem, 4vw, 3rem); transform: translateX(100%); transition: transform .34s cubic-bezier(.2,.8,.2,1); overflow-y: auto; }
.filter-drawer.is-open .filter-panel { transform: none; }
.filter-panel fieldset { border: 0; border-bottom: 1px solid var(--line); padding: 1.25rem 0; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.filter-panel legend { font: 600 1.15rem var(--serif); margin-bottom: .7rem; }
.filter-panel label { min-height: 36px; display: flex; align-items: center; gap: .55rem; }
.filter-chips { grid-column: 1/-1; display: flex; flex-wrap: wrap; gap: .5rem; min-height: 1px; }
.filter-chips button { border: 1px solid var(--line); border-radius: 99px; background: var(--blush); padding: .35rem .65rem; cursor: pointer; }
.store-media { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 1rem; align-items: stretch; }
.store-media video, .store-media picture, .store-media img { width: 100%; height: 100%; min-height: clamp(320px, 42vw, 640px); object-fit: cover; border-radius: var(--radius); }
.store-gallery { margin-top: 1rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.store-gallery picture, .store-gallery img { width: 100%; height: clamp(280px, 34vw, 520px); object-fit: cover; border-radius: var(--radius); }
.maps-grid { margin-top: clamp(2.5rem, 6vw, 5rem); display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.map-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1rem, 2.5vw, 2rem); }
.map-card h3 { margin: 0 0 1rem; font: 500 2rem var(--serif); }
.map-frame { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: calc(var(--radius) * .7); background: var(--blush); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-card .button { margin-top: 1rem; }
.footer-logo { width: 120px; height: 120px; object-fit: contain; border-radius: 50%; margin-bottom: 1.5rem; }
.floating-socials { position: fixed; z-index: 48; right: clamp(.7rem, 2vw, 1.4rem); bottom: clamp(1rem, 3vw, 2rem); display: grid; gap: .65rem; }
.float-social { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: white; box-shadow: 0 7px 0 rgba(36,25,32,.2), 0 14px 28px rgba(36,25,32,.24); transition: transform .25s ease-out, box-shadow .25s ease-out; }
.float-social:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 10px 0 rgba(36,25,32,.16), 0 18px 32px rgba(36,25,32,.25); }
.float-social.whatsapp { background: #25d366; animation: whatsapp-pulse 2.8s ease-in-out infinite; }
.float-social.instagram { background: linear-gradient(135deg,#f9ce34,#ee2a7b 50%,#6228d7); }
.float-social.tiktok { background: #050505; }
.float-social svg { width: 27px; height: 27px; }
@keyframes whatsapp-pulse { 0%,72%,100% { transform: scale(1); } 80% { transform: scale(1.08); } 88% { transform: scale(.98); } }
.cart-upsells { padding: 1rem 1.5rem; border-top: 1px solid var(--line); flex: 0 0 auto; max-height: 240px; overflow-y: auto; }
.cart-upsells h3 { margin: -.35rem 0 .75rem; font: 500 1.25rem var(--serif); }
.cart-upsells article { display: grid; grid-template-columns: 54px 1fr 38px; align-items: center; gap: .7rem; padding: .55rem 0; }
.cart-upsells article img { width: 54px; height: 68px; object-fit: cover; border-radius: .35rem; }
.cart-upsells article span { font-size: .76rem; line-height: 1.25; }
.cart-upsells article small { display: block; margin-top: .25rem; color: var(--wine); font-weight: 800; }
.cart-upsells article button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--ink); color: white; cursor: pointer; }
.store-info-grid { margin-top: 1.5rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: 1.5rem; }
.hours-card, .faq-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.25rem, 3vw, 2.5rem); }
.hours-card h3, .faq-card h3 { margin: 0 0 1.4rem; font: 500 clamp(1.8rem, 3vw, 2.7rem) var(--serif); }
.hours-card dl { margin: 0 0 1.5rem; }
.hours-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.hours-card dt { font-weight: 750; }.hours-card dd { margin: 0; color: var(--muted); }
.faq-card details { border-top: 1px solid var(--line); padding: 1rem 0; }
.faq-card summary { cursor: pointer; font-weight: 800; }
.faq-card details p { color: var(--muted); margin-bottom: 0; }
.product-gallery { aspect-ratio: 1 / 1; max-width: 720px; background: var(--paper); border-radius: var(--radius); overflow: hidden; }
.product-gallery > picture { display: block; width: 100%; height: 100%; }
.product-gallery > picture > img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: contain; }

@media (max-width: 1020px) {
  .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1rem 4vw 1.5rem; background: var(--ivory); border-bottom: 1px solid var(--line); flex-direction: column; }
  .nav.is-open { display: flex; }
  .header-inner { grid-template-columns: 1fr auto; }
  .menu-button { display: grid; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .hero-grid, .feature-layout, .story-grid, .newsletter-inner, .product-layout, .checkout-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 0 0 3rem; }
  .hero-visual { min-height: 620px; }
  .feature-copy { padding: 5rem 5vw; }
  .feature-image { min-height: 620px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); }
  .product-info { position: static; }
  .product-layout { gap: 2rem; }
  .toolbar-grid { grid-template-columns: 1fr 1fr 1fr; }
  .toolbar-grid .field-inline:first-child { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-whatsapp span { display: none; }
  .header-whatsapp { width: 48px; height: 48px; padding: 0; justify-content: center; box-shadow: 0 5px 14px rgba(29,111,81,.28); }
  .store-media { grid-template-columns: 1fr 1fr; }
  .store-media video { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  :root { --shell: min(90vw, 1380px); }
  .announcement { font-size: .64rem; }
  .site-header { top: 0; }
  .header-inner { min-height: 68px; }
  .header-inner { gap: .5rem; }
  .brand-name { font-size: 1.05rem; }
  .brand-logo { width: 44px; height: 44px; }
  .language { display: none; }
  [data-search-open] { min-width: 48px; min-height: 48px; font-size: 1.55rem; background: rgba(76,25,56,.07); }
  .hero { padding-top: 3rem; }
  .hero-grid { min-height: 0; }
  .hero-visual { min-height: 480px; }
  .hero-image-main { left: 8%; width: 92%; }
  .hero-image-float { width: 44%; border-width: 6px; }
  .hero-stamp { width: 104px; font-size: .84rem; }
  .hero-campaign { min-height: clamp(690px, 125vw, 820px); padding-top: 0; align-items: start; }
  .hero-campaign-media img { object-position: center top; }
  .hero-campaign::after { background: linear-gradient(180deg, rgba(17,8,13,.94) 0%, rgba(31,10,21,.78) 35%, rgba(31,10,21,.28) 59%, transparent 76%); }
  .hero-campaign-content { padding: clamp(2.4rem, 8vw, 4rem) 1rem 2rem; }
  .hero-campaign-copy { width: min(100%, 35rem); margin: 0; padding: clamp(1rem, 4vw, 1.35rem); background: linear-gradient(135deg, rgba(24,9,17,.72), rgba(24,9,17,.18)); backdrop-filter: blur(1.5px); }
  .hero-campaign .display { font-size: clamp(2.55rem, 11vw, 4.1rem); line-height: .94; }
  .hero-campaign .lead { margin: 1rem 0 1.25rem; font-size: .96rem; line-height: 1.55; max-width: 31rem; }
  .hero-campaign .button-row { display: flex; flex-wrap: wrap; gap: .65rem; }
  .hero-campaign .button { min-height: 46px; padding: .72rem 1rem; width: auto; }
  .collection-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -5vw; padding-right: 5vw; }
  .collection-card, .collection-card:nth-child(4), .collection-card:nth-child(5) { flex: 0 0 82vw; min-height: 510px; scroll-snap-align: start; }
  .section-head { align-items: start; flex-direction: column; }
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem .75rem; }
  .product-meta h3 { font-size: 1rem; }
  .product-row { align-items: start; flex-direction: column; gap: .15rem; }
  .story-collage { min-height: 500px; }
  .values { grid-template-columns: 1fr; }
  .newsletter-inner { padding: 4rem 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .catalog-toolbar { top: 68px; }
  .toolbar-grid { grid-template-columns: 1fr 1fr; }
  .toolbar-grid .field-inline:first-child { grid-column: 1/-1; }
  .result-count { grid-column: 1/-1; }
  .category-hero { min-height: 500px; }
  .form-row { grid-template-columns: 1fr; }
  .checkout-line { grid-template-columns: 55px 1fr; }
  .checkout-line strong { grid-column: 2; }
  .store-media, .store-gallery, .maps-grid, .store-info-grid { grid-template-columns: 1fr; }
  .store-media video, .store-media picture, .store-media img { min-height: 420px; }
  .store-gallery img { height: 420px; }
  .map-frame { aspect-ratio: 1 / 1; }
  .filter-panel fieldset { grid-template-columns: 1fr; }
  .product-gallery { width: min(100%, 560px); margin-inline: auto; }
  .product-layout { align-items: start; }
  .hero-copy .button-row { display: grid; }
  .hero-copy .button { width: 100%; min-height: 50px; }
  .float-social { width: 50px; height: 50px; }
}

@media (min-width: 721px) and (max-width: 1050px) {
  .hero-campaign-copy { width: min(64vw, 42rem); margin-left: 0; }
  .hero-campaign .display { font-size: clamp(3.2rem, 7vw, 5rem); }
}

@media (max-width: 430px) {
  .brand-name small { display: none; }
  .products-grid { grid-template-columns: 1fr; }
  .product-media { aspect-ratio: .9; }
  .display { font-size: clamp(3.25rem, 18vw, 5.4rem); }
  .brand-name { display: none; }
  .header-actions { gap: .1rem; }
  .hero-visual { min-height: 430px; }
  .store-media video, .store-media picture, .store-media img, .store-gallery img { min-height: 0; height: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
