:root {
  --navy: #06162c;
  --navy-2: #0a2342;
  --ink: #111827;
  --muted: #647084;
  --line: #dbe3ee;
  --paper: #ffffff;
  --soft: #f7f8fb;
  --gold: #b78a2f;
  --gold-2: #d8af5a;
  --red: #c62828;
  --shadow: 0 18px 50px rgba(6, 22, 44, 0.12);
  --radius: 18px;
  font-family:
    "Vazirmatn", "Noto Naskh Arabic", "Noto Sans Arabic", "Segoe UI", Tahoma,
    Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(183, 138, 47, 0.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--soft) 48%, #ffffff 100%);
  color: var(--ink);
  font-size: 16px;
  text-align: start;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.skip-link:focus {
  z-index: 999;
  width: auto;
  height: auto;
  clip: auto;
  top: 1rem;
  inset-inline-start: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--navy);
  color: white;
}

.container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(1.8rem, 4vw, 3.5rem);
}

.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 12px 40px rgba(6, 22, 44, 0.06);
}

.utility-bar {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}

.utility-grid {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr auto 1.25fr auto;
  gap: 1rem;
  align-items: center;
  color: #2f3b4d;
  font-size: 0.86rem;
}

.utility-meta,
.social-row,
.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.social-row {
  justify-content: center;
}

.social-row a {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--navy);
  font-weight: 800;
  transition: 0.2s ease;
}

.social-row a:hover,
.social-row a:focus-visible {
  background: var(--navy);
  color: white;
  outline: none;
}

.language-switcher {
  justify-content: flex-end;
}

.lang-button {
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #314056;
  min-height: 32px;
  padding: 0.25rem 0.55rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.lang-button.active {
  color: var(--navy);
  background: rgba(183, 138, 47, 0.12);
  box-shadow: inset 0 -2px 0 var(--gold);
  font-weight: 800;
}

.lang-button:not(.disabled):hover {
  background: rgba(6, 22, 44, 0.08);
}

.lang-button.disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.contact-shortcut {
  color: var(--navy);
  font-weight: 800;
}

.breaking-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.breaking-inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 1rem;
}

.breaking-inner strong {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  background: var(--red);
  color: white;
  padding-inline: 1.25rem;
  font-size: 0.92rem;
}

.ticker {
  flex: 1 1 auto;
  overflow: hidden;
  color: #334155;
  white-space: nowrap;
}

.ticker span {
  display: inline-block;
  min-width: 100%;
  padding-inline-end: 2rem;
  animation: ticker 28s linear infinite;
  will-change: transform;
}

html[dir="ltr"] .ticker span {
  animation-name: ticker-ltr;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes ticker-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.brand-band {
  background:
    radial-gradient(circle at 50% 20%, rgba(183, 138, 47, 0.12), transparent 20rem),
    #fff;
}

.brand-layout {
  min-height: 132px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-areas: "search logo action";
  gap: 1.5rem;
  align-items: center;
  direction: ltr;
}

html[dir="rtl"] .brand-layout {
  grid-template-areas: "action logo search";
}

html[dir="rtl"] .brand-layout > * {
  direction: rtl;
}

html[dir="ltr"] .brand-layout > * {
  direction: ltr;
}

.brand-lockup {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.7rem, 1.8vw, 1rem);
  min-width: 0;
}

.brand-emblem {
  display: block;
  width: clamp(82px, 9vw, 118px);
  height: auto;
  max-height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(6, 22, 44, 0.16));
  flex: 0 0 auto;
}

.brand-copy {
  display: grid;
  align-content: center;
  line-height: 1;
  color: var(--navy);
  text-align: start;
  min-width: 0;
}

