@charset "UTF-8";
/* ======== VARIABLES ======== */
/* #region */
:root {
  --timing: 1s;
  --sm: 40px;
  --xl: 80px;
  --xxl: 80px;
  --white: #fff;
  --g-200: #e9ecef;
  --g-300: #dee2e6;
  --g-400: #ced4da;
  --g-500: #adb5bd;
  --g-600: #9797A6;
  --g-700: #554957;
  --g-800: #343a40;
  --light: #FFF7E1;
  --gold: #E8CF8E;
  --dirty: #8C8266;
  --line: #403B2F;
  --brown: #382214;
  --rusty: #220B05;
  --dark: #131814;
  --black: #000304;
}

/* #endregion */
/* ========= MIXINS ========== */
/* #region */
/* #endregion */
/* ---------------------------------- */
/* ---------GLOBAL STYLE v4---------- */
/* ---------------------------------- */
/* --------FONT FAMILY-------- */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter_reg.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}
@font-face {
  font-family: "Editorial";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Editorial.woff2") format("woff2");
  unicode-range: U+0000-00FF;
}
/* --------RESET-------- */
/* #region */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-user-drag: none;
  user-select: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  display: none;
}

html {
  background: var(--black);
}

body {
  position: relative;
  overscroll-behavior: none;
  scroll-behavior: auto;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--dirty);
}

#page-grid {
  position: absolute;
  pointer-events: none;
  inset: 0;
  z-index: -1;
  background: var(--black);
}

#page-grid span {
  display: flex;
}

#page-grid span,
#page-grid i {
  height: 100%;
  width: 100%;
  outline: 1px solid var(--line);
}

#page-grid i {
  background: transparent;
  width: 20px;
  margin: 0 auto;
}

ul {
  list-style: none;
}

li {
  list-style-position: inside;
}

button,
select,
label,
a {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:has(i) {
  display: inline-flex;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  max-width: 100%;
}

a,
button,
input[type=button],
input[type=submit] {
  /* Disattiva l'effetto di highlight sugli eventi click nei touchscreen */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  color: currentColor;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(76%) sepia(16%) saturate(338%) hue-rotate(5deg) brightness(86%) contrast(89%);
  cursor: pointer;
  transform: scale(1.4);
}

button,
iframe,
video,
select {
  border: 0;
  background: transparent;
}

canvas {
  image-rendering: optimizeSpeed;
}

form fieldset {
  border: none;
}

form input:not([type=checkbox]):not([type=radio]),
form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid var(--light);
  border-radius: 0;
  color: var(--light);
}

img.cover,
video.cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

hr {
  border-top: none !important;
  border-color: var(--line) !important;
}

address {
  font-style: normal;
}

.active a,
:disabled {
  pointer-events: none;
}

/* #endregion */
/* --------FONT SIZE-------- */
/* #region */
a,
p,
b,
strong,
em,
small,
address,
span,
li,
dt,
dd,
td,
th,
label,
input,
textarea,
figcaption,
blockquote,
code,
cite,
button,
legend {
  line-height: 1.4;
}

h1,
h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 200;
  line-height: 1.2;
  font-family: "Editorial", serif;
}

h1,
h2 {
  text-transform: uppercase;
  font-size: 64px;
  color: var(--light);
}

h3,
.h3,
h4,
.h4 {
  letter-spacing: 1px;
}

h3,
.h3 {
  font-size: 32px;
  color: var(--light);
}

h4,
.h4 {
  color: var(--gold);
  font-size: 22px;
}

