/* ============================================================
   TRUE RISE TATTOO — Site principal
   Estética: mesma do Convivência Desenhada
   Paleta: creme #F4ECDD · dourado #CAAE7F · escuro #1A1714
   ============================================================ */

:root {
  --cream:      #F4ECDD;
  --cream-dark: #EAE0CB;
  --cream-mid:  #E2D5BE;
  --dark:       #1A1714;
  --dark-2:     #3A3530;
  --gold:       #CAAE7F;
  --gold-dark:  #A88D5A;
  --muted:      #8C826F;
  --border:     #DDD3BF;
  --font:       'Outfit', sans-serif;
  --mg:         clamp(20px, 5.5vw, 88px);
  --radius:     2px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font);
  background: var(--cream);
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ── TIPOGRAFIA ─────────────────────────────────────────────── */
.label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--gold-dark);
}
.label-dim {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--muted);
}

h1 { font-size: clamp(52px, 9vw, 130px); font-weight: 900; line-height: 0.92; }
h2 { font-size: clamp(32px, 5vw, 68px);  font-weight: 900; line-height: 0.97; }
h3 { font-size: clamp(18px, 2.5vw, 26px); font-weight: 900; line-height: 1.1; }

p { line-height: 1.75; color: var(--dark-2); max-width: 580px; }

.rule      { width: 100%; height: 1px; background: var(--border); border: none; }
.rule-gold { width: 40px; height: 2px; background: var(--gold); border: none; margin: 16px 0; }

/* ── NAV ────────────────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 300;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--mg);
  height: 60px;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  gap: 16px;
}

.nav__logo {
  display: flex; align-items: center; gap: 10px; flex-shrink: 0;
  opacity: 0.7; transition: opacity 0.2s;
}
.nav__logo:hover { opacity: 1; }
.nav__logo img { width: 26px; filter: brightness(0); }
.nav__logo-name {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}

.nav__links {
  display: flex; align-items: center; gap: 20px;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nav__links a {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); transition: color 0.2s;
}
.nav__links a:hover { color: var(--dark); }

.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  background: var(--dark); color: var(--cream);
  padding: 11px 22px; border-radius: var(--radius);
  transition: background 0.2s; flex-shrink: 0;
}
.nav__cta:hover { background: var(--dark-2); }

.nav__menu-btn {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav__menu-btn span {
  display: block; width: 24px; height: 1.5px; background: var(--dark);
}

/* ── HERO ───────────────────────────────────────────────────── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  border-bottom: 1px solid var(--border);
}

.hero__text {
  padding: clamp(48px, 8vw, 112px) var(--mg);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 28px;
  border-right: 1px solid var(--border);
}

.hero__brand { margin-bottom: 8px; }
.hero__brand img {
  width: clamp(36px, 4vw, 52px);
  filter: brightness(0);
  opacity: 0.7;
}

.hero__eyebrow { display: flex; align-items: center; gap: 14px; }
.hero__eyebrow::after { content: ''; flex: 1; height: 1px; background: var(--border); }

.hero__title { color: var(--dark); }
.hero__title em { font-style: normal; color: var(--gold-dark); }

.hero__sub {
  font-size: clamp(15px, 1.8vw, 19px);
  color: var(--dark-2); line-height: 1.7; max-width: 480px;
}

.hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

.hero__location {
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted);
}

.hero__image {
  background: var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; position: relative;
}
.hero__image img { width: 100%; height: 100%; object-fit: cover; }
.hero__image-placeholder {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; text-align: center; padding: 40px;
}
.hero__image-placeholder .placeholder-icon {
  width: 64px; height: 64px; border: 2px dashed var(--border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--border);
}
.hero__image-placeholder span {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--border);
}

/* ── SEÇÃO GENÉRICA ─────────────────────────────────────────── */
.section {
  padding: clamp(64px, 9vw, 128px) var(--mg);
  border-bottom: 1px solid var(--border);
}
.section__header { margin-bottom: 56px; display: flex; flex-direction: column; gap: 12px; }
.section__header p { font-size: 16px; margin-top: 8px; }

