/* BFF'26 press-kit article + infobase pages — shared styles */
:root {
  --bg-outer: #000;
  --paper: #f5f0e0;
  --paper-alt: #ece4d0;
  --ink: #161718;
  --ink-soft: #2a2b2d;
  --ink-mute: #5a5b5d;
  --blue: #0090dc;
  --blue-light: #1aa6f0;
  --line: rgba(22,23,24,0.14);
  --font-display: 'Syne Mono', monospace;
  --font-body: 'Courier Prime', 'Courier New', monospace;
  --frame-h: 5vh;
  --frame-w: 3vw;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-outer);
  font-family: var(--font-body);
  color: var(--ink);
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}
body::before {
  content: '';
  position: fixed; inset: 0;
  border: var(--frame-h) solid var(--bg-outer);
  border-left-width: var(--frame-w);
  border-right-width: var(--frame-w);
  z-index: 9995; pointer-events: none;
}
/* cinema seats — fixed to the bottom, on top, on every page */
.cinema-seats {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  z-index: 9996;
  pointer-events: none;
}
.stage {
  background: var(--paper);
  min-height: 100vh;
  padding: calc(var(--frame-h) + 1rem) calc(var(--frame-w) + clamp(1rem,4vw,2.5rem)) calc(var(--frame-h) + 9vh);
}
.wrap { max-width: 680px; margin: 0 auto; }
.wrap.wide { max-width: 860px; }

/* top bar */
.topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding-bottom: 1.1rem; margin-bottom: 1.8rem;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.06em;
  font-size: clamp(0.78rem, 1vw, 0.9rem);
}
.topbar a { color: var(--ink); text-decoration: none; }
.topbar a:hover { color: var(--blue); }
.topbar .home { display: flex; align-items: center; gap: 0.55rem; font-weight: 700; }
.topbar .home img { height: clamp(20px, 2.4vw, 28px); width: auto; display: block; }
.topbar .lang a { color: var(--ink-mute); }
.topbar .lang a.on { color: var(--blue); }
.topbar .lang span { color: var(--line); margin: 0 0.2rem; }

/* article head */
.kicker {
  font-size: clamp(0.7rem, 0.85vw, 0.8rem);
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 0.9rem;
}
h1 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.9rem, 4.6vw, 3.1rem); line-height: 1.08;
  text-transform: uppercase; letter-spacing: 0.01em; margin-bottom: 0.8rem;
}
.standfirst {
  font-size: clamp(1rem, 1.3vw, 1.18rem); color: var(--ink-soft);
  font-style: italic; line-height: 1.6; margin-bottom: 1.2rem;
}
.byline {
  font-size: clamp(0.75rem, 0.9vw, 0.85rem); color: var(--ink-mute);
  letter-spacing: 0.04em; padding-bottom: 1.5rem; margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
}

/* photos */
figure { margin: 1.8rem 0; }
figure img {
  width: 100%; height: auto; display: block;
  border: 1px solid var(--line);
}
figure figcaption {
  font-size: clamp(0.72rem, 0.88vw, 0.82rem); color: var(--ink-mute);
  letter-spacing: 0.03em; margin-top: 0.5rem;
}
.hero-photo { margin: 0 0 1.6rem; }
.hero-photo img {
  width: 100%; height: clamp(200px, 34vw, 360px); object-fit: cover;
  display: block; border: 1px solid var(--line);
}

/* body */
article p { margin-bottom: 1.15rem; }
article h2 {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem); text-transform: uppercase;
  letter-spacing: 0.02em; margin: 2.2rem 0 0.9rem;
}
article a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
article a:hover { color: var(--ink); }
article em { font-style: italic; }
article strong { font-weight: 700; }
article ul { margin: 0 0 1.15rem 1.2rem; }
article li { margin-bottom: 0.4rem; }

/* pull quote */
.pull {
  font-family: var(--font-display); font-weight: 400;
  font-size: clamp(1.3rem, 2.6vw, 1.85rem); line-height: 1.3;
  color: var(--blue); letter-spacing: 0.01em;
  border-left: 3px solid var(--blue);
  padding: 0.3rem 0 0.3rem 1.25rem;
  margin: 2rem 0;
}

/* Q&A (interview) */
.qa { margin-bottom: 1.5rem; }
.qa .q {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(1rem, 1.5vw, 1.15rem); letter-spacing: 0.02em;
  color: var(--ink); margin-bottom: 0.5rem;
}
.qa .a p { margin-bottom: 0.85rem; }

/* editor note */
.ednote {
  background: rgba(0,144,220,0.07); border-left: 3px solid var(--blue);
  padding: 0.8rem 1rem; font-size: clamp(0.8rem,1vw,0.9rem);
  color: var(--ink-mute); margin-bottom: 1.8rem;
}

