/* ========================= */
/* VARIABILI MOOD */
/* ========================= */
:root {
  --nero: #0f0f0f;
  --grigio-scuro: #1a1a1a;
  --oro: #d4af37;
  --oro-scuro: #b8860b;
  --grigio-biliner: #3a3d3e;
}

/* ========================= */
/* RESET MINIMO */
/* ========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  transition: opacity 0.8s ease;
  --bg-main: #3b0505;
  --bg-catalogo: #000000;
  color: #fbdf9d;
  font-family: 'Prata', serif;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  background: var(--nero);
  color: #eee;
  height: 100%;
}

.dark-background {
  background-image: url('../assets/img/hero/donna.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
}

body.scroll-lock,
body.locked {
  overflow: hidden;
  height: 100vh;
}

body.fade-out {
  opacity: 0;
}

.hero {
  width: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.landing-fullscreen {
  height: 100vh; /* 100% altezza schermo visibile */
  min-height: 100dvh; /* meglio su mobile (dynamic viewport) */
  width: 100vw; /* 100% larghezza */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  background-image: url('../assets/img/hero/donna.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.vintage-frame {
  width: 99%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px; /* spazio interno – regola per far entrare la cornice */
  background: rgba(0,0,0,0.35) url('../assets/img/hero/vintage-frame.png') center / 100% 100% no-repeat;
  border-radius: 24px;
  box-shadow: 
    inset 0 0 60px rgba(0,0,0,0.8), /* ombra interna drammatica */
    0 30px 80px rgba(0,0,0,0.9); /* ombra esterna pesante */
  position: relative;
}
/* Fade-in leggero per il contenuto (wow iniziale) */
.content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s ease, transform 1.5s ease;
}

body.loaded .content {
  opacity: 1;
  transform: translateY(0);
}

/* Contenuto centrale */
.content {
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
}

h1 {
  font-family: 'Prata', serif;
  font-size: clamp(48px, 8vw, 90px);
  color: var(--oro);
  margin: 20px 0;
  text-shadow: 0 4px 12px rgba(0,0,0,0.8);
}

.manifesto {
  font-family: 'Prata', serif;
  font-size: clamp(28px, 5vw, 48px);
  color: var(--oro);
  margin-bottom: 30px;
  font-style: italic;
}

.claim {
  font-size: clamp(20px, 4vw, 32px);
  line-height: 1.5;
  margin: 40px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.btn-scopri {
  padding: 18px 68px;
  font-size: 20px;
  background: var(--oro);
  color: #000;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s;
  box-shadow: 0 6px 20px rgba(212,175,55,0.4);
}

.btn-scopri:hover {
  transform: translateY(-3px);
  background: #cf603e;
  box-shadow: 0 12px 30px rgba(219, 91, 68, 0.6);
}

/* Effetto wow extra – luce morbida sulla cornice */
.vintage-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(212,175,55,0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}

/* Ombra cornice più drammatica */
.vintage-frame {
  box-shadow: 
    inset 0 0 80px rgba(0,0,0,0.85), /* ombra interna più profonda */
    0 40px 100px rgba(0,0,0,0.95), /* ombra esterna pesante */
    0 0 40px rgba(212,175,55,0.15); /* alone oro leggero intorno */
}

/* Fade-in leggero per il contenuto (wow iniziale) */
.content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

body.loaded .content {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  #vintage-frame {
    width: 95%;
    padding: 60px;
  }
}

