.produtos-header-3 {
  background-image: url('../images/hero/header-3.png');
  background-image: image-set(
    url('../images/hero/header-3-desktop.webp') type('image/webp'),
    url('../images/hero/header-3.png') type('image/png')
  );
  aspect-ratio: 5760 / 2525;
}

.produtos-header-3__hero {
  top: 35%;
  width: 58%;
}

.produtos-header-3__title {
  font-size: clamp(28px, 3.47vw, 50px);
  line-height: 115%;
}

.produtos-header-3__title-bold,
.produtos-header-3__title-regular {
  display: inline;
}

.produtos-header-3__lead {
  margin: clamp(16px, 1.8vw, 26px) 0 0;
  color: #ffffff;
  font-family: "Fraunces", serif;
  font-weight: 400;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 150%;
  max-width: 52ch;
}

.produtos-header-3__callout {
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: #e0bd8e;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 150%;
}

@media (max-width: 900px) {
  .produtos-header-3 {
    background-image: url('../images/hero/header-3-mobile.webp');
    background-image: image-set(
      url('../images/hero/header-3-mobile.webp') type('image/webp')
    );
    background-position: 70% top;
  }
  .produtos-header-3__hero {
    top: auto;
    width: 100%;
    text-align: center;
    padding-top: 140px;
  }
  .produtos-header-3__title { font-size: clamp(22px, 5vw, 32px); }
  .produtos-header-3__lead,
  .produtos-header-3__callout { visibility: hidden; }
}

.produtos-footer-2 {
  background-image: url('../images/footer/footer-2.png');
  background-image: image-set(
    url('../images/footer/footer-2-desktop.webp') type('image/webp'),
    url('../images/footer/footer-2.png') type('image/png')
  );
  aspect-ratio: 5760 / 4011;
}

@media (max-width: 900px) {
  .produtos-footer-2 {
    background-image: url('../images/footer/footer-1-mobile.webp');
    background-image: image-set(
      url('../images/footer/footer-1-mobile.webp') type('image/webp')
    );
  }
}

.produtos-footer-2__cta {
  position: absolute;
  left: 12%;
  top: 16%;
  width: 38%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.5vw, 22px);
  font-family: "Fraunces", serif;
}

.produtos-footer-2__cta-title {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(20px, 2.78vw, 40px);
  line-height: 109%;
}

.produtos-footer-2__cta-title-regular { font-weight: 400; }
.produtos-footer-2__cta-title-bold {
  font-weight: 700;
  color: #e0bd8e;
  white-space: nowrap;
}

.produtos-footer-2__cta-lead {
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(13px, 1.25vw, 18px);
  line-height: 121%;
  max-width: 28ch;
}

