@font-face {
  font-family: "Archivo";
  src: url("/assets/fonts/archivo-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  font-family: "Archivo", Arial, sans-serif;
  color: #f4f7fb;
  background: #070a0f;
  --ink: #070a0f;
  --surface: #11151b;
  --soft: #aab5c5;
  --muted: #7f8894;
  --line: rgba(255, 255, 255, .14);
  --accent: #70c8df;
  --pad: clamp(1.25rem, 4vw, 5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
::selection { color: var(--ink); background: var(--accent); }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: .8rem 1rem;
  color: var(--ink);
  background: var(--accent);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .85rem var(--pad);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(rgba(7, 10, 15, .78), transparent);
}

.brand img { width: clamp(10rem, 16vw, 14rem); height: auto; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.5rem); font: 600 .68rem/1 "Space Grotesk"; letter-spacing: .12em; text-transform: uppercase; }
.nav a { position: relative; display: inline-flex; min-height: 2.75rem; align-items: center; }
.nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: .45rem; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; }
.nav a:hover::after, .nav a:focus-visible::after, .nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.hero {
  position: relative;
  min-height: min(100svh, 880px);
  overflow: hidden;
  background: var(--ink);
}

.hero__image { position: absolute; inset: 0; animation: hero-scale 1.4s cubic-bezier(.22, 1, .36, 1) both; }
.hero__image img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06) brightness(.68); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 7, 10, .95) 0%, rgba(5, 7, 10, .66) 48%, rgba(5, 7, 10, .2) 100%), linear-gradient(0deg, rgba(5, 7, 10, .78), transparent 48%); }
.hero__grid { position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px); background-size: 8.333vw 8.333vw; mask-image: linear-gradient(to right, black, transparent 78%); }

.hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(100svh, 880px);
  max-width: 90rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 9rem var(--pad) clamp(5rem, 10vh, 7rem);
}

.eyebrow, .section-label { margin: 0; color: var(--soft); font: 600 .68rem/1.3 "Space Grotesk"; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 13ch; margin: 1.4rem 0 0; font-size: clamp(3.7rem, 7.5vw, 8rem); font-weight: 300; line-height: .9; letter-spacing: -.07em; animation: rise-in .8s .12s cubic-bezier(.22, 1, .36, 1) both; }
.hero__summary { max-width: 49rem; margin: 1.7rem 0 0; color: var(--soft); font-size: clamp(1rem, 1.4vw, 1.28rem); font-weight: 300; line-height: 1.58; animation: rise-in .8s .22s cubic-bezier(.22, 1, .36, 1) both; }
.disclaimer { max-width: 49rem; margin: 1rem 0 0; color: var(--muted); font-size: .76rem; line-height: 1.6; animation: rise-in .8s .27s cubic-bezier(.22, 1, .36, 1) both; }
.hero__action { display: inline-flex; min-height: 3.2rem; align-items: center; margin-top: 2rem; padding: .9rem 1.2rem; border: 1px solid rgba(255, 255, 255, .26); border-radius: 5px; background: rgba(7, 10, 15, .72); font: 600 .7rem/1 "Space Grotesk"; letter-spacing: .12em; text-transform: uppercase; transition: color 200ms ease, border-color 200ms ease, background 200ms ease, transform 200ms ease; animation: rise-in .8s .32s cubic-bezier(.22, 1, .36, 1) both; }
.hero__action:hover, .hero__action:focus-visible { color: var(--ink); border-color: var(--accent); background: var(--accent); transform: translateY(-2px); }

