/* FAQ room — own cinema. Share tokens, not the glossary library. */
.faq-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #14110d;
  min-height: 46vh;
}
.faq-hero .plate {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}
.faq-hero .scrim {
  display: block;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,8,6,.78) 0%, rgba(10,8,6,.28) 55%, transparent 80%),
    linear-gradient(transparent 28%, rgba(10,8,6,.88) 100%);
}
.faq-hero .bill {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  padding: 96px 22px 48px;
}
.faq-hero .kicker {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 700;
  margin: 0 0 12px;
}
.faq-hero h1 {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.08;
  margin: 0 0 12px;
}
.faq-hero .lead {
  margin: 0 0 20px;
  max-width: 26em;
  color: rgba(255,255,255,.86);
  font-size: 1.05rem;
}
.faq-search {
  display: flex;
  max-width: 440px;
}
.faq-search input {
  flex: 1;
  min-width: 0;
  font: inherit;
  padding: 13px 16px;
  border: 0;
  border-radius: 4px;
  background: #fffdf8;
  color: #1c1916;
}
.faq-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 80px;
}
.faq-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}
.faq-paths a {
  text-decoration: none;
  font: 650 13px/1 Inter, system-ui, sans-serif;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.faq-paths a.is-on {
  border-color: var(--gold);
  color: var(--gold);
  background: #2a241c;
  color: #f7efe0;
}
.faq-main h2.faq-h {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 4px 0 16px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 560px) { .faq-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .faq-grid { grid-template-columns: 1fr 1fr 1fr; } }
.faq-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 148px;
  padding: 18px 18px 16px;
  background: #1c1916;
  color: #f4efe6;
  border-radius: 6px;
  border: 1px solid #2a241c;
}
.faq-card:hover { border-color: var(--gold-soft); }
.faq-card b {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #fff;
}
.faq-card p {
  margin: 0;
  color: rgba(244,239,230,.72);
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.faq-card .still {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 4px;
  margin: 0 0 12px;
}
.faq-empty { color: var(--muted); }

/* Detail cinema — type sits under the plate, not on faces */
.faq-cine {
  position: relative;
  background: #14110d;
  color: #fff;
  min-height: 0;
}
.faq-cine.no-still { min-height: 0; padding-bottom: 8px; }
.faq-cine .plate {
  display: block;
  width: 100%;
  height: min(52vh, 520px);
  object-fit: cover;
  object-position: center 28%;
}
.faq-cine .bill {
  max-width: 780px;
  margin: 0 auto;
  padding: 36px 22px 28px;
}
.faq-cine .kicker {
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 700;
  margin: 0 0 10px;
}
.faq-cine h1 {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: clamp(1.8rem, 4.5vw, 2.7rem);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin: 0 0 10px;
}
.faq-share { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 0; }
.faq-share button, .faq-share a {
  appearance: none;
  cursor: pointer;
  font: 650 13px/1 Inter, system-ui, sans-serif;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.2);
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.faq-share button:hover, .faq-share a:hover { border-color: var(--gold-soft); color: var(--gold-soft); }

.faq-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 8px 22px 88px;
}
.faq-lede {
  font-size: 1.15rem;
  line-height: 1.45;
  margin: 18px 0 28px;
}
.faq-block { margin: 0 0 32px; }
.faq-block h2 {
  font-family: "Iowan Old Style", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 12px;
}
.faq-block p { margin: 0 0 14px; }
.faq-block ul, .faq-block ol { margin: 0 0 14px; padding-left: 1.2em; }
.faq-block li { margin: 0 0 8px; }
.faq-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 10px;
}
.faq-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.faq-watch-meta { color: var(--muted); font-size: 14px; margin: 0 0 8px; }
.faq-watch-meta a { font-weight: 650; }
.faq-next {
  display: grid;
  gap: 10px;
}
.faq-next a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--card);
}
.faq-next a b { display: block; }
.faq-next a span { color: var(--muted); font-size: 13px; }
.faq-doors, .faq-rel {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-doors a, .faq-rel a {
  text-decoration: none;
  color: inherit;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.faq-doors a:hover, .faq-rel a:hover { color: var(--gold); }
.faq-chiprow { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.faq-chiprow a {
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--ink);
}
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
