:root {
  --accent: #D2A527;
  --dark: #191919;
  --muted: #77716c;
  --light: #f5f1ec;
}

@font-face {
  font-family: "Press Feeling Eroded";
  src: url("../font/Press Feeling Eroded.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--dark);
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Press Feeling Eroded", serif;
}

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

img {
  max-width: 100%;
  height: auto;
}

.independent-beer {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 100px;
  z-index: 1030;
  pointer-events: none;
}

.container {
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

.container-fluid {
  padding: 0;
}


.top-banner .banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/hero_home_beer_01.jpg");
  background-size: inherit;
  background-position: inherit;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position-y: 0px;
  z-index: -1;
}

.top-banner .btn-close {
  background: transparent;
  border: 0;
  color: #fff;
  opacity: 0.9;
}

.top-banner.hidden {
  transform: translateY(-120%);
  transition: transform 240ms ease;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: transparent;
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

/* Make header act as the main banner by default */
.site-header {
  height: 750px;
  display: block;
  overflow: hidden;
}

.site-header .header-bg {
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.site-header .header-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  transform-origin: center center;
  will-change: opacity, transform;
}

.site-header .header-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.site-header .banner-img-1 {
  background-image: url("../img/banner-img-1.webp");
}

.site-header .banner-img-2 {
  background-image: url("../img/banner-img-2.webp");
}

.site-header .navbar {
  position: relative;
  z-index: 3;
}

.site-header+main {
  margin-top: 750px;
  transition: margin-top 220ms ease;
}

.site-header.is-scrolled+main {
  margin-top: 96px;
}

/* --- */

.site-header .header-slide {
  position: absolute;
  inset: 0;
  opacity: 1;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  will-change: clip-path;
  /* default: fully hidden via clip-path, not opacity */
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: clip-path 900ms cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 1;
}

.site-header .header-slide.is-active {
  /* fully visible */
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 2;
}

.site-header .header-slide.is-prev {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: none;
  z-index: 1;
}

.site-header .banner-img-1 {
  background-image: url("../img/banner-img-1.webp");
}

.site-header .banner-img-2 {
  background-image: url("../img/banner-img-2.webp");
}

/* -- */

.site-header .hero-content {
  position: relative;
  z-index: 1;
  padding-top: 140px;
  max-width: 1200px;
  margin: 0 auto;
}

.site-header.is-scrolled {
  min-height: auto;
  height: 144px;
}

/* hide the old hero-bg if present */
.hero-bg {
  display: none !important;
}

.banner-details h1 {
  font-size: 103px !important;
  line-height: 92px;
  font-weight: 400;
  letter-spacing: -1px;
  display: table;
}

.navbar {
  min-height: 100px;
}

.navbar-brand img {
  width: 95px;
}

.navbar-toggler {
  border: 0;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23B90033' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.offcanvas-xl {
  --bs-offcanvas-width: 320px;
}

.offcanvas-xl .offcanvas-body {
  padding: 0;
}

.nav-link {
  color: #fff;
  /* font-size: 17px; */
  text-transform: uppercase;
  padding-right: 50px !important;
  line-height: 100px;
}

a.nav-link {
  font-size: 15px !important;
}

.nav-link.active {
  color: #D2A527 !important;
}

a.nav-link.active {
  border-bottom: 1px solid #D2A527;
}

.nav-link:hover {
  color: #B90033 !important;
}

/* Navbar icon links (social + cart) */
.navbar-nav .icon-link,
.navbar-nav .cart {
  padding: 6px 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-nav .icon-link i,
.navbar-nav .cart i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  border: 0;
  background: transparent;
}

.navbar-nav .cart {
  position: relative;
}

.navbar-nav .cart .cart-badge {
  position: absolute;
  top: 8px;
  right: -4px;
  background: #B90033;
  color: #fff;
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 4px;
  line-height: 1;
}

.navbar-nav .icon-link i:hover,
.navbar-nav .cart i:hover {
  color: #B90033;
}

.site-header.is-scrolled .nav-link {
  color: var(--dark);
}

/* Inverse color when header becomes solid */
.site-header.is-scrolled .navbar-nav .icon-link i,
.site-header.is-scrolled .navbar-nav.nav-main .nav-link,
.site-header.is-scrolled .navbar-nav .cart i {
  color: var(--dark);
  background: #fff;
  border-color: var(--accent);
}

@media (max-width: 991.98px) {

  .navbar-nav .icon-link i,
  .navbar-nav .cart i {
    color: var(--dark);
    background: #fff;
    border-color: rgba(0, 0, 0, 0.06);
  }

  .site-header.is-scrolled .navbar-nav .icon-link i,
  .site-header.is-scrolled .navbar-nav.nav-main .nav-link,
  .site-header.is-scrolled .navbar-nav .cart i {
    color: #fff;
    background: transparent;
  }
}

/* Centered nav main links and right icons group */
.navbar-nav.nav-main {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: end;
  flex: 1 1 auto;
}

.navbar-nav.nav-main .nav-link {
  padding: 0 !important;
  line-height: 100px;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.navbar-nav.nav-icons {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  margin-left: 50px;
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    background: url("../img/stats-strip.webp") center center / cover no-repeat;
    color: #fff;
  }

  .offcanvas-xl .offcanvas-header {
    padding: 22px 24px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .offcanvas-xl .offcanvas-body {
    padding: 22px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .offcanvas-xl .navbar-nav.nav-main {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    margin: 0 !important;
  }

  .offcanvas-xl .navbar-nav.nav-main .nav-link {
    line-height: 1.4;
    width: 100%;
    padding: 12px 0 !important;
    font-size: 15px;
  }

  .offcanvas-xl .navbar-nav.nav-icons {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  .offcanvas-xl .navbar-nav.nav-icons .nav-link {
    padding: 0 !important;
  }

  .offcanvas-xl .navbar-nav .icon-link i,
  .offcanvas-xl .navbar-nav .cart i {
    color: #fff;
    background: transparent;
  }

  .offcanvas-xl .navbar-nav .cart .cart-badge {
    top: -2px;
    right: -8px;
  }
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }

  .offcanvas-xl {
    position: static;
    transform: none !important;
    visibility: visible !important;
    border: 0;
    background: transparent;
    width: auto !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
}

@media (max-width: 1199.98px) {
  .navbar-nav.nav-main {
    gap: 36px;
  }

  .navbar-nav.nav-main .nav-link {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .navbar-nav.nav-main {
    gap: 18px;
  }

  .navbar-nav.nav-main .nav-link {
    font-size: 14px;
    padding: 8px 6px !important;
  }

  .navbar-nav.nav-icons {
    gap: 8px;
    margin: 0;
  }
}

.dropdown-menu {
  min-width: 220px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: #1d1d1d;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.dropdown-item {
  color: #f6f0ea;
  font-size: 16px;
  padding: 10px 18px;
}

.dropdown-item:hover,
.dropdown-item.active {
  color: var(--accent);
  background: transparent;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
}

.hero-bg,
.story-bg,
.footer-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}

.hero-bg {
  background-image: url("../img/hero_home_beer_01.jpg");
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-overline,
.section-overline {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 12px;
}

.hero-section h1 {
  max-width: 650px;
  font-size: clamp(46px, 6.4vw, 92px);
  font-weight: 400;
  line-height: 0.98;
  margin-bottom: 38px;
}

.btn-theme {
  border-radius: 0;
  font-size: 15px;
  line-height: 15px;
  min-width: 142px;
  padding: 13px 27px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section {
  padding: 0 0 60px;
}

/* Reveal animation for sections: hidden by default, animate once when visible */
.reveal {
  opacity: 0;
  transform: translateY(24px) scale(0.995);
  will-change: opacity, transform;
  transition: opacity 680ms cubic-bezier(.22, .9, .37, 1), transform 680ms cubic-bezier(.22, .9, .37, 1);
}

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

.section-light {
  background: #fff;
}

h2 {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.05;
}

.instructions h2 {
  margin-bottom: 22px;
}

.beer-can {
  width: 100%;
  min-width: 478px;
}

.instruction-item .instruction-icon,
.instruction-item span {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: var(--accent);
  /* border: 2px solid var(--accent); */
  border-radius: 50%;
  font-size: 20px;
}

.instruction-item .instruction-icon i {
  font-size: 22px;
  line-height: 1;
  height: 54px;
  width: 54px;
  display: grid;
  place-items: center;
  color: #B90033;
  border-radius: 50%;
  font-size: 18px;

}

.instruction-item .instruction-icon svg {
  display: block;
  width: 50px;
  height: 50px;
  color: #B90033;
}

.instruction-item .instruction-icon svg [stroke] {
  stroke: currentColor;
}

.instruction-item .instruction-icon svg [fill]:not([fill="none"]) {
  fill: currentColor;
}

.detailed-sec .section-heading {
  max-width: none;
  width: 100%;
  margin-bottom: 48px;
}

.detailed-sec {
  margin-top: 750px;
}

.detailed-sec h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 0 !important;
}

.detailed-sec .section-heading h2 {
  color: #fff;
}

.detailed-sec .section-heading {
  background: url("../img/stats-strip.webp") center center / cover no-repeat;
  color: #fff;
  padding: 34px 24px;
}

.detailed-sec .detailed-grid {
  align-items: center;
}

.detailed-sec .detailed-stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.detailed-sec .detailed-media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detailed-sec .beer-can {
  max-width: 360px;
  width: 100%;
  opacity: 0;
  transform: translateY(28px) scale(0.92);
  transform-origin: center center;
  will-change: opacity, transform;
  transition: opacity 700ms cubic-bezier(.22, .9, .37, 1) 140ms;
}

.detailed-sec.is-visible .beer-can {
  opacity: 1;
  animation: detailedBeerFloat 4.2s ease-in-out 140ms infinite alternate;
}

@keyframes detailedBeerFloat {
  0% {
    transform: translateY(-6px) translateX(0) rotate(-1.5deg) scale(1);
  }

  50% {
    transform: translateY(10px) translateX(4px) rotate(1.5deg) scale(1.01);
  }

  100% {
    transform: translateY(-6px) translateX(0) rotate(-1.5deg) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {

  .detailed-sec .beer-can,
  .detailed-sec.is-visible .beer-can {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

.instruction-item h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}

/* Subhead decorative line + hover color change */
.instruction-item h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #111;
  transition: color 220ms ease;
  font-family: "Roboto Slab", serif;
}

.detailed-sec .instruction-item h3,
.detailed-sec .instruction-item p {
  color: #000;
}

.instruction-item h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 54px;
  background: #B90033;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 260ms ease;
}

.instruction-item p {
  transition: color 220ms ease;
}

.instruction-item:hover h3::after,
.instruction-item h3:hover::after {
  transform: scaleX(1);
}

.instruction-item:hover h3 {
  color: #B90033;
}

.section-title p,
.founder-section p,
.team-card p,
.location-card p {
  color: var(--muted);
  line-height: 1.75;
}

.story-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  width: 100%;
  aspect-ratio: 1920 / 700;
}

.story-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.story-bg {
  background-image: url("../img/Brewery2.webp");
}

.story-btn {
  margin-bottom: 0;
}

.min-vh-75 {
  min-height: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.story-band p {
  color: #B90033;
}

.story-band .btn-theme {
  border-color: #B90033;
  color: #B90033;
}

.story-band h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 36px;
  font-family: "Courier Prime", monospace;
}

.section-title {
  max-width: 620px;
  margin-bottom: 58px;
}

.crew-section .section-title {
  position: relative;
  max-width: none;
  width: 100%;
  margin-bottom: 42px;
  padding: 34px 24px 30px;
  overflow: hidden;
  background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
}



.section-title-follow-up {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 34px 0 100px;
  overflow: hidden;
  background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
}

img.follow-journey {
  width: 100%;
  max-width: 400px;
}

img.facebook-img {
  width: 100%;
  max-width: 50px;
}

img.insta-img {
  width: 100%;
  max-width: 50px;
}

.locations-section .locations-intro {
  position: relative;
  max-width: none;
  width: 100%;
  margin-bottom: 42px;
  padding: 34px 24px 30px;
  overflow: hidden;
  background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
}

.locations-section .locations-intro h2,
.locations-section .locations-intro p {
  position: relative;
  z-index: 1;
  color: #fff !important;
}

.product-deatails h2 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 600;
}

.product-section {
  padding: 0 0 60px;
}

.product-heading-band {
  background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
  width: 100%;
  padding: 32px 0 30px;
  margin-bottom: 40px;
}

.product-section-inner {
  padding: 0 24px;
}

.product-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
  padding: 20px 0;
}

.product-heading-copy {
  flex: 1 1 auto;
}

.product-overline {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-heading-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: -1px;
}

.product-shop-btn {
  min-width: 176px;
  height: 48px;
  padding: 0 18px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.product-shop-btn:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.product-heading-row,
.product-heading-copy,
.product-shop-btn {
  position: relative;
  z-index: 1;
}

.product-heading-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.product-heading-band {
  position: relative;
}

.product-grid>[class*="col-"] {
  display: flex;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 468px;
  padding: 0 0 18px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 0px;
  overflow: hidden;
}

.product-card-media {
  position: relative;
  display: grid;
  place-items: center;
  padding: 30px 0 30px;
}

.product-card-media img {
  display: block;
  width: 100%;
  max-width: 125px;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.12));
  transition: transform 0.7s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

.product-card-media:hover img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 12px 6px;
  background: #9a2b27;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 3px;
}

.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #9d2730;
}

.product-card-body--split {
  padding-top: 6px;
}

.product-card-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.product-card-label {
  margin: 0;
  color: #7f7b76;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card-case {
  color: #9a2b27;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.product-card-body h3 {
  margin: 0;
  color: #9a2b27;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

.product-name {
  border-bottom: 1px solid #B90033;
  text-align: center;
}

.product-name p {
  margin-bottom: 0 !important;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
}

.product-price p {
  margin-bottom: 0 !important;
  text-align: center;
}

.product-card-quote {
  margin: 0;
  color: #6f6459;
  font-size: 16px;
  line-height: 1.55;
  font-style: italic;
}

.product-card-footer {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.product-price {
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.product-add-btn {
  min-width: 92px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #9a2b27;
  background: #9a2b27;
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-add-btn:hover {
  background: #7f1f27;
  border-color: #7f1f27;
  color: #fff;
}

.divder {
  border-left: 1px solid #B90033;
  height: 100%;
}

.product-price-sec {
  text-align: center;
  flex: 1;
}

.product-view-sec {
  text-align: center;
  flex: 1;
}

/* ── Slider Shell ── */
.product-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
}

.product-slider-viewport {
  overflow: hidden;
  width: 100%;
}

.product-slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(.25, .46, .45, .94);
  will-change: transform;
}

/* Each card takes exactly 1/4 of the viewport minus gaps */
.product-slider-track .product-card {
  flex: 0 0 calc(25% - 18px);
  min-width: 0;
}

/* ── Arrow Buttons ── */
.product-slider-arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: #111;
  z-index: 2;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  padding: 0;
}

.product-slider-arrow:hover {
  background: none;
  color: #9a2b27;
  border-color: none;
}

.product-slider-arrow:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.product-slider-arrow--prev {
  margin-right: 16px;
}

.product-slider-arrow--next {
  margin-left: 16px;
}

/* ── VIEW link styling ── */
.product-view-link {
  color: #9a2b27;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}

/* ── Responsive: 2 cards on tablet, 1 on mobile ── */
@media (max-width: 991px) {
  .product-slider-track .product-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 575px) {
  .product-slider-track .product-card {
    flex: 0 0 100%;
  }

  .product-slider-arrow {
    width: 36px;
    height: 36px;
  }
}

/* march section */
/* ── Section shell ── */
.grafton-section {
  padding: 60px 0;
  font-family: 'Inter', sans-serif;
}

.grafton-head-sec{
    background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
  width: 100%;
  padding: 32px 0 30px;
}


.grafton-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}


.grafton-heading {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #fff;
}


.grafton-sub {
  font-size: 0.95rem;
  color: #fff;
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.65;
}


.grafton-grid {
  display: flex;
  justify-content: center;
  gap: 28px 40px;
  /* max-width: 860px; */
  margin: 52px auto 0;
}


.grafton-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hex-wrap {
  width: 100%;
  flex-shrink: 0;
}

.hex-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.card-label-row {
  width: 280px;
  margin-top: 60px;
  border-top: 1.5px solid #B90033;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-label {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #B90033;
  margin-bottom: 6px;
}

.card-rule {
  width: 100%;
  border: none;
  border-top: 1.5px solid #B90033;
  margin: 0;
  opacity: 1;
}

@media (max-width: 600px) {
  .grafton-grid {
    gap: 36px;
    flex-direction: column;
  }

  .hex-wrap {
    width: 240px;
    height: 240px;
  }

  .card-label-row {
    width: 240px;
  }
}


/* stats strip */

.stats-strip {
  padding: 20px 0 20px;
  position: relative;
  background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
  color: #fff;
  /* margin-top: 750px; */
}

.stats-grid {
  row-gap: 36px;
}

.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 220px;
  padding: 10px 12px;
}

.stats-icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 0;
  color: #fff;
  font-size: 64px;
  line-height: 1;
  opacity: 0;
  transform: translateY(16px) scale(0.94);
}

.stats-icon svg {
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
}

.stats-icon svg path,
.stats-icon svg rect,
.stats-icon svg circle,
.stats-icon svg line,
.stats-icon svg polyline,
.stats-icon svg polygon {
  stroke: #fff !important;
}

.stats-value {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 4.5ch;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  white-space: nowrap;
  opacity: 0;
  transform: translateY(28px);
  will-change: transform, opacity;
  font-family: "Press Feeling Eroded", serif;
}

.stats-label {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
}

.stats-item.is-animated .stats-icon {
  animation: statsIconIn 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--stats-delay, 0ms) both;
}

