/* Breakpoints: 480, 768, 1024, 1280, 1536 */
/* Hero */
.section--hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  background-image: url("/assets/images/hero-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.75rem;
}

:is(
  .flavours__diamond,
  .flavours-notes__diamond,
  .story__diamond,
  .contact__diamond,
  .flavours__sep-waves,
  .flavours-notes__waves,
  .story__waves,
  .contact__waves
) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section--flavours {
  position: relative;
  width: 100%;
  background: none;
  padding: 0 !important;
  overflow: visible;
  overflow-x: clip;
  z-index: 2;
  color: var(--flavours-text);
}

.section--flavours .flavours__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: clamp(20px, 6vh, 40px);
  padding-right: var(--flavours-pad-x);
  padding-bottom: calc(clamp(28px, 6vh, 72px) + clamp(110px, 18vh, 200px));
  padding-left: var(--flavours-pad-x);
  gap: var(--flavours-gap);
  z-index: 1;
  color: var(--flavours-text);
}

.section--flavours::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.10);
  z-index: -1;
}

.section--flavours::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/assets/elements/bg-waves-green.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  filter: saturate(0.65);
  z-index: -2;
}

.flavours__catchphrase {
  font-size: var(--flavours-body-size) !important;
  font-family: var(--font-sans) !important;
  font-weight: 400 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.flavours__diamond {
  margin: 0;
  margin-top: var(--flavours-gap) !important;
  margin-bottom: var(--flavours-gap) !important;
}

.flavours__diamond-img {
  height: clamp(10px, 1.8vh, 16px);
  width: auto;
  display: block;
  transform: scale(0.5);
  transform-origin: center;
}

.flavours__headline {
  font-size: var(--type-large) !important;
  font-family: var(--font-sans) !important;
  font-weight: 400 !important;
  line-height: 1.05;
  text-transform: uppercase;
  margin: 0;
}

.flavours__headline-line {
  display: block;
}

.flavours__body {
  max-width: 46ch;
  font-size: var(--flavours-body-size);
  margin-top: var(--flavours-gap-lg);
  font-family: var(--font-serif);
  font-weight: 400;
}

.flavours__body p {
  margin: 0;
}

.flavours__body p + p {
  margin-top: var(--flavours-gap);
}

.flavours__sep-waves {
  margin-top: var(--flavours-gap-lg);
}

.flavours__sep-waves-img {
  width: min(520px, 86vw);
  height: auto;
  display: block;
  transform: scale(0.6);
  transform-origin: center;
}

.flavours__plants {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 18%);
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
}

.flavours__plants-img {
  width: min(740px, 100vw);
  height: auto;
  display: block;
}

