/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* greek */

/* vietnamese */

/* latin-ext */

/* latin */



/* ===== block ===== */

/* ============ RESET & BASE ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: #0A0A0A;
  color: #F2F2F2;
  font-family: "Archivo", "Inter", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { display: block; max-width: 100%; }

:root {
  --accent: #E2231A;
  --bg: #0A0A0A;
  --bg-2: #121212;
  --fg: #F2F2F2;
  --muted: #8F8F8F;
  --line: #232323;
  --line-2: #2F2F2F;
}

.mono { font-family: "JetBrains Mono", ui-monospace, monospace; font-weight: 500; letter-spacing: 0.02em; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px;
  padding: 20px 40px;
  background: rgba(10, 10, 10, 0);
  border-bottom: 1px solid transparent;
  transition: background .3s, border-color .3s, padding .3s;
}
.nav-scrolled {
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
  padding: 14px 40px;
}
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo-img { width: 32px; height: 42px; object-fit: contain; }
.nav-logo-text { display: flex; flex-direction: column; font-family: "presicav", "Poppins", sans-serif; font-weight: 700; font-size: 11px; line-height: 1.15; letter-spacing: 0.04em; }
.nav-center { display: flex; gap: 32px; list-style: none; }
.nav-center a {
  font-family: "presicav", "Poppins", sans-serif; font-weight: 500;
  font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
  color: #E8E8E8; padding: 8px 0; position: relative;
}
.nav-center a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--accent);
  transition: right .3s ease;
}
.nav-center a:hover::after { right: 0; }
.nav-right { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }

.lang-toggle {
  display: inline-flex; align-items: center; gap: 4px;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  color: #777;
}
.lang-toggle .active { color: var(--fg); }
.lang-toggle .lang-slash { color: #444; }

.nav-tickets {
  font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.04em;
  padding: 12px 18px; border-radius: 0; text-transform: uppercase;
  transition: transform .15s;
}
.nav-tickets:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 #fff; }

/* ============ HERO ============ */
.hero {
  min-height: 100vh; padding: 120px 40px 40px; position: relative;
  display: flex; flex-direction: column;
  border-bottom: 1px solid var(--line);
}
.hero-topbar {
  display: flex; justify-content: space-between;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #9A9A9A;
  padding-bottom: 20px; border-bottom: 1px solid var(--line);
}
.hero-edition b { color: var(--accent); font-weight: 900; }

.hero-main {
  flex: 1; display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px;
  align-items: stretch; padding: 48px 0;
}
.hero-type { display: flex; flex-direction: column; justify-content: space-between; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: #BEBEBE;
  margin-bottom: 40px;
}
.tick { display: inline-block; width: 10px; height: 10px; flex-shrink: 0; }

.hero-title {
  font-family: "Archivo Black", sans-serif;
  font-weight: 900; font-size: clamp(72px, 11vw, 180px);
  line-height: 0.88; letter-spacing: -0.03em;
  text-transform: uppercase;
}
.hero-title .line { display: block; }
.hero-title .slash { margin-right: 0.12em; }

.hero-mark {
  position: relative; display: flex; align-items: center; justify-content: flex-end;
  overflow: hidden;
}
.hero-mark-img {
  height: 92%; width: auto; object-fit: contain; position: relative; z-index: 2;
  filter: brightness(0) invert(1);
}
.hero-mark-wash {
  position: absolute; inset: 0; mix-blend-mode: screen; opacity: 0; display: none;
}

/* Make the logo take the accent color via CSS mask */
.hero-mark-img {
  mask-image: none;
  -webkit-mask-image: none;
  mask-size: contain; -webkit-mask-size: contain;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
  mask-position: center; -webkit-mask-position: center;
  background: var(--accent);
  filter: none;
}

