/* =============================================================
   CE•BI•CHE — Cebicheria Peruana · Florianópolis
   Paleta de marca (teal + rattan + creme) · Playfair + Lato
   ============================================================= */

/* 1. Tokens */
:root {
  --bg:        #f5f0e8;
  --bg-2:      #edf7f5;
  --paper:     #ffffff;
  --ink:       #2c2826;
  --ink-soft:  #4a443f;
  --ink-mute:  #6b6560;
  --cream:     #f5f0e8;

  --accent:      #1e8a7a;
  --accent-deep: #196b5e;
  --teal-light:  #d4ede9;
  --rattan:      #c49060;

  --line:      rgba(44,40,38,.12);
  --line-soft: rgba(44,40,38,.07);
  --line-teal: #c8e4e0;

  --serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans:  "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --label: "Josefin Sans", var(--sans);

  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-soft:   cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --gutter: clamp(1.25rem, 5vw, 5rem);
  --maxw: 1240px;
  --radius: 16px;
}

/* 2. Reset & base */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; tab-size: 2; overflow-x: clip; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  font-size: 16px; line-height: 1.65;
  color: var(--ink); background: var(--bg);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; overflow-x: clip; overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.06; letter-spacing: -0.01em; font-weight: 700; }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
@media (pointer: fine) { html.is-ready, html.is-ready * { cursor: none; } }

/* 3. Utilities */
.skip-link { position: fixed; top: -120px; left: 1rem; padding: .65rem 1.1rem; background: var(--accent); color: #fff; z-index: 9999; border-radius: 10px; font-weight: 700; transition: top .25s var(--ease-out); }
.skip-link:focus { top: 1rem; }
.kicker, .section-num { font-family: var(--label); font-size: .76rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: var(--accent); }

/* 4. Typography */
.hero-title { font-family: var(--serif); font-weight: 700; font-size: clamp(3rem, 10vw, 7rem); line-height: .98; letter-spacing: .02em; }
h2 { font-family: var(--serif); font-size: clamp(2rem, 4.6vw, 3.6rem); font-weight: 700; }
h2 em { font-style: italic; color: var(--accent); font-weight: 700; }
h3 { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.55rem); }
.lead { font-size: clamp(1.02rem, 1.4vw, 1.22rem); color: var(--ink-soft); }
.section-intro { color: var(--ink-mute); max-width: 46ch; }

/* 5. Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .92rem 1.7rem; border-radius: 8px; font-family: var(--label); font-weight: 600; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; transition: transform .35s var(--ease-out), background .3s, color .3s, box-shadow .35s var(--ease-out); will-change: transform; }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 26px -12px rgba(30,138,122,.7); }
.btn-primary:hover { background: var(--accent-deep); transform: translateY(-2px); box-shadow: 0 16px 32px -14px rgba(30,138,122,.85); }
.btn-ghost { background: rgba(255,255,255,.85); color: var(--accent-deep); border: 1.5px solid var(--accent); }
.btn-ghost:hover { background: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--accent-deep); border: 1.5px solid var(--accent); }
.btn-outline:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.btn-block { width: 100%; }

/* 6. Splash */
.splash { position: fixed; inset: 0; z-index: 2000; background: var(--bg); display: grid; place-content: center; justify-items: center; gap: .9rem; transition: opacity .8s var(--ease-out), clip-path .9s var(--ease-out); animation: splashSafety .01s 4.5s forwards; }
.splash.is-out { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); }
.splash-logo { width: clamp(92px, 17vw, 124px); height: clamp(92px, 17vw, 124px); border-radius: 50%; object-fit: cover; box-shadow: 0 18px 40px -18px rgba(44,40,38,.45); opacity: 0; transform: scale(.85); animation: splashIn .8s var(--ease-out) forwards; }
.splash-mark { font-family: var(--serif); font-weight: 700; font-size: clamp(1.6rem, 6.5vw, 3.2rem); letter-spacing: .03em; color: var(--ink); display: flex; flex-wrap: wrap; justify-content: center; text-align: center; gap: .08em .35em; }
.splash-mark span { opacity: 0; transform: translateY(16px); animation: splashIn .7s var(--ease-out) forwards; }
.splash-mark span:nth-child(2){animation-delay:.07s}
.splash-sub { font-family: var(--serif); font-style: italic; font-size: 1rem; color: var(--accent-deep); opacity: 0; animation: splashIn .7s .35s var(--ease-out) forwards; }
@keyframes splashIn { to { opacity: 1; transform: none; } }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }

