:root {
  --gold: #c9a464;
  --gold-soft: #e3c68d;
  --ink: #f4f2ec;
  --muted: #85889a;
  --line: rgba(233,233,237,0.08);
  --bg: #0f1018;
  --panel: #12131d;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(90% 55% at 78% 0%, rgba(201,164,100,0.10) 0%, transparent 60%),
    linear-gradient(#12131d, #0f1018 55%, #0d0e15);
  color: #dcdce4;
  font-family: 'Google Sans Flex', 'Google Sans', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  min-height: 100vh;
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-soft); }
::selection { background: rgba(201,164,100,0.28); }
:focus-visible { outline: 1px solid var(--gold); outline-offset: 3px; }
button, input, textarea { font: inherit; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
.wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(20px, 4vw, 40px);
  box-sizing: border-box;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px; border: 1px solid var(--gold); color: var(--gold-soft);
  background: transparent; letter-spacing: 0.2em; text-transform: uppercase;
  font-size: 11.5px; cursor: pointer;
}
.btn:hover { background: rgba(201,164,100,0.14); }
.btn-ghost { border-color: rgba(233,233,237,0.16); color: #c3c4cf; }
.btn-ghost:hover { border-color: rgba(233,233,237,0.34); background: transparent; }
.kicker {
  font-size: 10.5px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold);
}
h1, h2, h3, h4 { font-family: Prata, Georgia, serif; font-weight: 400; color: var(--ink); }
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px); background: rgba(15,16,24,0.86);
  border-bottom: 1px solid var(--line);
}
.header-bar {
  display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center; gap: 18px; padding-top: 14px; padding-bottom: 14px;
}
.header-nav { display: flex; align-items: center; gap: 28px; }
.header-nav a {
  color: #c3c4cf; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
}
.header-nav a:hover, .header-nav a[aria-current="page"] { color: var(--gold-soft); }
.header-logo { display: flex; justify-content: center; padding: 0 10px; }
.header-logo img {
  height: 44px; width: auto; aspect-ratio: 400 / 166;
  filter: drop-shadow(0 2px 12px rgba(201,164,100,0.28));
}
.header-meta { justify-self: end; display: flex; align-items: center; gap: 14px; }
.header-meta a { color: #8b8d9c; display: flex; }
.header-meta a:hover { color: var(--gold-soft); }
.lang-switch {
  margin-left: 4px; padding-left: 10px; border-left: 1px solid rgba(233,233,237,0.12);
  font-size: 11px; letter-spacing: 0.12em;
}
.lang-switch a { color: #c3c4cf; }
.lang-switch a:hover { color: var(--gold-soft); }
.hero {
  display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,0.98fr);
  gap: 48px; align-items: center;
  padding-top: 90px; padding-bottom: 84px;
}
.hero h1 {
  font-size: 58px; line-height: 1.12; letter-spacing: -0.01em;
  margin: 0 0 24px; max-width: 17ch; text-wrap: pretty;
}
.hero p { font-size: 16.5px; font-weight: 300; color: #9b9dab; max-width: 48ch; margin: 0 0 38px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual {
  position: relative; display: flex; flex-direction: column;
  justify-content: center; align-items: center; min-height: 440px;
}
.hero-visual .glow {
  position: absolute; inset: 0;
  background:
    radial-gradient(74% 26% at 52% 72%, rgba(232,140,60,0.26) 0%, transparent 70%),
    radial-gradient(46% 40% at 52% 48%, rgba(201,164,100,0.13) 0%, transparent 70%);
}
.hero-visual img { position: relative; width: 100%; max-width: 470px; z-index: 1; }
.hero-beam {
  position: relative; z-index: 1;
  width: min(100%, 430px);
  height: 20px;
  margin-top: 14px;
  pointer-events: none;
  overflow: hidden;
}
.hero-beam::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 8%,
    rgba(201,164,100,0.12) 22%,
    rgba(232,180,110,0.5) 38%,
    rgba(255,236,200,0.92) 50%,
    rgba(232,180,110,0.5) 62%,
    rgba(201,164,100,0.12) 78%,
    transparent 92%,
    transparent 100%
  );
}
.hero-beam::after {
  content: "";
  position: absolute; left: 50%; top: 50%;
  width: 48px; height: 6px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(255,245,220,0.65) 0%,
    rgba(232,170,90,0.18) 42%,
    transparent 70%
  );
  animation: hero-beam-pulse 4.8s ease-in-out infinite;
}
@keyframes hero-beam-pulse {
  0%, 100% { opacity: 0.75; transform: translate(-50%, -50%) scaleX(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scaleX(1.04); }
}
.stats {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
}
.stat { padding: 34px 28px; }
.stat:not(:first-child) { border-left: 1px solid var(--line); }
.stat strong {
  display: block; font-family: Prata, Georgia, serif; font-size: 32px; line-height: 1; color: var(--gold);
}
.stat span {
  display: block; margin-top: 12px; font-size: 10.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: #7c7f8e;
}
.section { padding-top: 84px; }
.section-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; flex-wrap: wrap; margin-bottom: 34px;
}
.section-head h2 { font-size: 36px; margin: 0; }
.section-lead {
  color: #7c7f8e; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
}
.grid-divin, .grid-vodka {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1px; background: rgba(233,233,237,0.08); border: 1px solid rgba(233,233,237,0.08);
}
.card {
  display: flex; flex-direction: column; background: var(--panel); color: inherit; text-decoration: none;
}
.card:hover { background: #171826; }
.card-media {
  position: relative; display: flex; align-items: center; justify-content: center;
}
.card-media.divin { height: 340px; padding: 36px 18px 22px; }
.card-media.vodka { height: 360px; padding: 36px 22px 22px; align-items: flex-end; }
.card-media .glow { position: absolute; inset: 0; }
.card-media.divin .glow {
  background:
    radial-gradient(78% 22% at 50% 80%, rgba(232,140,60,0.30) 0%, transparent 68%),
    radial-gradient(56% 42% at 50% 54%, rgba(201,164,100,0.10) 0%, transparent 74%);
}
.card-media.vodka .glow {
  background: radial-gradient(24% 46% at 50% 56%, rgba(240,242,248,0.11) 0%, transparent 96%);
}
.card-media img { position: relative; width: auto; max-width: 100%; object-fit: contain; }
.card-media.divin img { max-height: 270px; }
.card-media.vodka img { max-height: 300px; }
.card-body {
  padding: 22px 24px 26px; border-top: 1px solid rgba(233,233,237,0.07);
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.card-body h3 { margin: 0; font-size: 19px; color: #f2f0ea; }
.card-body p { margin: 0; flex: 1; color: var(--muted); font-size: 13px; font-weight: 300; }
.card-meta {
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 6px;
}
.card-meta .medals {
  font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold);
}
.card-meta .aged {
  margin-left: auto; font-family: Prata, Georgia, serif; font-size: 22px; line-height: 1;
  color: rgba(233,233,237,0.22);
}
.history {
  margin-top: 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(201,164,100,0.05), transparent 60%);
}
.history-grid {
  display: grid; grid-template-columns: minmax(0,0.92fr) minmax(0,1.08fr);
  gap: 56px;
  padding-top: 78px; padding-bottom: 78px;
}
.history h2 { font-size: 34px; line-height: 1.22; margin: 0 0 22px; }
.history p { font-weight: 300; }
.tech-row {
  display: grid; grid-template-columns: 62px minmax(0,1fr); gap: 22px;
  padding: 22px 0; border-top: 1px solid var(--line);
}
.tech-row .n { font-family: Prata, Georgia, serif; font-size: 22px; color: var(--gold); }
.page-hero { padding-top: 72px; padding-bottom: 56px; }
.page-hero h1 { font-size: 46px; margin: 0 0 16px; }
.page-hero p { color: var(--muted); font-weight: 300; max-width: 58ch; margin: 0; }
.product-nav {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  flex-wrap: wrap; margin: 40px 0;
}
.product-nav .back {
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: #7c7f8e;
}
.product-nav .back:hover { color: var(--gold-soft); }
.nav-arrows { display: flex; gap: 10px; }
.nav-arrows a {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(233,233,237,0.16); color: #c3c4cf;
  font-family: Prata, Georgia, serif; font-size: 22px;
}
.nav-arrows a:hover { border-color: rgba(201,164,100,0.55); color: var(--gold-soft); }
.product-layout {
  display: grid; grid-template-columns: minmax(0,0.82fr) minmax(0,1.18fr);
  gap: 60px; align-items: start; padding-bottom: 96px;
}
.product-photo {
  position: sticky; top: 104px; min-height: 420px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.product-photo .glow { position: absolute; inset: 0; }
.product-photo.divin .glow {
  background:
    radial-gradient(68% 22% at 50% 74%, rgba(232,140,60,0.28) 0%, transparent 68%),
    radial-gradient(44% 36% at 50% 48%, rgba(201,164,100,0.10) 0%, transparent 72%);
}
.product-photo.vodka .glow {
  background: radial-gradient(30% 42% at 50% 50%,
    rgba(240,242,248,0.13) 0%,
    rgba(240,242,248,0.05) 40%,
    rgba(240,242,248,0.015) 70%,
    transparent 100%);
}
.product-photo img {
  position: relative; max-width: 100%; max-height: min(66vh, 540px); width: auto; object-fit: contain;
  display: block;
}
.product-zoom {
  position: relative; z-index: 1;
  display: block; padding: 0; margin: 0; border: 0; background: transparent;
  cursor: zoom-in; max-width: 100%;
}
.product-zoom:focus-visible {
  outline: 1px solid rgba(201,164,100,0.55); outline-offset: 6px;
}
.lightbox {
  position: fixed; inset: 0; z-index: 12000;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px, 4vw, 40px);
  background: #0a0b10;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.lightbox.is-open {
  opacity: 1; visibility: visible; pointer-events: auto;
}
.lightbox-inner {
  position: relative; max-width: min(920px, 100%); max-height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.lightbox-inner img {
  max-width: 100%; max-height: min(88vh, 900px); width: auto; height: auto;
  object-fit: contain;
  animation: lightbox-in 0.28s ease;
}
.lightbox-close {
  position: absolute; top: 18px; right: 18px; z-index: 1;
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(233,233,237,0.18); background: rgba(15,16,24,0.55);
  color: #e8e8ee; font-size: 28px; line-height: 1; cursor: pointer;
}
.lightbox-close:hover { border-color: rgba(201,164,100,0.55); color: var(--gold-soft); }
@keyframes lightbox-in {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}
body.lightbox-lock { overflow: hidden; }
.tags { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.tag {
  border: 1px solid rgba(201,164,100,0.4); color: var(--gold);
  padding: 5px 12px; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
}
.tag.muted { border-color: rgba(233,233,237,0.14); color: #9b9dab; }
.product-copy h1 { font-size: 42px; line-height: 1.16; margin: 0 0 10px; }
.origin { color: #6f7280; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 30px; }
.desc { font-size: 16.5px; font-weight: 300; color: #b9bac6; margin: 0 0 40px; }
.block-title {
  font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin: 0 0 14px;
  font-family: 'Google Sans Flex', sans-serif; font-weight: 500;
}
.spec-row {
  display: grid; grid-template-columns: minmax(0,0.4fr) minmax(0,0.6fr); gap: 20px;
  padding: 12px 0; border-top: 1px solid var(--line); font-size: 14px;
}
.spec-row dt {
  color: #6f7280; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; padding-top: 3px;
}
.spec-row dd { margin: 0; color: #cfd0da; font-weight: 300; }
.serve { color: var(--muted); font-weight: 300; margin: 0 0 46px; font-size: 14px; }
.awards-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 20px; }
.awards-head .count { font-size: 11px; letter-spacing: 0.12em; color: #6f7280; }
.awards-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 2px;
}
.award {
  display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 16px; align-items: center;
  padding: 14px 16px; background: #14151f; border: 1px solid rgba(233,233,237,0.06);
}
.award img { width: 58px; height: 58px; object-fit: contain; }
.award .label { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #f3e0ad; }
.award .contest { display: block; font-size: 12.5px; color: #cfd0da; font-weight: 300; margin-top: 3px; }
.award .place { font-size: 11.5px; color: #6f7280; margin-top: 2px; }
.cta-box {
  margin-top: 48px; padding: 28px; border: 1px solid rgba(201,164,100,0.24);
  background: linear-gradient(180deg, rgba(201,164,100,0.06), transparent);
  display: flex; flex-wrap: wrap; align-items: center; gap: 20px; justify-content: space-between;
}
.cta-box h3 { font-size: 19px; margin: 0; color: #f2f0ea; }
.cta-box p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.about-layout, .contact-layout {
  display: grid; gap: 64px;
  padding-top: 72px; padding-bottom: 96px; align-items: start;
}
.about-layout { grid-template-columns: minmax(0,1.14fr) minmax(0,0.86fr); }
.contact-layout { grid-template-columns: minmax(0,0.85fr) minmax(0,1.15fr); }
.about-layout h1, .contact-layout h1 {
  font-size: 40px; line-height: 1.24; margin: 0 0 34px; max-width: 24ch;
}
.about-page {
  padding-top: 72px; padding-bottom: 96px;
}
.about-intro { margin-bottom: 42px; width: 100%; }
.about-intro .kicker { margin-bottom: 18px; }
.about-intro h1 {
  margin: 0; max-width: none; width: 100%;
  font-size: clamp(34px, 4.2vw, 48px); line-height: 1.22;
}
.about-video {
  margin: 52px 0 0; position: relative;
}
.about-video > .about-close-beam {
  margin: 0 auto 36px;
}
.about-video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a0b10;
  border: 1px solid rgba(201,164,100,0.22);
  box-shadow:
    0 0 0 1px rgba(233,233,237,0.04) inset,
    0 28px 80px rgba(0,0,0,0.45);
}
.about-video-shell::before {
  content: "";
  position: absolute; inset: auto 12% -18% 12%; height: 42%;
  background: radial-gradient(ellipse at center, rgba(201,164,100,0.18), transparent 70%);
  pointer-events: none; z-index: 0;
}
.about-video-shell iframe {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0; display: block; z-index: 1;
}
.about-copy p { margin: 0 0 18px; font-size: 15.5px; font-weight: 300; color: #9b9dab; line-height: 1.7; }
.about-copy--cols {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 48px;
  margin: 0;
}
.about-copy--cols > div > p:last-child { margin-bottom: 0; }
.about-close {
  margin-top: 64px; padding-top: 0; border-top: 0;
  width: 100%; text-align: center;
  font-family: Prata, Georgia, serif; font-size: clamp(22px, 2.6vw, 28px);
  line-height: 1.45; color: var(--gold); max-width: none;
}
.about-close p { margin: 0; }
.about-close-beam {
  position: relative;
  width: min(100%, 520px);
  height: 20px;
  margin: 0 auto 28px;
  overflow: hidden;
  pointer-events: none;
}
.about-close-beam::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 8%,
    rgba(201,164,100,0.12) 22%,
    rgba(232,180,110,0.5) 38%,
    rgba(255,236,200,0.92) 50%,
    rgba(232,180,110,0.5) 62%,
    rgba(201,164,100,0.12) 78%,
    transparent 92%,
    transparent 100%
  );
}
.about-close-beam::after {
  content: "";
  position: absolute; left: 50%; top: 50%;
  width: 48px; height: 6px;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse at center,
    rgba(255,245,220,0.65) 0%,
    rgba(232,170,90,0.18) 42%,
    transparent 70%
  );
}
.contact-list { display: grid; gap: 22px; }
.contact-item { padding-top: 18px; border-top: 1px solid var(--line); }
.contact-item .label {
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: #6f7280; margin-bottom: 10px;
}
.contact-item a {
  display: block; font-family: Prata, Georgia, serif; font-size: 21px; color: #f2f0ea;
}
.contact-item a + a { margin-top: 8px; }
.contact-socials {
  display: flex; align-items: center; gap: 12px; margin-top: 4px;
}
.contact-socials a {
  width: 42px; height: 42px; margin: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(233,233,237,0.12); color: #c3c4cf;
}
.contact-socials a + a { margin-top: 0; }
.contact-socials a:hover {
  border-color: rgba(201,164,100,0.55); color: var(--gold-soft);
}
.contact-socials a[aria-label="Facebook"] svg,
.header-meta a[aria-label="Facebook"] svg,
.site-footer a[aria-label="Facebook"] svg {
  transform: translateY(-1px);
}
.form-panel {
  position: relative;
  border: 1px solid rgba(233,233,237,0.09); background: var(--panel); padding: 38px;
}
.form-panel h3 { font-size: 24px; margin: 0 0 20px; }
.form-panel label { display: grid; gap: 8px; margin-bottom: 20px; }
.form-panel label span {
  font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: #6f7280;
}
.form-panel input, .form-panel textarea {
  width: 100%; background: transparent; border: 0; border-bottom: 1px solid rgba(233,233,237,0.14);
  padding: 8px 0; font-size: 15px;
}
.form-panel textarea { border: 1px solid rgba(233,233,237,0.14); padding: 12px; resize: vertical; }
.form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; }
.form-panel .hp {
  position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;
}
.recaptcha-wrap { margin: 8px 0 22px; }
.form-error {
  color: #e8a0a0; font-size: 13px; font-weight: 400; margin: 0 0 16px; line-height: 1.45;
}
.form-panel button[disabled] { opacity: 0.55; pointer-events: none; }
.site-footer {
  border-top: 1px solid var(--line); background: #0c0d14; margin-top: 40px;
}
.footer-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 34px;
  padding-top: 52px; padding-bottom: 34px;
}
.footer-grid a, .footer-grid button {
  background: none; border: 0; padding: 0; cursor: pointer; text-align: left;
  color: #9b9dab; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase;
}
.footer-grid a:hover { color: var(--gold-soft); }
.footer-brand img { height: 36px; width: auto; margin-bottom: 16px; display: block; }
.footer-brand p { color: #6f7280; font-size: 12.5px; font-weight: 300; max-width: 30ch; margin: 0; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
  padding-bottom: 40px; font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #55586a;
}
.age-gate, .age-denied {
  position: fixed; inset: 0; z-index: 90; display: none;
  align-items: center; justify-content: center; padding: 24px;
}
.age-gate { background: rgba(9,10,15,0.96); }
.age-denied { background: #0f1018; z-index: 95; }
.age-gate.is-open, .age-denied.is-open { display: flex; }
.age-card {
  max-width: 460px; width: 100%; border: 1px solid rgba(201,164,100,0.28);
  background: linear-gradient(#161723, #111219); padding: 46px 44px 40px; text-align: center;
}
.age-card img { height: 46px; width: auto; margin: 0 auto 30px; }
.age-card h3 { font-size: 27px; line-height: 1.25; margin: 0 0 14px; }
.age-card p { color: #8b8d9c; margin: 0 auto 30px; max-width: 34ch; font-size: 14px; }
.age-actions { display: flex; gap: 12px; }
.age-actions .btn { flex: 1; }
.age-warn { margin-top: 26px; font-size: 10.5px; letter-spacing: 0.06em; color: #5b5e6e; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
@media (max-width: 900px) {
  .wrap { padding-left: 20px; padding-right: 20px; } /* keep side gutters */
  .header-bar { grid-template-columns: auto minmax(0,1fr); gap: 10px; }
  .header-nav { grid-column: 1 / -1; justify-content: center; margin-top: 6px; gap: 18px; }
  .header-meta { justify-self: end; }
  .header-logo img { height: 36px; }
  .hero, .history-grid, .product-layout, .about-layout, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .product-photo { position: static; }
  h1, .hero h1, .page-hero h1, .product-copy h1, .about-layout h1, .about-page h1 { font-size: 33px !important; line-height: 1.22; }
  h2, .section-head h2 { font-size: 25px !important; }
  .grid-divin, .grid-vodka { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-copy--cols { grid-template-columns: 1fr; gap: 0; }
  .about-video { margin-bottom: 36px; }
}
@media (max-width: 640px) {
  .stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .stat { border-left: 0 !important; border-top: 1px solid var(--line); }
  .header-nav { gap: 13px; }
  .header-nav a { font-size: 10px; letter-spacing: 0.12em; }
}
@media (max-width: 560px) {
  .grid-divin, .grid-vodka { grid-template-columns: 1fr; }
}
