
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700;800&display=swap');

:root {
  --black: #111111;
  --ink: #262626;
  --gray-800: #3c3c3c;
  --gray-700: #666666;
  --gray-500: #9a9a9a;
  --gray-300: #d8d8d8;
  --gray-200: #ececec;
  --gray-100: #f7f7f7;
  --pink: #f2a8c8;
  --pink-soft: #ffe2ef;
  --icon-pink: #edd9e6;
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--gray-200);
  color: var(--black);
  font-family: 'IBM Plex Sans Arabic', Tahoma, Arial, sans-serif;
  direction: rtl;
  text-align: right;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
p { margin-top: 0; }
.screen-reader-text { position:absolute; left:-9999px; }

.site-page {
  max-width: 1240px;
  margin: 24px auto;
  background: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .13);
  overflow: hidden;
}

.editorial-header {
  padding: 34px 36px;
  border-bottom: 1px solid var(--gray-300);
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1.35fr auto;
  gap: 34px;
  align-items: center;
}

.editorial-brand {
  border-right: 8px solid var(--pink);
  padding-right: 18px;
}

.editorial-brand h1,
.editorial-brand .site-title {
  margin: 0;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.8px;
}

.editorial-brand p {
  margin: 10px 0 0;
  color: var(--gray-700);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 600;
}

.editorial-statement {
  color: var(--gray-700);
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
  max-width: 540px;
}

.header-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  background: var(--black);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  border-bottom: 5px solid var(--pink);
  white-space: nowrap;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 22px 36px;
  border-bottom: 1px solid var(--gray-200);
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow-x: auto;
}

.nav ul {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav a:hover,
.nav a[aria-current="page"],
.nav .current-menu-item > a {
  color: var(--black);
}

.nav .agenda-link,
.nav .current-menu-item > a {
  border-bottom: 4px solid var(--pink);
  padding-bottom: 6px;
}

.nav-icon,
.search-icon {
  color: var(--black);
  font-size: 24px;
  line-height: 1;
}

.search-icon { margin-right: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 5px;
  background: var(--pink);
  display: inline-block;
}

.label {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-500);
}

.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
  padding-top: 28px;
  border-top: 1px solid var(--gray-300);
}

.section-title h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
}

.section-title p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
  max-width: 440px;
}

.layout {
  display: grid;
  grid-template-columns: minmax(230px, 3fr) minmax(360px, 6fr) minmax(230px, 3fr);
  gap: 30px;
  padding: 28px 36px 42px;
  align-items: start;
}

.left-col,
.right-col { min-width: 0; }

.section-line {
  border-top: 1px solid var(--gray-300);
  padding-top: 20px;
}

.video-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 16px;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 26px;
}

.video-card h2 {
  margin: 5px 0 14px;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 800;
  color: var(--black);
}

.muted-text {
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 0;
}

.read-btn,
.btn-link {
  margin-top: 18px;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  color: var(--black);
}

.thumb {
  background: var(--gray-200);
  overflow: hidden;
}

.thumb img,
.hero img,
.side-img img,
.quick-img img,
.card-img img,
.split-img img,
.visual-img img,
.avatar img,
.music-img img,
.cinema-poster img {
  filter: grayscale(100%);
}

.portrait { min-height: 236px; }

.story {
  margin-top: 26px;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 26px;
}

.story-top {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 16px;
  align-items: start;
}

.story-img { height: 172px; }

.story h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.18;
  font-weight: 800;
  color: var(--black);
}

.date {
  margin-top: 10px;
  font-size: 13px;
  color: var(--gray-500);
}

.story .muted-text { margin-top: 18px; }

.ad-box {
  margin-top: 26px;
  background: var(--black);
  color: var(--white);
  padding: 22px;
  border-bottom: 6px solid var(--pink);
}

.ad-box .label { color: var(--pink); }

.ad-box h3 {
  margin: 10px 0 0;
  font-size: 25px;
  line-height: 1.15;
  color: var(--white);
}

.main-story {
  border: 1px solid var(--gray-300);
  padding: 16px;
  background: var(--white);
}

.hero {
  height: 350px;
  background: var(--gray-200);
  position: relative;
  overflow: hidden;
}

.hero img { opacity: .64; }

.play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 4px solid #111111;
  background: var(--icon-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
.play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #111111;
  margin-right: -5px;
}

.main-story .label { margin-top: 24px; }

.main-story h2 {
  margin: 12px 0 18px;
  color: var(--gray-500);
  font-size: 44px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.main-story p {
  color: var(--gray-700);
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 0;
}

.mini-grid {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid var(--gray-200);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mini {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--gray-500);
  font-weight: 800;
  font-size: 13px;
  min-width: 0;
}

.mini-thumb {
  width: 52px;
  height: 52px;
  background: var(--gray-200);
  flex: 0 0 auto;
}

.banner {
  background: var(--pink-soft);
  padding: 24px;
  border: 1px solid var(--pink);
}

.banner h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--black);
}

.banner p {
  margin: 9px 0 0;
  font-size: 14px;
  color: var(--gray-700);
}

.outline-btn {
  margin-top: 18px;
  border: 2px solid var(--black);
  background: transparent;
  padding: 9px 24px;
  font-weight: 800;
  color: var(--black);
}

.side-news {
  margin-top: 26px;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 18px;
}

.side-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
  border-bottom: 1px solid var(--gray-300);
  padding: 0 0 18px;
  margin-bottom: 18px;
  align-items: start;
}

.side-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-img { height: 76px; background: var(--gray-200); }

.side-item h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 800;
  color: var(--black);
}

.subscribe { margin-top: 24px; }

.subscribe h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 800;
  color: var(--black);
}

.subscribe p {
  margin: 8px 0 0;
  color: var(--gray-700);
  font-size: 14px;
}

.email-line {
  margin-top: 18px;
  border-bottom: 1px solid var(--gray-500);
  padding-bottom: 12px;
  color: var(--gray-500);
  font-size: 14px;
}

.black-btn {
  width: 100%;
  border: 0;
  background: var(--black);
  color: var(--white);
  padding: 13px;
  font-weight: 800;
  border-bottom: 4px solid var(--pink);
  margin-top: 14px;
}

.section { padding: 0 36px 50px; }

.cinema-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.cinema-card:nth-child(even) { margin-top: 34px; }

