#age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #1a1208;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
#age-gate.hidden {
  display: none;
}
.age-gate__box {
  text-align: center;
  max-width: 480px;
}
.age-gate__brand {
  font-family: 'Georgia', serif;
  font-size: 0.8125rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #cb9a85;
  margin-bottom: 2rem;
}
.age-gate__headline {
  font-family: 'Georgia', serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.age-gate__sub {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.age-gate__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.age-gate__buttons button {
  padding: 0.75rem 2.5rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}
.age-gate__buttons button:first-child {
  background: #cb9a85;
  border-color: #cb9a85;
  color: #fff;
}
.age-gate__buttons button:first-child:hover {
  background: #d7b2a2;
  border-color: #d7b2a2;
}
.age-gate__buttons button:last-child:hover {
  background: rgba(255, 255, 255, 0.1);
}
.age-gate__sub a {
  color: #cb9a85;
  text-decoration: underline;
}
.age-gate__sub a:hover {
  color: #fff;
}
.age-gate__notice {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
}
/* CSS RESET, thanks https://www.joshwcomeau.com/css/custom-css-reset/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  background: #1a1208;
}
body {
  font-family: 'Arial', sans-serif;
  color: #505050;
  background: #f5f0e8;
}
#site {
  max-width: 1920px;
  margin: 0 auto;
  background: #f5f0e8 url('img/bg-repeat.png') repeat;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section-label {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 1.75rem;
  font-family: 'Georgia', serif;
  color: #cb9a85;
  margin-bottom: 3rem;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  text-align: left;
}
main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
}
section {
  padding: 20px 0;
}
section.img img {
  width: 100%;
  height: auto;
}
.hero {
  width: 100%;
  height: max(60vh, 600px);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
section h2 {
  font-family: 'Georgia', serif;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  line-height: 1.2;
  color: #cb9a85;
}
section p {
  line-height: 1.8;
  font-size: 1rem;
  color: #505050;
}
section.product {
  padding: 0;
}
section.product .product__name {
  text-align: center;
  padding: 20px 0;
}
section.product .product__parallax {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
section.product .product__parallax-bg {
  position: absolute;
  inset: -200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
}
section.product .product__body {
  padding: 40px 0;
  align-items: start;
}
section.product .product__info .section-label {
  text-align: left;
  margin-bottom: 1.5rem;
}
section.product .product__info p {
  margin-bottom: 2rem;
}
section.product .product__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
section.product .product__links a {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
  transition: background 0.2s, color 0.2s;
}
section.product .product__links a:hover {
  background: #000;
  color: #fff;
}
section.product .product__img {
  border: 1px solid #1b2a4a;
  padding: 6px;
}
section.product .product__img img {
  width: 100%;
  height: auto;
}
.parallax-full {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 0;
}
.parallax-full__bg {
  position: absolute;
  inset: -200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
}
.parallax-text {
  position: relative;
  height: 380px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0;
}
.parallax-text__bg {
  position: absolute;
  inset: -200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
}
.parallax-text__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.parallax-text__content {
  position: relative;
  z-index: 1;
}
.parallax-text__content h2 {
  font-family: 'Georgia', serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #fff;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.parallax-text__content p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 620px;
  line-height: 1.75;
  font-size: 0.9375rem;
}
.parallax-text__content a {
  color: #cb9a85;
  text-decoration: none;
}
.parallax-text__content a:hover {
  text-decoration: underline;
}
.cocktails {
  background: #1a1208;
  padding: 60px 0;
  margin-top: -40px;
}
.cocktails .section-label {
  color: #cb9a85;
  margin-bottom: 1.5rem;
}
.cocktails__intro {
  color: rgba(255, 255, 255, 0.6);
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.cocktails__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.cocktail {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.cocktail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cocktail h3 {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
}
.cocktail a {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #cb9a85;
  text-decoration: none;
  border-bottom: 1px solid #cb9a85;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.cocktail a:hover {
  color: #fff;
  border-color: #fff;
}
.contact__heading {
  font-family: 'Georgia', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #cb9a85;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.5rem;
}
.contact__heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #cb9a85;
  margin: 0.75rem auto 3rem;
}
.contact__items {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact__item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.contact__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: #1a1208;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
}
.contact__detail strong {
  display: block;
  font-weight: 700;
  color: #505050;
  margin-bottom: 0.25rem;
}
.contact__detail p {
  font-size: 0.9375rem;
  color: #505050;
  line-height: 1.6;
}
.contact__detail a {
  color: #505050;
  text-decoration: none;
}
.contact__detail a:hover {
  color: #cb9a85;
}
.faq__list {
  max-width: 800px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__download {
  max-width: 800px;
  margin: 2rem auto 0;
  text-align: center;
}
.faq__download a {
  display: inline-block;
  padding: 0.625rem 1.5rem;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
  transition: background 0.2s, color 0.2s;
}
.faq__download a:hover {
  background: #000;
  color: #fff;
}
.faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 2rem;
  padding: 1.5rem 0;
  cursor: pointer;
  font-family: 'Georgia', serif;
  font-size: 1.0625rem;
  color: #505050;
  text-align: left;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  color: #cb9a85;
  flex-shrink: 0;
  line-height: 1;
}
.faq-item[open] summary {
  color: #cb9a85;
}
.faq-item[open] summary::after {
  content: '−';
}
.faq-item p,
.faq-item ul {
  padding: 0 0 1.5rem;
  color: #505050;
  line-height: 1.8;
  font-size: 0.9375rem;
}
.faq-item ul {
  padding-left: 1.25rem;
}
.faq-item ul li {
  list-style: disc;
  margin-bottom: 0.375rem;
}
footer {
  background: #1a1208;
  color: rgba(255, 255, 255, 0.5);
  padding: 3rem 0;
  text-align: center;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}
.footer__tagline {
  font-family: 'Georgia', serif;
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  color: #fff;
  font-weight: normal;
}
.footer__nav {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer__nav a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 0 0.875rem;
  transition: color 0.2s;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__nav a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.footer__responsible {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 680px;
  line-height: 1.6;
}
.footer__responsible a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: underline;
}
.footer__responsible a:hover {
  color: #fff;
}
.footer__copy {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
}
#modal-terms,
#modal-privacy {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
#modal-terms.open,
#modal-privacy.open {
  display: flex;
}
.modal__box {
  background: #f5f0e8;
  max-width: 760px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.modal__close:hover {
  color: #cb9a85;
}
.modal__body {
  overflow-y: auto;
  padding: 2.5rem 3rem 2.5rem 2.5rem;
}
.modal__body h2 {
  font-family: 'Georgia', serif;
  font-size: 1.75rem;
  color: #cb9a85;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
}
.modal__body h3 {
  font-family: 'Georgia', serif;
  font-size: 1rem;
  color: #1a1208;
  font-weight: normal;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
}
.modal__body p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #505050;
  margin-bottom: 0.75rem;
}
.modal__body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.modal__body ul li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #505050;
  margin-bottom: 0.375rem;
}
.modal__body a {
  color: #cb9a85;
  text-decoration: none;
}
.modal__body a:hover {
  text-decoration: underline;
}
.footer__social {
  display: flex;
  gap: 0.75rem;
}
.footer__social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  transition: background 0.2s;
}
.footer__social a:hover {
  background: #cb9a85;
}