/* ── BOTÕES ─────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 15px 28px; border: none; cursor: pointer;
  transition: all 0.18s; border-radius: var(--radius);
}
.btn-primary { background: var(--dark); color: var(--cream); }
.btn-primary:hover { background: var(--dark-2); }
.btn-gold { background: var(--gold); color: var(--dark); }
.btn-gold:hover { background: var(--gold-dark); color: var(--cream); }
.btn-outline { background: transparent; color: var(--dark); border: 1.5px solid var(--dark); }
.btn-outline:hover { background: var(--dark); color: var(--cream); }
.btn-ghost { background: transparent; color: var(--muted); border: 1.5px solid var(--border); }
.btn-lg { font-size: 13px; padding: 17px 34px; }
.btn-full { width: 100%; }

/* ── SOBRE O ESTÚDIO ────────────────────────────────────────── */
.sobre {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
}
.sobre__text {
  background: var(--cream); padding: 56px 48px;
  display: flex; flex-direction: column; gap: 24px;
}
.sobre__text p { font-size: 17px; line-height: 1.8; max-width: none; }
.sobre__text p + p { margin-top: 0; }

.sobre__photo {
  background: var(--cream-dark); min-height: 420px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.sobre__photo img { width: 100%; height: 100%; object-fit: cover; }
.sobre__photo-placeholder {
  display: flex; flex-direction: column; gap: 10px;
  align-items: center; color: var(--border);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
}

.sobre__stats {
  background: var(--cream-dark);
  padding: 40px 48px; display: flex; flex-direction: column; gap: 24px;
}
.sobre__stat { display: flex; flex-direction: column; gap: 4px; }
.sobre__stat-num {
  font-size: 48px; font-weight: 900;
  line-height: 1; color: var(--gold-dark);
}
.sobre__stat-label {
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted);
}

/* ── ARTISTAS ───────────────────────────────────────────────── */
.artistas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--border);
  border: 1px solid var(--border);
}

.artista-card { background: var(--cream); display: flex; flex-direction: column; }

.artista-card__photo {
  aspect-ratio: 3/4; overflow: hidden; position: relative;
  background: var(--cream-dark);
}
.artista-card__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(20%);
  transition: filter 0.4s, transform 0.4s;
}
.artista-card:hover .artista-card__photo img {
  filter: grayscale(0%); transform: scale(1.04);
}
.artista-card__photo-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: flex-end; padding: 16px;
  color: var(--border);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}

.artista-card__body {
  padding: 20px; display: flex; flex-direction: column; gap: 10px;
  border-top: 1px solid var(--border); flex: 1; justify-content: space-between;
}
.artista-card__name { font-size: 16px; font-weight: 900; color: var(--dark); line-height: 1.1; }
.artista-card__style {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dark);
}
.artista-card__handle { font-size: 12px; color: var(--muted); font-weight: 500; }
.artista-card__actions { display: flex; gap: 8px; margin-top: 4px; }

/* ── ESTILOS ────────────────────────────────────────────────── */
.estilos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--border); border: 1px solid var(--border);
}

.estilo-card { background: var(--cream); overflow: hidden; }
.estilo-card__photo {
  aspect-ratio: 2/3;
  background: var(--cream-dark); overflow: hidden;
}
.estilo-card__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(30%);
  transition: filter 0.4s, transform 0.4s;
}
.estilo-card:hover .estilo-card__photo img {
  filter: grayscale(0%); transform: scale(1.04);
}
.estilo-card__photo-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  color: var(--border); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.estilo-card__body { padding: 24px 22px; border-top: 1px solid var(--border); }
.estilo-card__name { font-size: 20px; font-weight: 900; color: var(--dark); }
.estilo-card__desc {
  font-size: 13px; color: var(--muted);
  line-height: 1.6; margin-top: 8px; max-width: none;
}

