:root {
  --dm-rosa-blush: #fad5cb;
  --dm-nude-pessego: #fbece3;
  --dm-champagne-rose: #e9bdad;
  --dm-rose-terracota: #d99d87;
  --dm-cobre-dourado: #c07a60;
  --dm-bronze-elegante: #9f5237;
  --dm-marrom-cacau: #602110;
  --dm-branco-quente: #fff8f5;
  --dm-bege-claro: #f7e7de;
  --dm-texto: #3b1f18;
  --dm-whatsapp: #25d366;
  --container: 1180px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow-soft: 0 20px 60px rgba(96, 33, 16, 0.12);
  --shadow-card: 0 16px 30px rgba(96, 33, 16, 0.08);
  --font-display: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --font-body: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--dm-texto);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at top left, rgba(250, 213, 203, 0.72), transparent 28%),
    radial-gradient(circle at top right, rgba(233, 189, 173, 0.5), transparent 24%),
    linear-gradient(180deg, #fffaf7 0%, var(--dm-nude-pessego) 35%, var(--dm-branco-quente) 100%);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 200;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--dm-marrom-cacau);
  color: var(--dm-branco-quente);
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.2rem 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 1.8rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--dm-bronze-elegante);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3,
blockquote,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
blockquote {
  margin: 0;
  color: var(--dm-marrom-cacau);
  font-family: var(--font-display);
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 5rem);
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  text-wrap: balance;
}

h3 {
  font-size: 1.35rem;
}

p {
  margin: 0;
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(192, 122, 96, 0.12);
  background: rgba(255, 248, 245, 0.86);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 0.75rem;
}

.brand-mark,
.footer-mark {
  display: grid;
  overflow: hidden;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(192, 122, 96, 0.16);
  border-radius: 50%;
  background: var(--dm-branco-quente);
}

.brand-mark {
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 3.2rem;
}

.brand-mark-img,
.footer-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(2%, 7%) scale(1.28);
  transform-origin: 50% 38%;
}

.brand-copy {
  display: grid;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.08rem;
}

.brand-copy small {
  color: rgba(59, 31, 24, 0.68);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.site-nav a {
  font-size: 0.95rem;
}

.nav-whatsapp,
.button-primary {
  background: var(--dm-bronze-elegante);
  color: var(--dm-branco-quente);
}

.nav-whatsapp {
  padding: 0.75rem 1.05rem;
  border-radius: 999px;
  background: var(--dm-whatsapp);
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 50%;
  background: rgba(192, 122, 96, 0.13);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--dm-marrom-cacau);
}

.hero {
  padding-top: 3.2rem;
}

.hero-grid,
.about-grid,
.logistics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 2rem;
  align-items: center;
}

.hero-text {
  max-width: 42rem;
  margin-top: 1.2rem;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.8rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.82rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-align: center;
}

.button-secondary {
  border-color: rgba(159, 82, 55, 0.22);
  background: rgba(255, 248, 245, 0.78);
}

.hero-highlights,
.benefit-grid,
.steps-grid,
.info-cards {
  display: grid;
  gap: 1rem;
}

.hero-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-highlights div,
.benefit-card,
.step-card,
.mini-card,
.faq-item,
.product-card,
.info-panel {
  border: 1px solid rgba(159, 82, 55, 0.1);
  border-radius: var(--radius-lg);
  background: rgba(255, 248, 245, 0.82);
  box-shadow: var(--shadow-card);
}

.hero-highlights div,
.benefit-card,
.step-card,
.mini-card,
.faq-item {
  padding: 1.25rem;
}

.benefit-grid,
.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit-card span,
.step-card span {
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: rgba(217, 157, 135, 0.2);
  color: var(--dm-bronze-elegante);
  font-weight: 900;
}

.hero-photo-card,
.about-photo {
  position: relative;
  overflow: hidden;
  border-radius: min(38px, 6vw);
  background: linear-gradient(180deg, rgba(255, 248, 245, 0.95), rgba(247, 231, 222, 0.92));
  box-shadow: var(--shadow-soft);
}

.hero-photo-card img,
.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 16rem;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-md);
  background: rgba(255, 248, 245, 0.92);
  box-shadow: var(--shadow-card);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem;
  margin-bottom: 1.3rem;
}

.filter-chip {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(159, 82, 55, 0.18);
  border-radius: 999px;
  background: rgba(255, 248, 245, 0.86);
  color: var(--dm-texto);
  cursor: pointer;
}

.filter-chip.is-active {
  background: var(--dm-bronze-elegante);
  color: var(--dm-branco-quente);
}

.product-carousel {
  position: relative;
}

.carousel-viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3.75rem) / 4);
  grid-template-columns: none;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  padding: 0.25rem 0.1rem 0.85rem;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
}

.product-media {
  position: relative;
  padding: 0.9rem;
  background: linear-gradient(180deg, rgba(250, 213, 203, 0.32), rgba(255, 248, 245, 0.98));
}

.product-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border-radius: var(--radius-md);
  background: rgba(255, 248, 245, 0.98);
}

.image-fallback {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 5;
  place-items: center;
  padding: 1rem;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at top, rgba(217, 157, 135, 0.2), transparent 58%),
    var(--dm-bege-claro);
  color: rgba(96, 33, 16, 0.7);
  font-weight: 800;
  text-align: center;
}

