:root {
  --red: #bc2c2c;
  --wine: #52121f;
  --blush: #e8b4a2;
  --beige: #f5f1e3;
  --charcoal: #2c2c2c;
  --white: #ffffff;
  --wine-950: var(--charcoal);
  --wine-900: var(--wine);
  --wine-800: var(--wine);
  --wine-700: var(--red);
  --wine-600: var(--red);
  --cream: var(--beige);
  --cream-2: var(--blush);
  --paper: var(--white);
  --gold: var(--blush);
  --gold-light: var(--beige);
  --ink: var(--charcoal);
  --muted: #6f6563;
  --success: #2f7a58;
  --danger: #a52c3c;
  --border: rgba(33, 25, 26, 0.15);
  --shadow: 0 28px 70px rgba(22, 8, 12, 0.18);
  --serif: "Manrope Variable", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sans: "Manrope Variable", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --radius: 22px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 430;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

body.age-locked,
body.modal-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 11000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--wine-900);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section { padding: 82px 0; }

.eyebrow {
  margin-bottom: 14px;
  color: var(--wine-700);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow--gold { color: var(--gold); }
.eyebrow--gold span { display: inline-block; width: 28px; height: 1px; margin: 0 8px 3px 0; background: currentColor; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 680;
  line-height: 1.06;
}

h1 { font-size: clamp(2.9rem, 11vw, 6.25rem); letter-spacing: -0.048em; }
h2 { margin-bottom: 18px; font-size: clamp(2.35rem, 7.5vw, 4.4rem); letter-spacing: -0.04em; }
h3 { font-size: 1.7rem; letter-spacing: -0.025em; }
h1 em, h2 em, h3 em { color: var(--gold); font-style: normal; font-weight: inherit; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--gold); color: var(--wine-950); box-shadow: 0 12px 30px rgba(211, 173, 103, 0.18); }
.button--gold:hover { background: var(--gold-light); box-shadow: 0 15px 34px rgba(211, 173, 103, 0.28); }
.button--light { background: var(--cream); color: var(--wine-900); }
.button--outline { border-color: rgba(33, 25, 26, 0.35); background: transparent; color: var(--ink); }
.button--outline:hover { border-color: var(--wine-700); background: var(--wine-700); color: white; }
.button--ghost { border-color: rgba(255, 255, 255, 0.36); background: transparent; color: white; }
.button--ghost:hover { border-color: white; }
.button--wine { background: var(--wine); color: var(--white); }
.button--wine:hover { background: var(--red); box-shadow: 0 15px 34px rgba(82, 18, 31, 0.22); }
.button--compact { min-height: 44px; padding: 10px 18px; font-size: 0.68rem; }
.button--full { width: 100%; }
.button[disabled] { cursor: not-allowed; opacity: 0.5; transform: none; }

.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link--dark { border-color: rgba(33, 25, 26, 0.28); color: var(--ink); }
.text-link span { color: var(--gold); font-size: 1rem; }

