:root {
  --wine: #951a2c;
  --wine-dark: #761221;
  --wine-deep: #4e0c17;
  --cream: #f4ecdf;
  --paper: #fffaf2;
  --ink: #1d1516;
  --muted: #756b68;
  --line: rgba(29, 21, 22, .14);
  --gold: #cf9e52;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(53, 13, 22, .16);
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); background: #fff; color: #111; padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.section-wine { background: var(--wine); color: #fff; }
.section-dark { background: #1a1113; color: #fff; }
.eyebrow { margin: 0 0 16px; font-size: 12px; letter-spacing: .24em; font-weight: 800; text-transform: uppercase; }
.eyebrow.wine { color: var(--wine); }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 7.5vw, 108px); }
h2 { font-size: clamp(44px, 6vw, 82px); }
p { margin: 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; color: #fff; }
.navbar { height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nav-brand { width: 126px; display: block; }
.nav-brand img { width: 100%; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.nav-order) { position: relative; padding: 10px 0; }
.nav-links > a:not(.nav-order)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: #fff; transition: right .25s ease; }
.nav-links > a:not(.nav-order):hover::after { right: 0; }
.nav-order { background: #fff; color: var(--wine); padding: 13px 20px; border-radius: 999px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); background: transparent; border-radius: 50%; padding: 12px; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 5px 0; transition: transform .2s, opacity .2s; }

.hero { min-height: 820px; position: relative; display: grid; place-items: center; overflow: hidden; padding: 150px 0 100px; }
.hero::before { content: ""; position: absolute; width: 740px; height: 740px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; top: 5%; left: 50%; transform: translateX(-50%); }
.hero::after { content: ""; position: absolute; inset: auto -8% -42% auto; width: 680px; height: 680px; background: radial-gradient(circle, rgba(44,3,13,.4), transparent 67%); }
.hero-noise { position: absolute; inset: 0; opacity: .25; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.14) .8px, transparent .8px); background-size: 11px 11px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-stamp { position: absolute; width: 360px; opacity: .18; pointer-events: none; }
.hero-stamp-one { right: -90px; top: 120px; transform: rotate(13deg); }
.hero-stamp-two { left: -78px; top: 138px; width: 250px; opacity: .11; transform: rotate(-18deg); }
.hero-stamp-three { left: 9%; bottom: 86px; width: 210px; opacity: .10; transform: rotate(8deg); }
.hero-content { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-logo { width: clamp(270px, 36vw, 520px); margin: 0 auto 18px; }
.hero h1 { max-width: 980px; }
.hero-copy { max-width: 720px; margin-top: 26px; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-actions.center { justify-content: center; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border-radius: 999px; font-weight: 850; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-cream { background: var(--paper); color: var(--wine); box-shadow: 0 12px 30px rgba(47,4,13,.22); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-wine { background: var(--wine); color: #fff; box-shadow: 0 12px 30px rgba(149,26,44,.23); }
.button-outline-wine { color: var(--wine); border-color: rgba(149,26,44,.34); }
.hero-meta { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px 24px; font-size: 14px; color: rgba(255,255,255,.78); }
.hero-meta > span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 18px; height: 18px; fill: currentColor; }
.status-pill { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 8px 13px; color: #fff; }
.status-pill.open { background: rgba(73,160,103,.22); border-color: rgba(144,235,172,.38); }
.status-pill.closed { background: rgba(37,4,10,.2); }
.scroll-cue { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); width: 34px; height: 52px; border: 1px solid rgba(255,255,255,.38); border-radius: 22px; }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #fff; transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,22px); opacity: 0; } }

.reels-section { padding: 120px 0 130px; overflow: hidden; }
.section-heading { margin-bottom: 52px; }
.heading-split { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
.heading-split > p, .chef-heading > p { max-width: 510px; color: var(--muted); font-size: 18px; }
.reels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.reel-card { position: relative; aspect-ratio: 9 / 16; border-radius: 30px; overflow: hidden; background: #170d10; box-shadow: var(--shadow); isolation: isolate; }
.reel-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,5,7,.84), transparent 38%, rgba(0,0,0,.08)); pointer-events: none; z-index: 1; }
.reel-video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.reel-card:hover .reel-video { transform: scale(1.025); }
.reel-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; color: #fff; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: center; }
.reel-caption > span { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-size: 12px; }
.reel-caption strong { font-family: Georgia,serif; font-size: 25px; line-height: 1.1; }
.reel-caption small { color: rgba(255,255,255,.7); font-size: 13px; margin-top: 4px; }
.video-sound { position: absolute; z-index: 3; top: 18px; right: 18px; display: flex; gap: 7px; align-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(15,5,7,.45); backdrop-filter: blur(12px); color: #fff; padding: 9px 13px; cursor: pointer; font-size: 12px; font-weight: 800; }
.video-sound.active { background: #fff; color: var(--wine); }
.mobile-swipe-hint { display: none; }

.story-section { padding: 130px 0; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 92px; align-items: center; }
.story-visual { min-height: 670px; position: relative; }
.photo-card { margin: 0; overflow: hidden; border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { position: absolute; inset: 0 100px 90px 0; }
.photo-small { position: absolute; width: 48%; height: 48%; right: 0; bottom: 0; border: 10px solid #1a1113; }
.number-badge { position: absolute; right: 20px; top: 40px; width: 150px; height: 150px; border-radius: 50%; background: var(--wine); display: grid; place-content: center; text-align: center; box-shadow: 0 24px 50px rgba(0,0,0,.32); transform: rotate(7deg); }
.number-badge span { font: 800 48px/1 Georgia,serif; }
.number-badge small { margin-top: 8px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.story-copy h2 { max-width: 620px; }
.story-copy > p:not(.eyebrow) { margin-top: 30px; font-size: 19px; color: rgba(255,255,255,.67); max-width: 600px; }
.info-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.info-card { min-height: 132px; padding: 24px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; }
.info-card span { color: rgba(255,255,255,.48); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.info-card strong { margin-top: 10px; font-size: 17px; }
.info-card small { margin-top: 5px; color: rgba(255,255,255,.56); }
.story-actions { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 34px; }
.text-link { font-weight: 800; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.35); }
.text-link span { color: var(--gold); margin-left: 8px; }

.chef-section { padding: 130px 0; background: var(--paper); overflow: hidden; }


/* Sugestões da Chef */
.chef-heading { display: grid; grid-template-columns: 1fr .78fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.chef-heading > p { max-width: 560px; }
.chef-carousel-shell { position: relative; width: 100%; }
.chef-carousel {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px max(5vw, calc((100vw - 1180px) / 2)) 28px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.chef-carousel::-webkit-scrollbar { display: none; }
.chef-carousel:active { cursor: grabbing; }
.chef-track { display: flex; gap: 22px; width: max-content; }
.chef-card {
  contain: layout paint style;
  width: clamp(292px, 31vw, 430px);
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(74, 39, 45, .12);
  box-shadow: 0 22px 55px rgba(42, 16, 21, .09);
  scroll-snap-align: center;
  transition: transform .28s ease, box-shadow .28s ease;
}
.chef-card:hover { transform: translateY(-6px); box-shadow: 0 30px 65px rgba(42, 16, 21, .14); }
.chef-card-image { height: 300px; overflow: hidden; background: #e9dfd8; }
.chef-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .7s ease; }
.chef-card:hover .chef-card-image img { transform: scale(1.045); }
.chef-card-content { padding: 26px 27px 30px; }
.chef-card-label { display: block; margin-bottom: 10px; color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.chef-card h3 { font-size: clamp(29px, 2.4vw, 40px); line-height: 1.02; }
.chef-card p { margin-top: 15px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.carousel-arrow {
  position: absolute;
  z-index: 4;
  top: 44%;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-family: inherit;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 15px 35px rgba(42, 16, 21, .22);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.carousel-arrow:hover { transform: scale(1.08); background: var(--wine-dark); }
.carousel-arrow-left { left: max(16px, calc((100vw - 1280px) / 2)); }
.carousel-arrow-right { right: max(16px, calc((100vw - 1280px) / 2)); }
.chef-footer { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.chef-footer p { max-width: 610px; color: var(--muted); font-size: 13px; }

.location-section { padding: 120px 0; }
.location-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 75px; align-items: center; }
.map-shell { position: relative; min-height: 590px; overflow: hidden; border-radius: 32px; box-shadow: 0 30px 80px rgba(53,4,15,.3); background: #e9dfd2; }
.map-shell > img, .map-shell iframe { width: 100%; height: 100%; min-height: 590px; object-fit: cover; border: 0; }
.map-interactive { position: absolute; left: 24px; bottom: 24px; z-index: 2; border: 0; border-radius: 999px; padding: 14px 19px; background: #fff; color: var(--wine); font-weight: 900; cursor: pointer; box-shadow: 0 13px 32px rgba(37,10,16,.18); }
.location-copy h2 { max-width: 540px; }
.location-copy address { margin-top: 30px; font-style: normal; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.7; }
.location-hours { margin-top: 28px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; gap: 6px; }
.location-hours span { color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.location-hours strong { font-size: 18px; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.copy-feedback { min-height: 24px; margin-top: 13px; color: rgba(255,255,255,.72); font-size: 13px; }

.final-cta { padding: 120px 0; text-align: center; background: var(--cream); }
.final-cta-inner { max-width: 850px; }
.final-cta h2 { font-size: clamp(62px, 9vw, 128px); }
.final-cta p:not(.eyebrow) { max-width: 630px; margin: 24px auto 0; font-size: 18px; color: var(--muted); }

.site-footer { padding: 76px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .7fr; gap: 70px; padding-bottom: 50px; }
.footer-brand img { width: 185px; }
.footer-brand p { color: rgba(255,255,255,.55); margin-top: 14px; }
.footer-column { display: flex; flex-direction: column; gap: 10px; color: rgba(255,255,255,.62); }
.footer-column strong { color: #fff; margin-bottom: 6px; }
.footer-column a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 13px; }
.mobile-order { display: none; }

@media (max-width: 980px) {
  :root { --container: min(100% - 34px, 760px); }
  .navbar { height: 86px; }
  .nav-brand { width: 106px; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 0; background: var(--wine-dark); display: flex; flex-direction: column; justify-content: center; gap: 24px; font-size: 25px; transform: translateY(-105%); transition: transform .35s ease; }
  .nav-links.open { transform: translateY(0); }
  .nav-order { font-size: 16px; margin-top: 8px; }
  .menu-toggle { z-index: 2; }
  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 780px; padding-top: 130px; }
  .hero-stamp-one { width: 280px; right: -110px; top: 100px; }
  .hero-stamp-two { width: 200px; left: -72px; top: 110px; }
  .hero-stamp-three { width: 170px; left: 4%; bottom: 92px; }
  .heading-split, .story-grid, .location-grid { grid-template-columns: 1fr; }
  .heading-split { gap: 26px; }
  .reels-section, .story-section, .chef-section, .location-section { padding: 90px 0; }
  .reels-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: 0; width: 100%; padding: 0 17px 30px; gap: 16px; scrollbar-width: none; }
  .reels-grid::-webkit-scrollbar { display: none; }
  .reel-card { flex: 0 0 min(78vw, 390px); scroll-snap-align: center; }
  .mobile-swipe-hint { display: block; text-align: center; color: var(--muted); font-size: 13px; }
  .story-grid { gap: 58px; }
  .story-visual { min-height: 610px; }
  .story-copy { max-width: 720px; }
  .chef-heading { grid-template-columns: 1fr; gap: 26px; margin-bottom: 34px; }
  .chef-carousel { padding-left: 24px; padding-right: 24px; }
  .chef-carousel.is-mobile-manual { scroll-behavior: smooth; }
  .chef-carousel.is-mobile-manual .chef-card { content-visibility: auto; contain-intrinsic-size: 390px 500px; }
  .chef-carousel.is-mobile-manual .chef-card:hover { transform: none; }
  .chef-carousel.is-mobile-manual .chef-card-image img { transition: none; }
  .chef-card { width: min(58vw, 390px); }
  .chef-footer { align-items: flex-start; flex-direction: column; }
  .location-grid { gap: 50px; }
  .map-shell, .map-shell > img, .map-shell iframe { min-height: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 28px); --radius: 22px; }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  h2 { font-size: clamp(42px, 13vw, 62px); }
  .hero { min-height: 760px; padding: 120px 0 92px; }
  .hero::before { width: 520px; height: 520px; top: 14%; }
  .hero-logo { width: min(84vw, 390px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { width: 100%; justify-content: center; }
  .hero-actions .button { min-width: 145px; }
  .hero-meta { gap: 10px 14px; max-width: 330px; }
  .hero-meta > span:not(.status-pill) { font-size: 12px; }
  .scroll-cue { display: none; }
  .section-heading { margin-bottom: 36px; }
  .heading-split > p, .chef-heading > p { font-size: 16px; }
  .reel-card { flex-basis: 82vw; border-radius: 24px; }
  .reel-caption { left: 18px; right: 18px; bottom: 18px; }
  .reel-caption strong { font-size: 22px; }
  .story-visual { min-height: 490px; }
  .photo-main { inset: 0 52px 72px 0; }
  .photo-small { width: 54%; height: 48%; border-width: 7px; }
  .number-badge { width: 112px; height: 112px; right: 0; top: 25px; }
  .number-badge span { font-size: 36px; }
  .number-badge small { font-size: 7px; }
  .story-copy > p:not(.eyebrow) { font-size: 17px; }
  .info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 108px; }
  .chef-section { padding-bottom: 82px; }
  .chef-carousel { padding-left: 14px; padding-right: 14px; }
  .chef-card { width: min(84vw, 340px); min-height: 470px; border-radius: 24px; }
  .chef-card-image { height: 250px; }
  .chef-card-content { padding: 23px 22px 27px; }
  .chef-card h3 { font-size: 31px; }
  .carousel-arrow { display: none; }
  .chef-footer { margin-top: 10px; }
  .map-shell, .map-shell > img, .map-shell iframe { min-height: 390px; }
  .location-copy address { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; padding-bottom: 70px; }
  .mobile-order { position: fixed; z-index: 45; display: flex; align-items: center; justify-content: space-between; left: 12px; right: 12px; bottom: 12px; min-height: 56px; padding: 0 20px; background: #fff; color: var(--wine); border-radius: 999px; font-weight: 900; box-shadow: 0 15px 45px rgba(41,10,16,.3); }
}

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

/* V3 · marca, sem glúten e conversão pelo WhatsApp */
.brand-cluster {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
}

.gluten-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 12px 6px 6px;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 999px;
  background: rgba(60, 4, 15, .22);
  color: #fff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.gluten-badge:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .48);
}
.gluten-icon-wrap {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 35px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: inset 0 0 0 1px rgba(149, 26, 44, .08);
}
.gluten-icon-wrap img {
  width: 29px;
  height: 29px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.gluten-badge > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1;
  white-space: nowrap;
}
.gluten-badge strong {
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gluten-badge small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .76);
  font-size: 11px;
}

.button-whatsapp {
  position: relative;
  overflow: hidden;
}
.button-whatsapp::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.26) 47%, transparent 68%);
  transform: translateX(-130%);
  transition: transform .65s ease;
}
.button-whatsapp:hover::after { transform: translateX(130%); }

.info-card-gluten {
  background: linear-gradient(145deg, rgba(149,26,44,.28), rgba(255,255,255,.035));
}
.info-card-gluten strong { color: #fff2dc; }

.chef-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.gluten-note {
  max-width: 345px;
  margin-top: 9px;
  color: rgba(255,255,255,.42);
  font-size: 11px;
  line-height: 1.5;
}

.whatsapp-float {
  position: fixed;
  z-index: 44;
  right: 22px;
  bottom: 22px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 17px 7px 8px;
  border-radius: 999px;
  background: var(--paper);
  color: var(--wine);
  font-size: 14px;
  box-shadow: 0 17px 48px rgba(38, 7, 14, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(38, 7, 14, .34);
}
.whatsapp-float span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-size: 15px;
}
.whatsapp-float strong { font-weight: 900; }
.mobile-actions { display: none; }

@media (max-width: 1160px) and (min-width: 981px) {
  .nav-links { gap: 18px; font-size: 13px; }
  .nav-order { padding-inline: 16px; }
  .gluten-badge > span:last-child { display: none; }
  .gluten-badge { padding: 5px; }
}

@media (max-width: 980px) {
  .brand-cluster { gap: 10px; }
  .gluten-badge { position: relative; z-index: 3; }
  .chef-footer-actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .navbar { gap: 12px; }
  .brand-cluster { gap: 7px; }
  .nav-brand { width: 99px; }
  .gluten-badge {
    padding: 4px;
    background: rgba(46, 3, 12, .24);
  }
  .gluten-badge > span:last-child { display: none; }
  .gluten-icon-wrap,
  .gluten-icon-wrap img { width: 32px; height: 32px; }
  .gluten-icon-wrap { flex-basis: 32px; }
  .chef-footer-actions { width: 100%; }
  .chef-footer-actions .button { width: 100%; }
  .whatsapp-float { display: none; }
  .mobile-order { display: none !important; }
  .mobile-actions {
    position: fixed;
    z-index: 45;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 7px;
    padding: 6px;
    border: 1px solid rgba(149,26,44,.11);
    border-radius: 21px;
    background: rgba(255, 250, 242, .96);
    box-shadow: 0 18px 50px rgba(41,10,16,.3);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }
  .mobile-action {
    min-height: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    line-height: 1.05;
  }
  .mobile-action span {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    opacity: .68;
  }
  .mobile-action strong {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 950;
  }
  .mobile-action-whatsapp { background: var(--wine); color: #fff; }
  .mobile-action-ifood {
    border: 1px solid rgba(149,26,44,.17);
    background: #fff;
    color: var(--wine);
  }
  .footer-bottom { padding-bottom: 92px; }
}

/* V4 · prova social, cultura da casa e delivery */
.review-section {
  padding: 130px 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(149, 26, 44, .07), transparent 28%),
    var(--cream);
  overflow: hidden;
}
.review-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: clamp(58px, 8vw, 112px);
  align-items: center;
}
.review-copy h2 { max-width: 690px; }
.review-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.review-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.review-points span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(149, 26, 44, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .58);
  color: var(--wine);
  font-size: 12px;
  font-weight: 850;
}
.review-points span::before {
  content: "•";
  margin-right: 8px;
  color: var(--gold);
  font-size: 18px;
  line-height: 0;
}
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.instagram-review {
  width: min(100%, 455px);
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(56, 27, 32, .13);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 30px 85px rgba(52, 13, 21, .18);
}
.instagram-review-top {
  min-height: 75px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 18px;
}
.instagram-avatar {
  width: 45px;
  height: 45px;
  overflow: hidden;
  border: 2px solid var(--wine);
  border-radius: 50%;
  background: var(--wine);
}
.instagram-avatar img { width: 100%; height: 100%; object-fit: cover; }
.instagram-review-top strong { display: block; font-size: 14px; }
.instagram-review-top small { display: block; margin-top: 2px; color: var(--muted); font-size: 11px; }
.instagram-dots { color: var(--muted); font-size: 15px; letter-spacing: 2px; }
.instagram-video-shell {
  position: relative;
  aspect-ratio: 9 / 16;
  background: #140a0d;
}
.review-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #140a0d;
}
.review-chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: rgba(26, 7, 12, .62);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.instagram-review-bottom { padding: 14px 18px 19px; }
.instagram-glyphs { display: flex; gap: 15px; align-items: center; font-size: 24px; line-height: 1; }
.instagram-review-bottom p { margin-top: 12px; color: #4e4546; font-size: 13px; line-height: 1.55; }
.instagram-review-bottom strong { color: var(--ink); }

.life-section { padding: 130px 0; overflow: hidden; }
.life-heading > p { color: rgba(255,255,255,.62); }
.life-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.life-card {
  position: relative;
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 32px;
  background: #241619;
  box-shadow: 0 28px 75px rgba(0,0,0,.24);
  isolation: isolate;
}
.life-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(16, 7, 9, .96) 0%, rgba(16, 7, 9, .72) 28%, rgba(16, 7, 9, .12) 66%, rgba(16, 7, 9, .02));
}
.life-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .8s ease;
}
.life-card:hover img { transform: scale(1.035); }
.life-card-vinyl img { object-position: center 18%; }
.life-card-delivery img { object-position: center 45%; }
.life-card-overlay {
  position: absolute;
  z-index: 2;
  left: 34px;
  right: 34px;
  bottom: 34px;
  color: #fff;
}
.life-card-overlay .eyebrow { margin-bottom: 14px; color: rgba(255,255,255,.68); }
.life-card-overlay h3 { max-width: 560px; font-size: clamp(39px, 4vw, 64px); }
.life-card-overlay > p:not(.eyebrow) {
  max-width: 540px;
  margin-top: 18px;
  color: rgba(255,255,255,.7);
  font-size: 16px;
}
.life-card-overlay a {
  display: inline-block;
  margin-top: 23px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,.42);
  color: #fff;
  font-weight: 850;
}
.life-card-overlay a span { margin-left: 7px; color: var(--gold); }

.story-visual .photo-main img { object-position: center 45%; }
.story-visual::after {
  content: "FACHADA · ÁREA EXTERNA";
  position: absolute;
  z-index: 3;
  left: 22px;
  bottom: 112px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(23, 8, 12, .68);
  color: rgba(255,255,255,.8);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .15em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 1100px) and (min-width: 981px) {
  .nav-links { gap: 14px; font-size: 12px; }
  .nav-order { padding-inline: 14px; }
}

@media (max-width: 980px) {
  .review-section, .life-section { padding: 90px 0; }
  .review-grid { grid-template-columns: 1fr; gap: 52px; }
  .instagram-review { width: min(100%, 430px); margin-inline: auto; }
  .life-grid { grid-template-columns: 1fr; }
  .life-card { min-height: 660px; }
}

@media (max-width: 640px) {
  .review-section, .life-section { padding: 82px 0; }
  .review-copy > p:not(.eyebrow) { font-size: 16px; }
  .review-actions { width: 100%; }
  .review-actions .button { width: 100%; }
  .review-points { gap: 8px; }
  .review-points span { font-size: 11px; padding-inline: 12px; }
  .instagram-review { border-radius: 24px; }
  .instagram-review-top { min-height: 66px; padding: 10px 13px; }
  .instagram-avatar { width: 40px; height: 40px; }
  .life-grid { gap: 16px; }
  .life-card { min-height: 540px; border-radius: 24px; }
  .life-card-overlay { left: 22px; right: 22px; bottom: 24px; }
  .life-card-overlay h3 { font-size: 39px; }
  .life-card-overlay > p:not(.eyebrow) { font-size: 14px; }
  .life-card-delivery img { object-position: center 34%; }
  .story-visual::after { left: 14px; bottom: 88px; }
}

/* V4.3 · logo oficial do WhatsApp */
.whatsapp-float img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 0;
  flex: 0 0 auto;
  display: block;
}
.mobile-action-whatsapp img {
  width: 21px;
  height: 21px;
  object-fit: contain;
  border-radius: 0;
  margin-right: 0;
  vertical-align: middle;
  display: block;
}
.mobile-action-whatsapp {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.mobile-action-whatsapp img { grid-row: 1 / 3; }
.mobile-action-whatsapp span,
.mobile-action-whatsapp strong { grid-column: 2; text-align: left; }


/* V4.4 · marcas d'água extras e CTA de WhatsApp refinado */
.whatsapp-float { min-width: 230px; }
.whatsapp-float strong { letter-spacing: .02em; }
@media (max-width: 767px) {
  .mobile-action-whatsapp span { font-size: 11px; }
  .mobile-action-whatsapp strong { font-size: 13px; }
  .hero-stamp-two { opacity: .08; }
  .hero-stamp-three { opacity: .07; }
}

/* V4.5 · menu flutuante simplificado */
.whatsapp-float { min-width: auto; gap: 12px; padding: 10px 18px 10px 12px; }
.whatsapp-float strong { white-space: nowrap; }

/* V4.6 · ícone do WhatsApp ampliado */
.whatsapp-float strong { font-size: 15px; }
.mobile-action-whatsapp { column-gap: 9px; }


/* V4.7 · WhatsApp maior e CTA mobile simplificado */
.whatsapp-float { gap: 12px; padding: 10px 18px 10px 14px; min-height: 58px; }
.whatsapp-float strong { font-size: 15px; line-height: 1; }
.whatsapp-float img { filter: drop-shadow(0 4px 10px rgba(149,26,44,.18)); }
.mobile-action-whatsapp-simple { display: inline-flex; align-items: center; justify-content: center; gap: 9px; grid-template-columns: none; grid-template-rows: none; padding: 10px 16px; }
.mobile-action-whatsapp-simple img { grid-row: auto; margin-right: 0; }
.mobile-action-whatsapp-simple strong { grid-column: auto; text-align: left; font-size: 14px; white-space: nowrap; }
@media (max-width: 767px) {
  .mobile-action-whatsapp-simple { gap: 9px; }
  .mobile-action-whatsapp-simple img { width: 30px; height: 30px; }
  .mobile-action-whatsapp-simple strong { font-size: 14px; }
  .whatsapp-float { min-height: 58px; }
}


/* V4.9 · ícone do WhatsApp redimensionado corretamente sem corte circular */


/* V5.0 · ícone do WhatsApp reduzido em cerca de 30% */
