body.blog-page {
  background: var(--bg);
  color: var(--text);
  font-family: 'Avenir Next', 'Avenir', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.blog-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.blog-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.blog-brand img {
  height: 34px;
  width: auto;
  display: block;
}

.blog-brand-mark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.blog-brand-mark strong {
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}

.blog-brand-mark span {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  margin-top: 4px;
}

.blog-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.95rem;
}

.blog-nav a {
  color: var(--text-muted);
  font-weight: 500;
}

.blog-nav a:hover {
  color: var(--text);
}

.blog-nav a.active {
  color: var(--primary);
}

.blog-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.blog-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 124px 24px 72px;
  position: relative;
  z-index: 1;
}

.blog-hero {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 22px;
}

.blog-hero-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 0;
}

.blog-hero .blog-hero-kicker {
  margin-bottom: 6px;
  text-transform: none;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.68);
}

.blog-kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--primary-light);
  margin-bottom: 16px;
}

.blog-title {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: none;
  margin-bottom: 0;
  color: var(--text);
}

.blog-tools-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  padding: 24px;
  background: rgba(12, 12, 14, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: var(--card-shadow);
}

.blog-tools-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary-light);
  margin-bottom: 12px;
}

.blog-tools-helper {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13.5px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.blog-tools-form {
  display: grid;
  gap: 14px;
}

.blog-field {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-field span {
  color: rgba(255, 255, 255, 0.72);
}

.blog-field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
  color-scheme: dark;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.blog-field input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.blog-field input:focus {
  outline: none;
  border-color: rgba(255, 230, 0, 0.3);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 0 3px rgba(255, 212, 0, 0.08);
}

.blog-clear-btn {
  width: 100%;
  padding: 12px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 230, 0, 0.16);
  background: rgba(255, 230, 0, 0.08);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.blog-clear-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 230, 0, 0.14);
  border-color: rgba(255, 230, 0, 0.24);
}

.blog-clear-btn:disabled {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.issue-chips,
.topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.issue-chips span,
.topic-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.blog-section {
  margin-top: 28px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--text-muted);
  font-weight: 700;
  margin-bottom: 16px;
}

.section-label::before {
  content: "";
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.section-helper {
  margin: -6px 0 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13.5px;
  line-height: 1.5;
  max-width: 70ch;
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 28px;
}

.featured-story,
.story-card,
.rail-card,
.article-view {
  background: rgba(12, 12, 14, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--card-shadow);
}

.featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: 24px;
  padding: 24px;
  border-radius: 30px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.featured-story:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 230, 0, 0.22);
}

.story-headline {
  font-size: 18px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 10px 0 14px;
  color: var(--text);
}

.story-dek {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
}

.featured-story__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.featured-story__media {
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: #0c0c0e;
}

.story-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-hero-art {
  min-height: 280px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0) 0 28%, rgba(255, 255, 255, 0.92) 29% 31%, rgba(255, 255, 255, 0) 32%),
    radial-gradient(circle at 50% 50%, rgba(255, 230, 0, 0.85), rgba(255, 214, 0, 0.58) 22%, rgba(10, 10, 12, 0.98) 23%, rgba(10, 10, 12, 0.99) 44%, rgba(255, 214, 0, 0.15) 45%, rgba(255, 214, 0, 0.02) 57%, transparent 58%),
    linear-gradient(160deg, #201f21 0%, #0e0e12 55%, #050506 100%);
  position: relative;
  overflow: hidden;
}

.story-hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.26), transparent 16%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 40%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

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

.blog-pagination {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.blog-pagination[hidden] {
  display: none !important;
}

.blog-pagination__summary {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-pagination__controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-pagination__pages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-pagination__nav,
.blog-pagination__page {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.blog-pagination__nav:hover:not(:disabled),
.blog-pagination__page:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 230, 0, 0.22);
  background: rgba(255, 230, 0, 0.08);
  color: var(--primary);
}

.blog-pagination__nav:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.blog-pagination__page.is-active,
.blog-pagination__page[aria-current="page"] {
  border-color: rgba(255, 230, 0, 0.28);
  background: rgba(255, 230, 0, 0.12);
  color: var(--primary);
}

.story-card {
  border-radius: 24px;
  padding: 20px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.story-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 230, 0, 0.22);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.55);
}