.brand-kicker {
  color: var(--gold);
  font-size: clamp(0.72rem, 1.4vw, 0.98rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

html[dir="rtl"] .brand-kicker {
  letter-spacing: 0;
}

.brand-title {
  margin-top: 0.22rem;
  font-size: clamp(2.15rem, 5.2vw, 4.9rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

html[dir="rtl"] .brand-title {
  letter-spacing: 0;
}

.brand-slogan {
  margin-top: 0.45rem;
  color: #314056;
  font-size: clamp(0.76rem, 1.3vw, 1rem);
  font-weight: 850;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

html[dir="rtl"] .brand-slogan {
  letter-spacing: 0.02em;
}

.header-spacer {
  grid-area: action;
}

.search-form {
  grid-area: search;
  display: flex;
  align-items: center;
  justify-self: end;
  width: min(100%, 320px);
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 34px rgba(6, 22, 44, 0.06);
}

html[dir="rtl"] .search-form {
  justify-self: end;
}

html[dir="ltr"] .search-form {
  justify-self: start;
}

.search-form input {
  width: 100%;
  border: 0;
  outline: 0;
  padding-inline: 1rem;
  color: var(--ink);
  background: transparent;
}

.search-form button {
  width: 52px;
  height: 100%;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font-size: 1.45rem;
}

.menu-toggle {
  grid-area: action;
  display: none;
  border: 1px solid var(--line);
  background: var(--navy);
  color: white;
  border-radius: 12px;
  min-height: 44px;
  padding-inline: 1rem;
  font-weight: 800;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 45;
  background: var(--navy);
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 22px rgba(6, 22, 44, 0.2);
  backdrop-filter: blur(18px);
}

.nav-scroll {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  overflow-x: auto;
  scrollbar-width: none;
}

html[dir="rtl"] .nav-scroll {
  direction: rtl;
}

html[dir="ltr"] .nav-scroll {
  direction: ltr;
}

.nav-scroll::-webkit-scrollbar {
  display: none;
}

.nav-link {
  flex: 0 0 auto;
  padding: 1rem 0.95rem;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 800;
  font-size: 0.95rem;
  transition: 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.25fr;
  gap: 1rem;
  direction: ltr;
  touch-action: pan-y;
}

html[dir="rtl"] .hero-grid > * {
  direction: rtl;
}

html[dir="ltr"] .hero-grid > * {
  direction: ltr;
}

.hero-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-stage {
  position: relative;
  min-width: 0;
}

.news-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: var(--shadow);
  color: white;
  isolation: isolate;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.news-card:hover,
.story-select:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(6, 22, 44, 0.18);
}

.news-card.lead {
  min-height: 420px;
  animation: heroFade 0.55s ease both;
}

.story-select {
  cursor: pointer;
}

.hero-controls {
  position: absolute;
  z-index: 5;
  inset-inline: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.hero-arrow,
.hero-dot {
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: white;
  background: rgba(6, 22, 44, 0.38);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.hero-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-size: 1.55rem;
  line-height: 1;
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.6rem;
  border-radius: 999px;
  background: rgba(6, 22, 44, 0.28);
  backdrop-filter: blur(12px);
}

.hero-dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 999px;
}

.hero-dot.active {
  width: 26px;
  background: var(--gold-2);
  border-color: var(--gold-2);
}

.hero-arrow:hover,
.hero-arrow:focus-visible,
.hero-dot:hover,
.hero-dot:focus-visible {
  transform: translateY(-2px);
  background: rgba(183, 138, 47, 0.72);
  border-color: rgba(255, 255, 255, 0.72);
  outline: none;
}

@keyframes heroFade {
  from {
    opacity: 0.72;
    transform: translateY(8px) scale(0.992);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.image-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 22, 44, 0.06), rgba(6, 22, 44, 0.88)),
    var(--scene),
    linear-gradient(135deg, #d7e0eb, #06162c);
  background-color: #13233a;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.news-card:hover .image-scene {
  transform: scale(1.055);
}

.card-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 1.15rem;
  text-align: start;
}

.lead .card-content {
  padding: 1.5rem;
}

.category-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding-inline: 0.75rem;
  border-radius: 10px;
  background: var(--gold);
  color: white;
  font-weight: 900;
  font-size: 0.82rem;
}

.news-card h2,
.news-card h3 {
  margin: 0.85rem 0 0;
  line-height: 1.55;
  text-wrap: balance;
}

.lead h2 {
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.news-card h3 {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.byline {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.avatar {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 25%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    linear-gradient(135deg, #d8e3ef, #8a9bb0);
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.35rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.85rem;
}

.section-heading.center {
  justify-content: center;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  color: var(--gold);
  font-weight: 900;
}

.section-heading h2,
.list-card h2,
.investigative-card h2,
.rights-feature h2 {
  margin: 0.25rem 0 0;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.coverage-card,
.correspondent-card,
.join-card,
.list-card,
.investigative-card,
.rights-feature,
.standards-card,
.team-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 36px rgba(6, 22, 44, 0.08);
}

.coverage-card {
  overflow: hidden;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.coverage-card:hover {
  transform: translateY(-5px);
  border-color: rgba(183, 138, 47, 0.55);
}

.coverage-visual {
  height: 118px;
  background:
    linear-gradient(145deg, rgba(6, 22, 44, 0.2), rgba(6, 22, 44, 0.78)),
    var(--scene),
    linear-gradient(135deg, #e3e8ef, #0e243c);
  background-color: var(--navy);
  background-blend-mode: normal;
  display: grid;
  place-items: center;
  color: white;
  font-size: 2.1rem;
}

.coverage-card-content {
  padding: 1rem;
}

.coverage-card h3 {
  margin: 0 0 0.45rem;
  color: var(--gold);
  font-size: 1.08rem;
}

.coverage-card p {
  min-height: 72px;
  margin: 0;
  color: #445166;
  line-height: 1.8;
  font-size: 0.92rem;
}

.text-link {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--gold);
  font-weight: 900;
}

.network-layout {
  display: grid;
  grid-template-columns: 1.05fr 2fr 0.9fr;
  gap: 1rem;
  align-items: stretch;
}

.map-panel {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.af-map {
  position: relative;
  min-height: 210px;
  background:
    radial-gradient(circle at 42% 45%, rgba(183, 138, 47, 0.12), transparent 34%),
    linear-gradient(145deg, #0b2442, #06162c);
  clip-path: polygon(6% 42%, 18% 24%, 34% 28%, 45% 11%, 63% 22%, 75% 15%, 93% 36%, 78% 49%, 86% 67%, 62% 72%, 49% 92%, 36% 77%, 16% 82%, 24% 61%);
}

.pin {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(183, 138, 47, 0.18);
}

.p1 {
  top: 32%;
  left: 34%;
}

.p2 {
  top: 48%;
  left: 56%;
}

.p3 {
  top: 58%;
  left: 28%;
}

.p4 {
  top: 38%;
  left: 73%;
}

.p5 {
  top: 70%;
  left: 48%;
}

.map-caption {
  display: grid;
  gap: 0.3rem;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.7;
}

.map-caption strong {
  color: var(--navy);
}

.correspondent-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.correspondent-card,
.team-card {
  padding: 1rem;
  text-align: center;
}

.profile-avatar {
  width: 74px;
  height: 74px;
  margin-inline: auto;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  background: #e8eef6;
  border: 4px solid #eef2f7;
  box-shadow: 0 12px 24px rgba(6, 22, 44, 0.14);
}

.correspondent-card h3,
.team-card h3 {
  margin: 0.8rem 0 0.2rem;
  color: var(--navy);
  font-size: 1rem;
}

.correspondent-card p,
.team-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.9rem;
}

.correspondent-card .role,
.team-card .team-bio {
  margin-top: 0.35rem;
  color: #40506a;
  font-size: 0.84rem;
}

.join-card {
  padding: 1.1rem;
  color: white;
  background:
    radial-gradient(circle at 18% 10%, rgba(216, 175, 90, 0.22), transparent 35%),
    var(--navy);
}

.join-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold-2);
  font-size: 1.5rem;
}

.join-card h3 {
  margin: 1rem 0 0.5rem;
}

.join-card p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.gold-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding-inline: 1.2rem;
  border-radius: 12px;
  background: var(--gold);
  color: white;
  font-weight: 900;
}

.news-columns {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 1.25fr;
  gap: 1rem;
}

.list-card,
.investigative-card {
  padding: 1.15rem;
}

.compact-news {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.compact-news:last-child {
  border-bottom: 0;
}

.thumb {
  border-radius: 12px;
  min-height: 58px;
  background:
    var(--scene),
    linear-gradient(135deg, #d9e1ea, #06162c);
  background-color: #d9e1ea;
}

.compact-news h3 {
  margin: 0;
  color: var(--navy);
  font-size: 0.96rem;
  line-height: 1.65;
}

.compact-news span {
  display: inline-flex;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.compact-news .compact-category {
  margin: 0 0 0.35rem;
  border-radius: 999px;
  background: rgba(183, 138, 47, 0.12);
  color: var(--gold);
  padding: 0.2rem 0.55rem;
  font-weight: 900;
}

.ranked {
  grid-template-columns: 40px 78px 1fr;
  align-items: center;
}

.rank {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  font-weight: 900;
}

.ranked:nth-child(2) .rank {
  background: var(--gold);
}

.investigative-card {
  color: white;
  background:
    linear-gradient(180deg, rgba(6, 22, 44, 0.2), rgba(6, 22, 44, 0.9)),
    linear-gradient(135deg, #5b4633, #0e233c);
  overflow: hidden;
}

.investigative-card .eyebrow {
  color: white;
  background: var(--gold);
  padding: 0.35rem 0.65rem;
  border-radius: 10px;
}

.investigative-card h2 {
  color: white;
  margin-top: 7rem;
  line-height: 1.55;
}

.investigative-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.9;
}

.mini-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 0.75rem;
  align-items: center;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mini-item .thumb {
  min-height: 46px;
}

.rights-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
}

.rights-feature {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
  padding: 1rem;
}

.portrait-card {
  min-height: 180px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(6, 22, 44, 0.08), rgba(6, 22, 44, 0.34)),
    url("./images/woman-rights.jpg") center / cover no-repeat;
}

.rights-feature p {
  color: var(--muted);
  line-height: 1.9;
}

.rights-list {
  display: grid;
  gap: 0.75rem;
  align-content: start;
}

.rights-item {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.85rem 1rem;
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 28px rgba(6, 22, 44, 0.06);
}

.rights-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-inline-end: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
}

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

.standards-card {
  padding: 1.3rem;
  text-align: center;
  transition: transform 0.25s ease;
}

.standards-card:hover {
  transform: translateY(-4px);
}

.standard-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  border-radius: 999px;
  border: 1px solid rgba(183, 138, 47, 0.36);
  color: var(--gold);
  font-size: 1.7rem;
}

.standards-card h3 {
  color: var(--navy);
  margin: 0.85rem 0 0.45rem;
}

.standards-card p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}

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

.site-footer {
  margin-top: 2rem;
  background:
    radial-gradient(circle at 8% 10%, rgba(216, 175, 90, 0.16), transparent 20rem),
    var(--navy);
  color: white;
}

.footer-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.8fr;
  gap: 2rem;
  padding-block: 2rem;
}

.footer-logo {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.footer-emblem {
  width: 88px;
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.2));
}

.footer-brand-copy {
  display: grid;
  gap: 0.3rem;
}

.footer-logo strong {
  display: block;
  font-size: 2rem;
}

.footer-logo span {
  color: rgba(255, 255, 255, 0.7);
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.8;
}

.legal-note {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.8rem;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.footer-columns h3 {
  color: var(--gold-2);
  margin: 0 0 0.7rem;
}

.footer-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
}

.footer-columns li,
.footer-columns p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 0.45rem;
  line-height: 1.75;
}

