:root {
  --cream: #f3f7f2;
  --paper: #e7f0e6;
  --sage: #d5e4d4;
  --frame: #e3eee3;
  --ink: #1c2e22;
  --muted: #5a6b5c;
  --line: #c9d8c8;
  --forest: #2f6a40;
  --forest-dark: #234e30;
  --leaf: #4a8f5c;
  --moss: #1e3d28;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: "Nunito Sans", system-ui, sans-serif; background: var(--cream); color: var(--ink); line-height: 1.55; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }
iframe { border: 0; }
.wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
#secos, #geladeira, #padaria, #hortifruti { scroll-margin-top: 88px; }
h1, h2, .logo, .section-title { font-family: "Playfair Display", serif; font-weight: 600; }

header { background: #fff; position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; }
.logo { font-size: 18px; letter-spacing: .1em; text-transform: uppercase; color: var(--forest); white-space: nowrap; }
.menu {
  display: flex;
  gap: 22px;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.menu a.is-on, .menu a:hover { color: var(--forest); }
.nav .btn { padding: 10px 18px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--forest);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 22px;
  border: 0;
  cursor: pointer;
}
.btn:hover { background: var(--forest-dark); }
.btn-ghost {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-ghost:hover { background: #fff; color: var(--forest); }
.btn-light { background: #fff; color: var(--forest); }
.btn-light:hover { background: var(--paper); }
.center-cta { text-align: center; margin-top: 28px; }

.hero {
  position: relative;
  min-height: min(78vh, 640px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
}
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 61, 40, .88) 0%, rgba(30, 61, 40, .55) 46%, rgba(30, 61, 40, .18) 100%);
}
.hero .wrap { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .7fr; gap: 32px; align-items: center; padding: 56px 0; }
.hero-copy .kicker { color: #cfe8d3; }
.hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  max-width: 14ch;
  margin: 8px 0 14px;
}
.hero-copy > p { max-width: 42ch; color: #e4f0e6; margin-bottom: 22px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.hero-tags li {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}
.hero-card {
  background: #fff;
  color: var(--ink);
  padding: 22px;
  max-width: 320px;
  justify-self: end;
  width: 100%;
}
.hero-card img { width: 100%; height: 180px; object-fit: cover; margin: 8px 0 12px; }
.hero-card h3 { font-size: 18px; font-family: "Playfair Display", serif; margin-bottom: 4px; }
.hero-card .price { color: var(--forest); font-weight: 800; font-size: 20px; margin-bottom: 14px; }
.hero-card .btn { width: 100%; }

.section { padding: 64px 0; }
.section-title {
  text-align: center;
  font-size: clamp(26px, 3.4vw, 38px);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: var(--forest-dark);
}
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod { text-align: center; }
.prod .frame {
  position: relative;
  background: var(--frame);
  aspect-ratio: 1;
  margin-bottom: 12px;
  overflow: hidden;
}
.prod .frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod h3 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.prod .price { font-size: 13px; color: var(--forest); font-weight: 700; }

.cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cat { text-align: center; }
.cat img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px dashed var(--leaf);
  margin-bottom: 14px;
}
.cat h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.inspire {
  display: grid;
  grid-template-columns: 1.35fr .75fr;
  gap: 28px;
  align-items: stretch;
}
.inspire .life { width: 100%; height: 100%; min-height: 380px; object-fit: cover; }
.inspire-card {
  background: #fff;
  padding: 28px 24px;
  text-align: center;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
}
.inspire-card img { width: min(220px, 100%); aspect-ratio: 1; object-fit: cover; background: var(--frame); }

.page-top { padding: 40px 0 0; text-align: center; }
.page-top h1 { font-size: clamp(30px, 4vw, 44px); letter-spacing: .06em; text-transform: uppercase; color: var(--forest-dark); }
.page-top p { color: var(--muted); max-width: 46ch; margin: 10px auto 0; }
.page-hero { width: 100%; height: 280px; object-fit: cover; }
.filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0 8px;
}
.filters a {
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.filters a:hover, .filters a.is-on { background: var(--forest); color: #fff; border-color: var(--forest); }
.catalog .section { padding: 40px 0; }

.story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.story img { width: 100%; height: 380px; object-fit: cover; }
.kicker {
  color: var(--leaf);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.story h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 12px; }
.story p { color: var(--muted); margin-bottom: 12px; }

.info-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.info-card { background: #fff; padding: 24px; }
.info-card h3 { font-family: "Playfair Display", serif; font-size: 22px; margin-bottom: 8px; color: var(--forest-dark); }
.info-card p { color: var(--muted); font-size: 14px; }

.mapa { width: 100%; height: 360px; margin-top: 28px; }

.form { display: grid; gap: 12px; }
.form label { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form input, .form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px 14px;
}
.form textarea { min-height: 120px; resize: vertical; }
.contato { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

.site-foot { background: var(--moss); color: #d5e6d6; }
.foot-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr 1.2fr;
  gap: 32px;
  padding: 48px 0 36px;
}
.site-foot h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.site-foot ul { list-style: none; display: grid; gap: 8px; font-size: 14px; }
.site-foot ul a:hover { color: #fff; }
.site-foot p { font-size: 14px; margin-bottom: 8px; }
.news { display: flex; gap: 0; margin-top: 10px; }
.news input { flex: 1; border: 0; padding: 12px 14px; background: #fff; color: var(--ink); }
.news button { background: var(--leaf); color: #fff; border: 0; padding: 0 16px; font-weight: 800; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.soc { display: flex; gap: 10px; margin-top: 12px; }
.soc a { width: 28px; height: 28px; display: grid; place-items: center; color: #fff; }
.soc svg { width: 14px; height: 14px; fill: currentColor; }
.foot-copy {
  background: #162e1e;
  color: #b7cbb8;
  font-size: 12px;
  width: 100%;
}
.foot-copy .wrap {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 0;
}
.pay { letter-spacing: .12em; text-transform: uppercase; font-size: 11px; }

.float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #25d366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  z-index: 40;
}

@media (max-width: 900px) {
  .menu { display: none; }
  .hero .wrap, .prod-grid, .cats, .inspire, .story, .info-grid, .contato, .foot-grid { grid-template-columns: 1fr; }
  .hero-card { justify-self: start; max-width: none; }
  .inspire .life, .story img { height: 240px; min-height: 0; }
  .hero { min-height: 0; }
  .prod-grid, .cats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .prod-grid, .cats, .info-grid, .foot-grid { grid-template-columns: 1fr; }
}