.cinema-poster {
  position: relative;
  aspect-ratio: 1 / .86;
  overflow: hidden;
  border-radius: 22px;
  background: var(--gray-200);
  border: 1px solid var(--gray-300);
  box-shadow: 0 16px 32px rgba(0,0,0,.08);
}

.badge {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--black);
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}

.cinema-card h3 {
  margin: 16px 0 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.small-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 800;
}

.small-play span {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--icon-pink);
  border: 3px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
.small-play span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #111111;
  margin-right: -3px;
}

.split-section {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  padding: 18px;
}

.split-img { min-height: 310px; background: var(--gray-200); }

.split-content h3 {
  margin: 10px 0 12px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.split-content p,
.list-card p,
.music-card p,
.book-card p,
.interview-card p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.list-stack { border-top: 1px solid var(--gray-300); }

.list-card {
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-300);
}

.list-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.music-grid,
.news-grid,
.interviews-grid,
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.music-card,
.culture-news,
.interview-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 16px;
}

.music-img { height: 210px; background: var(--gray-200); margin-bottom: 16px; }

.music-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  line-height: 1.15;
  font-weight: 800;
}

.culture-news { border-top: 6px solid var(--pink); }

.culture-news h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.culture-news p {
  margin: 0;
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.75;
}

.books-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.book-cover {
  min-height: 245px;
  background: linear-gradient(145deg, var(--black), var(--gray-800));
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-bottom: 8px solid var(--pink);
}

.book-cover span {
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
}

.book-cover strong {
  font-size: 28px;
  line-height: 1.15;
}

.book-card h3 {
  margin: 14px 0 6px;
  font-size: 18px;
  line-height: 1.3;
}

.visual-feature {
  position: relative;
  min-height: 420px;
  background: var(--black);
  overflow: hidden;
}

.visual-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.18));
}

.visual-img { position: absolute; inset: 0; }

.visual-text {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  max-width: 580px;
  color: var(--white);
}

.visual-text .eyebrow { color: rgba(255,255,255,.75); }

.visual-text h3 {
  margin: 12px 0;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
}

.visual-text p {
  margin: 0;
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

.interview-card {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  background: var(--gray-100);
}

.avatar { height: 130px; background: var(--gray-200); }

.interview-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.episode-cover {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 18px 18px 46px 18px;
  background: var(--black);
  box-shadow: 0 18px 38px rgba(0,0,0,.13);
}

.episode-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.50) 34%, rgba(0,0,0,.02) 72%);
  z-index: 1;
}

.episode-cover img {
  filter: grayscale(18%);
  transform: scale(1.02);
}

.episode-title {
  position: absolute;
  right: 20px;
  left: 72px;
  bottom: 70px;
  z-index: 2;
  color: var(--white);
  font-size: 35px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0;
}

.episode-meta {
  position: absolute;
  right: 20px;
  bottom: 24px;
  z-index: 2;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  font-weight: 700;
}

.episode-play {
  position: absolute;
  left: 24px;
  bottom: 52px;
  z-index: 3;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 4px solid #111111;
  background: var(--icon-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
.episode-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #111111;
  margin-right: -4px;
}

.episode-person { margin-top: 16px; }
.episode-person h3 { margin: 0; font-size: 19px; line-height: 1.2; }
.episode-person p { margin: 5px 0 0; color: var(--gray-700); font-size: 13px; }

/* Agenda page */
.agenda-hero {
  padding: 44px 36px 28px;
  border-bottom: 1px solid var(--gray-300);
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 40px;
  align-items: end;
}

.agenda-hero h2 {
  margin: 14px 0;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.agenda-hero p {
  margin: 0;
  color: var(--gray-700);
  font-size: 18px;
  line-height: 1.9;
  max-width: 720px;
}

.agenda-summary {
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  padding: 22px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.summary-item {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 12px;
}

.summary-item strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.summary-item span {
  display: block;
  margin-top: 6px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 600;
}

.filters {
  padding: 24px 36px;
  border-bottom: 1px solid var(--gray-300);
  display: grid;
  gap: 16px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.filter-label {
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 700;
  margin-left: 8px;
}

.filter-btn {
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--black);
  padding: 9px 15px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.filter-btn.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  border-bottom: 4px solid var(--pink);
  padding-bottom: 6px;
}

.featured-event { padding: 34px 36px 46px; }

.featured-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--gray-300);
  background: var(--white);
  overflow: hidden;
}

.featured-info {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
}

.featured-info h3 {
  margin: 14px 0;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0;
}

.event-meta span {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--gray-700);
}

.featured-info p {
  margin: 0;
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1.9;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
}

.btn-primary {
  background: var(--black);
  color: var(--white);
  border-bottom: 5px solid var(--pink);
}

.btn-secondary {
  border: 2px solid var(--black);
  color: var(--black);
  background: transparent;
}

.featured-image {
  min-height: 430px;
  background: var(--gray-200);
  position: relative;
  overflow: hidden;
}

.featured-image img { filter: grayscale(100%); opacity: .82; }

.date-stamp {
  position: absolute;
  top: 22px;
  left: 22px;
  background: var(--white);
  border-bottom: 7px solid var(--pink);
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.13);
}

.date-stamp strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.date-stamp span {
  display: block;
  margin-top: 4px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
}

.week-strip {
  margin: 0 36px 46px;
  border-top: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--gray-100);
}

.day-card {
  padding: 18px 12px;
  border-left: 1px solid var(--gray-300);
  text-align: center;
}

.day-card:last-child { border-left: 0; }
.day-card.active { background: var(--pink-soft); }

.day-card strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
}

.day-card span {
  display: block;
  margin-top: 7px;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 600;
}

.agenda-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 330px;
  gap: 34px;
  padding: 0 36px 54px;
  align-items: start;
}

.day-group { margin-bottom: 38px; }

.day-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.day-heading h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

.day-heading span {
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 700;
}

.event-list { display: grid; gap: 14px; }

.event-card {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 20px;
  align-items: start;
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 20px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.08);
}

.event-time {
  border-left: 5px solid var(--pink);
  padding-left: 10px;
}

.event-time strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.event-time span {
  display: block;
  margin-top: 6px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
}

