/* Montserrat (variável 400–800), alojada localmente */
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../fonts/montserrat-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400 800; font-display: swap; src: url('../fonts/montserrat-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --blue: #0f80c4;
  --blue-mid: #359fd5;
  --blue-light: #e6f5ff;
  --blue-pale: #ccefff;
  --white: #fff;
  --max: 1160px;
  --radius: 10px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Montserrat", sans-serif; color: var(--blue); background: var(--blue-light); line-height: 1.45; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Header ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 0 24px; pointer-events: none; }
.header-bar { max-width: var(--max); margin: 0 auto; background: var(--blue-light); border-radius: 0 0 22px 22px; overflow: hidden; pointer-events: auto; transition: box-shadow .3s; }
.site-header.scrolled .header-bar { box-shadow: 0 8px 30px rgba(15,128,196,.18); }
.nav { display: flex; align-items: center; gap: 32px; padding: 14px 36px; }
.logo { display: block; width: 104px; height: 52px; color: var(--blue); flex: none; }
.logo svg { width: 100%; height: 100%; }
.nav ul { display: flex; list-style: none; gap: 30px; flex: 1; }
.nav ul a { font-weight: 500; font-size: 15px; position: relative; }
.nav ul a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: currentColor; transition: width .25s; }
.nav ul a:hover::after, .nav ul a[aria-current="page"]::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.lang { font-size: 17px; font-weight: 600; white-space: nowrap; }
.lang a { opacity: .45; font-weight: 400; }
.lang a.active { opacity: 1; font-weight: 600; }
.breadcrumb { background: var(--blue-pale); padding: 6px 36px 8px; font-size: 13px; font-weight: 500; display: flex; gap: 8px; align-items: center; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb .sep { opacity: .7; }
.burger { display: none; margin-left: auto; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; position: relative; color: var(--blue); }
.burger span, .burger span::before, .burger span::after { position: absolute; left: 8px; width: 24px; height: 2px; background: currentColor; transition: .3s; content: ""; }
.burger span { top: 19px; } .burger span::before { top: -7px; left: 0; } .burger span::after { top: 7px; left: 0; }
body.menu-open .burger span { background: transparent; }
body.menu-open .burger span::before { top: 0; transform: rotate(45deg); }
body.menu-open .burger span::after { top: 0; transform: rotate(-45deg); }

/* ---------- Buttons & chips ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 6px 14px; border-radius: 999px; font-weight: 500; font-size: 15px; border: 1.5px solid var(--blue); transition: background .2s, color .2s, transform .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue-mid); border-color: var(--blue-mid); color: var(--white); }
.btn-primary:hover { background: var(--blue); border-color: var(--blue); }
.btn-white { background: var(--white); border-color: var(--white); color: var(--blue); }
.btn-white:hover { background: var(--blue-light); }
.btn-lg { padding: 9px 20px; font-size: 16px; }

.chips { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.chip { display: inline-block; padding: 4px 11px; border-radius: 999px; border: 1.5px solid var(--blue-mid); background: transparent; color: var(--blue); font-size: 15px; font-weight: 500; cursor: default; line-height: 1.3; }
button.chip { cursor: pointer; transition: background .2s, color .2s; }
button.chip:hover { background: var(--blue-pale); }
button.chip.active { background: var(--blue-mid); color: var(--white); }
.filters { padding: 34px 0 0; }

/* ---------- Heroes ---------- */
.hero { position: relative; color: var(--white); overflow: hidden; display: flex; align-items: flex-start; }
.hero > img, .hero > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,30,55,.45) 0%, rgba(0,30,55,.15) 55%, rgba(0,30,55,0) 100%); z-index: 1; }
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero h1 { font-weight: 800; letter-spacing: -.01em; line-height: 1.08; text-shadow: 0 2px 20px rgba(0,0,0,.2); }
.hero p { font-weight: 500; text-shadow: 0 1px 10px rgba(0,0,0,.25); }

.hero-home { height: 100vh; height: 100svh; min-height: 560px; padding-top: 170px; }
.hero-home h1 { font-size: clamp(34px, 4.6vw, 56px); max-width: 760px; }
.hero-home p { font-size: 15px; margin: 10px 0 20px; }
.hero-home .ctas { display: flex; gap: 10px; flex-wrap: wrap; }

