@import url("https://fonts.googleapis.com/css2?family=Sora&display=swap");
@font-face {
  font-family: "Bandeins Sans & Strange Variable";
  src: url("https://res.cloudinary.com/dldmpwpcp/raw/upload/v1566406079/BandeinsStrangeVariable_esetvq.ttf");
}

@font-face{
    font-family: "ErbarBoldCondensed";
    src: url("../fonts/ErbarBoldCondensed.eot");
    src: url("../fonts/ErbarBoldCondensed.eot?#iefix")format("embedded-opentype"),
        url("../fonts/ErbarBoldCondensed.woff")format("woff"),
        url("../fonts/ErbarBoldCondensed.woff2")format("woff2"),
        url("../fonts/ErbarBoldCondensed.ttf")format("truetype"),
        url("../fonts/ErbarBoldCondensed.svg#Erbar Bold Condensed")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@font-face{
    font-family: "ErbarLightCondensed";
    src: url("../fonts/ErbarLightCondensed.eot");
    src: url("../fonts/ErbarLightCondensed.eot?#iefix")format("embedded-opentype"),
        url("../fonts/ErbarLightCondensed.woff")format("woff"),
        url("../fonts/ErbarLightCondensed.woff2")format("woff2"),
        url("../fonts/ErbarLightCondensed.ttf")format("truetype"),
        url("../fonts/ErbarLightCondensed.svg#Erbar Bold Condensed")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}

* {
  box-sizing: border-box;
}

/*
::-webkit-scrollbar {
  display: none;
}
*/
:root {
  --yellow: #feca28;
  --brown: #482600;
  --blue: #89D7DB;
  --yellow-text: #feca28;
  --brown-text: #482600
      
}
figure {
  margin: 0;
}
.yellow{
    background-color: #feca28!important;
}
.yellow-text{
    color: #feca28!important;
}
.brown-text{
    color: var(--brown)!important;
}
.brown{
    background-color: #482600!important;
}
.blue{
    background-color: #89D7DB;
}
.red {
    color: #db1f48;
}
.white{
    color: #fff;
}
.white-bg{
    background-color: #fff;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
}

body {
  color: #2F0F0E;
  background: #FFF;
  font-family: "ErbarLightCondensed", sans-serif;
}
.liquid-border{
    height: revert-layer!important;
}
h1,h2,h3{
    font-family: 'ErbarBoldCondensed', sans-serif;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
}

h1, h2{
    font-size: 55px;
}

h3 {
    font-size: 29px;
}
p{
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: .5px;
    margin: 0;
    font-size: 21px;
}
.mb{
    margin-bottom: 16px;
}
.columns-max-width{
    max-width: 1500px;
    margin: 0 auto;
}
/*
footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  height: 7em;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1rem);
}
*/

a {
  color: #fff;
  text-decoration: none;
}
.slide-number{
    color: #000;
}
.slide {
  height: 100vh;
  width: 100%;
  position: relative;
/*  overflow: hidden;*/
}
.slide__outer, .slide__inner {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.slide__content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.slide__container {
  position: relative;
  max-width: 1400px;
  width: 100vw;
  margin: 0 auto;
  height: 90vh;
  margin-bottom: 10vh;
  padding: 0 1rem;
}
.slide__heading {
  --width: 200;
  display: none;
  text-align: left;
  font-family: "Bandeins Sans & Strange Variable";
  font-size: clamp(5rem, 15vw, 15rem);
  font-weight: 900;
  font-variation-settings: "wdth" var(--width);
  margin: 0;
  padding: 0;
  color: #f2f1fc;
  z-index: 999;
  mix-blend-mode: difference;
  grid-area: 2/2/3/10;
  align-self: end;
}

.slide__img-cont {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    top: 25%;
}
.slide {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.slide[data-slide="1"] {
  z-index: 2;
}

.slide[data-slide="2"] {
  z-index: 2;
}

.slide[data-slide="3"] {
  z-index: 2;
  will-change: transform, filter; /* Add this */
}

.scroll-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    z-index: 2;
}

.reg-sec{
    min-height: 30vh;
    position: relative;
    margin-top: -1px;
}


.bottle {
    max-height: 70svh;
    max-width: 60vw;
    top: 58%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

@media only screen and (min-width: 768px) {
.bottle{
    max-height: 80vh;
    max-width: none;
    top: auto;
    transform: none; 
    }
}

/*SLIDE 1*/

.bg1_1 {
    position: absolute;
    bottom: 23%;
    left: -21%;
    width: 66%;
    z-index: 1;
    rotate: -4deg;
}


.bg1_2 {
    position: absolute;
    top: -4%;
    left: -16%;
    width: 74%;
    z-index: 0;
    rotate: 5deg;
}

.bg1_3 {
    position: absolute;
    bottom: 60%;
    right: -7%;
    width: 44%;
    z-index: 0;
    rotate: 5deg;
}

.bottle-top {
    position: absolute;
    bottom: 55%;
    left: -11%;
    width: 44%;
    z-index: 999;
}

.sign {
    position: absolute;
    bottom: 23%;
    right: -5%;
    width: 66%;
    z-index: 999;
}

.cup {
    position: absolute;
    bottom: 49%;
    right: -2%;
    width: 30%;
    z-index: 999;
}

/*SLIDE 2*/

.bg2_1 {
    position: absolute;
    bottom: 37%;
    left: -47%;
    width: 78%;
    z-index: 1;
    rotate: -4deg;
}

.bg2_2 {
    position: absolute;
    bottom: 70%;
    right: -13%;
    width: 65%;
    z-index: 0;
    rotate: 5deg;
}

.bottle-top2 {
position: absolute;
    bottom: 51%;
    right: -6%;
    width: 35%;
    z-index: 999;
}

.sign2 {
    position: absolute;
    top: 7%;
    left: -3%;
    width: 52%;
    z-index: 999;
}
.sign-ex{
        position: absolute;
    bottom: 16%;
    right: -10%;
    width: 56%;
    z-index: 999;
}

/*SLIDE 3*/
.circle-effect {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #feca28;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    scale: 0.05;
}
.big-date {
    top: 15%;
    transform: translateY(15%);
    position: absolute;
    left: 0%;
    right: 0;
    margin: 0 auto;
    z-index: 11;
    width: 50px;
    display: inline-block;
/*    scale: 0.05;*/
}

.logo {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    margin: 5% auto;
    max-width: 46%;
}


.factory {
    position: absolute;
    opacity: 1;
    left: -33%;
    bottom: -16%;
    z-index: 1000;
    width: 96%;
}

.van {
    position: absolute;
    opacity: 1;
    right: -2%;
    bottom: -1%;
    z-index: 1000;
    width: 40%;
}

/*////END////*/
.test-col{
    min-height: 400px;
}
.coffee-bg{
    background-image: url(../images/coffee-bg.jpg);
}

.frame {
    margin: 0 auto 6vh auto;
    height: auto;
    max-width: 95%;
    padding: 4%;
    border: 6px solid #2f0f0e;
    text-align: left;
}
.wave-separator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px; /* Max height of the viewBox */
    z-index: 10;
    display: none
}

img.milk {
    max-width: 600px;
    margin-top: 10%;
    position: relative;
}
/*/////HORIZONTAL/////*/


.horizontal-wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container-horizontal {
  overscroll-behavior: none; 
  width: 300vw;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.product-panel {
  position: relative;
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
}

/* Remove the pin-spacer override - let it calculate naturally */
.pin-spacer {
/*  height: 75vh !important;*/
}
/*

//////CAROUSEL//////
*/

.carousel-container {
      width: 100%;
/*
      height: 100vh;
      max-height: 100vh!important;
*/
      height: calc(var(--vh, 1vh) * 100); 
      height: 100svh; /* overrides if supported */
      position: relative;
      background: linear-gradient(to top, #492600, #d97706, #ffca29);
      overflow: hidden;
    }

    .carousel-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      z-index: 0;
      transition: opacity 0.5s ease;
      max-width: 900px;
      margin: 0px auto;
    }

    .carousel-slide.active {
      opacity: 1;
      z-index: 10;
    }

    .slide-background {
      position: absolute;
      inset: 0;
/*      background: linear-gradient(to bottom right, #92400e, #d97706, #eab308);*/
      background: var(--yellow);
    }


.bottle-container {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}




.bottle-image {
    padding-top: 30px;
    height: 45%;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 25px 20px rgba(0, 0, 0, 0.5));
}


.mocca {
    max-width: 210px;
    margin-right: 0%;
    position: absolute;
    bottom: auto;
    height: 45%;
}

.slide-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 2rem 4rem;
    width: 100%;
}


    .content-wrapper {
      max-width: 64rem;
      width: 100%;
    }

    .badge {
    display: inline-block;
    background: rgb(73 38 0 / 60%);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    }

    .title {
      font-size: 4.5rem;
      font-weight: bold;
      color: white;
      margin-bottom: 1rem;
      line-height: 1;
    }

    .subtitle {
      font-size: 2rem;
      color: #e5e7eb;
      margin-bottom: 0.5rem!important;
      font-weight: 300;
    }

    .description {
      margin-bottom: 2rem;
      max-width: 42rem;
    }

    .cta-button {
        background: var(--blue);
        color: var(--brown);
        padding: 0.5rem 5rem;
        border-radius: 50px;
        font-weight: 600;
        font-size: 28px;
        text-transform: uppercase;
        border: 3px solid var(--brown);
        cursor: pointer;
        transition: background 0.2s;
    }    


    .cta-button:hover {
      background: #f3f4f6;
    }

    .nav-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(8px);
      padding: 1rem;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      transition: background 0.2s;
    }

    .nav-arrow:hover:not(:disabled) {
      background: rgba(255, 255, 255, 0.3);
    }

    .nav-arrow:disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    .nav-arrow.left {
      left: 2rem;
    }

    .nav-arrow.right {
      right: 2rem;
    }

    .nav-arrow svg {
      width: 1.5rem;
      height: 1.5rem;
      stroke: white;
      fill: none;
      stroke-width: 2;
    }

    .progress-indicators {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 20;
      display: flex;
      gap: 0.75rem;
    }

    .progress-dot {
      height: 0.5rem;
      border-radius: 9999px;
      background: rgba(255, 255, 255, 0.4);
      border: none;
      cursor: pointer;
      transition: all 0.3s;
      width: 0.5rem;
    }

    .progress-dot.active {
      width: 3rem;
      background: white;
    }

    .progress-dot:hover:not(.active) {
      background: rgba(255, 255, 255, 0.6);
    }

    .instructions {
      position: absolute;
      top: 2rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 20;
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.875rem;
      text-align: center;
    }

