/* ============================================================
   OBRADOR — estilos de componente / seções
   ============================================================ */

/* ---------------- NAV ---------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gut);
  mix-blend-mode: difference;
}
.nav .brand {
  font-family: var(--ff-display); font-weight: 600; font-size: 1.05rem;
  letter-spacing: 0.04em; color: #fff; text-decoration: none;
}
.nav .brand small { font-family: var(--ff-mono); font-size: 0.55rem; letter-spacing: 0.2em; display:block; opacity:0.7; margin-top:2px;}
.nav .links { display: flex; gap: clamp(14px, 2.4vw, 34px); align-items: center; }
.nav .links a {
  font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: #fff; text-decoration: none; opacity: 0.85; transition: opacity 0.3s;
}
.nav .links a:hover { opacity: 1; }
.nav .links a.cta { position: relative; }
.nav .links a.cta::after { content:""; position:absolute; left:0; right:0; bottom:-4px; height:1px; background:#fff; }
@media (max-width: 760px){ .nav .links a:not(.cta){ display:none; } }

/* ---------------- HERO shared ---------------- */
.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; }
.hero .ember-field {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(60% 55% at 50% 108%, rgba(212,88,42,0.40), transparent 70%),
    radial-gradient(40% 40% at 78% 90%, rgba(184,71,42,0.22), transparent 70%);
}
.hero .meta-row {
  position: absolute; left: var(--gut); right: var(--gut); bottom: 30px; z-index: 5;
  display: flex; justify-content: space-between; gap: 1rem;
}
.scrollcue { display:flex; align-items:center; gap:10px; }
.scrollcue .bar { width: 34px; height:1px; background: var(--ash); position: relative; overflow:hidden;}
.scrollcue .bar::after{ content:""; position:absolute; inset:0; background: var(--ember); transform: translateX(-100%); animation: cue 2.4s var(--ease-2) infinite;}
@keyframes cue { 0%{transform:translateX(-100%)} 60%,100%{transform:translateX(100%)} }

/* Hero: entrada por animação CSS no load — não depende do IntersectionObserver
   (garante visibilidade mesmo em iframes fora de tela / captura). */
.hero .reveal { animation: heroIn 1s var(--ease) both; }
.hero .reveal.reveal-d1 { animation-delay: 0.12s; }
.hero .reveal.reveal-d2 { animation-delay: 0.24s; }
.hero .reveal.reveal-d3 { animation-delay: 0.36s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce){ .hero .reveal { animation: none; opacity: 1; transform: none; } }

/* --- wordmark art (extraído do logotipo) --- */
.wordmark-img { display: block; height: auto; width: min(720px, 80vw); }
.hero-a .wordmark-img { width: min(880px, 88vw); margin: 1.4rem auto; }
.hero-b .wordmark-img { width: min(760px, 82vw); margin-bottom: 0.4rem; }
.hero-c .wordmark-img { width: min(560px, 78vw); }
footer .wm .wordmark-img { width: min(440px, 72vw); }
@media (max-width: 600px){ .wordmark-img { width: 86vw; } }

/* --- image slots (substituem os placeholders) --- */
image-slot { display: block; }
.slot-fill { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; }
.slot-abs  { position: absolute; inset: -8% 0; z-index: 0; width: 100%; }
.slot-cell { display: block; width: 100%; height: 100%; }
.about .portrait { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; }

/* --- Hero A: tipográfico --- */
.hero-a { align-items: center; justify-content: center; text-align: center; flex-direction: column; }
.hero-a .inner { position: relative; z-index: 2; display:flex; flex-direction:column; align-items:center; }
.hero-a .supper { font-family: var(--ff-mono); font-size: clamp(0.6rem,1.4vw,0.8rem); letter-spacing: 0.5em; text-transform: uppercase; color: var(--cream-dim); margin-bottom: 1.8rem; }
.hero-a .wordmark {
  font-family: var(--ff-display); font-weight: 600;
  font-size: clamp(5rem, 23vw, 21rem); line-height: 0.8; letter-spacing: -0.02em;
}
.hero-a .wordmark .o-fill { color: var(--ember); font-style: italic; }
.hero-a .claim { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.1rem, 3.2vw, 2rem); margin-top: 1.8rem; color: var(--cream); }
.hero-a .ctas { margin-top: 2.6rem; display:flex; gap: 14px; justify-content:center; flex-wrap:wrap; }

