:where(.xst) {
  --xst-bg: #f7f5ef;
  --xst-surface: #ffffff;
  --xst-text: #20242b;
  --xst-muted: #626a76;
  --xst-line: #d7d1c5;
  --xst-accent: #a33d2f;
  color: var(--xst-text);
  display: grid;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 34px;
}

.xst * {
  box-sizing: border-box;
}

.xst__hero {
  align-items: end;
  border-bottom: 1px solid var(--xst-line);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
  padding: 18px 0 34px;
}

.xst__hero h1 {
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: 0.96;
  margin: 0;
  max-width: 980px;
}

.xst__subtitle,
.xst__dek {
  color: var(--xst-muted);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 760px;
}

.xst__subtitle {
  color: var(--xst-accent);
  font-weight: 800;
}

.xst__meta {
  border-left: 3px solid var(--xst-accent);
  display: grid;
  gap: 4px 12px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  padding-left: 14px;
}

.xst__meta dt {
  color: var(--xst-muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.xst__meta dd {
  margin: 0;
}

.xst__body {
  display: grid;
  gap: 30px;
}

.xst__block {
  display: grid;
  gap: 14px;
  scroll-margin-top: 24px;
}

.xst__section {
  border-top: 1px solid var(--xst-line);
  margin-top: 10px;
  padding-top: 28px;
}

.xst__section h2,
.xst__block h2 {
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 1.04;
  margin: 0;
  max-width: 860px;
}

.xst__eyebrow {
  color: var(--xst-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.xst__copy {
  color: #3d4652;
  font-size: 1rem;
  line-height: 1.68;
  max-width: 820px;
}

.xst__copy > :first-child {
  margin-top: 0;
}

.xst__copy > :last-child {
  margin-bottom: 0;
}

.xst__image-text {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
}

.xst__image-full .xst__asset {
  min-height: 460px;
}

.xst__asset {
  background: #e7e1d7;
  display: grid;
  grid-template-rows: minmax(240px, 1fr) auto;
  margin: 0;
  min-height: 320px;
}

.xst__asset img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.xst__asset-placeholder {
  align-items: center;
  color: #6f443d;
  display: grid;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 900;
  justify-items: center;
  letter-spacing: 0.03em;
  min-height: 260px;
  padding: 22px;
  text-decoration: none;
}

.xst__asset figcaption {
  color: var(--xst-muted);
  font-size: 0.82rem;
  line-height: 1.45;
  padding: 10px 12px;
}

.xst__asset figcaption p {
  margin: 6px 0 0;
}

.xst__block-copy {
  align-content: center;
  display: grid;
  gap: 14px;
}

.xst__contexts {
  border-left: 3px solid var(--xst-line);
  color: var(--xst-muted);
  display: grid;
  gap: 8px;
  max-width: 760px;
  padding-left: 14px;
}

.xst__contexts p {
  margin: 0;
}

.xst__connector-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xst__connector-badges li {
  border: 1px solid var(--xst-line);
  border-radius: 999px;
  color: var(--xst-accent);
  font-size: 0.8rem;
  font-weight: 800;
  padding: 5px 9px;
}

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

.xst__quotes blockquote {
  background: var(--xst-surface);
  border-left: 4px solid var(--xst-accent);
  color: #2f3742;
  line-height: 1.55;
  margin: 0;
  padding: 18px;
}

.xst__quotes cite {
  color: var(--xst-muted);
  display: block;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  margin-top: 12px;
}

.xst__timeline-strip ol,
.xst__connector-list ul,
.xst__credits ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.xst__timeline-strip li,
.xst__connector-list li {
  background: var(--xst-surface);
  border: 1px solid var(--xst-line);
  display: grid;
  gap: 5px;
  padding: 12px;
}

.xst__timeline-strip span {
  color: var(--xst-muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.xst__connector-list p {
  color: var(--xst-muted);
  margin: 0;
}

@media (max-width: 760px) {
  .xst__hero,
  .xst__image-text,
  .xst__quotes {
    grid-template-columns: 1fr;
  }

  .xst__asset,
  .xst__image-full .xst__asset {
    min-height: 280px;
  }
}
