/* ───────────────────────────────────────────────────────────
   BELÔ CAFÉ · folha de estilo editorial
   ─────────────────────────────────────────────────────────── */

:root {
  /* ── paleta ── */
  --cream: #fdf7ec;
  --cream-deep: #f5ecd9;
  --beige: #f0e2c3;
  --bone: #efe6d3;
  --ink: #1a1a1a;
  --ink-deep: #0f0d0b;
  --brown: #4a2c21;
  --brown-deep: #2a1812;
  --brown-soft: #6b4031;
  --gold: #d4a05f;
  --gold-text: #9a6729;
  --gold-deep: #7a4d18;
  --olive: #4f5a38;
  --olive-deep: #3a4329;
  --muted: #74685c;
  --muted-light: #b6a98f;
  --line: rgba(74, 44, 33, 0.22);
  --line-soft: rgba(74, 44, 33, 0.12);
  --line-cream: rgba(253, 247, 236, 0.22);

  /* ── fontes ── */
  --display: "Fraunces", "Georgia", "Times New Roman", serif;
  --sans: "DM Sans", "Helvetica Neue", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  /* ── grade ── */
  --gutter: clamp(28px, 4vw, 56px);
  --spine-w: 56px;
  --inner-max: 1280px;

  /* ── easing ── */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-warm: cubic-bezier(0.2, 0.86, 0.24, 1);

  /* ── grão ── */
  --grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.5' numOctaves='4' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='260' height='260' filter='url(%23n)' opacity='0.62'/></svg>");
}

:root[data-atmosfera="noturno"] {
  color-scheme: dark;
  --cream: #100d0a;
  --cream-deep: #17100d;
  --beige: #241812;
  --bone: #1d1510;
  --ink: #fff7ec;
  --ink-deep: #080705;
  --brown: #fff1df;
  --brown-deep: #140d09;
  --brown-soft: #d9c6b4;
  --gold: #d4a05f;
  --gold-text: #d4a05f;
  --gold-deep: #f0bd79;
  --olive: #8c9466;
  --olive-deep: #687046;
  --muted: #a99b8c;
  --muted-light: #c5b79f;
  --line: rgba(253, 247, 236, 0.22);
  --line-soft: rgba(253, 247, 236, 0.12);
  --line-cream: rgba(253, 247, 236, 0.20);
}

:root[data-atmosfera="sepia"] {
  --cream: #f1e2c8;
  --cream-deep: #e7d3b3;
  --beige: #d9bc8e;
  --bone: #dcc7a3;
  --brown: #3d261d;
  --brown-deep: #261510;
  --brown-soft: #654130;
  --gold-text: #8f5c22;
  --gold-deep: #704512;
  --muted: #69594a;
  --line: rgba(61, 38, 29, 0.24);
  --line-soft: rgba(61, 38, 29, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* grão fílmico global */
body::after {
  content: "";
  position: fixed; inset: 0;
  background-image: var(--grain);
  background-size: 260px 260px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
  z-index: 100;
}

:root[data-atmosfera="noturno"] body::after {
  mix-blend-mode: screen;
  opacity: 0.055;
}

:root[data-atmosfera="sepia"] body::after {
  opacity: 0.075;
}

img { display: block; max-width: 100%; height: auto; }
p, h1, h2, h3, h4, blockquote, dl, dd, dt, ul { margin: 0; padding: 0; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }

/* ═══════════════════════════════════════════════════════════
   SPINE
   ═══════════════════════════════════════════════════════════ */
.spine {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--spine-w);
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  padding: 28px 0;
  z-index: 5;
  pointer-events: none;
  border-right: 1px solid var(--line-soft);
}

.spine-top, .spine-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.spine-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}

.spine-mid span { white-space: nowrap; }

.spine-mark {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: var(--display);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.32em;
  color: var(--brown);
  text-transform: uppercase;
}

.spine-bot .spine-mark { color: var(--gold-text); font-size: 10px; }

.spine-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

/* spine: cor se ajusta sobre seções escuras (cardápio, rodapé) */
.spine-mark, .spine-mid { transition: color 450ms var(--ease); }
html.spine-over-dark .spine-top .spine-mark { color: var(--bone); }
html.spine-over-dark .spine-mid { color: var(--muted-light); }
html.spine-over-dark .spine-bot .spine-mark { color: var(--gold); }
html.spine-over-dark .spine { border-right-color: var(--line-cream); }

/* ═══════════════════════════════════════════════════════════
   MASTHEAD
   ═══════════════════════════════════════════════════════════ */
.masthead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(253, 247, 236, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding-left: var(--spine-w);
}

:root[data-atmosfera="noturno"] .masthead {
  background: rgba(16, 13, 10, 0.92);
}

:root[data-atmosfera="sepia"] .masthead {
  background: rgba(241, 226, 200, 0.92);
}

.masthead-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: 18px var(--gutter);
}

.masthead-brand {
  display: flex;
  align-items: center;
  justify-self: start;
}

.masthead-brand img {
  height: 34px;
  width: auto;
  display: block;
}

