/* ===============================
   BOTTEGA DA FE - PRODOTTI 2.0
================================ */

.prodotti-page {
  background: #f7f1e8;
  color: #20291f;
  font-family: 'Manrope', sans-serif;
}

/* HERO */

.pr-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #20311f;
}

.pr-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pr-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.42) 45%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 1;
}

.pr-hero-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 90px 0;
}

.pr-kicker {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f1dfbd;
  margin-bottom: 22px;
}

.pr-kicker.dark {
  color: #b99456;
}

.pr-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 7vw, 7.2rem);
  line-height: 0.9;
  font-weight: 600;
  max-width: 850px;
  margin-bottom: 30px;
}

.pr-hero p {
  max-width: 680px;
  color: #f8f3ea;
  font-size: 1.22rem;
  line-height: 1.7;
}

/* INTRO */

.pr-intro {
  padding: 115px 0;
  background: #fffaf2;
}

.pr-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.pr-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
}

.pr-intro p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

/* CATEGORIE */

.pr-categories {
  padding: 105px 0 120px;
  background: #f7f1e8;
}

.pr-section-heading {
  text-align: center;
  margin-bottom: 58px;
}

.pr-section-heading p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #7b6a4a;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.pr-section-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
}

.pr-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.pr-card {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(35, 35, 35, 0.10);
  background: #20311f;
}

.pr-card img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  transition: 0.65s;
}

.pr-card:hover img {
  transform: scale(1.08);
}

.pr-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0.28) 55%,
    rgba(0, 0, 0, 0.04) 100%
  );
}

.pr-card-content {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  color: white;
}

.pr-card-content span {
  color: #f1dfbd;
  font-weight: 800;
  letter-spacing: 3px;
}

.pr-card-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  line-height: 1;
  margin: 10px 0 14px;
}

.pr-card-content p {
  color: #f7f1e8;
  line-height: 1.65;
  font-size: 1rem;
}

/* RIPIENI */

.pr-fillings {
  padding: 120px 0;
  background: #fffaf2;
}

.pr-fillings-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 75px;
  align-items: start;
}

.pr-fillings-text h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 0.95;
  margin-bottom: 26px;
}

.pr-fillings-text p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

.pr-flavour-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.pr-flavour {
  background: #f7f1e8;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(32, 49, 31, 0.08);
  transition: 0.3s;
}

.pr-flavour:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(35, 35, 35, 0.08);
}

.pr-flavour h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 2rem;
  margin-bottom: 10px;
}

.pr-flavour p {
  color: #4b463d;
  line-height: 1.65;
}

/* CTA */

.pr-cta {
  background: #20311f;
  color: white;
  text-align: center;
  padding: 120px 0;
}

.pr-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
  color: white;
  margin-bottom: 20px;
}

.pr-cta p {
  max-width: 680px;
  margin: 0 auto;
  color: #f7f1e8;
  font-size: 1.12rem;
  line-height: 1.75;
}

.pr-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.pr-btn-light,
.pr-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s;
}

.pr-btn-light {
  background: white;
  color: #20311f;
}

.pr-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: white;
}

.pr-btn-light:hover,
.pr-btn-outline:hover {
  transform: translateY(-3px);
}

.pr-btn-outline:hover {
  background: white;
  color: #20311f;
}

/* RESPONSIVE */

@media (max-width: 1100px) {

  .pr-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-intro-grid,
  .pr-fillings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {

  .pr-hero {
    min-height: 620px;
  }

  .pr-hero h1 {
    font-size: 4rem;
  }

  .pr-category-grid,
  .pr-flavour-list {
    grid-template-columns: 1fr;
  }

  .pr-card,
  .pr-card img {
    min-height: 390px;
  }

  .pr-card-content h3 {
    font-size: 2.4rem;
  }

  .pr-intro,
  .pr-categories,
  .pr-fillings,
  .pr-cta {
    padding: 80px 0;
  }
}
/* ===============================
   CATALOGO COMPLETO PRODOTTI
================================ */

.pr-full-catalogue {
  padding: 120px 0;
  background: #fffaf2;
}

.pr-catalogue-heading {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 65px;
}

.pr-catalogue-heading p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #b99456;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.pr-catalogue-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
  margin-bottom: 20px;
}

.pr-catalogue-heading span {
  display: block;
  color: #5f5749;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pr-catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.pr-catalogue-card {
  position: relative;
  background: #f7f1e8;
  border: 1px solid rgba(32, 49, 31, 0.08);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 18px 45px rgba(35, 35, 35, 0.06);
  transition: 0.3s ease;
}