b,
h5,
strong,
small {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

b,
.nav__link,
strong,
main small {
  letter-spacing: 4px;
}

b,
h5,
strong {
  color: var(--gold);
}

strong {
  line-height: 0;
}

form .h4,
small {
  color: var(--light);
}

/* #endregion */
/* --------ICON DESIGN-------- */
i {
  display: inline-block;
  background: currentColor;
}

.wave {
  min-width: 60px;
  max-width: 60px;
  height: 15px;
  background: url("/wp-content/themes/weissetraube/media/svg/icon_wave.svg") bottom left no-repeat;
}

.it,
.de {
  min-width: 18px;
  max-width: 18px;
  height: 12px;
}

.it {
  background: url("/wp-content/themes/weissetraube/media/svg/flag_it.svg") bottom left no-repeat;
}

.de {
  background: url("/wp-content/themes/weissetraube/media/svg/flag_de.svg") bottom left no-repeat;
}

.google {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  transform-origin: right;
  transform: scale(1.1);
  background: url("/wp-content/themes/weissetraube/media/loghi/logo_Google.svg") bottom left no-repeat;
}

.colla {
  min-width: 46px;
  max-width: 46px;
  height: 21px;
  transform: translate(4px, 25%) rotate(-8deg);
  background: url("/wp-content/themes/weissetraube/media/loghi/logo_Collaw.svg") bottom left no-repeat;
}

.star,
.star-half {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
}

.star {
  background: url("/wp-content/themes/weissetraube/media/svg/icon_star.svg") bottom left no-repeat;
}

.star-half {
  background: url("/wp-content/themes/weissetraube/media/svg/icon_star-half.svg") bottom left no-repeat;
}

.star-empty {
  background: url("/wp-content/themes/weissetraube/media/svg/empty-star.svg") bottom left no-repeat;
}

.arrow,
.sx-arrow,
.v-arrow,
.d-arrow {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  background: url("/wp-content/themes/weissetraube/media/svg/icon_arrow.svg") bottom left no-repeat;
}

.sx-arrow {
  transform: scaleX(-1);
}

.v-arrow {
  transform: rotate(90deg);
}

.d-arrow {
  transform: rotate(-45deg);
}

/* ---------PADDING & MARGIN---------- */
/* #region */
.p,
.py,
.pt {
  padding-top: 20px;
}

.p,
.py,
.pb {
  padding-bottom: 20px;
}

.p,
.paragraph,
.px,
.pl {
  padding-left: 20px;
}

.p,
.paragraph,
.px,
.pr {
  padding-right: 20px;
}

.m,
.my,
.mt {
  margin-top: 20px;
}

.m,
.my,
.mb {
  margin-bottom: 20px;
}

.m,
.mx,
.ml {
  margin-left: 20px;
}

.m,
.mx,
.mr {
  margin-right: 20px;
}

/* #endregion */
/* --------GENERAL CONTAINER--------- */
/* #region */
.w-100 {
  width: 100% !important;
}

.box-full,
.box-content {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.box-full > *,
.box-content > * {
  padding-left: var(--xl);
  padding-right: var(--xl);
  width: 100%;
}

.box-full > * {
  max-width: 1920px;
}

.box-content > * {
  max-width: 1280px;
}

.b-round {
  border-radius: 5px;
}

.b-pill {
  border-radius: 999px !important;
}

.bg-ghost {
  border-radius: 5px;
  background: rgba(33, 33, 33, 0.5);
  backdrop-filter: blur(3px);
}

/* #endregion */
/* -------------ANIMAZIONI------------- */
/* #region */
.wrapper {
  overflow: hidden;
}

.wrapper-x,
body {
  overflow-x: clip;
}

.from {
  opacity: 0;
}

.from:not(.from-left):not(.from-right):not(.from-top):not(.from-bottom) {
  transition: transform var(--timing) ease-out, opacity var(--timing) ease-out;
}

.actived {
  opacity: 1 !important;
}

.from-left {
  transform: translateX(-40vw);
}

.from-right {
  transform: translateX(40vw);
}

.from-top {
  transform: translateY(-100%);
}

.from-bottom {
  transform: translateY(50%);
}

/* #endregion */
/* ======= UNDERLINE ======== */
/* #region */
.d-block,
.tfx-block-h {
  display: block;
}

.tfx-block-h * {
  background-repeat: no-repeat;
}

.subline-h {
  display: inline !important;
  padding-bottom: 2px;
  background-size: 0 1px;
  background-position: 0 100%;
  transition: background-size 0.4s linear;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
}

.tfx-block-h:hover .subline-h {
  background-size: 100% 1px;
}

/* #endregion */
/* --------HOVER STYLE--------- */
/* --------MOBILE QUERY--------- */
.d-none {
  display: none !important;
}

/* --------SUBCOMPONENTS--------- */
/* #region */
.bubble {
  z-index: -1;
}

.gallery::before,
form::before {
  width: 400px;
  top: -300px;
}

.gallery::after,
form::after,
#hour::after {
  width: 300px;
  bottom: -200px;
  animation-delay: 1s !important;
}

#hour::after {
  animation-delay: 2s !important;
}