.hero-page { padding: 145px 0 60px; }
.hero-page .kicker { font-size: clamp(28px, 3vw, 40px); font-weight: 800; margin: 0 0 26px; }
.hero-page h1 { font-size: clamp(38px, 5.4vw, 66px); }
.hero-page p { font-size: 17px; max-width: 800px; margin-top: 14px; }
.hero-produtos { min-height: 575px; }
.hero-produtos > img { object-position: center 70%; }
.hero-cat { min-height: 350px; }
.hero-cat h1 { font-size: clamp(36px, 4.6vw, 58px); }
.hero-cat p { max-width: 540px; margin-top: 10px; }

/* ---------- Sections ---------- */
section.block { padding: 70px 0 80px; }
.block-head { margin-bottom: 44px; }
.block-head h2 { font-size: clamp(26px, 2.6vw, 32px); font-weight: 700; }
.block-head p { font-size: 15px; font-weight: 500; margin-top: 4px; }

/* Cards (gamas, produtos, notícias) */
.card { display: flex; flex-direction: column; border: 2px solid var(--blue); border-radius: var(--radius); overflow: hidden; background: var(--blue-light); transition: background .25s, color .25s, transform .25s, box-shadow .25s; }
.card .media { overflow: hidden; aspect-ratio: 596/552; background: var(--white); }
.card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.card .body { padding: 12px 14px 14px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.card h2, .card h3 { font-size: 21px; font-weight: 500; }
.card .sub { font-size: 12px; font-weight: 500; }
a.card:hover { background: var(--blue); color: var(--white); transform: translateY(-4px); box-shadow: 0 16px 30px rgba(15,128,196,.2); }
a.card:hover .media img { transform: scale(1.05); }
a.card:hover .chip { border-color: var(--white); color: var(--white); }

.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px 26px; }

.gamas .card .media { aspect-ratio: 596/552; }
.news .card .media { aspect-ratio: 596/420; }

/* Produtos (2x2) */
.gama-card .media { aspect-ratio: 16/9; }
.gama-card h2, .gama-card h3 { font-size: 26px; margin-top: 4px; }
.gama-card .sub { font-size: 14px; }
.gama-card .chips { margin-top: 2px; }

/* Sabores */
.flavor .media { aspect-ratio: 633/433; background: var(--bg, #ddd); display: grid; place-items: center; }
.flavor .media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.3); transform-origin: 50% 60%; }
a.flavor:hover .media img { transform: scale(1.38); }
.flavor h2, .flavor h3 { font-size: 24px; margin: 6px 0 22px; }
.flavor .chips { margin-top: auto; }

[hidden] { display: none !important; }
.empty { padding: 40px 0; font-weight: 500; }

