/* =====================================================
   LATICÍNIO SANTANA — Landing Page
   Tradição artesanal · Bahia · desde 1992
   ===================================================== */

/* ---------- TOKENS ---------- */
:root {
  /* paleta vinho */
  --vinho-900: #4A1414;
  --vinho-700: #6B1F1F;
  --vinho-500: #8B2424;
  --vinho-300: #B95151;

  /* dourado */
  --dourado-700: #A87521;
  --dourado-500: #C8932E;
  --dourado-300: #E0B544;
  --dourado-100: #F4E5B5;

  /* madeira / hero */
  --madeira-900: #2A1810;
  --madeira-700: #4A2C1A;
  --madeira-500: #6B4226;
  --madeira-300: #8B5A2B;
  --madeira-100: #C49562;

  /* neutros */
  --creme: #FAF7F2;
  --creme-2: #F2EBDD;
  --branco: #FFFFFF;
  --grafite-900: #1F1B17;
  --grafite-700: #3E342B;
  --grafite-500: #5A4534;
  --grafite-300: #8A7860;

  /* acentos */
  --pasto: #6B8C3F;
  --pasto-claro: #A4B85C;

  /* layout */
  --max: 1240px;
  --pad: clamp(20px, 4vw, 56px);
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-xl: 32px;

  /* shadows */
  --sh-sm: 0 2px 6px rgba(42, 24, 16, 0.10);
  --sh-md: 0 12px 32px rgba(42, 24, 16, 0.16);
  --sh-lg: 0 24px 60px rgba(42, 24, 16, 0.24);
  --sh-xl: 0 36px 90px rgba(42, 24, 16, 0.32);

  /* tipo */
  --serif: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --script: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body {
  overflow-x: hidden; /* fallback */
  overflow-x: clip;   /* não cria scroll context — preserva position: sticky */
}
body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--grafite-700);
  background: var(--creme);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-width: 0;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; }
ul { list-style: none; }

::selection { background: var(--dourado-300); color: var(--vinho-900); }

/* ---------- TABLER ICONS ---------- */
.ti {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1;
  vertical-align: middle;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--pad);
}

/* ---------- TIPOGRAFIA ---------- */
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--dourado-500);
  margin-bottom: 18px;
}
.kicker--vinho { color: var(--vinho-700); }
.kicker--gold { color: var(--dourado-300); }
.kicker .ti { font-size: 16px; }

.script {
  font-family: var(--script);
  font-weight: 500;
  font-style: italic;
  color: var(--dourado-500);
  font-size: 1.02em;
  letter-spacing: -0.5px;
}

.section-title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.05;
  color: var(--vinho-900);
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}
.section-title--alt { color: var(--vinho-700); }
.section-title--invert { color: var(--creme); }
.section-title--invert .script { color: var(--dourado-300); }

.section-sub {
  max-width: 580px;
  font-size: 17px;
  color: var(--grafite-500);
  line-height: 1.65;
}

.section-head { margin-bottom: 56px; max-width: 720px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head--center .section-sub { margin: 0 auto; }

.section-divisor {
  width: 240px; height: 22px;
  margin: 18px 0;
  color: var(--dourado-500);
  opacity: 0.85;
}
.section-divisor--left { margin: 18px 0; }
.section-divisor--gold { color: var(--dourado-300); }
.section-head--center .section-divisor { margin: 18px auto; }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s, color 0.18s;
  cursor: pointer;
  white-space: nowrap;
}
.btn--lg { padding: 16px 32px; font-size: 16px; }
.btn--full { width: 100%; }

.btn--primary {
  background: linear-gradient(180deg, var(--vinho-500) 0%, var(--vinho-700) 100%);
  color: var(--creme);
  box-shadow: 0 8px 20px rgba(107, 31, 31, 0.32), inset 0 1px 0 rgba(255,255,255,0.18);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(107, 31, 31, 0.42), inset 0 1px 0 rgba(255,255,255,0.18);
  background: linear-gradient(180deg, var(--vinho-700) 0%, var(--vinho-900) 100%);
}

.btn--ghost {
  background: transparent;
  color: var(--vinho-700);
  border: 2px solid var(--vinho-700);
}
.btn--ghost:hover {
  background: var(--vinho-700);
  color: var(--creme);
}

/* ---------- TOPBAR ---------- */
.topbar {
  background: var(--vinho-900);
  color: var(--dourado-100);
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid var(--vinho-700);
}
.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar__phrase {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--dourado-100);
  letter-spacing: 0.4px;
}
.topbar__phrase strong {
  color: var(--dourado-300);
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 12px;
}
.topbar__phrase .ti { font-size: 14px; color: var(--dourado-300); }
.topbar__contact {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.topbar__contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dourado-100);
  transition: color 0.2s;
}
.topbar__contact a .ti { font-size: 14px; }
.topbar__contact a:hover { color: var(--dourado-300); }
.topbar__sep { opacity: 0.4; }