.pr-catalogue-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(35, 35, 35, 0.10);
}

.pr-catalogue-number {
  color: #b99456;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 4px;
  margin-bottom: 16px;
}

.pr-catalogue-card h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 2.35rem;
  line-height: 1;
  margin-bottom: 22px;
}

.pr-catalogue-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pr-catalogue-card li {
  position: relative;
  color: #403a31;
  font-size: 0.98rem;
  line-height: 1.55;
  padding: 9px 0 9px 22px;
  border-bottom: 1px solid rgba(32, 49, 31, 0.08);
}

.pr-catalogue-card li:last-child {
  border-bottom: 0;
}

.pr-catalogue-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 7px;
  height: 7px;
  background: #b99456;
  border-radius: 50%;
}

.pr-catalogue-card li strong {
  display: block;
  color: #20311f;
  font-size: 1.02rem;
}

.pr-catalogue-card li span {
  display: block;
  color: #6b6254;
  font-size: 0.92rem;
  margin-top: 3px;
}

.pr-highlight-card {
  background: #20311f;
  color: white;
}

.pr-highlight-card h3 {
  color: white;
}

.pr-highlight-card p {
  color: #f7f1e8;
  font-size: 1.04rem;
  line-height: 1.75;
}

.pr-catalogue-note {
  margin-top: 70px;
  background: #20311f;
  color: white;
  border-radius: 8px;
  padding: 55px;
  text-align: center;
}

.pr-catalogue-note h3 {
  font-family: 'Cormorant Garamond', serif;
  color: white;
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  line-height: 1;
  margin-bottom: 18px;
}

.pr-catalogue-note p {
  max-width: 780px;
  margin: 0 auto;
  color: #f7f1e8;
  font-size: 1.08rem;
  line-height: 1.75;
}

.pr-catalogue-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.pr-catalogue-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  background: white;
  color: #20311f;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s ease;
}

.pr-catalogue-actions a:hover {
  background: #b99456;
  color: white;
  transform: translateY(-3px);
}

/* RESPONSIVE CATALOGO */

@media (max-width: 1100px) {

  .pr-catalogue-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {

  .pr-full-catalogue {
    padding: 80px 0;
  }

  .pr-catalogue-grid {
    grid-template-columns: 1fr;
  }

  .pr-catalogue-card {
    padding: 30px 26px;
  }

  .pr-catalogue-card h3 {
    font-size: 2.1rem;
  }

  .pr-catalogue-note {
    padding: 42px 26px;
  }

  .pr-catalogue-actions {
    flex-direction: column;
  }

  .pr-catalogue-actions a {
    width: 100%;
  }
}
/* ===============================
   DISPONIBILI OGGI
================================ */

.today-products {
  padding: 120px 0;
  background: #20311f;
  color: white;
}

.today-products-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}

.today-products-heading p {
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #f1dfbd;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 14px;
}

.today-products-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  color: white;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
  margin-bottom: 20px;
}

.today-products-heading span {
  display: block;
  color: #f7f1e8;
  font-size: 1.08rem;
  line-height: 1.75;
}

.today-products-status {
  text-align: center;
  color: #f1dfbd;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 34px;
  min-height: 24px;
}

.today-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.today-category-card {
  background: #fffaf2;
  color: #20311f;
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.20);
}

.today-category-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #20311f;
  margin-bottom: 24px;
}

.today-product-list {
  display: grid;
  gap: 16px;
}

.today-product {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(32, 49, 31, 0.10);
}

.today-product:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.today-product h4 {
  color: #20311f;
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 5px;
}

.today-note {
  color: #6b6254;
  font-size: 0.9rem;
  line-height: 1.55;
}

.today-badges {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: flex-end;
}

.today-badge {
  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;
  white-space: nowrap;
}

.today-products-empty {
  display: none;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  background: #fffaf2;
  color: #20311f;
  border-radius: 8px;
  padding: 42px;
}

.today-products-empty.is-visible {
  display: block;
}

.today-products-empty h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 14px;
}

.today-products-empty p {
  color: #4b463d;
  line-height: 1.75;
}

/* RESPONSIVE DISPONIBILI OGGI */

@media (max-width: 900px) {

  .today-products-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {

  .today-products {
    padding: 80px 0;
  }

  .today-category-card {
    padding: 30px 24px;
  }

  .today-product {
    grid-template-columns: 1fr;
  }

  .today-badges {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .today-category-card h3 {
    font-size: 2.1rem;
  }
}