:root {
  --red: #e30613;
  --red-dark: #b9000a;
  --ink: #0d0d0d;
  --paper: #f4f1eb;
  --muted: #66615b;
  --line: #d9d5ce;
  --white: #fff;
  --rose: #f2d4d3;
  --focus: #005fcc;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
  font-family: var(--body);
  line-height: 1.5;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-padding-top: 84px; }
body { max-width: 100%; margin: 0; min-width: 320px; overflow-x: clip; }
body.drawer-open { overflow: hidden; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 3px; }

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-160%);
  color: var(--white);
  background: var(--ink);
}
.skip-link:focus { transform: translateY(0); }
.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;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  padding: max(10px, env(safe-area-inset-top)) max(20px, 4vw) 10px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(14px);
}
.brand { min-width: 0; display: flex; align-items: center; gap: 12px; font-size: 13px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.brand img { width: 118px; height: 48px; object-fit: contain; }
.brand strong { color: var(--red); }
.site-header nav { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px 28px; }
.site-header nav a { white-space: nowrap; font-size: 13px; font-weight: 750; text-decoration: none; text-transform: uppercase; letter-spacing: .07em; }
.site-header nav a:hover { color: var(--red); }
.header-download { padding-bottom: 2px; border-bottom: 2px solid var(--red); }
.cart-button {
  min-width: 0;
  justify-self: end;
  border: 0;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 850;
  color: var(--white);
  background: var(--ink);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cart-button span { display: inline-grid; place-items: center; min-width: 24px; height: 24px; margin-left: 7px; padding: 0 6px; color: var(--ink); background: var(--white); }

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 78px));
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  overflow: hidden;
  background: var(--white);
}
.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px 6vw 104px 7vw;
  color: var(--white);
  background: var(--red);
}
.hero-copy::before {
  content: "26";
  position: absolute;
  top: -3vw;
  right: 3vw;
  color: rgba(255,255,255,.1);
  font-family: var(--display);
  font-size: clamp(180px, 25vw, 410px);
  line-height: .8;
  pointer-events: none;
}
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section-heading h2, .how-section h2, .support-section h2, .drawer-header h2, .dialog-header h2, .success-content h2 {
  font-family: var(--display);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.hero h1 { position: relative; max-width: 960px; margin: 0; font-size: clamp(64px, 7.2vw, 126px); }
.hero h1 span { color: var(--ink); }
.hero-lead { max-width: 590px; margin: 30px 0 0; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions .button-primary { color: var(--ink); background: var(--white); }
.hero-actions .button-primary:hover { color: var(--white); background: var(--ink); }
.hero-actions .button-ghost { border-color: var(--white); color: var(--white); }
.hero-actions .button-ghost:hover { color: var(--ink); background: var(--white); }
.hero-actions .button-paper { border-color: var(--ink); background: var(--ink); color: var(--white); }
.hero-actions .button-paper:hover { border-color: var(--white); color: var(--ink); background: var(--white); }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid transparent;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { border-color: var(--ink); background: transparent; }
.button-ghost:hover { color: var(--white); background: var(--ink); }
.button-paper { border-color: var(--line); color: var(--ink); background: var(--white); }
.button-paper:hover { border-color: var(--ink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-wide { width: 100%; }

.club-mark {
  position: relative;
  min-height: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  overflow: hidden;
  padding: 90px 3vw 104px;
  border-left: 1px solid var(--line);
  background: var(--white);
}
.club-mark::before {
  content: "";
  position: absolute;
  width: min(30vw, 480px);
  aspect-ratio: 1;
  border: 1px solid rgba(227,6,19,.22);
  border-radius: 50%;
}
.club-mark::after { content: ""; position: absolute; top: 50%; left: 0; right: 0; border-top: 1px solid rgba(227,6,19,.22); }
.club-mark img { position: relative; z-index: 3; width: min(92%, 470px); max-height: 410px; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(13,13,13,.1)); }
.club-mark p { position: relative; z-index: 3; margin: 0; color: var(--red); font-family: var(--display); font-size: clamp(26px, 2.3vw, 38px); line-height: 1; letter-spacing: .03em; text-align: center; text-transform: uppercase; }
.club-mark-label { position: absolute; z-index: 4; top: 7%; left: 50%; transform: translateX(-50%); width: max-content; padding: 8px 12px; font-size: 10px; font-weight: 900; color: var(--white); background: var(--red); letter-spacing: .14em; text-transform: uppercase; }

.impact-bar { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.impact-bar div { min-height: 112px; display: flex; align-items: center; gap: 17px; padding: 24px 4vw; border-right: 1px solid var(--line); }
.impact-bar div:last-child { border-right: 0; }
.impact-bar strong { font-family: var(--display); font-size: 38px; line-height: 1; text-transform: uppercase; color: var(--red); }
.impact-bar span { max-width: 170px; font-size: 13px; font-weight: 750; line-height: 1.3; text-transform: uppercase; }

.catalog-section { padding: 112px 5vw 120px; }
.section-heading { max-width: 1500px; margin: 0 auto 55px; display: grid; grid-template-columns: 1fr minmax(260px, 470px); align-items: end; gap: 60px; }
.section-heading h2 { margin: 0; font-size: clamp(54px, 7.2vw, 104px); }
.section-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.catalog-tools { position: sticky; z-index: 20; top: 77px; max-width: 1500px; margin: 0 auto 22px; padding: 20px 0; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.search-field { height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border: 1px solid var(--ink); }
.search-field svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; }
.filter-row { display: flex; gap: 7px; flex-wrap: wrap; margin-top: 12px; }
.filter-chip { border: 1px solid var(--ink); padding: 8px 13px; cursor: pointer; color: var(--ink); background: var(--white); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.filter-chip:hover, .filter-chip.active { color: var(--white); background: var(--ink); }
.filter-row-countries .filter-chip { border-color: var(--line); color: var(--muted); }
.filter-row-countries .filter-chip:hover, .filter-row-countries .filter-chip.active { border-color: var(--red); color: var(--white); background: var(--red); }
.result-count { max-width: 1500px; margin: 0 auto 8px; color: var(--muted); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.deadline-status { max-width: 1500px; margin: 0 auto 36px; color: var(--red-dark); font-size: 13px; font-weight: 800; }
.deadline-status.closed { padding: 12px 14px; color: #760009; background: #ffe4e5; }
.catalog-groups { max-width: 1500px; margin: 0 auto; }
.type-group { margin-top: 90px; }
.type-group:first-child { margin-top: 0; }
.type-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding-bottom: 16px; border-bottom: 4px solid var(--ink); }
.type-heading h3 { margin: 0; font-family: var(--display); font-size: clamp(48px, 6vw, 86px); line-height: .86; text-transform: uppercase; }
.type-heading span { font-family: var(--display); font-size: 42px; color: var(--red); }
.country-group { margin-top: 48px; }
.country-heading { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.country-heading::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.wine-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wine-card { position: relative; display: grid; grid-template-rows: 350px 1fr; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: border-color .18s ease, transform .18s ease; }
.wine-card:hover { border-color: var(--ink); transform: translateY(-3px); }
.wine-image { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--paper); }
.wine-image::before { content: attr(data-number); position: absolute; left: 18px; bottom: -20px; font-family: var(--display); font-size: 120px; line-height: 1; color: rgba(13,13,13,.06); }
.wine-image-button { position: relative; z-index: 1; width: 100%; height: 100%; display: grid; place-items: center; padding: 0; border: 0; cursor: zoom-in; color: var(--ink); background: transparent; }
.wine-image-button img { align-self: start; z-index: 1; width: 100%; height: 278px; padding: 10px; object-fit: contain; object-position: center; mix-blend-mode: multiply; transition: transform .25s ease; }
.wine-image-action { position: absolute; right: 16px; bottom: 17px; left: 16px; z-index: 2; padding: 9px 12px; border: 1px solid var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-align: center; text-transform: uppercase; background: rgba(255,255,255,.9); }
.wine-image-recommended .wine-image-action { display: none; }
.wine-card:hover .wine-image img { transform: scale(1.03); }
.wine-card:hover .wine-image-recommended img { transform: scale(1.015); }
.wine-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 8px; color: var(--white); background: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.wine-number { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); font-family: var(--display); font-size: 20px; background: var(--white); }
.wine-recommendation {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  border: 3px solid var(--white);
  color: var(--white);
  background: linear-gradient(135deg, #ff1a28 0%, var(--red) 55%, var(--red-dark) 100%);
  box-shadow: 0 0 0 3px var(--ink), 0 14px 28px rgba(13,13,13,.34);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: .065em;
  text-align: center;
  text-shadow: 0 1px 1px rgba(13,13,13,.32);
  text-transform: uppercase;
}
.wine-body { display: flex; flex-direction: column; padding: 23px; }
.wine-origin { margin: 0 0 6px; font-size: 11px; font-weight: 850; color: var(--red); text-transform: uppercase; letter-spacing: .09em; }
.wine-card h4 { margin: 0; font-size: 22px; font-weight: 650; line-height: 1.18; }
.wine-subtitle { margin: 5px 0 16px; color: var(--muted); font-size: 14px; }
.wine-description { margin: 0 0 17px; color: #45413c; font-size: 14px; line-height: 1.55; }
.wine-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 16px; margin: 0 0 20px; font-size: 12px; }
.wine-facts div { min-width: 0; }
.wine-facts dt { color: var(--muted); }
.wine-facts dd { margin: 0; font-weight: 750; overflow-wrap: anywhere; }
.wine-buy { margin-top: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 15px; padding-top: 18px; border-top: 1px solid var(--line); }
.wine-price span { display: block; font-size: 11px; color: var(--muted); }
.wine-price strong { font-family: var(--display); font-size: 29px; letter-spacing: .02em; }
.add-button { min-width: 124px; height: 46px; border: 0; cursor: pointer; color: var(--white); background: var(--ink); font-weight: 850; text-transform: uppercase; }
.add-button:hover { background: var(--red); }
.add-button:disabled, .button:disabled { cursor: not-allowed; opacity: .55; transform: none; }
.empty-state { max-width: 1500px; margin: 55px auto 0; padding: 70px 25px; text-align: center; border: 1px dashed var(--line); background: var(--paper); }
.empty-state strong { font-size: 24px; }
.text-button { border: 0; padding: 4px; cursor: pointer; color: var(--red); background: transparent; font-weight: 850; text-decoration: underline; }

.how-section { padding: 110px 6vw; color: var(--white); background: var(--ink); }
.section-heading.light > p { color: #c9c5bf; }
.section-heading.light .eyebrow { color: var(--red); }
.steps { max-width: 1500px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 auto; padding: 0; list-style: none; background: #444; }
.steps li { min-height: 270px; display: flex; flex-direction: column; padding: 28px; background: var(--ink); }
.steps span { font-family: var(--display); font-size: 64px; color: var(--red); }
.steps strong { margin-top: auto; font-family: var(--display); font-size: 30px; text-transform: uppercase; }
.steps p { margin: 8px 0 0; color: #c9c5bf; }
.campaign-dates { max-width: 1500px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 28px auto 0; background: #444; }
.campaign-dates div { padding: 20px; border-top: 4px solid var(--red); background: #1d1d1d; }
.campaign-dates span { display: block; margin-bottom: 5px; color: #c9c5bf; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.campaign-dates strong { font-size: 16px; }

.support-section {
  position: relative;
  min-height: 0;
  overflow: hidden;
  padding: clamp(88px, 8vw, 128px) max(24px, 7vw);
  border-top: 12px solid var(--ink);
  color: var(--white);
  background: var(--red);
}
.support-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 100%;
  background: repeating-linear-gradient(135deg, var(--ink) 0 9px, transparent 9px 18px);
  pointer-events: none;
}
.support-copy { max-width: 1060px; margin: 0 auto; }
.support-section h2 { max-width: 980px; margin: 0; font-size: clamp(58px, 6vw, 94px); }
.support-copy > p:not(.eyebrow) { max-width: 760px; margin: 24px 0 0; font-size: 18px; }
.support-copy .button { margin-top: 32px; }

footer { display: grid; grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(180px, 1fr)); gap: clamp(36px, 5vw, 70px); padding: 64px max(24px, 7vw) max(64px, calc(48px + env(safe-area-inset-bottom))); border-top: 8px solid var(--ink); background: var(--paper); font-size: 14px; }
footer > div { min-width: 0; }
footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
footer > div > strong { margin-bottom: 7px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
footer p, footer a { overflow-wrap: anywhere; }
footer p { margin: 0; color: var(--muted); }
.footer-brand {
  min-height: 112px;
  display: grid;
  grid-template-columns: clamp(180px, 48%, 270px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
  padding-top: 18px;
  border-top: 4px solid var(--red);
}
.footer-brand img { width: 100%; height: auto; object-fit: contain; }
.footer-brand p { padding: 0; color: var(--ink); }

.drawer-backdrop { position: fixed; z-index: 90; inset: 0; background: rgba(0,0,0,.5); }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(480px, 100%); height: 100dvh; display: flex; flex-direction: column; transform: translateX(105%); visibility: hidden; background: var(--white); box-shadow: -20px 0 60px rgba(0,0,0,.2); transition: transform .25s ease, visibility .25s; }
.cart-drawer.open { transform: translateX(0); visibility: visible; }
.drawer-header, .dialog-header { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px; border-bottom: 1px solid var(--line); }
.drawer-header h2, .dialog-header h2 { margin: 0; font-size: 44px; }
.drawer-header .eyebrow, .dialog-header .eyebrow { margin-bottom: 5px; color: var(--red); }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--ink); cursor: pointer; background: var(--white); font-size: 30px; line-height: 1; }
.cart-lines { overflow: auto; }
.cart-line { display: grid; grid-template-columns: 70px 1fr auto; gap: 14px; align-items: center; padding: 17px 24px; border-bottom: 1px solid var(--line); }
.cart-line img { width: 70px; height: 90px; object-fit: contain; background: var(--paper); }
.cart-line h3 { margin: 0 0 4px; font-size: 15px; }
.cart-line p { margin: 0; color: var(--muted); font-size: 12px; }
.cart-quantity { display: flex; align-items: center; gap: 3px; margin-top: 9px; }
.cart-quantity button { width: 29px; height: 29px; border: 1px solid var(--line); cursor: pointer; background: var(--white); }
.cart-quantity span { min-width: 28px; text-align: center; font-weight: 800; }
.cart-line-total { align-self: end; padding-bottom: 3px; font-weight: 900; font-size: 14px; white-space: nowrap; }
.cart-empty { flex: 1; display: grid; place-content: center; justify-items: center; padding: 30px; text-align: center; }
.cart-empty > span { font-family: var(--display); font-size: 100px; line-height: 1; color: var(--line); }
.cart-empty strong { font-size: 20px; }
.cart-empty p { color: var(--muted); }
.cart-summary { margin-top: auto; padding: 24px; border-top: 1px solid var(--line); background: var(--paper); }
.cart-summary > div { display: flex; justify-content: space-between; }
.cart-total { margin-top: 10px; font-size: 25px; }
.cart-summary .button { margin-top: 20px; }
.cart-summary > p { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

dialog { max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 0; }
dialog::backdrop { background: rgba(0,0,0,.65); }
.wine-image-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100dvh - 32px); background: var(--paper); }
.wine-image-dialog-shell { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; max-height: calc(100dvh - 32px); overflow: auto; }
.wine-image-dialog-close { position: absolute; z-index: 3; top: 16px; right: 16px; }
.wine-image-stage { min-height: min(68dvh, 650px); display: grid; place-items: center; padding: 34px; overflow: hidden; background: var(--paper); }
.wine-image-stage img { width: 100%; height: 100%; max-height: min(62dvh, 590px); object-fit: contain; mix-blend-mode: multiply; }
.wine-image-caption { padding: 24px 30px 28px; color: var(--white); background: var(--red); }
.wine-image-caption .eyebrow { margin-bottom: 8px; }
.wine-image-caption h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 6vw, 58px); line-height: .92; text-transform: uppercase; }
.wine-image-caption > p:last-child { margin: 10px 0 0; }
.checkout-dialog { width: min(1180px, calc(100% - 32px)); max-height: calc(100dvh - 32px); }
.dialog-shell { margin: 0; }
.checkout-layout { display: grid; grid-template-columns: 1fr 360px; max-height: calc(100dvh - 142px); }
.checkout-fields { padding: 10px 32px 40px; overflow: auto; }
.checkout-fields fieldset { margin: 0; padding: 28px 0; border: 0; border-bottom: 1px solid var(--line); }
.checkout-fields legend { width: 100%; margin-bottom: 20px; font-size: 18px; font-weight: 900; }
.checkout-fields legend span { margin-right: 9px; color: var(--red); font-family: var(--display); font-size: 28px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 750; }
.field-wide { grid-column: 1 / -1; }
.field input, .field textarea { width: 100%; border: 1px solid #a8a39c; padding: 12px; background: var(--white); }
.field-hint { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.checkbox-field { display: flex; gap: 10px; margin: 13px 0; font-size: 13px; }
.checkbox-field input { width: 19px; height: 19px; flex: 0 0 auto; accent-color: var(--red); }
.checkout-summary { padding: 28px; overflow: auto; background: var(--paper); border-left: 1px solid var(--line); }
.checkout-summary h3 { margin: 0 0 18px; text-transform: uppercase; font-size: 14px; letter-spacing: .08em; }
.checkout-summary-line { display: grid; grid-template-columns: 1fr auto; gap: 15px; margin: 12px 0; font-size: 13px; }
.checkout-summary-line span { color: var(--muted); }
.checkout-total { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 2px solid var(--ink); font-size: 22px; }
.checkout-summary > p { color: var(--muted); font-size: 12px; }
.checkout-summary .button { margin-top: 17px; }
.form-error { padding: 14px; color: #760009; background: #ffe4e5; font-weight: 700; }
.success-dialog { width: min(760px, calc(100vw - 32px)); overflow: auto; overscroll-behavior: contain; }
.success-content { min-width: 0; padding: 50px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 25px; border-radius: 50%; color: var(--white); background: var(--red); font-size: 37px; }
.success-content h2 { max-width: 100%; margin: 0 0 18px; font-size: 55px; overflow-wrap: anywhere; }
.success-content > p:not(.eyebrow) { color: var(--muted); }
.success-number { margin: 25px 0; padding: 18px; background: var(--paper); }
.success-number span { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.success-number strong { display: block; max-width: 100%; margin-top: 3px; font-family: var(--display); font-size: clamp(22px, 7vw, 30px); overflow-wrap: anywhere; }
.success-actions { display: grid; gap: 8px; margin-bottom: 18px; }
.payment-panel { margin: 26px 0 18px; padding: 24px; border: 2px solid var(--ink); background: var(--paper); text-align: left; }
.payment-panel h3 { margin: 0; font-family: var(--display); font-size: clamp(28px, 5vw, 40px); line-height: .95; text-transform: uppercase; }
.payment-panel > p { margin: 10px 0 20px; color: var(--muted); }
.payment-options { display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, 1.15fr); gap: 16px; }
.payment-option { min-width: 0; padding: 18px; background: var(--white); }
.payment-option h4 { margin: 0 0 14px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.twint-button { min-height: 58px; border-radius: 6px; color: var(--white); background: var(--ink); }
.twint-button:hover { color: var(--white); background: #292929; }
.payment-qr-link { display: block; width: min(100%, 234px); margin-bottom: 14px; }
.payment-qr-link img { display: block; width: 100%; height: auto; background: var(--white); }
.payment-account { font-style: normal; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.payment-reference { font-size: 13px; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 80px 7vw 55px; }
  .club-mark { min-height: 460px; border-left: 0; border-top: 1px solid var(--line); }
  .club-mark::before { width: min(70vw, 430px); }
  .wine-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  footer { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 50px; padding-inline: 5vw; }
  .footer-brand { grid-column: 1 / -1; }
  .checkout-layout { grid-template-columns: 1fr 320px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 67px; }
  .site-header { width: 100%; min-height: 67px; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: max(8px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 8px max(12px, env(safe-area-inset-left)); }
  .brand { max-width: 100%; overflow: hidden; }
  .brand img { flex: 0 1 auto; width: clamp(88px, 30vw, 104px); height: 42px; }
  .brand span { display: none; }
  .cart-button { max-width: 100%; padding: 9px 10px; font-size: clamp(10px, 3.25vw, 12px); letter-spacing: .025em; }
  .cart-button span { min-width: 22px; height: 22px; margin-left: 5px; padding-inline: 5px; }
  .hero-copy { min-width: 0; padding: 60px 16px 42px; }
  .hero h1 { width: 100%; max-width: 100%; font-size: clamp(46px, 14vw, 64px); line-height: .92; letter-spacing: -.01em; overflow-wrap: anywhere; }
  .hero-lead { max-width: 100%; margin-top: 24px; font-size: 16px; overflow-wrap: anywhere; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .club-mark { min-height: 390px; gap: 26px; padding: 76px 24px 80px; }
  .club-mark img { width: min(92%, 330px); max-height: 245px; }
  .club-mark p { font-size: 26px; }
  .impact-bar { grid-template-columns: 1fr; }
  .impact-bar div { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .catalog-section { padding: 80px 16px 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .section-heading h2 { font-size: 58px; }
  .section-heading > p { font-size: 16px; }
  .catalog-tools { top: 66px; margin-inline: -16px; padding: 13px 16px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
  .filter-chip { flex: 0 0 auto; }
  .type-group { margin-top: 68px; }
  .type-heading h3 { font-size: 52px; }
  .type-heading span { font-size: 32px; }
  .wine-grid { grid-template-columns: 1fr; }
  .wine-card { grid-template-rows: 300px 1fr; }
  .wine-image-button img { height: 228px; }
  .how-section { padding: 80px 16px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: 210px; }
  .campaign-dates { grid-template-columns: 1fr; }
  .support-section { padding: 72px 20px 76px 30px; border-top-width: 9px; }
  .support-section::before { width: 12px; background: repeating-linear-gradient(135deg, var(--ink) 0 7px, transparent 7px 14px); }
  .support-section h2 { max-width: 100%; font-size: clamp(42px, 14vw, 49px); overflow-wrap: anywhere; }
  .support-copy > p:not(.eyebrow) { font-size: 16px; }
  .support-copy .button { width: 100%; }
  footer { width: 100%; grid-template-columns: minmax(0, 1fr); gap: 32px; padding: 46px max(16px, env(safe-area-inset-right)) max(46px, calc(30px + env(safe-area-inset-bottom))) max(16px, env(safe-area-inset-left)); }
  footer > div:not(.footer-brand) { width: 100%; }
  .footer-brand { min-height: 0; width: 100%; grid-column: auto; grid-template-columns: minmax(110px, 42%) minmax(0, 1fr); gap: 16px; padding-top: 16px; }
  .footer-brand img { width: min(100%, 150px); }
  .wine-image-dialog { width: 100%; max-height: 100dvh; }
  .wine-image-dialog-shell { max-height: 100dvh; }
  .wine-image-stage { min-height: calc(100dvh - 164px); padding: 58px 20px 18px; }
  .wine-image-stage img { max-height: calc(100dvh - 220px); }
  .wine-image-caption { padding: 20px 18px max(22px, env(safe-area-inset-bottom)); }
  .wine-image-caption h2 { font-size: 38px; }
  .drawer-header { min-height: 90px; padding: 18px; }
  .cart-line { padding-inline: 17px; }
  .checkout-dialog { width: 100%; max-height: 100dvh; height: 100dvh; }
  .dialog-header { min-height: 90px; padding: 16px; }
  .dialog-header h2 { font-size: 37px; }
  .checkout-layout { display: block; max-height: calc(100dvh - 90px); overflow: auto; }
  .checkout-fields { overflow: visible; padding: 8px 18px 25px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .checkout-summary { overflow: visible; border-left: 0; border-top: 1px solid var(--line); }
  .success-dialog { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .success-content { padding: 35px 16px; }
  .success-content h2 { font-size: clamp(34px, 9vw, 43px); }
  .payment-panel { padding: 16px; }
  .payment-options { grid-template-columns: 1fr; }
  .payment-option { padding: 16px; }
  .twint-button { width: 100%; }
}

@media (max-width: 360px) {
  .site-header { gap: 7px; }
  .brand img { width: 88px; }
  .cart-button { padding: 8px 9px; font-size: 10px; }
  .hero-copy { padding-inline: 14px; }
  .hero h1 { font-size: clamp(44px, 13.8vw, 50px); }
  .section-heading h2 { font-size: 52px; }
  .wine-body { padding: 19px; }
  .wine-buy { grid-template-columns: 1fr; align-items: stretch; }
  .add-button { width: 100%; }
}

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

.legal-body { background: var(--paper); }
.legal-header { display: flex; justify-content: space-between; }
.legal-header .button { min-height: 42px; padding: 9px 14px; font-size: 12px; }
.legal-main { max-width: 1300px; margin: auto; padding: 100px 5vw 130px; }
.legal-main > h1 { max-width: 1100px; margin: 0 0 65px; font-family: var(--display); font-size: clamp(64px, 9vw, 125px); line-height: .88; text-transform: uppercase; }
.legal-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 80px; }
.legal-grid article { padding-top: 24px; border-top: 4px solid var(--ink); }
.legal-grid h2 { margin: 0 0 25px; font-family: var(--display); font-size: 45px; text-transform: uppercase; }
.legal-grid h3 { margin: 30px 0 7px; font-size: 15px; text-transform: uppercase; }
.legal-grid p { color: #45413c; }

@media (max-width: 760px) {
  .legal-header { display: flex; }
  .legal-header .button { width: auto; }
  .legal-main { padding: 70px 18px 90px; }
  .legal-grid { grid-template-columns: 1fr; gap: 55px; }
}