.masthead-brand span {
  font-style: italic;
  font-weight: 200;
  margin-left: 4px;
  color: var(--gold-text);
}

.masthead-nav {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  justify-self: center;
}

.masthead-nav a {
  position: relative;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brown);
  padding: 8px 0;
  transition: color 240ms var(--ease);
}

.masthead-nav a::before {
  content: attr(data-num);
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
  color: var(--gold-text);
  opacity: 0;
  transition: opacity 240ms var(--ease), transform 280ms var(--ease);
}

.masthead-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 2px;
  height: 1px;
  background: var(--gold-text);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 380ms var(--ease);
}

.masthead-nav a:hover { color: var(--gold-text); }
.masthead-nav a:hover::before { opacity: 1; transform: translate(-50%, -6px); }
.masthead-nav a:hover::after { transform: scaleX(1); }

.masthead-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  justify-self: end;
}

.masthead-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.masthead-toggle {
  display: none;
  justify-self: end;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brown);
  background: none;
  border: 0;
  padding: 12px 4px;
  cursor: pointer;
  transition: color 240ms var(--ease);
}
.masthead-toggle:hover { color: var(--gold-text); }

.masthead-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 12%, var(--line) 88%, transparent);
  margin-left: var(--gutter);
  margin-right: var(--gutter);
}

/* ═══════════════════════════════════════════════════════════
   UTILITÁRIOS
   ═══════════════════════════════════════════════════════════ */

.section-head {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: baseline;
  gap: 18px;
  margin-bottom: clamp(48px, 6vw, 88px);
}

.section-head .numeral {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(2.2rem, 3vw, 3rem);
  color: var(--gold-text);
  line-height: 1;
}

.section-head .section-label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brown);
  padding-bottom: 6px;
}

.section-head .section-rule {
  height: 1px;
  background: var(--line);
}

.section-head .section-folio {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.section-head--light .numeral { color: var(--gold); }
.section-head--light .section-label { color: var(--cream); }
.section-head--light .section-rule { background: var(--line-cream); }
.section-head--light .section-folio { color: var(--muted-light); }

/* títulos display, escala editorial */
.head {
  font-family: var(--display);
  font-weight: 300;
  color: var(--brown);
  letter-spacing: -0.012em;
  line-height: 1.02;
  text-wrap: balance;
  font-variation-settings: "opsz" 144;
}

.head em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold-deep);
}

.head--lg { font-size: clamp(2.4rem, 4.2vw, 4.4rem); }
.head--xl { font-size: clamp(2.9rem, 5.4vw, 5.8rem); line-height: 0.98; }
.head--light { color: var(--cream); }
.head--light em { color: var(--gold); }

.paragraph {
  font-family: var(--display);
  font-weight: 350;
  font-size: clamp(1.04rem, 1.2vw, 1.22rem);
  line-height: 1.62;
  color: var(--brown-soft);
  letter-spacing: -0.002em;
  max-width: 56ch;
}

.paragraph--light { color: rgba(253, 247, 236, 0.78); }

.paragraph + .paragraph { margin-top: 1.2em; }

.paragraph.dropcap::first-letter {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 4.4em;
  line-height: 0.84;
  float: left;
  padding: 0.04em 0.12em 0 0;
  color: var(--gold-text);
}

/* link sublinhado animado */
.ulink {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  font-family: var(--display);
  font-weight: 350;
  font-style: italic;
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  color: var(--brown);
  padding: 4px 0;
}

.ulink span {
  position: relative;
  padding-bottom: 4px;
}

.ulink span::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transition: transform 540ms var(--ease-warm);
  transform-origin: left;
}

.ulink::before {
  content: "→";
  margin-right: 0.4em;
  transition: transform 540ms var(--ease-warm);
  font-style: normal;
}

.ulink:hover::before { transform: translateX(6px); }
.ulink:hover span::after { transform: scaleX(1.06); }

.ulink--muted { color: var(--muted); }
.ulink--gold { color: var(--gold-text); }

/* ═══════════════════════════════════════════════════════════
   COVER
   ═══════════════════════════════════════════════════════════ */
.cover {
  position: relative;
  padding: clamp(40px, 5vw, 80px) var(--gutter) 0;
  padding-left: calc(var(--spine-w) + var(--gutter));
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}

.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(40px, 5vw, 88px);
  max-width: var(--inner-max);
  margin: 0 auto;
  align-items: stretch;
}

.cover-left {
  display: flex;
  flex-direction: column;
  padding-top: clamp(40px, 6vw, 88px);
  padding-bottom: clamp(40px, 6vw, 88px);
  position: relative;
}

.folio {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 28px;
}

.eyebrow i {
  width: 36px;
  height: 1px;
  background: var(--gold-text);
  font-style: normal;
}

