/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./src/styles/blog-essos.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* ─── Blog (essos-style index) ─── */
.blog-essos {
  --blog-accent: #2563eb;
  --blog-ink: #0a0a0a;
  --blog-muted: #6b7280;
  --blog-soft: #f4f6f8;
  --blog-shell: #ffffff;
  background: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  color: var(--blog-ink);
  width: 100%;
  padding: 0 0 4rem;
}

.blog-essos__shell {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0;
  padding: 1.75rem 1rem 0; /* match nav px-4 */
  box-sizing: border-box;
  box-shadow: none;
}

@media (min-width: 768px) {
  .blog-essos__shell {
    padding-left: 1.25rem; /* match nav md:px-5 */
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .blog-essos__shell {
    padding-left: 1.5rem; /* match nav lg:px-6 */
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .blog-essos__shell {
    padding-left: 0; /* match nav xl:px-0 */
    padding-right: 0;
  }
}

/* Blog hero title — oversized outlined wordmark */
.blog-essos .case-study-hero__title {
  font-size: clamp(5.1rem, 16vw, 11.25rem);
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 0.9;
  text-shadow: none;
}

.blog-essos .case-study-hero__bg-img {
  -o-object-position: center 52%;
     object-position: center 52%;
  filter: brightness(0.58) saturate(0.82) contrast(1.05);
  transform: scale(1.035);
}

.blog-essos .case-study-hero__bg-overlay {
  background:
    radial-gradient(ellipse at 50% 42%, rgba(3, 6, 10, 0.76) 0%, rgba(3, 6, 10, 0.52) 38%, rgba(40, 41, 41, 0.12) 82%),
    linear-gradient(180deg, rgba(6, 13, 21, 0.28), rgba(3, 6, 10, 0.4));
}

.blog-essos__wave-title {
  display: block;
  width: 100%;
  text-shadow: none;
}

.blog-essos__wave-title > span[aria-hidden='true'] > span:first-child > .hero-wave-letter:first-child > span:first-child {
  -webkit-text-stroke-color: #ff6a00 !important;
  -webkit-text-stroke-width: 2.5px !important;
  text-shadow: none;
}

.blog-essos .case-study-hero__subtitle,
.blog-essos .case-study-hero__tags,
.blog-essos .case-study-hero__cta {
  margin-top: 1.75rem;
}

.blog-essos__cinematic {
  position: relative;
  display: grid;
  min-height: clamp(28rem, 62vh, 39rem);
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 7.5rem 1.5rem 4.5rem;
  background: #080b0f;
}

.blog-essos__cinematic-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: blogCinematicZoom 16s ease-out both;
}

.blog-essos__cinematic-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(4, 7, 11, 0.66) 0%, rgba(4, 7, 11, 0.72) 58%, rgba(4, 7, 11, 0.88) 100%),
    radial-gradient(circle at 50% 42%, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.55) 80%);
}

.blog-essos__cinematic-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 35%, #000 75%, transparent);
          mask-image: linear-gradient(to bottom, transparent, #000 35%, #000 75%, transparent);
}