/*ROUNDELS*/

.roundels-grid {
    max-width: 100vw;
    display: flex;
    gap: 0.5rem .5rem;
    align-items: start;
    margin-top: 25px;
}
 
    .roundel-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
    }
 

.roundel {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: var(--brown);
    /* border: 4px solid var(--yellow-text); */
    outline: 2px solid var(--brown);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    color: var(--yellow-text);
    box-shadow: inset 0 0 0 5px var(--brown), inset 0 0 0 7px var(--yellow-text);
}
 
    .roundel-inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.1rem;
    }
 

 .roundel-label {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.roundel-value {
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.02em;
}

span.round-symbol {
    font-weight: 400;
    font-size: 1.2rem;
}
    .roundel-value.small {
      font-size: 1.5rem;
    }
 

.roundel-sublabel {
    font-size: 0.671rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

/*----DESK----*/

 
/* "Unique & Distinctive Taste" uses all caps label lines */
.roundel-text-only .roundel-value {
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 8px;
}
 
    .caption {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brown);
    line-height: 0.8;
    }

/*CONTACT*/
/* Global Reset for the specific area */
.contact-area, .site-footer {
 padding: 10% 0;
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  gap: 30px;
}

/* Contact Specifics */
.contact-content {
  flex: 1 1 450px;
}

.section-title {
  color: #e30613;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.1;
}

.section-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.contact-links a {
  color: var(--brown-text);
  text-decoration: none;
  font-weight: 700;
  line-height: 2;
}

/* Form Styling */
.contact-form-container {
  flex: 1 1 500px;
}

.fonzies-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-row input {
  flex: 1;
}

.fonzies-form input, 
.fonzies-form select, 
.fonzies-form textarea {
    background-color: #e9f6f7;
    border: 1px solid #492600;
    border-radius: 23px;
    padding: 22px 15px;
    font-size: 16px;
    color: #000000;
    width: 100%;
    box-sizing: border-box;
}

.fonzies-form textarea {
  height: 120px;
  resize: vertical;
}



/* Footer Specifics */
.site-footer {
  background-color: #f8f8f8;
  padding: 80px 0 20px;
  border-top: 1px solid #dee2e6;
}

.footer-column {
  flex: 1 1 200px;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 30px;
}

.address-box p {
  line-height: 1.2;
font-size: 20px;
  margin: 0;
}

footer{
    background-color: #e8f6f7;
    padding: 5% 0;
}
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 0px;
}

