.p01-source-lead {
  padding: 16px 18px;
  border-left: 7px solid #c9ff28;
  background: #1d1028;
  color: #fffdf8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
}
.p01-source-box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 24px;
  align-items: end;
  margin: 28px 0;
  padding: 24px;
  border: 2px solid #15131a;
  background: #c9ff28;
  color: #15131a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.p01-source-box span {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.p01-source-box strong {
  font-size: clamp(22px, 4vw, 38px);
  line-height: 1;
}
.p01-source-box a {
  padding: 12px 15px;
  background: #1d1028;
  color: #fffdf8 !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.p01-source-disclaimer {
  color: #6b646c;
  font-size: 14px;
  font-style: italic;
}
.p01-story-tools {
  margin: 54px 0 20px;
  padding: clamp(24px, 5vw, 42px);
  border-top: 8px solid #c9ff28;
  background: #1d1028;
  color: #fffdf8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.p01-story-tools > span {
  color: #c9ff28;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}
.p01-story-tools h3 {
  margin: 14px 0 12px;
  color: #fffdf8;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
}
.p01-story-tools p {
  color: rgba(255,255,255,.75);
  font-size: 15px;
}
.p01-story-tools p a { color: #c9ff28 !important; text-decoration: underline; }
.p01-story-tools > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.p01-story-tools > div a {
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.35);
  color: #fffdf8 !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.p01-story-tools > div a:hover { border-color: #ff5f57; background: #ff5f57; }
.p01-engine-footer {
  position: relative;
  z-index: 4;
  width: 100%;
  padding: 34px max(24px, calc((100vw - 1500px) / 2));
  border-top: 1px solid rgba(255,255,255,.16);
  background: #15131a;
  color: #fffdf8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.p01-engine-footer > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.p01-engine-footer strong { font-size: 24px; letter-spacing: -.06em; }
.p01-engine-footer span { margin-left: 10px; color: #c9ff28; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.p01-engine-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.p01-engine-footer nav a { color: #fffdf8 !important; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.p01-engine-footer nav a:hover { color: #c9ff28 !important; }
.p01-engine-footer small { color: rgba(255,255,255,.55); font-size: 10px; }
@media (max-width: 850px) {
  .p01-source-box { grid-template-columns: 1fr; }
  .p01-engine-footer > div { grid-template-columns: 1fr; text-align: center; }
  .p01-engine-footer nav { justify-content: center; }
}