/* título display */
.display {
  font-family: var(--display);
  font-variation-settings: "opsz" 144;
  font-weight: 200;
  font-size: clamp(5.2rem, 12vw, 12rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
  color: var(--brown);
  margin: 0 0 clamp(32px, 4vw, 56px);
}

.display em {
  display: block;
  font-style: italic;
  font-weight: 200;
  color: var(--gold-text);
  margin-top: -0.06em;
  margin-left: 0.5em;
  font-size: 0.62em;
  letter-spacing: -0.04em;
}

.lede {
  font-family: var(--display);
  font-weight: 350;
  font-size: clamp(1.18rem, 1.5vw, 1.45rem);
  line-height: 1.5;
  color: var(--brown-soft);
  max-width: 36ch;
  margin-bottom: clamp(32px, 4vw, 48px);
  letter-spacing: -0.005em;
}

.lede em {
  font-style: italic;
  color: var(--gold-deep);
}

.cover-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: auto;
  padding-bottom: clamp(40px, 5vw, 64px);
}

/* stats do cover */
.cover-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.cover-stats > div { display: flex; flex-direction: column; gap: 6px; }

.cover-stats dt {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted);
}

.cover-stats dd {
  font-family: var(--display);
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--brown);
  letter-spacing: -0.01em;
}

/* foto à direita */
@keyframes heroBreathe { from { transform: scale(1); } to { transform: scale(1.055); } }

.cover-right {
  position: relative;
  margin: 0;
  align-self: stretch;
  overflow: hidden;
  border-radius: 2px;
}

.cover-right img {
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 78vh, 820px);
  object-fit: cover;
  object-position: 50% 42%;
  border-radius: 2px;
  filter: saturate(0.96) contrast(1.02);
  animation: heroBreathe 20s ease-in-out infinite alternate;
}

.cover-right figcaption {
  position: absolute;
  bottom: 20px; left: 20px; right: 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: rgba(253, 247, 236, 0.92);
  background: linear-gradient(0deg, rgba(15,13,11,0.7), transparent);
  padding: 60px 18px 14px;
  margin: -60px -18px -14px;
  border-radius: 0 0 2px 2px;
}

.cap-num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--gold);
  flex: 0 0 auto;
  padding-top: 3px;
}

.cap-text {
  font-family: var(--display);
  font-style: italic;
  font-weight: 350;
  font-size: 0.82rem;
  line-height: 1.4;
  letter-spacing: -0.002em;
}

/* marquee inferior */
.cover-marquee {
  margin-top: clamp(48px, 6vw, 88px);
  margin-left: calc(0px - var(--gutter));
  margin-right: calc(0px - var(--gutter));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  overflow: hidden;
  background: var(--bone);
}

.marquee-track {
  display: flex;
  gap: 60px;
  animation: marquee 60s linear infinite;
  white-space: nowrap;
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  color: var(--brown);
  letter-spacing: -0.01em;
}

.marquee-track span { padding-right: 60px; flex: 0 0 auto; }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════
   PREAMBLE
   ═══════════════════════════════════════════════════════════ */
.preamble {
  position: relative;
  padding: clamp(96px, 11vw, 168px) var(--gutter);
  padding-left: calc(var(--spine-w) + var(--gutter));
  background: linear-gradient(180deg, var(--cream-deep) 0%, var(--cream) 60%, var(--bone) 100%);
}

.preamble-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr);
  grid-template-rows: auto auto;
  gap: clamp(32px, 5vw, 72px) clamp(28px, 4vw, 56px);
  max-width: var(--inner-max);
  margin: 0 auto;
}

.preamble-copy {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding-top: clamp(8px, 1vw, 24px);
}

.preamble-copy .head { margin-bottom: clamp(28px, 3vw, 44px); }

.preamble-fig {
  margin: 0;
  position: relative;
}

.preamble-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.97) contrast(1.02);
  border-radius: 2px;
  transition: filter 600ms var(--ease-warm);
}

.preamble-fig:hover img { filter: saturate(1.04) contrast(1.03); }

.preamble-fig figcaption {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  color: var(--muted);
}

.preamble-fig figcaption .cap-num { color: var(--gold-text); }
.preamble-fig figcaption .cap-text { color: var(--brown-soft); font-size: 0.8rem; }

/* portrait à direita */
.preamble-fig--portrait {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  margin-top: clamp(-40px, -3vw, -16px);
}

.preamble-fig--portrait img {
  aspect-ratio: 3 / 4.4;
  min-height: 520px;
}

/* landscape inferior */
.preamble-fig--landscape {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  max-width: 78%;
  margin-left: auto;
  margin-top: clamp(20px, 3vw, 48px);
}

.preamble-fig--landscape img {
  aspect-ratio: 3 / 2;
}

/* nota marginal */
.preamble-margin {
  position: absolute;
  top: clamp(96px, 11vw, 168px);
  left: calc(var(--spine-w) + 12px);
  width: var(--gutter);
  display: none; /* mostrar só em viewports muito largos */
}

@media (min-width: 1500px) {
  .preamble-margin {
    display: block;
    width: 220px;
    left: auto;
    right: var(--gutter);
    top: clamp(360px, 30vw, 480px);
  }
  .preamble-margin span {
    display: block;
    width: 24px; height: 1px;
    background: var(--gold-text);
    margin-bottom: 12px;
  }
  .preamble-margin p {
    font-family: var(--display);
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.45;
    color: var(--gold-deep);
    max-width: 220px;
  }
}