.story-card__art {
  min-height: 170px;
  border-radius: 18px;
  margin-bottom: 16px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0) 0 24%, rgba(255, 255, 255, 0.92) 25% 27%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 50% 50%, rgba(255, 230, 0, 0.82), rgba(255, 214, 0, 0.5) 22%, rgba(18, 18, 20, 0.98) 23%, rgba(18, 18, 20, 0.99) 48%, rgba(255, 214, 0, 0.12) 49%, rgba(255, 214, 0, 0.02) 60%, transparent 61%),
  linear-gradient(145deg, #1b1b1f 0%, #101114 55%, #050506 100%);
}

.story-card__media {
  min-height: 170px;
  border-radius: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  background: #0c0c0e;
}

.story-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card .story-headline {
  font-size: 17px;
  margin: 8px 0 10px;
}

.story-card .story-dek {
  font-size: 13.5px;
  margin-bottom: 14px;
}

.story-card .story-meta {
  font-size: 11px;
}

.story-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.blog-rail {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blog-rail-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.rail-card {
  border-radius: 24px;
  padding: 20px;
}

.rail-card h3 {
  font-size: 20px;
  line-height: 1.12;
  margin-bottom: 10px;
  color: var(--text);
}

.rail-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13.5px;
  line-height: 1.55;
}

.rail-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rail-list button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 12px 14px;
  text-align: left;
  color: var(--text);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.rail-list button:hover {
  background: rgba(255, 230, 0, 0.08);
  border-color: rgba(255, 230, 0, 0.16);
  transform: translateX(2px);
}

.article-view img,
.article-content img,
.featured-story img,
.story-card img,
.rail-card img {
  border-radius: 20px;
}

.article-view {
  display: none;
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.article-view.active {
  display: block;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 18px;
}

.blog-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
}

.article-mobile-back-btn {
  display: none;
  margin-bottom: 0;
}

.article-back-btn {
  align-self: flex-start;
  margin-bottom: 18px;
}

.article-title {
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  line-height: 0.96;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #fff;
  max-width: none;
  width: 100%;
  text-wrap: wrap;
  margin-bottom: 12px;
}

.madrid-title-highlight {
  color: #ffd400;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.84);
  margin-bottom: 14px;
}

.article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.article-byline strong {
  color: #fff;
}

.article-note {
  max-width: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.article-section {
  margin-top: 30px;
}

.article-section h2 {
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #fff;
}

.article-section p,
.article-section li {
  max-width: none;
  font-size: 15px;
  line-height: 1.85;
  color: #fff;
  margin-bottom: 14px;
}

.article-section ul {
  margin: 12px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
  max-width: none;
}

.article-section li strong {
  color: #fff;
}

.article-faq {
  display: grid;
  gap: 10px;
}

.faq-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #fff;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 12px;
  color: #fff;
}

.article-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 20px;
  background: #0c0c0e;
}

.article-content {
  max-width: none;
  display: grid;
  gap: 16px;
  font-size: 15px;
  line-height: 1.85;
  color: #fff;
  width: 100%;
}

.article-content p {
  max-width: none;
  margin-bottom: 0;
}

.article-content h2,
.article-content h3 {
  color: #fff;
  line-height: 1.15;
  margin: 28px 0 0;
}

.article-content h2 {
  font-size: 22px;
}

.article-content h3 {
  font-size: 18px;
}

.article-content ul {
  max-width: none;
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 12px;
}

.article-content li strong {
  color: #fff;
}

.article-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  margin-bottom: 30px;
}

.article-data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 4px;
  font-size: 14px;
}

.article-data-table th,
.article-data-table td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}

.article-data-table th {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
}

.article-data-table td {
  color: #fff;
}

.article-featured-notes {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.article-featured-notes h2 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #fff;
}

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

.featured-note {
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 18px;
  padding: 16px 16px 14px;
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.featured-note:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 230, 0, 0.18);
  background: rgba(255, 230, 0, 0.06);
}

