/* Consolidated insights styles: legacy case studies */
/* Native case study article page */
.case-study-article-page {
  background: #fff;
  color: #eef4ff;
}

.case-study-shell {
  background: #fff;
  overflow-x: clip;
}

.case-study-hero {
  position: relative;
  min-height: clamp(650px, 80vh, 850px);
  display: flex;
  align-items: flex-end;
  padding: 0 20px clamp(80px, 12vh, 120px);
  overflow: hidden;
}

.case-study-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%),
    url('../../assets/images/case-studies/case-studies-hero.webp') center / 100% 100% no-repeat;
  background-color: #06111d;
  opacity: 1;
}

.case-study-hero .container {
  position: relative;
  z-index: 1;
}

.case-study-hero-inner {
  padding-bottom: 34px;
}

.case-study-kicker,
.case-study-panel-kicker {
  color: #d4af37;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-desk .case-study-panel-kicker {
  white-space: nowrap;
}

.case-study-hero .case-study-kicker {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-bottom: 12px;
}

.case-study-hero h1 {
  max-width: 1080px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6.8vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

.case-study-report-intro h1 {
  max-width: 860px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.05;
  text-transform: uppercase;
}

.case-study-subtitle {
  max-width: 780px;
  color: rgba(238, 244, 255, 0.84);
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.45;
}

.case-study-report-intro {
  margin-bottom: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(125, 211, 252, 0.18);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(8, 21, 35, 0.92), rgba(10, 31, 48, 0.76));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.case-study-report-intro .case-study-subtitle {
  margin: 0;
}

.case-study-intro-services {
  margin: 18px 0 0;
  color: #d4af37;
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  white-space: normal;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.case-study-intro-image {
  width: min(520px, 100%);
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  background: rgba(6, 16, 30, 0.72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
}

.case-study-intro-image img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
}

.case-study-intro-image.is-custom-height img,
.case-study-image-card.is-custom-height img,
.insight-rich-image.is-custom-height img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
}

.admin-wizard-video-embed {
  position: relative;
  width: min(720px, 100%);
  margin: 24px auto 0;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.14);
}

.admin-wizard-video-embed::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.admin-wizard-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.case-study-hero-metrics,
.case-study-metric-grid,
.case-study-card-grid,
.case-study-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.case-study-hero-metrics {
  max-width: 880px;
  margin-top: 32px;
}

.case-study-report-intro .case-study-hero-metrics {
  max-width: none;
  margin-top: 24px;
}

.case-study-hero-metrics article,
.case-study-metric-grid article,
.case-study-card-grid article,
.case-study-outcomes article,
.case-study-closing,
.case-study-library,
.case-study-desk-inner,
.case-study-section,
.case-study-image-card,
.case-study-table-wrap {
  border: 1px solid rgba(162, 199, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.case-study-hero-metrics article,
.case-study-metric-grid article,
.case-study-card-grid article,
.case-study-outcomes article {
  padding: 18px;
}

.case-study-hero-metrics span,
.case-study-metric-grid span {
  display: block;
  color: rgba(238, 244, 255, 0.62);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-hero-metrics strong,
.case-study-metric-grid strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(18px, 2.2vw, 28px);
}

.case-study-layout-section {
  padding: clamp(44px, 7vw, 96px) clamp(14px, 2vw, 28px);
}

.case-study-library-toggle,
.case-study-library-backdrop {
  display: none;
}

.case-study-layout {
  width: min(1780px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.9fr) minmax(280px, 0.82fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
}

.case-study-layout > .case-study-article {
  min-width: 0;
}

.case-study-library,
.case-study-desk {
  position: sticky;
  top: 112px;
  max-height: calc(100vh - 132px);
}

.case-study-library,
.case-study-desk-inner {
  padding: 20px;
}

.case-study-desk-inner {
  max-height: inherit;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.case-study-desk-inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.case-study-library h2,
.case-study-desk h2,
.case-study-desk h3 {
  margin: 10px 0 14px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-study-library-item,
.case-study-share button,
.case-study-share a,
.case-study-download-btn {
  width: 100%;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.08);
  color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.case-study-library-item {
  position: relative;
  overflow: hidden;
  padding: 14px;
  line-height: 1.35;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.case-study-library-item + .case-study-library-item {
  margin-top: 10px;
}

.case-study-library-item:hover,
.case-study-library-item:focus-visible {
  border-color: rgba(212, 175, 55, 0.65);
  background: rgba(212, 175, 55, 0.16);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
  transform: translateY(-1px);
}

.case-study-library-item.is-active {
  border-color: rgba(212, 175, 55, 0.8);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.08));
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.22), 0 10px 24px rgba(15, 23, 42, 0.12);
}

.case-study-library-item.is-active::before,
.case-study-library-item.is-active::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7a5a12 0%, #f6dc87 42%, #b98a24 72%, #fff1a6 100%);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.36);
}

.case-study-library-item.is-active::before {
  left: 6px;
}

.case-study-library-item.is-active::after {
  right: 6px;
}

.case-study-library-item span {
  display: block;
  margin-bottom: 7px;
  color: #d4af37;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.case-study-library-item span:empty {
  display: none;
}

.case-study-article {
  display: grid;
  gap: 22px;
}

.case-study-article[hidden] {
  display: none !important;
}

.case-study-section {
  padding: clamp(22px, 3vw, 38px);
}

.case-study-section-head {
  display: flex;
  gap: 14px;
  align-items: baseline;
  margin-bottom: 18px;
}

.case-study-section-head span {
  display: none;
}

.case-study-section h2,
.case-study-closing h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.02;
  text-transform: uppercase;
}

.case-study-section p,
.case-study-desk p,
.case-study-image-card figcaption {
  color: rgba(238, 244, 255, 0.76);
  font-size: 15px;
  line-height: 1.78;
}

.case-study-section p + p {
  margin-top: 14px;
}

.case-study-metric-grid {
  margin-top: 22px;
}

.case-study-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.case-study-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.case-study-card-grid h3,
.case-study-outcomes strong,
.case-study-timeline h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 17px;
}

.case-study-image-card {
  margin: 22px 0 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.case-study-image-card img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
}

.case-study-image-card figcaption {
  padding: 14px 16px 16px;
  font-size: 13px;
}

.case-study-image-card--summary {
  margin: 20px 0 24px;
}

.case-study-image-card--summary img {
  aspect-ratio: 16 / 8;
}

.case-study-timeline {
  position: relative;
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.case-study-timeline article {
  position: relative;
  padding: 18px 18px 18px 54px;
  border: 1px solid rgba(94, 234, 212, 0.18);
  background: rgba(6, 16, 30, 0.72);
}

.case-study-timeline article::before {
  content: '';
  position: absolute;
  left: 22px;
  top: 24px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 0 7px rgba(94, 234, 212, 0.12);
}

.case-study-timeline span {
  color: #d4af37;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-table-wrap {
  overflow-x: auto;
  max-width: 100%;
}

.case-study-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}

.case-study-table th,
.case-study-table td {
  padding: 16px;
  border-bottom: 1px solid rgba(162, 199, 255, 0.14);
  text-align: left;
  vertical-align: top;
}

.case-study-table th {
  color: #d4af37;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-table td {
  color: rgba(238, 244, 255, 0.78);
  line-height: 1.58;
}

.case-study-intro-table-wrap {
  max-width: 880px;
  margin-top: 24px;
  border-color: rgba(212, 175, 55, 0.28);
  overflow-x: auto;
  --case-study-intro-columns: 3;
}

.case-study-intro-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.case-study-intro-table td {
  width: calc(100% / var(--case-study-intro-columns));
  padding: 14px 12px;
  border-right: 1px solid rgba(212, 175, 55, 0.22);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

.case-study-intro-table tr td:last-child {
  border-right: 0;
}

.case-study-intro-table tr:last-child td {
  border-bottom: 0;
}

.case-study-intro-table td span {
  display: block;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0f172a;
  text-transform: uppercase;
}

.case-study-intro-table td strong {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #475569;
}

.case-study-timeline-table-wrap {
  margin-top: 22px;
  border-color: rgba(212, 175, 55, 0.3);
}

.case-study-timeline-table {
  min-width: 720px;
}

.case-study-timeline-table th,
.case-study-timeline-table td {
  border-color: rgba(212, 175, 55, 0.24);
}

.case-study-timeline-table tr:last-child th,
.case-study-timeline-table tr:last-child td {
  border-bottom: 0;
}

.case-study-timeline-table th {
  width: 120px;
  color: #f7d778;
  font-size: 15px;
  letter-spacing: 0.12em;
  white-space: nowrap;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(8, 21, 35, 0.18));
}

.case-study-timeline-table td strong {
  display: block;
  color: #fff;
  font-size: clamp(17px, 2vw, 23px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.case-study-timeline-table td p {
  margin: 8px 0 0;
}

.case-study-posture-table {
  min-width: 0;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

.case-study-posture-table thead th {
  width: auto;
  color: #9a6b08;
  font-size: 12px;
  letter-spacing: 0.1em;
  white-space: normal;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.16), rgba(255, 249, 232, 0.96));
}

.case-study-posture-table th,
.case-study-posture-table td {
  padding: 16px 14px;
  vertical-align: top;
}

.case-study-posture-table tbody th {
  width: 24%;
  color: #9a6b08;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(255, 252, 244, 0.92));
}

.case-study-posture-table tbody td:nth-child(2) {
  width: 23%;
  color: #172033;
  font-weight: 600;
}

.case-study-posture-table tbody td:nth-child(3) {
  width: 53%;
  color: #263241;
}

.case-study-phase-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.case-study-phase-card {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 238, 0.96));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.case-study-phase-label {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  padding: 24px 18px;
  text-align: center;
  background: linear-gradient(180deg, rgba(246, 248, 252, 0.95), rgba(255, 255, 255, 0.88));
  border-right: 1px solid rgba(212, 175, 55, 0.16);
}

.case-study-phase-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 16px;
  color: #b98a24;
  background: linear-gradient(180deg, rgba(255, 251, 241, 0.98), rgba(248, 238, 214, 0.92));
  border: 1px solid rgba(212, 175, 55, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 10px 18px rgba(185, 138, 36, 0.08);
}

.case-study-phase-icon svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-study-phase-label strong {
  color: #172033;
  font-size: 22px;
  line-height: 1.35;
}

.case-study-phase-copy {
  display: grid;
  gap: 10px;
  padding: 26px 28px;
}

.case-study-phase-eyebrow {
  color: #2f63db;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.case-study-phase-eyebrow--control {
  color: #1f9a4f;
  padding-top: 10px;
  border-top: 1px dashed rgba(148, 163, 184, 0.36);
}

.case-study-phase-eyebrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 12%, transparent);
}

.case-study-phase-copy p {
  margin: 0;
  color: #263241;
  font-size: 22px;
  line-height: 1.4;
}

.case-study-phase-copy p + .case-study-phase-eyebrow {
  margin-top: 2px;
}

