.evidence-hero .hero-media::after {
  background:
    linear-gradient(90deg, rgba(3, 13, 22, 0.95) 0%, rgba(3, 13, 22, 0.76) 46%, rgba(3, 13, 22, 0.2) 82%),
    linear-gradient(0deg, rgba(3, 13, 22, 0.84) 0%, transparent 62%);
}

/* 2026-08-25 case-asset upgrade: editorial covers remain distinct from raw evidence. */
.evidence-hero--editorial {
  min-height: clamp(650px, 82svh, 820px);
  background: #06131f;
}

.evidence-hero--editorial .hero-media {
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: none;
}

.evidence-hero--editorial .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.evidence-hero--editorial .hero-media::after {
  background:
    linear-gradient(90deg, rgba(3, 13, 22, 0.96) 0%, rgba(3, 13, 22, 0.78) 45%, rgba(3, 13, 22, 0.16) 78%),
    linear-gradient(0deg, rgba(3, 13, 22, 0.8) 0%, transparent 56%);
}

.evidence-hero--editorial .hero-content {
  width: min(1200px, calc(100% - 56px));
  max-width: none;
}

.evidence-hero--editorial .hero-content h1,
.evidence-hero--editorial .hero-lead,
.evidence-hero--editorial .hero-actions {
  max-width: 690px;
}

.evidence-hero--editorial .hero-content h1 {
  font-size: clamp(2.85rem, 4.7vw, 4.6rem);
}

.hero-treatment-note {
  margin: 0;
  padding: 11px max(24px, calc((100% - 1200px) / 2));
  border-bottom: 1px solid var(--line);
  background: #f5f7f8;
  color: #61717b;
  font-size: 0.76rem;
  line-height: 1.45;
}

.response-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.response-timeline li {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}