.featured-note__meta {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}

.featured-note__title {
  display: block;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.featured-note__excerpt {
  display: block;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.76);
}

.madrid-simulator {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: column;
  --madrid-progress: 50%;
  --madrid-moon-left: 10px;
  --madrid-moon-top: 0px;
  --madrid-horizon-lift: 0px;
  --madrid-sun-opacity: 1;
  --madrid-moon-opacity: 1;
  --madrid-sunset: 0.18;
}

.madrid-simulator__header {
  order: 0;
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.madrid-simulator__header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.madrid-simulator__header h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.08;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  max-width: none;
}

.madrid-simulator__header p {
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
  max-width: 70ch;
}

.madrid-simulator__play-btn {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(180deg, rgba(68, 49, 21, 0.98), rgba(29, 18, 12, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 8px 22px rgba(8, 13, 28, 0.45);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.madrid-simulator__play-btn:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 10px 28px rgba(8, 13, 28, 0.55);
}

.madrid-simulator__play-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.madrid-simulator__pause-icon {
  display: none;
}

.madrid-simulator__audio-card {
  padding: 18px;
  border-radius: 18px;
  background: rgba(23, 27, 48, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.madrid-simulator__audio-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.madrid-simulator__audio-labels {
  min-width: 0;
}

.madrid-simulator__audio-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.94);
}

.madrid-simulator__audio-subtitle {
  display: block;
  margin-top: 4px;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.62);
}

.madrid-simulator__waveform {
  display: inline-flex;
  align-items: flex-end;
  gap: 4px;
  height: 24px;
  flex-shrink: 0;
}

.madrid-simulator__waveform span {
  width: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  transition: transform 160ms ease, background 160ms ease, height 160ms ease;
}

.madrid-simulator__waveform span:nth-child(1) { height: 8px; }
.madrid-simulator__waveform span:nth-child(2) { height: 15px; }
.madrid-simulator__waveform span:nth-child(3) { height: 22px; }
.madrid-simulator__waveform span:nth-child(4) { height: 16px; }
.madrid-simulator__waveform span:nth-child(5) { height: 10px; }

.madrid-simulator__waveform.is-playing span {
  animation: madrid-wave 900ms ease-in-out infinite;
  background: linear-gradient(180deg, #80abff 0%, #4f8dfd 100%);
}

.madrid-simulator__waveform.is-playing span:nth-child(2) { animation-delay: 60ms; }
.madrid-simulator__waveform.is-playing span:nth-child(3) { animation-delay: 120ms; }
.madrid-simulator__waveform.is-playing span:nth-child(4) { animation-delay: 180ms; }
.madrid-simulator__waveform.is-playing span:nth-child(5) { animation-delay: 240ms; }

.madrid-simulator__stage {
  order: 1;
  position: relative;
  min-height: 300px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 14px;
  background:
    linear-gradient(180deg, rgba(255, 173, 64, 0.42), rgba(22, 15, 14, 0.94)),
    radial-gradient(circle at 50% 32%, rgba(255, 214, 65, 0.24), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.madrid-simulator__sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 196, 110, 0.38), transparent 18%),
    linear-gradient(180deg, rgba(255, 156, 51, 0.62), rgba(120, 56, 10, 0.22) 62%, rgba(9, 11, 15, 0.0));
}

.madrid-simulator__sky::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 12, var(--madrid-sunset));
  transition: background 220ms ease;
}

.madrid-simulator__scene {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 236px;
  height: 164px;
}

.madrid-simulator__sun {
  position: absolute;
  left: 50%;
  top: 54px;
  transform: translateX(-50%);
  width: 122px;
  height: 122px;
  background: radial-gradient(circle, #fff7b9 0%, #ffd400 48%, #e0a800 100%);
  box-shadow: 0 0 48px rgba(255, 208, 26, 0.45);
  opacity: var(--madrid-sun-opacity);
  border-radius: 50%;
}

.madrid-simulator__sun-glow {
  position: absolute;
  left: 50%;
  top: 54px;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 212, 0, 0.42) 0%, rgba(255, 160, 0, 0.2) 36%, transparent 68%);
  filter: blur(2px);
  opacity: calc(0.75 + (var(--madrid-sunset) * 0.2));
}