/* infobase fact blocks */
.factgrid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  gap: 0.75rem; margin: 1.2rem 0;
}
.fact {
  background: var(--paper-alt); border: 1px solid var(--line);
  padding: 0.9rem 1rem;
}
.fact .label {
  font-family: var(--font-display); text-transform: uppercase;
  font-size: clamp(0.72rem,0.9vw,0.82rem); letter-spacing: 0.08em;
  color: var(--blue); margin-bottom: 0.3rem;
}
.toc {
  background: var(--paper-alt); border: 1px solid var(--line);
  padding: 1rem 1.2rem; margin: 1.4rem 0 2rem;
}
.toc strong { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.05em; }
.toc ul { list-style: none; margin: 0.5rem 0 0; padding: 0; columns: 2; }
.toc li { margin-bottom: 0.3rem; }
@media (max-width: 540px) { .toc ul { columns: 1; } }

/* footer */
.artfoot {
  margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line);
  font-size: clamp(0.8rem, 1vw, 0.9rem); color: var(--ink-mute);
}
.artfoot .more { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.35rem; }
.artfoot a { color: var(--blue); text-decoration: none; }
.artfoot a:hover { color: var(--ink); }
.artfoot .cta {
  display: inline-block; margin-top: 1.25rem;
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: clamp(0.78rem,0.95vw,0.85rem);
  background: var(--blue); color: var(--paper); padding: 0.7rem 1.2rem; text-decoration: none;
}
.artfoot .cta:hover { background: var(--blue-light); }


/* ===== CANONICAL HEADER + FOOTER (shared across /26 subpages) ===== */
.topnav {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--frame-h, 5vh); min-height: 44px;
  background: #000; color: #f5f0e0; z-index: 9997;
  display: flex; align-items: center;
  border-bottom: 1px solid rgba(245,240,224,0.15);
}
.topnav-inner {
  width: 100%; max-width: 1200px; margin: 0 auto;
  padding: 0 calc(var(--frame-w, 3vw) + 0.5rem);
  display: flex; gap: 0.4rem 1.6rem; align-items: center;
  overflow-x: auto; white-space: nowrap;
}
.topnav a {
  font-family: 'Syne Mono', monospace;
  font-size: clamp(0.78rem, 1.05vw, 0.95rem);
  letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(245,240,224,0.65); text-decoration: none;
  padding: 0.3rem 0; border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.topnav a:hover { color: #f5f0e0; }
.topnav a.active { color: #4cb8ed; border-bottom-color: #4cb8ed; }
.topnav .brand { color: #f5f0e0; font-weight: 700; letter-spacing: 0.08em; }
.topnav .brand:hover { color: #4cb8ed; }
.topnav .nav-cta {
  margin-left: auto; background: #0090dc; color: #f5f0e0;
  padding: 0.35rem 0.85rem; border-bottom: 0;
  font-weight: 700; letter-spacing: 0.12em;
  font-size: clamp(0.7rem, 0.95vw, 0.85rem);
}
.topnav .nav-cta:hover { background: #1aa6f0; color: #f5f0e0; }
@media (max-width: 700px) { .topnav .nav-cta { margin-left: 0; } }

.footer-band { background: #000; }
.footer-band .footer-inner {
  max-width: 980px; margin: 0 auto;
  padding: 1.75rem calc(var(--frame-w, 3vw) + clamp(1rem, 3vw, 3rem));
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem; font-family: 'Courier Prime','Courier New',monospace;
  font-size: clamp(0.72rem, 0.85vw, 0.82rem);
  color: rgba(245,240,224,0.7);
}
.footer-band h4 {
  color: #f5f0e0; font-family: 'Syne Mono', monospace; font-weight: 400;
  text-transform: uppercase; margin-bottom: 0.5rem;
  font-size: clamp(0.85rem, 1.2vw, 1rem); letter-spacing: 0.08em;
}
.footer-band a { color: #4cb8ed; text-decoration: underline; text-underline-offset: 2px; }
.footer-band a:hover { color: #f5f0e0; }
.footer-band .footer-logo { height: clamp(30px, 4vw, 42px); width: auto; margin-bottom: 0.6rem; opacity: 0.9; display: block; }
.footer-band .footer-bottom {
  grid-column: 1 / -1; border-top: 1px solid rgba(245,240,224,0.15); padding-top: 1rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
  font-size: clamp(0.62rem, 0.78vw, 0.74rem); letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(245,240,224,0.45);
}
/* ===== END CANONICAL HEADER + FOOTER ===== */