.copyright {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
}

[hidden] {
  display: none !important;
}

@media (max-width: 980px) {
  .utility-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 0.55rem;
  }

  .brand-layout {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "logo action"
      "search search";
    min-height: auto;
    padding-block: 0.85rem;
  }

  html[dir="rtl"] .brand-layout,
  html[dir="ltr"] .brand-layout {
    grid-template-areas:
      "logo action"
      "search search";
  }

  .brand-lockup {
    justify-content: flex-start;
  }

  html[dir="rtl"] .brand-lockup {
    justify-content: flex-end;
  }

  .brand-emblem {
    width: clamp(68px, 15vw, 88px);
    max-height: 88px;
  }

  .brand-title {
    font-size: clamp(1.9rem, 8vw, 3.1rem);
  }

  .search-form {
    width: 100%;
    justify-self: stretch;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 50;
    padding: 5.5rem 1rem 1rem;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: 0.25s ease;
  }

  body.menu-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-scroll {
    display: grid;
    gap: 0.5rem;
    width: 100%;
    overflow: visible;
  }

  .nav-link {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
  }

  .hero-grid,
  .network-layout,
  .news-columns,
  .rights-layout,
  .footer-layout {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 1rem, 1180px);
  }

  .breaking-inner {
    gap: 0.6rem;
    min-height: 38px;
  }

  .breaking-inner strong {
    padding-inline: 0.85rem;
    font-size: 0.78rem;
  }

  .brand-layout {
    gap: 0.75rem;
  }

  .brand-lockup {
    gap: 0.55rem;
  }

  .brand-emblem {
    width: clamp(54px, 17vw, 72px);
    max-height: 72px;
  }

  .brand-title {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
  }

  .brand-kicker,
  .brand-slogan {
    font-size: 0.64rem;
  }

  .brand-slogan {
    margin-top: 0.3rem;
    letter-spacing: 0.08em;
  }

  .hero-grid {
    gap: 0.8rem;
  }

  .hero-side {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 0.25rem;
    scrollbar-width: none;
  }

  .hero-side::-webkit-scrollbar {
    display: none;
  }

  .hero-side .news-card {
    flex: 0 0 min(84vw, 340px);
    scroll-snap-align: start;
  }

  .news-card,
  .news-card.lead {
    min-height: 330px;
  }

  .hero-controls {
    inset-inline: 0.75rem;
    bottom: 0.75rem;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
  }

  .hero-dots {
    gap: 0.35rem;
    padding: 0.38rem 0.48rem;
  }

  .coverage-grid,
  .standards-grid,
  .team-grid,
  .correspondent-grid,
  .footer-columns {
    grid-template-columns: 1fr;
  }

  .rights-feature {
    grid-template-columns: 1fr;
  }

  .portrait-card {
    min-height: 220px;
  }

  .footer-logo {
    align-items: flex-start;
  }

  .footer-emblem {
    width: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