/* --- Hero B: cinematográfico --- */
.hero-b { align-items: flex-end; }
.hero-b .bg { position: absolute; inset: -8% 0; z-index: 0; will-change: transform; }
.hero-b .bg.ph { border: none; }
.hero-b .bg::before {
  content:""; position:absolute; inset:0; z-index:1;
  background: linear-gradient(180deg, rgba(11,10,9,0.55) 0%, rgba(11,10,9,0.2) 35%, rgba(11,10,9,0.92) 100%);
}
.hero-b .bg.ph::after { z-index: 2; }
.hero-b .content { position: relative; z-index: 4; padding-bottom: clamp(70px, 12vh, 140px); width: 100%; }
.hero-b .supper { font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.42em; text-transform: uppercase; color: var(--ember-glow); margin-bottom: 1.4rem; }
.hero-b h1 { font-family: var(--ff-display); font-weight: 600; font-size: clamp(3.4rem, 12vw, 12rem); line-height: 0.86; letter-spacing: -0.02em; }
.hero-b h1 em { font-style: italic; color: var(--cream); }
.hero-b .claim { font-family: var(--ff-mono); font-size: clamp(0.7rem, 1.6vw, 0.92rem); letter-spacing: 0.3em; text-transform: uppercase; color: var(--cream-dim); margin-top: 1.8rem; }
.hero-b .ctas { margin-top: 2.4rem; display:flex; gap: 14px; flex-wrap:wrap; }

/* --- Hero C: editorial split --- */
.hero-c { align-items: stretch; }
.hero-c .grid { display: grid; grid-template-columns: 1.05fr 0.95fr; width: 100%; }
.hero-c .left { display: flex; flex-direction: column; justify-content: center; padding: 120px var(--gut) 80px; position: relative; z-index: 3; }
.hero-c .supper { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.36em; text-transform: uppercase; color: var(--ember-glow); margin-bottom: 2rem; }
.hero-c h1 { font-family: var(--ff-display); font-weight: 600; font-size: clamp(3rem, 8.5vw, 9rem); line-height: 0.84; letter-spacing: -0.015em; }
.hero-c h1 em { font-style: italic; }
.hero-c .claim { font-family: var(--ff-display); font-style: italic; font-size: clamp(1.1rem, 2.2vw, 1.7rem); margin-top: 2rem; color: var(--cream-dim); max-width: 30ch; }
.hero-c .ctas { margin-top: 2.6rem; display:flex; gap: 14px; flex-wrap:wrap; }
.hero-c .right { position: relative; border-left: 1px solid var(--ink-line); overflow:hidden; }
.hero-c .right .ph { position: absolute; inset: -8% 0; }
.hero-c .right .vmeta { position: absolute; top: 50%; right: 18px; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--ash); z-index: 3; }
@media (max-width: 820px){
  .hero-c .grid { grid-template-columns: 1fr; }
  .hero-c .right { min-height: 44vh; border-left: none; border-top: 1px solid var(--ink-line); }
}