.case-study-logistics-timeline {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.case-study-logistics-step {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(180px, 240px) minmax(0, 1fr);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(252, 248, 239, 0.95));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.case-study-logistics-phase,
.case-study-logistics-cell {
  padding: 20px 22px;
}

.case-study-logistics-phase {
  position: relative;
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 12px;
  background: linear-gradient(135deg, rgba(247, 249, 252, 0.96), rgba(255, 255, 255, 0.92));
  border-right: 1px solid rgba(212, 175, 55, 0.12);
}

.case-study-logistics-phase::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 999px;
  background: var(--timeline-accent, #2f63db);
  box-shadow: 0 0 18px color-mix(in srgb, var(--timeline-accent, #2f63db) 30%, transparent);
}

.case-study-logistics-phase strong {
  color: #172033;
  font-size: 24px;
  line-height: 1.25;
}

.case-study-logistics-cell {
  display: grid;
  align-content: start;
  gap: 8px;
}

.case-study-logistics-cell + .case-study-logistics-cell {
  border-left: 1px solid rgba(148, 163, 184, 0.16);
}

.case-study-logistics-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--timeline-accent, #2f63db);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-study-logistics-label::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 12%, transparent);
}

.case-study-logistics-cell p {
  margin: 0;
  color: #1f2937;
  font-size: 20px;
  line-height: 1.45;
}

.case-study-logistics-step--blue { --timeline-accent: #2f63db; }
.case-study-logistics-step--green { --timeline-accent: #2f9a57; }
.case-study-logistics-step--indigo { --timeline-accent: #5b5fe8; }
.case-study-logistics-step--cyan { --timeline-accent: #0f8fb8; }
.case-study-logistics-step--orange { --timeline-accent: #eb7a1f; }
.case-study-logistics-step--royal { --timeline-accent: #2563eb; }
.case-study-logistics-step--violet { --timeline-accent: #7c3aed; }
.case-study-logistics-step--mint { --timeline-accent: #2da66a; }

.case-study-architecture-table-wrap {
  margin-top: 22px;
  border-color: rgba(212, 175, 55, 0.28);
}

.case-study-architecture-table {
  min-width: 700px;
}

.case-study-architecture-table th,
.case-study-architecture-table td {
  border-color: rgba(212, 175, 55, 0.22);
}

.case-study-architecture-table tr:last-child th,
.case-study-architecture-table tr:last-child td {
  border-bottom: 0;
}

.case-study-architecture-table th {
  width: 230px;
  color: #f7d778;
  font-size: 12px;
  letter-spacing: 0.24em;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(8, 21, 35, 0.22));
}

.case-study-gsoc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.case-study-gsoc-grid article {
  padding: 20px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.case-study-gsoc-grid h3 {
  margin: 0 0 10px;
  color: #f7d778;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.case-study-gsoc-grid p {
  margin: 0;
}

.case-study-team-table-wrap {
  margin-top: 22px;
  border-color: rgba(212, 175, 55, 0.28);
}

.case-study-team-table {
  min-width: 760px;
}

.case-study-team-table th,
.case-study-team-table td {
  border-color: rgba(212, 175, 55, 0.2);
}

.case-study-team-table tr:last-child td {
  border-bottom: 0;
}

.case-study-team-table th {
  color: #f7d778;
  letter-spacing: 0.22em;
}

.case-study-team-table td:first-child {
  width: 230px;
  color: #fff;
  font-weight: 800;
}

.case-study-summary-metrics {
  margin-top: 24px;
  --case-study-metric-columns: 4;
}

.case-study-table--metrics {
  min-width: 0;
  table-layout: fixed;
}

.case-study-table--metrics td {
  width: 20%;
  text-align: center;
  border-bottom: 0;
}

.case-study-summary-metrics .case-study-table--metrics td {
  width: calc(100% / var(--case-study-metric-columns));
  padding: 14px 12px;
  border-right: 1px solid rgba(212, 175, 55, 0.18);
}

.case-study-summary-metrics .case-study-table--metrics tr td:last-child {
  border-right: 0;
}

.case-study-summary-metrics .case-study-table--metrics tr:first-child td {
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

.case-study-summary-metrics .case-study-table--metrics td span {
  display: block;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0f172a;
  text-transform: uppercase;
}

.case-study-summary-metrics .case-study-table--metrics td strong {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  color: #475569;
}

.case-study-intro-table tr:first-child td {
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

.case-study-table--metrics strong {
  display: block;
  color: #fff;
  font-size: clamp(15px, 1.4vw, 22px);
  line-height: 1.12;
}

.case-study-table--metrics span {
  display: block;
  margin-top: 10px;
  color: rgba(212, 175, 55, 0.86);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
}

.case-study-capabilities {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(162, 199, 255, 0.14);
}

.case-study-capabilities h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 28px);
}

.case-study-capabilities ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-study-capabilities li {
  position: relative;
  padding-left: 22px;
  color: rgba(238, 244, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.case-study-capabilities li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(135deg, #7a5a12, #f6dc87 42%, #b98a24 70%, #fff1a6);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.46);
}

.case-study-subsection {
  margin-top: 26px;
}

.case-study-subsection:first-of-type {
  margin-top: 0;
}

.case-study-subsection h3,
.case-study-threat-posture h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 28px);
}

.case-study-bullet-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.case-study-bullet-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(238, 244, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.case-study-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(135deg, #7a5a12, #f6dc87 42%, #b98a24 70%, #fff1a6);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.46);
}

.case-study-bullet-list.is-align-center li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.case-study-bullet-list.is-align-right li {
  width: fit-content;
  margin-left: auto;
  text-align: right;
}

.insight-rich-bullet-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.insight-rich-bullet-list li {
  position: relative;
  padding-left: 22px;
  color: #263241;
  line-height: 1.7;
  list-style: none;
}

.insight-rich-bullet-list li::marker {
  content: "";
  font-size: 0;
  color: transparent;
}

.insight-rich-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(135deg, #7a5a12, #f6dc87 42%, #b98a24 70%, #fff1a6);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.46);
}

.insight-rich-bullet-list.is-align-center li {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.insight-rich-bullet-list.is-align-right li {
  width: fit-content;
  margin-left: auto;
  text-align: right;
}

.insight-rich-bullet-list--ordered,
.case-study-bullet-list--ordered {
  list-style: none;
  padding-left: 0;
  display: block;
  counter-reset: insight-ordered-item;
}

.insight-rich-bullet-list--roman,
.case-study-bullet-list--roman {
  list-style: none;
  counter-reset: insight-ordered-item;
}

.insight-rich-bullet-list--ordered li,
.case-study-bullet-list--ordered li {
  padding-left: 34px;
  list-style: none;
  display: list-item;
  counter-increment: insight-ordered-item;
}

.insight-rich-bullet-list--roman li,
.case-study-bullet-list--roman li {
  padding-left: 38px;
  list-style: none;
  display: list-item;
  counter-increment: insight-ordered-item;
}

.insight-rich-bullet-list--ordered li::before,
.case-study-bullet-list--ordered li::before,
.insight-rich-bullet-list--roman li::before,
.case-study-bullet-list--roman li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-width: 24px;
  border-radius: 0;
  background: linear-gradient(135deg, #7a5a12, #f6dc87 42%, #b98a24 70%, #fff1a6);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
  display: inline-block;
  line-height: 1.4;
  font-weight: 700;
}

.insight-rich-bullet-list--ordered li::before,
.case-study-bullet-list--ordered li::before {
  content: counter(insight-ordered-item, decimal) ".";
}

.insight-rich-bullet-list--roman li::before,
.case-study-bullet-list--roman li::before {
  content: counter(insight-ordered-item, upper-roman) ".";
}

.insight-rich-bullet-list--ordered li::marker,
.case-study-bullet-list--ordered li::marker,
.insight-rich-bullet-list--roman li::marker,
.case-study-bullet-list--roman li::marker {
  content: "";
  font-size: 0;
  color: transparent;
}

.case-study-quote {
  margin: 24px 0 0;
  padding: 24px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-left: 4px solid #d4af37;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(8, 21, 35, 0.78));
}

.case-study-quote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.58;
}

.case-study-quote cite {
  display: block;
  margin-top: 14px;
  color: #f7d778;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-threat-posture {
  position: relative;
  margin-top: 28px;
  padding: 24px 30px 24px 24px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(8, 21, 35, 0.86));
  overflow: hidden;
}

.case-study-threat-posture::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 4px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(180deg, #7a5a12, #f6dc87, #b98a24, #fff1a6);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.48);
}

.case-study-threat-posture h3 {
  color: #f7d778;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.case-study-threat-posture p {
  margin: 0;
}

.case-study-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.88fr);
  gap: 22px;
}

.case-study-split .case-study-image-card {
  margin: 0;
}

.case-study-outcomes {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-study-framework {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.case-study-framework span {
  padding: 10px 14px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  color: #f7d778;
  background: rgba(212, 175, 55, 0.08);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-study-closing {
  padding: clamp(24px, 4vw, 44px);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.16), rgba(94, 234, 212, 0.08));
}

.case-study-closing-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.case-study-closing-head img {
  width: clamp(180px, 24vw, 320px);
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.34));
}

.case-study-closing-subtitle {
  margin-top: 14px;
  color: #f7d778;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
}

.case-study-contact-note {
  margin-top: 14px;
  font-weight: 600;
}

.case-study-contact-email {
  color: #1d4ed8;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-intro-table-wrap {
  overflow-x: hidden;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-intro-table td {
  width: 25%;
  padding: 14px 10px;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-intro-table td strong {
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics td {
  width: 20%;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-summary-metrics {
  overflow-x: hidden;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics strong {
  white-space: nowrap;
  word-break: keep-all;
}

.case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics span {
  white-space: nowrap;
}

@media (max-width: 720px) {
  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-summary-metrics {
    overflow-x: visible;
  }

  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics td {
    width: 100%;
  }

  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics strong,
  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics span {
    white-space: normal;
  }

  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics strong {
    font-size: clamp(28px, 10vw, 40px);
  }

  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table--metrics span {
    font-size: 11px;
    letter-spacing: 0.26em;
    line-height: 1.45;
  }
}

@media (min-width: 1181px) {
  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-table-wrap,
  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-subsection,
  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-section,
  .case-study-article#emergency-evacuation-support-high-profile-personnel-iran .case-study-report-intro {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.case-study-desk strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.case-study-share,
.case-study-download,
.case-study-meta {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(162, 199, 255, 0.14);
}

.case-study-share {
  display: grid;
  gap: 8px;
}

.case-study-share-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.case-study-share h3,
.case-study-download h3 {
  margin-bottom: 8px;
}

.case-study-share button,
.case-study-share a,
.case-study-download-btn {
  display: block;
  padding: 11px 12px;
  font-size: 13px;
  font-weight: 800;
}

.case-study-share button,
.case-study-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 999px;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.case-study-share svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  stroke: none;
}

.case-study-share button svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.case-study-share button:hover,
.case-study-share a:hover,
.case-study-download-icon:hover {
  border-color: rgba(212, 175, 55, 0.7);
  background: linear-gradient(135deg, #7a5a12, #f6dc87 42%, #b98a24 70%, #fff1a6);
  color: #11141b;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.28);
  transform: translateY(-1px);
}

.case-study-download-btn {
  text-align: center;
  background: linear-gradient(135deg, #d4af37, #ffe082);
  color: #11141b;
}

.case-study-meta {
  display: grid;
  gap: 12px;
}

.case-study-meta div {
  display: grid;
  gap: 4px;
}

.case-study-meta dt {
  color: rgba(238, 244, 255, 0.55);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-meta dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.case-study-article-page {
  color: #111827;
}

.case-study-report-intro,
.case-study-hero-metrics article,
.case-study-metric-grid article,
.case-study-card-grid article,
.case-study-outcomes article,
.case-study-closing,
.case-study-library,
.case-study-desk-inner,
.case-study-section,
.case-study-image-card,
.case-study-table-wrap,
.case-study-gsoc-grid article {
  border-color: rgba(15, 23, 42, 0.12);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.case-study-report-intro h1,
.case-study-section h2,
.case-study-closing h2,
.case-study-card-grid h3,
.case-study-outcomes strong,
.case-study-timeline h3,
.case-study-capabilities h3,
.case-study-subsection h3,
.case-study-desk strong,
.case-study-table--metrics strong,
.case-study-team-table td:first-child,
.case-study-hero-metrics strong,
.case-study-metric-grid strong {
  color: #0f172a;
}

.case-study-subtitle,
.case-study-section p,
.case-study-desk p,
.case-study-image-card figcaption,
.case-study-table td,
.case-study-capabilities li,
.case-study-bullet-list li,
.case-study-gsoc-grid p,
.case-study-threat-posture p {
  color: #263241;
}

.case-study-inline-label {
  color: #111827;
  font-weight: 700;
}

.case-study-posture-table thead th,
.case-study-posture-table tbody th {
  color: #9a6b08;
}

.case-study-posture-table tbody td {
  color: #263241;
}

.case-study-hero-metrics span,
.case-study-metric-grid span,
.case-study-meta dt {
  color: rgba(15, 23, 42, 0.58);
}

.case-study-library h2,
.case-study-desk h2,
.case-study-desk h3,
.case-study-meta dd {
  color: #111827;
}

.case-study-library-item,
.case-study-share button,
.case-study-share a {
  color: #111827;
  background: rgba(212, 175, 55, 0.1);
}

.case-study-timeline-table th,
.case-study-architecture-table th,
.case-study-team-table th,
.case-study-gsoc-grid h3,
.case-study-threat-posture h3,
.case-study-quote cite,
.case-study-closing-subtitle {
  color: #9a6b08;
}

.case-study-timeline-table td strong {
  color: #111827;
}

.case-study-threat-posture,
.case-study-quote {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), #fff);
}

.case-study-vetting-note {
  border-right: 4px solid #d4af37;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0.98));
}

.case-study-quote p {
  color: #172033;
}

@media (max-width: 1180px) {
  .case-study-article-page {
    overflow-x: hidden;
  }

  .case-study-library-open {
    overflow: hidden;
    touch-action: none;
  }

  .case-study-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .case-study-desk {
    position: static;
    max-height: none;
  }

  .case-study-desk-inner {
    max-height: none;
    overflow: visible;
  }

  .case-study-library-toggle {
    position: fixed;
    left: 0;
    top: 46%;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 58px;
    padding: 0;
    border: 1px solid rgba(244, 226, 154, 0.72);
    border-left: 0;
    border-radius: 0 999px 999px 0;
    background: var(--gold-gradient);
    color: #000;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
    cursor: pointer;
    transform: translateX(0);
    transition: left 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    animation: caseStudyArrowPulse 2.2s ease-in-out infinite;
  }

  .case-study-library-toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.45) 42%, transparent 72%);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
    pointer-events: none;
  }

  .case-study-library-toggle svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .case-study-library-toggle:hover,
  .case-study-library-toggle:focus-visible,
  .case-study-library-open .case-study-library-toggle {
    background: var(--gold-gradient-hover);
    color: #000;
    border-color: var(--color-primary-light);
    box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    transform: translateY(-3px) scale(1.015);
  }

  .case-study-library-toggle:hover::before,
  .case-study-library-toggle:focus-visible::before,
  .case-study-library-open .case-study-library-toggle::before {
    width: 300px;
    height: 300px;
  }

  .case-study-library-open .case-study-library-toggle {
    left: min(330px, 86vw);
    border-right: 0;
    border-left: 1px solid var(--color-primary-light);
    border-radius: 999px 0 0 999px;
    transform: translateX(-1px);
  }

  .case-study-library-open .case-study-library-toggle svg {
    transform: rotate(180deg);
  }

  .case-study-library-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1180;
    display: block;
    background: rgba(2, 8, 20, 0.46);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .case-study-library-backdrop[hidden] {
    display: none;
  }

  .case-study-library {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1190;
    width: min(330px, 86vw);
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0 18px 18px 0;
    transform: translateX(calc(-100% - 18px));
    transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .case-study-library-open .case-study-library {
    transform: translateX(0);
  }
}

@media (max-width: 900px) {
  .case-study-hero {
    min-height: 440px;
    padding-bottom: 56px;
  }

  .case-study-hero .case-study-kicker {
    white-space: nowrap;
    overflow-wrap: normal;
    line-height: 1;
  }

  .case-study-layout-section {
    padding-inline: 12px;
  }

  .case-study-table--metrics,
  .case-study-team-table,
  .case-study-architecture-table,
  .case-study-timeline-table {
    min-width: 100%;
  }
}

@keyframes caseStudyArrowPulse {
  0%,
  100% {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25), 0 0 0 rgba(212, 175, 55, 0);
  }

  50% {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25), 0 0 18px rgba(212, 175, 55, 0.42);
  }
}

@media (max-width: 720px) {
  .case-study-hero {
    min-height: 360px;
    padding: 0 20px 44px;
  }

  .case-study-hero-bg {
    background:
      linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.9) 100%),
      url('../../assets/images/case-studies/case-studies-hero.webp') center / 100% 100% no-repeat;
    background-color: #06111d;
  }

  .case-study-hero .case-study-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 12px;
  }

  .case-study-hero-metrics,
  .case-study-metric-grid,
  .case-study-card-grid,
  .case-study-card-grid--three,
  .case-study-gsoc-grid,
  .case-study-outcomes,
  .case-study-split {
    grid-template-columns: 1fr;
  }

  .case-study-layout-section {
    padding-inline: 10px;
  }

  .case-study-layout {
    gap: 14px;
  }

  .case-study-report-intro,
  .case-study-section,
  .case-study-library,
  .case-study-desk-inner,
  .case-study-closing {
    padding: 18px;
    border-radius: 14px;
  }

  .case-study-report-intro h1 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.08;
  }

  .case-study-subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .case-study-intro-image {
    width: min(320px, 100%);
  }

.case-study-image-card--summary img {
  aspect-ratio: 4 / 3;
}

  .case-study-table,
  .case-study-table tbody,
  .case-study-table tr,
  .case-study-table th,
  .case-study-table td {
    display: block;
    width: 100%;
  }

  .case-study-table thead {
    display: none;
  }

  .case-study-table tr {
    padding: 12px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  }

  .case-study-table tr:last-child {
    border-bottom: 0;
  }

  .case-study-table th,
  .case-study-table td,
  .case-study-timeline-table th,
  .case-study-architecture-table th,
  .case-study-team-table td:first-child {
    width: 100%;
    padding: 8px 12px;
    border-bottom: 0;
  }

  .case-study-posture-table thead th,
  .case-study-posture-table tbody th {
    color: #9a6b08;
  }

  .case-study-posture-table tbody td {
    color: #263241;
  }

  .case-study-posture-table tbody td:nth-child(2) {
    color: #172033;
    font-weight: 600;
  }

  .case-study-posture-table tbody td:nth-child(3) {
    color: #263241;
  }

  .case-study-timeline-table th,
  .case-study-posture-table tbody th {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 12px;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #865f06;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-transform: uppercase;
    white-space: normal;
    text-align: center;
  }

  .case-study-timeline-table td {
    margin: 0;
    padding: 12px;
    border-top: 0;
    border-bottom: 0;
    color: #1f2937;
    line-height: 1.6;
    text-align: center;
  }

  .case-study-timeline-table th,
  .case-study-timeline-table td,
  .case-study-timeline-table td strong,
  .case-study-timeline-table td p,
  .case-study-posture-table th,
  .case-study-posture-table td {
    text-align: center !important;
  }

  .case-study-timeline-table td strong {
    margin-bottom: 5px;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.35;
    text-transform: none;
  }

  .case-study-timeline-table td p {
    margin: 5px 0 0;
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .case-study-posture-table td {
    margin: 0;
    padding: 10px 12px 12px;
    border-top: 0;
    border-bottom: 0;
    color: #1f2937;
    line-height: 1.58;
    text-align: center;
  }

  .case-study-posture-table td:nth-child(2)::before,
  .case-study-posture-table td:nth-child(3)::before {
    display: block;
    margin-bottom: 6px;
    color: #9a6b08;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
  }

  .case-study-posture-table td:nth-child(2)::before {
    content: 'Assessed Exposure';
  }

  .case-study-posture-table td:nth-child(3)::before {
    content: 'Control Logic';
  }

  .case-study-mobile-centered-intro > p,
  .case-study-mobile-centered-intro > .case-study-subsection > p,
  .case-study-mobile-centered-intro > h3,
  .case-study-mobile-centered-intro > .case-study-section-head,
  .case-study-mobile-centered-intro > .case-study-section-head h2 {
    text-align: center;
  }

  .case-study-intro-table,
  .case-study-intro-table tbody,
  .case-study-summary-metrics .case-study-table--metrics,
  .case-study-summary-metrics .case-study-table--metrics tbody {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .case-study-intro-table tr,
  .case-study-summary-metrics .case-study-table--metrics tr {
    display: contents;
    border-bottom: 0;
    padding: 0;
  }

  .case-study-intro-table td,
  .case-study-summary-metrics .case-study-table--metrics td {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 88px;
    margin: 0;
    padding: 14px 12px;
    text-align: center !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  }

  .case-study-intro-table td[data-intro-pair-role='heading'],
  .case-study-summary-metrics .case-study-table--metrics td[data-metric-pair-role='heading'] {
    padding-bottom: 8px;
  }

  .case-study-intro-table td[data-intro-pair-role='value'],
  .case-study-summary-metrics .case-study-table--metrics td[data-metric-pair-role='value'] {
    padding-top: 8px;
  }

  .case-study-intro-table td[data-intro-last-item='true'],
  .case-study-summary-metrics .case-study-table--metrics td[data-metric-last-item='true'] {
    border-bottom: 0;
  }

  .case-study-intro-table td span,
  .case-study-intro-table td strong,
  .case-study-summary-metrics .case-study-table--metrics td span,
  .case-study-summary-metrics .case-study-table--metrics td strong {
    display: block;
    width: 100%;
    margin: 0 auto;
    align-self: center;
    text-align: center !important;
  }

  .case-study-summary-metrics .case-study-table--metrics td span,
  .case-study-intro-table td span {
    color: #0f172a;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .case-study-intro-table td strong,
  .case-study-summary-metrics .case-study-table--metrics td strong {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #475569;
  }

  .case-study-timeline-table td strong,
  .case-study-architecture-table th,
  .case-study-team-table th,
  .case-study-gsoc-grid h3,
  .case-study-threat-posture h3 {
    letter-spacing: 0.12em;
  }

  .case-study-share-row {
    flex-wrap: wrap;
  }

  .case-study-phase-card {
    grid-template-columns: 1fr;
  }

  .case-study-phase-label {
    justify-items: start;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.16);
  }

  .case-study-phase-icon {
    width: 62px;
    height: 62px;
    font-size: 24px;
  }

  .case-study-phase-label strong,
  .case-study-phase-copy p {
    font-size: 18px;
  }

  .case-study-phase-copy {
    padding: 18px;
  }

  .case-study-logistics-step {
    grid-template-columns: 1fr;
  }

  .case-study-logistics-phase,
  .case-study-logistics-cell {
    padding: 18px;
  }

  .case-study-logistics-phase {
    border-right: 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  }

  .case-study-logistics-cell + .case-study-logistics-cell {
    border-left: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
  }

  .case-study-logistics-phase strong,
  .case-study-logistics-cell p {
    font-size: 18px;
  }

  .case-study-share button,
  .case-study-share a {
    width: 40px;
    height: 40px;
  }

  .case-study-desk .case-study-panel-kicker {
    white-space: normal;
  }

  .case-study-threat-posture,
  .case-study-quote {
    padding: 18px 24px 18px 18px;
  }

  .case-study-closing-head {
    align-items: center;
  }

  .case-study-closing-head img {
    width: 190px;
  }

  .case-study-section-head {
    display: grid;
    gap: 8px;
  }

  .case-study-letter-card {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .case-study-endorsement-note {
    font-size: 0.88rem;
  }
}

.case-study-subsection.case-study-endorsement-block {
  margin-top: 0;
  text-align: left;
}

.case-study-subsection.case-study-endorsement-block h3 {
  text-align: left;
}

.case-study-endorsement-region {
  margin: -0.15rem 0 0;
  color: #667085;
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
}

.case-study-endorsement-note {
  margin: 0.9rem 0 0;
  color: #263241;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.case-study-letter-card {
  width: min(100%, 56rem);
  margin: 18px 0 0;
  overflow: hidden;
}

.case-study-letter-card .case-study-endorsement-placeholder-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 246, 238, 0.98));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}


/* Consolidated insights styles: legacy articles */
.intelligence-articles-page .article-hero-bg {
  background:
    linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%),
    url("../../assets/images/intelligence-risk.webp") center / 100% 100% no-repeat;
  background-color: #06111d;
}

.intelligence-articles-page .article-desk-category {
  margin: 0 0 14px;
  color: #9a6b08;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.intelligence-articles-page .article-entry-full .case-study-report-intro h1 {
  max-width: 860px;
}

.intelligence-articles-page .article-entry-full .case-study-section p,
.intelligence-articles-page .article-entry-full .case-study-subtitle,
.intelligence-articles-page .article-entry-full .case-study-desk p {
  max-width: 70ch;
}

.intelligence-articles-page .article-entry-full .case-study-section h2 {
  text-transform: none;
}

.intelligence-articles-page .article-framework-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.intelligence-articles-page .article-framework-row {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.intelligence-articles-page .article-framework-title h3,
.intelligence-articles-page .article-framework-copy p {
  margin: 0;
}

.intelligence-articles-page .article-framework-title h3 {
  color: #0f172a;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.2;
}

.intelligence-articles-page .article-framework-copy p {
  max-width: none;
  color: #263241;
}

.intelligence-articles-page .case-study-library-item {
  min-height: 76px;
}

@media (max-width: 720px) {
  .intelligence-articles-page .article-hero-bg {
    background:
      linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.9) 100%),
      url("../../assets/images/intelligence-risk.webp") center / 100% 100% no-repeat;
    background-color: #06111d;
  }

  .intelligence-articles-page .article-desk-category {
    margin-bottom: 10px;
    font-size: 0.76rem;
  }

  .intelligence-articles-page .article-framework-row {
    grid-template-columns: 1fr;
  }
}


/* Consolidated insights styles: shared insights */
.insights-library-page,
.insights-detail-page {
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.08), transparent 24%),
    radial-gradient(circle at right 10%, rgba(86, 58, 12, 0.15), transparent 20%),
    linear-gradient(180deg, #06101f 0%, #091a2c 40%, #050b13 100%);
}

.insights-library-page {
  background: #fff;
}

.insights-detail-page {
  background: #fff;
}

.insights-kicker {
  display: block;
  align-self: flex-start;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-primary);
  margin-bottom: 12px;
  padding-right: 0;
  padding-left: 0;
}

.insights-hero,
.insight-detail-hero {
  position: relative;
}

.insights-hero-editorial {
  min-height: clamp(650px, 80vh, 850px);
  display: flex;
  align-items: flex-end;
  padding: 0 20px clamp(80px, 12vh, 120px);
  overflow: hidden;
}

.insights-hero-backdrop {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #06111d;
  z-index: 0;
}

.insights-hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%);
  z-index: 1;
}

.insights-hero-stage {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 62px;
}

.insight-detail-hero-copy h1,
.insights-section-head h2,
.insights-essential-copy h2 {
  font-family: var(--font-sans);
}

.insights-hero-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  text-align: left;
}

