.editorial-home {
  background: #181818;
}
.editorial-home .nav {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
}
.editorial-home .nav .brand,
.editorial-home .nav .links a {
  color: #fff;
}
.cover {
  height: min(760px, 100vh);
  min-height: 640px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 91, 34, 0.22), transparent 31%),
    radial-gradient(circle at 16% 78%, rgba(120, 221, 255, 0.08), transparent 34%),
    #171717;
}
.cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(132, 25, 12, 0.72), transparent 58%),
    linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.32));
}
.cover-copy {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 48px));
}
.cover-copy h1 {
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  line-height: 0.86;
  letter-spacing: -0.055em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.cover-copy h1 span {
  display: block;
  font-size: 0.38em;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
.cover-copy p {
  max-width: 650px;
  font-size: 1.08rem;
  line-height: 1.5;
  font-weight: 650;
}
.cover-links {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}
.icon-link {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-weight: 900;
}
.portfolio-section {
  padding: 92px 0;
  border-top: 1px solid #ffffff17;
}
.portfolio-section h2 {
  font-family: Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  letter-spacing: -0.03em;
  margin: 0 0 42px;
}
.section-kicker {
  display: block;
  color: #e45a38;
  font:
    800 0.74rem/1.2 Inter,
    system-ui;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.project-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 390px;
  border-top: 1px solid #ffffff1f;
  padding: 30px 0;
}
.project-media {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  background: #111;
}
.project-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
}
.project-media.project-cover {
  background: #ef2b27;
}
.project-media.project-cover img {
  object-fit: contain;
  filter: none;
}
.dlc-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background: linear-gradient(145deg, #ef2b27, #5e0d12);
}
.dlc-card:after {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.dlc-card span,
.dlc-card strong {
  position: relative;
  z-index: 1;
}
.dlc-card span {
  font:
    900 clamp(5rem, 10vw, 9rem) / 0.72 Inter,
    system-ui,
    sans-serif;
  letter-spacing: -0.08em;
}
.dlc-card strong {
  margin-top: 24px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
}
.dlc-hero {
  background:
    linear-gradient(120deg, rgba(239, 43, 39, 0.26), transparent 44%),
    radial-gradient(
      circle at 76% 28%,
      rgba(255, 91, 34, 0.16),
      transparent 35%
    ),
    #0b0e12;
}
.personal-case-hero {
  background:
    linear-gradient(120deg, rgba(120, 221, 255, 0.14), transparent 44%),
    radial-gradient(
      circle at 78% 24%,
      rgba(255, 91, 34, 0.14),
      transparent 34%
    ),
    #0b0e12;
}
.quest-hero {
  background:
    linear-gradient(120deg, rgba(132, 166, 110, 0.18), transparent 46%), #0b0e12;
}
.oasis-hero {
  background:
    linear-gradient(120deg, rgba(221, 151, 67, 0.22), transparent 48%), #0b0e12;
}
.dlc-cards {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}
.project-info {
  padding: 20px 0 20px 38px;
  align-self: center;
}
.project-info small {
  color: #df6a4d;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.project-info h3 {
  font-size: 2rem;
  margin: 10px 0 14px;
}
.project-info p {
  color: #aeb2b8;
}
.case-study-copy {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
  padding: 34px 0 18px;
  border-top: 1px solid #ffffff1f;
}
.case-study-heading small {
  color: #df6a4d;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.case-study-heading h3 {
  max-width: 420px;
  margin: 12px 0 0;
  font:
    700 clamp(1.8rem, 3vw, 2.7rem) / 1.05 Georgia,
    serif;
  letter-spacing: -0.025em;
}
.case-study-text {
  max-width: 680px;
}
.case-study-text p {
  margin: 0 0 18px;
  color: #bfc3c8;
  font-size: 1.08rem;
  line-height: 1.7;
}
.facts {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 5px 18px;
  font-size: 0.86rem;
  margin: 18px 0 24px;
}
.facts b {
  color: #f0f0ef;
}
.facts span {
  color: #90959c;
}
.project-link {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.85rem;
}
.quick-nav {
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: flex-end;
}
.quick-nav a {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff96;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.quick-nav i {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffffb8;
  border-radius: 50%;
  background: #181818;
}
.quick-nav a:hover,
.quick-nav a.active {
  color: #fff;
}
.quick-nav a.active i {
  background: #e85b37;
  border-color: #e85b37;
  box-shadow: 0 0 0 4px #e85b3730;
}
.split-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.simple-card {
  border: 1px solid #ffffff1f;
  background: #202020;
  padding: 34px;
  text-decoration: none;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.simple-card h3 {
  font-size: 1.8rem;
  margin: 8px 0;
}
.simple-card p {
  color: #aeb2b8;
}
.contact-band {
  padding: 90px 0;
  background: #a92713;
}
.contact-band h2 {
  font:
    700 clamp(2.8rem, 6vw, 5.5rem) / 0.95 Georgia,
    serif;
  margin: 0 0 24px;
}
.contact-band p {
  max-width: 600px;
}
.contact-band .btn {
  display: inline-block;
  margin-top: 16px;
}
@media (max-width: 900px) {
  .quick-nav {
    display: none;
  }
  .project-row {
    grid-template-columns: 1fr;
  }
  .project-info {
    padding: 26px 0;
  }
  .cover {
    min-height: 690px;
  }
  .editorial-home .nav .links a:not(.pill) {
    display: none;
  }
  .split-cards {
    grid-template-columns: 1fr;
  }
  .case-study-copy {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
