:root {
  --burgundy: #6e1c28;
  --burgundy-deep: #3f1018;
  --ink: #16110f;
  --ink-soft: #3a312c;
  --cream: #f6f0e6;
  --paper: #fbf7f1;
  --line: rgba(22, 17, 15, 0.12);
  --gold: #c4a35a;
  --gold-light: #e8d5a3;
  --oak: #8b5a2b;
  --white: #fffdf9;
  --danger: #8b1e2d;
  --shadow: 0 24px 60px rgba(22, 17, 15, 0.18);
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Outfit", "Helvetica Neue", sans-serif;
  --header-h: 92px;
  --radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

html.reduce-motion,
html.reduce-motion * {
  animation: none !important;
  transition: none !important;
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.is-gated {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}

p {
  margin: 0;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: var(--gold);
  color: var(--ink);
  padding: 8px 12px;
  z-index: 100;
}

.skip:focus {
  top: 12px;
}

/* Promo */
.promo {
  background: var(--burgundy-deep);
  color: var(--gold-light);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 16px;
}

.promo b {
  color: var(--white);
  font-weight: 500;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(22, 17, 15, 0.72);
  color: var(--cream);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232, 213, 163, 0.12);
  transition: background 0.3s, box-shadow 0.3s;
}

.site-header.is-scrolled {
  background: rgba(22, 17, 15, 0.94);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.header-row {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(196, 163, 90, 0.45);
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-name strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--white);
}

.brand-name span {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.nav-main {
  display: flex;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.nav-main a {
  padding: 8px 12px;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 240, 230, 0.86);
  border-radius: 999px;
}

.nav-main a:hover,
.nav-main a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-btn,
.lang-select {
  background: transparent;
  color: var(--cream);
  border: 1px solid rgba(246, 240, 230, 0.18);
  border-radius: 999px;
  height: 40px;
  padding: 0 14px;
  cursor: pointer;
}

.icon-btn {
  width: 40px;
  display: grid;
  place-items: center;
  padding: 0;
}

.icon-btn:hover,
.lang-select:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.lang-select {
  appearance: none;
  padding-right: 28px;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%),
    linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 14px) 17px, calc(100% - 9px) 17px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.menu-toggle {
  display: none;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--gold);
  color: var(--ink);
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.cart-wrap {
  position: relative;
}

/* Cover */
.cover {
  position: relative;
  min-height: calc(100vh - 40px);
  color: var(--cream);
  overflow: hidden;
  isolation: isolate;
}

.cover-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

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

.hero-slide.is-on .cover-photo {
  transform: scale(1.08);
  animation: ken 22s ease-in-out infinite alternate;
}

@keyframes ken {
  from {
    transform: scale(1.08) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.16) translate3d(-1.5%, -1%, 0);
  }
}

.cover-grain,
.cover-vignette {
  position: absolute;
  inset: 0;
}

.cover-vignette {
  background:
    linear-gradient(90deg, rgba(14, 8, 7, 0.82) 0%, rgba(14, 8, 7, 0.42) 46%, rgba(14, 8, 7, 0.2) 100%),
    linear-gradient(180deg, rgba(14, 8, 7, 0.28) 0%, rgba(14, 8, 7, 0.12) 40%, rgba(14, 8, 7, 0.72) 100%);
}

.cover-grain {
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
}

.cover-frame {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(232, 213, 163, 0.28);
  pointer-events: none;
  z-index: 2;
}

.cover-frame::before,
.cover-frame::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
}

.cover-frame::before {
  top: -1px;
  left: -1px;
  border-right: 0;
  border-bottom: 0;
}

.cover-frame::after {
  right: -1px;
  bottom: -1px;
  border-left: 0;
  border-top: 0;
}

.cover-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 72px 32px 180px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: end;
  min-height: calc(100vh - 160px);
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 18px;
}

.gold-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(196, 163, 90, 0.18);
}

.cover h1 {
  font-size: clamp(48px, 7.2vw, 104px);
  color: var(--white);
  font-weight: 600;
  max-width: 9ch;
  line-height: 0.98;
  padding-bottom: 0.08em;
  overflow: visible;
}

.cover h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--gold-light);
}

.lede {
  max-width: 46ch;
  font-size: 18px;
  color: rgba(246, 240, 230, 0.86);
  margin: 22px 0 28px;
  font-weight: 300;
}

.cover-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-gold {
  background: linear-gradient(180deg, #e8d5a3, #c4a35a);
  color: #2a1a10;
  font-weight: 600;
}

.btn-gold:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(196, 163, 90, 0.28);
}

.btn-ghost {
  border-color: rgba(232, 213, 163, 0.45);
  color: var(--gold-light);
  background: rgba(22, 17, 15, 0.25);
}