/* ---------------- BUTTONS ---------------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 15px 24px; border: 1px solid var(--ember); color: var(--cream);
  background: transparent; cursor: pointer; text-decoration: none;
  position: relative; overflow: hidden; transition: color 0.4s var(--ease);
}
.btn::before { content:""; position:absolute; inset:0; background: var(--ember); transform: translateY(101%); transition: transform 0.45s var(--ease); z-index:-1; }
.btn:hover { color: var(--ink); }
.btn:hover::before { transform: translateY(0); }
.btn.solid { background: var(--ember); color: var(--ink); border-color: var(--ember); }
.btn.solid::before { background: var(--ember-glow); }
.btn.solid:hover { color: var(--ink); }
.btn.ghost { border-color: var(--ash-2); color: var(--cream-dim); }
.btn.ghost::before { background: var(--cream); }

/* ---------------- INTRO / MANIFESTO LEAD ---------------- */
.intro { padding: clamp(90px, 16vh, 200px) 0; }
.intro .lead {
  font-family: var(--ff-display); font-weight: 500;
  font-size: clamp(1.8rem, 5.2vw, 4.6rem); line-height: 1.04; letter-spacing: -0.01em; max-width: 22ch;
}
.intro .lead em { font-style: italic; color: var(--ember); }
.intro .sub { margin-top: 2.4rem; max-width: 46ch; color: var(--cream-dim); font-size: clamp(1rem,1.4vw,1.18rem); line-height: 1.6; }

/* three pillars */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(60px, 9vh, 120px); border-top: 1px solid var(--ink-line); }
.pillar { padding: 40px 34px 44px; border-right: 1px solid var(--ink-line); }
.pillar:last-child { border-right: none; }
.pillar .n { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.2em; color: var(--ember); }
.pillar h3 { font-family: var(--ff-display); font-weight: 600; font-size: clamp(1.4rem, 2.6vw, 2.1rem); margin: 1.4rem 0 0.9rem; letter-spacing: -0.01em; }
.pillar p { color: var(--cream-dim); font-size: 0.96rem; line-height: 1.55; max-width: 32ch; }
@media (max-width: 760px){ .pillars { grid-template-columns: 1fr; } .pillar { border-right: none; border-bottom: 1px solid var(--ink-line); } .pillar:last-child{border-bottom:none;} }

/* ---------------- FIRE QUOTE (parallax) ---------------- */
.firequote { min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.firequote .bg { position: absolute; inset: -12% 0; z-index: 0; will-change: transform; }
.firequote .bg::before { content:""; position:absolute; inset:0; background: radial-gradient(80% 80% at 50% 50%, rgba(11,10,9,0.55), rgba(11,10,9,0.92)); z-index:1; }
.firequote .bg.ph::after { z-index: 2; }
.firequote .q { position: relative; z-index: 4; text-align: center; margin: 0 auto; max-width: 18ch; }
.firequote .q p { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2rem, 7vw, 6rem); line-height: 1.02; letter-spacing: -0.01em; }
.firequote .q p em { font-style: italic; color: var(--ember); }
.firequote .q .src { margin-top: 2rem; }

/* ---------------- LEMA / MARQUEE ---------------- */
.creed { overflow: hidden; border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line); padding: clamp(22px, 4vw, 40px) 0; background: var(--ember); }
.creed-track { display: flex; align-items: center; gap: clamp(1.5rem, 4vw, 3.5rem); white-space: nowrap; width: max-content; animation: creed-scroll 32s linear infinite; }
.creed-track span { font-family: var(--ff-display); font-weight: 600; font-style: italic; font-size: clamp(2rem, 6vw, 5rem); line-height: 1; letter-spacing: -0.01em; color: var(--ink); }
.creed-track .dot { font-style: normal; font-size: clamp(1rem, 2.4vw, 1.8rem); color: var(--ink); opacity: 0.6; }
@keyframes creed-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.creed:hover .creed-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .creed-track { animation: none; } }

/* ---------------- DECLARAÇÃO ---------------- */
.statement { padding: clamp(80px, 16vh, 200px) 0; text-align: center; }
.statement .st-lead { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2.4rem, 7vw, 6rem); line-height: 1; letter-spacing: -0.015em; color: var(--cream); }
.statement .st-lead em { font-style: italic; color: var(--ember); }
.statement .st-sub { font-family: var(--ff-mono); font-size: clamp(0.74rem, 1.6vw, 0.95rem); letter-spacing: 0.28em; text-transform: uppercase; color: var(--cream-dim); margin-top: clamp(1.4rem, 3vw, 2.2rem); }

