:root {
  --ink: #17120f;
  --paper: #fbf7ef;
  --paper-soft: #f4eadc;
  --wine: #641b2a;
  --wine-dark: #351018;
  --gold: #c99a4a;
  --olive: #56613b;
  --tea: #12362e;
  --tea-light: #d9e4cf;
  --charcoal: #231f1c;
  --muted: #70655c;
  --line: rgba(35, 31, 28, 0.14);
  --shadow: 0 22px 60px rgba(23, 18, 15, 0.18);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open main,
body.nav-open .site-footer {
  opacity: 0;
  pointer-events: none;
}

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

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

.skip-link {
  background: var(--gold);
  color: var(--ink);
  left: 1rem;
  padding: 0.6rem 0.9rem;
  position: fixed;
  top: 1rem;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
  z-index: 100;
}

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

.site-header {
  background: linear-gradient(180deg, rgba(11, 8, 7, 0.58), rgba(11, 8, 7, 0));
  border-bottom: 1px solid rgba(255, 247, 232, 0.12);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  z-index: 200;
  backdrop-filter: blur(12px);
}

.site-header.is-scrolled,
.nav-open .site-header {
  background: rgba(251, 247, 239, 0.94);
  border-bottom-color: var(--line);
  box-shadow: 0 12px 38px rgba(23, 18, 15, 0.12);
  backdrop-filter: blur(18px);
}

.site-header::after {
  background: linear-gradient(90deg, transparent, rgba(201, 154, 74, 0.72), transparent);
  bottom: -1px;
  content: "";
  height: 1px;
  left: 12%;
  position: absolute;
  right: 12%;
}

body[data-page="accueil"] {
  background: var(--paper);
}

.nav-wrap {
  align-items: center;
  display: flex;
  gap: 0.95rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 82px;
  padding: 0 1.25rem;
}

.brand {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  min-width: 210px;
}

.brand img {
  height: 46px;
  object-fit: contain;
  width: 168px;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 0.08rem;
}

.site-nav a {
  border-radius: 4px;
  color: rgba(255, 249, 239, 0.92);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  padding: 0.72rem 0.58rem;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(255, 247, 232, 0.16);
  color: #fffaf0;
}

.site-header.is-scrolled .site-nav a,
.nav-open .site-nav a {
  color: var(--charcoal);
}

.site-header.is-scrolled .site-nav a:hover,
.site-header.is-scrolled .site-nav a[aria-current="page"] {
  background: var(--wine);
  color: #fffaf0;
}

.header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.55rem;
}

