/* ============================================================
   Café Pix · café noir + dourado
   Dark premium with serif editorial
   ============================================================ */

:root {
  --bg:        #0D0907;
  --bg-1:      #14100D;
  --bg-2:      #1C1815;
  --bg-3:      #25201C;
  --ink:       #F5F1EB;
  --ink-2:     #B5AFA4;
  --ink-3:     #7A746A;
  --line:      rgba(245, 241, 235, 0.08);
  --line-2:    rgba(245, 241, 235, 0.16);

  --gold:      #E8B962;
  --gold-2:    #C8A876;
  --copper:    #C4733A;
  --crema:     #FFE3B4;
  --pix:       #32BCAD;   /* Pix teal */
  --coffee:    #6B3F25;

  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-2:    cubic-bezier(0.65, 0, 0.35, 1);

  --container: 1320px;
  --gutter:    32px;
  --radius:    18px;
  --radius-lg: 24px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--bg); color: var(--ink); }
body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  cursor: none;
  position: relative;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; color: inherit; cursor: none; font: inherit; }
em {
  font-style: italic;
  font-family: "Fraunces", "Inter", serif;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
strong { font-weight: 700; color: var(--ink); }
[data-cursor], a, button { cursor: none; }
@media (pointer: coarse) {
  body, * { cursor: auto !important; }
}

/* ============================================================
   STEAM CANVAS / PROGRESS / CURSOR / INTRO
   ============================================================ */

.steam {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.6s var(--ease) .4s;
}
body.is-ready .steam { opacity: 0.85; }

.progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  z-index: 99996;
  background: linear-gradient(90deg, var(--gold) 0%, var(--copper) 50%, var(--gold) 100%);
  transition: width .12s linear;
  box-shadow: 0 0 16px rgba(232, 185, 98, 0.6);
}

@media (pointer: fine) {
  .cursor {
    position: fixed;
    top: 0; left: 0;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--gold);
    pointer-events: none;
    z-index: 99998;
    transform: translate(-50%, -50%);
    transition: width .25s var(--ease), height .25s var(--ease), background .2s;
    will-change: transform;
    box-shadow: 0 0 14px var(--gold), 0 0 28px rgba(232, 185, 98, 0.4);
  }
  .cursor.is-hover { width: 30px; height: 30px; opacity: 0.7; }
  .cursor.is-cta {
    width: 96px; height: 96px;
    background: var(--gold);
    box-shadow: 0 0 60px rgba(232, 185, 98, 0.9), 0 0 130px rgba(232, 185, 98, 0.45);
  }
  .cursor.is-image {
    width: 96px; height: 96px;
    background: rgba(232, 185, 98, 0.12);
    border: 1px solid var(--gold);
    box-shadow: 0 0 24px rgba(232, 185, 98, 0.3);
  }
  .cursor__label {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0D0907;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    white-space: nowrap;
  }
  .cursor.is-cta .cursor__label,
  .cursor.is-image .cursor__label { opacity: 1; }
  .cursor.is-image .cursor__label { color: var(--gold); }

  .cursor-trail {
    position: fixed;
    top: 0; left: 0;
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 1.5px solid rgba(232, 185, 98, 0.4);
    pointer-events: none;
    z-index: 99997;
    transform: translate(-50%, -50%);
    will-change: transform;
    transition: width .35s var(--ease), height .35s var(--ease), border-color .25s;
  }
  .cursor-trail.is-hover { width: 60px; height: 60px; border-color: rgba(232, 185, 98, 0.75); }
  .cursor-trail.is-cta { width: 130px; height: 130px; border-color: rgba(232, 185, 98, 0.3); }
}
@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor, .cursor-trail { display: none; }
  html, body { cursor: auto !important; }
}