/* ---------------- EDIÇÕES ---------------- */
.editions { padding: clamp(80px, 12vh, 160px) 0; }
.ed-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(2.5rem, 6vw, 5rem); }
.ed-head h2 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2.2rem, 6vw, 5rem); line-height: 0.95; letter-spacing: -0.01em; }
.ed-head h2 em { font-style: italic; color: var(--ember); }
.ed-head .note { font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ash); max-width: 26ch; text-align: right; line-height: 1.7; }

/* edição em destaque (Dia dos Namorados) */
.ed-featured {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem);
  padding: clamp(28px, 4vw, 52px); border: 1px solid var(--ink-line); background: var(--ink-2);
  margin-bottom: clamp(2.5rem, 6vw, 5rem); position: relative; overflow: hidden;
}
.ed-featured::before { content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background: radial-gradient(60% 80% at 100% 0%, rgba(200,20,24,0.16), transparent 65%); }
.ed-featured > * { position: relative; z-index: 1; }
.ef-tag { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ember); }
.ef-title { font-family: var(--ff-display); font-weight: 600; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 0.95; letter-spacing: -0.01em; margin: 1rem 0 1.4rem; }
.ef-title em { font-style: italic; color: var(--ember); }
.ef-desc { color: var(--cream-dim); font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.6; max-width: 40ch; }
.ef-meta { margin: 1.8rem 0 2.2rem; display: flex; flex-wrap: wrap; gap: 8px; }
.ef-meta span { font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-dim); border: 1px solid var(--ink-line); padding: 8px 12px; }
.ef-price { margin-top: 1.8rem; display: flex; align-items: baseline; gap: 1.1rem; }
.ef-price .v { font-family: var(--ff-display); font-weight: 600; font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 0.9; color: var(--cream); white-space: nowrap; }
.ef-price .u { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ember); }
.ef-when { font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-dim); margin-top: 0.7rem; }
.ef-note { font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ash-2); margin-top: 1.2rem; }

/* bebidas + vinhos (faixa full-width dentro do destaque) */
.ef-drinks { grid-column: 1 / -1; border-top: 1px solid var(--ink-line); margin-top: 0.5rem; padding-top: clamp(1.8rem, 4vw, 3rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); }
.ef-sec { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ember); margin-bottom: 1rem; }
.ef-sec-sub { color: var(--ash); letter-spacing: 0.14em; }
.ef-harm { color: var(--cream-dim); font-size: 0.96rem; line-height: 1.55; max-width: 38ch; }
.ef-harm-price { font-family: var(--ff-display); font-size: 1.5rem; margin-top: 0.6rem; }
.ef-harm-price span { font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ash); margin-left: 0.5rem; }
.drink-list { list-style: none; }
.drink-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: 10px 0; border-bottom: 1px solid var(--ink-line); }
.drink-list li:last-child { border-bottom: none; }
.drink-list span { color: var(--cream-dim); font-size: 0.94rem; }
.drink-list b { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.08em; color: var(--cream); white-space: nowrap; }
.wine-group { margin-bottom: 1.4rem; }
.wine-cat { display: block; font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); margin-bottom: 0.6rem; }
.wine { display: flex; flex-direction: row; align-items: center; gap: 14px; padding: 9px 0; }
.wine-bottle { height: 72px; width: auto; flex: none; filter: drop-shadow(0 6px 14px rgba(0,0,0,0.5)); }
.wine-txt { display: flex; flex-direction: column; gap: 3px; }
.wine b { font-weight: 500; font-size: 0.98rem; color: var(--cream); }
.wine-px { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.04em; color: var(--ash); }
@media (max-width: 700px){ .ef-drinks { grid-template-columns: 1fr; gap: 2rem; }
  .drink-list b { white-space: normal; text-align: right; }
}
.ef-menu { border-left: 1px solid var(--ink-line); padding-left: clamp(1.5rem, 3vw, 3rem); }
.ef-menu-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.ef-kicker { font-family: var(--ff-display); font-style: italic; font-size: 1.5rem; white-space: nowrap; }
.ef-draft { font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ash); }
.menu-list { list-style: none; }
.menu-list li { display: grid; grid-template-columns: 34px 1fr; gap: 0.6rem 1rem; padding: 13px 0; border-bottom: 1px solid var(--ink-line); }
.menu-list li:last-child { border-bottom: none; }
.menu-list .m-n { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.12em; color: var(--ember); padding-top: 3px; }
.menu-list b { font-weight: 500; font-size: 1.02rem; color: var(--cream); }
.menu-list p { font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.05em; color: var(--ash); margin-top: 4px; line-height: 1.5; }
.menu-list .couvert .m-n { color: var(--ash); }
@media (max-width: 880px){
  .ed-featured { grid-template-columns: 1fr; gap: 2rem; }
  .ef-menu { border-left: none; border-top: 1px solid var(--ink-line); padding-left: 0; padding-top: 2rem; }
}