.madrid-simulator__moon-mask {
  position: absolute;
  left: 50%;
  top: 54px;
  width: 122px;
  height: 122px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
}

.madrid-simulator__moon {
  position: absolute;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  background: rgba(7, 7, 8, 0.98);
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.7);
  opacity: var(--madrid-moon-opacity);
  left: calc(50% + var(--madrid-moon-left));
  top: calc(50% + var(--madrid-moon-top));
  transform: translate(-50%, -50%);
  transition: left 260ms ease, top 260ms ease, opacity 220ms ease;
}

.madrid-simulator__horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(54px - var(--madrid-horizon-lift));
  height: 2px;
  background: rgba(105, 63, 30, 0.98);
  box-shadow: 0 0 0 1px rgba(72, 43, 18, 0.45);
  z-index: 4;
  transition: bottom 260ms ease;
}

.madrid-simulator__sunset {
  position: absolute;
  left: -10px;
  right: -10px;
  top: calc(100% - (54px - var(--madrid-horizon-lift)) + 2px);
  bottom: -2px;
  background: rgba(105, 63, 30, 0.98);
  z-index: 3;
  pointer-events: none;
  transition: top 260ms ease;
}

.coruna-stage {
  --madrid-sunset: 0;
  --madrid-horizon-lift: 0px;
  isolation: isolate;
}

.coruna-stage .coruna-sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 208, 122, 0.34), transparent 18%),
    linear-gradient(180deg, rgba(255, 158, 54, 0.72), rgba(111, 53, 14, 0.28) 62%, rgba(7, 9, 15, 0.0));
}

.coruna-night {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 26, 66, 0.94), rgba(5, 15, 35, 0.92) 48%, rgba(2, 5, 12, 0.98));
  opacity: 0;
  mix-blend-mode: multiply;
}

.coruna-stage .coruna-scene {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  transform: none;
  width: auto;
  height: auto;
  pointer-events: none;
}

.coruna-stage .coruna-sun-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 168px;
  height: 168px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 236, 177, 0.48) 0%, rgba(255, 196, 86, 0.2) 36%, rgba(255, 158, 24, 0.08) 54%, transparent 72%);
  filter: blur(18px);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.coruna-stage .coruna-sun {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 124px;
  height: 124px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff8d4 0%, #ffe16b 46%, #efab00 78%, #c88200 100%);
  box-shadow: none;
  filter: saturate(1.04);
  opacity: 1;
  pointer-events: none;
}

.corona,
.corona-animada {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  --corona-shift-x: 0px;
  --corona-shift-y: 0px;
  transform: translate(calc(-50% + var(--corona-shift-x)), calc(-50% + var(--corona-shift-y))) rotate(14deg);
  border-radius: 50%;
  background: transparent;
  box-shadow:
    18px -18px 62px 28px rgba(255, 255, 255, 0.84),
    -30px 16px 58px 24px rgba(219, 233, 255, 0.38),
    34px 4px 48px 18px rgba(255, 255, 255, 0.2),
    -14px -26px 40px 14px rgba(205, 224, 255, 0.14),
    4px 32px 46px 16px rgba(255, 255, 255, 0.12),
    -12px -10px 30px 10px rgba(255, 255, 255, 0.1);
  filter: blur(12px) saturate(1.14);
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  will-change: opacity, transform, filter;
}

.corona {
  --corona-shift-x: 10px;
  --corona-shift-y: -8px;
}

.corona::before,
.corona-animada::before {
  content: "";
  position: absolute;
  inset: -64px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 68% 18%, rgba(255, 255, 255, 0.64) 0 10%, transparent 30%),
    radial-gradient(circle at 82% 46%, rgba(232, 241, 255, 0.34) 0 10%, transparent 32%),
    radial-gradient(circle at 24% 58%, rgba(207, 224, 255, 0.26) 0 11%, transparent 34%),
    radial-gradient(circle at 58% 84%, rgba(255, 255, 255, 0.18) 0 9%, transparent 28%);
  filter: blur(20px);
  opacity: 0.9;
}

