/* Menu  */
.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  padding-right: 2.34vw;
  padding-top: 2.8vh;
  margin-bottom: -9.2vh;
  padding-left: 6.35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__icon {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 101;
  margin-left: calc(-1 * calc(2.34vw + 48px));
  cursor: pointer;
}
.menu__outline {
  width: 100vw;
  -webkit-filter: drop-shadow(0 0 0.25rem var(--color-gray));
  filter: drop-shadow(0 0 0.25rem var(--color-gray));
}
.menu__content {
  padding: 0.5em 1em;
  border-radius: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu__label {
  text-transform: uppercase;
}
.menu__info {
}

/* Navigation */
.nav {
  position: fixed;
  top: 0;
  z-index: 102;
  width: 100vw;
  height: 100vh;
  background-color: black;
  padding: 6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -103%;
  -webkit-transition: margin-left 0.7s cubic-bezier(1, 0, 0, 1);
  -o-transition: margin-left 0.7s cubic-bezier(1, 0, 0, 1);
  transition: margin-left 0.7s cubic-bezier(1, 0, 0, 1);
}
.nav-active {
  margin-left: 0;
}
.nav__item {
  display: block;
  color: var(--color-gray);
  font-size: 12vh;
  line-height: 1.8;
  text-decoration: none;
  text-transform: uppercase;
}
.nav__item-active {
  color: var(--color-turquoise);
}
.nav__item-active span {
  color: inherit;
}
.nav__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: 1em;
  cursor: pointer;
}

.decoration {
  width: 100vw;
  height: 100vh;
  position: relative;
  padding: var(--padding);
  background-color: black;
}
/* Sections */
.section {
  min-height: 100vh;
  width: 100vw;
  padding-top: 12.48vh;
  padding-bottom: 8.32vh;
  position: relative;
  background-color: black;
}
.section__padded {
  padding: var(--padding);
}
.section__centered {
  padding-left: 2.34vw;
  padding-right: 2.34vw;
  /* display: flex;
  justify-items: center;
  align-items: center; */
}
.section__shifted {
  padding-top: 14vh;
  padding-left: 6.35vw;
  padding-right: 2.34vw;
}
.animation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100vw;
  height: 200vh;
  padding: 0;
  overflow-x: hidden;
  background-color: black;
}
.animation canvas {
  width: 100vw;
  height: 100vh;
}
.martini {
}

.quote {
  margin-top: -10vh;
}

.quote__text {
  font-family: Arachne, serif;
  font-size: 4.5em;
  line-height: 1.1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 6%;
}

/* Vermouth section */
.vermouth {
  /* height: 140vh;
  z-index: 10; */
}
.expandable h2 {
  cursor: pointer;
}
.expandable .expand-container {
  overflow: hidden;
}
.expandable p.detail {
  margin-top: -100%;
  -webkit-transition: margin-top 0.7s cubic-bezier(1, 0, 0, 1);
  -o-transition: margin-top 0.7s cubic-bezier(1, 0, 0, 1);
  transition: margin-top 0.7s cubic-bezier(1, 0, 0, 1);
}
.expandable p.detail.expanded {
  margin-top: 2%;
  padding-bottom: 1em;
}
.vermouth__text {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}

.section p {
  font-size: 1.26em;
}

.vermouth__text p {
  /* font-size: 1.26em; */
  /* font-size: 2.4rem; */
}

.garnish {
  min-height: 102vh;
}
.garnish__items {
  margin-top: 0.5em;
  margin-bottom: -1em;
}
.garnish__text p {
  /* font-size: 1.26em; */
}
.garnish h2:first-child {
  margin-top: -5vh;
}

/* Icecubes section */
.icecubes {
}

/* Gin section */
.gin-vodka {
  /* box-shadow: 0px -50vh 113px 5px blue; */
  min-height: auto;
  padding-bottom: 1vh !important;
}

.gin-vodka h2 {
  margin-bottom: 2rem;
}

.gin-vodka .column {
  padding-right: 2.2vw;
}
.shapes-3 {
  height: 100vh;
  padding: 4vh 0;
}

.shape-4 {
  margin-top: -30vh;
}

/* Cinema section */
.culture img {
  padding: 7rem 0;
  margin: 0 auto;
  height: auto;
  max-width: 60vw;
}
/* .culture .img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
} */

/* Landing section */
.landing {
  min-height: 100vh;
  width: 100vw;
  padding-top: 12.48vh;
  padding-bottom: 8.32vh;
  position: relative;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing div p {
  margin-top: 1em;
}
.landing p {
  text-align: center;
}

.landing h1 {
  text-align: center;
}
.landing .pitch {
  line-height: 1.07;
}

/* Landing page */
.start-wrapper {
  cursor: pointer;
  position: relative;
  width: 13em;
  height: 2em;
}

.start-outline {
  height: 2em;
  padding: 0.3em 0.85em;
  border-radius: 1.75em;
  -webkit-box-shadow: 0 0 0.75rem #e1e1e1;
  box-shadow: 0 0 0.75rem #e1e1e1;
  -webkit-animation: blinker 2s ease-in-out infinite;
  animation: blinker 2s ease-in-out infinite;
}

.start-button {
  position: absolute;
  top: 18%;
  -webkit-transform: translateX(20.5%);
  -ms-transform: translateX(20.5%);
  transform: translateX(20.5%);
  font-size: 1.2em;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