.section { width: min(100%, 1600px); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.intro { display: grid; grid-template-columns: .7fr 1.8fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: end; }
.intro h2, .process h2, .cta h2 { margin: 0; font-size: clamp(2.8rem, 5.5vw, 6rem); font-weight: 300; line-height: .96; letter-spacing: -.06em; }
.intro > p:last-child { margin: 0; color: var(--soft); line-height: 1.7; }

.deliverables { display: grid; grid-template-columns: repeat(2, 1fr); margin: clamp(4rem, 7vw, 7rem) 0 0; border-top: 1px solid var(--line); }
.deliverables article { min-height: 15rem; padding: 2.2rem 2rem 2.2rem 0; border-bottom: 1px solid var(--line); }
.deliverables article:nth-child(odd) { border-right: 1px solid var(--line); }
.deliverables article:nth-child(even) { padding-left: 2rem; }
.deliverables span { color: var(--accent); font: 500 .68rem/1 "Space Grotesk"; letter-spacing: .14em; }
.deliverables h3 { margin: 2rem 0 .8rem; font-size: clamp(1.7rem, 2.7vw, 3rem); font-weight: 300; letter-spacing: -.045em; }
.deliverables p { max-width: 37rem; margin: 0; color: var(--soft); line-height: 1.65; }

.feature { position: relative; min-height: min(78vw, 920px); overflow: hidden; }
.feature img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.22, 1, .36, 1), filter 600ms ease; }
.feature:hover img { transform: scale(1.025); filter: saturate(1.06); }
.feature figcaption { position: absolute; left: var(--pad); right: var(--pad); bottom: 1.5rem; display: flex; justify-content: space-between; gap: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .45); color: white; font: 600 .67rem/1.4 "Space Grotesk"; letter-spacing: .13em; text-transform: uppercase; }

.process { background: linear-gradient(180deg, #11151b, #070a0f); }
.process__inner { width: min(100%, 1600px); margin: 0 auto; padding: clamp(6rem, 11vw, 10rem) var(--pad); }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(4rem, 7vw, 7rem) 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process li { min-height: 19rem; padding: 1.6rem 1.5rem 2rem 0; border-right: 1px solid var(--line); }
.process li:not(:first-child) { padding-left: 1.5rem; }
.process li:last-child { border-right: 0; }
.process li > span { color: var(--accent); font: 500 .68rem/1 "Space Grotesk"; letter-spacing: .15em; }
.process h3 { margin: 4rem 0 1rem; font-size: 1.45rem; font-weight: 400; letter-spacing: -.025em; }
.process p { margin: 0; color: var(--soft); line-height: 1.65; }

.cta { text-align: center; }
.cta h2 { max-width: 15ch; margin-inline: auto; }
.cta p { max-width: 42rem; margin: 1.5rem auto 2.2rem; color: var(--soft); line-height: 1.7; }
.cta a { display: inline-flex; min-height: 3.2rem; align-items: center; padding: .9rem 1.25rem; color: var(--ink); border-radius: 5px; background: var(--accent); font: 600 .7rem/1 "Space Grotesk"; letter-spacing: .12em; text-transform: uppercase; transition: transform 200ms ease, background 200ms ease; }
.cta a:hover, .cta a:focus-visible { background: #a6e2ef; transform: translateY(-2px); }

.footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2rem; padding: 2rem var(--pad); border-top: 1px solid var(--line); color: var(--muted); font: 500 .65rem/1.5 "Space Grotesk"; letter-spacing: .12em; text-transform: uppercase; }
.footer__legal { max-width: 58rem; text-transform: none; letter-spacing: .02em; }
.footer__legal p { margin: 0 0 .6rem; }
.footer nav { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.footer a:hover, .footer a:focus-visible { color: var(--accent); }

@keyframes rise-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-scale { from { opacity: .7; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 820px) {
  .site-header { align-items: flex-start; }
  .nav a:not(:last-child) { display: none; }
  .hero { min-height: 760px; }
  .hero__content { min-height: 760px; padding-bottom: 5rem; }
  .hero h1 { font-size: clamp(3.6rem, 17vw, 6rem); }
  .intro { grid-template-columns: 1fr; align-items: start; }
  .intro h2 { max-width: 12ch; }
  .deliverables { grid-template-columns: 1fr; }
  .deliverables article, .deliverables article:nth-child(even) { min-height: 0; padding: 2rem 0; border-right: 0; }
  .feature { min-height: 72svh; }
  .process ol { grid-template-columns: 1fr; }
  .process li, .process li:not(:first-child) { min-height: 0; padding: 1.8rem 0 2.4rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .process h3 { margin-top: 1.8rem; }
  .footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