/* ---------- HEADER ---------- */
.header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(250, 247, 242, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(107, 31, 31, 0.08);
  transition: box-shadow 0.25s, background 0.25s;
}
.header.scrolled {
  background: rgba(250, 247, 242, 0.98);
  box-shadow: 0 6px 24px rgba(42, 24, 16, 0.10);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
}
.header__brand img {
  height: 56px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(74, 20, 20, 0.20));
}
.nav ul {
  display: flex;
  gap: 32px;
}
.nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--grafite-700);
  position: relative;
  padding: 8px 0;
}
.nav a::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 0;
  width: 0; height: 2px;
  background: var(--vinho-700);
  transition: width 0.25s, left 0.25s;
}
.nav a:hover { color: var(--vinho-700); }
.nav a:hover::after { width: 100%; left: 0; }

.header__cta { padding: 11px 22px; font-size: 14px; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px;
  padding: 6px 0;
}
.hamburger span {
  display: block;
  height: 2px;
  background: var(--vinho-700);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s;
}

/* DRAWER */
.drawer {
  position: fixed;
  top: 0; right: -380px;
  width: 340px;
  max-width: 88vw;
  height: 100dvh;
  background: var(--creme);
  z-index: 110;
  padding: 0;
  box-shadow: -20px 0 60px rgba(42, 24, 16, 0.30);
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.drawer.open { right: 0; }

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: linear-gradient(180deg, rgba(74, 20, 20, 0.06) 0%, transparent 100%);
  border-bottom: 1px solid rgba(107, 31, 31, 0.12);
  position: sticky;
  top: 0;
  background-color: var(--creme);
  z-index: 2;
}
.drawer__head img {
  height: 44px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(74, 20, 20, 0.18));
}
.drawer__close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(107, 31, 31, 0.08);
  color: var(--vinho-700);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.drawer__close .ti { font-size: 22px; }
.drawer__close:hover { background: rgba(107, 31, 31, 0.16); }

.drawer__nav {
  padding: 14px 12px;
  flex: 1;
}
.drawer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.drawer__nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 14px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  color: var(--vinho-900);
  border-radius: var(--r-md);
  transition: background 0.18s, color 0.18s, transform 0.18s;
  position: relative;
}
.drawer__nav a span { flex: 1; }
.drawer__nav a > .ti:first-child {
  font-size: 20px;
  color: var(--dourado-500);
  width: 22px;
  text-align: center;
}
.drawer__chev {
  font-size: 18px !important;
  color: var(--grafite-300);
  transition: transform 0.18s, color 0.18s;
}
.drawer__nav a:hover,
.drawer__nav a:active {
  background: rgba(200, 147, 46, 0.10);
  color: var(--vinho-700);
}
.drawer__nav a:hover .drawer__chev {
  transform: translateX(3px);
  color: var(--vinho-700);
}

.drawer__cta {
  margin: 6px 16px 14px;
}

.drawer__contacts {
  padding: 14px 16px 24px;
  border-top: 1px solid rgba(107, 31, 31, 0.10);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: linear-gradient(180deg, transparent 0%, rgba(200, 147, 46, 0.06) 100%);
}
.drawer__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--r-md);
  background: var(--branco);
  border: 1px solid rgba(200, 147, 46, 0.20);
  transition: transform 0.18s, border-color 0.18s;
}
.drawer__contact:hover {
  transform: translateX(2px);
  border-color: var(--dourado-500);
}
.drawer__contact .ti {
  font-size: 22px;
  color: #128C7E;
  flex-shrink: 0;
}
.drawer__contact small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--dourado-700);
}
.drawer__contact strong {
  display: block;
  font-family: var(--serif);
  font-size: 16px;
  color: var(--vinho-900);
  font-weight: 700;
  letter-spacing: 0.2px;
}
.drawer__overlay {
  position: fixed;
  inset: 0;
  background: rgba(42, 24, 16, 0.5);
  z-index: 105;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.drawer__overlay.visible { opacity: 1; pointer-events: auto; }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 120px;
  min-height: clamp(640px, 88vh, 820px);
  display: flex;
  align-items: center;
  isolation: isolate;
}
.hero__photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  display: block;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(95deg,
      rgba(20, 8, 6, 0.86) 0%,
      rgba(28, 14, 10, 0.78) 28%,
      rgba(28, 14, 10, 0.42) 50%,
      rgba(20, 8, 6, 0.18) 75%,
      rgba(20, 8, 6, 0.34) 100%),
    linear-gradient(180deg, rgba(20, 8, 6, 0.30) 0%, transparent 30%, transparent 70%, rgba(20, 8, 6, 0.45) 100%);
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 600px);
  gap: 0;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero__copy { color: var(--creme); }
.hero__copy .kicker { color: var(--dourado-300); }
.hero__copy .kicker svg { color: var(--dourado-300); }

.hero__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(40px, 5.6vw, 76px);
  line-height: 0.98;
  letter-spacing: -1.5px;
  color: var(--creme);
  margin-bottom: 28px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.55);
}
.hero__title-pre {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  color: var(--dourado-100);
  font-size: 0.46em;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
  opacity: 0.92;
}
.hero__title-pre + .hero__title-pre { margin-top: 8px; }
.hero__title-script {
  display: inline-block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
  color: var(--dourado-300);
  font-size: 1.04em;
  line-height: 1;
  letter-spacing: -1px;
  margin: 2px 0 0;
}
.hero__title-brand {
  display: block;
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--creme);
  margin-top: 10px;
  text-shadow: 0 4px 0 rgba(74, 20, 20, 0.3);
}