/* Flavours notes */
.section--flavours-notes {
  min-height: auto;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: var(--font-serif);
  background-color: #b7926f;
  background-image: url("/assets/elements/bg-waves-yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --flavours-notes-font-size: var(--flavours-body-size);
}

.flavours-notes__media {
  flex: 1.15;
  position: relative;
  overflow: hidden;
  background-color: var(--nav-mobile-bg);
  background-image: url("/assets/images/flavours-bg-crop.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 20rem;
}

.flavours-notes__media::before {
  content: none;
}

.flavours-notes__panel {
  flex: 0.85;
  display: flex;
  align-items: stretch;
}

.flavours-notes__inner {
  flex: 1;
  min-height: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 5%;
  margin: 0 auto;
  display: block;
  --flavours-notes-gap-base: clamp(6px, 1.2vh, 12px);
  color: var(--flavours-notes-text-color);
}

.flavours-notes__top,
.flavours-notes__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.flavours-notes__top {
  margin-bottom: calc(var(--flavours-notes-gap-base) * 3);
}

.flavours-notes__bottom {
  margin-top: calc(var(--flavours-notes-gap-base) * 3);
}

.flavours-notes__diamond {
  margin: 0;
  padding: 0;
}

.flavours-notes__diamond-img {
  height: clamp(10px, 1.5vh, 14px);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
  filter: var(--asset-white-filter);
  opacity: 0.9;
  transform: scale(0.6);
  transform-origin: center;
}

.flavours-notes__copy {
  flex: 1 1 80%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  gap: calc(var(--flavours-notes-gap-base) * 2);
  font-size: 1.10em;
}

.flavours-notes__label {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--font-serif);
  font-size: clamp(0.85rem, var(--flavours-notes-font-size), 1.1rem);
  line-height: var(--line-height-base);
  overflow-wrap: anywhere;
  word-break: normal;
}

.flavours-notes__copy,
.flavours-notes__closing,
.flavours-notes__text {
  color: var(--flavours-notes-text-color);
  font-family: var(--font-serif);
  font-weight: 400;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.flavours-notes__copy p {
  margin: 0;
  font-size: clamp(0.85rem, var(--flavours-notes-font-size), 1.1rem);
  line-height: var(--line-height-base);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.flavours-notes__text {
  color: var(--flavours-notes-text-color);
  font-weight: 400;
}

.flavours-notes__closing {
  color: var(--flavours-notes-text-color);
  font-size: clamp(0.85rem, var(--flavours-notes-font-size), 1.1rem);
  line-height: var(--line-height-base);
  margin: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.flavours-notes__waves {
  margin: 0;
  padding: 0;
}

.flavours-notes__waves-img {
  width: min(240px, 55vw);
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0;
  filter: var(--asset-white-filter);
  opacity: 0.9;
}

.section--cocktails {
  padding: 0;
  margin: 0;
  background: none;
}

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

.cocktails__panel {
  min-height: auto;
  width: 100%;
  background-image: var(--cocktails-panel-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  color: #ffffff;
}

.cocktails__panel--vh {
  min-height: 100vh;
  min-height: 100svh;
}

.cocktails__panel--liscio {
  --cocktails-panel-bg: url("/assets/images/cocktails-bg1.jpg");
}

.cocktails__panel--winter {
  --cocktails-panel-bg: url("/assets/images/cocktails-bg2.jpg");
}

.cocktails__panel--mix {
  align-items: stretch;
}

.cocktails__panel--mix.cocktails-mix {
  background-image: url("/assets/images/cocktails-bg-red.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cocktails-mix {
  background-color: transparent;
}

.cocktails-mix .flavours-notes__copy,
.cocktails-mix .flavours-notes__copy * {
  color: #ffffff;
}

.cocktails__panel--mix .flavours-notes__panel {
  flex: 1;
  width: 100%;
}

.cocktails__panel--mix .flavours-notes__inner {
  height: 100%;
}

.cocktails-mix .flavours-notes__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cocktails-mix__items {
  flex: 6 1 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--flavours-notes-gap-base) * 2);
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

.cocktails-mix__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-bottom: 10%;
}

.cocktails-mix__item p,
.cocktails-mix__item span,
.cocktails-mix__title h2 {
  margin: 0 auto;
  font-family: var(--font-sans);
}

.cocktails-mix .cocktails-mix__title h2 {
  margin: 4% 0 12% 0;
  font-family: var(--font-sans);
}

.cocktails-mix__title h2 {
  font-size: var(--type-large);
  font-weight: 300;
}

.cocktails-mix .flavours-notes__copy > div:not(.cocktails-mix__title) p {
  font-family: var(--font-sans);
}

.cocktails-mix .flavours-notes__copy > div:not(.cocktails-mix__title) span {
  font-family: var(--font-serif);
}

.cocktails-mix__item span {
  display: block;
  margin: 0;
  margin-bottom: 0;
  font-size: var(--type-small);
}

.cocktails-mix__sep {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.cocktails-mix__sep-img {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  filter: brightness(0) invert(1);
  transform: scale(0.3);
  transform-origin: center;
}

.cocktails__box {
  border: 2px solid #ffffff;
  padding: clamp(16px, 3.5vw, 40px);
  color: #ffffff;
  font-family: var(--font-sans);
  max-width: min(480px, 86vw);
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cocktails__box--liscio {
  margin: clamp(50px, 8vh, 160px) auto;
}

.cocktails__box--winter {
  margin: clamp(50px, 8vh, 160px) auto;
}

.cocktails__kicker {
  margin: 0 0 clamp(10px, 2vh, 18px);

  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.cocktails__copy {
  margin: 0;
  font-size: var(--type-small);
}

.cocktails-mix__inner {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2.6vh, 24px);
  color: #ffffff;
}

.cocktails-mix__top,
.cocktails-mix__bottom {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cocktails-mix__copy {
  flex: 1 1 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.cocktails-mix__title {
  margin: 0;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.cocktails-mix__item p {
  margin: 0;
  font-size: var(--type-default);
}

.section--story {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.section--story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/elements/bg-waves-yellow.png") repeat;
  background-size: auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}

.story__inner {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  --story-top-gap: clamp(32px, 8vh, 64px);
  --story-header-gap: calc(var(--story-top-gap) * -0.5);
  gap: var(--story-top-gap);
  align-items: center;
  text-align: center;
  padding: 10%;
}

.story__diamond-img,
.story__waves-img {
  display: block;
  transform: scale(0.5);
  transform-origin: center;
}

.story__diamond-img {
  height: clamp(10px, 1.6vh, 14px);
  width: auto;
}

.story__waves-img {
  width: min(300px, 70vw);
  height: auto;
}

.story__title {
  font-size: calc(clamp(20px, 4.8vw, 40px) * 1.5);
  font-family: var(--font-sans);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-amber-dark);
  margin: 0;
  margin-top: var(--story-header-gap);
}

.story__waves {
  margin-top: var(--story-header-gap);
}

.story__copy {
  display: flex;
  flex-direction: column;
  gap: calc(var(--story-top-gap) * 0.5);
  margin-top: var(--story-header-gap);
}

.story__p {
  font-size: clamp(14px, 3.6vw, 18px);
  font-family: var(--font-serif);
  line-height: 1.6;
  color: var(--color-text);
  margin: 0;
}

.story__bottom-bg {
  position: relative;
  z-index: 0;
  flex: 0 0 clamp(220px, 38vh, 520px);
  background: url("/assets/images/BRATRI-PRESENTAZIONE.png") bottom center / cover no-repeat;
  filter: saturate(0.55) contrast(0.95) brightness(1.05);
}

.story__bottom-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 25%);
  pointer-events: none;
}

.section--contact {
  background-color: var(--color-forest);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 20%),
    url("/assets/elements/bg-waves-green.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, 100% auto;
  background-position: bottom, top left;
  padding: 2%;
}

.contact__inner {
  display: flex;
  flex-direction: column;
  gap: 2%;
  max-width: 720px;
}

.contact__title {
  font-size: 1.8rem;
  font-family: var(--font-sans);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-align: left;
  margin: 5% auto;
}

.contact__body {
  margin: 0;
  font-size: 1rem;
  font-family: var(--font-sans);
  color: #ffffff;
  text-align: center;
}

/* contact decorations */

.contact-form {
  width: 100%;
  margin: 5% auto;
  display: block;
  text-align: center;
}

.contact__diamond {
  line-height: 0;
  margin: 5% 0;
}

.contact__desc {
  margin: 0 0 5%;
}

.contact__waves {
  width: 100%;
  position: static;
  overflow: visible;
  line-height: 0;
  margin: 5% 0;
}

.contact__diamond-img,
.contact__waves-img {
  display: block;
  transform: scale(0.5);
  transform-origin: center;
}

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

.contact-form__iframe {
  width: 100%;
  min-height: clamp(320px, 40vh, 520px);
  border: 0;
  display: block;
}

.contact-form__fallback {
  padding: 1.5rem;
  background: var(--beige);
  color: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  text-align: center;
}

.mobile-nav__sep {
  width: 100vw;
  height: clamp(24px, 6vh, 48px);
  min-height: 24px;
  opacity: var(--mobile-nav-sep-opacity);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 0;
  margin-bottom: 0;
}

.mobile-nav__sep-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-nav__sep-img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(0.25);
  transform-origin: center;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.site-footer {
  background-image: url("/assets/images/texture-leaves.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-family: var(--font-sans);
  margin-top: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  box-shadow: 0 -6px 14px rgba(0, 0, 0, 0.12);
}

.footer-brand-band {
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%), var(--color-forest);
  color: #ffffff;
  padding: 1%;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.footer-brand-band__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: clamp(36px, 6vh, 72px);
  box-sizing: border-box;
}

.footer-main {
  padding: 2.5rem;
  color: #ffffff;
  flex: 0 0 auto;
  min-height: 0;
  overflow: visible;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  background-color: var(--green);
  padding: 6%;
  mask: linear-gradient(0,#0000 24px,#000 0), radial-gradient(28px,#000 calc(100% - 1px),#0000) bottom/44.4px 55px;
}


.footer-column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.footer-heading {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-column--actions .footer-links {
  gap: 0;
}

.footer-column--actions .footer-links li + li {
  margin-top: calc(0.4rem * 3);
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}

.footer-link__icon {
  height: 1em;
  width: auto;
  max-height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

body.legal-page .legal-main {
  position: relative;
  padding: 6%;
}

body.legal-page * {
  font-family: var(--font-sans);
}

body.legal-page .burger {
  color: #000000;
}

body.legal-page .nav-lang__item {
  color: #000000;
}

body.legal-page .nav-lang__item:hover,
body.legal-page .nav-lang__item:focus-visible {
  color: #000000;
}

body.legal-page .legal-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/elements/bg-waves-yellow.png") repeat;
  background-size: auto;
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}

body.legal-page .legal-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: calc(var(--header-height) + 24px) auto 64px;
  padding: 0;
  line-height: 2;
}

body.legal-page .legal-content h1 {
  font-size: var(--type-large);
  font-weight: 300;
  font-family: var(--font-sans);
  text-transform: capitalize;
  margin: 5% 0;
  color: var(--green);
}

body.legal-page .legal-content h2 {
  font-size: var(--type-default);
  font-weight: 400;
  font-family: var(--font-sans);
  text-transform: capitalize;
  margin: 4% 0;
  color: var(--green);
}

body.legal-page .legal-content h3 {
  font-size: var(--type-default);
  font-weight: 400;
  font-family: var(--font-sans);
  text-transform: none;
  margin: 3% 0;
  color: var(--green);
}

body.legal-page .legal-content p {
  font-family: var(--font-sans);
  font-size: var(--type-small);
  font-weight: 300;
  line-height: 2;
}

body.legal-page .legal-content hr {
  margin: 48px 0;
  opacity: 0.25;
}

body.legal-page .legal-bottom-links a {
  color: var(--green);
}

body.legal-page .legal-bottom-links a:hover {
  text-decoration: underline;
}

body.legal-page .legal-table-wrap {
  overflow-x: auto;
}

body.legal-page .footer-columns {
  grid-template-columns: 1fr;
  padding-top: 28px;
  padding-bottom: 28px;
}

 .footer-links-insta {
  background: -webkit-linear-gradient(45deg, #7d8ee6, #905bb3, #bd5c93, #da5e87, #ff7575);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

 }

.footer-links a:hover,
.footer-links a:focus {
  opacity: 0.75;
}

.footer-lang {
  margin: 0;
}

.footer-lang__summary {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.footer-lang__summary::marker {
  content: "";
}

.footer-lang__summary::-webkit-details-marker {
  display: none;
}

.footer-lang__options {
  margin-top: 0.4rem;
}

.footer-lang__current {
  color: inherit;
  opacity: 0.75;
  cursor: default;
}

.footer-cookie-settings {
  background: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.4rem 0.7rem;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.footer-disclaimer {
  color: #ffffff;
  padding: 1rem 0;
  flex: 0 0 auto;
  min-height: 0;
  position: static;
  background-color: rgba(0, 36, 26, 0.7);
  text-align: center;
}

.footer-built {
  color: #ffffff;
  padding: 0.75rem 0;
  text-align: center;
  background-color: rgba(0, 36, 26, 0.7);
}

.footer-built__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 14px);
  flex-wrap: wrap;
  text-align: center;
}

.footer-built__text {
  font-size: 0.75em;
}

.footer-built__flag {
  width: clamp(16px, 4vw, 25px);
  height: clamp(16px, 4vw, 25px);
  object-fit: contain;
  display: block;
}

/* Age gate */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-gate--hidden {
  display: none !important;
}

.age-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
}

.age-gate__modal {
  position: relative;
  z-index: 1;
  max-width: 480px;
  width: calc(100% - 40px);
  padding: 24px;
  border-radius: 8px;
  background-image: url("/assets/elements/bg-waves-green.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.age-gate__sep {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.age-gate__sep--diamond {
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.age-gate__sep--mountains,
.age-gate__sep--waves {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

/* Cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background-image: url("/assets/elements/bg-waves-yellow.png");
  background-repeat: repeat;
  color: #ffffff;
  padding: 1rem 1.25rem;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.9);
  background-color: var(--green);
}

.cookie-banner--hidden {
  display: none;
}

.cookie-banner__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.cookie-banner__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-banner__btn {
  border: 1px solid var(--green);
  background: var(--lgreen);
  color: #ffffff;
  padding: 0.6rem 0.9rem;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.cookie-banner__btn--accept {
  background: var(--lbeige);
  color: #ffffff;
}

/* Cookie settings modal */
.cookie-settings {
  position: fixed;
  inset: 0;
  z-index: 9500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-settings--hidden {
  display: none !important;
}

.cookie-settings__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
}

.cookie-settings__modal {
  position: relative;
  z-index: 1;
  max-width: 520px;
  width: calc(100% - 40px);
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/assets/elements/bg-waves-yellow.png");
  background-color: var(--green);
  color: #ffffff;
  padding: 24px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookie-settings__title {
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cookie-settings__description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-settings__group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#cookie-settings input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: clamp(18px, 4vw, 22px);
  height: clamp(18px, 4vw, 22px);
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
}

#cookie-settings input[type="checkbox"]:checked {
  background-color: var(--lbeige);
}

#cookie-settings input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.cookie-settings__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-settings__btn {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  padding: 0.6rem 0.9rem;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.cookie-settings__btn--save {
  background: var(--lbeige);
  color: #fff;
}

.age-gate__title {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--type-large);
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.age-gate__text {
  margin: 0;
  font-family: var(--font-sans);
  font-size: var(--type-default);
  color: #ffffff;
  max-width: 420px;
}

.age-gate__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: inherit;
}

.age-gate__btn {
  font-family: var(--font-sans);
  color: #ffffff;
  display: grid;
  place-items: center;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: clamp(90px, 26vw, 140px);
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
 
}

.age-gate__btn--yes {
  background: var(--lbeige);
  font-size: var(--type-large);
}

.age-gate__btn--no {
  background: var(--dgreen);
  font-size: var(--type-large);
}



@supports ((mask: url("")) or (-webkit-mask: url(""))) {
  .age-gate__btn {
    --s: 6.5rem;
    --g: /calc(var(--s) * 0.112) calc(var(--s) * 0.112) radial-gradient(50% 50%, #000 99%, #0000 101%) no-repeat;
    border-radius: 0;
    -webkit-mask: calc(50% + var(--s) * 0.427) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * 0.111) var(--g), calc(50% + var(--s) * 0.37) calc(50% + var(--s) * 0.214) var(--g), calc(50% + var(--s) * 0.302) calc(50% + var(--s) * 0.302) var(--g), calc(50% + var(--s) * 0.214) calc(50% + var(--s) * 0.37) var(--g), calc(50% + var(--s) * 0.111) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * 0) calc(50% + var(--s) * 0.427) var(--g), calc(50% + var(--s) * -0.111) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * -0.214) calc(50% + var(--s) * 0.37) var(--g), calc(50% + var(--s) * -0.302) calc(50% + var(--s) * 0.302) var(--g), calc(50% + var(--s) * -0.37) calc(50% + var(--s) * 0.214) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * 0.111) var(--g), calc(50% + var(--s) * -0.427) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * -0.111) var(--g), calc(50% + var(--s) * -0.37) calc(50% + var(--s) * -0.214) var(--g), calc(50% + var(--s) * -0.302) calc(50% + var(--s) * -0.302) var(--g), calc(50% + var(--s) * -0.214) calc(50% + var(--s) * -0.37) var(--g), calc(50% + var(--s) * -0.111) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * 0) calc(50% + var(--s) * -0.427) var(--g), calc(50% + var(--s) * 0.111) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * 0.214) calc(50% + var(--s) * -0.37) var(--g), calc(50% + var(--s) * 0.302) calc(50% + var(--s) * -0.302) var(--g), calc(50% + var(--s) * 0.37) calc(50% + var(--s) * -0.214) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * -0.111) var(--g), radial-gradient(calc(var(--s) * 0.473), #000 99%, #0000 101%) subtract, calc(50% + var(--s) * 0.516) calc(50% + var(--s) * 0.068) var(--g), calc(50% + var(--s) * 0.481) calc(50% + var(--s) * 0.199) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * 0.317) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * 0.199) calc(50% + var(--s) * 0.481) var(--g), calc(50% + var(--s) * 0.068) calc(50% + var(--s) * 0.516) var(--g), calc(50% + var(--s) * -0.068) calc(50% + var(--s) * 0.516) var(--g), calc(50% + var(--s) * -0.199) calc(50% + var(--s) * 0.481) var(--g), calc(50% + var(--s) * -0.317) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * -0.481) calc(50% + var(--s) * 0.199) var(--g), calc(50% + var(--s) * -0.516) calc(50% + var(--s) * 0.068) var(--g), calc(50% + var(--s) * -0.516) calc(50% + var(--s) * -0.068) var(--g), calc(50% + var(--s) * -0.481) calc(50% + var(--s) * -0.199) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * -0.317) var(--g), calc(50% + var(--s) * -0.317) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * -0.199) calc(50% + var(--s) * -0.481) var(--g), calc(50% + var(--s) * -0.068) calc(50% + var(--s) * -0.516) var(--g), calc(50% + var(--s) * 0.068) calc(50% + var(--s) * -0.516) var(--g), calc(50% + var(--s) * 0.199) calc(50% + var(--s) * -0.481) var(--g), calc(50% + var(--s) * 0.317) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * -0.317) var(--g), calc(50% + var(--s) * 0.481) calc(50% + var(--s) * -0.199) var(--g), calc(50% + var(--s) * 0.516) calc(50% + var(--s) * -0.068) var(--g);
    mask: calc(50% + var(--s) * 0.427) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * 0.111) var(--g), calc(50% + var(--s) * 0.37) calc(50% + var(--s) * 0.214) var(--g), calc(50% + var(--s) * 0.302) calc(50% + var(--s) * 0.302) var(--g), calc(50% + var(--s) * 0.214) calc(50% + var(--s) * 0.37) var(--g), calc(50% + var(--s) * 0.111) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * 0) calc(50% + var(--s) * 0.427) var(--g), calc(50% + var(--s) * -0.111) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * -0.214) calc(50% + var(--s) * 0.37) var(--g), calc(50% + var(--s) * -0.302) calc(50% + var(--s) * 0.302) var(--g), calc(50% + var(--s) * -0.37) calc(50% + var(--s) * 0.214) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * 0.111) var(--g), calc(50% + var(--s) * -0.427) calc(50% + var(--s) * 0) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * -0.111) var(--g), calc(50% + var(--s) * -0.37) calc(50% + var(--s) * -0.214) var(--g), calc(50% + var(--s) * -0.302) calc(50% + var(--s) * -0.302) var(--g), calc(50% + var(--s) * -0.214) calc(50% + var(--s) * -0.37) var(--g), calc(50% + var(--s) * -0.111) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * 0) calc(50% + var(--s) * -0.427) var(--g), calc(50% + var(--s) * 0.111) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * 0.214) calc(50% + var(--s) * -0.37) var(--g), calc(50% + var(--s) * 0.302) calc(50% + var(--s) * -0.302) var(--g), calc(50% + var(--s) * 0.37) calc(50% + var(--s) * -0.214) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * -0.111) var(--g), radial-gradient(calc(var(--s) * 0.473), #000 99%, #0000 101%) subtract, calc(50% + var(--s) * 0.516) calc(50% + var(--s) * 0.068) var(--g), calc(50% + var(--s) * 0.481) calc(50% + var(--s) * 0.199) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * 0.317) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * 0.199) calc(50% + var(--s) * 0.481) var(--g), calc(50% + var(--s) * 0.068) calc(50% + var(--s) * 0.516) var(--g), calc(50% + var(--s) * -0.068) calc(50% + var(--s) * 0.516) var(--g), calc(50% + var(--s) * -0.199) calc(50% + var(--s) * 0.481) var(--g), calc(50% + var(--s) * -0.317) calc(50% + var(--s) * 0.413) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * 0.317) var(--g), calc(50% + var(--s) * -0.481) calc(50% + var(--s) * 0.199) var(--g), calc(50% + var(--s) * -0.516) calc(50% + var(--s) * 0.068) var(--g), calc(50% + var(--s) * -0.516) calc(50% + var(--s) * -0.068) var(--g), calc(50% + var(--s) * -0.481) calc(50% + var(--s) * -0.199) var(--g), calc(50% + var(--s) * -0.413) calc(50% + var(--s) * -0.317) var(--g), calc(50% + var(--s) * -0.317) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * -0.199) calc(50% + var(--s) * -0.481) var(--g), calc(50% + var(--s) * -0.068) calc(50% + var(--s) * -0.516) var(--g), calc(50% + var(--s) * 0.068) calc(50% + var(--s) * -0.516) var(--g), calc(50% + var(--s) * 0.199) calc(50% + var(--s) * -0.481) var(--g), calc(50% + var(--s) * 0.317) calc(50% + var(--s) * -0.413) var(--g), calc(50% + var(--s) * 0.413) calc(50% + var(--s) * -0.317) var(--g), calc(50% + var(--s) * 0.481) calc(50% + var(--s) * -0.199) var(--g), calc(50% + var(--s) * 0.516) calc(50% + var(--s) * -0.068) var(--g);
  }
}