/* 7. Cursor */
.cursor { position: fixed; top: 0; left: 0; z-index: 9998; pointer-events: none; opacity: 0; transition: opacity .3s var(--ease-out); }
.cursor.is-ready { opacity: 1; }
.cursor-dot, .cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; transform: translate(-50%, -50%); }
.cursor-dot { width: 7px; height: 7px; background: var(--accent); }
.cursor-ring { width: 38px; height: 38px; border: 1.5px solid var(--accent); transition: width .3s var(--ease-out), height .3s var(--ease-out), background .3s; }
.cursor.is-hover .cursor-ring { width: 60px; height: 60px; background: rgba(30,138,122,.10); }
.cursor.is-hover .cursor-dot { opacity: 0; }
@media (hover: none), (pointer: coarse) { .cursor { display: none; } }

/* 7b. Scroll progress */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0%; background: linear-gradient(90deg, var(--accent), var(--rattan)); z-index: 1001; pointer-events: none; transition: none; }

/* 8. Nav */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 1rem var(--gutter); transition: background .4s var(--ease-out), box-shadow .4s, padding .4s var(--ease-out); }
.nav::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(18,26,24,.55), rgba(18,26,24,.12) 70%, transparent); opacity: 1; transition: opacity .4s; }
.nav.is-solid { background: rgba(245,240,232,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line-teal); padding-block: .7rem; }
.nav.is-solid::before { opacity: 0; }
.nav-logo { display: inline-flex; align-items: center; gap: .6rem; }
.nav-logo-img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1.5px rgba(255,255,255,.55); flex: 0 0 auto; transition: box-shadow .4s; }
.nav.is-solid .nav-logo-img { box-shadow: 0 0 0 1.5px var(--line-teal); }
.nav-logo-text { font-family: var(--serif); font-weight: 700; font-size: clamp(.9rem, 2.1vw, 1.12rem); letter-spacing: .02em; color: var(--cream); transition: color .4s; white-space: nowrap; }
.nav.is-solid .nav-logo-text { color: var(--ink); }
.nav-logo-text span { color: var(--rattan); }
.nav-links { display: flex; gap: 2rem; }
.nav-links a { position: relative; font-family: var(--label); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(245,240,232,.92); padding: .2rem 0; transition: color .4s; }
.nav.is-solid .nav-links a { color: var(--ink-soft); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 1.5px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out); }
.nav-links a:hover { color: var(--accent); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { padding: .6rem 1.25rem; font-size: .74rem; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 30px; }
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--cream); transition: transform .35s var(--ease-out), opacity .3s, background .4s; }
.nav.is-solid .nav-toggle span { background: var(--ink); }

/* 9. Hero — vídeo claro + halo branco + texto escuro (estilo da marca) */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-tint { position: absolute; inset: 0; background:
  linear-gradient(180deg, rgba(18,26,24,.52) 0%, rgba(18,26,24,.22) 34%, rgba(18,26,24,.40) 68%, rgba(18,26,24,.74) 100%),
  radial-gradient(120% 90% at 50% 38%, transparent 40%, rgba(18,26,24,.35) 100%); }
