/* Sections — complément Bootstrap */
main section[id] {
  scroll-margin-top: 5.75rem;
}

.baf-section-pad {
  padding-block: clamp(3rem, 7vw, 5.25rem);
}

.baf-tint {
  background: rgba(124, 106, 74, 0.08);
}

.baf-sf-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.baf-liv-icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5rem;
  background: rgba(124, 106, 74, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--baf-accent);
}

.baf-footer {
  background: #fff;
}

.baf-cart-thumb {
  object-fit: cover;
  width: 4.5rem;
  height: 4.5rem;
}

.baf-hero {
  position: relative;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  overflow: hidden;
}

.baf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at 15% 20%, rgba(232, 220, 200, 0.35), transparent 55%);
  pointer-events: none;
}

.baf-hero-edge {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(28, 25, 23, 0.12);
}

.baf-hero-img {
  width: 100%;
  height: clamp(240px, 42vw, 420px);
  object-fit: cover;
  display: block;
}

.baf-kicker {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--baf-accent);
}

.baf-lede {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--baf-muted);
  max-width: 34rem;
}

.baf-hero-stats {
  border-top: 1px solid var(--baf-line);
  padding-top: 1.25rem;
  margin-top: 1.75rem;
}

.baf-stat-num {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--baf-ink);
  line-height: 1.2;
}

.baf-catalog {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.baf-section-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

.baf-card-product {
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.baf-card-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(28, 25, 23, 0.1) !important;
}

.baf-card-img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #eeebe6;
}

.baf-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baf-price {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--baf-ink);
}

.baf-price span {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--baf-muted);
  margin-left: 0.25rem;
}
