/* ============================================================
   TÉTHYS — arte.css
   Ajustes visuais específicos da página Arte.
   Mantém o mesmo sistema de hero, split, quote e listagem,
   afinando apenas enquadramentos e proporções desta página.
   ============================================================ */

.arte-page .page-hero-photo img {
  object-position: center 46%;
}

.arte-page .page-hero-panel h1 {
  font-style: italic;
  margin-bottom: 1rem;
}

.arte-page .page-hero-subtitle {
  font-family: var(--font-d);
  font-size: clamp(1.2rem, 1.8vw, 1.85rem);
  font-style: italic;
  line-height: 1.55;
  color: var(--cream);
}

.arte-page .content-module--split {
  --module-min-h: clamp(420px, 38vw, 560px);
}

.arte-page .content-module__media img {
  object-position: center 50%;
}

.arte-page .content-listing-card__media img {
  object-position: center;
}

.arte-page .content-listing__header {
  background: var(--sand);
  padding-top: clamp(3rem, 5vw, 4.2rem);
  padding-bottom: clamp(1.1rem, 1.9vw, 1.5rem);
}

.arte-page .content-listing__title {
  color: var(--cream);
  font-size: var(--section-title-size);
  line-height: 1.4;
  font-style: italic;
}

.arte-page .content-listing__body {
  padding-top: clamp(1.5rem, 2.4vw, 2.1rem);
}

.arte-page .content-listing__grid {
  gap: clamp(1.2rem, 2.2vw, 1.75rem);
}

.arte-page .content-listing-card {
  background: var(--dust);
  color: var(--dust-text);
  box-shadow: 0 10px 24px rgba(58, 36, 32, 0.08);
}

.arte-page .content-listing-card__media {
  aspect-ratio: 0.95 / 1;
}

.arte-page .content-listing-card__meta {
  color: rgba(122, 78, 86, 0.58);
  margin-bottom: 0.8rem;
}

.arte-page .content-listing-card__title {
  color: var(--dust-text);
  font-family: var(--font-d);
  font-size: var(--section-title-size);
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}

.arte-page .content-listing-card__text {
  color: rgba(122, 78, 86, 0.92);
  line-height: 1.58;
}

.arte-page .content-listing-card__link {
  border-top-color: rgba(122, 78, 86, 0.16);
  color: var(--dust-text);
}

.arte-page .content-listing-card__body {
  padding: clamp(1.15rem, 1.6vw, 1.45rem);
}

.arte-page .content-listing-card__media img {
  object-position: center 46%;
}

.arte-page .content-module__title {
  font-style: italic;
}

/* ── HERO EXPOSIÇÃO (igualado ao page-hero) ───────────────── */
#arte-hero-expo.galeria-expo-hero {
  min-height: 0;
  height: clamp(390px, 46vw, 600px);
  max-height: clamp(390px, 46vw, 600px);
}

@media (max-width: 768px) {
  #arte-hero-expo.galeria-expo-hero {
    height: auto;
    max-height: none;
  }
}

#arte-hero-expo .galeria-expo-hero__gallery {
  background: #fff;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.5rem);
}

#arte-hero-expo .galeria-expo-hero__frame {
  width: auto;
  max-width: min(100%, 420px);
  height: auto;
}

#arte-hero-expo .galeria-expo-hero__frame img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#arte-hero-expo .galeria-expo-hero__inner {
  margin-top: auto;
  margin-bottom: auto;
}

#arte-hero-expo .action-button {
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.6rem;
}

/* texto proporcional ao h1 do page-hero (28px) */
#arte-hero-expo .galeria-expo-kicker-label {
  font-size: 0.78rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

#arte-hero-expo .galeria-expo-title {
  font-size: 28px;
  margin-bottom: 0.25rem;
}

#arte-hero-expo .galeria-expo-subtitle {
  font-size: 0.95rem;
  margin-bottom: 0.3rem;
}

#arte-hero-expo .galeria-expo-date {
  font-size: 0.68rem;
  margin-bottom: 1.4rem;
}
