:root {
  --green-dark: #0a3d2f;
  --green: #0d5a44;
  --green-light: #0e6b4f;
  --cream: #faf6ea;
  --paper: #fff;
  --ink: #10382c;
  --muted: #5b7268;
  --yellow: #f5b942;
  --yellow-dark: #e7a72b;
  --line: #e3ddc8;
  --radius: 14px;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'Nunito', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  background: var(--cream);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  padding: 12px 22px;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-whatsapp {
  background: var(--green);
  color: #fff;
}

.btn-yellow {
  background: var(--yellow);
  color: var(--green-dark);
  box-shadow: 0 6px 16px #f5b94255;
}

.btn-dark {
  background: var(--green-dark);
  color: #fff;
}

.btn-add {
  background: var(--green);
  color: #fff;
  width: 100%;
  justify-content: center;
  font-size: 14px;
}

/* Topbar */
.topbar {
  background: var(--green-dark);
  color: #eaf2ee;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px clamp(16px, 5vw, 60px);
}

.topbar-left { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar-right { white-space: nowrap; }

/* Header */
.site-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(16px, 5vw, 60px);
  background: var(--cream);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 2px 10px #0a3d2f14;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--green-dark);
  margin-right: auto;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.brand-text {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
}

.brand-text small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.main-nav a {
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding-bottom: 4px;
}

.main-nav a.active,
.main-nav a:hover {
  color: var(--yellow-dark);
  border-bottom-color: var(--yellow-dark);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: var(--green-dark);
  cursor: pointer;
}

.header-whatsapp { flex-shrink: 0; }

/* Hero */
.hero {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 48px clamp(16px, 5vw, 60px);
  background: linear-gradient(120deg, var(--green-dark), var(--green));
  color: #fff;
}

.hero-copy { flex: 1 1 460px; }

.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin: 0 0 16px;
}

.hero-copy h1 span { color: var(--yellow); }

.hero-copy > p {
  font-size: 16px;
  color: #dfe9e3;
  margin: 0 0 24px;
  max-width: 46ch;
}

.hero-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 18px;
  margin: 0 0 28px;
  padding: 0;
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
}

.hero-features li span { line-height: 1.25; }

.hero-media {
  flex: 1 1 420px;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 20px 40px #00000030;
}

.hero-media img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #fff;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 10px;
  box-shadow: 0 6px 14px #00000030;
  line-height: 1.3;
}

/* Section heading */
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.section-heading.row { align-items: center; }

.section-heading h2 {
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  color: var(--green-dark);
  margin: 0;
}

.section-heading .rule {
  display: block;
  width: 46px;
  height: 4px;
  background: var(--yellow);
  border-radius: 2px;
  margin-bottom: 8px;
}

.section-heading > p { color: var(--muted); margin: 0; }

.link-arrow {
  color: var(--green);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.link-arrow:hover { text-decoration: underline; }

/* Categories */
.categories-section,
.products-section,
.seasonal-section,
.steps-section {
  padding: 56px clamp(16px, 5vw, 60px);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.category-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 18px #0a3d2f10;
  padding-bottom: 20px;
  position: relative;
}

.category-img { height: 150px; overflow: hidden; }
.category-img img { width: 100%; height: 100%; object-fit: cover; }

.category-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green-dark);
  color: #fff;
  font-size: 20px;
  margin: -24px 0 0 20px;
  border: 4px solid var(--paper);
}

.category-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  margin: 14px 20px 6px;
  color: var(--green-dark);
}

.category-card p {
  margin: 0 20px 14px;
  font-size: 13px;
  color: var(--muted);
}

.category-card .link-arrow {
  margin: 0 20px;
  display: inline-block;
  border: 1.5px solid var(--green);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
}

/* Products */
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.product-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 18px #0a3d2f10;
  padding: 0 0 16px;
}

.product-img { position: relative; height: 140px; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }

.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  z-index: 1;
}

.tag-blue { background: #2f6fb0; }
.tag-yellow { background: var(--yellow-dark); }

.product-card h3 {
  font-size: 15px;
  margin: 14px 14px 2px;
  color: var(--green-dark);
}

.product-card > p {
  margin: 0 14px 8px;
  font-size: 12px;
  color: var(--muted);
}

.price {
  display: block;
  margin: 0 14px 10px;
  color: var(--green-dark);
  font-size: 16px;
}

.product-card .btn-add { width: calc(100% - 28px); margin: 0 14px; }

/* Seasonal */
.seasonal-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.seasonal-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.seasonal-card {
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 6px 18px #0a3d2f10;
  padding-bottom: 12px;
  text-align: center;
  position: relative;
}

.seasonal-card img { height: 90px; width: 100%; object-fit: cover; }

.seasonal-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--yellow);
  margin: -19px auto 0;
  border: 3px solid var(--paper);
  font-size: 16px;
}