.header-cta,
.header-tea-cta {
  align-items: center;
  border: 1px solid rgba(255, 247, 232, 0.72);
  border-radius: 4px;
  color: #fff7e8;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  justify-content: center;
  min-height: 43px;
  padding: 0.72rem 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-cta:hover,
.header-tea-cta:hover {
  background: rgba(255, 247, 232, 0.16);
  color: #fff;
}

.header-tea-cta {
  background: linear-gradient(135deg, var(--tea), #1b4b3d);
  border-color: rgba(217, 228, 207, 0.72);
  box-shadow: 0 12px 30px rgba(18, 54, 46, 0.28);
  color: #f3f0df;
}

.header-tea-cta:hover {
  background: linear-gradient(135deg, #1b4b3d, #12362e);
  border-color: var(--tea-light);
}

.site-header.is-scrolled .header-cta {
  border-color: var(--wine);
  color: var(--wine);
}

.site-header.is-scrolled .header-cta:hover {
  background: var(--wine);
  color: #fff;
}

.site-header.is-scrolled .header-tea-cta {
  border-color: var(--tea);
  color: #fff8e8;
}

.nav-toggle {
  align-items: center;
  background: var(--wine);
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 21px;
}

.nav-toggle {
  position: relative;
}

.nav-toggle::before {
  transform: translateY(-7px);
}

.nav-toggle::after {
  transform: translateY(7px);
}

.nav-open .nav-toggle span {
  opacity: 0;
}

.nav-open .nav-toggle::before {
  transform: rotate(45deg);
}

.nav-open .nav-toggle::after {
  transform: rotate(-45deg);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

.hero {
  background:
    linear-gradient(90deg, rgba(6, 5, 4, 0.66), rgba(42, 20, 14, 0.28), rgba(6, 5, 4, 0.38)),
    var(--hero-image);
  background-position: center, 50% 50%;
  background-size: auto, 108%;
  color: #fff9ef;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  position: relative;
  animation: heroPhotoMove 8s ease-in-out infinite alternate;
}

.hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 0;
  padding: calc(82px + clamp(2.8rem, 5vw, 4.6rem)) 1.25rem clamp(2.8rem, 5vw, 4.6rem);
  text-align: center;
}

.hero-copy {
  justify-self: center;
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--gold);
  display: block;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 9vw, 8.8rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.92;
  margin-bottom: 0.75rem;
}

.hero p,
.page-hero p {
  color: rgba(255, 249, 239, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.9rem);
  line-height: 1.08;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 2.2rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.05rem;
}

.button.primary {
  background: #fff7ea;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
  color: var(--wine-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.button.dark {
  background: var(--wine);
  color: #fff;
}

.button.outline {
  border-color: var(--line);
  color: var(--wine-dark);
}

.home-highlights {
  background:
    linear-gradient(180deg, rgba(251, 247, 239, 0.96), rgba(244, 234, 220, 0.96)),
    url("../images/hero-cave.jpg");
  background-position: center;
  background-size: cover;
  padding: 3.2rem 1.25rem;
}

.home-highlights-inner {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
}

.home-highlights article {
  background: rgba(255, 250, 242, 0.9);
  border: 1px solid rgba(100, 27, 42, 0.13);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(35, 31, 28, 0.1);
  min-height: 100%;
  overflow: hidden;
  padding: clamp(1.35rem, 3vw, 2rem);
  position: relative;
}

.home-highlights article::before {
  background: var(--gold);
  content: "";
  height: 3px;
  left: 2rem;
  position: absolute;
  top: 0;
  width: 58px;
}

.home-highlights figure {
  background: #1b1411;
  border-radius: 8px;
  height: 220px;
  margin: -0.35rem -0.35rem 1.2rem;
  overflow: hidden;
  position: relative;
}

.home-highlights figure::after {
  background: linear-gradient(180deg, rgba(15, 10, 8, 0), rgba(15, 10, 8, 0.22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.home-highlights figure img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.85s ease, filter 0.85s ease;
  width: 100%;
}

.home-highlights article:hover figure img {
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.055);
}

.home-highlights span {
  color: var(--wine);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 6vw, 5.6rem);
  line-height: 0.9;
}

.home-highlights h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.62rem;
  font-weight: 500;
  line-height: 1.12;
  margin: 0.85rem 0;
}

.home-highlights p {
  color: var(--muted);
}

.home-highlights a {
  color: var(--wine);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 0.8rem;
  text-transform: uppercase;
}

.section {
  background: var(--paper);
  padding: 5.2rem 1.25rem;
}

.section.alt {
  background: var(--paper-soft);
}

.section.dark {
  background: var(--wine-dark);
  color: #fff9ef;
}

.container {
  margin: 0 auto;
  max-width: var(--max);
}

.section-head {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.55fr);
  margin-bottom: 2rem;
}

.section-head h2,
.content h2,
.split h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 500;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.section-head p,
.lead {
  color: var(--muted);
  font-size: 1.05rem;
}

.dark .section-head p,
.dark .lead {
  color: rgba(255, 249, 239, 0.74);
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature,
.product,
.info-card,
.legal-card {
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.feature {
  min-height: 100%;
  padding: 1.4rem;
}

.feature span,
.stat span,
.product .tag {
  color: var(--gold);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.feature h3,
.product h3,
.info-card h3,
.legal-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
}

.feature p,
.product p,
.info-card p,
.legal-card p,
.legal-card li {
  color: var(--muted);
}

.seo-faq {
  background:
    radial-gradient(circle at 10% 20%, rgba(201, 151, 67, 0.1), transparent 28%),
    linear-gradient(180deg, #fffaf2, #efe2d1);
}

.faq-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.faq-grid article {
  background: rgba(255, 250, 242, 0.82);
  border: 1px solid rgba(40, 29, 24, 0.1);
  border-radius: 8px;
  padding: 1.2rem;
}

.faq-grid h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.18;
  margin-bottom: 0.7rem;
}

.faq-grid p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.media-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.2fr 0.8fr;
}

.media-grid img {
  border-radius: 8px;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  width: 100%;
}

.split {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
}

.split.reverse {
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
}

.split img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: min(560px, 70vh);
  object-fit: cover;
  width: 100%;
}

.ticks {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
}

.ticks li {
  border-top: 1px solid var(--line);
  padding-top: 0.7rem;
}

.product {
  display: flex;
  flex-direction: column;
}

.product figure {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #fff, #efe1cf);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1.1rem;
}

.product figure img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.product .product-body {
  padding: 1.25rem;
}

.source-intro {
  background: var(--paper);
  padding: 4.4rem 1.25rem 2.2rem;
}

.source-intro .container {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  align-items: center;
}

.source-intro img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.catalog-section {
  background: var(--paper-soft);
  padding: 4rem 1.25rem;
}

.catalog-section.dark-catalog {
  background: #15100e;
  color: #fff7ea;
}

.catalog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.catalog-card {
  background: rgba(255, 250, 242, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem;
}

.catalog-grid > .catalog-card:only-child {
  grid-column: 1 / -1;
}

.dark-catalog .catalog-card {
  background: rgba(255, 247, 232, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.catalog-card h3 {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 0.5rem;
}

.dark-catalog .catalog-card h3 {
  color: #f4dcae;
}

.catalog-card h4 {
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  margin: 1rem 0 0.35rem;
  text-transform: uppercase;
}

.dark-catalog .catalog-card h4 {
  color: rgba(255, 247, 232, 0.9);
}

.catalog-card ul {
  color: var(--muted);
  display: grid;
  gap: 0.24rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dark-catalog .catalog-card ul,
.dark-catalog .catalog-card p {
  color: rgba(255, 247, 232, 0.74);
}

.catalog-card li {
  border-top: 1px solid rgba(35, 31, 28, 0.08);
  padding-top: 0.24rem;
}

.dark-catalog .catalog-card li {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.source-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.source-gallery figure {
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
}

.source-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.source-gallery figcaption {
  color: var(--muted);
  font-size: 0.86rem;
  padding: 0.8rem;
}

.gin-gallery figure {
  background:
    radial-gradient(circle at 50% 18%, rgba(201, 151, 67, 0.18), transparent 34%),
    linear-gradient(145deg, #211714, #110b09);
  border-color: rgba(201, 151, 67, 0.2);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.gin-gallery img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.gin-gallery figcaption {
  background: rgba(255, 247, 232, 0.04);
  border-top: 1px solid rgba(201, 151, 67, 0.16);
  color: rgba(255, 247, 232, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

@media (max-width: 760px) {
  .gin-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gin-gallery > * {
    flex: initial;
  }

  .gin-gallery img {
    padding: 0.9rem;
  }

  .gin-gallery figcaption {
    font-size: 0.92rem;
    min-height: 3.2rem;
  }
}

.bottle-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.bottle-card {
  background: rgba(255, 250, 242, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
}

.dark-catalog .bottle-card {
  background: rgba(255, 247, 232, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
}

.bottle-card img {
  height: 270px;
  margin: 0 auto 0.8rem;
  object-fit: contain;
  width: 100%;
}

.bottle-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.bottle-card p {
  color: var(--muted);
  font-size: 0.92rem;
  margin: 0.45rem 0 0;
}

.dark-catalog .bottle-card h3 {
  color: #f4dcae;
}

.dark-catalog .bottle-card p {
  color: rgba(255, 247, 232, 0.72);
}

.bestof-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bestof-card {
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  overflow: hidden;
}

.bestof-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
}

.bestof-card-product img {
  background: linear-gradient(135deg, #201713, #342018);
  object-fit: contain;
  padding: 1rem;
}

.bestof-card div {
  padding: 1.2rem;
}

.bestof-card h3 {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.bestof-card p {
  color: var(--muted);
}

.stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  border-left: 1px solid var(--line);
  padding-left: 1rem;
}

.stat strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 500;
  line-height: 1;
}

.cta-band {
  background: var(--charcoal);
  color: #fff9ef;
  padding: 3rem 1.25rem;
}

.cta-inner {
  align-items: center;
  display: flex;
  gap: 1.4rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
}

.cta-inner h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

.page-hero {
  background:
    radial-gradient(circle at 80% 48%, rgba(201, 154, 74, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(16, 12, 10, 0.92), rgba(53, 16, 24, 0.72) 48%, rgba(16, 12, 10, 0.42)),
    var(--hero-image, linear-gradient(90deg, #100c0a, #351018));
  background-position: 80% 48%, center, 50% 50%;
  background-size: 120% 120%, auto, 108%;
  color: #fff9ef;
  overflow: hidden;
  position: relative;
  animation: pageHeroPhotoMove 8.5s ease-in-out infinite alternate;
}

@keyframes heroPhotoMove {
  from {
    background-position: center, 48% 52%;
    background-size: auto, 108%;
  }

  to {
    background-position: center, 55% 48%;
    background-size: auto, 116%;
  }
}

@keyframes pageHeroPhotoMove {
  from {
    background-position: 78% 50%, center, 48% 52%;
    background-size: 120% 120%, auto, 108%;
  }

  to {
    background-position: 84% 44%, center, 55% 48%;
    background-size: 135% 135%, auto, 116%;
  }
}

@keyframes heroFloat {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -10px, 0);
  }
}

.page-hero::before {
  background: linear-gradient(180deg, rgba(255, 247, 232, 0.08), transparent 22%, rgba(0, 0, 0, 0.28));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.page-hero .container {
  min-height: 100svh;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: calc(82px + 4rem);
  position: relative;
  z-index: 2;
}

.page-hero p {
  max-width: 640px;
}

.page-hero.bottle-hero {
  background: radial-gradient(circle at 76% 48%, rgba(193, 138, 63, 0.28), transparent 30%),
    linear-gradient(90deg, rgba(18, 14, 12, 0.96), rgba(56, 24, 31, 0.78), rgba(18, 14, 12, 0.92));
}

.page-hero.visual-hero {
  background:
    radial-gradient(circle at 82% 52%, rgba(201, 154, 74, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(14, 11, 9, 0.97), rgba(53, 16, 24, 0.84) 45%, rgba(14, 11, 9, 0.64)),
    var(--hero-image, linear-gradient(90deg, #0e0b09, #351018));
  background-position: 82% 52%, center, 50% 50%;
  background-size: 120% 120%, auto, 108%;
}

.page-hero.visual-hero .container {
  min-height: 100svh;
  padding-right: min(48vw, 34rem);
}

.page-hero.visual-hero h1 {
  font-size: clamp(4.2rem, 8vw, 8rem);
}

.page-hero.visual-hero p {
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  margin-left: 0;
  max-width: 540px;
}

.hero-product {
  bottom: -3.2rem;
  filter: drop-shadow(0 2.2rem 3rem rgba(0, 0, 0, 0.55));
  position: absolute;
  right: clamp(2rem, 8vw, 8rem);
  z-index: 1;
  animation: heroFloat 3.8s ease-in-out infinite alternate;
}

.hero-wine {
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 8px;
  height: min(470px, 64vh);
  object-fit: cover;
  width: min(330px, 28vw);
}

.hero-spirit {
  height: min(670px, 83vh);
  object-fit: contain;
  width: min(360px, 30vw);
}

.spirit-hero {
  background:
    radial-gradient(circle at 72% 44%, rgba(201, 154, 74, 0.28), transparent 26%),
    linear-gradient(90deg, rgba(13, 10, 8, 0.98), rgba(53, 16, 24, 0.9) 45%, rgba(13, 10, 8, 0.84));
}

.page-hero.visual-hero.spirit-hero {
  background:
    radial-gradient(circle at 74% 46%, rgba(201, 154, 74, 0.32), transparent 28%),
    linear-gradient(90deg, rgba(13, 10, 8, 0.98), rgba(53, 16, 24, 0.9) 45%, rgba(13, 10, 8, 0.84));
  background-position: 72% 46%, center;
  background-size: 120% 120%, auto;
  animation: spiritHeroAuraMove 7s ease-in-out infinite alternate;
}

@keyframes spiritHeroAuraMove {
  from {
    background-position: 68% 48%, center;
    background-size: 115% 115%, auto;
  }

  to {
    background-position: 84% 40%, center;
    background-size: 145% 145%, auto;
  }
}

.spirit-hero-set {
  align-items: end;
  bottom: -2.4rem;
  display: grid;
  gap: clamp(0.7rem, 2vw, 1.3rem);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: min(620px, 72vh);
  position: absolute;
  right: clamp(1.5rem, 5vw, 5rem);
  width: min(620px, 48vw);
  z-index: 1;
  animation: heroFloat 4.1s ease-in-out infinite alternate;
}

.spirit-hero-set img {
  filter: drop-shadow(0 2rem 2.4rem rgba(0, 0, 0, 0.58));
  height: 100%;
  min-width: 0;
  object-fit: contain;
  width: 100%;
}

.spirit-hero-set img:nth-child(2),
.spirit-hero-set img:nth-child(4) {
  height: 82%;
  opacity: 0.9;
}

.spirit-hero-set img:nth-child(3) {
  height: 74%;
  opacity: 0.86;
}

.showcase-hero .container {
  padding-right: min(38vw, 25rem);
}

.beer-hero {
  background:
    radial-gradient(circle at 76% 60%, rgba(222, 174, 78, 0.33), transparent 23%),
    radial-gradient(circle at 91% 22%, rgba(255, 247, 232, 0.13), transparent 20%),
    linear-gradient(90deg, rgba(12, 10, 7, 0.98), rgba(43, 35, 18, 0.82) 52%, rgba(9, 8, 6, 0.96));
}

.beer-hero .container {
  padding-right: min(52vw, 40rem);
}

.beer-hero p,
.beer-hero .page-kicker {
  max-width: 560px;
}

.beer-hero::before {
  background:
    radial-gradient(circle at 74% 62%, rgba(255, 210, 78, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 247, 232, 0.06), transparent 24%, rgba(0, 0, 0, 0.3));
}

.beer-hero-stage {
  align-items: end;
  bottom: clamp(4.2rem, 9vh, 7rem);
  display: grid;
  gap: clamp(0.4rem, 1.3vw, 1rem);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: min(470px, 54vh);
  position: absolute;
  right: clamp(1rem, 3vw, 3rem);
  width: min(620px, 43vw);
  z-index: 1;
  animation: heroFloat 3.9s ease-in-out infinite alternate;
}

.beer-hero-stage img {
  filter: drop-shadow(0 2.4rem 2.8rem rgba(0, 0, 0, 0.6));
  height: 100%;
  object-fit: contain;
  transform-origin: center bottom;
  width: 100%;
}

.beer-hero-stage img:nth-child(1) {
  height: 82%;
  transform: translateX(18%) rotate(-7deg);
}

.beer-hero-stage img:nth-child(2) {
  height: 96%;
  transform: translateX(5%) rotate(-3deg);
}

.beer-hero-stage img:nth-child(3) {
  height: 104%;
  transform: translateY(-2%) scale(1.08);
  z-index: 2;
}

.beer-hero-stage img:nth-child(4) {
  height: 92%;
  transform: translateX(-5%) rotate(4deg);
}

.beer-hero-stage img:nth-child(5) {
  height: 58%;
  transform: translateX(-22%) rotate(8deg);
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(8, 6, 5, 0.78), rgba(8, 6, 5, 0.36) 48%, rgba(8, 6, 5, 0.74)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

.contact-hero .container {
  max-width: 900px;
  text-align: center;
}

.hero-beer,
.hero-epicerie,
.hero-contact {
  background: rgba(255, 247, 232, 0.08);
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 8px;
  height: min(470px, 60vh);
  object-fit: contain;
  padding: 1rem;
  width: min(340px, 27vw);
}

.hero-contact {
  object-fit: cover;
  padding: 0;
}

.vodka-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vodka-card {
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(244, 234, 220, 0.92));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(35, 31, 28, 0.08);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.vodka-card h3 {
  color: var(--wine-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1.04;
}

.vodka-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.spirit-index {
  background: #120d0b;
  border-bottom: 1px solid rgba(255, 247, 232, 0.12);
  border-top: 1px solid rgba(255, 247, 232, 0.12);
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 1rem max(1rem, calc((100vw - var(--max)) / 2));
  scroll-snap-type: x mandatory;
}

.spirit-index a {
  background: rgba(255, 247, 232, 0.08);
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 999px;
  color: #fff7e8;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 0.55rem 0.8rem;
  scroll-snap-align: start;
  text-transform: uppercase;
}

.page-hero.bottle-hero::after {
  background: var(--hero-image) center bottom / contain no-repeat;
  bottom: -4.8rem;
  content: "";
  height: 118%;
  opacity: 0.9;
  position: absolute;
  right: clamp(2rem, 9vw, 9rem);
  width: min(24rem, 34vw);
}

.hero-bottle {
  bottom: -4.4rem;
  filter: drop-shadow(0 2rem 2.5rem rgba(0, 0, 0, 0.45));
  position: absolute;
  right: clamp(2rem, 9vw, 9rem);
  width: min(24rem, 34vw);
  z-index: 0;
}

.page-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.pill {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: rgba(255, 249, 239, 0.92);
  font-size: 0.84rem;
  font-weight: 750;
  padding: 0.45rem 0.75rem;
}

.content {
  max-width: 860px;
}

.contact-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
}

.info-card {
  padding: 1.35rem;
}

.info-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
}

.info-list div {
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
}

.info-list dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.info-list dd {
  margin: 0.2rem 0 0;
}

.contact-form {
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.35rem;
}

.contact-focus h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1.05;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.form-grid {
  display: grid;
  gap: 0.9rem;
}

label {
  color: var(--muted);
  display: grid;
  font-size: 0.8rem;
  font-weight: 850;
  gap: 0.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input,
textarea,
select {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
  font: inherit;
  padding: 0.85rem;
  width: 100%;
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.map-frame {
  border: 0;
  border-radius: 8px;
  filter: grayscale(0.15) contrast(1.05);
  height: 360px;
  width: 100%;
}

.legal-card {
  padding: 1.5rem;
}

.legal-card + .legal-card {
  margin-top: 1rem;
}

.site-footer {
  background:
    linear-gradient(180deg, rgba(19, 15, 13, 0.9), rgba(19, 15, 13, 0.98)),
    url("../images/hero-original.jpg");
  background-position: center;
  background-size: cover;
  color: #fff7e8;
  overflow: hidden;
  padding: 4.6rem 1.25rem 1.4rem;
  position: relative;
}

.site-footer::before {
  background: radial-gradient(circle at 18% 0%, rgba(201, 154, 74, 0.24), transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr 0.8fr 0.8fr 0.8fr;
  margin: 0 auto;
  max-width: var(--max);
  position: relative;
  z-index: 1;
}

.footer-grid > div {
  border-top: 1px solid rgba(255, 247, 232, 0.15);
  padding-top: 1.2rem;
}

.footer-logo {
  background: #fff7e8;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding: 0.7rem;
  width: 190px;
}

.site-footer h2,
.site-footer h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 247, 232, 0.86);
}

.site-footer ul {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer a {
  text-decoration-color: rgba(201, 154, 74, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.site-footer a:hover {
  color: #fff7e8;
  text-decoration-line: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: var(--max);
  padding-top: 1.1rem;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  font-size: 0.84rem;
  margin: 0;
}

@media (max-width: 1040px) {
  .header-actions {
    display: none;
  }

  .site-nav a {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }

  .grid.four,
  .stat-grid,
  .catalog-grid,
  .bottle-grid,
  .vodka-grid,
  .source-gallery,
  .bestof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-flex;
    z-index: 32;
  }

  .site-nav {
    align-items: stretch;
    background:
      linear-gradient(180deg, rgba(19, 15, 13, 0.98), rgba(35, 13, 19, 0.99)),
      url("../images/hero-original.jpg");
    background-position: center;
    background-size: cover;
    border: 0;
    bottom: 0;
    box-shadow: none;
    color: #fff7e8;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    height: calc(100dvh - 82px);
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 6.5rem 1.25rem 1.5rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 82px;
    transform: translateY(-1rem);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 190;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    align-items: center;
    background: rgba(255, 247, 232, 0.1);
    border: 1px solid rgba(255, 247, 232, 0.18);
    border-radius: 8px;
    color: #fff7e8;
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.55rem, 8vw, 2.3rem);
    font-weight: 500;
    justify-content: space-between;
    letter-spacing: 0;
    min-height: 4.4rem;
    padding: 0.55rem 1rem;
    text-transform: none;
    width: 100%;
  }

  .site-nav a::after {
    color: var(--gold);
    content: "→";
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 1.05rem;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    background: rgba(255, 247, 232, 0.2);
    color: #fff7e8;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero {
    height: 100svh;
    min-height: 680px;
    background:
      linear-gradient(180deg, rgba(6, 5, 4, 0.04), rgba(6, 5, 4, 0.18) 42%, rgba(6, 5, 4, 0.88) 100%),
      var(--hero-image);
    background-position: 100% 100%;
    background-size: cover;
  }

  .hero-inner {
    height: 100%;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-bottom: 3.2rem;
    padding-top: 4.4rem;
  }

  .hero-copy {
    max-width: 560px;
  }

  .home-highlights-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bottle-grid,
  .vodka-grid,
  .source-gallery,
  .bestof-grid,
  .grid.four {
    overflow-x: auto;
    padding-bottom: 0.6rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .bottle-grid > *,
  .vodka-grid > *,
  .source-gallery > *,
  .bestof-grid > *,
  .grid.four > * {
    scroll-snap-align: start;
  }

  .section {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .page-hero .container {
    padding-bottom: 3.5rem;
    padding-top: calc(82px + 3.5rem);
  }

  .page-hero .container {
    min-height: 100svh;
  }

  .page-hero.visual-hero .container {
    min-height: 100svh;
    padding-right: 10rem;
  }

  .showcase-hero .container {
    min-height: 100svh;
    padding-right: 9rem;
  }

  .page-hero.visual-hero p {
    margin-left: 0;
  }

  .hero-product {
    right: -1.1rem;
  }

  .hero-wine {
    bottom: 2.1rem;
    height: 310px;
    opacity: 0.82;
    width: 170px;
  }

  .hero-spirit {
    bottom: -1.8rem;
    height: 450px;
    opacity: 0.78;
    width: 190px;
  }

  .spirit-hero-set {
    bottom: 0.6rem;
    gap: 0.25rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: 430px;
    right: -2.2rem;
    width: 190px;
  }

  .spirit-hero-set img {
    height: 100%;
  }

  .spirit-hero-set img:nth-child(2),
  .spirit-hero-set img:nth-child(4) {
    height: 82%;
  }

  .spirit-hero-set img:nth-child(3) {
    display: none;
  }

  .beer-hero .container {
    padding-right: min(42vw, 19rem);
  }

  .beer-hero-stage {
    bottom: 3.2rem;
    height: 430px;
    right: -3.2rem;
    width: min(520px, 56vw);
  }

  .beer-hero-stage img:nth-child(1),
  .beer-hero-stage img:nth-child(5) {
    display: none;
  }

  .beer-hero-stage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-beer,
  .hero-epicerie,
  .hero-contact {
    bottom: 2rem;
    height: 320px;
    right: -2rem;
    width: 170px;
  }

  .page-hero.bottle-hero::after {
    display: none;
  }

  .hero-bottle {
    bottom: -2.8rem;
    opacity: 0.48;
    right: -1.6rem;
    width: 10.5rem;
  }

  .section-head,
  .split,
  .split.reverse,
  .source-intro .container,
  .contact-layout,
  .media-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .source-intro img {
    height: 340px;
    order: -1;
  }

  .grid.three {
    grid-template-columns: 1fr;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    gap: 1rem;
  }

  .footer-grid > div {
    background: rgba(255, 247, 232, 0.06);
    border: 1px solid rgba(255, 247, 232, 0.12);
    border-radius: 8px;
    padding: 1.1rem;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 39px;
    width: 142px;
  }

  .site-nav {
    height: calc(100dvh - 74px);
    padding-top: 1rem;
    top: 74px;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero {
    height: 100svh;
    min-height: 640px;
    background-position: 100% 100%;
  }

  .hero-inner {
    height: 100%;
  }

  .hero-inner {
    gap: 1.6rem;
    padding-bottom: 2.4rem;
    padding-top: 3.5rem;
    text-align: left;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 3.1rem;
  }

  .page-hero p {
    font-size: 1.2rem;
    max-width: 330px;
  }

  .page-hero.visual-hero .container {
    min-height: 100svh;
    padding-right: 7.2rem;
    padding-top: calc(74px + 3rem);
  }

  .page-hero.visual-hero h1 {
    font-size: 3.15rem;
    max-width: 250px;
  }

  .page-hero.visual-hero p {
    font-size: 1.12rem;
    line-height: 1.12;
    max-width: 230px;
  }

  .page-hero.visual-hero .page-kicker {
    gap: 0.48rem;
    max-width: 250px;
  }

  .page-hero.visual-hero .pill {
    font-size: 0.74rem;
    padding: 0.36rem 0.58rem;
  }

  .hero-wine {
    bottom: 4.2rem;
    height: 250px;
    right: -2.4rem;
    width: 140px;
  }

  .hero-spirit {
    bottom: -0.8rem;
    height: 405px;
    right: -3rem;
    width: 170px;
  }

  .spirit-hero-set {
    bottom: 1.2rem;
    height: 380px;
    right: -2.8rem;
    width: 150px;
  }

  .showcase-hero .container {
    min-height: 100svh;
    padding-right: 7.2rem;
  }

  .beer-hero .container {
    min-height: 100svh;
    padding-right: 7.4rem;
  }

  .beer-hero-stage {
    bottom: 5.8rem;
    height: 360px;
    right: -5.4rem;
    width: 290px;
  }

  .hero-beer,
  .hero-epicerie,
  .hero-contact {
    bottom: 3rem;
    height: 260px;
    right: -2.6rem;
    width: 145px;
  }

  .spirit-index {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero p {
    font-size: 1.35rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 270px;
  }

  .hero-actions {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }

  .home-highlights-inner {
    display: flex;
    gap: 0.85rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding: 0 1rem 0.7rem;
    scroll-padding-left: 1rem;
    scroll-snap-type: x mandatory;
  }

  .home-highlights {
    padding: 1.2rem 1rem;
  }

  .home-highlights article {
    flex: 0 0 min(84vw, 330px);
    padding: 1rem;
    scroll-snap-align: start;
  }

  .home-highlights figure {
    height: 220px;
    margin: -0.2rem -0.2rem 1rem;
  }

  .home-highlights span {
    font-size: 2.65rem;
  }

  .home-highlights h2 {
    font-size: 1.35rem;
    margin: 0.55rem 0;
  }

  .home-highlights p {
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .grid.four,
  .stat-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bottle-grid,
  .vodka-grid,
  .source-gallery,
  .bestof-grid,
  .grid.four {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bottle-grid > *,
  .vodka-grid > *,
  .source-gallery > *,
  .bestof-grid > *,
  .grid.four > * {
    flex: 0 0 min(82vw, 320px);
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .source-intro {
    padding-top: 3.2rem;
  }

  .source-intro img {
    height: 275px;
  }

  .catalog-section {
    padding: 3rem 1rem;
  }

  .catalog-card {
    padding: 1rem;
  }

  .catalog-card ul {
    max-height: 15rem;
    overflow: auto;
    padding-right: 0.35rem;
  }

  .catalog-card li {
    font-size: 0.93rem;
  }

  .bottle-card img {
    height: 220px;
  }

  .split img {
    height: auto;
    max-height: 460px;
  }

  .site-footer {
    padding: 3rem 1rem 1.2rem;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid > div:first-child {
    text-align: center;
  }

  .footer-bottom {
    text-align: center;
  }
}

.page-hero.visual-hero.wine-hero {
  animation: none;
  background:
    radial-gradient(circle at 70% 38%, rgba(201, 154, 74, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(10, 7, 6, 0.96), rgba(44, 13, 20, 0.78) 42%, rgba(10, 7, 6, 0.42)),
    var(--hero-image, linear-gradient(90deg, #0e0b09, #351018));
  background-position: 70% 38%, center, 50% 50%;
  background-repeat: no-repeat;
  background-size: 120% 120%, auto, cover;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.page-hero.visual-hero.wine-hero .container {
  align-content: center;
  display: grid;
  height: 100%;
  min-height: 100%;
  padding-right: 1.25rem;
}

.page-hero.visual-hero.wine-hero h1 {
  font-size: clamp(5.4rem, 12vw, 11rem);
  max-width: 980px;
}

.page-hero.visual-hero.wine-hero p {
  font-size: clamp(1.55rem, 2.8vw, 2.6rem);
  line-height: 1.08;
  max-width: 820px;
}

.page-hero.visual-hero.wine-hero .page-kicker {
  max-width: 820px;
}

@media (max-width: 680px) {
  .page-hero.visual-hero.wine-hero {
    animation: none;
    background:
      radial-gradient(circle at 72% 26%, rgba(201, 154, 74, 0.18), transparent 38%),
      linear-gradient(180deg, rgba(10, 7, 6, 0.7), rgba(22, 9, 12, 0.82) 45%, rgba(10, 7, 6, 0.98)),
      var(--hero-image, linear-gradient(180deg, #0e0b09, #351018));
    background-position: 72% 26%, center, 50% 50%;
    background-repeat: no-repeat;
    background-size: 130% 130%, auto, cover;
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
  }

  .page-hero.visual-hero.wine-hero .container {
    align-content: end;
    display: grid;
    height: 100%;
    min-height: 100%;
    padding-bottom: 2rem;
    padding-right: 1rem;
    padding-top: calc(118px + 1.2rem);
  }

  .page-hero.visual-hero.wine-hero h1 {
    font-size: clamp(3.85rem, 19vw, 5.25rem);
    max-width: 100%;
  }

  .page-hero.visual-hero.wine-hero p {
    font-size: 1.22rem;
    max-width: 92vw;
  }

  .page-hero.visual-hero.wine-hero .page-kicker {
    max-width: 92vw;
  }
}

.page-hero.visual-hero.spirit-hero {
  background:
    radial-gradient(circle at 68% 46%, rgba(201, 154, 74, 0.2), transparent 34%),
    linear-gradient(90deg, rgba(9, 7, 6, 0.97), rgba(46, 15, 20, 0.78) 46%, rgba(9, 7, 6, 0.38)),
    var(--hero-image, linear-gradient(90deg, #0e0b09, #351018));
  background-position: 68% 46%, center, 50% 50%;
  background-repeat: no-repeat;
  background-size: 120% 120%, auto, cover;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  animation: spiritHeroPhotoMove 7s ease-in-out infinite alternate;
}

@keyframes spiritHeroPhotoMove {
  from {
    background-position: 64% 48%, center, 48% 50%;
    background-size: 116% 116%, auto, 106%;
  }

  to {
    background-position: 76% 42%, center, 55% 48%;
    background-size: 132% 132%, auto, 116%;
  }
}

.page-hero.visual-hero.spirit-hero .container {
  align-content: center;
  display: grid;
  height: 100%;
  min-height: 100%;
  padding-right: 1.25rem;
  padding-top: calc(82px + 2.5rem);
}

.page-hero.visual-hero.spirit-hero h1 {
  font-size: clamp(4.8rem, 10.5vw, 10rem);
  max-width: 1050px;
}

.page-hero.visual-hero.spirit-hero p {
  font-size: clamp(1.45rem, 2.45vw, 2.35rem);
  line-height: 1.1;
  max-width: 820px;
}

.page-hero.visual-hero.spirit-hero .page-kicker {
  max-width: 820px;
}

@media (max-width: 680px) {
  .page-hero.visual-hero.spirit-hero {
    animation: spiritHeroMobileMove 6s ease-in-out infinite alternate;
    background:
      radial-gradient(circle at 70% 28%, rgba(201, 154, 74, 0.18), transparent 38%),
      linear-gradient(180deg, rgba(9, 7, 6, 0.68), rgba(24, 9, 12, 0.82) 48%, rgba(9, 7, 6, 0.98)),
      var(--hero-image, linear-gradient(180deg, #0e0b09, #351018));
    background-position: 70% 28%, center, 58% 30%;
    background-repeat: no-repeat;
    background-size: 130% 130%, auto, auto 140%;
  }

  .page-hero.visual-hero.spirit-hero .container {
    align-content: center;
    padding-bottom: 2rem;
    padding-right: 1rem;
    padding-top: calc(118px + 1.2rem);
  }

  .page-hero.visual-hero.spirit-hero h1 {
    font-size: clamp(3.3rem, 16vw, 4.8rem);
    max-width: 100%;
  }

  .page-hero.visual-hero.spirit-hero p {
    font-size: 1.18rem;
    max-width: 92vw;
  }

  .page-hero.visual-hero.spirit-hero .page-kicker {
    max-width: 92vw;
  }
}

@keyframes spiritHeroMobileMove {
  from {
    background-position: 68% 30%, center, 54% 32%;
    background-size: 128% 128%, auto, auto 138%;
  }

  to {
    background-position: 78% 24%, center, 62% 25%;
    background-size: 145% 145%, auto, auto 152%;
  }
}

@media (max-width: 760px) {
  .source-gallery.gin-gallery {
    display: flex;
    gap: 0.85rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    scroll-padding-left: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .source-gallery.gin-gallery > * {
    flex: 0 0 min(66vw, 260px);
    scroll-snap-align: start;
  }

  .source-gallery.gin-gallery::-webkit-scrollbar {
    display: none;
  }
}

.premium-beer-hero {
  background:
    radial-gradient(circle at 78% 58%, rgba(225, 172, 58, 0.28), transparent 26%),
    radial-gradient(circle at 40% 42%, rgba(255, 247, 232, 0.1), transparent 24%),
    linear-gradient(100deg, rgba(9, 7, 5, 0.98), rgba(35, 29, 18, 0.9) 52%, rgba(8, 7, 5, 0.98));
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.premium-beer-hero .container {
  align-content: center;
  display: grid;
  height: 100%;
  min-height: 100%;
  padding-right: min(46vw, 34rem);
}

.premium-beer-hero h1 {
  font-size: clamp(5rem, 11vw, 11rem);
}

.premium-beer-hero p {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.12;
  max-width: 620px;
}

.premium-beer-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 52%, rgba(0, 0, 0, 0.34)),
    radial-gradient(circle at 76% 55%, rgba(219, 166, 55, 0.18), transparent 30%);
}

.premium-beer-hero::after {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.42)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 120px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.premium-beer-hero .container,
.premium-beer-hero .beer-hero-stage {
  z-index: 2;
}

.premium-beer-hero .beer-hero-stage {
  animation: beerHeroDrift 6s ease-in-out infinite alternate;
  bottom: clamp(3.6rem, 8vh, 6rem);
  height: min(620px, 66vh);
  right: clamp(0.8rem, 5vw, 5.8rem);
  width: min(660px, 43vw);
}

.premium-beer-hero .beer-hero-stage img {
  filter: drop-shadow(0 2.6rem 2.5rem rgba(0, 0, 0, 0.62));
}

@keyframes beerHeroDrift {
  from {
    transform: translate3d(-0.4rem, 0.2rem, 0) rotate(-0.8deg);
  }

  to {
    transform: translate3d(0.5rem, -0.5rem, 0) rotate(0.9deg);
  }
}

.beer-local-section {
  background:
    linear-gradient(180deg, #f2e7d7, #fffaf2 36%, #eadfcf);
}

.beer-local-split {
  gap: clamp(2rem, 5vw, 5rem);
}

.beer-label-stack,
.beer-discovery-visual {
  align-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(211, 159, 55, 0.18), transparent 34%),
    linear-gradient(145deg, #211714, #100b09);
  border: 1px solid rgba(201, 151, 67, 0.22);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(24, 14, 10, 0.22);
  display: grid;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(1.1rem, 3vw, 2.4rem);
  position: relative;
}

.beer-label-stack img,
.beer-discovery-visual img {
  filter: drop-shadow(0 1.4rem 1.5rem rgba(0, 0, 0, 0.38));
  grid-area: 1 / 1;
  height: auto;
  justify-self: center;
  object-fit: contain;
  width: min(72%, 330px);
}

.beer-label-stack img:nth-child(1) {
  transform: translate(-18%, 11%) rotate(-10deg);
}

.beer-label-stack img:nth-child(2) {
  transform: translate(18%, -10%) rotate(8deg);
}

.beer-label-stack img:nth-child(3) {
  transform: translate(1%, 18%) scale(0.86);
}

.beer-catalog {
  background:
    radial-gradient(circle at 82% 12%, rgba(201, 151, 67, 0.15), transparent 26%),
    linear-gradient(180deg, #130d0b, #201714);
}

.beer-product-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.beer-product-row .product {
  background:
    radial-gradient(circle at 50% 10%, rgba(201, 151, 67, 0.16), transparent 30%),
    linear-gradient(145deg, #211714, #100b09);
  border-color: rgba(201, 151, 67, 0.2);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
}

.beer-product-row .product figure {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 247, 232, 0.92), rgba(224, 190, 116, 0.42) 48%, rgba(41, 27, 17, 0.16) 78%),
    linear-gradient(145deg, rgba(255, 247, 232, 0.08), rgba(201, 151, 67, 0.1));
  padding: clamp(1rem, 2.2vw, 1.7rem);
}

.beer-product-row .product figure img {
  filter: drop-shadow(0 1.2rem 1.1rem rgba(0, 0, 0, 0.36));
}

.beer-product-row .product h3,
.beer-product-row .product p {
  color: rgba(255, 247, 232, 0.9);
}

.beer-product-row .product p {
  color: rgba(255, 247, 232, 0.68);
}

.beer-discovery-section {
  background:
    linear-gradient(180deg, #eadfce, #fffaf2);
}

.beer-discovery-visual {
  min-height: 430px;
}

.beer-discovery-visual img:nth-child(1) {
  transform: translate(-17%, 2%) rotate(-9deg);
  width: min(58%, 260px);
}

.beer-discovery-visual img:nth-child(2) {
  transform: translate(18%, -2%) rotate(8deg);
  width: min(62%, 280px);
}

@media (max-width: 900px) {
  .premium-beer-hero .container {
    padding-right: 1rem;
  }

  .premium-beer-hero .beer-hero-stage {
    bottom: 3rem;
    height: 34vh;
    opacity: 0.95;
    right: -3.8rem;
    width: 88vw;
  }

  .beer-product-row {
    display: flex;
    gap: 0.85rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow-x: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    scroll-padding-left: 1rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .beer-product-row > * {
    flex: 0 0 min(68vw, 270px);
    scroll-snap-align: start;
  }

  .beer-product-row::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 680px) {
  .premium-beer-hero {
    background:
      radial-gradient(circle at 74% 72%, rgba(225, 172, 58, 0.28), transparent 28%),
      linear-gradient(180deg, rgba(10, 8, 6, 0.96), rgba(35, 28, 16, 0.88) 56%, rgba(8, 7, 5, 0.98));
  }

  .premium-beer-hero .container {
    align-content: center;
    padding-bottom: 8rem;
    padding-top: calc(118px + 1rem);
  }

  .premium-beer-hero h1 {
    font-size: clamp(4.4rem, 20vw, 5.8rem);
  }

  .premium-beer-hero p {
    font-size: 1.18rem;
    max-width: 88vw;
  }

  .premium-beer-hero .page-kicker {
    gap: 0.48rem;
    max-width: 78vw;
  }

  .premium-beer-hero .pill {
    font-size: 0.72rem;
    padding: 0.34rem 0.55rem;
  }

  .premium-beer-hero .beer-hero-stage {
    bottom: 2.2rem;
    height: 210px;
    right: -4.8rem;
    width: 86vw;
  }

  .premium-beer-hero .beer-hero-stage img:nth-child(1),
  .premium-beer-hero .beer-hero-stage img:nth-child(5) {
    display: none;
  }

  .beer-label-stack,
  .beer-discovery-visual {
    min-height: 360px;
  }

  .beer-local-split,
  .beer-discovery-split {
    gap: 1.6rem;
  }

  .beer-catalog .section-head {
    display: block;
    margin-bottom: 1.4rem;
  }

  .beer-catalog .section-head h2 {
    font-size: clamp(2.05rem, 9.4vw, 2.85rem);
    line-height: 1.02;
  }

  .beer-catalog .section-head p {
    font-size: 0.96rem;
    line-height: 1.35;
    max-width: 92vw;
  }
}

.premium-contact-hero {
  animation: contactHeroMove 9s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 72% 32%, rgba(207, 155, 72, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(8, 5, 4, 0.97), rgba(22, 9, 11, 0.84) 42%, rgba(8, 5, 4, 0.34)),
    var(--hero-image);
  background-position: 72% 38%, center, 58% 50%;
  background-repeat: no-repeat;
  background-size: 120% 120%, auto, cover;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
}

.premium-contact-hero::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 32%, rgba(0, 0, 0, 0.58)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 140px);
}

.premium-contact-hero .container {
  align-content: center;
  display: grid;
  height: 100%;
  max-width: var(--max);
  min-height: 100%;
  padding-right: min(44vw, 33rem);
  text-align: left;
}

.premium-contact-hero h1 {
  font-size: clamp(4.8rem, 10.5vw, 10rem);
  max-width: 940px;
}

.premium-contact-hero p {
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1.1;
  max-width: 760px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button.light,
.button.outline.light {
  border-color: rgba(255, 247, 232, 0.45);
  color: #fff7e8;
}

@keyframes contactHeroMove {
  from {
    background-position: 70% 40%, center, 56% 50%;
    background-size: 116% 116%, auto, 104%;
  }

  to {
    background-position: 78% 34%, center, 62% 46%;
    background-size: 132% 132%, auto, 116%;
  }
}

.premium-contact-section {
  background:
    radial-gradient(circle at 78% 15%, rgba(111, 24, 44, 0.09), transparent 30%),
    linear-gradient(180deg, #f0e5d4, #fffaf2);
}

.premium-contact-layout {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
}

.contact-info-grid {
  gap: 1rem;
}

.premium-contact-layout .info-card {
  background:
    linear-gradient(145deg, rgba(255, 250, 242, 0.98), rgba(242, 229, 211, 0.94));
  box-shadow: 0 18px 48px rgba(35, 20, 16, 0.08);
}

.premium-contact-layout .contact-focus {
  background:
    radial-gradient(circle at 80% 8%, rgba(201, 151, 67, 0.15), transparent 28%),
    linear-gradient(145deg, #211714, #100b09);
  border-color: rgba(201, 151, 67, 0.2);
  color: #fff7e8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.premium-contact-layout .contact-focus .lead {
  color: rgba(255, 247, 232, 0.72);
}

.premium-contact-layout .contact-focus .button.outline {
  border-color: rgba(255, 247, 232, 0.28);
  color: #fff7e8;
}

.contact-mini-panel {
  border-top: 1px solid rgba(255, 247, 232, 0.14);
  display: grid;
  gap: 0.4rem;
  margin-top: 2rem;
  padding-top: 1rem;
}

.contact-mini-panel span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.contact-mini-panel strong {
  color: rgba(255, 247, 232, 0.92);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 500;
}

.premium-map-section {
  background:
    linear-gradient(180deg, #fffaf2, #eadfce);
}

.premium-map-section .map-frame {
  box-shadow: 0 22px 70px rgba(35, 20, 16, 0.14);
}

@media (max-width: 760px) {
  .premium-contact-hero {
    animation: contactHeroMobileMove 7s ease-in-out infinite alternate;
    background:
      radial-gradient(circle at 72% 28%, rgba(207, 155, 72, 0.18), transparent 38%),
      linear-gradient(180deg, rgba(8, 5, 4, 0.7), rgba(16, 8, 9, 0.88) 48%, rgba(8, 5, 4, 0.98)),
      var(--hero-image);
    background-position: 72% 28%, center, 58% 34%;
    background-size: 130% 130%, auto, auto 142%;
  }

  .premium-contact-hero .container {
    align-content: center;
    padding-bottom: 2rem;
    padding-right: 1rem;
    padding-top: calc(118px + 1.2rem);
  }

  .premium-contact-hero h1 {
    font-size: clamp(3.7rem, 17vw, 5rem);
    max-width: 94vw;
  }

  .premium-contact-hero p {
    font-size: 1.16rem;
    max-width: 90vw;
  }

  .contact-hero-actions .button {
    width: auto;
  }

  .premium-contact-layout {
    grid-template-columns: 1fr;
  }
}

@keyframes contactHeroMobileMove {
  from {
    background-position: 68% 30%, center, 54% 34%;
    background-size: 128% 128%, auto, auto 138%;
  }

  to {
    background-position: 78% 24%, center, 64% 28%;
    background-size: 145% 145%, auto, auto 152%;
  }
}
