/*
Theme Name: 55hh Guia Brasil Cinema 779KkHLp
Theme URI: https://55hh.cam/
Author: 55hh Guia Brasil
Description: Tema editorial independente criado para a reconstrução fresh run-779KkHLp.
Version: 1.0.0
Text Domain: guia-55hh-cinema
*/

:root {
  --bg: #090a0c;
  --panel: #12151a;
  --panel-2: #181c22;
  --text: #f2f2ef;
  --muted: #b4b6b9;
  --gold: #d8a64a;
  --blue: #7da7c7;
  --line: #30343a;
  --focus: #f3ce7b;
  --radius: 22px;
  --reading: 820px;
  --wide: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 50% -10%, #24201a 0, var(--bg) 40rem);
  font-family: "Noto Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.74;
  overflow-wrap: anywhere;
}
a { color: #f0c977; text-decoration-thickness: 1px; text-underline-offset: .22em; }
a:hover { color: #fff1c9; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
img { max-width: 100%; height: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  background: rgba(9, 10, 12, .92);
  border-bottom: 1px solid rgba(216, 166, 74, .18);
  backdrop-filter: blur(16px);
}
.header-inner {
  width: min(calc(100% - 40px), var(--wide));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.custom-logo { display: block; width: auto; height: 50px; max-width: 250px; object-fit: contain; }
.brand-fallback { color: var(--text); font-weight: 800; text-decoration: none; letter-spacing: -.02em; }
.menu-toggle {
  display: none;
  min-width: 46px;
  min-height: 46px;
  margin-left: auto;
  color: var(--text);
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.primary-nav { margin-left: auto; }
.primary-nav ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 4px 14px; list-style: none; }
.primary-nav a { display: inline-flex; min-height: 44px; align-items: center; color: #e7e4dc; font-size: .78rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--gold); }

.site-main { min-height: 70vh; }
.site-article { padding: 72px 20px 104px; }
.article-header { width: min(100%, 960px); margin: 0 auto 54px; text-align: center; }
.article-kicker { margin: 0 0 12px; color: var(--gold); font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.08; text-wrap: balance; }
h1 { margin: 0; font-size: clamp(2.35rem, 6.2vw, 5rem); letter-spacing: -.055em; }
.page-article h1 { font-size: clamp(2.35rem, 5vw, 4.35rem); }
.entry-content > * { width: min(100%, var(--reading)); margin-left: auto; margin-right: auto; }
.entry-content > h2 { margin-top: 104px; margin-bottom: 26px; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.045em; }
.entry-content > h3 { margin-top: 52px; margin-bottom: 18px; font-size: clamp(1.45rem, 2.8vw, 2rem); }
.entry-content p { margin-top: 0; margin-bottom: 24px; color: #e7e7e2; }
.entry-content strong { color: #fff; }
.entry-content > h2::before { content: ""; display: block; width: 68px; height: 2px; margin-bottom: 24px; background: linear-gradient(90deg, var(--gold), transparent); }
.entry-content > figure.editorial-image { width: min(100%, var(--wide)); margin-top: 50px; margin-bottom: 50px; }
.editorial-image img { display: block; width: 100%; border-radius: var(--radius); box-shadow: 0 28px 72px rgba(0, 0, 0, .38); }
.editorial-image figcaption { width: min(100%, var(--reading)); margin: 12px auto 0; color: var(--muted); font-size: .83rem; }
.entry-content table { width: 100%; margin: 30px 0; border-collapse: collapse; background: var(--panel); border: 1px solid var(--line); }
.entry-content th, .entry-content td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { color: #fff; background: #1d2228; }
.entry-content ol, .entry-content ul { margin-top: 24px; margin-bottom: 30px; padding-left: 1.45em; }
.entry-content li { margin-bottom: 13px; }
.entry-content blockquote, .editorial-callout { padding: 26px 30px; background: var(--panel-2); border-left: 3px solid var(--gold); border-radius: 0 16px 16px 0; }

.faq-section { width: min(100%, var(--reading)); margin: 104px auto 0; }
.faq-section h2 { margin-bottom: 26px; font-size: clamp(2rem, 4vw, 3.2rem); }
.faq-item { margin-bottom: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 15px; overflow: clip; }
.faq-item summary { min-height: 58px; padding: 18px 52px 18px 20px; cursor: pointer; color: #fff; font-weight: 780; position: relative; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 13px; color: var(--gold); font-size: 1.45rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 20px 20px; color: #d7d8d5; }
.faq-answer p { margin: 0; }

.site-footer { border-top: 1px solid var(--line); background: #060708; }
.footer-inner { width: min(calc(100% - 40px), var(--wide)); margin: 0 auto; padding: 48px 0; display: grid; grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.5fr); gap: 42px; }
.footer-brand { margin: 0 0 8px; color: #fff; font-weight: 850; }
.footer-note, .footer-contact { margin: 0 0 8px; color: var(--muted); font-size: .88rem; }
.footer-nav ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; list-style: none; }
.footer-nav a { min-height: 44px; display: inline-flex; align-items: center; color: #d9d9d5; font-size: .86rem; }

@media (max-width: 1120px) {
  .header-inner { gap: 20px; }
  .custom-logo { height: 44px; max-width: 210px; }
  .primary-nav a { font-size: .72rem; }
}
@media (max-width: 900px) {
  body { font-size: 17px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .primary-nav { display: none; position: absolute; inset: 72px 16px auto; margin: 0; padding: 14px; background: #111419; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 60px rgba(0, 0, 0, .5); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; }
  .primary-nav a { width: 100%; min-height: 48px; padding: 4px 10px; font-size: .92rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav ul { justify-content: flex-start; }
}
@media (max-width: 600px) {
  body { font-size: 16px; }
  .header-inner { width: calc(100% - 32px); }
  .custom-logo { height: 40px; max-width: 190px; }
  .site-article { padding: 56px 16px; }
  .article-header { margin-bottom: 38px; }
  .entry-content > h2 { margin-top: 56px; }
  .entry-content > h3 { margin-top: 38px; }
  .editorial-image img { border-radius: 14px; }
  .entry-content table { display: block; max-width: 100%; overflow-x: auto; font-size: .9rem; }
  .entry-content th, .entry-content td { min-width: 170px; padding: 12px; }
  .faq-section { margin-top: 64px; }
  .footer-inner { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