/* ALMA */
.alma { background: var(--blue); color: var(--white); }
.alma-card { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 305/380; }
.alma-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.alma-card:hover img { transform: scale(1.06); }
.alma-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.55) 100%); }
.alma-card .letter { position: absolute; inset: 0; display: grid; place-items: center; z-index: 1; font-size: clamp(90px, 11vw, 150px); font-weight: 800; color: rgba(255,255,255,.93); line-height: 1; text-shadow: 0 6px 30px rgba(0,0,0,.18); padding-bottom: 10%; }
.alma-card .txt { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
.alma-card h3 { font-size: 21px; font-weight: 500; }
.alma-card p { font-size: 12px; font-weight: 500; }

/* Banner 100% */
.banner { position: relative; color: var(--white); overflow: hidden; aspect-ratio: 2880/2741; max-height: 1400px; width: 100%; }
.banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner::before { content: ""; position: absolute; inset: 0 0 auto; height: 40%; background: linear-gradient(180deg, rgba(0,30,55,.4), rgba(0,30,55,0)); z-index: 1; }
.banner .wrap { position: relative; z-index: 2; padding-top: 56px; }
.banner h2 { font-size: clamp(34px, 5vw, 64px); font-weight: 800; line-height: 1.05; }
.banner p { font-size: 15px; font-weight: 500; margin-top: 8px; }

/* ---------- Footer ---------- */
.site-footer { padding: 0 24px; margin-top: 10px; }
.footer-box { max-width: var(--max); margin: 0 auto; background: var(--blue-mid); color: var(--white); border-radius: 22px 22px 0 0; padding: 40px 36px 22px; }
.footer-top { display: grid; grid-template-columns: auto 1fr minmax(260px, 390px); gap: 60px; align-items: start; padding-bottom: 28px; border-bottom: 2px solid rgba(255,255,255,.75); }
.footer-top .logo { color: var(--white); width: 108px; height: 54px; }
.footer-top h3, .footer-top .h3-like { font-size: 17px; font-weight: 500; }
.footer-top .lead { font-size: 17px; font-weight: 400; }
.newsletter { display: flex; align-items: center; border-bottom: 2px solid rgba(255,255,255,.9); max-width: 280px; }
.newsletter input { flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: var(--white); font-size: 16px; padding: 6px 0; }
.newsletter input::placeholder { color: rgba(255,255,255,.85); }
.newsletter button { background: none; border: 0; color: var(--white); cursor: pointer; font-size: 20px; padding: 0 2px; opacity: .9; }
.legal-note { font-size: 12px; margin-top: 14px; }
.legal-note a { font-weight: 600; text-decoration: underline; }
.toast { font-size: 13px; font-weight: 600; margin-top: 8px; }
.footer-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 36px; padding-top: 26px; font-size: 13px; }
.footer-bottom ul { display: flex; flex-wrap: wrap; gap: 18px; list-style: none; flex: 1; }
.footer-bottom ul a { text-decoration: underline; font-size: 14px; }
.social { display: flex; gap: 14px; }
.social a { width: 22px; height: 22px; display: grid; place-items: center; transition: opacity .2s; }
.social a:hover { opacity: .75; }
.social svg { width: 20px; height: 20px; fill: currentColor; }
.funding { margin-top: 18px; width: 100%; max-width: 620px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav { gap: 20px; padding: 12px 22px; }
  .nav ul { gap: 18px; }
  .nav ul a { font-size: 14px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: auto 1fr; }
  .footer-top > :last-child { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .burger { display: block; }
  .nav { flex-wrap: wrap; }
  .nav ul, .nav-right { display: none; }
  body.menu-open .nav ul { display: flex; flex-direction: column; flex-basis: 100%; gap: 14px; padding: 10px 0 6px; }
  body.menu-open .nav ul a { font-size: 18px; }
  body.menu-open .nav-right { display: flex; flex-basis: 100%; padding-bottom: 8px; }
  .breadcrumb { padding: 6px 22px 8px; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 > :nth-child(3) { display: none; }
  .grid-2 { grid-template-columns: 1fr; }
  .banner { aspect-ratio: 3/4; }
}
@media (max-width: 560px) {
  .wrap { padding: 0 16px; }
  .site-header, .site-footer { padding: 0 8px; }
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .grid-3 > :nth-child(3) { display: flex; }
  .gamas .grid-4, .sabores .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .gamas .card h3, .flavor h2 { font-size: 17px; }
  .flavor h2 { margin-bottom: 12px; }
  .chip { font-size: 13px; }
  .hero-home { min-height: 520px; padding-top: 130px; }
  .hero-page { padding-top: 120px; }
  .footer-box { padding: 30px 20px 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .banner { aspect-ratio: 3/4.4; }
}

/* ---------- Extras SSR ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nav ul .soon { font-weight: 500; font-size: 15px; opacity: .55; cursor: default; }
.lang .soon { opacity: .45; font-weight: 400; cursor: default; }
.footer-bottom ul .soon { font-size: 14px; }
.legal-note .soon { font-weight: 600; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.toast.erro { color: #fff3c4; }
.not-found { padding: 190px 0 120px; text-align: center; }
.not-found h1 { font-size: clamp(34px, 5vw, 56px); font-weight: 800; margin-bottom: 10px; }
.not-found p { font-weight: 500; margin-bottom: 26px; }