/* ── ESPAÇO — GALERIA ───────────────────────────────────────── */
.espaco-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1px; background: var(--border); border: 1px solid var(--border);
}
.espaco-foto {
  background: var(--cream-dark); overflow: hidden; min-height: 260px;
}
.espaco-foto img { width: 100%; height: 100%; object-fit: cover; }
.espaco-foto-placeholder {
  width: 100%; height: 100%; min-height: 260px;
  display: flex; align-items: center; justify-content: center;
  color: var(--border); font-size: 10px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
}
.espaco-foto--large { grid-row: span 2; }

/* ── CONVIVÊNCIA DESENHADA (teaser) — único painel escuro ───── */
.cd-teaser {
  background: var(--dark);
  display: grid; grid-template-columns: 1fr 1fr;
}

.cd-teaser__text {
  padding: clamp(56px, 7vw, 96px) var(--mg);
  display: flex; flex-direction: column; gap: 24px;
}

.cd-teaser__label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold-dark);
}
.cd-teaser__title {
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 900; line-height: 1.0; color: var(--cream);
}
.cd-teaser__title em { font-style: normal; color: var(--gold); }
.cd-teaser__desc {
  font-size: 16px; line-height: 1.75;
  color: var(--cream-mid); max-width: 460px;
}
.cd-teaser__pills { display: flex; flex-wrap: wrap; gap: 8px; }
.cd-pill {
  font-size: 10px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 6px 14px;
  border: 1px solid #3A3530; border-radius: 100px; color: var(--muted);
}
.cd-teaser__btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font); font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  background: var(--gold); color: var(--dark);
  padding: 15px 28px; border-radius: 2px;
  transition: background 0.2s; width: fit-content;
}
.cd-teaser__btn:hover { background: var(--gold-dark); color: var(--cream); }
.cd-teaser__visual {
  background: #252019; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border-left: 1px solid #2A2520;
}
.cd-teaser__visual img { width: 100%; height: 100%; object-fit: cover; }
.cd-teaser__visual-placeholder {
  display: flex; flex-direction: column; gap: 8px;
  align-items: center; color: #2A2520;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
}

/* ── LOCALIZAÇÃO ────────────────────────────────────────────── */
.localizacao {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: var(--border); border: 1px solid var(--border);
}
.localizacao__info {
  background: var(--cream); padding: 56px 48px;
  display: flex; flex-direction: column; gap: 32px;
}
.localizacao__map {
  background: var(--cream-dark); min-height: 400px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.localizacao__map iframe {
  width: 100%; height: 100%; min-height: 400px; border: none;
  filter: grayscale(100%) contrast(90%) opacity(80%);
}

.endereco { display: flex; flex-direction: column; gap: 6px; }
.endereco__label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark);
}
.endereco__text { font-size: 15px; color: var(--dark-2); line-height: 1.6; max-width: none; }

.contato-links { display: flex; flex-direction: column; gap: 12px; }
.contato-link {
  display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 600; color: var(--dark-2);
  transition: color 0.2s;
}
.contato-link:hover { color: var(--gold-dark); }
.contato-link__icon {
  width: 36px; height: 36px; border: 1px solid var(--border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 14px; flex-shrink: 0; transition: border-color 0.2s;
}
.contato-link:hover .contato-link__icon { border-color: var(--gold-dark); }

/* ── FOOTER ─────────────────────────────────────────────────── */
.footer {
  padding: 56px var(--mg) 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  border-top: 1px solid var(--border);
}
.footer__brand { display: flex; flex-direction: column; gap: 16px; }
.footer__brand img { width: 80px; filter: brightness(0); opacity: 0.45; }
.footer__brand p { font-size: 13px; line-height: 1.65; color: var(--muted); }

.footer__col { display: flex; flex-direction: column; gap: 16px; }
.footer__col-title {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-dark);
}
.footer__col a {
  font-size: 13px; color: var(--muted); transition: color 0.2s; display: block;
}
.footer__col a:hover { color: var(--dark); }

