:root {
  --ink: #091d0c;
  --ink-soft: #3a463d;
  --cream: #ffffff;
  --paper: #f7f7f4;
  --accent: #b8785c;
  --header: #ffffff;
  --line: rgba(29, 42, 38, 0.22);
  --display: 'Archivo', Arial, sans-serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 15px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { background: #fff; color: var(--ink); font-size: 11px; left: 14px; padding: 10px 14px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 14px; }
.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.site-header { background: #fff; color: #111; left: 0; padding: 0 5.4vw; position: fixed; right: 0; top: 0; z-index: 10; }
.header-scroll-sentinel { height: 1px; left: 0; pointer-events: none; position: absolute; top: 40px; width: 1px; }
.site-header.scrolled { background: #fff; box-shadow: 0 8px 28px rgba(0, 0, 0, .12); }
.header-top { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 78px; padding: 15px 0; position: relative; }
.brand { align-items: center; display: inline-flex; }
.header-top .brand { justify-self: center; }
.brand-logo { display: block; height: auto; filter: invert(1); width: 190px; }
.desktop-nav { align-items: center; background: #050505; color: #fff; display: grid; grid-template-columns: 1fr auto 1fr; margin: 0 -5.4vw; min-height: 54px; overflow: visible; padding: 0 5.4vw; position: relative; }
.desktop-nav::before { display: none; }
.location-selector { align-items: center; grid-column: 1; grid-row: 1; justify-self: start; min-width: 0; position: relative; z-index: 4; }
.location-trigger { align-items: center; background: transparent; border: 0; color: rgba(255, 255, 255, .86); cursor: pointer; display: inline-flex; font-family: var(--sans); font-size: 10px; gap: 8px; letter-spacing: .12em; min-height: 54px; padding: 0; text-transform: uppercase; }
.location-trigger:hover { color: #fff; }
.location-trigger:focus-visible, .location-option:focus-visible { outline: 1px solid #fff; outline-offset: 3px; }
.location-trigger img { filter: brightness(0) invert(1); height: 19px; object-fit: contain; width: 19px; }
.location-trigger-label { white-space: nowrap; }
.location-trigger-chevron { border-bottom: 1px solid currentColor; border-right: 1px solid currentColor; display: block; height: 5px; margin: -3px 0 0 1px; transform: rotate(45deg); transition: transform .2s ease; width: 5px; }
.location-selector.is-open .location-trigger-chevron { margin-top: 3px; transform: rotate(225deg); }
.location-options { background: #fff; box-shadow: 0 16px 34px rgba(0, 0, 0, .22); color: #111; left: 0; min-width: 190px; padding: 7px 0; position: absolute; top: 100%; }
.location-options[hidden] { display: none; }
.location-option { background: transparent; border: 0; color: #45403b; cursor: pointer; display: flex; font-family: var(--sans); font-size: 9px; justify-content: space-between; letter-spacing: .08em; padding: 11px 14px; text-align: left; text-transform: uppercase; width: 100%; }
.location-option:hover, .location-option[aria-selected="true"] { background: #f3f1ed; color: #111; }
.location-option[aria-selected="true"]::after { color: var(--accent); content: '•'; }
.desktop-nav-links { align-items: center; display: flex; gap: clamp(24px, 4.2vw, 66px); grid-column: 2; grid-row: 1; justify-content: center; min-width: 0; }
.desktop-nav-links a { align-items: center; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 12px; font-weight: 700; letter-spacing: .1em; min-height: 54px; opacity: 1; text-transform: uppercase; transition: color .25s ease, opacity .25s ease; }
.desktop-nav-links a:hover { opacity: 1; }
.desktop-nav-links a.mega-trigger-active { color: #fff; opacity: 1; position: relative; }
.desktop-nav-links a.mega-trigger-active::after { background: var(--accent); bottom: 10px; content: ''; height: 2px; left: 0; position: absolute; right: 0; }
.mega-menu { left: 2.2vw; opacity: 0; position: absolute; right: 2.2vw; top: calc(100% - 1px); transform: translateY(-8px); transform-origin: top center; transition: opacity .14s ease, transform .16s cubic-bezier(.22, .61, .36, 1), visibility 0s linear .16s; visibility: hidden; will-change: opacity, transform; z-index: 30; }
.mega-menu.is-visible { opacity: 1; transform: translateY(0); transition-duration: .18s, .2s, 0s; transition-delay: 0s; visibility: visible; }
.mega-menu[hidden] { display: none; }
.mega-menu-inner { background: #f5f1eb; border: 1px solid rgba(83, 61, 47, .2); border-radius: 0 0 16px 16px; box-shadow: 0 22px 48px rgba(0, 0, 0, .28); color: #25201d; padding: 28px 28px 22px; position: relative; }
.mega-menu-inner::before { border-bottom: 12px solid #f5f1eb; border-left: 11px solid transparent; border-right: 11px solid transparent; content: ''; filter: drop-shadow(0 -1px 0 rgba(83, 61, 47, .2)); left: var(--mega-pointer-left, 50%); position: absolute; top: -12px; transform: translateX(-50%); }
.mega-menu-columns { display: grid; gap: 0; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(280px, 1.5fr); }
.mega-menu-column { border-right: 1px solid rgba(83, 61, 47, .14); display: flex; flex-direction: column; padding: 4px 24px 8px 12px; }
.mega-menu-column:first-child { padding-left: 8px; }
.mega-menu-column h3 { color: #7e2330; font-family: var(--display); font-size: 16px; letter-spacing: -.01em; line-height: 1.1; margin: 0 0 23px; text-transform: uppercase; }
.mega-menu-column h3::after { background: var(--accent); content: ''; display: block; height: 1px; margin-top: 12px; width: 39px; }
.mega-menu-column a { border-bottom: 1px solid rgba(83, 61, 47, .11); color: #25201d; font-family: var(--display); font-size: 17px; line-height: 1.2; padding: 10px 0; transition: color .2s ease, padding-left .2s ease; }
.mega-menu-column a:last-child { border-bottom: 0; }
.mega-menu-column a:hover, .mega-menu-column a:focus-visible { color: #7e2330; outline: 0; padding-left: 5px; }
.mega-menu-column .mega-menu-all-link { align-items: center; background: var(--accent-ink, #8b4d38); border: 0; border-radius: 10px; color: #fff; display: inline-flex; font-family: var(--sans); font-size: 11px; font-weight: 700; justify-content: center; letter-spacing: .1em; margin-top: 18px; padding: 15px 27px; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.mega-menu-column .mega-menu-all-link:hover, .mega-menu-column .mega-menu-all-link:focus-visible { background: var(--accent, #b8785c); color: #fff; padding-left: 27px; transform: translateY(-1px); }
.mega-menu-feature { border-radius: 12px; display: block; min-height: 302px; overflow: hidden; position: relative; margin-left: 24px; }
.mega-menu-feature img { height: 100%; object-fit: cover; position: absolute; width: 100%; }
.mega-menu-feature-shade { background: linear-gradient(90deg, rgba(23, 19, 16, .85), rgba(23, 19, 16, .15) 80%), linear-gradient(0deg, rgba(23, 19, 16, .6), transparent 65%); inset: 0; position: absolute; }
.mega-menu-feature-copy { bottom: 24px; color: #fff; display: flex; flex-direction: column; left: 24px; max-width: 230px; position: absolute; right: 24px; }
.mega-menu-feature-copy small { font-size: 9px; letter-spacing: .16em; margin-bottom: 13px; text-transform: uppercase; }
.mega-menu-feature-copy strong { font-family: var(--display); font-size: 31px; font-weight: 400; letter-spacing: -.04em; line-height: .92; text-transform: none; }
.mega-menu-feature-copy > span { border-top: 1px solid rgba(255, 255, 255, .52); font-size: 10px; letter-spacing: .1em; margin-top: 22px; padding-top: 12px; text-transform: uppercase; }
.mega-menu-feature-copy i { font-size: 15px; font-style: normal; margin-left: 6px; }
.mega-menu-quick-links { border-top: 1px solid rgba(83, 61, 47, .16); display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 25px; padding-top: 18px; }
.mega-menu-quick-links a { align-items: center; border: 1px solid rgba(83, 61, 47, .16); border-radius: 10px; color: #25201d; display: flex; font-family: var(--display); font-size: 17px; justify-content: space-between; min-height: 54px; padding: 0 15px; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.mega-menu-quick-links a:hover, .mega-menu-quick-links a:focus-visible { background: #fffaf4; border-color: rgba(126, 35, 48, .45); color: #7e2330; outline: 0; }
.mega-menu-quick-links i { font-family: var(--sans); font-size: 16px; font-style: normal; }
.header-search { grid-column: 3; grid-row: 1; justify-self: end; position: relative; width: clamp(190px, 18vw, 270px); z-index: 2; }
.header-search-field { align-items: center; background: #fff; border: 1px solid rgba(255, 255, 255, .72); border-radius: 999px; box-shadow: 0 4px 15px rgba(0, 0, 0, .13); display: flex; height: 36px; padding-left: 14px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.header-search-field:focus-within { border-color: rgba(184, 120, 92, .72); box-shadow: 0 0 0 2px rgba(184, 120, 92, .2), 0 5px 17px rgba(0, 0, 0, .15); }
.header-search input { appearance: none; background: transparent; border: 0; color: #111; font-family: var(--sans); font-size: 12px; letter-spacing: .04em; min-width: 0; outline: 0; padding: 8px 8px 8px 0; width: 100%; }
.header-search input::-webkit-search-cancel-button { display: none; }
.header-search input::placeholder { color: #77716d; }
.header-search button { align-items: center; background: transparent; border: 0; color: #111; cursor: pointer; display: inline-flex; flex: 0 0 auto; justify-content: center; padding: 0; }
.header-search svg { fill: none; height: 19px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; width: 19px; }
.header-search-submit { height: 36px; width: 38px; }
.header-search-toggle, .header-search-close { display: none !important; }
.header-search-results { background: #fff; box-shadow: 0 18px 42px rgba(0, 0, 0, .2); color: #111; max-height: min(450px, calc(100vh - 150px)); overflow-y: auto; padding: 7px 0; position: absolute; right: 0; top: calc(100% + 9px); width: min(360px, calc(100vw - 12vw)); z-index: 20; }
.header-search-results[hidden] { display: none; }
.header-search-option { align-items: center; display: grid; gap: 12px; grid-template-columns: 48px minmax(0, 1fr) auto; min-height: 67px; opacity: 1; padding: 8px 13px; text-transform: none; transition: background .18s ease; }
.header-search-option:hover, .header-search-option.is-active { background: #f3f1ed; }
.header-search-option:focus-visible, .header-search-all:focus-visible, .header-search-toggle:focus-visible, .header-search-submit:focus-visible, .header-search-close:focus-visible { outline: 1px solid currentColor; outline-offset: -3px; }
.header-search-thumb { align-items: center; background: #f2f0ec; color: #857d77; display: flex; font-family: var(--display); font-size: 15px; height: 48px; justify-content: center; overflow: hidden; width: 48px; }
.header-search-thumb img { height: 100%; object-fit: contain; width: 100%; }
.header-search-copy { min-width: 0; }
.header-search-copy strong { display: block; font-family: var(--display); font-size: 16px; font-weight: 500; letter-spacing: -.015em; line-height: 1.05; }
.header-search-copy small { color: #746e69; display: block; font-size: 8px; letter-spacing: .04em; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.header-search-price { color: #46413d; font-size: 8px; white-space: nowrap; }
.header-search-status { color: #6e6863; font-size: 9px; letter-spacing: .04em; margin: 0; padding: 18px 15px; text-align: center; }
.header-search-all { border-top: 1px solid #e4e0db !important; color: #111 !important; font-family: var(--sans); font-size: 8px; justify-content: space-between !important; letter-spacing: .12em; min-height: 42px; padding: 0 15px !important; text-transform: uppercase; width: 100%; }
.header-search-all span { font-size: 14px; }
.header-social, .header-tools { align-items: center; display: flex; gap: 17px; }
.header-tools { justify-self: end; }
.header-tools .icon-link { opacity: 1; }
.icon-link { align-items: center; color: #111; display: inline-flex; opacity: .78; transition: opacity .25s ease, transform .25s ease; }
.icon-link:hover { opacity: 1; transform: translateY(-2px); }
.icon-link svg { fill: none; height: 17px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.35; width: 17px; }
.symbol-icon { display: block; filter: invert(1); height: 20px; object-fit: contain; width: 20px; }
.header-tools .icon-link svg { height: 18px; width: 18px; }
.header-tools .icon-link:first-child svg { stroke-width: 1.2; }
.header-tools .icon-link:nth-child(2) svg { stroke-width: 1.25; }
.header-tools .cart-icon-link > svg, .header-tools .icon-link:nth-child(2) > svg { display: none; }
.header-tools .cart-icon-link::before, .header-tools .icon-link:nth-child(2)::before { background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; display: block; filter: grayscale(1) brightness(0); height: 22px; width: 22px; }
.header-tools .cart-icon-link::before { background-image: url('recursos/simbolos/SVG/bag-4-svgrepo-com%281%29.svg'); }
.header-tools .icon-link:nth-child(2)::before { background-image: url('recursos/simbolos/SVG/user-svgrepo-com.svg'); }
.header-tools .icon-link:nth-child(3) { display: none; }
.cart-icon-link { position: relative; }
.cart-count { align-items: center; background: var(--accent); border: 1px solid #fff; border-radius: 50%; color: #fff; display: flex; font-size: 8px; font-weight: 600; height: 17px; justify-content: center; letter-spacing: 0; line-height: 1; min-width: 17px; padding: 0 2px; position: absolute; right: -10px; top: -10px; }
.cart-count[hidden] { display: none; }
.text-link span, .button span { font-size: 16px; margin-left: 10px; }
.menu-toggle { background: transparent; border: 0; color: currentColor; cursor: pointer; display: none; padding: 8px 0 8px 16px; }
.menu-toggle span { background: currentColor; display: block; height: 1px; margin: 5px 0; width: 24px; }

/* Validación global de mayoría de edad */
html.age-gate-pending body { overflow: hidden; visibility: hidden; }
html.age-gate-active,
html.age-gate-active body { overflow: hidden; }

.age-gate-dialog {
  background: #fdfdfb;
  border: 1px solid rgba(9, 29, 12, .14);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
  color: var(--ink);
  margin: auto;
  max-height: calc(100dvh - 32px);
  max-width: 520px;
  overflow: auto;
  padding: 0;
  width: calc(100% - 32px);
}

.age-gate-dialog::backdrop {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, .82);
}

.age-gate-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 6vw, 52px) clamp(24px, 6vw, 50px) 30px;
  text-align: center;
}

.age-gate-logo {
  height: auto;
  margin-bottom: 34px;
  width: min(190px, 56vw);
}

.age-gate-copy h2,
.age-gate-noscript-card h1 {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(30px, 6vw, 42px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.02;
  margin: 0;
}

.age-gate-copy > p,
.age-gate-noscript-card > p {
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  margin: 18px auto 0;
  max-width: 390px;
}

.age-gate-actions {
  display: grid;
  gap: 11px;
  margin-top: 30px;
  width: 100%;
}

.age-gate-button {
  align-items: center;
  border-radius: var(--control-radius, 8px);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .045em;
  min-height: 52px;
  padding: 13px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .12s ease;
  width: 100%;
}

.age-gate-button-primary {
  background: var(--accent-ink, #8b4d38);
  border: 1px solid var(--accent-ink, #8b4d38);
  color: #fff;
}

.age-gate-button-primary:hover { background: #713b2b; border-color: #713b2b; }
.age-gate-button-secondary { background: transparent; border: 1px solid var(--ink); color: var(--ink); }
.age-gate-button-secondary:hover { background: rgba(9, 29, 12, .06); }
.age-gate-button:active { transform: translateY(1px); }
.age-gate-button:focus-visible { outline: 3px solid rgba(184, 120, 92, .5); outline-offset: 3px; }

.age-gate-legal {
  border-top: 1px solid rgba(9, 29, 12, .16);
  margin-top: 30px;
  padding-top: 20px;
  width: 100%;
}

.age-gate-legal p {
  color: #465448;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .025em;
  line-height: 1.45;
  margin: 0;
}

.age-gate-legal p + p { margin-top: 5px; }

.age-gate-noscript {
  align-items: center;
  background: rgba(0, 0, 0, .97);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 16px;
  position: fixed;
  z-index: 1000;
}

.age-gate-noscript-card {
  align-items: center;
  background: #fdfdfb;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  max-width: 520px;
  padding: 42px 34px 32px;
  text-align: center;
  width: 100%;
}

.age-gate-noscript-card .age-gate-logo { margin-bottom: 28px; }

@media (max-width: 520px) {
  .age-gate-dialog { max-height: calc(100dvh - 24px); width: calc(100% - 24px); }
  .age-gate-card { padding: 32px 20px 24px; }
  .age-gate-logo { margin-bottom: 28px; }
  .age-gate-copy h2, .age-gate-noscript-card h1 { font-size: clamp(28px, 9vw, 36px); }
  .age-gate-copy > p, .age-gate-noscript-card > p { font-size: 15px; }
  .age-gate-button { font-size: 12px; letter-spacing: .025em; min-height: 50px; padding-inline: 12px; }
  .age-gate-legal { margin-top: 24px; padding-top: 18px; }
}

@media (prefers-reduced-transparency: reduce) {
  .age-gate-dialog::backdrop { -webkit-backdrop-filter: none; backdrop-filter: none; background: rgba(0, 0, 0, .96); }
}

.hero { color: var(--cream); height: 100svh; min-height: 680px; overflow: hidden; position: relative; }
.hero-image { background-image: url('https://images.unsplash.com/photo-1473973266408-ed4e27abdd47?auto=format&fit=crop&w=2400&q=90'); background-position: center; background-size: cover; inset: 0; position: absolute; transform: scale(1.04); animation: heroZoom 12s ease-out forwards; }
.hero-shade { background: linear-gradient(90deg, rgba(13, 24, 20, .84) 0%, rgba(17, 27, 23, .52) 42%, rgba(17, 27, 23, .05) 85%), linear-gradient(0deg, rgba(14, 22, 19, .38), transparent 50%); inset: 0; position: absolute; }
.hero-content { bottom: 11vh; left: 11vw; max-width: 660px; position: absolute; }
.eyebrow { font-size: 10px; letter-spacing: .18em; margin: 0 0 25px; text-transform: uppercase; }
.hero-eyebrow { animation: rise .8s .15s both; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; letter-spacing: -.045em; }
h1 { font-size: clamp(62px, 8.25vw, 128px); line-height: .92; margin: 0; max-width: 750px; animation: rise 1s .25s both; }
h1 em, h2 em, h3 em { color: var(--accent); font-weight: 400; }
.hero-intro { color: rgba(241, 234, 223, .85); font-size: 16px; line-height: 1.5; margin: 31px 0 32px; max-width: 320px; animation: rise .9s .4s both; }
.button { align-items: center; display: inline-flex; font-size: 10px; justify-content: space-between; letter-spacing: .13em; min-width: 200px; padding: 17px 18px; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-light { border: 1px solid rgba(241, 234, 223, .7); color: var(--cream); animation: rise .9s .55s both; }
.button-light:hover { background: var(--cream); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--cream); margin-top: 34px; }
.button-dark:hover { background: var(--accent); }
.hero-note { align-items: center; bottom: 15.7vh; display: flex; font-size: 9px; gap: 12px; letter-spacing: .14em; position: absolute; right: 5.4vw; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; }
.note-line { background: rgba(241, 234, 223, .55); display: inline-block; height: 1px; width: 54px; }
.scroll-cue { align-items: center; bottom: 33px; display: flex; font-size: 9px; gap: 11px; left: 11vw; letter-spacing: .13em; position: absolute; text-transform: uppercase; }
.scroll-dot { border: 1px solid var(--cream); border-radius: 50%; height: 17px; position: relative; width: 17px; }
.scroll-dot::after { background: var(--cream); border-radius: 50%; content: ''; height: 3px; left: 6px; position: absolute; top: 6px; width: 3px; }

.section-pad { padding: 130px 11vw; }
.section-index { align-items: center; color: var(--accent); display: flex; font-size: 10px; gap: 12px; letter-spacing: .15em; text-transform: uppercase; }
.section-index span { background: currentColor; display: inline-block; height: 1px; width: 38px; }
.intro { background: var(--cream); display: grid; gap: 9vw; grid-template-columns: .82fr 1.18fr; position: relative; }
.intro > .section-index { left: 5.4vw; position: absolute; top: 136px; }
.intro-copy { align-self: center; grid-column: 1; padding-top: 36px; }
.intro-copy .eyebrow, .selection .eyebrow, .tasting .eyebrow, .visit .eyebrow { color: var(--accent); }
h2 { font-size: clamp(42px, 5vw, 75px); line-height: .98; margin: 0; }
h2 em, h3 em { color: var(--accent); }
.body-copy { color: var(--ink-soft); font-size: 14px; line-height: 1.75; max-width: 330px; }
.intro-copy .body-copy { margin: 36px 0 28px; }
.text-link { border-bottom: 1px solid var(--accent); display: inline-flex; font-size: 10px; letter-spacing: .1em; padding-bottom: 8px; text-transform: uppercase; transition: color .25s ease; }
.text-link:hover { color: var(--accent); }
.intro-image { grid-column: 2; margin-top: 60px; position: relative; }
.intro-image img { height: 570px; object-fit: cover; width: 100%; }
.image-caption { color: var(--ink-soft); font-size: 9px; letter-spacing: .12em; margin: 12px 0 0; text-transform: uppercase; }
.intro-image .image-caption { bottom: -28px; left: 0; position: absolute; }

.selection { background: var(--paper); }
.selection-head { align-items: end; display: grid; grid-template-columns: 1fr 1.35fr 1fr; }
.selection-head .section-index { align-self: start; color: var(--ink-soft); }
.selection-head .text-link { justify-self: end; margin-bottom: 7px; }
.bottle-story { display: grid; gap: 12vw; grid-template-columns: 1.2fr .8fr; margin: 88px 4vw 86px 9vw; }
.bottle-image-wrap { position: relative; }
.bottle-image { height: 560px; object-fit: cover; width: 100%; }
.bottle-image-wrap .image-caption { bottom: -29px; left: 0; position: absolute; }
.bottle-copy { align-self: center; padding-bottom: 23px; }
.wine-number { color: var(--accent); font-size: 10px; letter-spacing: .15em; margin: 0 0 33px; }
.wine-number span { margin: 0 7px; opacity: .5; }
h3 { font-size: clamp(41px, 4.1vw, 62px); line-height: .98; margin: 0; }
.bottle-copy .body-copy { margin: 34px 0 0; }
.wine-meta { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-direction: column; font-size: 10px; gap: 9px; letter-spacing: .09em; margin-top: 28px; padding: 15px 0; text-transform: uppercase; }
.wine-meta span:last-child { color: var(--accent); }
.wine-list { border-top: 1px solid var(--line); }
.wine-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; font-size: 10px; gap: 20px; grid-template-columns: 35px 1.4fr 1fr 1fr 20px; letter-spacing: .08em; padding: 18px 0; text-transform: uppercase; transition: color .25s ease, padding .25s ease; }
.wine-row:hover { color: var(--accent); padding-left: 8px; }
.wine-row strong { font-family: var(--display); font-size: 19px; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
.wine-row span:last-child { font-size: 16px; text-align: right; }

.tasting { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.tasting-image { background: linear-gradient(0deg, rgba(19, 31, 27, .08), rgba(19, 31, 27, .08)), url('https://images.unsplash.com/photo-1510812431401-41d2bd2722f3?auto=format&fit=crop&w=1600&q=88') center / cover; min-height: 630px; }
.tasting-copy { align-self: center; padding: 90px 12vw 90px 8vw; }
.tasting-copy .section-index { color: var(--accent); margin-bottom: 104px; }
.tasting-copy .eyebrow { color: var(--accent); }
.tasting h2 { color: var(--cream); }
.tasting h2 em { color: var(--accent); }
.tasting .body-copy { color: rgba(241, 234, 223, .72); margin: 34px 0 30px; }
.tasting-footnote { color: rgba(241, 234, 223, .5); font-size: 10px; letter-spacing: .08em; margin-top: 20px; }

.visit { display: grid; gap: 7vw; grid-template-columns: .4fr 1.4fr .4fr; min-height: 510px; }
.visit-main { padding-top: 10px; }
.visit h2 { margin-bottom: 37px; }
.visit-details { display: flex; gap: 65px; margin-bottom: 29px; }
.visit-details p { color: var(--ink-soft); font-size: 12px; line-height: 1.6; margin: 0; }
.visit-stamp { align-self: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); display: flex; flex-direction: column; height: 145px; justify-content: center; text-align: center; transform: rotate(12deg); width: 145px; }
.visit-stamp img { display: block; height: 64px; object-fit: contain; width: 52px; }
.visit-stamp small { font-size: 7px; letter-spacing: .12em; margin-top: 9px; text-transform: uppercase; }
.site-footer {
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, .68);
  color: #f7f7f4;
  overflow: hidden;
}
.footer-main { padding: 54px 5.4vw 0; }
.footer-brand { align-items: center; display: flex; flex-direction: column; text-align: center; }
.footer-brand a { display: inline-flex; }
.footer-brand img { height: auto; width: clamp(210px, 19vw, 285px); }
.footer-ornament { display: none; }
.footer-brand p { color: rgba(247, 247, 244, .62); font-family: var(--display); font-size: clamp(15px, 1.5vw, 19px); font-style: italic; letter-spacing: .01em; margin: 14px 0 0; }
.footer-grid { border-bottom: 1px solid rgba(255, 255, 255, .24); border-top: 1px solid rgba(255, 255, 255, .24); display: grid; grid-template-columns: repeat(4, 1fr); margin: 38px auto 0; max-width: 1320px; padding: 40px 0 38px; }
.footer-column { min-width: 0; padding: 0 clamp(24px, 3vw, 46px); text-align: center; }
.footer-column:first-child { padding-left: 0; }
.footer-column:last-child { padding-right: 0; }
.footer-column + .footer-column { border-left: 0; }
.footer-column h2 { color: rgba(247, 247, 244, .9); font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .035em; line-height: 1; margin: 0 0 25px; text-transform: uppercase; }
.footer-column h2::after { display: none; }
.footer-column nav, .footer-column-list { align-items: center; display: flex; flex-direction: column; gap: 15px; }
.footer-column a { color: rgba(247, 247, 244, .6); display: inline-flex; font-size: 10px; letter-spacing: .025em; line-height: 1.5; text-transform: uppercase; transition: color .2s ease; }
.footer-column a:hover { color: #fff; transform: none; }
.footer-contact-list { align-items: center; display: flex; flex-direction: column; gap: 15px; }
.footer-contact-list a { align-items: center; gap: 0; justify-content: center; text-align: center; }
.footer-contact-icon { display: none; }
.footer-contact-icon svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 20px; }
.footer-social { display: none; }
.footer-notices { background: transparent; border: 0; display: block; margin: 0 auto; max-width: 1320px; padding: 24px 5.4vw 0; }
.footer-notices p { color: rgba(247, 247, 244, .56); font-size: 9px; letter-spacing: .13em; line-height: 1.45; margin: 0; padding: 2px 0; text-align: center; text-transform: uppercase; }
.footer-notices p + p { border: 0; }
.footer-bottom { align-items: center; color: rgba(247, 247, 244, .48); display: flex; font-size: 9px; justify-content: center; letter-spacing: .09em; margin: 0; padding: 25px 5.4vw 38px; text-align: center; text-transform: uppercase; }
.site-footer :where(a):focus-visible { outline: 1px solid #fff; outline-offset: 4px; }
.footer-grid .reveal:nth-child(2) { transition-delay: .06s; }
.footer-grid .reveal:nth-child(3) { transition-delay: .12s; }
.footer-grid .reveal:nth-child(4) { transition-delay: .18s; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroZoom { to { transform: scale(1); } }

@media (max-width: 800px) {
  .site-header { padding: 0 6vw; }
  .header-top { min-height: 68px; padding: 12px 0; }
  .desktop-nav { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; margin: 0 -6vw; min-height: 48px; padding: 0 6vw; }
  .desktop-nav::before { display: none; }
  .location-trigger { font-size: 9px; gap: 5px; min-height: 48px; letter-spacing: .08em; }
  .location-trigger img { height: 17px; width: 17px; }
  .location-trigger-chevron { height: 4px; width: 4px; }
  .location-options { min-width: 170px; }
  .location-option { font-size: 8px; padding: 10px 12px; }
  .desktop-nav-links { gap: 27px; justify-content: flex-start; overflow-x: auto; padding: 0 18px; scrollbar-width: none; }
  .desktop-nav-links::-webkit-scrollbar { display: none; }
  .desktop-nav-links a { font-size: 11px; min-height: 48px; }
  .mega-menu { left: 6vw; right: 6vw; top: 100%; }
  .mega-menu-inner { border-radius: 0 0 14px 14px; max-height: calc(100svh - 124px); overflow-y: auto; padding: 22px 17px 17px; }
  .mega-menu-inner::before { border-bottom-width: 10px; border-left-width: 9px; border-right-width: 9px; top: -10px; }
  .mega-menu-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega-menu-column { padding: 3px 13px 8px 5px; }
  .mega-menu-column:nth-child(2n) { border-right: 0; padding-left: 14px; padding-right: 4px; }
  .mega-menu-column h3 { font-size: 13px; margin-bottom: 15px; }
  .mega-menu-column h3::after { margin-top: 9px; width: 28px; }
  .mega-menu-column a { font-size: 15px; padding: 8px 0; }
  .mega-menu-feature { grid-column: 1 / -1; margin: 18px 0 0; min-height: 190px; }
  .mega-menu-feature-copy { bottom: 18px; left: 18px; right: 18px; }
  .mega-menu-feature-copy strong { font-size: 27px; }
  .mega-menu-quick-links { grid-template-columns: repeat(2, 1fr); margin-top: 18px; padding-top: 14px; }
  .mega-menu-quick-links a { font-size: 15px; min-height: 48px; padding: 0 12px; }
  .desktop-nav.search-open .mega-menu { display: none; }
  .header-search { justify-self: end; width: 40px; }
  .header-search .header-search-toggle { background: #fff; border-radius: 999px; box-shadow: 0 3px 12px rgba(0, 0, 0, .16); color: #111; display: inline-flex !important; height: 32px; margin: 8px 0 8px 8px; width: 32px; }
  .header-search-field { display: none; height: 38px; padding-left: 15px; width: 100%; }
  .header-search.is-open { grid-column: 1 / -1; width: 100%; }
  .desktop-nav.search-open .desktop-nav-links { display: none; }
  .desktop-nav.search-open .location-selector { display: none; }
  .header-search.is-open .header-search-toggle { display: none !important; }
  .header-search.is-open .header-search-field { display: flex; }
  .header-search.is-open input { border: 0; font-size: 13px; height: 36px; }
  .header-search.is-open .header-search-close { color: #111; display: inline-flex !important; font-family: Arial, sans-serif; font-size: 20px; font-weight: 300; height: 36px; margin: 0 3px 0 1px; width: 32px; }
  .header-search-results { max-height: min(430px, calc(100vh - 128px)); right: 0; top: calc(100% + 1px); width: 100%; }
  .header-search-option { grid-template-columns: 46px minmax(0, 1fr); }
  .header-search-price { display: none; }
  .header-social, .header-tools { gap: 13px; }
  .header-social { justify-self: start; }
  .header-tools { display: flex; }
  .brand-logo { width: 163px; }
  .menu-toggle { display: none; }
  .hero { min-height: 690px; }
  .hero-image { background-position: 61% center; }
  .hero-content { bottom: 16vh; left: 8vw; right: 8vw; }
  h1 { font-size: clamp(57px, 16vw, 92px); }
  .hero-note { display: none; }
  .scroll-cue { bottom: 28px; left: 8vw; }
  .section-pad { padding: 85px 8vw; }
  .intro { display: block; }
  .intro > .section-index { left: auto; position: static; }
  .intro-copy { padding-top: 73px; }
  .intro-image { margin: 65px 0 0; }
  .intro-image img { height: 390px; }
  .selection-head { display: block; }
  .selection-head > div:nth-child(2) { margin-top: 64px; }
  .text-link-desktop { margin-top: 31px; }
  .bottle-story { display: flex; flex-direction: column; gap: 73px; margin: 70px 0 84px; }
  .bottle-image { height: 410px; }
  .bottle-copy { padding: 0; }
  .wine-row { gap: 9px; grid-template-columns: 26px 1fr 18px; padding: 16px 0; }
  .wine-row span:nth-of-type(2), .wine-row span:nth-of-type(3) { display: none; }
  .wine-row strong { font-size: 17px; }
  .tasting { display: flex; flex-direction: column; }
  .tasting-image { min-height: 390px; order: 0; }
  .tasting-copy { padding: 73px 8vw 80px; }
  .tasting-copy .section-index { margin-bottom: 70px; }
  .visit { display: block; min-height: auto; }
  .visit-main { padding-top: 71px; }
  .visit-details { gap: 28px; justify-content: space-between; }
  .visit-stamp { margin: 78px auto 5px; }
  .visit-stamp img { height: 57px; width: 46px; }
  .footer-main { padding: 48px 8vw 0; }
  .footer-grid { gap: 0; grid-template-columns: repeat(2, 1fr); margin-top: 34px; padding: 36px 0 10px; }
  .footer-column { padding: 0 0 42px; }
  .footer-column:nth-child(even) { border-left: 0; padding-left: 8vw; }
  .footer-column:nth-child(odd) { border-left: 0; padding-right: 8vw; }
  .footer-column:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .14); padding-top: 36px; }
  .footer-column h2 { margin-bottom: 27px; }
  .footer-notices { padding: 22px 8vw 0; }
  .footer-notices p { padding: 2px 0; }
  .footer-notices p + p { border: 0; }
  .footer-bottom { align-items: center; justify-content: center; padding: 22px 8vw 25px; text-align: center; }
}

@media (max-width: 520px) {
  .footer-main { padding-left: 7vw; padding-right: 7vw; }
  .footer-grid { display: block; margin-top: 32px; padding: 28px 0 5px; }
  .footer-column, .footer-column:nth-child(even), .footer-column:nth-child(odd), .footer-column:nth-child(n+3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .12); padding: 27px 0; }
  .footer-column:first-child { border-top: 0; padding-top: 0; }
  .footer-column nav, .footer-column-list { gap: 15px; }
  .footer-column a { font-size: 12px; }
  .footer-social { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .mega-menu { transform: none; transition-delay: 0s !important; }
}


/* Shared mobile category dropdown. */
@media (max-width: 800px) {
  .desktop-nav > .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    min-height: 48px;
    min-width: 80px;
    padding: 0 12px;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
  }
  .desktop-nav > .menu-toggle::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
  }
  .menu-open .desktop-nav > .menu-toggle::after { transform: rotate(225deg); }
  .desktop-nav .desktop-nav-links {
    grid-column: 1 / -1;
    grid-row: auto;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 12px 6vw;
    background: #050505;
    color: #fff;
    max-height: calc(100dvh - 116px);
    overflow-y: auto;
    box-shadow: 0 12px 20px rgb(0 0 0 / .16);
  }
  .menu-open .desktop-nav:not(.search-open) .desktop-nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .desktop-nav .desktop-nav-links a { min-height: 48px; padding: 0 12px; }
  .desktop-nav .mega-menu { display: none !important; }
  .desktop-nav.search-open > .menu-toggle { display: none; }
  .desktop-nav > .menu-toggle:focus-visible,
  .desktop-nav .desktop-nav-links a:focus-visible { outline: 2px solid #B8785C; outline-offset: -3px; }
  .desktop-nav .header-search:not(.is-open) { width: 44px; }
  .header-search .header-search-toggle { min-width: 44px; min-height: 44px; margin: 2px 0 2px 0; }
}