.stats-value.is-animating {
  animation: statsValueIn 760ms cubic-bezier(0.22, 1, 0.36, 1) var(--stats-delay, 0ms) both;
}

.stats-item.is-animated .stats-label {
  animation: statsLabelIn 620ms ease var(--stats-delay, 0ms) both;
}

@keyframes statsIconIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.94);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes statsValueIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes statsLabelIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.founder-section {
  overflow: hidden;
  padding: 60px 0 0;
}

.founder-img {
  max-height: 620px;
}

.founder-section h2 {
  margin-bottom: 24px;
  font-weight: 400;
  letter-spacing: -1px;
}

.founder-section h4 {
  margin-top: 24px;
  font-size: 30px;
  font-weight: 400;
}

.founder-section h4 span {
  display: block;
  color: #B90033;
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}

.signature {
  width: 128px;
  margin-top: 16px;
}

.team-card {
  text-align: left;
}

.team-card img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.team-card h3 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.team-card p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  font-size: 14px;
}

.team-card a {
  display: inline-block;
  color: #B90033;
  margin-top: 8px;
  font-weight: 600;
  font-size: 12px;
}

.locations-section {
  position: relative;
  padding: 0 0 60px;
  overflow: hidden;
  background: #fff;
}

.locations-section .container {
  position: relative;
  z-index: 1;
}