/* ═══════════════════════════════════════════════════════════
   MENU
   ═══════════════════════════════════════════════════════════ */
.menu {
  position: relative;
  padding: clamp(96px, 11vw, 168px) var(--gutter) clamp(80px, 9vw, 132px);
  padding-left: calc(var(--spine-w) + var(--gutter));
  color: var(--cream);
  background: linear-gradient(180deg, var(--brown-deep) 0%, var(--ink-deep) 100%);
}

.menu::before {
  /* transição superior */
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: clamp(120px, 14vw, 220px);
  background: linear-gradient(180deg, var(--bone) 0%, rgba(42, 24, 18, 0) 100%);
  opacity: 0.10;
  pointer-events: none;
}

.menu-statement {
  max-width: var(--inner-max);
  margin: 0 auto clamp(56px, 7vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 88px);
  align-items: end;
}

.menu-statement .paragraph--light {
  font-family: var(--display);
  font-weight: 350;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* spread de três momentos */
.menu-spread {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 4vw, 64px);
  max-width: var(--inner-max);
  margin: 0 auto;
  position: relative;
}

.menu-spread::before {
  /* regras entre colunas */
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent calc(33.33% - 0.5px), var(--line-cream) 33.33%, var(--line-cream) calc(33.33% + 0.5px), transparent calc(33.33% + 1px)),
    linear-gradient(90deg, transparent calc(66.66% - 0.5px), var(--line-cream) 66.66%, var(--line-cream) calc(66.66% + 0.5px), transparent calc(66.66% + 1px));
}

.menu-spread::after {
  /* marcações laterais — mesma altura das internas, afastamento igual até cada imagem */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  right: calc(clamp(16px, 2.5vw, 32px) - 40px);
  pointer-events: none;
  background:
    linear-gradient(var(--line-cream), var(--line-cream)) left / 1px 100% no-repeat,
    linear-gradient(var(--line-cream), var(--line-cream)) right / 1px 100% no-repeat;
}

.moment {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 2vw, 28px);
  padding-right: clamp(16px, 2.5vw, 32px);
  position: relative;
}

.moment-fig {
  margin: 0;
  position: relative;
}

.moment-fig img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.96) contrast(1.04) brightness(0.94);
  transition: filter 540ms var(--ease-warm);
}

.moment-fig--tall img { aspect-ratio: 4 / 6; }

.moment:hover .moment-fig img { filter: saturate(1.06) contrast(1.05) brightness(1.0); }

.moment { transition: transform 500ms var(--ease); }
.moment:hover { transform: translateY(-6px); }

/* parallax leve nas fotos do cardápio (scroll-driven; degrada sem suporte) */
@supports (animation-timeline: view()) {
  .moment-fig { overflow: hidden; border-radius: 2px; }
  .moment-fig img {
    animation: figParallax linear both;
    animation-timeline: view();
    animation-range: cover;
  }
  @keyframes figParallax {
    from { transform: translateY(-4%) scale(1.1); }
    to { transform: translateY(4%) scale(1.1); }
  }
}

.moment-body {
  font-family: var(--display);
  font-weight: 350;
  font-size: 1.02rem;
  line-height: 1.55;
  color: rgba(253, 247, 236, 0.72);
  max-width: 32ch;
}

.moment--featured {
  /* destaque editorial */
  background: linear-gradient(180deg, rgba(212, 160, 95, 0.04), transparent 60%);
  padding-left: clamp(16px, 2vw, 24px);
  padding-right: clamp(16px, 2vw, 24px);
  margin-top: -28px;
  padding-top: 28px;
}

.menu-foot {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 18px;
  max-width: var(--inner-max);
  margin: clamp(56px, 7vw, 96px) auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line-cream);
}

.menu-credit {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-light);
}

/* ═══════════════════════════════════════════════════════════
   MANIFESTO
   ═══════════════════════════════════════════════════════════ */
.manifesto {
  position: relative;
  padding: clamp(112px, 14vw, 200px) var(--gutter);
  padding-left: calc(var(--spine-w) + var(--gutter));
  text-align: center;
  background:
    radial-gradient(60% 60% at 50% 50%, rgba(212, 160, 95, 0.07), transparent 70%),
    var(--cream);
  display: grid;
  justify-items: center;
  gap: clamp(24px, 3vw, 40px);
}

.manifesto-rule {
  display: block;
  width: 1px;
  height: clamp(56px, 8vw, 96px);
  background: linear-gradient(180deg, transparent, var(--gold) 50%, transparent);
}

.manifesto-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-text);
}

.manifesto-quote {
  max-width: 22ch;
  margin: 0 auto;
  font-family: var(--display);
  font-weight: 200;
  font-style: italic;
  font-size: clamp(2.6rem, 6vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  color: var(--brown);
  text-wrap: balance;
  font-variation-settings: "opsz" 144;
}

.manifesto-quote em {
  color: var(--gold-deep);
  font-style: italic;
}

.manifesto-cap {
  font-family: var(--display);
  font-weight: 350;
  font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--muted);
  max-width: 48ch;
  margin: 0 auto;
  line-height: 1.55;
}