.insights-hero-copy h1,
.insight-detail-hero-copy h1 {
  margin: 0;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.94;
  text-transform: uppercase;
  color: #fff;
}

.insights-hero-copy h1 {
  font-family: inherit;
  font-weight: 700;
  letter-spacing: normal;
}

.insights-hero-copy p:not(.insights-kicker),
.insight-detail-hero-copy p,
.insights-section-copy,
.insights-essential-copy p {
  color: #d4dde6;
  font-size: 1.04rem;
}

.insights-featured-section,
.insights-essential-section,
.insights-library-content,
.insight-detail-content {
  padding-bottom: 72px;
}

.insights-library-page .insights-hero-backdrop {
  background-image: url('/assets/images/intel-regional-briefing.webp');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #06111d;
}

.insights-library-page .insights-hero-copy p:not(.insights-kicker) {
  display: none;
}

.insights-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.insights-section-head h2,
.insights-essential-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.02;
}

.insights-curated-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.insights-curated-card,
.insights-essential-card,
.insights-filters-card,
.insights-feed-panel,
.insight-article-panel,
.insight-sidebar-card,
.insights-essential-stat {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.92) 0%, rgba(4, 10, 19, 0.97) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.insights-curated-card::after,
.insights-essential-card::after,
.insights-filters-card::after,
.insights-feed-panel::after,
.insight-article-panel::after,
.insight-sidebar-card::after,
.insights-essential-stat::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  bottom: 22px;
  width: 3px;
  background: var(--gold-gradient);
}