.age-gate__denied {
  background-image: url("/assets/elements/bg-waves-green.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.age-gate__denied p {
  font-family: var(--font-sans);
  font-size: var(--type-default);
  color: #ffffff;
}

.age-gate__modal--denied .age-gate__title,
.age-gate__modal--denied .age-gate__text {
  display: none;
}

.age-gate__denied--hidden {
  display: none;
}

/* >=480 */
@media (min-width: 480px) {
  .flavours-notes__media {
    min-height: 30rem;
  }

  .flavours__sep-waves {
    margin-bottom: 10%;
  }
  
    .age-gate__btn {
    --s: 8rem;
  }
}


/* >=768 */
@media (min-width: 768px) {
  .hero__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 2.5rem;
  }

  .flavours-notes__media {
    min-height: 40rem;
  }

   .flavours__sep-waves {
    margin-bottom: 20%;
  }

  .contact__title {
    font-size: 2rem;
  }

  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .footer-columns > :nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-columns > :nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-columns > :nth-child(7) {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-columns > :nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-columns > :nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-columns > :nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }

  .footer-columns > :nth-child(6) {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
  }

  .story__bottom-bg {
    flex: 0 0 clamp(500px, 80vh, 520px)
  }

  .age-gate__btn {
    --s: 9rem;
  }


}

