:root {
  color-scheme: dark;
  --ink: #02050d;
  --white: #f8f8f6;
  --muted: #c6c8cf;
  --shell: min(86vw, 1380px);
  --header-height: 136px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); overflow-x: hidden; }
body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  color: var(--white);
  background: #010207;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; position: relative; }

.site-header {
  height: var(--header-height);
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: clamp(220px, 21vw, 330px); height: auto; }
nav, .footer-values { display: flex; flex-wrap: nowrap; white-space: nowrap; gap: 18px; align-items: center; font-size: .67rem; font-weight: 600; letter-spacing: .28em; }
nav i, .footer-values i { color: #9297a3; font-style: normal; }

.hero { min-height: 0; display: flex; align-items: flex-start; padding: 70px 0 0; isolation: isolate; }
.hero::before, .flare--lower::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: url("./assets/prism-deck-bg.jpeg") no-repeat;
  background-size: cover;
}
.hero::before { width: 100%; height: calc(100% + var(--header-height)); left: 0; top: calc(-1 * var(--header-height)); background-position: 0 0; opacity: 1; mask-image: linear-gradient(to bottom, #000 82%, transparent 100%); }
.hero-copy { width: var(--shell); max-width: none; margin-inline: auto; position: relative; z-index: 1; }
.hero-copy > * { max-width: 665px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 200; letter-spacing: -.02em; font-kerning: normal; text-rendering: geometricPrecision; }
h1 { margin-bottom: 28px; font-size: clamp(5rem, 9vw, 10rem); line-height: .78; }
h2 { margin-bottom: 28px; font-size: clamp(3.6rem, 6.5vw, 7.3rem); line-height: .88; }
.kicker, .eyebrow { font-weight: 600; letter-spacing: .38em; font-size: .78rem; line-height: 1.9; }
.lede, .section-intro p, .cta p { color: var(--muted); font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1.5; }
.lede { max-width: 650px; margin: 36px 0 48px; }
.eyebrow { margin-bottom: 24px; color: var(--white); }
.hero-copy > .eyebrow:last-child { margin-bottom: 0; }

.section { padding: 130px 0 10px; }
.section-intro { max-width: 880px; }
.section-intro p { max-width: 800px; margin-bottom: 18px; }
.section .eyebrow { margin-top: clamp(24px, 3vw, 40px); }
.service-grid { display: grid; gap: clamp(24px, 2.4vw, 48px); }
.service-grid--five { grid-template-columns: repeat(5, 1fr); }
.service-grid--four { grid-template-columns: repeat(4, 1fr); }
.service { position: relative; min-height: 215px; padding-left: 25px; }
.service::before {
  content: ""; position: absolute; inset: 0 auto 0 0; width: 3px;
  background: var(--bar);
  box-shadow: 0 0 8px var(--bar), 0 0 20px color-mix(in srgb, var(--bar) 60%, transparent);
}
.service h3 { margin: 4px 0 16px; font-size: clamp(1.25rem, 1.55vw, 1.72rem); font-weight: 300; line-height: 1.15; letter-spacing: -.045em; font-kerning: normal; }
.service p { color: var(--muted); font-size: .98rem; line-height: 1.55; }
.spectrum-red { --bar: #ff3b1f; }
.spectrum-yellow { --bar: #e8ff22; }
.spectrum-cyan { --bar: #12e9ff; }
.spectrum-violet { --bar: #9d30ff; }
.spectrum-pink { --bar: #ff1fce; }

.cta { min-height: 720px; padding: 130px 0 170px; display: block; isolation: isolate; }
.cta::after { width: 100vw; height: 720px; left: calc((100vw - var(--shell)) / -2); bottom: 0; background-position: left top; transform: scale(-1, -1); opacity: .9; mask-image: linear-gradient(to bottom, #000 76%, transparent 100%); }
.cta-main, .cta-actions, .talent { position: relative; z-index: 1; }
.cta-main { max-width: 820px; }
.cta-actions { display: flex; align-items: center; gap: 36px; margin-top: 18px; }
.cta h2 { margin-bottom: 24px; }
.button { display: inline-flex; flex: 0 0 430px; width: 430px; min-height: 54px; align-items: center; justify-content: center; gap: 24px; margin-top: 0; padding: 14px 24px; border: 1px solid #c4c7cf; text-decoration: none; font-size: .72rem; line-height: 1; font-weight: 600; letter-spacing: .28em; transition: background .2s, color .2s; }
.button:hover, .button:focus-visible { background: var(--white); color: var(--ink); outline: none; }
.button span, .talent span { display: inline-flex; align-items: center; font-size: 1.1rem; line-height: 1; }
.button span { transition: transform .2s ease; }
.button:hover span, .button:focus-visible span { transform: translateX(5px); }
.talent { flex: 0 0 420px; width: 420px; min-height: 89px; display: flex; flex-direction: column; justify-content: center; padding: 6px 0 6px 34px; border-left: 1px solid #858995; }
.talent p { font-size: 1rem; }
.talent a { display: inline-flex; width: fit-content; align-items: center; gap: 24px; text-decoration: none; font-size: .72rem; font-weight: 600; letter-spacing: .25em; transition: color .2s ease, text-shadow .2s ease; }
.talent .link-label { padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.talent a span { transition: transform .2s ease; }
.talent a:hover, .talent a:focus-visible { color: #fff; text-shadow: 0 0 12px rgba(255,255,255,.55); outline: none; }
.talent a:hover span:last-child, .talent a:focus-visible span:last-child { transform: translateX(5px); }

.site-footer { min-height: 160px; margin-top: -160px; display: flex; align-items: center; justify-content: space-between; font-size: .85rem; z-index: 2; }
.site-footer p { margin: 10px 0; }
.footer-brand { display: flex; align-items: center; gap: 12px; font-size: .9rem; letter-spacing: 0; }
.footer-brand img { width: 112px; height: auto; }
.footer-brand span { color: #90949f; }
.footer-values { margin-left: auto; }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  :root { --shell: min(88vw, 880px); --header-height: 96px; }
  .service-grid--five, .service-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 58px; }
  .site-header { padding-top: 26px; }
  nav { gap: 11px; font-size: .57rem; letter-spacing: .2em; }
  .hero { min-height: 0; }
  .cta { min-height: 700px; display: block; }
  .cta-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .button, .talent { width: 100%; min-width: 0; }
  .button { flex-basis: auto; }
  .talent { flex-basis: auto; min-height: 89px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100vw - 42px); --header-height: 103px; }
  .site-header { height: var(--header-height); padding: 28px 0; align-items: center; justify-content: space-between; gap: 0; }
  .brand img { width: 145px; }
  nav { max-width: none; justify-content: flex-end; flex-wrap: nowrap; gap: 6px; line-height: 1; font-size: .52rem; letter-spacing: .16em; }
  .hero { min-height: 0; padding: 70px 0 0; }
  .hero::before { height: calc(100% + var(--header-height)); background-position: 0 0; opacity: .85; }
  h1 { font-size: clamp(4.4rem, 21vw, 6.2rem); }
  h2 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .lede, .section-intro p, .cta p { font-size: 1rem; }
  .kicker, .eyebrow { font-size: .67rem; }
  .section { padding-top: 80px; }
  .section .eyebrow { margin-top: 26px; }
  .service-grid--five, .service-grid--four { grid-template-columns: 1fr; gap: 34px; }
  .service { min-height: 0; padding: 2px 0 3px 24px; }
  .service h3 { font-size: 1.45rem; }
  .service p { max-width: 390px; }
  .cta { min-height: 760px; padding: 80px 0 185px; grid-template-columns: 1fr; align-content: center; gap: 36px; }
  .cta-actions { grid-template-columns: 1fr; gap: 36px; }
  .cta::after { width: 120vw; height: 680px; left: -20vw; opacity: .75; }
  .button { width: min(100%, 360px); min-height: 50px; padding: 13px 17px; letter-spacing: .18em; }
  .talent { padding-left: 22px; }
  .site-footer { min-height: 165px; margin-top: -165px; align-items: center; justify-content: space-between; padding-top: 20px; gap: 0; }
  .footer-brand { font-size: .85rem; }
  .footer-brand img { width: 92px; }
  .footer-values { max-width: none; justify-content: flex-end; flex-wrap: nowrap; gap: 7px; font-size: .5rem; letter-spacing: .12em; text-align: right; }
}

@media (max-width: 480px) {
  .site-header { gap: 0; }
  .brand img { width: 135px; }
  nav { gap: 3px; font-size: .36rem; letter-spacing: .1em; }
  .site-footer { gap: 0; }
  .footer-values { gap: 3px; font-size: .38rem; letter-spacing: .08em; }
}

@media (max-width: 340px) {
  .brand img { width: 125px; }
  nav { gap: 2px; font-size: .32rem; letter-spacing: .08em; }
  .site-footer { gap: 8px; }
  .footer-brand { gap: 6px; font-size: .72rem; }
  .footer-brand img { width: 76px; }
  .footer-values { gap: 2px; font-size: .34rem; letter-spacing: .06em; }
}