.seasonal-card h4 {
  margin: 10px 8px 2px;
  font-size: 14px;
  color: var(--green-dark);
}

.seasonal-card p {
  margin: 0 8px;
  font-size: 11px;
  color: var(--muted);
}

.promo-banner {
  background: var(--yellow);
  border-radius: var(--radius);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--green-dark);
}

.promo-tag {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.promo-banner h3 {
  font-family: var(--font-display);
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.25;
}

.promo-discount {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}

/* Steps */
.steps-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.step {
  flex: 1 1 160px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.step-num {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: var(--green-dark);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}

.step p { margin: 0; font-size: 13px; font-weight: 700; color: var(--green-dark); }
.step p small { display: block; font-weight: 400; color: var(--muted); margin-top: 4px; }

.step-sep { color: var(--muted); font-size: 20px; }

.step-cta {
  background: var(--yellow);
  border-radius: var(--radius);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  flex: 1 1 220px;
}

.step-cta p { margin: 0; font-weight: 700; font-size: 13px; color: var(--green-dark); }

/* Footer */
.site-footer {
  background: var(--green-dark);
  color: #dfe9e3;
  padding: 44px clamp(16px, 5vw, 60px) 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
  gap: 24px;
  align-items: start;
}

.footer-brand .brand-text { color: #fff; }
.footer-brand .brand-text small { color: #b7c9c0; }

.footer-col h4 {
  font-family: var(--font-display);
  color: #fff;
  font-size: 15px;
  margin: 0 0 10px;
}

.footer-col p { margin: 0 0 6px; font-size: 13px; }

.footer-col .social-links { display: flex; gap: 10px; margin-bottom: 10px; }

.social-links a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff1a;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.footer-tagline {
  font-family: 'Brush Script MT', cursive;
  font-style: italic;
  font-size: 20px;
  color: var(--yellow);
  align-self: center;
  white-space: nowrap;
}

.footer-bottom {
  text-align: center;
  font-size: 12px;
  color: #b7c9c0;
  border-top: 1px solid #ffffff22;
  margin-top: 30px;
  padding-top: 16px;
}

/* Category detail page */
.breadcrumb {
  padding: 16px clamp(16px, 5vw, 60px) 0;
  font-size: 13px;
  color: var(--muted);
}

.breadcrumb a { color: var(--green); text-decoration: none; font-weight: 700; }
.breadcrumb a:hover { text-decoration: underline; }

.category-hero {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 20px clamp(16px, 5vw, 60px) 0;
  padding: 28px;
  background: linear-gradient(120deg, var(--green-dark), var(--green));
  border-radius: var(--radius);
  color: #fff;
}

.category-hero img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 12px 26px #00000030;
  flex-shrink: 0;
}

.category-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.4vw, 32px);
  margin: 0 0 10px;
}

.category-hero p {
  margin: 0;
  color: #dfe9e3;
  max-width: 60ch;
}

.category-detail-grid {
  padding: 40px clamp(16px, 5vw, 60px) 60px;
}

.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .category-hero { flex-direction: column; text-align: center; }
  .category-hero img { width: 100%; height: 180px; }
}

/* Responsive */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-tagline { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 900px) {
  .seasonal-grid { grid-template-columns: 1fr; }
  .seasonal-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1080px) {
  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 10px 20px 16px;
    display: none;
    box-shadow: 0 8px 16px #0a3d2f18;
  }

  .main-nav.open { display: flex; }

  .main-nav a { width: 100%; padding: 8px 0; }

  .menu-toggle { display: block; order: 2; }

  .header-whatsapp { order: 3; }

  .hero { flex-wrap: wrap; }

  .hero-features { grid-template-columns: repeat(2, auto); }
}

@media (max-width: 720px) {
  .topbar-left { display: none; }
  .topbar { justify-content: center; }

  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: 1fr; }
  .seasonal-cards { grid-template-columns: 1fr 1fr; }

  .hero-media img { height: 220px; }

  .steps-row { flex-direction: column; align-items: stretch; }
  .step-sep { display: none; }
}

@media (max-width: 480px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .hero-features { grid-template-columns: 1fr 1fr; }
  .site-header { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
}