.hero-grain { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.hero-inner { position: relative; padding: 6rem var(--gutter) 2rem; max-width: 900px; }
.hero .kicker { color: var(--rattan); margin-bottom: 1rem; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.hero-title { background: linear-gradient(120deg, var(--cream) 45%, var(--teal-light) 75%, var(--accent) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; text-shadow: 0 2px 34px rgba(0,0,0,.55); }
.hero-title .dot { color: var(--rattan); }
.hero-script { font-family: var(--serif); font-style: italic; font-size: clamp(3rem, 10vw, 7rem); line-height: 1; color: var(--teal-light); margin-top: .15rem; text-shadow: 0 2px 30px rgba(0,0,0,.5); }
.hero-sub { margin: 1.3rem auto 0; max-width: 50ch; font-size: clamp(1rem, 1.4vw, 1.18rem); color: var(--teal-light); text-shadow: 0 1px 12px rgba(0,0,0,.5); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; justify-content: center; }
.hero-scroll { position: absolute; left: 50%; transform: translateX(-50%); bottom: clamp(1.6rem, 5vh, 3rem); display: flex; flex-direction: column; align-items: center; gap: .5rem; color: rgba(245,240,232,.85); font-family: var(--label); font-size: .66rem; letter-spacing: .25em; text-transform: uppercase; }
.hero-scroll i { width: 1px; height: 44px; background: linear-gradient(var(--cream), transparent); position: relative; overflow: hidden; }
.hero-scroll i::after { content: ""; position: absolute; top: -50%; left: 0; width: 100%; height: 50%; background: var(--rattan); animation: scrollCue 2s var(--ease-soft) infinite; }
@keyframes scrollCue { 0%{top:-50%} 100%{top:100%} }

/* 10. Reveal */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .9s var(--ease-out), transform .9s var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal[data-split] { opacity: 1; transform: none; }
.split-word { display: inline-block; }
[data-split] .split-word { opacity: 0; transform: translateY(0.5em); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
[data-split].is-visible .split-word { opacity: 1; transform: none; }

/* 11. Section head */
.section-num { display: block; margin-bottom: 1rem; }
.section-head { max-width: var(--maxw); margin: 0 auto clamp(2.4rem, 5vw, 3.6rem); padding: 0 var(--gutter); }
.section-head--center { text-align: center; }
.section-head--center .section-intro { margin-inline: auto; }
.section-head h2 { margin-top: .3rem; }
.section-head .section-intro { margin-top: 1rem; }

/* 12. Sobre Nós / Chef */
.chef { max-width: var(--maxw); margin: 0 auto; padding: clamp(4.5rem,11vh,8rem) var(--gutter); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem,6vw,5rem); align-items: center; }
.chef-fig { border-radius: var(--radius); overflow: hidden; box-shadow: 0 32px 64px -32px rgba(44,40,38,.5); max-height: 620px; }
.chef-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-out); filter: grayscale(8%); }
.chef-fig:hover img { transform: scale(1.04); }
.chef-text h2 { margin: .3rem 0 .3rem; font-size: clamp(2.2rem,4.6vw,3.6rem); }
.chef-role { font-family: var(--serif); font-style: italic; font-size: 1.1rem; color: var(--rattan); margin-bottom: 1.2rem; }
.chef-text p { color: var(--ink-soft); max-width: 50ch; margin-bottom: 1rem; }
.chef-sign { margin-top: 1.4rem; font-family: var(--serif); font-style: italic; font-size: 1.12rem; line-height: 1.6; color: var(--accent-deep); max-width: 52ch; padding-left: 1.1rem; border-left: 3px solid var(--rattan); }
.chef-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .9rem 1.6rem; margin: 1.6rem 0 0; padding: 0; max-width: 50ch; }
.chef-features li { display: flex; align-items: center; gap: .7rem; font-size: .95rem; color: var(--ink); }
.chef-feat-ico { width: 20px; height: 20px; flex: none; stroke: var(--accent); }

/* 13. Cardápio */
.carta { padding: clamp(3rem,6vh,5rem) 0 clamp(5rem,12vh,9rem); background: var(--bg); }
.menu-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.4rem,2.5vw,2.4rem); }
.dish { position: relative; border-radius: var(--radius); background: var(--paper); overflow: hidden; box-shadow: 0 1px 0 var(--line-soft); transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out); transform-style: preserve-3d; text-align: center; }
.dish::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none; box-shadow: 0 0 0 1px var(--line) inset; transition: box-shadow .5s; }
.dish:hover { box-shadow: 0 34px 58px -28px rgba(30,138,122,.42); }
.dish:hover::after { box-shadow: 0 0 0 1.5px rgba(30,138,122,.34) inset; }
.dish-fig { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.dish-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out), filter .8s; }
.dish:hover .dish-fig img { transform: scale(1.07); filter: saturate(1.08); }
.dish-body { padding: 1.5rem 1.4rem 1.8rem; }
.dish-body h3 { color: var(--rattan); font-style: italic; }
.dish-body h3::after { content: ""; display: block; width: 40px; height: 1px; background: var(--accent); margin: .8rem auto 0; }
.dish-body p { margin-top: .9rem; color: var(--ink-mute); font-size: .85rem; line-height: 2; letter-spacing: .02em; }
.dish-mid { color: var(--rattan); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.carta-cta { text-align: center; margin-top: clamp(2.4rem,4vw,3.4rem); }
.download-link { font-family: var(--label); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 3px; transition: color .3s, border-color .3s; }
.download-link:hover { color: var(--rattan); border-color: var(--rattan); }

/* 14. Marquee */
.marquee { overflow: hidden; border-block: 1px solid var(--line-teal); padding: 1rem 0; background: var(--teal-light); }
.marquee-track { display: inline-flex; align-items: center; gap: 1.3rem; white-space: nowrap; will-change: transform; }
.marquee-track span { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem,2.4vw,1.9rem); color: var(--accent-deep); }
.marquee-track b { color: var(--rattan); font-style: normal; }

