/* ===============================
   BOTTEGA DA FE - FINAL TOUCH
================================ */

/* SELEZIONE TESTO */

::selection {
  background: #b99456;
  color: #fff;
}

/* SCROLL PIÙ MORBIDO */

html {
  scroll-behavior: smooth;
}

/* FOCUS ACCESSIBILE */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(185, 148, 86, 0.55);
  outline-offset: 4px;
}

/* MIGLIORA LE IMMAGINI */

img {
  image-rendering: auto;
}

/* ANIMAZIONI LEGGERE */

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* WHATSAPP FLOTTANTE */

.whatsapp-widget {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 9998;
}

.whatsapp-main {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: #20311f;
  color: white;
  font-size: 1.7rem;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.whatsapp-main:hover,
.whatsapp-widget.is-open .whatsapp-main {
  background: #b99456;
  transform: translateY(-3px);
}

.whatsapp-panel {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 250px;
  background: #fffaf2;
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(32, 49, 31, 0.08);

  opacity: 0;
  transform: translateY(12px);
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.whatsapp-widget.is-open .whatsapp-panel {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.whatsapp-panel p {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 1.6rem;
  margin-bottom: 14px;
  line-height: 1;
}

.whatsapp-panel a {
  display: block;
  background: #20311f;
  color: white;
  padding: 13px 16px;
  border-radius: 4px;
  font-weight: 800;
  margin-top: 10px;
  transition: 0.3s;
}

.whatsapp-panel a:hover {
  background: #b99456;
  transform: translateX(3px);
}

/* FOOTER MIGLIORATO */

.bd-footer {
  font-size: 0.92rem;
}

.bd-footer p {
  margin: 6px 0;
}

.bd-footer a {
  color: #f1dfbd;
}

.bd-footer a:hover {
  text-decoration: underline;
}

/* PICCOLI DETTAGLI SUI PULSANTI */

.bd-order-btn,
.bd-btn-primary,
.bd-btn-secondary,
.pr-btn-light,
.pr-btn-outline,
.ng-btn-primary,
.ng-btn-outline,
.ng-btn-light,
.ng-btn-outline-light,
.ct-btn-primary,
.ct-btn-outline,
.ct-btn-light,
.ct-btn-outline-light,
.cs-btn-primary,
.cs-btn-light,
.cs-btn-outline-light {
  will-change: transform;
}

/* MOBILE */

@media (max-width: 760px) {

  .whatsapp-widget {
    right: 18px;
    bottom: 18px;
  }

  .whatsapp-main {
    width: 58px;
    height: 58px;
    font-size: 1.55rem;
  }

  .whatsapp-panel {
    right: 0;
    width: min(260px, calc(100vw - 36px));
  }
}
/* ===============================
   FIX MENU DESKTOP DOPO GASTRONOMIA
================================ */

@media (min-width: 1101px) {

  .bd-nav ul {
    gap: 26px;
    flex-wrap: nowrap;
  }

  .bd-nav a {
    white-space: nowrap;
    font-size: 0.92rem;
  }

  .bd-header-inner {
    gap: 24px;
  }

  .bd-logo {
    font-size: 2.55rem;
    letter-spacing: 5px;
  }

  .bd-logo small {
    letter-spacing: 5px;
  }

  .bd-order-btn {
    padding: 14px 24px;
    white-space: nowrap;
  }
}
/* ===============================
   HOME GALLERIA PREVIEW
================================ */

.home-gallery-preview {
  padding: 120px 0;
  background: #fffaf2;
  overflow: hidden;
}

.home-gallery-preview-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.home-gallery-preview-images {
  position: relative;
  min-height: 560px;
}

.home-gallery-main-img {
  width: 78%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(35, 35, 35, 0.16);
}

.home-gallery-small-img {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  border: 10px solid #fffaf2;
  box-shadow: 0 20px 55px rgba(35, 35, 35, 0.18);
}

.home-gallery-small-img.one {
  width: 260px;
  height: 190px;
  right: 10px;
  top: 58px;
}

.home-gallery-small-img.two {
  width: 310px;
  height: 230px;
  right: 45px;
  bottom: 18px;
}

.home-gallery-preview-text {
  max-width: 620px;
}

.home-gallery-kicker {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #b99456;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.home-gallery-preview-text h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3.4rem, 5vw, 5.4rem);
  line-height: 0.95;
  margin-bottom: 24px;
}

.home-gallery-preview-text p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
  margin-bottom: 34px;
}

.home-gallery-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  background: #20311f;
  color: white;
  border-radius: 4px;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.3s;
}

.home-gallery-btn:hover {
  background: #b99456;
  transform: translateY(-3px);
}

@media (max-width: 1100px) {

  .home-gallery-preview-grid {
    grid-template-columns: 1fr;
  }

  .home-gallery-preview-images {
    max-width: 720px;
  }
}

@media (max-width: 760px) {

  .home-gallery-preview {
    padding: 80px 0;
  }

  .home-gallery-preview-images {
    min-height: auto;
  }

  .home-gallery-main-img {
    width: 100%;
    height: 390px;
  }

  .home-gallery-small-img {
    display: none;
  }

  .home-gallery-btn {
    width: 100%;
  }
}
/* ===============================
   HOME PRESS - DICONO DI NOI
================================ */

.home-press {
  padding: 115px 0;
  background: #20311f;
  color: white;
}

.home-press-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 58px;
}

