@font-face {
  font-family: "Atlas Display";
  src: url("assets/fonts/playfair-display-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --signal-blue: #65a7ff;
  --signal-cyan: #79dcff;
  --void: #03060a;
  --void-raised: #070c13;
  --panel: rgba(9, 15, 24, .82);
  --signal-line: rgba(170, 204, 244, .18);
  --signal-line-strong: rgba(152, 198, 255, .34);
}

body {
  background:
    radial-gradient(circle at 78% 42%, rgba(22, 66, 122, .12), transparent 28%),
    var(--void);
}

.site-header {
  background: rgba(3, 6, 10, .88);
  border-bottom-color: rgba(142, 181, 232, .16);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
}

.desktop-nav a {
  position: relative;
  letter-spacing: .02em;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -.55rem;
  height: 1px;
  background: var(--signal-blue);
  transition: right .25s cubic-bezier(.16, 1, .3, 1);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.experience-strip {
  position: relative;
  overflow: hidden;
  border-block-color: var(--signal-line);
  background:
    linear-gradient(90deg, rgba(101, 167, 255, .055) 1px, transparent 1px) 0 0 / 7.5vw 100%,
    linear-gradient(180deg, #060a10, #080d14);
}

.continuity-ghost {
  position: absolute;
  z-index: 0;
  color: transparent;
  font-weight: 900;
  letter-spacing: -.065em;
  -webkit-text-stroke: 1px rgba(152, 198, 255, .07);
  pointer-events: none;
}

.continuity-ghost-signals {
  right: 2.4vw;
  bottom: -1.05rem;
  font-size: clamp(3rem, 7vw, 7rem);
}

.strip-grid {
  position: relative;
  z-index: 1;
  min-height: 190px;
}

.strip-grid > p {
  color: #c2cfdf;
  letter-spacing: .16em;
}

.logo-row {
  gap: .6rem;
}

.logo-cell {
  position: relative;
  height: 80px;
  border-color: rgba(167, 198, 236, .2);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55), 0 14px 35px rgba(0, 0, 0, .24);
}

.logo-cell::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid rgba(27, 53, 84, .55);
  border-right: 1px solid rgba(27, 53, 84, .55);
}

[data-chapter] {
  position: relative;
  isolation: isolate;
}

.chapter-ghost-number {
  position: absolute;
  z-index: -1;
  top: clamp(2rem, 6vw, 5rem);
  right: max(1.5rem, calc((100vw - var(--shell)) / 2));
  color: transparent;
  font-family: "Atlas Display", Georgia, serif;
  font-size: clamp(7rem, 17vw, 15rem);
  font-style: italic;
  line-height: .7;
  letter-spacing: -.08em;
  -webkit-text-stroke: 1px rgba(151, 190, 239, .095);
  pointer-events: none;
}

.section {
  padding-block: clamp(6.5rem, 11vw, 10rem);
}

.section-heading {
  position: relative;
  max-width: 850px;
  margin-bottom: clamp(3.6rem, 7vw, 5.6rem);
  padding-top: 1.5rem;
}

.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92px;
  height: 1px;
  background: linear-gradient(90deg, var(--signal-blue), transparent);
  box-shadow: 0 0 16px rgba(101, 167, 255, .48);
}

.section-heading .eyebrow,
.section-kicker {
  color: var(--signal-blue);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.section-heading h2,
.team-heading h2,
.process-heading h2,
.newsletter h2,
.closing h2 {
  font-weight: 680;
  letter-spacing: -.065em;
}

.section-heading > p:last-child {
  color: #aebdce;
  line-height: 1.7;
}

.experience {
  overflow: hidden;
  border-block-color: var(--signal-line);
  background:
    radial-gradient(circle at 83% 24%, rgba(35, 104, 190, .18), transparent 24%),
    linear-gradient(rgba(115, 157, 207, .035) 1px, transparent 1px) 0 0 / 100% 54px,
    linear-gradient(90deg, rgba(115, 157, 207, .035) 1px, transparent 1px) 0 0 / 54px 100%,
    #070b11;
}

.experience .shell,
.services-section .shell {
  position: relative;
  z-index: 1;
}

.platform-record {
  grid-template-columns: 170px 1fr;
  margin: -1.4rem 0 3rem;
  padding: 1.1rem;
  border-color: var(--signal-line-strong);
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(63, 128, 210, .16), transparent 38%),
    rgba(3, 7, 12, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 20px 70px rgba(0, 0, 0, .2);
}

.platform-record > p {
  padding-left: .35rem;
  color: #d3deea;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.platform-record ul {
  gap: .4rem;
}

.platform-record li {
  position: relative;
  min-height: 58px;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .22);
  border-radius: 1px;
  font-size: .73rem;
  letter-spacing: .025em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}

