:root {
  --bg: #fbf7ef;
  --paper: #fffdf8;
  --green: #123f20;
  --green-2: #245d33;
  --sage: #dfe8c8;
  --sage-2: #aeca7d;
  --wood: #9b653b;
  --text: #263326;
  --muted: #677262;
  --line: #e8dccb;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(38, 35, 27, 0.10);
  --radius: 22px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 0;
}

h1 {
  max-width: 620px;
  font-size: clamp(2.45rem, 4.7vw, 4.25rem);
  line-height: 1.02;
}

h2 {
  max-width: 650px;
  font-size: clamp(2rem, 3.3vw, 3.05rem);
  line-height: 1.08;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.22;
}

p {
  color: var(--muted);
}

.section-label,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--wood);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section-label::before,
.tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--sage-2);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--green);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--green-2);
}

.btn-light,
.btn-outline {
  border-color: var(--line);
  background: var(--paper);
  color: var(--green);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 900;
}

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

.nav-links a:hover {
  background: var(--sage);
}

.nav-button {
  margin-left: 6px;
  background: var(--green);
  color: var(--white);
}

.nav-links .nav-button:hover {
  background: var(--green-2);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 99px;
  background: var(--green);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 13px;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--white);
  transition: transform 180ms ease;
}

.menu-toggle span:first-child {
  transform: translateY(-5px);
}

.menu-toggle span:last-child {
  transform: translateY(5px);
}

.menu-open .menu-toggle span:first-child {
  transform: rotate(45deg);
}

.menu-open .menu-toggle span:last-child {
  transform: rotate(-45deg);
}

/* Hero */
.hero {
  padding: 56px 0 64px;
  background: linear-gradient(180deg, var(--bg), #f5ecde);
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 500px;
  margin-top: 42px;
  overflow: hidden;
  background: #e5d6c3;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 315px;
  gap: 36px;
  padding: 0;
  align-items: end;
}

.hero-copy p {
  max-width: 590px;
  margin-top: 18px;
  font-size: 1.08rem;
  font-weight: 700;
}

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

.hero-panel {
  align-self: end;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.hero-panel span,
.hero-panel strong,
.hero-panel small {
  display: block;
}

.hero-panel span {
  color: var(--wood);
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-panel strong {
  margin-top: 4px;
  color: var(--green);
  font-size: 1.16rem;
  line-height: 1.2;
}

.hero-panel small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

/* Atalhos */
.quick-bar {
  padding: 18px 0 0;
  background: var(--bg);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.quick-grid a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--green);
  text-align: center;
  font-weight: 900;
}

/* Loja */
.store-grid,
.delivery-box,
.location-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 48px;
}

.store-copy p,
.delivery-copy p,
.location-card p,
.section-head p {
  max-width: 610px;
  margin-top: 16px;
  font-weight: 700;
}

.store-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.store-points div,
.category-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.store-points div {
  padding: 18px;
}

.store-points strong,
.store-points span {
  display: block;
}

.store-points strong {
  color: var(--green);
  font-weight: 900;
}

.store-points span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.video-frame {
  width: 100%;
  max-width: 430px;
  justify-self: center;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 0;
  border-radius: 22px;
  background: #0b160e;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.store-photo.video-frame {
  max-width: 410px;
}

/* Fotos reais */
.real-photos {
  background: var(--paper);
}

.real-photos-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 48px;
}

.real-photos-copy p {
  max-width: 560px;
  margin-top: 18px;
  font-weight: 700;
}

.photo-trio {
  display: grid;
  grid-template-columns: 0.9fr 1fr 0.9fr;
  align-items: center;
  gap: 16px;
}

.photo-trio figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eadbc8;
  box-shadow: var(--shadow);
}

.photo-trio figure:first-child {
  transform: translateY(-14px);
}

.photo-trio figure:nth-child(2) {
  transform: translateY(18px);
}

.photo-trio figure:last-child {
  transform: translateY(14px);
}

.photo-trio img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
}

/* Categorias */
.categories {
  background: var(--paper);
}