/* <=1024 */
@media (max-width: 1023px) {
  .site-nav--mobile {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: rgba(var(--dgreen-rgb), 0.8);
    opacity: 0;
    transition: opacity 0.2s ease;
    height: 100vh;
    height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
    overflow: hidden;
  }

  .site-nav--mobile.is-open {
    pointer-events: auto;
    opacity: 1;
  }

  .mobile-nav__sheet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 2% 0;
    pointer-events: auto;
    overflow-x: hidden;
    overflow: hidden;
  }

  .mobile-nav__list {
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: clamp(8px, 1.2vh, 16px);
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden;
    background-color: rgba(var(--dgreen-rgb), 0.8);
  }


  .mobile-nav__item {
    width: 100% !important;
    margin: 0;
  }

  .mobile-nav__item + .mobile-nav__item {
    margin-top: 0;
  }

  .mobile-nav__link {
    display: block;
    width: 100% !important;
    text-align: center;
    padding-top: calc(var(--nav-item-pad-y, 14px) * 1.3) !important;
    padding-bottom: calc(var(--nav-item-pad-y, 14px) * 1.3) !important;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0;
    border-radius: 0;
    border: none;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-serif);
    background:
      linear-gradient(to bottom,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.00) 90%
      ),
      linear-gradient(to top,
        rgba(var(--nav-bg-rgb), 0.00) 0%,
        rgba(var(--nav-bg-rgb), 0.80) 35%,
        rgba(var(--nav-bg-rgb), 0.80) 100%
    ) !important;
  }

  .site-nav--mobile a.mobile-nav__link,
  .site-nav--mobile a.mobile-nav__lang-trigger,
  .site-nav--mobile .mobile-nav__lang-options a.mobile-nav__link {
    font-size: var(--type-large);
    text-transform: uppercase;
    font-family: var(--font-sans);
    color: rgba(255, 255, 255, 0.7);
  }

  .mobile-nav__sep {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100vw;
    height: clamp(10px, 1.8vh, 16px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 0 !important;
    line-height: 0;
    overflow: hidden !important;
    opacity: var(--mobile-nav-sep-opacity);
    background-color: rgba(var(--dgreen-rgb), 0) !important;
  }

  .mobile-nav__item:last-child .mobile-nav__sep {
    display: none;
  }

  .mobile-nav__lang-options {
    display: none;
    flex-direction: column;
    gap: calc(clamp(32px, 6.4vh, 64px) * 0.5);
  }

  .site-nav--mobile.is-lang-mode .mobile-nav__item {
    display: none;
  }

  .site-nav--mobile.is-lang-mode .mobile-nav__item--lang {
    display: block;
    order: -1;
  }

  .site-nav--mobile.is-lang-mode .mobile-nav__sep {
    display: none;
  }

  .site-nav--mobile.is-lang-mode .mobile-nav__lang-options {
    display: flex;
  }

  .site-nav--mobile.is-lang-mode .mobile-nav__list {
    justify-content: flex-start;
  }

  .mobile-nav__lang-options .mobile-nav__link {
    padding-top: calc(var(--nav-item-pad-y, 14px) * 0.65) !important;
    padding-bottom: calc(var(--nav-item-pad-y, 14px) * 0.65) !important;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-nav__lang-options .mobile-nav__link--active {
    background: rgba(var(--nav-bg-rgb), 0.9) !important;
    color: var(--beige);
    pointer-events: none;
  }

  .site-nav--mobile a.mobile-nav__link:hover,
  .site-nav--mobile a.mobile-nav__link:active,
  .site-nav--mobile a.mobile-nav__lang-trigger:hover,
  .site-nav--mobile a.mobile-nav__lang-trigger:active,
  .site-nav--mobile .mobile-nav__lang-options a.mobile-nav__link:hover,
  .site-nav--mobile .mobile-nav__lang-options a.mobile-nav__link:active {
    color: rgba(255, 255, 255, 1);
  }

  .site-nav--mobile .mobile-nav__item--lang > .mobile-nav__lang-trigger {
    font-family: var(--font-sans);
    font-size: var(--type-default);
    color: rgba(255, 255, 255, 0.5);
  }

  .site-nav--mobile .mobile-nav__item--lang .mobile-nav__lang-options a.mobile-nav__link,
  .site-nav--mobile .mobile-nav__item--lang .mobile-nav__lang-options span.mobile-nav__link {
    font-size: var(--type-default);
  }

  .site-nav--mobile .mobile-nav__item--lang .mobile-nav__lang-options span.mobile-nav__link--active {
    font-family: var(--font-sans);
  }

  .site-nav--mobile .mobile-nav__item--lang > .mobile-nav__lang-trigger:hover,
  .site-nav--mobile .mobile-nav__item--lang > .mobile-nav__lang-trigger:active {
    color: rgba(255, 255, 255, 1);
  }

  .site-nav--mobile.is-lang-mode .mobile-nav__item--lang .mobile-nav__sep {
    margin-block: clamp(8px, 1.2vh, 12px) !important;
  }
  span.mobile-nav__link--active {
  text-transform: uppercase;
  }
}

/* >=1024 */
@media (min-width: 1024px) {

  .section--flavours-notes {
    flex-direction: row;
    min-height: auto;
    --flavours-notes-font-size: var(--flavours-body-size);
  }

  .flavours-notes__panel,
  .flavours-notes__media {
    flex: 1 0 50%;
    min-height: auto;
  }

  .flavours-notes__panel {
    order: 1;
  }

  .flavours-notes__media {
    order: 2;
  }

  .flavours-notes__inner {
    padding: 5% 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .flavours-notes__top,
  .flavours-notes__bottom {
    flex: 0 0 auto;
    flex-shrink: 0;
  }


  .cocktails__panel--liscio {
    align-items: center;
    justify-content: flex-end;
  }

  .cocktails__box--liscio {
    margin: 0 clamp(2vw, 3vw, 5vw) clamp(40vw, 45vw, 50vw) 0;
  }

  .cocktails__panel--winter {
    align-items: center;
    justify-content: flex-start;
  }

  .cocktails__box--winter {
    margin: 0  0 clamp(45vw, 50vw, 55vw) clamp(2vw, 3vw, 5vw);
  }

  .cocktails-mix__copy {
    justify-content: flex-start;
  }

  .cocktails-mix__items {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2.6vh, 20px);
    max-width: 80%;
    align-items: baseline;
  }
  
  .cocktails-mix__title {
    flex: 0 0 auto;
    font-size: var(--type-large);
  }

  .cocktails-mix .flavours-notes__copy {
    max-width: none;
  }

  .flavours-notes__copy {
    flex: 1 1 auto;
    max-width: 50%;
    margin: 0 auto;
    font-size: 1.40em;
  }

  .cocktails-mix__item {
    margin: 0 10% 10% 0;
  }

  .cocktails-mix__title h2 {
    font-weight: 300;
    margin: 4% 0;
  }

  .cocktails-mix__item p {
    font-size: var(--type-default);
  }

  .cocktails-mix__item span {
    font-size: var(--type-small);
  }

  .story__bottom-bg {
    flex: 0 0 clamp(550px, 100vh, 600px);
  }

   .contact__title {
    font-size: var(--type-large);
    font-weight: 300;
  }

  .contact__desc {
    font-size: var(--type-default);
  }

  .footer-columns {
    padding: 4%;
  }

  .footer-column--company,
  .footer-column--actions,
  .footer-column--legal {
    margin: 5% 0;
  }

  .footer-decoration {
    margin: auto 0;
  }

  .footer-column--company {
    text-align: left;
  }

   .footer-column--legal {
    text-align: right;
   }

  .footer-disclaimer,
  .footer-built {
    padding: 1% 0;
  }

  .footer-built {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%), rgba(var(--dgreen-rgb), 0.6); 
  }

} 

