/*
 * Exact standalone styling for the Shir o Khorshid Latest Statements section.
 * Selectors are scoped to .shk-ls-section to avoid changing unrelated cards.
 */

.shk-ls-section {
  --shk-ls-gold: var(--shk-gold, #c98b16);
  --shk-ls-navy: var(--shk-navy, #071a33);
  --shk-ls-blue: var(--shk-blue, #123f72);
  --shk-ls-muted: var(--shk-muted, #657184);
  --shk-ls-border: var(--shk-border, rgba(8, 26, 52, .12));
  --shk-ls-shadow: var(--shk-shadow, 0 18px 50px rgba(8, 26, 52, .12));
  --shk-ls-radius: var(--shk-radius, 20px);
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: #fff;
  color: #182436;
  line-height: 1.7;
}

.shk-ls-section *,
.shk-ls-section *::before,
.shk-ls-section *::after {
  box-sizing: border-box;
}

.shk-ls-section::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  inset-inline-start: -45px;
  bottom: 15px;
  background: url("../images/markaz-melli-garayan-iran.png") center/contain no-repeat;
  opacity: .035;
  pointer-events: none;
}

.shk-ls-section .container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.shk-ls-section .section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 45px;
}

.shk-ls-section .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--shk-ls-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.shk-ls-section .eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--shk-ls-gold);
}

.shk-ls-section .section-heading h2 {
  margin: 17px 0 0;
  color: var(--shk-ls-navy);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.15;
  letter-spacing: -.035em;
}

html[dir="rtl"] .shk-ls-section .section-heading h2 {
  letter-spacing: 0;
}

.shk-ls-section .text-link {
  color: var(--shk-ls-navy);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.shk-ls-section .editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.shk-ls-section .editorial-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--shk-ls-border);
  border-radius: var(--shk-ls-radius);
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.shk-ls-section .editorial-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;
}

.shk-ls-section .editorial-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shk-ls-shadow);
}

.shk-ls-section .editorial-card__image {
  display: block;
  width: 100%;
  height: 245px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--shk-ls-navy), var(--shk-ls-blue));
  color: inherit;
  text-decoration: none;
}

.shk-ls-section .editorial-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.shk-ls-section .editorial-card:hover .editorial-card__image img {
  transform: scale(1.04);
}

.shk-ls-section .placeholder-image {
  display: grid;
  width: 100%;
  height: 100%;
  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-ls-navy), #164c7d);
}

.shk-ls-section .placeholder-image::after {
  content: "☀";
  font-size: 90px;
  opacity: .28;
}

.shk-ls-section .editorial-card__body {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.shk-ls-section .editorial-card small {
  color: var(--shk-ls-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.shk-ls-section .editorial-card h3 {
  margin: 12px 0;
  color: var(--shk-ls-navy);
  font-size: 22px;
  line-height: 1.35;
}

.shk-ls-section .editorial-card h3 a {
  color: inherit;
  text-decoration: none;
}

.shk-ls-section .editorial-card p {
  margin: 0;
  color: var(--shk-ls-muted);
  font-size: 14px;
}

.shk-ls-section .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.shk-ls-section .reveal.is-visible,
.elementor-editor-active .shk-ls-section .reveal,
.elementor-editor-preview .shk-ls-section .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 780px) {
  .shk-ls-section {
    padding: 78px 0;
  }

  .shk-ls-section .container {
    width: min(100% - 28px, 1180px);
  }

  .shk-ls-section .editorial-grid {
    grid-template-columns: 1fr;
  }

  .shk-ls-section .section-heading {
    align-items: start;
  }
}

@media (max-width: 520px) {
  .shk-ls-section .section-heading {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shk-ls-section .reveal,
  .shk-ls-section .editorial-card,
  .shk-ls-section .editorial-card__image img {
    transition: none;
  }
}