.corona-animada {
  width: 8px;
  height: 8px;
  --corona-shift-x: -14px;
  --corona-shift-y: 10px;
  background: transparent;
  box-shadow:
    -18px -32px 46px 18px rgba(255, 255, 255, 0.18),
    28px -16px 52px 22px rgba(220, 236, 255, 0.14),
    -30px 18px 54px 22px rgba(255, 255, 255, 0.1),
    36px 24px 48px 18px rgba(204, 224, 255, 0.08),
    0 0 28px 10px rgba(255, 255, 255, 0.08);
  filter: blur(16px) saturate(1.06);
  animation: coruna-plasma-spin 20s linear infinite;
}

.coruna-stage .coruna-moon-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 124px;
  height: 124px;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

.coruna-stage .coruna-moon {
  position: absolute;
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  transform: none;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(19, 22, 31, 1) 0%, rgba(6, 7, 10, 1) 72%, rgba(1, 2, 3, 1) 100%);
  box-shadow: none;
  filter: contrast(1.02);
  pointer-events: none;
}

.coruna-stage .coruna-horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(54px - var(--madrid-horizon-lift));
  height: 2px;
  background: rgba(105, 63, 30, 0.98);
  box-shadow: 0 0 0 1px rgba(72, 43, 18, 0.45);
  z-index: 4;
  transition: bottom 260ms ease;
  pointer-events: none;
}

.coruna-stage .coruna-sunset {
  position: absolute;
  left: -10px;
  right: -10px;
  top: calc(100% - (54px - var(--madrid-horizon-lift)) + 2px);
  bottom: -2px;
  background: rgba(105, 63, 30, 0.98);
  z-index: 3;
  pointer-events: none;
  transition: top 260ms ease;
}

@keyframes coruna-plasma-spin {
  from {
    transform: translate(calc(-50% + var(--corona-shift-x, 0px)), calc(-50% + var(--corona-shift-y, 0px))) rotate(0deg);
  }

  to {
    transform: translate(calc(-50% + var(--corona-shift-x, 0px)), calc(-50% + var(--corona-shift-y, 0px))) rotate(360deg);
  }
}

.madrid-simulator__stage-label {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.9);
}

.madrid-simulator__legend {
  position: absolute;
  left: 14px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 18, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
}

.madrid-simulator__legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.madrid-simulator__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.madrid-simulator__legend-dot--sun {
  background: #ffd400;
}

.madrid-simulator__legend-dot--moon {
  background: rgba(10, 12, 16, 0.92);
}

.madrid-simulator__stage-caption {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 2;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.94);
}

.madrid-simulator__info {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.madrid-simulator__info div {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(10, 10, 12, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.madrid-simulator__stats {
  order: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 4px 14px;
}

.madrid-simulator__stats div {
  padding: 16px 10px 14px;
  text-align: center;
}

.madrid-simulator__stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.madrid-simulator__stats span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
  margin-bottom: 8px;
}

.madrid-simulator__stats strong {
  display: block;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.96);
  letter-spacing: 0.02em;
}

.madrid-simulator__info span {
  display: block;
  color: var(--text-muted);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.madrid-simulator__info strong {
  display: block;
  font-size: 15px;
  color: var(--text);
}

.madrid-simulator__timeline-row {
  order: 3;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.madrid-simulator__slider {
  width: 100%;
  height: 28px;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  accent-color: #ffd400;
  margin: 0;
}

.madrid-simulator__time-chip {
  min-width: 62px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(28, 18, 12, 0.95);
  color: #fff;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
}

.madrid-simulator__timeline {
  order: 4;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.madrid-simulator__timeline--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.madrid-simulator__timeline::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  top: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 212, 0, 0.92), rgba(255, 255, 255, 0.16));
  opacity: 0.55;
}

.madrid-simulator__node {
  position: relative;
  padding-top: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.68);
}

.madrid-simulator__node::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04);
}

.madrid-simulator__node.is-active {
  color: var(--text);
}

.madrid-simulator__node.active {
  color: rgba(255, 255, 255, 0.9);
}