.blog-essos__cinematic-content {
  display: flex;
  width: min(100%, 68rem);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.blog-essos__cinematic-kicker {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  animation: blogCinematicRise 0.8s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.blog-essos__cinematic-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(3.2rem, 8vw, 6.7rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 0.98;
  text-transform: uppercase;
  text-shadow: 0 8px 32px rgba(0, 0, 0, 0.38);
}

.blog-essos__cinematic-title-line {
  display: block;
  width: 100%;
}

.blog-essos__cinematic-subtitle {
  max-width: 54rem;
  margin: 1.3rem auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
  animation: blogCinematicRise 0.85s 0.38s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.blog-essos__cinematic-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  animation: blogCinematicRise 0.85s 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.blog-essos__cinematic-meta span {
  padding: 0.42rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0.2rem;
  background: rgba(8, 12, 18, 0.2);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
}

.blog-essos__cinematic-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-width: 9.5rem;
  margin-top: 1.65rem;
  padding: 0.75rem 1.25rem;
  border: 1.5px solid #f97316;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 rgba(249, 115, 22, 0);
  animation: blogCinematicRise 0.85s 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.blog-essos__cinematic-cta:hover {
  color: #ffffff;
  box-shadow: inset 0 -3.25rem 0 #f97316, 0 10px 28px rgba(249, 115, 22, 0.25);
  transform: translateY(-2px);
}

@keyframes blogCinematicZoom {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}

@keyframes blogCinematicRise {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-essos__intro {
  max-width: 52rem;
  margin-bottom: clamp(2rem, 4vw, 2.85rem);
}

.blog-essos__eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: 1rem;
}

.blog-essos__eyebrow {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blog-accent);
}

.blog-essos__eyebrow--sm {
  margin-bottom: 0.45rem;
  letter-spacing: 0.12em;
}

.blog-essos__eyebrow-mark {
  width: 1.35rem;
  height: 2px;
  background: var(--blog-accent);
  border-radius: 999px;
}

.blog-essos__intro-stats {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: var(--blog-soft);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #4b5563;
}

.blog-essos__intro-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.blog-essos__intro-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.blog-essos__intro-line--lead {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.1rem, 4.4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.blog-essos__intro-line--sub {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.blog-essos__intro-lede {
  margin: 1.15rem 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #596173;
  max-width: 40rem;
}

.blog-essos__intro-lede em {
  font-style: normal;
  color: #9a3412;
  background: #fff7ed;
  padding: 0.1rem 0.35rem;
  border-radius: 0.3rem;
  font-size: 0.92em;
}

.blog-essos__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  gap: clamp(1.25rem, 3vw, 1.75rem);
  align-items: stretch;
}

.blog-essos__featured {
  position: relative;
  display: block;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 460px;
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(15, 23, 42, 0.04),
    0 18px 40px rgba(15, 23, 42, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.blog-essos__featured:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(15, 23, 42, 0.04),
    0 24px 50px rgba(15, 23, 42, 0.14);
}

.blog-essos__featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.72);
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.blog-essos__featured-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-essos__featured:hover .blog-essos__featured-img {
  transform: scale(1.045);
}

.blog-essos__featured-glass {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.45rem 1.55rem;
  background: linear-gradient(
    180deg,
    rgba(8, 12, 20, 0) 0%,
    rgba(8, 12, 20, 0.55) 42%,
    rgba(8, 12, 20, 0.88) 100%
  );
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.blog-essos__featured-title {
  margin: 0.85rem 0 0.85rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.95rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #fff;
  max-width: 36rem;
}

.blog-essos__featured-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.blog-essos__featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.92;
}

.blog-essos__latest {
  position: sticky;
  top: 6rem;
  display: flex;
  flex-direction: column;
  align-self: start;
  min-width: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(148, 163, 184, 0.16), transparent 38%),
    linear-gradient(145deg, #0f172a, #1e293b);
  border: 1px solid #334155;
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
}

.blog-essos__latest-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  padding: 0;
}

.blog-essos__latest-heading {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.blog-essos__latest-count {
  min-width: 1.6rem;
  height: 1.6rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog-essos__latest-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}

.blog-essos__latest-item {
  display: grid;
  grid-template-columns: 1.6rem 64px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 0.55rem 0.5rem;
  border-radius: 1rem;
  transition: background 0.2s ease;
}

.blog-essos__latest-item--text-only {
  position: relative;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 0.4rem;
  min-height: 6.25rem;
  overflow: hidden;
  padding: 0.85rem 0.15rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
}

.blog-essos__latest-item--text-only::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, #a3e635, #f97316);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-essos__latest-item--text-only:hover {
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.blog-essos__latest-item--text-only:hover::after {
  transform: scaleX(1);
}

.blog-essos__latest-item--text-only .blog-essos__latest-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  min-width: 0;
}

.blog-essos__latest-item--text-only .blog-essos__latest-title {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  transition: color 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-essos__latest-byline {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #737780;
  font-size: 0.7rem;
  font-weight: 500;
}

.blog-essos__latest-byline strong {
  color: #f97316;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-essos__latest-item--text-only:hover .blog-essos__latest-title {
  color: #ffffff;
  transform: translateX(3px);
}

.blog-essos__latest-item:hover {
  background: rgba(255, 255, 255, 0.035);
}

.blog-essos__latest-index {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  color: #777980;
}

.blog-essos__latest-thumb {
  width: 64px;
  height: 64px;
  border-radius: 0.85rem;
  -o-object-fit: cover;
     object-fit: cover;
  background: #e5e7eb;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.blog-essos__latest-cat {
  margin: 0 0 0.2rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blog-accent);
}

.blog-essos__latest-title {
  margin: 0 0 0.3rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--blog-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.blog-essos__latest-item:not(.blog-essos__latest-item--text-only):hover .blog-essos__latest-title {
  color: var(--blog-accent);
}

.blog-essos__meta {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.76rem;
  color: var(--blog-muted);
  letter-spacing: 0.01em;
}

.blog-essos__meta--on-dark {
  color: rgba(255, 255, 255, 0.78);
}

.blog-essos__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.7rem 0.28rem 0.55rem;
  border-radius: 999px;
  background: #eef2ff;
  color: #1e3a8a;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-essos__pill--light {
  background: rgba(255, 255, 255, 0.94);
  color: #1f2937;
}

.blog-essos__pill-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--blog-accent);
  flex-shrink: 0;
}