/* INTRO */
.intro {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0D0907;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  transition: opacity .9s var(--ease) .2s, visibility 0s linear 1.1s;
  overflow: hidden;
}
.intro.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.intro__top, .intro__bottom {
  display: flex;
  justify-content: space-between;
  padding: 28px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(232, 185, 98, 0.6);
}
.intro__bottom {
  align-items: flex-end;
  color: rgba(245, 241, 235, 0.3);
  font-size: 10px;
}
.intro__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 0 28px;
}
.intro__logo {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 600;
  letter-spacing: -0.025em;
  opacity: 0;
  animation: fade .7s var(--ease) .15s forwards;
}
.intro__bean {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
  border-radius: 50% 50% 50% 50% / 36% 36% 64% 64%;
  position: relative;
  animation: rot 5s linear infinite;
  box-shadow: 0 0 36px rgba(232, 185, 98, 0.45);
}
.intro__bean::before {
  content: "";
  position: absolute;
  top: 12%; left: 50%;
  width: 2px;
  height: 76%;
  background: #0D0907;
  transform: translateX(-50%);
  border-radius: 2px;
}
.intro__bar {
  width: min(420px, 70vw);
  height: 2px;
  background: rgba(245, 241, 235, 0.08);
  position: relative;
  overflow: hidden;
}
.intro__bar i {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--gold) 0%, var(--copper) 50%, var(--gold) 100%);
  transform-origin: left;
  transform: scaleX(0);
  animation: loadbar 1.6s var(--ease) .25s forwards;
}
.intro__pct {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  color: rgba(232, 185, 98, 0.75);
  letter-spacing: 0.2em;
}
@keyframes loadbar { to { transform: scaleX(1); } }
@keyframes rot { to { transform: rotate(360deg); } }
@keyframes fade { to { opacity: 1; } }
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.4); }
}

/* ============================================================
   NAV
   ============================================================ */

.nav {
  position: fixed;
  top: 22px; left: 22px; right: 22px;
  z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px;
  background: rgba(13, 9, 7, 0.55);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  transition: all .4s var(--ease);
}
.nav.is-scrolled {
  background: rgba(13, 9, 7, 0.92);
  border-color: rgba(232, 185, 98, 0.2);
}
.nav__brand {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
}
.nav__bean {
  width: 30px; height: 30px;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(232, 185, 98, 0.6));
  transition: transform .55s var(--ease);
}
.nav__brand:hover .nav__bean { transform: rotate(-20deg); }
.nav__links {
  display: flex; gap: 28px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
}
.nav__links a {
  position: relative;
  padding: 4px 0;
  transition: color .3s var(--ease);
}
.nav__links a:hover { color: var(--gold); }
.nav__links a::after {
  content: ""; position: absolute;
  left: 50%; right: 50%; bottom: -6px; height: 2px;
  background: var(--gold);
  transition: all .35s var(--ease);
  border-radius: 2px;
}
.nav__links a:hover::after { left: 0; right: 0; }
.nav__actions { display: flex; align-items: center; gap: 16px; }
.nav__live {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-2);
}
.nav__live i {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}
.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  background: var(--gold);
  color: #0D0907;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: all .35s var(--ease);
}
.nav__cta:hover {
  transform: translateY(-1px);
  background: var(--crema);
  box-shadow: 0 12px 30px rgba(232, 185, 98, 0.45);
}
@media (max-width: 1024px) {
  .nav__links, .nav__live { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  min-height: 100vh;
  padding: 140px var(--gutter) 36px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 60px;
  overflow: hidden;
  max-width: var(--container);
  margin: 0 auto;
  z-index: 1;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 80% 30%, rgba(232, 185, 98, 0.16) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 20% 70%, rgba(196, 115, 58, 0.10) 0%, transparent 55%);
  z-index: -2;
}
.hero__cup {
  position: absolute;
  right: -8vw;
  bottom: -10vw;
  width: 50vw;
  height: 50vw;
  background:
    radial-gradient(circle at 40% 40%, rgba(255, 227, 180, 0.10) 0%, transparent 35%),
    radial-gradient(circle at 50% 50%, rgba(107, 63, 37, 0.25) 0%, transparent 45%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(40px);
}

.hero__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.hero__pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px;
  border: 1px solid var(--line-2);
  border-radius: 999px;
  background: rgba(20, 16, 13, 0.6);
  backdrop-filter: blur(10px);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ink-2);
}
.hero__pill--alt i { color: var(--ink-3); padding: 0 4px; }
.hero__pill-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}