.locations-intro {
  max-width: 920px;
  margin-bottom: 56px;
}

.locations-intro h2 {
  margin-bottom: 8px;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #1f1f1f;
  text-transform: uppercase;
}

.locations-intro p {
  margin: 0 auto;
  max-width: 900px;
  color: #6f6459;
  font-size: 17px;
  line-height: 30px;
}

.locations-layout>[class*="col-"] {
  display: flex;
}

.locations-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 0;
}

.locations-card-media {
  position: relative;
  width: 100%;
  height: 545px;
  overflow: hidden;
  background: #f5efe3;
}

.locations-card-media img,
.locations-card-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.locations-card-body {
  padding: 30px 42px 0;
}

.locations-card-body h3 {
  margin: 0 0 18px;
  color: #232323;
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
}

.locations-card-body p {
  max-width: 520px;
  margin: 0 auto 30px;
  color: #6f6459;
  font-size: 18px;
  line-height: 1.6;
}

.locations-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 650px);
  height: 64px;
  margin: 0 auto;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.locations-btn-outline {
  color: #9d2730;
  border: 3px solid #9d2730;
  background: transparent;
}

.locations-btn-outline:hover {
  background: #9d2730;
  color: #fff;
}

.locations-btn-solid {
  color: #fff;
  background: #9d2730;
  border: 3px solid #9d2730;
}

