/* ===========================
   Volersi Bere - drinklist
   Rework Bootstrap mobile-first
=========================== */
:root {
  --gold: #f7c948;
  --gold-strong: #ffd700;
  --cream: #fff6cf;
  --dark: #050505;
  --glass: rgba(0, 0, 0, 0.58);
  --glass-soft: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.18);
  --radius-lg: 1.45rem;
  --shadow-soft: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  font-family: 'Raleway', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-style: italic;
  text-align: center;
  color: #fff;
  background: #050505;
}

body::before,
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background: url('images/sfondoa.jpg') center/cover no-repeat;
}

body::after {
  z-index: -1;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 215, 0, 0.16), transparent 30rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.86));
}

a {
  color: var(--gold);
  text-underline-offset: 0.25rem;
}

a:hover {
  color: #fff1a8;
}

img {
  max-width: 100%;
}

.site-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.38));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(1rem);
}

.site-shell::before {
  content: '';
  position: absolute;
  inset: -8rem -7rem auto auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.13);
  filter: blur(0.5rem);
  pointer-events: none;
}

.glass-card {
  border: 1px solid var(--line);
  background: var(--glass);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(0.9rem);
}

.logo-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0.8rem;
  max-width: 28rem;
  margin: 0 auto 1.4rem;
}

.logo-item,
.brand-chip {
  display: grid;
  min-height: 4.1rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.28);
  animation: logoEntry 0.8s ease both;
}

.logo-item:nth-child(1) { animation-delay: 0.08s; }
.logo-item:nth-child(2) { animation-delay: 0.18s; }
.logo-item:nth-child(3) { animation-delay: 0.28s; }
.logo-item:nth-child(4) { animation-delay: 0.38s; }

.logo-item img {
  width: clamp(2.65rem, 15vw, 3.45rem);
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.logo-item:hover img {
  transform: scale(1.12) rotate(-2deg);
  filter: drop-shadow(0 0.65rem 1rem rgba(255, 215, 0, 0.22));
}

.logo-container {
  position: relative;
  z-index: 1;
  margin: 1rem 0 1.4rem;
  text-align: center;
}

.logo,
.logo-container img {
  width: clamp(6.5rem, 34vw, 9.6rem);
  height: auto;
  filter: drop-shadow(0 1rem 2rem rgba(0, 0, 0, 0.45));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.logo-container img:hover {
  transform: translateY(-0.2rem) scale(1.04) rotate(-1deg);
  filter: drop-shadow(0 1rem 2.3rem rgba(255, 215, 0, 0.22));
}

.brand-link img {
  width: clamp(3.2rem, 18vw, 4.4rem);
}

.menu {
  position: relative;
  z-index: 1;
}

.section,
.section-card {
  margin-bottom: 1.25rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
}

.section-title,
.section h2 {
  margin: 0 0 1rem;
  color: var(--cream);
  font-size: clamp(1.55rem, 7vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 0.85rem 1.8rem rgba(0, 0, 0, 0.78);
}

.cocktail,
.cocktail-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.95rem;
  padding: 1rem;
  text-align: left;
  color: #fff;
  border-radius: 1.18rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.075)) !important;
  box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(0.8rem);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.cocktail::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.22rem;
  background: linear-gradient(180deg, var(--gold-strong), transparent);
  opacity: 0.85;
}

.cocktail:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2.3rem rgba(0, 0, 0, 0.42), 0 0 0 0.08rem rgba(255, 215, 0, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.09)) !important;
}

.cocktail-title,
.cocktail h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.15rem, 5vw, 1.6rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #fff;
}

.ingredients,
.ingredients p {
  margin-bottom: 0.8rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.9);
}

.ingredients strong {
  color: var(--gold);
  font-style: normal;
}

.price,
.price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.6rem;
  margin: 0.85rem 0 0;
  padding: 0.42rem 0.8rem;
  border: 1px solid rgba(255, 215, 0, 0.5);
  border-radius: 999px;
  color: var(--gold-strong);
  background: rgba(255, 215, 0, 0.08);
  font-size: 1.05rem;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.02em;
}

.toggle-description {
  margin-top: 0.8rem;
}

.toggle-description .toggle-btn {
  border: 0 !important;
  color: #171717 !important;
  background: linear-gradient(135deg, var(--gold-strong), #ffe68a) !important;
  font-weight: 900;
  box-shadow: 0 0.75rem 1.4rem rgba(255, 215, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.toggle-description .toggle-btn:hover,
.toggle-description .toggle-btn:focus-visible {
  transform: translateY(-0.12rem);
  box-shadow: 0 0.95rem 1.8rem rgba(255, 215, 0, 0.18);
  filter: saturate(1.05);
}

.description-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.35rem);
  transition: max-height 0.45s ease, opacity 0.3s ease, transform 0.3s ease, margin-top 0.3s ease;
}

.description-content.show {
  max-height: 1600px;
  margin-top: 0.9rem;
  opacity: 1;
  transform: translateY(0);
}

.description-content p {
  margin: 0;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

/* Footer / bottom content */
.section b,
.section > a,
.section > p,
.site-shell > a,
.site-shell > p,
.site-shell > b {
  display: block;
  text-align: center;
}

.section > b,
.site-shell > b {
  margin-top: 1.2rem;
  color: #fff;
}

/* Scroll animation */
.anim-entry,
.section,
.cocktail {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.anim-entry.show,
.section.show,
.cocktail.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes logoEntry {
  from { opacity: 0; transform: translateY(0.9rem) scale(0.94); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 768px) {
  .site-shell {
    padding-block: 2.1rem !important;
  }

  .section,
  .section-card {
    padding: 1.25rem;
  }
}

@media (min-width: 992px) {
  .section:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
  }

  .section:nth-of-type(2) h2,
  .section:nth-of-type(2) > br,
  .section:nth-of-type(2) > b,
  .section:nth-of-type(2) > .logo-container,
  .section:nth-of-type(2) > a {
    grid-column: 1 / -1;
  }

  .section:nth-of-type(2) .cocktail {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .site-shell {
    max-width: 1060px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .anim-entry,
  .section,
  .cocktail {
    opacity: 1;
    transform: none;
  }
}
