:root {
  --n3-black: #07090b;
  --n3-panel: #101419;
  --n3-panel-2: #151b21;
  --n3-ink: #f4f1ea;
  --n3-steel: #9ba7b2;
  --n3-line: rgba(186, 202, 218, .18);
  --n3-blue: #628fc8;
  --n3-blue-hot: #8bb8ed;
  --n3-gold: #e0a83a;
  --n3-motion: cubic-bezier(.16, 1, .3, 1);
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 85% 6%, rgba(70, 116, 170, .14), transparent 28rem),
    linear-gradient(rgba(139, 184, 237, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 184, 237, .035) 1px, transparent 1px),
    var(--n3-black);
  background-size: auto, 48px 48px, 48px 48px, auto;
  color: var(--n3-ink);
}
main { overflow: clip; }
.site-header {
  background: rgba(7, 9, 11, .78);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color .3s ease, background .3s ease;
}
.site-header.is-scrolled { background: rgba(7, 9, 11, .96); border-bottom-color: var(--n3-line); }
.nav-shell { max-width: 1500px; }
.logo .n3 { color: var(--n3-blue-hot); }
.site-nav a { letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.site-nav a::after { background: var(--n3-blue-hot); }
.nav-utility { border-color: var(--n3-line); }
.btn, .n3-btn { border-radius: 0; }

.n3-hero {
  min-height: min(820px, calc(100vh - 74px));
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 100px) clamp(22px, 5vw, 76px) clamp(52px, 7vw, 94px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
  gap: clamp(38px, 7vw, 110px);
  position: relative;
}
.n3-hero::before {
  content: "N3 / 001";
  position: absolute;
  inset: 26px auto auto clamp(22px, 5vw, 76px);
  color: rgba(244, 241, 234, .35);
  font: 600 10px/1 'Michroma', sans-serif;
  letter-spacing: .18em;
}
.n3-kicker, .n3-section-label {
  margin: 0 0 22px;
  color: var(--n3-blue-hot);
  font: 600 10px/1.35 'Michroma', sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.n3-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-inline-end: 10px;
  border-radius: 50%;
  background: var(--n3-gold);
  box-shadow: 0 0 0 5px rgba(224, 168, 58, .12);
  animation: n3-pulse 2.2s infinite;
}
@keyframes n3-pulse { 50% { box-shadow: 0 0 0 10px rgba(224, 168, 58, 0); } }
.n3-display {
  margin: 0;
  font: 700 clamp(54px, 7.1vw, 116px)/.84 'Exo 2', sans-serif;
  letter-spacing: -.065em;
  text-transform: uppercase;
}
.n3-display span { display: block; }
.n3-display__outline {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(244, 241, 234, .74);
  text-stroke: 1.5px rgba(244, 241, 234, .74);
}
.n3-lede {
  max-width: 670px;
  margin: 32px 0 30px;
  color: #b9c2cb;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
}
.n3-search { max-width: 690px; margin-bottom: 22px; }
.n3-search label { display: block; margin-bottom: 9px; color: var(--n3-steel); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.n3-search > div { display: flex; min-height: 58px; border: 1px solid rgba(139, 184, 237, .35); background: rgba(16, 20, 25, .82); box-shadow: inset 3px 0 var(--n3-blue); }
.n3-search input { min-width: 0; flex: 1; border: 0; background: transparent; color: var(--n3-ink); padding: 0 20px; font: inherit; outline: none; }
.n3-search input:focus { box-shadow: inset 0 0 0 1px var(--n3-blue-hot); }
.n3-search button { border: 0; border-left: 1px solid var(--n3-line); background: var(--n3-blue); color: #07111b; padding: 0 24px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.n3-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.n3-btn {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(244, 241, 234, .27);
  color: var(--n3-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s var(--n3-motion);
}
.n3-btn:hover { color: var(--n3-black); background: var(--n3-ink); border-color: var(--n3-ink); transform: translateY(-2px); }
.n3-btn--solid { background: var(--n3-blue); border-color: var(--n3-blue); color: #08111b; }
.n3-btn--quiet { border-color: transparent; color: var(--n3-steel); }
.n3-btn--light { background: var(--n3-ink); border-color: var(--n3-ink); color: var(--n3-black); }
.n3-mini-proof { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: var(--n3-steel); font-size: 11px; letter-spacing: .035em; text-transform: uppercase; }
.n3-mini-proof span, .n3-mini-proof a { color: inherit; }
.n3-mini-proof b { margin-inline-end: 7px; color: var(--n3-blue-hot); font: 600 9px 'Michroma', sans-serif; }

.n3-hero__visual {
  --spot-x: 50%;
  --spot-y: 50%;
  min-height: clamp(460px, 53vw, 680px);
  position: relative;
  display: block;
  overflow: hidden;
  background: #0b0f13;
  border: 1px solid var(--n3-line);
  isolation: isolate;
}
.n3-hero__visual::before { content: ""; position: absolute; inset: 0; z-index: 2; background: radial-gradient(340px circle at var(--spot-x) var(--spot-y), rgba(139, 184, 237, .18), transparent 70%), linear-gradient(180deg, transparent 52%, rgba(3, 5, 7, .9)); pointer-events: none; }
.n3-hero__visual::after { content: ""; position: absolute; inset: 0; z-index: 3; background: repeating-linear-gradient(0deg, rgba(255,255,255,.018) 0 1px, transparent 1px 4px); pointer-events: none; }
.n3-hero__visual > img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.74) contrast(1.08); transition: transform 1s var(--n3-motion), filter .5s ease; }
.n3-hero__visual:hover > img { transform: scale(1.025); filter: saturate(.95) contrast(1.05); }
.n3-hero__visual > .n3-hero__logo { object-fit: contain; padding: 12%; }
.n3-corner { position: absolute; z-index: 5; width: 34px; height: 34px; border-color: var(--n3-blue-hot); border-style: solid; pointer-events: none; }
.n3-corner--tl { top: 14px; left: 14px; border-width: 1px 0 0 1px; }.n3-corner--tr { top: 14px; right: 14px; border-width: 1px 1px 0 0; }.n3-corner--bl { bottom: 14px; left: 14px; border-width: 0 0 1px 1px; }.n3-corner--br { bottom: 14px; right: 14px; border-width: 0 1px 1px 0; }
.n3-visual-id { position: absolute; z-index: 4; top: 28px; left: 28px; color: var(--n3-ink); font: 600 9px 'Michroma', sans-serif; letter-spacing: .15em; }
.n3-visual-mark { position: absolute; z-index: 1; top: 11%; right: -7%; color: transparent; -webkit-text-stroke: 1px rgba(139, 184, 237, .17); font: 700 clamp(120px, 18vw, 280px)/1 'Exo 2', sans-serif; letter-spacing: -.1em; }
.n3-visual-caption { position: absolute; z-index: 4; inset: auto 28px 28px; display: grid; grid-template-columns: 1fr auto; gap: 7px 20px; padding-top: 18px; border-top: 1px solid rgba(244, 241, 234, .25); color: var(--n3-ink); }
.n3-visual-caption small { grid-column: 1/-1; color: var(--n3-steel); text-transform: uppercase; letter-spacing: .12em; }.n3-visual-caption strong { font-size: 18px; }.n3-visual-caption em { color: var(--n3-blue-hot); font-style: normal; font-size: 12px; text-transform: uppercase; }

.n3-ticker { overflow: hidden; border-block: 1px solid var(--n3-line); background: var(--n3-blue); color: #07111b; }
.n3-ticker div { width: max-content; display: flex; align-items: center; gap: 30px; padding: 13px 0; animation: n3-marquee 28s linear infinite; }
.n3-ticker span { font: 800 12px 'Michroma', sans-serif; letter-spacing: .13em; }.n3-ticker i { font-size: 9px; }
@keyframes n3-marquee { to { transform: translateX(-50%); } }

.n3-manifesto, .n3-section, .n3-process, .n3-tech, .n3-final { max-width: 1500px; margin: 0 auto; padding-inline: clamp(22px, 5vw, 76px); }
.n3-manifesto { padding-top: clamp(90px, 12vw, 170px); padding-bottom: clamp(60px, 9vw, 120px); display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; }
.n3-manifesto h2, .n3-section-head h2, .n3-process h2, .n3-tech h2, .n3-final h2 { margin: 0; font: 700 clamp(38px, 5.4vw, 78px)/.98 'Exo 2', sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.n3-manifesto > div > p { max-width: 700px; margin: 28px 0 0; color: var(--n3-steel); font-size: 18px; line-height: 1.65; }
.n3-proof-grid { max-width: 1500px; margin: 0 auto clamp(100px, 12vw, 170px); padding: 0 clamp(22px, 5vw, 76px); display: grid; grid-template-columns: repeat(4, 1fr); }
.n3-proof-grid article { min-height: 220px; padding: 26px; border: solid var(--n3-line); border-width: 1px 1px 1px 0; background: rgba(16, 20, 25, .62); }.n3-proof-grid article:first-child { border-left-width: 1px; }
.n3-proof-grid b { color: var(--n3-blue-hot); font: 600 10px 'Michroma', sans-serif; }.n3-proof-grid h3 { margin: 60px 0 12px; font-size: 18px; text-transform: uppercase; }.n3-proof-grid p { color: var(--n3-steel); line-height: 1.55; }

.n3-section { padding-bottom: clamp(110px, 14vw, 190px); }
.n3-section-head { margin-bottom: 40px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.n3-section-head h2 { max-width: 900px; font-size: clamp(38px, 5vw, 70px); }
.n3-section-head > a { flex: none; color: var(--n3-blue-hot); padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.n3-parts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--n3-line); border-left: 1px solid var(--n3-line); }
.n3-part-card, .n3-source-card { min-width: 0; border-right: 1px solid var(--n3-line); border-bottom: 1px solid var(--n3-line); background: rgba(16, 20, 25, .74); color: var(--n3-ink); }
.n3-part-card__media { aspect-ratio: 1/.84; position: relative; overflow: hidden; background: #0d1115; }.n3-part-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .7s var(--n3-motion), filter .35s; }.n3-part-card:hover img { transform: scale(1.04); filter: saturate(1); }.n3-part-card__media > span { height: 100%; display: grid; place-items: center; color: rgba(139,184,237,.33); font: 700 26px 'Michroma',sans-serif; }.n3-part-card__media b { position: absolute; top: 14px; right: 14px; padding: 7px 8px; background: rgba(7,9,11,.78); color: var(--n3-blue-hot); font: 600 9px 'Michroma', sans-serif; }
.n3-part-card__body { padding: 22px; }.n3-chip { display: inline-block; padding: 5px 8px; border: 1px solid rgba(139,184,237,.35); color: var(--n3-blue-hot); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }.n3-meta { float: right; color: var(--n3-steel); font-size: 10px; text-transform: uppercase; }.n3-part-card h3 { min-height: 2.7em; margin: 24px 0 7px; font-size: 18px; line-height: 1.32; }.n3-part-card p { color: var(--n3-steel); font-size: 13px; }.n3-part-card footer { margin-top: 24px; padding-top: 16px; display: flex; justify-content: space-between; border-top: 1px solid var(--n3-line); }.n3-part-card footer strong { font-size: 17px; }.n3-part-card footer i { color: var(--n3-blue-hot); font-style: normal; }
.n3-source-card { padding: 26px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, #172538, #0e141b); }.n3-source-card > span { color: transparent; -webkit-text-stroke: 1px rgba(139,184,237,.38); font: 700 120px/.8 'Exo 2', sans-serif; }.n3-source-card h3 { margin: 32px 0 12px; font-size: 27px; line-height: 1.05; text-transform: uppercase; }.n3-source-card > p:not(.n3-section-label) { color: var(--n3-steel); line-height: 1.55; }.n3-source-card > b { margin-top: 30px; color: var(--n3-blue-hot); font-size: 12px; text-transform: uppercase; }

.n3-custom-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-auto-rows: minmax(270px, auto); gap: 14px; }
.n3-custom-card { min-height: 280px; position: relative; overflow: hidden; border: 1px solid var(--n3-line); background: var(--n3-panel); color: var(--n3-ink); }.n3-custom-card--lead { grid-row: span 2; min-height: 570px; }.n3-custom-card__media { position: absolute; inset: 0; }.n3-custom-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(5,7,9,.95)); }.n3-custom-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.73); transition: transform .9s var(--n3-motion), filter .35s ease; }.n3-custom-card:hover img { transform: scale(1.035); filter: saturate(1); }.n3-custom-card__media > span { width: 100%; height: 100%; display: grid; place-items: center; color: rgba(139,184,237,.35); font: 700 84px 'Exo 2',sans-serif; }.n3-custom-card__media small { display: block; font: 600 9px 'Michroma',sans-serif; }
.n3-custom-card__body { position: absolute; z-index: 2; inset: auto 24px 24px; display: grid; grid-template-columns: 1fr auto; gap: 8px 20px; }.n3-custom-card__body small { grid-column: 1/-1; color: var(--n3-blue-hot); letter-spacing: .12em; text-transform: uppercase; }.n3-custom-card__body h3 { margin: 0; font-size: clamp(21px, 2.2vw, 34px); line-height: 1.04; text-transform: uppercase; }.n3-custom-card__body strong { align-self: end; }.n3-custom-card__body i { grid-column: 2; grid-row: 2/4; align-self: end; color: var(--n3-blue-hot); font-size: 23px; font-style: normal; }

.n3-process { padding-bottom: clamp(110px, 14vw, 190px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }.n3-process__intro { position: sticky; top: 120px; align-self: start; }.n3-process h2 { margin-bottom: 32px; font-size: clamp(38px, 4.5vw, 65px); }.n3-process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--n3-line); }.n3-process li { padding: 27px 0; display: grid; grid-template-columns: 80px 1fr; border-bottom: 1px solid var(--n3-line); }.n3-process li > b { color: var(--n3-blue-hot); font: 600 10px 'Michroma',sans-serif; }.n3-process li h3 { margin: 0 0 8px; font-size: 22px; text-transform: uppercase; }.n3-process li p { margin: 0; color: var(--n3-steel); line-height: 1.5; }
.n3-tech { margin-bottom: clamp(110px, 14vw, 190px); padding-block: clamp(50px, 7vw, 90px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 130px); border-block: 1px solid var(--n3-line); background: linear-gradient(90deg, rgba(98,143,200,.09), transparent 70%); }.n3-tech__graphic { aspect-ratio: 1; max-width: 480px; position: relative; display: grid; place-items: center; border: 1px solid var(--n3-line); border-radius: 50%; }.n3-tech__graphic::before,.n3-tech__graphic::after,.n3-tech__graphic i { content:""; position:absolute; inset:10%; border:1px solid rgba(139,184,237,.18); border-radius:50%; }.n3-tech__graphic::after { inset: 24%; }.n3-tech__graphic i:nth-of-type(1) { inset: 37%; border-color: rgba(224,168,58,.35); }.n3-tech__graphic i:nth-of-type(2) { inset: -1px 50%; border-radius: 0; border-width: 0 0 0 1px; }.n3-tech__graphic i:nth-of-type(3) { inset: 50% -1px; border-radius: 0; border-width: 1px 0 0; }.n3-tech__graphic span { color: transparent; -webkit-text-stroke: 1px var(--n3-blue-hot); font: 700 clamp(70px, 9vw, 135px) 'Exo 2', sans-serif; letter-spacing: -.09em; }.n3-tech__copy > p:not(.n3-section-label) { max-width: 620px; margin: 24px 0 30px; color: var(--n3-steel); font-size: 17px; line-height: 1.6; }
.n3-final { margin-bottom: clamp(70px, 9vw, 120px); padding-block: clamp(60px, 9vw, 115px); text-align: center; background: var(--n3-blue); color: #07111b; clip-path: polygon(0 0, calc(100% - 32px) 0, 100% 32px, 100% 100%, 32px 100%, 0 calc(100% - 32px)); }.n3-final .n3-section-label { color: #14283d; }.n3-final h2 { font-size: clamp(52px, 8vw, 118px); }.n3-final > p:not(.n3-section-label) { margin: 22px auto 28px; font-size: 18px; }.n3-final .n3-actions { justify-content: center; }.n3-final .n3-btn { border-color: rgba(7,17,27,.42); color: #07111b; }.n3-final .n3-btn:hover { background: #07111b; color: var(--n3-ink); }

.site-footer { border-top-color: var(--n3-line); background: #050607; }
html.js .reveal { transform: translateY(28px); transition: transform .85s var(--n3-motion); }
html.js .reveal.is-visible { transform: none; }

@media (max-width: 1000px) {
  .n3-hero { grid-template-columns: 1fr; min-height: auto; }.n3-hero__visual { min-height: 600px; }.n3-proof-grid { grid-template-columns: repeat(2,1fr); }.n3-proof-grid article:nth-child(3) { border-left-width: 1px; }.n3-parts-grid { grid-template-columns: repeat(2,1fr); }.n3-custom-grid { grid-template-columns: 1fr 1fr; }.n3-custom-card--lead { grid-column: 1/-1; grid-row: auto; }.n3-process, .n3-tech { grid-template-columns: 1fr; }.n3-process__intro { position: static; }.n3-tech__graphic { width: min(100%, 440px); justify-self: center; }
}

@media (max-width: 720px) {
  body { background-size: auto, 32px 32px, 32px 32px, auto; }
  .n3-hero { padding-top: 62px; gap: 38px; }.n3-hero::before { top: 18px; }.n3-display { font-size: clamp(44px, 13vw, 62px); }.n3-lede { margin-block: 24px; font-size: 16px; }.n3-search > div { min-height: 54px; }.n3-search button { padding-inline: 16px; }.n3-actions .n3-btn { flex: 1 1 calc(50% - 10px); padding-inline: 12px; }.n3-mini-proof { display: grid; grid-template-columns: 1fr 1fr; }.n3-hero__visual { min-height: 440px; }.n3-visual-caption { inset: auto 22px 22px; }.n3-ticker div { padding-block: 11px; }.n3-ticker span { font-size: 10px; }
  .n3-manifesto { grid-template-columns: 1fr; gap: 12px; }.n3-manifesto h2, .n3-section-head h2, .n3-process h2, .n3-tech h2 { font-size: clamp(36px, 11vw, 52px); }.n3-proof-grid { grid-template-columns: 1fr; }.n3-proof-grid article, .n3-proof-grid article:nth-child(3) { min-height: 170px; border-left-width: 1px; }.n3-proof-grid h3 { margin-top: 36px; }.n3-section-head { align-items: start; flex-direction: column; }.n3-parts-grid { grid-template-columns: 1fr; }.n3-part-card h3 { min-height: auto; }.n3-source-card { min-height: 390px; }.n3-custom-grid { grid-template-columns: 1fr; }.n3-custom-card, .n3-custom-card--lead { grid-column: auto; min-height: 400px; }.n3-process li { grid-template-columns: 52px 1fr; }.n3-tech { padding-inline: 22px; }.n3-final { margin-inline: 12px; padding-inline: 18px; }.n3-final h2 { font-size: clamp(50px, 15vw, 76px); }.n3-final .n3-actions { flex-direction: column; align-items: stretch; }
}

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