.ed-list { border-top: 1px solid var(--ink-line); }
.ed-row {
  display: grid; grid-template-columns: 100px 96px 1fr 1.1fr auto; gap: 2rem; align-items: center;
  padding: clamp(22px, 3vw, 40px) 0; border-bottom: 1px solid var(--ink-line);
  position: relative; cursor: pointer; transition: padding-left 0.5s var(--ease);
}
.ed-row::before { content:""; position:absolute; left:0; top:0; bottom:0; width:0; background: var(--ember); opacity:0.08; transition: width 0.5s var(--ease); z-index:0; }
.ed-row:hover { padding-left: 28px; }
.ed-row:hover::before { width: 100%; }
.ed-row > * { position: relative; z-index: 1; }
.ed-row .roman { font-family: var(--ff-display); font-weight: 600; font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: 0.8; color: var(--ash-2); transition: color 0.5s var(--ease); }
.ed-row:hover .roman { color: var(--ember); }
.ed-row .ttl { font-family: var(--ff-display); font-weight: 600; font-size: clamp(1.8rem, 3.6vw, 3rem); letter-spacing: -0.01em; }
.ed-row .desc { color: var(--cream-dim); font-size: 0.98rem; line-height: 1.55; max-width: 46ch; }
.ed-row .ed-thumb { display: block; width: 96px; height: 120px; align-self: center; filter: grayscale(0.4) brightness(0.9); transition: filter 0.5s var(--ease); }
.ed-row:hover .ed-thumb { filter: none; }
.ed-row .go { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); white-space: nowrap; opacity: 0; transform: translateX(-12px); transition: all 0.5s var(--ease); }
.ed-row:hover .go { opacity: 1; transform: none; color: var(--ember); }
@media (max-width: 880px){
  .ed-row { grid-template-columns: 64px 84px 1fr; gap: 0.8rem 1.2rem; }
  .ed-row .desc { grid-column: 1 / -1; }
  .ed-row .go { display: none; }
  .ed-row .roman { font-size: 2.4rem; }
  .ed-row .ed-thumb { width: 84px; height: 104px; }
}

/* ---------------- SOBRE WILL ---------------- */
.about { padding: clamp(80px, 12vh, 160px) 0; }
.about .grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.about .portrait { aspect-ratio: 3/4; }
.about h2 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.01em; margin-bottom: 2rem; }
.about h2 em { font-style: italic; color: var(--ember); }
.about p { color: var(--cream-dim); font-size: clamp(1rem, 1.4vw, 1.15rem); line-height: 1.65; max-width: 52ch; margin-bottom: 1.4rem; }
.about p strong { color: var(--cream); font-weight: 600; }
.about .meta { margin-top: 2.4rem; display: flex; gap: 2.5rem; flex-wrap: wrap; }
.about .meta .item .k { font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); }
.about .meta .item .v { font-family: var(--ff-display); font-size: 1.3rem; margin-top: 0.4rem; }
@media (max-width: 820px){ .about .grid { grid-template-columns: 1fr; } .about .portrait { max-width: 380px; } }