.produtos-footer-2__cta-btn {
  align-self: flex-start;
  background: #e0bd8e;
  color: #613b21;
  font-weight: 700;
  font-size: clamp(13px, 1.18vw, 17px);
  line-height: 95%;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.produtos-footer-2__cta-btn:hover {
  background: #f0cfa0;
  color: #4a2c18;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

.produtos-footer-2__cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media (max-width: 900px) {
  .produtos-footer-2__cta {
    position: static;
    width: auto;
    max-width: none;
    padding: 40px 20px 24px;
  }
}

/* ==================== CONTENT 1 — Nossos produtos ==================== */
.produtos-content-1 {
  background: #ffffff;
  padding: clamp(56px, 7vw, 112px) clamp(16px, 4vw, 80px);
  font-family: "Fraunces", serif;
}

.produtos-content-1__title {
  margin: 0 auto clamp(40px, 5vw, 72px);
  text-align: center;
  color: #613b21;
  font-weight: 700;
  font-size: clamp(28px, 3.13vw, 45px);
  line-height: 109%;
}

.produtos-content-1__list {
  margin: 0 auto;
  padding: 0;
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.produtos-content-1__item {
  background: #ffe8c9;
  border-radius: 33px;
  overflow: hidden;
}

.produtos-content-1__head {
  list-style: none;
  padding: clamp(20px, 2vw, 28px) clamp(24px, 3vw, 40px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.produtos-content-1__head::-webkit-details-marker { display: none; }

.produtos-content-1__cat {
  color: #613b21;
  font-weight: 600;
  font-size: clamp(16px, 1.67vw, 24px);
  line-height: 115%;
}

.produtos-content-1__chevron {
  width: clamp(28px, 2.8vw, 40px);
  height: auto;
  flex-shrink: 0;
  transition: transform 0.25s;
  transform: rotate(180deg);
}

.produtos-content-1__item[open] .produtos-content-1__chevron {
  transform: rotate(0deg);
}

.produtos-content-1__body {
  display: flex;
  border-top: 1px solid #613b21;
  padding: clamp(20px, 2.5vw, 32px) clamp(24px, 3vw, 40px) clamp(20px, 2.5vw, 32px) clamp(24px, 3vw, 40px);
  gap: clamp(28px, 3.5vw, 56px);
  align-items: flex-start;
}

/* A imagem pode vir como <img> direto (categoria do banco) ou dentro de
   <picture> (fallback). Em ambos os casos o flex-item é o container da
   imagem — fixa-se a largura/proporção aqui para todos os cards ficarem
   idênticos ao "Blend's Pão Francês". */
.produtos-content-1__body > .produtos-content-1__img,
.produtos-content-1__body > picture {
  flex: 0 0 clamp(180px, 26%, 280px);
  width: clamp(180px, 26%, 280px);
  aspect-ratio: 3 / 4;
  border-radius: 14px;
  overflow: hidden;
  align-self: flex-start;
  display: block;
}

.produtos-content-1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.produtos-content-1__grid {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 2.5vw, 36px) clamp(28px, 3.5vw, 52px);
  align-content: start;
}

.produtos-content-1__prod {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.produtos-content-1__prod-name {
  margin: 0 0 6px;
  color: #613b21;
  font-weight: 600;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 150%;
}

.produtos-content-1__prod-desc {
  margin: 0;
  color: #613b21;
  font-weight: 400;
  font-size: clamp(13px, 1.04vw, 15px);
  line-height: 126%;
}

.produtos-content-1__prod-features {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.produtos-content-1__prod-features li {
  position: relative;
  padding-left: 22px;
  color: #613b21;
  font-weight: 400;
  font-size: clamp(13px, 1.04vw, 15px);
  line-height: 126%;
}

.produtos-content-1__prod-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #9e6941;
  font-weight: 700;
}

@media (max-width: 720px) {
  .produtos-content-1__body {
    flex-direction: column;
    padding: clamp(16px, 4vw, 24px);
  }
  .produtos-content-1__body > .produtos-content-1__img,
  .produtos-content-1__body > picture {
    flex: none;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .produtos-content-1__grid { grid-template-columns: 1fr; }
}

/* ==================== CONTENT 2 — Formulário de contato ==================== */
.produtos-content-2 {
  background: #ffffff;
  padding: clamp(56px, 7vw, 112px) clamp(20px, 5vw, 80px);
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  font-family: "Fraunces", serif;
}

.produtos-content-2,
.produtos-content-2 * {
  font-family: "Fraunces", serif;
}

.produtos-content-2__intro {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vw, 40px);
}

.produtos-content-2__title {
  margin: 0;
  font-size: clamp(32px, 3.47vw, 50px);
  line-height: 96%;
  font-weight: 500;
  color: #613b21;
}

.produtos-content-2__title-regular { font-weight: 500; display: block; }
.produtos-content-2__title-accent { font-weight: 700; color: #cf8c58; display: block; }
.produtos-content-2__title-bold { font-weight: 500; display: block; }

.produtos-content-2__lead {
  margin: 0;
  color: #454545;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  max-width: 30ch;
}

.produtos-content-2__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.produtos-content-2__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.produtos-content-2__field {
  position: relative;
  display: flex;
  flex-direction: column;
}

.produtos-content-2__label {
  position: absolute;
  top: 14px;
  left: 22px;
  color: #613b21;
  font-weight: 700;
  font-size: 17px;
  line-height: 116%;
  pointer-events: none;
}

.produtos-content-2__input,
.produtos-content-2__textarea {
  width: 100%;
  border: 1px solid rgba(97, 59, 33, 0.5);
  border-radius: 20px;
  background: transparent;
  padding: 40px 22px 14px;
  font-family: inherit;
  font-size: 16px;
  color: #2c160a;
  outline: none;
  transition: border-color 0.2s;
}

.produtos-content-2__input { height: 69px; }
.produtos-content-2__textarea { min-height: 193px; resize: vertical; }

.produtos-content-2__input:focus,
.produtos-content-2__textarea:focus { border-color: #613b21; }

.produtos-content-2__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.produtos-content-2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 20px;
  padding: 16px 32px;
  font-family: inherit;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}

.produtos-content-2__btn-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.produtos-content-2__btn:hover { opacity: 0.9; }

.produtos-content-2__btn--primary {
  background: #613b21;
  color: #e0bd8e;
  min-width: 196px;
  min-height: 53px;
}

.produtos-content-2__btn--secondary {
  background: #e0bd8e;
  color: #613b21;
  font-weight: 500;
  min-width: 260px;
  min-height: 53px;
}

@media (max-width: 900px) {
  .produtos-content-2 { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .produtos-content-2__row { grid-template-columns: 1fr; }
  .produtos-content-2__btn { flex: 1; min-width: 0; }
}

/* ==================== CONTENT 3 — Por que escolher ==================== */
.produtos-content-3 {
  width: 100%;
  background-image: url('../images/decor/produtos-content-3.png');
  background-image: image-set(
    url('../images/decor/produtos-content-3.webp') type('image/webp'),
    url('../images/decor/produtos-content-3.png') type('image/png')
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 5760 / 2261;
  position: relative;
  font-family: "Fraunces", serif;
}

.produtos-content-3__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10% clamp(20px, 5vw, 80px);
  gap: clamp(28px, 4vw, 64px);
}

.produtos-content-3__title {
  margin: 0;
  text-align: center;
  color: #613b21;
  font-weight: 400;
  font-size: clamp(24px, 3.13vw, 45px);
  line-height: 109%;
}

.produtos-content-3__title strong { font-weight: 700; }

.produtos-content-3__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
}

.produtos-content-3__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

.produtos-content-3__icon {
  width: clamp(56px, 5.7vw, 82px);
  height: auto;
  display: block;
}

.produtos-content-3__item-title {
  margin: 0;
  color: #613b21;
  font-weight: 600;
  font-size: clamp(18px, 1.81vw, 26px);
  line-height: 110%;
}

.produtos-content-3__item-text {
  margin: 0;
  color: #613b21;
  font-weight: 400;
  font-size: clamp(13px, 1.11vw, 16px);
  line-height: 140%;
  max-width: 30ch;
}

@media (max-width: 900px) {
  .produtos-content-3 {
    aspect-ratio: auto;
    padding: 18vw 0;
  }
  .produtos-content-3__inner {
    position: static;
    padding: 0 20px;
  }
  .produtos-content-3__list {
    grid-template-columns: 1fr;
    max-width: 360px;
  }
}

/* ==================== CONTENT 4 — Clientes atendidos ==================== */
.produtos-content-4 {
  background: #ffffff;
  padding: clamp(56px, 7vw, 112px) clamp(20px, 5vw, 80px);
  font-family: "Fraunces", serif;
}

.produtos-content-4__title {
  margin: 0 auto clamp(40px, 5vw, 72px);
  text-align: center;
  color: #613b21;
  font-weight: 600;
  font-size: clamp(28px, 3.13vw, 45px);
  line-height: 109%;
}

.produtos-content-4__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(20px, 2.5vw, 40px);
  align-items: center;
  justify-items: center;
}

.produtos-content-4__item img {
  width: 100%;
  max-width: 159px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .produtos-content-4__list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .produtos-content-4__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 360px;
  }
}

/* Variante "Depoimento de nossos clientes" — grade de cards (prints de
   avaliações), 3 / 2 / 1 colunas conforme a largura. */
.produtos-content-4--depoimentos .produtos-content-4__list {
  max-width: 1100px;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2vw, 32px);
  align-items: stretch;
  justify-items: stretch;
}

.produtos-content-4--depoimentos .produtos-content-4__item {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 6px 20px rgba(44, 22, 10, 0.08);
}

.produtos-content-4--depoimentos .produtos-content-4__item img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 900px) {
  .produtos-content-4--depoimentos .produtos-content-4__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
  }
}

@media (max-width: 560px) {
  .produtos-content-4--depoimentos .produtos-content-4__list {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

.page-produtos {
  font-family: "Fraunces", serif;
  color: #2c160a;
  background: #ffffff;
}

.page-produtos__hero {
  padding: clamp(60px, 8vw, 120px) clamp(20px, 8vw, 120px) clamp(32px, 4vw, 56px);
  max-width: 1280px;
  margin: 0 auto;
}

.page-produtos__kicker {
  display: inline-block;
  background: #e0bd8e;
  color: #8c4415;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-produtos__title {
  margin: 0 0 20px;
  font-size: clamp(32px, 4.5vw, 56px);
  font-weight: 400;
  line-height: 110%;
}

.page-produtos__title strong { font-weight: 700; color: #8c4415; }

.page-produtos__lead {
  max-width: 62ch;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 160%;
  color: #4a2f1d;
  margin: 0;
}

.page-produtos__grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px) clamp(20px, 8vw, 120px) clamp(60px, 8vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.5vw, 40px);
}

.page-produtos__card {
  display: flex;
  flex-direction: column;
  background: #faf3ea;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
}

.page-produtos__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(44, 22, 10, 0.12);
}

.page-produtos__img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #ffffff;
}