/* 15. Avaliações */
.quotes-sec { background: var(--paper); padding: clamp(4rem,9vh,7rem) 0; }
.google-rating { display: inline-flex; align-items: center; gap: .55rem; flex-wrap: wrap; justify-content: center; margin-top: 1.2rem; padding: .6rem 1.2rem; border-radius: 100px; background: var(--teal-light); border: 1px solid var(--line-teal); color: var(--ink-mute); font-size: .9rem; line-height: 1; text-decoration: none; transition: background .3s var(--ease-out), border-color .3s, transform .3s var(--ease-out); }
.google-rating:hover { background: var(--paper); border-color: var(--accent); transform: translateY(-2px); }
.google-rating__g { flex: none; }
.google-rating__score { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; color: var(--ink); }
.google-rating__stars { color: var(--rattan); letter-spacing: .05em; font-size: 1rem; }
.google-rating__count { color: var(--ink-mute); font-size: .82rem; }
.google-rating__count strong { color: var(--ink); font-weight: 600; }
.reviews-carousel { position: relative; max-width: var(--maxw); margin: 0 auto; padding: 0 calc(var(--gutter) - .5rem); }
.reviews-track { display: flex; gap: 1.4rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: .6rem .5rem 1.2rem; -ms-overflow-style: none; scrollbar-width: none; }
.reviews-track::-webkit-scrollbar { display: none; }
.review-card { flex: 0 0 300px; scroll-snap-align: center; background: var(--bg); border: 1px solid var(--line-soft); border-radius: 14px; padding: 1.7rem 1.5rem; box-shadow: 0 10px 30px rgba(44,40,38,.06); display: flex; flex-direction: column; }
.review-head { display: flex; flex-direction: column; gap: .25rem; margin-bottom: .9rem; }
.g-logo { flex-shrink: 0; }
.review-photo { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; object-position: center top; flex-shrink: 0; border: 2px solid var(--teal-light); background: var(--teal-light); }
.review-name { font-family: var(--label); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.review-stars { color: var(--rattan); letter-spacing: 2px; font-size: .85rem; margin-top: 2px; }
.review-quote { font-family: var(--serif); font-style: italic; font-size: .98rem; line-height: 1.7; color: var(--ink-soft); margin-bottom: 1rem; }
.review-google { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; color: var(--ink-mute); margin-top: auto; }
.g-badge { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 1px var(--line); color: #4285F4; font-weight: 700; font-size: .68rem; font-family: var(--sans); }
.rev-arrow { position: absolute; top: 44%; transform: translateY(-50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: 0 8px 24px rgba(44,40,38,.16); display: flex; align-items: center; justify-content: center; color: var(--accent); transition: background .2s, color .2s, transform .2s; z-index: 6; }
.rev-arrow:hover { background: var(--accent); color: #fff; transform: translateY(-50%) scale(1.07); }
.rev-prev { left: -2px; } .rev-next { right: -2px; }

/* 16. Interlúdio */
.interlude { position: relative; height: clamp(48vh, 64vh, 680px); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.interlude-bg { position: absolute; inset: -12% 0; z-index: -1; }
.interlude-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 80%; }
.interlude::before { content: ""; position: absolute; inset: 0; background: rgba(25,107,94,.42); }
.interlude-inner { position: relative; max-width: 920px; padding: 0 var(--gutter); text-align: center; }
.interlude-inner .kicker { color: #fff; opacity: .92; margin-bottom: .8rem; }
.interlude-inner h2 { color: #fff; font-size: clamp(1.9rem,5vw,4rem); text-shadow: 0 2px 30px rgba(0,0,0,.3); }
.interlude-inner h2 em { color: var(--rattan); font-style: italic; }

/* 16a2. Parallax platos */
.dish-fig img { will-change: transform; }

/* 16b. Galeria */
.galeria { padding: clamp(4rem,9vh,7rem) 0; background: var(--cream); }
.gallery { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.8rem,1.6vw,1.1rem); }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 4/5; display: block; box-shadow: 0 14px 34px -20px rgba(44,40,38,.35); transition: transform .5s var(--ease-out), box-shadow .5s var(--ease-out); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); display: block; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(25,107,94,.45)); opacity: 0; transition: opacity .45s var(--ease-out); }
.gallery-item:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -22px rgba(44,40,38,.4); }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item:hover::after { opacity: 1; }
.gallery-filters { display: flex; justify-content: center; gap: .6rem; margin-bottom: clamp(1.6rem, 3vw, 2.4rem); max-width: var(--maxw); margin-inline: auto; padding: 0 var(--gutter); flex-wrap: wrap; }
.gallery-filter { font-family: var(--label); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-mute); padding: .55rem 1.2rem; border-radius: 100px; border: 1.5px solid var(--line); background: transparent; transition: background .25s var(--ease-out), color .25s, border-color .25s, transform .25s var(--ease-out); }
.gallery-filter:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-1px); }
.gallery-filter.is-active { background: var(--accent); color: #fff; border-color: var(--accent); }
.gallery-item.is-hidden { opacity: 0; pointer-events: none; position: absolute; width: 0; height: 0; overflow: hidden; }
.galeria-follow { text-align: center; margin-top: clamp(2rem,4vw,3rem); }
.galeria-follow a { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--label); font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); transition: color .3s; }
.galeria-follow a:hover { color: var(--accent-deep); }