.product-badges {
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.badge,
.product-category {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
}

.badge {
  padding: 0.34rem 0.65rem;
  background: rgba(96, 33, 16, 0.88);
  color: var(--dm-branco-quente);
}

.badge.promo {
  background: var(--dm-cobre-dourado);
}

.product-copy {
  display: grid;
  flex: 1;
  grid-template-rows: auto 1fr auto;
  gap: 0.85rem;
  padding: 1.2rem;
}

.product-top {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-start;
}

.product-category {
  padding: 0.42rem 0.65rem;
  background: rgba(233, 189, 173, 0.3);
  color: var(--dm-bronze-elegante);
}

.product-top h3 {
  min-height: 2.7rem;
  margin-top: 0.55rem;
}

.product-copy > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.price-wrap {
  flex: 0 0 auto;
  color: var(--dm-marrom-cacau);
  font-size: 1.25rem;
  font-weight: 900;
}

.product-copy .button {
  width: 100%;
  align-self: end;
}

.carousel-arrow {
  position: absolute;
  top: 42%;
  z-index: 5;
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(159, 82, 55, 0.16);
  border-radius: 50%;
  background: rgba(255, 248, 245, 0.94);
  color: var(--dm-marrom-cacau);
  box-shadow: var(--shadow-card);
  cursor: pointer;
  font-size: 1.7rem;
}

.carousel-arrow:disabled {
  opacity: 0.35;
}

.carousel-arrow-prev {
  left: -1.1rem;
}

.carousel-arrow-next {
  right: -1.1rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  min-height: 1.5rem;
  margin-top: 0.5rem;
}

.carousel-dot {
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(96, 33, 16, 0.24);
}

.carousel-dot.is-active,
.carousel-counter {
  background: var(--dm-bronze-elegante);
}

.carousel-dot.is-active {
  width: 1.4rem;
  border-radius: 999px;
}

.carousel-counter {
  min-width: 3.2rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  color: var(--dm-branco-quente);
  font-size: 0.82rem;
  font-weight: 800;
}

.catalog-complete-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.5rem;
  border: 1px solid rgba(159, 82, 55, 0.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(250, 213, 203, 0.5), rgba(255, 248, 245, 0.92));
  box-shadow: var(--shadow-card);
}

.catalog-complete-cta h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.catalog-complete-cta .eyebrow {
  margin-bottom: 0.45rem;
}

.catalog-complete-cta .button {
  max-width: 22rem;
}

.logistics-grid,
.about-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.info-panel {
  padding: 1.8rem;
}

.info-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-copy {
  display: grid;
  gap: 1rem;
}

blockquote {
  padding-left: 1rem;
  border-left: 3px solid var(--dm-cobre-dourado);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-item p {
  margin-top: 0.7rem;
}

.site-footer {
  padding: 2.4rem 0 5.8rem;
  background: var(--dm-bege-claro);
  border-top: 1px solid rgba(159, 82, 55, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

.footer-brand {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}

.footer-mark {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0.15rem;
}

.footer-cta {
  display: grid;
  gap: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  min-width: 3.75rem;
  height: 3.75rem;
  min-height: 3.75rem;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--dm-whatsapp);
  color: #fff;
  box-shadow: 0 14px 35px rgba(37, 211, 102, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.36);
}

.floating-whatsapp svg {
  width: 2.15rem;
  height: 2.15rem;
}

.whatsapp-glyph {
  fill: #fff;
}

.floating-whatsapp > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .benefit-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid,
  .about-grid,
  .logistics-grid {
    grid-template-columns: 1fr;
  }

  .carousel-track {
    grid-auto-columns: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 840px) {
  .section {
    padding: 3.7rem 0;
  }

  .header-inner {
    position: relative;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 248, 245, 0.98);
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0.85rem;
  }

  .nav-toggle {
    display: inline-block;
    flex: 0 0 3rem;
  }

  .brand-copy strong,
  .brand-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero-copy,
  .hero-text,
  .hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .filter-bar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.35rem;
    scrollbar-width: none;
  }

  .filter-bar::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .catalog-complete-cta {
    grid-template-columns: 1fr;
  }

  .catalog-complete-cta .button {
    width: calc(100% - 4.8rem);
    max-width: none;
    justify-self: start;
  }

  .floating-whatsapp {
    right: calc(0.85rem + env(safe-area-inset-right));
    bottom: calc(0.85rem + env(safe-area-inset-bottom));
    width: 3.5rem;
    min-width: 3.5rem;
    max-width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    max-height: 3.5rem;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
  }

  .floating-whatsapp svg {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(calc(100% - 1.5rem), var(--container));
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
  }

  h2 {
    font-size: clamp(1.65rem, 8vw, 2.25rem);
  }

  .hero-highlights,
  .benefit-grid,
  .steps-grid,
  .info-cards {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .nav-whatsapp {
    width: 100%;
  }

  .carousel-track {
    grid-auto-columns: 100%;
    gap: 1rem;
  }

  .product-media img,
  .image-fallback {
    aspect-ratio: 4 / 3;
  }

  .product-copy .button {
    width: calc(100% - 4.8rem);
    justify-self: start;
  }

  .carousel-arrow {
    top: 37%;
    width: 2.35rem;
    height: 2.35rem;
  }

  .carousel-arrow-prev {
    left: 0.35rem;
  }

  .carousel-arrow-next {
    right: 0.35rem;
  }

  .hero-badge {
    right: 0.8rem;
    left: 0.8rem;
    bottom: 0.8rem;
    max-width: none;
  }
}