/* ---------------- ESPAÇO ---------------- */
.space { padding: clamp(80px, 12vh, 160px) 0; }
.space .head { max-width: 60ch; margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.space .head h2 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.01em; }
.space .head h2 em { font-style: italic; color: var(--ember); }
.space .head p { color: var(--cream-dim); font-size: clamp(1rem,1.4vw,1.15rem); line-height: 1.65; margin-top: 1.6rem; max-width: 50ch; }
.space .gallery { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(150px, 19vh); gap: 12px; }
.space .gallery > :nth-child(1) { grid-column: span 3; grid-row: span 2; }
.space .gallery > :nth-child(2) { grid-column: span 3; }
.space .gallery > :nth-child(3) { grid-column: span 3; }
.space .gallery > :nth-child(4) { grid-column: span 2; }
.space .gallery > :nth-child(5) { grid-column: span 2; }
.space .gallery > :nth-child(6) { grid-column: span 2; }
.space .feats { margin-top: clamp(2rem, 5vw, 3.5rem); display: flex; flex-wrap: wrap; gap: 10px; }
.space .feats span { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-dim); border: 1px solid var(--ink-line); padding: 9px 14px; }
@media (max-width: 760px){ .space .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(150px, 26vw); } .space .gallery > :nth-child(n) { grid-column: span 1; grid-row: span 1; } .space .gallery > :nth-child(1) { grid-column: span 2; grid-row: span 2; } }

/* ---------------- FORMATOS ---------------- */
.formats { padding: clamp(80px, 12vh, 160px) 0; }
.formats .head { margin-bottom: clamp(2.5rem, 6vw, 4.5rem); }
.formats .head h2 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.01em; }
.formats .head h2 em { font-style: italic; color: var(--ember); }
.fmt-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink-line); border-left: 1px solid var(--ink-line); }
.fmt {
  padding: clamp(28px, 3vw, 44px); border-right: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line);
  position: relative; overflow: hidden; min-height: 220px; display: flex; flex-direction: column; justify-content: space-between;
}
.fmt::before { content:""; position:absolute; inset:0; background: var(--ember); transform: translateY(101%); transition: transform 0.5s var(--ease); z-index:0; }
.fmt:hover::before { transform: translateY(0); }
.fmt > * { position: relative; z-index: 1; transition: color 0.4s var(--ease); }
.fmt .ix { font-family: var(--ff-mono); font-size: 0.66rem; letter-spacing: 0.2em; color: var(--ash); }
.fmt .name { font-family: var(--ff-display); font-weight: 600; font-size: clamp(1.5rem, 2.6vw, 2.1rem); letter-spacing: -0.01em; margin-top: auto; }
.fmt .name b { color: var(--ember); font-weight: 600; transition: color 0.4s var(--ease); }
.fmt .name em { font-style: italic; font-weight: 500; }
.fmt p { color: var(--cream-dim); font-size: 0.92rem; line-height: 1.5; margin-top: 0.8rem; }
.fmt:hover .ix, .fmt:hover .name, .fmt:hover .name b, .fmt:hover p { color: var(--ink); }
@media (max-width: 880px){ .fmt-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 540px){ .fmt-grid { grid-template-columns: 1fr; } }