/* 16c. Lightbox da galeria */
.lightbox { position: fixed; inset: 0; z-index: 2500; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(.4rem,2vw,1.2rem); padding: clamp(1rem,4vw,2.5rem); }
.lightbox[hidden] { display: none; }
.lightbox-overlay { position: absolute; inset: 0; background: rgba(44,40,38,.85); backdrop-filter: blur(6px); }
.lightbox-figure { position: relative; z-index: 1; display: grid; place-items: center; min-width: 0; }
.lightbox-img { max-width: 100%; max-height: 86svh; width: auto; height: auto; border-radius: 12px; box-shadow: 0 30px 80px -30px rgba(0,0,0,.8); }
.lightbox-close, .lightbox-nav { position: relative; z-index: 2; flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; cursor: pointer; background: rgba(245,240,232,.14); border: 1px solid rgba(245,240,232,.3); color: var(--cream); transition: background .25s, color .25s, transform .25s, border-color .25s; }
.lightbox-close svg, .lightbox-nav svg { display: block; }
.lightbox-close:hover, .lightbox-nav:hover { background: var(--accent); color: #fff; border-color: var(--accent); transform: scale(1.08); }
.lightbox-close { position: absolute; top: clamp(.8rem,3vw,1.4rem); right: clamp(.8rem,3vw,1.4rem); }
@media (max-width: 600px) {
  .lightbox-nav { width: 40px; height: 40px; }
}

/* 16d. FAQ */
.faq { padding: clamp(4rem,9vh,7rem) 0; background: var(--paper); }
.faq-list { max-width: 740px; margin: 0 auto; padding: 0 var(--gutter); display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--line); transition: background .25s var(--ease-out); border-radius: 6px; margin: 0 -1rem; padding: 0 1rem; }
.faq-item:hover { background: var(--bg-2); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; width: 100%; padding: 1.3rem 0; font-family: var(--serif); font-size: clamp(1.05rem, 1.7vw, 1.22rem); font-weight: 700; font-style: italic; color: var(--ink); text-align: left; line-height: 1.45; transition: color .25s; }
.faq-question:hover { color: var(--accent); }
.faq-icon { position: relative; width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%; border: 1.5px solid var(--line-teal); transition: border-color .3s, background .3s, transform .3s var(--ease-out); }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; background: var(--accent); transition: transform .3s var(--ease-out), opacity .25s; }
.faq-icon::before { width: 12px; height: 1.5px; transform: translate(-50%, -50%); }
.faq-icon::after { width: 1.5px; height: 12px; transform: translate(-50%, -50%); }
.faq-question[aria-expanded="true"] .faq-icon { border-color: var(--accent); background: var(--teal-light); transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height .4s var(--ease-out); }
.faq-answer-inner { padding: 0 0 1.4rem; }
.faq-answer-inner p { color: var(--ink-mute); font-size: .92rem; line-height: 1.75; max-width: 60ch; }
.faq-answer-inner a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; transition: color .25s; }
.faq-answer-inner a:hover { color: var(--accent-deep); }