.gallery::before,
form::after {
  left: -100px;
}

.gallery::after,
form::before,
#hour::after {
  right: -100px;
}

.gallery::before,
.gallery::after,
form::before,
form::after {
  z-index: 1;
}

.gallery::before,
.gallery::after,
form::before,
form::after,
#hour::after,
.bubble {
  content: "";
  position: absolute;
  display: inline-block;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(0, 3, 4, 0.3);
  box-shadow: 0 0 80px 5px rgba(255, 255, 255, 0.15) inset;
  will-change: transform, opacity;
  backface-visibility: hidden;
  pointer-events: none;
  animation: bubbleFloat 8s infinite ease-in-out;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 0.6;
}

@keyframes bubbleFloat {
  25% {
    transform: translate3d(15px, -30px, 0) scale(1.05);
    opacity: 0.8;
  }
  50% {
    transform: translate3d(-10px, -60px, 0) scale(1.1);
    opacity: 1;
  }
  75% {
    transform: translate3d(10px, -30px, 0) scale(1.05);
    opacity: 0.8;
  }
}
/* #endregion */
/* ---------------------------- */
/* -----------RATINGS---------- */
/* ---------------------------- */
/* #region */
.ratings {
  position: relative;
  display: flex;
  align-items: center;
  max-width: fit-content;
  margin-right: auto;
  gap: 14px;
  min-width: 147px;
  z-index: 1;
}

.ratings p {
  font-size: 32px;
  font-family: "Editorial", serif;
  line-height: 0;
  transform: translateY(2px);
  color: var(--gold);
}

.ratings ul {
  display: flex;
  justify-content: space-between;
}

.ratings cite {
  color: var(--light);
  font-size: 10px;
  font-style: normal;
}

/* #endregion */
/* ---------------------------- */
/* --------HOVER BUTTON-------- */
/* ---------------------------- */
/* #region */
.hover-btn {
  position: absolute;
  display: flex;
  top: -100%;
  right: -100%;
  padding: 0;
  width: fit-content;
}

.hover-btn > * {
  display: grid;
  place-items: center;
  border-radius: 999px;
  width: 148px;
  aspect-ratio: 1;
}

/* #endregion */
/* ---------------------------- */
/* -------------CTA------------ */
/* ---------------------------- */
/* #region */
:root {
  --h-btn: 50px;
}

.cta {
  height: var(--h-btn);
  max-height: var(--h-btn);
  position: relative;
  z-index: 6;
  padding: 0 24px;
  font-size: 14px;
  white-space: nowrap;
}

.cta:not(#hamburger) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

button .cta {
  aspect-ratio: 1;
  padding: 0;
}

button.cta {
  max-width: fit-content;
}

.cta.border {
  border: 1px solid var(--line);
}

.cta:not(.border) {
  color: var(--black);
}

.cta,
.cta::after,
.cta::before {
  border-radius: 99px;
}

.cta::after,
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
}

.cta::after {
  z-index: -2;
}

.cta:not(.border)::after {
  background: var(--gold);
}

.cta:not(.border)::before {
  background: var(--rusty);
  border: 1px solid var(--gold);
}

.cta.border::after {
  background: var(--black);
}

.cta.border::before {
  background: var(--rusty);
}

.cta::before {
  z-index: -1;
  transform: scale(0);
  transition: transform 0.3s ease-out;
}

button:disabled:has(.cta) ::after,
.cta:disabled::after {
  background: var(--g-800);
}

/* #endregion */
/* ---------------------------- */
/* ----------HAMBURGER--------- */
/* ---------------------------- */
/* #region */
:root {
  --w: 20px;
}

#hamburger {
  padding: 13px;
  gap: 5px;
}

#hamburger,
.close .x,
.plus .x {
  display: grid;
  place-items: center;
}

.close .x,
.plus .x {
  position: relative;
  height: var(--w);
  aspect-ratio: 1;
}

#hamburger span {
  transition: transform 0.2s linear;
}

#hamburger span,
.x::after,
.x::before {
  width: var(--w);
  height: 1px;
  background: currentColor;
  pointer-events: none;
}

