:root {
  --ink: #191816;
  --muted: #6d6962;
  --paper: #fffaf3;
  --surface: #ffffff;
  --line: #ebe3d8;
  --accent: #ff5a3c;
  --accent-dark: #da3f25;
  --lime: #c7f36b;
  --green: #20a765;
  --dark: #202218;
  --shadow: 0 24px 70px rgba(55, 39, 21, .12);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1180px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }

.announcement {
  padding: 9px 20px;
  color: #fff;
  background: var(--ink);
  text-align: center;
  font-size: 12px;
  letter-spacing: .04em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 250, 243, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(235, 227, 216, .82);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 190px; }
.brand-mark {
  width: 44px; height: 44px; border-radius: 15px; display: grid; place-items: center;
  background: var(--accent); color: #fff; font-size: 22px; font-weight: 900; transform: rotate(-5deg);
  box-shadow: 0 10px 25px rgba(255, 90, 60, .28);
}
.brand > span:last-child { display: grid; gap: 1px; }
.brand strong { font-size: 20px; letter-spacing: -.04em; }
.brand small { color: var(--muted); font-size: 10px; }
.desktop-nav { display: flex; gap: 30px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: .2s; }
.desktop-nav a:hover::after { right: 0; }
.cart-trigger {
  border: 0; background: var(--ink); color: #fff; border-radius: 999px; min-height: 46px;
  padding: 0 16px; display: inline-flex; align-items: center; gap: 8px; cursor: pointer; font-weight: 800;
}
.cart-trigger b { min-width: 24px; height: 24px; padding: 0 6px; border-radius: 999px; background: var(--lime); color: var(--ink); display: grid; place-items: center; font-size: 12px; }

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 65px;
  padding-block: 72px 86px;
}
.eyebrow { display: inline-block; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.hero h1, .section-heading h2, .feature-copy h2, .about-section h2 {
  margin: 14px 0 0;
  letter-spacing: -.065em;
  line-height: .98;
}
.hero h1 { max-width: 620px; font-size: clamp(58px, 7vw, 96px); }
.hero-copy > p { max-width: 590px; margin: 27px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  border: 0; min-height: 52px; padding: 0 23px; border-radius: 15px; display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 15px 30px rgba(255, 90, 60, .24); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-light { background: #fff; color: var(--ink); }
.btn-whatsapp { background: #20b76f; color: #fff; }
.btn-whatsapp:hover { background: #12945a; }
.btn.full { width: 100%; }
.trust-row { margin-top: 56px; display: flex; flex-wrap: wrap; gap: 32px; }
.trust-row div { display: grid; gap: 4px; padding-right: 28px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; padding-right: 0; }
.trust-row strong { font-size: 15px; }
.trust-row span { color: var(--muted); font-size: 12px; }
.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  border-radius: 52px;
  background: #dff5aa;
  overflow: hidden;
  isolation: isolate;
}
.hero-visual::before { content: ""; position: absolute; inset: 42px; border: 1px solid rgba(25, 24, 22, .08); border-radius: 50%; }
.hero-visual::after { content: ""; position: absolute; width: 230px; height: 230px; right: -80px; top: -50px; background: #ffdf6b; border-radius: 50%; z-index: -1; }
.hero-orbit { position: absolute; border-radius: 50%; border: 1px dashed rgba(25, 24, 22, .15); }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 340px; height: 340px; }
.hero-card {
  position: relative;
  width: min(430px, 76%);
  padding: 14px;
  border-radius: 35px;
  background: rgba(255,255,255,.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  transform: rotate(-4deg);
}
.hero-card img { width: 100%; aspect-ratio: 1.16; object-fit: cover; border-radius: 26px; }
.hero-card div { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 16px 9px 8px; }
.hero-card span { color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.hero-card strong { text-align: right; font-size: 16px; }
.floating-chip { position: absolute; z-index: 2; padding: 12px 16px; border-radius: 999px; background: #fff; box-shadow: 0 12px 35px rgba(48, 50, 33, .13); font-size: 12px; font-weight: 900; }
.chip-one { left: 28px; top: 90px; transform: rotate(-6deg); }
.chip-two { right: 28px; bottom: 90px; transform: rotate(5deg); background: var(--ink); color: #fff; }

.stats-strip { background: var(--ink); color: #fff; }
.stats-grid { min-height: 122px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.stats-grid div { display: flex; align-items: center; gap: 18px; min-height: 50px; padding: 0 30px; border-right: 1px solid rgba(255,255,255,.12); }
.stats-grid div:first-child { padding-left: 0; }
.stats-grid div:last-child { border-right: 0; }
.stats-grid span { color: var(--lime); font-weight: 900; font-size: 12px; }
.stats-grid p { margin: 0; font-weight: 800; }

.menu-section { padding-block: 110px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2, .about-section h2 { font-size: clamp(42px, 5vw, 68px); }
.search-box { width: min(330px, 100%); min-height: 48px; border: 1px solid var(--line); border-radius: 15px; background: #fff; display: flex; align-items: center; gap: 10px; padding: 0 15px; color: var(--muted); }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.category-tabs { display: flex; gap: 9px; overflow-x: auto; scrollbar-width: none; margin-top: 40px; padding-bottom: 5px; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { white-space: nowrap; min-height: 42px; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 0 17px; cursor: pointer; font-weight: 800; }
.category-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.product-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image-wrap { position: relative; margin: 8px; overflow: hidden; border-radius: 19px; background: #f2eadf; }
.product-image-wrap img { width: 100%; aspect-ratio: 1.1; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image-wrap img { transform: scale(1.045); }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; border-radius: 999px; padding: 7px 10px; background: var(--lime); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.quick-add { position: absolute; right: 12px; bottom: 12px; width: 43px; height: 43px; border: 0; border-radius: 50%; background: #fff; color: var(--ink); box-shadow: 0 10px 28px rgba(0,0,0,.16); font-size: 25px; cursor: pointer; }
.product-content { padding: 14px 18px 18px; }
.product-category { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.product-content h3 { margin: 8px 0 0; font-size: 19px; letter-spacing: -.035em; }
.product-content p { min-height: 61px; margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-footer { margin-top: 18px; display: flex; align-items: end; justify-content: space-between; gap: 12px; }
.price { display: grid; gap: 3px; }
.price strong { font-size: 15px; }
.price del { color: #a19b93; font-size: 11px; }
.add-btn { min-width: 64px; min-height: 38px; border: 0; border-radius: 12px; background: var(--ink); color: #fff; cursor: pointer; font-weight: 900; }
.empty-results { margin: 45px 0 0; text-align: center; color: var(--muted); }

.feature-banner { min-height: 610px; border-radius: 42px; background: var(--dark); color: #fff; display: grid; grid-template-columns: 1fr .78fr; overflow: hidden; }
.feature-copy { padding: clamp(48px, 7vw, 95px); align-self: center; }
.feature-copy h2 { max-width: 650px; font-size: clamp(44px, 5.5vw, 72px); }
.feature-copy p { max-width: 610px; margin: 24px 0 30px; color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.75; }
.phone-mockup { align-self: end; justify-self: center; width: min(335px, 84%); height: 535px; border: 10px solid #111; border-bottom: 0; border-radius: 42px 42px 0 0; background: #efeae2; overflow: hidden; box-shadow: 0 0 0 2px #444, 0 28px 70px rgba(0,0,0,.35); }
.phone-top { width: 110px; height: 22px; margin: 0 auto; background: #111; border-radius: 0 0 15px 15px; }
.chat-header { height: 70px; padding: 12px 15px; background: #075e54; display: flex; align-items: center; gap: 10px; }
.chat-avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); font-weight: 900; }
.chat-header div { display: grid; gap: 1px; }
.chat-header small { color: rgba(255,255,255,.7); }
.chat-body { padding: 25px 15px; display: flex; flex-direction: column; gap: 14px; color: #171717; font-size: 12px; line-height: 1.6; }
.message { align-self: flex-start; max-width: 84%; padding: 10px 12px; border-radius: 4px 13px 13px 13px; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.message.outgoing { align-self: flex-end; background: #d9fdd3; border-radius: 13px 4px 13px 13px; }

.about-section { padding-block: 120px; }
.about-section > div:first-child { display: grid; grid-template-columns: .5fr 1fr; align-items: end; gap: 40px; }
.about-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-grid article { min-height: 260px; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.about-grid article span { color: var(--accent); font-size: 12px; font-weight: 900; }
.about-grid h3 { margin: 66px 0 10px; font-size: 24px; letter-spacing: -.04em; }
.about-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.site-footer { background: #151612; color: #fff; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr .7fr; gap: 50px; }
.footer-brand small, .site-footer p { color: rgba(255,255,255,.55); }
.footer-grid > div:not(:first-child) { display: grid; align-content: start; gap: 7px; }
.footer-grid p { margin: 0; font-size: 13px; line-height: 1.6; }
.footer-grid a { color: var(--lime); font-size: 13px; }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 12px; }

.overlay { position: fixed; inset: 0; z-index: 70; background: rgba(16, 15, 13, .55); backdrop-filter: blur(4px); }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 80; width: min(470px, 100%); height: 100dvh; background: #fffaf3; transform: translateX(105%); transition: transform .28s ease; display: flex; flex-direction: column; box-shadow: -25px 0 70px rgba(0,0,0,.2); }
.cart-drawer.open { transform: translateX(0); }
.cart-head { padding: 25px 24px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head span { color: var(--accent); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
.cart-head h2 { margin: 3px 0 0; font-size: 34px; letter-spacing: -.05em; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; font-size: 24px; display: grid; place-items: center; }
.cart-items { padding: 15px 24px; overflow-y: auto; flex: 1; }
.cart-item { display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 72px; height: 66px; object-fit: cover; border-radius: 15px; }
.cart-item h4 { margin: 0; font-size: 14px; }
.cart-item-price { margin-top: 5px; color: var(--muted); font-size: 12px; }
.qty-control { display: inline-flex; align-items: center; gap: 10px; margin-top: 9px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.qty-control button { width: 24px; height: 24px; border: 0; background: transparent; cursor: pointer; font-weight: 900; }
.qty-control span { min-width: 14px; text-align: center; font-size: 12px; font-weight: 900; }
.remove-item { border: 0; background: transparent; color: #9a938a; cursor: pointer; font-size: 20px; }
.cart-empty { flex: 1; display: grid; place-content: center; text-align: center; padding: 40px; }
.empty-icon { font-size: 44px; }
.cart-empty h3 { margin: 14px 0 5px; font-size: 23px; }
.cart-empty p { margin: 0; color: var(--muted); }
.cart-summary { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: #fff; }
.cart-summary > div { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--muted); font-size: 13px; }
.cart-summary .cart-total { margin: 15px 0 18px; padding-top: 15px; border-top: 1px dashed var(--line); color: var(--ink); font-size: 18px; }
.minimum-note { margin: -5px 0 13px; color: #b3402c; font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; background: rgba(16,15,13,.62); backdrop-filter: blur(6px); overflow-y: auto; }
.modal-card { position: relative; width: min(720px, 100%); max-height: calc(100dvh - 40px); overflow-y: auto; padding: clamp(28px, 5vw, 50px); border-radius: 30px; background: #fffaf3; box-shadow: var(--shadow); }
.modal-close { position: absolute; top: 20px; right: 20px; }
.modal-card h2 { margin: 12px 50px 0 0; font-size: clamp(35px, 5vw, 50px); line-height: 1.03; letter-spacing: -.055em; }
.modal-card > p { color: var(--muted); line-height: 1.65; }
#checkout-form { margin-top: 25px; display: grid; gap: 16px; }
.form-grid.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
#checkout-form label { display: grid; gap: 7px; }
#checkout-form label > span { font-size: 12px; font-weight: 900; }
#checkout-form label small { color: var(--muted); font-weight: 500; }
#checkout-form input, #checkout-form select, #checkout-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px; background: #fff; outline: 0; padding: 13px 14px; color: var(--ink); transition: border-color .2s, box-shadow .2s;
}
#checkout-form input:focus, #checkout-form select:focus, #checkout-form textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(255,90,60,.1); }
.form-status { min-height: 18px; margin: 0; color: #b3402c; font-size: 12px; text-align: center; }
.submit-order.loading { opacity: .7; pointer-events: none; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 120; transform: translate(-50%, 20px); opacity: 0; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; transition: .25s; pointer-events: none; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

[hidden] { display: none !important; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(54px, 7vw, 74px); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 65px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { min-height: 520px; }
  .stats-grid { grid-template-columns: 1fr; padding-block: 14px; }
  .stats-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 16px 0; }
  .stats-grid div:last-child { border-bottom: 0; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-banner { grid-template-columns: 1fr; }
  .phone-mockup { height: 500px; }
  .about-section > div:first-child { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid article { min-height: auto; }
  .about-grid h3 { margin-top: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: min(100% - 24px, 1180px); --radius-lg: 20px; }
  .announcement { font-size: 10px; }
  .nav-wrap { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 39px; height: 39px; border-radius: 13px; }
  .brand small { display: none; }
  .cart-trigger span { display: none; }
  .hero { padding-block: 50px; }
  .hero h1 { font-size: 53px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions .btn { flex: 1; }
  .trust-row { gap: 12px; }
  .trust-row div { width: calc(50% - 6px); padding-right: 0; border-right: 0; }
  .trust-row div:last-child { width: 100%; }
  .hero-visual { min-height: 410px; border-radius: 32px; }
  .hero-card { width: 76%; border-radius: 25px; }
  .hero-card img { border-radius: 18px; }
  .hero-card div { display: grid; gap: 5px; }
  .hero-card strong { text-align: left; font-size: 13px; }
  .floating-chip { font-size: 9px; padding: 10px 12px; }
  .chip-one { left: 10px; top: 60px; }
  .chip-two { right: 10px; bottom: 55px; }
  .menu-section, .about-section { padding-block: 80px; }
  .section-heading h2, .about-section h2 { font-size: 46px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-image-wrap img { aspect-ratio: 1.35; }
  .product-content p { min-height: 0; }
  .feature-banner { border-radius: 28px; }
  .feature-copy { padding: 44px 25px; }
  .feature-copy h2 { font-size: 43px; }
  .phone-mockup { width: 88%; height: 440px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .form-grid.two { grid-template-columns: 1fr; }
  .modal { padding: 10px; }
  .modal-card { max-height: calc(100dvh - 20px); border-radius: 22px; }
}