/* 17. Desconto 10% */
.desconto { position: relative; padding: clamp(4rem,9vh,7rem) 0; background: var(--bg-2); overflow: hidden; }
.desconto-halo { position: absolute; inset: -40% -10% auto -10%; height: 120%; pointer-events: none; background: radial-gradient(45% 45% at 25% 30%, rgba(30,138,122,.2), transparent 70%), radial-gradient(40% 40% at 80% 60%, rgba(196,144,96,.16), transparent 70%); filter: blur(20px); }
.desconto-card { position: relative; max-width: 880px; margin: 0 auto; display: flex; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 70px -26px rgba(44,40,38,.32); }
.desconto-left { position: relative; width: 260px; flex-shrink: 0; overflow: hidden; }
.desconto-left-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.desconto-right { background: var(--paper); flex: 1; padding: clamp(1.8rem,3vw,2.6rem); }
.desconto-right .section-num { color: var(--accent); margin-bottom: .6rem; }
.desconto-title { font-family: var(--serif); font-size: clamp(1.3rem,2.4vw,1.7rem); font-weight: 700; color: var(--ink); line-height: 1.3; }
.desconto-title span { color: var(--rattan); }
.desconto-divider { width: 40px; height: 2px; background: var(--accent); margin: .9rem 0 1.3rem; }
#lead-form { display: flex; flex-direction: column; gap: .85rem; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.field label { font-family: var(--label); font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-mute); }
.field input { padding: .8rem .9rem; border-radius: 7px; border: 1.5px solid var(--line-teal); background: #fafafa; color: var(--ink); font: inherit; font-size: .92rem; transition: border-color .25s, box-shadow .25s, background .25s; }
.field input:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 3px rgba(30,138,122,.13); }
.consent { display: flex; align-items: flex-start; gap: .55rem; cursor: pointer; }
.consent input { margin-top: 3px; width: 15px; height: 15px; accent-color: var(--accent); flex-shrink: 0; }
.consent span { font-size: .76rem; color: var(--ink-mute); line-height: 1.5; }
.consent a, .reserva-consent a, .footer-base a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; transition: color .25s; }
.consent a:hover, .reserva-consent a:hover, .footer-base a:hover { color: var(--accent-deep); }
.hp { position: absolute; left: -9999px; top: -9999px; }
#lead-form .btn { margin-top: .4rem; }
.form-status { display: none; font-size: .82rem; font-weight: 700; text-align: center; margin-top: .3rem; line-height: 1.4; }
.form-status.show { display: block; }