.x {
  pointer-events: none;
  position: relative;
  background: transparent !important;
}

.x::after,
.x::before {
  content: "";
  position: absolute;
  transition: transform 0.4s linear;
}

.close .x::after,
.close .x::before,
.plus .x::after,
.plus .x::before {
  transition-duration: 0.2s;
}

#hamburger span:nth-child(1) {
  margin-top: auto;
}

#hamburger span:nth-child(3) {
  margin-bottom: auto;
}

#opener:checked ~ #hamburger span:nth-child(1) {
  transform-origin: left;
  transform: rotate(-45deg) translateY(300%) scaleX(0);
}

#opener:checked ~ #hamburger span:nth-child(3) {
  transform-origin: right;
  transform: rotate(-45deg) translateY(-300%) scaleX(0);
}

input:checked ~ #hamburger .x::after,
input:checked + .close .x::after {
  transform: rotate(45deg);
}

input:checked ~ #hamburger .x::before,
input:checked + .close .x::before {
  transform: rotate(-45deg);
}

input:checked + .plus .x::before {
  transform: rotate(90deg);
}

/* #endregion */
/* --------------------------- */
/* ----------SLIDER----------- */
/* --------------------------- */
/* #region */
.slider,
section .slider .slide-box {
  position: relative;
  overflow-x: clip;
}

.slider.infinite .slide-wrap {
  transform: translateX(-100%);
}

.slide-box,
.slide-wrap {
  position: relative;
  font-size: 0;
}

.slide-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  transition: transform var(--timing) ease-out;
  height: auto;
  min-width: 100%;
}

.slider:has(.dots) .slide-wrap {
  padding-bottom: 28px;
}

.slider .slide {
  position: relative;
  overflow: hidden;
  display: flex;
  font-size: initial;
  justify-content: center;
  align-items: stretch;
  min-width: 100%;
  max-width: 100%;
  padding: calc(var(--h-btn) + 10px);
}

.slider .slide .cta {
  margin-top: var(--sm);
}

.slide-box > button {
  position: absolute;
  bottom: calc(50% - var(--h-btn) / 2);
}

.slider .controls ~ button,
.slider:has(.dots) .slide-box > button {
  bottom: calc(50% - var(--h-btn) / 2 + 14px);
}

.slider:has(.dots) .controls ~ button {
  bottom: calc(50% - var(--h-btn) + 14px) !important;
}

.slider:has(:not(.dots)) .controls ~ button {
  bottom: calc(50% - var(--h-btn)) !important;
}

.slider.wrapper .prev {
  left: var(--sm);
}

.slider.wrapper .next {
  right: var(--sm);
}

.slider .next {
  right: 0;
}

/* #endregion */
/* ---------------------- */
/* --------HEADER-------- */
/* ---------------------- */
#page-lead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}

#page-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 96px;
  background: var(--black);
  border-bottom: 1px solid var(--line);
}

#masthead,
#masthead ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

#masthead nav {
  margin-left: auto;
}

.nav__link {
  text-transform: uppercase;
  color: var(--light);
}

.nav__link.active {
  position: relative;
  color: var(--gold);
  pointer-events: none;
}

#logo {
  font-size: 0;
  line-height: 0;
}

/* ------------------------- */
/* ------CAMBIO LINGUA------ */
/* ------------------------- */
#lang {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 12px;
  gap: 12px;
}

#lang,
#lang div {
  display: flex;
  align-items: center;
}

#lang div {
  gap: 6px;
}

#lang div:not(.select) > * {
  opacity: 0.4;
}

#lang i {
  border-radius: 1px;
}

/* ---------------------- */
/* --------FOOTER-------- */
/* ---------------------- */
#page-end {
  position: relative;
  background: var(--rusty);
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  min-height: 390px;
  overflow: hidden;
}

#page-end::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -400px;
  height: 576px;
  width: 100%;
  background: url(/wp-content/themes/weissetraube/media/svg/bg_circle.svg) center/auto repeat;
}

#logotype {
  padding-right: 80px;
}

#colophon > * {
  position: relative;
  z-index: 1;
}

#colophon,
#end-nav {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
}

#end-nav {
  margin-left: auto;
}

#end-nav ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 25%;
  text-align: left;
}