.tag {
  display: inline-flex;
  background: var(--pink-soft);
  border: 1px solid var(--pink);
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

.event-content h4 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.event-place {
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 9px;
}

.event-content p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.details-link {
  border: 2px solid var(--black);
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.sidebar {
  display: grid;
  gap: 22px;
  position: sticky;
  top: 20px;
}

.side-box {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 20px;
}

.side-box h3 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
}

.city-list,
.waiting-list {
  display: grid;
  gap: 10px;
}

.city-list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 9px;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 700;
}

.city-list a span { color: var(--gray-500); }

.waiting-list article {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 12px;
}

.waiting-list article:last-child { border-bottom: 0; padding-bottom: 0; }

.waiting-list strong {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.waiting-list span {
  display: block;
  margin-top: 5px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
}

.submit-box {
  background: var(--black);
  color: var(--white);
  border-bottom: 7px solid var(--pink);
}

.submit-box h3 { color: var(--white); }
.submit-box p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.74);
  line-height: 1.8;
  font-size: 14px;
}
.submit-box .btn-secondary { border-color: var(--white); color: var(--white); width: 100%; }

.month-section { padding: 0 36px 56px; }

.month-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.month-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 18px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
  align-items: start;
}

.month-date {
  background: var(--gray-100);
  border-bottom: 6px solid var(--pink);
  text-align: center;
  padding: 10px 6px;
}

.month-date strong {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.month-date span {
  display: block;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}

.month-card h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.3; font-weight: 800; }
.month-card p { margin: 0; color: var(--gray-700); font-size: 13px; line-height: 1.7; }

.content-page {
  padding: 42px 36px 56px;
}

.content-page h1 {
  margin-top: 0;
  font-size: 44px;
  line-height: 1.16;
}

.content-page .entry-content {
  color: var(--gray-700);
  line-height: 1.9;
  font-size: 17px;
}

.footer {
  background: var(--black);
  color: var(--white);
  padding: 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.footer h2,
.footer h3 { margin: 0 0 12px; }

.footer p,
.footer a {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.8;
}

.footer-links { display: grid; gap: 8px; }

.footer-form {
  display: flex;
  gap: 8px;
}

.footer-form input {
  width: 100%;
  border: 1px solid rgba(255,255,255,.22);
  background: transparent;
  padding: 12px;
  color: var(--white);
}

.footer-form button {
  border: 0;
  background: var(--pink);
  color: var(--black);
  padding: 0 18px;
  font-weight: 800;
}

.copyright {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .editorial-header,
  .agenda-hero,
  .featured-card,
  .agenda-main,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .layout { grid-template-columns: 1fr 1.7fr; }
  .right-col { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .banner, .subscribe, .side-news { margin-top: 0; }
  .cinema-grid, .books-grid, .month-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .music-grid, .news-grid, .interviews-grid, .episodes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-section { grid-template-columns: 1fr; }
  .week-strip { grid-template-columns: repeat(4, 1fr); }
  .sidebar { position: static; grid-template-columns: repeat(3, 1fr); }
  .episode-cover { height: 400px; }
  .header-subscribe { width: max-content; }
}

@media (max-width: 760px) {
  .site-page { margin: 0; }
  .section, .content-page { padding-inline: 20px; }
  .editorial-header { padding: 28px 20px; gap: 18px; }
  .editorial-brand h1 { font-size: 44px; }
  .editorial-brand p { font-size: 16px; }
  .editorial-statement { font-size: 15px; }
  .header-subscribe { width: 100%; }
  .nav { padding-inline: 20px; }
  .layout, .right-col, .split-feature, .music-grid, .news-grid, .books-grid, .interviews-grid, .episodes-grid, .footer-grid, .event-card, .month-grid, .sidebar { grid-template-columns: 1fr; }
  .layout { padding: 24px 20px 38px; }
  .video-card, .story-top { grid-template-columns: 1fr; }
  .portrait, .story-img { height: 230px; }
  .hero { height: 280px; }
  .play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 4px solid #111111;
  background: var(--icon-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
.play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #111111;
  margin-right: -5px;
}
  .episode-play {
  position: absolute;
  left: 24px;
  bottom: 52px;
  z-index: 3;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 4px solid #111111;
  background: var(--icon-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
.episode-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #111111;
  margin-right: -4px;
}
  .main-story h2 { font-size: 34px; }
  .mini-grid { grid-template-columns: 1fr; }
  .section-title { display: block; }
  .section-title h2 { font-size: 34px; margin-bottom: 10px; }
  .cinema-grid { grid-template-columns: 1fr; }
  .cinema-card:nth-child(even) { margin-top: 0; }
  .split-img, .visual-feature { min-height: 300px; }
  .visual-text h3 { font-size: 31px; }
  .episode-cover { height: 390px; }
  .episode-title { font-size: 30px; }
  .agenda-hero { padding: 34px 20px 24px; }
  .agenda-hero h2 { font-size: 42px; }
  .agenda-hero p { font-size: 16px; }
  .summary-grid { grid-template-columns: 1fr 1fr; }
  .filters { padding: 22px 20px; }
  .featured-event { padding: 28px 20px 36px; }
  .featured-info { padding: 24px; min-height: auto; }
  .featured-info h3 { font-size: 32px; }
  .featured-image { min-height: 280px; }
  .week-strip { margin: 0 20px 36px; grid-template-columns: repeat(2, 1fr); }
  .agenda-main { padding: 0 20px 42px; }
  .details-link { width: max-content; }
  .month-section { padding: 0 20px 42px; }
  .footer { padding: 30px 20px; }
}


/* Inner section pages */
.inner-hero {
  padding: 44px 36px 34px;
  border-bottom: 1px solid var(--gray-300);
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 34px;
  align-items: end;
}

.inner-hero h1 {
  margin: 12px 0 14px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.inner-hero p {
  margin: 0;
  color: var(--gray-700);
  font-size: 18px;
  line-height: 1.9;
  max-width: 760px;
}

.inner-hero-card {
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  padding: 22px;
  border-bottom: 7px solid var(--pink);
}

.inner-hero-card strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.inner-hero-card span {
  display: block;
  margin-top: 8px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
}

.feature-grid {
  padding: 34px 36px 50px;
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: 30px;
  align-items: stretch;
}

.big-feature {
  border: 1px solid var(--gray-300);
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
}

.big-feature-img {
  min-height: 390px;
  background: var(--gray-200);
}

.big-feature-img img {
  filter: grayscale(100%);
}

.big-feature-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big-feature-content h2 {
  margin: 12px 0 14px;
  font-size: 38px;
  line-height: 1.16;
  font-weight: 800;
}

.big-feature-content p {
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.9;
}

.side-feature-list {
  border-top: 1px solid var(--gray-300);
}

.side-feature-list article {
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-300);
}

.side-feature-list h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.28;
  font-weight: 800;
}

.side-feature-list p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.article-grid {
  padding: 0 36px 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.article-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 16px;
  border-top: 6px solid var(--pink);
}

.article-card-img {
  height: 210px;
  margin: -16px -16px 16px;
  background: var(--gray-200);
}

.article-card-img img {
  filter: grayscale(100%);
}

.article-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.article-card p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.page-agenda-teaser {
  margin: 0 36px 52px;
  background: var(--black);
  color: var(--white);
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-bottom: 7px solid var(--pink);
}

.page-agenda-teaser h2 {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1.2;
}

.page-agenda-teaser p {
  margin: 0;
  color: rgba(255,255,255,.75);
  line-height: 1.8;
}

.page-agenda-teaser a {
  border: 2px solid var(--white);
  padding: 12px 18px;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 1050px) {
  .inner-hero,
  .feature-grid,
  .big-feature,
  .page-agenda-teaser {
    grid-template-columns: 1fr;
  }

  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .inner-hero,
  .feature-grid,
  .article-grid {
    padding-inline: 20px;
  }

  .inner-hero h1 {
    font-size: 42px;
  }

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

  .big-feature-img {
    min-height: 280px;
  }

  .big-feature-content {
    padding: 22px;
  }

  .big-feature-content h2 {
    font-size: 30px;
  }

  .page-agenda-teaser {
    margin-inline: 20px;
  }
}


/* Polished agenda landing */
.agenda-map {
  padding: 0 36px 46px;
}

.agenda-map-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: stretch;
}

.agenda-note {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 24px;
  border-right: 8px solid var(--pink);
}

.agenda-note h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.agenda-note p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.9;
  font-size: 15px;
}