.hero__lead {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(250, 247, 242, 0.92);
  max-width: 560px;
  margin-bottom: 32px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.hero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.hero .btn--ghost {
  color: var(--dourado-300);
  border-color: var(--dourado-300);
}
.hero .btn--ghost:hover {
  background: var(--dourado-300);
  color: var(--vinho-900);
}

.hero__pills {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.hero__pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(250, 247, 242, 0.08);
  border: 1px solid rgba(224, 181, 68, 0.4);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--dourado-100);
  backdrop-filter: blur(6px);
}
.hero__pills li .ti { color: var(--dourado-300); font-size: 16px; }

.hero__wave {
  position: absolute;
  bottom: -2px; left: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
}

/* ---------- SELOS BAR ---------- */
.selos {
  background: var(--creme);
  padding: 56px 0 0;
  position: relative;
  z-index: 4;
  margin-top: -40px;
}
.selos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 36px 40px;
  background: rgba(255, 255, 255, 0.66);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  border-radius: var(--r-xl);
  box-shadow:
    0 24px 60px rgba(42, 24, 16, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(200, 147, 46, 0.15);
  position: relative;
}
.selos__grid::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-xl);
  padding: 1px;
  background: linear-gradient(135deg, rgba(224,181,68,0.5) 0%, rgba(255,255,255,0) 40%, rgba(107,31,31,0.18) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.selo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.selo__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(224,181,68,0.20) 0%, rgba(200,147,46,0.10) 100%);
  color: var(--vinho-700);
  box-shadow: 0 8px 18px rgba(107, 31, 31, 0.10), 0 0 0 1px rgba(200,147,46,0.30) inset;
}
.selo__icon .ti { font-size: 28px; }
.selo__copy strong {
  display: block;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
  color: var(--vinho-900);
  margin-bottom: 2px;
}
.selo__copy span {
  font-size: 13px;
  color: var(--grafite-500);
}

/* ---------- PRODUTOS ---------- */
.produtos {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.produtos::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  top: -200px; right: -200px;
  background: radial-gradient(circle, rgba(224, 181, 68, 0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.produtos::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  bottom: -100px; left: -200px;
  background: radial-gradient(circle, rgba(107, 31, 31, 0.10) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.produtos > .container { position: relative; z-index: 1; }
.produtos__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.produto {
  position: relative;
  padding: 32px 24px 28px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: var(--r-xl);
  box-shadow:
    0 18px 48px rgba(42, 24, 16, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s, box-shadow 0.35s, background 0.35s;
}
.produto::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  padding: 1px;
  background: linear-gradient(135deg, rgba(224,181,68,0.45) 0%, rgba(255,255,255,0) 40%, rgba(107,31,31,0.18) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.produto:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 64px rgba(42, 24, 16, 0.18);
}
.produto[data-color="creme"] { background: linear-gradient(180deg, rgba(255,252,235,0.78) 0%, rgba(250,247,242,0.7) 100%); }
.produto[data-color="manteiga"] { background: linear-gradient(180deg, rgba(255,248,220,0.82) 0%, rgba(244,229,181,0.72) 100%); }
.produto[data-color="coalho"] { background: linear-gradient(180deg, rgba(255,250,232,0.82) 0%, rgba(232,205,122,0.55) 100%); }
.produto[data-color="vinho"] {
  background: linear-gradient(160deg, rgba(139, 36, 36, 0.92) 0%, rgba(74, 20, 20, 0.95) 100%);
  color: var(--creme);
}
.produto[data-color="vinho"]::before {
  background: linear-gradient(135deg, rgba(224,181,68,0.5) 0%, rgba(255,255,255,0.06) 50%, rgba(224,181,68,0.3) 100%);
}
.produto--featured {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(74, 20, 20, 0.32);
}
.produto--featured:hover { transform: translateY(-20px); }

.produto__media {
  position: relative;
  height: 220px;
  margin: 0 -8px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.produto__media img {
  max-height: 100%;
  width: auto;
  filter: drop-shadow(0 12px 24px rgba(42, 24, 16, 0.18));
  transition: transform 0.5s;
}
.produto:hover .produto__media img { transform: scale(1.05) rotate(-2deg); }

.produto__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--vinho-700);
  background: rgba(200, 147, 46, 0.16);
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  align-self: flex-start;
}
.produto__tag--gold {
  color: var(--vinho-900);
  background: var(--dourado-300);
}

.produto h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: var(--vinho-900);
  letter-spacing: -0.4px;
}
.produto--featured h3 { color: var(--creme); }

.produto p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--grafite-500);
  margin-bottom: 18px;
}
.produto--featured p { color: rgba(250, 247, 242, 0.85); }

.produto__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.produto__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--grafite-700);
}
.produto__features li span {
  width: 8px;
  height: 8px;
  background: var(--dourado-500);
  border-radius: 999px;
  flex-shrink: 0;
}
.produto__features--invert li { color: var(--dourado-100); }
.produto__features--invert li span { background: var(--dourado-300); }

.produto__plate {
  position: absolute;
  top: 14px; right: 16px;
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 800;
  font-style: italic;
  color: rgba(107, 31, 31, 0.08);
  line-height: 1;
  pointer-events: none;
}
.produto__plate--gold { color: rgba(224, 181, 68, 0.22); }

