:root {
  --paper: #efe3d2;
  --surface: #fbf7ef;
  --surface-alt: #e6d8c5;
  --ink: #17262f;
  --muted: #675f58;
  --earth: #9a6546;
  --earth-dark: #73472f;
  --sky: #0c79b8;
  --line: rgba(23, 38, 47, 0.15);
  --shadow: 0 22px 60px rgba(22, 38, 47, 0.10);
  --radius: 22px;
  --header-height: 78px;
  --content: min(1180px, calc(100% - 40px));
  color-scheme: light;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -70px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  text-decoration: none;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 247, 239, 0.94);
  backdrop-filter: blur(14px);
}
.header-inner {
  width: var(--content);
  min-height: var(--header-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { min-width: max-content; text-decoration: none; }
.brand-name,
.display,
.section-title,
.card-title,
.poem-title,
.gallery-title,
.listen-title,
.listen-aside h2,
.empty-state h1,
.empty-state h2 {
  font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
}
.brand-name { display: block; font-size: 1.55rem; font-weight: 700; line-height: 1; }
.brand-subtitle {
  display: block;
  margin-top: 6px;
  color: var(--earth);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.nav-wrap { display: flex; align-items: center; gap: 18px; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav a {
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 0.2s ease;
}
.primary-nav a:hover,
.primary-nav a[aria-current="page"] { color: var(--ink); }
.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.nav-cta:hover,
.button:hover { transform: translateY(-2px); background: #213641; }
.button.secondary { border-color: rgba(23, 38, 47, 0.22); background: transparent; color: var(--ink); }
.button.secondary:hover { background: var(--surface); }
.button.whatsapp { background: #176b42; }
.button.hidden { display: none; }
.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}

/*
  A abertura não usa altura fixa. O conteúdo define a altura mínima real da
  seção e a imagem apenas acompanha essa altura. Assim, zoom do navegador,
  fontes ampliadas e resoluções mais baixas não cortam os botões.
*/
.hero {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(430px, 1.12fr);
  align-items: stretch;
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4.6vw, 62px) clamp(30px, 4vw, 52px) clamp(42px, 5vw, 68px) 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 17px;
  color: var(--earth-dark);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 2px; flex: 0 0 38px; background: var(--earth); }
.display {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3.65rem, 6vw, 6.15rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.89;
}
.hero-subtitle {
  margin: 18px 0 0;
  color: var(--earth);
  font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.58rem, 2vw, 2.25rem);
  font-style: italic;
}
.hero-rule { width: min(350px, 85%); height: 1px; margin: 20px 0; background: rgba(154, 101, 70, 0.43); }
.hero-slogan {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-family: Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.18rem, 1.55vw, 1.55rem);
  line-height: 1.34;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero-media {
  position: relative;
  min-width: 0;
  min-height: clamp(500px, 58svh, 610px);
  overflow: hidden;
}
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: 25%;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(239, 227, 210, 0.92) 38%, transparent 100%);
  pointer-events: none;
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 25%;
  transform: scale(1.02);
  animation: hero-drift 14s ease-in-out infinite alternate;
}
@keyframes hero-drift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(0, -7px, 0); }
}

.section { padding: clamp(64px, 7vw, 96px) 0; }
.anchor-section { scroll-margin-top: calc(var(--header-height) + 18px); }
.section.alt { background: var(--surface); }
.section-inner { width: var(--content); margin: 0 auto; }
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: clamp(40px, 6vw, 84px);
  align-items: center;
}
.author-grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); }
.feature-media { position: relative; margin: 0; min-width: 0; }
.feature-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.feature-media.portrait img { aspect-ratio: 4 / 5; object-position: center 25%; }
.feature-media figcaption { margin-top: 10px; color: var(--muted); font-size: 0.76rem; font-style: italic; }
.feature-copy { min-width: 0; }
.feature-copy .section-lead { margin-top: 26px; }
.section-kicker {
  margin: 0 0 16px;
  color: var(--earth-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.section-title {
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  letter-spacing: -0.035em;
  line-height: 0.98;
}
.section-lead { margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }

.link-cards-section { padding: clamp(44px, 5vw, 68px) 0; }
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
}
.cards.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(23, 38, 47, 0.04);
}
.card-label {
  margin: 0 0 18px;
  color: var(--earth-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.card-title { margin: 0 0 18px; font-size: 1.85rem; line-height: 1.08; }
.card p { color: var(--muted); }
.card-link { display: inline-flex; margin-top: auto; padding-top: 10px; color: var(--earth-dark); font-weight: 750; text-decoration: none; }

.page-hero { padding: 76px 0 48px; }
.page-hero .section-title { max-width: 850px; }
.page-hero-copy { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.page-hero-copy p { max-width: 560px; margin: 0; color: var(--muted); }
.content-section { padding: 36px 0 82px; }
.toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}
.search-field { position: relative; }
.search-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf9;
  color: var(--ink);
}
.result-count { color: var(--muted); font-size: 0.9rem; font-weight: 650; }
.poem-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.poem-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.poem-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.play-dot { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--surface); }
.poem-title { margin: 0; font-size: 1.3rem; line-height: 1.18; }
.poem-arrow { color: var(--earth); font-size: 1.8rem; }
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 34px; }
.pagination button { min-width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--ink); }
.pagination button[aria-current="page"] { background: var(--ink); color: var(--surface); }
.empty-state { padding: 58px 30px; border: 1px dashed rgba(23, 38, 47, 0.24); border-radius: var(--radius); text-align: center; background: rgba(251, 247, 239, 0.6); }
.empty-state h2 { margin: 0 0 12px; font-size: 2rem; }
.empty-state p { max-width: 600px; margin: 0 auto; color: var(--muted); }