.insights-curated-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.insights-curated-media,
.insight-card-media {
  aspect-ratio: 1.58 / 1;
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.16), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #18314f 0%, #0b1422 100%);
  background-size: cover;
  background-position: center;
}

.insights-curated-body,
.insight-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.insight-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.insight-card-format {
  display: inline-flex;
  margin-bottom: 0;
  color: #d4af37;
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-card-date {
  color: #b4bfcb;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
}

.insights-curated-body h3,
.insights-essential-card h3,
.insight-card h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.16;
}

.insights-curated-body p,
.insights-essential-card p,
.insight-card p {
  color: #c5ced8;
}

.insight-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: auto;
  padding-top: 16px;
  color: #b4bfcb;
  font-size: 0.88rem;
}

.insights-essential-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 26px;
}

.insights-essential-stat {
  padding: 28px;
}

.insights-essential-stat span {
  display: block;
  margin-bottom: 12px;
  color: #d8bc62;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.insights-essential-stat strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.02;
  font-family: var(--font-sans);
}

.insights-essential-stat p {
  margin-bottom: 0;
  color: #c9d2dd;
}

.insights-essential-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.insights-essential-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 22px;
}

.insights-legacy-bridge {
  margin-top: 24px;
}

.insights-legacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.insights-legacy-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #f1dc97;
}

.insights-section-head-library {
  margin-bottom: 24px;
}

.insights-filters-toggle,
.insights-filters-backdrop {
  display: none;
}

.insights-library-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 10px 0 22px;
  width: 100%;
}

.insights-results-summary {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 14px;
  width: auto;
}

.insights-sort-field,
.insights-results-copy {
  display: grid;
  gap: 6px;
  align-content: start;
  align-self: start;
  min-width: 156px;
}

.insights-sort-field {
  justify-items: start;
  text-align: left;
  grid-template-rows: auto 48px;
  padding-top: 0;
}

.insights-results-copy {
  justify-items: start;
  text-align: left;
  grid-template-rows: auto 48px;
  padding-top: 0;
}

.insights-toolbar-label,
.insights-filter-title,
.insights-select-field span,
.insights-search-field span,
.insights-sort-field span {
  display: block;
  margin-bottom: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d4af37;
}

.insights-results-copy strong {
  font-size: 1.05rem;
  color: #121926;
  font-family: var(--font-sans);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  min-width: 156px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: #fff;
}

.insights-library-grid,
.insight-detail-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.33fr) minmax(0, 0.67fr);
  gap: 24px;
  align-items: start;
}

.insights-filters-card,
.insights-feed-panel,
.insight-article-panel {
  padding: 28px;
}

.insights-library-page .insights-results-copy strong {
  color: #121926;
  line-height: 1.1;
  border-color: rgba(184, 137, 31, 0.18);
  background: #fff;
}

.insights-library-page .insights-sort-field,
.insights-library-page .insights-results-copy {
  min-width: 156px;
  padding: 0;
  border: 0;
  background: transparent;
}

.insights-search-field,
.insights-sort-field,
.insights-select-field {
  display: grid;
  gap: 8px;
}

.insights-search-field input,
.insights-sort-field select,
.insights-select-field select {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(9, 18, 31, 0.9);
  color: #f5f1e6;
  padding: 0 12px;
}

.insights-search-field input,
.insights-select-field select {
  width: 100%;
}

.insights-search-field input {
  font-size: 0.9rem;
}

.insights-search-field input::placeholder {
  font-size: 0.85rem;
}

.insights-sort-field select {
  width: 156px;
}

.insights-sort-field select option,
.insights-select-field select option {
  background: #0b1422;
  color: #f5f1e6;
}

.insights-library-page .insights-library-grid {
  grid-template-columns: minmax(320px, 0.32fr) minmax(0, 0.68fr);
  gap: 28px;
}

.insights-library-page .insights-filters-card,
.insights-library-page .insights-feed-panel {
  border-radius: 0;
  border: 1px solid rgba(184, 137, 31, 0.18);
  background: #fff;
  box-shadow: none;
}

.insights-library-page .insights-filters-card {
  position: sticky;
  top: 126px;
  align-self: start;
}

.insights-library-page .insights-filters-card::after,
.insights-library-page .insights-feed-panel::after {
  display: none;
}

.insights-library-page .insights-toolbar-label,
.insights-library-page .insights-filter-title,
.insights-library-page .insights-select-field span,
.insights-library-page .insights-search-field span,
.insights-library-page .insights-sort-field span {
  color: #b8891f;
}

.insights-library-page .insights-search-field input,
.insights-library-page .insights-sort-field select,
.insights-library-page .insights-select-field select {
  border-color: rgba(184, 137, 31, 0.24);
  background: #fff;
  color: #121926;
}

.insights-library-page .insights-search-field input::placeholder {
  color: #7b8088;
}

.insights-library-page .insights-sort-field select option,
.insights-library-page .insights-select-field select option {
  background: #fff;
  color: #121926;
}

.insights-filter-group {
  margin-top: 24px;
}

.insights-filter-accordion {
  border-top: 1px solid rgba(184, 137, 31, 0.18);
  padding-top: 8px;
}

.insights-filter-accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 0 12px;
  border: 0;
  background: transparent;
  color: #121926;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.insights-filter-accordion-icon {
  width: 12px;
  height: 12px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.insights-filter-accordion.is-open .insights-filter-accordion-icon {
  transform: rotate(225deg);
}

.insights-filter-accordion-panel {
  display: none;
  gap: 10px;
  padding-top: 4px;
}

.insights-filter-accordion.is-open .insights-filter-accordion-panel {
  display: grid;
}

.insights-filter-option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(184, 137, 31, 0.14);
  background: #fff;
  color: #121926;
  text-align: left;
  font: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.insights-filter-option-indicator {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(184, 137, 31, 0.22);
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

.insights-filter-option-label {
  flex: 1 1 auto;
}

.insights-filter-option:hover,
.insights-filter-option.is-active {
  transform: translateY(-1px);
}

.insights-filter-option.is-active {
  border-color: rgba(212, 175, 55, 0.32);
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.06));
  box-shadow: 0 8px 24px rgba(184, 137, 31, 0.12);
}

.insights-filter-option.is-active .insights-filter-option-indicator {
  border-color: rgba(94, 67, 18, 0.38);
  background: var(--gold-gradient);
  box-shadow:
    inset 0 0 0 4px rgba(255, 255, 255, 0.68),
    0 0 0 1px rgba(212, 175, 55, 0.24),
    0 8px 18px rgba(184, 137, 31, 0.22);
}

.insights-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.insights-filter-chip {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #e9dcc0;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.insights-filter-chip:hover,
.insights-filter-chip.is-active {
  transform: translateY(-1px);
  border-color: rgba(244, 226, 154, 0.44);
  background: rgba(212, 175, 55, 0.12);
}

.insights-library-page .insights-filter-chip {
  border-color: rgba(184, 137, 31, 0.18);
  background: #fff;
  color: #5a4a22;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.18), inset 0 1px 0 rgba(244, 226, 154, 0.45);
}

.insights-library-page .insights-filter-chip.is-active {
  border-color: rgba(244, 226, 154, 0.72);
  background: var(--gold-gradient);
  color: #000;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.24), inset 0 1px 0 rgba(244, 226, 154, 0.45);
}

.insights-library-page .insights-filter-chip:hover {
  border-color: rgba(244, 226, 154, 0.72);
  background: var(--gold-gradient-hover);
  color: #000;
  transform: translateY(-3px) scale(1.015);
  box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.insights-feed-state,
.insight-content-state {
  min-height: 24px;
  color: #c8d1dc;
  margin-bottom: 16px;
}

.insights-detail-page .insight-content-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #8f6b1c;
}

.insight-loading-gif {
  width: 400px;
  height: 400px;
  object-fit: contain;
  flex: 0 0 auto;
}

.insight-detail-article.is-loading-minimal .case-study-subtitle,
.insight-detail-article.is-loading-minimal .insight-detail-intro-image,
.insight-detail-article.is-loading-minimal .insight-detail-intro-meta-wrap,
.insight-detail-article.is-loading-minimal .insight-detail-body-section,
.insight-detail-library.is-loading-minimal > *,
.case-study-desk-inner.is-loading-minimal > *:not(.insight-loading-sidebar-note) {
  display: none !important;
}

.insight-detail-library.is-loading-minimal {
  visibility: hidden;
}

.insight-detail-desk.is-loading-minimal {
  display: none !important;
}

.insight-detail-article.is-loading-minimal .insight-detail-report-intro {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
  padding: 0 !important;
}

.insight-detail-article.is-loading-minimal #insightDetailTitle {
  display: none;
}

.insight-detail-article.is-loading-minimal .insight-content-state {
  margin: 0;
  min-height: 400px;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.case-study-desk-inner.is-loading-minimal {
  min-height: 280px;
}

.insight-loading-visual,
.insight-loading-line,
.insight-author-card.is-loading .insight-author-card-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(233, 237, 243, 0.92) 0%, rgba(247, 249, 252, 0.98) 50%, rgba(233, 237, 243, 0.92) 100%);
}

.insight-loading-visual::after,
.insight-loading-line::after,
.insight-author-card.is-loading .insight-author-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.88), transparent);
  animation: insightLoadingShimmer 1.45s ease-in-out infinite;
}

.insight-loading-visual {
  min-height: clamp(220px, 34vw, 360px);
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.16);
}

.insight-loading-stack {
  display: grid;
  gap: 14px;
  padding: 8px 0 0;
}

.insight-loading-line {
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 999px;
}

.insight-loading-line-lg {
  width: 88%;
  height: 18px;
}

.insight-loading-line-md {
  width: 72%;
}

.insight-loading-line-sm {
  width: 54%;
}

.insight-author-card.is-loading .insight-author-card-media {
  color: transparent;
}

.insight-author-card.is-loading .insight-author-card-copy p,
.insight-author-card.is-loading .insight-author-card-copy strong {
  color: #6c7684;
}

@keyframes insightLoadingShimmer {
  100% {
    transform: translateX(100%);
  }
}

.insights-library-page .insights-feed-state {
  color: #69707b;
}

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

