:root {
  --bg: oklch(20% 0.018 135);
  --surface: oklch(25% 0.018 125 / 0.76);
  --surface-strong: oklch(17% 0.016 125 / 0.86);
  --fg: oklch(94.5% 0.022 96);
  --muted: oklch(83% 0.026 96);
  --border: oklch(100% 0 0 / 0.2);
  --accent: oklch(68.4% 0.208 36.5);
  --wine: oklch(26% 0.072 19);
  --vine: oklch(35% 0.068 150);
  --gold: oklch(78% 0.108 78);
  --cream: oklch(92.5% 0.03 94);
  --glass: oklch(21% 0.018 135 / 0.64);
  --vineyard-image: url('vinberg-vineyard-clean.jpg');
  --error: oklch(56.5% 0.175 28.2);
  --success: oklch(51% 0.12 155);
  --font-display: 'Iowan Old Style', 'Baskerville', 'Times New Roman', serif;
  --font-body: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, 'SFMono-Regular', Menlo, monospace;
  --container: 1200px;
  --gutter: clamp(20px, 4vw, 72px);
  --space-section: clamp(72px, 10vw, 160px);
  --space-page-content: clamp(44px, 6vw, 80px);
  --radius: 8px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  position: relative;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 20% 8%, oklch(68.4% 0.208 36.5 / .14), transparent 26rem),
    linear-gradient(180deg, oklch(18% 0.018 125 / .78), oklch(22% 0.018 135 / .9)),
    var(--vineyard-image) center 43% / cover fixed;
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

body.nav-open { overflow: hidden; }

body::after {
  content: 'VINBERG';
  position: fixed;
  z-index: 0;
  right: -7vw;
  bottom: 4vh;
  color: oklch(100% 0 0 / .028);
  font-size: clamp(110px, 22vw, 430px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none;
}

body > * {
  position: relative;
  z-index: 1;
}

.page-home .site-header {
  position: absolute;
  right: 0;
  left: 0;
}

.page-home .site-header {
  top: 0;
  background: linear-gradient(180deg, oklch(14% 0.014 125 / .56), oklch(14% 0.014 125 / .04));
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

:focus-visible {
  outline: 3px solid color-mix(in oklch, var(--accent), white 28%);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 10px 14px;
  background: var(--cream);
  color: oklch(12% 0.012 125);
}

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

.container {
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.display {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(54px, 8.2vw, 132px);
  font-weight: 400;
  letter-spacing: -.052em;
  line-height: .88;
  text-wrap: balance;
}

.section-title {
  max-width: 950px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(40px, 5.4vw, 80px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}

.lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45;
  text-wrap: pretty;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  font-weight: 650;
  line-height: 1.35;
  transition: gap 180ms var(--ease), color 180ms ease;
}

.text-link:hover { gap: 15px; color: var(--accent); }

body:not(.woocommerce-cart):not(.woocommerce-checkout) .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid var(--cream);
  border-radius: 0;
  background: var(--cream);
  color: oklch(12% 0.012 125);
  cursor: pointer;
  font-weight: 650;
  line-height: 1;
  transition: transform 180ms var(--ease), background 180ms ease, color 180ms ease;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .button:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); color: white; }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .button--accent { background: var(--accent); border-color: var(--accent); }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .button--accent:hover { background: var(--cream); border-color: var(--cream); color: oklch(12% 0.012 125); }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .button--ghost { background: transparent; color: var(--fg); }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .button--ghost:hover { color: white; }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .button--wide { width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid color-mix(in oklch, var(--border), transparent 22%);
  background: oklch(16% 0.014 125 / .62);
  backdrop-filter: blur(20px) saturate(1.18);
}

.nav {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.nav__links, .nav__actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
}

.nav__actions { justify-content: flex-end; }

.nav__link {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .005em;
}

.nav__link::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  background: var(--accent);
  transition: transform 180ms ease;
}

.nav__link:hover::after, .nav__link[aria-current='page']::after { transform: scaleX(1); }

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  color: var(--accent);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 800;
  letter-spacing: .035em;
}

.brand img { display: none; }