/* ═══════════════════════════════════════════════════════════
   CITIES
   ═══════════════════════════════════════════════════════════ */
.cities {
  position: relative;
  padding: clamp(96px, 11vw, 168px) var(--gutter);
  padding-left: calc(var(--spine-w) + var(--gutter));
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 50%, var(--cream) 100%);
}

.cities-title {
  max-width: var(--inner-max);
  margin: 0 auto clamp(56px, 7vw, 96px);
  max-width: 22ch;
}

.cities-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: auto;
  gap: clamp(32px, 4vw, 56px);
  max-width: var(--inner-max);
  margin: 0 auto;
  align-items: start;
}

.city {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(20px, 2.5vw, 36px);
  padding: clamp(28px, 3vw, 44px);
  padding-bottom: clamp(36px, 4vw, 56px);
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, var(--cream-deep) 0%, var(--cream) 100%);
  --baseY: 0px;
  transform: translateY(var(--baseY));
  transition: transform 480ms var(--ease), border-color 440ms var(--ease), background 440ms var(--ease), box-shadow 480ms var(--ease), opacity 850ms var(--ease-warm);
  will-change: transform;
}

.city--bh { --baseY: 0px; }
.city--sp { --baseY: clamp(48px, 7vw, 96px); }

.city-plate {
  height: clamp(120px, 14vw, 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1.5vw, 20px) 0;
  border-bottom: 1px solid var(--line-soft);
}

.city-plate img {
  max-height: 100%;
  width: auto;
  max-width: 86%;
  object-fit: contain;
  opacity: 0.72;
  transition: opacity 540ms var(--ease-warm);
  filter: hue-rotate(-2deg) saturate(0.92);
}

.city:hover .city-plate img { opacity: 0.96; }

.city-loc {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-text);
  margin-bottom: 8px;
}

.city-name {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2rem, 3.4vw, 3rem);
  letter-spacing: -0.015em;
  color: var(--brown);
  line-height: 1;
  margin-bottom: 18px;
}

.city-name em {
  font-style: italic;
  color: var(--gold-text);
}

.city-desc {
  font-family: var(--display);
  font-weight: 350;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--brown-soft);
  max-width: 36ch;
  margin-bottom: 28px;
}

.city-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 24px;
}

.city-meta > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  align-items: baseline;
}

.city-meta dt {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.city-meta dd {
  font-family: var(--display);
  font-weight: 350;
  font-size: 0.98rem;
  color: var(--brown);
  letter-spacing: -0.002em;
}

.city-go {
  font-family: var(--display);
  font-style: italic;
  font-weight: 350;
  font-size: 1.1rem;
  color: var(--gold-deep);
  align-self: end;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  transition: gap 360ms var(--ease);
}

.city-go i {
  font-style: normal;
  transition: transform 360ms var(--ease);
}

.city:hover {
  transform: translateY(calc(var(--baseY) - 10px)) scale(1.012);
  background: linear-gradient(180deg, var(--beige) 0%, var(--cream-deep) 100%);
  border-color: var(--line);
  box-shadow: 0 24px 50px -30px rgba(74, 44, 33, 0.42);
}
.city:hover .city-go i { transform: translateX(8px); }

/* bridge entre as duas casas */
.cities-bridge {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: clamp(60px, 9vw, 140px);
  color: var(--gold-text);
}

.bridge-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.bridge-line {
  width: 1px;
  height: 36px;
  background: var(--gold);
}

.bridge-arrow {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--gold-text);
  transform: rotate(90deg);
}

/* ═══════════════════════════════════════════════════════════
   RESERVE
   ═══════════════════════════════════════════════════════════ */
.reserve {
  position: relative;
  padding: clamp(96px, 11vw, 168px) var(--gutter) clamp(112px, 13vw, 196px);
  padding-left: calc(var(--spine-w) + var(--gutter));
  background:
    radial-gradient(70% 80% at 80% 0%, rgba(212, 160, 95, 0.12), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--bone) 100%);
}

.reserve-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 96px);
  max-width: var(--inner-max);
  margin: 0 auto;
  align-items: start;
}

.reserve-fig {
  margin: 0;
  position: relative;
  align-self: stretch;
}

.reserve-fig img {
  width: 100%;
  aspect-ratio: 3 / 4.4;
  object-fit: cover;
  object-position: 38% 50%;
  border-radius: 2px;
  filter: saturate(0.96) contrast(1.02);
  min-height: 540px;
}

.reserve-fig figcaption {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.reserve-fig figcaption .cap-num { color: var(--gold-text); }
.reserve-fig figcaption .cap-text { color: var(--muted); font-size: 0.82rem; }

.reserve-letter {
  padding-top: clamp(20px, 3vw, 40px);
}

.reserve-greeting {
  font-family: var(--display);
  font-style: italic;
  font-weight: 350;
  font-size: 1.2rem;
  color: var(--gold-deep);
  margin-bottom: 24px;
}

.reserve-title { margin-bottom: 28px; }
.reserve-body { margin-bottom: clamp(40px, 5vw, 56px); }

.reserve-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 28px;
}