#end-nav h5 {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}

#end-nav .subline-h {
  color: var(--light);
}

#end-nav i {
  margin-left: 6px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  transform: translateY(2px);
  background-image: url("/wp-content/themes/weissetraube/media/svg/icon_arroww.svg");
}

#page-end p {
  margin-top: auto;
  color: var(--light);
  width: 100%;
}

#page-end p span {
  color: var(--gold);
  padding-right: 12px;
}

/* ----------COMPONENTS---------- */
/* --------------------------- */
/* ------------HERO----------- */
/* --------------------------- */
/* #region */
#hero {
  position: relative;
}

#hero:not(.home) {
  height: 90vh;
}

#hero.home {
  display: flex;
  align-items: flex-end;
  height: calc(90vh + 160px);
}

#hero .zoom {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  z-index: -1;
  will-change: transform;
}

#hero .zoom img {
  outline: 1px solid var(--line);
}

#hero:not(.home) .zoom {
  height: 100%;
}

#hero.home .zoom {
  height: calc(100% - 160px);
}

#hero .zoom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--xl);
  height: 100%;
  width: calc(100% - var(--xl) * 2);
  background: linear-gradient(15deg, var(--black), transparent 50%, transparent);
}

#hero .zoom::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
}

#hero .ratings {
  padding: 18px 20px;
  margin-left: 1px;
}

.hero-txt {
  overflow: visible;
  padding-top: calc(var(--xxl) + 96px);
}

.hero-txt article {
  padding-top: 24px;
}

.hero-txt h1 {
  position: relative;
  max-width: 840px;
  padding: 30px 0;
  z-index: 1;
}

.hero-txt .bubble {
  height: 400px;
  top: -40px;
  right: 20%;
}

#hero .cta {
  position: absolute;
  bottom: 45px;
  right: var(--xl);
}

/* #endregion */
/* --------------------------- */
/* -----------FOCUS----------- */
/* --------------------------- */
/* #region */
.focus-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.focus-wrap > * {
  width: 50%;
}

.focus-wrap .wrapper {
  overflow: visible;
  padding-left: 20px;
  padding-right: 30px;
  margin-bottom: 140px;
}

.focus-wrap article {
  position: relative;
  padding-right: 20px;
  padding-left: 30px;
}

.focus-wrap article > .bubble {
  height: 333px;
  bottom: 0;
  right: -160px;
  animation-delay: 1s;
}

.focus-wrap h2 {
  position: relative;
}

.focus-wrap h2 .bubble {
  height: 580px;
  left: -50%;
  top: -80px;
  animation-delay: 2s;
}

.paragraph,
.focus-txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.focus-txt + img {
  aspect-ratio: 1.8;
  height: auto;
  margin-bottom: 80px;
}

/* #endregion */
/* ------------------------------ */
/* ----------STICKY-CARD--------- */
/* ------------------------------ */
/* #region */
#sticky {
  position: relative;
}

.sticky-wrap {
  height: calc(90vh + 320px);
  padding: 0;
}

.sticky-wrap img {
  position: sticky;
  top: 0;
  object-position: top;
  height: 90vh;
  border-bottom: 1px solid var(--line);
}

.sticky-txt {
  position: absolute;
  top: 40px;
  left: var(--xl);
  max-width: 400px;
  z-index: 1;
}

.sticky-txt p {
  text-shadow: 1px 1px 0 var(--black), 2px 2px 2px rgba(0, 0, 0, 0.5), 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.sticky-overlay {
  position: absolute;
  inset: 0;
}

/* #endregion */
/* ------------------------------ */
/* -------------DUAL------------- */
/* ------------------------------ */
/* #region */
.dual-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dual-txt strong {
  margin-top: 40px;
}

.dual-txt figure {
  position: relative;
  aspect-ratio: 0.8;
  overflow: hidden;
}

.dual-txt figure img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 130%;
}

/* #endregion */
/* --------------------------- */
/* ------------BOOK----------- */
/* --------------------------- */
/* #region */
#book {
  position: relative;
  min-height: 90vh;
  margin-top: -20px;
}

.book-wrap {
  display: flex;
  align-self: flex-end;
}

#book img {
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 0;
  max-width: 100%;
  border-top: 1px solid var(--line);
}