.agenda-city-panel {
  border: 1px solid var(--gray-300);
  background: var(--black);
  color: var(--white);
  padding: 24px;
  border-bottom: 7px solid var(--pink);
}

.agenda-city-panel h3 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

.agenda-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.agenda-city-tags span {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,.28);
  padding: 7px 10px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

.event-card.featured-row {
  background: var(--gray-100);
  border-right: 7px solid var(--pink);
}

@media (max-width: 1050px) {
  .agenda-map-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .agenda-map {
    padding-inline: 20px;
  }
}


/* Article page */
.article-hero {
  padding: 44px 36px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 360px;
  gap: 36px;
  align-items: end;
  border-bottom: 1px solid var(--gray-300);
}

.article-hero h2 {
  margin: 16px 0 18px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.8px;
  max-width: 820px;
}

.article-lead {
  margin: 0;
  color: var(--gray-700);
  font-size: 20px;
  line-height: 1.9;
  max-width: 780px;
}

.article-info {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 22px;
  border-bottom: 7px solid var(--pink);
}

.article-info-row {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.article-info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.article-info-row span {
  display: block;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.article-info-row strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.article-cover {
  height: 520px;
  background: var(--gray-200);
  position: relative;
  overflow: hidden;
}

.article-cover img {
  filter: grayscale(100%);
  opacity: .82;
}

.cover-caption {
  position: absolute;
  right: 36px;
  bottom: 28px;
  background: var(--white);
  padding: 14px 18px;
  border-bottom: 6px solid var(--pink);
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
  max-width: 420px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 300px;
  gap: 52px;
  padding: 48px 36px 56px;
  align-items: start;
}

.article-content {
  font-size: 19px;
  line-height: 2.05;
  color: var(--black);
}

.article-content p {
  margin: 0 0 28px;
}

.article-content p:first-of-type::first-letter {
  font-size: 64px;
  line-height: .9;
  font-weight: 800;
  float: right;
  margin-left: 10px;
  color: var(--black);
}

.article-content h2,
.article-content h3 {
  margin: 42px 0 16px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 800;
}

.article-content blockquote {
  margin: 38px 0;
  padding: 24px 28px;
  background: var(--gray-100);
  border-right: 8px solid var(--pink);
  color: var(--gray-800);
  font-size: 24px;
  line-height: 1.8;
  font-weight: 700;
}

.article-content figure {
  margin: 42px 0;
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
}

.article-content figure img {
  height: 360px;
  filter: grayscale(100%);
}

.article-content figcaption {
  padding: 12px 16px;
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.7;
}

.article-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 22px;
}

.author-card {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  align-items: center;
}

.author-img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--gray-300);
}

.author-img img {
  filter: grayscale(100%);
}

.author-card strong {
  display: block;
  font-size: 17px;
  font-weight: 800;
}

.author-card span {
  display: block;
  margin-top: 4px;
  color: var(--gray-700);
  font-size: 13px;
  line-height: 1.6;
}

.share-list {
  display: grid;
  gap: 10px;
}

.share-list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 9px;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 700;
}

.related-list {
  display: grid;
  gap: 14px;
}

.related-list article {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 14px;
}

.related-list article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.related-list h4 {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.related-list span {
  display: block;
  margin-top: 5px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags span,
.article-tags a {
  background: var(--pink-soft);
  border: 1px solid var(--pink);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}

.more-section {
  padding: 0 36px 56px;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.more-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 16px;
  border-top: 6px solid var(--pink);
}

.more-img {
  height: 210px;
  margin: -16px -16px 16px;
  background: var(--gray-200);
}

.more-img img {
  filter: grayscale(100%);
}

.more-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.more-card p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1050px) {
  .article-hero,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }

  .more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .article-hero {
    padding: 34px 20px 28px;
  }

  .article-hero h2 {
    font-size: 40px;
  }

  .article-lead {
    font-size: 17px;
  }

  .article-cover {
    height: 320px;
  }

  .cover-caption {
    right: 20px;
    left: 20px;
    bottom: 18px;
  }

  .article-layout {
    padding: 36px 20px 42px;
  }

  .article-content {
    font-size: 17px;
    line-height: 2;
  }

  .article-content blockquote {
    font-size: 20px;
    padding: 20px;
  }

  .article-content figure img {
    height: 260px;
  }

  .article-sidebar,
  .more-grid {
    grid-template-columns: 1fr;
  }

  .more-section {
    padding: 0 20px 42px;
  }
}