.hero__body {
  display: grid;
  gap: 38px;
  align-content: center;
  max-width: 1200px;
}
.hero__title {
  font-family: "Fraunces", serif;
  font-size: clamp(60px, 11vw, 200px);
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: var(--ink);
}
.hero__line {
  display: block;
  overflow: hidden;
}
.hero__word {
  display: inline-block;
  transform: translateY(110%);
  opacity: 0;
  transition: transform 1s var(--ease), opacity 1s var(--ease);
  transition-delay: var(--d, 0s);
}
body.is-ready .hero__title .hero__line:nth-child(1) .hero__word { --d: 0.2s; transform: translateY(0); opacity: 1; }
body.is-ready .hero__title .hero__line:nth-child(2) .hero__word { --d: 0.34s; transform: translateY(0); opacity: 1; }
body.is-ready .hero__title .hero__line:nth-child(3) .hero__word { --d: 0.48s; transform: translateY(0); opacity: 1; }

.hero__sub {
  font-family: "Inter", sans-serif;
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 640px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .9s var(--ease) .9s;
}
.hero__sub strong { color: var(--gold); font-weight: 700; }
body.is-ready .hero__sub { opacity: 1; transform: translateY(0); }

.hero__ctas {
  display: flex; gap: 14px; flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  transition: all .9s var(--ease) 1.1s;
}
body.is-ready .hero__ctas { opacity: 1; transform: translateY(0); }

/* BTN */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 12px;
  padding: 18px 28px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; transition: transform .35s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn--sm { padding: 14px 22px; font-size: 13px; }
.btn--primary {
  background: var(--gold);
  color: #0D0907;
}
.btn--primary:hover {
  transform: translateY(-2px);
  background: var(--crema);
  box-shadow: 0 18px 44px rgba(232, 185, 98, 0.5);
}
.btn--ghost {
  color: var(--ink);
  border: 1.5px solid var(--line-2);
  background: rgba(20, 16, 13, 0.4);
  backdrop-filter: blur(10px);
}
.btn--ghost:hover { color: var(--gold); border-color: var(--gold); }

.hero__bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  gap: 24px;
  flex-wrap: wrap;
}
.hero__rotator {
  display: flex; align-items: baseline; gap: 14px;
  font-family: "Fraunces", serif;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.hero__rotator-lbl { color: var(--ink-2); font-weight: 400; font-family: "Inter", sans-serif; font-size: clamp(15px, 1.2vw, 19px); }
.hero__rotator-stack {
  position: relative;
  display: inline-block;
  height: 1.25em;
  min-width: 260px;
}
.rot-word {
  position: absolute; top: 0; left: 0;
  color: var(--gold);
  font-style: italic;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.rot-word.is-active { opacity: 1; transform: translateY(0); }
.rot-word.is-exit { opacity: 0; transform: translateY(-20px); }
.hero__scroll {
  display: flex; align-items: center; gap: 14px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-2);
}
.hero__scroll-bar {
  display: inline-block;
  width: 60px; height: 1.5px;
  background: rgba(245, 241, 235, 0.18);
  position: relative;
  overflow: hidden;
}
.hero__scroll-bar i {
  position: absolute; inset: 0;
  background: var(--gold);
  animation: scroll-loop 2.4s var(--ease) infinite;
}
@keyframes scroll-loop {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}

/* ============================================================
   TICKER
   ============================================================ */

.ticker {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  overflow: hidden;
  background: rgba(13, 9, 7, 0.7);
  backdrop-filter: blur(20px);
  position: relative;
  z-index: 2;
}
.ticker__track {
  display: flex;
  gap: 56px;
  animation: tick 50s linear infinite;
  white-space: nowrap;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--ink);
}
@keyframes tick { to { transform: translateX(-50%); } }
.ticker__group { display: flex; gap: 56px; flex-shrink: 0; }
.ticker__dot { color: var(--gold); font-size: 10px; align-self: center; }

/* ============================================================
   SECTION COMMON
   ============================================================ */