.home-press-heading p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f1dfbd;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.home-press-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  color: white;
}

.home-press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.home-press-card {
  background: #fffaf2;
  color: #20311f;
  padding: 42px;
  border-radius: 8px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.20);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}

.home-press-card:hover {
  transform: translateY(-7px);
}

.home-press-source {
  display: inline-block;
  color: #b99456;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.home-press-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 2.35rem;
  line-height: 1.05;
  margin-bottom: 18px;
}

.home-press-card p {
  color: #4b463d;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 28px;
}

.home-press-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 26px;
  background: #20311f;
  color: white;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s ease;
}

.home-press-card a:hover {
  background: #b99456;
  transform: translateY(-3px);
}

@media (max-width: 760px) {

  .home-press {
    padding: 80px 0;
  }

  .home-press-grid {
    grid-template-columns: 1fr;
  }

  .home-press-card {
    padding: 32px 26px;
  }

  .home-press-card h3 {
    font-size: 2rem;
  }

  .home-press-card a {
    width: 100%;
  }
}
/* ===============================
   SPLASH SCREEN INIZIALE
================================ */

.bd-splash {
  position: fixed;
  inset: 0;
  background: #20311f;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.75s ease, visibility 0.75s ease;
}

.bd-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bd-splash-inner {
  text-align: center;
  color: #fffaf2;
  animation: splashEnter 1.1s ease both;
}

.bd-splash-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.4rem, 8vw, 7.8rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.bd-splash-logo span {
  display: block;
}

.bd-splash-logo span:last-child {
  color: #b99456;
}

.bd-splash-line {
  width: 90px;
  height: 1px;
  background: #b99456;
  margin: 30px auto 26px;
}

.bd-splash-payoff {
  font-family: 'Cormorant Garamond', serif;
  color: #f1dfbd;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-style: italic;
  letter-spacing: 1px;
}

@keyframes splashEnter {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {

  .bd-splash-logo {
    letter-spacing: 5px;
  }

  .bd-splash-line {
    margin: 24px auto 22px;
  }
}
/* ===============================
   HOME - OGGI IN BOTTEGA
================================ */

.home-today {
  padding: 115px 0;
  background: #fffaf2;
}

.home-today-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 42px;
}

.home-today-heading p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #b99456;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.home-today-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
  margin-bottom: 20px;
}

.home-today-heading span {
  display: block;
  color: #5f5749;
  font-size: 1.08rem;
  line-height: 1.75;
}

.home-today-status {
  text-align: center;
  color: #b99456;
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 34px;
  min-height: 24px;
}

.home-today-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.home-today-card {
  background: #f7f1e8;
  border: 1px solid rgba(32, 49, 31, 0.08);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 18px 45px rgba(35, 35, 35, 0.06);
  transition: 0.3s ease;
}

.home-today-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(35, 35, 35, 0.10);
}

.home-today-card p {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #b99456;
  font-size: 0.7rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.home-today-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 14px;
}

.home-today-card small {
  display: block;
  color: #6b6254;
  font-size: 0.92rem;
  line-height: 1.55;
  margin-bottom: 18px;
}

.home-today-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.home-today-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  background: #20311f;
  color: white;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

.home-today-empty {
  display: none;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: #f7f1e8;
  color: #20311f;
  border-radius: 8px;
  padding: 42px;
}

.home-today-empty.is-visible {
  display: block;
}

.home-today-empty h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 14px;
}

.home-today-empty p {
  color: #4b463d;
  line-height: 1.75;
}

.home-today-actions {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.home-today-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  background: #20311f;
  color: white;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s ease;
}

.home-today-actions a:hover {
  background: #b99456;
  transform: translateY(-3px);
}

/* RESPONSIVE HOME OGGI IN BOTTEGA */