/* Clickable titles */
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: var(--black);
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: var(--pink);
  text-underline-offset: 6px;
}

.cinema-poster,
.music-img,
.more-img,
.article-card-img,
.big-feature-img,
.quick-img,
.side-img,
.visual-img,
.episode-cover {
  cursor: pointer;
}

/* Festivals page */
.festival-hero {
  padding: 44px 36px 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 360px;
  gap: 38px;
  align-items: end;
  border-bottom: 1px solid var(--gray-300);
}

.festival-hero h1 {
  margin: 14px 0 14px;
  font-size: 64px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.festival-hero p {
  margin: 0;
  color: var(--gray-700);
  font-size: 18px;
  line-height: 1.9;
  max-width: 760px;
}

.festival-quick-card {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 22px;
  border-bottom: 7px solid var(--pink);
}

.festival-quick-card strong {
  display: block;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 800;
}

.festival-quick-card span {
  display: block;
  margin-top: 10px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.festival-feature {
  padding: 34px 36px 48px;
}

.festival-feature-card {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border: 1px solid var(--gray-300);
  overflow: hidden;
  background: var(--white);
}

.festival-feature-info {
  padding: 34px;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.festival-feature-info h2 {
  margin: 12px 0 14px;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 800;
}

.festival-feature-info p {
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.festival-feature-img {
  min-height: 430px;
  position: relative;
  background: var(--gray-200);
}

.festival-feature-img img {
  filter: grayscale(100%);
  opacity: .86;
}

.festival-badge {
  position: absolute;
  left: 22px;
  top: 22px;
  background: var(--white);
  border-bottom: 7px solid var(--pink);
  padding: 14px 18px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.13);
}

.festival-badge strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.festival-badge span {
  display: block;
  margin-top: 6px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
}

.festival-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.festival-meta-item {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 12px;
}

.festival-meta-item span {
  display: block;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}

.festival-meta-item strong {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.festival-agenda {
  padding: 0 36px 52px;
}

.festival-days {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.festival-day {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 18px;
  border-top: 6px solid var(--pink);
}

.festival-day-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.festival-day-date strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.festival-day-date span {
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
}

.festival-day ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.festival-day li {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 11px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.65;
}

.festival-day li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.festival-day b {
  display: block;
  color: var(--black);
  font-size: 13px;
  margin-bottom: 2px;
}

.festival-profile {
  padding: 0 36px 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) .85fr;
  gap: 30px;
  align-items: start;
}

.festival-profile-main {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 28px;
}

.festival-profile-main h2,
.festival-side-box h3 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.festival-profile-main p {
  color: var(--gray-700);
  font-size: 16px;
  line-height: 1.9;
}

.festival-info-table {
  margin-top: 24px;
  border-top: 1px solid var(--gray-300);
}

.festival-info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--gray-300);
}

.festival-info-row span {
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 700;
}

.festival-info-row strong {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 800;
}

.festival-side {
  display: grid;
  gap: 20px;
}

.festival-side-box {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 22px;
}

.festival-side-box.dark {
  background: var(--black);
  color: var(--white);
  border-bottom: 7px solid var(--pink);
}

.festival-side-box.dark p {
  color: rgba(255,255,255,.72);
}

.festival-side-box p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 14px;
}

.festival-editions {
  padding: 0 36px 52px;
}

.editions-timeline {
  display: grid;
  gap: 14px;
}

.edition-card {
  display: grid;
  grid-template-columns: 120px 1fr 220px;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 18px;
}

.edition-year {
  background: var(--gray-100);
  border-bottom: 7px solid var(--pink);
  text-align: center;
  padding: 14px 10px;
}

.edition-year strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.edition-content h3 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.edition-content p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.edition-stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.edition-stats span {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray-700);
}

.festival-news {
  padding: 0 36px 56px;
}

.festival-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.festival-news-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 16px;
  border-top: 6px solid var(--pink);
}

.festival-news-img {
  height: 230px;
  margin: -16px -16px 16px;
  background: var(--gray-200);
}

.festival-news-img img {
  filter: grayscale(100%);
}

.festival-news-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.festival-news-card p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

@media (max-width: 1050px) {
  .festival-hero,
  .festival-feature-card,
  .festival-profile,
  .edition-card {
    grid-template-columns: 1fr;
  }

  .festival-days,
  .festival-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .festival-meta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .edition-stats {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .festival-hero,
  .festival-feature,
  .festival-agenda,
  .festival-profile,
  .festival-editions,
  .festival-news {
    padding-inline: 20px;
  }

  .festival-hero h1 {
    font-size: 42px;
  }

  .festival-feature-info {
    padding: 24px;
    min-height: auto;
  }

  .festival-feature-info h2 {
    font-size: 32px;
  }

  .festival-feature-img {
    min-height: 290px;
  }

  .festival-days,
  .festival-news-grid,
  .festival-meta-grid {
    grid-template-columns: 1fr;
  }

  .festival-info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Festivals hub page - mini site inside Al Qawwal */
.festivals-hub {
  background: var(--white);
}

.fh-top {
  padding: 28px 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  background: var(--black);
  color: var(--white);
  border-bottom: 7px solid var(--pink);
}

.fh-logo small {
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
}

.fh-logo h2 {
  margin: 8px 0 8px;
  font-size: 46px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.fh-logo p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 16px;
  line-height: 1.8;
  max-width: 720px;
}

.fh-search {
  background: var(--white);
  color: var(--black);
  padding: 18px;
  min-width: 320px;
  border-bottom: 7px solid var(--pink);
}

.fh-search label {
  display: block;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.fh-search-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.fh-search-line input {
  border: 1px solid var(--gray-300);
  padding: 12px;
  font-size: 14px;
}

.fh-search-line button {
  border: 0;
  background: var(--black);
  color: var(--white);
  padding: 0 14px;
  font-weight: 800;
}

.fh-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 36px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-300);
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  overflow-x: auto;
  position: sticky;
  top: 0;
  z-index: 5;
}

.fh-nav a.active,
.fh-nav a:hover {
  color: var(--black);
  border-bottom: 4px solid var(--pink);
  padding-bottom: 6px;
}

.fh-hero {
  padding: 42px 36px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 30px;
  align-items: stretch;
  border-bottom: 1px solid var(--gray-300);
}

.fh-hero-main {
  position: relative;
  min-height: 500px;
  background: var(--black);
  color: var(--white);
  overflow: hidden;
}

.fh-hero-main img {
  position: absolute;
  inset: 0;
  filter: grayscale(100%);
  opacity: .46;
}

.fh-hero-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.88), rgba(0,0,0,.22));
}