.hero-countdown {
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: end;
  padding-top: 32px; border-top: 1px solid var(--line);
}
.cd-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #BEBEBE;
  padding-bottom: 18px;
}
.cd-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.cd-cell {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 0 24px; border-left: 1px solid var(--line);
}
.cd-cell:first-child { border-left: 0; padding-left: 0; }
.cd-num { font-family: "Archivo Black", sans-serif; font-size: 68px; line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
.cd-unit { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8F8F8F; margin-top: 6px; }
.cd-cta { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }

.btn {
  font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 14px 20px; border: 1px solid transparent;
  display: inline-flex; align-items: center; gap: 8px; transition: transform .15s;
}
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 #fff; }
.btn-ghost { border-color: #444; color: #F2F2F2; }
.btn-ghost:hover { border-color: #fff; }
.btn-outline-light { background: transparent; border: 1px solid; }

/* ============ MARQUEE ============ */
.marquee {
  overflow: hidden; border-top: 1px solid; border-bottom: 1px solid;
  background: var(--accent); color: #000;
  padding: 18px 0;
}
.marquee-track {
  display: flex; gap: 40px; white-space: nowrap;
  animation: marquee 18s linear infinite;
  font-family: "Archivo Black", sans-serif; font-size: 28px; letter-spacing: 0.04em;
}
.marquee-item { display: inline-flex; align-items: center; gap: 40px; }
.marquee-dot { width: 14px; height: 14px; border-radius: 50%; background: #000 !important; display: inline-block; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ SECTION LAYOUT ============ */
.section { padding: 100px 40px; border-bottom: 1px solid var(--line); }
.sec-head {
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: end;
  padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--line);
}
.sec-num { font-size: 14px; font-weight: 700; letter-spacing: 0.08em; padding-bottom: 8px; }
.sec-title-wrap { }
.sec-title { font-family: "Archivo Black", sans-serif; font-size: clamp(44px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.025em; text-transform: uppercase; }
.sec-sub { margin-top: 14px; font-size: 15px; color: #9A9A9A; letter-spacing: 0.02em; }
.sec-cta { display: inline-flex; align-items: center; gap: 10px; font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding-bottom: 10px; }
.sec-cta-arrow { font-family: "Archivo Black", sans-serif; font-size: 18px; transition: transform .2s; }
.sec-cta:hover .sec-cta-arrow { transform: translateX(4px); }

/* ============ FILMS ============ */
.films-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.film-card { background: var(--bg); padding: 0; cursor: pointer; transition: background .2s; }
.film-card:hover { background: var(--bg-2); }
.film-poster {
  aspect-ratio: 2 / 3; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border-bottom: 1px solid var(--line);
}
.film-poster-inner {
  position: absolute; inset: 0; padding: 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255,255,255,0.015) 3px, rgba(255,255,255,0.015) 4px),
    linear-gradient(180deg, #151515 0%, #080808 100%);
}
.film-poster-num { font-family: "Archivo Black", sans-serif; font-size: 18px; letter-spacing: 0.04em; color: #555; }
.film-poster-title { font-family: "Archivo Black", sans-serif; font-size: 42px; line-height: 0.9; letter-spacing: -0.02em; text-transform: uppercase; }
.film-poster-director { font-family: "Archivo", sans-serif; font-size: 12px; color: #8F8F8F; letter-spacing: 0.06em; margin-top: 8px; }
.film-poster-stamp {
  position: absolute; bottom: 24px; right: 24px;
  border: 1px solid; padding: 6px 10px;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
  transform: rotate(-8deg); transform-origin: bottom right;
}
.film-poster-hover {
  position: absolute; inset: 0; padding: 28px; background: rgba(10,10,10,0.94);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 16px;
  transition: opacity .25s; pointer-events: none;
}
.film-poster-hover p { font-size: 15px; line-height: 1.5; color: #E4E4E4; }

.film-meta { padding: 20px 24px 24px; }
.film-meta-top { display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 12px; }
.film-meta-top .mono { color: #8F8F8F; }
.film-tag { }
.film-title { font-family: "Archivo Black", sans-serif; font-size: 22px; letter-spacing: -0.01em; text-transform: uppercase; margin-bottom: 4px; }
.film-director { font-size: 13px; color: #8F8F8F; }

/* ============ PROGRAM ============ */
.program-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); margin-bottom: 40px; }
.program-tab {
  background: var(--bg); padding: 20px 18px; text-align: left;
  border: none; border-top: 3px solid transparent; transition: background .2s;
}
.program-tab:hover { background: var(--bg-2); }
.program-tab.active { }
.program-tab-date { font-family: "Archivo Black", sans-serif; font-size: 44px; line-height: 1; letter-spacing: -0.03em; }
.program-tab-day { font-family: "Archivo Black", sans-serif; font-size: 12px; letter-spacing: 0.08em; margin-top: 6px; }
.program-tab-month { font-size: 10px; color: inherit; opacity: 0.65; margin-top: 2px; letter-spacing: 0.12em; }

.program-list { display: flex; flex-direction: column; }
.program-row {
  display: grid; grid-template-columns: 100px 1fr 140px 180px 40px;
  gap: 24px; align-items: center;
  padding: 24px 0; border-top: 1px solid var(--line);
  transition: background .15s, padding .2s;
}
.program-row:last-child { border-bottom: 1px solid var(--line); }
.program-row:hover { padding-left: 16px; padding-right: 16px; background: var(--bg-2); }
.program-time { font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.program-title { font-family: "Archivo Black", sans-serif; font-size: 24px; letter-spacing: -0.01em; text-transform: uppercase; }
.program-kind { font-size: 11px; color: #8F8F8F; letter-spacing: 0.14em; }
.program-loc { font-size: 14px; color: #BEBEBE; }
.program-cta { text-align: right; font-size: 22px; color: #555; transition: color .2s, transform .2s; }
.program-row:hover .program-cta { color: var(--accent); transform: translateX(6px); }

/* ============ JURY ============ */
.jury-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.jury-card { background: var(--bg); padding: 0; display: flex; flex-direction: column; }
.jury-portrait {
  aspect-ratio: 1 / 1; position: relative; display: flex; align-items: center; justify-content: center;
  background:
    radial-gradient(circle at 30% 30%, #1a1a1a 0%, #080808 70%),
    #101010;
  border-bottom: 1px solid var(--line);
}
.jury-initials {
  font-family: "Archivo Black", sans-serif; font-size: 68px; letter-spacing: -0.04em;
  color: #2A2A2A; text-transform: uppercase;
}
.jury-idx { position: absolute; top: 14px; left: 14px; font-size: 11px; color: #555; letter-spacing: 0.12em; }
.jury-info { padding: 20px 22px 24px; }
.jury-name { font-family: "Archivo Black", sans-serif; font-size: 18px; letter-spacing: -0.005em; text-transform: uppercase; }
.jury-role { font-size: 13px; color: #9A9A9A; margin-top: 4px; }
.jury-tag {
  display: inline-block; margin-top: 12px; padding: 4px 8px;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
  border: 1px solid;
}

/* ============ VENUES ============ */
.venues-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.venue-card { background: var(--bg); padding: 36px 40px; transition: background .2s; cursor: pointer; }
.venue-card:hover { background: var(--bg-2); }
.venue-num { font-size: 12px; color: #555; letter-spacing: 0.14em; margin-bottom: 24px; }
.venue-name { font-family: "Archivo Black", sans-serif; font-size: 28px; letter-spacing: -0.015em; text-transform: uppercase; line-height: 1.05; }
.venue-addr { font-size: 14px; color: #BEBEBE; margin-top: 10px; }
.venue-foot { display: flex; align-items: center; gap: 14px; margin-top: 20px; font-size: 11px; color: #8F8F8F; letter-spacing: 0.14em; }
.venue-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }

/* ============ NEWS ============ */
.news-list { display: flex; flex-direction: column; }
.news-row {
  display: grid; grid-template-columns: 120px 160px 1fr 40px;
  gap: 24px; align-items: center;
  padding: 24px 0; border-top: 1px solid var(--line);
  transition: padding .2s, background .15s;
}
.news-row:last-child { border-bottom: 1px solid var(--line); }
.news-row:hover { padding-left: 16px; padding-right: 16px; background: var(--bg-2); }
.news-date { font-size: 12px; color: #8F8F8F; letter-spacing: 0.14em; }
.news-tag { justify-self: start; padding: 4px 10px; border: 1px solid; font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em; }
.news-title { font-family: "Archivo Black", sans-serif; font-size: 22px; letter-spacing: -0.01em; text-transform: uppercase; }
.news-arrow { text-align: right; font-size: 22px; color: #555; transition: color .2s, transform .2s; }
.news-row:hover .news-arrow { color: var(--accent); transform: translateX(6px); }

/* ============ ABOUT ============ */
.about-section { padding: 120px 40px; }
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: start; }
.about-big { }
.about-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: #BEBEBE; margin-bottom: 32px;
}
.about-body {
  font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: clamp(24px, 2.6vw, 36px); line-height: 1.25; letter-spacing: -0.005em;
  color: #F2F2F2; text-wrap: pretty;
}
.about-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.stat { background: var(--bg); padding: 32px 28px; }
.stat-n { font-family: "Archivo Black", sans-serif; font-size: 88px; line-height: 1; letter-spacing: -0.05em; }
.stat-l { font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 8px; }

/* ============ SPONSORS ============ */
.sponsors-section { padding: 80px 40px; }
.sponsors-head {
  display: flex; align-items: center; gap: 12px;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: #BEBEBE; margin-bottom: 40px;
}
.sponsors-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border: 1px solid var(--line);
}
.sponsor-cell {
  background: var(--bg); padding: 36px 24px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.08em;
  color: #9A9A9A; text-align: center; transition: color .2s, background .2s;
  min-height: 120px;
}
.sponsor-cell:hover { background: var(--bg-2); color: var(--fg); }

/* ============ NEWSLETTER ============ */
.newsletter-section { padding: 120px 40px; background: var(--bg-2); }
.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.newsletter-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(48px, 6vw, 92px); line-height: 0.95; letter-spacing: -0.03em;
  text-transform: uppercase;
}
.newsletter-sub { margin-top: 16px; font-size: 16px; color: #9A9A9A; }
.newsletter-form { display: flex; border: 1px solid var(--line-2); background: var(--bg); }
.newsletter-input {
  flex: 1; background: transparent; border: none; outline: none; color: var(--fg);
  font-family: "Archivo", sans-serif; font-size: 16px; padding: 22px 24px;
}
.newsletter-input::placeholder { color: #666; }
.newsletter-btn {
  font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 0 28px; transition: padding .2s;
}
.newsletter-btn:hover { padding-left: 36px; padding-right: 36px; }

/* ============ FOOTER ============ */
.footer { padding: 80px 40px 32px; background: #050505; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr; gap: 80px; align-items: start; padding-bottom: 48px; border-bottom: 1px solid var(--line); }
.footer-logo { width: auto; height: auto; }

.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-h { font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.14em; color: var(--accent); margin-bottom: 14px; }
.footer-grid > div > div:not(.footer-h) { font-size: 14px; color: #BEBEBE; margin-bottom: 4px; }
.footer-foot { display: flex; justify-content: space-between; padding-top: 28px; font-size: 12px; color: #666; letter-spacing: 0.06em; }

/* nav logo (typography) — no mask */

/* ============ RESPONSIVE ============ */
@media (max-width: 1200px) {
  .hero-main { grid-template-columns: 1.3fr 1fr; gap: 32px; }
  .about-grid { gap: 48px; }
  .newsletter-inner { gap: 48px; }
}

@media (max-width: 1024px) {
  .nav { padding: 16px 24px; grid-template-columns: 1fr auto; gap: 16px; }
  .nav-scrolled { padding: 12px 24px; }
  .nav-center { display: none; }
  .nav-tickets { padding: 10px 14px; font-size: 12px; }

  .hero { padding: 100px 24px 32px; }
  .hero-main { grid-template-columns: 1fr; gap: 24px; padding: 32px 0; }
  .hero-mark { display: none; }
  .hero-countdown { grid-template-columns: 1fr; gap: 24px; }
  .cd-cta { align-items: stretch; flex-direction: row; }
  .cd-cta .btn { flex: 1; justify-content: center; }

  .section, .apply-hero, .newsletter-section { padding-left: 24px; padding-right: 24px; }
  .section { padding-top: 72px; padding-bottom: 72px; }

  .sec-head { grid-template-columns: 1fr; gap: 12px; }
  .sec-cta { justify-self: start; }

  .films-grid { grid-template-columns: repeat(2, 1fr); }
  .program-tabs { grid-template-columns: repeat(3, 1fr); }
  .jury-grid { grid-template-columns: repeat(3, 1fr); }
  .venues-grid { grid-template-columns: 1fr; }
  .venue-card { padding: 28px 24px; }
  .about-grid, .newsletter-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .sponsors-grid { grid-template-columns: repeat(3, 1fr); }

  .program-row { grid-template-columns: 70px 1fr 32px; gap: 16px; }
  .program-row .program-kind, .program-row .program-loc { display: none; }
  .news-row { grid-template-columns: 90px 1fr 32px; gap: 16px; }
  .news-row .news-tag { display: none; }

  .apply-hero { padding: 48px 24px 72px; }
  .apply-hero-main { grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
  .apply-hero-stats { grid-template-columns: 1fr; }
  .apply-hero-cta-row { flex-direction: column; align-items: stretch; gap: 24px; }
  .apply-hero-cta { width: 100%; justify-content: center; }

  .footer { padding: 64px 24px 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; padding-bottom: 32px; }
  .footer-logo { height: 80px; width: 64px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .footer-foot { flex-direction: column; gap: 6px; align-items: flex-start; }
}

@media (max-width: 680px) {
  .hero-topbar { flex-wrap: wrap; gap: 8px; font-size: 10px; }
  .hero-kicker { font-size: 11px; margin-bottom: 24px; }
  .hero-title { font-size: clamp(52px, 15vw, 88px); }

  .cd-grid { grid-template-columns: repeat(4, 1fr); }
  .cd-cell { padding: 0 12px; }
  .cd-cell:first-child { padding-left: 0; }
  .cd-num { font-size: 40px; }
  .cd-unit { font-size: 9px; letter-spacing: 0.1em; }
  .cd-cta { flex-direction: column; }

  .marquee-track { font-size: 20px; gap: 28px; }
  .marquee-item { gap: 28px; }

  .sec-title { font-size: clamp(36px, 10vw, 56px); }
  .films-grid { grid-template-columns: 1fr; }
  .film-poster-title { font-size: 32px; }

  .program-tabs { grid-template-columns: repeat(2, 1fr); }
  .program-tab { padding: 16px 14px; }
  .program-tab-date { font-size: 32px; }
  .program-row { grid-template-columns: 60px 1fr; gap: 12px; padding: 20px 0; }
  .program-row .program-cta { display: none; }
  .program-time { font-size: 18px; }
  .program-title { font-size: 18px; }

  .jury-grid { grid-template-columns: repeat(2, 1fr); }
  .jury-initials { font-size: 48px; }

  .news-row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
  .news-row .news-arrow { display: none; }
  .news-title { font-size: 18px; }

  .about-section { padding: 80px 24px; }
  .about-body { font-size: clamp(20px, 5vw, 28px); }
  .about-stats { grid-template-columns: 1fr; }
  .stat-n { font-size: 64px; }

  .sponsors-grid { grid-template-columns: repeat(2, 1fr); }
  .sponsor-cell { padding: 24px 12px; font-size: 11px; min-height: 90px; }

  .newsletter-section { padding: 80px 24px; }
  .newsletter-title { font-size: clamp(36px, 10vw, 56px); }
  .newsletter-form { flex-direction: column; }
  .newsletter-input { padding: 16px 18px; }
  .newsletter-btn { padding: 16px; justify-content: center; display: flex; }

  .apply-hero-topbar { flex-wrap: wrap; gap: 8px; font-size: 10px; }
  .apply-hero-title { font-size: clamp(40px, 12vw, 72px); }
  .apply-hero-sub { font-size: 16px; }
  .apply-hero-card { padding: 24px 20px; }
  .apply-hero-cd-grid { font-size: 24px; }
  .apply-hero-stat-n { font-size: 56px; }

  .footer-grid { grid-template-columns: 1fr; }

  /* Apply form */
  .apply-overlay { padding: 0; }
  .apply-panel { border: 0; max-height: 100vh; }
  .apply-head { padding: 14px 18px; flex-wrap: wrap; gap: 12px; }
  .apply-head-left { gap: 12px; }
  .apply-head-title { font-size: 16px; }
  .apply-head-sub { font-size: 10px; }
  .apply-close-label { display: none; }
  .apply-close { padding: 8px 12px; }

  .apply-rail { grid-template-columns: repeat(5, 1fr); }
  .apply-rail-step { padding: 10px 8px; }
  .apply-rail-num { font-size: 13px; }
  .apply-rail-name { display: none; }
  .apply-rail-step.active .apply-rail-name { display: block; font-size: 10px; margin-top: 2px; }

  .apply-meta { padding: 16px 18px; gap: 16px; }
  .apply-required ul { grid-template-columns: 1fr; }

  .apply-body { padding: 32px 18px 24px; }
  .apply-h1 { font-size: clamp(28px, 8vw, 40px); }
  .apply-sub { font-size: 14px; }
  .apply-fieldset { margin-top: 32px; }
  .apply-fieldset-body { padding: 18px; }
  .row { grid-template-columns: 1fr; }
  .upload-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .review-row { grid-template-columns: 1fr; gap: 2px; }

  .apply-foot {
    grid-template-columns: 1fr 1fr; padding: 14px 18px; gap: 10px;
  }
  .apply-foot-step { grid-column: 1 / -1; text-align: center; order: -1; }
  .apply-foot .btn { width: 100%; justify-content: center; font-size: 12px; padding: 12px 14px; }

  .apply-done { padding: 48px 24px; }
  .apply-done-mark { font-size: 56px; }
}


/* ===== block ===== */

/* ============ APPLY HERO (phase=open) ============ */
.apply-hero { padding: 80px 40px 100px; border-bottom: 1px solid var(--line); }
.apply-hero-topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 20px; margin-bottom: 48px;
  border-bottom: 1px solid var(--line);
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: #BEBEBE;
}
.apply-hero-status { display: inline-flex; align-items: center; gap: 12px; }
.pulse-dot {
  width: 10px; height: 10px; border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 currentColor; opacity: 1; }
  50% { box-shadow: 0 0 0 8px transparent; opacity: 0.7; }
}

.apply-hero-main { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; margin-bottom: 60px; }
.apply-hero-left { display: flex; flex-direction: column; }
.apply-hero-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(52px, 7vw, 120px); line-height: 0.92;
  letter-spacing: -0.03em; text-transform: uppercase;
  margin-top: 24px;
}
.apply-hero-title .line { display: block; }
.apply-hero-sub {
  margin-top: 32px; max-width: 640px;
  font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: clamp(18px, 1.6vw, 24px); line-height: 1.4;
  color: #D4D4D4; text-wrap: pretty;
}
.apply-hero-cta-row {
  display: flex; gap: 32px; align-items: center; flex-wrap: wrap;
  margin-top: auto; padding-top: 48px;
}
.apply-hero-cta {
  font-size: 16px; padding: 20px 28px;
}
.apply-hero-cd { display: flex; flex-direction: column; gap: 6px; }
.apply-hero-cd-label {
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: #8F8F8F;
}
.apply-hero-cd-grid {
  display: flex; align-items: center; gap: 6px;
  font-family: "Archivo Black", sans-serif; font-size: 32px;
  letter-spacing: -0.02em; font-variant-numeric: tabular-nums;
}
.apply-hero-cd-sep { color: #444; }

.apply-hero-right { }
.apply-hero-card {
  background: var(--bg-2); border: 1px solid var(--line);
  padding: 32px;
}
.apply-hero-card-head {
  display: flex; align-items: center; gap: 10px;
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; color: #BEBEBE; margin-bottom: 20px;
}
.apply-hero-steps { list-style: none; margin-bottom: 28px; }
.apply-hero-steps li {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 0; border-top: 1px solid var(--line);
  font-family: "Archivo Black", sans-serif; font-size: 15px;
  letter-spacing: -0.005em;
}
.apply-hero-steps li:first-child { border-top: 0; }
.apply-hero-step-n { font-size: 13px; letter-spacing: 0.06em; min-width: 28px; }
.apply-hero-card-divider { height: 1px; background: var(--line); margin: 24px 0; }
.apply-hero-reqs { list-style: none; display: grid; gap: 10px; }
.apply-hero-reqs li { display: flex; gap: 10px; font-size: 14px; color: #D4D4D4; }
.apply-hero-check { font-family: "Archivo Black", sans-serif; }

.apply-hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.apply-hero-stat { background: var(--bg); padding: 32px 28px; }
.apply-hero-stat-n {
  font-family: "Archivo Black", sans-serif;
  font-size: 72px; line-height: 1; letter-spacing: -0.04em;
}
.apply-hero-stat-l {
  font-family: "Archivo Black", sans-serif; font-size: 12px;
  letter-spacing: 0.1em; text-transform: uppercase; margin-top: 10px; color: #D4D4D4;
}

/* ============ APPLY FORM OVERLAY ============ */
.apply-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(5, 5, 5, 0.88); backdrop-filter: blur(12px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 32px; overflow-y: auto;
  animation: fadeIn .25s ease;
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.apply-panel {
  width: 100%; max-width: 1100px; max-height: calc(100vh - 64px);
  overflow-y: auto;
  background: var(--bg); border: 1px solid var(--line-2);
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
  display: flex; flex-direction: column;
}

.apply-head {
  position: sticky; top: 0; z-index: 5;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 32px; background: var(--bg); border-bottom: 1px solid var(--line);
}
.apply-head-left { display: flex; align-items: center; gap: 16px; }
.apply-head-logo {
  width: 32px; height: 42px; object-fit: contain;
  mask-image: none; -webkit-mask-image: none;
  mask-size: contain; -webkit-mask-size: contain;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
  mask-position: center; -webkit-mask-position: center;
  background: var(--accent);
}
.apply-head-title { font-family: "Archivo Black", sans-serif; font-size: 20px; letter-spacing: -0.01em; text-transform: uppercase; }
.apply-head-sub { font-size: 12px; color: #8F8F8F; letter-spacing: 0.04em; }
.apply-close {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 16px; border: 1px solid var(--line-2);
  transition: border-color .2s;
}
.apply-close:hover { border-color: var(--accent); }
.apply-close-label { font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.apply-close-x { font-size: 22px; line-height: 1; }

.apply-rail {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px;
  background: var(--line); border-bottom: 1px solid var(--line);
}
.apply-rail-step {
  background: var(--bg-2); padding: 18px 16px; text-align: left;
  border: none; color: #8F8F8F;
  border-top: 3px solid transparent; transition: background .2s, color .2s;
  cursor: default;
}
.apply-rail-step.done { color: #E4E4E4; cursor: pointer; }
.apply-rail-step.done:hover { background: var(--bg); }
.apply-rail-step.active { cursor: default; }
.apply-rail-num { font-family: "Archivo Black", sans-serif; font-size: 18px; letter-spacing: 0.04em; }
.apply-rail-name { font-family: "Archivo Black", sans-serif; font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; margin-top: 6px; }

.apply-meta {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 32px;
  padding: 24px 32px; border-bottom: 1px solid var(--line); background: var(--bg-2);
}
.apply-progress { display: flex; flex-direction: column; gap: 8px; justify-content: center; }
.apply-progress-label {
  display: flex; justify-content: space-between;
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; color: #BEBEBE; text-transform: uppercase;
}
.apply-progress-bar { height: 3px; background: var(--line); overflow: hidden; }
.apply-progress-fill { height: 100%; transition: width .3s ease; }

.apply-required { }
.apply-required-head {
  display: flex; align-items: center; gap: 10px;
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.14em; color: #BEBEBE; margin-bottom: 10px; text-transform: uppercase;
}
.apply-required ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 20px; }
.apply-required li { font-size: 12px; color: #BEBEBE; padding-left: 14px; position: relative; }
.apply-required li::before { content: "·"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

.apply-body { padding: 48px 32px 32px; }
.apply-step-kicker {
  font-size: 11px; color: #8F8F8F; letter-spacing: 0.14em; margin-bottom: 16px;
}
.apply-h1 {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(36px, 5vw, 68px); line-height: 0.95;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.apply-h1 em { font-style: normal; }
.apply-sub {
  margin-top: 16px; max-width: 680px;
  font-size: 16px; color: #BEBEBE; line-height: 1.45;
}

.apply-fieldset { border: none; margin-top: 48px; }
.apply-legend {
  display: flex; align-items: center; gap: 12px;
  font-family: "Archivo Black", sans-serif; font-size: 16px;
  letter-spacing: 0.02em; text-transform: uppercase; margin-bottom: 4px;
}
.apply-legend-bar { width: 16px; height: 3px; display: inline-block; }
.apply-legend-hint { font-size: 13px; color: #8F8F8F; margin-bottom: 20px; margin-left: 28px; }
.apply-fieldset-body {
  display: flex; flex-direction: column; gap: 20px;
  padding: 28px 28px 28px 28px;
  background: var(--bg-2); border: 1px solid var(--line);
  margin-top: 16px;
}
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.field-wrap { display: flex; flex-direction: column; gap: 6px; }
.field-label {
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #BEBEBE;
}
.field-label .req { color: var(--accent); margin-left: 4px; }
.field-input {
  background: var(--bg); border: 1px solid var(--line-2);
  color: var(--fg); font-family: "Archivo", sans-serif; font-size: 15px;
  padding: 14px 16px; outline: none; transition: border-color .15s;
  width: 100%;
}
.field-input:focus { border-color: var(--accent); }
.field-input.error { border-color: #FF5555; }
.field-textarea { resize: vertical; font-family: "Archivo", sans-serif; line-height: 1.5; }
.field-hint { font-size: 12px; color: #8F8F8F; margin-top: 4px; }
.field-error { font-size: 12px; color: #FF5555; }

.budget-input-wrap { position: relative; }
.budget-sign {
  position: absolute; left: 16px; top: 50%; transform: translateY(-50%);
  font-family: "Archivo Black", sans-serif; font-size: 18px;
}
.budget-input { padding-left: 36px; }

.upload-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 8px; }
.upload-box {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 28px 20px;
  background: var(--bg); border: 1px dashed var(--line-2);
  cursor: pointer; transition: border-color .2s, background .2s;
  text-align: center;
}
.upload-box:hover { border-color: var(--accent); background: var(--bg-2); }
.upload-box.big { padding: 48px 24px; }
.upload-box.has-file { border-style: solid; }
.upload-icon { font-size: 32px; opacity: 0.8; }
.upload-label { font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.02em; text-transform: uppercase; }
.upload-hint { font-size: 11px; color: #8F8F8F; letter-spacing: 0.06em; text-transform: uppercase; }

.decl-list { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; }
.decl-check, .decl-radio {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 20px; background: var(--bg-2); border: 1px solid var(--line);
  cursor: pointer; transition: border-color .15s;
}
.decl-check:hover, .decl-radio:hover { border-color: var(--line-2); }
.decl-box {
  flex-shrink: 0; width: 22px; height: 22px;
  border: 2px solid var(--line-2); display: flex; align-items: center; justify-content: center;
  transition: all .15s;
}
.decl-tick { color: #000; font-family: "Archivo Black", sans-serif; font-size: 14px; }
.decl-label { font-size: 15px; line-height: 1.45; color: #E4E4E4; text-wrap: pretty; }
.decl-label .req { margin-left: 2px; }

.decl-radio-block {
  padding: 20px 20px 8px; background: var(--bg-2); border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
}
.decl-radio-title {
  font-family: "Archivo Black", sans-serif; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 4px;
}
.decl-radio {
  background: var(--bg); border-color: var(--line);
}
.decl-dot {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid var(--line-2); display: flex; align-items: center; justify-content: center;
  transition: border-color .15s;
}
.decl-dot-inner { width: 10px; height: 10px; border-radius: 50%; }

.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); margin-top: 32px; }
.review-card { background: var(--bg); padding: 24px 28px; }
.review-card-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.review-card-head h3 { font-family: "Archivo Black", sans-serif; font-size: 15px; letter-spacing: 0.02em; text-transform: uppercase; }
.review-edit { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.review-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 12px; padding: 6px 0; font-size: 13px; }
.review-row dt { color: #8F8F8F; letter-spacing: 0.04em; }
.review-row dd { color: #E4E4E4; word-break: break-word; }
.review-row dd .muted { color: #555; }

.apply-foot {
  position: sticky; bottom: 0; z-index: 5;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 20px 32px; border-top: 1px solid var(--line);
  background: var(--bg);
}
.apply-foot > div:last-child { justify-self: end; }
.apply-foot-step { font-size: 12px; color: #8F8F8F; letter-spacing: 0.14em; }

/* Done screen */
.apply-done {
  padding: 80px 48px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.apply-done-mark { font-size: 80px; margin-bottom: 8px; }
.apply-done-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(40px, 6vw, 72px); line-height: 0.95;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.apply-done-body { max-width: 560px; font-size: 16px; line-height: 1.5; color: #BEBEBE; }
.apply-done-ref {
  display: inline-flex; gap: 10px; padding: 10px 18px;
  border: 1px solid var(--line-2); margin-top: 8px;
}
.apply-done-ref-code { font-size: 14px; font-weight: 700; }
.apply-done-steps {
  list-style: none; display: grid; gap: 12px; max-width: 520px;
  margin-top: 24px; text-align: left;
}
.apply-done-steps li {
  display: flex; gap: 14px; align-items: center;
  padding: 14px 16px; background: var(--bg-2); border: 1px solid var(--line);
  font-size: 14px; color: #E4E4E4;
}
.apply-done-n {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Archivo Black", sans-serif; font-size: 13px; color: #000;
}

/* Responsive apply */
@media (max-width: 1100px) {
  .apply-hero-main { grid-template-columns: 1fr; }
  .apply-hero-stats { grid-template-columns: 1fr; }
  .apply-rail { grid-template-columns: repeat(5, 1fr); }
  .apply-meta { grid-template-columns: 1fr; gap: 20px; }
  .row { grid-template-columns: 1fr; }
  .upload-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: 1fr; }
  .apply-overlay { padding: 16px; }
  .apply-panel { max-height: calc(100vh - 32px); }
}


/* ===== block ===== */

/* ============ PAGE HERO ============ */
.page-hero {
  padding: 140px 40px 60px;
  border-bottom: 1px solid var(--line);
}
.page-hero-topbar {
  display: flex; justify-content: space-between;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #9A9A9A;
  padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid var(--line);
}
.page-hero-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #BEBEBE;
  margin-bottom: 24px;
}
.page-hero-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(60px, 10vw, 160px); line-height: 0.9;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.page-hero-title .line { display: inline; }
.page-hero-sub {
  margin-top: 28px; max-width: 780px;
  font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: clamp(18px, 1.6vw, 24px); line-height: 1.4;
  color: #D4D4D4; text-wrap: pretty;
}

/* Mobile burger */
.nav-burger {
  display: none; flex-direction: column; gap: 4px; padding: 8px;
}
.nav-burger span { width: 22px; height: 2px; background: #fff; display: block; }
.nav-mobile {
  position: fixed; top: 72px; left: 0; right: 0; z-index: 99;
  background: rgba(10, 10, 10, 0.98); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); padding: 24px;
}
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.nav-mobile a {
  display: block; padding: 16px 0;
  font-family: "Archivo Black", sans-serif; font-size: 18px;
  letter-spacing: 0.02em; text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

/* ============ FEATURED NEWS CARD ============ */
.featured-card {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
  background: var(--bg-2); border: 1px solid var(--line);
  transition: border-color .2s;
}
.featured-card:hover { border-color: var(--accent); }
.featured-img {
  aspect-ratio: 4/3;
  background:
    radial-gradient(circle at 30% 30%, #1a1a1a 0%, #080808 70%),
    #101010;
  position: relative; overflow: hidden;
}
.featured-img-inner {
  position: absolute; inset: 0; padding: 32px;
  display: flex; align-items: center; justify-content: center;
}
.featured-img-stamp {
  position: absolute; top: 24px; left: 24px;
  border: 1px solid; padding: 6px 10px;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
}
.featured-img-mark {
  width: 40%; aspect-ratio: 755/1000; object-fit: contain;
  mask-image: none; -webkit-mask-image: none;
  mask-size: contain; -webkit-mask-size: contain;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
  mask-position: center; -webkit-mask-position: center;
  opacity: 0.12;
}
.featured-body { padding: 48px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.featured-meta { display: flex; gap: 16px; align-items: center; font-size: 12px; color: #8F8F8F; letter-spacing: 0.1em; }
.featured-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(32px, 3.6vw, 52px); line-height: 1; letter-spacing: -0.02em;
  text-transform: uppercase;
}
.featured-excerpt { font-size: 16px; line-height: 1.55; color: #D4D4D4; }
.featured-cta {
  display: inline-flex; gap: 10px; margin-top: 8px;
  font-family: "Archivo Black", sans-serif; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* News filters */
.news-filters {
  display: flex; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 40px;
}
.news-filter-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.news-filter-cat {
  padding: 10px 16px; border: 1px solid var(--line-2);
  font-family: "Archivo Black", sans-serif; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all .15s;
}
.news-filter-cat:hover { border-color: #fff; }
.news-filter-search input {
  background: var(--bg); border: 1px solid var(--line-2);
  color: var(--fg); padding: 10px 16px; width: 260px;
  font-family: "Archivo", sans-serif; font-size: 14px; outline: none;
}
.news-filter-search input:focus { border-color: var(--accent); }

/* News grid */
.news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.news-card {
  background: var(--bg); padding: 0 0 24px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative; transition: background .2s;
}
.news-card:hover { background: var(--bg-2); }
.news-card-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #181818 0%, #080808 100%);
  border-bottom: 1px solid var(--line); position: relative;
}
.news-card-img-inner {
  position: absolute; inset: 0; padding: 20px;
  display: flex; align-items: flex-end;
}
.news-card-meta { display: flex; gap: 12px; align-items: center; padding: 0 24px; font-size: 11px; color: #8F8F8F; letter-spacing: 0.1em; }
.news-card-title { font-family: "Archivo Black", sans-serif; font-size: 20px; line-height: 1.15; letter-spacing: -0.01em; text-transform: uppercase; padding: 0 24px; }
.news-card-excerpt { padding: 0 24px; font-size: 14px; line-height: 1.5; color: #BEBEBE; }
.news-card-arrow { position: absolute; bottom: 24px; right: 24px; font-size: 22px; }

.news-empty { padding: 80px 0; text-align: center; color: #666; font-size: 14px; }

/* ============ ARTICLE ============ */
.article-page { padding: 140px 40px 80px; }
.article-crumb {
  display: flex; gap: 10px; align-items: center;
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #8F8F8F;
  padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 40px;
}
.article-crumb a:hover { color: #fff; }
.article-crumb-current { color: var(--accent); }

.article-head { max-width: 1000px; margin-bottom: 40px; }
.article-head-meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 28px; font-size: 12px; color: #8F8F8F; letter-spacing: 0.1em; }
.article-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(40px, 5.5vw, 84px); line-height: 0.95;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.article-lede {
  margin-top: 24px;
  font-size: clamp(18px, 1.7vw, 24px); line-height: 1.4; color: #D4D4D4; text-wrap: pretty;
}

.article-hero-img {
  aspect-ratio: 16/7;
  background: linear-gradient(135deg, #1a1a1a 0%, #080808 100%);
  border: 1px solid var(--line); margin-bottom: 48px; position: relative;
}
.article-hero-img-inner { position: absolute; inset: 0; padding: 24px; }
.article-hero-img-stamp {
  border: 1px solid; padding: 6px 10px; display: inline-block;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
}

.article-layout {
  display: grid; grid-template-columns: 220px 1fr; gap: 80px;
  max-width: 1200px;
}
.article-aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 100px; height: fit-content; }
.article-aside-block { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.article-aside-label { font-family: "Archivo", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8F8F8F; margin-bottom: 8px; }
.article-share { display: flex; flex-direction: column; gap: 6px; font-size: 13px; }
.article-share a:hover { color: var(--accent); }
.article-author { font-family: "Archivo Black", sans-serif; font-size: 14px; letter-spacing: -0.005em; }

.article-body { font-family: "Archivo", sans-serif; font-size: 18px; line-height: 1.65; color: #E4E4E4; max-width: 680px; }
.article-body p { margin-bottom: 22px; text-wrap: pretty; }
.dropcap {
  font-family: "Archivo Black", sans-serif;
  font-size: 72px; line-height: 0.8;
  float: left; padding-right: 10px; padding-top: 4px;
}
.article-body blockquote {
  margin: 36px 0;
  padding: 20px 28px; border-left: 3px solid;
  font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.3; letter-spacing: -0.01em; color: #fff;
}
.article-body blockquote .mark { font-size: 48px; line-height: 0; vertical-align: -16px; margin-right: 8px; }

.article-related { margin-top: 100px; padding-top: 60px; border-top: 1px solid var(--line); }

/* ============ RRETH / MANIFESTO ============ */
.manifesto-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: start; }
.manifesto-body {
  font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: clamp(28px, 3vw, 44px); line-height: 1.2; letter-spacing: -0.01em;
  color: #F2F2F2; text-wrap: pretty;
}

/* Timeline */
.timeline { display: grid; grid-template-columns: 1fr; gap: 0; }
.timeline-row {
  display: grid; grid-template-columns: 160px 40px 1fr; gap: 24px; align-items: center;
  padding: 28px 0; border-top: 1px solid var(--line);
}
.timeline-row:last-child { border-bottom: 1px solid var(--line); }
.timeline-year { font-family: "Archivo Black", sans-serif; font-size: clamp(36px, 4vw, 56px); letter-spacing: -0.03em; }
.timeline-dot { width: 14px; height: 14px; border-radius: 50%; justify-self: center; }
.timeline-body { font-family: "Archivo", sans-serif; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.45; color: #E4E4E4; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.contact-card { background: var(--bg); padding: 32px 28px; }
.contact-label { font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 18px; }
.contact-value { font-family: "Archivo", sans-serif; font-size: 15px; color: #E4E4E4; margin-bottom: 4px; }

/* shared-nav extras */
.nav-center a.active::after { right: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .page-hero { padding: 110px 24px 48px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-body { padding: 32px 24px; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .news-filters { gap: 16px; }
  .news-filter-search input { width: 100%; }
  .article-page { padding: 110px 24px 64px; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { flex-direction: row; flex-wrap: wrap; position: static; gap: 16px; }
  .article-aside-block { flex: 1; min-width: 160px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-row { grid-template-columns: 100px 24px 1fr; gap: 16px; }
  .nav-burger { display: flex; }
  .nav-center { display: none; }
}
@media (max-width: 680px) {
  .page-hero { padding: 96px 18px 40px; }
  .page-hero-topbar { flex-wrap: wrap; gap: 8px; font-size: 10px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-filter-cats { width: 100%; }
  .news-filter-cat { flex: 1; }
  .article-page { padding: 96px 18px 48px; }
  .article-hero-img { aspect-ratio: 4/3; }
  .article-body { font-size: 16px; }
  .dropcap { font-size: 56px; }
  .contact-grid { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 1fr; gap: 4px; padding: 20px 0; }
  .timeline-dot { display: none; }
  .manifesto-body { font-size: 22px; }
}


/* ===== block ===== */

/* ============ PROGRAMI ============ */
.prog-daystrip {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.prog-daycard {
  background: var(--bg); padding: 24px 20px; text-align: left;
  display: flex; flex-direction: column; gap: 4px;
  border: 0; transition: background .15s;
  cursor: pointer; position: relative;
}
.prog-daycard:hover { background: var(--bg-2); }
.prog-daycard-wd { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; opacity: 0.7; }
.prog-daycard-num { font-family: "Archivo Black", sans-serif; font-size: clamp(36px, 4vw, 56px); line-height: 0.9; letter-spacing: -0.03em; }
.prog-daycard-mo { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; opacity: 0.7; }
.prog-daycard-note {
  position: absolute; top: 12px; right: 12px;
  background: var(--accent); color: #000;
  font-family: "Archivo Black", sans-serif; font-size: 9px;
  letter-spacing: 0.12em; padding: 4px 8px;
}

.prog-filters {
  display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-end;
  padding-bottom: 32px; border-bottom: 1px solid var(--line);
}
.prog-filters-group { display: flex; flex-direction: column; gap: 12px; }
.prog-filters-label { font-family: "Archivo", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: #8F8F8F; }
.prog-filters-row { display: flex; flex-wrap: wrap; gap: 6px; }
.prog-filters-select {
  background: var(--bg); border: 1px solid var(--line-2);
  color: var(--fg); padding: 10px 16px;
  font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 600;
  outline: none; min-width: 220px;
}
.prog-filters-select:focus { border-color: var(--accent); }

.prog-day-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line);
}
.prog-day-head-wd { font-family: "Archivo Black", sans-serif; font-size: 14px; letter-spacing: 0.14em; margin-bottom: 4px; }
.prog-day-head-date { display: flex; gap: 16px; align-items: baseline; }
.prog-day-head-num { font-family: "Archivo Black", sans-serif; font-size: clamp(60px, 8vw, 120px); line-height: 0.85; letter-spacing: -0.04em; }
.prog-day-head-mo { font-family: "Archivo", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.12em; color: #8F8F8F; }
.prog-day-head-count { font-size: 13px; color: #8F8F8F; }

.prog-sessions { display: flex; flex-direction: column; }
.prog-session {
  display: grid; grid-template-columns: 100px 4px 1fr 200px; gap: 24px;
  padding: 24px 0; border-bottom: 1px solid var(--line); align-items: center;
  transition: background .15s;
}
.prog-session:hover { background: rgba(255,255,255,0.02); }
.prog-session-time { font-family: "Archivo Black", sans-serif; font-size: 26px; letter-spacing: -0.02em; }
.prog-session-bar { width: 4px; height: 60%; align-self: stretch; }
.prog-session-body { display: flex; flex-direction: column; gap: 6px; }
.prog-session-tag {
  display: inline-block; align-self: flex-start;
  border: 1px solid; padding: 4px 8px;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
}
.prog-session-title { font-family: "Archivo Black", sans-serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; }
.prog-session-sub { font-size: 14px; color: #BEBEBE; }
.prog-session-venue { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #8F8F8F; margin-top: 4px; }
.prog-session-cta { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.prog-session-link { font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.1em; color: #BEBEBE; }
.prog-session-link:hover { color: #fff; }
.prog-session-ticket { padding: 10px 18px; font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.1em; cursor: pointer; }

/* ============ FILMAT ============ */
.films-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.film-card-full {
  background: var(--bg); display: flex; flex-direction: column;
  transition: background .2s;
}
.film-card-full:hover { background: var(--bg-2); }
.film-card-poster {
  aspect-ratio: 2/3;
  background: linear-gradient(155deg, #181818 0%, #050505 100%);
  border-bottom: 1px solid var(--line); position: relative;
}
.film-card-poster-inner { position: absolute; inset: 0; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.film-card-num { font-size: 22px; color: #444; }
.film-card-section {
  display: inline-block; align-self: flex-start;
  border: 1px solid; padding: 4px 8px;
  font-family: "Archivo Black", sans-serif; font-size: 9px; letter-spacing: 0.14em;
}
.film-card-info { padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.film-card-meta { display: flex; gap: 8px; font-size: 11px; color: #8F8F8F; letter-spacing: 0.05em; }
.film-card-title { font-family: "Archivo Black", sans-serif; font-size: 18px; line-height: 1.05; letter-spacing: -0.01em; }
.film-card-director { font-size: 12px; color: #8F8F8F; }

/* ============ FILM (detail) ============ */
.film-hero {
  display: grid; grid-template-columns: 360px 1fr; gap: 60px; align-items: start;
  margin-bottom: 60px;
}
.film-hero-poster {
  aspect-ratio: 2/3; background: linear-gradient(155deg, #181818 0%, #050505 100%);
  border: 1px solid var(--line); position: relative;
}
.film-hero-poster-inner { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.film-hero-mark {
  width: 50%; aspect-ratio: 755/1000; align-self: center;
  mask: none;
  -webkit-mask: none;
  opacity: 0.2;
}
.film-hero-info { display: flex; flex-direction: column; gap: 16px; }
.film-hero-meta { display: flex; gap: 10px; font-size: 13px; color: #BEBEBE; letter-spacing: 0.05em; }
.film-hero-director {
  display: flex; flex-direction: column; gap: 6px;
  padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.film-hero-director > span:first-child { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.film-hero-director-name { font-family: "Archivo Black", sans-serif; font-size: 22px; letter-spacing: -0.01em; }
.film-hero-synopsis { font-size: 18px; line-height: 1.5; color: #E4E4E4; max-width: 640px; text-wrap: pretty; }
.film-hero-cta { display: flex; gap: 12px; margin-top: 8px; }
.film-cta-primary { padding: 16px 28px; font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.08em; cursor: pointer; }
.film-cta-secondary { padding: 16px 28px; background: transparent; border: 1px solid #fff; color: #fff; font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.08em; cursor: pointer; }
.film-cta-secondary:hover { background: #fff; color: #000; }

.film-screenings { margin-top: 60px; }
.film-screen-list { display: flex; flex-direction: column; }
.film-screen-row {
  display: grid; grid-template-columns: 100px 80px 1fr 140px; gap: 24px; align-items: center;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.film-screen-row:first-child { border-top: 1px solid var(--line); }
.film-screen-date { display: flex; align-items: baseline; gap: 10px; }
.film-screen-day { font-family: "Archivo Black", sans-serif; font-size: 36px; letter-spacing: -0.03em; }
.film-screen-wd { font-size: 11px; color: #8F8F8F; }
.film-screen-time { font-family: "Archivo Black", sans-serif; font-size: 22px; }
.film-screen-venue { font-family: "JetBrains Mono", monospace; font-size: 13px; color: #BEBEBE; }
.film-screen-cta { padding: 12px 18px; font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.1em; cursor: pointer; }

.film-credits { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--line); }
.credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; max-width: 1000px; }
.credit-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.credit-l { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #8F8F8F; text-transform: uppercase; align-self: center; }
.credit-v { font-family: "Archivo", sans-serif; font-size: 15px; color: #E4E4E4; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .prog-daystrip { grid-template-columns: repeat(3, 1fr); }
  .prog-session { grid-template-columns: 70px 4px 1fr; }
  .prog-session-cta { grid-column: 1 / -1; flex-direction: row; align-items: center; padding-left: 94px; }
  .films-grid { grid-template-columns: repeat(2, 1fr); }
  .film-hero { grid-template-columns: 1fr; gap: 32px; }
  .film-hero-poster { max-width: 320px; }
  .film-screen-row { grid-template-columns: 80px 60px 1fr; gap: 16px; }
  .film-screen-cta { grid-column: 1 / -1; justify-self: start; }
  .credits-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 680px) {
  .prog-daystrip { grid-template-columns: repeat(2, 1fr); }
  .prog-daycard { padding: 16px 14px; }
  .prog-filters { gap: 20px; flex-direction: column; align-items: stretch; }
  .prog-filters-select { width: 100%; }
  .prog-session { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .prog-session-bar { display: none; }
  .prog-session-cta { padding-left: 0; flex-direction: column; align-items: stretch; }
  .prog-session-ticket { width: 100%; }
  .films-grid { grid-template-columns: 1fr; }
  .film-screen-row { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .film-hero-cta { flex-direction: column; }
  .film-cta-primary, .film-cta-secondary { width: 100%; }
  .credit-row { grid-template-columns: 1fr; gap: 4px; }
}/* ============ PAGE HERO ============ */
.page-hero {
  padding: 140px 40px 60px;
  border-bottom: 1px solid var(--line);
}
.page-hero-topbar {
  display: flex; justify-content: space-between;
  font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #9A9A9A;
  padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid var(--line);
}
.page-hero-kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #BEBEBE;
  margin-bottom: 24px;
}
.page-hero-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(60px, 10vw, 160px); line-height: 0.9;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.page-hero-title .line { display: inline; }
.page-hero-sub {
  margin-top: 28px; max-width: 780px;
  font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: clamp(18px, 1.6vw, 24px); line-height: 1.4;
  color: #D4D4D4; text-wrap: pretty;
}

/* Mobile burger */
.nav-burger {
  display: none; flex-direction: column; gap: 4px; padding: 8px;
}
.nav-burger span { width: 22px; height: 2px; background: #fff; display: block; }
.nav-mobile {
  position: fixed; top: 72px; left: 0; right: 0; z-index: 99;
  background: rgba(10, 10, 10, 0.98); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); padding: 24px;
}
.nav-mobile ul { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.nav-mobile a {
  display: block; padding: 16px 0;
  font-family: "Archivo Black", sans-serif; font-size: 18px;
  letter-spacing: 0.02em; text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

/* ============ FEATURED NEWS CARD ============ */
.featured-card {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 0;
  background: var(--bg-2); border: 1px solid var(--line);
  transition: border-color .2s;
}
.featured-card:hover { border-color: var(--accent); }
.featured-img {
  aspect-ratio: 4/3;
  background:
    radial-gradient(circle at 30% 30%, #1a1a1a 0%, #080808 70%),
    #101010;
  position: relative; overflow: hidden;
}
.featured-img-inner {
  position: absolute; inset: 0; padding: 32px;
  display: flex; align-items: center; justify-content: center;
}
.featured-img-stamp {
  position: absolute; top: 24px; left: 24px;
  border: 1px solid; padding: 6px 10px;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
}
.featured-img-mark {
  width: 40%; aspect-ratio: 755/1000; object-fit: contain;
  mask-image: url("assets/logo-mark.png"); -webkit-mask-image: url("assets/logo-mark.png");
  mask-size: contain; -webkit-mask-size: contain;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
  mask-position: center; -webkit-mask-position: center;
  opacity: 0.12;
}
.featured-body { padding: 48px; display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.featured-meta { display: flex; gap: 16px; align-items: center; font-size: 12px; color: #8F8F8F; letter-spacing: 0.1em; }
.featured-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(32px, 3.6vw, 52px); line-height: 1; letter-spacing: -0.02em;
  text-transform: uppercase;
}
.featured-excerpt { font-size: 16px; line-height: 1.55; color: #D4D4D4; }
.featured-cta {
  display: inline-flex; gap: 10px; margin-top: 8px;
  font-family: "Archivo Black", sans-serif; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
}

/* News filters */
.news-filters {
  display: flex; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 40px;
}
.news-filter-cats { display: flex; gap: 8px; flex-wrap: wrap; }
.news-filter-cat {
  padding: 10px 16px; border: 1px solid var(--line-2);
  font-family: "Archivo Black", sans-serif; font-size: 11px;
  letter-spacing: 0.08em; text-transform: uppercase;
  transition: all .15s;
}
.news-filter-cat:hover { border-color: #fff; }
.news-filter-search input {
  background: var(--bg); border: 1px solid var(--line-2);
  color: var(--fg); padding: 10px 16px; width: 260px;
  font-family: "Archivo", sans-serif; font-size: 14px; outline: none;
}
.news-filter-search input:focus { border-color: var(--accent); }

/* News grid */
.news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.news-card {
  background: var(--bg); padding: 0 0 24px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative; transition: background .2s;
}
.news-card:hover { background: var(--bg-2); }
.news-card-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #181818 0%, #080808 100%);
  border-bottom: 1px solid var(--line); position: relative;
}
.news-card-img-inner {
  position: absolute; inset: 0; padding: 20px;
  display: flex; align-items: flex-end;
}
.news-card-meta { display: flex; gap: 12px; align-items: center; padding: 0 24px; font-size: 11px; color: #8F8F8F; letter-spacing: 0.1em; }
.news-card-title { font-family: "Archivo Black", sans-serif; font-size: 20px; line-height: 1.15; letter-spacing: -0.01em; text-transform: uppercase; padding: 0 24px; }
.news-card-excerpt { padding: 0 24px; font-size: 14px; line-height: 1.5; color: #BEBEBE; }
.news-card-arrow { position: absolute; bottom: 24px; right: 24px; font-size: 22px; }

.news-empty { padding: 80px 0; text-align: center; color: #666; font-size: 14px; }

/* ============ ARTICLE ============ */
.article-page { padding: 140px 40px 80px; }
.article-crumb {
  display: flex; gap: 10px; align-items: center;
  font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #8F8F8F;
  padding-bottom: 32px; border-bottom: 1px solid var(--line); margin-bottom: 40px;
}
.article-crumb a:hover { color: #fff; }
.article-crumb-current { color: var(--accent); }

.article-head { max-width: 1000px; margin-bottom: 40px; }
.article-head-meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 28px; font-size: 12px; color: #8F8F8F; letter-spacing: 0.1em; }
.article-title {
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(40px, 5.5vw, 84px); line-height: 0.95;
  letter-spacing: -0.03em; text-transform: uppercase;
}
.article-lede {
  margin-top: 24px;
  font-size: clamp(18px, 1.7vw, 24px); line-height: 1.4; color: #D4D4D4; text-wrap: pretty;
}

.article-hero-img {
  aspect-ratio: 16/7;
  background: linear-gradient(135deg, #1a1a1a 0%, #080808 100%);
  border: 1px solid var(--line); margin-bottom: 48px; position: relative;
}
.article-hero-img-inner { position: absolute; inset: 0; padding: 24px; }
.article-hero-img-stamp {
  border: 1px solid; padding: 6px 10px; display: inline-block;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
}

.article-layout {
  display: grid; grid-template-columns: 220px 1fr; gap: 80px;
  max-width: 1200px;
}
.article-aside { display: flex; flex-direction: column; gap: 24px; position: sticky; top: 100px; height: fit-content; }
.article-aside-block { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.article-aside-label { font-family: "Archivo", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8F8F8F; margin-bottom: 8px; }
.article-share { display: flex; flex-direction: column; gap: 6px; font-size: 13px; }
.article-share a:hover { color: var(--accent); }
.article-author { font-family: "Archivo Black", sans-serif; font-size: 14px; letter-spacing: -0.005em; }

.article-body { font-family: "Archivo", sans-serif; font-size: 18px; line-height: 1.65; color: #E4E4E4; max-width: 680px; }
.article-body p { margin-bottom: 22px; text-wrap: pretty; }
.dropcap {
  font-family: "Archivo Black", sans-serif;
  font-size: 72px; line-height: 0.8;
  float: left; padding-right: 10px; padding-top: 4px;
}
.article-body blockquote {
  margin: 36px 0;
  padding: 20px 28px; border-left: 3px solid;
  font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.3; letter-spacing: -0.01em; color: #fff;
}
.article-body blockquote .mark { font-size: 48px; line-height: 0; vertical-align: -16px; margin-right: 8px; }

.article-related { margin-top: 100px; padding-top: 60px; border-top: 1px solid var(--line); }

/* ============ RRETH / MANIFESTO ============ */
.manifesto-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: start; }
.manifesto-body {
  font-family: "Archivo", sans-serif; font-weight: 500;
  font-size: clamp(28px, 3vw, 44px); line-height: 1.2; letter-spacing: -0.01em;
  color: #F2F2F2; text-wrap: pretty;
}

/* Timeline */
.timeline { display: grid; grid-template-columns: 1fr; gap: 0; }
.timeline-row {
  display: grid; grid-template-columns: 160px 40px 1fr; gap: 24px; align-items: center;
  padding: 28px 0; border-top: 1px solid var(--line);
}
.timeline-row:last-child { border-bottom: 1px solid var(--line); }
.timeline-year { font-family: "Archivo Black", sans-serif; font-size: clamp(36px, 4vw, 56px); letter-spacing: -0.03em; }
.timeline-dot { width: 14px; height: 14px; border-radius: 50%; justify-self: center; }
.timeline-body { font-family: "Archivo", sans-serif; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.45; color: #E4E4E4; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.contact-card { background: var(--bg); padding: 32px 28px; }
.contact-label { font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 18px; }
.contact-value { font-family: "Archivo", sans-serif; font-size: 15px; color: #E4E4E4; margin-bottom: 4px; }

/* shared-nav extras */
.nav-center a.active::after { right: 0; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .page-hero { padding: 110px 24px 48px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-body { padding: 32px 24px; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .news-filters { gap: 16px; }
  .news-filter-search input { width: 100%; }
  .article-page { padding: 110px 24px 64px; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-aside { flex-direction: row; flex-wrap: wrap; position: static; gap: 16px; }
  .article-aside-block { flex: 1; min-width: 160px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline-row { grid-template-columns: 100px 24px 1fr; gap: 16px; }
  .nav-burger { display: flex; }
  .nav-center { display: none; }
}
@media (max-width: 680px) {
  .page-hero { padding: 96px 18px 40px; }
  .page-hero-topbar { flex-wrap: wrap; gap: 8px; font-size: 10px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-filter-cats { width: 100%; }
  .news-filter-cat { flex: 1; }
  .article-page { padding: 96px 18px 48px; }
  .article-hero-img { aspect-ratio: 4/3; }
  .article-body { font-size: 16px; }
  .dropcap { font-size: 56px; }
  .contact-grid { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 1fr; gap: 4px; padding: 20px 0; }
  .timeline-dot { display: none; }
  .manifesto-body { font-size: 22px; }
}
/* ============ PROGRAMI ============ */
.prog-daystrip {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.prog-daycard {
  background: var(--bg); padding: 24px 20px; text-align: left;
  display: flex; flex-direction: column; gap: 4px;
  border: 0; transition: background .15s;
  cursor: pointer; position: relative;
}
.prog-daycard:hover { background: var(--bg-2); }
.prog-daycard-wd { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; opacity: 0.7; }
.prog-daycard-num { font-family: "Archivo Black", sans-serif; font-size: clamp(36px, 4vw, 56px); line-height: 0.9; letter-spacing: -0.03em; }
.prog-daycard-mo { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; opacity: 0.7; }
.prog-daycard-note {
  position: absolute; top: 12px; right: 12px;
  background: var(--accent); color: #000;
  font-family: "Archivo Black", sans-serif; font-size: 9px;
  letter-spacing: 0.12em; padding: 4px 8px;
}

.prog-filters {
  display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-end;
  padding-bottom: 32px; border-bottom: 1px solid var(--line);
}
.prog-filters-group { display: flex; flex-direction: column; gap: 12px; }
.prog-filters-label { font-family: "Archivo", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; color: #8F8F8F; }
.prog-filters-row { display: flex; flex-wrap: wrap; gap: 6px; }
.prog-filters-select {
  background: var(--bg); border: 1px solid var(--line-2);
  color: var(--fg); padding: 10px 16px;
  font-family: "Archivo", sans-serif; font-size: 13px; font-weight: 600;
  outline: none; min-width: 220px;
}
.prog-filters-select:focus { border-color: var(--accent); }

.prog-day-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line);
}
.prog-day-head-wd { font-family: "Archivo Black", sans-serif; font-size: 14px; letter-spacing: 0.14em; margin-bottom: 4px; }
.prog-day-head-date { display: flex; gap: 16px; align-items: baseline; }
.prog-day-head-num { font-family: "Archivo Black", sans-serif; font-size: clamp(60px, 8vw, 120px); line-height: 0.85; letter-spacing: -0.04em; }
.prog-day-head-mo { font-family: "Archivo", sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.12em; color: #8F8F8F; }
.prog-day-head-count { font-size: 13px; color: #8F8F8F; }

.prog-sessions { display: flex; flex-direction: column; }
.prog-session {
  display: grid; grid-template-columns: 100px 4px 1fr 200px; gap: 24px;
  padding: 24px 0; border-bottom: 1px solid var(--line); align-items: center;
  transition: background .15s;
}
.prog-session:hover { background: rgba(255,255,255,0.02); }
.prog-session-time { font-family: "Archivo Black", sans-serif; font-size: 26px; letter-spacing: -0.02em; }
.prog-session-bar { width: 4px; height: 60%; align-self: stretch; }
.prog-session-body { display: flex; flex-direction: column; gap: 6px; }
.prog-session-tag {
  display: inline-block; align-self: flex-start;
  border: 1px solid; padding: 4px 8px;
  font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: 0.12em;
}
.prog-session-title { font-family: "Archivo Black", sans-serif; font-size: clamp(20px, 2vw, 28px); line-height: 1.05; letter-spacing: -0.01em; text-transform: uppercase; }
.prog-session-sub { font-size: 14px; color: #BEBEBE; }
.prog-session-venue { font-family: "JetBrains Mono", monospace; font-size: 12px; color: #8F8F8F; margin-top: 4px; }
.prog-session-cta { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.prog-session-link { font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.1em; color: #BEBEBE; }
.prog-session-link:hover { color: #fff; }
.prog-session-ticket { padding: 10px 18px; font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.1em; cursor: pointer; }

/* ============ FILMAT ============ */
.films-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px;
  background: var(--line); border: 1px solid var(--line);
}
.film-card-full {
  background: var(--bg); display: flex; flex-direction: column;
  transition: background .2s;
}
.film-card-full:hover { background: var(--bg-2); }
.film-card-poster {
  aspect-ratio: 2/3;
  background: linear-gradient(155deg, #181818 0%, #050505 100%);
  border-bottom: 1px solid var(--line); position: relative;
}
.film-card-poster-inner { position: absolute; inset: 0; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.film-card-num { font-size: 22px; color: #444; }
.film-card-section {
  display: inline-block; align-self: flex-start;
  border: 1px solid; padding: 4px 8px;
  font-family: "Archivo Black", sans-serif; font-size: 9px; letter-spacing: 0.14em;
}
.film-card-info { padding: 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.film-card-meta { display: flex; gap: 8px; font-size: 11px; color: #8F8F8F; letter-spacing: 0.05em; }
.film-card-title { font-family: "Archivo Black", sans-serif; font-size: 18px; line-height: 1.05; letter-spacing: -0.01em; }
.film-card-director { font-size: 12px; color: #8F8F8F; }

/* ============ FILM (detail) ============ */
.film-hero {
  display: grid; grid-template-columns: 360px 1fr; gap: 60px; align-items: start;
  margin-bottom: 60px;
}
.film-hero-poster {
  aspect-ratio: 2/3; background: linear-gradient(155deg, #181818 0%, #050505 100%);
  border: 1px solid var(--line); position: relative;
}
.film-hero-poster-inner { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.film-hero-mark {
  width: 50%; aspect-ratio: 755/1000; align-self: center;
  mask: url("assets/logo-mark.png") center/contain no-repeat;
  -webkit-mask: url("assets/logo-mark.png") center/contain no-repeat;
  opacity: 0.2;
}
.film-hero-info { display: flex; flex-direction: column; gap: 16px; }
.film-hero-meta { display: flex; gap: 10px; font-size: 13px; color: #BEBEBE; letter-spacing: 0.05em; }
.film-hero-director {
  display: flex; flex-direction: column; gap: 6px;
  padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.film-hero-director > span:first-child { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; }
.film-hero-director-name { font-family: "Archivo Black", sans-serif; font-size: 22px; letter-spacing: -0.01em; }
.film-hero-synopsis { font-size: 18px; line-height: 1.5; color: #E4E4E4; max-width: 640px; text-wrap: pretty; }
.film-hero-cta { display: flex; gap: 12px; margin-top: 8px; }
.film-cta-primary { padding: 16px 28px; font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.08em; cursor: pointer; }
.film-cta-secondary { padding: 16px 28px; background: transparent; border: 1px solid #fff; color: #fff; font-family: "Archivo Black", sans-serif; font-size: 13px; letter-spacing: 0.08em; cursor: pointer; }
.film-cta-secondary:hover { background: #fff; color: #000; }

.film-screenings { margin-top: 60px; }
.film-screen-list { display: flex; flex-direction: column; }
.film-screen-row {
  display: grid; grid-template-columns: 100px 80px 1fr 140px; gap: 24px; align-items: center;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.film-screen-row:first-child { border-top: 1px solid var(--line); }
.film-screen-date { display: flex; align-items: baseline; gap: 10px; }
.film-screen-day { font-family: "Archivo Black", sans-serif; font-size: 36px; letter-spacing: -0.03em; }
.film-screen-wd { font-size: 11px; color: #8F8F8F; }
.film-screen-time { font-family: "Archivo Black", sans-serif; font-size: 22px; }
.film-screen-venue { font-family: "JetBrains Mono", monospace; font-size: 13px; color: #BEBEBE; }
.film-screen-cta { padding: 12px 18px; font-family: "Archivo Black", sans-serif; font-size: 11px; letter-spacing: 0.1em; cursor: pointer; }

.film-credits { margin-top: 60px; padding-top: 60px; border-top: 1px solid var(--line); }
.credits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 60px; max-width: 1000px; }
.credit-row { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.credit-l { font-family: "Archivo", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; color: #8F8F8F; text-transform: uppercase; align-self: center; }
.credit-v { font-family: "Archivo", sans-serif; font-size: 15px; color: #E4E4E4; }

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .prog-daystrip { grid-template-columns: repeat(3, 1fr); }
  .prog-session { grid-template-columns: 70px 4px 1fr; }
  .prog-session-cta { grid-column: 1 / -1; flex-direction: row; align-items: center; padding-left: 94px; }
  .films-grid { grid-template-columns: repeat(2, 1fr); }
  .film-hero { grid-template-columns: 1fr; gap: 32px; }
  .film-hero-poster { max-width: 320px; }
  .film-screen-row { grid-template-columns: 80px 60px 1fr; gap: 16px; }
  .film-screen-cta { grid-column: 1 / -1; justify-self: start; }
  .credits-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 680px) {
  .prog-daystrip { grid-template-columns: repeat(2, 1fr); }
  .prog-daycard { padding: 16px 14px; }
  .prog-filters { gap: 20px; flex-direction: column; align-items: stretch; }
  .prog-filters-select { width: 100%; }
  .prog-session { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .prog-session-bar { display: none; }
  .prog-session-cta { padding-left: 0; flex-direction: column; align-items: stretch; }
  .prog-session-ticket { width: 100%; }
  .films-grid { grid-template-columns: 1fr; }
  .film-screen-row { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .film-hero-cta { flex-direction: column; }
  .film-cta-primary, .film-cta-secondary { width: 100%; }
  .credit-row { grid-template-columns: 1fr; gap: 4px; }
}

/* ===== Typography Logo (white) — "EDICIONI 14-të" lockup ===== */
.nav-logo { display: flex; align-items: center; gap: 0; }
.nav { height: auto !important; min-height: 80px; padding: 14px 24px; }
.nav-logo-img {
  width: auto !important;
  height: 64px !important;
  max-width: 320px;
  object-fit: contain;
  filter: none !important;
}
.footer-logo {
  width: auto !important;
  height: 96px !important;
  max-width: 320px;
  object-fit: contain;
  filter: none !important;
  display: block;
  margin-bottom: 24px;
}
.hero-mark-img {
  mask-image: none !important;
  -webkit-mask-image: none !important;
  background: transparent !important;
  /* Symbol-vertical logo is black on transparent — invert to white for dark theme */
  filter: invert(1) !important;
  max-width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .nav { min-height: 64px; padding: 10px 16px; }
  .nav-logo-img { width: auto !important; height: 44px !important; max-width: 200px !important; }
  .footer-logo { width: auto !important; height: 72px !important; max-width: 240px !important; }
}

/* ===== FONTS — Presicav (Adobe Typekit) + Poppins (Google Fonts) ============
   Loaded via <link> tags in layouts/main.php:
     • https://use.typekit.net/eai5ooh.css       (presicav, lowercase)
     • https://fonts.googleapis.com/css2?family=Poppins
   Self-hosted .otf @font-face removed (CDN is preferred for licensing). */

body {
  font-family: "Poppins", system-ui, -apple-system, sans-serif !important;
  font-weight: 400;
}
strong, b { font-weight: 600; }

/* Presicav (lowercase per Typekit) for headlines, navigation, badges */
.hero-title, .page-hero-title, .sec-title, h1, h2, h3, h4,
.apply-h1, .news-card-title, .film-card-title,
.about-stats .stat-n, .stat-n,
.hero-edition, .page-hero-kicker, .about-kicker,
.nav-logo-text, .footer-h, .news-tag, .film-card-section,
.nav-center a, .nav-tickets, .lang-toggle,
.btn, button.btn, .marquee-item, .program-tab,
.news-filter-cat, .award-card h3 {
  font-family: "presicav", "Poppins", sans-serif !important;
  letter-spacing: 0.02em;
}
.hero-title, .page-hero-title { font-weight: 900 !important; }
.sec-title, .apply-h1, .award-card h3 { font-weight: 700 !important; }
.hero-edition, .page-hero-kicker, .about-kicker, .nav-center a, .footer-h, .news-tag { font-weight: 400 !important; }
.stat-n, .about-stats .stat-n { font-weight: 700 !important; }
.mono { font-family: "JetBrains Mono", "presicav", monospace !important; font-weight: 500; letter-spacing: 0.04em; }

/* Hero title smaller so it fits without scrolling */
.hero-title {
  font-size: clamp(48px, 7.2vw, 110px) !important;
  line-height: 0.95 !important;
}
.hero-title .line { display: block; }
/* Replace slash visually with vertical bar */
.hero-title .slash {
  font-style: normal !important;
  font-family: 'Presicav', sans-serif !important;
}

/* Hero compact heights so / fits within viewport */
@media (min-height: 720px) {
  .hero { min-height: calc(100vh - 80px); padding-top: 30px; padding-bottom: 30px; display: flex; flex-direction: column; justify-content: space-between; }
  .hero-main { flex: 1; align-items: center; }
}

/* ===== About section as hero — sits directly below the full-width slider ===== */
.hero-full-slider + .about-section--hero {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-section--hero .about-big {
  max-width: 1100px;
  margin: 0 auto;
}
.about-section--hero .about-body {
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  font-weight: 500;
}
@media (max-width: 900px) {
  .hero-full-slider + .about-section--hero { padding-top: 56px; padding-bottom: 56px; }
}

/* ===== Hero full-width slider (sits directly below the nav) ===== */
.hero-full-slider {
  position: relative;
  width: 100%;
  margin-top: 80px;       /* clear the fixed nav */
  margin-bottom: 0;
  background: #000;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
@media (max-width: 1024px) {
  .hero-full-slider { margin-top: 72px; }
}
@media (max-width: 680px) {
  .hero-full-slider { margin-top: 64px; }
}
html.light-mode .hero-full-slider { background: #1a1a1a; border-bottom-color: #D8D2C8; }

/* When the full slider is present, the .hero section below should not double-pad the top */
.hero-full-slider + .hero { padding-top: 32px; min-height: auto; }
.hero-full-slider + .hero .hero-main { padding-top: 0; }
.hero-main--single { grid-template-columns: 1fr !important; }

/* Slider container — 16:9 cinematic on desktop, taller portrait on mobile
   for better mobile presence (image is larger relative to viewport) */
.hero-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 1080px;
  min-height: 360px;
  overflow: hidden;
  display: block;
  background: #000;
}
@media (max-width: 900px) {
  .hero-slider { aspect-ratio: 16 / 9; min-height: 320px; }
}
@media (max-width: 768px) {
  .hero-slider { aspect-ratio: 4 / 5; max-height: 75vh; min-height: 380px; }
}
@media (max-width: 480px) {
  .hero-slider { aspect-ratio: 3 / 4; max-height: 70vh; min-height: 340px; }
}
.hero-slider .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: block;
  pointer-events: none;
}
.hero-slider .hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.hero-slider .hero-slide-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: transparent;
}
.hero-slider-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  border-radius: 999px;
}
.hero-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero-slider-dot:hover { background: rgba(255, 255, 255, 0.7); }
.hero-slider-dot.is-active {
  background: var(--accent);
  transform: scale(1.3);
}
html.light-mode .hero-slider-dots { background: rgba(245, 242, 236, 0.7); }
html.light-mode .hero-slider-dot { background: rgba(20, 16, 8, 0.3); }
html.light-mode .hero-slider-dot:hover { background: rgba(20, 16, 8, 0.6); }
html.light-mode .hero-slider-dot.is-active { background: var(--accent); }

@media (max-width: 900px) {
  .hero-slider .hero-slide-media { max-height: 320px; }
}

/* ===== Hero video next to title ===== */
.hero-mark-video {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
  position: relative; overflow: hidden;
}
.hero-mark-video .hero-mark-video-el {
  width: 100%; height: 100%;
  object-fit: contain;
  background: transparent;
  display: block;
  max-height: 540px;
}
.hero-mark-video .hero-mark-wash {
  display: none;  /* video carries the visual; no red wash overlay */
}
@media (max-width: 900px) {
  .hero-mark-video .hero-mark-video-el { max-height: 320px; }
}

/* ===== Hide top "EDICIONI · FKFSH · YEAR" badge from header ===== */
.hero-topbar,
.page-hero-topbar {
  display: none !important;
}

/* ===== Footer partners strip — MBËSHTETUR NGA / ORGANIZUAR NGA ===== */
.footer-partners {
  padding: 60px 24px 64px;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
/* Extra breathing room between partners strip and the contact/logo block */
.footer-partners + .footer-inner {
  padding-top: 64px;
}
@media (max-width: 900px) {
  .footer-partners + .footer-inner { padding-top: 48px; }
}
.footer-partners-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.footer-partners-label {
  font-family: "presicav", "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer-partners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 56px 64px;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
}
.footer-partners-row--organizer {
  gap: 32px;
}
.footer-partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  max-width: 240px;
  transition: opacity 0.2s ease;
}
.footer-partner-logo:hover { opacity: 0.75; }
.footer-partner-logo img {
  max-height: 72px;
  max-width: 240px;
  width: auto;
  height: auto;
  object-fit: contain;
  /* Make any black-on-transparent logo display in white on the dark footer */
  filter: brightness(0) invert(1);
}
.footer-partner-logo.is-broken { display: none; }
.footer-partners-row--organizer .footer-partner-logo {
  height: 60px;
}
.footer-partners-row--organizer .footer-partner-logo img {
  max-height: 60px;
}
@media (max-width: 900px) {
  .footer-partners { padding: 40px 18px 30px; gap: 32px; }
  .footer-partners-row { gap: 28px 32px; }
  .footer-partner-logo { height: 56px; max-width: 180px; }
  .footer-partner-logo img { max-height: 56px; max-width: 180px; }
}
/* Backwards-compat: old class still safe to reference but no styling now */
.footer-logo-card { display: contents; }

/* ===== Nav menu — Poppins (Google Fonts) for guaranteed consistency.
   Presicav is reserved for big display titles only, so the menu never
   suffers from Typekit load timing variance between pages. ===== */
html body .nav .nav-center a,
html body .nav-center a,
html body nav.shared-nav .nav-center a,
html body .nav-center > li > a {
  font-family: "Poppins", system-ui, -apple-system, sans-serif !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #E8E8E8 !important;
  padding: 8px 0 !important;
  text-decoration: none !important;
}
html body .nav .nav-center a.active,
html body .nav-center a.active {
  color: #FFFFFF !important;
}
html body .nav .nav-logo-text,
html body .nav-logo-text {
  font-family: "Poppins", system-ui, -apple-system, sans-serif !important;
  font-weight: 700 !important;
}
html body .nav .lang-toggle,
html body .nav .nav-tickets,
html body .lang-toggle,
html body .nav-tickets {
  font-family: "Poppins", system-ui, -apple-system, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
}

/* ===== Welcome popup ===== */
.fkfsh-popup[hidden] { display: none !important; }
.fkfsh-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fkfshPopupIn 0.25s ease-out;
}
@keyframes fkfshPopupIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.fkfsh-popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
}
.fkfsh-popup-panel {
  position: relative;
  max-width: 560px;
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #2a2a2a;
  padding: 48px 40px 40px;
  font-family: "Poppins", sans-serif;
  animation: fkfshPanelIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes fkfshPanelIn {
  from { transform: translateY(20px) scale(0.97); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
.fkfsh-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid #333;
  background: transparent;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.15s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fkfsh-popup-close:hover {
  border-color: #fff;
  color: #fff;
}
.fkfsh-popup-title {
  font-family: "presicav", "Poppins", sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.fkfsh-popup-body {
  font-size: 16px;
  line-height: 1.55;
  color: #d4d4d4;
  margin-bottom: 32px;
  text-wrap: pretty;
}
.fkfsh-popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fkfsh-popup-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.fkfsh-popup-cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #fff;
}
.fkfsh-popup-cta--ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #444;
}
.fkfsh-popup-cta--ghost:hover {
  border-color: #fff;
  box-shadow: 4px 4px 0 var(--accent);
}
@media (max-width: 640px) {
  .fkfsh-popup-actions { flex-direction: column; align-items: stretch; }
  .fkfsh-popup-cta { justify-content: center; }
}
@media (max-width: 640px) {
  .fkfsh-popup-panel { padding: 36px 24px 28px; }
  .fkfsh-popup-title { font-size: 24px; }
  .fkfsh-popup-body { font-size: 15px; }
}

/* ===== Footer bottom band — single row with contact left, social right
   [ CONTACT info ........................ RRJETE SOCIALE ]
   [ Copyright ............................ Festival dates ]
   No footer logo on top. ===== */
.footer-inner {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: start !important;
  padding-bottom: 48px !important;
}
.footer-inner .footer-logo,
.footer-inner .footer-logo--dark,
.footer-inner .footer-logo--light {
  display: none !important; /* footer logo hidden — moved to footer-foot/strip if needed */
}
.footer-inner .footer-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  width: 100%;
}
.footer-inner .footer-grid > div:first-child {
  text-align: left;
  justify-self: start;
}
.footer-inner .footer-grid > div:last-child {
  text-align: right;
  justify-self: end;
}
.footer-foot {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  width: 100%;
  padding-top: 28px !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .footer-inner .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    text-align: center !important;
  }
  .footer-inner .footer-grid > div:first-child,
  .footer-inner .footer-grid > div:last-child {
    justify-self: center !important;
    text-align: center !important;
  }
}
@media (max-width: 640px) {
  .footer-foot { flex-direction: column; align-items: center; gap: 6px; text-align: center; }
}

/* ===== Apply form as a standalone page (not popup) ===== */
.apply-page-shell {
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 24px;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.apply-page-shell .apply-rail,
.apply-page-shell .apply-meta,
.apply-page-shell .apply-body,
.apply-page-shell .apply-foot {
  position: static;
  background: transparent;
}
.apply-page-shell .apply-rail {
  border-bottom: 1px solid var(--line);
}
.apply-page-shell .apply-meta {
  border-bottom: 1px solid var(--line);
  background: var(--bg-2);
}
.apply-page-shell .apply-body {
  padding: 48px 0 32px;
}
.apply-page-shell .apply-foot {
  border-top: 1px solid var(--line);
  background: var(--bg);
  padding: 20px 0;
  position: sticky;
  bottom: 0;
}
.apply-page-hero {
  padding-bottom: 24px !important;
}
@media (max-width: 900px) {
  .apply-page-shell { padding: 0 16px; }
  .apply-page-shell .apply-foot { padding: 14px 0; }
}

/* ===== Hero kicker stacked layout — symmetric with the multi-line title ===== */
.hero-kicker--stack {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  margin-bottom: 32px !important;
}
.hero-kicker--stack .tick {
  margin-top: 6px;
  flex-shrink: 0;
}
.hero-kicker--stack .hero-kicker-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-kicker--stack .hero-kicker-line {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #BEBEBE;
  line-height: 1.4;
}
.hero-kicker--stack .hero-kicker-line:first-child { color: #E8E8E8; }

/* ===== Rreth Nesh — manifesto/mission body matches page-hero-sub size ===== */
.manifesto-body,
html body .manifesto-body {
  font-family: "Poppins", "Archivo", sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  color: #D4D4D4 !important;
}
@media (max-width: 680px) {
  .manifesto-body { font-size: 17px !important; line-height: 1.55 !important; }
}

/* ===== Theme toggle button (Dark / Light) ===== */
.theme-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-2, #2F2F2F);
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease, color 0.15s ease;
  padding: 0;
}
.theme-toggle:hover { border-color: var(--accent); color: var(--accent); }
.theme-toggle-icon { display: block; }
.theme-toggle-icon--sun { display: none; }
html.light-mode .theme-toggle-icon--moon { display: none; }
html.light-mode .theme-toggle-icon--sun  { display: block; }

/* ===== LIGHT MODE — Cannes-inspired warm cream palette ===== */
html.light-mode {
  --bg: #F5F2EC;          /* warm cream base — like newsprint */
  --bg-2: #EDE9E1;        /* slightly darker cream for sections */
  --fg: #1A1A1A;          /* deep charcoal, not pure black — softer */
  --muted: #6F6760;       /* warm grey */
  --line: #D8D2C8;        /* beige border */
  --line-2: #C4BDB0;
  --card: #FFFFFF;        /* pure white cards stand out against cream */
}
html.light-mode body {
  background: #F5F2EC !important;
  color: #1A1A1A !important;
  font-family: "Poppins", "Inter", system-ui, sans-serif;
}
/* Subtle editorial body weight */
html.light-mode body { font-weight: 400; }
html.light-mode strong, html.light-mode b { font-weight: 600; }

/* Large headlines: black, slightly tighter, more newspaper-like */
html.light-mode h1, html.light-mode h2, html.light-mode h3,
html.light-mode .hero-title, html.light-mode .page-hero-title,
html.light-mode .sec-title, html.light-mode .apply-h1,
html.light-mode .article-title, html.light-mode .featured-title {
  color: #0A0A0A !important;
  letter-spacing: -0.025em;
}
/* Nav — transparent over cream, scrolled with cream blur */
html.light-mode .nav { background: rgba(245, 242, 236, 0) !important; }
html.light-mode .nav.nav-scrolled {
  background: rgba(245, 242, 236, 0.94) !important;
  border-bottom-color: #D8D2C8 !important;
}
/* Match the specificity of the dark-mode `html body .nav .nav-center a` rule */
html.light-mode body .nav .nav-center a,
html.light-mode body .nav-center a,
html.light-mode body nav.shared-nav .nav-center a,
html.light-mode body .nav-center > li > a {
  color: #0A0A0A !important;
  font-weight: 700 !important;
}
html.light-mode body .nav .nav-center a:hover { color: var(--accent) !important; }
html.light-mode body .nav .nav-center a.active { color: var(--accent) !important; }
html.light-mode body .nav .nav-logo-text { color: #0A0A0A !important; }
html.light-mode body .nav .lang-toggle { color: #5A544C !important; }
html.light-mode body .nav .lang-toggle .lang-slash { color: #B8AFA0 !important; }
html.light-mode body .nav .lang-toggle .active { color: #0A0A0A !important; }
html.light-mode .nav-logo-img,
html.light-mode .footer-logo {
  filter: invert(1);
}
html.light-mode .theme-toggle { color: #1A1A1A; border-color: #C4BDB0; }
html.light-mode .nav-burger span { background: #0A0A0A !important; }
html.light-mode .nav-mobile {
  background: rgba(250, 250, 250, 0.98) !important;
  border-bottom-color: #E0E0E0 !important;
}
html.light-mode .nav-mobile a { color: #0A0A0A !important; border-bottom-color: #E0E0E0 !important; }

/* Hero */
html.light-mode .hero { border-bottom-color: #E0E0E0 !important; }
html.light-mode .hero-topbar { border-bottom-color: #E0E0E0 !important; color: #4a4a4a !important; }
html.light-mode .hero-kicker,
html.light-mode .hero-kicker--stack .hero-kicker-line { color: #2a2a2a !important; }
html.light-mode .hero-kicker--stack .hero-kicker-line:first-child { color: #0A0A0A !important; }
html.light-mode .hero-title { color: #0A0A0A !important; }
html.light-mode .hero-countdown { border-top-color: #E0E0E0 !important; }
html.light-mode .cd-cell { border-left-color: #E0E0E0 !important; }
html.light-mode .cd-unit { color: #5F5F5F !important; }
html.light-mode .hero-mark-img,
html.light-mode .hero-mark-video-el { filter: invert(1) hue-rotate(180deg); }

/* Sections / cards */
html.light-mode .section,
html.light-mode .apply-hero,
html.light-mode .article-page,
html.light-mode .about-section,
html.light-mode .sponsors-section { border-bottom-color: #E0E0E0 !important; }
html.light-mode .sec-head { border-bottom-color: #E0E0E0 !important; }
html.light-mode .sec-sub { color: #5F5F5F !important; }
html.light-mode .sec-title { color: #0A0A0A !important; }
html.light-mode .page-hero { border-bottom-color: #E0E0E0 !important; }
html.light-mode .page-hero-sub { color: #2a2a2a !important; }
html.light-mode .page-hero-title { color: #0A0A0A !important; }
html.light-mode .page-hero-topbar { border-bottom-color: #E0E0E0 !important; color: #6f6f6f !important; }

/* Card grids — cream gaps, white cards (sharp editorial contrast) */
html.light-mode .films-grid,
html.light-mode .program-tabs,
html.light-mode .jury-grid,
html.light-mode .venues-grid,
html.light-mode .news-grid,
html.light-mode .sponsors-grid,
html.light-mode .about-stats,
html.light-mode .contact-grid,
html.light-mode .review-grid { background: #D8D2C8 !important; border-color: #D8D2C8 !important; }
html.light-mode .film-card,
html.light-mode .film-card-full,
html.light-mode .program-tab,
html.light-mode .jury-card,
html.light-mode .venue-card,
html.light-mode .news-card,
html.light-mode .news-row,
html.light-mode .program-row,
html.light-mode .sponsor-cell,
html.light-mode .stat,
html.light-mode .contact-card,
html.light-mode .award-card,
html.light-mode .review-card { background: #FFFFFF !important; color: #1A1A1A !important; }
html.light-mode .film-card:hover,
html.light-mode .film-card-full:hover,
html.light-mode .news-card:hover,
html.light-mode .jury-card:hover,
html.light-mode .venue-card:hover,
html.light-mode .program-row:hover,
html.light-mode .news-row:hover { background: #FAF8F3 !important; }
html.light-mode .film-title,
html.light-mode .film-card-title,
html.light-mode .news-title,
html.light-mode .news-card-title,
html.light-mode .jury-name,
html.light-mode .venue-name,
html.light-mode .program-title,
html.light-mode .award-card h3,
html.light-mode .featured-title,
html.light-mode .article-title { color: #0A0A0A !important; }
html.light-mode .film-director,
html.light-mode .film-card-director,
html.light-mode .news-card-meta,
html.light-mode .news-meta,
html.light-mode .news-date,
html.light-mode .featured-meta,
html.light-mode .featured-excerpt,
html.light-mode .news-card-excerpt,
html.light-mode .jury-role,
html.light-mode .venue-addr,
html.light-mode .venue-foot,
html.light-mode .program-loc,
html.light-mode .program-kind,
html.light-mode .news-row { color: #5A544C !important; }
html.light-mode .stat-l { color: #2a2a2a !important; }
html.light-mode .jury-initials { color: #D8D2C8 !important; }
html.light-mode .film-poster,
html.light-mode .film-card-poster,
html.light-mode .featured-img,
html.light-mode .article-hero-img,
html.light-mode .news-card-img,
html.light-mode .jury-portrait {
  background: linear-gradient(135deg, #EDE9E1 0%, #D8D2C8 100%) !important;
  border-bottom-color: #D8D2C8 !important;
}
html.light-mode .film-poster-num,
html.light-mode .film-card-num { color: #B8B0A4 !important; }

/* About / manifesto */
html.light-mode .about-body,
html.light-mode .manifesto-body { color: #1a1a1a !important; }

/* Newsletter section */
html.light-mode .newsletter-section { background: #EDE9E1 !important; }
html.light-mode .newsletter-form { background: #FFFFFF !important; border-color: #D8D2C8 !important; }
html.light-mode .newsletter-input { color: #1A1A1A !important; }
html.light-mode .newsletter-input::placeholder { color: #999 !important; }
html.light-mode .newsletter-sub { color: #5A544C !important; }

/* Editorial card lift on hover (subtle, Cannes-like) */
html.light-mode .film-card-full,
html.light-mode .film-card,
html.light-mode .news-card,
html.light-mode .jury-card,
html.light-mode .venue-card,
html.light-mode .featured-card,
html.light-mode .award-card,
html.light-mode .stat,
html.light-mode .contact-card {
  transition: background-color 0.2s ease, box-shadow 0.25s ease, transform 0.2s ease !important;
}
html.light-mode .film-card-full:hover,
html.light-mode .film-card:hover,
html.light-mode .news-card:hover,
html.light-mode .jury-card:hover,
html.light-mode .venue-card:hover,
html.light-mode .award-card:hover {
  box-shadow: 0 14px 32px rgba(20, 16, 8, 0.08), 0 2px 6px rgba(20, 16, 8, 0.04);
  transform: translateY(-2px);
}

/* Section borders use warm beige */
html.light-mode .section,
html.light-mode .apply-hero,
html.light-mode .about-section,
html.light-mode .sponsors-section,
html.light-mode .page-hero,
html.light-mode .article-page { border-bottom-color: #D8D2C8 !important; }
html.light-mode .sec-head { border-bottom-color: #D8D2C8 !important; }
html.light-mode .sec-sub { color: #5A544C !important; }
html.light-mode .page-hero-sub { color: #2a2a2a !important; font-weight: 400; }
html.light-mode .page-hero-topbar { border-bottom-color: #D8D2C8 !important; color: #5A544C !important; }

/* Hero topbar elements / kickers */
html.light-mode .hero-topbar { border-bottom-color: #D8D2C8 !important; color: #5A544C !important; }
html.light-mode .hero-countdown { border-top-color: #D8D2C8 !important; }
html.light-mode .cd-cell { border-left-color: #D8D2C8 !important; }
html.light-mode .cd-unit { color: #5A544C !important; }
html.light-mode .hero-kicker--stack .hero-kicker-line { color: #2a2a2a !important; }
html.light-mode .hero-kicker--stack .hero-kicker-line:first-child { color: #0A0A0A !important; font-weight: 700; }
html.light-mode .about-body,
html.light-mode .manifesto-body { color: #1A1A1A !important; }

/* About kicker color */
html.light-mode .about-kicker,
html.light-mode .page-hero-kicker { color: #2a2a2a !important; }

/* Marquee — keep bold accent bar (red on dark text) */
html.light-mode .marquee { color: #0A0A0A !important; }
html.light-mode .marquee-dot { background: #0A0A0A !important; }

/* Footer — slightly darker cream than body for separation */
html.light-mode .footer { background: #EDE9E1 !important; color: #2a2a2a !important; border-top-color: #D8D2C8 !important; }
html.light-mode .footer-partners { border-bottom-color: #D8D2C8 !important; }
html.light-mode .footer-inner { border-bottom-color: #D8D2C8 !important; }
html.light-mode .footer-grid > div > div:not(.footer-h) { color: #2a2a2a !important; }
html.light-mode .footer-foot { color: #5A544C !important; }
html.light-mode .footer a { color: #0A0A0A; }
html.light-mode .footer a:hover { color: var(--accent); }

/* Marquee — keep accent red bar but flip dots */
html.light-mode .marquee-dot { background: #000 !important; }

/* Buttons */
html.light-mode .btn-ghost { color: #0A0A0A !important; border-color: #C8C8C8 !important; }
html.light-mode .btn-ghost:hover { border-color: #0A0A0A !important; }
html.light-mode .btn-primary:hover { box-shadow: 4px 4px 0 #0A0A0A !important; }
html.light-mode .nav-tickets:hover { box-shadow: 4px 4px 0 #0A0A0A !important; }

/* Apply form & overlays — cream backdrop, white panel */
html.light-mode .apply-overlay { background: rgba(245, 242, 236, 0.95) !important; }
html.light-mode .apply-panel { background: #FFFFFF !important; border-color: #D8D2C8 !important; box-shadow: 0 24px 60px rgba(20, 16, 8, 0.12) !important; }
html.light-mode .apply-head { background: #FFFFFF !important; border-bottom-color: #D8D2C8 !important; }
html.light-mode .apply-rail { background: #D8D2C8 !important; border-bottom-color: #D8D2C8 !important; }
html.light-mode .apply-rail-step { background: #EDE9E1 !important; color: #5A544C !important; }
html.light-mode .apply-rail-step.done { color: #1A1A1A !important; }
html.light-mode .apply-meta { background: #FAF8F3 !important; border-bottom-color: #D8D2C8 !important; }
html.light-mode .apply-progress-bar { background: #D8D2C8 !important; }
html.light-mode .apply-fieldset-body,
html.light-mode .decl-check,
html.light-mode .decl-radio,
html.light-mode .decl-radio-block { background: #FAF8F3 !important; border-color: #D8D2C8 !important; }
html.light-mode .field-input { background: #FFFFFF !important; border-color: #D8D2C8 !important; color: #1A1A1A !important; }
html.light-mode .field-label { color: #2a2a2a !important; }
html.light-mode .field-hint { color: #5A544C !important; }
html.light-mode .upload-box { background: #FFFFFF !important; border-color: #D8D2C8 !important; color: #1A1A1A !important; }
html.light-mode .decl-label { color: #1A1A1A !important; }
html.light-mode .decl-box { border-color: #B8AFA0 !important; }
html.light-mode .apply-foot { background: #FFFFFF !important; border-top-color: #D8D2C8 !important; }
html.light-mode .review-card-head { border-bottom-color: #D8D2C8 !important; }
html.light-mode .review-row dt { color: #5A544C !important; }
html.light-mode .review-row dd { color: #1A1A1A !important; }
html.light-mode .review-grid { background: #D8D2C8 !important; }
html.light-mode .review-card { background: #FFFFFF !important; }

/* Article */
html.light-mode .article-crumb { color: #5F5F5F !important; border-bottom-color: #E0E0E0 !important; }
html.light-mode .article-lede { color: #2a2a2a !important; }
html.light-mode .article-body { color: #1a1a1a !important; }
html.light-mode .article-body blockquote { color: #0A0A0A !important; }
html.light-mode .article-aside-block { border-bottom-color: #E0E0E0 !important; }

/* Program */
html.light-mode .prog-daystrip { background: #E0E0E0 !important; border-color: #E0E0E0 !important; }
html.light-mode .prog-daycard { background: #FFFFFF !important; }
html.light-mode .prog-daycard:hover { background: #F4F4F4 !important; }
html.light-mode .prog-filters-select { background: #FFFFFF !important; border-color: #C8C8C8 !important; color: #0A0A0A !important; }
html.light-mode .prog-session { border-bottom-color: #E0E0E0 !important; }
html.light-mode .prog-session-sub { color: #4a4a4a !important; }
html.light-mode .prog-day-head { border-bottom-color: #E0E0E0 !important; }
html.light-mode .prog-day-head-count { color: #5F5F5F !important; }
html.light-mode .prog-day-head-mo { color: #5F5F5F !important; }

/* Welcome popup — cream backdrop, white panel with soft shadow */
html.light-mode .fkfsh-popup-backdrop { background: rgba(20, 16, 8, 0.35) !important; backdrop-filter: blur(6px); }
html.light-mode .fkfsh-popup-panel { background: #FFFFFF !important; border-color: #D8D2C8 !important; box-shadow: 0 30px 80px rgba(20, 16, 8, 0.18) !important; }
html.light-mode .fkfsh-popup-body { color: #2a2a2a !important; }
html.light-mode .fkfsh-popup-close { border-color: #D8D2C8; color: #5A544C; }
html.light-mode .fkfsh-popup-close:hover { border-color: #1A1A1A; color: #1A1A1A; }
html.light-mode .fkfsh-popup-cta--ghost { color: #1A1A1A !important; border-color: #D8D2C8 !important; }
html.light-mode .fkfsh-popup-cta:hover { box-shadow: 4px 4px 0 #1A1A1A !important; }
html.light-mode .fkfsh-popup-cta--ghost:hover { border-color: #1A1A1A !important; box-shadow: 4px 4px 0 var(--accent) !important; }

/* Smooth transition between themes */
body, .nav, .footer, .section, .card, .film-card, .film-card-full, .news-card, .jury-card, .venue-card, .footer-inner, .footer-partners {
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

/* ===== Light mode — aggressive overrides for inline-style elements ===== */

/* Dark backgrounds anywhere → white card */
html.light-mode [style*="background:#0a0a0a"],
html.light-mode [style*="background:#0A0A0A"],
html.light-mode [style*="background:#0d0d0d"],
html.light-mode [style*="background:#0D0D0D"],
html.light-mode [style*="background:#080808"],
html.light-mode [style*="background:#101010"],
html.light-mode [style*="background:#111"],
html.light-mode [style*="background:#121212"],
html.light-mode [style*="background:#181818"],
html.light-mode [style*="background:#0f0f0f"],
html.light-mode [style*="background:#181818"] {
  background: #FFFFFF !important;
}

/* Dark borders → warm beige */
html.light-mode [style*="border:1px solid #1f1f1f"],
html.light-mode [style*="border:1px solid #2a2a2a"],
html.light-mode [style*="border:1px solid #232323"],
html.light-mode [style*="border:1px solid #444"],
html.light-mode [style*="border:1px solid #555"],
html.light-mode [style*="border-color:#444"],
html.light-mode [style*="border-color:#2a2a2a"],
html.light-mode [style*="border-color:#232323"] {
  border-color: #D8D2C8 !important;
}

/* Muted/light grey text used on dark sites → readable dark grey */
html.light-mode [style*="color:#bebebe"],
html.light-mode [style*="color:#BEBEBE"],
html.light-mode [style*="color:#9a9a9a"],
html.light-mode [style*="color:#888"],
html.light-mode [style*="color:#999"],
html.light-mode [style*="color:#666"],
html.light-mode [style*="color:#555"],
html.light-mode [style*="color:#8F8F8F"],
html.light-mode [style*="color:#bbb"],
html.light-mode [style*="color:#e4e4e4"],
html.light-mode [style*="color:#E4E4E4"],
html.light-mode [style*="color:#d4d4d4"],
html.light-mode [style*="color:#D4D4D4"],
html.light-mode [style*="color:#e8e8e8"],
html.light-mode [style*="color:#E8E8E8"] {
  color: #2a2a2a !important;
}

/* White / near-white text on light bg → dark */
html.light-mode [style*="color:#fff"]:not([style*="background:"]):not(.btn-primary):not(.fkfsh-popup-cta):not(.nav-tickets),
html.light-mode [style*="color:#FFF"]:not([style*="background:"]):not(.btn-primary):not(.fkfsh-popup-cta):not(.nav-tickets),
html.light-mode [style*="color:#ffffff"]:not([style*="background:"]):not(.btn-primary):not(.fkfsh-popup-cta):not(.nav-tickets) {
  color: #0A0A0A !important;
}

/* Background rgba dark overlays (e.g. accent washes) — soften */
html.light-mode [style*="background:rgba(255,255,255"] { background: rgba(0, 0, 0, 0.04) !important; }

/* Error / success flash bands — re-skin for light mode */
html.light-mode [style*="background:#2a1010"] { background: #fdecec !important; color: #8a1a1a !important; }
html.light-mode [style*="background:#2a1f10"] { background: #fff5e0 !important; color: #7a5a1a !important; }
html.light-mode [style*="background:#0f2a18"] { background: #e8f7ec !important; color: #1a5f2c !important; }
html.light-mode [style*="background:#1a1a2a"] { background: #ecedf7 !important; color: #2a3a8a !important; }
html.light-mode [style*="color:#ff9a9a"] { color: #8a1a1a !important; }
html.light-mode [style*="color:#9af0b8"] { color: #1a5f2c !important; }
html.light-mode [style*="color:#ffd89a"] { color: #7a5a1a !important; }
html.light-mode [style*="color:#9ab5ff"] { color: #2a3a8a !important; }
html.light-mode [style*="background:#1a2a18"] { background: #e8f7ec !important; }
html.light-mode [style*="color:#5af090"] { color: #1a8f3c !important; }

/* Award rgba background (e.g. .award-block) */
html.light-mode [style*="background:rgba(226,35,26"] { background: rgba(226, 35, 26, 0.06) !important; }

/* Specific class-based polish */
html.light-mode .award-card { background: #FFFFFF !important; border: 1px solid #D8D2C8 !important; }
html.light-mode .awards-grid { background: #D8D2C8 !important; border-color: #D8D2C8 !important; }
html.light-mode .award-block { background: #FFFFFF !important; border-color: #D8D2C8 !important; }
html.light-mode .vote-btn[style*="background:#181818"] { background: #FFFFFF !important; color: #1A1A1A !important; border-color: #D8D2C8 !important; }
html.light-mode .film-pick { background: #FFFFFF !important; border-color: #D8D2C8 !important; color: #1A1A1A !important; }
html.light-mode .film-pick > div { color: #1A1A1A !important; }
html.light-mode .film-pick:has(input:checked) > div { color: #000 !important; }
html.light-mode .film-pick > div:last-child { color: #5A544C !important; }

/* Award candidate row */
html.light-mode .award-cand-row { background: #FFFFFF !important; border-color: #D8D2C8 !important; }
html.light-mode .award-cand-row span:nth-child(2) { color: #1A1A1A !important; }
html.light-mode .award-cand-row input { background: #FAF8F3 !important; color: #1A1A1A !important; border-color: #D8D2C8 !important; }

/* Hero video — too aggressive an invert can look bad; just dim instead */
html.light-mode .hero-mark-video-el { filter: none !important; opacity: 0.92; }
html.light-mode .hero-mark-img { filter: none !important; }

/* Sponsors cells dark text */
html.light-mode .sponsor-cell { color: #5F5F5F !important; }
html.light-mode .sponsor-cell:hover { color: #0A0A0A !important; background: #F4F4F4 !important; }

/* Filters / search inputs */
html.light-mode .news-filter-cat { color: #2a2a2a !important; border-color: #C8C8C8 !important; }
html.light-mode .news-filter-cat:hover { border-color: #0A0A0A !important; }
html.light-mode .news-filter-search input { background: #FFFFFF !important; color: #0A0A0A !important; border-color: #C8C8C8 !important; }

/* Nav mobile menu, sponsors title kicker */
html.light-mode .sponsors-head,
html.light-mode .apply-hero-status,
html.light-mode .about-kicker,
html.light-mode .page-hero-kicker,
html.light-mode .hero-kicker { color: #2a2a2a !important; }

/* Timeline */
html.light-mode .timeline-row { border-top-color: #D8D2C8 !important; }
html.light-mode .timeline-row:last-child { border-bottom-color: #D8D2C8 !important; }
html.light-mode .timeline-year { color: #1A1A1A !important; }
html.light-mode .timeline-body { color: #2a2a2a !important; }

/* Apply hero card */
html.light-mode .apply-hero-card { background: #FFFFFF !important; border-color: #E0E0E0 !important; }
html.light-mode .apply-hero-card-head { color: #2a2a2a !important; }
html.light-mode .apply-hero-steps li { border-top-color: #E0E0E0 !important; color: #0A0A0A !important; }
html.light-mode .apply-hero-card-divider { background: #E0E0E0 !important; }
html.light-mode .apply-hero-reqs li { color: #2a2a2a !important; }
html.light-mode .apply-hero-sub { color: #2a2a2a !important; }
html.light-mode .apply-hero-cd-label { color: #5F5F5F !important; }
html.light-mode .apply-hero-cd-sep { color: #C8C8C8 !important; }
html.light-mode .apply-hero-stats { background: #E0E0E0 !important; border-color: #E0E0E0 !important; }
html.light-mode .apply-hero-stat { background: #FFFFFF !important; }
html.light-mode .apply-hero-stat-l { color: #2a2a2a !important; }
html.light-mode .apply-hero-topbar { border-bottom-color: #E0E0E0 !important; color: #2a2a2a !important; }

/* Apply rail / progress */
html.light-mode .apply-progress-label { color: #2a2a2a !important; }
html.light-mode .apply-rail-num { color: inherit; }
html.light-mode .apply-required-head { color: #2a2a2a !important; }
html.light-mode .apply-required li { color: #2a2a2a !important; }
html.light-mode .apply-sub { color: #2a2a2a !important; }
html.light-mode .apply-step-kicker { color: #5F5F5F !important; }
html.light-mode .apply-h1 { color: #0A0A0A !important; }
html.light-mode .apply-foot-step { color: #5F5F5F !important; }
html.light-mode .apply-head-sub { color: #5F5F5F !important; }
html.light-mode .apply-legend-hint { color: #5F5F5F !important; }

/* Done screens */
html.light-mode .apply-done-body { color: #2a2a2a !important; }
html.light-mode .apply-done-steps li { background: #F4F4F4 !important; border-color: #E0E0E0 !important; color: #0A0A0A !important; }
html.light-mode .apply-done-ref { border-color: #C8C8C8 !important; }

/* Article body */
html.light-mode .featured-card { background: #FFFFFF !important; border-color: #E0E0E0 !important; }
html.light-mode .article-share a:hover { color: var(--accent) !important; }
html.light-mode .article-aside-label { color: #5F5F5F !important; }
html.light-mode .article-head-meta { color: #5F5F5F !important; }

/* Programi (single film page) */
html.light-mode .prog-session-link { color: #2a2a2a !important; }
html.light-mode .prog-session-link:hover { color: #0A0A0A !important; }
html.light-mode .prog-session-venue { color: #5F5F5F !important; }
html.light-mode .prog-session-ticket { /* accent inheritance keeps it */ }
html.light-mode .prog-filters-label { color: #5F5F5F !important; }
html.light-mode .prog-daycard-wd,
html.light-mode .prog-daycard-mo { color: inherit; opacity: 0.7; }

/* Film detail */
html.light-mode .film-hero-poster { background: linear-gradient(155deg, #EFEFEF 0%, #DDDDDD 100%) !important; border-color: #E0E0E0 !important; }
html.light-mode .film-hero-meta { color: #2a2a2a !important; }
html.light-mode .film-hero-director { border-color: #E0E0E0 !important; }
html.light-mode .film-hero-synopsis { color: #1a1a1a !important; }
html.light-mode .credit-l { color: #5F5F5F !important; }
html.light-mode .credit-v { color: #0A0A0A !important; }
html.light-mode .credit-row { border-bottom-color: #E0E0E0 !important; }
html.light-mode .film-screen-row { border-bottom-color: #E0E0E0 !important; }
html.light-mode .film-screen-row:first-child { border-top-color: #E0E0E0 !important; }
html.light-mode .film-screen-wd,
html.light-mode .film-screen-venue { color: #5F5F5F !important; }

/* Newsletter btn (accent already covers but text on it) */
html.light-mode .newsletter-btn { color: inherit; }

/* Specific text-coloring helpers */
html.light-mode .mono { color: inherit; }
html.light-mode .lang-toggle .active { color: #0A0A0A !important; }

/* Form inputs in light mode (any field-input) */
html.light-mode .form-input,
html.light-mode input[type="text"]:not([data-theme-toggle]),
html.light-mode input[type="email"],
html.light-mode input[type="tel"],
html.light-mode input[type="url"],
html.light-mode input[type="number"],
html.light-mode input[type="password"],
html.light-mode select,
html.light-mode textarea {
  background: #FFFFFF !important;
  color: #0A0A0A !important;
  border-color: #C8C8C8 !important;
}
html.light-mode input::placeholder,
html.light-mode textarea::placeholder { color: #999 !important; }

/* Coming soon / closed states */
html.light-mode .page-hero-sub,
html.light-mode .results-closed,
html.light-mode .vote-closed { color: #2a2a2a !important; }

/* Stamps and dashes */
html.light-mode .film-poster-stamp,
html.light-mode .featured-img-stamp,
html.light-mode .article-hero-img-stamp { color: #0A0A0A !important; border-color: #C8C8C8 !important; }

/* Cards inside contact grid (alternate fix) */
html.light-mode .contact-value { color: #0A0A0A !important; }

/* Hero topbar — was hidden via CSS earlier but keep light just in case */
html.light-mode .hero-edition { color: #4a4a4a !important; }
html.light-mode .hero-edition b { color: var(--accent) !important; }

/* Page hero on inner pages: ensure title strong contrast */
html.light-mode .page-hero-title .line { color: #0A0A0A; }

/* Awards-page (admin-managed) cards (cmimet) — keep accent number, dark text */
html.light-mode .award-card .mono { color: var(--accent) !important; }
html.light-mode .award-card h3 { color: #0A0A0A !important; }

/* Akademia dashboard award-block */
html.light-mode .award-block h3 { color: #0A0A0A !important; }

/* Film card section badge — keep accent border, readable text */
html.light-mode .film-card-section { color: inherit !important; }

/* Buttons fallback (text on dark): force readable */
html.light-mode .btn-ghost { color: #0A0A0A !important; }
html.light-mode .nav-tickets { color: #FFFFFF !important; } /* keeps red bg from inline style */

/* Logos: when an explicit light-mode variant is uploaded by the admin,
   swap to it; otherwise apply CSS inversion as a fallback for white logos. */

/* Hide the light variant by default; show only when light-mode is active */
.nav-logo-img--light,
.footer-logo--light { display: none; }

/* Light mode: prefer the uploaded light variant; fall back to filter inversion */
html.light-mode .nav-logo-img--light,
html.light-mode .footer-logo--light { display: block; }

html.light-mode .nav-logo .nav-logo-img--light + .nav-logo-img--light { /* no-op */ }

/* When a light variant EXISTS (siblings present), hide the dark one in light mode */
.nav-logo:has(.nav-logo-img--light) .nav-logo-img--dark { /* fallback */ }
html.light-mode .nav-logo:has(.nav-logo-img--light) .nav-logo-img--dark { display: none; }
html.light-mode .footer-inner:has(.footer-logo--light) .footer-logo--dark { display: none; }

/* When NO light variant is uploaded, invert the dark logo via filter (existing behavior) */
html.light-mode .nav-logo:not(:has(.nav-logo-img--light)) .nav-logo-img--dark { filter: invert(1) brightness(0); }
html.light-mode .footer-inner:not(:has(.footer-logo--light)) .footer-logo--dark { filter: invert(1) brightness(0); }

/* Footer partner logos: swap to admin-uploaded light variant if present,
   otherwise apply CSS inversion to the dark logo (fallback). */
.footer-partner-img--light { display: none; }
html.light-mode .footer-partner-logo:has(.footer-partner-img--light) .footer-partner-img--dark { display: none; }
html.light-mode .footer-partner-logo:has(.footer-partner-img--light) .footer-partner-img--light { display: block; }

/* Fallback: when no light variant uploaded, brightness(0) blacks out the white logo */
html.light-mode .footer-partner-logo:not(:has(.footer-partner-img--light)) .footer-partner-img--dark { filter: brightness(0) !important; opacity: 0.85; }
html.light-mode .footer-partner-logo:not(:has(.footer-partner-img--light)):hover .footer-partner-img--dark { opacity: 1; }

/* =====================================================================
   MOBILE — Sticky nav with prominent Apliko CTA when scrolled.
   Hero kicker collapses to single line on small screens.
   ===================================================================== */

/* When scrolled on mobile: nav becomes more compact with prominent Apliko button */
@media (max-width: 1024px) {
  .nav { padding: 12px 16px !important; }
  .nav-scrolled { padding: 8px 16px !important; }

  /* Hide language toggle when scrolled — focus on CTA */
  .nav-scrolled .lang-toggle { display: none !important; }

  /* Apliko button: more prominent (taller, bolder) when scrolled */
  .nav-tickets {
    padding: 10px 16px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    box-shadow: 0 4px 14px rgba(226, 35, 26, 0.25);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
  .nav-scrolled .nav-tickets {
    padding: 11px 18px !important;
    font-size: 13px !important;
    box-shadow: 0 6px 18px rgba(226, 35, 26, 0.4);
  }
  .nav-tickets:active { transform: scale(0.96); }

  /* Logo slightly smaller on mobile scroll */
  .nav-scrolled .nav-logo-img { height: 36px !important; }
}

@media (max-width: 480px) {
  .nav-logo-img { height: 40px !important; }
  .nav-scrolled .nav-logo-img { height: 32px !important; }
  /* Slightly tighter spacing on very small phones */
  .nav-right { gap: 8px !important; }
}

/* Hero kicker stacked → single line on mobile */
@media (max-width: 600px) {
  .hero-kicker--stack {
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 24px !important;
  }
  .hero-kicker--stack .tick {
    margin-top: 0 !important;
  }
  .hero-kicker--stack .hero-kicker-text {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 0 6px !important;
  }
  .hero-kicker--stack .hero-kicker-line {
    font-size: 11px !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
  }
  .hero-kicker--stack .hero-kicker-line:not(:last-child)::after {
    content: '·';
    color: rgba(255, 255, 255, 0.4);
    margin-left: 6px;
  }
  html.light-mode .hero-kicker--stack .hero-kicker-line:not(:last-child)::after {
    color: rgba(20, 16, 8, 0.35);
  }
}

/* =====================================================================
   MODERN MOBILE MENU — fullscreen overlay with social icons & animations
   ===================================================================== */

/* Burger button: animates to X when open */
.nav-burger {
  position: relative;
  width: 44px;
  height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  -webkit-tap-highlight-color: transparent;
}
.nav-burger span {
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.25s ease,
              background 0.2s ease;
  transform-origin: center;
}
html.light-mode .nav-burger span { background: #1A1A1A; }
.nav-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #fff;
}
.nav-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #fff;
}

/* Fullscreen overlay menu */
.nav-mobile {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background: rgba(10, 10, 10, 0.985);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 999 !important;
  padding: 0 !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nav-mobile[hidden] { display: flex !important; }
.nav-mobile.is-open {
  opacity: 1;
  pointer-events: auto;
}
html.light-mode .nav-mobile { background: rgba(245, 242, 236, 0.985); }

/* Explicit close (X) button in top-right of fullscreen menu */
.nav-mobile-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #F2F2F2;
  cursor: pointer;
  padding: 0;
  z-index: 1002;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
  opacity: 0;
  transform: scale(0.6) rotate(-45deg);
  -webkit-tap-highlight-color: transparent;
}
.nav-mobile.is-open .nav-mobile-close {
  opacity: 1;
  transform: scale(1) rotate(0);
  transition-delay: 0.2s;
}
.nav-mobile-close:hover,
.nav-mobile-close:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
  transform: scale(1.05) rotate(90deg);
}
.nav-mobile-close svg {
  width: 22px;
  height: 22px;
  display: block;
}
html.light-mode .nav-mobile-close { color: #1A1A1A; border-color: rgba(20, 16, 8, 0.2); }
html.light-mode .nav-mobile-close:hover { color: #000; }

/* Inner content container */
.nav-mobile-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px 28px 32px;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Menu list */
.nav-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-mobile-list li {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.nav-mobile.is-open .nav-mobile-list li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(0.05s * var(--i, 0) + 0.1s);
}
.nav-mobile-list a {
  display: grid !important;
  grid-template-columns: 36px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 4px !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #F2F2F2 !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  text-decoration: none;
  transition: padding-left 0.2s ease, color 0.2s ease;
}
.nav-mobile-list a:hover,
.nav-mobile-list a:focus-visible {
  color: var(--accent) !important;
  padding-left: 12px !important;
}
.nav-mobile-list a.is-active {
  color: var(--accent) !important;
}
.nav-mobile-num {
  font-family: "JetBrains Mono", monospace !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: rgba(255, 255, 255, 0.4);
}
.nav-mobile-list a.is-active .nav-mobile-num,
.nav-mobile-list a:hover .nav-mobile-num {
  color: var(--accent);
}
.nav-mobile-text {
  line-height: 1.1;
}
.nav-mobile-arrow {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  transition: transform 0.2s ease, color 0.2s ease;
}
.nav-mobile-list a:hover .nav-mobile-arrow {
  color: var(--accent);
  transform: translateX(4px);
}

html.light-mode .nav-mobile-list a { color: #1A1A1A !important; border-bottom-color: rgba(20, 16, 8, 0.08) !important; }
html.light-mode .nav-mobile-num { color: rgba(20, 16, 8, 0.4); }
html.light-mode .nav-mobile-arrow { color: rgba(20, 16, 8, 0.35); }

/* Footer section in menu */
.nav-mobile-footer {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.nav-mobile.is-open .nav-mobile-footer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
html.light-mode .nav-mobile-footer { border-top-color: rgba(20, 16, 8, 0.1); }

.nav-mobile-contact {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.nav-mobile-contact:hover { color: var(--accent); }
html.light-mode .nav-mobile-contact { color: rgba(20, 16, 8, 0.7); }

/* Social icons */
.nav-mobile-socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.nav-mobile-socials a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #F2F2F2;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-mobile-socials a:hover,
.nav-mobile-socials a:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
  color: #000;
  transform: translateY(-2px);
}
.nav-mobile-socials svg {
  width: 20px;
  height: 20px;
  display: block;
}
html.light-mode .nav-mobile-socials a { border-color: rgba(20, 16, 8, 0.2); color: #1A1A1A; }
html.light-mode .nav-mobile-socials a:hover { color: #000; }

.nav-mobile-meta {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.1em;
}
html.light-mode .nav-mobile-meta { color: rgba(20, 16, 8, 0.45); }

/* Theme toggle inside the mobile menu (pill switch + labels) */
.nav-mobile-theme {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #F2F2F2;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.nav-mobile-theme:hover,
.nav-mobile-theme:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}
html.light-mode .nav-mobile-theme { background: rgba(20, 16, 8, 0.04); border-color: rgba(20, 16, 8, 0.12); color: #1A1A1A; }
html.light-mode .nav-mobile-theme:hover { background: rgba(20, 16, 8, 0.08); border-color: rgba(20, 16, 8, 0.2); }

/* Show the label that matches the CURRENT theme */
.nav-mobile-theme [data-theme-label-light] { display: none; }
.nav-mobile-theme [data-theme-label-dark]  { display: inline-flex; }
html.light-mode .nav-mobile-theme [data-theme-label-light] { display: inline-flex; }
html.light-mode .nav-mobile-theme [data-theme-label-dark]  { display: none; }

/* Pill switch visual */
.nav-mobile-theme-switch {
  position: relative;
  width: 44px;
  height: 24px;
  background: #2a2a2a;
  border-radius: 999px;
  flex-shrink: 0;
  transition: background 0.25s ease;
}
.nav-mobile-theme-thumb {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
html.light-mode .nav-mobile-theme-switch { background: var(--accent); }
html.light-mode .nav-mobile-theme-thumb  { transform: translateX(20px); }

/* Lock body scroll when menu open */
html.has-mobile-menu-open,
html.has-mobile-menu-open body {
  overflow: hidden;
}

@media (max-width: 1024px) {
  .nav-burger { display: flex; }
  .nav-center { display: none; }
  /* Hide the desktop theme toggle from the nav — moved into the mobile menu */
  .nav .nav-right .theme-toggle { display: none !important; }
}
@media (min-width: 1025px) {
  .nav-mobile { display: none !important; }
}
@media (max-width: 380px) {
  .nav-mobile-list a { font-size: 20px !important; }
  .nav-mobile-inner { padding: 80px 22px 24px; }
}

/* ===== Floating WhatsApp button — bottom-left, always visible ===== */
.fkfsh-wa-fab {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: fkfshWaIn 0.5s 1.4s backwards;
}
.fkfsh-wa-fab:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 12px 36px rgba(37, 211, 102, 0.55);
}
.fkfsh-wa-fab svg { display: block; }
@keyframes fkfshWaIn {
  from { opacity: 0; transform: translateY(20px) scale(0.8); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@media (max-width: 640px) {
  .fkfsh-wa-fab { bottom: 12px; left: 12px; width: 48px; height: 48px; }
  .fkfsh-wa-fab svg { width: 24px; height: 24px; }
}
/* Hide WhatsApp FAB when mobile menu is open (so X close button is reachable) */
html.has-mobile-menu-open .fkfsh-wa-fab { display: none; }

/* ===== Floating Apliko CTA — sticky bottom-right on every page ===== */
.fkfsh-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 10px 10px;
  background: #0a0a0a;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
  animation: fkfshFabIn 0.5s 1.2s backwards;
}
.fkfsh-fab:hover { transform: translateY(-2px); box-shadow: 0 12px 36px rgba(226, 35, 26, 0.45); }
.fkfsh-fab-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%; font-size: 17px;
}
.fkfsh-fab-body { display: flex; flex-direction: column; gap: 1px; line-height: 1.1; }
.fkfsh-fab-body strong { font-weight: 500; font-size: 13px; letter-spacing: 0.02em; }
.fkfsh-fab-body small { font-size: 11px; color: #bebebe; letter-spacing: 0.04em; }
.fkfsh-fab-close {
  background: transparent; border: none; color: #777; cursor: pointer;
  padding: 4px 8px; font-size: 14px; margin-left: 4px;
  border-left: 1px solid #2a2a2a; transition: color 0.15s;
}
.fkfsh-fab-close:hover { color: #fff; }
@keyframes fkfshFabIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 640px) {
  .fkfsh-fab { bottom: 12px; right: 12px; padding: 8px 12px 8px 8px; }
  .fkfsh-fab-icon { width: 32px; height: 32px; font-size: 15px; }
  .fkfsh-fab-body strong { font-size: 12px; }
  .fkfsh-fab-body small { font-size: 10px; }
}
html.light-mode .fkfsh-fab { background: #FFFFFF; border-color: #D8D2C8; color: #1A1A1A; box-shadow: 0 8px 28px rgba(20, 16, 8, 0.18); }
html.light-mode .fkfsh-fab-body small { color: #5A544C; }
html.light-mode .fkfsh-fab-close { color: #888; border-left-color: #D8D2C8; }
html.light-mode .fkfsh-fab-close:hover { color: #1A1A1A; }

/* =====================================================================
   GLOBAL TYPOGRAPHY REDUCTION — smaller sizes, lighter weights.
   Rule: NEVER bold. If a text was using a bold brand font (Presicav 900,
   Archivo Black), switch to Poppins regular/medium. Smaller scale.
   ===================================================================== */

/* Body sets the base — Poppins, regular weight, slightly smaller */
html body {
  font-family: "Poppins", "Inter", system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px;
}
html body strong, html body b { font-weight: 500 !important; }

/* HERO title — was 110px / weight 900. Now 60px / 400 Poppins */
.hero-title,
html body .hero-title,
.page-hero-title,
html body .page-hero-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: clamp(34px, 5vw, 60px) !important;
  letter-spacing: -0.02em !important;
  line-height: 1.05 !important;
}
.hero-title .slash, .page-hero-title .slash {
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
}

/* Section titles — was 88px / 700. Now 36px / 400 */
.sec-title,
html body .sec-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(24px, 3vw, 36px) !important;
  letter-spacing: -0.015em !important;
  line-height: 1.1 !important;
}

/* Apply / vote / academy / page heroes shared style */
.apply-h1,
.apply-hero-title,
.apply-done-title,
html body .apply-h1,
html body .apply-hero-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(28px, 4vw, 48px) !important;
  letter-spacing: -0.015em !important;
  line-height: 1.1 !important;
}

/* Featured news, article title, big editorial */
.featured-title, .article-title,
html body .featured-title, html body .article-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(24px, 3vw, 42px) !important;
  letter-spacing: -0.01em !important;
  line-height: 1.15 !important;
}

/* Film cards / news cards / jury cards / venue / program titles */
.film-title, .film-card-title, .film-poster-title,
.news-title, .news-card-title,
.jury-name, .venue-name, .program-title,
.award-card h3, .article-title,
html body .film-title, html body .film-card-title, html body .film-poster-title,
html body .news-title, html body .news-card-title,
html body .jury-name, html body .venue-name, html body .program-title,
html body .award-card h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: -0.005em !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

/* Film poster title (overlay) — slightly bigger */
.film-poster-title,
html body .film-poster-title { font-size: 22px !important; }

/* Stats numbers — were Archivo Black 88px. Now Poppins 56px medium */
.stat-n, .about-stats .stat-n,
.apply-hero-stat-n,
html body .stat-n, html body .apply-hero-stat-n {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(36px, 4.5vw, 56px) !important;
  letter-spacing: -0.03em !important;
}

/* Countdown numbers */
.cd-num,
html body .cd-num {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(36px, 4vw, 48px) !important;
  letter-spacing: -0.02em !important;
}

/* Stat / countdown small labels */
.stat-l, .cd-unit, .apply-hero-stat-l {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}

/* Hero edition / kicker / topbar — small caps */
.hero-edition, .hero-edition b,
.hero-kicker, .hero-kicker-line,
.page-hero-kicker, .about-kicker,
.sec-head .sec-num, .sec-cta,
html body .hero-kicker-line, html body .page-hero-kicker {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}

/* Cards/news meta and small caption text */
.film-director, .film-card-director,
.news-card-meta, .news-meta, .news-date,
.featured-meta, .jury-role, .venue-addr, .venue-foot,
.program-loc, .program-kind, .program-sub,
.featured-excerpt, .news-card-excerpt,
.article-lede, .article-head-meta {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
}
.featured-excerpt, .news-card-excerpt { font-size: 14px !important; line-height: 1.5 !important; }
.film-director, .film-card-director,
.jury-role, .venue-addr, .program-loc { font-size: 13px !important; }

/* Marquee — Poppins 500. Faster on mobile, smaller font */
.marquee-track,
html body .marquee-track {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  letter-spacing: 0.04em !important;
}
@media (max-width: 768px) {
  .marquee-track,
  html body .marquee-track {
    font-size: 14px !important;
    animation-duration: 22s !important;
    gap: 28px !important;
  }
  .marquee-item { gap: 28px !important; }
  .marquee { padding: 12px 0 !important; }
}

/* Section sub / about body / manifesto */
.sec-sub, .about-body, .page-hero-sub, .manifesto-body,
html body .about-body, html body .manifesto-body, html body .page-hero-sub {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.about-body, .manifesto-body {
  font-size: clamp(15px, 1.5vw, 18px) !important;
  line-height: 1.55 !important;
}
.page-hero-sub { font-size: clamp(14px, 1.4vw, 17px) !important; line-height: 1.55 !important; }

/* Sponsors / sponsors head */
.sponsors-head,
.sponsor-cell,
html body .sponsor-cell {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.04em !important;
}

/* Apply form: H1/H2/labels/legends */
.apply-head-title,
.apply-fieldset .apply-legend,
.apply-step-kicker {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}
.apply-head-title { font-size: 16px !important; letter-spacing: 0 !important; text-transform: none !important; }
.apply-legend { font-size: 13px !important; letter-spacing: 0.04em !important; }
.field-label { font-weight: 500 !important; font-size: 12px !important; }

/* Buttons — never bold */
.btn, button.btn, .btn-primary, .btn-ghost, .btn-outline,
html body .btn, html body button.btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.06em !important;
}

/* Nav menu items — slightly smaller, NEVER bold (max 500) */
html body .nav .nav-center a,
html body .nav-center a {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}
html.light-mode body .nav .nav-center a,
html.light-mode body .nav-center a {
  font-weight: 500 !important;
  color: #1A1A1A !important;
}

/* Nav tickets / lang-toggle */
.nav-tickets, .lang-toggle,
html body .nav-tickets, html body .lang-toggle {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}
.nav-logo-text,
html body .nav-logo-text {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  letter-spacing: 0.06em !important;
}

/* Footer headings (MBËSHTETUR/ORGANIZUAR/KONTAKT/etc.) */
.footer-h, .footer-partners-label {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
}
.footer-grid > div > div:not(.footer-h) { font-size: 13px !important; }
.footer-foot { font-size: 11px !important; }

/* News / film / jury small badges */
.news-tag, .film-card-section, .film-poster-stamp,
.news-filter-cat, .program-tab-day, .program-tab-month {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  letter-spacing: 0.1em !important;
}

/* Award cards on /cmimet */
.award-card h3 { font-size: 14px !important; }
.award-card .mono { font-size: 11px !important; }

/* Jury initials placeholder */
.jury-initials,
html body .jury-initials {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: 36px !important;
}

/* Article body */
.article-body,
html body .article-body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.article-body blockquote {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(18px, 2vw, 22px) !important;
}
.dropcap { font-weight: 500 !important; font-size: 52px !important; }

/* Hero kicker stack lines */
.hero-kicker--stack .hero-kicker-line,
html body .hero-kicker--stack .hero-kicker-line {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}
.hero-kicker--stack .hero-kicker-line:first-child { font-weight: 500 !important; }

/* Popup welcome dialog */
.fkfsh-popup-title,
html body .fkfsh-popup-title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(22px, 2.4vw, 30px) !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}
.fkfsh-popup-body { font-size: 14px !important; line-height: 1.6 !important; }
.fkfsh-popup-cta { font-weight: 500 !important; font-size: 12px !important; }

/* Mono — keep mono font but lighter */
.mono,
html body .mono {
  font-weight: 500 !important;
}

/* Apply done screen */
.apply-done-title { font-family: "Poppins", sans-serif !important; font-weight: 500 !important; font-size: clamp(28px, 3.6vw, 44px) !important; text-transform: none !important; letter-spacing: -0.01em !important; }
.apply-done-body { font-size: 14px !important; }

/* H1/H2/H3 anywhere — Poppins, never bold */
html body h1, html body h2, html body h3, html body h4 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

/* ============ PROGRAMI: INTRO / FORMAT ============ */
.prog-intro { padding-top: 24px; padding-bottom: 48px; }
.prog-intro-body { max-width: 1080px; display: flex; flex-direction: column; gap: 18px; margin-bottom: 64px; }
.prog-intro-p { font-size: 16px; line-height: 1.7; color: var(--fg); opacity: .88; }
.prog-intro-p-lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; color: var(--fg); opacity: 1; }
.prog-format { border-top: 1px solid var(--line); padding-top: 40px; }
.prog-format-head { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
.prog-format-tick { width: 10px; height: 10px; margin-top: 14px; flex: 0 0 auto; }
.prog-format-title { font-family: "Archivo Black", sans-serif !important; font-size: clamp(28px, 4vw, 48px); line-height: 1; letter-spacing: -0.02em; text-transform: uppercase; font-weight: 900 !important; color: var(--fg); }
.prog-format-sub { font-family: "Archivo", sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.16em; color: var(--muted); margin-top: 8px; text-transform: uppercase; }
.prog-format-lead { font-size: 15px; line-height: 1.6; color: var(--fg); opacity: .82; max-width: 760px; margin-bottom: 32px; }
.prog-format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-bottom: 32px; }
.prog-format-item { background: var(--card, var(--bg)); padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; }
.prog-format-item-time { font-family: "JetBrains Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.prog-format-item-title { font-family: "Archivo Black", sans-serif !important; font-size: 18px; letter-spacing: -0.01em; text-transform: uppercase; font-weight: 900 !important; color: var(--fg); }
.prog-format-item-desc { font-size: 13px; line-height: 1.55; color: var(--fg); opacity: .75; }
.prog-format-foot { font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
@media (max-width: 900px) { .prog-format-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) {
  .prog-format-grid { grid-template-columns: 1fr; }
  .prog-intro-body { margin-bottom: 40px; }
}

/* ── Programi i detajuar (struktura kohore, sallat, matrica) ── */
.prog-intro-body > .prog-intro-p { max-width: 860px; }
.prog-blk-title {
  font-family: "Archivo Black", sans-serif !important;
  font-size: clamp(20px, 2.6vw, 30px); line-height: 1.15; letter-spacing: -0.01em;
  text-transform: uppercase; font-weight: 900 !important; color: var(--fg);
  margin-top: 40px; padding-bottom: 14px; border-bottom: 2px solid var(--accent-local, var(--accent));
}
.prog-intro-body > .prog-blk-title:first-child { margin-top: 0; }

/* Struktura kohore */
.prog-timeline { list-style: none; margin: 0; padding: 0; border: 1px solid var(--line); background: var(--line); display: flex; flex-direction: column; gap: 1px; }
.prog-timeline-row { display: flex; align-items: center; gap: 20px; background: var(--bg); padding: 16px 22px; }
.prog-timeline-time { font-family: "JetBrains Mono", monospace; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; flex: 0 0 130px; }
.prog-timeline-label { font-size: 15px; color: var(--fg); opacity: .9; }
.prog-timeline-row.is-break { background: var(--bg-2); }
.prog-timeline-row.is-break .prog-timeline-time { color: var(--muted) !important; }
.prog-timeline-row.is-break .prog-timeline-label { font-style: italic; color: var(--muted); opacity: 1; }

/* Sallat */
.prog-venues { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.prog-venue { border: 1px solid var(--line); background: var(--bg-2); padding: 26px 24px; display: flex; flex-direction: column; gap: 18px; }
.prog-venue-head { display: flex; gap: 16px; align-items: flex-start; }
.prog-venue-num { font-family: "JetBrains Mono", monospace; font-size: 26px; font-weight: 700; line-height: 1; flex: 0 0 auto; }
.prog-venue-name { font-family: "Archivo Black", sans-serif !important; font-size: 17px; line-height: 1.2; letter-spacing: -0.01em; text-transform: uppercase; font-weight: 900 !important; color: var(--fg); }
.prog-venue-focus { font-size: 13px; line-height: 1.5; color: var(--muted); margin-top: 8px; }
.prog-venue-focus strong { color: var(--fg); }
.prog-venue-slots { display: flex; flex-direction: column; gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.prog-venue-slot { display: flex; gap: 16px; background: var(--bg); padding: 14px 4px; }
.prog-venue-slot-time { font-family: "JetBrains Mono", monospace; font-size: 12px; font-weight: 700; letter-spacing: 0.03em; flex: 0 0 108px; padding-top: 2px; }
.prog-venue-slot-body { display: flex; flex-direction: column; gap: 4px; }
.prog-venue-slot-title { font-size: 14px; font-weight: 700; color: var(--fg); line-height: 1.3; }
.prog-venue-slot-desc { font-size: 13px; line-height: 1.5; color: var(--fg); opacity: .72; }

@media (max-width: 760px) {
  .prog-venues { grid-template-columns: 1fr; }
  .prog-timeline-time { flex-basis: 108px; }
}
