/* Páginas institucionais — mesma identidade clara da Início, Alianças e Compro Ouro. */
body.info-theme {
  --info-gold: #daa520;
  --info-ink: #171614;
  --info-muted: #625c55;
  --info-ivory: #f8f3ea;
  --info-white: #fffdf8;
  --info-line: rgba(23, 22, 20, 0.14);
  background: var(--info-ivory);
  color: var(--info-ink);
}

.info-theme main {
  background: var(--info-ivory);
  color: var(--info-ink);
}

.info-theme .site-header {
  color: var(--info-ink);
}

.info-theme .page-hero,
.info-theme .simple-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(218, 165, 32, 0.28);
  background-color: var(--info-ivory);
  color: var(--info-ink);
}

.info-theme .page-hero::before,
.info-theme .simple-page-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
}

.info-about .about-hero {
  min-height: 650px;
  padding: 132px max(24px, calc(50vw - 590px)) 62px;
  gap: clamp(28px, 5vw, 70px);
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.98), rgba(248, 243, 234, 0.72)),
    url("/fachada-central-aliancas.webp") center / cover no-repeat;
}

.info-about .about-hero::before {
  background: radial-gradient(circle at 82% 22%, rgba(218, 165, 32, 0.17), transparent 30%);
}

.info-about .about-hero > div {
  align-self: center;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(218, 165, 32, 0.27);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 24px 58px rgba(55, 32, 25, 0.12);
  backdrop-filter: blur(18px) saturate(1.08);
}

.info-about .about-hero figure {
  max-height: 500px;
  border: 1px solid rgba(218, 165, 32, 0.3);
  box-shadow: 0 24px 58px rgba(55, 32, 25, 0.16);
}

.info-about .about-hero figure img {
  object-position: center 48%;
}

.info-faq .simple-page-hero {
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.94), rgba(248, 243, 234, 0.68)),
    url("/aliancas-detail-real.webp") 72% 54% / cover no-repeat;
}

.info-contact .simple-page-hero {
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.96), rgba(248, 243, 234, 0.66)),
    url("/hangar-sala-atendimento.webp") center 52% / cover no-repeat;
}

.info-theme .simple-page-hero {
  min-height: 580px;
  padding: 142px max(24px, calc(50vw - 590px)) 62px;
  display: flex;
  align-items: center;
}

.info-theme .simple-page-hero > div {
  width: min(760px, 100%);
  max-width: 760px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid rgba(218, 165, 32, 0.28);
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 24px 58px rgba(55, 32, 25, 0.12);
  backdrop-filter: blur(18px) saturate(1.08);
}

.info-theme .page-hero h1,
.info-theme .simple-page-hero h1 {
  color: var(--info-ink);
  font-size: clamp(3rem, 5.3vw, 5.25rem);
  line-height: 0.98;
}

.info-theme .page-hero > div > p:not(.kicker),
.info-theme .simple-page-hero > div > p:last-of-type {
  color: rgba(23, 22, 20, 0.7);
}

.info-theme .kicker,
.info-theme .breadcrumbs i {
  color: var(--info-gold);
}

.info-theme .breadcrumbs {
  color: rgba(23, 22, 20, 0.62);
}

.info-theme .info-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 26px;
}

.info-theme .contact-unit-choice dd a {
  color: var(--info-ink);
  font-weight: 700;
}

.info-theme .history-placeholder {
  gap: clamp(36px, 7vw, 84px);
  padding-block: 88px;
}

.info-theme .history-placeholder > div {
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid rgba(218, 165, 32, 0.26);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 42px rgba(55, 32, 25, 0.08);
  backdrop-filter: blur(16px);
}

.info-theme .history-placeholder h2,
.info-theme .about-values h2,
.info-theme .faq-columns h2,
.info-theme .contact-unit-choice h2,
.info-theme .contact-form-section h2 {
  color: var(--info-ink);
}

.info-theme .history-placeholder > div:last-child > p,
.info-theme .content-prompts li {
  color: var(--info-muted);
}

.info-theme .about-values {
  gap: 16px;
  padding: 0 max(24px, calc(50vw - 590px)) 96px;
  background:
    radial-gradient(circle at 82% 14%, rgba(218, 165, 32, 0.12), transparent 28%),
    var(--info-ivory);
  color: var(--info-ink);
}