.fh-hero-content {
  position: absolute;
  z-index: 2;
  right: 28px;
  left: 28px;
  bottom: 30px;
  max-width: 760px;
}

.fh-hero-content .eyebrow { color: var(--pink); }

.fh-hero-content h1 {
  margin: 14px 0 14px;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.fh-hero-content p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.9;
}

.fh-hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fh-btn-primary,
.fh-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 800;
}

.fh-btn-primary {
  background: var(--white);
  color: var(--black);
  border-bottom: 6px solid var(--pink);
}

.fh-btn-secondary {
  border: 2px solid var(--white);
  color: var(--white);
}

.fh-hero-side {
  display: grid;
  gap: 18px;
}

.fh-mini-feature {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 20px;
  border-right: 7px solid var(--pink);
}

.fh-mini-feature h3 {
  margin: 8px 0 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.fh-mini-feature p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.fh-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.fh-stat {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 18px;
  border-bottom: 6px solid var(--pink);
}

.fh-stat strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}

.fh-stat span {
  display: block;
  margin-top: 8px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
}

.fh-section {
  padding: 0 36px 54px;
}

.fh-filters {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding: 18px;
  margin-bottom: 24px;
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  scrollbar-width: thin;
}

.fh-filter-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  flex: 0 0 auto;
}

.fh-filter-row + .fh-filter-row {
  padding-right: 18px;
  border-right: 1px solid var(--gray-300);
}

.fh-filter-label {
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 800;
  margin-left: 4px;
  white-space: nowrap;
}

.fh-filter-btn {
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--black);
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  min-width: max-content;
}

.fh-filter-btn.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  border-bottom: 4px solid var(--pink);
  padding-bottom: 6px;
}

.fh-festival-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fh-festival-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  overflow: hidden;
  border-top: 6px solid var(--pink);
}

.fh-festival-img {
  height: 250px;
  background: var(--gray-200);
  position: relative;
}

.fh-festival-img img {
  filter: grayscale(100%);
}

.fh-festival-kind {
  position: absolute;
  right: 14px;
  top: 14px;
  background: var(--white);
  border-bottom: 5px solid var(--pink);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
}

.fh-festival-card-content {
  padding: 18px;
}

.fh-festival-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
}

.fh-festival-card p {
  margin: 0 0 16px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.fh-festival-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.fh-festival-meta span {
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  padding: 6px 9px;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 700;
}

.fh-open-festival {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  background: var(--black);
  color: var(--white);
  border-bottom: 5px solid var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.fh-agenda-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 320px;
  gap: 28px;
  align-items: start;
}

.fh-agenda-list {
  display: grid;
  gap: 14px;
}

.fh-agenda-event {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 20px;
  align-items: start;
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 20px;
}

.fh-event-date {
  border-left: 5px solid var(--pink);
  padding-left: 10px;
}

.fh-event-date strong {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
}

.fh-event-date span {
  display: block;
  margin-top: 6px;
  color: var(--gray-500);
  font-size: 12px;
  font-weight: 800;
}

.fh-event-tag {
  display: inline-flex;
  background: var(--pink-soft);
  border: 1px solid var(--pink);
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.fh-agenda-event h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.fh-agenda-event p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 14px;
}

.fh-details-link {
  border: 2px solid var(--black);
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.fh-agenda-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 74px;
}

.fh-side-box {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 20px;
}

.fh-side-box h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.fh-city-list,
.fh-category-list {
  display: grid;
  gap: 10px;
}

.fh-city-list a,
.fh-category-list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 9px;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 800;
}

.fh-city-list a span,
.fh-category-list a span {
  color: var(--gray-500);
}

.fh-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fh-category-card {
  background: var(--black);
  color: var(--white);
  padding: 22px;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 8px solid var(--pink);
}

.fh-category-card span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.fh-category-card h3 {
  margin: 16px 0 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.fh-category-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.7;
}

.fh-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fh-news-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 16px;
  border-top: 6px solid var(--pink);
}

.fh-news-img {
  height: 220px;
  margin: -16px -16px 16px;
  background: var(--gray-200);
}

.fh-news-img img {
  filter: grayscale(100%);
}

.fh-news-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.fh-news-card p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.fh-footer {
  background: var(--black);
  color: var(--white);
  padding: 36px;
  border-top: 7px solid var(--pink);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

.fh-footer h2,
.fh-footer h3 { margin: 0 0 12px; }

.fh-footer p,
.fh-footer a {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-size: 14px;
}

.fh-footer-links {
  display: grid;
  gap: 8px;
}

@media (max-width: 1050px) {
  .fh-top,
  .fh-hero,
  .fh-agenda-layout,
  .fh-footer {
    grid-template-columns: 1fr;
  }

  .fh-search {
    min-width: 0;
  }

  .fh-festival-grid,
  .fh-news-grid,
  .fh-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fh-agenda-sidebar {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .fh-top,
  .fh-hero,
  .fh-section,
  .fh-footer {
    padding-inline: 20px;
  }

  .fh-logo h2 {
    font-size: 36px;
  }

  .fh-hero-main {
    min-height: 440px;
  }

  .fh-hero-content {
    right: 20px;
    left: 20px;
  }

  .fh-hero-content h1 {
    font-size: 38px;
  }

  .fh-festival-grid,
  .fh-news-grid,
  .fh-category-grid,
  .fh-agenda-sidebar,
  .fh-stats-grid {
    grid-template-columns: 1fr;
  }

  .fh-agenda-event {
    grid-template-columns: 1fr;
  }

  .fh-filters {
    margin-inline: -20px;
    padding-inline: 20px;
    border-right: 0;
    border-left: 0;
  }

  .fh-filter-row + .fh-filter-row {
    padding-right: 12px;
  }
}

/* Festivals main page - clean scoped design */
.editable-festivals-page {
  width: 100%;
}

.map-shell {
  background: var(--white);
  width: 100%;
  overflow: hidden;
}

.map-shell .map-top {
  padding: 34px 36px;
  background: var(--black);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 34px;
  align-items: end;
  border-bottom: 7px solid var(--pink);
}

.map-shell .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
}

.map-shell .eyebrow::before {
  content: "";
  width: 30px;
  height: 5px;
  background: var(--pink);
  display: inline-block;
}

.map-shell .map-top h2 {
  margin: 14px 0 14px;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.8px;
  color: var(--white);
}

.map-shell .map-top p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 17px;
  line-height: 1.9;
  max-width: 760px;
}