.legal-strip {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 7px 18px;
  background: var(--wine-950);
  color: var(--cream-2);
  font-size: 0.63rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.legal-strip span + span::before { margin-right: 18px; color: var(--gold); content: "•"; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(188, 44, 44, 0.97);
  color: white;
  backdrop-filter: blur(16px);
}

.header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { flex: 0 0 auto; }
.brand img { width: 126px; height: auto; }
.main-nav { display: none; align-items: center; gap: 18px; }
.main-nav a { color: rgba(255, 255, 255, 0.77); font-size: 0.72rem; font-weight: 750; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.main-nav a:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.header-cta { display: none; }
.cart-trigger { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 8px 10px 8px 13px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: transparent; color: white; font-size: .59rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.cart-trigger strong { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--beige); color: var(--wine); font-size: .67rem; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--red);
  color: white;
}

.hero__glow {
  position: absolute;
  top: -20%;
  right: -35%;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: rgba(82, 18, 31, 0.48);
  filter: blur(20px);
}

.hero__grid { position: relative; z-index: 1; display: grid; gap: 46px; padding-block: 70px 48px; }
.hero__copy { align-self: center; }
.hero h1 { max-width: 820px; margin-bottom: 26px; }
.hero__lead { max-width: 650px; margin-bottom: 20px; color: rgba(255, 255, 255, 0.78); font-size: clamp(1rem, 3vw, 1.25rem); }
.hero__lead strong { color: #fff; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.hero__facts li { position: relative; padding: 6px 13px; border: 1px solid rgba(211, 173, 103, 0.4); border-radius: 999px; color: rgba(255,255,255,0.9); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.02em; }
.hero__shipping-benefit { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; color: var(--gold); font-size: .83rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hero__shipping-benefit span { width: 21px; height: 21px; display: inline-grid; place-items: center; border: 1px solid rgba(211, 173, 103, .65); border-radius: 50%; font-size: .67rem; }
.hero__save { margin: 14px 0 26px; color: var(--gold); font-size: 0.88rem; font-weight: 700; }
.hero__save strong { color: #fff; }
.button--full-mobile { width: 100%; font-size: clamp(0.95rem, 3.4vw, 1.05rem); }
@media (min-width: 720px) { .button--full-mobile { width: auto; } }
.hero__actions { display: flex; flex-direction: column; align-items: stretch; gap: 14px; margin-bottom: 8px; }

.hero__trust { display: flex; align-items: center; gap: 14px; color: rgba(255, 255, 255, 0.92); }
.hero__trust .trust-icon { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(211, 173, 103, 0.55); border-radius: 50%; color: var(--gold); }
.hero__trust strong, .hero__trust small { display: block; }
.hero__trust strong { font-size: 0.81rem; }
.hero__trust small { margin-top: 2px; color: rgba(255, 255, 255, 0.54); font-size: 0.7rem; }

.hero__visual {
  position: relative;
  min-height: 410px;
  margin: 0;
  border: 1px solid rgba(211, 173, 103, 0.28);
  border-radius: var(--radius);
  background: var(--wine-950);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.33);
  isolation: isolate;
}

.hero__visual::after { position: absolute; inset: 0; z-index: 1; border-radius: inherit; background: linear-gradient(180deg, transparent 48%, rgba(16, 6, 9, 0.82)); content: ""; pointer-events: none; }
.hero__visual > img { width: 100%; height: 100%; min-height: 410px; border-radius: inherit; object-fit: cover; object-position: 66% center; }
.hero__visual figcaption { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; }
.hero__visual figcaption span { display: block; margin-bottom: 4px; color: var(--gold); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.hero__visual figcaption strong { display: block; max-width: 340px; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; line-height: 1.25; }
.hero__stamp { position: absolute; z-index: 3; top: -22px; right: 18px; width: 92px; height: 92px; display: grid; place-content: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--wine-800); color: var(--gold-light); text-align: center; transform: rotate(7deg); }
.hero__stamp::before { position: absolute; inset: 5px; border: 1px dashed rgba(211, 173, 103, 0.7); border-radius: inherit; content: ""; }
.hero__stamp span { font-size: 0.5rem; font-weight: 800; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.hero__stamp strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.1; }

.hero__foot { position: relative; z-index: 2; display: grid; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.hero__foot span { padding: 18px 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.55); font-size: 0.65rem; font-weight: 750; letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }

.section-heading { display: grid; gap: 12px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
.section-heading--center { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading--center > p:last-child { margin-inline: auto; }

.how { background: var(--paper); }
.steps { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.step { position: relative; min-height: 270px; padding: 28px; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--cream); }
.step__number { color: var(--wine-600); font-family: var(--serif); font-size: 0.83rem; }
.step__icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 40px 0 28px; border: 1px solid rgba(92, 22, 39, 0.3); border-radius: 50%; color: var(--wine-700); font-size: 1.25rem; }
.step h3 { margin-bottom: 10px; font-size: 1.55rem; }
.step p { margin-bottom: 0; color: var(--muted); font-size: 0.9rem; }
.step::after { position: absolute; right: -38px; bottom: -65px; color: rgba(92, 22, 39, 0.045); font-family: var(--serif); font-size: 12rem; line-height: 1; content: attr(data-step); }

.products-section { background: var(--wine); color: white; }
.products-section .section-heading > p:last-child { color: rgba(255, 255, 255, 0.58); }
.product-grid { display: grid; gap: 22px; align-items: stretch; }

.volume-offer { margin: 0 0 28px; padding: 20px; border: 1px solid rgba(211, 173, 103, .38); border-radius: 16px; background: rgba(255,255,255,.06); }
.volume-offer > div span, .volume-offer > div strong { display: block; }
.volume-offer > div span { color: var(--gold-light); font-size: .59rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.volume-offer > div strong { margin-top: 4px; color: white; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.volume-offer ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 17px 0 12px; padding: 0; list-style: none; }
.volume-offer li { display: flex; align-items: center; justify-content: space-between; gap: 6px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 9px; background: rgba(0,0,0,.1); }
.volume-offer li b { color: rgba(255,255,255,.68); font-size: .62rem; }
.volume-offer li span { color: var(--gold-light); font-size: .75rem; font-weight: 900; }
.volume-offer > p { margin: 0; color: rgba(255,255,255,.55); font-size: .66rem; line-height: 1.55; }

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(211, 173, 103, 0.2);
  border-radius: var(--radius);
  background: var(--cream);
  color: var(--ink);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.product-card:hover, .product-card.is-selected { border-color: var(--gold); transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card--featured { border-color: var(--gold); background: var(--paper); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25); }
.recommended-ribbon { position: absolute; top: 0; right: 28px; padding: 7px 12px; border-radius: 0 0 8px 8px; background: var(--gold); color: var(--wine-950); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.product-card__top { min-height: 32px; display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.badge { display: inline-block; padding: 6px 9px; border: 1px solid rgba(92, 22, 39, 0.22); border-radius: 999px; color: var(--wine-700); font-size: 0.58rem; font-weight: 850; letter-spacing: 0.09em; line-height: 1; text-transform: uppercase; }
.badge--gold { border-color: var(--gold); background: rgba(211, 173, 103, 0.16); }
.product-card__edition { color: #988b8d; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.box-illustration { position: relative; width: 118px; height: 145px; display: grid; place-items: center; margin: 30px auto; border-radius: 4px; background: linear-gradient(145deg, #161314, #342e2e); box-shadow: 12px 14px 26px rgba(33, 25, 26, 0.22); transform: perspective(500px) rotateY(-8deg); }
.box-illustration::before { position: absolute; inset: 7px; border: 1px solid rgba(211, 173, 103, 0.25); content: ""; }
.box-illustration::after { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(255, 255, 255, 0.13); content: ""; }
.box-illustration span { position: relative; z-index: 2; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: var(--wine-700); color: var(--gold-light); font-family: var(--serif); font-size: 0.72rem; }
.box-illustration i { position: absolute; right: -11px; top: 10px; bottom: 4px; width: 12px; background: #0d0b0c; transform: skewY(38deg); transform-origin: left top; }
.box-illustration--small { height: 132px; transform: perspective(500px) rotateY(-8deg) scale(0.92); }
.box-illustration--large { width: 128px; height: 152px; }

.product-card h3 { margin-bottom: 14px; font-size: 2rem; }
.product-card h3 em { display: block; color: var(--wine-700); }
.product-card__description { min-height: 78px; margin-bottom: 24px; color: var(--muted); font-size: 0.9rem; }
.price-row { display: flex; align-items: end; justify-content: space-between; gap: 12px; padding: 18px 0 14px; border-top: 1px solid var(--border); }
.price-row strong { color: var(--wine-800); font-family: var(--serif); font-size: 2.2rem; font-weight: 400; line-height: 1; }
.price-row span { color: var(--muted); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.price-row--volume > div { min-width: 0; }
.price-row--volume small, .price-row--volume strong, .price-row--volume em { display: block; }
.price-row--volume small { margin-bottom: 3px; color: var(--muted); font-size: .61rem; font-style: normal; }
.price-row--volume em { margin-top: 5px; color: var(--success); font-size: .57rem; font-style: normal; font-weight: 800; line-height: 1.35; }
.guarantee-line { margin-bottom: 20px; color: var(--success); font-size: 0.78rem; font-weight: 800; }
.guarantee-line span { width: 22px; height: 22px; display: inline-grid; place-items: center; margin-right: 5px; border: 1px solid rgba(47, 122, 88, 0.4); border-radius: 50%; }
.style-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 26px; padding: 0; list-style: none; }
.style-list li { padding: 5px 8px; border-radius: 999px; background: var(--cream-2); color: #6e6062; font-size: 0.62rem; font-weight: 700; }
.product-card .button { width: 100%; margin-top: auto; }

.club-preview { overflow: hidden; background: var(--beige); }
.club-preview__heading { margin-bottom: 34px; }
.club-preview__heading h2 { color: var(--wine); }
.club-current { display: grid; margin-bottom: 72px; border: 1px solid var(--wine); background: var(--paper); }
.club-current__visual { position: relative; min-height: 410px; overflow: hidden; border-bottom: 1px solid var(--wine); background: var(--blush); }
.club-current__visual::before { position: absolute; z-index: 0; inset: 18px; border: 1px solid rgba(82, 18, 31, 0.22); content: ""; }
.club-current__visual::after { position: absolute; right: 8%; bottom: 5%; left: 8%; height: 25px; border-radius: 50%; background: rgba(82, 18, 31, 0.22); filter: blur(16px); content: ""; }
.club-current__edition { position: absolute; z-index: 5; top: 34px; left: 34px; padding-bottom: 8px; border-bottom: 2px solid var(--wine); color: var(--wine); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.club-current__word { position: absolute; z-index: 1; right: -11px; bottom: -25px; color: rgba(82, 18, 31, 0.08); font-family: var(--serif); font-size: clamp(4.2rem, 24vw, 8rem); line-height: 1; letter-spacing: -0.08em; }
.club-current__bottles { position: absolute; z-index: 2; right: 5%; bottom: 3%; left: 5%; height: 80%; display: flex; align-items: end; justify-content: center; mix-blend-mode: multiply; }
.club-current__bottles img { width: 40%; height: 92%; margin-inline: -7%; object-fit: contain; mix-blend-mode: multiply; transform-origin: 50% 100%; }
.club-current__bottles img:nth-child(1) { z-index: 1; transform: rotate(-4deg) translateX(7%); }
.club-current__bottles img:nth-child(2) { z-index: 3; height: 105%; }
.club-current__bottles img:nth-child(3) { z-index: 2; transform: rotate(4deg) translateX(-7%); }
.club-current__seal { position: absolute; z-index: 5; right: 20px; top: 22px; width: 78px; height: 78px; display: grid; place-content: center; border: 1px solid var(--wine); border-radius: 50%; background: var(--beige); color: var(--wine); text-align: center; transform: rotate(7deg); }
.club-current__seal::before { position: absolute; inset: 5px; border: 1px dashed rgba(82, 18, 31, 0.45); border-radius: inherit; content: ""; }
.club-current__seal small, .club-current__seal span { display: block; font-size: 0.43rem; font-weight: 850; letter-spacing: 0.1em; line-height: 1.2; text-transform: uppercase; }
.club-current__seal strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; line-height: 1; }
.club-current__content { padding: 32px 24px; }
.club-current__content h3 { margin-bottom: 18px; color: var(--charcoal); font-size: clamp(2rem, 9vw, 3.45rem); }
.club-current__content h3 em { color: var(--red); }
.club-current__lead { margin-bottom: 26px; color: var(--muted); font-size: 0.88rem; }
.club-benefits { margin: 0 0 26px; padding: 0; list-style: none; }
.club-benefits li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; padding: 13px 0; border-top: 1px solid var(--border); }
.club-benefits li:last-child { border-bottom: 1px solid var(--border); }
.club-benefits span { color: var(--red); font-family: var(--serif); font-size: 0.68rem; }
.club-benefits strong { color: var(--charcoal); font-size: 0.74rem; line-height: 1.45; }
.club-levels { display: grid; gap: 8px; margin-bottom: 22px; }
.club-levels > div { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 13px 14px; border: 1px solid var(--border); background: var(--beige); }
.club-levels > div.is-featured { border-color: var(--red); background: rgba(232, 180, 162, 0.34); }
.club-levels span { color: var(--wine); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.club-levels strong { color: var(--wine); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; line-height: 1; }
.club-levels small { grid-column: 1 / -1; margin-top: 3px; color: var(--muted); font-size: 0.54rem; }
.club-current__cta { width: 100%; border-radius: 0; }
.club-current__fineprint { margin: 12px 0 0; color: var(--muted); font-size: 0.58rem; line-height: 1.5; text-align: center; }

.club-history { position: relative; }
.club-history__header { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.club-history__header > div:first-child > span { width: 72px; height: 3px; display: block; margin-bottom: 14px; background: var(--red); }
.club-history__header .eyebrow { margin-bottom: 7px; }
.club-history__header h3 { margin-bottom: 0; color: var(--wine); font-size: clamp(2rem, 9vw, 3.45rem); }
.club-history__controls { display: flex; flex: 0 0 auto; gap: 8px; }
.club-history__controls button { width: 46px; height: 46px; border: 1px solid var(--wine); background: transparent; color: var(--wine); font-size: 1.2rem; transition: background 180ms ease, color 180ms ease, opacity 180ms ease; }
.club-history__controls button:hover:not(:disabled) { background: var(--wine); color: white; }
.club-history__controls button:disabled { cursor: not-allowed; opacity: 0.3; }
.club-history__viewport { overflow: visible; }
.club-history__track { display: grid; grid-auto-columns: min(86%, 320px); grid-auto-flow: column; gap: 14px; overflow-x: auto; padding: 2px 1px 14px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.club-history__track::-webkit-scrollbar { display: none; }
.club-drop { min-width: 0; overflow: hidden; border: 1px solid var(--red); background: var(--paper); scroll-snap-align: start; transition: transform 250ms ease, box-shadow 250ms ease; }
.club-drop:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(82, 18, 31, 0.13); }
.club-drop__visual { position: relative; height: 270px; display: flex; align-items: end; justify-content: center; overflow: hidden; border-bottom: 1px solid rgba(188, 44, 44, 0.45); background: rgba(232, 180, 162, 0.3); }
.club-drop:nth-child(even) .club-drop__visual { background: rgba(245, 241, 227, 0.92); }
.club-drop__visual::after { position: absolute; right: 16%; bottom: 13px; left: 16%; height: 14px; border-radius: 50%; background: rgba(82, 18, 31, 0.18); filter: blur(9px); content: ""; }
.club-drop__visual img { position: relative; z-index: 1; width: 42%; height: 89%; margin-inline: -9%; object-fit: contain; mix-blend-mode: multiply; transform-origin: 50% 100%; }
.club-drop__visual img:nth-child(2) { z-index: 2; height: 98%; }
.club-drop__copy { min-height: 185px; padding: 20px; }
.club-drop__copy > span { display: block; margin-bottom: 8px; color: var(--red); font-size: 0.57rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.club-drop__copy h4 { margin: 0 0 9px; color: var(--wine); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.12; }
.club-drop__copy p { margin-bottom: 0; color: var(--muted); font-size: 0.72rem; line-height: 1.55; }
.club-history__dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.club-history__dots button { width: 9px; height: 9px; padding: 0; border: 1px solid var(--wine); border-radius: 50%; background: transparent; }
.club-history__dots button[aria-current="true"] { background: var(--red); border-color: var(--red); }
.club-history__note { max-width: 720px; margin: 18px auto 0; color: var(--muted); font-size: 0.59rem; line-height: 1.5; text-align: center; }

.guarantee { position: relative; overflow: hidden; background: var(--wine); color: white; }
.guarantee::after { position: absolute; right: -70px; bottom: -270px; color: rgba(255, 255, 255, 0.025); font-family: var(--serif); font-size: 31rem; line-height: 1; content: "G"; }
.guarantee__grid { position: relative; z-index: 1; display: grid; gap: 50px; }
.guarantee__intro h2 { max-width: 600px; }
.guarantee__intro > p { max-width: 500px; color: rgba(255, 255, 255, 0.61); }
.guarantee__number { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.guarantee__number strong { color: var(--gold); font-family: var(--serif); font-size: 3.8rem; font-weight: 400; line-height: 1; }
.guarantee__number span { color: rgba(255, 255, 255, 0.6); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1.5; text-transform: uppercase; }
.guarantee-list { margin: 0; padding: 0; list-style: none; }
.guarantee-list li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255, 255, 255, 0.13); }
.guarantee-list li:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
.guarantee-list > li > span { color: var(--gold); font-family: var(--serif); font-size: 0.85rem; }
.guarantee-list h3 { margin-bottom: 6px; font-size: 1.35rem; }
.guarantee-list p { margin-bottom: 0; color: rgba(255, 255, 255, 0.57); font-size: 0.86rem; }

.scroll-story { position: relative; min-height: 520svh; background: var(--beige); color: var(--charcoal); }
.scroll-story__sticky { position: sticky; z-index: 1; top: 0; height: 100svh; min-height: 620px; overflow: hidden; }
.scroll-story__frame { position: relative; height: 100%; display: grid; grid-template-rows: auto minmax(260px, 1fr) auto; padding-block: clamp(76px, 11svh, 108px) 42px; }
.scroll-story__intro { position: relative; z-index: 4; }
.scroll-story__intro .eyebrow { margin-bottom: 8px; color: var(--red); }
.scroll-story__intro h2 { max-width: 430px; margin-bottom: 0; font-size: clamp(2.05rem, 10vw, 4.8rem); }
.scroll-story__intro h2 em { color: var(--red); }
.story-copy { position: relative; z-index: 5; align-self: end; min-height: 176px; margin-bottom: 8px; }
.story-step { position: absolute; right: 0; bottom: 0; left: 0; max-width: 390px; opacity: 0; pointer-events: none; transform: translateY(28px); transition: opacity 320ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1); }
.story-step.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }
.story-step > span { display: block; margin-bottom: 8px; color: var(--red); font-size: 0.61rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.story-step h3 { margin-bottom: 9px; color: var(--wine); font-size: clamp(1.45rem, 6vw, 2.3rem); }
.story-step p { max-width: 350px; margin-bottom: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.55; }
.story-stage { position: absolute; z-index: 2; top: 27%; right: -64px; width: min(72vw, 330px); aspect-ratio: 1; display: grid; place-items: center; }
.story-orbit { position: absolute; border: 1px solid rgba(82, 18, 31, 0.2); border-radius: 50%; }
.story-orbit--outer { inset: 0; }
.story-orbit--inner { inset: 12%; border-style: dashed; border-color: rgba(188, 44, 44, 0.27); }
.story-orbit::before, .story-orbit::after { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--red); content: ""; }
.story-orbit::before { top: 14%; left: 16%; }
.story-orbit::after { right: 12%; bottom: 19%; background: var(--wine); }
.story-word { position: absolute; color: rgba(82, 18, 31, 0.42); font-size: 0.47rem; font-weight: 850; letter-spacing: 0.24em; }
.story-word--top { top: 5%; left: 50%; transform: translateX(-50%); }
.story-word--bottom { bottom: 5%; left: 50%; transform: translateX(-50%); }
.story-box { position: relative; width: 47%; height: 51%; perspective: 700px; }
.story-box__lid { position: absolute; z-index: 5; top: -4px; right: -5px; left: -5px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(82, 18, 31, 0.28); border-radius: 4px; background: var(--wine); color: var(--beige); box-shadow: 0 8px 15px rgba(44, 44, 44, 0.18); transform-origin: 12% 100%; }
.story-box__lid span { font-family: var(--serif); font-size: 0.52rem; letter-spacing: 0.18em; }
.story-box__body { position: absolute; inset: 22px 0 0; border: 1px solid rgba(82, 18, 31, 0.26); border-radius: 3px 3px 8px 8px; background: linear-gradient(145deg, #f0c4b4, var(--blush)); box-shadow: 0 22px 36px rgba(82, 18, 31, 0.2); }
.story-box__body::before { position: absolute; inset: 8px; border: 1px solid rgba(82, 18, 31, 0.14); content: ""; }
.story-box__seal { position: absolute; z-index: 6; top: -6px; left: 50%; width: 35px; height: 35px; display: grid; place-items: center; border: 2px solid var(--beige); border-radius: 50%; background: var(--red); color: white; font-family: var(--serif); font-size: 1.1rem; box-shadow: 0 5px 12px rgba(82, 18, 31, 0.25); transform: translateX(-50%); }
.story-bottles { position: absolute; z-index: 3; right: 8%; bottom: 5%; left: 8%; height: 155%; display: flex; align-items: end; justify-content: center; opacity: 0; pointer-events: none; transform: translateY(60%); }
.story-bottles img { width: 42%; height: 100%; margin-inline: -7%; object-fit: contain; filter: drop-shadow(0 12px 8px rgba(44, 44, 44, 0.26)); }
.story-bottles img:nth-child(2) { z-index: 2; height: 110%; }
.story-tasting, .story-qr { position: absolute; z-index: 7; padding: 11px; border: 1px solid rgba(82, 18, 31, 0.18); border-radius: 4px; background: var(--white); box-shadow: 0 15px 30px rgba(82, 18, 31, 0.2); opacity: 0; }
.story-tasting { right: 68%; bottom: -28px; width: 130px; transform: rotate(-7deg) translateY(30px); }
.story-tasting small, .story-tasting strong { display: block; }
.story-tasting small { color: var(--red); font-size: 0.42rem; font-weight: 900; letter-spacing: 0.12em; }
.story-tasting strong { margin: 7px 0 9px; color: var(--wine); font-family: var(--serif); font-size: 0.65rem; line-height: 1.3; }
.story-tasting i { width: 6px; height: 6px; display: inline-block; margin-right: 3px; border-radius: 50%; background: var(--red); }
.story-tasting i:last-child { border: 1px solid var(--red); background: transparent; }
.story-qr { bottom: -34px; left: 69%; width: 100px; text-align: center; transform: rotate(6deg) translateY(30px); }
.story-qr .fake-qr { width: 50px; height: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin: auto; padding: 4px; border: 1px solid var(--border); }
.story-qr .fake-qr i { background: var(--wine); }
.story-qr .fake-qr i:nth-child(2), .story-qr .fake-qr i:nth-child(6) { background: transparent; }
.story-qr > span { display: block; margin-top: 5px; color: var(--wine); font-size: 0.4rem; font-weight: 900; letter-spacing: 0.07em; }
.story-progress { position: absolute; z-index: 7; top: 50%; right: 0; display: grid; justify-items: center; gap: 8px; color: var(--wine); font-family: var(--serif); font-size: 0.55rem; transform: translateY(-50%); }
.story-progress > div { position: relative; width: 1px; height: 86px; overflow: hidden; background: rgba(82, 18, 31, 0.17); }
.story-progress i { position: absolute; top: 0; right: 0; left: 0; height: 0; background: var(--red); }
.story-scroll-cue { position: absolute; z-index: 7; right: 35px; bottom: 32px; display: none; margin: 0; color: rgba(82, 18, 31, 0.58); font-size: 0.51rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; writing-mode: vertical-rl; }
.story-scroll-cue span { margin-top: 7px; color: var(--red); font-size: 0.8rem; }
.story-track { height: 420svh; pointer-events: none; }
.story-track i { display: block; height: 84svh; }

.featured-selection { overflow: hidden; background: var(--beige); }
.featured-selection__header { max-width: 760px; margin: 0 auto 26px; text-align: center; }
.featured-selection__header h2 { color: var(--wine); font-style: italic; }
.featured-selection__header > p:last-child { max-width: 620px; margin: 0 auto; color: var(--muted); }
.featured-tabs { display: flex; gap: 8px; margin: 0 -20px 22px; padding: 2px 20px 10px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
.featured-tabs::-webkit-scrollbar { display: none; }
.featured-tabs button { min-height: 44px; flex: 1 0 112px; padding: 9px 15px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: var(--charcoal); font-size: .72rem; font-weight: 850; scroll-snap-align: center; }
.featured-tabs button[aria-selected="true"] { border-bottom-color: var(--wine); color: var(--wine); }
.featured-panel { display: grid; gap: 30px; padding: 28px 20px; border: 1px solid rgba(82, 18, 31, .18); border-radius: 22px; background: rgba(255, 255, 255, .32); }
.featured-panel__story h3 { margin-bottom: 18px; color: var(--wine); font-size: clamp(2.25rem, 10vw, 4.3rem); }
.featured-origin { margin-bottom: 8px; color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.featured-panel__story > p:not(.featured-origin) { color: var(--charcoal); font-size: .91rem; }
.featured-senses { margin: 24px 0 0; padding-top: 8px; border-top: 1px solid rgba(82, 18, 31, .26); }
.featured-senses div { padding: 12px 0; border-bottom: 1px solid rgba(82, 18, 31, .12); }
.featured-senses dt { color: var(--wine); font-size: .68rem; font-weight: 900; }
.featured-senses dd { margin: 2px 0 0; color: var(--muted); font-size: .78rem; }
.featured-panel__bottle { position: relative; min-height: 370px; display: grid; place-items: center; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg, rgba(232, 180, 162, .25), rgba(245, 241, 227, .86)); }
.featured-panel__dots { position: absolute; top: 4%; right: -18%; width: 84%; aspect-ratio: 1; opacity: .29; background-image: radial-gradient(circle, var(--wine) 1.15px, transparent 1.25px); background-size: 9px 9px; mask-image: radial-gradient(ellipse at center, #000 18%, rgba(0,0,0,.85) 42%, transparent 73%); transform: rotate(-13deg); }
.featured-panel__bottle img { position: relative; z-index: 1; width: min(66%, 250px); height: 330px; object-fit: contain; filter: drop-shadow(0 30px 20px rgba(82, 18, 31, .23)); }
.featured-panel__bottle figcaption { position: absolute; z-index: 2; right: 16px; bottom: 14px; left: 16px; color: var(--wine); font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.featured-panel__technical h3 { margin-bottom: 18px; color: var(--wine); font-size: 1.55rem; }
.featured-panel__technical dl { margin: 0; }
.featured-panel__technical dl div { display: grid; grid-template-columns: minmax(102px, .8fr) minmax(0, 1.2fr); gap: 14px; padding: 13px 0; border-bottom: 1px solid rgba(82, 18, 31, .12); }
.featured-panel__technical dt { color: var(--wine); font-size: .69rem; font-weight: 850; }
.featured-panel__technical dt span { display: inline-block; width: 20px; color: var(--red); }
.featured-panel__technical dd { margin: 0; color: var(--charcoal); font-size: .8rem; line-height: 1.5; }

.label-library { overflow: hidden; background: var(--charcoal); color: white; }
.label-library .section-heading > p { color: rgba(255, 255, 255, 0.58); }
.label-toolbar { margin-bottom: 22px; }
.label-search { position: relative; margin-bottom: 16px; }
.label-search label { display: block; margin-bottom: 7px; color: rgba(255, 255, 255, 0.72); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.label-search > span { position: absolute; bottom: 11px; left: 15px; color: var(--gold); font-family: var(--serif); font-size: 1.35rem; line-height: 1; pointer-events: none; }
.label-search input { width: 100%; min-height: 52px; padding: 12px 15px 12px 44px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 999px; background: rgba(255, 255, 255, 0.07); color: white; outline: none; transition: border-color 160ms ease, background 160ms ease; }
.label-search input::placeholder { color: rgba(255, 255, 255, 0.36); }
.label-search input:focus { border-color: var(--gold); background: rgba(255, 255, 255, 0.1); }
.label-filters { display: flex; gap: 8px; margin-inline: -20px; padding: 2px 20px 10px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: x proximity; }
.label-filters::-webkit-scrollbar { display: none; }
.label-filters button { min-height: 42px; flex: 0 0 auto; padding: 9px 16px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 999px; background: transparent; color: rgba(255, 255, 255, 0.66); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em; scroll-snap-align: start; }
.label-filters button[aria-pressed="true"] { border-color: var(--gold); background: var(--gold); color: var(--wine-950); }
.label-library__meta { display: flex; flex-direction: column; gap: 2px; margin-bottom: 22px; }
.label-library__meta p { margin: 0; color: rgba(255, 255, 255, 0.52); font-size: 0.71rem; line-height: 1.5; }
.label-library__meta p:first-child { color: var(--gold-light); font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.label-library__meta a { color: var(--blush); font-weight: 800; }
.label-grid { display: grid; gap: 14px; }

.label-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0 16px;
  padding: 15px;
  border: 1px solid rgba(211, 173, 103, 0.17);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
  color: white;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.label-card:hover { border-color: rgba(211, 173, 103, 0.55); background: rgba(255, 255, 255, 0.08); transform: translateY(-2px); }
.label-card__image { position: relative; grid-row: 1 / span 2; width: 96px; min-height: 138px; display: grid; place-items: center; overflow: hidden; border-radius: 11px; background: radial-gradient(circle at 50% 30%, #6b2438, #241015 68%); }
.label-card__image::after { position: absolute; right: 10px; bottom: 7px; left: 10px; height: 12px; border-radius: 50%; background: rgba(0, 0, 0, 0.34); filter: blur(5px); content: ""; }
.label-card__image img { position: relative; z-index: 1; width: 100%; height: 138px; object-fit: contain; filter: drop-shadow(0 12px 13px rgba(0, 0, 0, 0.32)); }
.label-card__image.is-missing img { display: none; }
.label-card__image.is-missing::before { position: relative; z-index: 1; max-width: 76px; color: rgba(255,255,255,.55); content: "imagem em atualização"; font-size: .55rem; font-weight: 800; line-height: 1.3; text-align: center; text-transform: uppercase; }
.label-card__content { min-width: 0; }
.label-card__brand { display: block; margin: 1px 0 6px; overflow: hidden; color: var(--gold); font-size: 0.61rem; font-weight: 760; letter-spacing: 0.09em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.label-card h3 { display: -webkit-box; margin-bottom: 8px; overflow: hidden; font-size: 1.12rem; font-weight: 680; line-height: 1.22; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.label-card__category { display: inline-flex; margin-bottom: 8px; padding: 4px 7px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; color: rgba(255, 255, 255, 0.68); font-size: 0.58rem; font-weight: 730; letter-spacing: 0.055em; text-transform: uppercase; }
.label-card__source { display: inline-flex; margin: 0 5px 8px 0; padding: 4px 7px; border-radius: 999px; background: rgba(232, 180, 162, .13); color: var(--blush); font-size: .55rem; font-weight: 760; letter-spacing: .05em; text-transform: uppercase; }
.label-card__price { display: block; margin-bottom: 9px; color: var(--blush); font-family: var(--serif); font-size: 1.14rem; font-weight: 680; line-height: 1.15; }
.label-card__price small { color: rgba(255, 255, 255, 0.5); font-family: var(--sans); font-size: 0.54rem; font-weight: 700; letter-spacing: 0.045em; text-transform: uppercase; }
.label-card__price small:first-child, .label-card__price em { display: block; }
.label-card__price small:first-child { margin-bottom: 3px; }
.label-card__price em { margin-top: 3px; color: #b9d9c9; font-family: var(--sans); font-size: .54rem; font-style: normal; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.label-card__description { display: -webkit-box; margin-bottom: 0; overflow: hidden; color: rgba(255, 255, 255, 0.65); font-size: 0.76rem; line-height: 1.58; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.label-card__actions { grid-column: 1 / -1; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.label-card__action, .label-card__buy { min-height: 46px; padding: 9px 8px; border-radius: 999px; font-size: 0.61rem; font-weight: 760; letter-spacing: 0.04em; line-height: 1.2; text-align: center; text-transform: uppercase; }
.label-card__action { border: 1px solid rgba(232, 180, 162, 0.4); background: transparent; color: var(--beige); }
.label-card__action:hover { border-color: var(--blush); background: rgba(232, 180, 162, 0.1); }
.label-card__buy { border: 1px solid var(--blush); background: var(--blush); color: var(--charcoal); }
.label-card__buy:hover { border-color: var(--beige); background: var(--beige); }
.label-card__buy:disabled { border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.07); color: rgba(255, 255, 255, 0.38); cursor: not-allowed; }
.label-card__buy:disabled:hover { border-color: rgba(255, 255, 255, 0.12); background: rgba(255, 255, 255, 0.07); color: rgba(255, 255, 255, 0.38); }
.label-card.is-unavailable { border-color: rgba(255, 255, 255, 0.12); }
.label-card.is-reference .label-card__buy { border-color: rgba(232, 180, 162, .6); background: transparent; color: var(--blush); }
.label-card.is-reference .label-card__buy:hover { background: var(--blush); color: var(--charcoal); }
.label-load-more { width: 100%; margin-top: 22px; border-color: rgba(211, 173, 103, 0.42); color: var(--gold-light); }
.label-load-more:hover { border-color: var(--gold); background: var(--gold); color: var(--wine-950); }
.label-empty { padding: 38px 20px; border: 1px dashed rgba(211, 173, 103, 0.28); border-radius: 17px; color: rgba(255, 255, 255, 0.6); text-align: center; }
.label-empty strong, .label-empty span { display: block; }
.label-empty strong { margin-bottom: 4px; color: white; font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.label-empty span { font-size: 0.78rem; }
.label-library__note { max-width: 740px; margin: 22px auto 0; color: rgba(255, 255, 255, 0.52); font-size: 0.69rem; line-height: 1.6; text-align: center; }

.label-modal { align-items: start; }
.label-modal .modal__close { border-color: rgba(211, 173, 103, 0.4); background: var(--wine-800); color: white; }
.label-modal__panel { position: relative; width: min(100%, 960px); margin: auto; overflow: hidden; border: 1px solid rgba(211, 173, 103, 0.35); border-radius: var(--radius); background: var(--paper); box-shadow: 0 30px 100px rgba(0, 0, 0, 0.52); }
.label-modal__layout { min-width: 0; }
.label-modal__bottle { position: relative; min-height: 310px; display: grid; place-items: center; padding: 38px 26px 20px; overflow: hidden; background: radial-gradient(circle at 50% 28%, #7b2a42 0%, #36131e 48%, #1a0b10 100%); }
.label-modal__bottle::before { position: absolute; inset: 18px; border: 1px solid rgba(211, 173, 103, 0.18); border-radius: 160px 160px 12px 12px; content: ""; }
.label-modal__bottle img { position: relative; z-index: 1; width: min(72%, 260px); height: 270px; object-fit: contain; filter: drop-shadow(0 24px 20px rgba(0, 0, 0, 0.4)); }
.label-modal__bottle > span { position: absolute; z-index: 2; bottom: 18px; left: 22px; color: rgba(255, 255, 255, 0.34); font-family: var(--serif); font-size: 0.75rem; letter-spacing: 0.12em; }
.label-modal__content { padding: 28px 20px 32px; }
.label-modal__content h2 { margin-bottom: 10px; padding-right: 30px; color: var(--wine-900); font-size: clamp(2.1rem, 9vw, 3.7rem); }
.label-modal__category { display: inline-flex; padding: 5px 9px; border: 1px solid rgba(92, 22, 39, 0.24); border-radius: 999px; color: var(--wine-700); font-size: 0.58rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.label-modal__description { margin: 20px 0 24px; color: var(--muted); font-size: 0.92rem; line-height: 1.7; }
.label-purchase { margin-bottom: 28px; padding: 18px; border: 1px solid rgba(188, 44, 44, 0.22); border-left: 4px solid var(--red); border-radius: 12px; background: var(--beige); }
.label-purchase__price > span { display: block; margin-bottom: 3px; color: var(--red); font-size: 0.57rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.label-purchase__price strong { color: var(--wine); font-family: var(--serif); font-size: 2rem; font-weight: 680; line-height: 1; letter-spacing: -0.035em; }
.label-purchase__price small { margin-left: 5px; color: var(--muted); font-size: 0.61rem; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.label-purchase__controls { display: grid; gap: 10px; margin-top: 16px; }
.label-quantity { min-height: 50px; display: grid; grid-template-columns: 46px 1fr 46px; align-items: center; overflow: hidden; border: 1px solid rgba(44, 44, 44, 0.18); border-radius: 999px; background: white; }
.label-quantity button { width: 46px; height: 48px; border: 0; background: transparent; color: var(--wine); font-size: 1.3rem; }
.label-quantity button:hover:not(:disabled) { background: var(--blush); }
.label-quantity button:disabled { cursor: not-allowed; color: #aaa3a1; }
.label-quantity output { color: var(--charcoal); font-size: 0.9rem; font-weight: 850; text-align: center; }
.label-purchase__controls .button { width: 100%; }
.label-purchase > p { margin: 11px 0 0; color: var(--muted); font-size: 0.62rem; line-height: 1.45; }
.label-purchase.is-reference { border-left-color: var(--wine); }
.label-source-link { width: fit-content; display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--wine); font-size: .65rem; font-weight: 850; text-decoration: none; }
.label-source-link[hidden] { display: none; }
.label-facts { display: grid; gap: 0; margin: 0 0 30px; }
.label-facts div { padding: 15px 0; border-top: 1px solid var(--border); }
.label-facts div:last-child { border-bottom: 1px solid var(--border); }
.label-facts dt { margin-bottom: 5px; color: var(--wine-700); font-size: 0.62rem; font-weight: 760; letter-spacing: 0.07em; text-transform: uppercase; }
.label-facts dd { margin: 0; color: var(--ink); font-size: 0.84rem; line-height: 1.55; }
.label-video-block { margin-top: 4px; }
.label-video-heading { margin-bottom: 12px; }
.label-video-heading > div > span { display: block; margin-bottom: 4px; color: var(--wine-600); font-size: 0.57rem; font-weight: 850; letter-spacing: 0.11em; text-transform: uppercase; }
.label-video-heading h3 { margin-bottom: 8px; font-size: 1.16rem; line-height: 1.35; }
.label-video-heading a { display: inline-flex; align-items: center; gap: 6px; color: var(--wine-700); font-size: 0.65rem; font-weight: 800; text-decoration: none; }
.video-shell { position: relative; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-radius: 13px; background: linear-gradient(135deg, var(--wine-800), var(--wine-950)); }
.video-shell::before { position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(211, 173, 103, 0.2), transparent 34%); content: ""; }
.video-shell button { position: relative; z-index: 1; max-width: 240px; display: grid; justify-items: center; gap: 12px; padding: 18px; border: 0; background: transparent; color: white; font-size: 0.67rem; font-weight: 800; letter-spacing: 0.07em; text-align: center; text-transform: uppercase; }
.video-shell button i { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; background: rgba(0, 0, 0, 0.24); color: var(--gold-light); font-style: normal; font-size: 1.2rem; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22); }
.video-shell iframe { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; border: 0; }
.video-fallback { position: relative; z-index: 2; max-width: 330px; padding: 24px; color: white; text-align: center; }
.video-fallback strong, .video-fallback span { display: block; }
.video-fallback strong { margin-bottom: 8px; font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.video-fallback span { color: rgba(255, 255, 255, 0.65); font-size: 0.68rem; line-height: 1.5; }
.video-fallback code { color: var(--blush); }
.video-fallback a { min-height: 42px; display: inline-flex; align-items: center; margin-top: 15px; padding: 8px 15px; border: 1px solid var(--blush); border-radius: 999px; color: var(--beige); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.label-modal__legal { margin: 18px 0 0; color: var(--muted); font-size: 0.62rem; }

.store-trust { background: var(--paper); }
.store-trust__grid { display: grid; gap: 32px; }
.store-trust__intro h2 em { color: var(--red); }
.store-trust__intro > p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.store-trust__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 28px; }
.store-trust__card { position: relative; padding: 30px 22px; overflow: hidden; border: 1px solid rgba(82, 18, 31, .17); border-radius: var(--radius); background: var(--beige); box-shadow: 0 24px 65px rgba(82, 18, 31, .1); }
.store-trust__seal { position: absolute; top: 22px; right: 22px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: var(--beige); font-weight: 900; }
.store-trust__card h3 { max-width: 75%; margin-bottom: 14px; color: var(--wine); }
.store-trust__card address { color: var(--muted); font-size: .82rem; font-style: normal; }
.store-trust__card dl { margin: 22px 0; border-top: 1px solid rgba(82, 18, 31, .14); }
.store-trust__card dl div { padding: 12px 0; border-bottom: 1px solid rgba(82, 18, 31, .14); }
.store-trust__card dt { color: var(--red); font-size: .57rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.store-trust__card dd { margin: 2px 0 0; color: var(--charcoal); font-size: .76rem; }
.site-exclusive-note { padding: 18px; border-radius: 14px; background: var(--wine); color: white; }
.site-exclusive-note strong { color: var(--blush); font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
.site-exclusive-note p { margin: 5px 0 0; color: rgba(255,255,255,.68); font-size: .7rem; }

.testimonials { background: var(--paper); }
.testimonial-grid { display: grid; gap: 16px; }
.testimonial { min-height: 230px; display: flex; flex-direction: column; justify-content: flex-start; margin: 0; padding: 28px; border: 1px solid var(--border); border-radius: 18px; background: var(--cream); }
.testimonial::before { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(92, 22, 39, .24); border-radius: 50%; color: var(--wine-700); content: "✓"; font-size: .9rem; font-weight: 900; }
.testimonial h3 { margin: 0 0 12px; color: var(--wine-800); font-size: 1.2rem; }
.testimonial p { margin: 0; color: var(--muted); font-size: .84rem; }
.testimonial blockquote { margin-bottom: 26px; color: var(--wine-800); font-family: var(--serif); font-size: 1.22rem; line-height: 1.4; }
.testimonial figcaption { color: var(--muted); font-size: 0.67rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

.faq { background: var(--cream); }
.faq__grid { display: grid; gap: 42px; }
.faq__intro { align-self: start; }
.faq__intro > p:not(.eyebrow) { max-width: 380px; color: var(--muted); }
.accordion { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border: 0; background: transparent; color: var(--ink); text-align: left; }
.faq-item button span { font-family: var(--serif); font-size: 1.1rem; line-height: 1.3; }
.faq-item button i { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid rgba(92, 22, 39, 0.25); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--wine-700); content: ""; transform: translate(-50%, -50%); transition: transform 180ms ease; }
.faq-item button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-answer { padding: 0 38px 20px 0; }
.faq-answer p { margin-bottom: 0; color: var(--muted); font-size: 0.9rem; }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; background: var(--charcoal); color: white; text-align: center; }
.final-cta__mark { position: absolute; top: 50%; left: 50%; color: rgba(211, 173, 103, 0.045); font-family: var(--serif); font-size: 35rem; line-height: 1; transform: translate(-50%, -49%); }
.final-cta__inner { position: relative; z-index: 1; max-width: 860px; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 34px; color: rgba(255, 255, 255, 0.62); }

.responsible-notice { padding: 52px 0; border-top: 1px solid rgba(211, 173, 103, .18); background: var(--charcoal); color: white; }
.responsible-notice__grid { display: grid; gap: 24px; }
.responsible-notice h2 { max-width: 620px; margin: 0; color: white; font-size: clamp(1.8rem, 7vw, 3rem); }
.responsible-notice p { margin: 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.responsible-notice p + p { margin-top: 12px; }
.responsible-notice strong { color: var(--gold-light); }

.site-footer { padding: 64px 0 24px; background: var(--wine); color: white; }
.footer__grid { display: grid; gap: 42px; }
.footer__brand img { width: 170px; height: auto; margin-bottom: 18px; }
.footer__brand p { max-width: 310px; color: rgba(255, 255, 255, 0.5); font-size: 0.85rem; }
.footer__grid h2 { margin-bottom: 15px; color: var(--gold); font-family: var(--sans); font-size: 0.62rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; }
.footer__grid a, .footer__grid span { display: block; margin: 9px 0; color: rgba(255, 255, 255, 0.62); font-size: 0.79rem; text-decoration: none; }
.footer__grid a:hover { color: var(--gold-light); }
.footer__legal { margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer__legal p { margin-bottom: 7px; color: rgba(255, 255, 255, 0.38); font-size: 0.65rem; }
.footer__legal strong { color: rgba(255, 255, 255, 0.72); }

.whatsapp-float { position: fixed; z-index: 500; right: 18px; bottom: 18px; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; background: #247a54; box-shadow: 0 15px 35px rgba(12, 52, 35, 0.35); transition: transform 180ms ease, background 180ms ease; }
.whatsapp-float:hover { background: #2d9367; transform: translateY(-3px); }
.whatsapp-float svg { width: 29px; height: 29px; fill: white; }

.privacy-consent { position: fixed; z-index: 9500; right: 14px; bottom: 14px; left: 14px; max-width: 720px; padding: 18px; border: 1px solid rgba(232,180,162,.35); border-radius: 16px; background: var(--charcoal); color: white; box-shadow: 0 20px 60px rgba(0,0,0,.35); }
.privacy-consent[hidden] { display: none; }
.privacy-consent strong { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
.privacy-consent p { margin: 5px 0 14px; color: rgba(255,255,255,.62); font-size: .69rem; }
.privacy-consent p a { color: var(--gold-light); }
.privacy-consent__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.privacy-consent button { min-height: 42px; flex: 1; padding: 8px 12px; border: 1px solid var(--blush); border-radius: 999px; background: transparent; color: white; font-size: .62rem; font-weight: 850; text-transform: uppercase; }
.privacy-consent button:last-child { background: var(--blush); color: var(--charcoal); }

.age-gate, .modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(11, 4, 7, 0.88);
  backdrop-filter: blur(14px);
}

.age-gate[hidden], .modal[hidden] { display: none; }
.age-gate__card { width: min(100%, 540px); padding: 40px 28px; border: 1px solid rgba(211, 173, 103, 0.35); border-radius: var(--radius); background: var(--wine-900); color: white; box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5); text-align: center; }
.age-gate__seal { width: 84px; height: 84px; display: grid; place-items: center; margin: 8px auto 26px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); font-family: var(--serif); font-size: 1.8rem; }
.age-gate h1 { margin-bottom: 18px; font-size: clamp(2.3rem, 9vw, 3.8rem); }
.age-gate__card > p:not(.eyebrow, .age-gate__legal, .age-gate__denied) { color: rgba(255, 255, 255, 0.65); }
.age-gate__actions { display: grid; gap: 10px; margin-top: 28px; }
.age-gate__legal { margin: 24px 0 0; color: rgba(255, 255, 255, 0.38); font-size: 0.65rem; }
.age-gate__denied { margin: 28px 0 10px; padding: 14px; border: 1px solid rgba(211, 173, 103, 0.28); border-radius: 10px; background: rgba(120, 34, 58, 0.45); color: white; font-weight: 700; }

/* Fonte de sistema forçada: texto legal/etário não pode depender da fonte
   variável customizada (dígitos já mostraram falha de renderização em campo). */
.age-gate__seal, .age-gate h1, .age-gate__actions button, .age-gate__legal, .age-gate__denied, .age-gate__card > p {
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.modal { place-items: start center; }
.modal__panel { position: relative; width: min(100%, 780px); margin: auto; overflow: hidden; border: 1px solid rgba(211, 173, 103, 0.35); border-radius: var(--radius); background: var(--paper); box-shadow: 0 30px 100px rgba(0, 0, 0, 0.52); }
.modal__close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 44px; height: 44px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; background: rgba(0, 0, 0, 0.15); color: white; font-size: 1.6rem; line-height: 1; }
.modal__header { padding: 34px 28px 28px; background: var(--wine-800); color: white; }
.modal__header h2 { margin-bottom: 8px; padding-right: 35px; font-size: clamp(2rem, 7vw, 3.1rem); }
.modal__header > p:not(.eyebrow) { max-width: 630px; margin-bottom: 20px; color: rgba(255, 255, 255, 0.62); font-size: 0.88rem; }
.modal__facts { display: flex; flex-wrap: wrap; gap: 8px; }
.modal__facts span { padding: 6px 10px; border: 1px solid rgba(211, 173, 103, 0.32); border-radius: 999px; color: var(--gold-light); font-size: 0.65rem; font-weight: 750; }

#orderForm { padding: 28px; }
.choice-group { margin: 0 0 26px; padding: 0; border: 0; }
.choice-group[hidden] { display: none; }
.choice-group legend { margin-bottom: 11px; font-family: var(--serif); font-size: 1rem; }
.choice-grid { display: grid; gap: 8px; }
.choice-grid--style { grid-template-columns: repeat(2, 1fr); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-grid span { min-height: 46px; display: grid; place-items: center; padding: 8px 10px; border: 1px solid var(--border); border-radius: 9px; color: var(--muted); font-size: 0.72rem; font-weight: 750; text-align: center; transition: border-color 150ms ease, background 150ms ease, color 150ms ease; }
.choice-grid input:checked + span { border-color: var(--wine-700); background: var(--wine-700); color: white; }
.choice-grid input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 3px; }
.form-grid { display: grid; gap: 16px; }
.field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 0.76rem; font-weight: 740; }
.field label span { color: var(--muted); font-weight: 500; }
.checkout-section { margin-bottom: 30px; padding-top: 4px; }
.checkout-section + .checkout-section { padding-top: 26px; border-top: 1px solid var(--border); }
.checkout-section__heading { display: grid; grid-template-columns: 32px 1fr; gap: 10px; margin-bottom: 18px; }
.checkout-section__heading > span { color: var(--red); font-family: var(--serif); font-size: .72rem; }
.checkout-section__heading h3 { margin: 0 0 3px; color: var(--wine); font-size: 1.18rem; }
.checkout-section__heading p { margin: 0; color: var(--muted); font-size: .67rem; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--border); border-radius: 9px; background: white; color: var(--ink); transition: border-color 150ms ease, box-shadow 150ms ease; }
.field input, .field select { min-height: 50px; padding: 11px 13px; }
.field textarea { min-height: 100px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--wine-600); box-shadow: 0 0 0 3px rgba(120, 34, 58, 0.1); outline: none; }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--danger); }
.field-hint { display: block; margin-top: -12px; color: var(--success); font-size: .62rem; line-height: 1.4; }
.order-bump-group { margin: 28px 0; padding: 0; border: 0; }
.order-bump-group legend { margin-bottom: 12px; color: var(--wine); font-family: var(--serif); font-size: 1.18rem; }
.order-bump-group legend span, .cart-bumps legend span { color: var(--muted); font-family: var(--sans); font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.order-bump-card { position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 11px; padding: 16px; border: 1px dashed rgba(188,44,44,.45); border-radius: 13px; background: var(--beige); cursor: pointer; }
.order-bump-card input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.order-bump-card__check { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: 1rem; font-weight: 900; transition: background 160ms ease, color 160ms ease, transform 160ms ease; }
.order-bump-card > span:nth-of-type(2) strong, .order-bump-card > span:nth-of-type(2) small { display: block; }
.order-bump-card > span:nth-of-type(2) strong { color: var(--wine); font-size: .82rem; }
.order-bump-card > span:nth-of-type(2) small { margin-top: 3px; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.order-bump-card > b { grid-column: 2; color: var(--red); font-size: .77rem; }
.order-bump-card:has(input:checked) { border-style: solid; border-color: var(--red); background: #fff8f3; box-shadow: 0 10px 28px rgba(82,18,31,.09); }
.order-bump-card input:checked + .order-bump-card__check { background: var(--red); color: white; transform: rotate(45deg); }
.order-bump-card input:focus-visible + .order-bump-card__check { outline: 3px solid var(--blush); outline-offset: 3px; }
.checkout-price-summary { margin: 26px 0; overflow: hidden; border: 1px solid rgba(92,22,39,.2); border-radius: 14px; background: white; }
.checkout-price-summary__head { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 16px; background: var(--wine); color: white; }
.checkout-price-summary__head span { display: block; color: var(--gold-light); font-size: .53rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.checkout-price-summary__head h3 { margin: 3px 0 0; color: white; font-size: 1.08rem; }
.checkout-price-summary__head > b { flex: 0 0 auto; padding: 6px 9px; border: 1px solid rgba(211,173,103,.46); border-radius: 999px; color: var(--gold-light); font-size: .57rem; letter-spacing: .06em; text-transform: uppercase; }
.checkout-price-summary dl { margin: 0; padding: 10px 16px 5px; }
.checkout-price-summary dl div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 8px 0; border-bottom: 1px solid var(--border); }
.checkout-price-summary dt { color: var(--muted); font-size: .67rem; }
.checkout-price-summary dd { margin: 0; color: var(--wine); font-size: .72rem; font-weight: 850; }
.checkout-price-summary .is-discount dt, .checkout-price-summary .is-discount dd { color: var(--success); }
.checkout-price-summary .is-total { border-bottom: 0; }
.checkout-price-summary .is-total dt { color: var(--ink); font-weight: 850; }
.checkout-price-summary .is-total dd { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.checkout-price-summary > p { margin: 0; padding: 11px 16px; background: rgba(47,122,88,.07); color: #235c43; font-size: .62rem; font-weight: 700; line-height: 1.45; }
.checkout-confirmations { display: grid; gap: 10px; margin: 24px 0; }
.checkout-confirmations label { display: grid; grid-template-columns: 22px 1fr; gap: 9px; align-items: start; color: var(--muted); font-size: .69rem; cursor: pointer; }
.checkout-confirmations a { color: var(--wine-700); font-weight: 750; }
.checkout-confirmations input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--red); }
.checkout-confirmations .field-error { margin-left: 31px; }
.checkout-trust { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; padding: 14px; border: 1px solid rgba(47,122,88,.22); border-radius: 11px; background: rgba(47,122,88,.07); }
.checkout-trust > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(47,122,88,.4); border-radius: 50%; color: var(--success); font-weight: 900; }
.checkout-trust strong, .checkout-trust small { display: block; }
.checkout-trust strong { color: #235c43; font-size: .72rem; }
.checkout-trust small { margin-top: 2px; color: var(--muted); font-size: .59rem; line-height: 1.4; }
.field-error { min-height: 18px; display: block; margin-top: 4px; color: var(--danger); font-size: 0.68rem; font-weight: 650; }
.form-status:not(:empty) { margin-bottom: 14px; padding: 10px 12px; border: 1px solid rgba(165, 44, 60, 0.25); border-radius: 8px; background: rgba(165, 44, 60, 0.08); color: var(--danger); font-size: 0.78rem; }
.form-note { margin: 12px auto 0; color: var(--muted); font-size: 0.65rem; text-align: center; }

.cart-drawer { place-items: stretch end; padding: 0; background: rgba(11,4,7,.72); backdrop-filter: blur(7px); }
.cart-drawer__panel { width: min(100%, 520px); height: 100svh; overflow-y: auto; border-left: 1px solid rgba(232,180,162,.35); background: var(--white); box-shadow: -30px 0 90px rgba(0,0,0,.34); }
.cart-drawer__header { position: sticky; z-index: 4; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 20px; background: var(--wine); color: white; }
.cart-drawer__header .eyebrow { margin-bottom: 4px; color: var(--blush); }
.cart-drawer__header h2 { margin: 0; font-size: 1.8rem; }
.cart-drawer__header button { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: white; font-size: 1.45rem; }
.cart-drawer__description { margin: 0; padding: 18px 20px; border-bottom: 1px solid var(--border); color: var(--muted); font-size: .72rem; }
.cart-empty { padding: 44px 20px; text-align: center; }
.cart-empty strong, .cart-empty span { display: block; }
.cart-empty strong { color: var(--wine); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.cart-empty span { margin: 6px 0 22px; color: var(--muted); font-size: .76rem; }
.cart-items { margin: 0; padding: 0 20px; list-style: none; }
.cart-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--border); }
.cart-item > img { width: 62px; height: 82px; border-radius: 7px; background: var(--beige); object-fit: contain; }
.cart-item__info { align-self: start; min-width: 0; }
.cart-item__info strong, .cart-item__info span { display: block; }
.cart-item__info strong { overflow: hidden; color: var(--wine); font-family: var(--serif); font-size: .96rem; font-weight: 400; line-height: 1.18; text-overflow: ellipsis; white-space: nowrap; }
.cart-item__info span { margin: 4px 0; color: var(--muted); font-size: .58rem; }
.cart-item__info button { padding: 0; border: 0; background: transparent; color: var(--red); font-size: .57rem; font-weight: 800; text-decoration: underline; }
.cart-item__quantity { display: grid; grid-template-columns: 30px 26px 30px; align-items: center; overflow: hidden; border: 1px solid var(--border); border-radius: 999px; }
.cart-item__quantity button { width: 30px; height: 34px; border: 0; background: transparent; color: var(--wine); }
.cart-item__quantity output { font-size: .69rem; font-weight: 850; text-align: center; }
.cart-item > b { grid-column: 3; color: var(--wine); font-size: .76rem; text-align: right; }
.box-comparison { margin: 22px 20px; padding: 21px; border-radius: 16px; background: var(--wine); color: white; }
.box-comparison > span { display: block; color: var(--blush); font-size: .57rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.box-comparison h3 { margin: 6px 0 10px; font-size: 1.48rem; }
.box-comparison > p { color: rgba(255,255,255,.66); font-size: .73rem; }
.box-comparison dl { margin: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.box-comparison dl div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.box-comparison dt { color: rgba(255,255,255,.6); font-size: .62rem; }
.box-comparison dd { margin: 0; color: var(--blush); font-family: var(--serif); font-size: 1rem; }
.box-comparison .button { width: 100%; }
.box-comparison > small { display: block; margin-top: 10px; color: rgba(255,255,255,.43); font-size: .55rem; line-height: 1.4; }
.cart-summary { padding: 8px 20px 30px; }
.cart-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 0; color: var(--muted); font-size: .7rem; }
.cart-summary > div strong { color: var(--wine); }
.cart-summary .cart-summary__discount span, .cart-summary .cart-summary__discount strong { color: var(--success); }
.cart-summary .cart-discount-status { margin: 1px 0 8px; padding: 10px 12px; border-radius: 9px; background: rgba(47,122,88,.07); color: #235c43; font-size: .61rem; font-weight: 700; line-height: 1.45; text-align: left; }
.cart-summary .cart-summary__total { margin-top: 4px; padding: 16px 0; border-top: 1px solid var(--border); color: var(--charcoal); font-weight: 850; }
.cart-summary__total strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.cart-summary > p { margin: 10px 0 0; color: var(--muted); font-size: .58rem; text-align: center; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 560px) {
  .hero__actions { flex-direction: row; align-items: center; }
  .hero__actions .button { width: auto; }
  .hero__foot { grid-template-columns: repeat(3, 1fr); }
  .hero__foot span { border-right: 1px solid rgba(255, 255, 255, 0.08); border-bottom: 0; }
  .hero__foot span:last-child { border-right: 0; }
  .age-gate__actions { grid-template-columns: 1.6fr 0.8fr; }
  .choice-grid--occasion { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .field--wide { grid-column: 1 / -1; }
  .label-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .label-card { display: flex; flex-direction: column; padding: 18px; }
  .label-card__image { width: 100%; min-height: 230px; margin-bottom: 18px; }
  .label-card__image img { height: 230px; }
  .label-card__content { flex: 1; }
  .label-card__actions { width: 100%; margin-top: 16px; }
  .label-modal__content { padding: 36px; }
  .label-purchase { display: grid; grid-template-columns: 1fr; align-items: center; gap: 16px; }
  .label-purchase__controls { grid-template-columns: 130px minmax(0, 1fr); margin-top: 0; }
  .label-purchase > p { grid-column: 1 / -1; margin-top: -2px; }
  .label-facts { grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); }
  .label-facts div { padding: 16px; border-top: 0; border-bottom: 1px solid var(--border); }
  .label-facts div:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--border); }
  .label-facts div:nth-child(even) { padding-right: 0; }
  .label-video-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
  .label-video-heading h3 { margin-bottom: 0; }
  .club-levels { grid-template-columns: repeat(3, 1fr); }
  .club-levels > div { display: block; }
  .club-levels strong, .club-levels small { display: block; }
  .club-levels strong { margin-top: 7px; }
  .club-history__track { grid-auto-columns: min(47%, 330px); }
  .featured-tabs { justify-content: center; margin-inline: 0; padding-inline: 0; }
  .featured-tabs button { flex: 0 1 150px; }
  .store-trust__actions { flex-direction: row; align-items: center; }
}

@media (min-width: 720px) {
  .section { padding: 110px 0; }
  .container { width: min(calc(100% - 64px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand img { width: 148px; }
  .header-cta { display: inline-flex; }
  .hero__grid { padding-block: 100px 72px; }
  .section-heading { grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr); align-items: end; }
  .section-heading--center { display: block; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .step:nth-child(2) { transform: translateY(24px); }
  .volume-offer { display: grid; grid-template-columns: minmax(220px,.8fr) minmax(0,1.2fr); align-items: center; gap: 20px; padding: 22px 24px; }
  .volume-offer ol { grid-template-columns: repeat(6, 1fr); margin: 0; }
  .volume-offer > p { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card--featured { transform: translateY(-18px); }
  .product-card--featured:hover, .product-card--featured.is-selected { transform: translateY(-23px); }
  .club-current { grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); margin-bottom: 100px; }
  .club-current__visual { min-height: 100%; border-right: 1px solid var(--wine); border-bottom: 0; }
  .club-current__content { padding: 44px 38px; }
  .club-current__seal { right: 30px; top: 30px; }
  .club-history__track { grid-auto-columns: min(45%, 360px); gap: 18px; }
  .featured-panel { grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); align-items: center; padding: 38px; }
  .featured-panel__technical { grid-column: 1 / -1; }
  .featured-panel__bottle { grid-column: 2; grid-row: 1; min-height: 480px; }
  .featured-panel__bottle img { height: 420px; }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .responsible-notice__grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); align-items: start; gap: 72px; }
  .label-toolbar { display: grid; grid-template-columns: minmax(270px, 0.75fr) minmax(0, 1.25fr); align-items: end; gap: 20px; }
  .label-search { margin-bottom: 0; }
  .label-filters { justify-content: flex-end; margin-inline: 0; padding-inline: 0; }
  .label-library__meta { flex-direction: row; justify-content: space-between; gap: 20px; }
  .label-load-more { width: auto; min-width: 240px; display: flex; margin-inline: auto; }
  .scroll-story__frame { padding-block: 100px 54px; }
  .story-stage { top: 20%; right: 4%; width: min(52vw, 470px); }
  .story-copy { min-height: 150px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .store-trust__card { padding: 38px; }
  .age-gate__card { padding: 48px; }
  .modal__header, #orderForm { padding-inline: 40px; }
}

@media (min-width: 960px) {
  .main-nav { display: flex; }
  .hero__grid { grid-template-columns: minmax(0, 1.03fr) minmax(410px, 0.82fr); min-height: 690px; padding-block: 80px; }
  .hero__visual { min-height: 560px; }
  .hero__visual > img { min-height: 560px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .club-current { grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr); }
  .club-current__content { padding: 54px; }
  .club-current__visual { min-height: 680px; }
  .club-current__bottles { right: 4%; left: 4%; height: 77%; }
  .club-history__track { grid-auto-columns: min(31.7%, 360px); }
  .guarantee__grid { grid-template-columns: 1.02fr 0.98fr; gap: 100px; align-items: center; }
  .scroll-story__frame { grid-template-columns: minmax(330px, 0.82fr) minmax(440px, 1.18fr); grid-template-rows: 1fr auto; column-gap: 70px; align-items: start; }
  .scroll-story__intro { grid-column: 1; grid-row: 1; align-self: start; padding-top: 5svh; }
  .story-copy { grid-column: 1; grid-row: 2; align-self: end; margin-bottom: 4svh; }
  .story-stage { top: 50%; right: 4%; width: min(47vw, 560px); transform: translateY(-50%); }
  .story-progress { right: 6px; }
  .story-scroll-cue { right: 45px; display: block; }
  .label-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .label-modal__layout { display: grid; grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr); }
  .label-modal__bottle { min-height: 100%; }
  .label-modal__bottle img { position: sticky; top: 90px; width: min(78%, 300px); height: 430px; }
  .label-modal__content { padding: 46px; }
  .featured-panel { grid-template-columns: minmax(0, .9fr) minmax(280px, .68fr) minmax(0, .92fr); gap: 42px; padding: 48px; }
  .featured-panel__story { grid-column: 1; }
  .featured-panel__bottle { grid-column: 2; grid-row: 1; min-height: 560px; }
  .featured-panel__bottle img { height: 485px; }
  .featured-panel__technical { grid-column: 3; grid-row: 1; }
  .store-trust__grid { grid-template-columns: minmax(0, 1fr) minmax(440px, .88fr); align-items: center; gap: 90px; }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .faq__grid { grid-template-columns: 0.75fr 1.25fr; gap: 100px; }
  .faq__intro { position: sticky; top: 120px; }
}

@media (min-width: 1200px) {
  .hero__copy { padding-left: 26px; }
  .hero__visual { margin-right: -25px; }
  .club-history__track { grid-auto-columns: calc((100% - 54px) / 4); }
}

@media (max-width: 420px) {
  .legal-strip { display: block; }
  .legal-strip span { display: block; }
  .legal-strip span + span::before { display: none; }
  .product-card { padding: 24px 20px; }
  .choice-grid--style { grid-template-columns: 1fr; }
  .modal__header, #orderForm { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
  .scroll-story { min-height: 100svh; }
  .scroll-story__sticky { position: relative; }
  .story-track { display: none; }
  .story-orbit, .story-box, .story-box__lid, .story-bottles, .story-tasting, .story-qr { transition: none !important; }
}