.info-theme .about-values article {
  min-height: 275px;
  padding: 38px;
  border: 1px solid rgba(218, 165, 32, 0.29);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 42px rgba(55, 32, 25, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.info-theme .about-values article:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 25px 52px rgba(55, 32, 25, 0.13);
}

.info-theme .about-values span {
  color: var(--info-gold);
}

.info-theme .about-values h2 {
  margin: 62px 0 14px;
}

.info-theme .about-values p {
  color: var(--info-muted);
}

.info-theme .faq-columns {
  gap: 22px;
  padding-block: 82px 96px;
}

.info-theme .faq-columns > div {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(218, 165, 32, 0.27);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 44px rgba(55, 32, 25, 0.08);
  backdrop-filter: blur(16px);
}

.info-theme .faq-list {
  margin-top: 30px;
}

.info-theme .faq-list details {
  border-color: rgba(23, 22, 20, 0.14);
}

.info-theme .faq-list summary {
  color: var(--info-ink);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.info-theme .faq-list summary:hover {
  padding-left: 8px;
  color: #8b6410;
}

.info-theme .faq-list details[open] {
  border-bottom-color: rgba(218, 165, 32, 0.45);
}

.info-theme .faq-list details p {
  color: var(--info-muted);
}

.info-theme .contact-unit-choice {
  gap: 18px;
  padding-block: 78px;
}

.info-theme .contact-unit-choice article,
.info-theme .contact-unit-choice article.featured {
  border: 1px solid rgba(218, 165, 32, 0.3);
  background: rgba(255, 255, 255, 0.62);
  color: var(--info-ink);
  box-shadow: 0 18px 44px rgba(55, 32, 25, 0.09);
  backdrop-filter: blur(16px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.info-theme .contact-unit-choice article:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 26px 54px rgba(55, 32, 25, 0.14);
}

.info-theme .contact-unit-choice address,
.info-theme .contact-unit-choice .featured address,
.info-theme .contact-unit-choice dt,
.info-theme .contact-unit-choice .featured dt {
  color: var(--info-muted);
}

.info-theme .contact-unit-choice dl,
.info-theme .contact-unit-choice dl > div,
.info-theme .contact-unit-choice .featured dl,
.info-theme .contact-unit-choice .featured dl > div {
  border-color: var(--info-line);
}

.info-theme .contact-unit-choice dd {
  color: var(--info-ink);
}

.info-theme a[href*="wa.me"].button,
.info-theme .contact-form .button.primary {
  border-color: #25d366;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(21, 126, 62, 0.23);
}

.info-theme a[href*="wa.me"].button:hover,
.info-theme .contact-form .button.primary:hover {
  border-color: #1fbd59;
  background: #1fbd59;
  color: #fff;
}

.info-theme .contact-unit-choice .button.ghost,
.info-theme .contact-unit-choice .button.outline-light {
  border-color: #3f342d;
  background: transparent;
  color: #3f342d;
}

.info-theme .contact-form-section {
  gap: clamp(38px, 7vw, 82px);
  padding-block: 86px;
  border-top-color: rgba(218, 165, 32, 0.28);
}

.info-theme .contact-form-section > div:first-child {
  padding: 34px 0;
}

.info-theme .contact-form-section > div:first-child > p:last-child {
  color: var(--info-muted);
  line-height: 1.75;
}

.info-theme .contact-form {
  border: 1px solid rgba(218, 165, 32, 0.29);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 50px rgba(55, 32, 25, 0.1);
  backdrop-filter: blur(17px);
}

.info-theme .contact-form input,
.info-theme .contact-form select,
.info-theme .contact-form textarea {
  border-color: rgba(23, 22, 20, 0.15);
  background: rgba(255, 253, 248, 0.82);
  color: var(--info-ink);
}

.info-theme .contact-maps {
  gap: 18px;
  padding-bottom: 96px;
}

.info-theme .photo-map {
  border: 1px solid rgba(218, 165, 32, 0.3);
  box-shadow: 0 18px 44px rgba(55, 32, 25, 0.1);
}

.info-theme .photo-map img {
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.info-theme .photo-map:hover img {
  transform: scale(1.035);
}

html.effects-ready .info-theme [data-reveal] {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 0.72s ease, transform 0.78s cubic-bezier(0.2, 0.7, 0.2, 1);
}

html.effects-ready .info-theme [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 900px) {
  .info-about .about-hero,
  .info-theme .faq-columns,
  .info-theme .contact-unit-choice,
  .info-theme .contact-form-section {
    grid-template-columns: 1fr;
  }

  .info-about .about-hero {
    padding-top: 116px;
  }

  .info-about .about-hero figure {
    aspect-ratio: 16 / 10;
    width: 100%;
  }

  .info-theme .faq-columns {
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .info-theme .simple-page-hero,
  .info-about .about-hero {
    min-height: 0;
    padding: 108px 16px 44px;
  }

  .info-theme .simple-page-hero > div,
  .info-about .about-hero > div {
    padding: 26px 20px;
    background: rgba(255, 253, 248, 0.82);
  }

  .info-theme .info-hero-actions {
    display: grid;
    gap: 13px;
  }

  .info-theme .page-hero h1,
  .info-theme .simple-page-hero h1 {
    font-size: clamp(2.65rem, 12.5vw, 3.45rem);
  }

  .info-about .about-hero figure {
    aspect-ratio: 4 / 3;
  }

  .info-theme .history-placeholder,
  .info-theme .faq-columns,
  .info-theme .contact-unit-choice,
  .info-theme .contact-form-section {
    width: calc(100% - 32px);
    padding-block: 62px;
  }

  .info-theme .about-values {
    grid-template-columns: 1fr;
    padding: 0 16px 70px;
  }

  .info-theme .about-values article {
    min-height: 0;
    padding: 28px 24px;
  }

  .info-theme .about-values h2 {
    margin-top: 34px;
  }

  .info-theme .faq-columns > div {
    padding: 26px 20px;
  }

  .info-theme .faq-list summary {
    font-size: 1.08rem;
  }

  .info-theme .contact-unit-choice article {
    padding: 28px 22px;
  }

  .info-theme .form-grid,
  .info-theme .contact-maps {
    grid-template-columns: 1fr;
  }

  .info-theme .contact-form-section > div:first-child {
    padding: 0;
  }

  .info-theme .contact-maps {
    width: calc(100% - 32px);
    padding-bottom: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.effects-ready .info-theme [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Sobre — narrativa visual alinhada às páginas principais. */
.info-about .about-store-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding-top: 88px;
  overflow: hidden;
  background: var(--info-ivory);
}

.info-about .about-store-hero::before {
  position: absolute;
  z-index: -1;
  inset: 88px 0 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.88) 0%, rgba(248, 243, 234, 0.72) 44%, rgba(248, 243, 234, 0.26) 78%, rgba(248, 243, 234, 0.12)),
    linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(248, 243, 234, 0.48));
}

.info-about .about-store-background {
  position: absolute;
  z-index: -2;
  inset: 88px 0 0;
}

.info-about .about-store-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 45%;
}

.info-about .about-store-hero-inner {
  min-height: 632px;
  display: flex;
  align-items: center;
  padding-block: 58px;
}

.info-about .about-store-glass {
  width: min(720px, 64%);
  padding: clamp(32px, 4vw, 50px);
  border: 1px solid rgba(218, 165, 32, 0.3);
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 26px 64px rgba(55, 32, 25, 0.14);
  backdrop-filter: blur(18px) saturate(1.1);
}

.info-about .about-store-glass h1 {
  margin: 0;
  color: var(--info-ink);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 5.3vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.info-about .about-store-glass h1 span {
  color: var(--info-gold);
}

.info-about .about-store-glass > p:not(.kicker) {
  max-width: 590px;
  margin: 25px 0 30px;
  color: rgba(23, 22, 20, 0.7);
  line-height: 1.72;
}

.info-about .about-gold-button {
  border-color: var(--info-gold);
  background: var(--info-gold);
  color: #201a13;
  box-shadow: 0 12px 28px rgba(171, 124, 17, 0.22);
}

.info-about .about-dark-button {
  border-color: #3f342d;
  background: #3f342d;
  color: #fff;
  box-shadow: 0 12px 28px rgba(23, 22, 20, 0.18);
}

.info-about .about-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--info-line);
}

.info-about .about-trust span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(23, 22, 20, 0.66);
  font-size: 0.72rem;
}

.info-about .about-trust span::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--info-gold);
  content: "";
}