.section-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-2);
  text-transform: uppercase;
  margin-bottom: 32px;
}
.section-label.center { display: flex; justify-content: center; }
.section-label .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
}
.section-h {
  font-family: "Fraunces", serif;
  font-size: clamp(42px, 6vw, 96px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  font-weight: 600;
  max-width: 1100px;
  margin-bottom: 22px;
}
.section-h.center { margin-left: auto; margin-right: auto; }
.section-sub {
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 620px;
}

[data-u-reveal] {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.1s var(--ease), transform 1.1s var(--ease);
  transition-delay: var(--rd, 0s);
}
[data-u-reveal].is-in { opacity: 1; transform: translateY(0); }

/* ============================================================
   MANIFESTO
   ============================================================ */

.manifesto {
  padding: 160px var(--gutter);
  max-width: var(--container);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.manifesto__text {
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 4.2vw, 60px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  font-weight: 500;
  max-width: 1200px;
  color: var(--ink-2);
}
.manifesto__text .split-w {
  display: inline-block;
  opacity: 0.22;
  transition: opacity .5s var(--ease);
}
.manifesto__text .split-w.lit { opacity: 1; }

/* ============================================================
   COMO funciona (4 steps)
   ============================================================ */

.como {
  padding: 130px var(--gutter);
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-1) 100%);
  position: relative;
  z-index: 2;
}
.como__head {
  max-width: var(--container);
  margin: 0 auto 80px;
}
.como__rail {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.como__rail::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 5%; right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.4;
}
@media (max-width: 1100px) { .como__rail { grid-template-columns: repeat(2, 1fr); } .como__rail::before { display: none; } }
@media (max-width: 640px)  { .como__rail { grid-template-columns: 1fr; } }

.step {
  position: relative;
  padding: 36px 28px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-1);
  display: grid; gap: 14px;
  align-content: start;
  transition: all .5s var(--ease);
  isolation: isolate;
}
.step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(232, 185, 98, 0.06), transparent);
  opacity: 0;
  transition: opacity .5s var(--ease);
  z-index: -1;
}
.step:hover {
  border-color: rgba(232, 185, 98, 0.4);
  transform: translateY(-4px);
}
.step:hover::before { opacity: 1; }
.step__num {
  font-family: "Fraunces", serif;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gold);
  line-height: 1;
}
.step__h {
  font-family: "Fraunces", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.step p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
}
.step__tag {
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
}

/* ============================================================
   PARA quem
   ============================================================ */

.para {
  padding: 130px var(--gutter);
  position: relative;
  z-index: 2;
}
.para__head {
  max-width: var(--container);
  margin: 0 auto 70px;
}
.para__grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
@media (max-width: 1100px) { .para__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .para__grid { grid-template-columns: 1fr; } }

.seg {
  position: relative;
  padding: 36px 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--bg-1);
  transition: border-color .5s var(--ease), transform .5s var(--ease), box-shadow .5s var(--ease);
  overflow: hidden;
}
.seg:hover {
  border-color: rgba(232, 185, 98, 0.45);
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(232, 185, 98, 0.10);
}
.seg__icon {
  width: 60px; height: 60px;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  display: grid; place-items: center;
  color: var(--gold);
  margin-bottom: 24px;
  transition: all .4s var(--ease);
}
.seg:hover .seg__icon {
  background: rgba(232, 185, 98, 0.08);
  border-color: var(--gold);
}
.seg__icon svg { width: 28px; height: 28px; }
.seg__tag {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--gold);
}
.seg__h {
  font-family: "Fraunces", serif;
  font-size: clamp(26px, 2.6vw, 32px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 8px 0 12px;
  color: var(--ink);
}
.seg p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin-bottom: 20px;
}
.seg__meta {
  list-style: none;
  display: grid;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.seg__meta li {
  display: flex;
  justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
}
.seg__meta li strong { color: var(--ink); font-weight: 600; }

.seg--cta {
  background: linear-gradient(135deg, rgba(232, 185, 98, 0.10), rgba(196, 115, 58, 0.06));
  border-color: rgba(232, 185, 98, 0.3);
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;
}
.seg__cta-h {
  font-family: "Fraunces", serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 16px;
}
.seg__cta-p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin-bottom: 26px;
}