.produto__badge {
  position: absolute;
  top: 18px; left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 10px;
  background: rgba(224, 181, 68, 0.95);
  color: var(--vinho-900);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(74, 20, 20, 0.28), inset 0 1px 0 rgba(255,255,255,0.4);
}
.produto__badge span {
  display: inline-block;
  width: 6px; height: 6px;
  background: var(--vinho-700);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(107, 31, 31, 0.18);
}

.produtos__cta {
  margin-top: 60px;
  text-align: center;
  padding: 32px;
  background: linear-gradient(180deg, var(--creme-2) 0%, transparent 100%);
  border-radius: var(--r-lg);
  border: 1px dashed rgba(200, 147, 46, 0.4);
}
.produtos__cta p {
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  color: var(--vinho-900);
  margin-bottom: 16px;
}

/* ---------- GALERIA (visual) ---------- */
.galeria {
  background: var(--creme);
  padding: 100px 0 60px;
  position: relative;
  overflow: hidden;
}
.galeria::before {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(224, 181, 68, 0.10) 0%, transparent 70%);
  pointer-events: none;
}
.galeria > .container { position: relative; z-index: 1; }

.galeria__head {
  text-align: center;
  margin-bottom: 56px;
}
.galeria__crest {
  width: 200px;
  height: auto;
  display: inline-block;
  margin-bottom: 12px;
  color: var(--dourado-500);
}
.galeria__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: 8px;
  color: var(--dourado-500);
  text-transform: uppercase;
}

.galeria__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.galeria__card {
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s;
}
.galeria__card:hover { transform: translateY(-6px); }
.galeria__photo {
  aspect-ratio: 1 / 1;
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow:
    0 14px 32px rgba(42, 24, 16, 0.12),
    0 0 0 1px rgba(200, 147, 46, 0.15);
  background: linear-gradient(160deg, #FAF7F2 0%, #F2EBDD 100%);
  position: relative;
  margin-bottom: 16px;
  transition: box-shadow 0.3s;
}
.galeria__card:hover .galeria__photo {
  box-shadow:
    0 24px 50px rgba(42, 24, 16, 0.20),
    0 0 0 1px rgba(200, 147, 46, 0.4);
}
.galeria__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.galeria__card:hover .galeria__photo img {
  transform: scale(1.04);
}
.galeria__caption {
  padding: 0 6px;
}
.galeria__pre {
  display: block;
  font-family: var(--script);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--vinho-700);
  line-height: 1;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
}
.galeria__caption strong {
  display: block;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.6px;
  color: var(--vinho-900);
}

/* ---------- LINHA (carousel detalhado) ---------- */
.linha {
  position: relative;
  padding: 110px 0 130px;
  overflow: hidden;
  isolation: isolate;
  color: var(--creme);
}
.linha__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(224, 181, 68, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 100% 100%, rgba(184, 81, 81, 0.30) 0%, transparent 65%),
    linear-gradient(155deg, #1a0f08 0%, #2a1810 35%, #3D2818 70%, #4A2C1A 100%);
}
.linha__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence baseFrequency='0.85' numOctaves='2' seed='5' /><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.18 0' /></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.30;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.linha__orbs {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.linha__head {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
}
.linha__pre {
  display: inline-block;
  font-family: var(--script);
  font-style: italic;
  font-weight: 500;
  font-size: 52px;
  color: var(--dourado-300);
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
.linha__title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(34px, 4.4vw, 56px);
  letter-spacing: 4px;
  color: var(--creme);
  text-transform: uppercase;
  line-height: 1;
  transition: opacity 0.35s;
}

/* CAROUSEL */
.linha__carousel {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.linha__stage {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: rgba(250, 247, 242, 0.96);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(224, 181, 68, 0.32);
  min-height: 540px;
}
.linha__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
}
.linha__slide.is-active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.linha__photo {
  position: relative;
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(74, 44, 26, 0.20) 0%, transparent 70%),
    linear-gradient(160deg, #F8EFD8 0%, #E8D9B0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  overflow: hidden;
}
.linha__photo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(255, 255, 255, 0.4) 0%, transparent 50%);
  pointer-events: none;
}
.linha__photo img {
  position: relative;
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(42, 24, 16, 0.32));
  transition: transform 0.5s, opacity 0.3s;
}
.linha__slide.is-active .linha__photo img {
  animation: photoZoom 0.7s ease-out;
}
@keyframes photoZoom {
  from { transform: scale(0.94); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.linha__details {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  background: var(--creme);
  color: var(--grafite-700);
}
.linha__det-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px dashed rgba(107, 31, 31, 0.20);
}
.linha__det-head h3 {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: var(--vinho-900);
  line-height: 1.1;
}
.linha__counter {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  color: var(--dourado-700);
  text-transform: uppercase;
}

.linha__variants {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.variant {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1.5px solid rgba(200, 147, 46, 0.30);
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 600;
  color: var(--vinho-900);
  cursor: pointer;
  transition: all 0.22s;
}
.variant .ti { font-size: 18px; color: var(--dourado-500); }
.variant:hover {
  background: var(--branco);
  border-color: var(--dourado-500);
  transform: translateY(-2px);
}
.variant.is-active {
  background: linear-gradient(180deg, var(--vinho-700) 0%, var(--vinho-900) 100%);
  color: var(--creme);
  border-color: var(--vinho-700);
  box-shadow: 0 6px 16px rgba(107, 31, 31, 0.32);
}
.variant.is-active .ti { color: var(--dourado-300); }

/* nutri table */
.nutri {
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--r-md);
  padding: 18px 20px;
  border: 1px solid rgba(200, 147, 46, 0.18);
}
.nutri__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-bottom: 12px;
}
.nutri__head strong {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--vinho-900);
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.nutri__head span {
  font-size: 12px;
  color: var(--grafite-500);
}
.nutri__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 14px;
}
.nutri__table th {
  text-align: left;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--vinho-700);
  padding: 6px 0;
  border-bottom: 1px solid rgba(107, 31, 31, 0.15);
}
.nutri__table td {
  padding: 6px 0;
  border-bottom: 1px solid rgba(107, 31, 31, 0.06);
  color: var(--grafite-700);
}
.nutri__table tr:last-child td { border-bottom: none; }
.nutri__table .t-right { text-align: right; font-variant-numeric: tabular-nums; }
.nutri__table strong { color: var(--vinho-900); }
.nutri__ing {
  font-size: 12px;
  line-height: 1.55;
  color: var(--grafite-500);
  margin: 0;
}
.nutri__ing strong { color: var(--vinho-900); font-size: 11px; letter-spacing: 0.5px; text-transform: uppercase; }
.nutri__ing em { font-style: normal; font-size: 11px; color: var(--grafite-500); }