.insight-card {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.insights-library-page .insight-card {
  border-radius: 0;
  border-color: rgba(184, 137, 31, 0.16);
  background: #fff;
  box-shadow: 0 14px 30px rgba(16, 23, 34, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.insights-library-page .insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 137, 31, 0.42);
  box-shadow: 0 18px 36px rgba(184, 137, 31, 0.16);
}

.insights-library-page .insight-card-media {
  background-color: #f4efe3;
}

.insights-library-page .insight-card h3 {
  color: #121926;
}

.insights-library-page .insight-card p,
.insights-library-page .insight-card-meta {
  color: #5e6671;
}

.insights-library-page .insight-card-format {
  color: #a57a21;
}

.insight-card-library .insight-card-body {
  padding-top: 16px;
}

.insights-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.insights-page-button {
  min-width: 40px;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(184, 137, 31, 0.24);
  background: #fff;
  color: #7b5e1d;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.08), inset 0 1px 0 rgba(244, 226, 154, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.insights-page-button.is-arrow {
  min-width: 44px;
  font-size: 1.08rem;
  line-height: 1;
}

.insights-page-button:hover {
  background: var(--gold-gradient-hover);
  border-color: var(--color-primary-light);
  color: #000;
  box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-2px) scale(1.015);
}

.insights-page-button.is-active,
.insights-library-page .insights-page-button.is-active {
  background: var(--gold-gradient);
  border-color: rgba(244, 226, 154, 0.72);
  color: #000;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
}

.insights-page-button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.08);
}

.insights-page-button:disabled:hover {
  background: #fff;
  border-color: rgba(184, 137, 31, 0.24);
  color: #7b5e1d;
  transform: none;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.08);
}

.insight-detail-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: end;
}

.insight-detail-shell {
  background: #fff;
  overflow-x: clip;
}

.insight-detail-hero-banner {
  min-height: clamp(650px, 80vh, 850px);
  display: flex;
  align-items: flex-end;
  padding: 0 20px clamp(80px, 12vh, 120px);
  overflow: hidden;
}

.insight-detail-hero-bg {
  background:
    linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%),
    url('/assets/images/case-studies/case-studies-hero.webp') center / 100% 100% no-repeat;
  background-color: #06111d;
}

.insights-format-analysis .insight-detail-hero-bg {
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.18) 0%, rgba(3, 11, 24, 0.9) 100%),
    url('/assets/images/intel-threat-analysis.webp') center / 100% 100% no-repeat;
  background-color: #07131f;
}

.insights-format-analysis .insight-detail-hero-banner .case-study-kicker {
  color: #7dd3fc;
}

.insights-format-analysis .insight-detail-hero-banner h1 {
  letter-spacing: 0.05em;
}

.insight-detail-layout {
  align-items: start;
}

.insights-detail-page .case-study-layout-section.insight-detail-layout-section {
  padding-top: calc(var(--header-height) + 28px);
}

.insight-detail-library .case-study-library-item {
  font-size: 0.95rem;
}

.insight-detail-library {
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding-bottom: 18px;
}

.insights-detail-page .case-study-library.insight-detail-library {
  max-height: none;
}

.insight-detail-library #insightLibraryList {
  flex: 1 1 auto;
}

.insight-detail-library-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  align-self: center;
}

.insight-detail-library-page-button {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(184, 137, 31, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #7b5e1d;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.08), inset 0 1px 0 rgba(244, 226, 154, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.insight-detail-library-page-button:hover,
.insight-detail-library-page-button:focus-visible {
  background: var(--gold-gradient-hover);
  border-color: var(--color-primary-light);
  color: #000;
  box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-2px) scale(1.015);
}

.insight-detail-library-page-button.is-active {
  background: var(--gold-gradient);
  border-color: var(--color-primary-light);
  color: #000;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
}

.insight-detail-library-page-button.is-arrow {
  min-width: 44px;
  font-size: 1.15rem;
  line-height: 1;
}

.insight-detail-library-page-button:disabled {
  opacity: 0.58;
  background: #fff;
  border-color: rgba(184, 137, 31, 0.24);
  color: #7b5e1d;
  box-shadow: 0 2px 10px rgba(212, 175, 55, 0.08);
  cursor: not-allowed;
  transform: none;
}

.insight-detail-report-intro {
  display: grid;
  gap: 16px;
}

.insights-detail-page .insight-detail-report-intro {
  border-color: rgba(212, 175, 55, 0.18);
  background: linear-gradient(135deg, rgba(8, 21, 35, 0.92), rgba(10, 31, 48, 0.76));
}

.insights-format-analysis .insight-detail-report-intro {
  border-color: rgba(125, 211, 252, 0.26);
  background:
    linear-gradient(135deg, rgba(7, 20, 34, 0.94), rgba(10, 34, 54, 0.82)),
    radial-gradient(circle at top right, rgba(125, 211, 252, 0.12), transparent 34%);
}

.insights-format-analysis .insight-detail-report-intro h1,
.insights-format-analysis .insight-detail-body-section h2,
.insights-format-analysis .insight-detail-body-section h3 {
  text-transform: none;
}

.insights-format-analysis .insight-detail-visual-media,
.insights-format-analysis .insight-detail-visual-fallback {
  border-color: rgba(125, 211, 252, 0.24);
}

.insight-detail-report-intro .insight-content-state {
  margin-bottom: 0;
}

.insight-detail-intro-image {
  margin: 0 auto;
}

.insight-detail-visual-media,
.insight-detail-visual-fallback {
  min-height: 340px;
  border-radius: 22px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.26);
}

.insight-detail-visual-media {
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #18314f 0%, #0b1422 100%);
  background-size: cover;
  background-position: center;
}

#insightDetailVisual[data-insight-slug="the-narrative-battlefield-how-pakistan-can-win-the-war-before-the-war"] .insight-detail-visual-media {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #0b1422;
}

.insight-detail-visual-fallback {
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03));
}

.insight-detail-visual-fallback span {
  color: #d4af37;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.insight-detail-visual-fallback strong {
  color: #ffffff;
  font-size: 1.4rem;
}

.insight-detail-visual-fallback p {
  margin: 0;
  color: #d7dee8;
}

.insight-detail-intro-meta-wrap {
  margin-top: 6px;
}

.insight-detail-intro-meta-wrap .case-study-table td strong {
  color: #ffffff;
}

.insights-detail-page .insight-detail-intro-meta-wrap .case-study-table td span {
  color: rgba(212, 175, 55, 0.86);
}

.insights-format-analysis .insight-detail-intro-meta-wrap .case-study-table td span {
  color: rgba(125, 211, 252, 0.8);
}

.insight-detail-body-section {
  position: relative;
  overflow-x: hidden;
}

.admin-studio-detail-article .insight-detail-body-section,
.admin-preview-layout .insight-detail-body-section {
  overflow-x: visible;
}

.insight-rich-content--article-inline {
  margin-top: 28px;
}

.insights-detail-page .insight-detail-body-section {
  color: #172033;
}

.admin-studio-detail-article .insight-rich-content,
.admin-preview-layout .insight-rich-content,
.insights-detail-page .insight-rich-content {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.insight-detail-body-section::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  bottom: 24px;
  width: 3px;
  background: var(--gold-gradient);
}

.insight-detail-desk .case-study-desk-inner {
  display: grid;
  gap: 0;
}

.insight-author-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  margin: 4px 0 24px;
  padding: 0;
}

.insight-author-card.is-stack {
  display: block;
}

.insight-author-card-media {
  width: 88px;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, #18314f 0%, #0b1422 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  place-items: center;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1;
}

.insight-author-card-media span {
  color: #fff2c5;
  font-size: 2rem;
  font-family: var(--font-sans);
  letter-spacing: 0.08em;
}

.insight-author-card-copy {
  display: grid;
  gap: 4px;
  align-self: center;
}

.insight-author-card-copy strong {
  font-size: 1.35rem;
  line-height: 1.08;
}

.insight-author-card-copy p {
  margin: 0;
  color: #d4af37;
}

.insight-author-card-copy-case-study {
  align-self: center;
}

.insight-author-card-copy-case-study p {
  color: #d4af37;
  font-size: 1rem;
  line-height: 1.4;
}

.insight-author-stack {
  display: grid;
  gap: 16px;
  margin: 4px 0 24px;
}

.insight-podcast-person + .insight-podcast-person {
  margin-top: 18px;
}

.insight-podcast-person {
  display: block;
}

.insight-podcast-person-label {
  width: 88px;
  margin: 0 0 10px;
  color: #9a6b08;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.insight-podcast-person-card {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.insight-podcast-person-card .insight-author-card-media {
  flex: 0 0 88px;
  width: 88px;
  height: 88px;
}

.insight-podcast-person-card .insight-author-card-copy {
  flex: 1 1 auto;
  min-width: 0;
  justify-items: start;
  text-align: left;
}

.insight-author-card-stack-item {
  margin: 0;
}

.insight-author-card-badge {
  grid-column: 1 / -1;
  margin: 0 0 8px;
  color: #9a6b08;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insights-detail-page .insight-author-card {
  background: transparent;
}

.insights-detail-page .insight-author-card-copy strong {
  color: #111827;
}

.insights-detail-page .insight-author-card-copy p {
  color: #d4af37;
}

.insights-detail-page .insight-author-card-badge {
  color: #9a6b08;
}

.insights-format-analysis .insight-detail-desk .case-study-desk-inner {
  border-color: rgba(125, 211, 252, 0.22);
  background:
    linear-gradient(180deg, rgba(8, 20, 33, 0.95), rgba(10, 26, 42, 0.88)),
    radial-gradient(circle at top right, rgba(125, 211, 252, 0.08), transparent 38%);
}

.insights-format-analysis .insight-detail-desk .case-study-panel-kicker,
.insights-format-analysis .insight-detail-desk .case-study-share h3,
.insights-format-analysis .insight-detail-desk .case-study-meta dt {
  color: #7dd3fc;
}

.insights-format-analysis .insight-detail-desk .case-study-share button,
.insights-format-analysis .insight-detail-desk .case-study-share a {
  border-color: rgba(125, 211, 252, 0.34);
  background: rgba(125, 211, 252, 0.08);
}

.insights-format-analysis .insight-detail-desk .case-study-share button:hover,
.insights-format-analysis .insight-detail-desk .case-study-share a:hover {
  border-color: rgba(125, 211, 252, 0.7);
  background: linear-gradient(135deg, #0c4a6e, #7dd3fc 45%, #38bdf8 78%, #dff7ff);
  color: #07131f;
  box-shadow: 0 12px 28px rgba(56, 189, 248, 0.26);
}

.insights-format-analysis .insight-detail-library .case-study-library-item {
  border-color: rgba(125, 211, 252, 0.24);
  background: rgba(125, 211, 252, 0.05);
}

.insights-format-analysis .insight-detail-library .case-study-library-item span {
  color: #7dd3fc;
}

.insights-format-analysis .insight-detail-library .case-study-library-item:hover,
.insights-format-analysis .insight-detail-library .case-study-library-item:focus-visible {
  border-color: rgba(125, 211, 252, 0.58);
  background: rgba(125, 211, 252, 0.12);
}

.insights-format-analysis .insight-detail-library .case-study-library-item.is-active {
  border-color: rgba(125, 211, 252, 0.72);
  background: linear-gradient(180deg, rgba(125, 211, 252, 0.18), rgba(125, 211, 252, 0.06));
  box-shadow: inset 0 0 0 1px rgba(125, 211, 252, 0.2), 0 10px 24px rgba(15, 23, 42, 0.12);
}

.insights-format-analysis .insight-detail-library .case-study-library-item.is-active::before,
.insights-format-analysis .insight-detail-library .case-study-library-item.is-active::after,
.insights-format-analysis .insight-detail-body-section::after {
  background: linear-gradient(180deg, #0c4a6e 0%, #7dd3fc 42%, #38bdf8 72%, #dff7ff 100%);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.32);
}

.insights-detail-page.insights-format-analysis .insight-detail-hero-bg {
  background:
    linear-gradient(180deg, rgba(0, 8, 20, 0.08) 0%, rgba(0, 8, 20, 0.92) 100%),
    url('/assets/images/case-studies/case-studies-hero.webp') center / 100% 100% no-repeat;
  background-color: #06111d;
}

.insights-detail-page.insights-format-analysis .insight-detail-hero-banner .case-study-kicker,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-panel-kicker,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share h3,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-meta dt,
.insights-detail-page.insights-format-analysis .insight-detail-intro-meta-wrap .case-study-table td span {
  color: #d4af37;
}

.insights-detail-page.insights-format-analysis .insight-detail-hero-banner h1,
.insights-detail-page.insights-format-analysis .insight-detail-report-intro h1,
.insights-detail-page.insights-format-analysis .insight-detail-body-section h2,
.insights-detail-page.insights-format-analysis .insight-detail-body-section h3 {
  letter-spacing: normal;
  text-transform: uppercase;
}

.insights-detail-page.insights-format-analysis .insight-detail-report-intro {
  border-color: rgba(212, 175, 55, 0.18);
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(9, 19, 33, 0.96), rgba(11, 20, 34, 0.9));
}

.insights-detail-page.insights-format-analysis .insight-detail-visual-media,
.insights-detail-page.insights-format-analysis .insight-detail-visual-fallback {
  border-color: rgba(212, 175, 55, 0.24);
}

.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-desk-inner {
  border-color: rgba(212, 175, 55, 0.16);
  background: linear-gradient(180deg, rgba(10, 18, 33, 0.92) 0%, rgba(4, 10, 19, 0.97) 100%);
}

.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share button,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share a,
.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item {
  border-color: rgba(212, 175, 55, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share button:hover,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share a:hover,
.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item:hover,
.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item:focus-visible {
  border-color: rgba(244, 226, 154, 0.44);
  background: rgba(212, 175, 55, 0.12);
  color: inherit;
  box-shadow: none;
}

.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item span {
  color: #d4af37;
}

.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item.is-active {
  border-color: rgba(212, 175, 55, 0.72);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.18), rgba(212, 175, 55, 0.06));
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2), 0 10px 24px rgba(15, 23, 42, 0.12);
}