[data-u-tilt] {
  transform-style: preserve-3d;
  transition: transform .55s var(--ease);
}

/* ============================================================
   RECEITA
   ============================================================ */

.receita {
  padding: 140px var(--gutter);
  background: var(--bg-1);
  position: relative;
  z-index: 2;
}
.receita__head {
  max-width: var(--container);
  margin: 0 auto 70px;
  text-align: center;
}
.receita__head .section-label { display: inline-flex; }
.receita__grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (max-width: 900px) { .receita__grid { grid-template-columns: repeat(2, 1fr); } }

.rec {
  padding: 48px 28px;
  background: var(--bg);
  transition: background .35s var(--ease);
}
.rec:hover { background: var(--bg-2); }
.rec__v {
  font-family: "Fraunces", serif;
  font-size: clamp(56px, 7vw, 110px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold) 0%, var(--copper) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.rec__s {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--ink-2);
  margin-left: 6px;
  letter-spacing: -0.015em;
}
.rec p {
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-2);
  margin-top: 18px;
  max-width: 240px;
}

.receita__equation {
  max-width: var(--container);
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 22px;
  align-items: center;
}
.eq {
  padding: 24px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg-2);
}
.eq--res {
  border-color: var(--gold);
  background: linear-gradient(135deg, rgba(232, 185, 98, 0.16), rgba(196, 115, 58, 0.08));
}
.eq__k {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.eq--res .eq__k { color: var(--gold); }
.eq__v {
  display: block;
  font-family: "Fraunces", serif;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
}
.eq__op {
  font-family: "Fraunces", serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--gold);
  text-align: center;
}
@media (max-width: 900px) {
  .receita__equation { grid-template-columns: 1fr; gap: 12px; }
  .eq__op { font-size: 28px; }
}

/* ============================================================
   QUALIDADE
   ============================================================ */

.qualidade {
  padding: 130px var(--gutter);
  position: relative;
  z-index: 2;
}
.qualidade__head {
  max-width: var(--container);
  margin: 0 auto 70px;
}
.qualidade__pillars {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
@media (max-width: 1024px) { .qualidade__pillars { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .qualidade__pillars { grid-template-columns: 1fr; } }

.qpil {
  padding: 38px 28px;
  background: var(--bg-1);
  display: grid; gap: 12px;
  align-content: start;
  transition: background .4s var(--ease);
}
.qpil:hover { background: var(--bg-2); }
.qpil__n {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.16em;
}
.qpil__h {
  font-family: "Fraunces", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.qpil p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
}

/* ============================================================
   FAQ
   ============================================================ */

.faq {
  padding: 130px var(--gutter);
  background: var(--bg-1);
  position: relative;
  z-index: 2;
}
.faq__head {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.faq__list {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.qa {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
  overflow: hidden;
  transition: border-color .35s var(--ease), background .35s var(--ease);
}
.qa[open] {
  border-color: rgba(232, 185, 98, 0.35);
  background: var(--bg-2);
}
.qa summary {
  list-style: none;
  cursor: none;
  padding: 24px 28px;
  font-family: "Fraunces", serif;
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color .25s var(--ease);
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+";
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: var(--gold);
  transition: transform .35s var(--ease);
  flex-shrink: 0;
}
.qa[open] summary::after { transform: rotate(45deg); }
.qa summary:hover { color: var(--gold); }
.qa p {
  padding: 0 28px 24px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink-2);
}

/* ============================================================
   CONTACT
   ============================================================ */

.contato {
  padding: 140px var(--gutter);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contato__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 0% 100%, rgba(232, 185, 98, 0.16) 0%, transparent 55%),
    radial-gradient(ellipse 60% 60% at 100% 0%, rgba(196, 115, 58, 0.12) 0%, transparent 55%);
  z-index: -1;
}
.contato__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 1024px) {
  .contato__inner { grid-template-columns: 1fr; gap: 56px; }
}

.contato__left { display: grid; gap: 24px; }
.contato__h {
  font-family: "Fraunces", serif;
  font-size: clamp(40px, 5.5vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--ink);
}
.contato__sub {
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 540px;
}
.contato__meta {
  list-style: none;
  display: grid;
  gap: 16px;
  margin-top: 12px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.contato__meta li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: start;
}
.cm-k {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ink-3);
  padding-top: 3px;
}
.cm-v {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}