.listen-section { padding: 34px 0 82px; }
.listen-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr); gap: 24px; }
.listen-layout.no-image { grid-template-columns: minmax(0, 1fr); }
.listen-card,
.listen-aside { padding: clamp(26px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.listen-layout.no-image .listen-card { width: 100%; }
.listen-meta { color: var(--earth-dark); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.listen-title { margin: 10px 0 8px; font-size: clamp(2.7rem, 5vw, 5rem); line-height: 0.98; }
.listen-page { color: var(--muted); }
.curatorial {
  max-width: 820px;
  margin: 32px 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Baskerville, Georgia, serif;
  font-size: 1.22rem;
  white-space: pre-line;
}
.audio-shell { padding: 18px; border-radius: 18px; background: var(--ink); }
audio { display: block; width: 100%; }
.listen-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.listen-aside img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 25%; border-radius: 16px; }
.listen-aside h2 { margin: 24px 0 8px; font-size: 2rem; line-height: 0.94; }
.listen-aside p { color: var(--muted); }
.inline-author { margin: 32px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); }
.back-link { display: inline-flex; margin-bottom: 22px; color: var(--muted); font-weight: 650; text-decoration: none; }

.gallery-grid { columns: 3 280px; column-gap: 18px; }
.gallery-button {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  background: var(--surface);
  box-shadow: 0 6px 24px rgba(23, 38, 47, 0.07);
  break-inside: avoid;
}
.gallery-button img { width: 100%; height: auto; object-fit: contain; transition: transform 0.5s ease; }
.gallery-button:hover img { transform: scale(1.025); }
.gallery-button::after {
  content: "Ampliar";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(13, 43, 60, 0.86);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
}
.gallery-dialog {
  width: min(1160px, calc(100% - 30px));
  max-height: calc(100vh - 30px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28);
}
.gallery-dialog::backdrop { background: rgba(8, 19, 25, 0.82); backdrop-filter: blur(6px); }
.dialog-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(270px, 0.5fr); min-height: min(620px, calc(100vh - 30px)); }
.gallery-dialog.is-portrait { width: min(980px, calc(100% - 30px)); }
.gallery-dialog.is-portrait .dialog-layout { grid-template-columns: minmax(390px, 1fr) minmax(280px, 0.55fr); }
.gallery-dialog.no-details { width: min(960px, calc(100% - 30px)); }
.gallery-dialog.no-details .dialog-layout { grid-template-columns: 1fr; }
.gallery-dialog.no-details .dialog-content { display: none; }
.dialog-image-wrap { position: relative; display: grid; place-items: center; min-width: 0; padding: 34px; background: var(--ink); }
.dialog-image-wrap img { max-width: 100%; max-height: min(76vh, 760px); object-fit: contain; }
.gallery-dialog.is-portrait .dialog-image-wrap img { max-height: min(84vh, 850px); }
.dialog-content { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.gallery-caption { margin: 0; font-family: Baskerville, Georgia, serif; font-size: 1.65rem; line-height: 1.35; white-space: pre-line; }
.gallery-credit { margin: 30px 0 0; color: var(--earth-dark); font-size: 0.86rem; font-weight: 700; }
.dialog-close,
.dialog-nav { position: absolute; z-index: 2; display: grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--surface); color: var(--ink); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); }
.dialog-close { top: 20px; right: 20px; font-size: 1.35rem; }
.dialog-nav { top: 50%; transform: translateY(-50%); font-size: 1.7rem; }
.dialog-nav.previous { left: 18px; }
.dialog-nav.next { right: 18px; }

