:root {
  --shk-gold: #d5a72f;
  --shk-gold-light: #f3dc8d;
  --shk-navy: #081a34;
  --shk-blue: #123c69;
  --shk-cream: #f7f2e8;
  --shk-white: #fff;
  --shk-text: #182436;
  --shk-muted: #657184;
  --shk-border: rgba(8, 26, 52, .12);
  --shk-shadow: 0 18px 50px rgba(8, 26, 52, .12);
  --shk-radius: 20px;
  --shk-font: "Montserrat", Arial, sans-serif;
  --shk-fa-font: "Vazirmatn", Tahoma, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--shk-text); background: #fff; font-family: var(--shk-font); line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.shk-intro-active { overflow: hidden; }
html[dir="rtl"] body, body.rtl { font-family: var(--shk-fa-font); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.shk-ltr { direction: ltr; unicode-bidi: isolate; display: inline-block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; overflow: hidden; }
.section--navy { background: var(--shk-navy); color: #fff; }
.section--cream { background: var(--shk-cream); }
.section--light { background: #f6f8fb; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.skip-link:focus { clip: auto; width: auto; height: auto; z-index: 99999; background: #fff; padding: 12px; }

/* Full-screen homepage intro: white canvas, centred logo film and JS particles. */
.shk-site-intro {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity .72s ease, visibility .72s step-end;
  animation: shk-intro-fallback 7.3s ease forwards;
}
.shk-site-intro.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.shk-site-intro__stage {
  position: relative;
  z-index: 2;
  width: min(82vw, 560px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .65s ease, transform 1s cubic-bezier(.2,.75,.2,1);
}
.shk-site-intro.is-ready .shk-site-intro__stage {
  opacity: 1;
  transform: scale(1);
}
.shk-site-intro__media {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
.shk-site-intro__orbit,
.shk-site-intro__halo {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.shk-site-intro__orbit {
  z-index: 1;
  inset: -3%;
  background: conic-gradient(from 0deg, rgba(35,159,64,.58), rgba(255,255,255,0) 27%, rgba(213,167,47,.7) 50%, rgba(255,255,255,0) 73%, rgba(218,0,0,.58));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
  animation: shk-intro-orbit 8s linear infinite;
}
.shk-site-intro__halo {
  z-index: 0;
  inset: 10%;
  background: radial-gradient(circle, rgba(213,167,47,.17), rgba(213,167,47,.045) 42%, transparent 70%);
  filter: blur(18px);
  animation: shk-intro-halo 2.4s ease-in-out infinite alternate;
}
.shk-site-intro__particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.shk-site-intro__particles i {
  position: absolute;
  left: var(--shk-particle-x);
  top: var(--shk-particle-y);
  width: var(--shk-particle-size);
  height: var(--shk-particle-size);
  border-radius: 50%;
  background: #d5a72f;
  box-shadow: 0 0 12px rgba(213,167,47,.8);
  opacity: 0;
  animation: shk-intro-spark 2.2s var(--shk-particle-delay) ease-in-out infinite;
}
.shk-site-intro__progress {
  position: absolute;
  z-index: 4;
  inset-inline: 21%;
  bottom: -22px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(8,26,52,.08);
}
.shk-site-intro__progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,#239f40 0 33%,#d5a72f 50%,#da0000 100%);
  transform-origin: left center;
  animation: shk-intro-progress 6.05s linear both;
}
html[dir="rtl"] .shk-site-intro__progress span { transform-origin: right center; }
@keyframes shk-intro-orbit { to { transform: rotate(360deg); } }
@keyframes shk-intro-halo { from { transform: scale(.88); opacity: .45; } to { transform: scale(1.08); opacity: 1; } }
@keyframes shk-intro-spark { 0%,100% { opacity: 0; transform: scale(.4); } 45% { opacity: .78; transform: scale(1); } }
@keyframes shk-intro-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes shk-intro-fallback { 0%,88% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; pointer-events: none; } }

@media (prefers-reduced-motion: reduce) {
  .shk-site-intro__orbit,
  .shk-site-intro__halo,
  .shk-site-intro__particles i { animation: none; }
}

@media (max-width: 600px) {
  .shk-site-intro__stage { width: min(90vw, 500px); }
  .shk-site-intro__progress { inset-inline: 25%; bottom: -12px; }
  .shk-site-intro__particles { opacity: .7; }
}

.topbar { background: #050f20; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .08em; }
.topbar__inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar__links { display: flex; align-items: center; gap: 16px; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--shk-border); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 30px rgba(3,15,33,.1); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-inline-end: auto; min-width: 240px; }
.custom-logo-link { display: block; }
.custom-logo { width: 62px; max-height: 62px; object-fit: contain; }
.brand__emblem { width: 62px; height: 62px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.25; }
.brand__text strong { color: var(--shk-navy); font-size: 15px; text-transform: uppercase; letter-spacing: .04em; }
.brand__text small { color: var(--shk-muted); font-size: 11px; margin-top: 4px; }
.main-navigation { display: flex; align-items: center; }
.site-menu { list-style: none; display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; }
.site-menu li { position: relative; }
.site-menu a { font-size: 13px; font-weight: 700; color: var(--shk-navy); padding: 34px 0; display: block; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: var(--shk-gold); }
.site-menu .sub-menu { position: absolute; top: 100%; inset-inline-start: -20px; min-width: 220px; background: #fff; padding: 12px 0; margin: 0; list-style: none; box-shadow: var(--shk-shadow); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; }
.site-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.site-menu .sub-menu a { padding: 9px 20px; }
.header-cta { padding: 12px 20px; background: var(--shk-gold); color: var(--shk-navy); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: var(--shk-navy); margin: 5px 0; }

.hero { min-height: 720px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 78% 40%, #174d80 0, var(--shk-navy) 38%, #041126 100%); background-size: cover; background-position: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(255,255,255,.02), transparent 50%); }
.hero__rays { position: absolute; width: 760px; height: 760px; border-radius: 50%; inset-inline-end: -170px; top: -50px; opacity: .16; background: repeating-conic-gradient(from 0deg, var(--shk-gold) 0 4deg, transparent 4deg 12deg); animation: slowspin 80s linear infinite; }
@keyframes slowspin { to { transform: rotate(360deg); } }
.hero__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.hero__content { padding: 90px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--shk-gold-light); font-size: 12px; text-transform: uppercase; letter-spacing: .2em; font-weight: 800; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--shk-gold); }
.eyebrow--dark { color: var(--shk-gold); }
.hero h1 { font-size: clamp(44px, 6vw, 78px); line-height: 1.06; max-width: 790px; margin: 22px 0 24px; letter-spacing: -.04em; }
html[dir="rtl"] .hero h1 { letter-spacing: 0; }
.hero__content > p { max-width: 670px; font-size: 18px; color: rgba(255,255,255,.76); }
.hero__buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 35px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 27px; border-radius: 999px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--gold { background: var(--shk-gold); color: var(--shk-navy); box-shadow: 0 12px 30px rgba(213,167,47,.25); }
.button--outline { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.03); }
.button--navy { background: var(--shk-navy); color: #fff; }
.hero__facts { display: flex; gap: 34px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.16); }
.hero__facts span { display: flex; flex-direction: column; font-size: 11px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .08em; }
.hero__facts strong { color: #fff; font-size: 22px; letter-spacing: 0; }
.hero__emblem { justify-self: center; position: relative; width: 410px; height: 410px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.1), transparent 68%); }
.hero__emblem img { width: 285px; filter: drop-shadow(0 20px 38px rgba(0,0,0,.35)); }
.hero__emblem span { position: absolute; bottom: 27px; font-size: 12px; letter-spacing: .55em; text-transform: uppercase; color: var(--shk-gold-light); }
.emblem-orbit { position: absolute; inset: 20px; border: 1px dashed rgba(213,167,47,.45); border-radius: 50%; animation: slowspin 30s linear infinite reverse; }
.hero__scroll { position: absolute; bottom: 24px; inset-inline-start: 50%; transform: translateX(-50%); z-index: 3; font-size: 10px; text-transform: uppercase; letter-spacing: .25em; opacity: .65; }

.intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.intro__visual { min-height: 500px; border-radius: 40px 10px 40px 10px; background: linear-gradient(145deg,#f0f4f8,#fff); box-shadow: var(--shk-shadow); display: grid; place-items: center; position: relative; overflow: hidden; }
.intro__visual::before { content: ""; position: absolute; inset: 25px; border: 1px solid var(--shk-border); border-radius: 32px 6px 32px 6px; }
.intro__visual img { width: 72%; max-height: 400px; position: relative; z-index: 2; }
.flag-lines { position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 17px; display: grid; grid-template-columns: repeat(3,1fr); }
.flag-lines i:nth-child(1) { background: #239f40; }.flag-lines i:nth-child(2) { background: #fff; }.flag-lines i:nth-child(3) { background: #da0000; }
.section-copy h2, .section-heading h2 { font-size: clamp(34px, 4vw, 56px); line-height: 1.15; letter-spacing: -.035em; color: var(--shk-navy); margin: 17px 0 24px; }
html[dir="rtl"] .section-copy h2, html[dir="rtl"] .section-heading h2 { letter-spacing: 0; }
.section-copy > p { color: var(--shk-muted); font-size: 17px; }
.feature-list { display: grid; gap: 18px; margin-top: 32px; }
.feature-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; padding-top: 18px; border-top: 1px solid var(--shk-border); }
.feature-list b { color: var(--shk-gold); font-size: 13px; }
.feature-list span { display: flex; flex-direction: column; color: var(--shk-muted); }
.feature-list strong { color: var(--shk-navy); font-size: 17px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--light h2 { color: #fff; max-width: 780px; }
.text-link { color: var(--shk-navy); font-weight: 800; font-size: 13px; white-space: nowrap; }
.values::after { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; inset-inline-start: -270px; bottom: -310px; background: repeating-conic-gradient(var(--shk-gold) 0 2deg, transparent 2deg 8deg); opacity: .08; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; position: relative; z-index: 2; }
.value-card { min-height: 330px; padding: 34px 29px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); position: relative; transition: .3s ease; }
.value-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.065); border-color: rgba(213,167,47,.45); }
.value-card__number { position: absolute; top: 25px; inset-inline-end: 25px; font-size: 12px; color: rgba(255,255,255,.3); }
.value-card img { width: 55px; height: 55px; margin: 42px 0 24px; }
.value-card h3 { font-size: 24px; margin: 0 0 12px; }
.value-card p { color: rgba(255,255,255,.62); font-size: 14px; }

.editorial-grid, .news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.editorial-card, .news-card { background: #fff; border: 1px solid var(--shk-border); border-radius: var(--shk-radius); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.editorial-card:hover, .news-card:hover { transform: translateY(-7px); box-shadow: var(--shk-shadow); }
.editorial-card__image, .news-card__image { height: 245px; display: block; overflow: hidden; background: linear-gradient(135deg,var(--shk-navy),var(--shk-blue)); }
.editorial-card__image img, .news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.editorial-card:hover img, .news-card:hover img { transform: scale(1.04); }
.placeholder-image { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.45); background: radial-gradient(circle at 70% 20%, rgba(213,167,47,.5), transparent 28%), linear-gradient(135deg,var(--shk-navy),#164c7d); }
.placeholder-image::after { content: "☀"; font-size: 90px; opacity: .28; }
.editorial-card__body, .news-card__body { padding: 28px; }
.editorial-card small, .news-card small { color: var(--shk-gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.editorial-card h3, .news-card h3 { font-size: 22px; line-height: 1.35; margin: 12px 0; color: var(--shk-navy); }
.editorial-card p, .news-card p { color: var(--shk-muted); font-size: 14px; margin-bottom: 0; }

.campaign__box { display: grid; grid-template-columns: 140px 1fr auto; gap: 45px; align-items: center; background: #fff; border-radius: 28px; padding: 45px; box-shadow: var(--shk-shadow); border-inline-start: 7px solid var(--shk-gold); }
.campaign__symbol { width: 125px; height: 125px; background: var(--shk-navy); border-radius: 50%; display: grid; place-items: center; }
.campaign__symbol img { width: 95px; }
.campaign h2 { margin: 8px 0 10px; color: var(--shk-navy); font-size: clamp(30px,4vw,46px); line-height: 1.15; }
.campaign p { margin: 0; color: var(--shk-muted); }

.events-list { border-top: 1px solid var(--shk-border); }
.event-row { display: grid; grid-template-columns: 90px 1fr 55px; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--shk-border); }
.event-row time { width: 78px; height: 88px; background: var(--shk-navy); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 4px 4px 18px 4px; }
.event-row time strong { font-size: 31px; line-height: 1; color: var(--shk-gold-light); }
.event-row time span { font-size: 11px; letter-spacing: .12em; margin-top: 6px; }
.event-row small { color: var(--shk-gold); font-weight: 700; }
.event-row h3 { margin: 5px 0; font-size: 24px; color: var(--shk-navy); }
.event-row p { margin: 0; color: var(--shk-muted); font-size: 14px; }
.round-link { width: 47px; height: 47px; border: 1px solid var(--shk-border); border-radius: 50%; display: grid; place-items: center; color: var(--shk-navy); font-size: 20px; }

.join { background: linear-gradient(105deg,#06152d,#123f6e); color: #fff; }
.join::before { content: ""; position: absolute; width: 580px; height: 580px; inset-inline-end: -270px; top: -280px; background: repeating-conic-gradient(var(--shk-gold) 0 3deg, transparent 3deg 10deg); border-radius: 50%; opacity: .12; }
.join__inner { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.join h2 { font-size: clamp(36px,5vw,58px); line-height: 1.1; margin: 15px 0; }
.join p { color: rgba(255,255,255,.65); }
.join-form { display: flex; padding: 7px; background: #fff; border-radius: 999px; }
.join-form input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 18px; background: transparent; color: var(--shk-navy); }

.site-footer { background: #030d1e; color: rgba(255,255,255,.68); position: relative; overflow: hidden; }
.footer-pattern { height: 6px; background: linear-gradient(90deg,#239f40 0 33.33%,#fff 33.33% 66.66%,#da0000 66.66%); opacity: .85; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 55px; padding: 75px 0 55px; }
.footer-grid h3 { color: #fff; font-size: 15px; margin: 0 0 22px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin: 9px 0; }
.footer-brand img { width: 90px; }
.footer-brand h2 { color: #fff; font-size: 20px; margin: 17px 0 6px; }
.footer-brand p { margin: 0; font-size: 13px; }
.footer-brand .footer-brand__description { max-width: 310px; margin-top: 12px; color: rgba(255,255,255,.52); }
.social-links { display: flex; flex-direction: column; gap: 9px; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 11px; }

.content-area { min-height: 60vh; }
.page-header { max-width: 860px; margin-bottom: 45px; }
.page-header h1 { font-size: clamp(40px,6vw,72px); line-height: 1.1; color: var(--shk-navy); margin: 15px 0; }
.entry-meta, .archive-description { color: var(--shk-muted); }
.prose-wrap { max-width: 920px; }
.single-hero { margin: 0 0 45px; border-radius: var(--shk-radius); overflow: hidden; }
.prose { font-size: 18px; }
.prose h2, .prose h3 { color: var(--shk-navy); line-height: 1.25; }
.prose a { color: var(--shk-blue); text-decoration: underline; }
.prose blockquote { margin: 35px 0; padding: 20px 30px; border-inline-start: 4px solid var(--shk-gold); background: var(--shk-cream); }
.empty-state { text-align: center; padding: 80px 0; }
.empty-state img { width: 180px; margin: 0 auto 25px; }
.empty-state h1 { color: var(--shk-navy); font-size: 50px; }
.nav-links { display: flex; gap: 8px; margin-top: 40px; }
.page-numbers { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--shk-border); border-radius: 50%; }
.page-numbers.current { background: var(--shk-navy); color: #fff; }

/* Elementor / page-builder compatibility. */
.shk-elementor-content {
  width: 100%;
  min-height: 1px;
  overflow: clip;
}
.shk-elementor-content > .elementor,
.shk-elementor-content .elementor-section-wrap {
  width: 100%;
}
.shk-elementor-full-width,
.shk-page-built-with-elementor .shk-elementor-content {
  max-width: none;
  padding: 0;
}
body.shk-elementor-canvas { background: #fff; }
body.shk-elementor-canvas .shk-elementor-content { min-height: 100vh; }
.elementor-editor-active .reveal,
.elementor-editor-preview .reveal {
  opacity: 1;
  transform: none;
}

/* Shortcodes intended for Elementor's Shortcode widget. */
.shk-builder-feed { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.shk-builder-empty {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 30px;
  border: 1px solid var(--shk-border);
  border-radius: var(--shk-radius);
  background: var(--shk-cream);
  color: var(--shk-muted);
}
.shk-builder-empty strong { color: var(--shk-navy); font-size: 18px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-navigation, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .main-navigation.is-open { display: block; position: fixed; inset: 124px 0 auto 0; background: #fff; padding: 24px 30px 35px; box-shadow: var(--shk-shadow); }
  .main-navigation.is-open .site-menu { flex-direction: column; align-items: stretch; gap: 0; }
  .main-navigation.is-open .site-menu a { padding: 11px 0; }
  .hero__grid { grid-template-columns: 1fr .7fr; gap: 30px; }
  .hero__emblem { width: 320px; height: 320px; }
  .hero__emblem img { width: 225px; }
  .values-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-widgets { grid-column: 1 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px,1180px); }
  .section { padding: 78px 0; }
  .topbar { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand__emblem, .custom-logo { width: 50px; height: 50px; }
  .brand__text strong { font-size: 13px; }
  .main-navigation.is-open { inset-block-start: 76px; }
  .hero { min-height: auto; }
  .hero__grid, .intro__grid, .join__inner { grid-template-columns: 1fr; }
  .hero__content { padding: 85px 0 30px; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero__content > p { margin-inline: auto; }
  .hero__buttons, .hero__facts { justify-content: center; }
  .hero__emblem { width: 280px; height: 280px; margin: 0 auto 80px; }
  .hero__emblem img { width: 205px; }
  .hero__rays { width: 520px; height: 520px; inset-inline-end: -280px; }
  .intro__grid { gap: 50px; }
  .intro__visual { min-height: 380px; order: 2; }
  .values-grid, .editorial-grid, .news-grid { grid-template-columns: 1fr; }
  .campaign__box { grid-template-columns: 90px 1fr; gap: 25px; padding: 28px; }
  .campaign__symbol { width: 85px; height: 85px; }
  .campaign__symbol img { width: 65px; }
  .campaign__box .button { grid-column: 1 / -1; }
  .section-heading { align-items: start; }
  .event-row { grid-template-columns: 72px 1fr; gap: 18px; }
  .event-row time { width: 68px; height: 78px; }
  .event-row .round-link { display: none; }
  .join { text-align: center; }
  .join-form { max-width: 540px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; justify-content: center; text-align: center; padding: 18px 0; }
}

@media (max-width: 520px) {
  .brand__text small { display: none; }
  .hero h1 { font-size: 42px; }
  .hero__facts { gap: 14px; }
  .hero__facts strong { font-size: 17px; }
  .values-grid { grid-template-columns: 1fr; }
  .section-heading { flex-direction: column; }
  .campaign__box { grid-template-columns: 1fr; text-align: center; }
  .campaign__symbol { margin-inline: auto; }
  .event-row h3 { font-size: 19px; }
  .join-form { border-radius: 20px; flex-direction: column; padding: 9px; }
  .join-form input { min-height: 50px; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
}


/* ==========================================================
   Markaz Melli-Garayan Iran logo redesign — version 1.1
   ========================================================== */
:root {
  --shk-gold: #c98b16;
  --shk-gold-light: #f1ce75;
  --shk-navy: #071a33;
  --shk-blue: #123f72;
  --shk-cream: #faf7f0;
  --shk-green: #07883f;
  --shk-red: #d71920;
  --shk-logo-bg: rgba(255,255,255,.96);
}

body {
  background:
    radial-gradient(circle at 50% -10%, rgba(201,139,22,.08), transparent 28%),
    #fff;
}

.shk-logo {
  display: block;
  object-fit: contain;
}

.topbar {
  position: relative;
  background: linear-gradient(90deg,#031020,#09284b,#031020);
  border-bottom: 1px solid rgba(201,139,22,.34);
}
.topbar::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 3px;
  background: linear-gradient(90deg,var(--shk-green) 0 33.33%,#fff 33.33% 66.66%,var(--shk-red) 66.66%);
  opacity: .9;
}

.site-header {
  background: rgba(255,255,255,.985);
  border-bottom-color: rgba(201,139,22,.26);
}
.nav-wrap { min-height: 102px; }
.brand { min-width: 310px; gap: 16px; }
.brand__emblem--header,
.custom-logo {
  width: 92px;
  height: 86px;
  padding: 6px;
  border-radius: 16px;
  background: var(--shk-logo-bg);
  border: 1px solid rgba(201,139,22,.42);
  box-shadow: 0 10px 28px rgba(7,26,51,.12);
}
.brand__text strong {
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  color: var(--shk-navy);
}
.brand__text small { font-size: 11px; }
.site-menu a { font-size: 12.5px; }
.header-cta {
  background: linear-gradient(180deg,var(--shk-gold-light),var(--shk-gold));
  box-shadow: 0 9px 24px rgba(201,139,22,.22);
}

.hero {
  min-height: 760px;
  background:
    radial-gradient(circle at 77% 35%, rgba(30,83,132,.94), transparent 25%),
    linear-gradient(135deg,#041126,#0b3158 62%,#071a33);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 12px;
  background: linear-gradient(90deg,var(--shk-green) 0 33.33%,#fff 33.33% 66.66%,var(--shk-red) 66.66%);
  box-shadow: 0 -2px 0 var(--shk-gold);
  z-index: 4;
}
.hero__emblem {
  width: 480px;
  height: 480px;
  border: 1px solid rgba(241,206,117,.34);
  background:
    radial-gradient(circle,rgba(255,255,255,.13),rgba(255,255,255,.02) 64%,transparent 65%);
  box-shadow: inset 0 0 80px rgba(255,255,255,.025), 0 30px 80px rgba(0,0,0,.25);
}
.hero__emblem::before {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.97);
  box-shadow: 0 0 0 2px rgba(201,139,22,.45), 0 18px 50px rgba(0,0,0,.28);
}
.hero__logo-image {
  position: relative;
  z-index: 2;
  width: 365px;
  max-height: 390px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.16));
}
.hero__emblem span {
  z-index: 3;
  bottom: 13px;
  letter-spacing: .2em;
}
.emblem-orbit { inset: 12px; }
.hero__content::after {
  content: "";
  display: block;
  width: 180px;
  height: 6px;
  margin-top: 30px;
  background: linear-gradient(90deg,var(--shk-green) 0 33%,#fff 33% 66%,var(--shk-red) 66%);
  border-radius: 999px;
}

.intro::before,
.statements::before,
.events::before,
.news::before,
.join::after,
.content-area::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  background: url('../images/markaz-melli-garayan-iran.png') center/contain no-repeat;
  opacity: .035;
  pointer-events: none;
}
.intro::before { inset-inline-end: 2%; top: 35px; }
.statements::before { inset-inline-start: -45px; bottom: 15px; }
.events::before { inset-inline-end: -45px; top: 30px; }
.news::before { inset-inline-start: 2%; top: 40px; }
.join::after { inset-inline-end: 3%; bottom: -35px; opacity: .075; }
.content-area::before { inset-inline-end: 2%; top: 45px; opacity: .045; }

.intro__visual {
  background:
    linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,244,235,.96));
  border: 1px solid rgba(201,139,22,.24);
}
.intro__map { opacity: .18; transform: scale(.92); }
.intro__seal {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%,-50%);
  width: 72%;
  z-index: 3;
}
html[dir="rtl"] .intro__seal { transform: translate(-50%,-50%); }
.intro__seal-image {
  width: 100%;
  max-height: 420px;
  padding: 13px;
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 45px rgba(7,26,51,.15);
}

.value-card,
.editorial-card,
.news-card,
.event-row,
.campaign__box {
  position: relative;
}
.value-card::after,
.editorial-card::after,
.news-card::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  inset-inline-end: 16px;
  bottom: 15px;
  background: url('../images/markaz-melli-garayan-iran.png') center/contain no-repeat;
  opacity: .07;
  pointer-events: none;
}
.value-card {
  border-top: 3px solid var(--shk-gold);
}
.value-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg,var(--shk-green),#fff,var(--shk-red));
}

.campaign__box {
  overflow: hidden;
  border-inline-start: 0;
  border-top: 5px solid var(--shk-gold);
}
.campaign__box::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  background: linear-gradient(90deg,var(--shk-green) 0 33.33%,#fff 33.33% 66.66%,var(--shk-red) 66.66%);
}
.campaign__symbol {
  width: 150px;
  height: 150px;
  padding: 9px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(201,139,22,.36);
}
.campaign__logo-image { width: 100%; max-height: 135px; }

.event-row::after {
  content: "";
  position: absolute;
  inset-inline-end: 70px;
  width: 42px;
  height: 42px;
  background: url('../images/markaz-melli-garayan-iran.png') center/contain no-repeat;
  opacity: .055;
}

.join {
  background:
    linear-gradient(105deg,rgba(3,15,32,.98),rgba(13,58,100,.97)),
    url('../images/markaz-melli-garayan-iran.png') 96% 50%/390px auto no-repeat;
  border-top: 1px solid rgba(201,139,22,.4);
}

.footer-pattern { height: 8px; opacity: 1; }
.footer-brand__logo {
  width: 180px;
  max-height: 185px;
  padding: 9px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(241,206,117,.42);
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}
.footer-brand h2 { color: var(--shk-gold-light); font-size: 22px; }
.site-footer::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  inset-inline-end: -100px;
  bottom: -140px;
  background: url('../images/markaz-melli-garayan-iran.png') center/contain no-repeat;
  opacity: .035;
  pointer-events: none;
}

.page-brand-seal {
  position: absolute;
  inset-inline-end: max(20px,calc((100% - 1180px)/2));
  top: 42px;
  width: 126px;
  z-index: 2;
}
.page-brand-seal__image {
  width: 100%;
  padding: 7px;
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(201,139,22,.35);
  box-shadow: 0 12px 35px rgba(7,26,51,.12);
}
.empty-state__logo {
  width: 260px !important;
  max-height: 270px;
  padding: 9px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(201,139,22,.36);
}

@media (max-width: 1040px) {
  .brand { min-width: 260px; }
  .hero__emblem { width: 370px; height: 370px; }
  .hero__logo-image { width: 285px; max-height: 300px; }
  .page-brand-seal { display: none; }
}

@media (max-width: 780px) {
  .nav-wrap { min-height: 86px; }
  .brand__emblem--header,
  .custom-logo { width: 66px; height: 62px; }
  .brand__text strong { font-size: 12.5px; }
  .hero__emblem { width: 320px; height: 320px; }
  .hero__logo-image { width: 246px; max-height: 270px; }
  .intro__seal { width: 86%; }
  .campaign__symbol { width: 105px; height: 105px; }
  .campaign__logo-image { max-height: 92px; }
  .event-row::after { display: none; }
  .footer-brand__logo { width: 150px; }
}

@media (max-width: 520px) {
  .brand { min-width: 0; }
  .brand__text strong { max-width: 170px; }
  .hero__emblem { width: 280px; height: 280px; }
  .hero__logo-image { width: 215px; }
}