/* arrows */
.linha__arrow {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(250, 247, 242, 0.95);
  color: var(--vinho-900);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.30), 0 0 0 1px rgba(224, 181, 68, 0.40);
  transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
}
.linha__arrow .ti { font-size: 28px; }
.linha__arrow:hover {
  background: var(--dourado-300);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 18px 40px rgba(224, 181, 68, 0.5);
}
.linha__arrow--prev { left: -28px; }
.linha__arrow--next { right: -28px; }

/* dots */
.linha__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(250, 247, 242, 0.30);
  cursor: pointer;
  transition: background 0.22s, width 0.22s, transform 0.22s;
}
.dot.is-active {
  background: var(--dourado-300);
  width: 32px;
}
.dot:hover { background: var(--dourado-300); transform: scale(1.2); }

.linha__legenda {
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  color: rgba(250, 247, 242, 0.55);
  letter-spacing: 0.2px;
}

/* ---------- TRADIÇÃO ---------- */
.tradicao {
  background: var(--creme);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.tradicao::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  top: -200px; left: -200px;
  background: radial-gradient(circle, rgba(184, 81, 81, 0.10) 0%, transparent 70%);
  pointer-events: none;
}
.tradicao::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  bottom: -150px; right: -150px;
  background: radial-gradient(circle, rgba(224, 181, 68, 0.14) 0%, transparent 70%);
  pointer-events: none;
}
.tradicao__inner {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.tradicao__media {
  position: relative;
}
.tradicao__frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(42, 24, 16, 0.25), 0 0 0 1px rgba(200,147,46,0.18);
}
.tradicao__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  background: linear-gradient(160deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 30%);
  pointer-events: none;
}
.tradicao__photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.tradicao__caption {
  position: absolute;
  bottom: -24px; left: 30px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 12px 22px;
  border-radius: var(--r-md);
  box-shadow: 0 18px 40px rgba(42, 24, 16, 0.16), 0 0 0 1px rgba(200, 147, 46, 0.30);
  z-index: 3;
}
.tradicao__caption span {
  display: block;
  font-family: var(--script);
  font-style: italic;
  font-weight: 600;
  font-size: 19px;
  color: var(--vinho-900);
  line-height: 1.1;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}
.tradicao__caption small {
  font-size: 11px;
  color: var(--grafite-500);
  letter-spacing: 1px;
}

.tradicao__year {
  position: absolute;
  top: -22px; right: -22px;
  padding: 14px 20px;
  background: linear-gradient(160deg, rgba(255,255,255,0.85) 0%, rgba(244,229,181,0.85) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--vinho-900);
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.5px;
  box-shadow: 0 16px 40px rgba(74, 20, 20, 0.18), 0 0 0 1px rgba(200,147,46,0.35);
  z-index: 3;
}
.tradicao__year small {
  display: block;
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--dourado-700);
  margin-bottom: 2px;
}

.tradicao__copy p {
  margin-bottom: 18px;
  font-size: 17px;
  color: var(--grafite-700);
  line-height: 1.7;
}
.tradicao__assinatura {
  margin-top: 28px !important;
  padding: 24px 28px;
  background: rgba(255,255,255, 0.7);
  border-left: 3px solid var(--dourado-500);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px !important;
  color: var(--vinho-900) !important;
}
.tradicao__assinatura span {
  display: block;
  margin-top: 8px;
  font-family: var(--script);
  font-style: italic;
  font-weight: 500;
  font-size: 17px;
  color: var(--dourado-700);
  letter-spacing: 0.2px;
}

.tradicao__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
  padding-top: 32px;
  border-top: 1px dashed rgba(107, 31, 31, 0.18);
}
.tradicao__stats div {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 14px 12px 14px 14px;
  border-radius: var(--r-md);
  border: 1px solid rgba(200, 147, 46, 0.20);
  font-size: 12px;
  color: var(--grafite-500);
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}
.tradicao__stats div .ti {
  position: absolute;
  top: 12px; right: 12px;
  font-size: 18px;
  color: var(--dourado-500);
  opacity: 0.7;
}
.tradicao__stats strong {
  display: block;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 800;
  color: var(--vinho-700);
  line-height: 1.05;
  letter-spacing: -0.4px;
}
.tradicao__stats span {
  font-size: 12px;
  color: var(--grafite-500);
}