/* FORM */
.contato__form {
  position: relative;
  background: rgba(20, 16, 13, 0.78);
  border: 1px solid rgba(232, 185, 98, 0.22);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(245, 241, 235, 0.05);
}
.contato__form::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, rgba(232, 185, 98, 0.4), transparent 45%, rgba(196, 115, 58, 0.22) 100%);
  z-index: -1;
  border-radius: calc(var(--radius-lg) + 4px);
  filter: blur(18px);
  opacity: 0.45;
}
.contato__form-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(232, 185, 98, 0.7);
}
.contato__live {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}

.contato__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { position: relative; display: block; }
.field--full { grid-column: 1 / -1; }
.field input,
.field textarea {
  width: 100%;
  background: rgba(245, 241, 235, 0.03);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px 18px 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
  min-height: 58px;
  box-sizing: border-box;
}
.field textarea { min-height: 130px; resize: vertical; padding-top: 28px; line-height: 1.5; }
.field input:focus,
.field textarea:focus {
  border-color: var(--gold);
  background: rgba(232, 185, 98, 0.05);
  box-shadow: 0 0 0 3px rgba(232, 185, 98, 0.15);
}
.field label {
  position: absolute;
  top: 19px;
  left: 18px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgba(245, 241, 235, 0.55);
  pointer-events: none;
  transition: top .25s var(--ease), font-size .25s var(--ease), color .25s var(--ease), letter-spacing .25s var(--ease);
}
.field input:focus + label,
.field textarea:focus + label,
.field.is-filled label {
  top: 8px;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--gold);
  text-transform: uppercase;
  font-family: "JetBrains Mono", monospace;
}
.field__c {
  position: absolute;
  width: 9px; height: 9px;
  border: 1.5px solid var(--gold);
  opacity: 0;
  transition: opacity .25s var(--ease);
  pointer-events: none;
}
.field:focus-within .field__c { opacity: 0.9; }
.field__c--tl { top: -1px; left: -1px; border-right: none; border-bottom: none; }
.field__c--tr { top: -1px; right: -1px; border-left: none; border-bottom: none; }
.field__c--bl { bottom: -1px; left: -1px; border-right: none; border-top: none; }
.field__c--br { bottom: -1px; right: -1px; border-left: none; border-top: none; }

.contato__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.contato__hint {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
}
.contato__hint i {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 2s ease-in-out infinite;
}
.btn--submit { font-size: 14px; padding: 16px 26px; }

/* ============================================================
   FOOTER
   ============================================================ */

.foot {
  padding: 80px var(--gutter) 28px;
  border-top: 1px solid var(--line);
  background: var(--bg);
  position: relative;
  z-index: 2;
}
.foot__top {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 56px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 900px) {
  .foot__top { grid-template-columns: 1fr; gap: 40px; }
}
.foot__brand { display: grid; gap: 18px; }
.foot__mark {
  display: flex; align-items: center; gap: 14px;
  font-family: "Fraunces", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.foot__bean {
  width: 32px; height: 32px;
  color: var(--gold);
  filter: drop-shadow(0 0 8px rgba(232, 185, 98, 0.5));
}
.foot__lede {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 380px;
}
.foot__cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 600px) { .foot__cols { grid-template-columns: repeat(2, 1fr); } }
.foot__cols > div { display: grid; gap: 10px; }
.foot__h {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.foot__cols a {
  font-size: 14px;
  color: var(--ink);
  transition: color .2s;
}
.foot__cols a:hover { color: var(--gold); }
.foot__bottom {
  max-width: var(--container);
  margin: 28px auto 0;
  display: flex; justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-3);
}
@media (max-width: 700px) { .foot__bottom { flex-direction: column; gap: 12px; } }

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .steam { display: none; }
  [data-u-reveal] { opacity: 1; transform: none; }
}