.reserve-actions li {
  border-bottom: 1px solid var(--line-soft);
}
.reserve-actions li:last-child { border-bottom: 0; }

.rlink {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 20px;
  align-items: baseline;
  padding: clamp(20px, 2.5vw, 30px) 0;
  font-family: var(--display);
  transition: color 380ms var(--ease), padding 380ms var(--ease-warm);
}

.rlink::before {
  content: "→";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translate(-12px, -50%);
  opacity: 0;
  font-family: var(--display);
  font-style: italic;
  color: var(--gold-text);
  transition: opacity 380ms var(--ease), transform 380ms var(--ease);
}

.rlink:hover { color: var(--gold-deep); padding-left: 8px; }
.rlink:hover::before { opacity: 1; transform: translate(0, -50%); right: 0; }

.rlink-prefix {
  font-family: var(--display);
  font-style: italic;
  font-weight: 300;
  font-size: 1.4rem;
  color: var(--gold-text);
}

.rlink-label {
  font-weight: 350;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  color: var(--brown);
  letter-spacing: -0.012em;
}

.rlink:hover .rlink-label { color: var(--gold-deep); }

.rlink-meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  padding-right: 28px;
}

.reserve-sign {
  font-family: var(--display);
  font-style: italic;
  font-weight: 350;
  font-size: 1rem;
  color: var(--muted);
}

/* ═══════════════════════════════════════════════════════════
   COLOPHON
   ═══════════════════════════════════════════════════════════ */
.colophon {
  position: relative;
  padding: clamp(72px, 8vw, 112px) var(--gutter) clamp(36px, 4vw, 56px);
  padding-left: calc(var(--spine-w) + var(--gutter));
  background: var(--ink-deep);
  color: rgba(253, 247, 236, 0.78);
}

.colophon-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.8fr);
  gap: clamp(28px, 4vw, 72px);
  max-width: var(--inner-max);
  margin: 0 auto clamp(48px, 6vw, 72px);
  align-items: start;
}

.colophon-brand-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-right: clamp(20px, 3vw, 56px);
  border-right: 1px solid var(--line-cream);
}

.colophon-brand {
  display: inline-block;
}

.colophon-brand img {
  height: clamp(52px, 7vw, 82px);
  width: auto;
  display: block;
}

.colophon-brand span {
  font-style: italic;
  font-weight: 200;
  color: var(--gold);
  margin-left: 4px;
}

.colophon-tag {
  font-family: var(--display);
  font-style: italic;
  font-weight: 350;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--muted-light);
  letter-spacing: -0.005em;
  max-width: 34ch;
}

.colophon-since {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 8px;
}

.colophon-col h4 {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
  font-weight: 400;
}

.colophon-col p {
  font-family: var(--display);
  font-weight: 350;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(253, 247, 236, 0.72);
  margin-bottom: 12px;
}

.colophon-col p:last-child { margin-bottom: 0; }

.colophon-col a {
  color: rgba(253, 247, 236, 0.72);
  transition: color 240ms var(--ease);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.colophon-col a:hover {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.colophon-foot {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  max-width: var(--inner-max);
  margin: 0 auto;
  padding-top: clamp(28px, 3vw, 40px);
  border-top: 1px solid var(--line-cream);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-light);
}

.colophon-foot .dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--gold);
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1100px) {
  .cover-grid { grid-template-columns: 1fr; gap: 32px; }
  .cover-right img { min-height: 480px; aspect-ratio: 4 / 5; }
  .menu-spread { grid-template-columns: 1fr 1fr; }
  .menu-spread::before, .menu-spread::after { display: none; }
  .moment--featured { margin-top: 0; }
  .moment:nth-child(3) { grid-column: 1 / -1; max-width: 560px; margin: 0 auto; }
  .cities-grid { grid-template-columns: 1fr; }
  .city--sp { --baseY: 0px; }
  .cities-bridge { flex-direction: row; padding: 0; gap: 14px; }
  .cities-bridge .bridge-line { width: 36px; height: 1px; }
  .cities-bridge .bridge-arrow { transform: none; }
  .reserve-grid { grid-template-columns: 1fr; }
  .reserve-fig img { min-height: 420px; aspect-ratio: 3 / 4; }
  .colophon-grid {
    grid-template-columns: 1fr 1fr;
  }
  .colophon-brand-block {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--line-cream);
    padding-right: 0;
    padding-bottom: clamp(24px, 3vw, 36px);
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px 32px;
  }
  .colophon-tag { max-width: 38ch; }
}