/* ---------- PROCESSO ---------- */
.processo {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 60% 40% at 20% 0%, rgba(224, 181, 68, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 100% 100%, rgba(184, 81, 81, 0.30) 0%, transparent 65%),
    linear-gradient(160deg, #1a0a0a 0%, #2A0F0F 40%, #4A1414 100%);
  color: var(--creme);
  position: relative;
  overflow: hidden;
}
.processo::before {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  top: 10%; left: -150px;
  background: radial-gradient(circle, rgba(224, 181, 68, 0.18) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.processo::after {
  content: '';
  position: absolute;
  width: 480px; height: 480px;
  bottom: -150px; right: -100px;
  background: radial-gradient(circle, rgba(184, 81, 81, 0.32) 0%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}
.processo .section-title { color: var(--creme); }
.processo .section-title .script { color: var(--dourado-300); }
.processo .section-sub { color: rgba(250, 247, 242, 0.7); }
.processo .kicker { color: var(--dourado-300); }
.processo .section-divisor { color: var(--dourado-300); }

.processo__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 2;
}
.processo__step {
  position: relative;
  padding: 36px 24px 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--r-xl);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  transition: transform 0.3s, background 0.3s;
  overflow: hidden;
}
.processo__step::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  padding: 1px;
  background: linear-gradient(135deg, rgba(224,181,68,0.45) 0%, rgba(255,255,255,0.06) 50%, rgba(224,181,68,0.18) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.processo__step:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
}
.processo__num {
  position: absolute;
  top: 14px; right: 18px;
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 800;
  font-style: italic;
  color: rgba(224, 181, 68, 0.18);
  line-height: 1;
}
.processo__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(224,181,68,0.18) 0%, rgba(224,181,68,0.05) 100%);
  color: var(--dourado-300);
  margin-bottom: 22px;
  box-shadow: 0 0 0 1px rgba(224, 181, 68, 0.30) inset;
}
.processo__icon .ti { font-size: 30px; }
.processo__step h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--creme);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}
.processo__step p {
  font-size: 14px;
  color: rgba(250, 247, 242, 0.72);
  line-height: 1.6;
}

/* ---------- ONDE ENCONTRAR ---------- */
.onde {
  padding: 120px 0;
  background: var(--creme);
  position: relative;
  overflow: hidden;
}
.onde::before {
  content: '';
  position: absolute;
  width: 700px; height: 700px;
  top: -200px; left: -300px;
  background: radial-gradient(circle, rgba(224, 181, 68, 0.14) 0%, transparent 70%);
  pointer-events: none;
}
.onde::after {
  content: '';
  position: absolute;
  width: 600px; height: 600px;
  bottom: -200px; right: -200px;
  background: radial-gradient(circle, rgba(107, 31, 31, 0.10) 0%, transparent 70%);
  pointer-events: none;
}
.onde > .container { position: relative; z-index: 1; }

.onde__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}
.onde__cidades {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.cidade {
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-radius: var(--r-md);
  box-shadow: 0 10px 26px rgba(42, 24, 16, 0.06), 0 0 0 1px rgba(200, 147, 46, 0.18);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
}
.cidade::before {
  content: '';
  position: absolute;
  left: 0; top: 16px; bottom: 16px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--dourado-300), var(--dourado-700));
}
.cidade:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(42, 24, 16, 0.12), 0 0 0 1px rgba(200, 147, 46, 0.4);
}
.cidade strong {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  color: var(--vinho-900);
  margin-bottom: 4px;
}
.cidade span {
  font-size: 13px;
  color: var(--grafite-500);
}
.cidade--mais {
  background: linear-gradient(135deg, rgba(224, 181, 68, 0.95) 0%, rgba(200, 147, 46, 0.95) 100%);
}
.cidade--mais::before { background: var(--vinho-700); }
.cidade--mais strong { color: var(--vinho-900); }
.cidade--mais span { color: var(--vinho-700); }

