:root {
  --forest: #28472d;
  --forest-deep: #19321f;
  --sage: #a9b28c;
  --sage-light: #dfe3d3;
  --cream: #f5f0e5;
  --paper: #fffdf7;
  --ink: #20251d;
  --muted: #667063;
  --line: rgba(40, 71, 45, .16);
  --shadow: 0 22px 55px rgba(39, 52, 34, .12);
  --display: "DM Serif Display", Georgia, serif;
  --body: "Poppins", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.hero {
  min-height: 690px;
  position: relative;
  overflow: hidden;
  padding: 0 clamp(24px, 6vw, 92px) 120px;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 25%, rgba(221, 229, 199, .18), transparent 26%),
    var(--forest);
  border-radius: 0 0 52px 52px;
}
.hero::after {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -270px;
  bottom: -380px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}
.topbar {
  height: 88px;
  max-width: 1220px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.17);
}
.wordmark { font-family: var(--display); font-size: 25px; letter-spacing: .02em; }
.topbar__link { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.hero__content { max-width: 1220px; margin: 90px auto 0; position: relative; z-index: 2; }
.eyebrow {
  margin: 0 0 14px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.hero h1, .menu h2, .closing h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: .98;
}
.hero h1 { max-width: 850px; font-size: clamp(58px, 8.5vw, 116px); letter-spacing: -.035em; }
.hero h1 em, .closing h2 em { color: #d9dfbf; font-weight: 400; }
.hero__copy { max-width: 570px; margin: 30px 0; color: rgba(255,255,255,.76); line-height: 1.8; font-size: 15px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--cream { background: var(--paper); color: var(--forest); }
.button--ghost { border-color: rgba(255,255,255,.35); color: white; }
.button--dark { background: var(--forest-deep); color: white; }
.offer {
  position: absolute;
  right: clamp(24px, 7vw, 110px);
  bottom: 66px;
  z-index: 2;
  width: 245px;
  padding: 25px;
  color: var(--forest-deep);
  background: #dce2c4;
  border-radius: 28px 28px 4px 28px;
  transform: rotate(-2deg);
}
.offer span, .offer small { display: block; }
.offer span { font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.offer strong { display: block; margin: 3px 0 10px; font-family: var(--display); font-size: 31px; font-weight: 400; }
.offer small { font-size: 10px; line-height: 1.65; font-weight: 600; }

.faq {
  width: min(1080px, calc(100% - 40px));
  margin: 110px auto;
  display: grid;
  grid-template-columns: minmax(230px, .72fr) 1.28fr;
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}
.faq__intro { position: sticky; top: 36px; }
.faq__intro h2 { margin: 8px 0 20px; font-family: var(--display); font-size: clamp(48px, 6vw, 76px); line-height: .92; font-weight: 400; }
.faq__intro h2 em { color: var(--forest); font-weight: 400; }
.faq__intro > p:last-child { max-width: 330px; color: var(--muted); line-height: 1.75; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 46px 24px 0; color: var(--forest-deep); font-weight: 600; line-height: 1.45; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 20px; color: var(--forest); font-family: var(--display); font-size: 28px; font-weight: 400; transition: transform .25s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: -6px 54px 24px 0; color: var(--muted); line-height: 1.7; }

.location { width: min(1080px, calc(100% - 40px)); margin: -34px auto 110px; padding: clamp(28px, 5vw, 52px); display: grid; grid-template-columns: auto 1fr auto; gap: clamp(20px, 4vw, 44px); align-items: center; border: 1px solid var(--line); border-radius: 30px; background: var(--sage-light); }
.location__mark { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--forest); font-family: var(--display); font-size: 34px; }
.location h2 { margin: 6px 0 10px; color: var(--forest-deep); font-family: var(--display); font-size: clamp(34px, 5vw, 52px); font-weight: 400; line-height: 1; }
.location h2 em { color: var(--forest); font-weight: 400; }
.location p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.combo-feature { margin: 30px 0 34px; display: grid; grid-template-columns: minmax(260px, .9fr) 1.1fr; min-height: 340px; overflow: hidden; border-radius: 30px; background: var(--forest-deep); color: white; box-shadow: var(--shadow); }
.combo-feature__visual { position: relative; min-width: 0; min-height: 340px; overflow: hidden; background: var(--sage-light); }
.combo-gallery { height: 100%; display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.combo-gallery::-webkit-scrollbar { display: none; }
.combo-gallery img { width: 100%; min-width: 100%; height: 100%; object-fit: cover; display: block; scroll-snap-align: start; }
.combo-gallery__controls { position: absolute; right: 16px; bottom: 16px; left: 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; pointer-events: none; }
.combo-gallery__controls span { padding: 7px 11px; border-radius: 999px; color: white; background: #1f321fcc; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.combo-gallery__controls button { width: 40px; height: 40px; border: 1px solid #ffffff99; border-radius: 50%; color: var(--forest-deep); background: #fffdf5e8; font-size: 18px; cursor: pointer; pointer-events: auto; box-shadow: 0 7px 22px #1720172e; }
.combo-gallery__controls button:focus-visible { outline: 3px solid white; outline-offset: 2px; }
.combo-feature__content { padding: clamp(30px, 5vw, 58px); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.combo-feature__content .eyebrow { color: var(--sage); }
.combo-feature__content h3 { margin: 8px 0 14px; font-family: var(--display); font-size: clamp(36px, 5vw, 58px); font-weight: 400; line-height: .98; }
.combo-feature__content h3 em { color: var(--sage); font-weight: 400; }
.combo-feature__content > p:not(.eyebrow) { max-width: 520px; margin: 0 0 20px; color: #e6eadf; line-height: 1.7; }
.combo-feature__prices { display: grid; gap: 3px; margin-bottom: 24px; }
.combo-feature__prices strong { color: white; font-size: 17px; }
.combo-feature__prices span { color: var(--sage); font-size: 13px; }

.hero__leaf { position: absolute; z-index: 1; width: 210px; height: 390px; opacity: .12; border: 2px solid white; border-radius: 100% 0 100% 0; transform: rotate(35deg); }
.hero__leaf--one { right: 18%; top: 115px; }
.hero__leaf--two { right: 7%; top: 52px; transform: rotate(58deg) scale(.65); }

main { max-width: 1280px; margin: auto; }
.brand-card {
  position: relative;
  z-index: 3;
  width: min(1080px, calc(100% - 40px));
  min-height: 150px;
  margin: -66px auto 0;
  padding: 24px 32px 24px 170px;
  display: flex;
  align-items: center;
  gap: 28px;
  background: var(--paper);
  border: 1px solid rgba(40,71,45,.08);
  border-radius: 30px;
  box-shadow: var(--shadow);
}
.brand-card img {
  position: absolute;
  left: 28px;
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--cream);
}
.brand-card h2 { margin: 1px 0 5px; font-family: var(--display); font-size: 29px; font-weight: 400; }
.brand-card p { margin: 0; color: var(--muted); font-size: 12px; }
.brand-card .eyebrow { color: var(--forest); }
.round-link {
  margin-left: auto;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--forest);
  border-radius: 50%;
  font-size: 21px;
}

.menu { padding: 110px clamp(20px, 5vw, 68px) 90px; }
.menu__heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 34px; }
.menu__heading .eyebrow { color: var(--forest); }
.menu h2 { font-size: clamp(56px, 7vw, 88px); color: var(--forest-deep); }
.menu__heading > p { max-width: 290px; margin: 0 0 9px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tools { position: sticky; top: 10px; z-index: 8; padding: 12px; background: rgba(245,240,229,.92); backdrop-filter: blur(16px); border-radius: 22px; }
.search {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.search span { color: var(--forest); font-size: 25px; }
.search input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.filters { display: flex; gap: 8px; overflow-x: auto; padding-top: 10px; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.filter { flex: 0 0 auto; padding: 10px 17px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 600; }
.filter.is-active { color: white; background: var(--forest); border-color: var(--forest); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.product-card {
  min-height: 280px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44%;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(40,71,45,.08);
  border-radius: 25px;
  box-shadow: 0 12px 35px rgba(41, 50, 36, .06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__content { min-width: 0; padding: 27px 18px 24px 25px; display: flex; flex-direction: column; align-items: flex-start; }
.product-card__number { color: var(--sage); font-family: var(--display); font-size: 30px; line-height: 1; }
.product-card__meta { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.stock-badge,.stock-count { padding: 5px 8px; border-radius: 999px; font-size: 8px; font-weight: 700; line-height: 1; text-transform: uppercase; letter-spacing: .07em; }
.stock-count { color: var(--forest); background: var(--sage-light); }
.stock-badge { color: white; background: #7b5548; }
.product-card.is-sold-out img { filter: grayscale(.65); opacity: .58; }
.product-card__button:disabled { color: #877d72; border-color: #bbb2a6; cursor: not-allowed; }
.product-card h3 { margin: 16px 0 8px; font-family: var(--display); font-size: clamp(20px, 2vw, 27px); font-weight: 400; line-height: 1.08; }
.product-card p { margin: 0 0 18px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.product-card__button { margin-top: auto; padding: 0 0 3px; color: var(--forest); background: none; border: 0; border-bottom: 1px solid var(--sage); font: 700 11px var(--body); text-align: left; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.product-card__image { width: 100%; height: 100%; min-height: 280px; object-fit: cover; object-position: center; background: var(--sage-light); }
.empty-state { margin: 36px 0; padding: 60px; text-align: center; background: var(--paper); border-radius: 24px; }
.empty-state h3 { font-family: var(--display); font-size: 30px; margin: 0; }
.empty-state p { color: var(--muted); }

.closing {
  margin: 20px clamp(20px, 5vw, 68px) 90px;
  padding: clamp(45px, 8vw, 90px);
  overflow: hidden;
  position: relative;
  color: var(--forest-deep);
  background: var(--sage-light);
  border-radius: 42px;
}
.closing::after { content: ""; position: absolute; width: 360px; height: 360px; right: -120px; top: -140px; border: 1px solid rgba(40,71,45,.25); border-radius: 50%; }
.closing .eyebrow { color: var(--forest); }
.closing h2 { margin-bottom: 35px; font-size: clamp(48px, 7vw, 86px); }
.closing h2 em { color: var(--forest); }

footer { max-width: 1140px; margin: auto; padding: 40px 30px 110px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); }
footer strong { font-family: var(--display); font-size: 24px; }
footer p { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
footer nav { display: flex; gap: 25px; align-items: center; font-size: 12px; font-weight: 600; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 20; padding: 14px 20px; color: white; background: #2e673b; border-radius: 999px; box-shadow: var(--shadow); font-size: 12px; font-weight: 700; }
.cart-float { position: fixed; z-index: 24; right: 22px; bottom: 78px; display: flex; align-items: center; gap: 10px; padding: 13px 15px 13px 19px; border: 0; border-radius: 999px; color: white; background: var(--forest-deep); box-shadow: var(--shadow); font: 600 13px var(--body); cursor: pointer; }
.cart-float strong { display: grid; place-items: center; min-width: 25px; height: 25px; padding: 0 6px; border-radius: 50%; color: var(--forest-deep); background: var(--sage-light); }
.cart-backdrop { position: fixed; z-index: 50; inset: 0; background: rgba(18,31,21,.52); backdrop-filter: blur(3px); }
.cart { position: fixed; z-index: 51; top: 0; right: 0; width: min(470px, 100%); height: 100dvh; display: grid; grid-template-rows: auto 1fr auto; color: var(--ink); background: var(--paper); box-shadow: -24px 0 70px rgba(16,30,18,.2); transform: translateX(105%); transition: transform .35s ease; }
.cart.is-open { transform: translateX(0); }
.cart-is-open { overflow: hidden; }
.cart__header { display: flex; justify-content: space-between; align-items: start; padding: 28px; border-bottom: 1px solid var(--line); }
.cart__header h2 { margin: 2px 0 0; font-family: var(--display); font-size: 36px; font-weight: 400; }
.cart__close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 27px; cursor: pointer; }
.cart__items { overflow-y: auto; padding: 8px 28px; }
.cart__empty { align-self: center; padding: 40px; text-align: center; color: var(--muted); }
.cart__empty strong { display: block; margin-bottom: 8px; color: var(--forest-deep); font-family: var(--display); font-size: 25px; font-weight: 400; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 64px; height: 72px; border-radius: 12px; object-fit: cover; }
.cart-item strong { display: block; font-size: 13px; line-height: 1.35; }
.cart-item small { color: var(--muted); }
.quantity { display: flex; align-items: center; gap: 9px; }
.quantity button { width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: var(--cream); cursor: pointer; }
.cart__footer { padding: 22px 28px 28px; background: var(--cream); border-top: 1px solid var(--line); }
.cart__total { display: flex; justify-content: space-between; align-items: center; }
.cart__total strong { font-family: var(--display); font-size: 30px; font-weight: 400; }
.cart__price { margin: 3px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.cart__continue { width: 100%; margin-top: 4px; padding: 12px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); background: transparent; font: 700 12px var(--body); cursor: pointer; }
.cart__delivery { margin: 14px 0 0; padding: 11px 13px; border-left: 3px solid var(--sage); background: white; color: var(--forest-deep); font-size: 11px; font-weight: 600; line-height: 1.5; }
.cart__checkout { width: 100%; margin-top: 14px; border: 0; }
.cart__checkout:disabled { opacity: .45; cursor: not-allowed; }
.mobile-nav { display: none; }

:focus-visible { outline: 3px solid #c3cf94; outline-offset: 3px; }

@media (max-width: 820px) {
  .hero { min-height: 810px; padding-inline: 24px; border-radius: 0 0 35px 35px; }
  .topbar { height: 72px; }
  .hero__content { margin-top: 70px; }
  .hero h1 { font-size: clamp(50px, 16vw, 75px); }
  .offer { left: 24px; right: auto; bottom: 82px; width: 220px; }
  .brand-card { margin-top: -45px; padding: 82px 22px 24px; text-align: center; justify-content: center; }
  .brand-card img { width: 104px; height: 104px; left: 50%; top: -45px; transform: translateX(-50%); }
  .round-link { position: absolute; right: 18px; top: 18px; }
  .menu { padding-top: 80px; }
  .menu__heading { align-items: start; flex-direction: column; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 245px; }
  .product-card__image { min-height: 245px; }
  .faq { grid-template-columns: 1fr; gap: 38px; margin-block: 80px; }
  .combo-feature { grid-template-columns: 1fr; }
  .combo-feature__visual { min-height: 270px; max-height: 320px; }
  .faq__intro { position: static; }
  .faq__intro > p:last-child { max-width: 520px; }
  .location { grid-template-columns: auto 1fr; }
  .location .button { grid-column: 1 / -1; justify-self: start; }
  footer { flex-direction: column; padding-bottom: 110px; }
  footer nav { flex-wrap: wrap; }
  .whatsapp-float { display: none; }
  .cart-float { display: none; }
  .mobile-nav {
    position: fixed;
    z-index: 30;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    color: var(--muted);
    background: rgba(255,253,247,.96);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
  }
  .mobile-nav a { display: grid; justify-items: center; gap: 2px; font-size: 9px; }
  .mobile-nav button { position: relative; display: grid; justify-items: center; gap: 2px; border: 0; color: inherit; background: none; font: 400 9px var(--body); cursor: pointer; }
  .mobile-nav button b { position: absolute; top: -3px; right: 8px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 50%; color: white; background: var(--forest); font-size: 9px; }
  .mobile-nav span { color: var(--forest); font-size: 19px; }
}

@media (max-width: 430px) {
  .hero { min-height: 805px; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero__actions .button { width: auto; min-width: 0; padding: 14px 9px; font-size: 12px; white-space: nowrap; }
  .offer {
    left: 24px;
    right: 24px;
    bottom: 70px;
    width: auto;
    padding: 14px 20px 15px;
    border-radius: 24px 24px 8px 24px;
    transform: none;
  }
  .offer strong { margin: 1px 0 4px; font-size: 27px; }
  .offer small { font-size: 10px; line-height: 1.45; }
  .menu { padding-inline: 14px; }
  .tools { margin-inline: -4px; }
  .product-card { grid-template-columns: 56% 44%; min-height: 230px; border-radius: 20px; }
  .product-card__content { padding: 21px 12px 20px 18px; }
  .product-card__image { min-height: 230px; }
  .product-card h3 { font-size: 20px; }
  .product-card p { display: none; }
  .closing { margin-inline: 14px; border-radius: 28px; }
  .faq { width: calc(100% - 28px); margin-block: 72px; }
  .faq__intro h2 { font-size: 54px; }
  .faq summary { padding-block: 20px; }
  .location { width: calc(100% - 28px); margin: -28px auto 72px; grid-template-columns: 1fr; }
  .location__mark { width: 56px; height: 56px; }
  .location .button { grid-column: auto; }
  .combo-feature { margin: 22px 0 26px; border-radius: 24px; }
  .combo-feature__visual { min-height: 210px; max-height: 240px; }
  .combo-feature__content { padding: 26px 22px 30px; }
  .combo-feature__content h3 { font-size: 40px; }
  .cart__header { padding: 22px 20px; }
  .cart__items { padding-inline: 20px; }
  .cart__footer { padding: 18px 20px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
