.about-story {
  --story-orange: #ff6a24;
  --story-line: #ffffff1f;
  --story-muted: #b7bec5;
  background: #0b0d10;
  color: #f4f5f6;
  padding-top: 64px;
  overflow-wrap: anywhere;
}
.about-story * {
  box-sizing: border-box;
}
.about-story [hidden] {
  display: none !important;
}
.about-story a {
  color: inherit;
  text-decoration: none;
}
.about-story a:hover {
  color: var(--story-orange);
}
.about-story :is(a, button, input, summary):focus-visible {
  outline: 2px solid #ff8b4d;
  outline-offset: 5px;
}
.about-story-wrap {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}
.about-story-breadcrumb {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: var(--story-muted);
  padding-block: 30px;
}
.about-story-breadcrumb [aria-current] {
  color: #fff;
}
.about-story-hero {
  border-bottom: 1px solid var(--story-line);
  background: radial-gradient(ellipse at 60% 20%, #311c121f, transparent 65%);
}
.about-story-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
  align-items: center;
  padding-block: 24px 72px;
}
.about-story-eyebrow {
  color: var(--story-orange);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 18px;
}
.about-story-eyebrow span {
  padding-inline: 9px;
  color: #647079;
}
.about-story h1 {
  font-size: clamp(32px, 3.35vw, 50px);
  line-height: 1.55;
  font-weight: 800;
  white-space: pre-line;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  text-wrap: balance;
}
.about-story-lead {
  color: #c2c8ce;
  font-size: 19px;
  line-height: 2;
  margin: 0;
}
.about-story-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 15px;
  font-weight: 700;
}
.about-story-actions a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
}
.about-story .about-story-button {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 5px;
  background: #ff4a00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.about-story .about-story-button:hover {
  background: #df4000;
  color: #fff;
}
.about-story-cover {
  margin: 0;
}
.about-story-cover img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1.22;
  width: 100%;
  height: auto;
  border-radius: 3px;
  border: 1px solid var(--story-line);
}
.about-story figcaption {
  font-size: 12px;
  line-height: 1.8;
  color: #a6afb7;
  padding-top: 14px;
}
.about-story-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
  padding-block: 64px 80px;
}
.about-story-guide {
  position: sticky;
  top: 88px;
  max-height: calc(100dvh - 112px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #394149 transparent;
  padding: 4px 6px 20px;
}
.about-story-guide summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  padding-bottom: 18px;
}
.about-story-guide summary span {
  font-size: 12px;
  color: var(--story-muted);
  border: 1px solid var(--story-line);
  border-radius: 20px;
  padding: 2px 9px;
}
.about-story-guide input {
  width: 100%;
  background: #12161b;
  border: 1px solid #424a51;
  border-radius: 4px;
  color: #fff;
  padding: 11px 12px;
  font-family: inherit;
  font-size: 13px;
  min-height: 44px;
}
.about-story-guide input::placeholder {
  color: #9da7b0;
}
.about-story-search-status {
  color: #9da7b0;
  font-size: 12px;
  margin: 12px 0;
}
.about-story-guide ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-story-guide li + li {
  border-top: 1px solid #ffffff0b;
}
.about-story-guide li a {
  display: flex;
  gap: 12px;
  line-height: 1.75;
  padding: 10px 0;
  font-size: 13px;
  color: #c6cdd3;
}
.about-story-guide li a span {
  font-size: 11px;
  color: var(--story-orange);
  padding-top: 2px;
  font-variant-numeric: tabular-nums;
  flex: none;
}
.about-story-detail-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-top: 1px solid var(--story-line);
  padding-top: 20px;
  margin-top: 16px;
}
.about-story-detail-controls button {
  background: none;
  border: 0;
  padding: 4px 0;
  color: var(--story-orange);
  text-align: start;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}