/* >=1280 */
@media (min-width: 1280px) {
    .flavours__sep-waves {
    margin-bottom: 15%;
  }
  .cocktails__box--liscio {
    margin: 0 clamp(2vw, 3vw, 5vw) clamp(30vw, 32vw, 40vw) 0;
  }

  .cocktails__box--winter {
    margin: 0 0 clamp(40vw, 44vw, 50vw) clamp(2vw, 3vw, 5vw);
  }

  .story__bottom-bg {
    flex: 0 0 clamp(700px, 120vh, 800px);
  }

}


/* >=1536 */
@media (min-width: 1536px) {
  .cocktails__box--winter {
  margin: 0 0 clamp(30vw, 34vw, 50vw) clamp(2vw, 3vw, 5vw);
  }

   .cocktails__box--liscio {
    margin: 0 clamp(2vw, 3vw, 5vw) clamp(20vw, 22vw, 30vw) 0;
  }

  .cocktails__kicker {
    font-size: var(--type-large);
  }
  .cocktails__copy {
    font-size: var(--type-default);
  }

   .story__bottom-bg {
    flex: 0 0 clamp(900px, 130vh, 2500px);
  }

  .footer-diamond-sep {
    width: 100%;
  }
  .story__inner {
    padding: 4%;
  }
}