.icon-button {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-count {
  min-width: 21px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  font-family: var(--font-mono);
  font-size: 10px;
}

.menu-toggle { display: none; }

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-rows: auto 1fr auto;
  transform: translateX(100%);
  padding: 22px var(--gutter) 36px;
  background:
    linear-gradient(180deg, oklch(18% 0.018 125 / .94), oklch(20% 0.018 135 / .98)),
    var(--vineyard-image) center / cover;
  color: var(--cream);
  transition: transform 320ms var(--ease);
}

.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav__top { display: flex; align-items: center; justify-content: space-between; }
.mobile-nav__links { display: grid; align-content: center; gap: 9px; }
.mobile-nav__links a { font-family: var(--font-display); font-size: clamp(42px, 13vw, 72px); line-height: 1; }
.mobile-nav__foot { color: color-mix(in oklch, white, transparent 38%); font-size: 13px; }

.hero {
  position: relative;
  height: 100svh;
  min-height: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--bg);
}

.hero__copy {
  position: relative;
  z-index: 2;
  width: min(100% - (var(--gutter) * 2), var(--container));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  padding-block: clamp(30px, 7vh, 86px);
  color: var(--cream);
}

.hero__copy .display em { color: var(--accent); font-weight: inherit; }
.hero__copy .display {
  max-width: 850px;
  font-size: clamp(54px, min(7.4vw, 11.4vh), 104px);
  text-shadow: 0 3px 26px oklch(8% 0.012 125 / .54);
}
.hero__copy .eyebrow {
  color: color-mix(in oklch, var(--cream), transparent 26%);
  text-shadow: 0 2px 16px oklch(8% 0.012 125 / .5);
}
.hero__copy .lede {
  max-width: 600px;
  color: color-mix(in oklch, var(--cream), transparent 15%);
  text-shadow: 0 2px 18px oklch(8% 0.012 125 / .55);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: clamp(22px, 4vh, 38px); }
.hero .button--ghost { border-color: color-mix(in oklch, var(--cream), transparent 22%); color: var(--cream); background: oklch(20% 0.016 125 / .34); backdrop-filter: blur(18px); }

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--bg);
}

.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 48%, transparent 0 20rem, oklch(16% 0.014 125 / .2) 34rem),
    linear-gradient(90deg, oklch(13% 0.014 125 / .72) 0%, oklch(15% 0.014 125 / .5) 42%, oklch(17% 0.014 125 / .12) 74%, oklch(14% 0.014 125 / .42) 100%);
}

.hero__media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.92) contrast(.98) brightness(.92);
  transition: transform 1.2s var(--ease);
}

.hero__media--vineyard > img {
  opacity: .9;
}

.hero:hover .hero__media > img { transform: scale(1.025); }

.section { padding-block: var(--space-section); }
.section--surface { background: var(--surface); backdrop-filter: blur(18px); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(38px, 5vw, 72px); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 40px);
}

.product-card {
  container-type: inline-size;
  min-width: 0;
}

.product-card__media {
  position: relative;
  aspect-ratio: .82;
  overflow: hidden;
  border: 1px solid var(--border);
  background: transparent;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(20px, 9cqw, 48px);
  transition: transform 360ms var(--ease);
}

.product-card:hover .product-card__media img { transform: translateY(-7px) scale(1.025); }

.product-card__media > a:not(.quick-add) {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
}

.product-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 9px;
  background: oklch(9% 0.012 125 / .82);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-card__tag,
.product-card__badge {
  z-index: 3;
  pointer-events: none;
}

.product-awards {
  position: absolute;
  z-index: 4;
  display: grid;
  justify-items: end;
  gap: 8px;
  pointer-events: none;
}

.product-awards--card {
  top: 14px;
  right: 14px;
}

.product-awards--detail {
  top: clamp(18px, 2vw, 34px);
  right: clamp(18px, 2vw, 34px);
  gap: 12px;
}

.product-award {
  display: grid;
  width: clamp(46px, 17cqw, 76px);
  aspect-ratio: 1;
  place-items: center;
}

.product-awards--detail .product-award {
  width: clamp(68px, 9vw, 112px);
}

.product-card__media .product-award img,
.product-gallery .product-award img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px oklch(6% 0.01 125 / .28));
  transform: none;
  transition: none;
}

.product-card:hover .product-award img { transform: none; }

.product-award__fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in oklch, var(--gold), transparent 24%);
  color: var(--gold);
  background: oklch(12% 0.012 125 / .72);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
}