.info-about .about-story-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 18px;
  padding-block: 94px;
}

.info-about .about-story-photo {
  min-height: 560px;
  margin: 0;
  overflow: hidden;
}

.info-about .about-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.info-about .about-story-photo:hover img {
  transform: scale(1.03);
}

.info-about .about-story-copy {
  align-self: stretch;
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid rgba(218, 165, 32, 0.28);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 46px rgba(55, 32, 25, 0.08);
  backdrop-filter: blur(16px);
}

.info-about .about-story-copy h2,
.info-about .about-services h2 {
  margin: 0;
  color: var(--info-ink);
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.4vw, 4.35rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.info-about .about-story-copy > p:not(.kicker) {
  color: var(--info-muted);
  line-height: 1.75;
}

.info-about .about-story-points {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.info-about .about-story-points li {
  padding: 14px 0;
  border-bottom: 1px solid var(--info-line);
  color: #3f342d;
  font-size: 0.82rem;
}

.info-about .about-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 88px;
}

.info-about .about-values-heading {
  grid-column: 1 / -1;
  max-width: 720px;
  margin-bottom: 38px;
}

.info-about .about-values-heading h2 {
  margin: 0;
  font-size: clamp(2.5rem, 4.4vw, 4.35rem);
}

.info-about .about-services {
  padding-block: 92px 108px;
}

.info-about .about-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 50px;
}