/* >=2560 */
@media (min-width: 2560px) {
  .cocktails__box--winter {
  margin: 0 0 0 clamp(2vw, 3vw, 5vw);
  }

  .cocktails__panel--vh {
    min-height: 150svh;
  }

  .cocktails__panel--liscio {
  --cocktails-panel-bg: url("/assets/images/cocktails-bg1-crop.jpg");
  }

  .cocktails__panel--winter {
  --cocktails-panel-bg: url("/assets/images/cocktails-bg2-crop.jpg");
  }

}

html.js .reveal {
  opacity: 0;
  transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 0), 0);
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

html.js .reveal.is-revealed {
  opacity: 1;
  transform: none;
}

.reveal--from-left {
  --reveal-x: -40px;
}

.reveal--from-right {
  --reveal-x: 40px;
}

.reveal--from-top {
  --reveal-y: -24px;
}

.reveal--from-bottom {
  --reveal-y: 24px;
}

@keyframes navItemIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item {
  animation: navItemIn 420ms ease both;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(1) {
  animation-delay: 0s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(2) {
  animation-delay: 0.12s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(3) {
  animation-delay: 0.24s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(4) {
  animation-delay: 0.36s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(5) {
  animation-delay: 0.48s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(6) {
  animation-delay: 0.6s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(7) {
  animation-delay: 0.72s;
}

.site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item:nth-of-type(8) {
  animation-delay: 0.84s;
}

.site-header.site-header--nav-open .nav-list li {
  animation: navItemIn 420ms ease both;
}

.site-header.site-header--nav-open .nav-list li:nth-child(1) {
  animation-delay: 0s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(2) {
  animation-delay: 0.12s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(3) {
  animation-delay: 0.24s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(4) {
  animation-delay: 0.36s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(5) {
  animation-delay: 0.48s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(6) {
  animation-delay: 0.6s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(7) {
  animation-delay: 0.72s;
}

.site-header.site-header--nav-open .nav-list li:nth-child(8) {
  animation-delay: 0.84s;
}

@media (prefers-reduced-motion: reduce) {
  html.js .reveal,
  html.js .reveal.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }

  .site-nav--mobile.is-open .mobile-nav__list > .mobile-nav__item,
  .site-header.site-header--nav-open .nav-list li {
    animation: none;
  }
}