.book-txt {
  position: relative;
  z-index: 3;
  width: 628px;
  padding: 44px 40px 40px;
  background: rgba(33, 33, 33, 0.95);
}

.book-txt strong {
  color: var(--light);
}

.book-txt h3 {
  color: var(--gold);
}

.book-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.book-info > p {
  color: var(--light);
  width: 160px;
}

.book-info .cta {
  margin-left: auto;
}

.book-overlay {
  position: absolute;
  inset: 0;
}

/* #endregion */
/* --------------------------- */
/* ----------ANCHOR----------- */
/* --------------------------- */
/* #region */
.anchor-wrap {
  padding: 40px calc(var(--xl) + 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

/* #endregion */
/* ------------------------------ */
/* -----------GALLERY------------ */
/* ------------------------------ */
/* #region */
.gallery {
  margin-top: 64px;
}

.gallery .slide-box {
  text-align: right;
  overflow: visible;
}

.gallery .slide-box > button {
  position: static;
  margin-top: var(--sm);
}

.gallery .slide-box > button .cta::after {
  transition: background-color 0.3s ease-out;
}

.gallery .slide-wrap {
  min-width: 33.33%;
  max-width: 33.33%;
  text-align: left;
}

.gallery .slide {
  padding: 0;
  aspect-ratio: 0.9;
}

.gallery .slide > div {
  background: var(--white);
  display: flex;
  min-height: 220px;
}

.gallery .next {
  margin-left: var(--sm);
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .gallery .slide-wrap {
    min-width: 50%;
    max-width: 50%;
  }
}
/* #endregion */
/* ------------------------------ */
/* -------------MENU------------- */
/* ------------------------------ */
/* #region */
.menu,
.menu-wrap {
  position: relative;
  z-index: 2;
}

.menu-title {
  display: flex;
  max-width: 640px;
  padding-left: var(--xxl);
  padding-right: var(--xxl);
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  margin: 64px auto 40px;
}

.menu-title h3 {
  text-transform: uppercase;
}

.menu-cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.menu-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 33.33%;
  padding: 20px 20px 0;
  gap: 16px;
}

.menu-card > * {
  padding: 0 20px;
}

.menu-card p {
  color: var(--light);
}

.menu-card small {
  margin-top: auto;
}

/* #endregion */
/* ------------------------------ */
/* ----------ALLERGENS----------- */
/* ------------------------------ */
/* #region */
#allergens {
  margin: var(--xxl) 0;
}

#allergens section {
  background: var(--dark);
  padding: 30px;
  outline: 10px solid var(--dark);
}

#allergens h3 {
  margin: 24px 0 40px;
}

#allergens ol {
  display: flex;
  flex-wrap: wrap;
  color: var(--light);
  row-gap: 20px;
}

#allergens li {
  width: 50%;
  padding: 0 20px;
  line-height: 24px;
}

#allergens ol p {
  color: var(--dirty);
}

/* #endregion */
/* ------------------------------ */
/* -------------FORM------------- */
/* ------------------------------ */
/* #region */
.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-wrap > * {
  width: calc(50% - 11px);
}

#form #hero {
  overflow: hidden;
}

#form #hero .hero-txt {
  padding-left: 40px;
}

#form #hero h1 {
  max-width: 400px;
}

#form #hero .zoom::before {
  inset: 0;
  width: 100%;
  background: var(--black);
  opacity: 0.6;
}

#form form {
  position: relative;
  margin-top: 96px;
}

#form label,
#form input,
#form textarea {
  display: block;
  width: 100%;
  padding: 16px 20px;
}

#form input,
#form textarea {
  border-color: var(--line);
}

#form input:focus,
#form textarea:focus {
  box-shadow: none;
  outline: none;
}

.form-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px;
}

#form .acceptance a {
  color: var(--gold);
}

/* #endregion */
/* ------------------------------ */
/* ------------ORARI------------- */
/* ------------------------------ */
/* #region */
aside {
  margin: var(--xxl) 0;
}

#hour {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: var(--dark);
  padding: 30px 10px 0px;
  outline: 10px solid var(--dark);
}

#hour > * {
  position: relative;
  width: 50%;
}

.hour-details {
  display: flex;
  gap: 40px;
}

.hour-details p {
  max-width: 160px;
}

