:root {
  --ink: #241f1b;
  --muted: #6f6258;
  --paper: #fffaf3;
  --cream: #f3eadf;
  --winc-lime: #effab7;
  --rose: #cf6f66;
  --plum: #7b2332;
  --olive: #6e7650;
  --gold: #d9a441;
  --line: rgba(36, 31, 27, 0.16);
  --shadow: 0 24px 60px rgba(36, 31, 27, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fffaf5;
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  max-width: 100%;
  overflow-x: hidden;
  padding-top: 9rem;
  transition: opacity 180ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

html[dir="rtl"] body {
  direction: rtl;
  font-family: Arial, "Noto Sans Hebrew", "Segoe UI", sans-serif;
  text-align: right;
}

html[dir="rtl"] :is(h1, h2, h3, h4, blockquote, .section-heading h2, .map-detail h2) {
  font-family: Arial, "Noto Sans Hebrew", "Segoe UI", sans-serif;
  letter-spacing: 0;
}

html[dir="rtl"] :is(cite, .product-price, .detail-price, .price-row) {
  direction: ltr;
  unicode-bidi: isolate;
}

html.language-transitioning body {
  opacity: 0.12;
  transform: translateX(1.1rem);
}

html[dir="rtl"].language-transitioning body {
  transform: translateX(-1.1rem);
}

::view-transition-old(root) {
  animation: language-out 240ms cubic-bezier(0.4, 0, 1, 1) both;
}

::view-transition-new(root) {
  animation: language-in 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

html.language-transition-active [data-language-toggle] {
  pointer-events: none;
}

::view-transition,
::view-transition-group(root),
::view-transition-image-pair(root),
::view-transition-old(root),
::view-transition-new(root) {
  pointer-events: none;
}

@keyframes language-out {
  to { opacity: 0; transform: translateX(-1.5rem) scale(0.992); }
}

@keyframes language-in {
  from { opacity: 0; transform: translateX(1.5rem) scale(0.992); }
}

body.drawer-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #1677ff;
  outline-offset: 3px;
}

img {
  display: block;
  width: 100%;
}

.skip-link {
  background: var(--ink);
  color: white;
  left: 1rem;
  padding: 0.6rem 0.9rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #ededed;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 30;
}

.nav-shell {
  align-items: center;
  display: grid;
  gap: 2.25rem;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: none;
  min-height: 142px;
  padding: 0 32px;
}

.brand {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  height: clamp(2rem, 3vw, 3rem);
  max-width: min(15rem, 42vw);
  object-fit: contain;
  width: auto;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  height: 2.2rem;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 2.2rem;
}

.desktop-nav,
.nav-actions {
  align-items: center;
  display: flex;
  gap: 2.55rem;
}

.language-switch {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  flex: 0 0 auto;
  height: 2.85rem;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 2.85rem;
}

.language-flag {
  border: 1px solid rgba(36, 31, 27, 0.18);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(36, 31, 27, 0.16);
  display: block;
  height: 2.55rem;
  overflow: hidden;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease;
  width: 2.55rem;
}

.language-switch:hover .language-flag,
.language-switch:focus-visible .language-flag {
  box-shadow: 0 7px 18px rgba(36, 31, 27, 0.25);
  transform: translateY(-2px) rotate(-3deg);
}

.language-switch strong {
  align-items: center;
  background: var(--ink);
  border: 1.5px solid white;
  border-radius: 999px;
  bottom: -0.12rem;
  color: white;
  display: inline-flex;
  font-size: 0.54rem;
  font-weight: 950;
  height: 1.05rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  min-width: 1.45rem;
  padding: 0 0.25rem;
  position: absolute;
  right: -0.25rem;
  z-index: 2;
}

.flag-israel {
  background:
    linear-gradient(to bottom, transparent 24%, #1555a5 24% 32%, transparent 32% 68%, #1555a5 68% 76%, transparent 76%),
    white;
}

.flag-israel::after {
  color: #1555a5;
  content: "✡";
  font-size: 1.1rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flag-us {
  background: repeating-linear-gradient(to bottom, #b22234 0 7.7%, white 7.7% 15.4%);
}

.flag-us::after {
  background:
    radial-gradient(circle, white 0 1px, transparent 1.2px) 0 0 / 5px 5px,
    #3c3b6e;
  content: "";
  height: 53%;
  left: 0;
  position: absolute;
  top: 0;
  width: 56%;
}

html[dir="rtl"] .language-switch strong {
  left: -0.25rem;
  right: auto;
}

html[dir="rtl"] .desktop-nav,
html[dir="rtl"] .nav-actions,
html[dir="rtl"] .footer-contact-row,
html[dir="rtl"] .map-wine-row,
html[dir="rtl"] .detail-status,
html[dir="rtl"] .region-empty-state {
  direction: rtl;
}

html[dir="rtl"] .hero-content,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .map-detail,
html[dir="rtl"] .policy-shell,
html[dir="rtl"] .detail-copy,
html[dir="rtl"] .drawer-panel,
html[dir="rtl"] .mobile-menu-panel {
  text-align: right;
}

html[dir="rtl"] .hero {
  direction: ltr;
}

html[dir="rtl"] .hero-content {
  direction: rtl;
}

html[dir="rtl"] .drawer,
html[dir="rtl"] .mobile-menu {
  direction: rtl;
}

html[dir="rtl"] .drawer-panel {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .estate-shell,
html[dir="rtl"] .estate-bundle-callout {
  text-align: right;
}

html[dir="rtl"] .estate-service-line span {
  padding-left: 1rem;
  padding-right: 0;
}

html[dir="rtl"] .estate-service-line span:not(:last-child)::after {
  margin-left: 0;
  margin-right: 1rem;
}

html[dir="rtl"] .estate-pillars article {
  padding-left: clamp(1.25rem, 3vw, 2.8rem);
  padding-right: 0;
}

html[dir="rtl"] .estate-pillars article:not(:last-child) {
  border-left: 1px solid rgba(36, 31, 27, 0.22);
  border-right: 0;
  margin-left: clamp(1.25rem, 3vw, 2.8rem);
  margin-right: 0;
}

html[dir="rtl"] :is(.price-row, .product-price, .detail-price, .winery-coordinates, [data-cart-total]) {
  direction: ltr;
  unicode-bidi: isolate;
}

.desktop-nav {
  justify-content: flex-start;
}

.desktop-nav a,
.desktop-nav button,
.account-link,
.cart-link {
  background: none;
  border: 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 1.28vw, 1.52rem);
  font-weight: 900;
  letter-spacing: 0;
  padding: 0.5rem 0;
  text-transform: none;
}

.nav-actions {
  gap: 1.7rem;
  justify-content: end;
}

.icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  height: 3.35rem;
  justify-content: center;
  padding: 0;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 3.35rem;
}

.icon-button:hover {
  background: var(--ink);
  color: white;
  transform: translateY(-1px);
}

.icon-button svg {
  fill: none;
  height: 2rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.8;
  width: 2rem;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.26rem;
}

.menu-toggle span {
  background: currentColor;
  height: 2px;
  width: 1rem;
}

.cart-link {
  align-items: center;
  border: 0;
  display: inline-flex;
  height: 3.35rem;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 3.35rem;
}

.cart-link span {
  align-items: center;
  background: var(--winc-lime);
  border: 2px solid var(--ink);
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 1.25rem;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0 0.25rem;
  position: absolute;
  right: 0;
  top: 0.35rem;
}

.cart-link svg {
  fill: none;
  height: 2.05rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 2.05rem;
}

.give-pill {
  background: var(--winc-lime) !important;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  border-radius: 999px;
  padding: 1rem 1.65rem !important;
}

.ship-control {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
  white-space: nowrap;
}

.ship-control span {
  font-size: clamp(1.12rem, 1.2vw, 1.45rem);
  font-weight: 900;
}

.ship-control select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%) calc(100% - 1.35rem) 55% / 0.48rem 0.48rem no-repeat,
    linear-gradient(135deg, var(--ink) 50%, transparent 50%) calc(100% - 1rem) 55% / 0.48rem 0.48rem no-repeat,
    #fff;
  border: 5px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  font-size: clamp(1.28rem, 1.45vw, 1.72rem);
  font-weight: 900;
  min-height: 3.5rem;
  min-width: 10.8rem;
  padding: 0 3.25rem 0 2.15rem;
}

.has-mega {
  position: relative;
}

.mega-menu {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(9rem, 1fr));
  left: 50%;
  min-width: min(960px, 92vw);
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 1rem);
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.has-mega:hover .mega-menu,
.has-mega.is-open .mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu a {
  display: block;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0;
  padding: 0.35rem 0;
  text-transform: none;
}

.mega-title {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.mega-feature {
  background:
    linear-gradient(rgba(36, 31, 27, 0.22), rgba(36, 31, 27, 0.36)),
    url("https://images.unsplash.com/photo-1535869462434-f92cc30bf40c?auto=format&fit=crop&w=700&q=80") center/cover;
  color: white;
  min-height: 13rem;
  padding: 1.3rem;
}

.mega-feature span,
.mega-feature em {
  display: block;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mega-feature strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  line-height: 1.05;
  margin: 0.6rem 0 3.8rem;
}

.hero {
  color: var(--ink);
  display: grid;
  min-height: calc(100vh - 142px);
  overflow: hidden;
  position: relative;
}

.hero picture,
.hero img {
  height: 100%;
  inset: 0;
  position: absolute;
}

.hero img {
  object-fit: cover;
  object-position: 64% 50%;
  transform: scale(1.005);
}

.hero::after {
  background: transparent;
  content: "";
  border-radius: 0 54% 46% 0;
  background: var(--winc-lime);
  height: 118%;
  left: -3.4%;
  position: absolute;
  top: -8%;
  width: min(40.5vw, 790px);
  z-index: 1;
}

.hero::before {
  background: var(--winc-lime);
  border-radius: 48% 52% 52% 48%;
  content: "";
  height: 68%;
  left: 18.6%;
  position: absolute;
  top: 22%;
  width: min(23vw, 455px);
  z-index: 1;
}

.hero-content {
  align-self: end;
  margin-left: clamp(4.5rem, 6.9vw, 8.9rem);
  margin-bottom: clamp(2.6rem, 6.9vw, 8.7rem);
  max-width: min(31vw, 620px);
  padding: 0;
  position: relative;
  z-index: 2;
}

.hero-content p,
.section-heading p,
.member-copy > p,
.packs-section p,
.carousel-heading p,
.quiz-panel > p {
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.member-copy h2,
.packs-section h2,
.carousel-heading h2,
.quiz-panel h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5.6vw, 6.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
}

.hero h1 {
  font-size: clamp(4.2rem, 5.8vw, 7.2rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  max-width: 6.4ch;
}

.hero blockquote {
  margin: clamp(2rem, 3vw, 3.8rem) 0 0;
  max-width: 24rem;
}

.hero blockquote p {
  font-size: clamp(1.35rem, 1.55vw, 1.85rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.42;
  margin: 0 0 1.6rem;
  text-transform: none;
}

.hero .primary-button {
  display: none;
}

.hero blockquote cite {
  color: rgba(36, 31, 27, 0.62);
  font-size: clamp(1rem, 1vw, 1.18rem);
  font-style: normal;
}

.hero-content.reveal,
.hero-content.reveal.is-visible {
  animation: none;
  opacity: 1;
  transform: none;
}

.primary-button,
.secondary-button,
.membership-card button,
.product-add {
  align-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.primary-button {
  background: var(--ink);
  color: white;
  margin-top: 2rem;
}

.secondary-button {
  background: transparent;
  color: var(--ink);
}

.primary-button:hover,
.secondary-button:hover,
.membership-card button:hover,
.product-add:hover {
  background: var(--plum);
  border-color: var(--plum);
  color: white;
  transform: translateY(-1px);
}

.press-section,
.how-section,
.products-section {
  margin: 0 auto;
  max-width: 1320px;
  padding: clamp(4rem, 8vw, 7rem) 3vw;
}

.press-section h2 {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
}

.press-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.press-grid article {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 12rem;
  padding: 1.3rem;
}

.press-grid article:first-child {
  border-left: 1px solid var(--line);
}

.press-grid span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 4vw, 3.8rem);
  margin-bottom: 1.1rem;
}

.press-grid p {
  color: var(--muted);
  margin: 0;
}

.photo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  min-height: 22rem;
}

.photo-strip img {
  height: 100%;
  object-fit: cover;
}

.section-heading {
  max-width: 70rem;
}

.steps-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin: 3rem 0 2rem;
}

.steps-grid article {
  background: var(--cream);
  min-height: 18rem;
  padding: 2rem;
}

.steps-grid span {
  color: var(--plum);
  font-weight: 900;
  letter-spacing: 0.14em;
}

.steps-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.05;
}

.steps-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.membership-section {
  background: var(--olive);
  color: white;
  display: grid;
  gap: 4vw;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: clamp(4rem, 8vw, 7rem) 6vw;
}

.benefits {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.benefits span {
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
  padding: 1.1rem;
  text-transform: uppercase;
}

.membership-cards {
  display: grid;
  gap: 1rem;
}

.membership-card {
  background: var(--paper);
  color: var(--ink);
  padding: 1.5rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.membership-card.active {
  box-shadow: 0 0 0 3px var(--gold);
}

.membership-card:hover {
  transform: translateY(-3px);
}

.membership-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}

.membership-card p {
  color: var(--muted);
}

.bottle-row {
  align-items: end;
  display: flex;
  gap: 0.35rem;
  min-height: 5rem;
  padding: 0.6rem 0 1.1rem;
}

.bottle-row span {
  background: linear-gradient(180deg, var(--gold) 0 14%, var(--plum) 14% 100%);
  border-radius: 0.38rem 0.38rem 0.1rem 0.1rem;
  display: block;
  height: 4.2rem;
  width: 1.2rem;
}

.bottle-row span:nth-child(2n) {
  background: linear-gradient(180deg, var(--gold) 0 14%, #1f5d52 14% 100%);
}

.bottle-row.twelve span {
  height: 3.8rem;
  width: 0.72rem;
}

.membership-card button {
  background: var(--ink);
  color: white;
}

.packs-section {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 250, 243, 0.96), rgba(255, 250, 243, 0.72)),
    url("https://images.unsplash.com/photo-1500217052183-bc01eee1a74e?auto=format&fit=crop&w=1600&q=80") center/cover;
  display: flex;
  justify-content: space-between;
  min-height: 24rem;
  padding: clamp(3rem, 7vw, 6rem) 6vw;
}

.packs-section h2 {
  max-width: 48rem;
}

.carousel-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.carousel-actions {
  display: flex;
  gap: 0.5rem;
}