.btn-ghost:hover {
  background: rgba(196, 163, 90, 0.12);
}

.btn-solid {
  background: var(--burgundy);
  color: var(--white);
}

.btn-solid:hover {
  background: var(--burgundy-deep);
}

.cover-stats {
  display: flex;
  gap: 28px;
  list-style: none;
  padding: 28px 0 0;
  margin: 28px 0 0;
  border-top: 1px solid rgba(232, 213, 163, 0.2);
}

.cover-stats strong {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
  color: var(--white);
}

.cover-stats span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 240, 230, 0.62);
}

.cover-featured {
  justify-self: end;
  width: min(360px, 100%);
}

.cover-featured figure {
  margin: 0;
  background: linear-gradient(180deg, rgba(255, 253, 249, 0.08), rgba(14, 8, 7, 0.55));
  border: 1px solid rgba(232, 213, 163, 0.28);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

.cover-featured img {
  height: 390px;
  width: 100%;
  object-fit: contain;
  background: #f7f1e8;
  padding: 18px 18px 0;
}

.cover-featured figcaption {
  padding: 18px 20px 22px;
}

.kicker {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.cover-featured strong {
  display: block;
  font-family: var(--serif);
  font-size: 28px;
}

.cover-featured em {
  display: block;
  font-style: normal;
  color: rgba(246, 240, 230, 0.7);
  font-size: 13px;
  margin: 4px 0 10px;
}

.cover-featured b {
  color: var(--gold-light);
  font-size: 20px;
}

.cover-campaigns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(232, 213, 163, 0.18);
  border-top: 1px solid rgba(232, 213, 163, 0.18);
}

.camp.is-on {
  outline: 1px solid var(--gold);
  outline-offset: -1px;
}

.hero-track {
  position: relative;
}

.hero-slide {
  display: none;
  position: relative;
  min-height: calc(100vh - 160px);
}

.hero-slide.is-on {
  display: block;
}

.hero-slide .cover-media {
  z-index: 0;
}

.hero-arrow {
  position: absolute;
  top: 46%;
  z-index: 6;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(232, 213, 163, 0.4);
  background: rgba(14, 8, 7, 0.45);
  color: var(--gold-light);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
}

.hero-arrow.prev {
  left: 22px;
}

.hero-arrow.next {
  right: 22px;
}

.hero-arrow:hover {
  background: rgba(196, 163, 90, 0.25);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 128px;
  transform: translateX(-50%);
  z-index: 6;
  display: flex;
  gap: 8px;
}

.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: rgba(246, 240, 230, 0.35);
  cursor: pointer;
}

.hero-dots button.is-on {
  background: var(--gold);
  width: 28px;
  border-radius: 999px;
}

.camp {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  background: rgba(18, 11, 10, 0.78);
  padding: 14px 18px;
  min-height: 108px;
  backdrop-filter: blur(10px);
}

.camp img {
  width: 112px;
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.camp small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-size: 10px;
}

.camp strong {
  display: block;
  font-family: var(--serif);
  font-size: 22px;
  margin: 4px 0 2px;
}

.camp span {
  font-size: 13px;
  color: rgba(246, 240, 230, 0.7);
}

/* Layout */
.wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 88px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.section-head h2 {
  font-size: clamp(36px, 5vw, 56px);
}

.section-head p {
  max-width: 42ch;
  color: var(--ink-soft);
}

.eyebrow-dark {
  color: var(--burgundy);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
}

/* Categories */
.cats {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 240px 240px;
  gap: 16px;
}

.cat {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--white);
}

.cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.cat:hover img {
  transform: scale(1.06);
}

.cat-whisky {
  grid-row: 1 / span 2;
}

.cat::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(14, 8, 7, 0.78));
}

.cat figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
}

.cat h3 {
  font-size: 34px;
}

.cat span {
  opacity: 0.8;
  font-size: 13px;
}

/* Products */
.grid-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.product.is-hot,
.product:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-media {
  background: #ffffff;
  position: relative;
  height: 320px;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px 18px 8px;
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--burgundy);
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

.badge-gold {
  background: var(--gold);
  color: var(--ink);
}

.product-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.product-body small {
  color: var(--oak);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 10px;
}

.product-body h3 {
  font-size: 24px;
}