.info-about .about-service-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.82fr) minmax(0, 1.18fr);
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(218, 165, 32, 0.29);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 18px 46px rgba(55, 32, 25, 0.09);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-about .about-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 58px rgba(55, 32, 25, 0.14);
}

.info-about .about-service-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-about .about-service-card > div {
  display: flex;
  flex-direction: column;
  padding: 34px 30px;
}

.info-about .about-service-card span {
  color: var(--info-gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.info-about .about-service-card h3 {
  margin: 28px 0 14px;
  color: var(--info-ink);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.8vw, 2.65rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.info-about .about-service-card p {
  margin: 0;
  color: var(--info-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.info-about .about-service-card strong {
  margin-top: auto;
  padding-top: 24px;
  color: #8b6410;
  font-size: 0.76rem;
}

@media (max-width: 900px) {
  .info-about .about-store-glass {
    width: min(720px, 78%);
  }

  .info-about .about-story-section,
  .info-about .about-service-grid {
    grid-template-columns: 1fr;
  }

  .info-about .about-story-photo {
    min-height: 420px;
  }
}

@media (max-width: 600px) {
  .info-about .about-store-hero {
    min-height: 0;
    padding-top: 82px;
  }

  .info-about .about-store-hero::before,
  .info-about .about-store-background {
    inset: 82px 0 0;
  }

  .info-about .about-store-hero::before {
    background: linear-gradient(180deg, rgba(248, 243, 234, 0.36), rgba(248, 243, 234, 0.82) 46%, rgba(248, 243, 234, 0.96));
  }

  .info-about .about-store-background img {
    object-position: 54% 44%;
  }

  .info-about .about-store-hero-inner {
    width: calc(100% - 32px);
    min-height: 650px;
    align-items: flex-end;
    padding-block: 36px;
  }

  .info-about .about-store-glass {
    width: 100%;
    padding: 28px 20px;
    background: rgba(255, 253, 248, 0.82);
  }

  .info-about .about-store-glass h1 {
    font-size: clamp(2.75rem, 13vw, 3.5rem);
  }

  .info-about .about-store-glass .button-row,
  .info-about .about-store-glass .button {
    width: 100%;
  }

  .info-about .about-story-section,
  .info-about .about-services {
    width: calc(100% - 32px);
    padding-block: 64px;
  }

  .info-about .about-story-photo {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .info-about .about-story-copy {
    padding: 30px 22px;
  }

  .info-about .about-values {
    grid-template-columns: 1fr;
    padding-top: 64px;
  }

  .info-about .about-service-grid {
    margin-top: 34px;
  }

  .info-about .about-service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .info-about .about-service-card > img {
    aspect-ratio: 16 / 10;
  }

  .info-about .about-service-card > div {
    min-height: 280px;
    padding: 28px 22px;
  }
}