.hour-day {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

#hour article {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 4px;
}

#hour article b {
  color: var(--dirty);
  letter-spacing: 1px;
}

#hour article small {
  color: var(--gold);
  letter-spacing: 0px;
}

/* #endregion */
/* ======= MEDIA QUERY ======= */
@media (hover: hover) {
  .d-hh-none {
    display: none !important;
  }
  .cta:not(.border):not(:disabled):hover {
    color: var(--gold);
  }
  .cta:not(:disabled):hover::before {
    transform: none;
  }
  #hamburger:hover span:not(.x),
  #hamburger:hover .x::after,
  #hamburger:hover .x::before {
    background: var(--white);
  }
  #lang:hover div:not(.select) i {
    opacity: 1;
  }
}
@media (hover: none) {
  .d-hn-none {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .box-content > * {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
  #end-nav {
    flex: 1;
    max-width: 844px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --sm: 20px;
    --xl: 40px;
  }
  h1 {
    max-width: 500px !important;
  }
  h1,
  h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  .d-md-none {
    display: none !important;
  }
  #end-nav {
    width: 100%;
  }
  .hero-txt .bubble {
    height: 350px;
    right: -20%;
  }
  .sticky-txt {
    top: 0px;
  }
  .sticky-overlay {
    pointer-events: none;
  }
  .menu-card {
    width: 50%;
  }
  .form-wrap > * {
    width: 100%;
  }
  #hour article {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .book-txt {
    padding: 34px 30px 20px;
    width: 100%;
  }
  .book-txt h3 {
    max-width: 70%;
  }
  .book-info .ratings {
    position: absolute;
    right: 30px;
    top: 58px;
  }
}
@media screen and (min-width: 768px) {
  .d-mid-none {
    display: none !important;
  }
  .nav__link.active::after {
    content: "";
    height: 40px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(calc(-50% - 2px), -50%);
    border: 1px solid var(--line);
    border-radius: 99px;
  }
  .dual-txt {
    width: calc(50% - 11px);
  }
  #dual-right {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --sm: 24px;
    --xl: 40px;
  }
  body {
    font-size: 12px;
  }
  h1,
  h2 {
    max-width: 300px !important;
  }
  b,
  strong,
  small {
    font-size: 10px;
  }
  #page-grid i,
  .d-sm-none {
    display: none !important;
  }
  :root {
    --h-btn: 48px;
  }
  #page-lead::before {
    background: var(--black);
  }
  #logo {
    margin-right: auto;
  }
  #masthead {
    padding-left: 40px;
    padding-right: 40px;
  }
  #masthead nav {
    position: absolute;
    top: -100dvh;
    left: 0;
    z-index: -2;
    background: var(--black);
    transition: transform var(--timing) ease-in-out;
  }
  #masthead nav::after,
  #masthead nav::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--line);
  }
  #masthead nav::after {
    right: 40px;
  }
  #masthead nav::before {
    left: 40px;
  }
  #masthead ul {
    flex-direction: column;
    font-size: 2rem;
    width: 100vw;
    margin-top: 96px;
    height: calc(100dvh - 96px);
    justify-content: flex-start;
    padding: 96px var(--sm) var(--sm) var(--sm);
    gap: 40px;
    background: url(/wp-content/themes/weissetraube/media/svg/bg_circle.svg) center/auto repeat;
  }
  #masthead nav li {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .nav__link {
    font-family: "Editorial", serif;
    letter-spacing: 0;
    font-size: 32px;
  }
  html:has(#opener:checked) {
    overflow: hidden !important;
  }
  #opener:checked ~ nav {
    transform: translateY(100%);
  }
  #opener:checked ~ nav li {
    transform: none;
    opacity: 1;
  }
  #opener:checked ~ nav > ul li:nth-child(1) {
    transition-delay: var(--timing);
  }
  #opener:checked ~ nav > ul li:nth-child(2) {
    transition-delay: 1.3s;
  }
  #opener:checked ~ nav > ul li:nth-child(3) {
    transition-delay: 1.6s;
  }
  #opener:checked ~ nav > ul li:nth-child(4) {
    transition-delay: 1.9s;
  }
  #opener:checked ~ nav > ul li:nth-child(5) {
    transition-delay: 2.2s;
  }
  #opener:checked ~ nav > ul li:nth-child(6) {
    transition-delay: 2.5s;
  }
  #lang {
    transform-origin: top;
    transform: scale(1.3);
  }
  .hero-txt .bubble {
    height: 300px;
    right: -40vw;
    top: 40px;
  }
  .hero-txt article {
    padding-bottom: 14px;
  }
  #hero .cta {
    bottom: 0;
  }
  .focus-wrap {
    flex-direction: column-reverse;
  }
  .focus-wrap > * {
    margin-top: 50px;
    width: 100%;
    padding: 0 !important;
  }
  .focus-wrap .wrapper {
    margin: 118px 0;
  }
  .focus-wrap .wrapper h2 {
    margin-left: 20px;
  }
  .focus-wrap article > .bubble {
    bottom: -160px;
  }
  .focus-txt + img {
    margin-bottom: 0;
  }
  .sticky-wrap {
    height: 90vh;
  }
  .dual-txt {
    width: 100%;
  }
  #dual-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .dual-txt {
    width: 100%;
  }
  #dual-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .gallery .slide-wrap {
    min-width: 100%;
    max-width: 100%;
  }
  .book-txt {
    padding: 24px 20px 18px;
    width: fit-content;
  }
  .book-info .ratings {
    min-width: 100%;
  }
  .book-info > p {
    width: 137px;
  }
  #allergens li {
    width: 100%;
  }
  #hour {
    margin-top: 120px;
  }
  #hour > * {
    width: 100%;
  }
  #hour article {
    width: 33.33%;
  }
}
@media screen and (max-width: 575px) {
  :root {
    --xl: 20px;
    --xxl: 40px;
  }
  .d-xs-none {
    display: none !important;
  }
  h1,
  h2 {
    max-width: 300px !important;
  }
  .menu-card {
    width: 100%;
  }
  #page-end {
    text-align: left;
  }
  #page-end::after {
    height: 170%;
    bottom: -70%;
  }
  #colophon {
    padding-left: 40px;
    padding-right: 40px;
  }
  #end-nav ul {
    width: 50%;
  }
  #page-end p {
    margin-top: 80px;
  }
  #page-end p span {
    display: block;
  }
}
/* Se l’utente ha impostato "riduci movimento" (è obbligatoria in AAA) */
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a:focus-visible,
button:focus-visible {
  outline: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  padding-left: var(--xl);
  padding-right: var(--xl);
}