@media (max-width: 767px) {
  #vintage-frame {
    width: 98%;
    padding: 40px;
    border-radius: 16px;
  }
}
/* ========================= */
/* DEGUSTAZIONE */
/* ========================= */
.taste {
  min-height: 154vh;
  padding: 6vh 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;

  background: #3b0505;
  position: relative;

  opacity: 1;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.taste.visible {
  opacity: 1;
  transform: translateY(0);
}

.taste-frame-quote {
  position: absolute;
  top: 104px;
  right: 32px;

  font-family: var(--font-main);
  font-size: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;

  color: rgba(207, 151, 86, 0.55);
  pointer-events: none;
}

.taste-invite {
  font-family: var(--font-clean);
  font-size: 26px;
  text-align: center;
}

.enter-link {
  cursor: pointer;
  letter-spacing: 0.12em;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.enter-link:hover {
  opacity: 0.6;
  transform: translateY(2px);
}

/* ========================= */
/* DIVISORE */
/* ========================= */
.model-divider {
  width: 100%;
  height: 1px;
  margin: 4rem 0;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.2),
    transparent
  );
}
/* ========================= */
/* RESPONSIVE – TABLET */
/* ========================= */
@media (max-width: 1023px) {

  #hero {
    justify-content: center;
    padding: 0 8vw;
    min-height: 100svh;
  }

  #hero .hero-canvas {
    grid-template-columns: 1fr;
    height: auto;
  }

  #hero .hero-content {
    padding: 6vh 6vw;
    text-align: center;
    align-items: center;
  }
}

/* ========================= */
/* RESPONSIVE – SMARTPHONE */
/* ========================= */
@media (max-width: 767px) {

  .dark-background {
    height: 100dvh;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .vintage-frame {
    width: 90%;
    max-width: 100%;
    padding: 40px;
    border-radius: 16px;
  }

  #hero {
    flex-direction: column;
    justify-content: flex-start;
    padding: 6vh 6vw 0;
    min-height: 100svh;
  }

  #hero .hero-image img {
    transform: none;
    width: 100%;
    height: auto;
  }

  #hero .hero-content {
    padding: 4vh 0;
    gap: 12px;
    font-family: 'Great Vibes', cursive;
  }
  #hero-content button {
    padding: 18px 84px;
    background: var(--avorio);
    color: #160f0c;
    border-radius: 8px;
    font-family: 'Great Vibes', cursive;
    font-size: 18px;
}

  #hero h1 {
    text-align: center;
    font-family: 'Great Vibes', cursive;
    font-size: clamp(48px, 10vw, 80px);
    color: var(--oro);
    margin: 0;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);

  }

  #hero p {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }

  #taste {
    padding: 6vh 6vw;
  }

  #taste-frame-quote {
    right: 12px;
    top: 16px;
    font-size: 16px;
  }
}
/* MENU FISSO */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #000;
  color: var(--oro);
  z-index: 1000;
  padding: 15px 0;
  border-bottom: 1px solid rgba(212,175,55,0.2);
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-family: 'Great Vibes', cursive;
  font-size: clamp(28px, 6vw, 42px);
  font-weight: 400;
  color: var(--oro);
  letter-spacing: 0.03em;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
nav a {
  color: var(--bianco);
  margin-left: 30px;
  text-decoration: none;
  font-size: 16px;
}
nav a.active, nav a:hover {
  color: var(--oro);
}

/* FOOTER */
.site-footer small {
  font-size: 12px !important;
  color: #aaa;
  text-align: center;
  padding: 40px 20px;
  margin-top: 30px;
}
.site-footer p {
  margin: 8px 0;
}

/* PROGETTI REALIZZATI */
.progetti {
  padding: 80px 20px;
  background: #111;
  text-align: center;
}
.progetti h2 {
  font-size: 48px;
  color: var(--oro);
  margin-bottom: 40px;
}
.progetti-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.progetto img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(212,175,55,0.2);
}
.progetto p {
  margin-top: 12px;
  color: #ccc;
  font-size: 16px;
}


/* Su mobile, riduci un po' */
@media (max-width: 767px) {
  #logo {
    font-size: clamp(24px, 5vw, 32px);
  }
}
.language-switch {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 100;
}

.lang-btn {
  padding: 8px 14px;
  background: rgba(184, 134, 11, 0.2);
  color: #eee;
  border: 1px solid #b8860b;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}

.lang-btn.active {
  background: #b8860b;
  color: #000;
  font-weight: bold;
}