.blog-essos__corner {
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
}

.blog-essos__corner-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.blog-essos__section-title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--blog-ink);
}

.blog-essos__nav-arrows {
  display: flex;
  gap: 0.5rem;
}

.blog-essos__arrow {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #555;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blog-essos__arrow:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}

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

.blog-essos__all-posts {
  min-width: 0;
}

.blog-essos__all-heading {
  margin: 0 0 1.25rem;
  color: #0f172a;
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.blog-essos__all-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  min-width: 0;
}

.blog-essos__all-column .blog-essos__card {
  position: relative;
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  grid-template-rows: auto auto auto auto;
  align-content: start;
  gap: 0.9rem 1.75rem;
  min-height: 15.5rem;
  overflow: hidden;
  isolation: isolate;
  padding: 1.25rem;
  border-color: #dbe3ed;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.08), transparent 34%),
    linear-gradient(145deg, #ffffff, #f8fafc);
  box-shadow: 0 14px 34px -28px rgba(15, 23, 42, 0.55);
}

.blog-essos__all-column .blog-essos__card::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 4px;
  background: linear-gradient(180deg, #f97316, #2563eb);
  transform: scaleY(0.25);
  transform-origin: top center;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-essos__all-column .blog-essos__card:hover::before {
  transform: scaleY(1);
}

.blog-essos__card-index {
  position: absolute;
  top: 0.8rem;
  right: 1.15rem;
  z-index: 0;
  color: transparent;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(148, 163, 184, 0.28);
  pointer-events: none;
}

.blog-essos__all-column .blog-essos__card-media {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  min-height: 13rem;
  aspect-ratio: auto;
  border-radius: 1.05rem;
  box-shadow: 0 14px 30px -20px rgba(15, 23, 42, 0.55);
}

.blog-essos__all-column .blog-essos__pill,
.blog-essos__all-column .blog-essos__card-title,
.blog-essos__all-column .blog-essos__card-excerpt,
.blog-essos__all-column .blog-essos__card-link {
  grid-column: 2;
  position: relative;
  z-index: 1;
}

.blog-essos__all-column .blog-essos__pill {
  position: relative;
  z-index: 1;
  justify-self: start;
}

.blog-essos__all-column .blog-essos__card-title {
  position: relative;
  z-index: 1;
  max-width: 92%;
  font-size: 1.35rem;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.blog-essos__all-column .blog-essos__card-excerpt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  font-size: 0.98rem;
  line-height: 1.65;
}

.blog-essos__all-column .blog-essos__card-link {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  margin-top: 0.15rem;
  border: 1.5px solid #475569;
  border-radius: 999px;
  background: transparent;
  color: #334155;
  font-size: 0.74rem;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.blog-essos__all-column .blog-essos__card:hover .blog-essos__card-link {
  border-color: #334155;
  background: #334155;
  color: #ffffff;
  transform: translateX(3px);
}

.blog-essos__card {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  padding: 0.7rem;
  border-radius: 1.35rem;
  border: 1px solid #e8ecf1;
  background: #fff;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.blog-essos__card:hover {
  transform: translateY(-4px);
  border-color: #d6deea;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.blog-essos__card-media {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  background: #eef1f5;
}

.blog-essos__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-essos__card:hover .blog-essos__card-media img {
  transform: scale(1.05);
}

.blog-essos__card-read {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.blog-essos__card-title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--blog-ink);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-essos__card-excerpt {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--blog-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-essos__card-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--blog-accent);
}

.blog-essos__pagination {
  margin-top: clamp(2rem, 4vw, 2.75rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.blog-essos__pages {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-essos__page,
.blog-essos__page-arrow {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #6b6b6b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.blog-essos__page:hover,
.blog-essos__page-arrow:hover:not(:disabled) {
  background: #f3f3f3;
  color: var(--blog-ink);
}

.blog-essos__page.is-active {
  background: #1a1a1a;
  color: #fff;
}

.blog-essos__page-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Article brief page */
.blog-essos__article {
  position: relative;
  max-width: 1200px;
  padding-top: 7.5rem;
}

.blog-essos__back {
  display: none;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-essos__back:hover {
  color: var(--blog-ink);
}

.blog-essos__article-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  max-width: 74rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.blog-essos__article-head .blog-essos__pill {
  background: #fff7ed;
  color: #c2410c;
}

.blog-essos__article-head .blog-essos__pill-dot {
  background: #f97316;
}

.blog-essos__article-title {
  margin: 0;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: clamp(2.5rem, 4.6vw, 4rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #000;
  text-align: center;
  text-wrap: balance;
}

.blog-essos__article-super-title {
  width: 100%;
  max-width: 52rem;
  margin: 0;
  font-family: Clarkson, Helvetica, sans-serif;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #000;
  text-align: center;
  text-wrap: balance;
}

.blog-essos__article-title--secondary {
  max-width: 58rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 500;
  line-height: 1.15;
  color: #4b5563;
}

.blog-essos__article-hero {
  position: relative;
  width: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 16 / 7;
  background: #f0f0f0;
  margin: 0 auto 3rem;
  /* box-shadow: 0 20px 55px -38px rgba(15, 23, 42, 0.6); */
  animation: blogArticleImageIn 3.6s 0.45s cubic-bezier(0.10, 1, 0.2, 1) both;
}

.blog-essos__article-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0) 38%,
      rgba(0, 0, 0, 0.1) 70%,
      rgba(0, 0, 0, 0.3) 100%
    ),
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.12) 28%,
      rgba(0, 0, 0, 0) 58%
    );
  box-shadow:
    inset 0 0 38px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(15, 23, 42, 0.14);
}

.blog-essos__article-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  filter: brightness(0.94) saturate(0.95) contrast(1.02);
}

.blog-article-layout {
  display: grid;
  grid-template-columns: 13.5rem minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 4.75rem);
  width: min(100%, 1120px);
  margin: 0 auto;
  align-items: start;
}

.blog-article-sidebar {
  position: sticky;
  top: 6.5rem;
  min-width: 0;
}

.blog-article-toc {
  display: flex;
  flex-direction: column;
  border-left: 3px solid #64748b;
}

.blog-article-toc a {
  padding: 0.55rem 0 0.55rem 0.9rem;
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.blog-article-toc a:hover {
  color: #f97316;
  transform: translateX(3px);
}

.blog-article-toc a.is-active {
  color: #020617;
  font-weight: 700;
  box-shadow: -3px 0 0 #f97316;
}

.blog-article-share,
.blog-article-related {
  margin-top: 2rem;
}

.blog-article-share > p,
.blog-article-related > p {
  margin: 0 0 0.7rem;
  color: #0f172a;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.blog-article-share > div {
  display: flex;
  gap: 0.45rem;
}

.blog-article-share button {
  display: inline-flex;
  width: 1.9rem;
  height: 1.9rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.blog-article-share button:first-child {
  background: #0a66c2;
}

.blog-article-share button:nth-child(2) {
  background: #1877f2;
}

.blog-article-share button:hover {
  transform: translateY(-2px);
  background: #f97316;
}

.blog-article-related {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.blog-article-related > p {
  margin-bottom: 0.2rem;
}

.blog-article-related a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.25s ease;
}

.blog-article-related a:hover {
  color: #f97316;
}

.blog-article-content {
  min-width: 0;
  color: #475569;
}

.blog-article-content .blog-article-intro {
  margin: 0 0 2.25rem;
  padding: 0;
  color: #1e293b;
  font-size: clamp(0.9rem, 1.2vw, 0.98rem);
  font-weight: 500;
  line-height: 1.65;
}

.blog-article-content section {
  scroll-margin-top: 7rem;
}

.blog-article-content section + section {
  margin-top: 2.25rem;
}

.blog-article-content h2 {
  margin: 0 0 0.8rem;
  color: #0f172a;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.blog-article-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.75;
}

.blog-article-content section > p + p {
  margin-top: 0.9rem;
}

.blog-article-content .blog-article-sign {
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  border-radius: 0;
  background: linear-gradient(90deg, #f4f6f8 0%, #ffffff 52%, #ffffff 100%);
  box-shadow: inset 6px 0 12px -8px rgba(148, 163, 184, 0.65);
}

.blog-article-content .blog-article-sign + .blog-article-sign {
  margin-top: 0;
}

.blog-article-callout {
  margin-top: 0.85rem;
  padding: 0.9rem 1.1rem;
  border: 0;
  border-radius: 0 0.55rem 0.55rem 0;
  background: linear-gradient(90deg, rgba(226, 232, 240, 0.8) 0%, rgba(241, 245, 249, 0.45) 38%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset 5px 0 10px -7px #475569;
}

.blog-article-callout + .blog-article-callout {
  margin-top: 0.65rem;
}

.blog-article-sign .blog-article-callout {
  padding: 0.85rem 0 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.blog-article-callout strong {
  display: block;
  margin-bottom: 0.3rem;
  color: #1e293b;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
}

.blog-article-callout p {
  color: #334155;
}

.blog-article-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  color: #c2410c;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.blog-article-inline-link:hover {
  gap: 0.65rem;
  color: #f97316;
}

.blog-article-content .blog-article-conclusion {
  margin-top: 3.5rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 0.85rem;
  background: #0f172a;
  color: #cbd5e1;
}

.blog-article-content .blog-article-conclusion h2 {
  color: #ffffff;
}

.blog-article-content .blog-article-conclusion .blog-article-inline-link {
  color: #fb923c;
}

.blog-article-faq {
  width: min(100%, 860px);
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  padding-top: 0;
}

.blog-article-faq .blog-article-faq__title {
  width: 100%;
  max-width: 680px;
  margin: 0 auto clamp(2rem, 5vw, 3.5rem);
  color: #0f172a;
  font-family: Inter, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-wrap: balance;
}

.blog-article-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.blog-article-faq details {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0.75rem;
  background: #f4f4f4;
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.blog-article-faq details[open] {
  border-color: rgba(249, 115, 22, 0.5);
  background: #ffffff;
  box-shadow:
    0 0 0 1px rgba(249, 115, 22, 0.06),
    0 8px 24px -16px rgba(15, 23, 42, 0.25);
}

.blog-article-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.25rem;
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.blog-article-faq details[open] summary {
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

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

.blog-article-faq__icon {
  flex: 0 0 auto;
  color: #475569;
  line-height: 0;
  transition: transform 0.35s ease, color 0.25s ease;
}

.blog-article-faq details[open] .blog-article-faq__icon {
  color: #f97316;
  transform: rotate(180deg);
}

.blog-article-faq details > p {
  margin: 0;
  padding: 0.8rem 1.25rem 1.05rem;
  color: #64748b;
  font-size: 0.84rem;
  line-height: 1.65;
}

.blog-article-content ul {
  margin: 0.65rem 0 0;
  padding-left: 1.25rem;
}

.blog-article-content .blog-article-list {
  margin: 1rem 0 0;
  padding-left: 1.35rem;
}

.blog-article-content .blog-article-list li {
  padding-left: 0.35rem;
}

.blog-article-content li {
  padding-left: 0.2rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.65;
}

.blog-article-content li + li {
  margin-top: 0.25rem;
}

.blog-essos__article > .blog-essos__brief,
.blog-essos__article > .blog-essos__more {
  width: min(100%, 900px);
  margin-inline: auto;
}

@keyframes blogArticleHeadIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blogArticleImageIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.blog-essos__brief {
  border: 1px solid #eee;
  border-radius: 1.15rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  background: #fafafa;
}

.blog-essos__brief-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.blog-essos__brief-label {
  margin: 0 0 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
}

.blog-essos__brief-value {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--blog-ink);
}

.blog-essos__brief-block {
  margin-bottom: 1.5rem;
}

.blog-essos__structure {
  margin: 0.5rem 0 0;
  padding-left: 1.15rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #444;
}

.blog-essos__structure li + li {
  margin-top: 0.45rem;
}

.blog-essos__link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.blog-essos__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: var(--blog-ink);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.blog-essos__chip:hover {
  border-color: #ccc;
  background: #f7f7f7;
}

.blog-essos__note {
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--blog-muted);
}

.blog-essos__more {
  margin-top: 3rem;
}

.blog-essos__more .blog-essos__section-title {
  margin-bottom: 1.25rem;
}

@media (max-width: 1099px) {
  .blog-essos__hero {
    grid-template-columns: 1fr;
  }

  .blog-essos__latest {
    position: static;
  }
}

@media (max-width: 959px) {

  .blog-essos__featured {
    min-height: 360px;
  }

  .blog-essos__corner-grid {
    grid-template-columns: 1fr;
  }

  .blog-essos__brief-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .blog-essos__corner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .blog-essos__shell {
    padding-top: 1.15rem;
  }

  .blog-essos__all-heading {
    margin-bottom: 0.85rem;
  }

  .blog-essos__hero {
    gap: 1.35rem;
  }

  .blog-essos__all-column .blog-essos__card {
    border: none;
    box-shadow: none;
    background: #fff;
  }

  .blog-essos__all-column .blog-essos__card:hover {
    border-color: transparent;
    box-shadow: none;
  }
}

@media (max-width: 639px) {
  .blog-essos {
    padding: 0 0 2rem;
  }

  .blog-essos__shell {
    padding-top: 0.85rem;
  }

  .blog-essos__article {
    padding-top: 6.5rem;
  }

  .blog-essos__article-head {
    gap: 0.7rem;
    margin-bottom: 1.5rem;
  }

  .blog-essos__article-title {
    width: 100%;
    font-size: clamp(1.4rem, 7vw, 2.2rem);
    line-height: 1.12;
  }

  .blog-essos__article-super-title {
    width: 100%;
    font-size: clamp(2rem, 9vw, 2.8rem);
    line-height: 1.08;
  }

  .blog-essos__article-title--secondary {
    font-size: clamp(1rem, 4.4vw, 1.2rem);
    line-height: 1.2;
  }

  .blog-essos__article-hero {
    aspect-ratio: 4 / 3;
    margin-bottom: 2rem;
  }

  .blog-article-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .blog-article-sidebar {
    display: contents;
  }

  .blog-article-toc {
    position: sticky;
    top: 4.25rem;
    z-index: 30;
    align-self: start;
    flex-direction: row;
    gap: 0.4rem;
    overflow-x: auto;
    margin-inline: -1rem;
    padding: 0.55rem 1rem 0.65rem;
    border-left: 0;
    border-bottom: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 18px -18px rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(10px);
    scrollbar-width: none;
  }

  .blog-article-toc::-webkit-scrollbar {
    display: none;
  }

  .blog-article-toc a {
    flex: 0 0 auto;
    max-width: 13rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .blog-article-share,
  .blog-article-related {
    margin-top: 1.25rem;
  }

  .blog-article-content {
    margin-top: 2rem;
  }

  .blog-article-related {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .blog-article-related > p {
    flex-basis: 100%;
  }

  .blog-article-content h2 {
    font-size: 1.2rem;
  }

  .blog-essos__cinematic {
    min-height: 31rem;
    padding: 6.5rem 1.25rem 3.5rem;
  }

  .blog-essos__cinematic-title {
    font-size: clamp(2.8rem, 16vw, 4.5rem);
    letter-spacing: 0.1em;
  }

  .blog-essos__cinematic-subtitle {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .blog-essos__cinematic-meta {
    margin-top: 1.25rem;
  }

  .blog-essos__cinematic-meta span {
    font-size: 0.66rem;
  }

  .blog-essos__featured {
    min-height: 300px;
  }

  .blog-essos__hero {
    gap: 1.25rem;
  }

  .blog-essos .case-study-hero {
    min-height: 72svh;
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
  }

  .blog-essos .case-study-hero__title {
    font-size: clamp(3.2rem, 20vw, 5rem);
    letter-spacing: 0.04em;
  }

  .blog-essos .case-study-hero__curve-svg {
    height: clamp(1.25rem, 7vw, 3rem);
  }

  .blog-essos__all-heading {
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
  }

  .blog-essos__all-column {
    gap: 1.25rem;
  }

  .blog-essos__all-column .blog-essos__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0.65rem;
    min-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .blog-essos__all-column .blog-essos__card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
  }

  .blog-essos__all-column .blog-essos__card::before {
    display: none;
  }

  .blog-essos__all-column .blog-essos__pill {
    border: none;
    background: #eef2ff;
  }

  .blog-essos__all-column .blog-essos__card-media {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .blog-essos__all-column .blog-essos__pill,
  .blog-essos__all-column .blog-essos__card-title,
  .blog-essos__all-column .blog-essos__card-excerpt,
  .blog-essos__all-column .blog-essos__card-link {
    grid-column: 1;
  }

  .blog-essos__all-column .blog-essos__card-title {
    max-width: 100%;
    font-size: 1.1rem;
  }

  .blog-essos__all-column .blog-essos__card-excerpt {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 0.84rem;
  }

  .blog-essos__card-index {
    top: auto;
    right: 1rem;
    bottom: 0.75rem;
    font-size: 2.75rem;
  }

  .blog-essos__latest {
    width: 100%;
    padding: 1.15rem 1rem;
    border-radius: 1rem;
  }

  .blog-essos__latest-heading {
    font-size: 1.55rem;
  }

  .blog-essos__latest-item.blog-essos__latest-item--text-only {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.65rem;
    min-height: 5.5rem;
    padding: 0.75rem 0.25rem;
  }

  .blog-essos__latest-item--text-only .blog-essos__latest-title {
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .blog-essos__latest-byline {
    gap: 0.22rem;
    font-size: 0.64rem;
  }

  .blog-essos__latest-index {
    font-size: 1.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-essos__cinematic-image,
  .blog-essos__cinematic-kicker,
  .blog-essos__cinematic-subtitle,
  .blog-essos__cinematic-meta,
  .blog-essos__cinematic-cta {
    animation: none;
  }
}