.response-timeline li > span {
  color: #0b6280;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.response-timeline h3 {
  margin: 0 0 7px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.response-timeline p {
  max-width: 760px;
  margin: 0;
  color: #41515b;
}

.service-mechanism {
  margin: 32px 0 0;
  padding: 28px 30px;
  border-left: 4px solid #1a7394;
  background: #edf5f8;
  color: #173746;
  font-size: clamp(1.18rem, 2.3vw, 1.7rem);
  font-weight: 680;
  line-height: 1.45;
}

.case-library-hero {
  min-height: 680px;
}

.case-directory--editorial {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.case-directory--editorial .case-directory-card {
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.case-directory--editorial .case-directory-card > a {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: none;
  min-height: 360px;
}

.case-directory--editorial .case-directory-card:nth-child(even) .case-directory-media {
  order: 2;
}

.case-directory--editorial .case-directory-media {
  aspect-ratio: auto;
}

.case-directory--editorial .case-directory-copy {
  justify-content: center;
  padding: clamp(32px, 5vw, 64px);
}

.case-directory-outcome {
  margin: 17px 0 0;
  color: #203944;
  font-weight: 650;
}

.case-node-count {
  display: inline-flex;
  margin-top: 16px;
  color: #60717a;
  font-size: 0.82rem;
  font-weight: 700;
}

.case-library-intro {
  max-width: 760px;
  margin-bottom: 36px;
  color: #42525c;
}

@media (max-width: 900px) {
  .evidence-hero--editorial .hero-content {
    width: min(calc(100% - 48px), 1200px);
  }

  .evidence-hero--editorial .hero-content h1,
  .evidence-hero--editorial .hero-lead,
  .evidence-hero--editorial .hero-actions {
    max-width: 62vw;
  }

  .case-directory--editorial .case-directory-card > a {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .case-directory--editorial .case-directory-card:nth-child(even) .case-directory-media {
    order: 0;
  }

  .case-directory--editorial .case-directory-media {
    aspect-ratio: 16 / 9;
  }

  .case-directory--editorial .case-directory-copy {
    padding: 28px;
  }
}

@media (max-width: 620px) {
  .evidence-hero--editorial,
  .evidence-hero--editorial .hero-media {
    min-height: 710px;
  }

  .evidence-hero--editorial .hero-media {
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .evidence-hero--editorial .hero-content {
    width: min(calc(100% - 32px), 1200px);
    padding-top: 96px;
    padding-bottom: 54px;
  }

  .evidence-hero--editorial .hero-content h1,
  .evidence-hero--editorial .hero-lead,
  .evidence-hero--editorial .hero-actions {
    max-width: 100%;
  }

  .evidence-hero--editorial .hero-content h1 {
    max-width: 355px;
    font-size: clamp(2rem, 9.2vw, 2.55rem);
    line-height: 1.06;
  }

  .evidence-hero--editorial .hero-lead {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .evidence-hero--editorial .hero-media::after {
    background:
      linear-gradient(0deg, rgba(3, 13, 22, 0.98) 0%, rgba(3, 13, 22, 0.86) 48%, rgba(3, 13, 22, 0.46) 100%),
      linear-gradient(90deg, rgba(3, 13, 22, 0.46), transparent 68%);
  }

  .hero-treatment-note {
    padding: 10px 16px;
  }

  .response-timeline li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    padding: 20px 0;
  }

  .service-mechanism {
    padding: 22px 20px;
  }

  .case-directory--editorial .case-directory-card > a {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 210px;
  }

  .case-directory--editorial .case-directory-card:nth-child(even) .case-directory-media {
    order: 0;
  }

  .case-directory--editorial .case-directory-copy {
    padding: 20px 18px;
  }

  .case-directory--editorial .case-directory-media {
    aspect-ratio: auto;
  }

  .case-directory--editorial .case-directory-card h3 {
    margin: 12px 0 8px;
    font-size: 1.16rem;
  }

  .case-directory--editorial .case-question {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 0.88rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .case-directory--editorial .case-evidence-list,
  .case-directory--editorial .case-directory-outcome {
    display: none;
  }

  .case-directory--editorial .case-node-count {
    margin-top: 10px;
    font-size: 0.74rem;
  }

  .case-directory--editorial .case-card-link {
    min-height: 44px;
    padding-top: 8px;
    font-size: 0.8rem;
  }
}

.evidence-hero .hero-media img {
  object-position: center;
}

.evidence-hero--native-photo {
  background: #061524;
}

.evidence-hero--native-photo .hero-media {
  right: auto;
  left: 50%;
  width: min(100%, 1280px);
  transform: translateX(-50%);
}

.evidence-hero--native-photo .hero-media img {
  object-position: center 67%;
}

.evidence-hero--wide-photo .hero-media img {
  object-position: center;
}

.evidence-hero--us-completed .hero-content {
  width: min(1200px, calc(100% - 56px));
  max-width: none;
}

.evidence-hero--us-completed .hero-content h1,
.evidence-hero--us-completed .hero-lead,
.evidence-hero--us-completed .hero-actions {
  max-width: 690px;
}

.evidence-hero--us-completed .hero-content h1 {
  font-size: clamp(2.8rem, 4.35vw, 4.2rem);
}

.evidence-hero--us-completed .hero-media img {
  object-position: center;
}

.evidence-hero--contained {
  background:
    radial-gradient(circle at 82% 24%, rgba(27, 111, 146, 0.22), transparent 34%),
    linear-gradient(135deg, #061829 0%, #06131f 56%, #03101a 100%);
}

.evidence-hero--contained .hero-content {
  width: min(1200px, calc(100% - 56px));
  max-width: none;
}

.evidence-hero--contained .hero-content h1,
.evidence-hero--contained .hero-lead,
.evidence-hero--contained .hero-actions {
  max-width: 640px;
}

.evidence-hero--contained .hero-content h1 {
  font-size: clamp(2.8rem, 4.5vw, 4.35rem);
}

.evidence-hero--contained .hero-media {
  inset: 104px max(4vw, 36px) 54px auto;
  width: min(36vw, 560px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.evidence-hero--contained .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.evidence-hero--contained .hero-media::after {
  background: linear-gradient(0deg, rgba(3, 13, 22, 0.18), transparent 42%);
}

.evidence-hero--landscape .hero-media,
.evidence-hero--wide .hero-media,
.evidence-hero--portrait .hero-media {
  top: 50%;
  bottom: auto;
  height: auto;
  transform: translateY(-50%);
}

.evidence-hero--landscape .hero-media {
  aspect-ratio: 16 / 9;
}

.evidence-hero--wide .hero-media {
  aspect-ratio: 1640 / 660;
}

.evidence-hero--portrait .hero-media {
  width: min(28vw, 360px);
  aspect-ratio: 9 / 16;
}

.case-status,
.case-tag {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f3f8;
  color: #20526b;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-status--completed {
  background: #e5f4ed;
  color: #19633f;
}

.case-status--active {
  background: #e7f2ff;
  color: #075fae;
}

.case-status--planning {
  background: #fff2d8;
  color: #80520c;
}

.case-status--documented {
  background: #edeafb;
  color: #4d3f89;
}

.status-key {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.status-key-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 28px 0;
}

.status-key-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.status-key-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.case-directory {
  padding: 96px 0 116px;
}

.case-directory-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.case-directory-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.08;
}

.case-directory-heading p {
  margin: 0;
  color: var(--muted);
}

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

.case-directory-grid.case-directory--editorial {
  grid-template-columns: 1fr;
  gap: 0;
}

.case-directory-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
}

.case-directory-card > a {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  color: inherit;
  text-decoration: none;
}

.case-directory-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dfe7eb;
}

.case-directory-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.case-directory-card:hover .case-directory-media img {
  transform: scale(1.018);
}

.case-directory-copy {
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.case-directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.case-directory-location {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 690;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-directory-card h3 {
  margin: 24px 0 13px;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.14;
}

.case-question {
  margin: 0 0 18px;
  color: #2f404a;
  font-size: 1rem;
}

.case-evidence-list {
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.87rem;
  list-style: none;
}

.case-evidence-list li + li {
  margin-top: 6px;
}

.case-card-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
  color: #0b5b78;
  font-size: 0.9rem;
  font-weight: 730;
}

.case-card-link::after {
  content: "→";
  margin-left: 8px;
}

.case-summary {
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.case-summary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 64px;
  padding: 60px 0;
}

.case-summary h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
}

.case-summary p {
  max-width: 760px;
  margin: 0;
  color: #35434d;
}

.case-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.case-facts div {
  padding-bottom: 12px;
  border-bottom: 1px solid #d7dfe4;
}

.case-facts dt {
  color: #5b6b75;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.case-facts dd {
  margin: 4px 0 0;
  color: #172832;
  font-size: 0.92rem;
  font-weight: 620;
}

.case-body {
  padding: 96px 0 112px;
}

.case-section {
  max-width: 980px;
}

.case-section + .case-section {
  margin-top: 88px;
  padding-top: 88px;
  border-top: 1px solid var(--line);
}

.case-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.5fr);
  gap: 46px;
  align-items: end;
  margin-bottom: 34px;
}

.case-section h2 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.1;
}

.case-section-heading p,
.case-section > p {
  margin: 0;
  color: #3a4953;
}

.case-section > p + p {
  margin-top: 16px;
}

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

.case-panel {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.case-panel h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
  line-height: 1.25;
}

.case-panel p,
.case-panel li {
  color: #45535d;
  font-size: 0.95rem;
}

.case-panel p {
  margin: 0;
}

.case-panel ul,
.case-panel ol {
  margin: 0;
  padding-left: 1.2rem;
}

.case-panel li + li {
  margin-top: 8px;
}

.cargo-category-definition {
  margin: 0 0 24px;
  padding: 18px 20px;
  border-left: 3px solid #3b7894;
  background: var(--soft);
  color: #3f505a;
  font-size: 0.92rem;
  line-height: 1.6;
}

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

.cargo-category-card {
  overflow: hidden;
  border: 1px solid #d5dfe4;
  border-radius: 10px;
  background: #fff;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.cargo-category-card:hover,
.cargo-category-card:focus-within {
  border-color: #91aab6;
  box-shadow: 0 10px 28px rgba(20, 50, 64, 0.08);
}

.cargo-category-card summary {
  position: relative;
  display: flex;
  min-height: 132px;
  padding: 22px 52px 20px 22px;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}

.cargo-category-card summary::-webkit-details-marker {
  display: none;
}

.cargo-category-card summary::after {
  position: absolute;
  top: 22px;
  right: 20px;
  content: "+";
  color: #0d5d79;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.cargo-category-card[open] summary::after {
  content: "−";
}

.cargo-category-card summary:focus-visible {
  outline: 3px solid #0d5d79;
  outline-offset: -3px;
}

.cargo-category-title {
  color: #172832;
  font-size: 1.02rem;
  font-weight: 720;
  line-height: 1.3;
}

.cargo-category-count {
  color: #0d5d79;
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cargo-category-content {
  padding: 0 22px 22px;
  border-top: 1px solid #e4eaed;
  color: #45535d;
}

.cargo-category-content p {
  margin: 18px 0 0;
  font-size: 0.9rem;
  line-height: 1.62;
}

.cargo-categories .boundary-note {
  margin-top: 22px;
}

.evidence-hero--manifest {
  min-height: clamp(610px, 76svh, 760px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 28%, rgba(58, 139, 164, 0.32), transparent 28%),
    linear-gradient(125deg, #06131f 0%, #0a2634 56%, #0e4657 100%);
}

.evidence-hero--manifest::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 0%, #000 46%, #000 100%);
}

.evidence-hero--manifest .hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.72fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
  width: min(1200px, calc(100% - 56px));
  max-width: none;
}

.manifest-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 4.8rem);
  line-height: 0.98;
}

.manifest-hero-copy .hero-lead {
  max-width: 700px;
}

.manifest-hero-panel {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(4, 19, 29, 0.64);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(16px);
}

.manifest-hero-panel > div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
  padding: 24px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.manifest-hero-panel > div:last-child {
  border-bottom: 0;
}

.manifest-hero-panel strong {
  color: #fff;
  font-size: clamp(1.8rem, 3.4vw, 2.65rem);
  letter-spacing: -0.04em;
}

.manifest-hero-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 720;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cargo-category-grid--manifest {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cargo-category-grid--manifest .cargo-category-card summary {
  min-height: 112px;
}

.cargo-item-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cargo-item-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #edf1f3;
  color: #344650;
  font-size: 0.9rem;
  line-height: 1.45;
}

.cargo-item-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.cargo-item-list span:last-child {
  flex: 0 0 auto;
  color: #0d5d79;
  font-weight: 760;
}

.manifest-proof-line {
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 1px solid #d9e4e8;
  border-radius: 12px;
  background: #f5f8f9;
  color: #2e4652;
  font-weight: 650;
  line-height: 1.6;
}

.case-directory-media--manifest {
  display: grid;
  padding: clamp(28px, 5vw, 58px);
  place-items: center;
  background:
    radial-gradient(circle at 72% 24%, rgba(69, 156, 179, 0.34), transparent 32%),
    linear-gradient(135deg, #071722, #0b3a49);
}

.case-directory-media--manifest dl {
  display: grid;
  width: min(100%, 390px);
  margin: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.case-directory-media--manifest div {
  padding: 22px 12px;
  background: rgba(3, 17, 25, 0.8);
  text-align: center;
}

.case-directory-media--manifest dt {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.15rem);
  font-weight: 780;
  line-height: 1;
}

.case-directory-media--manifest dd {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .cargo-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .evidence-hero--manifest .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
    gap: 32px;
  }

  .manifest-hero-panel > div {
    grid-template-columns: 72px minmax(0, 1fr);
    padding: 19px 20px;
  }
}

@media (max-width: 560px) {
  .cargo-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cargo-category-card summary {
    min-height: 104px;
    padding: 18px 48px 17px 18px;
  }

  .cargo-category-card summary::after {
    top: 19px;
    right: 17px;
  }

  .cargo-category-content {
    padding: 0 18px 19px;
  }

  .cargo-category-definition {
    padding: 16px 17px;
  }

  .evidence-hero--manifest {
    min-height: 0;
    padding: 112px 0 54px;
  }

  .evidence-hero--manifest .hero-content {
    display: grid;
    width: min(calc(100% - 36px), 1200px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .manifest-hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }

  .manifest-hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .manifest-hero-panel > div {
    display: block;
    padding: 17px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
    border-bottom: 0;
    text-align: center;
  }

  .manifest-hero-panel > div:last-child {
    border-right: 0;
  }

  .manifest-hero-panel strong {
    display: block;
    font-size: 1.65rem;
  }

  .manifest-hero-panel span {
    display: block;
    margin-top: 7px;
    font-size: 0.58rem;
  }

  .cargo-category-grid--manifest {
    grid-template-columns: 1fr;
  }

  .cargo-item-list li {
    gap: 14px;
  }

  .case-directory-media--manifest {
    min-height: 250px;
  }
}

.evidence-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #edf1f3;
}

.evidence-figure img {
  width: 100%;
  height: auto;
}

.evidence-figure--photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.evidence-figure--screen img {
  object-fit: contain;
  background: #fff;
}

.evidence-figure figcaption {
  padding: 14px 16px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.record-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
}

.record-stack {
  display: grid;
  gap: 18px;
}

.translation-card,
.message-record {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.record-label {
  margin: 0 0 12px;
  color: #4a6170;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.translation-card blockquote,
.message-record blockquote {
  margin: 0;
  color: #1b2b35;
  font-size: 1.08rem;
  line-height: 1.55;
}

.translation-card p:last-child,
.message-record p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.message-thread {
  display: grid;
  gap: 12px;
}

.message-line {
  padding: 15px 16px;
  border-left: 3px solid #6a9bb3;
  background: #f3f6f7;
  color: #243640;
}

.message-line strong {
  display: block;
  margin-bottom: 4px;
  color: #61727c;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.message-line p {
  margin: 0;
}

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

.predictability-record {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--line);
}

.predictability-record > div {
  min-width: 0;
  padding: 20px;
  background: #fff;
}

.predictability-record dt {
  margin: 0 0 7px;
  color: #0d5d79;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.predictability-record dd {
  margin: 0;
  color: #334750;
  font-size: 0.9rem;
  line-height: 1.55;
}

.proof-card {
  padding: 28px;
  border-radius: 10px;
}

.proof-card h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.proof-card ul {
  margin: 0;
  padding-left: 1.2rem;
}

.proof-card li + li {
  margin-top: 8px;
}

.proof-card--yes {
  border: 1px solid #cbe3d7;
  background: #eff8f4;
}

.proof-card--no {
  border: 1px solid #e4ddd1;
  background: #faf7f2;
}

.evidence-limits {
  margin-top: 18px;
  border: 1px solid #d8e1e5;
  border-radius: 10px;
  background: #f7f9fa;
}

.evidence-limits summary {
  position: relative;
  min-height: 48px;
  padding: 15px 54px 15px 18px;
  color: #243640;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.evidence-limits summary::-webkit-details-marker {
  display: none;
}

.evidence-limits summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  transform: translateY(-50%);
}

.evidence-limits[open] summary::after {
  content: "−";
}

.evidence-limits-content {
  padding: 0 20px 20px;
  color: #41515a;
}

.evidence-limits-content ul {
  margin: 0;
  padding-left: 1.2rem;
}

.evidence-limits-content li + li {
  margin-top: 8px;
}

.evidence-limits-content p {
  margin: 16px 0 0;
  font-size: 0.86rem;
}

.privacy-note {
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid #3b7894;
  background: var(--soft);
  color: #41515a;
  font-size: 0.86rem;
}

.evidence-timeline {
  position: relative;
  display: grid;
  gap: 28px;
}

.evidence-timeline::before {
  position: absolute;
  top: 32px;
  bottom: 32px;
  left: calc(52% + 25px);
  width: 1px;
  background: #d6e0e5;
  content: "";
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 52px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.timeline-media {
  overflow: hidden;
  border: 1px solid #d8e0e4;
  border-radius: 9px;
  background: #eef2f4;
}

.timeline-media a {
  display: block;
}

.timeline-media img,
.timeline-media video {
  display: block;
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  background: #f4f6f7;
}

.timeline-media--video video {
  max-height: 520px;
  aspect-ratio: 16 / 9;
  background: #101518;
}

.timeline-media--receipt img {
  max-height: 620px;
}

.timeline-copy {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
}

.timeline-index {
  display: inline-grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #0d5d79;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.timeline-copy h3 {
  margin: 0 0 14px;
  color: #172832;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  line-height: 1.16;
}

.timeline-copy > p:not(.record-label):not(.timeline-note) {
  margin: 0;
  color: #41515b;
}

.timeline-note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .predictability-record {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .status-key-inner,
  .case-directory-grid,
  .case-summary-grid,
  .case-section-heading {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .status-key-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .case-directory-heading {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .evidence-timeline::before {
    display: none;
  }

  .timeline-step {
    grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1.05fr);
    gap: 30px;
  }

  .evidence-hero--contained .hero-content {
    width: min(calc(100% - 48px), 1200px);
    max-width: none;
  }

  .evidence-hero--contained .hero-content h1,
  .evidence-hero--contained .hero-lead,
  .evidence-hero--contained .hero-actions {
    max-width: 56vw;
  }

  .evidence-hero--contained .hero-media {
    inset: 96px 26px 54px auto;
    width: min(34vw, 300px);
  }
}

@media (max-width: 560px) {
  .predictability-record {
    grid-template-columns: 1fr;
  }

  .predictability-record > div {
    padding: 16px 17px;
  }
}

@media (max-width: 620px) {
  .evidence-hero .hero-media img {
    object-position: 54% center;
  }

  .evidence-hero--wide-photo .hero-media img {
    object-position: 61% center;
  }

  .evidence-hero--contained .hero-content {
    width: min(calc(100% - 32px), 1200px);
    max-width: none;
  }

  .evidence-hero--contained .hero-content h1,
  .evidence-hero--contained .hero-lead,
  .evidence-hero--contained .hero-actions {
    max-width: none;
  }

  .evidence-hero--contained {
    min-height: 560px;
  }

  .evidence-hero--contained .hero-content {
    padding-top: 118px;
    padding-bottom: 48px;
  }

  .evidence-hero--contained .hero-content h1 {
    max-width: 340px;
    font-size: clamp(1.7rem, 7.2vw, 1.82rem);
    line-height: 1.12;
    letter-spacing: -0.018em;
  }

  .evidence-hero--contained .hero-lead {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .evidence-hero--us-completed .hero-content {
    width: min(calc(100% - 32px), 1200px);
  }

  .evidence-hero--canada,
  .evidence-hero--us-completed {
    min-height: 560px;
  }

  .evidence-hero--canada .hero-content,
  .evidence-hero--us-completed .hero-content {
    padding-top: 118px;
    padding-bottom: 48px;
  }

  .evidence-hero--canada h1,
  .evidence-hero--us-completed .hero-content h1 {
    max-width: 340px;
    font-size: clamp(1.7rem, 7.2vw, 1.82rem);
    line-height: 1.12;
    letter-spacing: -0.018em;
  }

  .evidence-hero--canada .hero-lead,
  .evidence-hero--us-completed .hero-lead {
    max-width: 340px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .evidence-hero--us-completed .hero-media img {
    object-position: 35% center;
  }

  .evidence-hero--contained .hero-media {
    display: none;
  }

  .status-key-inner,
  .case-directory-grid,
  .case-directory-heading,
  .case-summary-grid,
  .case-section-heading,
  .case-columns,
  .record-grid,
  .proof-boundary {
    grid-template-columns: 1fr;
  }

  .timeline-step {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .timeline-media {
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .timeline-media img {
    max-height: 660px;
  }

  .timeline-media--video video {
    max-height: none;
  }

  .timeline-copy {
    padding: 24px 22px 26px;
  }

  .timeline-index {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }

  .status-key-inner {
    padding: 22px 0;
  }

  .status-key-item {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .case-directory {
    padding: 68px 0 82px;
  }

  .case-directory-heading {
    gap: 14px;
    margin-bottom: 26px;
  }

  .case-directory-heading h2 {
    font-size: 2.15rem;
  }

  .case-directory-grid {
    gap: 16px;
  }

  .case-directory-copy {
    padding: 22px;
  }

  .case-directory-card h3 {
    margin-top: 18px;
    font-size: 1.45rem;
  }

  .case-summary-grid {
    gap: 30px;
    padding: 46px 0;
  }

  .case-body {
    padding: 72px 0 86px;
  }

  .case-section + .case-section {
    margin-top: 62px;
    padding-top: 62px;
  }

  .case-section-heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  .case-section h2 {
    font-size: 2.15rem;
  }

  .case-panel,
  .translation-card,
  .message-record,
  .proof-card {
    padding: 21px;
  }

  .record-grid {
    gap: 16px;
  }

  .translation-card blockquote,
  .message-record blockquote {
    font-size: 1rem;
  }

  .evidence-figure--photo img {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 620px) {
  .evidence-hero--editorial .hero-media {
    display: block;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #evidence-basis .fact-table,
  #evidence-basis .fact-table tbody,
  #evidence-basis .fact-table tr,
  #evidence-basis .fact-table th,
  #evidence-basis .fact-table td {
    display: block;
    width: 100%;
  }

  #evidence-basis .fact-table thead {
    display: none;
  }

  #evidence-basis .fact-table tr {
    padding: 18px 0;
    border-top: 1px solid var(--line);
  }

  #evidence-basis .fact-table th,
  #evidence-basis .fact-table td {
    padding: 0;
    border: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  #evidence-basis .fact-table th {
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  #evidence-basis .fact-table td + td {
    margin-top: 7px;
    color: var(--muted);
    font-size: 0.88rem;
  }
}

.case-library-collage {
  display: grid;
  grid-template-columns: 1.05fr 0.78fr 1.05fr;
  gap: 3px;
  background: #06131f;
}

.evidence-hero--editorial .hero-media.case-library-collage {
  display: grid;
}

.case-library-collage img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
}

.case-library-collage img:nth-child(1) {
  object-position: 72% center;
}

.case-library-collage img:nth-child(2) {
  object-position: 65% center;
}

.case-library-collage img:nth-child(3) {
  object-position: 65% center;
}

@media (max-width: 620px) {
  .case-library-collage {
    grid-template-columns: 1fr 0.72fr;
  }

  .case-library-collage img:nth-child(1) {
    display: none;
  }
}

@media (max-width: 900px) {
  .case-directory-grid.case-directory--editorial {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
