:root {
  --wine: #69283a;
  --wine-deep: #3f1723;
  --wine-soft: #8a4558;
  --ivory: #f8f1e6;
  --paper: #fffdf9;
  --champagne: #d5b77d;
  --champagne-soft: #ead9b8;
  --ink: #2c1c21;
  --muted: #796c6e;
  --line: rgba(105, 40, 58, .16);
  --shadow: 0 28px 80px rgba(63, 23, 35, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1380px, calc(100vw - 64px));
}

* { 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::selection { color: var(--paper); background: var(--wine); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.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; }

.header {
  position: sticky; top: 0; z-index: 40; width: 100%; height: 82px; padding: 0 max(32px, calc((100vw - 1380px) / 2));
  display: grid; grid-template-columns: 250px 1fr 250px; align-items: center; gap: 24px;
  background: rgba(255, 253, 249, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 52px; height: 52px; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; gap: 3px; }
.brand b { font-family: var(--serif); font-size: 18px; letter-spacing: .11em; font-weight: 500; }
.brand small { color: var(--champagne); font-size: 8px; letter-spacing: .48em; }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 38px); }
.nav a { position: relative; padding: 31px 0 27px; color: #574a4d; font-size: 13px; letter-spacing: .04em; }
.nav a::after { content: ""; position: absolute; right: 50%; bottom: 19px; left: 50%; height: 1px; background: var(--wine); transition: .25s ease; }
.nav a:hover::after, .nav a.active::after { right: 0; left: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.language { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.language button { border: 0; border-radius: 999px; padding: 7px 9px; background: transparent; color: var(--muted); font-size: 9px; letter-spacing: .08em; cursor: pointer; }
.language button.active { color: white; background: var(--wine); }
.cart-link { position: relative; display: grid; place-items: center; width: 36px; height: 36px; }
.cart-link svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.cart-link span { position: absolute; top: -1px; right: -5px; min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; border-radius: 99px; color: white; background: var(--wine); font-size: 9px; }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }

.hero { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ivory); overflow: hidden; }
.hero-copy { padding: 100px max(48px, calc((100vw - 1380px) / 2)); padding-right: 70px; display: flex; flex-direction: column; justify-content: center; }
.hero .eyebrow, .section-kicker, .product-info .eyebrow { margin: 0 0 18px; color: var(--wine-soft); font-size: 11px; font-weight: 650; letter-spacing: .24em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.3vw, 104px); line-height: .92; letter-spacing: -.045em; font-weight: 400; }
.hero h1 em { color: var(--wine); font-style: italic; font-weight: 400; }
.hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 32px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-button, .secondary-button {
  min-height: 52px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--wine);
  cursor: pointer; font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; transition: .25s ease;
}
.primary-button { color: white; background: var(--wine); }
.primary-button:hover { background: var(--wine-deep); transform: translateY(-1px); }
.secondary-button { color: var(--wine); background: transparent; }
.secondary-button:hover { color: white; background: var(--wine); }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; padding: 70px; background: var(--wine); }
.hero-visual::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(213, 183, 125, .36); border-radius: 50%; }
.hero-visual::after { content: "AE"; position: absolute; bottom: -42px; right: 34px; color: rgba(248, 241, 230, .05); font-family: var(--serif); font-size: 300px; }
.hero-product { position: relative; z-index: 1; width: min(570px, 86%); background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.32); opacity: 1; transform: rotate(1.5deg); transition: opacity .34s ease, transform .34s ease; }
.hero-product.is-changing { opacity: 0; transform: rotate(1.5deg) scale(.975); }
.hero-product-link { position: relative; display: block; }
.hero-product img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-product-label { position: absolute; top: 20px; left: 20px; max-width: 62%; padding: 12px 14px; display: flex; align-items: flex-start; flex-direction: column; color: var(--wine-deep); border: 1px solid rgba(105,40,58,.15); background: rgba(255,253,249,.9); box-shadow: 0 8px 24px rgba(53,19,29,.08); backdrop-filter: blur(7px); }
.hero-product-label small { color: var(--wine-soft); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-product-label b { margin-top: 4px; font-family: var(--serif); font-size: 17px; line-height: 1.1; font-weight: 500; }
.hero-product-label em { margin-top: 7px; color: var(--muted); font-size: 8px; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.hero-price { position: absolute; right: -35px; bottom: 50px; min-width: 190px; padding: 22px 25px; color: var(--wine); background: var(--champagne); box-shadow: var(--shadow); }
.hero-price small { display: block; margin-bottom: 7px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.hero-price strong { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.hero-price > span { display: block; margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(105,40,58,.2); font-size: 10px; }
.hero-price > span b { font-weight: 650; }
.hero-carousel-controls { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 11px; transform: translateX(-50%); }
.hero-carousel-controls[hidden] { display: none; }
.hero-carousel-controls > button, .hero-carousel-dots button { display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: white; background: rgba(53,19,29,.28); cursor: pointer; transition: .2s ease; }
.hero-carousel-controls > button { width: 34px; height: 34px; font-size: 14px; }
.hero-carousel-controls > button:hover { color: var(--wine-deep); background: var(--champagne); border-color: var(--champagne); }
.hero-carousel-dots { display: flex; align-items: center; gap: 7px; }
.hero-carousel-dots button { width: 8px; height: 8px; background: rgba(255,255,255,.28); }
.hero-carousel-dots button.active { background: var(--champagne); border-color: var(--champagne); transform: scale(1.25); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.trust-strip article { padding: 30px 34px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.trust-strip article:last-child { border-right: 0; }
.trust-strip b { display: grid; place-items: center; flex: 0 0 44px; height: 44px; border: 1px solid var(--champagne); border-radius: 50%; color: var(--wine); font-family: var(--serif); font-size: 15px; font-weight: 500; }
.trust-strip strong { display: block; margin-bottom: 5px; font-size: 13px; }
.trust-strip p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.section { width: var(--container); margin: 0 auto; padding: 112px 0; }
.section.tint { width: 100%; padding-right: max(32px, calc((100vw - 1380px) / 2)); padding-left: max(32px, calc((100vw - 1380px) / 2)); background: var(--ivory); }
.section-heading { margin-bottom: 42px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading h2, .product-details h2, .banks-panel h2, .checkout-heading h1 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4vw, 62px); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.section-note { max-width: 440px; }
.section-note p { margin: 0 0 14px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.text-link { color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.category-card { position: relative; min-height: 400px; overflow: hidden; background: var(--wine); }
.category-card img { width: 100%; height: 100%; aspect-ratio: 1.2; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.category-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(45,13,22,.86)); }
.category-card > span { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: flex-end; justify-content: space-between; color: white; }
.category-card b { font-family: var(--serif); font-size: 30px; font-weight: 400; }
.category-card small { color: var(--champagne); font-size: 10px; letter-spacing: .18em; }
.category-card:hover img { transform: scale(1.045); }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--paper); border: 1px solid var(--line); transition: .3s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(63,23,35,.1); }
.product-image { position: relative; display: block; aspect-ratio: 4/5; overflow: hidden; background: var(--ivory); }
.product-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(45,13,22,.34)); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.delivery-tag, .sale-tag { position: absolute; z-index: 3; top: 14px; padding: 8px 10px; font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.delivery-tag { left: 14px; color: var(--wine-deep); background: rgba(255,253,249,.92); }
.sale-tag { right: 14px; color: white; background: var(--wine); }
.card-watermark { position: absolute; z-index: 3; right: 14px; bottom: 14px; left: 14px; padding: 10px 12px; color: var(--champagne-soft); border: 1px solid rgba(255,255,255,.3); background: rgba(45,13,22,.75); backdrop-filter: blur(6px); text-align: center; font-family: var(--serif); font-size: 12px; letter-spacing: .16em; }
.card-watermark i { margin-left: 5px; font-family: var(--sans); font-size: 6px; font-style: normal; letter-spacing: .28em; }
.product-card-body { flex: 1; padding: 22px 20px 20px; display: flex; flex-direction: column; }
.product-code-copy { width: 100%; margin: 0 0 11px; padding: 8px 10px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 8px; color: var(--muted); border: 1px solid var(--line); background: var(--ivory); cursor: pointer; text-align: left; transition: .2s ease; }
.product-code-copy span, .product-code-copy i { font-size: 7px; font-style: normal; letter-spacing: .07em; text-transform: uppercase; }
.product-code-copy b { overflow: hidden; color: var(--wine); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.product-code-copy i { color: var(--wine-soft); text-align: right; }
.product-code-copy:hover { border-color: var(--champagne); background: var(--champagne-soft); }
.product-meta { margin: 0 0 10px; color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-meta span { color: var(--champagne); }
.product-card h3 { min-height: 52px; margin: 0 0 18px; font-family: var(--serif); font-size: 21px; line-height: 1.25; font-weight: 400; }
.card-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-top: 15px; border-top: 1px solid var(--line); }
.card-price { min-width: 0; }
.card-price + .card-price { padding-left: 12px; border-left: 1px solid var(--line); }
.card-price small { min-height: 23px; display: block; margin-bottom: 6px; color: var(--muted); font-size: 7px; line-height: 1.35; letter-spacing: .04em; text-transform: uppercase; }
.card-price strong { display: block; color: var(--wine); font-family: var(--serif); font-size: clamp(17px, 1.55vw, 22px); font-weight: 500; white-space: nowrap; }
.card-price del { display: block; margin-top: 4px; color: #9c8e91; font-size: 10px; }
.installment-price strong { color: var(--ink); }
.sale-savings { margin: 13px 0 17px; padding: 10px 12px; display: grid; gap: 5px; color: var(--wine-deep); background: var(--champagne-soft); font-size: 8px; line-height: 1.4; text-transform: uppercase; }
.sale-savings span { display: flex; justify-content: space-between; gap: 8px; }
.sale-savings b { font-size: 10px; }
.sale-empty { grid-column: 1 / -1; min-height: 190px; padding: 34px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; color: var(--ink); border: 1px solid var(--line); background: var(--paper); }
.sale-empty > span { width: 72px; height: 72px; display: grid; place-items: center; color: var(--champagne); border: 1px solid var(--champagne); border-radius: 50%; font-family: var(--serif); font-size: 22px; }
.sale-empty h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.sale-empty p { max-width: 630px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.monthly { margin: 12px 0 20px; color: var(--wine-soft); font-size: 11px; }
.card-actions { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.icon-button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--wine); background: transparent; cursor: pointer; font-size: 22px; line-height: 1; transition: .2s; }
.icon-button:hover { color: white; background: var(--wine); border-color: var(--wine); transform: rotate(90deg); }

.cash-banner { position: relative; min-height: 430px; padding: 70px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; overflow: hidden; color: white; background: var(--wine-deep); }
.cash-banner::after { content: "₸"; position: absolute; right: 25px; bottom: -105px; color: rgba(255,255,255,.045); font-family: var(--serif); font-size: 330px; }
.cash-number { max-width: 520px; color: var(--champagne); font-family: var(--serif); font-size: clamp(52px, 6.8vw, 98px); line-height: .9; letter-spacing: -.05em; }
.cash-copy { position: relative; z-index: 2; max-width: 650px; }
.cash-copy h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); line-height: 1; font-weight: 400; }
.cash-copy p { max-width: 580px; margin: 0 0 30px; color: rgba(255,255,255,.72); line-height: 1.7; }
.cash-copy .primary-button { color: var(--wine-deep); background: var(--champagne); border-color: var(--champagne); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-grid article { min-height: 290px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid .number { color: var(--champagne); font-family: var(--serif); font-size: 46px; }
.service-grid h3 { margin: 48px 0 13px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.service-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.banks-panel { width: var(--container); margin: 0 auto 112px; padding: 70px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; background: var(--ivory); }
.banks-panel > div:first-child > p:last-child { max-width: 470px; color: var(--muted); line-height: 1.7; }
.bank-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.bank-card { min-height: 125px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--paper); transition: .25s ease; }
.bank-card b { font-family: var(--serif); font-size: 28px; font-weight: 500; }
.bank-card span { color: var(--muted); font-size: 11px; }
.bank-card:hover { color: white; background: var(--wine); border-color: var(--wine); transform: translateY(-3px); box-shadow: var(--shadow); }
.bank-card:hover span { color: var(--champagne-soft); }

.catalog-hero { padding: 92px max(32px, calc((100vw - 1380px) / 2)) 50px; background: var(--ivory); }
.catalog-hero h1 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(55px, 7vw, 100px); font-weight: 400; letter-spacing: -.05em; }
.catalog-hero p { color: var(--muted); }
.catalog-tools { width: var(--container); margin: 0 auto; padding: 38px 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--line); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 11px; transition: .2s; }
.filter-chip:hover, .filter-chip.active { color: white; background: var(--wine); border-color: var(--wine); }
.catalog-control-group { display: flex; align-items: flex-end; gap: 18px; }
.sort-box { min-width: 200px; display: flex; flex-direction: column; gap: 4px; }
.sort-box > span { color: var(--muted); font-size: 8px; font-weight: 650; letter-spacing: .11em; text-transform: uppercase; }
.sort-box select { width: 100%; height: 40px; padding: 0 28px 0 0; color: var(--ink); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; background: transparent; cursor: pointer; font: inherit; font-size: 11px; }
.sort-box select:focus { border-color: var(--wine); }
.search-box { position: relative; min-width: 270px; }
.search-box input { width: 100%; height: 44px; padding: 0 42px 0 0; border: 0; border-bottom: 1px solid var(--line); outline: 0; color: var(--ink); background: transparent; }
.search-box::after { content: "⌕"; position: absolute; right: 8px; top: 7px; color: var(--wine); font-size: 24px; }
.catalog-section { width: var(--container); margin: 0 auto; padding: 42px 0 112px; }
.catalog-title-row { margin-bottom: 26px; display: flex; align-items: baseline; justify-content: space-between; }
.catalog-title-row h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.catalog-title-row span { color: var(--muted); font-size: 12px; }
.empty-state { grid-column: 1/-1; padding: 90px; text-align: center; background: var(--ivory); }

.product-page { width: var(--container); margin: 0 auto; padding: 32px 0 0; }
.breadcrumbs { padding: 10px 0 30px; display: flex; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.breadcrumbs b { color: var(--ink); font-weight: 500; }
.product-layout { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(45px, 6vw, 90px); align-items: start; }
.gallery { display: grid; grid-template-columns: 92px 1fr; gap: 16px; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 10px; }
.gallery-thumbs button { padding: 0; border: 1px solid transparent; background: var(--ivory); cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--wine); }
.gallery-thumbs img { width: 90px; aspect-ratio: 4/5; object-fit: cover; }
.gallery-main { position: relative; overflow: hidden; background: var(--ivory); }
.gallery-main::after { content: ""; position: absolute; inset: 62% 0 0; background: linear-gradient(transparent, rgba(45,13,22,.34)); pointer-events: none; }
.gallery-main > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.gallery-main > span { position: absolute; z-index: 2; }
.gallery-availability { top: 20px; right: 20px; padding: 9px 12px; color: var(--wine); background: rgba(255,253,249,.92); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.gallery-delivery-tag { top: 20px; left: 20px; padding: 9px 12px; color: var(--wine); background: rgba(255,253,249,.92); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.gallery-sale-tag { top: 62px; left: 20px; padding: 9px 12px; color: white; background: var(--wine); font-size: 9px; font-weight: 700; letter-spacing: .11em; }
.gallery-watermark { right: 22px; bottom: 22px; left: 22px; padding: 13px 16px; color: var(--champagne-soft); border: 1px solid rgba(255,255,255,.34); background: rgba(45,13,22,.76); backdrop-filter: blur(7px); text-align: center; font-family: var(--serif); font-size: 15px; letter-spacing: .18em; }
.gallery-watermark i { margin-left: 8px; font-family: var(--sans); font-size: 7px; font-style: normal; letter-spacing: .32em; }
.product-info { position: sticky; top: 120px; padding-top: 18px; }
.product-info h1 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(44px, 4.8vw, 70px); line-height: .98; font-weight: 400; letter-spacing: -.04em; }
.product-lead { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.product-code { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #9a8d8f; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.product-code span { margin: 0 8px; color: var(--champagne); }
.product-code button { padding: 7px 9px; display: inline-flex; align-items: center; gap: 9px; color: var(--wine); border: 1px solid var(--line); background: var(--ivory); cursor: pointer; }
.product-code button b { font-size: 9px; }
.product-code button i { color: var(--wine-soft); font-size: 7px; font-style: normal; }
.product-code button:hover { border-color: var(--champagne); background: var(--champagne-soft); }
.payment-switch { margin: 34px 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.payment-switch button { min-height: 48px; padding: 8px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 10px; line-height: 1.25; }
.payment-switch button:last-child { border-right: 0; }
.payment-switch button.active { color: white; background: var(--wine); }
.selected-price { padding: 26px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.selected-price small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.selected-price strong { grid-row: 2; color: var(--wine); font-family: var(--serif); font-size: 43px; font-weight: 500; }
.selected-price del { grid-row: 3; margin-top: 4px; color: #9c8e91; font-size: 12px; }
.selected-price span { grid-row: 1/4; grid-column: 2; max-width: 210px; padding: 8px 10px; align-self: center; color: var(--wine); background: var(--champagne-soft); font-size: 10px; line-height: 1.45; }
.product-sale-summary { margin: 14px 0 0; padding: 13px 15px; display: flex; flex-wrap: wrap; gap: 7px 18px; color: var(--wine-deep); background: var(--champagne-soft); font-size: 10px; }
.product-sale-summary b { width: 100%; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.monthly-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0; }
.monthly-options > div { padding: 13px; display: flex; align-items: center; gap: 12px; background: var(--ivory); }
.monthly-options span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--wine); font-family: var(--serif); }
.monthly-options p { margin: 0; color: var(--muted); font-size: 11px; }
.fine-print, .availability-note { color: var(--muted); font-size: 10px; line-height: 1.55; }
.product-actions { margin-top: 24px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 10px; }
.whatsapp-button { margin-top: 10px; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #175e40; border: 1px solid rgba(23,94,64,.28); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-button span { width: 26px; height: 26px; display: grid; place-items: center; color: white; background: #1f9d63; border-radius: 50%; font-size: 8px; }
.availability-note { margin: 16px 0 0; }
.product-details { margin: 110px 0; padding: 65px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-details dl { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; }
.product-details dl div { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.product-details dt { color: var(--muted); font-size: 12px; }
.product-details dd { margin: 0; text-align: right; font-size: 12px; font-weight: 600; }
.similar-section { padding-bottom: 112px; }

.checkout-page { width: var(--container); margin: 0 auto; padding: 75px 0 112px; }
.checkout-heading { max-width: 700px; margin-bottom: 48px; }
.checkout-heading p:last-child { color: var(--muted); line-height: 1.7; }
.checkout-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 28px; align-items: start; }
.checkout-form-card { padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.field { margin-bottom: 24px; }
.field label, .payment-options legend { display: block; margin-bottom: 10px; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.field input { width: 100%; height: 48px; border: 0; border-bottom: 1px solid var(--line); outline: 0; background: transparent; }
.field input:focus { border-color: var(--wine); }
.payment-options { margin: 36px 0; padding: 0; border: 0; }
.payment-options label { display: block; cursor: pointer; }
.payment-options input { position: absolute; opacity: 0; }
.payment-options label span { min-height: 62px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-bottom: 0; }
.payment-options label:last-child span { border-bottom: 1px solid var(--line); }
.payment-options input:checked + span { color: white; background: var(--wine); }
.payment-options small { color: var(--muted); }
.payment-options input:checked + span small { color: var(--champagne-soft); }
.consent { margin: 0 0 24px; display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: 11px; line-height: 1.5; }
.consent input { accent-color: var(--wine); }
.wide { width: 100%; }
.order-summary { padding: 38px; color: white; background: var(--wine-deep); }
.order-summary h2 { margin: 0 0 28px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.order-lines article { padding: 18px 0; display: grid; grid-template-columns: 92px 1fr; gap: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.order-lines img { width: 92px; height: 92px; object-fit: cover; }
.order-lines article div { display: flex; flex-direction: column; align-items: flex-start; }
.order-lines b { margin-bottom: 6px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.order-lines small { color: rgba(255,255,255,.55); font-size: 9px; }
.order-lines span { margin-top: 10px; color: var(--champagne); font-size: 13px; }
.order-lines button { margin-top: auto; padding: 0; color: rgba(255,255,255,.5); border: 0; border-bottom: 1px solid rgba(255,255,255,.3); background: none; cursor: pointer; font-size: 9px; }
.totals { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.totals p { margin: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.totals span { color: rgba(255,255,255,.6); font-size: 11px; }
.totals strong { color: var(--champagne); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.totals b { font-size: 13px; }
.totals .checkout-delivery { margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.14); }
.totals .checkout-delivery b { color: var(--champagne); }
.source-note { color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.6; }
.empty-checkout { min-height: 480px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ivory); }
.empty-checkout > span { color: var(--champagne); font-size: 66px; }
.empty-checkout h1 { margin: 10px 0 30px; font-family: var(--serif); font-size: 45px; font-weight: 400; }

.footer { padding: 70px max(32px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 1.7fr .7fr .7fr .9fr; gap: 50px; color: var(--ivory); background: var(--wine-deep); }
.footer-brand { display: flex; gap: 20px; align-items: flex-start; }
.footer-brand img { width: 72px; height: 72px; border-radius: 50%; }
.footer-brand strong { display: block; margin: 7px 0 12px; font-family: var(--serif); font-size: 21px; letter-spacing: .1em; font-weight: 500; }
.footer p { max-width: 360px; margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.footer h3 { margin: 0 0 18px; color: var(--champagne); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer > div:not(.footer-brand) a { display: block; margin-bottom: 12px; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-note { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; color: rgba(255,255,255,.32); font-family: var(--serif); font-size: 13px; letter-spacing: .13em; }
.copyright { padding: 15px max(32px, calc((100vw - 1380px) / 2)); display: flex; justify-content: space-between; color: rgba(255,255,255,.4); background: #301019; border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; max-width: calc(100vw - 48px); padding: 16px 20px; color: white; background: var(--wine-deep); box-shadow: var(--shadow); opacity: 0; transform: translateY(15px); transition: .25s; font-size: 12px; }
.toast.visible { opacity: 1; transform: none; }
.floating-whatsapp { position: fixed; z-index: 35; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: #1f9d63; border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 14px 34px rgba(0,0,0,.2); font-size: 11px; font-weight: 800; }

@media (max-width: 1100px) {
  :root { --container: min(100% - 40px, 980px); }
  .header { grid-template-columns: 220px 1fr auto; padding: 0 22px; }
  .nav { gap: 16px; }
  .nav a { font-size: 11px; }
  .hero { min-height: 620px; }
  .hero-copy { padding: 70px 42px; }
  .hero-visual { padding: 40px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip article:nth-child(2) { border-right: 0; }
  .trust-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-layout { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gallery { grid-template-columns: 68px 1fr; }
  .gallery-thumbs img { width: 66px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100% - 32px); }
  .header { height: 68px; grid-template-columns: 1fr auto auto; gap: 14px; }
  .brand img { width: 44px; height: 44px; }
  .brand span { display: none; }
  .menu-toggle { order: 2; display: flex; width: 34px; height: 34px; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
  .menu-toggle span { width: 20px; height: 1px; background: var(--wine); }
  .header-actions { order: 3; gap: 10px; }
  .nav { position: absolute; top: 68px; right: 0; left: 0; padding: 24px; display: none; align-items: flex-start; flex-direction: column; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { width: 100%; padding: 10px 0; font-size: 13px; }
  .nav a::after { display: none; }
  .hero { display: flex; min-height: auto; flex-direction: column; }
  .hero-copy { padding: 68px 22px 52px; }
  .hero h1 { font-size: clamp(53px, 16vw, 78px); }
  .hero-copy > p:not(.eyebrow) { font-size: 14px; }
  .hero-visual { min-height: 470px; padding: 35px; }
  .hero-price { right: -15px; bottom: 25px; }
  .trust-strip article { padding: 24px 18px; }
  .section { padding: 78px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card { min-height: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .cash-banner { padding: 50px 30px; grid-template-columns: 1fr; gap: 35px; }
  .cash-number { font-size: clamp(48px, 12vw, 76px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 230px; }
  .banks-panel { padding: 48px 28px; grid-template-columns: 1fr; gap: 35px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .catalog-control-group { width: 100%; }
  .sort-box, .search-box { flex: 1; }
  .search-box { min-width: 0; }
  .product-layout { grid-template-columns: 1fr; }
  .product-info { position: static; }
  .product-details { grid-template-columns: 1fr; gap: 45px; }
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { order: -1; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-note { align-items: flex-start; }
}

@media (max-width: 520px) {
  .header { padding: 0 14px; }
  .language button { padding: 6px; font-size: 8px; }
  .cart-link { width: 30px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-visual { min-height: 390px; padding: 26px; }
  .hero-price { right: -8px; min-width: 160px; padding: 16px; }
  .hero-price strong { font-size: 21px; }
  .hero-product-label { top: 12px; left: 12px; max-width: 67%; padding: 9px 10px; }
  .hero-product-label b { font-size: 14px; }
  .hero-carousel-controls { bottom: 10px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip article { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading h2 { font-size: 42px; }
  .category-grid { gap: 10px; }
  .category-card b { font-size: 22px; }
  .category-card > span { right: 15px; bottom: 15px; left: 15px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card h3 { min-height: 0; }
  .sale-empty { padding: 26px 20px; grid-template-columns: auto 1fr; gap: 18px; }
  .sale-empty .secondary-button { grid-column: 1 / -1; }
  .bank-grid { grid-template-columns: 1fr; }
  .catalog-hero { padding-top: 62px; }
  .catalog-control-group { align-items: stretch; flex-direction: column; gap: 14px; }
  .sort-box, .search-box { width: 100%; min-width: 0; }
  .gallery { display: flex; flex-direction: column-reverse; }
  .gallery-thumbs { flex-direction: row; overflow-x: auto; }
  .gallery-thumbs button { flex: 0 0 68px; }
  .gallery-delivery-tag, .gallery-availability { top: 12px; padding: 7px 8px; font-size: 7px; }
  .gallery-delivery-tag { left: 12px; }
  .gallery-availability { right: 12px; }
  .gallery-sale-tag { top: 46px; left: 12px; }
  .gallery-watermark { right: 12px; bottom: 12px; left: 12px; }
  .payment-switch { grid-template-columns: 1fr; }
  .payment-switch button { border-right: 0; border-bottom: 1px solid var(--line); }
  .selected-price { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
  .selected-price span { max-width: none; }
  .product-actions { grid-template-columns: 1fr; }
  .product-details dl { grid-template-columns: 1fr; }
  .checkout-form-card, .order-summary { padding: 25px 20px; }
  .footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .copyright { flex-direction: column; gap: 7px; }
}

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

/* Storefront tools share the existing ivory / wine / champagne palette. */
.favorites-link{display:grid;place-items:center;width:40px;height:44px;font-size:30px;color:var(--wine)}
.product-card{position:relative}
.favorite-button{position:absolute;z-index:3;right:12px;top:60px;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:var(--paper);color:var(--wine);font-size:26px;cursor:pointer;box-shadow:0 3px 12px #3f17231a}
.favorite-button.is-favorite,.favorite-text.is-favorite{background:var(--wine);color:var(--paper)}
.favorite-text{width:48px;height:44px;background:var(--paper);border:1px solid var(--line);color:var(--wine);font-size:26px;cursor:pointer}
.stock-label{font-size:13px;font-weight:600;color:var(--wine);margin:8px 0 14px}
button:disabled{cursor:not-allowed;opacity:.45}
.advanced-filters{width:var(--container);margin:0 auto 20px}
.advanced-filters details{padding:20px 24px;border:1px solid var(--line);background:var(--ivory);font-size:14px}
.advanced-filters summary{cursor:pointer;font-weight:600;min-height:24px}
.facet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:22px 0}
.facet-grid label,.variant-selector{display:grid;gap:8px;font-size:14px;font-weight:600}
.facet-grid input,.facet-grid select,.variant-selector select{width:100%;min-height:46px;background:var(--paper);border:1px solid var(--line);border-radius:3px;padding:10px 12px;font-family:var(--sans);font-size:14px;color:var(--ink)}
.variant-selector{margin:20px 0}
.advanced-filters button{min-height:44px;padding:10px 18px;background:var(--paper);border:1px solid var(--line);cursor:pointer}
.privacy-link{border:0;background:transparent;text-align:left;padding:0;color:inherit;font:inherit;cursor:pointer;margin-top:10px}
.consent-panel{position:fixed;z-index:100;bottom:20px;left:20px;width:min(540px,calc(100vw - 40px));max-height:calc(100dvh - 40px);overflow:auto;padding:24px;background:var(--paper);border:1px solid var(--champagne);box-shadow:var(--shadow);font-size:14px;line-height:1.6}
.consent-panel strong{font-family:var(--serif);font-size:22px;font-weight:normal}
.consent-panel p{margin:12px 0;color:var(--muted)}
.consent-actions{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 0;align-items:center}
.consent-actions button{background:var(--paper);border:1px solid var(--wine);min-height:44px;padding:10px 14px;cursor:pointer;font-size:14px}
.consent-actions [data-consent-all]{background:var(--wine);color:#fff;font-weight:700;padding-inline:22px}
.consent-actions [data-consent-all]:hover{background:var(--wine-deep)}
.consent-actions a{font-size:13px;text-decoration:underline}
.information-page{max-width:960px;margin:70px auto;padding:0 24px}
.information-page h1{font-family:var(--serif);font-size:clamp(36px,5vw,64px);font-weight:normal;line-height:1.1}
.info-card{margin:28px 0;padding:30px;background:var(--ivory);border:1px solid var(--line);scroll-margin-top:110px}
.info-card h2{font-family:var(--serif);font-size:30px;font-weight:normal;margin:0 0 18px}
.info-card p{white-space:pre-line;line-height:1.8;font-size:15px;color:var(--muted)}
.info-card a,.document-link{text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.document-link{display:block;margin:14px 0;color:var(--wine)}
.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.review-card{padding:28px;background:var(--ivory);border:1px solid var(--line);font-size:15px;line-height:1.7}
.review-card>span{color:#997332;font-size:18px;letter-spacing:2px}
.review-card blockquote{margin:18px 0;white-space:pre-line}
.review-card small,.review-card a{display:block;margin-top:8px;color:var(--muted);font-size:13px}
.review-card a{text-decoration:underline}
.order-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}
.order-feedback{font-size:14px;line-height:1.6;color:var(--wine);margin:18px 0;white-space:pre-line}
.order-success{max-width:760px;margin:0 auto;padding:50px 32px;text-align:center;border:1px solid var(--line);background:var(--ivory)}
.order-success h1{font-family:var(--serif);font-size:clamp(36px,5vw,60px);font-weight:normal}
.order-success p{line-height:1.8}.order-success .order-number{font-family:monospace;font-size:22px;color:var(--wine)}
.order-success a{margin:20px auto;display:flex;width:fit-content}
.quantity-control{display:flex;align-items:center;gap:10px;font-size:13px;margin:10px 0}
.quantity-control input{width:65px;min-height:40px;padding:8px;border:1px solid var(--line);background:var(--paper)}
.consent a{color:var(--wine);text-decoration:underline}
@media(max-width:900px){.facet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-grid{grid-template-columns:1fr}.header-actions{gap:8px}.favorites-link{width:30px}}
@media(max-width:560px){.facet-grid{gap:14px 10px}.facet-grid label{font-size:13px}.advanced-filters details{padding:18px 14px}.consent-panel{left:12px;bottom:12px;width:calc(100vw - 24px);padding:20px}.info-card{padding:22px}.order-success{padding:32px 18px}.order-success .order-number{font-size:18px}.favorite-button{width:40px;height:40px;right:8px;top:52px}}

/* Mobile storefront: a dense, thumb-friendly catalogue without changing desktop. */
.mobile-dock{display:none}

@media (max-width:640px) {
  :root{--container:calc(100% - 24px)}
  html{scroll-padding-top:68px}
  body{padding-bottom:calc(66px + env(safe-area-inset-bottom));overflow-x:hidden}

  [data-site-header]{position:sticky;z-index:40;top:0}
  .header{position:relative;top:auto;height:58px;padding:0 12px;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .brand{min-width:0;gap:8px}
  .brand img{width:36px;height:36px}
  .brand span{min-width:0;display:flex;gap:1px}
  .brand b{overflow:hidden;font-size:13px;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}
  .brand small{font-size:6px;letter-spacing:.34em}
  .menu-toggle,.nav,.favorites-link{display:none}
  .header-actions{gap:7px}
  .language{padding:2px}
  .language button{min-width:31px;min-height:30px;padding:4px 5px;font-size:8px}
  .cart-link{width:36px;height:40px}
  .cart-link svg{width:21px}

  .mobile-dock{position:fixed;z-index:50;right:0;bottom:0;left:0;height:calc(64px + env(safe-area-inset-bottom));padding:4px 6px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;background:rgba(255,253,249,.97);border-top:1px solid var(--line);box-shadow:0 -8px 26px rgba(63,23,35,.08);backdrop-filter:blur(18px)}
  .mobile-dock a{position:relative;min-width:0;height:58px;padding:6px 1px 4px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:var(--muted);font-size:9px;line-height:1;white-space:nowrap}
  .mobile-dock svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
  .mobile-dock a.active{color:var(--wine);font-weight:700}
  .mobile-dock a.active::before{content:"";position:absolute;top:0;left:50%;width:24px;height:2px;border-radius:4px;background:var(--wine);transform:translateX(-50%)}
  .mobile-dock b{position:absolute;top:1px;left:calc(50% + 7px);min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;color:#fff;background:var(--wine);border:2px solid var(--paper);border-radius:99px;font-size:8px}

  .hero{min-height:0;display:flex;flex-direction:column}
  .hero-copy{padding:22px 16px 18px}
  .hero .eyebrow,.section-kicker,.product-info .eyebrow{margin-bottom:8px;font-size:9px;letter-spacing:.18em}
  .hero h1{font-size:clamp(34px,10.5vw,42px);line-height:.97;letter-spacing:-.035em}
  .hero-copy>p:not(.eyebrow){margin:12px 0 17px;font-size:13px;line-height:1.48}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .hero-actions a{width:auto;min-height:44px;padding:0 10px;font-size:9px;letter-spacing:.07em}
  .hero-visual{min-height:248px;padding:17px 30px 27px}
  .hero-visual::before{width:68%}
  .hero-visual::after{right:10px;bottom:-12px;font-size:120px}
  .hero-product{width:min(218px,64vw);box-shadow:0 22px 54px rgba(0,0,0,.27);transform:rotate(1deg)}
  .hero-product.is-changing{transform:rotate(1deg) scale(.975)}
  .hero-product img{aspect-ratio:1}
  .hero-product-label{top:8px;left:8px;max-width:72%;padding:7px 8px}
  .hero-product-label small,.hero-product-label em{display:none}
  .hero-product-label b{margin:0;font-size:12px}
  .hero-price{right:-48px;bottom:20px;min-width:137px;padding:10px 11px}
  .hero-price small{margin-bottom:4px;font-size:7px;letter-spacing:.08em}
  .hero-price strong{font-size:18px}
  .hero-price>span{margin-top:5px;padding-top:5px;font-size:8px}
  .hero-carousel-controls{bottom:6px;gap:8px}
  .hero-carousel-controls>button{width:30px;height:30px}
  .hero-carousel-dots{gap:5px}
  .hero-carousel-dots button{width:6px;height:6px}

  .trust-strip{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}
  .trust-strip::-webkit-scrollbar,.category-grid::-webkit-scrollbar,.filters::-webkit-scrollbar,.gallery-thumbs::-webkit-scrollbar{display:none}
  .trust-strip article{flex:0 0 74vw;min-height:82px;padding:13px 15px;gap:11px;border-right:1px solid var(--line);border-bottom:0!important;scroll-snap-align:start}
  .trust-strip b{flex-basis:36px;height:36px;font-size:13px}
  .trust-strip strong{margin-bottom:3px;font-size:12px}
  .trust-strip p{font-size:10px}

  .section{padding:38px 0}
  .section.tint{padding-right:12px;padding-left:12px}
  .section-heading{margin-bottom:18px;gap:9px}
  .section-heading h2,.product-details h2,.banks-panel h2,.checkout-heading h1{font-size:30px;line-height:1.04}
  .section-heading>p,.section-note p{font-size:12px;line-height:1.5}
  .section-note p{margin-bottom:8px}
  .text-link{min-height:38px;display:inline-flex;align-items:center;font-size:10px}

  .category-grid{display:flex;gap:9px;margin-right:-12px;padding:0 12px 3px 0;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}
  .category-card{flex:0 0 124px;min-height:0;aspect-ratio:.88;scroll-snap-align:start;border-radius:10px}
  .category-card img{aspect-ratio:auto}
  .category-card>span{right:11px;bottom:11px;left:11px}
  .category-card b{font-size:17px}
  .category-card small{font-size:8px}

  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .product-card{border-radius:11px;box-shadow:0 3px 12px rgba(63,23,35,.035)}
  .product-card:hover{transform:none;box-shadow:0 3px 12px rgba(63,23,35,.035)}
  .product-image{aspect-ratio:1;border-radius:10px 10px 0 0}
  .product-image::after{inset:75% 0 0}
  .product-card:hover .product-image img{transform:none}
  .delivery-tag,.sale-tag{top:6px;padding:5px 6px;font-size:7px;letter-spacing:.035em;border-radius:4px}
  .delivery-tag{left:6px;max-width:calc(100% - 48px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .sale-tag{right:6px}
  .favorite-button{top:37px;right:6px;width:34px;height:34px;font-size:21px;box-shadow:0 2px 8px rgba(63,23,35,.12)}
  .card-watermark{right:6px;bottom:6px;left:6px;padding:5px 4px;font-size:8px;letter-spacing:.11em}
  .card-watermark i{margin-left:3px;font-size:5px;letter-spacing:.15em}
  .product-card-body{padding:9px 9px 10px}
  .product-code-copy{order:6;margin:7px 0 0;padding:6px 7px;grid-template-columns:minmax(0,1fr);border-radius:5px}
  .product-code-copy span,.product-code-copy i{display:none}
  .product-code-copy b{font-size:10px}
  .product-code-copy b::before{content:"#";color:var(--muted)}
  .stock-label{order:4;margin:5px 0 0;font-size:11px;line-height:1.25}
  .product-meta{order:3;margin:3px 0 0;font-size:9px;letter-spacing:.055em}
  .product-card h3{order:2;min-height:35px;margin:6px 0 0;display:-webkit-box;overflow:hidden;font-size:15px;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .card-price-grid{order:1;gap:5px;padding-top:0;border-top:0}
  .card-price+.card-price{padding-left:5px}
  .card-price small{min-height:13px;margin-bottom:3px;font-size:0;line-height:1}
  .card-price small::after{content:attr(data-mobile-label);font-size:8px;letter-spacing:.02em}
  .card-price strong{min-height:30px;font-size:clamp(13px,3.9vw,16px);line-height:1.05;letter-spacing:-.025em;white-space:normal;overflow-wrap:anywhere}
  .card-price del{margin-top:2px;font-size:9px}
  .monthly{order:5;width:fit-content;margin:7px 0 0;padding:4px 7px;color:var(--wine-deep);background:var(--champagne-soft);border-radius:5px;font-size:9px;line-height:1.25}
  .sale-savings{order:5;margin:7px 0 0;padding:6px 7px;gap:3px;font-size:7px}
  .sale-savings b{font-size:8px}
  .card-actions{order:7;margin-top:0;padding-top:7px}
  .card-actions .text-link{min-height:32px;font-size:9px}
  .icon-button{width:34px;height:34px;font-size:21px}

  .sale-empty{min-height:0;padding:18px 14px;grid-template-columns:45px minmax(0,1fr);gap:12px}
  .sale-empty>span{width:44px;height:44px;font-size:16px}
  .sale-empty h3{margin-bottom:5px;font-size:20px}
  .sale-empty p{font-size:12px;line-height:1.45}
  .sale-empty .secondary-button{grid-column:1/-1;min-height:44px}

  .cash-banner{min-height:0;padding:24px 20px;gap:18px;border-radius:12px}
  .cash-banner::after{right:8px;bottom:-58px;font-size:170px}
  .cash-number{font-size:42px}
  .cash-copy h2{margin-bottom:11px;font-size:30px}
  .cash-copy p{margin-bottom:18px;font-size:13px;line-height:1.5}
  .cash-copy .primary-button{min-height:44px;padding:0 15px;font-size:9px}

  .service-grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity;border-right:1px solid var(--line)}
  .service-grid article{flex:0 0 78vw;min-height:205px;padding:23px;scroll-snap-align:start}
  .service-grid .number{font-size:34px}
  .service-grid h3{margin:29px 0 8px;font-size:21px}
  .service-grid p{font-size:12px;line-height:1.55}

  .banks-panel{width:calc(100% - 24px);margin:0 auto 40px;padding:22px 18px;gap:18px;border-radius:12px}
  .banks-panel>div:first-child>p:last-child{font-size:13px;line-height:1.5}
  .bank-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .bank-card{min-height:88px;padding:13px}
  .bank-card b{font-size:21px}
  .bank-card span{font-size:9px}
  .bank-card:hover{transform:none}

  .catalog-hero{padding:24px 12px 17px}
  .catalog-hero .section-kicker{margin-bottom:7px}
  .catalog-hero h1{margin-bottom:8px;font-size:34px;letter-spacing:-.035em}
  .catalog-hero p{margin:0;font-size:13px;line-height:1.45}
  .catalog-tools{position:sticky;z-index:25;top:58px;width:100%;padding:9px 12px 10px;gap:8px;align-items:stretch;background:rgba(255,253,249,.98);box-shadow:0 7px 22px rgba(63,23,35,.07);backdrop-filter:blur(16px)}
  .catalog-control-group{order:-1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) 126px;align-items:stretch;gap:7px}
  .search-box{order:-1;min-width:0;background:var(--ivory);border-radius:9px}
  .search-box input{height:42px;padding:0 36px 0 12px;border:1px solid transparent;border-radius:9px;font-size:14px}
  .search-box input:focus{border-color:var(--champagne)}
  .search-box::after{top:6px;right:10px;font-size:23px}
  .sort-box{min-width:0;gap:0}
  .sort-box>span{display:none}
  .sort-box select{height:42px;padding:0 24px 0 9px;border:1px solid var(--line);border-radius:9px;background:var(--paper);font-size:11px;text-overflow:ellipsis}
  .filters{width:calc(100vw - 24px);display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;overscroll-behavior-inline:contain}
  .filter-chip{flex:0 0 auto;min-height:38px;padding:0 12px;display:inline-flex;align-items:center;font-size:11px}
  .advanced-filters{width:calc(100% - 24px);margin:10px auto 0}
  .advanced-filters details{padding:12px;border-radius:9px;font-size:13px}
  .advanced-filters summary{min-height:32px;display:flex;align-items:center}
  .facet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 7px;margin:14px 0}
  .facet-grid label{gap:5px;font-size:11px;line-height:1.25}
  .facet-grid input,.facet-grid select{min-height:42px;padding:7px 8px;font-size:12px}
  .advanced-filters button{width:100%}
  .catalog-section{width:calc(100% - 24px);padding:20px 0 48px}
  .catalog-title-row{margin-bottom:14px}
  .catalog-title-row h2{font-size:28px}
  .catalog-title-row span{font-size:10px}
  .empty-state{padding:36px 16px}

  .product-page{width:calc(100% - 24px);padding:8px 0 0}
  .breadcrumbs{padding:6px 0 12px;flex-wrap:nowrap;overflow-x:auto;gap:7px;font-size:8px;white-space:nowrap;scrollbar-width:none}
  .product-layout{gap:19px}
  .gallery{display:flex;gap:8px;flex-direction:column-reverse}
  .gallery-thumbs{gap:7px;flex-direction:row;overflow-x:auto}
  .gallery-thumbs button{flex:0 0 54px;border-radius:7px;overflow:hidden}
  .gallery-thumbs img{width:54px;aspect-ratio:1}
  .gallery-main{border-radius:12px}
  .gallery-main>img{aspect-ratio:1}
  .gallery-main::after{inset:72% 0 0}
  .gallery-delivery-tag,.gallery-availability,.gallery-sale-tag{padding:6px 7px;font-size:7px;border-radius:4px}
  .gallery-watermark{right:9px;bottom:9px;left:9px;padding:8px;font-size:10px}
  .product-info{position:relative;padding:2px 0 0}
  .product-info .eyebrow{padding-right:48px}
  .product-info h1{margin:0 0 11px;padding-right:48px;font-size:30px;line-height:1.02;letter-spacing:-.03em}
  .product-lead{margin-bottom:12px;font-size:13px;line-height:1.55}
  .product-code{gap:6px;font-size:8px;line-height:1.5}
  .product-code span{margin:0 2px}
  .product-code button{min-height:36px;padding:6px 8px}
  .variant-selector{margin:14px 0;font-size:12px}
  .variant-selector select{min-height:44px;font-size:12px}
  .favorite-text{position:absolute;top:0;right:0;width:42px;height:42px;border-radius:50%;font-size:23px}
  .payment-switch{margin:17px 0 13px;grid-template-columns:repeat(3,minmax(0,1fr));border-radius:8px;overflow:hidden}
  .payment-switch button{min-height:44px;padding:6px 3px;border-right:1px solid var(--line);border-bottom:0;font-size:8px}
  .selected-price{padding:15px 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(105px,.75fr);align-items:center;gap:5px 10px}
  .selected-price small{font-size:8px}
  .selected-price strong{grid-row:2;grid-column:1;font-size:30px}
  .selected-price del{grid-row:3;grid-column:1}
  .selected-price span{grid-row:1/4;grid-column:2;max-width:none;padding:8px;font-size:9px}
  .product-sale-summary{font-size:9px}
  .monthly-options{gap:7px;margin:12px 0}
  .monthly-options>div{padding:9px;gap:8px;border-radius:7px}
  .monthly-options span{width:28px;height:28px;font-size:13px}
  .monthly-options p{font-size:9px}
  .fine-print,.availability-note{font-size:10px;line-height:1.5}
  .product-actions{margin-top:17px;grid-template-columns:1fr 1fr;gap:7px}
  .product-actions .primary-button,.product-actions .secondary-button{min-height:48px;padding:0 7px;font-size:9px;letter-spacing:.055em}
  .whatsapp-button{min-height:48px;margin-top:7px;font-size:9px}
  .product-details{margin:40px 0;padding:28px 0;gap:18px}
  .product-details dl{grid-template-columns:1fr}
  .product-details dl div{padding:13px 0}
  .product-details dt,.product-details dd{font-size:11px}
  .product-page>.banks-panel{width:100%;margin-bottom:40px}
  .similar-section{padding-bottom:48px}
  body[data-page="product"] .floating-whatsapp,body[data-page="checkout"] .floating-whatsapp{display:none}

  .checkout-page{width:calc(100% - 24px);padding:24px 0 48px}
  .checkout-heading{margin-bottom:18px}
  .checkout-heading p:last-child{margin-bottom:0;font-size:13px;line-height:1.5}
  .checkout-layout{gap:12px}
  .order-summary{order:-1;padding:18px;border-radius:12px}
  .order-summary h2{margin-bottom:16px;font-size:27px}
  .order-lines article{padding:12px 0;grid-template-columns:68px minmax(0,1fr);gap:11px}
  .order-lines img{width:68px;height:68px;border-radius:7px}
  .order-lines b{font-size:15px;line-height:1.2}
  .order-lines span{margin-top:6px;font-size:12px}
  .quantity-control{margin:7px 0;font-size:11px}
  .quantity-control input{width:58px;min-height:38px}
  .totals{padding:17px 0}
  .totals p{margin:7px 0}
  .totals strong{font-size:21px}
  .checkout-form-card{padding:20px 17px;border-radius:12px}
  .field{margin-bottom:18px}
  .field label,.payment-options legend{margin-bottom:7px;font-size:9px}
  .field input{height:44px;font-size:16px}
  .payment-options{margin:24px 0}
  .payment-options label span{min-height:55px;padding:11px 12px;gap:10px;font-size:12px}
  .payment-options small{font-size:10px;text-align:right}
  .consent{font-size:12px}
  .empty-checkout{min-height:58vh;padding:20px}
  .empty-checkout h1{font-size:32px}

  .information-page{margin:28px auto;padding:0 12px}
  .information-page h1{font-size:34px}
  .info-card{margin:14px 0;padding:18px;border-radius:10px}
  .info-card h2{margin-bottom:12px;font-size:24px}
  .info-card p{font-size:14px;line-height:1.65}
  .review-grid{gap:10px}
  .review-card{padding:18px;border-radius:10px;font-size:14px}

  .footer{padding:36px 16px 31px;grid-template-columns:1fr;gap:27px}
  .footer-brand{grid-column:auto;gap:13px}
  .footer-brand img{width:52px;height:52px}
  .footer-brand strong{margin:4px 0 8px;font-size:18px}
  .footer p{font-size:11px}
  .footer-note{align-items:flex-start}
  .copyright{padding:12px 16px;flex-direction:column;gap:6px;line-height:1.4}
  .floating-whatsapp{right:13px;bottom:calc(76px + env(safe-area-inset-bottom));width:48px;height:48px;border-width:3px}
  .toast{right:12px;bottom:calc(76px + env(safe-area-inset-bottom));left:12px;max-width:none;padding:13px 15px;border-radius:9px}
  .consent-panel{right:0;bottom:0;left:0;width:100%;max-height:calc(100dvh - 20px);padding:19px 16px calc(18px + env(safe-area-inset-bottom));border-right:0;border-bottom:0;border-left:0;border-radius:18px 18px 0 0;font-size:13px;line-height:1.5}
  .consent-panel strong{font-size:21px}
  .consent-panel p{margin:9px 0}
  .consent-actions{display:grid;gap:8px;margin-top:14px}
  .consent-actions button{width:100%;min-height:44px}
  .consent-actions a{min-height:32px;display:flex;align-items:center;justify-content:center}
}

@media (max-width:365px) {
  .brand b{font-size:12px}
  .brand small{display:none}
  .language button{min-width:29px;padding-inline:3px}
  .hero h1{font-size:32px}
  .hero-product{width:204px}
  .hero-price{right:-43px}
  .card-price strong{font-size:13px}
  .product-card h3{font-size:14px}
  .catalog-control-group{grid-template-columns:minmax(0,1fr) 112px}
  .mobile-dock a{font-size:8px}
}