/* 18. Localização */
.loc { padding: clamp(4.5rem,11vh,8rem) 0 clamp(3rem,6vh,5rem); background: var(--paper); }
.loc-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem,6vw,5rem); align-items: center; }
.loc-fig { border-radius: var(--radius); overflow: hidden; box-shadow: 0 24px 64px -28px rgba(44,40,38,.4); }
.loc-fig img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .9s var(--ease-out); }
.loc-fig:hover img { transform: scale(1.04); }
.loc-text h2 { margin: .3rem 0 .3rem; }
.loc-claim { font-family: var(--serif); font-style: italic; color: var(--rattan); margin-bottom: 1.6rem; }
.loc-info { display: flex; flex-direction: column; gap: 1.2rem; margin-bottom: 1.8rem; }
.loc-info li { display: flex; gap: .9rem; align-items: flex-start; }
.loc-ico { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.loc-info strong { display: block; font-family: var(--label); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); margin-bottom: 3px; }
.loc-info div { font-size: .9rem; color: var(--ink-mute); line-height: 1.65; }
.loc-info a { color: var(--ink-mute); transition: color .25s; }
.loc-info a:hover { color: var(--accent); }
.hours-cat { font-family: var(--label); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--rattan); margin: .6rem 0 .1rem; }
.hours-row { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--ink-mute); line-height: 1.9; max-width: 340px; }
.hours-row span:first-child { font-weight: 700; color: var(--ink-soft); }
.closed { color: #c0392b; font-weight: 700; }
.loc-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.loc-map-wrap { max-width: var(--maxw); margin: clamp(2.4rem,5vw,3.5rem) auto 0; padding: 0 var(--gutter); }
.loc-map { width: 100%; height: 320px; border: 0; border-radius: var(--radius); box-shadow: 0 16px 48px -22px rgba(44,40,38,.3); display: block; }

/* 19. Footer */
.footer { background: var(--bg); border-top: 1px solid var(--line-teal); padding: clamp(3rem,7vh,5rem) 0 2rem; }
.footer-grid { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 2.2rem; align-items: start; }
.footer-brand { text-align: center; }
.footer-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 16px rgba(30,138,122,.16); border: 2px solid var(--line-teal); margin: 0 auto; display: block; }
.footer-brand-name { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--ink-soft); margin-top: .65rem; letter-spacing: .01em; }
.footer-h { font-family: var(--label); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: .7rem; }
.footer-col p { font-size: .88rem; color: var(--ink-mute); line-height: 1.8; }
.footer-social { display: flex; gap: .7rem; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; transition: background .25s, transform .25s; }
.footer-social a:hover { background: var(--rattan); transform: translateY(-2px); }
.footer-nav { display: flex; flex-direction: column; gap: .55rem; }
.footer-nav a { font-family: var(--label); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); width: fit-content; transition: color .25s; }
.footer-nav a:hover { color: var(--accent); }
.footer-base { max-width: var(--maxw); margin: 2.4rem auto 0; padding: 1.5rem var(--gutter) 0; border-top: 1px solid var(--line-teal); text-align: center; font-size: .8rem; color: var(--ink-mute); }

/* 20. WhatsApp flutuante */
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; box-shadow: 0 8px 24px rgba(37,211,102,.45); display: flex; align-items: center; justify-content: center; z-index: 60; transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }

/* 20b. Botão voltar ao topo */
.btt { position: fixed; right: 22px; bottom: 92px; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; z-index: 59; box-shadow: 0 6px 18px rgba(30,138,122,.4); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .35s var(--ease-out), transform .35s var(--ease-out), background .25s; }
.btt.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.btt:hover { background: var(--accent-deep); transform: translateY(-2px); }

/* 20c. Banner LGPD */
.lgpd { position: fixed; bottom: 0; left: 0; right: 0; z-index: 1100; background: var(--paper); border-top: 1px solid var(--line-teal); padding: 1.1rem var(--gutter); display: flex; align-items: center; justify-content: center; gap: 1.4rem; flex-wrap: wrap; box-shadow: 0 -6px 28px rgba(44,40,38,.12); animation: lgpdSlide .5s var(--ease-out) both; }
.lgpd[hidden] { display: none; }
.lgpd-text { font-size: .84rem; color: var(--ink-mute); line-height: 1.55; max-width: 600px; }
.lgpd-text a { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.lgpd-actions { display: flex; align-items: center; gap: .8rem; flex-shrink: 0; }
.lgpd-accept { padding: .65rem 1.4rem; font-size: .76rem; }
.lgpd-more { font-family: var(--label); font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); transition: color .25s; }
.lgpd-more:hover { color: var(--accent-deep); }
@keyframes lgpdSlide { from { transform: translateY(100%); opacity: 0; } to { transform: none; opacity: 1; } }