.onde__mapa {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-radius: var(--r-xl);
  padding: 28px;
  box-shadow:
    0 24px 60px rgba(42, 24, 16, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 0 0 1px rgba(200, 147, 46, 0.20);
  position: sticky;
  top: 100px;
}
.onde__mapa svg { width: 100%; height: auto; }

/* ---------- CONTATO ---------- */
.contato {
  padding: 120px 0;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(224, 181, 68, 0.20) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 0% 100%, rgba(184, 81, 81, 0.30) 0%, transparent 65%),
    radial-gradient(ellipse 80% 70% at 50% 50%, rgba(107, 31, 31, 0.40) 0%, transparent 70%),
    linear-gradient(160deg, #1a0a08 0%, #2A0F0F 40%, #4A1414 100%);
  color: var(--creme);
  position: relative;
  overflow: hidden;
}
.contato::before {
  content: '';
  position: absolute;
  top: -200px; right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(224, 181, 68, 0.30) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.contato::after {
  content: '';
  position: absolute;
  bottom: -180px; left: -180px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(184, 81, 81, 0.32) 0%, transparent 60%);
  filter: blur(40px);
  pointer-events: none;
}
.section-sub--invert { color: rgba(250, 247, 242, 0.78); }
.section-head--center.section-head--center .section-sub--invert { margin: 0 auto; }

/* vendedores */
.vendedores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.vendedor {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 28px;
  border-radius: var(--r-xl);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  color: var(--creme);
  overflow: hidden;
  transition: transform 0.3s, background 0.3s;
}
.vendedor::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--r-xl);
  padding: 1px;
  background: linear-gradient(135deg, rgba(224,181,68,0.55) 0%, rgba(255,255,255,0.06) 50%, rgba(224,181,68,0.30) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.vendedor:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.10);
}
.vendedor__badge {
  position: absolute;
  top: 16px; right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6CDA9F;
  padding: 4px 10px 4px 8px;
  border-radius: 999px;
  background: rgba(108, 218, 159, 0.10);
  border: 1px solid rgba(108, 218, 159, 0.30);
}
.vendedor__badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #6CDA9F;
  box-shadow: 0 0 0 4px rgba(108, 218, 159, 0.18);
  animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(108, 218, 159, 0.4); }
  50% { box-shadow: 0 0 0 6px rgba(108, 218, 159, 0); }
}

.vendedor__avatar {
  width: 64px; height: 64px;
  border-radius: 999px;
  background: linear-gradient(160deg, rgba(224,181,68,0.30) 0%, rgba(200,147,46,0.15) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dourado-300);
  border: 1px solid rgba(224, 181, 68, 0.30);
}
.vendedor__avatar .ti { font-size: 30px; }

.vendedor__body { display: flex; flex-direction: column; gap: 4px; }
.vendedor__role {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--dourado-300);
}
.vendedor__phone {
  display: block;
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--creme);
  letter-spacing: -0.5px;
  line-height: 1;
}
.vendedor__hint {
  font-size: 13px;
  color: rgba(250, 247, 242, 0.65);
}

.vendedor__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  background: linear-gradient(180deg, #25D366 0%, #128C7E 100%);
  color: var(--creme);
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 24px rgba(18, 140, 126, 0.36), inset 0 1px 0 rgba(255,255,255,0.18);
  transition: transform 0.22s, box-shadow 0.22s;
}
.vendedor__cta .ti:first-child { font-size: 20px; }
.vendedor__cta .ti:last-child { transition: transform 0.22s; }
.vendedor:hover .vendedor__cta {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(18, 140, 126, 0.5), inset 0 1px 0 rgba(255,255,255,0.18);
}
.vendedor:hover .vendedor__cta .ti:last-child { transform: translateX(3px); }

/* benefícios da seção */
.vendedores__benef {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  max-width: 920px;
  margin: 40px auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(224, 181, 68, 0.22);
  position: relative;
  z-index: 2;
}
.vendedores__benef li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: rgba(250, 247, 242, 0.85);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.vendedores__benef li .ti { color: var(--dourado-300); font-size: 22px; flex-shrink: 0; }
.vendedores__benef li a { color: var(--dourado-300); text-decoration: underline; text-underline-offset: 3px; }
.vendedores__benef li a:hover { color: var(--creme); }

/* ---------- FOOTER ---------- */
.footer {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(107, 31, 31, 0.50) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(74, 44, 26, 0.60) 0%, transparent 60%),
    linear-gradient(180deg, #14080a 0%, #1F0F0F 100%);
  color: var(--creme);
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}
.footer__stripes {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(224, 181, 68, 0.45) 20%,
    rgba(224, 181, 68, 0.6) 50%,
    rgba(224, 181, 68, 0.45) 80%,
    transparent 100%);
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 60px;
}
.footer__brand img {
  height: 80px;
  width: auto;
  display: block;
  margin-bottom: 18px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.footer__tag {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  color: rgba(250, 247, 242, 0.85);
}
.footer__tag .script {
  display: block;
  font-family: var(--script);
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--dourado-300);
  line-height: 1.05;
  letter-spacing: -0.3px;
}
.footer__col h4 {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--dourado-300);
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.footer__col p, .footer__col a {
  display: block;
  font-size: 14px;
  color: rgba(250, 247, 242, 0.7);
  line-height: 1.6;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.footer__col a:hover { color: var(--dourado-300); }

.social {
  display: flex;
  gap: 12px;
}
.social a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 247, 242, 0.08);
  border: 1px solid rgba(224, 181, 68, 0.22);
  border-radius: var(--r-sm);
  color: var(--dourado-300);
  margin: 0;
  transition: background 0.2s, transform 0.2s, border-color 0.2s;
}
.social a .ti { font-size: 20px; }
.social a:hover {
  background: var(--dourado-300);
  color: var(--vinho-900);
  transform: translateY(-2px);
  border-color: var(--dourado-300);
}

.footer__bottom {
  border-top: 1px solid rgba(250, 247, 242, 0.10);
  padding: 22px 0;
}
.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(250, 247, 242, 0.5);
}