.contact-section { background: linear-gradient(180deg, var(--paper), #eadbc7); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 7vw, 96px); align-items: start; }
.contact-list { display: grid; gap: 0; width: min(100%, 570px); }
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}
.contact-item:hover { color: var(--earth-dark); transform: translateX(2px); }
.contact-mini-icon { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; color: var(--ink); }
.contact-mini-icon svg { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-copy { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 12px; min-width: 0; }
.contact-copy > span { color: var(--muted); font-size: 0.91rem; }
.contact-copy strong { font-size: 0.96rem; overflow-wrap: anywhere; }
.site-footer { padding: 30px 0; border-top: 1px solid var(--line); }
.footer-inner { width: var(--content); margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 0.84rem; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 0.75s ease, transform 0.75s ease; }
[data-reveal="left"] { transform: translate3d(-24px, 18px, 0); }
[data-reveal="right"] { transform: translate3d(24px, 18px, 0); }
[data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.hero-copy > * { animation: hero-in 0.8s ease both; }
.hero-copy > *:nth-child(2) { animation-delay: 0.08s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.24s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.32s; }
.hero-copy > *:nth-child(6) { animation-delay: 0.40s; }
@keyframes hero-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 980px) {
  :root { --header-height: 78px; }
  .menu-button { display: grid; place-items: center; }
  .nav-wrap {
    position: absolute;
    top: var(--header-height);
    left: 20px;
    right: 20px;
    display: none;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .nav-wrap.open { display: block; }
  .primary-nav { display: grid; gap: 14px; margin-bottom: 18px; }
  .nav-cta { width: 100%; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 50px 0 42px; }
  .hero-media { min-height: min(52svh, 520px); border-radius: 20px; }
  .hero-media::before { width: 100%; height: 22%; inset: 0 0 auto; background: linear-gradient(180deg, var(--paper), transparent); }
  .feature-grid,
  .author-grid,
  .contact-grid,
  .listen-layout { grid-template-columns: 1fr; }
  .author-grid .feature-media { order: -1; }
  .cards,
  .cards.two-up { grid-template-columns: 1fr; }
  .page-hero-copy { display: block; }
  .page-hero-copy p { margin-top: 22px; }
  .dialog-layout,
  .gallery-dialog.is-portrait .dialog-layout { grid-template-columns: 1fr; }
  .dialog-content { min-height: 180px; }
}

@media (max-width: 720px) {
  :root { --content: min(1180px, calc(100% - 28px)); --header-height: 70px; }
  .header-inner { min-height: var(--header-height); }
  .brand-name { font-size: 1.35rem; }
  .nav-wrap { top: var(--header-height); left: 14px; right: 14px; }
  .hero-copy { padding-top: 42px; padding-bottom: 38px; }
  .display { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .hero-media { min-height: 400px; }
  .section { padding: 58px 0; }
  .link-cards-section { padding: 42px 0; }
  .poem-list { grid-template-columns: 1fr; }
  .toolbar { grid-template-columns: 1fr; }
  .listen-card,
  .listen-aside { padding: 24px; }
  .dialog-image-wrap { min-height: 58vh; padding: 18px; }
  .dialog-content { padding: 26px; }
  .footer-inner { display: block; }
  .footer-inner span { display: block; }
  .footer-inner span + span { margin-top: 8px; }
  .gallery-grid { columns: 1; }
  [data-reveal], [data-reveal="left"], [data-reveal="right"] { transform: translateY(18px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* Estilos adicionais Versão 7 */
.button.primary-black {
  background: var(--ink);
  color: var(--surface);
  border-color: var(--ink);
}
.button.primary-black:hover {
  background: #213641;
  color: var(--surface);
}

.cards.single-card {
  grid-template-columns: 1fr;
}
.cards.single-card .card {
  padding: 42px 48px;
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface-alt) 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.cards.single-card .card-title {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.custom-player {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(22, 38, 47, 0.06);
  margin: 20px 0;
}
.player-toggle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--surface);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}
.player-toggle:hover {
  transform: scale(1.05);
  background: #213641;
}
.player-toggle svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}
.player-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.player-times {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--muted);
}
.player-seekbar-wrap {
  position: relative;
  height: 8px;
  background: var(--surface-alt);
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.player-seekbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}
.player-progress-fill {
  height: 100%;
  background: var(--earth);
  width: 0%;
  border-radius: 999px;
  transition: width 0.1s linear;
}
.player-mute {
  background: transparent;
  border: none;
  color: var(--muted);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.player-mute:hover {
  color: var(--ink);
}
.player-mute svg {
  width: 20px;
  height: 20px;
}

.gallery-link-btn, .dialog-poem-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--surface-alt);
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 650;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.gallery-link-btn:hover, .dialog-poem-link:hover {
  background: var(--paper);
  transform: translateY(-1px);
}

.curatorial p {
  margin: 0 0 12px;
  line-height: 1.65;
}
.curatorial p:last-child {
  margin-bottom: 0;
}