/* 20d. Validação inline */
.field-error, .reserva-field-error { font-size: .72rem; color: #c0392b; font-weight: 600; margin-top: 2px; min-height: 0; overflow: hidden; transition: max-height .25s var(--ease-out), opacity .25s; max-height: 0; opacity: 0; }
.field-error.show, .reserva-field-error.show { max-height: 2rem; opacity: 1; }
.field input.has-error, .reserva-field input.has-error, .reserva-field textarea.has-error { border-color: #c0392b; }
.field input.has-error:focus, .reserva-field input.has-error:focus { box-shadow: 0 0 0 3px rgba(192,57,43,.14); }

/* 21. Responsive */
@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .nav.nav-open .nav-links { display: flex; position: fixed; inset: 0; flex-direction: column; align-items: center; justify-content: center; gap: 1.8rem; background: rgba(245,240,232,.97); backdrop-filter: blur(14px); z-index: 999; }
  .nav.nav-open .nav-links a { color: var(--ink); font-family: var(--serif); font-size: 1.6rem; text-transform: none; letter-spacing: 0; }
  .nav.nav-open .nav-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  .nav.nav-open .nav-toggle span:last-child { transform: translateY(-7px) rotate(-45deg); }

  .chef, .loc-grid { grid-template-columns: 1fr; }
  .chef-fig { order: -1; max-height: 70vh; margin-inline: auto; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
}
@media (max-width: 640px) {
  .desconto-card { flex-direction: column; }
  .desconto-left { width: 100%; min-height: 280px; }
}
@media (max-width: 540px) {
  .menu-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
  .hero-actions .btn { flex: 1 1 auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .reviews-track .review-card { flex: 0 0 84%; }
  .wa-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
  .btt { right: 16px; bottom: 78px; width: 40px; height: 40px; }
}

/* 22. Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-scroll i::after { animation: none; }
}

/* 23. Modal de reserva */
.reserva-overlay { position: fixed; inset: 0; z-index: 3000; display: none; align-items: center; justify-content: center; padding: 1.25rem; background: rgba(28,24,22,.55); backdrop-filter: blur(4px); opacity: 0; transition: opacity .3s var(--ease-out); }
.reserva-overlay.is-open { display: flex; opacity: 1; }
.reserva-modal { position: relative; width: 100%; max-width: 540px; max-height: 92vh; overflow-y: auto; background: var(--paper); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.4rem); box-shadow: 0 30px 80px -20px rgba(28,24,22,.55); transform: translateY(18px) scale(.98); transition: transform .4s var(--ease-out); }
.reserva-overlay.is-open .reserva-modal { transform: translateY(0) scale(1); }
.reserva-close { position: absolute; top: .7rem; right: .9rem; width: 38px; height: 38px; border-radius: 50%; background: var(--cream); color: var(--ink-soft); font-size: 1.6rem; line-height: 1; display: grid; place-content: center; transition: background .25s, transform .25s var(--ease-out); }
.reserva-close:hover { background: var(--teal-light); transform: rotate(90deg); }
.reserva-eyebrow { font-family: var(--label); font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 600; color: var(--accent); }
.reserva-title { font-family: var(--serif); font-weight: 700; font-size: clamp(1.6rem, 4vw, 2.1rem); color: var(--ink); margin-top: .15rem; }
.reserva-lead { color: var(--ink-mute); font-size: .94rem; margin-top: .4rem; margin-bottom: 1.3rem; }
.reserva-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.reserva-col-2 { grid-column: 1 / -1; }
.reserva-field { display: flex; flex-direction: column; gap: .35rem; }
.reserva-field > span { font-family: var(--label); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--ink-soft); }
.reserva-field > span em { font-style: normal; color: var(--ink-mute); text-transform: none; letter-spacing: 0; font-weight: 400; }
.reserva-field input, .reserva-field textarea { width: 100%; font-family: var(--sans); font-size: .95rem; color: var(--ink); background: #fafafa; border: 1.5px solid var(--line); border-radius: 9px; padding: .7rem .85rem; transition: border-color .25s, box-shadow .25s; }
.reserva-field input:focus, .reserva-field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(30,138,122,.14); background: #fff; }
.reserva-field textarea { resize: vertical; min-height: 56px; }
.reserva-hours { font-size: .78rem; color: var(--ink-mute); margin-top: .9rem; background: var(--cream); border-radius: 8px; padding: .6rem .8rem; }
.reserva-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.reserva-consent { display: flex; align-items: flex-start; gap: .55rem; margin-top: 1rem; font-size: .84rem; color: var(--ink-soft); cursor: pointer; }
.reserva-consent input { margin-top: .15rem; width: 16px; height: 16px; accent-color: var(--accent); flex-shrink: 0; }
.reserva-submit { width: 100%; margin-top: 1.2rem; }
.reserva-msg { font-size: .88rem; margin-top: .8rem; text-align: center; min-height: 1px; opacity: 0; transition: opacity .25s; }
.reserva-msg.show { opacity: 1; }
.reserva-wa-fallback { display: block; text-align: center; margin-top: 1rem; font-size: .82rem; color: var(--accent-deep); text-decoration: underline; }
body.reserva-lock { overflow: hidden; }
@media (max-width: 540px) {
  .reserva-grid { grid-template-columns: 1fr; }
}
