* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
}
::selection {
  background: var(--gold);
  color: #121006;
}
.story-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem var(--edge);
  border-bottom: 1px solid var(--line);
  background: rgba(10, 10, 11, 0.86);
  backdrop-filter: blur(14px);
}
.story-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}
.story-nav a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}
.story-nav a[aria-current="page"],
.story-nav a:hover {
  color: var(--gold);
}
.about-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
  min-height: calc(100svh - 65px);
  border-bottom: 1px solid var(--line);
}
.about-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(3rem, 8vw, 7rem) var(--edge);
}
.about-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3rem, 7.5vw, 7.5rem);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.about-hero__copy > p:last-child {
  max-width: 42rem;
  margin: 2rem 0 0;
  color: var(--dim);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
}
.about-hero__portrait {
  margin: 0;
  min-height: 38rem;
  overflow: hidden;
}
.about-hero__portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
}
.about-story {
  display: grid;
  grid-template-columns: minmax(12rem, 0.5fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 8vw, 8rem);
  max-width: 76rem;
  margin: auto;
  padding: clamp(5rem, 11vw, 10rem) var(--edge);
}
.about-story aside {
  align-self: start;
  padding-top: 0.6rem;
  border-top: 2px solid var(--gold);
}
.about-story dl {
  margin: 1.5rem 0 0;
}
.about-story dl div {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}
.about-story dt {
  color: var(--dim);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.about-story dd {
  margin: 0.2rem 0 0;
  font-family: var(--display);
  font-size: 1.15rem;
}
.about-story article {
  max-width: 48rem;
}
.about-story h2,
.raiders h2,
.about-facts h2,
.about-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  text-transform: none;
  text-wrap: balance;
}
.about-story article p {
  margin: 1.5rem 0 0;
  color: var(--dim);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}
.raiders {
  display: grid;
  grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1fr);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: center;
  padding: clamp(4rem, 9vw, 8rem) var(--edge);
  border-block: 1px solid var(--line);
  background: var(--raised);
}
.raiders__logo {
  margin: 0;
  display: grid;
  place-items: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f5f3ef;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
}
.raiders__logo img {
  display: block;
  width: min(100%, 32rem);
  aspect-ratio: 1;
  object-fit: contain;
}
.raiders > div:last-child {
  max-width: 44rem;
}
.raiders p:not(.about-kicker) {
  color: var(--dim);
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}
.raiders a,
.about-cta a {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  min-height: 44px;
  margin-top: 1rem;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.raiders a span,
.about-cta a span {
  color: var(--gold);
  font-size: 1.2rem;
}
.about-facts {
  max-width: 76rem;
  margin: auto;
  padding: clamp(5rem, 10vw, 9rem) var(--edge);
}
.about-facts > h2 {
  max-width: 13ch;
}
.about-facts dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.about-facts dl div {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.about-facts dt {
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.3vw, 1.75rem);
  line-height: 1.1;
}
.about-facts dd {
  margin: 1rem 0 0;
  color: var(--dim);
}
.about-facts a {
  color: var(--ink);
  text-decoration-color: var(--gold);
  text-underline-offset: 0.25em;
}
.about-cta {
  padding: clamp(4rem, 9vw, 8rem) var(--edge);
  text-align: center;
  border-top: 1px solid var(--line);
  background: radial-gradient(
    circle at 50% 100%,
    rgba(232, 197, 71, 0.12),
    transparent 55%
  );
}
.about-cta h2 {
  margin-inline: auto;
}
.about-cta > p:not(.about-kicker) {
  max-width: 40rem;
  margin: 1.25rem auto 0;
  color: var(--dim);
}
.site-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: clamp(3rem, 7vw, 6rem) var(--edge);
  border-top: 1px solid var(--line);
}
.footer-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 2.5vw, 1.8rem);
}
.footer-platforms a {
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-platforms a:hover {
  color: var(--ink);
}
.site-footer__legal {
  margin: 0;
  color: var(--dim);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 52rem) {
  .about-hero,
  .about-story,
  .raiders {
    grid-template-columns: 1fr;
  }
  .about-hero {
    min-height: 0;
  }
  .about-hero__copy {
    order: 2;
  }
  .about-hero__portrait {
    min-height: 60svh;
  }
  .about-story aside {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
  }
  .about-story dl {
    margin: 0;
  }
  .raiders__logo {
    padding: 1rem;
  }
  .about-facts dl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 36rem) {
  .story-nav a:nth-child(2) {
    display: none;
  }
  .about-hero__portrait {
    min-height: 48svh;
  }
  .about-story aside {
    display: block;
  }
  .about-facts dl {
    border-left: 0;
  }
  .about-facts dl div {
    border-left: 1px solid var(--line);
  }
}