/* ---------- FAB ---------- */
.fab {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 60px; height: 60px;
  background: linear-gradient(180deg, #25D366, #128C7E);
  color: var(--branco);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(18, 140, 126, 0.4);
  z-index: 80;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: pulseGreen 2.5s infinite;
}
.fab .ti { font-size: 30px; }
.fab:hover {
  transform: scale(1.08);
  box-shadow: 0 18px 40px rgba(18, 140, 126, 0.5);
}
@keyframes pulseGreen {
  0%, 100% { box-shadow: 0 12px 32px rgba(18, 140, 126, 0.4), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 12px 32px rgba(18, 140, 126, 0.4), 0 0 0 16px rgba(37, 211, 102, 0); }
}

/* ---------- REVEAL ---------- */
/* fail-safe: só esconde se JS carregou (.js no <html>) */
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1180px) {
  .linha__arrow--prev { left: 12px; }
  .linha__arrow--next { right: 12px; }
}

@media (max-width: 1024px) {
  .hero { min-height: 560px; padding: 72px 0 96px; }
  .hero__inner { grid-template-columns: 1fr; gap: 0; }
  .hero__photo img { object-position: center; }
  .hero__overlay {
    background:
      linear-gradient(180deg,
        rgba(20, 8, 6, 0.74) 0%,
        rgba(20, 8, 6, 0.56) 50%,
        rgba(20, 8, 6, 0.78) 100%);
  }
  .selos__grid { grid-template-columns: 1fr; gap: 18px; padding: 28px; }
  .produtos__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 720px; margin: 0 auto; }
  .galeria__grid { grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 640px; margin: 0 auto; }
  .linha__slide { grid-template-columns: 1fr; }
  .linha__photo { padding: 24px; min-height: 320px; }
  .linha__photo img { max-height: 280px; }
  .linha__details { padding: 28px 24px; }
  .linha__stage { min-height: auto; }
  .produto--featured { transform: none; }
  .produto--featured:hover { transform: translateY(-6px); }
  .tradicao__inner { grid-template-columns: 1fr; gap: 56px; }
  .tradicao__media { max-width: 380px; margin: 0 auto; }
  .processo__list { grid-template-columns: repeat(2, 1fr); }
  .onde__grid { grid-template-columns: 1fr; gap: 40px; }
  .onde__mapa { position: static; max-width: 480px; margin: 0 auto; }
  .contato__inner { grid-template-columns: 1fr; gap: 48px; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 768px) {
  .topbar { padding: 8px 0; font-size: 12px; }
  .topbar__phrase { display: none; }
  .topbar__contact { font-size: 12px; gap: 8px; justify-content: center; }
  .topbar__contact .topbar__sep,
  .topbar__contact a[href^="mailto"] { display: none; }

  .header__inner { padding: 10px 0; gap: 12px; }
  .header__brand img { height: 44px; }
  .hamburger {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
    background: rgba(107, 31, 31, 0.08);
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
  }
  .hamburger span {
    width: 18px;
    height: 2px;
    margin: 0 auto;
  }

  .hero { min-height: 580px; padding: 56px 0 72px; }
  .hero__title { font-size: clamp(36px, 11vw, 48px); }
  .hero__lead { font-size: 16px; max-width: 480px; }
  .hero__pills { gap: 10px; }

  .linha__pre { font-size: 48px; }
  .linha__det-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .linha__arrow { width: 44px; height: 44px; }
  .linha__arrow .ti { font-size: 22px; }
  .linha__arrow--prev { left: 8px; }
  .linha__arrow--next { right: 8px; }
  .topbar__contact { font-size: 12px; gap: 10px; width: 100%; justify-content: center; }
  .nav, .header__cta { display: none; }
  .hamburger { display: flex; }

  .hero { padding: 56px 0 80px; }
  .hero__title-script { font-size: 1.2em; }

  .onde__cidades { grid-template-columns: 1fr; }

  .tradicao__year { width: 88px; height: 88px; font-size: 22px; top: -14px; right: -10px; }
  .tradicao__year small { font-size: 14px; }

  .vendedores { grid-template-columns: 1fr; }
  .vendedores__benef { grid-template-columns: 1fr; }

  .footer { padding-top: 56px; }
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 40px;
    text-align: center;
  }
  .footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__brand img { margin-left: auto; margin-right: auto; }
  .footer__col h4 { margin-bottom: 12px; }
  .footer__col p, .footer__col a { margin-bottom: 6px; }
  .social { justify-content: center; }
  .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
    font-size: 11px;
  }

  .fab { bottom: 18px; right: 18px; width: 52px; height: 52px; }
  .fab svg { width: 22px; height: 22px; }

  .processo__list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .produtos__grid { grid-template-columns: 1fr; max-width: 420px; }
  .galeria__grid { grid-template-columns: 1fr; max-width: 360px; }
}

@media (max-width: 480px) {
  .hero__ctas .btn { width: 100%; }
  .hero__pills li { font-size: 12px; padding: 6px 12px; }
  .produto h3 { font-size: 22px; }
  .tradicao__caption { left: 12px; }
  .tradicao__stats { grid-template-columns: 1fr; gap: 10px; }
  .tradicao__stats div { padding: 12px 14px; flex-direction: row; align-items: center; gap: 12px; }
  .tradicao__stats div .ti { position: static; flex-shrink: 0; }
  .tradicao__stats strong { font-size: 22px; }
  .selos__grid { padding: 22px; }
  .selo { gap: 12px; }
  .selo__icon { width: 60px; height: 60px; }
}

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .hero__art { animation: none; }
  .fab { animation: none; }
}