.locations-btn-solid:hover {
  background: #7f1f27;
  border-color: #7f1f27;
  color: #fff;
}

.footer-section {
  position: relative;
  padding: 88px 0 0;
  color: #000;
  overflow: visible;
}

.footer-bg {
  background:
    linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)),
    url("../img/Grain-backgorund.jpeg") center center / cover no-repeat;
  background-position: top center;

}

.footer-section .container {
  position: relative;
  z-index: 1;
}

.footer-section h2 {
  font-size: 34px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-subtitle {
  color: #000 !important;
}

.footer-section p {
  color: #000;
}

.footer-section img {
  width: 140px;
  margin-bottom: 0;
}

img.footer-bottom-logo {
  width: 100%;
  max-width: 700px;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li+li {
  margin-top: 10px;
}

.footer-menu a:hover,
.copyright a {
  color: #B90033;
}

.copyright {
  position: relative;
  width: 100%;
  left: 0;
  margin: 50px 0 0;
  padding: 28px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    url("../img/stats-strip.webp") center center / cover no-repeat;
  flex-wrap: wrap;
  gap: 18px;
  text-align: center;
}

.copyright,
.copyright a,
.copyright .nav-link {
  color: #fff;
}

.copyright a:hover,
.copyright .nav-link:hover {
  color: #fff;
  opacity: 0.85;
}

.copyright .nav-link:hover i {
  color: #D2A527;
}

@media (min-width: 992px) {
  .footer-section .col-lg-4:nth-child(2) {
    position: relative;
  }

  .footer-section .col-lg-4:nth-child(2)>img {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, -70%);
    margin-bottom: 0;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .site-header {
    background: rgba(25, 25, 25, 0.96);
  }

  .navbar {
    min-height: 82px;
  }

  .nav-link {
    padding: 12px 0 !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section h1 {
    font-size: 44px;
  }

  .section {
    padding: 0 0 30px;
  }

  .beer-can {
    margin-left: 0;
  }

  .instruction-item {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }

  .stats-grid {
    row-gap: 0;
  }
}

/* ===== Responsive overrides (mobile/tablet) - do not change desktop rules ===== */

@media (max-width: 1199.98px) {

  /* Reduce hero header height margin so main content sits correctly */
  .site-header+main {
    margin-top: 560px;
  }

  .site-header {
    height: 560px;
  }

  .site-header .hero-content {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {

  /* Navigation/logo */
  .navbar-brand img {
    width: 110px;
  }

  .nav-link {
    font-size: 14px;
    padding: 12px 8px !important;
  }

  .navbar {
    min-height: 75px;
  }

  /* Hero / header adjustments */
  .site-header+main {
    margin-top: 440px;
  }

  .site-header {
    height: 440px;
  }

  .site-header .hero-content {
    padding-top: 80px;
  }

  .banner-details h1 {
    font-size: 28px !important;
  }

  .hero-overline {
    font-size: 16px;
  }

  .product-section {
    padding: 0 0 30px;
  }

  .product-heading-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
  }

  .product-heading-copy h2 {
    font-size: 30px;
  }

  .product-grid>[class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-card {
    min-height: 440px;
  }

  .detailed-sec {
    margin-top: 303px
  }

  /* Three bottle thumbs scale down */
  .bottle-thumb {
    width: 110px;
    height: 320px;
  }

  .bottle-thumb.center {
    width: 180px;
    height: 390px;
    transform: translateY(-18px);
  }

  /* Ingredients grid: stack vertically */
  .ingredients-section .row {
    display: flex;
    flex-wrap: wrap;
  }

  .ingredients-section .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 28px 0px;
  }

  .ingredient-img {
    margin: 12px auto;
    width: 300px;
    height: 300px;
  }

  /* Stats strip: reduce sizes */
  .stats-item {
    min-height: 160px;
    padding: 16px;
  }

  .stats-icon {
    width: 60px;
    height: 60px;
    font-size: 38px;
    margin-bottom: 12px;
  }

  .stats-icon svg {
    width: 52px;
    height: 52px;
  }

  .stats-value {
    font-size: 36px;
  }

  .stats-label {
    font-size: 13px;
  }

  .locations-section {
    padding: 72px 0 84px;
  }

  .locations-intro {
    margin-bottom: 34px;
  }

  .locations-panel {
    padding-bottom: 34px;
  }

  .locations-card-media {
    height: 420px;
  }

  .locations-card-body {
    padding: 26px 28px 0;
  }

  .locations-card-body p {
    font-size: 16px;
    margin-bottom: 22px;
  }

  .locations-btn {
    width: 100%;
    height: 58px;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 24px;
  }

  .site-header.is-scrolled {
    height: 121px;
  }

  .site-header+main {
    margin-top: 360px;
  }

  .site-header {
    height: 360px;
  }

  .site-header .hero-content {
    padding-top: 50px;
  }

  /* Reduce hero text size */
  .banner-details h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .hero-overline {
    font-size: 15px;
  }

  .story-band h2{
    font-size: 20px;
    line-height: 25px;
  }

  .story-band{
    height: 400px;
  }

  /* Instruction section: stack icon and text */
  .instruction-item {
    grid-template-columns: 45px 1fr;
    column-gap: 12px;
  }

  .instruction-item .instruction-icon,
  .instruction-item span {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }

  .instruction-item h3 {
    font-size: 16px;
  }

  .instruction-item p {
    font-size: 14px;
  }

  .instruction-item .instruction-icon i {
    width: 37px;
    height: 37px;
  }

  .instruction-item .instruction-icon svg {
    width: 40px;
    height: 50px;
  }

  .product-section {
    padding: 0;
  }

  .product-heading-copy h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .product-shop-btn {
    width: 100%;
    max-width: 220px;
  }

  .product-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 2px 14px;
    margin: 0 -12px;
    scrollbar-width: none;
  }

  .product-grid::-webkit-scrollbar {
    display: none;
  }

  .product-grid>[class*="col-"] {
    flex: 0 0 86%;
    max-width: 86%;
    scroll-snap-align: start;
  }

  .product-card {
    min-height: 100%;
  }

  .product-card-media {
    min-height: 280px;
  }

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

  .product-card-quote {
    font-size: 14px;
  }

  .product-price {
    font-size: 22px;
  }

  .product-add-btn {
    min-width: 82px;
    height: 36px;
    font-size: 12px;
  }

  /* Ingredients images smaller */
  .ingredient-img {
    width: 240px;
    height: 240px;
  }

  .ingredient-card h4 {
    font-size: 16px;
  }

  .ingredient-card p {
    font-size: 13px;
  }

  /* Footer spacing */
  .footer-section {
    padding: 48px 0 0;
  }

  .locations-section {
    padding: 58px 0 68px;
  }

  .locations-intro h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .locations-section .locations-intro{
    padding: 30px 24px;
  }

  .locations-intro p {
    font-size: 16px;
    line-height: 20px;
  }

  .crew-details{
    font-size: 16px;
    line-height: 20px;
  }

  .locations-panel {
    padding-bottom: 28px;
  }

  .locations-card-media {
    height: 360px;
  }

  .locations-card-body {
    padding: 22px 20px 0;
  }

  .locations-card-body h3 {
    margin-bottom: 14px;
  }

  .locations-card-body p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .locations-btn {
    height: 52px;
    font-size: 15px;
  }

  .grafton-section{
    padding: 30px 0;
  }

  .founder-details{
    text-align: center;
  }

  .grafton-heading{
    font-size: 30px !important;
  }

  .crew-section h2{
    font-size: 30px !important;
    line-height: 35px !important;
  }

  .crew-section .section-title{
    padding: 30px 0;
  }

  .grafton-head-sec{
    padding: 30px 24px;
  }

  .team-card h3{
    text-align: center;
  }

  .team-card p{
    text-align: center;
  }

  .team-card a{
    text-align: center;
    width: 100%;
  }

  .section-title-follow-up{
    flex-direction: column;
    padding: 30px 24px;
  }

  img.follow-journey{
    width: 100%;
    max-width: 235px;
  }

  img.facebook-img{
    width: 100%;
    max-width: 35px;
  }

  img.insta-img{
    width: 100%;
    max-width: 35px;
  }

  .footer-section img{
    margin-bottom: 35px;
  }

  img.footer-bottom-logo{
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575.98px) {

  /* Mobile: make header compact and ensure content visible */
  .site-header+main {
    margin-top: 280px;
  }

  .site-header {
    height: auto;
  }

  .site-header .hero-content {
    padding: 30px 24px;
  }

  .navbar-brand img {
    width: 80px;
  }

  .nav-link {
    font-size: 13px;
    padding: 8px 5px !important;
  }

  .navbar {
    min-height: 60px;
  }

  .banner-details h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .hero-overline {
    font-size: 14px;
  }

  .btn-theme {
    font-size: 12px;
    padding: 10px 18px !important;
    margin-top: 24px !important;
  }

  .beer-can {
    min-width: 140px;
    transform: none;
  }

  .bottle-thumb {
    width: 75px;
    height: 200px;
  }

  .bottle-thumb.center {
    width: 120px;
    height: 280px;
    transform: translateY(-5px);
  }

  .detailed-sec h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .detailed-sec .section-heading {
    margin-bottom: 28px;
    padding: 30px 0;
  }

  .detailed-sec .detailed-stack {
    gap: 22px;
  }

  .detailed-sec .beer-can {
    max-width: 240px;
  }

  .independent-beer {
    right: 10px;
    bottom: 88px;
    width: 90px;
  }

  .ingredient-img {
    width: 160px;
    height: 160px;
  }

  .ingredient-card {
    max-width: 100%;
  }

  .ingredient-card h4 {
    font-size: 16px;
  }

  .ingredient-card p {
    font-size: 13px;
  }

  .stats-value {
    font-size: 32px;
  }

  .stats-label {
    font-size: 12px;
  }

  .stats-item {
    min-height: 140px;
    padding: 12px;
  }

  .stats-icon {
    width: 48px;
    height: 48px;
    font-size: 30px;
  }

  .stats-icon svg {
    width: 42px;
    height: 42px;
  }

  .instruction-item {
    grid-template-columns: 40px 1fr;
    column-gap: 10px;
  }

  .instruction-item .instruction-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .instruction-item .instruction-icon svg {
    width: 40px;
    height: 50px;
  }

  .instruction-item h3 {
    font-size: 15px;
  }

  .instruction-item p {
    font-size: 13px;
  }
}


/* Ingredients / features 3x2 grid */
.ingredients-section {
  background: #fff;
  padding: 0;
}

.ingredient-card {
  max-width: 260px;
}

.ingredient-icon {
  font-size: 34px;
  color: var(--accent);
  margin-bottom: 18px;
}

.ingredient-card h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--accent);
}

.btn-sm {
  border-radius: 0 !important;
  border-color: var(--accent);
  color: var(--accent);
}

.ingredient-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 16px;
}

.ingredient-img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  /* box-shadow: 0 18px 40px rgba(0,0,0,0.08); */
  margin: 0;
}