.platform-record li::after {
  content: "";
  position: absolute;
  inset: auto 8px 7px auto;
  width: 16px;
  height: 1px;
  background: rgba(255, 255, 255, .4);
}

.credits-grid,
.credits-more {
  gap: .75rem;
}

.credit {
  position: relative;
  overflow: hidden;
  border-color: var(--signal-line-strong);
  border-radius: 2px;
  background:
    linear-gradient(145deg, rgba(23, 38, 59, .8), rgba(5, 9, 15, .96));
  box-shadow: 0 22px 70px rgba(0, 0, 0, .24);
}

.credit::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(190, 217, 248, .48);
  border-right: 1px solid rgba(190, 217, 248, .48);
  pointer-events: none;
}

.credit img {
  filter: saturate(1.02) contrast(1.05);
}

.credit-body {
  position: relative;
}

.credit-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  width: 44px;
  height: 1px;
  background: var(--signal-blue);
  box-shadow: 0 0 12px rgba(101, 167, 255, .5);
}

.credit-featured .credit-body::before {
  left: clamp(1.5rem, 4vw, 3rem);
}

.credit-role {
  color: #9ecbff !important;
  letter-spacing: .13em;
}

.credit h3 {
  color: #fff;
  font-weight: 720;
}

.credit-body p:last-child {
  color: #aebdce;
  line-height: 1.65;
}

.credits-more {
  margin-top: .75rem;
}

.services-section {
  border-block-color: var(--signal-line);
  background:
    radial-gradient(circle at 10% 18%, rgba(28, 86, 159, .19), transparent 26%),
    linear-gradient(118deg, transparent 0 52%, rgba(97, 158, 232, .035) 52% 52.2%, transparent 52.2%),
    #03070c;
}

.services-section::before {
  opacity: .8;
  background:
    linear-gradient(90deg, rgba(116, 157, 207, .035) 1px, transparent 1px) 0 0 / 82px 100%;
}

.service-deck {
  gap: .75rem;
}

.service-card {
  min-height: 390px;
  border-color: var(--signal-line-strong);
  border-radius: 2px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.service-index {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.35rem;
  color: rgba(229, 240, 253, .54);
  font-family: "Atlas Display", Georgia, serif;
  font-size: 2.1rem;
  font-style: italic;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .7);
}

.service-card .service-card-credit {
  color: #a9d2ff;
  letter-spacing: .15em;
}

.service-card h3 {
  font-weight: 700;
  letter-spacing: -.055em;
}

.service-card p {
  color: #c6d1de;
  line-height: 1.65;
}

.team-section {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100% - var(--shell)) / 2));
  overflow: hidden;
  border-bottom: 1px solid var(--signal-line);
  background:
    radial-gradient(circle at 76% 54%, rgba(40, 107, 190, .17), transparent 27%),
    linear-gradient(90deg, rgba(115, 157, 207, .04) 1px, transparent 1px) 0 0 / 72px 100%,
    #080c12;
}

.team-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: .85fr 1.15fr;
  max-width: var(--shell);
  margin-inline: auto;
}

.team-heading {
  position: relative;
  padding-top: 1.5rem;
}

.continuity-code {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--signal-blue);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .17em;
}

.team-copy {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid var(--signal-line-strong);
  background: rgba(3, 7, 12, .62);
  box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
}

.team-copy::before,
.team-copy::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  pointer-events: none;
}

.team-copy::before {
  top: 9px;
  left: 9px;
  border-top: 1px solid var(--signal-blue);
  border-left: 1px solid var(--signal-blue);
}

.team-copy::after {
  right: 9px;
  bottom: 9px;
  border-right: 1px solid var(--signal-blue);
  border-bottom: 1px solid var(--signal-blue);
}

.team-copy > p {
  color: #aebdce;
}

.large-copy {
  font-weight: 570;
}

.current-note {
  position: relative;
  overflow: hidden;
  padding-block: 2.7rem;
  border-block-color: var(--signal-line);
  background:
    linear-gradient(90deg, rgba(33, 89, 159, .2), transparent 44%),
    #04080d;
}

.continuity-ghost-current {
  right: 3vw;
  bottom: -1.2rem;
  font-size: clamp(3rem, 7vw, 6.5rem);
  -webkit-text-stroke-color: rgba(130, 181, 241, .08);
}

.current-note-grid {
  position: relative;
  z-index: 1;
}