.footer-column a {
  color: var(--brown-text);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 20px;
}

.footer-column a:hover {
/*  color: var(--red-text);*/
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #dee2e6;
  width: 100%;
}
footer p {
    font-size: 20px;
    line-height: 1.45;
}
.logo-md {
    max-width: 150px;
}
div#copy {
    text-align: center;
}
img.bhlogo {
    width: 100px;
}
.grecaptcha-badge {
    visibility: hidden;
}
@media only screen and (min-width: 768px) {
    
.logo{
    right: auto;
    margin: 1%;
    max-width: none;
}
    footer .border-r:after {
        content: "";
        position: absolute;
        right: 3%;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        height: 75%;
        width: 1px;
        border-right: 1px solid var(--brown);
        border-bottom: none;
    }
}
/* Mobile Responsiveness */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
  .footer-flex {
    flex-direction: column;
    text-align: center;
  }
  .footer-column {
    margin-bottom: 30px;
  }
}

    @media (max-width: 768px) {
      .title {
        font-size: 3rem;
      }

      .subtitle {
        font-size: 1.5rem;
      }



      .slide-content {
        padding: 1rem;
      }

      .nav-arrow.left {
        left: 1rem;
      }

      .nav-arrow.right {
        right: 1rem;
      }
    }

/*/////CAROUSEL END////*/
.overlay {
    pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.overlay__content {
  max-width: 1400px;
  width: 100vw;
  margin: 0 auto;
  padding: 0 1rem;
  height: 90vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.overlay__img-cont {
  position: relative;
  overflow: hidden;
  margin: 0;
  grid-area: 4/3/9/11;
}
.overlay__img-cont img {
    position: absolute;
    width: 75%;
    height: auto;
}
.overlay__count {
  grid-area: 3/10/4/10;
  font-size: clamp(3rem, 4vw, 15rem);
  margin: 0;
  padding: 0;
  text-align: right;
  border-bottom: 7px white solid;
    color: aqua;
}

@media screen and (min-width: 768px) {
h1, h2{
    font-size: 58px;
}
p {
    font-size: 27px;
}
.overlay__content,
.slide__container {
    padding: 0 3rem;
    margin-top: 10vh;
    height: 80vh;
  }

  .overlay__img-cont {
      top: auto;
    grid-area: 5/4/10/11;
  }

  .overlay__count {
    grid-area: 3/10/4/11;
  }

  .slide__img-cont {
    margin-top: 0;
    grid-area: 3/2/8/7;
  }

  .slide__heading {
    grid-area: 1/1/4/10;
  }
/*-----SLIDE 1------*/
.bg1_1 {
    bottom: 17%;
    left: 5%;
    width: 45%;
}
.bg1_2 {
    top: -5%;
    left: 12%;
    width: 50%;
}
.bg1_3 {
    right: 23%;
    width: 21%;
}
.bottle-top {
    bottom: 57%;
    left: -1%;
    width: auto;
    z-index: 1;
}
.sign {
    bottom: 17%;
    right: 5%;
    width: 40%;
    z-index: 1;
}
.cup {
    bottom: 35%;
    right: 6%;
    width: 15%;
    z-index: 0;
}
/*-----SLIDE 2----------*/
.bg2_1 {
    bottom: 17%;
    left: 5%;
    width: 45%;
    z-index: 1;
}
.bg2_2 {
    top: -5%;
    right: 14%;
    width: 56%;
}
.bottle-top2 {
    bottom: 65%;
    right: 5%;
    z-index: 2;
}
.sign2 {
    top: -5%;
    left: 5%;
    width: 37%;
    z-index: 2;
}
/*------SLIDE 3--------*/
.factory{
    left: -9%;
    bottom: -15%;
    z-index: 12;
    width: auto;
}
.van{
    right: 9%;
    bottom: 4%;
    z-index: 12;
    width: auto;
}
.frame {
    max-width: 80%;
    text-align: center;
}
img.milk {
    margin-top: -30%;
}
/*    ---------ROUNDELS---------*/
        .slide-content {
    align-items: center;
      width: 68%;
    }
        .subtitle {
      margin-bottom: 1.5rem!important;
    }
.cta-button {
        padding: 1rem 5rem;
    }
        .bottle-container {
      align-items: center;
      justify-content: flex-end;
    }
        .bottle-image {
      height: 75%;
    padding-top: 0px;
      filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5));
    }
        .mocca{
        margin-right: 20%;
        bottom: 10%;
    }
        .roundels-grid {
    max-width: 260px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 0rem;
            margin-top: 40px;
    }
        .roundel {
        width: 105px;
        height: 105px;
    }

    .roundel-value {
        font-size: 2.4rem;
    }

    .roundel-label {
        font-size: 0.95rem;
    }

    span.round-symbol {
        font-size: 1.7rem;
    }

    .roundel-text-only .roundel-value {
        font-size: 1.2rem;
    }

    .roundel-sublabel {
        font-size: 0.9rem;
    }
}
/*LEGAL PAGES*/
nav {
    display: flex;
    align-items: center;
    margin: 1rem;
    justify-content: space-between;
}
img.logo.legal-nav {
    max-width: 90%;
}
nav .cta-button {
    font-size: 20px;
    padding: 13px 15px;
    border-radius: 40px;
    text-align: center;
}
.legal-pages {
    padding: 1rem;
}
.legal-pages p {
    font-size: 19px;
    margin: 1rem 0;
}