/* ---------------- RESERVAS ---------------- */
.reservas { padding: clamp(90px, 14vh, 200px) 0; position: relative; overflow: hidden; }
.reservas .ember-field { position:absolute; inset:0; z-index:0; pointer-events:none; background: radial-gradient(50% 60% at 50% 120%, rgba(212,88,42,0.32), transparent 70%); }
.reservas .inner { position: relative; z-index: 2; text-align: center; max-width: 30ch; margin: 0 auto; }
.reservas h2 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2.4rem, 8vw, 7rem); line-height: 0.94; letter-spacing: -0.015em; }
.reservas h2 em { font-style: italic; color: var(--ember); }
.reservas .sub { color: var(--cream-dim); font-size: clamp(1rem,1.5vw,1.2rem); line-height: 1.6; margin: 2rem auto 0; max-width: 44ch; }
.reservas .insta {
  display: inline-flex; align-items: center; gap: 14px; margin-top: 2.8rem;
  font-family: var(--ff-mono); font-size: clamp(0.9rem,2.2vw,1.3rem); letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream); text-decoration: none; border: 1px solid var(--ember); padding: 18px 30px;
  position: relative; overflow: hidden; transition: color 0.4s var(--ease);
}
.reservas .insta::before { content:""; position:absolute; inset:0; background: var(--ember); transform: translateY(101%); transition: transform 0.45s var(--ease); z-index:-1; }
.reservas .insta:hover { color: var(--ink); }
.reservas .insta:hover::before { transform: translateY(0); }
.reservas .seats { margin-top: 2.8rem; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; }
.reservas .seats span { font-family: var(--ff-display); font-style: italic; font-weight: 500; font-size: clamp(1.15rem, 2.4vw, 1.7rem); line-height: 1.1; color: var(--cream); letter-spacing: 0; text-transform: none; }
.reservas .seats span + span { font-family: var(--ff-mono); font-style: normal; font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ember); margin-top: 0.4rem; }
.res-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 2.8rem; }
.res-ctas .insta { margin-top: 0; }
.res-ctas .ghost-cta { border-color: var(--ash-2); color: var(--cream-dim); }
.res-ctas .ghost-cta::before { background: var(--cream); }
.res-ctas .ghost-cta:hover { color: var(--ink); }

/* ---------------- FOOTER ---------------- */
footer { border-top: 1px solid var(--ink-line); padding: clamp(50px, 8vh, 90px) 0 40px; }
footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2rem; }
footer .wm { font-family: var(--ff-display); font-weight: 600; font-size: clamp(3rem, 10vw, 8rem); line-height: 0.82; letter-spacing: -0.02em; }
footer .wm .o-fill { color: var(--ember); font-style: italic; }
footer .col h4 { font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); margin-bottom: 1.2rem; }
footer .col a, footer .col p { display: block; color: var(--cream-dim); text-decoration: none; font-size: 0.96rem; line-height: 1.9; transition: color 0.3s; }
footer .col a:hover { color: var(--ember); }
footer .bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: clamp(3rem,6vw,5rem); padding-top: 1.6rem; border-top: 1px solid var(--ink-line); }
footer .bottom .mono { font-size: 0.62rem; }
@media (max-width: 760px){ footer .top { grid-template-columns: 1fr 1fr; } footer .wm { grid-column: 1 / -1; margin-bottom: 1rem; } footer .bottom { flex-direction: column; align-items: flex-start; } }

/* ---------------- LISTA DE ESPERA ---------------- */
.waitlist { padding: clamp(80px, 12vh, 160px) 0; border-top: 1px solid var(--ink-line); }
.wl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.wl-intro h2 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(2rem, 5vw, 4rem); line-height: 1; letter-spacing: -0.01em; }
.wl-intro h2 em { font-style: italic; color: var(--ember); }
.wl-intro p { color: var(--cream-dim); font-size: clamp(1rem,1.4vw,1.15rem); line-height: 1.65; margin-top: 1.6rem; max-width: 42ch; }
.wl-bullets { list-style: none; margin-top: 2.2rem; display: flex; flex-direction: column; gap: 0.9rem; }
.wl-bullets li { display: flex; gap: 0.8rem; align-items: baseline; font-family: var(--ff-mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-dim); }
.wl-bullets li::before { content: "—"; color: var(--ember); }