.map-shell .map-summary {
  background: var(--white);
  color: var(--black);
  padding: 22px;
  border-bottom: 7px solid var(--pink);
}

.map-shell .summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.map-shell .summary-item {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 12px;
}

.map-shell .summary-item strong {
  display: block;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: var(--black);
}

.map-shell .summary-item span {
  display: block;
  margin-top: 7px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
}

.map-shell .map-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding: 18px 36px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-300);
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  overflow-x: auto;
  position: sticky;
  top: 0;
  z-index: 5;
}

.map-shell .map-nav a {
  display: inline-flex;
  width: auto;
  color: inherit;
}

.map-shell .map-nav a.active,
.map-shell .map-nav a:hover {
  color: var(--black);
  border-bottom: 4px solid var(--pink);
  padding-bottom: 6px;
}

.map-shell .filters {
  padding: 24px 36px;
  background: var(--white);
  border-bottom: 1px solid var(--gray-300);
}

.map-shell .filter-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding: 18px;
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  scrollbar-width: thin;
}

.map-shell .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.map-shell .filter-group + .filter-group {
  padding-right: 18px;
  border-right: 1px solid var(--gray-300);
}

.map-shell .filter-label {
  color: var(--gray-500);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.map-shell .filter-btn {
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--black);
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  min-width: max-content;
  cursor: pointer;
}

.map-shell .filter-btn.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  border-bottom: 4px solid var(--pink);
  padding-bottom: 6px;
}

.map-shell .map-main {
  padding: 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr);
  gap: 30px;
  align-items: start;
}

.map-shell .algeria-map-card {
  border: 1px solid var(--gray-300);
  background: linear-gradient(180deg, #fbfbfb 0%, #f4f4f4 100%);
  min-height: 780px;
  position: relative;
  overflow: hidden;
}

.map-shell .map-card-head {
  position: relative;
  z-index: 3;
  background: var(--white);
  border-bottom: 7px solid var(--pink);
  padding: 18px 22px;
  max-width: none;
  margin: 24px 24px 0;
  box-shadow: 0 12px 28px rgba(0,0,0,.1);
}

.map-shell .map-card-head h3 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--black);
}

.map-shell .map-card-head p {
  margin: 0;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.map-shell .real-map-wrap {
  position: relative;
  padding: 18px 24px 116px;
  height: 680px;
}

.map-shell .real-map {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.map-shell .algeria-shape {
  fill: #ffffff;
  stroke: var(--black);
  stroke-width: .11;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.12));
}

.map-shell .algeria-shape-under {
  fill: rgba(242,168,200,.22);
  transform: translate(0.35px, 0.45px);
}

.map-shell .city-pin circle {
  fill: var(--pink-soft);
  stroke: var(--black);
  stroke-width: .12;
  vector-effect: non-scaling-stroke;
}

.map-shell .city-pin.active circle {
  fill: var(--black);
  stroke: var(--pink);
}

.map-shell .pin-number {
  fill: var(--black);
  font-size: .54px;
  font-weight: 800;
  text-anchor: middle;
  dominant-baseline: middle;
}

.map-shell .city-pin.active .pin-number {
  fill: var(--white);
}

.map-shell .city-pin rect {
  display: none;
}

.map-shell .pin-label {
  fill: var(--black);
  font-size: .40px;
  font-weight: 800;
  dominant-baseline: middle;
  paint-order: stroke;
  stroke: var(--white);
  stroke-width: .16px;
  stroke-linejoin: round;
}

.map-shell .map-legend {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 4;
  background: var(--white);
  border: 1px solid var(--gray-300);
  padding: 16px;
  min-width: 220px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.map-shell .map-legend h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
}

.map-shell .legend-list {
  display: grid;
  gap: 8px;
}

.map-shell .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--gray-700);
  font-size: 13px;
  font-weight: 700;
}

.map-shell .legend-color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--black);
  background: var(--pink-soft);
}

.map-shell .legend-color.black { background: var(--black); }
.map-shell .legend-color.soft { background: #ffffff; }

.map-shell .map-sidebar {
  display: grid;
  gap: 20px;
}

.map-shell .side-box {
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
  padding: 22px;
}

.map-shell .side-box.dark {
  background: var(--black);
  color: var(--white);
  border-bottom: 7px solid var(--pink);
}

.map-shell .side-box h3 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
}

.map-shell .side-box p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 14px;
}

.map-shell .side-box.dark p {
  color: rgba(255,255,255,.72);
}

.map-shell .city-ranking {
  display: grid;
  gap: 10px;
}

.map-shell .city-ranking a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 10px;
  color: var(--gray-700);
  font-size: 14px;
  font-weight: 800;
}

.map-shell .city-ranking a span {
  color: var(--black);
  background: var(--pink-soft);
  border: 1px solid var(--pink);
  padding: 2px 8px;
  font-size: 12px;
}

.map-shell .section {
  padding: 0 36px 54px;
}

.map-shell .section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 26px;
  padding-top: 32px;
  border-top: 1px solid var(--gray-300);
}

.map-shell .section-title h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  font-weight: 800;
}

.map-shell .section-title p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 14px;
  max-width: 500px;
}

.map-shell .timeline {
  display: grid;
  gap: 14px;
}

.map-shell .timeline-card {
  display: grid;
  grid-template-columns: 100px 1fr 220px;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 18px;
}

.map-shell .timeline-date {
  background: var(--gray-100);
  border-bottom: 7px solid var(--pink);
  text-align: center;
  padding: 14px 10px;
}

.map-shell .timeline-date strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.map-shell .timeline-date span {
  display: block;
  margin-top: 5px;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 700;
}

.map-shell .timeline-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.map-shell .timeline-card p {
  margin: 0;
  color: var(--gray-700);
  line-height: 1.8;
  font-size: 14px;
}

.map-shell .timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.map-shell .timeline-tags span {
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  padding: 7px 10px;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 800;
}

.map-shell .festival-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.map-shell .festival-card {
  border: 1px solid var(--gray-300);
  background: var(--white);
  padding: 16px;
  border-top: 6px solid var(--pink);
}