.section-head {
  margin-bottom: 34px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.category-item {
  min-height: 172px;
  padding: 22px;
}

.category-item span {
  color: var(--wood);
  font-size: 0.84rem;
  font-weight: 900;
}

.category-item h3 {
  margin-top: 18px;
}

.category-item p {
  margin-top: 8px;
  font-size: 0.94rem;
  font-weight: 700;
}

/* Curadoria */
.curation {
  background:
    radial-gradient(circle at 18% 18%, rgba(174, 202, 125, 0.34), transparent 28%),
    linear-gradient(135deg, #fbf7ef 0%, #edf4dc 100%);
}

.curation-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  align-items: center;
  gap: 54px;
}

.curation-visual {
  position: relative;
}

.curation-visual.video-frame {
  max-width: 430px;
}

.curation-content p {
  max-width: 560px;
  margin-top: 18px;
  font-weight: 900;
}

.curation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.curation-tags span {
  padding: 12px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--green);
  font-size: 0.92rem;
  font-weight: 900;
}

/* Produtos */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-card img {
  width: 100%;
  max-width: 290px;
  height: auto;
  display: block;
  background: transparent;
  object-fit: contain;
  object-position: center;
}

.product-card div {
  width: 100%;
  max-width: 290px;
  padding: 14px 0 0;
}

.product-card span {
  color: var(--wood);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card h3 {
  margin-top: 4px;
}

/* Delivery */
.delivery {
  background: linear-gradient(180deg, var(--bg), #f2e8d8);
}

.delivery-box {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.delivery-copy p {
  margin-bottom: 24px;
}

.delivery-video.video-frame {
  max-width: 460px;
}

/* Localização */
.location-card {
  padding: 30px;
  border-radius: var(--radius);
  background: var(--sage);
}

address {
  margin-top: 22px;
  color: var(--green);
  font-style: normal;
  font-weight: 800;
}

address strong {
  display: block;
  margin-bottom: 4px;
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  width: min(320px, calc(100% - 36px));
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 12px 28px rgba(38, 35, 27, 0.14);
}

.map-badge strong,
.map-badge span,
.map-badge small {
  display: block;
}

.map-badge strong {
  color: var(--green);
  font-weight: 900;
}

.map-badge span,
.map-badge small {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

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

/* Rodapé */
.footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer img {
  width: 140px;
}

.footer p {
  font-weight: 700;
}

.footer a {
  color: var(--green);
  font-weight: 900;
}

.whatsapp-float {
  position: fixed;
  z-index: 25;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #219653;
  color: var(--white);
  font-size: 0.94rem;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(33, 150, 83, 0.24);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .hero-inner,
  .store-grid,
  .real-photos-grid,
  .delivery-box,
  .location-grid,
  .curation-grid {
    grid-template-columns: 1fr;
  }

  .store-points,
  .category-list,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-panel {
    max-width: 420px;
  }

  .product-card img {
    height: auto;
  }

  .video-frame {
    max-width: 390px;
  }

  .delivery-video.video-frame {
    max-width: 430px;
  }

}

@media (max-width: 720px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 66px 0;
  }

  .nav {
    min-height: 68px;
  }

  .brand img {
    width: 128px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 68px;
    right: 14px;
    left: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--paper);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-links a {
    padding: 13px 14px;
  }

  .hero-inner {
    padding: 0;
    gap: 22px;
  }

  .hero {
    padding: 38px 0 48px;
  }

  .hero-bg {
    width: 100%;
    height: 300px;
    margin-top: 26px;
  }

  .hero-actions,
  .location-actions {
    display: grid;
  }

  .quick-grid,
  .store-points,
  .category-list,
  .product-grid,
  .photo-trio {
    grid-template-columns: 1fr;
  }

  .photo-trio figure:first-child,
  .photo-trio figure:nth-child(2),
  .photo-trio figure:last-child {
    transform: none;
  }

  .product-card img {
    height: auto;
  }

  .video-frame,
  .delivery-video.video-frame {
    max-width: min(100%, 390px);
  }

  .curation-tags span {
    flex: 1 1 145px;
    text-align: center;
  }

  .delivery-box {
    padding: 22px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