.wl-form { display: flex; flex-direction: column; gap: 1.4rem; position: relative; }
.wl-field { display: flex; flex-direction: column; gap: 0.5rem; }
.wl-field label { font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ash); }
.wl-field label .req { color: var(--ember); }
.wl-field input, .wl-field select {
  appearance: none; background: transparent; border: none; border-bottom: 1px solid var(--ink-line);
  color: var(--cream); font-family: var(--ff-body); font-size: 1.05rem; padding: 10px 2px; outline: none;
  transition: border-color 0.3s, color 0.3s; border-radius: 0;
}
.wl-field select { cursor: pointer; }
.wl-field select option { background: var(--ink-2); color: var(--cream); }
.wl-field input::placeholder { color: var(--ash-2); }
.wl-field input:focus, .wl-field select:focus { border-color: var(--ember); }
.wl-field.invalid input, .wl-field.invalid select { border-color: var(--ember); }
.wl-field .err { font-family: var(--ff-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ember); min-height: 0; opacity: 0; transition: opacity 0.3s; }
.wl-field.invalid .err { opacity: 1; }
.wl-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.wl-submit { margin-top: 0.6rem; align-self: flex-start; }
.wl-consent { font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ash-2); line-height: 1.8; margin-top: 0.4rem; }

.wl-success { position: absolute; inset: 0; background: var(--ink-2); border: 1px solid var(--ember); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(28px,4vw,48px); opacity: 0; visibility: hidden; transform: translateY(12px); transition: all 0.6s var(--ease); }
.wl-success.show { opacity: 1; visibility: visible; transform: none; }
.wl-success .ok { font-family: var(--ff-mono); font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--ember); }
.wl-success h3 { font-family: var(--ff-display); font-weight: 500; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1; margin: 1rem 0; }
.wl-success h3 em { font-style: italic; color: var(--ember); }
.wl-success p { color: var(--cream-dim); font-size: 0.98rem; line-height: 1.6; max-width: 36ch; }
.wl-success button { margin-top: 1.6rem; }
@media (max-width: 820px){ .wl-grid { grid-template-columns: 1fr; } }

/* painel admin discreto da lista */
.wl-admin { position: fixed; inset: 0; z-index: 9500; background: rgba(8,7,6,0.92); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; padding: 4vw; }
.wl-admin.show { display: flex; }
.wl-admin-card { background: var(--ink-2); border: 1px solid var(--ink-line); width: min(900px, 100%); max-height: 86vh; display: flex; flex-direction: column; }
.wl-admin-hd { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 20px 24px; border-bottom: 1px solid var(--ink-line); }
.wl-admin-hd h3 { font-family: var(--ff-display); font-size: 1.6rem; }
.wl-admin-hd h3 em { font-style: italic; color: var(--ember); }
.wl-admin-actions { display: flex; gap: 10px; align-items: center; }
.wl-admin-x { background: none; border: none; color: var(--ash); font-size: 1.4rem; cursor: pointer; line-height: 1; }
.wl-admin-x:hover { color: var(--cream); }
.wl-admin-body { overflow: auto; padding: 8px 24px 24px; }
.wl-admin table { width: 100%; border-collapse: collapse; font-size: 0.86rem; }
.wl-admin th { text-align: left; font-family: var(--ff-mono); font-size: 0.58rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ash); padding: 12px 10px; border-bottom: 1px solid var(--ink-line); position: sticky; top: 0; background: var(--ink-2); }
.wl-admin td { padding: 12px 10px; border-bottom: 1px solid var(--ink-line); color: var(--cream-dim); vertical-align: top; }
.wl-admin .empty { padding: 40px 10px; color: var(--ash); font-family: var(--ff-mono); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; }
.wl-count { font-family: var(--ff-mono); font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ember); }
