.issue-hero-01 {
  --issue-hero-bg: var(--color-primary-dark, #07182f);
  --issue-hero-surface: rgba(255, 255, 255, 0.94);
  --issue-hero-line: rgba(255, 255, 255, 0.16);
  --issue-hero-ink: #ffffff;
  --issue-hero-muted: rgba(255, 255, 255, 0.74);
  --issue-hero-dark: var(--color-text-primary, #122033);
  --issue-hero-soft: var(--color-text-secondary, #64748b);
  --issue-hero-primary: var(--color-primary, #1d4ed8);
  --issue-hero-accent: var(--color-secondary, #f59e0b);
  background: var(--issue-hero-bg);
  color: var(--issue-hero-ink);
  overflow: hidden;
  padding: 58px 0 86px;
  position: relative;
}

.issue-hero-01 *,
.issue-hero-01 *::before,
.issue-hero-01 *::after {
  box-sizing: border-box;
}

.issue-hero-01__bg {
  background:
    radial-gradient(90% 120% at 86% 18%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(75% 115% at 0% 100%, rgba(245, 158, 11, 0.2) 0%, rgba(245, 158, 11, 0) 48%),
    linear-gradient(135deg, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.72));
  inset: 0;
  position: absolute;
}

.issue-hero-01__bg::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  opacity: 0.28;
  position: absolute;
}

.issue-hero-01__container {
  position: relative;
  z-index: 1;
}

.issue-hero-01__breadcrumb {
  margin-bottom: 34px;
}

.issue-hero-01__breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.issue-hero-01__breadcrumb li {
  align-items: center;
  color: var(--issue-hero-muted);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.issue-hero-01__breadcrumb li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.45);
  content: "/";
  margin: 0 10px;
}

.issue-hero-01__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.issue-hero-01__breadcrumb a:hover,
.issue-hero-01__breadcrumb li:last-child a {
  color: #fff;
}

.issue-hero-01__grid {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 1fr) auto;
  /* justify-items: end; */
}

.issue-hero-01__content {
  max-width: 890px;
}

.issue-hero-01__label-row,
.issue-hero-01__kicker,
.issue-hero-01__actions,
.issue-hero-01__badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.issue-hero-01__label-row {
  gap: 12px;
  margin-bottom: 18px;
}

.issue-hero-01__label {
  background: var(--issue-hero-accent);
  border-radius: var(--radius-pill);
  color: #101827;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 9px 15px;
  text-transform: uppercase;
}

.issue-hero-01__published {
  border: 1px solid var(--issue-hero-line);
  border-radius: var(--radius-pill);
  color: var(--issue-hero-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 9px 14px;
}

.issue-hero-01__kicker {
  color: rgba(255, 255, 255, 0.86);
  gap: 10px;
  margin: 0 0 20px;
}

.issue-hero-01__kicker span {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
}

.issue-hero-01__kicker span:not(:last-child)::after {
  background: rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  content: "";
  height: 5px;
  margin-left: 10px;
  width: 5px;
}

.issue-hero-01__title {
  color: #fff;
  font-size: clamp(42px, 5vw, 57px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  max-width: 880px;
}

.issue-hero-01__description {
  color: var(--issue-hero-muted);
  font-size: 17px;
  line-height: 1.76;
  margin: 24px 0 0;
  max-width: 720px;
}

.issue-hero-01__metadata {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 32px 0 0;
}

.issue-hero-01__metadata div {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--issue-hero-line);
  border-radius: 14px;
  min-width: 0;
  padding: 15px 16px;
}

.issue-hero-01__metadata dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.issue-hero-01__metadata dd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  overflow-wrap: anywhere;
}

.issue-hero-01__badges {
  gap: 9px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.issue-hero-01__badges li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  padding: 9px 12px;
}

.issue-hero-01__actions {
  gap: 12px;
  margin-top: 34px;
}

.issue-hero-01__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 48px;
  padding: 16px 22px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.issue-hero-01__button:hover {
  transform: translateY(-1px);
}

.issue-hero-01__button--primary {
  background: var(--issue-hero-accent);
  color: #101827;
}

.issue-hero-01__button--secondary {
  background: var(--color-bg);
  color: var(--issue-hero-dark);
}

.issue-hero-01__button--outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.issue-hero-01__media-card {
  position: relative;
  width: fit-content;
  max-width: 100%;
}

.issue-hero-01__media-card::before {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  content: "";
  inset: -18px;
  position: absolute;
}

.issue-hero-01__media {
  background: #0f172a;
  border-radius: 28px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.34);
  height: clamp(420px, 56vh, 620px);
  margin: 0;
  overflow: hidden;
  position: relative;
  width: fit-content;
  max-width: 100%;
}

.issue-hero-01__media::before {
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.02) 0%, rgba(2, 6, 23, 0.18) 42%, rgba(2, 6, 23, 0.82) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.issue-hero-01__image {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.issue-hero-01__media:hover .issue-hero-01__image,
.issue-hero-01__media:focus-within .issue-hero-01__image {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.035);
}

.issue-hero-01__caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.issue-hero-01__caption span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.issue-hero-01__caption strong {
  color: #fff;
  display: block;
  font-size: 22px;
  line-height: 1.2;
}

.issue-hero-01__play {
  align-items: center;
  background: var(--color-bg);
  border: 0;
  border-radius: 50%;
  color: var(--issue-hero-primary);
  cursor: pointer;
  display: inline-flex;
  height: 86px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 86px;
  z-index: 3;
}

.issue-hero-01__play-ripple,
.issue-hero-01__play::before {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  content: "";
  inset: 0;
  position: absolute;
  animation: issue-hero-01-video-ripple 2.4s linear infinite;
}

.issue-hero-01__play::before {
  animation-delay: 0.9s;
}

.issue-hero-01__play-icon {
  font-size: 22px;
  line-height: 1;
  margin-left: 4px;
  position: relative;
}

.issue-hero-01[data-enable-video="false"] .issue-hero-01__play,
.issue-hero-01[data-enable-video="0"] .issue-hero-01__play,
.issue-hero-01[data-enable-video=""] .issue-hero-01__play {
  display: none;
}

.issue-hero-01__inline-player {
  display: none;
  inset: 0;
  position: absolute;
  z-index: 5;
}

.issue-hero-01--video-loaded[data-enable-modal="false"] .issue-hero-01__inline-player,
.issue-hero-01--video-loaded[data-enable-modal="0"] .issue-hero-01__inline-player,
.issue-hero-01--video-loaded[data-enable-modal=""] .issue-hero-01__inline-player {
  display: block;
}

.issue-hero-01__inline-player iframe,
.issue-hero-01__inline-player video,
.issue-hero-01__player iframe,
.issue-hero-01__player video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.issue-hero-01__stats {
  backdrop-filter: blur(16px);
  background: var(--issue-hero-surface);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  bottom: -34px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 4;
}

.issue-hero-01[data-enable-stats="false"] .issue-hero-01__stats,
.issue-hero-01[data-enable-stats="0"] .issue-hero-01__stats,
.issue-hero-01[data-enable-stats=""] .issue-hero-01__stats {
  display: none;
}

.issue-hero-01__stat {
  background: rgba(255, 255, 255, 0.72);
  min-width: 0;
  padding: 18px 14px;
  text-align: center;
}

.issue-hero-01__stat strong {
  color: var(--issue-hero-dark);
  display: block;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.issue-hero-01__stat span {
  color: var(--issue-hero-soft);
  display: block;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  margin-top: 7px;
  text-transform: uppercase;
}

.issue-hero-01__modal {
  align-items: center;
  background: rgba(2, 6, 23, 0.82);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.issue-hero-01__modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.issue-hero-01__dialog {
  aspect-ratio: 16 / 9;
  background: #020617;
  border-radius: 18px;
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.45);
  max-width: 980px;
  overflow: hidden;
  position: relative;
  width: min(100%, 980px);
}

.issue-hero-01__modal-title {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.issue-hero-01__player {
  height: 100%;
  width: 100%;
}

.issue-hero-01__close {
  align-items: center;
  background: var(--color-bg);
  border: 0;
  border-radius: 50%;
  color: #0f172a;
  cursor: pointer;
  display: inline-flex;
  font-size: 30px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: fixed;
  right: 26px;
  top: 24px;
  width: 48px;
}

.issue-hero-01[data-enable-modal="false"] .issue-hero-01__modal,
.issue-hero-01[data-enable-modal="0"] .issue-hero-01__modal,
.issue-hero-01[data-enable-modal=""] .issue-hero-01__modal {
  display: none;
}

.issue-hero-01-video-open {
  overflow: hidden;
}

@keyframes issue-hero-01-video-ripple {
  0% {
    opacity: 0.55;
    transform: scale(1);
  }
  65% {
    opacity: 0.18;
    transform: scale(1.22);
  }
  100% {
    opacity: 0;
    transform: scale(1.36);
  }
}

@media (max-width: 1199px) {
  .issue-hero-01__grid {
    gap: 42px;
  }

  .issue-hero-01__metadata {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .issue-hero-01 {
    padding: 46px 0 76px;
  }

  .issue-hero-01__grid {
    grid-template-columns: 1fr;
  }

  .issue-hero-01__content {
    max-width: none;
  }

  .issue-hero-01__media-card {
    margin: 0 auto;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .issue-hero-01 {
    padding: 34px 0 64px;
  }

  .issue-hero-01__breadcrumb {
    margin-bottom: 26px;
  }

  .issue-hero-01__title {
    font-size: 38px;
  }

  .issue-hero-01__description {
    font-size: 15.5px;
  }

  .issue-hero-01__metadata {
    grid-template-columns: 1fr;
  }

  .issue-hero-01__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .issue-hero-01__button {
    width: 100%;
  }

  .issue-hero-01__media-card::before {
    border-radius: 24px;
    inset: -10px;
  }

  .issue-hero-01__media {
    border-radius: 20px;
  }

  .issue-hero-01__caption {
    padding: 22px;
  }

  .issue-hero-01__caption strong {
    font-size: 19px;
  }

  .issue-hero-01__play {
    height: 68px;
    width: 68px;
  }

  .issue-hero-01__stats {
    bottom: -28px;
    left: 14px;
    right: 14px;
  }

  .issue-hero-01__stat {
    padding: 14px 8px;
  }

  .issue-hero-01__stat strong {
    font-size: 20px;
  }
}
