/* ===============================
   BOTTEGA DA FE - HOME BOUTIQUE
================================ */

.home-boutique {
  background: #f7f1e8;
  color: #20291f;
  font-family: 'Manrope', sans-serif;
}

.bd-container {
  width: min(1320px, 88%);
  margin: 0 auto;
}

/* TOP BAR */

.bd-topbar {
  background: #1f321f;
  color: #f8f1e8;
  font-size: 0.85rem;
}

.bd-topbar-inner {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* HEADER */

.bd-header {
  background: rgba(250, 247, 240, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(40, 50, 37, 0.08);
  position: sticky;
  top: 0;
  z-index: 50;
}

.bd-header-inner {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.bd-logo {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  line-height: 0.82;
  letter-spacing: 6px;
  font-weight: 700;
  font-size: 2.85rem;
  display: flex;
  flex-direction: column;
}

.bd-logo span:nth-child(2) {
  color: #b99456;
}

.bd-logo small {
  margin-top: 15px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 7px;
  color: #20311f;
}

.bd-nav ul {
  display: flex;
  gap: 38px;
  align-items: center;
}

.bd-nav a {
  color: #20291f;
  font-weight: 700;
  font-size: 0.96rem;
  position: relative;
}

.bd-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: #b99456;
  transition: 0.3s;
}

.bd-nav a:hover::after,
.bd-nav a.active::after {
  width: 100%;
}

.bd-order-btn {
  background: #20311f;
  color: #fff;
  padding: 16px 28px;
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.bd-order-btn:hover {
  background: #b99456;
}

/* HERO */

.bd-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #3b4038;
}

.bd-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.42) 44%,
    rgba(0, 0, 0, 0.10) 100%
  );
  z-index: 1;
}

.bd-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 78px 0;
}

.bd-kicker {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #f1dfbd;
  margin-bottom: 24px;
}

.bd-kicker.dark {
  color: #b99456;
}

.bd-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4rem, 8vw, 7.5rem);
  line-height: 0.88;
  font-weight: 600;
  max-width: 760px;
  margin-bottom: 28px;
}

.bd-hero-text {
  max-width: 680px;
  font-size: 1.28rem;
  line-height: 1.7;
  color: #f8f3ea;
}

.bd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.bd-btn-primary,
.bd-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 4px;
  font-weight: 800;
  transition: 0.3s;
}

.bd-btn-primary {
  background: #20311f;
  color: #fff;
}

.bd-btn-primary:hover {
  background: #b99456;
  transform: translateY(-3px);
}

.bd-btn-secondary {
  border: 1px solid rgba(255,255,255,0.72);
  color: #fff;
}

.bd-btn-secondary:hover {
  background: #fff;
  color: #20311f;
  transform: translateY(-3px);
}

/* CATEGORIE */

.bd-categories {
  background: #f7f1e8;
  padding: 36px 0 58px;
}

.bd-section-heading {
  text-align: center;
  margin-bottom: 24px;
}

.bd-section-heading p {
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #7b6a4a;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.bd-section-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: 3.1rem;
  font-weight: 600;
}

.bd-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.bd-category-card {
  background: #fffaf2;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(35, 35, 35, 0.08);
  transition: 0.35s;
}

.bd-category-card:hover {
  transform: translateY(-8px);
}

.bd-category-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: 0.5s;
}

.bd-category-card:hover img {
  transform: scale(1.06);
}

.bd-category-card div {
  padding: 18px 18px 24px;
  text-align: center;
}

.bd-category-card h3 {
  font-family: 'Cormorant Garamond', serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #20311f;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.bd-category-card p {
  color: #3f3b34;
  font-size: 0.96rem;
  line-height: 1.55;
}

/* QUALITY STRIP */

.bd-quality-strip {
  background: #20311f;
  color: #fff;
  padding: 34px 0;
}

.bd-quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.bd-quality-item {
  display: flex;
  align-items: center;
  gap: 22px;
}

.bd-quality-item span {
  font-size: 2.4rem;
}

.bd-quality-item h3 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1dfbd;
  font-size: 1.15rem;
  margin-bottom: 4px;
}

.bd-quality-item p {
  color: #f7f1e8;
  font-size: 0.95rem;
}

/* STORY */

.bd-story-preview {
  background: #fffaf2;
  padding: 110px 0;
}

.bd-story-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 72px;
  align-items: center;
}

.bd-story-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 22px 60px rgba(0,0,0,.12);
}

.bd-story-text h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #20311f;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.95;
  margin-bottom: 24px;
}

.bd-story-text p {
  color: #4a453c;
  font-size: 1.12rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

/* FOOTER */

.bd-footer {
  background: #172517;
  color: #f7f1e8;
  text-align: center;
  padding: 28px 0;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .bd-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bd-nav {
    display: none;
  }
}

@media (max-width: 800px) {
  .bd-topbar-inner {
    height: auto;
    padding: 10px 0;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .bd-header-inner {
    min-height: 94px;
  }

  .bd-logo {
    font-size: 2rem;
    letter-spacing: 4px;
  }

  .bd-logo small {
    font-size: 0.58rem;
    letter-spacing: 4px;
  }

  .bd-order-btn {
    padding: 12px 18px;
  }

  .bd-hero {
    min-height: 620px;
  }

  .bd-hero h1 {
    font-size: 4.2rem;
  }

  .bd-category-grid,
  .bd-quality-grid,
  .bd-story-grid {
    grid-template-columns: 1fr;
  }

  .bd-story-image img {
    height: 390px;
  }
}