.current-note-grid > p {
  color: #9cc8ff;
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.current-note-grid h2 {
  color: #fff;
  font-size: 1.9rem;
}

.process {
  width: 100%;
  max-width: none;
  padding-inline: max(1.5rem, calc((100% - var(--shell)) / 2));
  background:
    linear-gradient(rgba(115, 157, 207, .035) 1px, transparent 1px) 0 0 / 100% 58px,
    #05090e;
}

.process-heading,
.process-list {
  position: relative;
  z-index: 1;
}

.process-heading {
  max-width: 500px;
  padding-top: 1.5rem;
}

.process-list {
  counter-reset: atlas-step;
  border-top-color: var(--signal-line-strong);
}

.process-list li {
  position: relative;
  counter-increment: atlas-step;
  grid-template-columns: 105px 135px 1fr;
  align-items: baseline;
  gap: 1.4rem;
  padding: 2rem 0;
  border-bottom-color: var(--signal-line);
}

.process-list li::before {
  content: "0" counter(atlas-step);
  color: var(--signal-blue);
  font-family: "Atlas Display", Georgia, serif;
  font-size: 2.3rem;
  font-style: italic;
}

.process-list span {
  color: #fff;
  font-size: 1.05rem;
}

.process-list p {
  color: #aebdce;
  line-height: 1.65;
}

.newsletter {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5.5rem, 9vw, 8rem);
  border-top-color: var(--signal-line);
  background:
    radial-gradient(circle at 73% 48%, rgba(36, 113, 205, .2), transparent 28%),
    linear-gradient(90deg, rgba(115, 157, 207, .04) 1px, transparent 1px) 0 0 / 68px 100%,
    #070b11;
}

.newsletter-grid {
  position: relative;
  z-index: 1;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--signal-line-strong);
  background: rgba(3, 7, 12, .7);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .26);
}

.newsletter-code {
  top: -1.65rem;
}

.newsletter-form input {
  border-color: var(--signal-line-strong);
  border-radius: 1px;
  background: rgba(9, 15, 24, .92);
}

.newsletter .button {
  border-radius: 1px;
}

.closing {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--signal-line-strong);
  background:
    radial-gradient(circle at 85% 42%, rgba(57, 137, 235, .28), transparent 25%),
    linear-gradient(120deg, transparent 0 57%, rgba(96, 167, 255, .1) 57% 57.2%, transparent 57.2%),
    #03070c;
}

.continuity-ghost-closing {
  right: -1vw;
  bottom: -2.5rem;
  font-size: clamp(5rem, 14vw, 13rem);
  letter-spacing: -.08em;
  -webkit-text-stroke-color: rgba(153, 198, 252, .1);
}

.closing-grid {
  position: relative;
  z-index: 1;
}

.closing .button-light {
  border: 1px solid rgba(160, 205, 255, .8);
  border-radius: 1px;
  background: rgba(101, 167, 255, .14);
  color: #fff;
  box-shadow: 0 15px 45px rgba(37, 99, 235, .2);
}

.closing .button-light:hover {
  background: #fff;
  color: #05080d;
}

.site-footer {
  background: #020407;
  border-top: 1px solid var(--signal-line);
}

.footer-bottom {
  border-top-color: var(--signal-line);
}

.has-reveal .atlas-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity .72s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1);
}

.has-reveal .atlas-reveal.is-revealed {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .credit,
  .logo-cell {
    transition:
      transform .4s cubic-bezier(.16, 1, .3, 1),
      border-color .35s ease,
      box-shadow .4s ease;
  }

  .credit:hover {
    z-index: 2;
    transform: translateY(-5px);
    border-color: rgba(130, 190, 255, .64);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38);
  }

  .logo-cell:hover {
    transform: translateY(-3px);
    border-color: rgba(130, 190, 255, .48);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .3);
  }
}

@media (max-width: 1000px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .process-list li {
    grid-template-columns: 80px 120px 1fr;
  }
}

@media (max-width: 700px) {
  .chapter-ghost-number {
    top: 3.2rem;
    right: 1rem;
    font-size: 7rem;
  }

  .section {
    padding-block: 6rem;
  }

  .strip-grid {
    min-height: 0;
    padding-block: 2.5rem;
  }

  .logo-row {
    gap: .45rem;
  }

  .logo-cell {
    height: 68px;
  }

  .platform-record {
    grid-template-columns: 1fr;
    margin-top: -1rem;
    padding: .8rem;
  }

  .platform-record ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .platform-record li:last-child {
    grid-column: 1 / -1;
  }

  .credit-featured {
    grid-template-columns: 1fr;
  }

  .credit-featured img {
    min-height: 0;
    aspect-ratio: 460 / 215;
  }

  .credits-more {
    gap: .6rem;
  }

  .service-card {
    min-height: 340px;
  }

  .team-section,
  .process {
    padding-inline: 1rem;
  }

  .team-copy {
    padding: 1.4rem;
  }

  .current-note-grid {
    grid-template-columns: 1fr;
    gap: .65rem;
  }

  .process-list li {
    grid-template-columns: 54px 1fr;
    gap: .8rem;
  }

  .process-list li::before {
    grid-row: 1 / 3;
  }

  .process-list p {
    grid-column: 2;
  }

  .newsletter-grid {
    padding: 1.25rem;
  }

  .closing {
    padding-block: 6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-reveal .atlas-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