.page-produtos__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-produtos__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.page-produtos__name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #2c160a;
  line-height: 120%;
}

.page-produtos__desc {
  margin: 0;
  font-size: 15px;
  line-height: 155%;
  color: #4a2f1d;
  flex: 1;
}

.page-produtos__cta {
  margin-top: 8px;
  align-self: flex-start;
  background: #613b21;
  color: #e0bd8e;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.page-produtos__cta:hover { opacity: 0.85; }

.page-produtos__cta-wide {
  background: #2c160a;
  color: #ffffff;
  padding: clamp(40px, 5vw, 64px) clamp(20px, 8vw, 120px);
  text-align: center;
}

.page-produtos__cta-title {
  margin: 0 0 16px;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
}

.page-produtos__cta-title strong { font-weight: 700; color: #e0bd8e; }

.page-produtos__cta-link {
  display: inline-block;
  background: #cf8c58;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 32px;
  border-radius: 14px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.page-produtos__cta-link:hover { opacity: 0.9; }

@media (max-width: 900px) {
  .page-produtos__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .page-produtos__grid { grid-template-columns: 1fr; }
}

/* === Seção "Veja também" — replica o visual do grid do blog === */
.produto-relacionados {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 96px) clamp(20px, 5vw, 40px) clamp(60px, 8vw, 120px);
  font-family: "Fraunces", serif;
}
.produto-relacionados__title {
  margin: 0 0 clamp(32px, 4vw, 56px);
  color: #613b21;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 92.9%;
  letter-spacing: 0.01em;
  text-align: center;
}
.produto-relacionados__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.2vw, 20px);
}
.produto-relacionados__item {
  display: flex;
}
.produto-relacionados__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffe2bc;
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}
.produto-relacionados__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(97, 59, 33, 0.14);
}
.produto-relacionados__img {
  width: 100%;
  height: auto;
  aspect-ratio: 334 / 206;
  object-fit: cover;
  display: block;
}
.produto-relacionados__link > *:not(.produto-relacionados__img) {
  padding-left: 28px;
  padding-right: 28px;
}
.produto-relacionados__name {
  margin: 26px 0 0;
  color: #613b21;
  font-weight: 500;
  font-size: 25px;
  line-height: 92.9%;
  letter-spacing: 0.01em;
}
.produto-relacionados__desc {
  margin: 16px 0 0;
  color: #626262;
  font-weight: 400;
  font-size: 14px;
  line-height: 137.4%;
  flex: 1;
}
.produto-relacionados__more {
  align-self: flex-start;
  margin: 18px 0 28px;
  color: #613b21;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}

@media (max-width: 1100px) {
  .produto-relacionados__list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
  .produto-relacionados__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .produto-relacionados__list { grid-template-columns: 1fr; }
}