.stars {
  margin: 0;
  color: #8a6a28;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.stars span {
  color: var(--muted, #6b5e55);
  letter-spacing: 0.02em;
  margin-left: 0.4rem;
  font-size: 11px;
  text-transform: none;
}

.notes {
  color: var(--ink-soft);
  font-size: 14px;
  flex: 1;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.price {
  font-family: var(--serif);
  font-size: 26px;
}

/* Editorial */
.editorial {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.editorial-media {
  position: relative;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.editorial-copy {
  background: var(--ink);
  color: var(--cream);
  border-radius: 28px;
  padding: 48px 42px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorial-copy h2 {
  font-size: clamp(36px, 4vw, 52px);
  margin: 8px 0 16px;
}

.editorial-copy p {
  color: rgba(246, 240, 230, 0.78);
  margin-bottom: 16px;
}

.years {
  display: flex;
  gap: 10px;
  margin: 10px 0 24px;
}

.years span {
  border: 1px solid rgba(196, 163, 90, 0.4);
  color: var(--gold-light);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.split article {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  color: var(--white);
}

.split img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.split .copy {
  position: relative;
  z-index: 1;
  padding: 40px;
  background: linear-gradient(180deg, rgba(14, 8, 7, 0.05), rgba(14, 8, 7, 0.78));
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.split h3 {
  font-size: 40px;
  margin: 8px 0 12px;
}

/* Trust */
.trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.trust article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 24px;
}

.trust h3 {
  font-size: 24px;
  margin: 10px 0 8px;
}

.trust p {
  color: var(--ink-soft);
  font-size: 14px;
}

.mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--burgundy);
  font-family: var(--serif);
  font-size: 20px;
}

/* Journal */
.journal {
  background: var(--ink);
  color: var(--cream);
}

.journal .section-head p {
  color: rgba(246, 240, 230, 0.7);
}

.journal-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
}

.journal-card {
  position: relative;
  min-height: 280px;
  border-radius: 22px;
  overflow: hidden;
}

.journal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.journal-card div {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 28px;
  background: linear-gradient(180deg, transparent, rgba(14, 8, 7, 0.82));
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.signup {
  background: #241816;
  border: 1px solid rgba(232, 213, 163, 0.16);
  border-radius: 22px;
  padding: 28px;
}

.signup h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.signup p {
  color: rgba(246, 240, 230, 0.7);
  margin-bottom: 18px;
}

.signup form {
  display: flex;
  gap: 8px;
}

.signup input {
  flex: 1;
  border: 1px solid rgba(232, 213, 163, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  border-radius: 999px;
  padding: 0 16px;
  min-height: 46px;
}

.note {
  margin-top: 12px;
  color: var(--gold-light);
  font-size: 14px;
}

/* Footer */
.site-footer {
  background: #100c0b;
  color: rgba(246, 240, 230, 0.72);
  padding: 56px 0 28px;
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}

.site-footer h4 {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 14px;
}

.site-footer a {
  display: block;
  padding: 4px 0;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.legal {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}

/* Age gate */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 80;
  background:
    linear-gradient(180deg, rgba(14, 8, 7, 0.72), rgba(14, 8, 7, 0.88)),
    url("./assets/hero-casks.jpg") center/cover;
  display: grid;
  place-items: center;
  padding: 24px;
}

.age-card {
  width: min(480px, 100%);
  background: rgba(22, 17, 15, 0.88);
  color: var(--cream);
  border: 1px solid rgba(232, 213, 163, 0.28);
  border-radius: 28px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: var(--shadow);
}

.age-card img {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  border-radius: 50%;
}

.age-card h2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.age-card p {
  color: rgba(246, 240, 230, 0.75);
  margin-bottom: 22px;
}

.age-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.leave-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--serif);
  font-size: 28px;
  padding: 24px;
  text-align: center;
}

/* Search */
.search-panel {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(14, 8, 7, 0.72);
  display: grid;
  place-items: start center;
  padding-top: 12vh;
}

.search-panel[hidden],
.age-gate[hidden],
.drawer[hidden],
.basket[hidden] {
  display: none !important;
}

.search-box {
  width: min(640px, calc(100% - 32px));
  background: var(--paper);
  border-radius: 20px;
  padding: 18px;
}

.search-box input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  min-height: 48px;
  padding: 0 14px;
  background: var(--white);
}

.suggest {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.suggest a {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
}

/* Drawer */
.drawer {
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: #120e0c;
  color: var(--cream);
  z-index: 35;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.drawer a {
  font-family: var(--serif);
  font-size: 32px;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

/* RTL */
[dir="rtl"] .nav-main,
[dir="rtl"] .cover-actions,
[dir="rtl"] .header-row,
[dir="rtl"] .cover-stats,
[dir="rtl"] .price-row,
[dir="rtl"] .legal {
  direction: rtl;
}

[dir="rtl"] .cover-featured {
  justify-self: start;
}

/* Responsive */
@media (max-width: 1100px) {
  .nav-main {
    display: none;
  }
  .cat-bar {
    display: none;
  }
  .menu-toggle {
    display: grid;
  }
  .cover-inner,
  .editorial,
  .journal-grid,
  .split,
  .cats,
  .grid-products,
  .trust,
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cat-whisky {
    grid-row: auto;
    min-height: 240px;
  }
  .cats {
    grid-template-rows: auto;
  }
  .grid-products,
  .trust {
    grid-template-columns: 1fr 1fr;
  }
  .cover-campaigns {
    position: relative;
    grid-template-columns: 1fr;
  }
  .cover {
    min-height: auto;
  }
  .cover-inner {
    grid-template-columns: 1fr;
    padding-bottom: 32px;
    min-height: auto;
  }
  .cover-featured {
    justify-self: start;
    width: min(420px, 100%);
  }
  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }
  .reviews {
    grid-template-columns: 1fr 1fr;
  }
  .head-search {
    max-width: 240px;
  }
}

@media (max-width: 720px) {
  .header-row {
    padding: 12px 16px;
  }
  .brand-name strong {
    font-size: 18px;
  }
  .brand-name span {
    display: none;
  }
  .lang-select {
    max-width: 92px;
    padding: 0 22px 0 10px;
    font-size: 12px;
  }
  .cover h1 {
    font-size: 46px;
    line-height: 1.02;
  }
  .hero-arrow {
    width: 40px;
    height: 40px;
    top: 28%;
  }
  .hero-arrow.prev {
    left: 10px;
  }
  .hero-arrow.next {
    right: 10px;
  }
  .hero-dots {
    bottom: auto;
    top: 18px;
  }
  .cover-frame {
    inset: 10px;
  }
  .cover-stats {
    flex-direction: column;
    gap: 12px;
  }
  .section {
    padding: 56px 0;
  }
  .cats,
  .grid-products,
  .editorial,
  .split,
  .trust,
  .journal-grid,
  .foot-grid,
  .cover-inner {
    grid-template-columns: 1fr;
  }
  .editorial-media,
  .split article {
    min-height: 280px;
  }
  .signup form,
  .age-actions,
  .legal {
    flex-direction: column;
  }
  .camp {
    grid-template-columns: 88px 1fr;
  }
  .head-search,
  .account-link,
  .cat-bar,
  .util span:nth-child(2),
  .util span:nth-child(3) {
    display: none;
  }
  .site-header .icon-btn[data-search-open] {
    display: grid;
  }
  .reviews {
    grid-template-columns: 1fr;
  }
}

.util {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 18px;
  background: #2a1614;
  color: rgba(246, 240, 230, 0.72);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 24px;
}
.util strong {
  color: var(--gold-light);
  font-weight: 500;
}
.head-search {
  flex: 1;
  max-width: 440px;
}
.head-search input {
  width: 100%;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(246, 240, 230, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cream);
  padding: 0 16px;
}
.head-search input::placeholder {
  color: rgba(246, 240, 230, 0.45);
}
.account-link {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 10px;
}
.cat-bar {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 0 16px 10px;
  border-top: 1px solid rgba(232, 213, 163, 0.08);
  overflow-x: auto;
}
.cat-bar a {
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(246, 240, 230, 0.8);
  border-radius: 999px;
}
.cat-bar a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
}
.site-header .icon-btn[data-search-open] {
  display: none;
}
.spec {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--oak);
}
.region-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 13px;
}
.chip.is-on {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}
.search-empty {
  margin-bottom: 16px;
  color: var(--burgundy);
}
.price-note {
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted, #6b5e55);
  letter-spacing: 0.02em;
}
.reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.reviews blockquote {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 24px;
}
.reviews p {
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 16px;
}
.reviews cite {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--oak);
}
.basket {
  position: fixed;
  inset: 0;
  z-index: 75;
  background: rgba(14, 8, 7, 0.55);
}
.basket-card {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100%;
  background: var(--paper);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow);
  overflow: auto;
}
.basket-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basket-card h3 {
  font-size: 32px;
}
.basket-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.basket-item button {
  background: none;
  border: 0;
  color: var(--burgundy);
  cursor: pointer;
}
.basket-foot {
  margin-top: auto;
}
.basket-foot p {
  margin-bottom: 10px;
}
.product.is-hidden {
  display: none;
}
.pay-line {
  max-width: 52ch;
}
.toast {
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ink);
  color: var(--gold-light);
  padding: 10px 16px;
  border-radius: 999px;
  z-index: 90;
  font-size: 13px;
}
@media (max-width: 1100px) {
  .reviews {
    grid-template-columns: 1fr 1fr;
  }
}



html:not(.is-i18n-ready) body {
  opacity: 0;
}
html.is-i18n-ready body {
  opacity: 1;
}