.footer__bottom {
  grid-column: 1/-1; padding-top: 24px; border-top: 1px solid var(--border);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
.footer__bottom span { font-size: 11px; color: var(--muted); }

/* ── ARTISTA BIO (card) ─────────────────────────────────────── */
.artista-card__bio {
  font-size: 12px; line-height: 1.65;
  color: var(--muted); margin-top: 6px; max-width: none;
}

.btn-sm { font-size: 11px; padding: 10px 16px; }

/* ── MODAL ARTISTA ──────────────────────────────────────────── */
.artista-modal {
  position: fixed; inset: 0; z-index: 900;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s;
}
.artista-modal.is-open {
  opacity: 1; pointer-events: all;
}
.artista-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(26, 23, 20, 0.72);
  backdrop-filter: blur(4px);
}
.artista-modal__box {
  position: relative; z-index: 1;
  background: var(--cream);
  border: 1px solid var(--border);
  width: min(540px, calc(100vw - 40px));
  max-height: 88vh; overflow-y: auto;
  padding: 48px 44px;
  display: flex; flex-direction: column; gap: 6px;
}
.artista-modal__close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; cursor: pointer;
  font-size: 22px; color: var(--muted); line-height: 1;
  transition: color 0.2s;
}
.artista-modal__close:hover { color: var(--dark); }
.artista-modal__nome {
  font-size: 26px; font-weight: 900; line-height: 1.1;
  color: var(--dark); margin-bottom: 2px;
}
.artista-modal__estilo {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-dark);
}
.artista-modal__handle {
  font-size: 12px; color: var(--muted); font-weight: 500;
  margin-bottom: 8px;
}
.artista-modal__divider {
  width: 40px; height: 2px; background: var(--gold);
  border: none; margin: 16px 0;
}
.artista-modal__bio {
  font-size: 15px; line-height: 1.8;
  color: var(--dark-2); max-width: none;
  margin-bottom: 28px;
}
.artista-modal__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.artista-modal__works {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  margin-bottom: 20px;
}
.artista-modal__works img {
  width: 100%; aspect-ratio: 1; object-fit: cover;
}
/* ── PREVIEW OBRA (hover) ────────────────────────────────────── */
.obra-preview {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 280px;
  border: 1px solid var(--border);
  box-shadow: 0 12px 40px rgba(26,23,20,.22);
  background: var(--cream);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.obra-preview.is-visible {
  opacity: 1;
  transform: scale(1);
}
.obra-preview img {
  width: 100%;
  display: block;
  aspect-ratio: 1;
  object-fit: cover;
}
.artista-modal__works img {
  cursor: zoom-in;
}

.artista-card__photo--placeholder {
  background: var(--cream-dark);
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 3/4;
}
.artista-card__photo--placeholder span {
  font-size: 13px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase;
}

/* ── EVENTOS ────────────────────────────────────────────────── */
.eventos-banner {
  background: var(--dark);
  color: var(--cream);
  border-bottom: 1px solid #2A2520;
}
.eventos-banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px var(--mg);
}
.eventos-banner__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
}
.eventos-banner__label {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}
.eventos-banner__rule {
  flex: 1;
  height: 1px;
  border: none;
  background: #2A2520;
}
.eventos-lista {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #2A2520;
  border: 1px solid #2A2520;
}
.evento-card {
  display: grid;
  grid-template-columns: 88px 1fr auto auto;
  align-items: center;
  gap: 0;
  background: var(--dark);
  padding: 28px 32px;
}
.evento-card + .evento-card { border-top: 1px solid #2A2520; }
.evento-card__data {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 32px;
  border-right: 1px solid #2A2520;
}
.evento-card__dia {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}
.evento-card__mes {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 2px;
}
.evento-card__hora {
  font-size: 10px;
  letter-spacing: .08em;
  color: #4A4540;
  margin-top: 6px;
}
.evento-card__info {
  padding: 0 32px;
}
.evento-card__tipo {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.evento-card__nome {
  font-size: 22px;
  font-weight: 700;
  color: var(--cream);
  margin-bottom: 8px;
}
.evento-card__desc {
  font-size: 13px;
  color: #7A7060;
  line-height: 1.6;
  max-width: 520px;
  margin-bottom: 14px;
}
.evento-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.evento-card__tags span {
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid #2A2520;
  padding: 4px 10px;
}
.evento-card__flyer {
  width: 120px;
  flex-shrink: 0;
  margin: 0 24px;
}
.evento-card__flyer img {
  width: 100%;
  display: block;
}

/* ── RESPONSIVO ─────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .artistas-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ── TABLET / IPAD ───────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
  .nav__links { display: flex; font-size: 12px; gap: 14px; }
  .nav__menu-btn { display: none; }
  .artistas-grid { grid-template-columns: repeat(3, 1fr); }
  .artista-card.hidden-mobile { display: flex; flex-direction: column; }
  .ver-mais-artistas { display: none; }
  .estilos-grid { grid-template-columns: repeat(2, 1fr); }
  .footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav__links { display: none; }
  .nav__menu-btn { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero__image { min-height: 320px; order: -1; border-bottom: 1px solid var(--border); }
  .hero__text { border-right: none; }
  .sobre { grid-template-columns: 1fr; }
  .artistas-grid { grid-template-columns: repeat(2, 1fr); }
  .estilos-grid { grid-template-columns: 1fr; }
  .espaco-grid { grid-template-columns: 1fr 1fr; }
  .espaco-foto--large { grid-row: auto; grid-column: span 2; }
  .cd-teaser { grid-template-columns: 1fr; }
  .cd-teaser__visual { min-height: 280px; border-left: none; border-top: 1px solid #2A2520; }
  .localizacao { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr 1fr; }
  .evento-card { grid-template-columns: 72px 1fr; gap: 0; }
  .evento-card__flyer { display: none; }
  .evento-card__cta { grid-column: 2; padding: 0 20px 20px; }
  .evento-card__info { padding: 0 20px; }
}

@media (max-width: 600px) {
  .artistas-grid { grid-template-columns: 1fr; }
  .espaco-grid { grid-template-columns: 1fr; }
  .espaco-foto--large { grid-column: auto; }
  .footer { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .artista-modal__box { padding: 40px 20px; width: calc(100vw - 24px); }
  .artista-modal__works { grid-template-columns: repeat(3, 1fr); }
  .artista-modal__works img { cursor: zoom-in; }
  .obra-preview { display: none !important; }
}

/* ── LIGHTBOX MOBILE ──────────────────────────────────────── */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.92);
  align-items: center;
  justify-content: center;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: 96vw;
  max-height: 92vh;
  object-fit: contain;
  border-radius: 2px;
}
.lightbox__close {
  position: absolute;
  top: 16px; right: 20px;
  background: none; border: none;
  color: #fff; font-size: 28px;
  cursor: pointer; line-height: 1;
}

/* ── MENU MOBILE ──────────────────────────────────────────── */
.nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 200;
  flex-direction: column;
  padding: 80px 32px 40px;
  gap: 8px;
  overflow-y: auto;
}
.nav__mobile.is-open { display: flex; }
.nav__mobile a {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  color: var(--dark);
}
.nav__mobile-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: var(--dark);
  line-height: 1;
}
.nav__mobile .btn {
  margin-top: 24px;
  text-align: center;
}
.nav__mobile .btn-primary {
  color: var(--cream);
}

/* ── VER MAIS ARTISTAS (mobile) ───────────────────────────── */
@media (max-width: 900px) {
  .artista-card.hidden-mobile { display: none; }
  .artista-card.hidden-mobile.revealed { display: flex; flex-direction: column; }
  .ver-mais-artistas {
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
    grid-column: 1 / -1;
  }
}