.map-shell .festival-img {
  height: 210px;
  margin: -16px -16px 16px;
  background: var(--gray-200);
  position: relative;
  overflow: hidden;
}

.map-shell .festival-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}

.map-shell .festival-img span {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--white);
  border-bottom: 5px solid var(--pink);
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

.map-shell .festival-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.map-shell .festival-card p {
  margin: 0 0 16px;
  color: var(--gray-700);
  font-size: 14px;
  line-height: 1.8;
}

.map-shell .card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.map-shell .card-meta span {
  background: var(--gray-100);
  border: 1px solid var(--gray-300);
  padding: 6px 9px;
  color: var(--gray-700);
  font-size: 12px;
  font-weight: 700;
}

.map-shell .open-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  background: var(--black);
  color: var(--white);
  border-bottom: 5px solid var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.map-shell .regional-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.map-shell .region-card {
  background: var(--black);
  color: var(--white);
  padding: 22px;
  border-bottom: 8px solid var(--pink);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.map-shell .region-card span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.map-shell .region-card h3 {
  margin: 14px 0 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.map-shell .region-card p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  font-size: 14px;
}

.map-shell .festival-map-footer {
  background: var(--black);
  color: var(--white);
  padding: 36px;
  border-top: 7px solid var(--pink);
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

.map-shell .festival-map-footer h2,
.map-shell .festival-map-footer h3 { margin: 0 0 12px; }

.map-shell .festival-map-footer p,
.map-shell .festival-map-footer a {
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  font-size: 14px;
}

.map-shell .festival-map-footer-links {
  display: grid;
  gap: 8px;
}

@media (max-width: 1050px) {
  .map-shell .map-top,
  .map-shell .map-main,
  .map-shell .timeline-card,
  .map-shell .festival-map-footer {
    grid-template-columns: 1fr;
  }

  .map-shell .festival-grid,
  .map-shell .regional-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .map-shell .timeline-tags {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .map-shell .map-top,
  .map-shell .filters,
  .map-shell .map-main,
  .map-shell .section,
  .map-shell .festival-map-footer {
    padding-inline: 20px;
  }

  .map-shell .map-nav { padding-inline: 20px; }
  .map-shell .map-top h2 { font-size: 40px; }

  .map-shell .summary-grid,
  .map-shell .festival-grid,
  .map-shell .regional-grid {
    grid-template-columns: 1fr;
  }

  .map-shell .algeria-map-card { min-height: 760px; }

  .map-shell .real-map-wrap {
    height: 560px;
    padding: 10px 10px 120px;
  }

  .map-shell .map-legend {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }

  .map-shell .section-title {
    display: block;
  }

  .map-shell .section-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}


/* Pink underline hover for homepage/editorial titles */
.main-story h2,
.video-card h2,
.story h3,
.side-item h3,
.cinema-card h3,
.culture-news h3,
.more-card h3,
.feature-card h3,
.latest-card h3,
.card h3,
.post-card h3,
.article-card h3,
.section-card h3,
.program-card h3,
.festival-card h3,
.fh-festival-card h3,
.fh-news-card h3,
.news-card h3,
.edition-card h3,
.region-card h3,
.timeline-card h3 {
  text-decoration: none;
  text-decoration-thickness: 0;
}

.main-story h2 a,
.video-card h2 a,
.story h3 a,
.side-item h3 a,
.cinema-card h3 a,
.culture-news h3 a,
.more-card h3 a,
.feature-card h3 a,
.latest-card h3 a,
.card h3 a,
.post-card h3 a,
.article-card h3 a,
.section-card h3 a,
.program-card h3 a,
.festival-card h3 a,
.fh-festival-card h3 a,
.fh-news-card h3 a,
.news-card h3 a,
.edition-card h3 a,
.region-card h3 a,
.timeline-card h3 a,
.article-content h1 a,
.article-content h2 a,
.article-content h3 a,
.related-list h4 a {
  background-image: linear-gradient(var(--pink), var(--pink));
  background-repeat: no-repeat;
  background-size: 0% 6px;
  background-position: 100% 92%;
  transition: background-size .22s ease, color .22s ease;
  padding-bottom: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.main-story h2 a:hover,
.video-card h2 a:hover,
.story h3 a:hover,
.side-item h3 a:hover,
.cinema-card h3 a:hover,
.culture-news h3 a:hover,
.more-card h3 a:hover,
.feature-card h3 a:hover,
.latest-card h3 a:hover,
.card h3 a:hover,
.post-card h3 a:hover,
.article-card h3 a:hover,
.section-card h3 a:hover,
.program-card h3 a:hover,
.festival-card h3 a:hover,
.fh-festival-card h3 a:hover,
.fh-news-card h3 a:hover,
.news-card h3 a:hover,
.edition-card h3 a:hover,
.region-card h3 a:hover,
.timeline-card h3 a:hover,
.article-content h1 a:hover,
.article-content h2 a:hover,
.article-content h3 a:hover,
.related-list h4 a:hover {
  background-size: 100% 6px;
}

/* Fallback for titles that are plain text, not links */
.main-story h2:hover,
.video-card h2:hover,
.story h3:hover,
.side-item h3:hover,
.cinema-card h3:hover,
.culture-news h3:hover,
.more-card h3:hover,
.feature-card h3:hover,
.latest-card h3:hover,
.card h3:hover,
.post-card h3:hover,
.article-card h3:hover,
.section-card h3:hover,
.program-card h3:hover,
.festival-card h3:hover,
.fh-festival-card h3:hover,
.fh-news-card h3:hover,
.news-card h3:hover,
.edition-card h3:hover,
.region-card h3:hover,
.timeline-card h3:hover {
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 6px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  cursor: pointer;
}

/* Main hero title: apply the same magazine-style underline on hover */
.hero-title,
.hero h1,
.hero h2,
.home-hero h1,
.home-hero h2,
.front-hero h1,
.front-hero h2 {
  text-decoration-thickness: 0;
}

.hero-title:hover,
.hero h1:hover,
.hero h2:hover,
.home-hero h1:hover,
.home-hero h2:hover,
.front-hero h1:hover,
.front-hero h2:hover {
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 7px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}


/* Global safety: do not lock mouse scrolling */
html, body {
  overflow-y: auto;
  max-height: none;
}
