:root {
  --pepper: #d40b0b;
  --pepper-dark: #7e0505;
  --leaf: #28692f;
  --gold: #f28c18;
  --cream: #fff8ea;
  --paper: #ffffff;
  --ink: #211816;
  --muted: #6f615d;
  --line: #eadbd1;
  --shadow: 0 18px 50px rgba(78, 13, 9, .16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf0 0%, #fff 32%, #fff8ea 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 248, 234, .94);
  border-bottom: 1px solid rgba(126, 5, 5, .12);
  backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px clamp(16px, 4vw, 64px);
  color: #fff;
  background: var(--pepper-dark);
  font-size: 14px;
}

.topbar a {
  font-weight: 700;
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(16px, 4vw, 64px);
}

.brand img {
  width: 178px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.nav-links a {
  padding: 10px 12px;
}

.nav-cta {
  color: #fff;
  background: var(--pepper);
  border-radius: 999px;
}

.hero {
  min-height: clamp(560px, 78vh, 740px);
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(280px, 360px);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  justify-content: center;
  padding: 120px clamp(18px, 5vw, 80px) 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(28, 0, 0, .86) 0%, rgba(68, 0, 0, .62) 48%, rgba(20, 0, 0, .78) 100%),
    url("Pimentabg.png") center / cover no-repeat;
}

.hero-content {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 9vw, 112px);
  line-height: .9;
  letter-spacing: 0;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .35);
}

.hero-copy {
  max-width: 640px;
  margin: 24px 0 0;
  color: #fff3df;
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button-primary {
  color: #fff;
  background: var(--pepper);
  box-shadow: 0 12px 24px rgba(126, 5, 5, .28);
}

.button-whatsapp {
  color: #fff;
  background: #25D366;
  box-shadow: 0 12px 24px rgba(37, 211, 102, .26);
}

.button-secondary {
  color: #fff;
  background: var(--gold);
}

.button-clear {
  color: var(--pepper-dark);
  background: #fff;
  border: 1px solid var(--line);
}

.catalog,
.about-section,
.location-section,
.contact-band,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.promo-section {
  display: grid;
  gap: 16px;
  align-self: center;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.promo-copy span {
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading h2,
.contact-band h2 {
  margin: 6px 0 10px;
  color: var(--pepper-dark);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
}

.promo-copy h2 {
  margin: 0;
  color: var(--pepper-dark);
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.08;
}

.promo-copy p {
  max-width: 560px;
  color: var(--muted);
}

.promo-price {
  margin: 12px 0;
  color: var(--pepper-dark) !important;
  font-size: clamp(30px, 3vw, 30px);
  font-weight: 900;
  line-height: 1;
}

.promo-copy .button {
  width: 100%;
  margin-top: 4px;
}

.promo-section img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
}

.about-section,
.catalog,
.location-section {
  padding: 72px 0 30px;
}

.section-heading {
  max-width: 760px;
}

.section-heading p:last-child {
  color: var(--muted);
  font-size: 18px;
}

.about-content {
  max-width: 920px;
  margin-top: 26px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 19px);
}

.about-content p {
  margin: 0 0 16px;
}

.category-list {
  display: grid;
  gap: 30px;
  margin: 28px 0 0;
}

.category-group {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.category-group h3 {
  margin: 0 0 14px;
  color: var(--pepper-dark);
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.15;
}

.simple-list {
  columns: 2 280px;
  column-gap: clamp(28px, 5vw, 72px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  position: relative;
  break-inside: avoid;
  margin: 0 0 11px;
  padding-left: 18px;
  color: var(--muted);
  font-size: 17px;
}

.simple-list li::before {
  content: "";
  position: absolute;
  top: .65em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(20px, 5vw, 44px);
  align-items: stretch;
  margin-top: 28px;
}

.location-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 26px;
  color: #fff;
  background: linear-gradient(135deg, var(--pepper-dark), var(--pepper));
  border-radius: 8px;
}

.location-info strong {
  font-size: 24px;
  line-height: 1.1;
}

.location-info p {
  margin: 12px 0 22px;
  color: #ffe9d0;
}

.location-info .button {
  width: auto;
}

.map-frame {
  min-height: 360px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  margin-bottom: 48px;
  padding: clamp(24px, 5vw, 44px);
  color: #fff;
  background: linear-gradient(135deg, #1e4f25, var(--leaf));
  border-radius: 8px;
}

.contact-band h2 {
  color: #fff;
}

.footer {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 0 34px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer img {
  width: 40px;
}

.footer div {
  display: grid;
}

.footer strong {
  color: var(--pepper-dark);
}

.footer a {
  margin-left: auto;
  color: var(--muted);
  font-weight: 400;
}

@media (max-width: 760px) {
  .topbar {
    display: grid;
    gap: 4px;
    text-align: center;
  }

  .nav {
    align-items: flex-start;
  }

  .brand img {
    width: 142px;
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 12px;
  }

  .nav-links a {
    padding: 8px 9px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 610px;
    padding-top: 150px;
    background-position: center top;
  }

  .hero-actions,
  .contact-band,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .promo-section {
    align-self: stretch;
  }

  .promo-section img {
    max-width: 320px;
    margin: 0 auto;
  }

  .location-layout {
    grid-template-columns: 1fr;
  }

  .location-info .button {
    width: 100%;
  }

  .footer a {
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .nav {
    display: grid;
    justify-items: center;
  }

  .nav-links {
    justify-content: center;
  }

  .hero h1 {
    font-size: 50px;
  }
}