@media (max-width: 1100px) {

  .home-today-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {

  .home-today {
    padding: 80px 0;
  }

  .home-today-grid {
    grid-template-columns: 1fr;
  }

  .home-today-card {
    padding: 30px 24px;
  }

  .home-today-card h3 {
    font-size: 2rem;
  }

  .home-today-actions a {
    width: 100%;
  }
}
.bd-footer-social a {
  font-weight: 700;
}
/* ===============================
   LOGO REALE HEADER
================================ */

.bd-logo.bd-logo-image {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 250px;
  height: 78px;
  line-height: 0;
  font-size: 0;
  letter-spacing: 0;
  flex-shrink: 0;
}

.bd-logo.bd-logo-image img {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 76px;
  object-fit: contain;
}

/* DESKTOP PICCOLI */

@media (min-width: 1101px) {
  .bd-logo.bd-logo-image {
    max-width: 230px;
    height: 74px;
  }

  .bd-logo.bd-logo-image img {
    max-width: 220px;
    max-height: 72px;
  }
}

/* TABLET E MOBILE */

@media (max-width: 1100px) {
  .bd-logo.bd-logo-image {
    max-width: 220px;
    height: 70px;
    z-index: 10002;
  }

  .bd-logo.bd-logo-image img {
    max-width: 210px;
    max-height: 68px;
  }
}

@media (max-width: 760px) {
  .bd-logo.bd-logo-image {
    max-width: 180px;
    height: 62px;
  }

  .bd-logo.bd-logo-image img {
    max-width: 175px;
    max-height: 60px;
  }
}

@media (max-width: 420px) {
  .bd-logo.bd-logo-image {
    max-width: 165px;
    height: 58px;
  }

  .bd-logo.bd-logo-image img {
    max-width: 160px;
    max-height: 56px;
  }
}
/* ===============================
   LOGO REALE SPLASH
================================ */

.bd-splash {
  background: #fffaf2;
}

.bd-splash-logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-splash-logo-img img {
  display: block;
  width: min(78vw, 540px);
  max-height: 280px;
  object-fit: contain;
}

.bd-splash-payoff {
  color: #20311f;
}

@media (max-width: 760px) {
  .bd-splash-logo-img img {
    width: min(82vw, 420px);
    max-height: 220px;
  }
}
/* ===============================
   PALETTE LOGO REALE - VERSIONE PULITA
================================ */

:root {
  --bd-logo-green: #7ba391;
  --bd-logo-green-dark: #2f5d4e;
  --bd-cream: #fffaf2;
  --bd-soft-cream: #f7f1e8;
  --bd-gold: #b99456;
}

/* SFONDI VERDI PRINCIPALI */

.bd-topbar,
.home-press,
.today-products,
.ga-special,
.ga-cta,
.gl-cta,
.pr-catalogue-note,
.bd-splash {
  background: var(--bd-logo-green) !important;
}

/* MENU DESKTOP: NIENTE SFONDI SULLE VOCI */

@media (min-width: 1101px) {
  .bd-nav a {
    background: transparent !important;
    color: var(--bd-logo-green-dark) !important;
  }

  .bd-nav a.active {
    color: var(--bd-gold) !important;
  }
}

/* PULSANTI PRINCIPALI */

.bd-order-btn,
.bd-btn-primary,
.whatsapp-main,
.home-today-actions a,
.home-gallery-btn,
.home-press-card a,
.pr-catalogue-actions a,
.ga-btn-primary,
.gl-btn-primary,
.ct-btn-primary,
.ng-btn-primary {
  background: var(--bd-logo-green-dark) !important;
  color: white !important;
}

/* HOVER PULSANTI */

.bd-order-btn:hover,
.bd-btn-primary:hover,
.whatsapp-main:hover,
.whatsapp-widget.is-open .whatsapp-main,
.home-today-actions a:hover,
.home-gallery-btn:hover,
.home-press-card a:hover,
.pr-catalogue-actions a:hover,
.ga-btn-primary:hover,
.gl-btn-primary:hover,
.ct-btn-primary:hover,
.ng-btn-primary:hover {
  background: var(--bd-gold) !important;
  color: white !important;
}

/* TITOLI E TESTI VERDI SU FONDO CHIARO */

.pr-catalogue-heading h2,
.pr-catalogue-card h3,
.today-category-card h3,
.today-product h4,
.home-today-heading h2,
.home-today-card h3,
.home-gallery-preview-text h2,
.home-press-card h3,
.ga-intro h2,
.ga-section-heading h2,
.ga-weekend-text h2,
.ga-step h3,
.gl-featured-text h2,
.gl-section-heading h2,
.gl-note h2,
.ct-real-contact-text h2,
.ct-real-card h3,
.ct-card h3,
.ng-card h3 {
  color: var(--bd-logo-green-dark) !important;
}

/* BADGE DISPONIBILITÀ */

.today-badge,
.home-today-badges span {
  background: var(--bd-logo-green-dark) !important;
  color: white !important;
}

/* CARD CONTATTI HOVER */

.ct-real-card:hover {
  background: var(--bd-logo-green-dark) !important;
}

.ct-real-card:hover h3,
.ct-real-card:hover p {
  color: white !important;
}

/* MENU MOBILE */

@media (max-width: 1100px) {
  .bd-header {
    background: var(--bd-cream) !important;
  }

  .bd-nav {
    background: var(--bd-logo-green) !important;
  }

  .bd-menu-toggle {
    background: var(--bd-logo-green-dark) !important;
  }

  .bd-nav a {
    background: transparent !important;
    color: white !important;
  }

  .bd-nav a.active,
  .mobile-order-link a {
    color: #f1dfbd !important;
  }
}

/* SPLASH CON LOGO */

.bd-splash {
  background: var(--bd-logo-green) !important;
}

.bd-splash-payoff {
  color: white !important;
}

.bd-splash-line {
  background: white !important;
}