@media (max-width: 720px) {
  :root { --spine-w: 0px; }
  .spine { display: none; }
  .masthead { padding-left: 0; }
  .masthead-row { grid-template-columns: 1fr auto; gap: 16px; }
  .masthead-meta { display: none; }
  .masthead-toggle { display: inline-flex; }
  .masthead-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    justify-self: stretch;
    flex-direction: column;
    gap: 0;
    padding: 4px var(--gutter) 14px;
    background: rgba(253, 247, 236, 0.97);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 280ms var(--ease), transform 280ms var(--ease), visibility 0s linear 280ms;
  }
  .masthead.nav-open .masthead-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: opacity 280ms var(--ease), transform 280ms var(--ease);
  }
  :root[data-atmosfera="noturno"] .masthead-nav { background: rgba(16, 13, 10, 0.97); border-bottom-color: var(--line-cream); }
  :root[data-atmosfera="sepia"] .masthead-nav { background: rgba(241, 226, 200, 0.97); }
  .masthead-nav a {
    padding: 15px 2px;
    font-size: 12px;
    border-bottom: 1px solid var(--line-cream);
  }
  .masthead-nav a:last-child { border-bottom: 0; }
  .masthead-nav a::after { display: none; }
  .masthead-nav a::before {
    position: static;
    transform: none;
    opacity: 1;
    display: inline-block;
    width: 2.6em;
    font-size: 9px;
    color: var(--gold-text);
  }
  .cover, .preamble, .menu, .manifesto, .cities, .reserve, .colophon {
    padding-left: var(--gutter);
  }
  .section-head { grid-template-columns: auto auto 1fr; }
  .section-head .section-folio { display: none; }
  .preamble-grid { grid-template-columns: 1fr; }
  .preamble-fig--portrait { grid-row: auto; grid-column: 1; margin-top: 0; }
  .preamble-fig--landscape { grid-column: 1; max-width: 100%; }
  .preamble-fig--portrait img { min-height: 380px; }
  .menu-statement { grid-template-columns: 1fr; }
  .menu-spread { grid-template-columns: 1fr; }
  .moment:nth-child(3) { max-width: 100%; }
  .display { font-size: clamp(4rem, 18vw, 6rem); }
  .display em { font-size: 0.5em; margin-left: 0.2em; }
  .marquee-track { font-size: 1.2rem; }
  .cover-stats { grid-template-columns: 1fr 1fr; }
  .colophon-grid { grid-template-columns: 1fr; }
  .colophon-brand-block { flex-direction: column; align-items: flex-start; }
  .colophon-tag { text-align: left; max-width: 100%; }
  .manifesto-quote { font-size: clamp(2.4rem, 9vw, 3.6rem); max-width: 14ch; }
  .cover-right figcaption { background: linear-gradient(0deg, rgba(15,13,11,0.8), transparent); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .cover-right img, .moment-fig img { animation: none; }
  * { transition-duration: 0.01ms !important; }
}

/* ═══════════════════════════════════════════════════════════
   UNIT PAGE
   ═══════════════════════════════════════════════════════════ */

/* VISITE — endereço, horários, mapa em layout de carta */
.visit {
  position: relative;
  padding: clamp(96px, 11vw, 168px) var(--gutter);
  padding-left: calc(var(--spine-w) + var(--gutter));
  background:
    radial-gradient(60% 70% at 12% 100%, rgba(212, 160, 95, 0.10), transparent 60%),
    linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}

.visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(40px, 6vw, 96px);
  max-width: var(--inner-max);
  margin: 0 auto;
  align-items: start;
}

.visit-copy { padding-top: clamp(8px, 1vw, 24px); }
.visit-copy .head { margin-bottom: clamp(28px, 3vw, 44px); }

.visit-info {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 2.5vw, 32px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: clamp(28px, 3vw, 40px) 0;
}

.visit-info > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: baseline;
}

.visit-info dt {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-text);
}

.visit-info dd {
  font-family: var(--display);
  font-weight: 350;
  font-size: 1.05rem;
  color: var(--brown);
  letter-spacing: -0.005em;
  line-height: 1.5;
}

.visit-info dd em {
  font-style: italic;
  color: var(--gold-deep);
}

.visit-hours {
  display: grid;
  gap: 6px;
}

.visit-hours li {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 16px;
  font-family: var(--display);
  font-size: 0.98rem;
  color: var(--brown);
}

.visit-hours li > span:first-child {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 4px;
}

.visit-actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.visit-actions li { border-bottom: 1px solid var(--line-soft); }
.visit-actions li:last-child { border-bottom: 0; }

.visit-fig {
  margin: 0;
  position: relative;
  align-self: stretch;
}

.visit-fig img {
  width: 100%;
  aspect-ratio: 3 / 4.4;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 2px;
  filter: saturate(0.96) contrast(1.02);
  min-height: 560px;
}

/* variante paisagem */
.visit-fig--landscape img {
  aspect-ratio: 4 / 3;
  min-height: 0;
  object-position: 50% 55%;
}

.visit-fig figcaption {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.visit-fig figcaption .cap-num { color: var(--gold-text); }
.visit-fig figcaption .cap-text { color: var(--muted); font-size: 0.82rem; }

/* OTHER HOUSE — teaser para a unidade complementar */
.other-house {
  position: relative;
  padding: clamp(80px, 9vw, 128px) var(--gutter);
  padding-left: calc(var(--spine-w) + var(--gutter));
  background: linear-gradient(180deg, var(--cream-deep) 0%, var(--bone) 100%);
}

.other-house-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.4fr) minmax(0, 1fr) minmax(0, 0.4fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
  max-width: var(--inner-max);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}

.other-house-eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-text);
  justify-self: start;
}

