/* ===============================
   BOTTEGA DA FE - NEGOZI 2.0
================================ */

.negozi-page {
  background: #f7f1e8;
  color: #20291f;
  font-family: 'Manrope', sans-serif;
}

/* HERO */

.ng-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #20311f;
}

.ng-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ng-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;
}

.ng-hero-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 90px 0;
}

.ng-kicker {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #f1dfbd;
  margin-bottom: 22px;
}

.ng-kicker.dark {
  color: #b99456;
}

.ng-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 7vw, 7.2rem);
  line-height: 0.9;
  font-weight: 600;
  max-width: 820px;
  margin-bottom: 30px;
}

.ng-hero p {
  max-width: 700px;
  color: #f8f3ea;
  font-size: 1.22rem;
  line-height: 1.75;
}

/* INTRO */

.ng-intro {
  padding: 115px 0;
  background: #fffaf2;
}

.ng-intro-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}

.ng-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5.4rem);
  line-height: 0.95;
}

.ng-intro p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.85;
}

/* STORE SECTION */

.ng-store-section {
  padding: 120px 0;
  background: #f7f1e8;
}

.ng-store-section.alt {
  background: #fffaf2;
}

.ng-store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.ng-store-grid.reverse .ng-store-image {
  order: 2;
}

.ng-store-image img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
}

.ng-store-content h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3.3rem, 5vw, 5.6rem);
  line-height: 0.95;
  margin-bottom: 24px;
}

.ng-store-content > p {
  color: #4b463d;
  font-size: 1.12rem;
  line-height: 1.8;
  margin-bottom: 34px;
}

/* INFO LIST */

.ng-info-list {
  display: grid;
  gap: 18px;
  margin-bottom: 34px;
}

.ng-info-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: rgba(255, 250, 242, 0.85);
  border: 1px solid rgba(32, 49, 31, 0.08);
  padding: 22px;
  border-radius: 8px;
}

.ng-store-section.alt .ng-info-item {
  background: #f7f1e8;
}

.ng-info-item span {
  font-size: 1.7rem;
  line-height: 1;
}

.ng-info-item h3 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 1.65rem;
  margin-bottom: 4px;
}

.ng-info-item p {
  color: #4b463d;
  line-height: 1.6;
}

/* BUTTONS */

.ng-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ng-btn-primary,
.ng-btn-outline,
.ng-btn-light,
.ng-btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s;
}

.ng-btn-primary {
  background: #20311f;
  color: white;
}

.ng-btn-primary:hover {
  background: #b99456;
  transform: translateY(-3px);
}

.ng-btn-outline {
  border: 1px solid #20311f;
  color: #20311f;
}

.ng-btn-outline:hover {
  background: #20311f;
  color: white;
  transform: translateY(-3px);
}

/* MAP */

.ng-map {
  margin-top: 70px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
  height: 420px;
}

.ng-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* CTA */

.ng-cta {
  background: #20311f;
  color: white;
  text-align: center;
  padding: 120px 0;
}

.ng-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 1;
  color: white;
  margin-bottom: 20px;
}

.ng-cta p {
  max-width: 700px;
  margin: 0 auto;
  color: #f7f1e8;
  font-size: 1.12rem;
  line-height: 1.75;
}

.ng-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 38px;
}

.ng-btn-light {
  background: white;
  color: #20311f;
}

.ng-btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: white;
}

.ng-btn-light:hover,
.ng-btn-outline-light:hover {
  transform: translateY(-3px);
}

.ng-btn-outline-light:hover {
  background: white;
  color: #20311f;
}

/* RESPONSIVE */

@media (max-width: 1100px) {

  .ng-store-grid,
  .ng-intro-grid {
    grid-template-columns: 1fr;
  }

  .ng-store-grid.reverse .ng-store-image {
    order: 0;
  }

  .ng-store-image img {
    height: 500px;
  }
}

@media (max-width: 760px) {

  .ng-hero {
    min-height: 620px;
  }

  .ng-hero h1 {
    font-size: 4rem;
  }

  .ng-intro,
  .ng-store-section,
  .ng-cta {
    padding: 80px 0;
  }

  .ng-store-image img {
    height: 380px;
  }

  .ng-map {
    height: 340px;
  }

  .ng-actions,
  .ng-cta-actions {
    flex-direction: column;
  }

  .ng-btn-primary,
  .ng-btn-outline,
  .ng-btn-light,
  .ng-btn-outline-light {
    width: 100%;
  }
}