:root {
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
  color: #211d17;
  background: #eee8dc;
}

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

html {
  overflow-x: hidden;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #eee8dc;
  color: #211d17;
  line-height: 1.5;
}

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

.page-shell {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
  overflow: hidden;
  background: #fffaf2;
}

.hero {
  padding: 38px 24px 30px;
}

.brand,
.section-label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.eyebrow {
  display: inline-block;
  margin: 22px 0 14px;
  padding: 6px 10px;
  border: 1px solid #ded5c8;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.45rem, 12vw, 3.7rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.hero > p:last-child {
  max-width: 34ch;
  margin: 20px 0 0;
  color: #6f665b;
  font-size: 1rem;
}

.product-gallery {
  padding: 0 16px 28px;
}

.product-gallery > img {
  width: 100%;
  aspect-ratio: 18 / 19;
  border-radius: 22px;
  object-fit: cover;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.product-grid > img,
.product-message {
  min-height: 180px;
  border-radius: 18px;
}

.product-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-message {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  background: #211d17;
  color: #fffaf2;
}

.product-message .eyebrow {
  align-self: flex-start;
  margin: 0;
  border-color: #5d564d;
  font-size: 0.58rem;
}

.product-message > p:last-child {
  margin: 22px 0 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.12;
}

.contact-section {
  padding: 42px 20px 48px;
  background: #f2eadf;
}

.contact-section h2,
.action-section h2 {
  margin: 8px 0 10px;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.contact-section > h2 + p {
  margin: 0 0 24px;
}

.contact-section > h2 + p strong {
  color: #126b39;
  font-size: 1.1875rem;
  font-weight: 800;
}

.qr-grid {
  display: grid;
  gap: 14px;
}

.qr-card {
  padding: 16px;
  border: 1px solid #ded5c8;
  border-radius: 20px;
  background: #fff;
}

.qr-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}

.qr-card h3 {
  margin: 16px 0 5px;
  font-size: 1rem;
}

.qr-card p {
  margin: 0;
  color: #6f665b;
  font-size: 0.88rem;
}

.action-section {
  padding: 44px 20px 48px;
  background: #211d17;
  color: #fffaf2;
}

.action-section h2 {
  max-width: 12ch;
  margin-top: 0;
}

.action-section > p {
  margin: 0;
  color: #cfc7bb;
}

.action-buttons {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  color: #211d17;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button--website {
  background: #25d366;
}

.button--whatsapp {
  background: #fff;
}

a:focus-visible {
  outline: 3px solid #25d366;
  outline-offset: 4px;
}

footer {
  max-width: 430px;
  margin-inline: auto;
  padding: 20px 16px 28px;
  color: #6f665b;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}

@media (min-width: 720px) {
  body {
    padding: 44px 24px 24px;
  }

  .page-shell {
    border-radius: 28px;
    box-shadow: 0 24px 70px rgb(54 43 29 / 16%);
  }

  footer {
    padding-bottom: 0;
  }
}