.madrid-simulator__node.is-active::before {
  background: #ffd400;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.madrid-simulator__node.active::before {
  background: #bbb;
}

@keyframes madrid-wave {
  0%,
  100% {
    transform: scaleY(0.7);
  }

  50% {
    transform: scaleY(1.45);
  }
}

.madrid-simulator__node strong,
.madrid-simulator__node span {
  display: block;
}

.madrid-simulator__node strong {
  font-size: 14px;
  margin-bottom: 4px;
}

.madrid-simulator__node span {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-geo {
  margin-top: 30px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 230, 0, 0.08);
  border: 1px solid rgba(255, 230, 0, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.blog-empty {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
}

.blog-empty strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

.blog-empty span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

body.blog-page .lang-selector {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) and (max-width: 1239px) {
  body.blog-page .header-inner {
    flex-wrap: nowrap;
    gap: 12px;
  }

  body.blog-page .nav-desktop {
    display: none;
  }

  body.blog-page .mobile-menu-btn {
    display: grid;
  }

  body.blog-page .header-actions {
    gap: 10px;
    flex: 0 0 auto;
  }

  body.blog-page .cta-btn-glass {
    display: inline-flex;
    padding-left: 14px;
  }

  body.blog-page .cta-btn-glass .cta-icon {
    width: 28px;
    height: 28px;
  }

  body.blog-page.article-open .article-mobile-back-btn {
    display: inline-flex;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  body.blog-page.article-open .article-back-btn {
    display: none;
  }
}

@media (min-width: 1240px) {
  .article-title {
    max-width: none;
    width: 100%;
    font-size: clamp(2rem, 3vw, 4rem);
    line-height: 0.92;
  }

  .article-hero-image {
    aspect-ratio: 21 / 6;
    max-height: 280px;
    object-position: center 42%;
    margin-bottom: 18px;
  }
}

@media (max-width: 980px) {
  .blog-layout,
  .featured-story {
    grid-template-columns: 1fr;
  }

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

  .blog-pagination__controls {
    align-items: stretch;
  }

  .blog-pagination__nav,
  .blog-pagination__page {
    min-height: 38px;
  }

  .blog-shell {
    padding-top: 108px;
  }
}

.madrid-simulator__header-copy {
  min-width: 0;
  flex: 1;
}

.madrid-simulator__header-copy h3 {
  max-width: none;
  width: 100%;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.05;
}

.madrid-simulator__header-copy p {
  margin-top: 10px;
  max-width: 72ch;
  line-height: 1.6;
  font-size: 0.95rem;
}

.madrid-simulator__canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #10131c;
  position: absolute;
  inset: 0;
}

.madrid-simulator__stage {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  background:
    linear-gradient(180deg, rgba(255, 173, 64, 0.22), rgba(12, 12, 14, 0.9)),
    radial-gradient(circle at 50% 32%, rgba(255, 214, 65, 0.12), transparent 42%);
}

.madrid-simulator__stage-label,
.madrid-simulator__legend,
.madrid-simulator__stage-caption {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.madrid-simulator__stage-label {
  letter-spacing: 0.14em;
}

.madrid-simulator__stage-caption {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.madrid-simulator__legend {
  background: rgba(15, 18, 28, 0.82);
}

.madrid-simulator__stage-actions {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 4;
}

.madrid-simulator__time-chip {
  min-width: 72px;
  font-size: 0.92rem;
}

.madrid-simulator__play-btn:focus-visible,
.madrid-simulator__slider:focus-visible {
  outline: 2px solid rgba(255, 212, 0, 0.95);
  outline-offset: 2px;
}

.madrid-simulator__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffd400;
  border: 2px solid #0e0e12;
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.18);
  margin-top: -6px;
}

.madrid-simulator__slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffd400;
  border: 2px solid #0e0e12;
  box-shadow: 0 0 0 4px rgba(255, 212, 0, 0.18);
}

.madrid-simulator__slider::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.madrid-simulator__slider::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.madrid-simulator__slider::-moz-range-progress {
  height: 6px;
  border-radius: 999px;
  background: #ffd400;
}

@media (max-width: 720px) {
  .madrid-simulator {
    margin-top: 24px;
    padding-top: 18px;
  }

  .madrid-simulator__header {
    gap: 12px;
  }

  .madrid-simulator__header-copy h3 {
    max-width: none;
    font-size: clamp(1.25rem, 7vw, 1.65rem);
    line-height: 1.08;
  }

  .madrid-simulator__play-btn {
    width: 42px;
    height: 42px;
  }

  .madrid-simulator__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    order: 4;
  }

  .madrid-simulator__stats div + div {
    border-left: 0;
  }

  .madrid-simulator__timeline-row {
    grid-template-columns: 1fr auto;
    gap: 10px;
    order: 3;
  }

  .madrid-simulator__timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    order: 1;
    margin-bottom: 10px;
  }

  .madrid-simulator__timeline--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
  }

  .madrid-simulator__timeline::before {
    left: 10%;
    right: 10%;
    top: 14px;
  }

  .madrid-simulator__stage {
    min-height: 0;
    aspect-ratio: 4 / 3;
    margin-bottom: 12px;
    order: 2;
  }

  .madrid-simulator__canvas {
    width: 100%;
    height: 100%;
  }

  .madrid-simulator__stage-label,
  .madrid-simulator__stage-caption {
    display: none;
  }

  .madrid-simulator__legend {
    left: 10px;
    bottom: 10px;
    padding: 7px 10px;
    gap: 10px;
    font-size: 0.74rem;
  }

  .madrid-simulator__stage-actions {
    right: 8px;
    bottom: 8px;
  }

  .madrid-simulator__play-btn {
    width: 34px;
    height: 34px;
  }

  .madrid-simulator__play-btn svg {
    width: 14px;
    height: 14px;
  }

  .madrid-simulator__time-chip {
    justify-self: end;
  }

  .madrid-simulator__timeline .madrid-simulator__node strong {
    font-size: 12px;
    margin-bottom: 2px;
  }

  .madrid-simulator__timeline .madrid-simulator__node span {
    font-size: 10px;
    letter-spacing: 0.05em;
  }

  .madrid-simulator__timeline--five .madrid-simulator__node strong {
    font-size: 10px;
  }

  .madrid-simulator__timeline--five .madrid-simulator__node span {
    font-size: 8px;
    letter-spacing: 0.04em;
  }

  .madrid-simulator__stats span {
    font-size: 0.64rem;
    margin-bottom: 5px;
    letter-spacing: 0.08em;
  }

  .madrid-simulator__stats strong {
    font-size: 0.9rem;
  }

  .article-view {
    margin-top: 12px;
  }

  .blog-title {
    font-size: clamp(1.9rem, 9vw, 2.7rem);
    line-height: 1;
    max-width: 6ch;
  }

  .article-title {
    font-size: clamp(1.55rem, 6.9vw, 2.2rem);
    line-height: 1;
  }

  .article-meta,
  .article-byline,
  .article-content,
  .article-data-table {
    font-size: 14px;
  }

  .story-headline {
    font-size: 1.05rem;
  }

  .featured-story .story-headline,
  .story-card .story-headline {
    font-size: 0.95rem;
  }

  .article-hero-image {
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
  }

  .featured-notes-grid {
    grid-template-columns: 1fr;
  }

  .article-featured-notes h2 {
    font-size: 20px;
  }

  .blog-back-btn {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .article-back-btn {
    width: 34px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 14px;
  }

  .article-download-btn {
    width: 100%;
    justify-content: space-between;
  }

  .blog-pagination__summary {
    font-size: 0.7rem;
  }

  .blog-pagination__controls {
    gap: 8px;
  }

  .blog-tools-card {
    padding: 20px;
  }

  .blog-tools-helper {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  body.blog-page .article-mobile-back-btn {
    display: inline-flex;
    width: 34px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 0;
  }

  body.blog-page.article-open .article-back-btn {
    display: none;
  }

  .featured-story {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .featured-story__media {
    order: -1;
    min-height: 180px;
  }

  .featured-story__copy {
    order: 0;
  }

  #featured-story .blog-kicker {
    display: none;
  }
}