.quick-add {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 8px 8px 16px;
  transform: translateY(calc(100% + 18px));
  border: 1px solid color-mix(in oklch, var(--cream), transparent 14%);
  background: var(--cream);
  color: oklch(12% 0.012 125);
  box-shadow: 0 14px 30px oklch(8% 0.012 125 / .32);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 240ms var(--ease), background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.quick-add__label { min-width: 0; }
.quick-add__meta { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.quick-add__price { font-family: var(--font-mono); font-size: 11px; font-weight: 800; white-space: nowrap; }

.product-card:hover .quick-add,
.quick-add:focus-visible { transform: translateY(0); }

.quick-add:hover {
  background: var(--accent);
  color: white;
  box-shadow: 0 16px 32px oklch(8% 0.012 125 / .42);
}

@media (hover: none) {
  .quick-add { transform: translateY(0); }
}

.product-card__body { padding-top: 18px; }
.product-card__meta { display: flex; justify-content: space-between; gap: 14px; }
.product-card h3 { margin: 0; font-family: var(--font-display); font-size: clamp(24px, 2vw, 32px); font-weight: 400; line-height: 1.05; }
.product-card__price { white-space: nowrap; font-family: var(--font-mono); font-size: 13px; font-weight: 700; }
.product-card__notes { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: clamp(46px, 8vw, 120px);
  align-items: center;
}

.story-art {
  display: grid;
  place-items: center;
  min-height: 640px;
  background: transparent;
}

.story-art::before {
  content: none;
}

.story-art img {
  width: min(93%, 645px);
  max-height: 870px;
  object-fit: contain;
  filter: drop-shadow(0 32px 35px rgba(0,0,0,.28));
}

.story-copy p:not(.eyebrow) { max-width: 600px; margin: 28px 0; color: var(--muted); font-size: clamp(17px, 1.4vw, 21px); }

.proof-panel {
  border-block: 1px solid var(--border);
  background: var(--surface-strong);
  backdrop-filter: blur(18px);
}

.proof-panel__inner {
  display: block;
}

.proof-panel__title { padding-block: clamp(42px, 6vw, 88px); border-bottom: 1px solid var(--border); }
.proof-panel__title .section-title { max-width: 1120px; }
.proof-panel__items { display: grid; grid-template-columns: repeat(2, 1fr); }
.proof-item { min-height: 210px; padding: clamp(30px, 4vw, 58px); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.proof-item:nth-child(2n) { border-right: 0; }
.proof-item:nth-last-child(-n+2) { border-bottom: 0; }
.proof-item__number { color: var(--gold); font-family: var(--font-display); font-size: 34px; line-height: 1; }
.proof-item h3 { margin: 20px 0 8px; font-size: 16px; }
.proof-item p { margin: 0; color: var(--muted); font-size: 14px; }

.site-footer { padding: 70px var(--gutter) 28px; background: oklch(7.5% 0.01 125 / .94); color: var(--cream); backdrop-filter: blur(12px); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
.footer-brand { font-size: 26px; font-weight: 800; letter-spacing: .12em; }
.footer-copy { max-width: 390px; margin-top: 20px; color: color-mix(in oklch, white, transparent 43%); font-size: 14px; }
.footer-col { display: grid; align-content: start; gap: 8px; }
.footer-col h2 { margin: 0 0 8px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a, .footer-col address { display: block; margin: 0; color: color-mix(in oklch, white, transparent 35%); font-size: 14px; font-style: normal; line-height: 1.65; }
.footer-col a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 64px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: color-mix(in oklch, white, transparent 50%); font-size: 11px; }
.footer-contact, .footer-contact address { display: grid; gap: 8px; }
.footer-contact address span { display: block; }
.social-links { display: flex; gap: 14px; margin-top: 24px; }
.social-links a { width: 26px; height: 26px; display: inline-grid; place-items: center; color: white; opacity: .74; transition: opacity 180ms ease; }
.social-links svg { width: 22px; height: 22px; }
.social-links a:hover { color: white; opacity: 1; }

.page-hero { padding: clamp(34px, 3.5vw, 50px) 0 clamp(18px, 2vw, 28px); background: oklch(18% 0.016 125 / .48); backdrop-filter: blur(10px); }
.page-hero__row { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(20px, 3vw, 36px); align-items: end; }
.page-hero .display { font-size: clamp(40px, 4.2vw, 64px); letter-spacing: -.04em; }
.page-hero__aside { max-width: 520px; justify-self: end; color: var(--muted); font-size: clamp(16px, 1.25vw, 19px); }
.page-hero--title-only .page-hero__row { display: block; }
.page-hero + .section { padding-top: var(--space-page-content); }

.blog-index { padding: var(--space-page-content) 0 var(--space-section); }

.shop-toolbar {
  position: sticky;
  top: 78px;
  z-index: 40;
  border-block: 1px solid var(--border);
  background: oklch(9% 0.012 125 / .78);
  backdrop-filter: blur(16px);
}

.shop-toolbar__inner { min-height: 76px; display: flex; align-items: center; justify-content: flex-start; gap: 24px; }
.filter-chips { width: 100%; display: flex; align-items: center; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chip { min-height: 40px; display: inline-flex; align-items: center; padding: 9px 15px; border: 1px solid var(--border); border-radius: 999px; background: oklch(100% 0 0 / .06); color: var(--fg); text-decoration: none; white-space: nowrap; font-size: 13px; font-weight: 600; }
.filter-chip.is-active { border-color: var(--accent); background: var(--accent); color: white; }
.shop-section { padding: clamp(44px, 6vw, 88px) 0 var(--space-section); }
.shop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card[hidden] { display: none; }
.results-count { margin: 0 0 28px; color: var(--muted); font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; }

.category-band {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--border);
  background: var(--glass);
  backdrop-filter: blur(22px) saturate(1.08);
}

.category-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
}

.category-tile {
  min-height: 230px;
  padding: clamp(26px, 4vw, 52px);
  background: oklch(21% 0.018 125 / .76);
}

.category-tile h3 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(32px, 3.7vw, 54px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.category-tile p {
  max-width: 32rem;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.product-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid color-mix(in oklch, var(--gold), transparent 28%);
  background: oklch(12% 0.012 125 / .72);
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.product-card--has-awards .product-card__badge {
  top: 50px;
  right: auto;
  left: 14px;
}

.awards-list {
  border-top: 1px solid var(--border);
}

.awards-list__item {
  display: grid;
  grid-template-columns: minmax(150px, .35fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: center;
  padding: clamp(26px, 4vw, 48px) 0;
  border-bottom: 1px solid var(--border);
}

.awards-list__image {
  min-height: 150px;
  display: grid;
  place-items: center;
}

.awards-list__image img {
  width: min(100%, 150px);
  max-height: 150px;
  object-fit: contain;
  filter: drop-shadow(0 16px 20px oklch(6% 0.01 125 / .26));
}

.awards-list__fallback {
  width: min(100%, 130px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid color-mix(in oklch, var(--gold), transparent 24%);
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 34px;
}

.awards-list__copy .eyebrow { margin-bottom: 12px; color: var(--gold); }
.awards-list__copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(32px, 4vw, 58px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.awards-list__copy .text-link { margin-top: 20px; }
.awards-empty { max-width: 42ch; margin: 0; color: var(--muted); font-size: 18px; }

.blog-items {
  display: grid;
  gap: 1px;
  background: var(--border);
}

.blog-item {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: space-between;
  padding: clamp(28px, 4vw, 54px);
  background:
    linear-gradient(135deg, oklch(100% 0 0 / .07), transparent 45%),
    oklch(21% 0.018 125 / .8);
  transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease);
}

.blog-item:hover,
.blog-item:focus-visible {
  background:
    linear-gradient(135deg, oklch(68.4% 0.208 36.5 / .14), transparent 45%),
    oklch(23% 0.02 125 / .92);
  transform: translateY(-2px);
}

.blog-item__meta {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.blog-item h3 {
  max-width: 780px;
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 3.8vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
  text-wrap: balance;
}

.blog-item p {
  max-width: 44rem;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.blog-item__arrow {
  position: absolute;
  right: clamp(24px, 4vw, 52px);
  bottom: clamp(24px, 4vw, 52px);
  color: var(--accent);
  font-size: 28px;
  transition: transform 180ms var(--ease);
}

.blog-item:hover .blog-item__arrow,
.blog-item:focus-visible .blog-item__arrow { transform: translateX(7px); }

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  align-items: start;
  padding-block: clamp(64px, 9vw, 136px);
}

.article-body {
  max-width: 72ch;
  color: color-mix(in oklch, var(--cream), transparent 8%);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.72;
  text-wrap: pretty;
}

.article-body p { margin: 0 0 1.35em; }

.article-body h2 {
  margin: 2.1em 0 .7em;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
  text-wrap: balance;
}

.article-body blockquote {
  margin: clamp(34px, 5vw, 58px) 0;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid color-mix(in oklch, var(--accent), transparent 36%);
  background: oklch(10% 0.012 125 / .72);
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 52px);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.article-cta {
  margin-top: clamp(44px, 6vw, 72px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--border);
  background: var(--surface-strong);
}

.article-cta h2 {
  margin-top: 0;
  font-size: clamp(30px, 3.6vw, 48px);
}

.article-cta p {
  max-width: 40rem;
  color: var(--muted);
}

.product-detail { padding: 20px 0 var(--space-section); }
.breadcrumbs { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--fg); }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); column-gap: clamp(46px, 7vw, 118px); row-gap: 0; align-items: start; }
.product-gallery { position: relative; min-height: 0; display: grid; place-items: start center; padding-block: 15px; background: transparent; overflow: hidden; }
.product-gallery img { width: min(80%, 660px); height: auto; max-height: 800px; object-fit: contain; filter: drop-shadow(0 26px 28px rgba(0,0,0,.18)); }
.product-summary { position: sticky; top: 126px; padding-top: 20px; }
.product-summary h1 { margin: 0; font-family: var(--font-display); font-size: clamp(50px, 5vw, 78px); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
.product-price { margin-top: 22px; font-family: var(--font-mono); font-size: 18px; font-weight: 700; }
.product-intro { margin: 28px 0; color: var(--muted); font-size: 18px; }
.tasting-list { margin: 32px 0; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.tasting-list li { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.tasting-list span:first-child { color: var(--muted); }
.buy-row { display: grid; grid-template-columns: 132px 1fr; gap: 10px; }
.quantity { min-height: 52px; display: grid; grid-template-columns: 40px 1fr 40px; border: 1px solid var(--border); background: var(--surface); }
.quantity button { border: 0; background: transparent; cursor: pointer; font-size: 20px; }
.quantity output { display: grid; place-items: center; font-family: var(--font-mono); font-size: 13px; }
.shipping-note { display: flex; align-items: center; gap: 10px; margin-top: 16px; color: var(--muted); font-size: 13px; }
.accordion { margin-top: 34px; border-top: 1px solid var(--border); }
.accordion__item { border-bottom: 1px solid var(--border); }
.accordion__button { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: space-between; border: 0; background: transparent; cursor: pointer; text-align: left; font-weight: 650; }
.accordion__panel { display: none; padding: 0 0 22px; color: var(--muted); font-size: 14px; }
.accordion__item.is-open .accordion__panel { display: block; }
.accordion__item.is-open .accordion__button span:last-child { transform: rotate(45deg); }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(56px, 9vw, 140px); margin-top: var(--space-page-content); padding-bottom: var(--space-section); }
.contact-info { display: grid; gap: 34px; align-content: start; }
.contact-block { padding-top: 20px; border-top: 1px solid var(--border); }
.contact-block h2 { margin: 0 0 8px; font-size: 14px; }
.contact-block p, .contact-block address { margin: 0; color: var(--muted); font-style: normal; }
.contact-form { padding: clamp(28px, 5vw, 68px); border: 1px solid var(--border); background: var(--surface); backdrop-filter: blur(18px); }
.contact-form .form-grid { margin-top: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 650; }
.field input, .field textarea, .field select { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid var(--border); border-radius: 0; background: oklch(9% 0.012 125 / .72); color: var(--fg); outline: 0; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent), transparent 82%); }
.field-error { min-height: 18px; color: var(--error); font-size: 12px; }
.form-status { margin: 16px 0 0; color: var(--success); font-size: 14px; }
.map-card { position: relative; min-height: 460px; overflow: hidden; background: var(--vine); color: white; }
.map-card::before { content: ''; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 48px 48px; transform: rotate(-7deg) scale(1.2); }
.map-card__pin { position: absolute; top: 48%; left: 53%; width: 22px; height: 22px; border: 5px solid white; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--accent); }
.map-card__copy { position: absolute; right: 28px; bottom: 28px; left: 28px; max-width: 440px; padding: 24px; background: rgba(20,20,18,.78); backdrop-filter: blur(10px); }
.map-card__copy h2 { margin: 0 0 5px; font-family: var(--font-display); font-size: 34px; font-weight: 400; }
.map-card__copy p { margin: 0; color: rgba(255,255,255,.72); }

.story-chapter__grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
}

.story-chapter__index { display: none; }
.story-chapter__media {
  min-height: 430px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border);
  background: oklch(10% 0.012 125 / .72);
  overflow: hidden;
  backdrop-filter: blur(16px);
}
.story-chapter__media img { width: min(82%, 430px); max-height: 520px; object-fit: contain; filter: drop-shadow(0 34px 32px rgba(0,0,0,.38)); }
.story-chapter__body { max-width: 680px; margin-top: clamp(20px, 2.4vw, 34px); padding-top: 0; }
.story-chapter__heading { max-width: 720px; }
.story-chapter__body p { margin: 0 0 22px; color: var(--muted); font-size: clamp(16px, 1.25vw, 18px); text-wrap: pretty; }
.story-chapter__body .text-link { margin-top: 10px; }

.story-statement { padding: clamp(76px, 11vw, 180px) var(--gutter); background: var(--vine); color: white; }
.story-statement__inner { max-width: 1380px; }
.story-statement .eyebrow { color: color-mix(in oklch, white, transparent 36%); }
.story-statement h2 { max-width: 1280px; margin: 0; font-family: var(--font-display); font-size: clamp(50px, 7.2vw, 112px); font-weight: 400; letter-spacing: -.045em; line-height: .94; text-wrap: balance; }

.story-process__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--border); }
.story-process__item { min-height: 360px; padding: clamp(30px, 4.5vw, 66px); border-right: 1px solid var(--border); }
.story-process__item:last-child { border-right: 0; }
.story-process__item > span { display: none; }
.story-process__item h3 { max-width: 310px; margin: 0 0 18px; font-family: var(--font-display); font-size: clamp(30px, 3vw, 44px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.story-process__item p { max-width: 420px; margin: 0; color: var(--muted); font-size: 15px; }

.launcher { min-height: 100svh; display: grid; grid-template-columns: minmax(360px, .72fr) 1.28fr; }
.launcher__intro { position: sticky; top: 0; min-height: 100svh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 5vw, 78px); background: var(--accent); color: white; }
.launcher__intro h1 { margin: 32px 0; font-family: var(--font-display); font-size: clamp(66px, 8vw, 126px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.launcher__intro p { max-width: 520px; color: rgba(255,255,255,.82); font-size: 18px; }
.launcher__meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.launcher__screens { display: grid; align-content: center; gap: 0; padding: clamp(20px, 4vw, 70px); }
.screen-link { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 22px; padding: clamp(24px, 4vw, 44px) 0; border-bottom: 1px solid var(--border); }
.screen-link:first-child { border-top: 1px solid var(--border); }
.screen-link__index { font-family: var(--font-mono); font-size: 12px; }
.screen-link h2 { margin: 0; font-family: var(--font-display); font-size: clamp(34px, 4vw, 58px); font-weight: 400; line-height: 1; }
.screen-link p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.screen-link__arrow { font-size: 30px; transition: transform 180ms var(--ease), color 180ms ease; }
.screen-link:hover .screen-link__arrow { transform: translateX(8px); color: var(--accent); }

.toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 400;
  max-width: min(420px, calc(100vw - 40px));
  transform: translateY(150%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 16px 20px;
  border: 1px solid color-mix(in oklch, var(--accent), black 16%);
  background: var(--accent);
  color: oklch(13% 0.012 125);
  box-shadow: 0 16px 50px rgba(0,0,0,.3);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.4;
  transition: transform 280ms var(--ease), opacity 280ms ease;
}
.toast.is-visible:not(:empty) { transform: translateY(0); opacity: 1; visibility: visible; }

.age-gate {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  padding: clamp(20px, 4vw, 56px);
  background: oklch(8% 0.012 125 / .84);
  backdrop-filter: blur(12px);
}

.age-gate[hidden] { display: none; }
body.age-gate-active { overflow: hidden; }

.age-gate__panel {
  width: min(100%, 580px);
  padding: clamp(32px, 5vw, 58px);
  border: 1px solid color-mix(in oklch, var(--cream), transparent 68%);
  background: oklch(16% 0.014 125 / .98);
  box-shadow: 0 28px 80px oklch(5% 0.012 125 / .48);
}

.age-gate__panel .eyebrow { margin-bottom: 18px; color: var(--gold); }
.age-gate__panel h2 { margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 64px); font-weight: 400; letter-spacing: -.04em; line-height: .94; }
.age-gate__text { max-width: 48ch; margin: 24px 0 0; color: var(--muted); font-size: 17px; }

.age-gate__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }

.age-gate__confirm,
.age-gate__decline {
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid var(--cream);
  border-radius: 0;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms var(--ease);
}

.age-gate__confirm { background: var(--accent); border-color: var(--accent); color: white; }
.age-gate__confirm:hover { background: var(--cream); border-color: var(--cream); color: oklch(12% 0.012 125); transform: translateY(-2px); }
.age-gate__decline { background: transparent; color: var(--cream); }
.age-gate__decline:hover { border-color: var(--accent); color: var(--accent); }
.age-gate__confirm:disabled,
.age-gate__decline:disabled { cursor: default; opacity: .5; }
.age-gate.is-denied .age-gate__actions { display: none; }
.age-gate__status { margin: 28px 0 0; color: var(--cream); font-weight: 650; }

@media (hover: none) {
  .quick-add { transform: translateY(0); }
}

@media (max-width: 1180px) {
  .nav__links { gap: 18px; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .product-layout { grid-template-columns: 1fr 430px; column-gap: 56px; row-gap: 0; }
  .story-chapter__grid { grid-template-columns: minmax(260px, .78fr) minmax(0, 1fr); }
}

@media (max-width: 1024px) {
  .nav { grid-template-columns: auto 1fr auto; }
  .brand { justify-self: start; }
  .nav__links { display: none; }
  .menu-toggle { display: inline-flex; }
  .story-grid { grid-template-columns: 1fr; }
  .story-art { min-height: 68vw; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 2; }
  .page-hero__row { grid-template-columns: 1fr; gap: 18px; }
  .page-hero__aside { justify-self: start; }
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-layout { grid-template-columns: 1fr; }
  .product-gallery { min-height: 0; }
  .product-summary { position: static; max-width: 720px; }
  .contact-layout { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .story-facts { grid-template-columns: repeat(2, 1fr); }
  .story-fact:nth-child(2) { border-right: 0; }
  .story-fact:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .story-chapter__grid { grid-template-columns: 1fr; }
  .story-chapter__media { min-height: min(72vw, 560px); }
  .story-chapter__body { max-width: 720px; padding-top: 0; }
  .story-process__item { min-height: 320px; }
  .category-band__grid { grid-template-columns: 1fr; }
  .launcher { grid-template-columns: 1fr; }
  .launcher__intro { position: relative; min-height: 72svh; }
}

@media (max-width: 744px) {
  body {
    background-attachment: scroll;
    background-position: 58% top;
  }
  .nav { min-height: 68px; }
  .nav__actions .nav__link { display: none; }
  .hero { height: 100svh; }
  .hero__copy { justify-content: flex-end; padding-bottom: clamp(28px, 7vh, 64px); }
  .hero__copy .display { max-width: 620px; font-size: clamp(48px, min(14vw, 11vh), 78px); }
  .hero__copy .lede { max-width: 520px; margin-top: 18px; font-size: clamp(16px, 4vw, 20px); }
  .hero__media::after { background: linear-gradient(0deg, oklch(16% 0.014 125 / .72) 0%, oklch(18% 0.014 125 / .42) 48%, oklch(18% 0.014 125 / .05) 82%); }
  .hero__media > img { object-position: 64% center; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .product-grid, .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 12px; }
  .product-card h3 { font-size: 24px; }
  .product-card__body { padding-top: 13px; }
  .product-card__meta { display: grid; }
  .product-card__price { grid-row: 2; }
  .product-card__notes { display: none; }
	.product-awards--card { top: 10px; right: 10px; gap: 6px; }
	.product-awards--detail { top: 14px; right: 14px; gap: 8px; }
	.age-gate__actions { grid-template-columns: 1fr; }
  .story-art { min-height: 90vw; }
  .proof-panel__items { grid-template-columns: 1fr; }
  .proof-item { min-height: 170px; border-right: 0; }
  .proof-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--border); }
  .proof-item:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .shop-toolbar { top: 68px; }
  .shop-toolbar__inner { min-height: auto; }
  .filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-block: 12px;
    scroll-snap-type: x proximity;
  }
  .filter-chip { flex: 0 0 auto; scroll-snap-align: start; }
  .page-hero { padding-block: 30px 22px; }
  .page-hero .display { font-size: clamp(38px, 10vw, 48px); line-height: .95; }
  .page-hero__aside { font-size: 16px; }
  .product-detail { padding-top: 16px; }
  .product-detail .breadcrumbs { margin-bottom: 0; }
  .product-layout { gap: 0; }
  .product-gallery { min-height: 0; place-items: start center; }
  .product-summary { padding-top: 0; }
  .buy-row { grid-template-columns: 120px 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .contact-form { padding-inline: 20px; }
  .blog-item { min-height: 0; }
  .blog-item__arrow { position: static; margin-top: 22px; }
  .article-body { font-size: 17px; line-height: 1.65; }
  .article-body blockquote { padding: 24px; }
  .story-fact { min-height: 112px; padding-inline: 22px; }
  .story-chapter__grid { grid-template-columns: 1fr; }
  .story-chapter__index { font-size: 54px; }
  .story-chapter__body { grid-column: auto; }
  .story-chapter__media { min-height: 92vw; }
  .story-process__grid { grid-template-columns: 1fr; }
  .story-process__item { min-height: 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .story-process__item:last-child { border-bottom: 0; }
  .story-process__item h3 { margin-top: 42px; }
  .screen-link { grid-template-columns: 46px 1fr auto; gap: 12px; }
}

@media (max-width: 430px) {
  :root { --gutter: 18px; }
  .display { font-size: clamp(50px, 16vw, 68px); }
  .section-title { font-size: clamp(38px, 12vw, 54px); }
  .hero__copy .eyebrow { margin-bottom: 12px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__media > img { object-position: 66% center; }
  .product-grid, .shop-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-card__media { aspect-ratio: .95; }
  .product-card__meta { display: flex; }
  .product-card__price { grid-row: auto; }
  .product-card__notes { display: block; }
  .story-art { min-height: 125vw; }
	.awards-list__item { grid-template-columns: 1fr; gap: 20px; }
	.awards-list__image { min-height: 0; justify-items: start; }
  .proof-panel__title { padding-inline: var(--gutter); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
  .shop-toolbar__inner { align-items: stretch; flex-direction: column; padding-block: 12px; }
  .product-summary h1 { font-size: 50px; }
  .buy-row { grid-template-columns: 1fr; }
  .quantity { min-height: 48px; }
  .tasting-list li { grid-template-columns: 90px 1fr; }
  .map-card { min-height: 520px; }
  .story-statement { padding-inline: var(--gutter); }
  .launcher__intro { min-height: 82svh; }
  .screen-link { grid-template-columns: 1fr auto; }
  .screen-link__index { grid-column: 1 / -1; }
}

@media (max-height: 620px) {
  .hero__copy { padding-block: 18px; }
  .hero__copy .eyebrow { margin-bottom: 8px; font-size: 10px; }
  .hero__copy .display { font-size: clamp(42px, 10vh, 64px); }
  .hero__copy .lede { margin-top: 12px; font-size: 14px; line-height: 1.3; }
  .hero__actions { margin-top: 14px; }
  .hero .button { min-height: 42px; padding-block: 10px; }
}

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

.admin-bar .site-header { top: 32px; }
.admin-bar .shop-toolbar { top: 110px; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-content {
  max-width: 980px;
  color: var(--muted);
  font-size: clamp(17px, 1.35vw, 20px);
}

.page-content > *:first-child { margin-top: 0; }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .page-content a { color: var(--cream); border-bottom: 1px solid currentColor; }
body:not(.woocommerce-cart):not(.woocommerce-checkout) .page-content h2,
body:not(.woocommerce-cart):not(.woocommerce-checkout) .page-content h3 {
  color: var(--fg);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .shop-toolbar { top: 114px; }
}

@media (max-width: 744px) {
  .admin-bar .shop-toolbar { top: 114px; }
}
