/* =============================================
   CARDÁPIO — MODELO 02
   White + Green | Fresh | Açaíteria / Healthy Food
   Font: Plus Jakarta Sans
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', system-ui, sans-serif; background: #fff; color: #111; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

:root {
  --accent: #16a34a;
  --accent-light: rgba(22,163,74,0.1);
  --accent-border: rgba(22,163,74,0.25);
  --bg: #fff;
  --bg-alt: #f6fdf8;
  --bg-card: #fff;
  --line: rgba(0,0,0,0.08);
  --text: #111;
  --text-soft: #555;
  --text-muted: #999;
  --nav-h: 70px;
  --ease: 0.26s cubic-bezier(0.2,0.8,0.2,1);
  --container: 1200px;
  --radius: 16px;
}

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 88px 0; }
.accent { color: var(--accent); }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 24px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; transition: transform var(--ease), box-shadow var(--ease); border: none; cursor: pointer; white-space: nowrap; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(22,163,74,0.35); }
.btn-lg { min-height: 56px; padding: 0 36px; font-size: 16px; }
.btn-pedir { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 14px; border-radius: 999px; border: 1.5px solid var(--accent); color: var(--accent); background: transparent; font-size: 12px; font-weight: 700; font-family: 'Plus Jakarta Sans', sans-serif; transition: background var(--ease), color var(--ease); white-space: nowrap; }
.btn-pedir:hover { background: var(--accent); color: #fff; }

/* NAV */
.nav { position: fixed; inset: 0 0 auto; height: var(--nav-h); z-index: 100; border-bottom: 1px solid transparent; transition: background var(--ease), border-color var(--ease), box-shadow var(--ease); }
.nav.scrolled { background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-color: var(--line); box-shadow: 0 2px 16px rgba(0,0,0,0.06); }
.nav__inner { display: flex; align-items: center; gap: 24px; height: 100%; width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.nav__logo { font-size: 20px; font-weight: 800; color: var(--accent); flex-shrink: 0; letter-spacing: -0.02em; }
.nav__links { display: flex; gap: 28px; flex: 1; justify-content: center; }
.nav__links a { font-size: 13px; font-weight: 600; color: var(--text-soft); transition: color var(--ease); }
.nav__links a:hover { color: var(--accent); }
.nav__hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; margin-left: auto; }
.nav__hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 999px; transition: transform 0.3s, opacity 0.3s; }
.nav__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav__mobile { display: none; flex-direction: column; gap: 8px; position: fixed; inset: var(--nav-h) 0 0; background: #fff; padding: 24px 20px; z-index: 90; transform: translateX(100%); transition: transform 0.32s ease; }
.nav__mobile.open { transform: translateX(0); }
.nav__mobile a { padding: 14px 18px; border-radius: 12px; border: 1px solid var(--line); font-size: 14px; font-weight: 600; }

/* HERO */
.hero { padding-top: var(--nav-h); background: var(--bg); }
.hero__promo-banner { background: var(--accent); color: #fff; text-align: center; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 12px; margin-bottom: 36px; margin-top: 28px; }
.hero__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding-bottom: 80px; }
.hero__title { font-size: clamp(44px, 6vw, 76px); font-weight: 800; line-height: 1.0; letter-spacing: -0.03em; margin-bottom: 18px; }
.hero__sub { font-size: 16px; color: var(--text-soft); max-width: 420px; margin-bottom: 28px; }
.hero__actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 28px; }
.hero__link { font-size: 14px; font-weight: 600; color: var(--accent); }
.hero__link:hover { text-decoration: underline; }
.hero__pills { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__pills span { font-size: 12px; font-weight: 600; color: var(--accent); background: var(--accent-light); border-radius: 999px; padding: 5px 12px; }
.hero__visual { position: relative; }
.hero__bowl-img { height: 420px; border-radius: var(--radius); background: linear-gradient(145deg, #dcfce7, #bbf7d0, #86efac); border: 1px solid var(--accent-border); }
.hero__float-1 { position: absolute; top: 24px; right: -16px; background: #fff; border-radius: 12px; padding: 10px 16px; font-size: 18px; font-weight: 800; color: var(--text); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.hero__float-2 { position: absolute; bottom: 32px; left: -16px; background: var(--accent); border-radius: 12px; padding: 10px 18px; font-size: 13px; font-weight: 700; color: #fff; box-shadow: 0 4px 20px rgba(22,163,74,0.35); }

/* SECTION HEAD */
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 28px; }
.sec-head h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; letter-spacing: -0.02em; }
.sec-head__link { font-size: 13px; font-weight: 700; color: var(--accent); white-space: nowrap; }
.sec-head__link:hover { text-decoration: underline; }

/* DESTAQUES SCROLL */
.destaques { background: var(--bg-alt); }
.destaques__scroll { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.dest-card { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; transition: transform var(--ease), box-shadow var(--ease); }
.dest-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.dest-card__img { height: 180px; }
.dest-card__img--purple { background: linear-gradient(135deg, #c084fc, #a855f7); }
.dest-card__img--berry { background: linear-gradient(135deg, #f43f5e, #e11d48); }
.dest-card__img--green { background: linear-gradient(135deg, #4ade80, #16a34a); }
.dest-card__img--yellow { background: linear-gradient(135deg, #fde68a, #f59e0b); }
.dest-card__tag { display: inline-block; margin: 14px 14px 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); background: var(--accent-light); border-radius: 999px; padding: 3px 10px; }
.dest-card__tag--hot { background: rgba(244,63,94,0.1); color: #e11d48; }
.dest-card__tag--new { background: rgba(99,102,241,0.1); color: #6366f1; }
.dest-card h3 { font-size: 16px; font-weight: 800; padding: 0 14px 6px; }
.dest-card p { font-size: 12px; color: var(--text-soft); padding: 0 14px 12px; line-height: 1.55; }
.dest-card__footer { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px 16px; }
.dest-card__footer strong { font-size: 20px; font-weight: 800; color: var(--accent); }
.dest-card__footer a { display: inline-flex; align-items: center; justify-content: center; min-height: 32px; padding: 0 14px; border-radius: 999px; background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; transition: transform var(--ease); }
.dest-card__footer a:hover { transform: scale(1.05); }

/* CARDÁPIO GRID */
.cardapio { background: var(--bg); }
.cardapio__cats { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.cat-btn { min-height: 36px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line); background: transparent; color: var(--text-soft); font-size: 12px; font-weight: 700; cursor: pointer; transition: all var(--ease); font-family: 'Plus Jakarta Sans', sans-serif; }
.cat-btn.active, .cat-btn:hover { background: var(--accent-light); border-color: var(--accent-border); color: var(--accent); }
.cardapio__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.menu-card { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; transition: transform var(--ease), border-color var(--ease); }
.menu-card:hover { transform: translateY(-4px); border-color: var(--accent-border); }
.menu-card[hidden] { display: none; }
.menu-card__img { height: 160px; background: linear-gradient(135deg, #dcfce7, #bbf7d0); }
.menu-card__body { padding: 16px; }
.menu-card__body h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.menu-card__body p { font-size: 13px; color: var(--text-soft); margin-bottom: 14px; line-height: 1.5; }
.menu-card__footer { display: flex; align-items: center; justify-content: space-between; }
.menu-card__footer strong { font-size: 20px; font-weight: 800; color: var(--accent); }

/* COMBOS */
.combos { background: var(--bg-alt); }
.combos__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.combo-card { background: var(--bg-card); border-radius: var(--radius); border: 1px solid var(--line); padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: transform var(--ease), box-shadow var(--ease); }
.combo-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.combo-card--featured { border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-light); }
.combo-card__label { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); }
.combo-card__label--featured { color: var(--accent); }
.combo-card h3 { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.combo-card ul { list-style: none; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.combo-card ul li { font-size: 13px; color: var(--text-soft); padding-left: 18px; position: relative; }
.combo-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.combo-card__price { font-size: 28px; font-weight: 800; color: var(--text); letter-spacing: -0.02em; }
.combo-card__price s { font-size: 16px; font-weight: 500; color: var(--text-muted); margin-left: 6px; }
.combo-card--featured .btn-primary { background: var(--accent); }

/* CTA SECTION */
.cta-section { background: var(--accent); padding: 72px 0; }
.cta-section__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-section h2 { font-size: clamp(32px, 5vw, 56px); font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.1; }
.cta-section p { font-size: 16px; color: rgba(255,255,255,0.8); margin-top: 8px; }
.cta-section .btn-primary { background: #fff; color: var(--accent); }
.cta-section .btn-primary:hover { box-shadow: 0 10px 28px rgba(0,0,0,0.15); }

/* FOOTER */
.footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.footer__logo { font-size: 18px; font-weight: 800; color: var(--accent); }
.footer__hours { font-size: 13px; color: var(--text-soft); }
.footer__copy { font-size: 12px; color: var(--text-muted); }

/* WA FLOAT */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 200; width: 60px; height: 60px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 28px rgba(37,211,102,0.4); transition: transform var(--ease), box-shadow var(--ease); }
.wa-float:hover { transform: scale(1.1); box-shadow: 0 12px 40px rgba(37,211,102,0.55); }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { order: -1; }
  .hero__bowl-img { height: 280px; }
  .destaques__scroll { grid-template-columns: repeat(2, 1fr); }
  .cardapio__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .nav__links, .nav > .btn-primary { display: none; }
  .nav__hamburger { display: flex; }
  .nav__mobile { display: flex; }
  .combos__grid { grid-template-columns: 1fr; }
  .cta-section__inner { flex-direction: column; text-align: center; }
  .footer__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 560px) {
  .destaques__scroll { grid-template-columns: 1fr; }
  .cardapio__grid { grid-template-columns: 1fr; }
  .hero__pills { gap: 8px; }
  .wa-float { bottom: 20px; right: 20px; width: 54px; height: 54px; }
}