.about-story-article {
  min-width: 0;
  max-width: 790px;
}
.about-story-context {
  border-inline-start: 2px solid #ff4a00;
  padding-inline-start: 24px;
  color: var(--story-muted);
  font-size: 15px;
  line-height: 2;
  margin: 0 0 38px;
}
.about-story-journey {
  background: #11161b;
  border: 1px solid var(--story-line);
  padding: 28px;
  border-radius: 6px;
  margin-bottom: 64px;
}
.about-story-journey h2 {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 25px;
  font-weight: 700;
}
.about-story-journey ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-story-journey li {
  font-size: 12px;
  line-height: 1.8;
  border-top: 1px solid #4a3429;
  padding-top: 12px;
}
.about-story-journey li b {
  display: block;
  font-size: 11px;
  color: var(--story-orange);
  margin-bottom: 6px;
}
.about-story-chapter {
  position: relative;
  scroll-margin-top: 98px;
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--story-line);
}
.about-story-alias {
  display: block;
  height: 0;
  scroll-margin-top: 98px;
}
.about-story-chapter h2,
.about-story-closing h2 {
  font-weight: 750;
  font-size: clamp(25px, 2.15vw, 34px);
  line-height: 1.7;
  margin: 0 0 25px;
  text-wrap: balance;
}
.about-story-chapter > p:not(.about-story-eyebrow),
.about-story-closing > p {
  color: #d0d5da;
  font-size: 19px;
  line-height: 2.1;
  margin: 0 0 22px;
}
.about-story-detail {
  border: 1px solid #ffffff26;
  border-radius: 5px;
  background: #11151a;
  margin-top: 28px;
}
.about-story-detail summary {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 650;
  cursor: pointer;
  padding: 18px 22px;
  color: #e9edf1;
}
.about-story-detail summary::marker {
  color: var(--story-orange);
}
.about-story-detail[open] summary {
  border-bottom: 1px solid var(--story-line);
  color: var(--story-orange);
}
.about-story-detail > div {
  padding: 0 22px 4px;
}
.about-story-detail p {
  font-size: 16px;
  line-height: 2;
  color: #bcc5cd;
  margin: 20px 0;
}
.about-story-next {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
  line-height: 1.8;
  color: var(--story-muted) !important;
  margin-top: 24px;
}
.about-story-next:hover {
  color: var(--story-orange) !important;
}
.about-story-diagram {
  margin: 30px 0;
  background: #10151a;
  border: 1px solid var(--story-line);
  border-radius: 6px;
  padding: 20px;
}
.about-story-diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.about-story-tower img {
  max-height: 590px;
  object-fit: contain;
}
.about-story-closing {
  padding: 34px;
  border: 1px solid #6a3521;
  background: linear-gradient(120deg, #301c14, #11161b);
  border-radius: 6px;
  margin-bottom: 48px;
}
.about-story-closing > p {
  font-size: 17px;
}
.about-story-references {
  border-block: 1px solid var(--story-line);
  padding: 24px 0;
  color: var(--story-muted);
  font-size: 14px;
  line-height: 1.9;
}
.about-story-references summary {
  cursor: pointer;
  color: #e7ecf0;
  font-weight: 600;
}
.about-story-references p {
  margin: 20px 0;
}
.about-story-references ol {
  padding-inline-start: 24px;
}
.about-story-references li {
  padding-block: 8px;
  scroll-margin-top: 100px;
}
.about-story-references a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.about-story-back {
  display: inline-block;
  margin-top: 30px;
  color: var(--story-orange) !important;
  font-size: 14px;
}
.about-story[lang="en"] h1 {
  line-height: 1.25;
  font-size: clamp(32px, 3.3vw, 48px);
}
.about-story[lang="en"] .about-story-lead {
  line-height: 1.8;
}
.about-story[lang="en"] .about-story-chapter h2,
.about-story[lang="en"] .about-story-closing h2 {
  line-height: 1.4;
}
.about-story[lang="en"] .about-story-chapter > p:not(.about-story-eyebrow) {
  font-size: 18px;
  line-height: 1.9;
}
.about-story[lang="en"] .about-story-detail p {
  line-height: 1.9;
}
@media (max-width: 1050px) {
  .about-story-hero-grid {
    gap: 32px;
  }
  .about-story-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
  }
  .about-story-guide li a {
    font-size: 12px;
  }
  .about-story-journey ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 800px) {
  .about-story-wrap {
    width: calc(100% - 40px);
  }
  .about-story-hero-grid {
    grid-template-columns: 1fr;
    padding-block: 12px 40px;
  }
  .about-story h1 {
    max-width: 680px;
    font-size: 38px;
  }
  .about-story-cover img {
    aspect-ratio: 16/9;
    max-height: 420px;
  }
  .about-story-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 36px;
  }
  .about-story-guide {
    position: static;
    max-height: none;
    padding: 20px;
    border: 1px solid var(--story-line);
    border-radius: 5px;
    background: #101419;
  }
  .about-story-guide nav ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }
  .about-story-detail-controls {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .about-story-article {
    max-width: none;
  }
  .about-story-journey {
    margin-bottom: 48px;
  }
  .about-story-chapter {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .about-story-wrap {
    width: calc(100% - 32px);
  }
  .about-story-breadcrumb {
    padding-block: 24px;
    font-size: 12px;
  }
  .about-story h1,
  .about-story[lang="en"] h1 {
    font-size: 30px;
  }
  .about-story-lead {
    font-size: 17px;
  }
  .about-story-actions {
    gap: 20px;
    font-size: 14px;
  }
  .about-story .about-story-button {
    font-size: 14px;
    padding: 12px 18px;
  }
  .about-story-guide nav ol {
    grid-template-columns: 1fr;
  }
  .about-story-guide li a {
    font-size: 13px;
  }
  .about-story-journey {
    padding: 20px;
  }
  .about-story-journey ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-story-chapter h2,
  .about-story-closing h2 {
    font-size: 25px;
  }
  .about-story-chapter > p:not(.about-story-eyebrow) {
    font-size: 18px;
    line-height: 2;
  }
  .about-story[lang="en"] .about-story-chapter > p:not(.about-story-eyebrow) {
    font-size: 17px;
  }
  .about-story-detail summary {
    padding: 15px;
    font-size: 14px;
  }
  .about-story-detail > div {
    padding-inline: 15px;
  }
  .about-story-closing {
    padding: 24px 20px;
  }
  .about-story-diagram {
    padding: 12px;
  }
  .about-story-context {
    padding-inline-start: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-story * {
    scroll-behavior: auto !important;
  }
}