body .is-layout-constrained > hr.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: calc(var(--wp--style--global--content-size) - var(--xl));
  padding: 0;
}
@media screen and (max-width: 1440px) {
  body .is-layout-constrained > hr.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: calc(100% - var(--xl));
  }
}

:where(body .is-layout-constrained) > * {
  margin-top: 0;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

:where(figure) {
  margin: 0;
}

.wp-element-button,
.wp-block-button__link {
  transition: all 0.3s ease-in-out;
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #FFF;
}

.wp-block-button .wp-block-button__link.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  padding: 16px 24px;
  background-color: transparent;
  border: 2px solid currentColor;
  color: #fff;
  border-radius: 1440px;
}
.wp-block-button .wp-block-button__link.is-style-outline:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.wp-block-button .wp-block-button__link.is-style-primary,
.wp-block-button.is-style-primary > .wp-block-button__link {
  color: #000;
}
.wp-block-button .wp-block-button__link.is-style-primary:hover,
.wp-block-button.is-style-primary > .wp-block-button__link:hover {
  background: linear-gradient(0deg, rgba(3, 255, 255, 0.2) 0%, rgba(3, 255, 255, 0.2) 100%), #FFF;
}

.wp-block-button .wp-block-button__link.is-style-secondary,
.wp-block-button.is-style-secondary > .wp-block-button__link {
  color: #fff;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 5px 0 0;
  padding: 0;
  border: 0;
}
.wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
  border: 0;
  border-bottom: 2px solid currentColor;
  width: 100%;
  border-radius: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus-visible,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible {
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap input:focus-visible::placeholder,
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea:focus-visible::placeholder {
  opacity: 0;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  bottom: -15px;
  font-size: 13px;
  line-height: 1;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: red;
}

/*# sourceMappingURL=style.css.map */