.ingredient-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.ingredients-section .col-lg-4:nth-child(2) .ingredient-img img,
.ingredients-section .col-lg-4:nth-child(4) .ingredient-img img,
.ingredients-section .col-lg-4:nth-child(6) .ingredient-img img {
  opacity: 0;
  transform: scale(1.24) translateY(10px);
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
}

.ingredients-section.is-ingredients-center .col-lg-4:nth-child(2) .ingredient-img img,
.ingredients-section.is-ingredients-left .col-lg-4:nth-child(4) .ingredient-img img,
.ingredients-section.is-ingredients-right .col-lg-4:nth-child(6) .ingredient-img img {
  animation: ingredientLineZoomReveal 1450ms steps(28, end) both;
  will-change: clip-path, opacity, transform;
}

.ingredients-section.is-ingredients-center .col-lg-4:nth-child(2) .ingredient-img img {
  animation-delay: 0ms;
}

.ingredients-section.is-ingredients-left .col-lg-4:nth-child(4) .ingredient-img img {
  animation-delay: 0ms;
}

.ingredients-section.is-ingredients-right .col-lg-4:nth-child(6) .ingredient-img img {
  animation-delay: 0ms;
}

@keyframes ingredientLineZoomReveal {
  0% {
    opacity: 0;
    transform: scale(1.24) translateY(10px);
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }

  14% {
    opacity: 1;
    transform: scale(1.1) translateY(0);
  }

  62% {
    opacity: 1;
    transform: scale(1.03) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 991.98px) {
  .ingredient-img {
    width: 100%;
    height: auto;
  }

  .ingredient-card {
    max-width: 220px;
  }

  .ingredients-section {
    padding: 0;
  }

  .ingredients-section .container-fluid {
    padding: 0;
  }

  .ingredients-card-first {
    padding-top: 0 !important;
  }

  .ingredients-card-last {
    padding-bottom: 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ingredients-section .col-lg-4:nth-child(2) .ingredient-img img,
  .ingredients-section .col-lg-4:nth-child(4) .ingredient-img img,
  .ingredients-section .col-lg-4:nth-child(6) .ingredient-img img {
    animation: none;
    opacity: 1;
    transform: none;
    clip-path: none;
    -webkit-clip-path: none;
  }
}

.crew-section h2 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #fff;
}

.crew-details {
  font-size: 17px;
  line-height: 31px;
  color: #fff !important;
  margin-bottom: 0 !important;
}