/* Responsive layer */
@media (max-width: 980px) {
  :root { --gutter: clamp(20px, 5vw, 44px); }
  .site-header { height:78px; }
  .brand-lockup { width:120px; }
  .theme-toggle { display:none; }

  .hero-grid { grid-template-columns:1fr; padding-top:105px; }
  .hero-copy { align-self:start; padding-top:7vh; }
  .hero-product { position:absolute; inset:17% -10% 4% 32%; height:auto; opacity:.92; }
  .product-image { width:min(58vw,440px); }
  .hero-copy { max-width:680px; }
  .hero-title { font-size:clamp(70px,15vw,150px); }
  .hero-meta { bottom:16px; }

  .statement-grid,.heritage-grid,.contact-grid { grid-template-columns:1fr; gap:55px; }
  .statement-copy { padding-top:0; }
  .heritage { min-height:760px; }
  .heritage-index { order:2; }
  .heritage-copy { order:1; }
  .heritage-mark { width:min(90vw,700px); }

  .vodka-stage { min-height:680px; }
  .vodka-image { width:min(52vw,420px); }
  .vodka-orbit { width:min(78vw,650px); }
  .vodka-spec { width:150px; }

  .product-list { grid-template-columns:1fr 1fr; }
  .product-card-media { height:330px; }

  .journal-grid { grid-template-columns:1fr 1fr; }
  .journal-card--large { grid-column:1/-1; min-height:560px; }

  .footer-top { grid-template-columns:1.2fr 1fr 1fr; }
  .footer-socials { grid-column:2/-1; }
}

@media (max-width: 640px) {
  body { font-size:14px; }
  .site-header { padding-top:14px; }
  .brand-lockup { width:105px; }

  .menu-panel { padding-top:100px; }
  .menu-grid a { font-size:39px; padding:13px 0; }
  .menu-footer { display:grid; gap:8px; }

  .hero-grid { min-height:100svh; padding-top:90px; }
  .hero-copy { padding-top:5vh; }
  .hero-title { font-size:clamp(64px,18vw,110px); line-height:.82; }
  .hero-title span:last-child { padding-left:18px; }
  .hero-subtitle { font-size:24px; letter-spacing:.24em; }
  .hero-description { font-size:12px; margin:17px 0 22px; }
  .hero-actions { gap:8px; }
  .button { min-width:155px; padding:14px 14px; gap:18px; font-size:8px; }
  .hero-product { inset:34% -13% 8% 35%; opacity:.8; }
  .product-image { width:min(67vw,390px); }
  .product-caption { display:none; }
  .hero-meta { grid-template-columns:1fr 1fr; }
  .hero-meta span:first-child { display:none; }
  .hero-meta span:last-child { text-align:right; }
  .scroll-cue { justify-content:flex-start; }

  .statement,.journal,.contact,.vodka,.products { padding-block:90px; }
  .display-heading { font-size:clamp(43px,12.5vw,70px); }
  .statement-grid { gap:42px; }

  .heritage { min-height:690px; }
  .heritage-mark { width:120vw; }
  .heritage-mark strong { font-size:29vw; }
  .heritage-copy p:not(.eyebrow) { margin-top:28px; }

  .section-head { align-items:start; }
  .section-note { font-size:8px; }
  .vodka-stage { min-height:610px; margin-top:25px; }
  .vodka-image { width:65vw; }
  .vodka-orbit { width:100vw; }
  .vodka-spec { width:112px; }
  .vodka-spec--left { left:0; top:54%; }
  .vodka-spec--right { right:0; bottom:14%; }
  .vodka-spec p { font-size:10px; }

  .products-intro { grid-template-columns:1fr; gap:18px; margin-bottom:40px; }
  .products-intro > .eyebrow { grid-column:auto; }
  .products-intro .text-link { justify-self:start; }
  .product-list { grid-template-columns:1fr; }
  .product-card-media { height:380px; }

  .journal-grid { grid-template-columns:1fr; }
  .journal-card,.journal-card--large { min-height:480px; grid-column:auto; }

  .contact-details { grid-template-columns:1fr; gap:38px; padding-top:0; }
  .footer-top { grid-template-columns:1fr 1fr; gap:45px 25px; padding-bottom:55px; }
  .footer-brand { grid-column:1/-1; }
  .footer-socials { grid-column:auto; }
  .footer-bottom { grid-template-columns:1fr; gap:13px; }
  .footer-bottom > span:nth-child(2) { text-align:left; }
  .footer-bottom div { justify-content:flex-start; }

  .cursor-glow { 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;
  }
}