.other-house-title {
  text-align: center;
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  letter-spacing: -0.015em;
  color: var(--brown);
  line-height: 1.05;
}

.other-house-title em {
  font-style: italic;
  color: var(--gold-deep);
}

.other-house-link {
  justify-self: end;
  font-family: var(--display);
  font-style: italic;
  font-weight: 350;
  font-size: clamp(1.1rem, 1.4vw, 1.3rem);
  color: var(--brown);
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: color 360ms var(--ease), gap 360ms var(--ease);
}

.other-house-link:hover { color: var(--gold-deep); gap: 14px; }

/* hero da unidade — variante da .cover */
.unit-cover .display {
  /* reduz a escala dos nomes de cidade */
  font-size: clamp(3.6rem, 7.2vw, 7.4rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.unit-cover .display em {
  font-size: 0.46em;
  margin-left: 0.06em;
  margin-top: 0.04em;
  display: inline;
  font-style: italic;
  letter-spacing: -0.03em;
}

.unit-cover-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: clamp(28px, 3vw, 40px);
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
}

.unit-cover-meta span { display: flex; align-items: center; gap: 10px; }
.unit-cover-meta i {
  font-style: normal;
  color: var(--gold);
  font-size: 8px;
}

@media (max-width: 1100px) {
  .visit-grid { grid-template-columns: 1fr; }
  .visit-fig img { min-height: 440px; aspect-ratio: 3 / 4; }
  .other-house-inner { grid-template-columns: 1fr; text-align: center; gap: 18px; }
  .other-house-eyebrow,
  .other-house-link { justify-self: center; }
  .other-house-title { text-align: center; }
}
@media (max-width: 720px) {
  .visit { padding-left: var(--gutter); }
  .other-house { padding-left: var(--gutter); }
  .visit-info > div { grid-template-columns: 1fr; gap: 6px; }
  .visit-hours li { grid-template-columns: 1fr; gap: 2px; }
}


/* ═══ SPLASH ═══ */
.splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background: var(--cream);
  opacity: 1;
  visibility: visible;
  animation: splashOut 0.55s cubic-bezier(0.4, 0, 0.2, 1) 1.25s forwards;
}

.splash-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.splash-logo {
  width: clamp(168px, 25vw, 272px);
  height: auto;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: splashInk 1.05s cubic-bezier(0.66, 0, 0.2, 1) 0.14s forwards;
}

.splash-rule {
  width: clamp(168px, 25vw, 272px);
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
  animation: splashRule 0.7s cubic-bezier(0.66, 0, 0.2, 1) 0.52s forwards;
}

@keyframes splashInk {
  0%   { clip-path: inset(0 100% 0 0); opacity: 0.25; }
  55%  { opacity: 1; }
  100% { clip-path: inset(0 0 0 0); opacity: 1; }
}
@keyframes splashRule { to { transform: scaleX(1); } }
@keyframes splashOut { to { opacity: 0; visibility: hidden; } }
@keyframes splashCover { from { opacity: 0; } to { opacity: 1; } }

.splash.is-leaving {
  visibility: visible;
  animation: splashCover 0.5s ease forwards;
}
.splash.is-leaving .splash-logo {
  animation: none;
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.splash.is-leaving .splash-rule {
  animation: none;
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .splash { animation: splashOut 0.3s ease 0.25s forwards; }
  .splash-logo { animation: none; clip-path: none; opacity: 1; }
  .splash-rule { animation: none; transform: scaleX(1); }
}

/* skip-splash */
.skip-splash .splash {
  animation: none !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.skip-splash .splash-logo,
.skip-splash .splash-rule {
  animation: none !important;
}

/* ═══ REVEAL ═══ */
html.reveal :is(
  .section-head, .preamble-fig,
  .preamble-copy .head, .preamble-copy .paragraph, .preamble-copy .ulink,
  .menu-statement, .moment,
  .manifesto-eyebrow, .manifesto-quote, .manifesto-cap,
  .reserve-fig, .reserve-letter,
  .visit-copy, .visit-fig,
  .colophon-brand-block, .colophon-col
) {
  opacity: 0;
  transform: translateY(30px) scale(0.99);
  transition: opacity 0.85s var(--ease-warm), transform 0.85s var(--ease-warm);
}

html.reveal :is(
  .section-head, .preamble-fig,
  .preamble-copy .head, .preamble-copy .paragraph, .preamble-copy .ulink,
  .menu-statement, .moment,
  .manifesto-eyebrow, .manifesto-quote, .manifesto-cap,
  .reserve-fig, .reserve-letter,
  .visit-copy, .visit-fig,
  .colophon-brand-block, .colophon-col
).is-in {
  opacity: 1;
  transform: none;
}

/* régua dourada se desenha ao revelar a seção */
html.reveal .section-head .section-rule {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s var(--ease-warm) 0.15s;
}
html.reveal .section-head.is-in .section-rule {
  transform: scaleX(1);
}

/* cidades: revela por opacidade (preserva transform do deslocamento + hover) */
html.reveal .city { opacity: 0; }
html.reveal .city.is-in { opacity: 1; }