.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item.is-active::before,
.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item.is-active::after,
.insights-detail-page.insights-format-analysis .insight-detail-body-section::after {
  background: var(--gold-gradient);
  box-shadow: none;
}

.insights-detail-page .insight-detail-report-intro,
.insights-detail-page .insight-detail-library,
.insights-detail-page .insight-detail-desk .case-study-desk-inner,
.insights-detail-page .insight-detail-body-section,
.insights-detail-page .insight-detail-intro-meta-wrap {
  border-color: rgba(15, 23, 42, 0.12);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.insights-detail-page .insight-detail-report-intro h1,
.insights-detail-page .insight-detail-body-section h2,
.insights-detail-page .insight-detail-body-section h3,
.insights-detail-page .insight-detail-body-section h4,
.insights-detail-page .insight-detail-desk strong,
.insights-detail-page .insight-detail-intro-meta-wrap .case-study-table td strong {
  color: #0f172a;
}

.insights-detail-page .insight-detail-report-intro .case-study-subtitle,
.insights-detail-page .insight-detail-desk p,
.insights-detail-page .insight-detail-intro-meta-wrap .case-study-table td,
.insights-detail-page .insight-detail-meta dd {
  color: #263241;
}

.insights-detail-page .insight-detail-report-intro .case-study-subtitle,
.insights-detail-page .insight-rich-content p,
.insights-detail-page .insight-rich-content li {
  font-family: var(--font-sans);
}

.insight-rich-copy,
.insight-rich-copy div,
.insight-rich-copy p,
.insight-rich-heading,
.insight-rich-heading div,
.insight-rich-heading p {
  color: #263241;
  overflow-wrap: anywhere;
  word-break: break-word;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.insight-rich-heading,
.insight-rich-heading div,
.insight-rich-heading p {
  color: #0f172a;
}

.insights-detail-page .case-study-subtitle,
.insights-detail-page .insight-rich-copy,
.insights-detail-page .insight-rich-copy div,
.insights-detail-page .insight-rich-copy p,
.insights-detail-page .insight-rich-note,
.insights-detail-page .insight-rich-note p,
.insights-detail-page .insight-rich-content p,
.insights-detail-page .insight-rich-content li {
  color: #111827 !important;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  max-width: none;
}

.admin-preview-layout .admin-preview-rich-copy,
.admin-studio-detail-article .admin-preview-rich-copy,
.admin-preview-layout .case-study-threat-posture,
.admin-studio-detail-article .case-study-threat-posture {
  width: 100%;
  min-width: 0;
  max-width: none;
  box-sizing: border-box;
  overflow: visible;
}

.admin-preview-layout .admin-preview-rich-copy,
.admin-studio-detail-article .admin-preview-rich-copy {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.insight-rich-heading-level-1 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 700;
}

.insight-rich-heading-level-2 {
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.2;
  font-weight: 700;
}

.insight-rich-heading-level-3 {
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.32;
  font-weight: 700;
}

.insights-detail-page .insight-detail-library h2,
.insights-detail-page .insight-detail-desk h2,
.insights-detail-page .insight-detail-desk h3,
.insights-detail-page .insight-detail-meta dd {
  color: #111827;
}

.insights-detail-page .insight-detail-desk .case-study-panel-kicker,
.insights-detail-page .insight-detail-desk .case-study-share h3,
.insights-detail-page .insight-detail-meta dt,
.insights-detail-page .insight-detail-library .case-study-library-item span,
.insights-detail-page .insight-detail-intro-meta-wrap .case-study-table td span {
  color: #9a6b08;
}

.insights-detail-page .insight-detail-library .case-study-library-item {
  color: #111827;
  border-color: rgba(212, 175, 55, 0.42);
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.12);
}

.insights-detail-page .insight-detail-library .case-study-library-item:hover,
.insights-detail-page .insight-detail-library .case-study-library-item:focus-visible {
  border-color: rgba(212, 175, 55, 0.68);
  background: rgba(212, 175, 55, 0.14);
  box-shadow: 0 8px 22px rgba(212, 175, 55, 0.18);
}

.insights-detail-page .insight-detail-library .case-study-library-item.is-active {
  border-color: rgba(212, 175, 55, 0.8);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.08));
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.22), 0 10px 24px rgba(15, 23, 42, 0.12);
}

.insights-detail-page .insight-detail-library .case-study-library-item.is-active::before,
.insights-detail-page .insight-detail-library .case-study-library-item.is-active::after {
  background: linear-gradient(180deg, #7a5a12 0%, #f6dc87 42%, #b98a24 72%, #fff1a6 100%);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.36);
}

.insights-detail-page .insight-detail-desk .case-study-share button,
.insights-detail-page .insight-detail-desk .case-study-share a {
  color: #111827;
  border-color: rgba(244, 226, 154, 0.72);
  background: var(--gold-gradient);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
}

.insights-detail-page .insight-detail-desk .case-study-share button:hover,
.insights-detail-page .insight-detail-desk .case-study-share a:hover {
  border-color: var(--color-primary-light);
  background: var(--gold-gradient-hover);
  box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.insight-public-intro-meta-row,
.insight-public-body-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  width: 100%;
}

.insight-public-intro-meta-row {
  margin-top: auto;
  padding-top: 24px;
}

.insight-public-body-meta-row {
  margin-top: auto;
  padding-top: 32px;
}

.insight-public-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(244, 226, 154, 0.72);
  border-radius: 999px;
  background: var(--gold-gradient);
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
}

.insight-public-meta-pill span {
  color: rgba(17, 20, 27, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.insight-public-meta-pill strong {
  color: #111827;
  font-size: 0.95rem;
  font-weight: 700;
}

.insights-detail-page .case-study-downloads {
  margin-top: 18px;
}

.insights-detail-page .case-study-downloads h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 800;
}

.insights-detail-page .case-study-download-list {
  display: grid;
  gap: 10px;
}

.insights-detail-page .case-study-download-item {
  display: flex;
  align-items: center;
}

.insights-detail-page .case-study-share .case-study-download-pill,
.insights-detail-page .case-study-download-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 124px;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(244, 226, 154, 0.72) !important;
  background: var(--gold-gradient) !important;
  color: #000 !important;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.insights-detail-page .case-study-share .case-study-download-pill:hover,
.insights-detail-page .case-study-share .case-study-download-pill:focus-visible,
.insights-detail-page .case-study-download-pill:hover,
.insights-detail-page .case-study-download-pill:focus-visible {
  background: var(--gold-gradient-hover);
  border-color: var(--color-primary-light);
  color: #000;
  box-shadow: var(--gold-glow-strong), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-3px) scale(1.015);
}

.insights-detail-page .insight-detail-meta-list--studio {
  margin-top: 22px;
}

.insights-detail-page .case-study-panel-kicker {
  text-align: center;
}

.insights-detail-page .admin-studio-desk-meta-pair-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.insights-detail-page .admin-studio-desk-meta-pair-row > div {
  display: grid;
  gap: 4px;
}

.insights-detail-page .insight-detail-report-intro,
.insights-detail-page .insight-detail-body-section {
  display: grid;
}

.insights-detail-page .insight-detail-desk .insight-author-card:not(.is-stack) {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  row-gap: 14px;
  margin-top: 18px;
}

.insights-detail-page .insight-detail-desk .insight-author-card:not(.is-stack) .insight-author-card-media {
  grid-column: auto;
  grid-row: auto;
}

.insights-detail-page .insight-detail-desk .insight-author-card:not(.is-stack) .insight-author-card-copy {
  justify-items: center;
  text-align: center;
}

.insights-detail-page .insight-detail-meta dt {
  color: rgba(15, 23, 42, 0.58);
}

.insights-detail-page.insights-format-analysis .insight-detail-report-intro,
.insights-detail-page.insights-format-analysis .insight-detail-library,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-desk-inner,
.insights-detail-page.insights-format-analysis .insight-detail-body-section,
.insights-detail-page.insights-format-analysis .insight-detail-intro-meta-wrap {
  border-color: rgba(15, 23, 42, 0.12);
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.1);
}

.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share button,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share a {
  border-color: rgba(212, 175, 55, 0.35);
  background: rgba(212, 175, 55, 0.1);
  color: #111827;
}

.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item span,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-panel-kicker,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share h3,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-meta dt,
.insights-detail-page.insights-format-analysis .insight-detail-intro-meta-wrap .case-study-table td span {
  color: #9a6b08;
}

.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item:hover,
.insights-detail-page.insights-format-analysis .insight-detail-library .case-study-library-item:focus-visible,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share button:hover,
.insights-detail-page.insights-format-analysis .insight-detail-desk .case-study-share a:hover {
  border-color: rgba(212, 175, 55, 0.65);
  background: rgba(212, 175, 55, 0.16);
  color: #111827;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.14);
}

.insight-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.insight-detail-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #eddc9d;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.insight-detail-grid {
  grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
}

.insight-rich-content {
  display: grid;
  gap: 18px;
}

.insight-rich-content > *,
.insights-detail-page .insight-rich-content > *,
.admin-studio-detail-article .insight-rich-content > *,
.admin-preview-layout .insight-rich-content > * {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.insight-rich-content p,
.insight-rich-content li {
  color: #d5dde7;
  font-size: 1rem;
  line-height: 1.84;
}

.insights-detail-page .insight-rich-content p,
.insights-detail-page .insight-rich-content li {
  color: #263241;
}

.insight-rich-content h2,
.insight-rich-content h3,
.insight-rich-content h4 {
  margin-top: 14px;
  margin-bottom: 4px;
  font-family: var(--font-sans);
}

.insights-detail-page .insight-rich-content h2,
.insights-detail-page .insight-rich-content h3,
.insights-detail-page .insight-rich-content h4 {
  color: #111827;
}

.insight-rich-content ul,
.insight-rich-content ol {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  list-style: disc;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.insight-rich-content li,
.insights-detail-page .insight-rich-content li,
.insights-detail-page .insight-rich-note p,
.insights-detail-page .case-study-subtitle {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.insight-rich-content blockquote {
  margin: 8px 0;
  padding: 18px 22px;
  border-left: 3px solid #d4af37;
  background: rgba(212, 175, 55, 0.06);
  border-radius: 0 14px 14px 0;
}

.insight-rich-content blockquote p {
  margin: 0;
  color: #e7eef8;
  font-style: italic;
}

.insights-detail-page .insight-rich-content blockquote {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.12), rgba(255, 255, 255, 0.98));
}

.insights-detail-page .insight-rich-content blockquote p {
  color: #172033;
}

.insight-rich-image {
  margin: 14px 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.insight-rich-image img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
}

.insight-rich-audio {
  margin: 14px 0;
}

.insight-rich-audio-player {
  --audio-progress: 0%;
  display: grid;
  grid-template-columns: 46px 62px minmax(0, 1fr) 62px 56px 42px;
  gap: 8px;
  align-items: center;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(12, 21, 35, 0.92), rgba(31, 42, 63, 0.82)),
    radial-gradient(circle at 14% 20%, rgba(65, 217, 255, 0.18), transparent 32%);
}