.product-track {
  display: grid;
  gap: 1rem;
  grid-auto-columns: minmax(17.5rem, 23%);
  grid-auto-flow: column;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.product-card {
  background: white;
  border: 1px solid var(--line);
  display: grid;
  min-height: 35rem;
  padding: 1.1rem;
  scroll-snap-align: start;
}

.product-art {
  align-items: end;
  background: var(--cream);
  display: flex;
  justify-content: center;
  min-height: 18rem;
  overflow: hidden;
  padding: 2rem 1rem 0;
  position: relative;
}

.product-art::before {
  background: rgba(217, 164, 65, 0.3);
  border-radius: 50%;
  content: "";
  height: 12rem;
  position: absolute;
  width: 12rem;
}

.product-bottle {
  background: var(--bottle, var(--plum));
  border-radius: 0.55rem 0.55rem 0.16rem 0.16rem;
  height: 14rem;
  position: relative;
  width: 4.2rem;
  z-index: 1;
}

.product-image {
  max-height: 15.5rem;
  max-width: 82%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.product-bottle::before {
  background: inherit;
  border-radius: 0.24rem 0.24rem 0 0;
  content: "";
  height: 4.4rem;
  left: 1.35rem;
  position: absolute;
  top: -4rem;
  width: 1.5rem;
}

.product-bottle::after {
  background: var(--label, #fffaf3);
  border: 1px solid rgba(36, 31, 27, 0.18);
  content: attr(data-label);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  font-weight: 700;
  left: 0.45rem;
  line-height: 1.05;
  min-height: 4.6rem;
  padding: 0.45rem 0.25rem;
  position: absolute;
  text-align: center;
  top: 4.5rem;
  width: 3.3rem;
}

.badge {
  background: var(--gold);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.38rem 0.5rem;
  position: absolute;
  right: 0.8rem;
  text-transform: uppercase;
  top: 0.8rem;
}

.product-card h3 {
  font-size: 1.05rem;
  line-height: 1.22;
  margin: 1rem 0 0.25rem;
}

.product-region {
  color: var(--muted);
  margin: 0;
}

.product-price {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
}

.product-price strong {
  font-size: 1.1rem;
}

.product-price span {
  color: var(--muted);
  text-decoration: line-through;
}

.quantity-control {
  align-items: center;
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: 2.5rem 1fr 2.5rem;
  height: 2.8rem;
  margin-bottom: 0.75rem;
}

.quantity-control button {
  background: transparent;
  border: 0;
  font-size: 1.25rem;
  height: 100%;
}

.quantity-control span {
  text-align: center;
}

.product-add {
  background: var(--ink);
  color: white;
  width: 100%;
}

.quiz-section {
  background:
    linear-gradient(rgba(36, 31, 27, 0.42), rgba(36, 31, 27, 0.42)),
    url("https://images.unsplash.com/photo-1553361371-9b22f78e8b1d?auto=format&fit=crop&w=1800&q=82") center/cover;
  color: white;
  padding: clamp(4rem, 8vw, 7rem) 6vw;
}

.quiz-panel {
  max-width: 46rem;
}

.quiz-form {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.quiz-form label {
  display: grid;
  font-size: 0.8rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quiz-form select,
.quiz-form input {
  accent-color: var(--gold);
  background: rgba(255, 250, 243, 0.94);
  border: 0;
  color: var(--ink);
  min-height: 3.1rem;
  padding: 0 0.9rem;
}

.site-footer {
  background: var(--ink);
  color: white;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  padding: 3rem 6vw;
}

.footer-brand .brand-mark {
  background: white;
  color: var(--ink);
}

.footer-brand {
  background: white;
  padding: 0.45rem 0.7rem;
}

.footer-brand .brand-logo {
  height: 2rem;
  max-width: 12rem;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.68);
  max-width: 34rem;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.accessibility-tools {
  bottom: 18%;
  left: 0;
  position: fixed;
  z-index: 80;
}

.accessibility-trigger {
  align-items: center;
  background: var(--plum);
  border: 2px solid white;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 8px 24px rgba(36, 31, 27, 0.2);
  color: white;
  display: flex;
  height: 44px;
  justify-content: center;
  opacity: 0.82;
  padding: 0 0.55rem 0 0.4rem;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 42px;
}

.accessibility-trigger:hover,
.accessibility-trigger:focus-visible,
.accessibility-tools.is-open .accessibility-trigger {
  opacity: 1;
  transform: translateX(2px);
}

.accessibility-trigger svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
  width: 25px;
}

.accessibility-panel {
  background: #fffaf3;
  border: 1px solid rgba(36, 31, 27, 0.2);
  border-radius: 12px;
  bottom: 0;
  box-shadow: 0 18px 54px rgba(36, 31, 27, 0.24);
  color: #241f1b;
  left: 52px;
  max-height: min(620px, 82vh);
  overflow-y: auto;
  padding: 1rem;
  position: absolute;
  width: min(320px, calc(100vw - 70px));
}

.accessibility-panel[hidden] {
  display: none;
}

.accessibility-panel-header {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.accessibility-panel .eyebrow {
  color: #7b2332;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
}

.accessibility-panel h2 {
  font-family: Georgia, serif;
  font-size: 1.35rem;
  margin: 0 0 0.8rem;
}

.accessibility-close {
  background: transparent;
  border: 0;
  color: inherit;
  font-size: 1.65rem;
  line-height: 1;
  padding: 0.1rem 0.3rem;
}

.accessibility-options {
  display: grid;
  gap: 0.45rem;
}

.accessibility-options button {
  align-items: center;
  background: white;
  border: 1px solid rgba(36, 31, 27, 0.16);
  border-radius: 8px;
  color: inherit;
  display: grid;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 0.55rem;
  grid-template-columns: 2rem 1fr auto;
  min-height: 44px;
  padding: 0.48rem 0.65rem;
  text-align: left;
}

.accessibility-options button[aria-pressed="true"] {
  background: #241f1b;
  border-color: #241f1b;
  color: white;
}

.accessibility-options button b {
  font-size: 0.94rem;
  text-align: center;
}

.accessibility-options button span {
  font-size: 0.65rem;
  font-weight: 700;
  opacity: 0.68;
}

.accessibility-reset {
  background: transparent;
  border: 0;
  color: #7b2332;
  font-size: 0.75rem;
  font-weight: 850;
  margin-top: 0.7rem;
  padding: 0.35rem 0;
  text-decoration: underline;
}

.accessibility-links {
  color: #6f6258;
  font-size: 0.7rem;
  margin: 0.35rem 0 0;
}

.accessibility-links a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sr-status {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html[data-a11y-text-size="1"] {
  font-size: 115%;
}

html[data-a11y-text-size="2"] {
  font-size: 130%;
}

html.a11y-grayscale {
  filter: grayscale(1);
}

html.a11y-high-contrast body {
  --ink: #000;
  --muted: #111;
  --paper: #fff;
  --cream: #fff;
  --line: #000;
  background: #fff;
  color: #000;
}

html.a11y-high-contrast :where(button, input, select, article, section) {
  border-color: currentColor;
}

html.a11y-underline-links a {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 0.16em;
}

html.a11y-readable-font body,
html.a11y-readable-font :where(h1, h2, h3, h4, p, a, button, input, select, label, span) {
  font-family: Arial, Helvetica, sans-serif !important;
}

html.a11y-reduce-motion,
html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 1ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 1ms !important;
}

/* Reusable editorial wine-detail template */
.product-art {
  border: 0;
  color: inherit;
  cursor: pointer;
  width: 100%;
}

.product-art:hover .product-bottle,
.product-art:focus-visible .product-bottle {
  transform: translateY(-0.35rem) scale(1.02);
}

.product-art .product-bottle {
  transition: transform 220ms ease;
}

.sip-card {
  border: 0;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.product-transition {
  align-items: center;
  background: rgba(255, 253, 248, 0.94);
  display: grid;
  inset: 0;
  justify-items: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 240ms ease;
  z-index: 110;
}

.product-transition.is-active {
  opacity: 1;
  pointer-events: auto;
}

.product-transition-ghosts {
  display: flex;
  gap: clamp(4rem, 10vw, 12rem);
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease 70ms;
}

.product-transition.is-active .product-transition-ghosts {
  opacity: 0.14;
}

.product-transition-ghosts i,
.wine-detail-ghosts i {
  background: #776c63;
  border-radius: 0.7rem 0.7rem 0.2rem 0.2rem;
  height: 12rem;
  position: relative;
  width: 3.5rem;
}

.product-transition-ghosts i::before,
.wine-detail-ghosts i::before {
  background: inherit;
  border-radius: 0.28rem 0.28rem 0 0;
  content: "";
  height: 3.8rem;
  left: 1.05rem;
  position: absolute;
  top: -3.4rem;
  width: 1.4rem;
}

.product-transition-bottle {
  height: 16rem;
  opacity: 0;
  transform: translateY(1.25rem) scale(0.86);
  transition: opacity 210ms ease 80ms, transform 330ms cubic-bezier(0.16, 1, 0.3, 1) 80ms;
  width: 4.7rem;
}

.product-transition.is-active .product-transition-bottle {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.product-transition p {
  bottom: 12%;
  color: var(--muted);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  opacity: 0;
  position: absolute;
  text-transform: uppercase;
  transition: opacity 180ms ease 150ms;
}

.product-transition.is-active p {
  opacity: 1;
}

body.is-loading-product > :not(.product-transition) {
  filter: blur(2px);
  opacity: 0.14;
  transition: filter 200ms ease, opacity 200ms ease;
}

.product-detail-page {
  background: #f7f5ef;
  min-height: calc(100vh - 142px);
  padding: clamp(1rem, 3vw, 3rem);
}

.wine-detail-template {
  background: #fcfbf7;
  border: 1px solid rgba(36, 31, 27, 0.1);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  margin: 0 auto;
  max-width: 1360px;
  min-height: min(760px, calc(100vh - 205px));
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 480ms ease 80ms, transform 560ms cubic-bezier(0.16, 1, 0.3, 1) 80ms;
}

.product-detail-page.is-ready .wine-detail-template {
  opacity: 1;
  transform: translateY(0);
}

.wine-detail-stage {
  background: #f5f4ef;
  min-height: 100%;
  overflow: hidden;
  padding: 1.2rem;
  position: relative;
}

.wine-detail-back {
  border: 1px solid rgba(36, 31, 27, 0.2);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
}

.wine-detail-ghosts {
  display: flex;
  gap: clamp(7rem, 14vw, 13rem);
  justify-content: center;
  left: 50%;
  opacity: 0.12;
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wine-detail-ghosts i {
  filter: blur(7px);
  height: 14rem;
  width: 4rem;
}

.wine-detail-bottle-wrap {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding-top: 2rem;
  position: absolute;
}

.wine-detail-bottle {
  box-shadow: 0 25px 35px rgba(36, 31, 27, 0.2);
  height: clamp(20rem, 44vw, 31rem);
  transform: translateY(12px) scale(0.93);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1) 180ms;
  width: clamp(5.9rem, 11vw, 8rem);
}

img.wine-detail-bottle {
  height: min(76%, 33rem);
  max-height: clamp(22rem, 46vw, 34rem);
  max-width: min(70%, 24rem);
  object-fit: contain;
  transform: translateY(12px) scale(0.93);
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1) 180ms;
  width: auto;
}

.wine-detail-bottle::before {
  height: clamp(5.7rem, 10vw, 7.5rem);
  left: 31%;
  top: calc(clamp(5.7rem, 10vw, 7.5rem) * -0.9);
  width: 36%;
}

.wine-detail-bottle::after {
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  left: 11%;
  min-height: 30%;
  padding-top: 0.8rem;
  top: 33%;
  width: 78%;
}

.product-detail-page.is-ready .wine-detail-bottle {
  transform: translateY(0) scale(1);
}

.product-detail-page.is-ready img.wine-detail-bottle {
  transform: translateY(0) scale(1);
}

.wine-detail-pager {
  align-items: center;
  bottom: 1.25rem;
  display: grid;
  font-size: 0.7rem;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
}

.wine-detail-pager button {
  background: transparent;
  border: 1px solid rgba(36, 31, 27, 0.18);
  font-size: 1.1rem;
  height: 2.65rem;
  width: 2.65rem;
}

.wine-detail-pager span {
  color: var(--muted);
  letter-spacing: 0.12em;
  text-align: center;
}

.wine-detail-panel {
  display: flex;
  flex-direction: column;
  padding: clamp(1.6rem, 4vw, 4rem);
}

.wine-detail-meta {
  border-bottom: 1px solid rgba(36, 31, 27, 0.12);
  display: flex;
  font-size: 0.65rem;
  font-weight: 900;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-bottom: 1.1rem;
  text-transform: uppercase;
}

.wine-detail-heading {
  align-items: end;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding-top: clamp(2rem, 5vw, 4.5rem);
}

.wine-vintage {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.wine-detail-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5.2vw, 5.7rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
  margin: 0;
  max-width: 7ch;
}

.wine-detail-price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  margin: 0;
  white-space: nowrap;
}

.wine-detail-description {
  color: var(--muted);
  line-height: 1.65;
  margin: 1.8rem 0;
  max-width: 55ch;
}

.wine-detail-buy {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 3.2rem 1fr;
}

.wine-detail-quantity {
  align-items: center;
  border: 1px solid rgba(36, 31, 27, 0.2);
  display: flex;
  font-size: 0.85rem;
  justify-content: center;
}

.wine-detail-add {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: white;
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding: 1rem 1.2rem;
  text-transform: uppercase;
}

.wine-detail-add span {
  font-weight: 500;
  letter-spacing: 0;
}

.wine-detail-specs {
  border-block: 1px solid rgba(36, 31, 27, 0.12);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 2.3rem 0 1.6rem;
  padding: 1.2rem 0;
}

.wine-detail-specs div {
  min-width: 0;
}

.wine-detail-specs dt,
.wine-detail-senses span,
.wine-detail-notes > span {
  color: var(--muted);
  display: block;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.38rem;
  text-transform: uppercase;
}

.wine-detail-specs dd {
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}

.wine-detail-senses {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
}

.wine-detail-senses p {
  font-size: 0.75rem;
  line-height: 1.55;
  margin: 0;
}

.wine-detail-notes {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 2.2rem;
}

.wine-detail-notes > span {
  margin: 0 0.45rem 0 0;
}

.wine-detail-notes b {
  background: var(--cream);
  border-radius: 999px;
  font-size: 0.68rem;
  padding: 0.38rem 0.55rem;
}

@media (max-width: 840px) {
  .product-detail-page {
    min-height: auto;
    padding: 0;
  }

  .wine-detail-template {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .wine-detail-stage {
    min-height: 31rem;
  }

  .wine-detail-panel {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .wine-detail-stage {
    min-height: 26rem;
  }

  .wine-detail-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.9rem;
  }

  .wine-detail-heading h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .wine-detail-specs,
  .wine-detail-senses {
    grid-template-columns: repeat(2, 1fr);
  }

  .wine-detail-senses article:last-child {
    grid-column: span 2;
  }
}

.policy-main {
  background: #fffaf5;
  min-height: 70vh;
  padding: clamp(3rem, 7vw, 6rem) 6vw;
}

.policy-shell {
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 20px 55px rgba(36, 31, 27, 0.08);
  margin: 0 auto;
  max-width: 920px;
  padding: clamp(1.5rem, 5vw, 4.5rem);
}

.policy-intro {
  border-bottom: 1px solid var(--line);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.policy-intro .eyebrow {
  color: var(--plum);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.policy-intro h1 {
  font-family: Georgia, serif;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0.4rem 0 1rem;
}

.policy-intro > p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 68ch;
}

.policy-updated {
  font-size: 0.8rem !important;
  font-weight: 800;
}

.policy-content {
  color: #382f29;
}

.policy-content h2 {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin: 2.2rem 0 0.65rem;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content p,
.policy-content li {
  line-height: 1.75;
}

.policy-content li + li {
  margin-top: 0.45rem;
}

.policy-content a {
  color: var(--plum);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.policy-note,
.policy-contact {
  background: var(--cream);
  border-left: 4px solid var(--plum);
  margin-top: 1.3rem;
  padding: 1rem 1.15rem;
}

.drawer,
.mobile-menu,
.promo-modal {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 60;
}

.drawer,
.mobile-menu {
  background: rgba(36, 31, 27, 0.45);
}

.drawer.is-open,
.mobile-menu.is-open,
.promo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.drawer-panel,
.mobile-menu-panel {
  background: var(--paper);
  box-shadow: var(--shadow);
  height: 100%;
  margin-left: auto;
  max-width: 460px;
  overflow-y: auto;
  padding: 1.2rem;
  transform: translateX(100%);
  transition: transform 220ms ease;
  width: min(92vw, 460px);
}

.search-drawer .drawer-panel {
  max-width: 920px;
  width: min(94vw, 920px);
}

.drawer.is-open .drawer-panel {
  transform: translateX(0);
}

.drawer-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
  padding-bottom: 1rem;
}

.drawer-header h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}

.search-field {
  display: grid;
  gap: 0.45rem;
}

.search-field span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.search-field input {
  border: 1px solid var(--line);
  min-height: 3.4rem;
  padding: 0 1rem;
  width: 100%;
}

.search-results {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.search-explorer { display: grid; gap: 1rem; grid-template-columns: minmax(0, 1fr) minmax(15rem, .78fr); }
.search-result-list { display: grid; gap: .7rem; }
.result-row { cursor: pointer; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.result-row:hover, .result-row:focus-within { background: #fffdf9; border-color: var(--plum); transform: translateX(-2px); }
.search-product-preview { align-content: start; background: linear-gradient(145deg, #f8f0e5, #fffdf9); border: 1px solid var(--line); display: grid; gap: .7rem; min-height: 23rem; padding: 1rem; position: sticky; top: 0; }
.search-product-preview > p, .search-product-preview > div > span { color: var(--plum); font-size: .65rem; font-weight: 900; letter-spacing: .1em; margin: 0; text-transform: uppercase; }
.search-product-preview .search-preview-bottle { justify-self: center; max-height: 9rem; min-height: 7rem; }
.search-product-preview h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; line-height: 1; margin: .2rem 0; }
.search-product-preview div > p, .search-product-preview small { color: var(--muted); display: block; line-height: 1.45; margin: 0; }
.search-product-preview button { background: var(--ink); border: 0; color: white; font-weight: 900; justify-self: start; padding: .75rem .95rem; text-transform: uppercase; }

.result-row,
.cart-row {
  align-items: center;
  border: 1px solid var(--line);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 3.2rem 1fr auto;
  padding: 0.65rem;
}

.result-thumb,
.cart-thumb {
  background: var(--bottle, var(--plum));
  height: 3.2rem;
  width: 1.2rem;
  justify-self: center;
}

.cart-product-image {
  background: transparent;
  object-fit: contain;
}

.cart-commerce-status {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0 0 0.8rem;
}

.cart-perks {
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}

.cart-perks span {
  background: var(--cream);
  font-weight: 900;
  padding: 0.9rem;
  text-align: center;
  text-transform: uppercase;
}

.cart-empty {
  background: white;
  border: 1px solid var(--line);
  padding: 1rem;
}

.cart-items {
  display: grid;
  gap: 0.7rem;
}

.cart-row-actions { align-items: end; display: grid; gap: .35rem; justify-items: end; }
.cart-quantity-control { align-items: center; border: 1px solid var(--line); display: inline-grid; grid-template-columns: 1.65rem 1.7rem 1.65rem; }
.cart-quantity-control button { background: transparent; border: 0; color: var(--plum); cursor: pointer; font-size: 1.15rem; font-weight: 800; height: 1.9rem; }
.cart-quantity-control output { font-size: .82rem; font-weight: 900; text-align: center; }

.case-progress {
  background: #f8ead8;
  border: 1px solid rgba(36, 31, 27, 0.18);
  margin-bottom: 1rem;
  padding: 1rem;
}

.case-progress[hidden] {
  display: none;
}

.completed-case-list {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.completed-case {
  background: var(--ink);
  color: white;
}

.completed-case summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  list-style: none;
  padding: 0.72rem 0.8rem;
}

.completed-case summary::-webkit-details-marker {
  display: none;
}

.completed-case summary > span {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  min-width: 0;
}

.completed-case summary i {
  align-items: center;
  background: var(--winc-lime);
  border-radius: 50%;
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}

.completed-case summary strong {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.completed-case summary small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.6rem;
  font-weight: 850;
  text-transform: uppercase;
}

.completed-case summary b {
  color: var(--winc-lime);
  font-size: 1rem;
  transform: rotate(0);
  transition: transform 180ms ease;
}

.completed-case[open] summary b {
  transform: rotate(180deg);
}

.completed-case summary:hover,
.completed-case summary:focus-visible {
  background: var(--plum);
  outline: none;
}

.completed-wine-case {
  border-width: 5px;
  box-shadow: none;
  margin: 0 0.75rem 0.75rem;
  padding: 0.4rem;
}

.completed-wine-case .case-grid {
  gap: 0.3rem;
}

.case-progress-heading {
  align-items: start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.case-progress-heading p {
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
}

.case-progress-heading strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.case-progress-heading > span {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  flex: 0 0 auto;
  font-size: 0.65rem;
  font-weight: 900;
  padding: 0.45rem 0.6rem;
  text-transform: uppercase;
}

.wine-case {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 30% 70%, rgba(36, 31, 27, 0.1)),
    #b87b48;
  border: 7px solid #7e4c2a;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(72, 42, 22, 0.18);
  padding: 0.55rem;
  position: relative;
}

.wine-case::before,
.wine-case::after {
  background: rgba(67, 38, 19, 0.36);
  content: "";
  height: 0.28rem;
  left: 0.55rem;
  position: absolute;
  right: 0.55rem;
}

.wine-case::before {
  top: 50%;
}

.wine-case::after {
  display: none;
}

.case-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  z-index: 1;
}

.case-slot {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(255, 245, 226, 0.25);
  border: 1px solid rgba(67, 38, 19, 0.42);
  display: flex;
  justify-content: center;
  position: relative;
}

button.case-slot { cursor: pointer; padding: 0; }
button.case-slot:hover, button.case-slot:focus-visible { background: rgba(255, 245, 226, 0.45); outline: 2px solid var(--winc-lime); outline-offset: -3px; }

.case-slot i {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 68%;
  justify-content: center;
  position: relative;
  width: 68%;
}

.case-slot.is-filled i {
  background:
    radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.34) 0 7%, transparent 8%),
    var(--case-bottle, var(--plum));
  border: 3px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 3px 7px rgba(36, 31, 27, 0.34),
    inset 0 0 0 4px rgba(0, 0, 0, 0.12);
}

.case-slot.is-filled i::after {
  background: #d7b87c;
  border: 1px solid rgba(36, 31, 27, 0.32);
  border-radius: 50%;
  content: "";
  height: 30%;
  width: 30%;
}

.case-slot.is-empty i {
  border: 2px dashed rgba(67, 38, 19, 0.36);
}

.case-slot.is-empty i::after {
  color: rgba(67, 38, 19, 0.44);
  content: "+";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
}

.case-remaining {
  font-size: 0.8rem;
  font-weight: 850;
  margin: 0.9rem 0 0;
  text-align: center;
}

.cart-bottle-picker {
  align-items: center;
  background: rgba(24, 17, 15, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 160ms ease;
  z-index: 1600;
}

.cart-bottle-picker.is-open { opacity: 1; pointer-events: auto; }
.cart-bottle-picker-card { background: var(--paper); box-shadow: 0 2rem 6rem rgba(17, 11, 9, 0.4); max-height: min(86vh, 45rem); max-width: 44rem; overflow: auto; padding: clamp(1.1rem, 3vw, 2rem); width: 100%; }
.cart-bottle-picker-heading { align-items: start; display: flex; justify-content: space-between; gap: 1rem; }
.cart-bottle-picker-heading p { color: var(--plum); font-size: 0.65rem; font-weight: 900; letter-spacing: .12em; margin: 0 0 .25rem; text-transform: uppercase; }
.cart-bottle-picker-heading h2 { font-size: clamp(2rem, 5vw, 3.1rem); margin: 0; }
.cart-picker-controls { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 1.2fr .8fr; margin-top: 1.2rem; padding: 1rem 0; }
.cart-picker-categories { display: flex; flex-wrap: wrap; gap: .35rem; }
.cart-picker-categories button { background: #fff; border: 1px solid var(--line); color: var(--ink); font-size: .67rem; font-weight: 900; padding: .55rem .7rem; text-transform: uppercase; }
.cart-picker-categories button.is-active { background: var(--plum); border-color: var(--plum); color: #fff; }
.cart-picker-price { display: grid; gap: .45rem; }
.cart-picker-price span { color: var(--muted); display: flex; font-size: .65rem; font-weight: 900; justify-content: space-between; letter-spacing: .05em; text-transform: uppercase; }
.cart-picker-price strong { color: var(--plum); }
.cart-picker-price input { accent-color: var(--plum); width: 100%; }
.cart-picker-result-count { color: var(--muted); font-size: .7rem; font-weight: 800; margin: .9rem 0 .45rem; }
.cart-picker-results { border-top: 1px solid var(--line); }
.cart-picker-product { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: .8rem; grid-template-columns: 2.5rem minmax(0, 1fr) auto; padding: .75rem 0; }
.cart-picker-product > div { min-width: 0; }
.cart-picker-product > div > span { color: var(--plum); font-size: .6rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.cart-picker-product h3 { font-size: .92rem; margin: .15rem 0; }
.cart-picker-product p { color: var(--muted); font-size: .72rem; margin: 0; }
.cart-picker-product button { background: var(--ink); border: 0; color: #fff; font-size: .67rem; font-weight: 900; padding: .58rem .72rem; text-transform: uppercase; }
.cart-picker-bottle { background: var(--picker-bottle); border-radius: 42% 42% 8% 8% / 9% 9% 3% 3%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); height: 3.1rem; justify-self: center; position: relative; width: 1.12rem; }
.cart-picker-bottle::after { background: var(--picker-label); content: ""; height: 42%; left: .12rem; position: absolute; right: .12rem; top: 40%; }
.cart-picker-empty { color: var(--muted); font-size: .82rem; padding: 1rem 0; }

@media (max-width: 560px) {
  .search-explorer { grid-template-columns: 1fr; }
  .search-product-preview { display: none; }
  .cart-picker-controls { grid-template-columns: 1fr; }
  .cart-bottle-picker { align-items: end; padding: 0; }
  .cart-bottle-picker-card { max-height: 88vh; padding: 1.1rem; }
}

.cart-row h3,
.result-row h3 {
  font-size: 0.95rem;
  margin: 0;
}

.cart-row p,
.result-row p {
  color: var(--muted);
  margin: 0.2rem 0 0;
}

.remove-item {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.cart-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  position: static;
}

.cart-footer div {
  display: flex;
  justify-content: space-between;
}

.mobile-menu-panel {
  margin-left: 0;
  transform: translateX(-100%);
}

.mobile-menu.is-open .mobile-menu-panel {
  transform: translateX(0);
}

.mobile-menu-panel > a {
  border-bottom: 1px solid var(--line);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  padding: 0.85rem 0;
}

.promo-modal {
  align-items: center;
  background: rgba(36, 31, 27, 0.68);
  display: flex;
  justify-content: center;
  padding: 1rem;
  z-index: 90;
}

.promo-card {
  background: var(--paper);
  box-shadow: var(--shadow);
  max-width: 34rem;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
  text-align: center;
  width: min(100%, 34rem);
}

.promo-card .icon-button {
  position: absolute;
  right: 0.8rem;
  top: 0.8rem;
}

.promo-card .eyebrow {
  color: var(--plum);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.promo-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0 0 1rem;
}

.promo-preorders {
  display: inline-block;
  white-space: nowrap;
}

.promo-card p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 auto;
  max-width: 28rem;
}

.promo-card .promo-note {
  font-size: 0.88rem;
  margin-top: 1.25rem;
}

.promo-instructions .promo-deadline {
  background: var(--winc-lime);
  box-decoration-break: clone;
  color: var(--plum);
  font-weight: 950;
  padding: 0.08em 0.25em;
  -webkit-box-decoration-break: clone;
}

.promo-bottom {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.8rem;
  margin-top: 1.8rem;
  padding-top: 1.35rem;
}

.promo-card .promo-shipping {
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.025em;
}

.promo-contact-button {
  background: var(--plum);
  color: white;
  display: block;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.35;
  padding: 0.85rem 1rem;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.promo-contact-button:hover,
.promo-contact-button:focus-visible {
  background: var(--winc-lime);
  color: var(--ink);
  transform: translateY(-1px);
}

.reveal {
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-visible {
  animation: reveal-rise 600ms ease both;
}

@keyframes reveal-rise {
  from {
    opacity: 1;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Screenshot-inspired storefront flow */
.site-header {
  border-top: 4px solid #f3e6a0;
}

.nav-shell {
  min-height: 62px;
  padding: 0 24px;
}

.desktop-nav,
.nav-actions {
  gap: clamp(1.45rem, 2vw, 2.55rem);
}

.desktop-nav a,
.desktop-nav button,
.cart-link {
  font-size: 0.92rem;
}

.give-pill {
  padding: 0.62rem 1.15rem !important;
}

.ship-control span {
  font-size: 0.9rem;
}

.ship-control select {
  border-width: 3px;
  font-size: 1rem;
  min-height: 2.35rem;
  min-width: 5.6rem;
  padding: 0 2.2rem 0 1.05rem;
}

.icon-button,
.cart-link {
  height: 2.35rem;
  width: 2.35rem;
}

.icon-button svg,
.cart-link svg {
  height: 1.3rem;
  width: 1.3rem;
}

.hero {
  border-radius: 28px;
  margin: 1rem 1rem 0;
  min-height: min(74vh, 740px);
}

.hero::after {
  width: min(42.8vw, 720px);
}

.hero::before {
  left: 22.4%;
  width: min(21.5vw, 370px);
}

.hero h1 {
  font-size: clamp(2.8rem, 4.05vw, 5.15rem);
  letter-spacing: -0.045em;
  max-width: 9.7ch;
}

.hero-content {
  margin-bottom: clamp(4.7rem, 8.8vw, 8.2rem);
  margin-left: clamp(3.8rem, 4.8vw, 6rem);
  max-width: 34rem;
}

.hero blockquote {
  margin-top: 2rem;
  max-width: 18.4rem;
}

.hero blockquote p {
  font-size: clamp(1rem, 1.08vw, 1.2rem);
  font-weight: 700;
}

.hero .primary-button {
  display: inline-flex;
  letter-spacing: 0;
  margin-top: 1rem;
  text-transform: none;
}

.quote-band {
  display: grid;
  justify-items: center;
  padding: 2.35rem 1rem 4rem;
}

.quote-card {
  border: 1.5px solid var(--ink);
  border-radius: 0 0 32px 32px;
  max-width: 620px;
  padding: 1.25rem 3.2rem 0.9rem;
  position: relative;
  text-align: center;
}

.quote-card::before,
.quote-card::after {
  background: #fffaf5;
  content: "";
  height: 1.5rem;
  position: absolute;
  top: -1px;
  width: 4.7rem;
}

.quote-card::before {
  left: -1px;
}

.quote-card::after {
  right: -1px;
}

.quote-card p {
  font-size: 1.05rem;
  margin: 0.4rem 0 1rem;
}

.quote-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: -2.1rem;
}

.quote-left {
  left: 0.05rem;
}

.quote-right {
  right: 0.05rem;
  top: 1.4rem;
}

.quote-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.quote-dots span {
  background: #cbd1c8;
  border-radius: 50%;
  height: 0.65rem;
  width: 0.65rem;
}

.quote-dots .active {
  background: var(--ink);
  border-radius: 999px;
  width: 1.45rem;
}

.how-flow {
  padding: 0 clamp(1rem, 6vw, 7rem) 4rem;
}

.house-cellar {
  padding: 0 clamp(1rem, 6vw, 7rem) 4rem;
}

.estate-shell {
  background: #efe7dc;
  border-radius: 3.2rem 3.2rem 0 0;
  padding: clamp(2rem, 5vw, 5.5rem) clamp(1.25rem, 5vw, 5.5rem) 6rem;
  text-align: left;
}

.estate-story {
  align-items: stretch;
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.96fr);
  margin: 0 auto;
  max-width: 1180px;
}

.estate-copy {
  align-self: center;
  padding: clamp(1rem, 3vw, 3rem) 0;
}

.estate-eyebrow {
  color: var(--plum);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  margin: 0 0 1.3rem;
  text-transform: uppercase;
}

.estate-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 6.6rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.89;
  margin: 0;
  max-width: 8.2ch;
}

.estate-lede {
  color: #4d433c;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.6;
  margin: 2rem 0 1.8rem;
  max-width: 37rem;
}

.estate-service-line {
  border-bottom: 1px solid rgba(36, 31, 27, 0.22);
  border-top: 1px solid rgba(36, 31, 27, 0.22);
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 1.8rem;
}

.estate-service-line span {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.8rem 1rem 0.8rem 0;
  text-transform: uppercase;
}

.estate-service-line span:not(:last-child)::after {
  color: var(--plum);
  content: "◆";
  font-size: 0.42rem;
  margin-left: 1rem;
  vertical-align: 0.15em;
}

.estate-text-link {
  border-bottom: 2px solid currentColor;
  display: inline-flex;
  font-size: 0.83rem;
  font-weight: 950;
  gap: 0.75rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.28rem;
  text-transform: uppercase;
}

.estate-text-link span {
  color: var(--plum);
}

.estate-art {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.11) 0 1px, transparent 1.5px) 0 0 / 15px 15px,
    #6e1628;
  min-height: 38rem;
  overflow: hidden;
  position: relative;
}

.estate-art::before {
  border: 1px solid rgba(255, 255, 255, 0.28);
  content: "";
  inset: 1.1rem;
  pointer-events: none;
  position: absolute;
}

.estate-monogram {
  align-items: center;
  background: var(--winc-lime);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  height: clamp(11rem, 18vw, 16rem);
  justify-content: center;
  left: 7%;
  position: absolute;
  top: 8%;
  transform: rotate(-7deg);
  width: clamp(11rem, 18vw, 16rem);
  z-index: 2;
}

.estate-monogram span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 8vw, 7.3rem);
  letter-spacing: -0.13em;
  line-height: 0.75;
  margin-left: -0.12em;
}

.estate-monogram small {
  font-size: 0.54rem;
  font-weight: 950;
  letter-spacing: 0.2em;
  margin-top: 1rem;
}

.auction-card {
  background: #f4dec2;
  box-shadow: 0 24px 45px rgba(17, 5, 8, 0.3);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  position: absolute;
  right: 6%;
  top: 17%;
  transform: rotate(5deg);
  width: min(42%, 12rem);
  z-index: 3;
}

.auction-card small,
.auction-card span {
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auction-card strong {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 0.88;
  margin: 1rem 0;
  padding: 1rem 0;
}

.cellar-bottles {
  align-items: end;
  bottom: -0.75rem;
  display: flex;
  gap: clamp(0.45rem, 1.3vw, 1rem);
  left: 8%;
  position: absolute;
}

.cellar-bottles i {
  background: #160d0d;
  border-radius: 42% 42% 8% 8% / 11% 11% 3% 3%;
  display: block;
  height: clamp(14rem, 26vw, 23rem);
  position: relative;
  width: clamp(2.8rem, 5vw, 4.4rem);
}

.cellar-bottles i::before {
  background: #160d0d;
  content: "";
  height: 21%;
  left: 32%;
  position: absolute;
  top: -15%;
  width: 36%;
}

.cellar-bottles i::after {
  background: #dbc69e;
  content: "";
  height: 29%;
  left: 12%;
  position: absolute;
  top: 40%;
  width: 76%;
}

.cellar-bottles i:nth-child(2),
.cellar-bottles i:nth-child(4) {
  height: clamp(16rem, 29vw, 26rem);
}

.cellar-bottles i:nth-child(3)::after { background: #c9d6b1; }
.cellar-bottles i:nth-child(4)::after { background: #f1e5d3; }

.delivery-seal {
  align-items: center;
  background: #d9a441;
  border: 6px double var(--ink);
  border-radius: 50%;
  bottom: 8%;
  display: flex;
  height: 8.8rem;
  justify-content: center;
  position: absolute;
  right: 4%;
  transform: rotate(9deg);
  width: 8.8rem;
  z-index: 4;
}

.delivery-seal strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
}

.delivery-seal span {
  border-left: 1px solid var(--ink);
  font-size: 0.52rem;
  font-weight: 950;
  line-height: 1.15;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}

.estate-pillars {
  border-bottom: 1px solid rgba(36, 31, 27, 0.22);
  border-top: 1px solid rgba(36, 31, 27, 0.22);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: clamp(3rem, 6vw, 6rem) auto 0;
  max-width: 1180px;
}

.estate-pillars article {
  padding: 2.2rem clamp(1.25rem, 3vw, 2.8rem) 2.6rem 0;
}

.estate-pillars article:not(:last-child) {
  border-right: 1px solid rgba(36, 31, 27, 0.22);
  margin-right: clamp(1.25rem, 3vw, 2.8rem);
}

.estate-pillars span {
  color: var(--plum);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.estate-pillars h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 2.4rem 0 0.9rem;
}

.estate-pillars p {
  color: #554a42;
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}

.estate-bundle-callout {
  align-items: end;
  background: var(--ink);
  color: white;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr auto;
  margin: 2rem auto 0;
  max-width: 1180px;
  padding: clamp(2rem, 4vw, 4.2rem);
  position: relative;
}

.estate-bundle-callout::before {
  color: rgba(239, 250, 183, 0.15);
  content: "L’CHAIM";
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 10vw, 9rem);
  line-height: 0.7;
  position: absolute;
  right: 2rem;
  top: 1rem;
}

.estate-bundle-callout > * {
  position: relative;
  z-index: 1;
}

.estate-bundle-callout .estate-eyebrow {
  color: var(--winc-lime);
}

.estate-bundle-callout h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0;
}

.estate-bundle-callout p:not(.estate-eyebrow) {
  color: rgba(255, 255, 255, 0.7);
  margin: 1rem 0 0;
  max-width: 42rem;
}

.estate-bundle-callout .primary-button {
  background: var(--winc-lime);
  color: var(--ink);
  white-space: nowrap;
}

.estate-shell .member-love {
  text-align: center;
}

.flow-shell {
  background: #e8f3f3;
  border-radius: 51% 49% 4% 4% / 12% 16% 0 0;
  overflow: hidden;
  padding: clamp(5rem, 9vw, 8.5rem) clamp(1.5rem, 6vw, 7rem) 6rem;
  text-align: center;
}

.flow-heading h2,
.member-love h2,
.recommendation-heading h2,
.checkout-wave h2,
.product-detail-page h2,
.next-sip h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.flow-heading p,
.recommendation-heading p {
  font-size: 1.05rem;
  margin: 0.8rem 0 0;
}

.flow-line {
  height: 178px;
  margin: 2.2rem auto 0;
  max-width: 1060px;
  position: relative;
}

.flow-line svg {
  height: 100%;
  inset: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
}

.flow-line path {
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.step-bubble {
  align-items: center;
  background: #00120d;
  border-radius: 50%;
  color: var(--winc-lime);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 900;
  height: 6.2rem;
  justify-content: center;
  position: absolute;
  top: 3.1rem;
  width: 6.2rem;
}

.step-bubble.one {
  left: 16%;
}

.step-bubble.two {
  left: 50%;
  transform: translateX(-50%);
}

.step-bubble.three {
  right: 16%;
}

.flow-steps {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 960px;
}

.flow-steps h3 {
  font-size: 1.04rem;
  line-height: 1.45;
  margin: 0 0 0.55rem;
}

.flow-steps p {
  color: #36443f;
  font-size: 0.94rem;
  margin: 0;
}

.flow-cta {
  letter-spacing: 0;
  margin-top: 2rem;
  text-transform: none;
}

.member-love {
  margin: 6.8rem auto 0;
  max-width: 820px;
}

.perk-row {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  margin: 2.6rem auto 2rem;
  max-width: 720px;
}

.perk-row span {
  display: grid;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 0.55rem;
  justify-items: center;
}

.perk-row b {
  align-items: center;
  background: #00120d;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-size: 1.4rem;
  height: 2.7rem;
  justify-content: center;
  width: 2.7rem;
}

.perk-row i {
  background: #00120d;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
}

.member-love > p {
  margin: 0 auto 1.8rem;
  max-width: 430px;
}

.membership-cards {
  align-items: start;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 700px;
}

.membership-card {
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid var(--ink);
  border-radius: 18px;
  box-shadow: none;
  min-height: 10rem;
  padding: 1.35rem 1.5rem 3.4rem;
  position: relative;
}

.membership-card.active {
  background: #fff0b5;
  box-shadow: none;
}

.membership-card h3 {
  font-size: 1rem;
  font-weight: 900;
}

.membership-card p {
  color: var(--ink);
  font-size: 0.78rem;
  margin: 0.65rem 0 0;
}

.membership-card button {
  bottom: -5.3rem;
  display: none;
  left: 50%;
  letter-spacing: 0;
  position: absolute;
  text-transform: none;
  transform: translateX(-50%);
  white-space: nowrap;
}

.membership-card.active button {
  display: inline-flex;
}

.radio-dot {
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  display: block;
  height: 0.65rem;
  margin: 0 auto 0.45rem;
  width: 0.65rem;
}

.active .radio-dot {
  background: var(--ink);
}

.pack-window {
  background: white;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  bottom: -2.6rem;
  height: 5.6rem;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  width: 5.6rem;
}

.mini-pack {
  background:
    linear-gradient(90deg, #4b1f26 0 13%, transparent 13% 18%, #0f4b3f 18% 31%, transparent 31% 38%, #c97860 38% 51%, transparent 51% 58%, #151515 58% 72%, transparent 72%),
    linear-gradient(#c18e5b, #c18e5b);
  bottom: 0.6rem;
  height: 3.5rem;
  left: 1rem;
  position: absolute;
  width: 3.7rem;
}

.recommendations-page {
  padding: 4rem 0 5rem;
  text-align: center;
}

.recommendation-heading {
  margin: 0 auto 3rem;
  max-width: 880px;
  padding: 0 1rem;
}

.rec-track {
  gap: 1.5rem;
  grid-auto-columns: minmax(410px, 32vw);
  padding: 0 2.2rem 2rem;
}

.rec-track .product-card {
  align-items: center;
  background: #f3edf4;
  border: 0;
  border-radius: 18px;
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 40% 1fr;
  min-height: 300px;
  padding: 2.2rem;
  text-align: left;
}

.rec-track .product-card:nth-child(2n + 1) {
  background: #edf7f7;
}

.rec-track .product-art {
  background: transparent;
  min-height: 220px;
  padding: 3rem 0 0;
}

.rec-track .product-art::before,
.rec-track .quantity-control,
.rec-track .product-add {
  display: none;
}

.text-link-card {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  text-align: left;
}

.rec-track .product-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.08;
  margin: 0 0 0.45rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.8rem 0 1.5rem;
}

.tag-row span,
.pill,
.tags span {
  background: #f9dedb;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.35rem 0.55rem;
}

.tag-row span:nth-child(1),
.tags span:nth-child(1) {
  background: #ece5ee;
}

.tag-row span:nth-child(2),
.tags span:nth-child(2) {
  background: #f7e1aa;
}

.product-description {
  color: #59645f;
  font-size: 0.86rem;
  line-height: 1.65;
}

.rec-actions {
  justify-content: center;
  margin: 0 0 1rem;
}

.rec-actions .icon-button {
  border: 2px solid var(--ink);
}

.checkout-wave {
  background: #fbfde5;
  border-radius: 50% 50% 0 0 / 11% 13% 0 0;
  margin: 0 2rem;
  padding: 7rem 1.5rem 6rem;
  text-align: center;
}

.checkout-options {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0 2.8rem;
}

.checkout-options button {
  background: transparent;
  border: 2px solid var(--ink);
  border-radius: 18px;
  font-weight: 900;
  min-width: 220px;
  padding: 1rem;
}

.checkout-options button.active {
  background: var(--winc-lime);
}

.checkout-options span {
  display: block;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 0.35rem;
}

.checkout-wave .primary-button,
.checkout-wave .secondary-button {
  display: flex;
  letter-spacing: 0;
  margin: 0.9rem auto;
  max-width: 260px;
  text-transform: none;
}

.box-notes {
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 4.5rem auto 0;
  max-width: 760px;
}

.box-notes article {
  border: 2px solid var(--ink);
  border-radius: 18px;
  padding: 1.8rem;
}

.box-notes article:first-child {
  background: var(--winc-lime);
}

.box-notes h3,
.split-promo h2,
.reviews-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  letter-spacing: -0.03em;
  margin: 0 0 0.8rem;
}

.product-detail-page {
  padding: 5rem clamp(1rem, 6vw, 7rem);
}

.product-detail-hero {
  display: grid;
  gap: 4rem;
  grid-template-columns: 8rem minmax(260px, 1fr) minmax(320px, 0.9fr);
  min-height: 520px;
}

.thumb-stack {
  display: grid;
  gap: 1rem;
  place-content: start center;
}

.thumb-stack span {
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
}

.large-bottle {
  align-items: start;
  background: #fbfde5;
  border-radius: 48% 52% 0 0 / 18% 24% 0 0;
  display: flex;
  justify-content: center;
  padding-top: 7rem;
}

.large-bottle .product-bottle {
  height: 18rem;
  width: 5rem;
}

.detail-copy {
  padding-top: 3rem;
}

.detail-copy h2 {
  max-width: 12ch;
}

.detail-copy .primary-button {
  display: flex;
  letter-spacing: 0;
  margin: 2rem 0 1rem;
  max-width: 430px;
  text-transform: none;
  width: 100%;
}

.member-price {
  font-size: 1.05rem;
  font-weight: 900;
}

.detail-body {
  color: #3e4844;
  line-height: 1.72;
  max-width: 560px;
}

.wine-profile {
  background: #fbfde5;
  border-radius: 50% 50% 18% 18% / 13% 10% 0 0;
  margin-top: -6rem;
  padding: 13rem 3rem 5rem;
  text-align: center;
}

.profile-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 4rem auto 0;
  max-width: 980px;
  text-align: left;
}

.profile-grid article:nth-child(4) {
  grid-column: 1 / 2;
}

.note-row {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(4, 1fr);
}

.note-row span {
  align-items: center;
  background: #e6f3f4;
  border-radius: 50%;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 800;
  height: 4.6rem;
  justify-content: center;
  padding: 0.5rem;
  text-align: center;
}

.rating-bars {
  display: grid;
  gap: 0.55rem;
}

.rating-bars span {
  background: #d7ecee;
  border-radius: 999px;
  height: 0.36rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.taste-scale {
  align-items: center;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: auto 1fr auto;
  margin-top: 2rem;
}

.taste-scale b {
  background: linear-gradient(90deg, var(--ink) 0 38%, #c8e7ec 38% 100%);
  display: block;
  height: 0.18rem;
}

.split-promo {
  border-radius: 26px;
  display: grid;
  grid-template-columns: 1.35fr 0.78fr;
  margin-top: 4rem;
  overflow: hidden;
}

.split-promo img {
  height: 100%;
  object-fit: cover;
}

.split-promo > div {
  background: #fff0ef;
  padding: clamp(2rem, 5vw, 5rem);
  text-align: center;
}

.compact {
  gap: 1rem;
  margin: 2rem auto;
}

.compact b {
  height: 2.2rem;
  width: 2.2rem;
}

.reviews-panel {
  margin: 4rem auto 0;
  max-width: 760px;
  min-height: 330px;
  text-align: center;
}

.reviews-panel nav {
  display: flex;
  gap: 1.4rem;
  justify-content: flex-start;
}

.reviews-panel a {
  font-weight: 900;
  text-decoration: underline;
}

.reviews-panel button {
  background: #ffd328;
  border: 0;
  border-radius: 999px;
  font-weight: 900;
  padding: 0.8rem 1rem;
}

.next-sip {
  background: #fbfde5;
  padding: 4rem clamp(1rem, 6vw, 7rem);
}

.sip-track {
  display: grid;
  gap: 4.5rem;
  grid-auto-columns: 160px;
  grid-auto-flow: column;
  margin-top: 2.5rem;
  overflow-x: auto;
  padding-bottom: 2rem;
}

.sip-card {
  min-width: 150px;
  position: relative;
}

.sip-card .badge {
  display: inline-block;
  margin-bottom: 1rem;
  position: static;
}

.sip-card .product-bottle {
  height: 9rem;
  margin: 0 auto 1.2rem;
  width: 2.8rem;
}

.sip-card h3 {
  font-size: 0.9rem;
  line-height: 1.35;
  margin: 0;
}

.sip-card p {
  color: var(--muted);
  margin: 0.35rem 0;
}

.sip-card span:not(.badge) {
  color: var(--muted);
  text-decoration: line-through;
}

.wine-page-hero {
  background: #c8c1b8;
  height: calc(100svh - 9rem);
  min-height: 38rem;
  overflow: hidden;
  position: relative;
}

.wine-page-hero > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.wine-page-hero::after {
  background: linear-gradient(180deg, transparent 48%, rgba(25, 17, 15, 0.52) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.wine-page-hero-title {
  bottom: clamp(2.1rem, 5vw, 5rem);
  color: white;
  left: clamp(1.4rem, 5vw, 5rem);
  position: absolute;
  z-index: 2;
}

.wine-page-hero-title p,
.collection-eyebrow {
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.wine-page-hero-title h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 6.5vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
  margin: 0;
}

.wine-page-scroll {
  align-items: center;
  bottom: clamp(2.1rem, 4.8vw, 4.7rem);
  color: white;
  display: flex;
  font-size: 0.61rem;
  font-weight: 900;
  gap: 0.8rem;
  letter-spacing: 0.15em;
  position: absolute;
  right: clamp(1.4rem, 5vw, 5rem);
  text-transform: uppercase;
  z-index: 2;
}

.wine-page-scroll i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1rem;
  font-style: normal;
  height: 2.8rem;
  justify-content: center;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  width: 2.8rem;
}

.wine-page-scroll:hover i,
.wine-page-scroll:focus-visible i {
  background: white;
  color: var(--plum);
  transform: translateY(0.25rem);
}

.wine-page-scroll:focus-visible {
  outline-color: white;
}

html[dir="rtl"] .wine-page-hero-title {
  left: auto;
  right: clamp(1.4rem, 5vw, 5rem);
}

html[dir="rtl"] .wine-page-scroll {
  left: clamp(1.4rem, 5vw, 5rem);
  right: auto;
}

.wine-collection-page .collection-hero {
  background: var(--paper);
  scroll-margin-top: 4.6rem;
}

.liquors-page-hero {
  background: #171716;
}

.liquors-page-hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.5));
}

.liquors-inventory {
  background: #f7f2ea;
  padding: clamp(4rem, 8vw, 8rem) clamp(1rem, 6vw, 7rem) clamp(5rem, 9vw, 9rem);
  scroll-margin-top: 4.6rem;
}

.liquors-inventory-heading {
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  max-width: 38rem;
  text-align: center;
}

.liquors-inventory-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 6vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.88;
  margin: 0;
}

.liquors-inventory-heading > p:last-child {
  color: #655d56;
  line-height: 1.6;
  margin: 1.25rem auto 0;
}

.liquors-inventory-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 88rem;
  overflow: hidden;
}

.liquors-inventory-grid article {
  background: #e8dfd3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(15rem, 25vw, 24rem);
  padding: clamp(1.2rem, 2.2vw, 2.25rem);
}

.liquors-inventory-grid article:nth-child(2n) {
  background: #ded5c8;
}

.liquors-inventory-grid span {
  color: var(--plum);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.liquors-inventory-grid h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.94;
  margin: 0.75rem 0;
}

.liquors-inventory-grid p {
  color: #655d56;
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 820px) {
  .liquors-inventory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .liquors-inventory-grid article {
    min-height: 16rem;
  }
}

.collection-hero {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 7rem) 2rem;
  text-align: center;
}

.collection-hero h1,
.collection-hero h2,
.pack-page-hero h1,
.quiz-card h1,
.detail-copy h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0;
}

.collection-hero p {
  font-size: 1.1rem;
  margin: 1rem auto 1.5rem;
  max-width: 540px;
}

.collection-hero .collection-eyebrow {
  color: var(--plum);
  margin-bottom: 0.8rem;
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.filter-pills button,
.collection-toolbar button,
.collection-filters button {
  background: transparent;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
  padding: 0.65rem 1rem;
}
.filter-pills button:hover, .filter-pills button:focus-visible, .filter-pills button.is-active { background: var(--ink); color: white; }

.collection-layout {
  display: grid;
  gap: 2rem;
  grid-template-columns: 220px 1fr;
  padding: 2rem clamp(1rem, 5vw, 5rem) 6rem;
}

.collection-filters {
  align-self: start;
  display: grid;
  gap: 0.7rem;
  position: sticky;
  top: 86px;
}

.collection-filters h2 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0 0 0.5rem;
}

.collection-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.collection-grid {
  display: grid;
  gap: 1.2rem;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}

.collection-grid .product-card {
  min-height: 0;
}

.pack-page-hero {
  margin: 2rem auto 4rem;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
}

.pack-page-hero img {
  border-radius: 28px;
  height: min(54vh, 520px);
  object-fit: cover;
}

.pack-page-hero div {
  background: var(--winc-lime);
  border-radius: 0 50% 50% 0;
  left: 0;
  max-width: 520px;
  padding: clamp(2rem, 5vw, 5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pack-grid {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(1rem, 6vw, 7rem) 5rem;
}

.pack-grid article {
  background: #f3edf4;
  border-radius: 20px;
  min-height: 280px;
  padding: 2rem;
}

.pack-grid article:nth-child(2) {
  background: #edf7f7;
}

.pack-grid span {
  background: var(--winc-lime);
  border-radius: 999px;
  display: inline-block;
  font-weight: 900;
  padding: 0.35rem 0.7rem;
}

.pack-grid h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  line-height: 1;
}

.pack-hero-kicker {
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.17em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.pack-page-hero .pack-hero-kicker {
  color: var(--ink);
}

.hosting-planner {
  background: var(--plum);
  color: white;
  display: grid;
  gap: clamp(1.6rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(21rem, 1.05fr);
  margin: 0 clamp(1rem, 6vw, 7rem) 5rem;
  padding: clamp(2rem, 5vw, 5rem);
}

.hosting-planner .pack-hero-kicker {
  color: var(--winc-lime);
}

.planner-copy h2,
.pack-collection-heading h2,
.pack-custom-cta h2,
.pack-builder h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4.4vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
}

.planner-copy > p:not(.pack-hero-kicker) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
  margin: 1.4rem 0 0;
  max-width: 32rem;
}

.planner-copy .planner-note {
  border-left: 2px solid var(--winc-lime);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  margin-top: 2rem;
  padding-left: 0.85rem;
}

.planner-form {
  align-content: start;
  display: grid;
  gap: 1rem;
}

.planner-meals {
  display: grid;
  gap: 0.85rem;
}

.planner-meal {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1rem;
}

.planner-meal.is-collapsed {
  background: rgba(255, 255, 255, 0.11);
  padding: 0;
}

.planner-meal-summary-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: white;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 0.82rem 0.95rem;
  text-align: left;
  width: 100%;
}

.planner-meal-summary-toggle[hidden] {
  display: none;
}

.planner-meal-summary-toggle > span {
  align-items: baseline;
  display: flex;
  gap: 0.6rem;
  min-width: 0;
}

.planner-meal-summary-toggle b {
  font-size: 0.83rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.planner-meal-summary-toggle em {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.planner-meal-summary-toggle strong {
  color: var(--winc-lime);
  font-size: 0.74rem;
  white-space: nowrap;
}

.planner-meal-summary-toggle i {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.planner-meal-summary-toggle:hover,
.planner-meal-summary-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: 1px solid var(--winc-lime);
  outline-offset: -1px;
}

.planner-meal-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.planner-meal-heading span {
  color: var(--winc-lime);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.planner-meal-heading button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0;
  text-transform: uppercase;
}

.planner-meal-heading button:disabled {
  opacity: 0;
  pointer-events: none;
}

.planner-meal-meta {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr);
}

.planner-form label,
.planner-guest-control > div > label {
  color: rgba(255, 255, 255, 0.86);
  display: grid;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planner-meal-meta input,
.planner-meal-meta select,
.planner-custom-input input {
  appearance: textfield;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  color: white;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  outline: none;
  padding: 0.5rem 0;
  width: 100%;
}

.planner-meal-meta select option {
  background: var(--plum);
  color: white;
}

.planner-meal-meta input:focus,
.planner-meal-meta select:focus,
.planner-custom-input input:focus {
  border-color: var(--winc-lime);
}

.planner-guest-control {
  align-items: end;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: minmax(6.5rem, 0.55fr) minmax(8rem, 1fr) minmax(5.3rem, 0.38fr);
  margin-top: 1rem;
}

.planner-guest-control > div {
  display: grid;
  gap: 0.15rem;
}

.planner-guest-control output {
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 0.85;
}

.planner-guest-control > div > span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.6rem;
  line-height: 1.35;
}

.planner-guest-control input[type="range"] {
  accent-color: var(--winc-lime);
  cursor: pointer;
  width: 100%;
}

.planner-custom-input {
  font-size: 0.59rem !important;
  gap: 0.25rem !important;
}

.planner-custom-input input {
  font-size: 1rem;
  min-width: 0;
}

.add-meal-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: white;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  gap: 0.55rem;
  justify-content: center;
  letter-spacing: 0.12em;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  width: fit-content;
}

.add-meal-button:hover {
  background: white;
  color: var(--plum);
}

.add-meal-button span {
  color: var(--winc-lime);
  font-size: 1.15rem;
  line-height: 0.6;
}

.planner-results {
  color: white;
  display: grid;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  grid-column: 1 / -1;
  grid-template-columns: minmax(8rem, 0.2fr) minmax(0, 1fr);
  min-width: 0;
}

.planner-case-overview {
  align-content: center;
  display: grid;
  gap: 0.8rem;
  grid-template-rows: auto auto;
  justify-items: start;
  padding: 1rem 0;
}

.planner-case-overview strong {
  color: var(--winc-lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5.5rem, 9vw, 9rem);
  font-weight: 400;
  letter-spacing: -0.08em;
  line-height: 1;
}

.planner-case-overview span {
  color: white;
  display: block;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.planner-case-stage {
  align-items: center;
  background: #f5ecdf;
  color: var(--ink);
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  justify-content: center;
  min-height: 20rem;
  min-width: 0;
  overflow: hidden;
  padding: clamp(2.8rem, 5vw, 4.3rem) clamp(1rem, 3vw, 2.5rem) 2rem;
}

.planner-case-stack {
  align-items: center;
  display: flex;
  isolation: isolate;
  min-height: 15.5rem;
  min-width: min(100%, 41rem);
  padding: 1.5rem 0 1.2rem 1rem;
  width: max-content;
}

.planner-case-card {
  display: grid;
  flex: 0 0 8.4rem;
  justify-items: center;
  margin-left: -3.15rem;
  position: relative;
  transform: translateY(calc((var(--case-index) % 2) * 0.5rem));
  transition: filter 220ms ease, transform 220ms ease;
  z-index: calc(var(--case-index) + 1);
}

.planner-case-card:first-child {
  margin-left: 0;
}

.planner-case-card:hover,
.planner-case-card:focus-within {
  filter: drop-shadow(0 1.15rem 1.35rem rgba(77, 52, 26, 0.22));
  transform: translateY(-0.65rem) scale(1.09);
  z-index: 30;
}

.planner-case-name {
  background: var(--ink);
  color: white;
  display: grid;
  gap: 0.18rem;
  left: 50%;
  min-width: 10.5rem;
  opacity: 0;
  padding: 0.58rem 0.75rem;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: -2.2rem;
  transform: translate(-50%, 0.35rem);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 4;
}

.planner-case-card:hover .planner-case-name,
.planner-case-card:focus-within .planner-case-name {
  opacity: 1;
  transform: translate(-50%, 0);
}

.planner-case-name span {
  color: var(--winc-lime);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.planner-case-name strong {
  font-size: 0.72rem;
}

.planner-case-art {
  background: linear-gradient(135deg, #d5b27f, #c39a65);
  border: 1px solid #8f6a3f;
  box-shadow: inset 0 -0.35rem 0 rgba(77, 52, 26, 0.14), inset 0 0 0 0.35rem rgba(255, 255, 255, 0.09);
  cursor: pointer;
  height: 13.6rem;
  padding: 1rem 0.8rem;
  position: relative;
  width: 8.4rem;
}

.planner-case-art::before {
  border: 1px solid rgba(91, 62, 29, 0.55);
  content: "";
  inset: 0.45rem;
  pointer-events: none;
  position: absolute;
}

.planner-case-bottles {
  display: grid;
  gap: 0.52rem 0.44rem;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
  place-items: center;
  position: relative;
  z-index: 1;
}

.planner-case-bottles i {
  background: radial-gradient(circle at 35% 30%, var(--case-label) 0 18%, var(--case-bottle) 19% 65%, #221c18 67% 71%, transparent 72%);
  border-radius: 50%;
  box-shadow: 0 0.18rem 0.25rem rgba(43, 28, 15, 0.18);
  display: block;
  height: 1.62rem;
  width: 1.62rem;
}

.planner-case-bottles i.is-empty {
  background: rgba(255, 255, 255, 0.14);
  border: 1px dashed rgba(72, 46, 21, 0.42);
  box-shadow: inset 0 0.12rem 0.25rem rgba(77, 52, 26, 0.1);
}

.planner-case-actions {
  display: flex;
  gap: 0.35rem;
  opacity: 0;
  transform: translateY(-0.4rem);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 3;
}

.planner-case-card:hover .planner-case-actions,
.planner-case-card:focus-within .planner-case-actions {
  opacity: 1;
  transform: translateY(0.35rem);
}

.planner-case-cart,
.planner-case-edit {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: white;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0.42rem 0.55rem;
  text-transform: uppercase;
}

.planner-case-edit {
  background: #f5ecdf;
  color: var(--ink);
}

.planner-case-cart:hover,
.planner-case-cart:focus-visible,
.planner-case-edit:hover,
.planner-case-edit:focus-visible {
  background: var(--winc-lime);
  color: var(--ink);
}

.planner-case-add {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--plum);
  display: grid;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  justify-items: center;
  padding: 0.5rem;
}

.planner-case-add > span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 3.35rem;
  font-weight: 200;
  height: 4.8rem;
  justify-content: center;
  line-height: 0.7;
  transition: background 180ms ease, color 180ms ease, transform 220ms ease;
  width: 4.8rem;
}

.planner-case-add small {
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-top: 0.65rem;
  text-transform: uppercase;
}

.planner-case-add:hover,
.planner-case-add:focus-visible {
  outline: none;
}

.planner-case-add:hover > span,
.planner-case-add:focus-visible > span {
  background: var(--plum);
  color: var(--winc-lime);
  transform: rotate(90deg) scale(1.06);
}

.planner-case-add:disabled {
  color: var(--ink);
  cursor: default;
  opacity: 0.4;
}

.planner-case-add:disabled > span {
  transform: none;
}

.planner-no-cases {
  align-self: center;
  color: white;
  font-size: 0.8rem;
  margin: 0;
}

.text-button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid currentColor;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  padding: 0 0 0.35rem;
  text-align: left;
  text-transform: uppercase;
}

.text-button span { color: var(--plum); margin-left: 0.35rem; }

.pack-collection {
  padding: 0 clamp(1rem, 6vw, 7rem) 5rem;
}

.pack-collection-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.pack-collection .pack-grid {
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}

.jewish-pack-card {
  background: #e8f3f3;
  display: flex;
  flex-direction: column;
  min-height: 32rem;
  padding: 1.4rem;
}

.jewish-pack-card.pack-tone-2 { background: #f1e4d1; }
.jewish-pack-card.pack-tone-3 { background: #e8e6db; }
.jewish-pack-card.pack-tone-4 { background: #e4edf0; }

.pack-card-topline {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  justify-content: space-between;
}

.pack-card-topline span {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 0.4rem 0.55rem;
  text-transform: uppercase;
}

.pack-card-topline em {
  color: var(--muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

.pack-bottle-strip {
  align-items: end;
  display: flex;
  height: 11rem;
  justify-content: center;
  margin: 1rem 0 0.5rem;
}

.pack-bottle-strip i {
  background: var(--pack-bottle);
  border-radius: 45% 45% 9% 9% / 11% 11% 3% 3%;
  display: block;
  height: 75%;
  margin-left: -0.5rem;
  position: relative;
  width: 2rem;
}

.pack-bottle-strip i::after {
  background: rgba(255, 249, 234, 0.88);
  content: "";
  height: 30%;
  left: 12%;
  position: absolute;
  top: 35%;
  width: 76%;
}

.pack-bottle-strip i::before {
  background: var(--pack-bottle);
  content: "";
  height: 20%;
  left: 31%;
  position: absolute;
  top: -14%;
  width: 38%;
}

.pack-bottle-strip i:nth-child(even) { height: 89%; }

.pack-bundle-cover {
  height: clamp(9.5rem, 13vw, 11.5rem);
  margin: 1rem 0 0.5rem;
  overflow: hidden;
  position: relative;
}

.pack-bundle-cover::after {
  background: linear-gradient(180deg, transparent 56%, rgba(22, 12, 7, 0.2));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pack-bundle-cover img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transition: transform 350ms ease;
  width: 100%;
}

.jewish-pack-card.has-cover:hover .pack-bundle-cover img {
  transform: scale(1.035);
}

.jewish-pack-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 0.5rem 0 0;
}

.jewish-pack-card > p {
  color: #5d5249;
  font-size: 0.83rem;
  line-height: 1.55;
}

.pack-card-footer {
  align-items: center;
  border-top: 1px solid rgba(36, 31, 27, 0.2);
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 0.9rem;
}

.pack-card-footer strong { font-size: 0.82rem; }

.pack-card-footer button {
  background: transparent;
  border: 0;
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 950;
  padding: 0;
  text-transform: uppercase;
}

.pack-builder {
  align-items: center;
  background: rgba(24, 17, 15, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 2rem);
  position: fixed;
  z-index: 1400;
}

.pack-builder[hidden] {
  display: none;
}

.pack-builder-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 2rem 6rem rgba(17, 11, 9, 0.35);
  max-height: min(88vh, 58rem);
  max-width: 72rem;
  overflow: auto;
  padding: clamp(1.35rem, 3vw, 3rem);
  width: 100%;
}

.pack-builder-heading {
  align-items: start;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.pack-builder-heading > div > p:not(.pack-hero-kicker) {
  color: var(--muted);
  margin: 0.85rem 0 0;
  max-width: 42rem;
}

.pack-builder .pack-builder-heading h2 {
  font-size: clamp(2.4rem, 4.5vw, 4.5rem);
}

.builder-close {
  background: var(--ink);
  border: 0;
  border-radius: 50%;
  color: white;
  flex: 0 0 auto;
  font-size: 1.45rem;
  height: 2.35rem;
  line-height: 1;
  width: 2.35rem;
}

.builder-bottles {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.builder-bottle {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 2.6rem 1fr auto;
  padding: 0.85rem;
}

.builder-bottle-art {
  background: var(--builder-bottle);
  border-radius: 45% 45% 8% 8% / 10% 10% 3% 3%;
  display: block;
  height: 3.8rem;
  position: relative;
  width: 1.4rem;
}

.builder-bottle-art::after {
  background: var(--builder-label);
  content: "";
  height: 32%;
  left: 10%;
  position: absolute;
  top: 35%;
  width: 80%;
}

.builder-bottle strong,
.builder-bottle span { display: block; }
.builder-bottle strong { font-size: 0.76rem; line-height: 1.25; }
.builder-bottle span { color: var(--muted); font-size: 0.65rem; margin-top: 0.25rem; }
.builder-bottle button { background: transparent; border: 1px solid var(--ink); border-radius: 999px; font-size: 0.62rem; font-weight: 900; padding: 0.4rem 0.55rem; text-transform: uppercase; }

.builder-summary {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.builder-summary-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.secondary-button {
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 0.85rem 1rem;
  text-transform: uppercase;
}

.case-picker-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
}

.case-picker-grid > button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 0.2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.15rem;
  text-align: left;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.case-picker-grid > button:hover,
.case-picker-grid > button:focus-visible {
  background: var(--winc-lime);
  border-color: var(--ink);
  outline: none;
  transform: translateY(-0.15rem);
}

.case-picker-grid span,
.case-picker-grid strong,
.case-picker-grid small {
  grid-column: 1;
}

.case-picker-grid span {
  color: var(--plum);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-picker-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.case-picker-grid small {
  color: var(--muted);
  font-size: 0.66rem;
}

.case-picker-grid i {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  font-size: 1.35rem;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 4;
  height: 2.6rem;
  justify-content: center;
  width: 2.6rem;
}

.case-picker-custom {
  background: var(--plum) !important;
  color: white !important;
}

.case-picker-custom span,
.case-picker-custom small {
  color: rgba(255, 255, 255, 0.72);
}

.builder-summary span,
.builder-summary strong { display: block; }
.builder-summary span { color: var(--muted); font-size: 0.7rem; font-weight: 850; text-transform: uppercase; }
.builder-summary strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }

.pack-custom-cta {
  background: #1c1713;
  color: white;
  margin: 0 clamp(1rem, 6vw, 7rem) 5rem;
  padding: clamp(2.5rem, 6vw, 6rem);
  text-align: center;
}

.pack-custom-cta .pack-hero-kicker { color: var(--winc-lime); }
.pack-custom-cta h2 { margin: 0 auto; max-width: 12ch; }
.pack-custom-cta > p:not(.pack-hero-kicker) { color: rgba(255, 255, 255, 0.72); margin: 1.4rem auto 2rem; max-width: 40rem; }
.pack-custom-cta .primary-button { background: var(--winc-lime); color: var(--ink); }

.packs-promo {
  margin: 0 clamp(1rem, 6vw, 7rem) 5rem;
}

.how-photo {
  margin: 2rem auto -8rem;
  max-width: 1280px;
  padding: 0 1rem;
}

.how-photo img {
  border-radius: 28px 28px 48% 52% / 28px 28px 16% 18%;
  height: 420px;
  object-fit: cover;
}

.standalone-how .flow-shell {
  padding-top: 11rem;
}

.flow-heading h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0;
}

.quiz-page {
  background:
    linear-gradient(rgba(36, 31, 27, 0.35), rgba(36, 31, 27, 0.35)),
    url("https://images.unsplash.com/photo-1553361371-9b22f78e8b1d?auto=format&fit=crop&w=1800&q=82") center/cover;
  color: white;
  display: grid;
  min-height: 70vh;
  place-items: center;
  padding: 4rem 1rem;
}

.quiz-card {
  max-width: 560px;
  width: min(100%, 560px);
}

.quiz-card > p {
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-copy h1 {
  max-width: 12ch;
}

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

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .account-link {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .brand {
    justify-self: center;
  }

  .hero {
    min-height: 78vh;
  }

  .estate-story {
    grid-template-columns: 1fr;
  }

  .estate-copy h2 {
    max-width: 10ch;
  }

  .estate-art {
    min-height: 34rem;
  }

  .press-grid,
  .steps-grid,
  .membership-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .press-grid article {
    border-left: 1px solid var(--line);
  }

  .photo-strip {
    grid-auto-columns: 44%;
    grid-auto-flow: column;
    grid-template-columns: none;
    min-height: 16rem;
    overflow-x: auto;
  }

  .packs-section {
    align-items: start;
    flex-direction: column;
    gap: 1.6rem;
  }

  .product-track {
    grid-auto-columns: minmax(16rem, 72vw);
  }

  .hosting-planner {
    grid-template-columns: 1fr;
  }

  .pack-collection .pack-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .builder-bottles {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .accessibility-tools {
    bottom: 5.5rem;
  }

  .accessibility-panel {
    bottom: 50px;
    left: 0.65rem;
    position: fixed;
    width: calc(100vw - 1.3rem);
  }

  .policy-main {
    padding: 1.5rem 0.75rem 3rem;
  }

  .wine-page-hero {
    min-height: 31rem;
  }

  .wine-page-hero > img {
    object-position: 53% center;
  }

  .wine-page-hero-title {
    bottom: 2rem;
    max-width: 68%;
  }

  .wine-page-hero-title h1 {
    font-size: clamp(2.6rem, 13vw, 4.4rem);
  }

  .wine-page-scroll {
    bottom: 1.75rem;
  }

  .wine-page-scroll span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .policy-shell {
    padding: 1.4rem 1rem 2rem;
  }

  .nav-shell {
    gap: 0.5rem;
    min-height: 66px;
    padding: 0 0.75rem;
  }

  .hosting-planner,
  .pack-custom-cta {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }

  .hosting-planner {
    padding: 2rem 1rem;
  }

  .planner-form {
    gap: 1rem;
  }

  .planner-meal-meta,
  .planner-guest-control {
    grid-template-columns: 1fr;
  }

  .planner-guest-control {
    gap: 0.65rem;
  }

  .planner-custom-input {
    max-width: 8rem;
  }

  .planner-results {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .planner-case-overview {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding-bottom: 1rem;
  }

  .planner-case-stage {
    justify-content: flex-start;
    overflow-x: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .planner-case-stack {
    min-width: max-content;
  }

  .planner-case-card {
    margin-left: -3.8rem;
  }

  .pack-collection-heading,
  .builder-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .planner-case-grid {
    grid-template-columns: 1fr;
  }

  .pack-collection {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .pack-collection .pack-grid,
  .builder-bottles {
    grid-template-columns: 1fr;
  }

  .jewish-pack-card {
    min-height: 0;
  }

  .pack-bottle-strip {
    height: 9rem;
  }

  .pack-bundle-cover {
    height: 12rem;
  }

  .pack-builder-heading {
    gap: 1rem;
  }

  .pack-builder {
    padding: 0.5rem;
  }

  .pack-builder-panel {
    max-height: 94vh;
    padding: 1.1rem;
  }

  .case-picker-grid {
    grid-template-columns: 1fr;
  }

  .builder-summary-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .builder-bottle {
    grid-template-columns: 2.4rem 1fr auto;
  }

  .house-cellar {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .estate-shell {
    border-radius: 2rem 2rem 0 0;
    padding: 2.5rem 1rem 4rem;
  }

  .estate-copy h2 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .estate-art {
    min-height: 30rem;
  }

  .estate-monogram {
    height: 10.5rem;
    width: 10.5rem;
  }

  .auction-card {
    top: 13%;
    width: 43%;
  }

  .delivery-seal {
    bottom: 5%;
    height: 7.4rem;
    width: 7.4rem;
  }

  .estate-pillars {
    grid-template-columns: 1fr;
  }

  .estate-pillars article {
    padding: 2rem 0;
  }

  .estate-pillars article:not(:last-child),
  html[dir="rtl"] .estate-pillars article:not(:last-child) {
    border-bottom: 1px solid rgba(36, 31, 27, 0.22);
    border-left: 0;
    border-right: 0;
    margin: 0;
  }

  .estate-pillars h3 {
    margin-top: 1.1rem;
  }

  .estate-bundle-callout {
    align-items: start;
    grid-template-columns: 1fr;
    padding: 2rem 1.4rem;
  }

  .estate-bundle-callout .primary-button {
    justify-self: start;
    white-space: normal;
  }

  .brand-logo {
    height: 1.9rem;
    max-width: 8.5rem;
  }

  .nav-actions {
    gap: 0.35rem;
  }

  .cart-link {
    font-size: 0;
    min-height: 2.65rem;
    padding: 0;
    width: 2.65rem;
  }

  .cart-link span {
    font-size: 0.72rem;
    margin-left: 0;
  }

  .hero-content {
    align-self: end;
    margin-left: 0;
    padding: 4rem 1.1rem;
  }

  .hero h1,
  .section-heading h2,
  .member-copy h2,
  .packs-section h2,
  .carousel-heading h2,
  .quiz-panel h2 {
    font-size: clamp(2.1rem, 13vw, 3.6rem);
  }

  .press-section,
  .how-section,
  .products-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .benefits {
    grid-template-columns: 1fr;
  }

  .carousel-heading {
    align-items: start;
    gap: 1rem;
  }

}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
  }

  .nav-shell {
    gap: 0.55rem;
    grid-template-columns: auto auto 1fr;
    min-height: 66px;
    padding: 0 0.75rem;
  }

  .brand {
    justify-self: start;
  }

  .nav-actions {
    gap: 0.35rem;
  }

  .ship-control {
    justify-self: end;
  }

  .ship-control span {
    display: none;
  }

  .ship-control select {
    border-width: 3px;
    min-height: 2.35rem;
    min-width: 5.4rem;
    padding-left: 0.9rem;
  }

  .account-icon {
    display: none;
  }

  .hero {
    border-radius: 22px;
    margin: 1rem;
    min-height: 660px;
  }

  .hero img {
    object-position: 58% 50%;
  }

  .hero::after {
    border-radius: 0 52% 48% 0;
    height: 110%;
    left: -26%;
    top: -5%;
    width: 78%;
  }

  .hero::before {
    display: none;
  }

  .hero-content {
    align-self: center;
    margin: 0 0 0 1rem;
    max-width: 12.5rem;
    padding: 0;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 13vw, 3.3rem);
    line-height: 1.04;
    max-width: 7ch;
  }

  .hero blockquote {
    margin-top: 1.55rem;
    max-width: 12rem;
  }

  .hero blockquote p {
    font-size: 0.97rem;
    line-height: 1.38;
  }

  .quote-band {
    padding: 1.5rem 1rem 3rem;
  }

  .quote-card {
    padding: 1.2rem 2rem 1rem;
  }

  .flow-shell {
    border-radius: 44% 56% 0 0 / 5% 4% 0 0;
    padding: 4rem 1rem;
  }

  .flow-line {
    display: none;
  }

  .flow-steps,
  .membership-cards,
  .perk-row,
  .profile-grid,
  .box-notes,
  .product-detail-hero,
  .split-promo {
    grid-template-columns: 1fr;
  }

  .flow-steps {
    gap: 1rem;
    margin-top: 2rem;
  }

  .flow-steps article {
    border: 1.5px solid rgba(0, 18, 13, 0.18);
    border-radius: 16px;
    padding: 1rem;
  }

  .member-love {
    margin-top: 4rem;
  }

  .perk-row {
    gap: 1rem;
    max-width: 18rem;
  }

  .membership-card {
    margin-bottom: 3.5rem;
  }

  .recommendations-page {
    padding-top: 3rem;
  }

  .rec-track {
    grid-auto-columns: 86vw;
    padding: 0 1rem 2rem;
  }

  .rec-track .product-card {
    gap: 1.1rem;
    grid-template-columns: 0.72fr 1fr;
    min-height: 280px;
    padding: 1.2rem;
  }

  .rec-track .product-card h3 {
    font-size: 1.15rem;
  }

  .product-description {
    display: none;
  }

  .checkout-wave {
    margin: 0 1rem;
    padding: 4rem 1rem;
  }

  .checkout-options {
    flex-direction: column;
  }

  .product-detail-page {
    padding: 3rem 1rem;
  }

  .product-detail-hero {
    gap: 1.5rem;
  }

  .thumb-stack {
    display: none;
  }

  .large-bottle {
    min-height: 340px;
    padding-top: 5rem;
  }

  .detail-copy {
    padding-top: 0;
  }

  .detail-copy h2 {
    font-size: 2.5rem;
    max-width: none;
  }

  .wine-profile {
    margin-top: 2rem;
    padding: 4rem 1rem;
  }

  .note-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-promo img {
    max-height: 300px;
  }

  .sip-track {
    gap: 2.5rem;
  }
}

/* Wine map */
.wine-map-body {
  background: #f4efe7;
}

.wine-map-page {
  overflow: hidden;
}

.map-hero {
  background:
    radial-gradient(circle at 83% 24%, rgba(239, 250, 183, 0.9) 0 8%, transparent 8.3%),
    radial-gradient(circle at 88% 28%, rgba(123, 35, 50, 0.12) 0 16%, transparent 16.3%),
    var(--plum);
  color: white;
  min-height: 30rem;
  padding: clamp(5rem, 10vw, 9rem) 7vw;
  position: relative;
}

.map-hero::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  height: 19rem;
  position: absolute;
  right: 7vw;
  top: 4.8rem;
  width: 19rem;
}

.map-hero .eyebrow,
.map-explorer .eyebrow,
.map-how-it-works .eyebrow {
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.map-hero .eyebrow {
  color: var(--winc-lime);
}

.map-hero :is(h1, h2) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0;
  max-width: 9ch;
  position: relative;
  z-index: 1;
}

.map-hero > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin: 2rem 0 0;
  max-width: 38rem;
  position: relative;
  z-index: 1;
}

.home-map-callout {
  min-height: 34rem;
}

.map-hero-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
  color: white;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  gap: 0.45rem;
  letter-spacing: 0.13em;
  margin-top: 2rem;
  padding-bottom: 0.45rem;
  position: relative;
  text-transform: uppercase;
  transition: color 180ms ease, border-color 180ms ease;
  z-index: 1;
}

.map-hero-link:hover,
.map-hero-link:focus-visible {
  border-color: var(--winc-lime);
  color: var(--winc-lime);
}

.map-explorer {
  background: var(--paper);
  margin: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.2rem, 4vw, 3rem);
}

.wine-map-page .map-explorer {
  margin: 0;
  min-height: calc(100svh - 9rem);
  padding: 0;
}

.wine-map-page .map-toolbar {
  padding: clamp(1rem, 2.5vw, 2rem) clamp(1rem, 4vw, 4rem);
}

.map-toolbar {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 3.9rem;
}

.map-toolbar .eyebrow,
.map-how-it-works .eyebrow {
  color: var(--plum);
}

.map-toolbar h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.map-view-toggle {
  background: var(--cream);
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 0.32rem;
}

.map-controls {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}

.map-view-toggle button {
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 0.85rem 1.2rem;
}

.map-view-toggle button.is-active {
  background: var(--ink);
  color: white;
}

.map-category-toggle {
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  overflow: hidden;
}

.map-category-toggle button {
  background: white;
  border: 0;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0.7rem 0.85rem;
}

.map-category-toggle button:last-child {
  border-right: 0;
}

.map-category-toggle button.is-active {
  background: var(--plum);
  color: white;
}

.region-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 2rem 0 1.25rem;
}

.region-chips[hidden],
.map-canvas[hidden] {
  display: none !important;
}

.region-chips button {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  padding: 0.66rem 0.95rem;
}

.region-chips button:hover,
.region-chips button.is-active {
  background: var(--winc-lime);
  border-color: var(--ink);
}

.map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(19rem, 0.72fr);
  min-height: 50rem;
}

.map-stage {
  min-width: 0;
}

.map-canvas {
  background: #dceef0;
  height: 100%;
  min-height: 50rem;
  overflow: hidden;
  position: relative;
}

.israel-view {
  background:
    radial-gradient(circle at 16% 15%, rgba(255, 255, 255, 0.54) 0 1px, transparent 2px) 0 0 / 16px 16px,
    linear-gradient(135deg, #d9eef1, #b8dce2);
}

.map-sea-label {
  color: rgba(36, 31, 27, 0.4);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  font-style: italic;
  left: 5%;
  letter-spacing: 0.08em;
  position: absolute;
  top: 45%;
  transform: rotate(-90deg);
}

.israel-region-map {
  height: calc(100% - 1.5rem);
  margin: 0 auto;
  overflow: visible;
  width: min(70%, 34rem);
}

.region-shape {
  cursor: pointer;
  stroke: var(--ink);
  stroke-linejoin: round;
  stroke-width: 2.2;
  transition: filter 180ms ease, transform 180ms ease;
  transform-box: fill-box;
  transform-origin: center;
}

.region-shape:hover,
.region-shape:focus,
.region-shape.is-active {
  filter: drop-shadow(0 8px 8px rgba(36, 31, 27, 0.2));
  outline: none;
  transform: scale(1.035);
}

.region-north { fill: #d8bfeb; }
.region-south-galilee { fill: #effab7; }
.region-samaria { fill: #f3c6b7; }
.region-central { fill: #d9a441; }
.region-judea { fill: #e5cf9f; }
.region-south { fill: #cf8d79; }
.region-jerusalem { fill: #7b2332; stroke: white; stroke-width: 4; }

.region-label,
.jerusalem-label {
  fill: var(--ink);
  font-size: 14px;
  font-weight: 900;
  pointer-events: none;
  text-anchor: middle;
}

.jerusalem-label {
  font-size: 12px;
  text-anchor: start;
}

.map-empty-pin-note {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  bottom: 1rem;
  display: flex;
  font-size: 0.75rem;
  font-weight: 800;
  gap: 0.55rem;
  left: 1rem;
  max-width: 23rem;
  padding: 0.7rem 0.9rem;
  position: absolute;
}

.map-empty-pin-note span {
  color: var(--plum);
}

.map-detail {
  background: #f8e6df;
  border-left: 1px solid var(--line);
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem);
}

.map-detail-kicker {
  color: var(--plum) !important;
  font-size: 0.72rem !important;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 0.85rem !important;
  text-transform: uppercase;
}

.map-detail h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0 0 1.25rem;
}

.map-detail > p:not(.map-detail-kicker) {
  color: var(--muted);
  font-size: 1rem;
}

.detail-status {
  align-items: center;
  border-top: 1px solid rgba(36, 31, 27, 0.18);
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  gap: 0.8rem;
  margin-top: 2rem;
  padding-top: 1.3rem;
  text-transform: uppercase;
}

.detail-status span {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  height: 2.8rem;
  justify-content: center;
  width: 2.8rem;
}

.region-climate,
.winery-coordinates {
  color: var(--plum) !important;
  font-size: 0.77rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.region-empty-state {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.62);
  display: flex;
  gap: 0.8rem;
  margin-top: 2rem;
  padding: 1rem;
}

.region-empty-state .pin-symbol {
  color: var(--plum);
}

.region-empty-state strong {
  display: block;
  font-size: 0.88rem;
}

.region-empty-state p {
  color: var(--muted);
  font-size: 0.78rem;
  margin: 0.35rem 0 0;
}

.world-view {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.6), transparent 62%),
    #d7e8dc;
}

.world-map-art {
  height: 100%;
  inset: 0;
  padding: 4rem 2rem;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.world-map-art svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}

.world-map-art .country {
  cursor: pointer;
  outline: none;
}

.world-map-art .country:focus {
  stroke: var(--ink);
  stroke-width: 1.8px;
}

.world-pins {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.world-country-tooltip {
  background: var(--ink);
  border-radius: 999px;
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  left: 0;
  padding: 0.45rem 0.7rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, calc(-100% - 0.65rem));
  z-index: 4;
}

.world-zoom-out {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  left: 1rem;
  padding: 0.6rem 0.8rem;
  position: absolute;
  top: 1rem;
  z-index: 4;
}

.winery-pin {
  background: transparent;
  border: 0;
  left: var(--pin-x);
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: var(--pin-y);
  transform: translate(-50%, -100%);
  z-index: 2;
}

.winery-pin span {
  background: var(--plum);
  border: 3px solid white;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 4px 14px rgba(36, 31, 27, 0.3);
  display: block;
  height: 1.6rem;
  margin: 0 auto;
  transform: rotate(-45deg);
  transition: transform 160ms ease, background 160ms ease;
  width: 1.6rem;
}

.winery-pin em {
  background: white;
  box-shadow: 0 4px 12px rgba(36, 31, 27, 0.15);
  display: block;
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 0.35rem;
  padding: 0.25rem 0.4rem;
  white-space: nowrap;
}

.winery-pin:hover span,
.winery-pin:focus span,
.winery-pin.is-active span {
  background: var(--winc-lime);
  transform: rotate(-45deg) scale(1.28);
}

.winery-pin:focus {
  outline: 2px solid var(--ink);
  outline-offset: 5px;
}

.world-map-caption {
  bottom: 1rem;
  color: rgba(36, 31, 27, 0.56);
  font-size: 0.72rem;
  font-weight: 850;
  left: 1rem;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}

.map-wine-list {
  border-top: 1px solid rgba(36, 31, 27, 0.18);
  margin-top: 2rem;
  padding-top: 1.3rem;
}

.map-wine-list h3 {
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.map-wine-row {
  align-items: center;
  background: white;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 1.6rem 1fr;
  padding: 0.9rem;
}

.map-bottle {
  align-self: stretch;
  background: var(--map-bottle);
  border-radius: 3px 3px 0 0;
  display: block;
  min-height: 3.6rem;
  width: 1.1rem;
}

.map-wine-row div {
  display: grid;
  gap: 0.25rem;
}

.map-wine-row strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.05;
}

.map-wine-row div span {
  color: var(--muted);
  font-size: 0.84rem;
}

.map-wine-row button {
  background: var(--ink);
  border: 0;
  color: white;
  font-size: 0.74rem;
  font-weight: 900;
  grid-column: 1 / -1;
  padding: 0.75rem;
  text-transform: uppercase;
}

.map-how-it-works {
  padding: clamp(4rem, 8vw, 8rem) 7vw;
}

.map-how-it-works > div {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.map-how-it-works article {
  border-right: 1px solid var(--line);
  padding: 2rem;
}

.map-how-it-works article:first-child {
  border-left: 1px solid var(--line);
}

.map-how-it-works article > span {
  color: var(--plum);
  font-size: 0.72rem;
  font-weight: 900;
}

.map-how-it-works h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  margin: 2.5rem 0 0.5rem;
}

.map-how-it-works article p {
  color: var(--muted);
  margin: 0;
}

@media (max-width: 900px) {
  .map-hero::after {
    opacity: 0.45;
  }

  .map-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .map-controls {
    justify-content: flex-start;
  }

  .map-layout {
    grid-template-columns: 1fr;
  }

  .map-detail {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: 24rem;
  }

  .map-canvas {
    min-height: 42rem;
  }
}

@media (max-width: 640px) {
  .map-hero {
    min-height: 27rem;
    padding: 5rem 1.2rem;
  }

  .map-hero::after {
    height: 11rem;
    right: -2rem;
    top: 2rem;
    width: 11rem;
  }

  .map-explorer {
    margin: 0.6rem;
    padding: 1rem;
  }

  .wine-map-page .map-explorer {
    margin: 0;
    min-height: calc(100svh - 5.7rem);
    padding: 0;
  }

  .wine-map-page .map-toolbar {
    padding: 1rem;
  }

  .map-view-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .map-controls {
    align-items: stretch;
    width: 100%;
  }

  .map-category-toggle {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .map-category-toggle button:nth-child(2) {
    border-right: 0;
  }

  .map-category-toggle button:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .map-view-toggle button {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }

  .region-chips {
    flex-wrap: nowrap;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding: 0 1rem 0.6rem;
  }

  .region-chips button {
    flex: 0 0 auto;
  }

  .map-canvas {
    min-height: 34rem;
  }

  .israel-region-map {
    height: 33rem;
    width: 82%;
  }

  .region-label,
  .jerusalem-label {
    font-size: 12px;
  }

  .world-map-art {
    padding: 2.5rem 0.5rem;
  }

  .winery-pin em {
    display: none;
  }

  .map-how-it-works {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .map-how-it-works > div {
    grid-template-columns: 1fr;
  }

  .map-how-it-works article,
  .map-how-it-works article:first-child {
    border: 1px solid var(--line);
    border-top: 0;
  }

  .map-how-it-works article:first-child {
    border-top: 1px solid var(--line);
  }
}

/* Keep the data-driven wine detail view independent from legacy product-page spacing. */
.product-detail-page {
  background: #f7f5ef;
  min-height: calc(100vh - 142px);
  padding: clamp(1rem, 3vw, 3rem);
}

@media (max-width: 840px) {
  .product-detail-page {
    min-height: auto;
    padding: 0;
  }
}

/* About JE WineClub */
.about-body {
  background: #f7f2ea;
}

.about-page {
  overflow: hidden;
}

.about-hero {
  background: #f7f2ea;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  min-height: min(48rem, calc(100svh - 9rem));
}

.about-hero-copy {
  align-content: center;
  display: grid;
  justify-items: start;
  padding: clamp(3rem, 8vw, 8rem);
}

.about-kicker,
.about-number {
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.about-hero h1,
.about-story h2,
.about-principles h2,
.about-signup h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.about-hero h1 {
  color: var(--ink);
  font-size: clamp(4.4rem, 9vw, 8.8rem);
  line-height: 0.79;
  margin: 1.65rem 0 2rem;
}

.about-hero-copy > p:not(.about-kicker) {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.58;
  margin: 0;
  max-width: 31rem;
}

.about-join-button {
  align-items: center;
  background: var(--plum);
  color: white;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  gap: 0.85rem;
  letter-spacing: 0.12em;
  margin-top: 2.2rem;
  padding: 1rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.about-join-button:hover,
.about-join-button:focus-visible {
  background: var(--winc-lime);
  color: var(--ink);
  transform: translateY(-2px);
}

.about-hero-art {
  background:
    radial-gradient(circle at 77% 22%, rgba(239, 250, 183, 0.96) 0 11%, transparent 11.2%),
    linear-gradient(145deg, #8e2b3f, #611625);
  min-height: 35rem;
  overflow: hidden;
  position: relative;
}

.about-hero-orbit {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
}

.about-hero-orbit.orbit-one {
  height: 33rem;
  right: -8rem;
  top: 5rem;
  width: 33rem;
}

.about-hero-orbit.orbit-two {
  height: 18rem;
  left: -5rem;
  top: -5rem;
  width: 18rem;
}

.about-vintage-seal {
  align-content: center;
  background: #f7f2ea;
  border-radius: 50%;
  display: grid;
  height: clamp(10rem, 18vw, 15rem);
  justify-items: center;
  left: 16%;
  position: absolute;
  text-align: center;
  top: 14%;
  width: clamp(10rem, 18vw, 15rem);
  z-index: 1;
}

.about-vintage-seal span {
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.7rem, 7vw, 6.7rem);
  letter-spacing: -0.14em;
  line-height: 0.65;
}

.about-vintage-seal small {
  color: var(--ink);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.45;
  margin-top: 1.1rem;
}

.about-bottle {
  background: linear-gradient(to bottom, #49211f 0 25%, #d4b16b 25% 61%, #49211f 61% 100%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 47% 47% 10% 10% / 9% 9% 3% 3%;
  bottom: -3.5rem;
  height: clamp(19rem, 33vw, 28rem);
  position: absolute;
  width: clamp(4.5rem, 8vw, 6.8rem);
}

.about-bottle-one {
  right: 19%;
  transform: rotate(14deg);
}

.about-bottle-two {
  background: linear-gradient(to bottom, #24332c 0 25%, #f0ecda 25% 61%, #24332c 61% 100%);
  right: 5%;
  transform: rotate(-8deg);
}

.about-hero-art > p {
  bottom: 2.2rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.6rem;
  font-weight: 900;
  left: 10%;
  letter-spacing: 0.22em;
  line-height: 1.4;
  margin: 0;
  position: absolute;
}

.about-story {
  background: white;
  display: grid;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: 0.34fr minmax(0, 1fr) minmax(13rem, 0.5fr);
  padding: clamp(4rem, 10vw, 9rem) clamp(1.5rem, 8vw, 10rem);
}

.about-story h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.9;
  margin: 0 0 2rem;
  max-width: 12ch;
}

.about-story div > p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
  margin: 0;
  max-width: 39rem;
}

.about-story div > p + p {
  margin-top: 1rem;
}

.about-quote {
  align-self: end;
  border-left: 1px solid var(--line);
  color: var(--plum);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.6vw, 2.4rem);
  font-style: italic;
  line-height: 1.05;
  padding-left: clamp(1rem, 2vw, 2rem);
}

.about-principles {
  background: #ece5da;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(1.5rem, 8vw, 10rem);
}

.about-principles article {
  min-height: 22rem;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.2rem, 3vw, 3.5rem);
}

.about-principles article + article {
  border-left: 1px solid rgba(36, 31, 27, 0.16);
}

.about-principles span {
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.about-principles h2 {
  font-size: clamp(1.9rem, 3.2vw, 3.3rem);
  line-height: 0.94;
  margin: 3.5rem 0 1rem;
}

.about-principles p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.62;
  margin: 0;
  max-width: 22rem;
}

.about-signup {
  background: var(--ink);
  color: white;
  padding: clamp(4rem, 10vw, 9rem) clamp(1.5rem, 8vw, 10rem);
  text-align: center;
}

.about-signup .about-kicker {
  color: var(--winc-lime);
}

.about-signup h2 {
  font-size: clamp(3.2rem, 7vw, 7rem);
  line-height: 0.84;
  margin: 1.45rem auto 2rem;
}

.about-signup > p:not(.about-kicker) {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 34rem;
}

.about-signup-actions {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  margin-top: 2rem;
}

.about-signup .about-join-button {
  background: var(--winc-lime);
  color: var(--ink);
  margin-top: 0;
}

.about-signup .about-join-button:hover,
.about-signup .about-join-button:focus-visible {
  background: white;
}

.about-text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  color: white;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-bottom: 0.4rem;
  text-decoration: none;
  text-transform: uppercase;
}

.about-text-link:hover,
.about-text-link:focus-visible {
  border-color: var(--winc-lime);
  color: var(--winc-lime);
}

html[dir="rtl"] .about-page {
  text-align: right;
}

html[dir="rtl"] .about-hero-copy {
  justify-items: start;
}

html[dir="rtl"] .about-quote {
  border-left: 0;
  border-right: 1px solid var(--line);
  padding-left: 0;
  padding-right: clamp(1rem, 2vw, 2rem);
}

html[dir="rtl"] .about-principles article + article {
  border-left: 0;
  border-right: 1px solid rgba(36, 31, 27, 0.16);
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero-copy {
    min-height: 34rem;
  }

  .about-hero-art {
    min-height: 29rem;
  }

  .about-story {
    grid-template-columns: 1fr;
  }

  .about-story .about-number {
    margin-bottom: -1rem;
  }

  .about-quote {
    max-width: 18rem;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .about-principles article {
    min-height: 0;
  }

  .about-principles article + article,
  html[dir="rtl"] .about-principles article + article {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(36, 31, 27, 0.16);
  }
}

@media (max-width: 560px) {
  .about-hero-copy {
    min-height: 30rem;
    padding: 3.5rem 1.4rem;
  }

  .about-hero h1 {
    font-size: clamp(4rem, 20vw, 5.6rem);
  }

  .about-hero-art {
    min-height: 23rem;
  }

  .about-vintage-seal {
    left: 11%;
    top: 10%;
  }

  .about-bottle-one {
    right: 22%;
  }

  .about-bottle-two {
    right: 3%;
  }

  .about-story,
  .about-principles,
  .about-signup {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .about-signup-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .about-signup .about-join-button {
    justify-content: center;
  }
}

/* Contact footer */
.site-footer.contact-footer {
  background: #e8bbb6;
  color: #2e211e;
  gap: clamp(2rem, 5vw, 6rem);
  grid-template-columns: 1.3fr 0.72fr 0.92fr 1.45fr;
  padding: clamp(3rem, 7vw, 6rem) 6vw;
}

.contact-footer :where(h2, p) {
  margin: 0;
}

.footer-socials,
.footer-column,
.footer-contact {
  align-content: start;
  display: grid;
  gap: 1rem;
}

.footer-socials a,
.footer-column a {
  align-items: center;
  color: #2e211e;
  display: flex;
  font-size: 0.95rem;
  gap: 0.85rem;
  text-decoration: none;
}

.footer-socials a:hover,
.footer-column a:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-socials svg,
.footer-contact-row svg {
  fill: none;
  flex: 0 0 auto;
  height: 1.6rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 1.6rem;
}

.footer-socials a:nth-child(2) svg,
.footer-socials a:nth-child(3) svg {
  fill: currentColor;
  stroke: none;
}

.footer-column h2,
.footer-contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 0.4rem;
}

.footer-contact {
  gap: 1.1rem;
}

.footer-contact-row {
  align-items: start;
  display: flex;
  gap: 0.9rem;
}

.footer-contact-row p {
  color: #4f3e39;
  font-size: 0.92rem;
  line-height: 1.62;
}

.footer-contact-row a {
  color: inherit;
  text-decoration: none;
}

.footer-contact-row a:hover,
.footer-contact-row a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer-legal {
  align-items: center;
  border-top: 1px solid rgba(46, 33, 30, 0.2);
  color: #5d4641;
  display: flex;
  font-size: 0.67rem;
  font-weight: 700;
  gap: 1rem;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.035em;
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
  padding-top: 1.15rem;
}

.footer-legal a {
  color: #2e211e;
  font-weight: 900;
  text-decoration: none;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 980px) {
  .site-footer.contact-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-footer.contact-footer {
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 3.5rem 1.5rem;
  }

  .footer-legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }
}

/* Regional Israel map supplied for the JE WineClub collection. */
.israel-reference-map {
  aspect-ratio: 875 / 1798;
  height: calc(100% - 1.5rem);
  margin: 0 auto;
  position: relative;
  width: auto;
}

.israel-reference-map > img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.israel-region-highlight {
  cursor: pointer;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.map-region-hit {
  background: transparent;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  padding: 0;
  pointer-events: none;
  position: absolute;
}

.map-region-hit:hover,
.map-region-hit:focus-visible,
.map-region-hit.is-active {
  outline: none;
}

.map-region-hit span {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.map-region-label {
  background: var(--ink);
  color: white;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.45rem;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 3;
}

.hit-golan {
  height: 16%;
  left: 59%;
  top: 2%;
  width: 36%;
}

.hit-galil {
  height: 17%;
  left: 23%;
  top: 8%;
  width: 39%;
}

.hit-shomron {
  height: 20%;
  left: 18%;
  top: 24%;
  width: 62%;
}

.hit-shimshon {
  height: 18%;
  left: 9%;
  top: 38%;
  width: 44%;
}

.hit-judean-hills {
  height: 15%;
  left: 43%;
  top: 42%;
  width: 37%;
}

.hit-south {
  height: 45%;
  left: 7%;
  top: 51%;
  width: 73%;
}

@media (max-width: 640px) {
  .israel-reference-map {
    height: 33rem;
  }
}

/* Alternative local homepage direction: a quiet, editorial cellar experience. */
.alternative-home {
  background: #fbfbfa;
  color: #343132;
}

.alternative-home .alternative-header {
  background: rgba(255, 255, 255, 0.97);
  border: 0;
  box-shadow: 0 1px 0 rgba(39, 35, 35, 0.08);
}

.alternative-home .alternative-nav {
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  max-width: 1440px;
  min-height: 8.9rem;
  padding: 0 clamp(1.5rem, 5vw, 5rem);
}

.alternative-home .alternative-nav-links {
  gap: clamp(1.45rem, 3vw, 3.7rem);
}

.alternative-home .alternative-nav-left {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.alternative-home .alternative-brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.alternative-home .alternative-brand .brand-logo {
  height: clamp(3.6rem, 5.2vw, 4.85rem);
  max-width: 11rem;
}

.alternative-home .alternative-nav-right {
  align-items: center;
  display: flex;
  gap: clamp(1rem, 2vw, 2.3rem);
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  min-width: 0;
}

.alternative-home .alternative-nav-links a,
.alternative-home .alternative-offer {
  background: transparent;
  border: 0;
  color: #858184;
  font-family: Arial, sans-serif;
  font-size: clamp(0.64rem, 0.9vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.17em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.alternative-home .alternative-nav-links a:hover,
.alternative-home .alternative-offer:hover {
  color: #702237;
}

.alternative-home .alternative-nav .nav-actions {
  gap: 0.28rem;
}

.alternative-home .alternative-nav .icon-button,
.alternative-home .alternative-nav .cart-link {
  border-color: transparent;
  color: #777376;
  height: 2rem;
  width: 2rem;
}

.alternative-home .alternative-nav .icon-button:hover,
.alternative-home .alternative-nav .cart-link:hover {
  background: #f4f1ef;
  color: #702237;
}

.alternative-home .alternative-nav .cart-link span {
  background: #702237;
  font-size: 0.58rem;
}

.alternative-home .alternative-nav .language-switch {
  height: 2rem;
  width: 2rem;
}

.alternative-home .alternative-nav .language-flag {
  box-shadow: none;
  height: 1.78rem;
  width: 1.78rem;
}

.alternative-home .alternative-nav .menu-toggle {
  display: none;
}

.alternative-home .alternative-hero {
  border-radius: 0;
  color: #fff;
  margin: 0;
  min-height: calc(100svh - 8.9rem);
}

.alternative-home {
  overflow-x: hidden;
}

.home-entry {
  align-items: center;
  animation: home-entry-exit 340ms ease 380ms forwards;
  background: var(--plum);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 120;
}

.home-entry img {
  border-radius: 0.25rem;
  height: min(31vw, 10rem);
  object-fit: cover;
  width: min(31vw, 10rem);
}

@keyframes home-entry-exit {
  to {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.home-quick-actions {
  background: #fffaf5;
  color: var(--ink);
  padding: clamp(3.25rem, 6vw, 6.5rem) clamp(1rem, 5vw, 5rem);
}

.home-quick-actions-inner {
  margin: 0 auto;
  max-width: 84rem;
}

.home-quick-actions-heading {
  align-items: end;
  display: flex;
  gap: 1rem 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.home-quick-actions-heading p,
.quick-bundles-banner > div > p {
  color: var(--plum);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.home-quick-actions-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.92;
  margin: 0;
}

.home-quick-actions-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quick-action-card {
  align-items: stretch;
  background: #211b19;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(17rem, 25vw, 25rem);
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.quick-action-card::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  filter: saturate(0.78) brightness(0.78);
  inset: 0;
  position: absolute;
  transform: scale(1.01);
  transition: transform 400ms ease, filter 260ms ease;
}

.quick-action-card::after {
  background: linear-gradient(180deg, rgba(18, 13, 11, 0.1) 22%, rgba(18, 13, 11, 0.86) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.quick-action-card:hover,
.quick-action-card:focus-visible {
  box-shadow: 0 15px 26px rgba(36, 31, 27, 0.14);
  transform: translateY(-0.25rem);
}

.quick-action-card:hover::after,
.quick-action-card:focus-visible::after {
  transform: none;
}

.quick-action-card:hover::before,
.quick-action-card:focus-visible::before { filter: saturate(0.92) brightness(0.9); transform: scale(1.055); }

.quick-action-wines::before { background-image: url("/assets/wine-collection-hero.webp"); background-position: center 52%; }
.quick-action-liquors::before { background-image: url("/assets/liquors-collection-hero.webp"); background-position: center 48%; }
.quick-action-map::before { background-color: #151412; background-image: url("/assets/israel-wine-regions.webp"); background-size: auto 122%; background-position: 72% 50%; }

.home-wine-calculator {
  align-items: stretch;
  background: var(--plum);
  border: 0;
  color: #fffaf3;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(13rem, 0.8fr) minmax(14rem, 0.65fr) minmax(14rem, 0.7fr);
  margin-top: 0.9rem;
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

.home-calculator-copy p {
  color: var(--winc-lime);
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.36rem;
  text-transform: uppercase;
}

.home-calculator-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.88;
  margin: 0;
}

.home-calculator-stepper {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 2.8rem minmax(4.5rem, 1fr) 2.8rem;
  grid-template-rows: 1fr auto;
  min-height: 8.8rem;
  padding: 0.8rem;
}

.home-calculator-stepper button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  grid-row: 1 / -1;
  height: 2.8rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 2.8rem;
}

.home-calculator-stepper button:hover,
.home-calculator-stepper button:focus-visible { background: var(--winc-lime); border-color: var(--winc-lime); color: var(--plum); }

.home-calculator-stepper button:first-child { grid-column: 1; }
.home-calculator-stepper button:last-child { grid-column: 3; }

.home-calculator-stepper output {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6vw, 6.2rem);
  grid-column: 2;
  line-height: 0.78;
  min-width: 0;
  text-align: center;
}

.home-calculator-stepper span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.6rem;
  font-weight: 800;
  grid-column: 2;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.home-calculator-result {
  align-content: center;
  background: rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  margin: 0;
  min-height: 8.8rem;
  padding: 1.15rem 1.35rem;
}
.home-calculator-result strong,
.home-calculator-result span { display: block; }
.home-calculator-result strong { align-items: baseline; display: flex; font-family: Georgia, "Times New Roman", serif; font-weight: 400; gap: 0.7rem; line-height: 0.82; }
.home-calculator-result strong b { font-size: clamp(4rem, 6vw, 6.2rem); font-weight: 400; }
.home-calculator-result strong em { font-family: Arial, sans-serif; font-size: 0.7rem; font-style: normal; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.home-calculator-result span { color: rgba(255, 255, 255, 0.68); font-size: 0.68rem; letter-spacing: 0.02em; margin-top: 0.6rem; }

.home-wine-calculator > a {
  align-items: center;
  background: var(--winc-lime);
  color: #2d3120;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: clamp(0.82rem, 1.4vw, 1.05rem);
  font-weight: 900;
  grid-column: 1 / -1;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding: 1.15rem 1.3rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-wine-calculator > a:hover,
.home-wine-calculator > a:focus-visible { background: #fff; }

.home-wine-calculator > a i { font-style: normal; }

.home-calculator-preferences {
  align-items: end;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.8rem;
  grid-column: 1 / -1;
  padding-top: 0.95rem;
}

.home-calculator-choice > span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.home-calculator-choice > div { display: flex; gap: 0.28rem; }

.home-calculator-choice button,
.home-calculator-browse {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0.55rem 0.7rem;
  text-transform: uppercase;
}

.home-calculator-choice button.is-active { background: var(--winc-lime); border-color: var(--winc-lime); color: var(--plum); }
.home-calculator-browse { border-color: rgba(255, 255, 255, 0.72); margin-left: auto; }
.home-calculator-browse:hover, .home-calculator-browse:focus-visible { background: #fff; color: var(--plum); outline: none; }
.home-calculator-browse i { font-style: normal; }

.home-calculator-selection {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: grid;
  gap: 0.7rem 1rem;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 0.95rem;
}

.home-calculator-selection-heading { align-items: center; display: flex; gap: 0.75rem; }
.home-calculator-selection-heading > span { color: var(--winc-lime); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.home-calculator-selection-heading button { background: transparent; border: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.66); color: #fff; font-size: 0.6rem; font-weight: 900; letter-spacing: 0.08em; padding: 0 0 0.25rem; text-transform: uppercase; }
.home-calculator-selected-bottles { align-items: center; display: flex; flex-wrap: wrap; gap: 0.35rem; min-height: 2.5rem; }
.home-calculator-selected-bottles > p { color: rgba(255, 255, 255, 0.62); font-size: 0.7rem; margin: 0; }
.home-calculator-selected-bottles button { align-items: center; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.18); color: #fff; cursor: pointer; display: inline-flex; gap: 0.35rem; max-width: 13rem; padding: 0.25rem 0.4rem; text-align: left; }
.home-calculator-selected-bottles i { background: linear-gradient(90deg, var(--selected-bottle) 0 43%, var(--selected-label) 43% 100%); border-radius: 2px 2px 0.16rem 0.16rem; display: block; flex: 0 0 0.58rem; height: 1.55rem; position: relative; }
.home-calculator-selected-bottles i::before { background: var(--selected-bottle); border-radius: 1px 1px 0 0; content: ""; height: 0.36rem; left: 0.14rem; position: absolute; top: -0.3rem; width: 0.3rem; }
.home-calculator-selected-bottles button span { font-size: 0.62rem; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.home-calculator-selection .home-calculator-add-selection { grid-column: 2; grid-row: 1 / span 2; margin: 0; }

.home-bottle-picker {
  align-items: center;
  background: rgba(24, 18, 16, 0.64);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1.5rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 90;
}

.home-bottle-picker.is-open { opacity: 1; pointer-events: auto; }
.home-bottle-picker-card { background: #fffaf3; box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.3); max-height: min(46rem, calc(100vh - 3rem)); max-width: 50rem; overflow: auto; padding: clamp(1.25rem, 3vw, 2.4rem); transform: translateY(0.75rem); transition: transform 180ms ease; width: min(100%, 50rem); }
.home-bottle-picker.is-open .home-bottle-picker-card { transform: translateY(0); }
.home-bottle-picker-header { align-items: start; display: flex; justify-content: space-between; gap: 1rem; }
.home-bottle-picker-header p { color: var(--plum); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.15em; margin: 0 0 0.42rem; text-transform: uppercase; }
.home-bottle-picker-header h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 400; letter-spacing: -0.06em; line-height: 0.9; margin: 0; }
.home-bottle-picker-search { display: block; margin-top: 1.35rem; }
.home-bottle-picker-search span { color: var(--muted); display: block; font-size: 0.6rem; font-weight: 900; letter-spacing: 0.13em; margin-bottom: 0.42rem; text-transform: uppercase; }
.home-bottle-picker-search input { background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; font: inherit; font-size: 1rem; padding: 0.7rem 0; width: 100%; }
.home-bottle-picker-note { color: var(--muted); font-size: 0.72rem; margin: 1rem 0; }
.home-bottle-picker-list { border-top: 1px solid rgba(36, 31, 27, 0.16); }
.home-picker-product { align-items: center; border-bottom: 1px solid rgba(36, 31, 27, 0.16); display: grid; gap: 0.85rem; grid-template-columns: 3.3rem minmax(0, 1fr) auto; padding: 0.8rem 0; }
.home-picker-product .home-picker-bottle { height: 4.3rem; margin: 0 auto; width: 1.6rem; }
.home-picker-product span { color: var(--plum); display: block; font-size: 0.58rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.home-picker-product h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-weight: 400; letter-spacing: -0.03em; margin: 0.22rem 0; }
.home-picker-product p { color: var(--muted); font-size: 0.7rem; margin: 0; }
.home-picker-product button { background: var(--ink); border: 1px solid var(--ink); color: #fff; cursor: pointer; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.08em; padding: 0.58rem 0.75rem; text-transform: uppercase; }
.home-picker-product button:disabled { cursor: not-allowed; opacity: 0.4; }
.home-picker-empty { color: var(--muted); font-size: 0.85rem; padding: 1.2rem 0; }

.quick-action-number {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4vw, 4.6rem);
  letter-spacing: -0.09em;
  line-height: 0.8;
  position: relative;
  z-index: 1;
}

.quick-action-label {
  align-items: center;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: clamp(0.74rem, 1.15vw, 0.93rem);
  font-weight: 800;
  gap: 0.5rem;
  letter-spacing: 0.07em;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.quick-action-label i,
.quick-bundles-actions i {
  font-size: 1.05em;
  font-style: normal;
}

.quick-bundles-banner {
  align-items: end;
  background: #29231f;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(17rem, 0.8fr);
  margin-top: 0.9rem;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
  position: relative;
}

.quick-bundles-banner::after {
  background: var(--winc-lime);
  border-radius: 50%;
  content: "";
  height: clamp(14rem, 26vw, 24rem);
  opacity: 0.95;
  position: absolute;
  right: -7rem;
  top: -12rem;
  width: clamp(14rem, 26vw, 24rem);
}

.quick-bundles-banner > div {
  position: relative;
  z-index: 1;
}

.quick-bundles-banner > div > p { color: var(--winc-lime); }

.quick-bundles-banner h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
  margin: 0;
  max-width: 13ch;
}

.quick-bundles-banner > div > span {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 0.98rem;
  line-height: 1.5;
  margin-top: 1.1rem;
  max-width: 31rem;
}

.quick-bundles-actions {
  display: grid;
  gap: 0.7rem;
  justify-items: stretch;
}

.quick-bundles-actions a {
  align-items: center;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding: 1rem 1.1rem;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.quick-bundles-actions a:hover,
.quick-bundles-actions a:focus-visible { transform: translateX(0.25rem); }
.quick-bundles-shop { background: var(--winc-lime); color: #2d3120; }
.quick-bundles-plan { border: 1px solid rgba(255, 255, 255, 0.7); color: #fff; }
.quick-bundles-plan:hover,
.quick-bundles-plan:focus-visible { background: #fff; color: var(--ink); }

@media (max-width: 720px) {
  .alternative-home .editorial-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }

  .home-entry img {
    height: 8rem;
    width: 8rem;
  }

  .home-quick-actions {
    padding: 2.6rem 0.8rem;
  }

  .home-quick-actions-heading {
    align-items: start;
    flex-direction: column;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
  }

  .home-quick-actions-heading p {
    margin-bottom: 0;
  }

  .home-quick-actions-grid {
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }

  .quick-action-card {
    min-height: 7.25rem;
    padding: 1rem;
  }

  .quick-action-card::after {
    height: 5.8rem;
    right: -2.2rem;
    top: -2.6rem;
    width: 5.8rem;
  }

  .quick-action-number {
    font-size: 2.4rem;
  }

  .quick-action-label {
    align-items: flex-start;
    font-size: 0.56rem;
    gap: 0.2rem;
    line-height: 1.25;
  }

  .quick-action-label i { display: none; }

  .quick-action-wines,
  .quick-action-liquors {
    color: #fff;
    justify-content: flex-end;
  }

  .quick-action-wines::before,
  .quick-action-liquors::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    filter: saturate(0.82) brightness(0.78);
    inset: 0;
    position: absolute;
  }

  .quick-action-wines::before {
    background-image: url("/assets/wine-collection-hero.webp");
    background-position: center 52%;
  }

  .quick-action-liquors::before {
    background-image: url("/assets/liquors-collection-hero.webp");
    background-position: center 48%;
  }

  .quick-action-wines::after,
  .quick-action-liquors::after {
    background: linear-gradient(90deg, rgba(24, 18, 17, 0.74), rgba(24, 18, 17, 0.14));
    border: 0;
    border-radius: 0;
    height: auto;
    inset: 0;
    opacity: 1;
    right: auto;
    top: auto;
    transform: none;
    width: auto;
  }

  .quick-action-wines:hover::after,
  .quick-action-wines:focus-visible::after,
  .quick-action-liquors:hover::after,
  .quick-action-liquors:focus-visible::after {
    transform: none;
  }

  .quick-action-wines .quick-action-number,
  .quick-action-liquors .quick-action-number {
    display: none;
  }

  .quick-action-wines .quick-action-label,
  .quick-action-liquors .quick-action-label {
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }

  .quick-action-map {
    min-height: 6.25rem;
  }

  .home-wine-calculator {
    align-items: stretch;
    gap: 0.8rem;
    grid-template-columns: 1fr auto;
    padding: 1.15rem;
  }

  .home-calculator-copy { grid-column: 1 / -1; }

  .home-calculator-stepper {
    grid-template-columns: 2.2rem minmax(3.2rem, 1fr) 2.2rem;
    min-height: 7.2rem;
    padding: 0.65rem;
  }

  .home-calculator-stepper button { height: 2.2rem; width: 2.2rem; }
  .home-calculator-stepper output { font-size: clamp(3.4rem, 16vw, 4.5rem); }

  .home-calculator-result {
    align-self: center;
    min-height: 7.2rem;
    padding: 0.9rem;
    text-align: left;
  }

  .home-calculator-result strong { gap: 0.4rem; }
  .home-calculator-result strong b { font-size: clamp(3.4rem, 16vw, 4.5rem); }
  .home-calculator-result strong em { font-size: 0.56rem; }
  .home-calculator-result span { font-size: 0.6rem; }

  .home-wine-calculator > a {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .home-calculator-preferences { align-items: stretch; gap: 0.8rem; }
  .home-calculator-choice { flex: 1 1 8rem; }
  .home-calculator-choice > div { display: grid; grid-template-columns: repeat(2, 1fr); }
  .home-calculator-choice button { width: 100%; }
  .home-calculator-browse { margin-left: 0; width: 100%; }
  .home-calculator-selection { grid-template-columns: 1fr; }
  .home-calculator-selection .home-calculator-add-selection { grid-column: 1; grid-row: auto; width: 100%; }

  .quick-bundles-banner {
    align-items: stretch;
    gap: 1.6rem;
    grid-template-columns: 1fr;
    padding: 1.6rem;
  }

  .quick-bundles-banner::after {
    height: 12rem;
    right: -5.4rem;
    top: -7.6rem;
    width: 12rem;
  }

  .quick-bundles-banner h3 {
    font-size: clamp(2rem, 9.5vw, 2.7rem);
    max-width: 11ch;
  }

  .quick-bundles-banner > div > span {
    font-size: 0.88rem;
    max-width: 28rem;
  }

  .quick-bundles-actions a {
    font-size: 0.62rem;
    padding: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-entry {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}

.alternative-home .alternative-hero::before {
  display: none;
}

.alternative-home .alternative-hero::after {
  background: linear-gradient(90deg, rgba(18, 12, 10, 0.45), rgba(22, 15, 12, 0.18)), rgba(42, 30, 23, 0.12);
  border-radius: 0;
  height: 100%;
  inset: 0;
  width: 100%;
}

.alternative-home .alternative-hero img {
  filter: saturate(0.9) brightness(0.78);
  object-position: center 54%;
  transform: none;
}

.alternative-home .alternative-hero .hero-content {
  align-self: center;
  justify-self: center;
  margin: 0;
  max-width: 64rem;
  padding: 3rem 1.5rem 4rem;
  text-align: center;
}

.alternative-home .alternative-hero .alternative-kicker {
  color: rgba(255, 255, 255, 0.86);
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  margin: 0 0 1.6rem;
}

.alternative-home .alternative-hero h1 {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 6.25vw, 7.5rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.94;
  margin: 0;
  max-width: none;
}

.alternative-home .alternative-hero .alternative-hero-copy {
  color: rgba(255, 255, 255, 0.87);
  font-family: Arial, sans-serif;
  font-size: clamp(0.87rem, 1.15vw, 1.03rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.65;
  margin: 1.7rem auto 2rem;
  max-width: 36rem;
  text-transform: none;
}

.alternative-home .alternative-discover-button {
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.22em;
  min-width: 16rem;
  padding: 1.18rem 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 200ms ease, color 200ms ease;
}

.alternative-home .alternative-discover-button:hover {
  background: #fff;
  color: #45222d;
}

.alternative-home .alternative-scroll-link {
  bottom: 1.25rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  font-weight: 300;
  left: 50%;
  line-height: 1;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
  z-index: 2;
}

.alternative-home .quote-band {
  background: #fff;
  padding: clamp(4rem, 8vw, 8.5rem) 1.5rem;
}

.alternative-home .quote-card {
  border: 0;
  border-radius: 0;
  max-width: 52rem;
  padding: 0;
}

.alternative-home .quote-card p {
  color: #494548;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 3.15rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.alternative-home .quote-card strong {
  color: #877e80;
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 1.8rem;
  text-transform: uppercase;
}

.alternative-home .quote-mark,
.alternative-home .quote-dots {
  display: none;
}

.alternative-home .house-cellar {
  background: #f3efed;
  padding-top: clamp(4rem, 8vw, 8rem);
}

.alternative-home .estate-eyebrow,
.alternative-home .recommendation-heading p {
  color: #7d6570;
  font-family: Arial, sans-serif;
  font-weight: 500;
}

.alternative-home .estate-copy h2,
.alternative-home .recommendation-heading h2,
.alternative-home .member-love h2 {
  color: #393437;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

@media (max-width: 1020px) {
  .alternative-home .alternative-nav {
    min-height: 6.4rem;
  }

  .alternative-home .alternative-nav-links {
    gap: 1.25rem;
  }

  .alternative-home .alternative-nav-left a:nth-child(2),
  .alternative-home .alternative-nav-right .alternative-nav-links a:first-child {
    display: none;
  }

  .alternative-home .alternative-hero {
    min-height: calc(100svh - 6.4rem);
  }
}

@media (max-width: 720px) {
  .alternative-home .alternative-nav {
    grid-template-columns: auto 1fr auto;
    min-height: 4.9rem;
    padding: 0 1rem;
  }

  .alternative-home .alternative-nav .menu-toggle {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
  }

  .alternative-home .alternative-nav-left,
  .alternative-home .alternative-nav-right > .alternative-nav-links {
    display: none;
  }

  .alternative-home .alternative-brand {
    grid-column: 2;
  }

  .alternative-home .alternative-brand .brand-logo {
    height: 3.15rem;
    max-width: 9rem;
  }

  .alternative-home .alternative-nav-right {
    grid-column: 3;
    gap: 0;
  }

  .alternative-home .alternative-nav .nav-actions > .icon-button {
    display: none;
  }

  .alternative-home .alternative-hero {
    min-height: calc(100svh - 4.9rem);
  }

  .alternative-home .alternative-hero img {
    object-position: 57% center;
  }

  .alternative-home .alternative-hero .hero-content {
    padding-bottom: 4.5rem;
  }

  .alternative-home .alternative-hero h1 {
    font-size: clamp(3.05rem, 13vw, 4.55rem);
    line-height: 0.96;
  }

  .alternative-home .alternative-hero .alternative-kicker {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
  }

  .alternative-home .alternative-discover-button {
    min-width: 13.5rem;
  }
}

/* Site-wide editorial header: generous at rest, compact after scrolling. */
.editorial-header {
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  box-shadow: 0 1px 0 rgba(42, 38, 39, 0.1);
  transition: box-shadow 220ms ease;
}

.editorial-header.is-scrolled {
  box-shadow: 0 8px 26px rgba(42, 38, 39, 0.1);
}

.header-bsad {
  color: #817d80;
  direction: rtl;
  font-family: Arial, "Noto Sans Hebrew", "Segoe UI", sans-serif;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  right: 0.55rem;
  top: 0.35rem;
  unicode-bidi: isolate;
  z-index: 2;
}

.editorial-header.is-header-initializing,
.editorial-header.is-header-initializing .editorial-nav,
.editorial-header.is-header-initializing .editorial-brand .brand-logo,
.editorial-header.is-header-initializing .header-promo {
  transition: none;
}

.editorial-header .editorial-nav {
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  max-width: none;
  min-height: 9rem;
  padding: 0 clamp(1.5rem, 4vw, 4.5rem);
  transition: min-height 300ms cubic-bezier(0.22, 1, 0.36, 1), padding 300ms ease;
}

.editorial-header.is-scrolled .editorial-nav {
  min-height: 4.6rem;
}

.editorial-header .editorial-nav-left {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.editorial-header .editorial-brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.editorial-header .editorial-brand .brand-logo {
  height: auto;
  max-width: none;
  transition: width 300ms cubic-bezier(0.22, 1, 0.36, 1);
  width: clamp(11rem, 13vw, 13.5rem);
}

.editorial-header.is-scrolled .editorial-brand .brand-logo {
  height: auto;
  max-width: none;
  width: clamp(8rem, 9vw, 9.25rem);
}

.editorial-header .editorial-nav-right {
  align-items: center;
  display: flex;
  gap: clamp(0.7rem, 1.4vw, 1.5rem);
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  min-width: 0;
}

.editorial-header .editorial-nav-links {
  gap: clamp(1.25rem, 2.6vw, 3.2rem);
}

.editorial-header .editorial-nav-links a,
.editorial-header .editorial-nav-links > button:not(.header-promo) {
  color: #817d80;
  font-family: Arial, sans-serif;
  font-size: clamp(0.64rem, 0.85vw, 0.82rem);
  font-weight: 500;
  letter-spacing: 0.17em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.editorial-header .editorial-nav-links a:hover {
  color: var(--plum);
}

.editorial-header .header-promo,
.mobile-menu .header-promo {
  background: var(--winc-lime);
  border: 1px solid rgba(36, 31, 27, 0.1);
  border-radius: 999px;
  color: var(--ink);
  font-size: clamp(0.62rem, 0.76vw, 0.74rem);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.15;
  padding: 0.72rem 1rem;
  text-transform: none;
  white-space: nowrap;
}

.editorial-header .header-promo:hover,
.mobile-menu .header-promo:hover {
  background: #efff6a;
  transform: translateY(-1px);
}

.editorial-header.is-scrolled .header-promo {
  padding-bottom: 0.58rem;
  padding-top: 0.58rem;
}

.editorial-header .nav-actions {
  gap: 0.22rem;
}

.editorial-header .icon-button,
.editorial-header .cart-link {
  border-color: transparent;
  color: #777376;
  height: 2.25rem;
  width: 2.25rem;
}

.editorial-header .icon-button:hover,
.editorial-header .cart-link:hover {
  background: #f4f1ef;
  color: var(--plum);
}

.editorial-header .language-switch {
  height: 2.25rem;
  width: 2.25rem;
}

.editorial-header .language-flag {
  box-shadow: none;
  height: 1.95rem;
  width: 1.95rem;
}

.editorial-header .menu-toggle {
  display: none;
}

.mobile-menu-panel nav .header-promo {
  margin-top: 0.75rem;
  text-align: center;
  width: 100%;
}

.mobile-menu-panel nav {
  display: grid;
}

.mobile-menu-panel nav a {
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  padding: 0.9rem 0;
  text-decoration: none;
}

@media (max-width: 1180px) {
  .editorial-header .editorial-nav-left a:nth-child(2),
  .editorial-header .editorial-nav-right .editorial-nav-links a:first-child {
    display: none;
  }

  .editorial-header .editorial-nav {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 860px) {
  .editorial-header .editorial-nav {
    grid-template-columns: auto 1fr auto;
    min-height: 5.7rem;
    padding: 0 1rem;
  }

  .editorial-header.is-scrolled .editorial-nav {
    min-height: 4.25rem;
  }

  .editorial-header .menu-toggle {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
  }

  .editorial-header .editorial-nav-left,
  .editorial-header .editorial-nav-right > .editorial-nav-links {
    display: none;
  }

  .editorial-header .editorial-brand {
    grid-column: 2;
  }

  .editorial-header .editorial-brand .brand-logo {
    height: auto;
    max-width: none;
    width: 9.4rem;
  }

  .editorial-header.is-scrolled .editorial-brand .brand-logo {
    height: auto;
    width: 7rem;
  }

  .editorial-header .editorial-nav-right {
    gap: 0;
    grid-column: 3;
  }
}

@media (max-width: 520px) {
  .editorial-header .editorial-nav {
    gap: 0.35rem;
    padding: 0 0.65rem;
  }

  .editorial-header .editorial-brand .brand-logo {
    height: 3.35rem;
    max-width: 8.8rem;
  }

  .editorial-header .nav-actions > .icon-button {
    display: none;
  }

  .editorial-header .language-switch,
  .editorial-header .cart-link {
    height: 2rem;
    width: 2rem;
  }

  .editorial-header .language-flag {
    height: 1.75rem;
    width: 1.75rem;
  }
}

/* Header geometry correction: reserve the final footprint before JS, then anchor from center. */
.site-header:not(.editorial-header) {
  height: 9rem;
  visibility: hidden;
}

.editorial-header .editorial-nav {
  column-gap: clamp(14rem, 18vw, 18rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
}

.editorial-header .editorial-brand {
  grid-column: auto;
  grid-row: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.editorial-header .editorial-nav-left {
  grid-column: 1;
  justify-content: flex-end;
  justify-self: stretch;
}

.editorial-header .editorial-nav-left a:nth-child(2) {
  display: inline-flex;
}

.editorial-header .editorial-nav-right {
  grid-column: 2;
  justify-content: flex-start;
  justify-self: stretch;
}

.editorial-header .editorial-utilities {
  align-items: center;
  display: flex;
  gap: clamp(0.55rem, 1vw, 1.05rem);
  position: absolute;
  right: clamp(1rem, 2.3vw, 2.5rem);
  top: 50%;
  transform: translateY(-50%);
}

.editorial-header .editorial-language-slot {
  align-items: center;
  display: flex;
  left: clamp(1rem, 2.3vw, 2.5rem);
  position: absolute;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

html[dir="rtl"] .editorial-header .editorial-language-slot {
  left: auto;
  right: clamp(1rem, 2.3vw, 2.5rem);
}

.editorial-header .editorial-language-slot .language-switch {
  height: 2.25rem;
  width: 2.25rem;
}

.editorial-header .editorial-language-slot .language-flag {
  height: 1.9rem;
  width: 1.9rem;
}

.editorial-header .editorial-language-slot .language-switch strong {
  border-width: 1px;
  bottom: -0.1rem;
  font-size: 0.48rem;
  height: 0.78rem;
  left: auto;
  min-width: 0.98rem;
  padding: 0 0.1rem;
  right: -0.18rem;
}

html[dir="rtl"] .editorial-header .editorial-utilities {
  direction: ltr;
  left: clamp(1rem, 2.3vw, 2.5rem);
  right: auto;
}

html[dir="rtl"] .editorial-header .editorial-nav-links a {
  letter-spacing: 0.04em;
}

@media (max-width: 1260px) and (min-width: 1151px) {
  .editorial-header .editorial-utilities .icon-button {
    display: none;
  }

  .editorial-header .editorial-nav {
    column-gap: 13rem;
  }
}

@media (max-width: 1150px) {
  body {
    padding-top: 5.7rem;
  }

  .wine-page-hero {
    height: calc(100svh - 5.7rem);
  }

  .site-header:not(.editorial-header) {
    height: 5.7rem;
  }

  .editorial-header .editorial-nav {
    column-gap: 0;
    grid-template-columns: auto 1fr auto;
    min-height: 5.7rem;
    padding: 0 1rem;
  }

  .editorial-header.is-scrolled .editorial-nav {
    min-height: 4.25rem;
  }

  .editorial-header .menu-toggle {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
  }

  .editorial-header .editorial-nav-left,
  .editorial-header .editorial-nav-right {
    display: none;
  }

  .editorial-header .editorial-brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    left: auto;
    position: static;
    top: auto;
    transform: none;
  }

  .editorial-header .editorial-brand .brand-logo {
    height: 3.75rem;
    max-width: 10rem;
  }

  .editorial-header.is-scrolled .editorial-brand .brand-logo {
    height: 2.65rem;
  }

  .editorial-header .editorial-utilities {
    grid-column: 3;
    grid-row: 1;
    left: auto;
    position: static;
    right: auto;
    transform: none;
  }

  .editorial-header .editorial-language-slot {
    left: auto;
    right: 1.75rem;
    top: 0.1rem;
  }

  .editorial-header .editorial-utilities > .header-promo {
    display: none;
  }
}

/* Featured quote: contained editorial treatment without legacy clipping overlays. */
.alternative-home .quote-band {
  background: linear-gradient(135deg, #f8f1e8 0%, #fffdf9 54%, #f2e9e1 100%);
  box-sizing: border-box;
  display: grid;
  min-height: clamp(22rem, 34vw, 33rem);
  padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  place-items: center;
  position: relative;
  scroll-margin-top: 8rem;
}

.alternative-home .quote-band::before,
.alternative-home .quote-band::after {
  border: 1px solid rgba(124, 29, 49, 0.17);
  border-radius: 50%;
  content: "";
  height: clamp(8rem, 16vw, 15rem);
  pointer-events: none;
  position: absolute;
  width: clamp(8rem, 16vw, 15rem);
}

.alternative-home .quote-band::before {
  left: clamp(-5rem, -2vw, -1rem);
  top: clamp(1.5rem, 4vw, 4rem);
}

.alternative-home .quote-band::after {
  bottom: clamp(1.5rem, 4vw, 4rem);
  right: clamp(-5rem, -2vw, -1rem);
}

.alternative-home .quote-card {
  background: rgba(255, 253, 249, 0.88);
  border: 1px solid rgba(124, 29, 49, 0.2);
  border-radius: 0;
  box-shadow: 0 1.4rem 3.5rem rgba(65, 43, 36, 0.08);
  box-sizing: border-box;
  isolation: isolate;
  max-width: 54rem;
  padding: clamp(2.5rem, 5vw, 4.25rem) clamp(1.5rem, 6vw, 5.5rem) clamp(2.25rem, 4vw, 3.4rem);
  position: relative;
  text-align: center;
  width: min(100%, 54rem);
}

.alternative-home .quote-card::before,
.alternative-home .quote-card::after,
.alternative-home .quote-card .quote-mark,
.alternative-home .quote-card + .quote-dots {
  content: none;
  display: none;
}

.alternative-home .quote-kicker,
.alternative-home .quote-card footer,
.alternative-home .quote-card footer span {
  color: #7c1d31;
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}

.alternative-home .quote-flourish {
  color: #c3d569;
  display: block;
  font-size: 1.05rem;
  line-height: 1;
  margin: 1rem auto 1.15rem;
}

.alternative-home .quote-card blockquote {
  color: #3d3537;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.15vw, 3.2rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.13;
  margin: 0;
}

.alternative-home .quote-card footer {
  align-items: center;
  display: flex;
  gap: 0.65rem;
  justify-content: center;
  margin-top: clamp(1.6rem, 3vw, 2.25rem);
}

.alternative-home .quote-card footer::before,
.alternative-home .quote-card footer::after {
  background: #c3d569;
  content: "";
  height: 1px;
  width: 1.75rem;
}

.alternative-home .quote-card footer span {
  color: #83787a;
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

@media (max-width: 720px) {
  .alternative-home .quote-band {
    min-height: 0;
    padding: 3.7rem 1.2rem;
    scroll-margin-top: 6rem;
  }

  .alternative-home .quote-band::before {
    left: -4.6rem;
    top: 1.2rem;
  }

  .alternative-home .quote-band::after {
    bottom: 1rem;
    right: -4.8rem;
  }

  .alternative-home .quote-card {
    padding: 2.4rem 1.45rem 2rem;
  }

  .alternative-home .quote-card blockquote {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
    letter-spacing: -0.04em;
    line-height: 1.17;
  }

  .alternative-home .quote-card footer {
    flex-wrap: wrap;
    gap: 0.42rem 0.55rem;
  }
}

/* Tight wordmark proportions for the supplied horizontal JE WineClub logo. */
.editorial-header .editorial-brand .brand-logo {
  height: auto;
  max-width: none;
  width: clamp(10rem, 11vw, 11.75rem);
}

.editorial-header.is-scrolled .editorial-brand .brand-logo {
  height: auto;
  max-width: none;
  width: clamp(8rem, 9vw, 9.25rem);
}

@media (min-width: 1151px) {
  .editorial-header .editorial-brand {
    top: calc(50% - 0.18rem);
  }
}

@media (max-width: 1150px) {
  .editorial-header .editorial-brand .brand-logo {
    height: auto;
    max-width: none;
    width: 9.4rem;
  }

  .editorial-header.is-scrolled .editorial-brand .brand-logo {
    height: auto;
    width: 7rem;
  }
}

@media (max-width: 520px) {
  .editorial-header .editorial-brand .brand-logo {
    width: 8.9rem;
  }

  .editorial-header.is-scrolled .editorial-brand .brand-logo {
    width: 6.6rem;
  }
}

/* Expandable planner and exact-bottle recommendations. */
.hosting-planner {
  background: var(--plum);
  display: block;
  margin: 0 0 5rem;
  padding: 0;
}

.planner-banner-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(9rem, 0.7fr) minmax(14rem, 1.15fr) minmax(16rem, 1fr) auto;
  margin: 0 auto;
  max-width: 90rem;
  padding: clamp(1.55rem, 3vw, 2.7rem) clamp(1.25rem, 6vw, 7rem);
  text-align: left;
  width: 100%;
}

.planner-banner-kicker,
.planner-banner-action {
  color: var(--winc-lime);
  font-family: Arial, sans-serif;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.planner-banner-toggle strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.planner-banner-copy {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  line-height: 1.45;
  max-width: 29rem;
}

.planner-banner-action {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.48);
  color: #fff;
  display: inline-flex;
  gap: 0.65rem;
  justify-content: center;
  min-width: 10.5rem;
  padding: 0.85rem 1rem;
  transition: background 180ms ease, color 180ms ease;
}

.planner-banner-action i {
  color: var(--winc-lime);
  font-size: 1.1rem;
  font-style: normal;
  line-height: 0.6;
}

.planner-banner-toggle:hover .planner-banner-action,
.planner-banner-toggle:focus-visible .planner-banner-action {
  background: var(--winc-lime);
  color: var(--ink);
}

.planner-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: clamp(1.6rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1fr);
  margin: 0 auto;
  max-width: 90rem;
  padding: clamp(1.5rem, 3vw, 2.75rem) clamp(1.25rem, 6vw, 7rem) clamp(2rem, 4vw, 4rem);
}

.planner-panel[hidden] { display: none; }

.planner-panel .planner-results { grid-column: 1 / -1; }

.planner-bottle-overview small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.planner-case-stage {
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: flex-start;
  min-height: 0;
  overflow: visible;
}

.planner-plan-copy {
  align-self: stretch;
  border-right: 1px solid rgba(36, 31, 27, 0.16);
  display: grid;
  flex: 0 0 min(15rem, 100%);
  gap: 0.5rem;
  padding: 0.45rem 1.15rem 0.45rem 0;
}

.planner-plan-copy p,
.planner-plan-copy span {
  margin: 0;
}

.planner-plan-copy p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.planner-plan-copy span {
  color: var(--plum);
  font-family: Arial, sans-serif;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.planner-case-stack {
  flex: 0 1 auto;
  min-width: 0;
  padding: 1.5rem 0 1.2rem 1rem;
}

.planner-loose-card {
  align-content: center;
  background: #fffaf5;
  border: 1px solid rgba(36, 31, 27, 0.18);
  display: grid;
  flex: 0 1 15rem;
  gap: 0.55rem;
  justify-items: start;
  min-height: 12rem;
  padding: 1.3rem;
}

.planner-loose-card p,
.planner-loose-card span { margin: 0; }
.planner-loose-card p { color: var(--plum); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.planner-loose-card strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; font-weight: 400; letter-spacing: -0.06em; line-height: 0.9; }
.planner-loose-card span { color: var(--muted); font-size: 0.72rem; line-height: 1.35; }
.planner-loose-card > div { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.25rem; }
.planner-loose-card button { background: transparent; border: 1px solid var(--ink); color: var(--ink); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.08em; padding: 0.55rem 0.65rem; text-transform: uppercase; }
.planner-loose-card button[data-add-planner-loose] { background: var(--ink); color: #fff; }
.planner-loose-card button:hover, .planner-loose-card button:focus-visible { background: var(--winc-lime); color: var(--ink); }

.home-calculator-bundles,
.home-calculator-exact { margin-top: 0.7rem; }
.home-calculator-bundles { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.home-calculator-bundles button,
.home-calculator-add-selection {
  background: var(--ink);
  border: 1px solid var(--ink);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  padding: 0.52rem 0.6rem;
  text-transform: uppercase;
}

.home-wine-calculator .home-calculator-add-selection {
  background: var(--winc-lime);
  border-color: var(--winc-lime);
  color: var(--plum);
  min-height: 2.8rem;
  padding-inline: 0.9rem;
}

.home-wine-calculator .home-calculator-add-selection:not(:disabled):hover,
.home-wine-calculator .home-calculator-add-selection:not(:disabled):focus-visible { background: #fff; border-color: #fff; }

.home-calculator-exact { border-top: 1px solid rgba(36, 31, 27, 0.14); padding-top: 0.65rem; }
.home-calculator-exact p { color: var(--muted); font-size: 0.65rem; margin: 0 0 0.45rem; }
.home-calculator-exact p b { color: var(--plum); }
.home-calculator-bottle-choices { display: flex; flex-wrap: wrap; gap: 0.32rem; }
.home-calculator-bottle-choices button { background: transparent; border: 1px solid rgba(36, 31, 27, 0.24); color: var(--ink); font-size: 0.57rem; padding: 0.42rem 0.46rem; }
.home-calculator-bottle-choices button.is-selected { background: var(--winc-lime); border-color: var(--ink); }
.home-calculator-add-selection { margin-top: 0.55rem; }
.home-calculator-add-selection:disabled { cursor: not-allowed; opacity: 0.45; }

@media (max-width: 900px) {
  .planner-banner-toggle,
  .planner-panel { grid-template-columns: 1fr; }
  .planner-banner-toggle { gap: 0.75rem; }
  .planner-banner-action { justify-self: start; }
  .planner-plan-copy { border-bottom: 1px solid rgba(36, 31, 27, 0.16); border-right: 0; flex-basis: 100%; padding: 0 0 1rem; }
}

@media (max-width: 640px) {
  .hosting-planner { margin-bottom: 3rem; }
  .planner-banner-toggle { padding: 1.35rem 1rem; }
  .planner-banner-copy { font-size: 0.76rem; }
  .planner-panel { padding: 1.8rem 1rem; }
  .planner-case-stage { padding: 1.2rem; }
  .planner-case-stack { flex-basis: 100%; justify-content: center; min-height: 13.5rem; padding-left: 0; }
  .planner-case-card { flex-basis: 7rem; }
  .planner-case-art { height: 11.25rem; padding: 0.75rem 0.58rem; width: 7rem; }
  .planner-case-bottles i { height: 1.35rem; width: 1.35rem; }
  .planner-loose-card { flex-basis: 100%; min-height: 0; }
  .home-wine-calculator { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .home-calculator-copy,
  .home-calculator-preferences,
  .home-calculator-selection,
  .home-wine-calculator > a { grid-column: 1 / -1; }
}

/* Liquors explorer. */
.liquors-browser {
  display: grid;
  gap: clamp(1.8rem, 4vw, 4.5rem);
  grid-template-columns: minmax(10rem, 13rem) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 88rem;
}

.liquor-category-nav {
  align-self: start;
  border-right: 1px solid rgba(36, 31, 27, 0.18);
  display: grid;
  gap: 0.25rem;
  padding-right: clamp(1rem, 2vw, 2rem);
  position: sticky;
  top: 7rem;
}

.liquor-category-nav > p {
  color: var(--plum);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.liquor-category-nav button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #5f5650;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.65vw, 1.55rem);
  padding: 0.5rem 0;
  text-align: left;
  transition: color 180ms ease, padding 180ms ease;
}

.liquor-category-nav button:hover,
.liquor-category-nav button:focus-visible,
.liquor-category-nav button.is-active {
  color: var(--plum);
  outline: none;
  padding-left: 0.55rem;
}

.liquor-category-nav button.is-active {
  border-bottom-color: var(--plum);
}

.liquors-browser-content { min-width: 0; }

.liquor-subcategories {
  display: grid;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.liquor-subcategories[hidden] { display: none; }

.liquor-subcategory-section {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.liquor-subcategory-section > p {
  color: #796d64;
  flex-basis: 100%;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin: 0 0 0.1rem;
  text-transform: uppercase;
}

.liquor-subcategories button {
  align-items: center;
  aspect-ratio: 1;
  background: transparent;
  border: 1px solid rgba(36, 31, 27, 0.24);
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.6rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1.1;
  padding: 0.65rem;
  text-align: center;
  text-transform: uppercase;
  width: clamp(4.6rem, 7vw, 6.25rem);
}

.liquor-subcategories button:hover,
.liquor-subcategories button:focus-visible,
.liquor-subcategories button.is-active {
  background: var(--plum);
  border-color: var(--plum);
  color: #fff;
  outline: none;
}

.liquor-filter-status {
  color: #796d64;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}

.liquor-style-note {
  border-left: 2px solid var(--plum);
  color: #655d56;
  font-size: 0.86rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  max-width: 38rem;
  padding-left: 0.85rem;
}

.liquors-browser .liquors-inventory-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.liquors-inventory-grid article[hidden] { display: none; }
.liquors-inventory-grid .liquor-product-card { justify-content: flex-start; min-height: 31rem; }
.liquor-product-art { align-items: center; background: rgba(255,255,255,.44); border: 0; display: flex; height: 14rem; justify-content: center; margin: calc(clamp(1.2rem, 2.2vw, 2.25rem) * -1) calc(clamp(1.2rem, 2.2vw, 2.25rem) * -1) 1.5rem; overflow: hidden; }
.liquor-product-art .product-bottle { height: 10rem; margin: 0; width: 3.1rem; }
.liquor-product-art .product-image { height: 12rem; max-width: 78%; object-fit: contain; width: auto; }
.liquor-product-card > p { display: -webkit-box; margin-bottom: 1.2rem; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.liquor-product-card > footer { align-items: center; border-top: 1px solid rgba(36,31,27,.16); display: flex; justify-content: space-between; margin-top: auto; padding-top: 1rem; }
.liquor-product-card > footer strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.liquor-product-card > footer button { background: transparent; border: 1px solid var(--ink); border-radius: 999px; font-size: .66rem; font-weight: 900; min-height: 2.25rem; padding: 0 .95rem; text-transform: uppercase; }
.liquor-product-card > footer button:hover, .liquor-product-card > footer button:focus-visible { background: var(--ink); color: white; }
.liquor-product-card > footer button:disabled { cursor: not-allowed; opacity: .45; }
.collection-load-more { background: transparent; border: 1px solid var(--plum); color: var(--plum); display: block; font-size: .7rem; font-weight: 900; letter-spacing: .1em; margin: 2.5rem auto 0; min-height: 3.25rem; padding: 0 1.5rem; text-transform: uppercase; }
.collection-load-more:hover, .collection-load-more:focus-visible { background: var(--plum); color: white; }
.collection-load-more[hidden] { display: none; }

/* Wine catalog certification filter. */
.collection-mevushal-filter {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 1.15rem;
}

.mevushal-toggle {
  align-items: center;
  background: #fffdfa;
  border: 1px solid rgba(123, 35, 50, 0.42);
  border-radius: 999px;
  color: var(--plum);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 900;
  gap: 0.55rem;
  letter-spacing: 0.1em;
  padding: 0.58rem 0.75rem 0.58rem 0.9rem;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.mevushal-toggle i {
  border: 1px solid currentColor;
  border-radius: 999px;
  height: 0.8rem;
  position: relative;
  width: 1.45rem;
}

.mevushal-toggle i::after {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 0.48rem;
  left: 0.14rem;
  position: absolute;
  top: 0.1rem;
  transition: transform 180ms ease;
  width: 0.48rem;
}

.mevushal-toggle:hover,
.mevushal-toggle:focus-visible,
.mevushal-toggle.is-active {
  background: var(--plum);
  border-color: var(--plum);
  color: #fff;
  outline: none;
}

.mevushal-toggle.is-active i::after { transform: translateX(0.58rem); }

.collection-mevushal-filter p {
  color: #796d64;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .liquors-browser { grid-template-columns: 1fr; }
  .liquor-category-nav { border-bottom: 1px solid rgba(36, 31, 27, 0.18); border-right: 0; display: flex; flex-wrap: wrap; gap: 0.45rem 1rem; padding: 0 0 1rem; position: static; }
  .liquor-category-nav > p { flex: 0 0 100%; margin-bottom: 0.15rem; }
  .liquor-category-nav button { font-size: 1.05rem; padding: 0.15rem 0; }
  .liquor-category-nav button:hover, .liquor-category-nav button:focus-visible, .liquor-category-nav button.is-active { padding-left: 0; }
  .liquors-browser .liquors-inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-mevushal-filter { flex-wrap: wrap; }
}

@media (max-width: 520px) {
  .liquor-subcategories { margin-left: -0.2rem; padding: 0.15rem 0.2rem 0.65rem; }
  .liquor-subcategory-section { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 0.2rem; }
  .liquor-subcategory-section > p { min-width: max-content; }
  .liquor-subcategories button { flex: 0 0 5.3rem; font-size: 0.54rem; }
  .liquors-browser .liquors-inventory-grid { grid-template-columns: 1fr; }
}

/* Wine guide. */
.guide-page { background: #f8f2e9; }

.guide-hero {
  background: #271a17;
  color: #fffaf3;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(18rem, 0.96fr);
  min-height: min(47rem, calc(100vh - 7rem));
  overflow: hidden;
}

.guide-hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4.5rem, 10vw, 10rem) clamp(1.5rem, 8vw, 9rem);
  position: relative;
  z-index: 1;
}

.guide-eyebrow {
  color: var(--winc-lime);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.guide-hero h1,
.guide-intro h2,
.guide-closing h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 7.2vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.84;
  margin: 0;
  max-width: 10ch;
}

.guide-hero-copy > p:not(.guide-eyebrow) {
  color: rgba(255, 250, 243, 0.78);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.6;
  margin: 2rem 0;
  max-width: 31rem;
}

.guide-scroll-link {
  align-items: center;
  border-bottom: 1px solid rgba(255, 250, 243, 0.6);
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  gap: 1.35rem;
  letter-spacing: 0.13em;
  padding: 0.35rem 0 0.7rem;
  text-transform: uppercase;
}

.guide-scroll-link span { font-size: 1.3rem; font-weight: 400; line-height: 0.6; }

.guide-hero-art {
  background: radial-gradient(circle at 51% 36%, #ae7d55 0, #503124 25%, #271a17 66%);
  min-height: 34rem;
  overflow: hidden;
  position: relative;
}

.guide-hero-art::before {
  background: linear-gradient(165deg, transparent 36%, rgba(255, 243, 218, 0.17) 36.1%, transparent 36.8%);
  content: "";
  inset: 0;
  position: absolute;
}

.guide-hero-art > p {
  bottom: 3.2rem;
  color: rgba(255, 250, 243, 0.6);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.8rem);
  margin: 0;
  position: absolute;
  right: 8%;
  z-index: 2;
}

.guide-orbit { border: 1px solid rgba(255, 250, 243, 0.25); border-radius: 50%; position: absolute; }
.guide-orbit-one { height: min(35vw, 32rem); right: 8%; top: 9%; width: min(35vw, 32rem); }
.guide-orbit-two { height: min(44vw, 40rem); right: -15%; top: 22%; width: min(44vw, 40rem); }

.guide-hero-bottle {
  background: #f8f2e9;
  border: 1px solid rgba(255, 250, 243, 0.35);
  bottom: 0;
  clip-path: polygon(11% 0, 100% 0, 89% 100%, 0 100%);
  filter: drop-shadow(0 2rem 1.2rem rgba(0, 0, 0, 0.45));
  height: 88%;
  left: 14%;
  padding: 1rem 2.5rem 0;
  position: absolute;
  width: min(76%, 31rem);
  z-index: 1;
}

.guide-hero-bottle::before { border: 1px solid rgba(123, 35, 50, 0.24); content: ""; inset: 0.8rem; pointer-events: none; position: absolute; z-index: 2; }
.guide-hero-bottle img { height: 100%; mix-blend-mode: multiply; object-fit: contain; object-position: 50% 100%; }

.guide-intro {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 7vw, 9rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 auto;
  max-width: 90rem;
  padding: clamp(5rem, 9vw, 10rem) clamp(1.25rem, 5vw, 5rem);
}

.guide-intro .guide-eyebrow { color: var(--plum); }
.guide-intro h2 { color: var(--ink); font-size: clamp(2.8rem, 4.6vw, 5.4rem); max-width: 8ch; }

.guide-intro-copy > p {
  color: #5d5149;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 1.6vw, 1.55rem);
  line-height: 1.48;
  margin: 0;
  max-width: 43rem;
}

.guide-essentials {
  border-top: 1px solid rgba(36, 31, 27, 0.24);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.2rem;
}

.guide-essentials article { border-right: 1px solid rgba(36, 31, 27, 0.18); padding: 1.3rem 1.35rem 0.2rem 0; }
.guide-essentials article + article { padding-left: 1.35rem; }
.guide-essentials article:last-child { border-right: 0; }
.guide-essentials span { color: var(--plum); font-size: 0.63rem; font-weight: 900; letter-spacing: 0.14em; }
.guide-essentials h3 { font-size: 0.82rem; letter-spacing: 0.04em; margin: 1.25rem 0 0.5rem; text-transform: uppercase; }
.guide-essentials p { color: var(--muted); font-size: 0.8rem; line-height: 1.55; margin: 0; }

.guide-filter-bar {
  align-items: center;
  background: rgba(248, 242, 233, 0.94);
  border-bottom: 1px solid rgba(36, 31, 27, 0.16);
  border-top: 1px solid rgba(36, 31, 27, 0.16);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.05rem clamp(1.25rem, 5vw, 5rem);
  position: sticky;
  top: 0;
  z-index: 8;
}

.guide-filter-bar > p { color: var(--plum); font-size: 0.63rem; font-weight: 950; letter-spacing: 0.16em; margin: 0; text-transform: uppercase; white-space: nowrap; }
.guide-filter-bar > div { display: flex; gap: 0.35rem; overflow-x: auto; scrollbar-width: none; }
.guide-filter-bar > div::-webkit-scrollbar { display: none; }
.guide-filter-bar button { background: transparent; border: 1px solid transparent; border-radius: 999px; color: #625850; flex: 0 0 auto; font-size: 0.72rem; font-weight: 800; padding: 0.45rem 0.7rem; }
.guide-filter-bar button:hover, .guide-filter-bar button:focus-visible, .guide-filter-bar button.is-active { background: var(--ink); color: white; outline: none; }

.guide-collection {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 100rem;
}

.guide-wine-card {
  background: #f6ede3;
  display: grid;
  grid-template-columns: minmax(10.5rem, 0.68fr) minmax(0, 1fr);
  min-height: 30rem;
  overflow: hidden;
  position: relative;
}

.guide-wine-card:nth-child(4n + 2) { background: #e7eeea; }
.guide-wine-card:nth-child(4n + 3) { background: #ece8dd; }
.guide-wine-card:nth-child(4n) { background: #ebe3ef; }
.guide-card-dark { background: #332725 !important; color: #fffaf3; }
.guide-card-sunlit { background: #eee0b3 !important; }
.guide-card-rose { background: #f5dcda !important; }
.guide-card-blue { background: #dce9f0 !important; }
.guide-card-sparkle { background: #d8dcc9 !important; }
.guide-card-port { background: #512e2b !important; color: #fffaf3; }
.guide-card-kiddush { background: #e9dfcd !important; }

.guide-bottle-figure {
  align-items: center;
  background: rgba(255, 253, 247, 0.38);
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(1.25rem, 3vw, 3rem);
  position: relative;
}

.guide-bottle-figure::before { border: 1px solid rgba(36, 31, 27, 0.15); border-radius: 50%; content: ""; height: 65%; position: absolute; width: 78%; }
.guide-card-dark .guide-bottle-figure::before, .guide-card-port .guide-bottle-figure::before { border-color: rgba(255, 250, 243, 0.21); }
.guide-bottle-figure img { filter: drop-shadow(0 1.4rem 0.8rem rgba(25, 18, 14, 0.2)); height: min(23rem, 83%); mix-blend-mode: multiply; object-fit: contain; position: relative; transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1); width: 100%; z-index: 1; }
.guide-bottle-figure figcaption { bottom: 1rem; color: rgba(36, 31, 27, 0.55); font-size: 0.55rem; font-weight: 800; left: 1rem; letter-spacing: 0.06em; position: absolute; text-transform: uppercase; }
.guide-card-dark .guide-bottle-figure figcaption, .guide-card-port .guide-bottle-figure figcaption { color: rgba(255, 250, 243, 0.6); }

.guide-card-content { display: flex; flex-direction: column; padding: clamp(1.7rem, 3.2vw, 3.25rem); }
.guide-card-index { color: var(--plum); font-size: 0.62rem; font-weight: 950; letter-spacing: 0.16em; margin: 0; text-transform: uppercase; }
.guide-card-dark .guide-card-index, .guide-card-port .guide-card-index { color: var(--winc-lime); }
.guide-card-content h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.25rem, 3.5vw, 4.2rem); font-weight: 400; letter-spacing: -0.06em; line-height: 0.9; margin: 1.25rem 0 0.8rem; }
.guide-summary { font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.25; margin: 0; max-width: 24rem; }
.guide-profile { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 1.4rem 0; }
.guide-profile span { border: 1px solid currentColor; border-radius: 999px; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.04em; padding: 0.35rem 0.52rem; text-transform: uppercase; }
.guide-card-content dl { border-bottom: 1px solid rgba(36, 31, 27, 0.22); border-top: 1px solid rgba(36, 31, 27, 0.22); display: grid; gap: 1rem; grid-template-columns: 0.65fr 1.35fr; margin: auto 0 1rem; padding: 0.8rem 0; }
.guide-card-dark .guide-card-content dl, .guide-card-port .guide-card-content dl { border-color: rgba(255, 250, 243, 0.26); }
.guide-card-content dl div { display: contents; }
.guide-card-content dt { color: var(--muted); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.guide-card-dark .guide-card-content dt, .guide-card-port .guide-card-content dt { color: rgba(255, 250, 243, 0.61); }
.guide-card-content dd { font-size: 0.76rem; font-weight: 800; margin: 0; }
.guide-detail { color: #685c53; font-size: 0.79rem; line-height: 1.55; margin: 0; }
.guide-card-dark .guide-detail, .guide-card-port .guide-detail { color: rgba(255, 250, 243, 0.76); }
.guide-wine-card:hover .guide-bottle-figure img { transform: translateY(-0.45rem) scale(1.035); }

.guide-closing {
  background: var(--plum);
  color: #fffaf3;
  display: grid;
  gap: clamp(2rem, 8vw, 9rem);
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
  margin-top: 0;
  padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 9vw, 13rem);
}

.guide-closing h2 { font-size: clamp(3.3rem, 6vw, 6.8rem); max-width: 8.2ch; }
.guide-closing > div:last-child { align-self: end; }
.guide-closing > div:last-child p { color: rgba(255, 250, 243, 0.77); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.5; margin: 0 0 2rem; max-width: 29rem; }
.guide-closing .primary-button { background: var(--winc-lime); color: var(--ink); }
.guide-disclaimer { color: #756960; font-size: 0.67rem; line-height: 1.5; margin: 0 auto; max-width: 100rem; padding: 1.4rem clamp(1.25rem, 5vw, 5rem); }

.guide-page.guide-ready [data-guide-card] { opacity: 0; transform: translateY(2.3rem); transition: opacity 650ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.guide-page.guide-ready [data-guide-card].is-visible { opacity: 1; transform: none; }
.guide-page.guide-ready [data-guide-card][hidden] { display: none; }

@media (max-width: 900px) {
  .guide-hero { grid-template-columns: 1fr; }
  .guide-hero-copy { min-height: 34rem; padding-bottom: 4rem; }
  .guide-hero-art { min-height: 30rem; }
  .guide-hero-bottle { height: 110%; left: 24%; width: 55%; }
  .guide-intro, .guide-closing { grid-template-columns: 1fr; }
  .guide-collection { grid-template-columns: 1fr; }
  .guide-wine-card { grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1fr); min-height: 27rem; }
  .guide-card-wide { grid-column: auto; }
}

@media (max-width: 640px) {
  .guide-page { padding-top: 5rem; }
  .guide-hero-copy { min-height: 30rem; padding: 4rem 1.25rem; }
  .guide-hero h1 { font-size: clamp(3.6rem, 17vw, 5.6rem); }
  .guide-hero-art { min-height: 25rem; }
  .guide-hero-bottle { height: 112%; left: 14%; width: 72%; }
  .guide-orbit-one { height: 15rem; right: 14%; top: 8%; width: 15rem; }
  .guide-orbit-two { height: 22rem; right: -14%; top: 14%; width: 22rem; }
  .guide-intro { padding: 4.5rem 1.25rem; }
  .guide-intro h2 { font-size: clamp(2.8rem, 13vw, 4.1rem); }
  .guide-essentials { grid-template-columns: 1fr; margin-top: 2.4rem; }
  .guide-essentials article, .guide-essentials article + article { border-bottom: 1px solid rgba(36, 31, 27, 0.17); border-right: 0; padding: 1rem 0; }
  .guide-essentials article:last-child { border-bottom: 0; }
  .guide-filter-bar { align-items: flex-start; flex-direction: column; gap: 0.5rem; padding: 0.75rem 1.25rem; }
  .guide-filter-bar > div { margin: 0 -1.25rem; padding: 0 1.25rem; width: calc(100% + 2.5rem); }
  .guide-wine-card { grid-template-columns: 1fr; min-height: 0; }
  .guide-bottle-figure { min-height: 20rem; padding: 1.25rem; }
  .guide-bottle-figure img { height: 17rem; }
  .guide-card-content { min-height: 25rem; padding: 1.7rem 1.25rem; }
  .guide-card-content h2 { font-size: clamp(2.6rem, 12vw, 4rem); }
  .guide-closing { padding: 4.5rem 1.25rem; }
  .guide-closing h2 { font-size: clamp(3.1rem, 14vw, 4.7rem); }
}

@media (prefers-reduced-motion: reduce) {
  .guide-page.guide-ready [data-guide-card], .guide-bottle-figure img { transition: none; }
}

/* Mobile footer: purposeful navigation, short social actions, and readable contact details. */
.footer-mobile-identity { display: none; }

@media (max-width: 560px) {
  .site-footer.contact-footer { column-gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 2.75rem 1rem 1.35rem; row-gap: 2.25rem; }
  .site-footer.contact-footer .footer-mobile-identity { align-items: flex-start; display: grid; gap: 0.65rem; grid-column: 1 / -1; }
  .footer-mobile-identity .brand { background: rgba(255, 250, 243, 0.68); border: 1px solid rgba(46, 33, 30, 0.12); justify-self: start; padding: 0.5rem 0.65rem; }
  .footer-mobile-identity .brand-logo { height: 1.8rem; max-width: 9.5rem; }
  .footer-mobile-identity p { color: #5d4641; font-family: Georgia, "Times New Roman", serif; font-size: 1.02rem; line-height: 1.3; margin: 0; max-width: 18rem; }
  .site-footer.contact-footer .footer-socials { border-bottom: 1px solid rgba(46, 33, 30, 0.18); display: grid; gap: 0.5rem; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-bottom: 1.65rem; }
  .footer-socials a { background: rgba(255, 250, 243, 0.56); border: 1px solid rgba(46, 33, 30, 0.13); justify-content: center; min-height: 3rem; padding: 0.45rem 0.3rem; }
  .footer-socials a span { display: none; }
  .footer-socials svg { height: 1.28rem; width: 1.28rem; }
  .site-footer.contact-footer .footer-column { gap: 0.15rem; }
  .footer-column h2, .footer-contact h2 { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.13em; margin-bottom: 0.45rem; text-transform: uppercase; }
  .footer-column a { font-size: 0.78rem; line-height: 1.25; min-height: 2.5rem; padding: 0.5rem 0; }
  .site-footer.contact-footer .footer-contact { background: rgba(255, 250, 243, 0.45); border: 1px solid rgba(46, 33, 30, 0.14); gap: 0.2rem; grid-column: 1 / -1; padding: 1.25rem; }
  .footer-contact h2 { margin-bottom: 0.55rem; }
  .footer-contact-row { gap: 0.65rem; min-height: 2.9rem; padding: 0.28rem 0; }
  .footer-contact-row svg { height: 1.2rem; margin-top: 0.22rem; width: 1.2rem; }
  .footer-contact-row p { font-size: 0.78rem; line-height: 1.46; }
  .footer-contact-row a { align-items: center; display: inline-flex; min-height: 2.65rem; }
  .site-footer.contact-footer .footer-legal { align-items: center; font-size: 0.58rem; gap: 0.4rem; grid-column: 1 / -1; letter-spacing: 0.025em; margin-top: -0.65rem; padding-top: 1rem; text-align: center; }
  .footer-legal a { min-height: 2.25rem; }
  html[dir="rtl"] .footer-mobile-identity, html[dir="rtl"] .footer-column, html[dir="rtl"] .footer-contact { text-align: right; }
  html[dir="rtl"] .footer-mobile-identity .brand { justify-self: end; }
}

/* Mobile commerce polish: stable header controls and a premium wine-catalog rhythm. */
.editorial-mobile-language-slot {
  display: none;
}

@media (max-width: 1150px) {
  .editorial-header .editorial-language-slot {
    display: none;
  }

  .editorial-header .editorial-mobile-language-slot {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
  }

  .editorial-header .editorial-mobile-language-slot .language-switch {
    background: #1555a5;
    border: 1px solid rgba(8, 47, 105, 0.22);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(21, 85, 165, 0.2);
    color: #fff;
    height: 3rem;
    transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    width: 3rem;
  }

  .editorial-header .editorial-mobile-language-slot .language-switch:hover,
  .editorial-header .editorial-mobile-language-slot .language-switch:focus-visible {
    background: #0e458d;
    box-shadow: 0 7px 18px rgba(21, 85, 165, 0.28);
    transform: translateY(-1px);
  }

  .editorial-header .editorial-mobile-language-slot .language-flag {
    display: none;
  }

  .editorial-header .editorial-mobile-language-slot .language-switch strong,
  html[dir="rtl"] .editorial-header .editorial-mobile-language-slot .language-switch strong {
    background: transparent;
    border: 0;
    bottom: auto;
    color: #fff;
    font-size: 0.7rem;
    height: auto;
    left: auto;
    letter-spacing: 0.04em;
    min-width: 0;
    padding: 0;
    position: static;
    right: auto;
  }

  .editorial-header .nav-actions {
    direction: ltr;
    gap: 0.5rem;
  }

  .editorial-header .nav-actions > .icon-button {
    display: none;
  }

  .editorial-header .cart-link {
    background: #f6f1ed;
    border: 1px solid rgba(36, 31, 27, 0.1);
    color: var(--plum);
    flex: 0 0 auto;
    height: 3rem;
    width: 3rem;
  }

  .editorial-header .cart-link svg {
    height: 1.25rem;
    width: 1.25rem;
  }

  .editorial-header .menu-toggle {
    height: 3rem;
    width: 3rem;
  }
}

@media (max-width: 760px) {
  .site-header,
  .wine-collection-page .site-header {
    position: fixed;
    top: 0;
  }

  .wine-collection-page {
    background: #f8f3ec;
    padding-top: 5.7rem;
  }

  .wine-collection-page main,
  .wine-collection-page .wine-page-hero {
    margin-top: 0;
  }

  .wine-collection-page .wine-page-hero {
    height: min(76svh, 42rem);
    min-height: 32rem;
  }

  .wine-collection-page .wine-page-hero > img {
    animation: wine-hero-settle 1100ms cubic-bezier(0.22, 1, 0.36, 1) both;
    object-position: 53% center;
  }

  .wine-collection-page .wine-page-hero::after {
    background:
      linear-gradient(180deg, rgba(20, 13, 11, 0.04) 30%, rgba(20, 13, 11, 0.58) 100%),
      linear-gradient(90deg, rgba(20, 13, 11, 0.12), transparent 52%);
  }

  .wine-collection-page .wine-page-scroll,
  html[dir="rtl"] .wine-collection-page .wine-page-scroll {
    backdrop-filter: blur(12px);
    background: rgba(255, 250, 243, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    bottom: 1.2rem;
    left: 50%;
    min-height: 3rem;
    padding: 0.22rem 0.28rem 0.22rem 1rem;
    right: auto;
    transform: translateX(-50%);
  }

  .wine-collection-page .wine-page-scroll span {
    clip: auto;
    clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: nowrap;
    width: auto;
  }

  .wine-collection-page .wine-page-scroll i {
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    color: var(--plum);
    height: 2.35rem;
    width: 2.35rem;
  }

  .wine-collection-page .collection-hero {
    padding: 3.75rem 1rem 1.35rem;
    text-align: left;
  }

  html[dir="rtl"] .wine-collection-page .collection-hero {
    text-align: right;
  }

  .wine-collection-page .collection-hero h2 {
    font-size: clamp(3rem, 15vw, 4.6rem);
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 0.9;
  }

  .wine-collection-page .collection-hero > p:not(.collection-eyebrow) {
    color: #655d56;
    font-size: 0.93rem;
    line-height: 1.55;
    margin: 1rem 0 1.5rem;
    max-width: 28rem;
  }

  .wine-collection-page .filter-pills {
    flex-wrap: nowrap;
    gap: 0.5rem;
    justify-content: flex-start;
    margin: 0 -1rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 1rem 0.55rem;
    scroll-padding-inline: 1rem;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
  }

  .wine-collection-page .filter-pills::-webkit-scrollbar {
    display: none;
  }

  .wine-collection-page .filter-pills button {
    background: #fffdf9;
    border-color: rgba(36, 31, 27, 0.38);
    flex: 0 0 auto;
    min-height: 3rem;
    padding: 0.7rem 1.05rem;
    scroll-snap-align: start;
  }

  .wine-collection-page .filter-pills button:first-child {
    background: var(--plum);
    border-color: var(--plum);
    color: #fff;
  }

  .wine-collection-page .collection-layout {
    display: block;
    padding: 0 1rem 4.5rem;
  }

  .wine-collection-page .collection-filters {
    display: none;
  }

  .wine-collection-page .collection-toolbar {
    backdrop-filter: blur(14px);
    background: rgba(248, 243, 236, 0.9);
    border-bottom: 1px solid rgba(36, 31, 27, 0.12);
    border-top: 1px solid rgba(36, 31, 27, 0.12);
    margin: 0 -1rem 1rem;
    min-height: 4rem;
    padding: 0.5rem 1rem;
    position: sticky;
    top: 4.25rem;
    z-index: 8;
  }

  .wine-collection-page .collection-toolbar > span {
    color: #6c625b;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .wine-collection-page .collection-toolbar button {
    background: #fffdf9;
    border-color: rgba(36, 31, 27, 0.24);
    font-size: 0.7rem;
    min-height: 3rem;
    padding: 0.65rem 0.9rem;
  }

  .wine-collection-page .collection-grid {
    background: rgba(36, 31, 27, 0.14);
    border: 1px solid rgba(36, 31, 27, 0.14);
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wine-collection-page .collection-grid .product-card {
    border: 0;
    min-width: 0;
    padding: 0.72rem;
  }

  .wine-collection-page .collection-grid .product-art {
    min-height: clamp(11.5rem, 54vw, 15rem);
    padding: 1.6rem 0.45rem 0;
  }

  .wine-collection-page .collection-grid .product-art::before {
    height: clamp(7rem, 32vw, 10rem);
    width: clamp(7rem, 32vw, 10rem);
  }

  .wine-collection-page .collection-grid .product-bottle {
    height: clamp(9.2rem, 41vw, 12.5rem);
    transform: scale(0.82);
    transform-origin: bottom center;
  }

  .wine-collection-page .collection-grid .product-image {
    max-height: clamp(10rem, 44vw, 13.5rem);
    max-width: 92%;
  }

  .wine-collection-page .collection-grid .badge {
    font-size: 0.54rem;
    right: 0.5rem;
    top: 0.5rem;
  }

  .wine-collection-page .collection-grid .product-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.98rem;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.12;
    margin-top: 0.85rem;
  }

  .wine-collection-page .collection-grid .text-link-card {
    max-width: 100%;
    text-align: left;
  }

  html[dir="rtl"] .wine-collection-page .collection-grid .text-link-card {
    text-align: right;
  }

  .wine-collection-page .collection-grid .product-region {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .wine-collection-page .collection-grid .tag-row,
  .wine-collection-page .collection-grid .product-description {
    display: none;
  }

  .wine-collection-page .collection-grid .product-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.05rem;
    margin: 0.75rem 0;
  }

  .wine-collection-page .collection-grid .product-price strong {
    font-size: 1rem;
  }

  .wine-collection-page .collection-grid .product-price span {
    font-size: 0.7rem;
  }

  .wine-collection-page .collection-grid .quantity-control,
  .wine-collection-page .collection-grid .product-add {
    min-height: 3rem;
  }

  .wine-collection-page .collection-grid .quantity-control {
    grid-template-columns: 3rem 1fr 3rem;
    height: 3rem;
  }

  .wine-collection-page .collection-grid .product-add {
    border-radius: 0;
    font-size: 0.62rem;
    letter-spacing: 0.055em;
    padding: 0.7rem 0.45rem;
  }
}

@media (max-width: 420px) {
  .editorial-header .editorial-nav {
    gap: 0.35rem;
    padding: 0 0.65rem;
  }

  .editorial-header .editorial-brand .brand-logo {
    height: auto;
    max-width: 7.5rem;
    width: 7.5rem;
  }

  .editorial-header.is-scrolled .editorial-brand .brand-logo {
    height: auto;
    width: 6.6rem;
  }

  .editorial-header .cart-link,
  .editorial-header .editorial-mobile-language-slot .language-switch,
  .editorial-header .menu-toggle {
    height: 2.85rem;
    width: 2.85rem;
  }

  .wine-collection-page .collection-grid .product-card {
    padding: 0.58rem;
  }

  .wine-collection-page .collection-grid .product-card h3 {
    font-size: 0.9rem;
  }
}

@keyframes wine-hero-settle {
  from { opacity: 0.7; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .wine-collection-page .wine-page-hero > img {
    animation: none;
  }

  .editorial-header .editorial-mobile-language-slot .language-switch,
  .wine-collection-page .wine-page-scroll i {
    transition: none;
  }
}
.checkout-details {
  border: 1px solid rgba(36, 31, 27, 0.18);
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1rem;
  padding: 0.9rem;
}

.checkout-details legend {
  color: var(--plum);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0 0.35rem;
  text-transform: uppercase;
}

.checkout-details > div { display: grid; gap: 0.65rem; grid-template-columns: 1fr 1fr; }
.checkout-details label { display: grid; gap: 0.25rem; }
.checkout-details label span { font-size: 0.62rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.checkout-details input { background: white; border: 1px solid rgba(36, 31, 27, 0.24); border-radius: 0; color: var(--ink); font: inherit; min-width: 0; padding: 0.7rem; width: 100%; }
.checkout-details input:focus { border-color: var(--plum); outline: 2px solid rgba(130, 31, 53, 0.16); }
.checkout-details > .fulfilment-options {
  display: grid;
  gap: 0.48rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fulfilment-option {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(36, 31, 27, 0.24);
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 0.2rem;
  min-height: 4.45rem;
  padding: 0.65rem;
  text-align: left;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.fulfilment-option b { font-size: 0.72rem; line-height: 1.2; }
.fulfilment-option span { color: #746a62; font-size: 0.66rem; font-weight: 700; }
.fulfilment-option.is-selected { background: var(--plum); border-color: var(--plum); color: #fff; }
.fulfilment-option.is-selected span { color: #eef6aa; }
.fulfilment-option:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.fulfilment-option.is-coming-soon { background: #f3f0ec; color: #786f68; }
.fulfilment-option.is-coming-soon:hover { border-color: var(--plum); color: var(--plum); }

.checkout-coming-soon {
  background: #f7eee2;
  border-left: 3px solid var(--gold);
  color: #59463f;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  padding: 0.6rem 0.7rem;
}

.checkout-details > .checkout-common-fields { display: grid; gap: 0.65rem; grid-template-columns: 1fr; }
.checkout-common-fields > div, .checkout-location-grid { display: grid; gap: 0.65rem; grid-template-columns: 1fr 1fr; }
.checkout-location-fields { display: grid; gap: 0.65rem; }
.checkout-notes { margin-top: -0.08rem; }
.checkout-delivery-note {
  border-left: 3px solid var(--gold);
  color: #5d4641;
  font-size: 0.73rem;
  line-height: 1.55;
  margin: 0;
  padding: 0.15rem 0 0.15rem 0.72rem;
}

.checkout-consent {
  align-items: start;
  background: rgba(123, 35, 50, 0.055);
  border: 1px solid rgba(123, 35, 50, 0.18);
  display: grid !important;
  gap: 0.7rem !important;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 0.8rem;
}

.checkout-age-confirmation,
.checkout-consent {
  align-items: start;
  display: grid !important;
  gap: 0.7rem !important;
  grid-template-columns: auto minmax(0, 1fr);
}

.checkout-age-confirmation {
  background: #2b201b;
  border: 1px solid #2b201b;
  color: #fff;
  padding: 0.8rem;
}

.checkout-age-confirmation input,
.checkout-consent input {
  accent-color: var(--plum);
  height: 1.12rem;
  margin-top: 0.18rem;
  min-height: 0;
  padding: 0;
  width: 1.12rem;
}

.checkout-age-confirmation span,
.checkout-consent span {
  color: var(--ink);
  font-size: 0.72rem !important;
  font-weight: 650 !important;
  letter-spacing: normal !important;
  line-height: 1.55;
  text-transform: none !important;
}

.checkout-age-confirmation span { color: #fff; }
.checkout-age-confirmation strong { color: #eef6aa; }

.checkout-consent a {
  color: var(--plum);
  font-weight: 850;
  text-underline-offset: 0.18em;
}

.checkout-age-confirmation b,
.checkout-consent b {
  display: inline-block;
  font-weight: 700;
  margin-top: 0.3rem;
}

.cart-footer [data-checkout][disabled] {
  cursor: not-allowed;
  opacity: 0.52;
}

@media (max-width: 560px) {
  .checkout-details > div { grid-template-columns: 1fr; }
  .checkout-details > .fulfilment-options { grid-template-columns: 1fr; }
  .fulfilment-option { min-height: 3.55rem; }
  .checkout-common-fields > div, .checkout-location-grid { grid-template-columns: 1fr; }
  .checkout-delivery-note { font-size: 0.69rem; }
  .checkout-age-confirmation, .checkout-consent { gap: 0.55rem !important; padding: 0.7rem; }
}
.catalog-sort {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.catalog-sort select {
  min-height: 2.75rem;
  border: 1px solid rgba(35, 28, 24, .22);
  border-radius: 999px;
  background: #fffaf4;
  color: #231c18;
  padding: 0 2.5rem 0 1rem;
  font: inherit;
  cursor: pointer;
}

.collection-load-more:disabled {
  cursor: wait;
  opacity: .6;
}

.search-state {
  padding: 2rem 1rem;
  color: #716861;
}

.result-row .result-image {
  width: 3rem;
  height: 4.5rem;
  object-fit: contain;
  background: #f7f2e9;
}

.catalog-unavailable {
  min-height: 62vh;
  display: grid;
  place-content: center;
  gap: 1rem;
  padding: 4rem 1.5rem;
  text-align: center;
}

.catalog-unavailable h1 {
  max-width: 16ch;
  font-family: var(--display-font, Georgia, serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: .95;
}

@media (max-width: 700px) {
  .collection-toolbar {
    align-items: flex-start;
    gap: .75rem;
  }

  .catalog-sort {
    width: 100%;
    justify-content: space-between;
  }

  .catalog-sort select {
    max-width: 70%;
  }
}
