@import url("/styles/system.css?v=1");
@import url("/styles/brand.css?v=4");
* {
  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);
}
.story-hero {
  grid-template-columns: minmax(9rem, 12rem) minmax(0, 52rem);
  justify-content: center;
  column-gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(4.5rem, 8vw, 7rem) var(--edge) clamp(3.5rem, 6vw, 5.5rem);
  background: radial-gradient(
    65% 75% at 88% 5%,
    rgba(232, 197, 71, 0.1),
    transparent 70%
  );
}
.story-kicker {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.story-hero h1 {
  max-width: 19ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.55rem, 4.4vw, 4.15rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-transform: none;
  text-wrap: balance;
}
.story-dek {
  max-width: 52ch;
  margin: 1.75rem 0 0;
  color: var(--dim);
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  line-height: 1.6;
}
.story-meta {
  grid-column: 2;
  margin: 1.4rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.story-wrap {
  padding: 0 var(--edge) clamp(5rem, 10vw, 9rem);
}
.story-media {
  position: relative;
  max-width: 78rem;
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--raised);
  text-decoration: none;
}
.story-media img {
  width: 100%;
  max-height: 72vh;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.story-media span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--gold);
  color: #121006;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.story-media--cover,
.story-media--portrait {
  display: grid;
  place-items: center;
  padding: clamp(2rem, 7vw, 6rem);
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(232, 197, 71, 0.18),
      transparent 40%
    ),
    linear-gradient(145deg, #17150d, #080809 70%);
}
.story-media--cover img {
  width: min(100%, 34rem);
  max-height: none;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.55);
}
.story-media--portrait img {
  width: min(100%, 30rem);
  max-height: 72vh;
  aspect-ratio: 9/16;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.55);
}
.story-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 0.55fr) minmax(0, 1.25fr);
  gap: clamp(2rem, 7vw, 7rem);
  max-width: 68rem;
  margin: 0 auto;
}
.story-aside {
  align-self: start;
  padding-top: 0.45rem;
  border-top: 1px solid var(--gold);
}
.story-aside dl {
  margin: 1rem 0 0;
}
.story-aside dt {
  color: var(--dim);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.story-aside dd {
  margin: 0.15rem 0 1rem;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.25;
}
.story-body {
  max-width: 44rem;
}
.story-body h2 {
  margin: 3.25rem 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
}
.story-body h2:first-child {
  margin-top: 0;
}
.story-body p {
  margin: 0 0 1.35rem;
  color: var(--dim);
  font-size: clamp(1.02rem, 1.7vw, 1.16rem);
}
.story-body .story-lede {
  margin-bottom: 2rem;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.1vw, 1.45rem);
  line-height: 1.55;
}
.story-body em {
  color: var(--ink);
}
.story-body strong {
  color: var(--ink);
}
.story-body blockquote {
  margin: 2.5rem 0;
  padding: 0 0 0 1.4rem;
  border-left: 3px solid var(--gold);
  font-family: var(--display);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.25;
  text-transform: uppercase;
}
.story-video {
  margin: 2.75rem 0 3rem;
}
.story-video__frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #000;
}
.story-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.story-video--vertical {
  width: min(100%, 22rem);
  margin-inline: auto;
}
.story-video--vertical .story-video__frame {
  aspect-ratio: 9/16;
}
.story-video__link {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 9/16;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #000;
  text-decoration: none;
}
.story-video__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-video__link span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: var(--gold);
  color: #121006;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.story-video__link:hover img {
  transform: scale(1.02);
}
.story-video figcaption {
  margin-top: 0.75rem;
  color: var(--dim);
  font-size: 0.76rem;
  line-height: 1.5;
}
.story-body .story-source-note {
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.78rem;
  line-height: 1.55;
}
.story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.5rem;
}
.story-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.story-actions a:first-child {
  border-color: var(--gold);
  background: var(--gold);
  color: #121006;
}
.next-story {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: end;
  margin-top: clamp(4rem, 9vw, 8rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--raised);
  text-decoration: none;
}
.next-story span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.next-story strong {
  display: block;
  max-width: 18ch;
  margin-top: 0.45rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 2.35rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.next-story b {
  font-size: 1.6rem;
}
.next-story--art {
  grid-template-columns: minmax(10rem, 20rem) minmax(0, 1fr) auto;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.next-story--art img {
  width: 100%;
  height: 100%;
  min-height: 22rem;
  aspect-ratio: 1;
  object-fit: cover;
}
.next-story--art div {
  padding: clamp(1.5rem, 4vw, 3rem) 0;
}
.next-story--art b {
  padding-right: clamp(1.5rem, 4vw, 3rem);
}
.stories-index {
  padding: clamp(4rem, 10vw, 8rem) var(--edge);
}
.stories-index h1 {
  max-width: 12ch;
  font-family: var(--display);
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}
.stories-intro {
  max-width: 54ch;
  color: var(--dim);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.story-list {
  display: grid;
  gap: 1px;
  margin-top: clamp(3rem, 7vw, 6rem);
  border: 1px solid var(--line);
  background: var(--line);
}
.story-card {
  display: grid;
  grid-template-columns: minmax(13rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2.5rem);
  background: var(--bg);
  text-decoration: none;
}
.story-card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 6px;
}
.story-card__copy {
  align-self: center;
}
.story-card small {
  color: var(--gold);
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.story-card h2 {
  margin: 0.65rem 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}
.story-card p {
  max-width: 50ch;
  margin: 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);
}
.social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-row__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  color: var(--dim);
  text-decoration: none;
  transition: color 0.2s ease;
}
.social-row__link:hover,
.social-row__link:focus-visible {
  color: var(--ink);
}
.social-row__link svg {
  width: 1.4rem;
  height: 1.4rem;
}
.social-row__text {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.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,
.footer-platforms a:focus-visible {
  color: var(--ink);
}
.site-footer__legal {
  margin: 0;
  color: var(--dim);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 46rem) {
  .story-nav a:nth-child(2) {
    display: none;
  }
  .story-grid,
  .story-card {
    grid-template-columns: 1fr;
  }
  .story-aside {
    display: block;
    margin-bottom: 1rem;
  }
  .story-hero {
    display: block;
    padding-top: 3rem;
  }
  .story-hero h1 {
    font-size: clamp(2.15rem, 9.5vw, 3.25rem);
    line-height: 1.06;
  }
  .story-hero .story-kicker {
    max-width: none;
    padding-top: 0.75rem;
  }
  .story-meta {
    margin-top: 1.25rem;
  }
  .story-media img {
    aspect-ratio: 4/3;
  }
  .story-media--cover,
  .story-media--portrait {
    padding: 1.5rem;
  }
  .story-media--cover img {
    aspect-ratio: 1;
  }
  .story-media--portrait img {
    aspect-ratio: 9/16;
  }
  .story-media span {
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .next-story {
    grid-template-columns: 1fr;
  }
  .next-story--art img {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .next-story--art div {
    padding: 1.5rem;
  }
  .next-story--art b {
    display: none;
  }
  .social-row {
    flex-wrap: wrap;
  }
  .site-footer {
    padding-block: 3rem;
  }
}