.insights-detail-page .insight-rich-audio-player,
.admin-studio-frontend-preview .insight-rich-audio-player {
  background:
    linear-gradient(135deg, #ffffff, #f8fafc),
    radial-gradient(circle at 14% 20%, rgba(65, 217, 255, 0.16), transparent 32%);
}

.insight-rich-audio-player audio {
  display: none;
}

.insight-audio-control {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 226, 154, 0.72);
  cursor: pointer;
  color: #101827;
  background: var(--gold-gradient, linear-gradient(135deg, #5e4312 0%, #8c6a1d 18%, #d4af37 48%, #f4e29a 64%, #d4af37 78%, #8c6a1d 100%));
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.22), inset 0 1px 0 rgba(244, 226, 154, 0.5);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.insight-audio-control:hover,
.insight-audio-control:focus-visible {
  border-color: var(--color-primary-light, #f4e29a);
  background: var(--gold-gradient-hover, linear-gradient(135deg, #8c6a1d 0%, #d4af37 28%, #f4e29a 52%, #f8ecb5 64%, #d4af37 84%, #8c6a1d 100%));
  box-shadow: var(--gold-glow-strong, 0 10px 34px rgba(212, 175, 55, 0.38), 0 0 72px rgba(244, 226, 154, 0.22)), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
}

.insight-audio-play {
  width: 46px;
  height: 46px;
  border-radius: 999px;
}

.insight-audio-skip,
.insight-audio-speed,
.insight-audio-volume {
  min-height: 38px;
  border-radius: 12px;
}

.insight-audio-skip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 68px;
  padding: 0 12px;
  font-size: 0.64rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.insight-audio-skip-label {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.insight-audio-skip-icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: currentColor;
  opacity: 0.95;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.insight-audio-skip-back .insight-audio-skip-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4L10 12l10 8V4zM11 4L1 12l10 8V4zM22 4h2v16h-2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4L10 12l10 8V4zM11 4L1 12l10 8V4zM22 4h2v16h-2z'/%3E%3C/svg%3E");
}

.insight-audio-skip-forward .insight-audio-skip-icon {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4l10 8L4 20V4zM13 4l10 8-10 8V4zM0 4h2v16H0z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4l10 8L4 20V4zM13 4l10 8-10 8V4zM0 4h2v16H0z'/%3E%3C/svg%3E");
}

.insight-audio-skip-back {
  justify-content: flex-start;
}

.insight-audio-skip-forward {
  justify-content: flex-end;
}

.insight-audio-speed {
  min-width: 54px;
  padding: 0 8px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.insight-audio-icon-play {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid currentColor;
}

.insight-audio-icon-pause {
  display: none;
  width: 14px;
  height: 16px;
  border-left: 5px solid currentColor;
  border-right: 5px solid currentColor;
}

.insight-rich-audio-player.is-playing .insight-audio-icon-play {
  display: none;
}

.insight-rich-audio-player.is-playing .insight-audio-icon-pause {
  display: block;
}

.insight-audio-timeline {
  display: block;
  min-width: 0;
}

.insight-audio-waveform {
  position: relative;
  min-height: 50px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(244, 226, 154, 0.12);
}

.insights-detail-page .insight-audio-waveform,
.admin-studio-frontend-preview .insight-audio-waveform {
  background: #f4f4f4;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.insight-audio-waveform::before,
.insight-audio-waveform::after {
  content: "";
  position: absolute;
  inset: 8px 14px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 64'%3E%3Crect x='0' y='24' width='5' height='16' rx='2'/%3E%3Crect x='9' y='18' width='6' height='28' rx='3'/%3E%3Crect x='20' y='10' width='7' height='44' rx='3'/%3E%3Crect x='32' y='2' width='6' height='60' rx='3'/%3E%3Crect x='43' y='16' width='7' height='32' rx='3'/%3E%3Crect x='56' y='8' width='6' height='48' rx='3'/%3E%3Crect x='67' y='22' width='8' height='20' rx='4'/%3E%3Crect x='82' y='4' width='6' height='56' rx='3'/%3E%3Crect x='94' y='14' width='7' height='36' rx='3'/%3E%3Crect x='108' y='20' width='5' height='24' rx='2'/%3E%3Crect x='120' y='6' width='8' height='52' rx='4'/%3E%3Crect x='135' y='26' width='6' height='12' rx='3'/%3E%3Crect x='148' y='12' width='7' height='40' rx='3'/%3E%3Crect x='162' y='18' width='5' height='28' rx='2'/%3E%3Crect x='174' y='0' width='8' height='64' rx='4'/%3E%3Crect x='188' y='18' width='7' height='28' rx='3'/%3E%3Crect x='202' y='8' width='6' height='48' rx='3'/%3E%3Crect x='214' y='24' width='8' height='16' rx='4'/%3E%3Crect x='229' y='14' width='6' height='36' rx='3'/%3E%3Crect x='241' y='4' width='7' height='56' rx='3'/%3E%3Crect x='255' y='20' width='5' height='24' rx='2'/%3E%3Crect x='267' y='10' width='8' height='44' rx='4'/%3E%3Crect x='282' y='24' width='6' height='16' rx='3'/%3E%3Crect x='294' y='16' width='7' height='32' rx='3'/%3E%3Crect x='308' y='6' width='6' height='52' rx='3'/%3E%3Crect x='320' y='22' width='8' height='20' rx='4'/%3E%3Crect x='335' y='12' width='6' height='40' rx='3'/%3E%3Crect x='347' y='25' width='7' height='14' rx='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 64'%3E%3Crect x='0' y='24' width='5' height='16' rx='2'/%3E%3Crect x='9' y='18' width='6' height='28' rx='3'/%3E%3Crect x='20' y='10' width='7' height='44' rx='3'/%3E%3Crect x='32' y='2' width='6' height='60' rx='3'/%3E%3Crect x='43' y='16' width='7' height='32' rx='3'/%3E%3Crect x='56' y='8' width='6' height='48' rx='3'/%3E%3Crect x='67' y='22' width='8' height='20' rx='4'/%3E%3Crect x='82' y='4' width='6' height='56' rx='3'/%3E%3Crect x='94' y='14' width='7' height='36' rx='3'/%3E%3Crect x='108' y='20' width='5' height='24' rx='2'/%3E%3Crect x='120' y='6' width='8' height='52' rx='4'/%3E%3Crect x='135' y='26' width='6' height='12' rx='3'/%3E%3Crect x='148' y='12' width='7' height='40' rx='3'/%3E%3Crect x='162' y='18' width='5' height='28' rx='2'/%3E%3Crect x='174' y='0' width='8' height='64' rx='4'/%3E%3Crect x='188' y='18' width='7' height='28' rx='3'/%3E%3Crect x='202' y='8' width='6' height='48' rx='3'/%3E%3Crect x='214' y='24' width='8' height='16' rx='4'/%3E%3Crect x='229' y='14' width='6' height='36' rx='3'/%3E%3Crect x='241' y='4' width='7' height='56' rx='3'/%3E%3Crect x='255' y='20' width='5' height='24' rx='2'/%3E%3Crect x='267' y='10' width='8' height='44' rx='4'/%3E%3Crect x='282' y='24' width='6' height='16' rx='3'/%3E%3Crect x='294' y='16' width='7' height='32' rx='3'/%3E%3Crect x='308' y='6' width='6' height='52' rx='3'/%3E%3Crect x='320' y='22' width='8' height='20' rx='4'/%3E%3Crect x='335' y='12' width='6' height='40' rx='3'/%3E%3Crect x='347' y='25' width='7' height='14' rx='3'/%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: 220px 34px;
  mask-size: 220px 34px;
  -webkit-mask-position: center;
  mask-position: center;
}

.insight-audio-waveform::before {
  background: rgba(255, 255, 255, 0.24);
}

.insights-detail-page .insight-audio-waveform::before,
.admin-studio-frontend-preview .insight-audio-waveform::before {
  background: rgba(15, 23, 42, 0.14);
}

.insight-audio-waveform::after {
  inset: 8px 14px;
  clip-path: inset(0 calc(100% - var(--audio-progress)) 0 0);
  background: var(--gold-gradient-hover, linear-gradient(135deg, #8c6a1d 0%, #d4af37 28%, #f4e29a 52%, #f8ecb5 64%, #d4af37 84%, #8c6a1d 100%));
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.18);
}

.insight-audio-range {
  position: absolute;
  inset: 1px 4px 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 1px);
  margin: 0;
  border-radius: 10px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.insights-detail-page .insight-audio-range,
.admin-studio-frontend-preview .insight-audio-range {
  background: transparent;
}

.insight-audio-range::-webkit-slider-runnable-track {
  height: 50px;
  background: transparent;
}

.insight-audio-range::-moz-range-track {
  height: 50px;
  background: transparent;
  border: 0;
}

.insight-audio-range::-webkit-slider-thumb {
  width: 16px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 999px;
  -webkit-appearance: none;
  appearance: none;
  background: var(--gold-gradient-hover, linear-gradient(135deg, #8c6a1d 0%, #d4af37 28%, #f4e29a 52%, #f8ecb5 64%, #d4af37 84%, #8c6a1d 100%));
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  cursor: grab;
  margin-top: 2px;
}

.insight-audio-range::-moz-range-thumb {
  width: 16px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--gold-gradient-hover, linear-gradient(135deg, #8c6a1d 0%, #d4af37 28%, #f4e29a 52%, #f8ecb5 64%, #d4af37 84%, #8c6a1d 100%));
  box-shadow: 0 6px 16px rgba(212, 175, 55, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.55);
  cursor: grab;
  transform: translateY(2px);
}

.insight-audio-range:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.insight-audio-range:active::-moz-range-thumb {
  cursor: grabbing;
}

.insight-audio-time {
  position: absolute;
  inset: 0 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #f4e29a;
  font-size: 0.72rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  pointer-events: none;
}

.insight-audio-time span {
  padding: 3px 6px;
  border-radius: 4px;
  color: #101827;
  background: rgba(244, 226, 154, 0.92);
  box-shadow: 0 4px 14px rgba(94, 67, 18, 0.18);
}

.insights-detail-page .insight-audio-time,
.admin-studio-frontend-preview .insight-audio-time {
  color: #8c6a1d;
}

.insights-detail-page .insight-audio-volume,
.admin-studio-frontend-preview .insight-audio-volume {
  background: var(--gold-gradient, linear-gradient(135deg, #5e4312 0%, #8c6a1d 18%, #d4af37 48%, #f4e29a 64%, #d4af37 78%, #8c6a1d 100%));
}

.insight-audio-icon-volume {
  position: relative;
  width: 22px;
  height: 20px;
  color: #101827;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h4l6-5v16l-6-5H4z'/%3E%3Cpath d='M16 9a4 4 0 0 1 0 6'/%3E%3Cpath d='M19 6a8 8 0 0 1 0 12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h4l6-5v16l-6-5H4z'/%3E%3Cpath d='M16 9a4 4 0 0 1 0 6'/%3E%3Cpath d='M19 6a8 8 0 0 1 0 12'/%3E%3C/svg%3E");
}

.insight-rich-audio-player.is-muted .insight-audio-icon-volume {
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h4l6-5v16l-6-5H4z'/%3E%3Cpath d='M16 8l5 8'/%3E%3Cpath d='M21 8l-5 8'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 9h4l6-5v16l-6-5H4z'/%3E%3Cpath d='M16 8l5 8'/%3E%3Cpath d='M21 8l-5 8'/%3E%3C/svg%3E");
}

@media (max-width: 640px) {
  .insight-rich-audio-player {
    grid-template-columns: 42px 1fr 1fr 1fr 42px;
    grid-template-rows: auto auto;
    gap: 6px 7px;
    padding: 12px;
  }

  .insight-audio-timeline {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .insight-audio-play {
    grid-column: 1;
    grid-row: 2;
    width: 42px;
    height: 42px;
  }

  .insight-audio-skip-back {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    padding: 0 8px;
  }

  .insight-audio-skip-forward {
    grid-column: 3;
    grid-row: 2;
    min-width: 0;
    padding: 0 8px;
  }

  .insight-audio-speed {
    grid-column: 4;
    grid-row: 2;
    min-width: 0;
    padding: 0 6px;
    font-size: 0.64rem;
  }

  .insight-audio-volume {
    grid-column: 5;
    grid-row: 2;
    width: 42px;
  }
}

.insight-rich-table-wrap {
  margin: 14px 0;
  overflow-x: auto;
  width: 100%;
}

.insight-rich-table-desktop-view {
  display: block;
}

.insight-rich-table-mobile-view {
  display: none;
}

.insight-rich-table-card-list {
  display: grid;
  gap: 12px;
}

.insight-rich-table-stack-list {
  display: grid;
  gap: 12px;
}

.insight-rich-table-card {
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.insight-rich-table-card-title {
  padding: 12px 14px;
  color: #263241;
  font-weight: 700;
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.insight-rich-table-card-body {
  display: grid;
}

.insight-rich-table-card-value {
  padding: 12px 14px;
  color: #263241;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.insight-rich-table-card-value + .insight-rich-table-card-value {
  border-top: 1px solid rgba(212, 175, 55, 0.12);
}

.insight-rich-table-stack-item {
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  padding: 12px 14px;
}

.insight-rich-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 460px;
  border: 1px solid rgba(212, 175, 55, 0.16);
}

.insight-rich-table th,
.insight-rich-table td {
  padding: 12px 14px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  text-align: left;
}

.insight-rich-table th {
  color: #fff2c5;
  background: rgba(212, 175, 55, 0.08);
}

.insights-detail-page .insight-rich-table {
  background: #fff;
}

.insights-detail-page .insight-rich-table th {
  color: #9a6b08;
  background: rgba(212, 175, 55, 0.1);
}

.insights-detail-page .insight-rich-table td {
  color: #263241;
}

@media (max-width: 640px) {
  .insight-rich-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .insight-rich-table-desktop-view {
    display: none;
  }

  .insight-rich-table-mobile-view {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .case-study-intro-image,
  .insight-detail-intro-image,
  .case-study-image-card,
  .insight-rich-image {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .case-study-intro-image:not(.is-custom-height),
  .insight-detail-intro-image:not(.is-custom-height),
  .case-study-image-card:not(.is-custom-height),
  .insight-rich-image:not(.is-custom-height) {
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .case-study-intro-image img,
  .insight-detail-intro-image img,
  .case-study-image-card img,
  .insight-rich-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .case-study-intro-image.is-custom-height img,
  .insight-detail-intro-image.is-custom-height img,
  .case-study-image-card.is-custom-height img,
  .insight-rich-image.is-custom-height img {
    height: 100% !important;
    aspect-ratio: auto !important;
  }

  .insight-rich-table-mobile-view .insight-rich-table {
    width: max-content !important;
    min-width: 100%;
    table-layout: auto;
  }

  .insight-rich-table-mobile-view .insight-rich-table col {
    width: auto !important;
  }

  .insight-rich-table-mobile-view .insight-rich-table th,
  .insight-rich-table-mobile-view .insight-rich-table td {
    padding: 10px 8px;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
    min-width: 140px;
  }

  .insight-rich-table-mobile-view--card {
    overflow: visible;
    padding-bottom: 0;
  }

  .insight-rich-table-mobile-view--cell_stack {
    overflow: visible;
    padding-bottom: 0;
  }
}

.insight-rich-note {
  position: relative;
  margin: 14px 0;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 175, 55, 0.14);
  overflow: visible;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.insight-rich-note > *,
.insights-detail-page .insight-rich-note > *,
.case-study-subtitle,
.insights-detail-page .case-study-subtitle {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.insight-rich-note::after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: linear-gradient(180deg, #d4af37 0%, #f1de97 100%);
}

.insight-rich-note p {
  margin: 0;
  color: #e7eef8;
}

.insights-detail-page .insight-rich-note {
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0.98));
}

.insights-detail-page .insight-rich-note p {
  color: #172033;
}

.insight-rich-summary,
.insights-detail-page .insight-rich-summary {
  margin: 0 0 18px;
  padding: 18px 20px;
  border-left: 3px solid rgba(212, 175, 55, 0.85);
  background: rgba(212, 175, 55, 0.12);
  border-radius: 14px;
  line-height: 1.75;
  color: #111827 !important;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible;
}

.insight-rich-summary p,
.insight-rich-summary div,
.insights-detail-page .insight-rich-summary p,
.insights-detail-page .insight-rich-summary div {
  margin: 0;
  color: #111827 !important;
}

.insights-detail-page .case-study-threat-posture.insight-rich-note {
  margin-top: 18px;
  padding: 24px 30px 24px 24px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(212, 175, 55, 0.14), rgba(255, 255, 255, 0.98));
  overflow: hidden;
}

.insights-detail-page .case-study-threat-posture.insight-rich-note::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 4px;
  border-radius: 999px 0 0 999px;
  background: linear-gradient(180deg, #7a5a12, #f6dc87, #b98a24, #fff1a6);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.48);
}

.insights-detail-page .case-study-threat-posture.insight-rich-note p,
.insights-detail-page .case-study-threat-posture.insight-rich-note .insight-rich-copy,
.insights-detail-page .case-study-threat-posture.insight-rich-note .insight-rich-copy p,
.insights-detail-page .case-study-threat-posture.insight-rich-note .insight-rich-copy div {
  color: #172033 !important;
}

.insight-sidebar {
  display: grid;
  gap: 20px;
}

.insight-sidebar-card {
  padding: 24px;
}

.insight-sidebar-card p:last-child {
  margin-bottom: 0;
}

.insight-share-stack {
  display: grid;
  gap: 10px;
}

.insight-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  width: 100%;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: #f4e29a;
}

.insight-related-list {
  display: grid;
  gap: 12px;
}

.insight-related-item {
  display: block;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.insight-related-item strong {
  display: block;
  margin-bottom: 6px;
  color: #f2e0a2;
}

.insight-related-item span {
  color: #c7cfda;
  font-size: 0.9rem;
}

@media (max-width: 1180px) {
  .insights-curated-grid,
  .insights-essential-grid,
  .insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .insights-section-head,
  .insights-essential-layout,
  .insights-library-grid,
  .insight-detail-grid,
  .insight-detail-hero-inner {
    grid-template-columns: 1fr;
  }

  .insight-detail-body-section::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .insights-library-page {
    overflow-x: hidden;
  }

  .insights-filters-open {
    overflow: hidden;
    touch-action: none;
  }

  .insights-library-page .insights-hero {
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    padding: 0 20px clamp(80px, 12vh, 120px);
  }

  .insights-library-page .insights-hero-stage {
    min-height: auto;
    width: 100%;
    padding-bottom: 62px;
  }

  .insights-library-page .insights-hero-copy {
    padding-bottom: 0;
  }

  .insights-library-page .insights-kicker {
    margin-bottom: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1;
  }

  .insights-library-content > .container {
    width: 100%;
    max-width: none;
    padding-inline: 12px;
  }

  .insights-library-grid {
    display: block;
    gap: 0;
  }

  .insights-curated-grid,
  .insights-essential-grid {
    grid-template-columns: 1fr;
  }

  .insights-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .insights-library-toolbar {
    justify-content: flex-end;
    margin-top: 6px;
    margin-bottom: 18px;
  }


  .insights-results-summary {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: nowrap;
    width: auto;
  }

  .insights-sort-field {
    min-width: 120px;
    margin-bottom: 0;
  }

  .insights-results-copy {
    min-width: 120px;
  }

  .insights-sort-field span,
  .insights-results-copy .insights-toolbar-label {
    margin-bottom: 0;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .insights-sort-field select {
    min-height: 36px;
    width: 120px;
    padding: 0 10px;
    font-size: 0.8rem;
  }

  .insights-results-copy {
    display: grid;
    justify-items: start;
    gap: 3px;
    min-width: 0;
    white-space: normal;
  }

  .insights-results-copy .insights-toolbar-label {
    margin-bottom: 2px;
  }

  .insights-results-copy strong {
    font-size: 0.82rem;
    line-height: 1.1;
    min-height: 36px;
    min-width: 120px;
    padding: 0 10px;
  }

  .insights-results-copy span {
    font-size: 0.74rem;
    line-height: 1.1;
  }

  .insights-library-grid {
    gap: 18px;
  }

  .insights-feed-panel {
    width: 100%;
    padding: 14px;
  }

  .insights-library-page .insight-card {
    display: block;
    min-height: 100%;
    overflow: hidden;
  }

  .insights-library-page .insights-curated-link {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
  }

  .insight-card-body {
    padding: 10px 10px 12px;
  }

  .insight-card-format {
    margin-bottom: 6px;
    font-size: 0.58rem;
    letter-spacing: 0.08em;
  }

  .insights-library-page .insight-card h3 {
    margin-bottom: 5px;
    font-size: 0.82rem;
    line-height: 1.16;
  }

  .insights-library-page .insight-card p,
  .insights-library-page .insight-card-meta {
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .insights-library-page .insight-card p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .insight-card-meta {
    gap: 5px 8px;
    margin-top: 8px;
    font-size: 0.68rem;
  }

  .insights-library-page .insight-card-media,
  .insights-library-page .insights-curated-media {
    aspect-ratio: 1.58 / 1;
    background-size: 100% 100%;
    background-position: center;
  }

  .insights-pager {
    gap: 8px;
    margin-top: 20px;
  }

  .insights-page-button {
    min-width: 36px;
    min-height: 36px;
  }

  .insights-filters-toggle {
    position: fixed;
    left: 0;
    top: 46%;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 58px;
    padding: 0;
    border: 1px solid rgba(184, 137, 31, 0.64);
    border-left: 0;
    border-radius: 0 999px 999px 0;
    background: var(--gold-gradient);
    color: #121926;
    box-shadow: 0 16px 34px rgba(111, 80, 8, 0.28);
    cursor: pointer;
    transform: translateX(0);
    transition: left 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.28s ease, color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
    animation: caseStudyArrowPulse 2.2s ease-in-out infinite;
  }

  .insights-filters-toggle svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .insights-filters-toggle:hover,
  .insights-filters-toggle:focus-visible {
    background: var(--gold-gradient-hover);
    color: #0b1422;
    border-color: rgba(184, 137, 31, 0.9);
    box-shadow: 0 18px 38px rgba(111, 80, 8, 0.34);
  }

  .insights-filters-toggle.is-transitioning {
    background: var(--gold-gradient-hover);
    color: #0b1422;
    border-color: rgba(184, 137, 31, 0.9);
    box-shadow: 0 18px 38px rgba(111, 80, 8, 0.34);
  }

  .insights-filters-toggle.is-hover-suppressed,
  .insights-filters-toggle.is-hover-suppressed:hover,
  .insights-filters-toggle.is-hover-suppressed:focus-visible,
  .insights-filters-open .insights-filters-toggle.is-hover-suppressed,
  .insights-filters-open .insights-filters-toggle.is-hover-suppressed:hover,
  .insights-filters-open .insights-filters-toggle.is-hover-suppressed:focus-visible {
    background: var(--gold-gradient);
    color: #121926;
    border-color: rgba(184, 137, 31, 0.64);
    box-shadow: 0 16px 34px rgba(111, 80, 8, 0.28);
  }

  .insights-filters-open .insights-filters-toggle {
    left: min(330px, 86vw);
    background: var(--gold-gradient);
    color: #121926;
    border-right: 0;
    border-left: 1px solid rgba(184, 137, 31, 0.9);
    border-radius: 999px 0 0 999px;
    transform: translateX(-1px);
  }

  .insights-filters-open .insights-filters-toggle svg {
    transform: rotate(180deg);
  }

  .insights-filters-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1180;
    display: block;
    background: rgba(2, 8, 20, 0.46);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .insights-filters-backdrop[hidden] {
    display: none;
  }

  .insights-library-page .insights-filters-card {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1190;
    width: min(330px, 86vw);
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 0 18px 18px 0;
    transform: translateX(calc(-100% - 18px));
    transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .insights-filters-open .insights-filters-card {
    transform: translateX(0);
  }
}

@media (max-width: 520px) {
  .insights-library-content > .container {
    padding-inline: 10px;
  }

  .insights-results-summary {
    gap: 8px;
  }

  .insights-sort-field {
    min-width: 108px;
  }

  .insights-sort-field select {
    min-height: 34px;
    width: 108px;
    font-size: 0.76rem;
  }

  .insights-results-copy strong {
    font-size: 0.76rem;
    min-width: 108px;
  }

  .insights-results-copy span {
    font-size: 0.68rem;
  }

  .insights-grid {
    gap: 12px;
  }

  .insight-card-body {
    padding: 9px 9px 11px;
  }

  .insights-library-page .insight-card h3 {
    font-size: 0.76rem;
  }

  .insights-library-page .insight-card p,
  .insights-library-page .insight-card-meta {
    font-size: 0.66rem;
  }

  .insights-library-page .insight-card p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

@media (max-width: 700px) {
  .insights-library-page .insights-hero {
    min-height: 360px;
  }
}
