:root {
  color-scheme: dark;
  --ncl-ink: #070817;
  --ncl-ink-2: #0c0c20;
  --ncl-plum: #17122f;
  --ncl-plum-2: #251936;
  --ncl-paper: #f5f0fa;
  --ncl-muted: #bcb5cd;
  --ncl-rule: rgba(182, 172, 221, .27);
  --ncl-peach: #ffa477;
  --ncl-gold: #ffe4a9;
  --ncl-blue: #a7beff;
  --ncl-mint: #8ee4b5;
  --ncl-max: 1440px;
  --ncl-serif: Georgia, "Times New Roman", serif;
  --ncl-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ncl-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

.ncl-shell {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ncl-ink);
  color: var(--ncl-paper);
  font-family: var(--ncl-sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.ncl-shell *, .ncl-shell *::before, .ncl-shell *::after { box-sizing: border-box; }
.ncl-shell img { display: block; max-width: 100%; }
.ncl-shell a { color: inherit; }
.ncl-page { position: relative; overflow: hidden; background: var(--ncl-ink); }

.ncl-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  color: var(--ncl-ink);
  background: var(--ncl-paper);
  transform: translateY(-150%);
}
.ncl-skip:focus { transform: translateY(0); }

.ncl-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 64px, var(--ncl-max));
  height: 92px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.ncl-brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.ncl-brand img { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.12); }
.ncl-brand span { font-family: var(--ncl-serif); font-size: clamp(17px, 1.55vw, 23px); font-weight: 700; letter-spacing: -.02em; }
.ncl-nav { display: flex; gap: clamp(18px, 3vw, 42px); }
.ncl-nav a, .ncl-text-link {
  position: relative;
  font-family: var(--ncl-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}
.ncl-nav a::after, .ncl-text-link::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.ncl-nav a:hover::after, .ncl-nav a:focus-visible::after, .ncl-text-link:hover::after, .ncl-text-link:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.ncl-shell :focus-visible { outline: 3px solid var(--ncl-gold); outline-offset: 4px; }

.ncl-section { position: relative; width: min(100% - 64px, var(--ncl-max)); margin-inline: auto; }
.ncl-kicker, .ncl-running-head, .ncl-folio-inline, .ncl-closing-folio {
  margin: 0;
  color: var(--ncl-peach);
  font-family: var(--ncl-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.ncl-section-number { display: block; margin-bottom: 10px; color: var(--ncl-peach); font-family: var(--ncl-serif); font-size: clamp(64px, 7vw, 108px); line-height: .7; }
.ncl-shell h1, .ncl-shell h2, .ncl-shell h3, .ncl-shell p { overflow-wrap: anywhere; }
.ncl-shell h1, .ncl-shell h2, .ncl-shell h3 { margin-block: 0; font-family: var(--ncl-serif); font-weight: 500; letter-spacing: -.035em; }
.ncl-shell p { line-height: 1.65; }
.ncl-shell figure { margin: 0; }
.ncl-shell figcaption { margin-top: 12px; color: var(--ncl-muted); font-family: var(--ncl-mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }

/* Cover */
.ncl-hero {
  position: relative;
  min-height: 860px;
  padding: 172px max(32px, calc((100vw - var(--ncl-max)) / 2)) 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 78%, rgba(156, 80, 58, .34), transparent 27%),
    linear-gradient(112deg, #080817 0 54%, #0d0d22 54% 100%);
}
.ncl-hero::before, .ncl-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.ncl-hero::before { inset: 0; opacity: .17; background-image: url("assets/editorial-texture.webp"); background-position: center; background-size: cover; mix-blend-mode: screen; }
.ncl-hero::after { right: -8vw; bottom: 11%; width: 78vw; height: 2px; background: linear-gradient(90deg, transparent, rgba(155,181,255,.85)); transform: rotate(-15deg); transform-origin: right; box-shadow: 0 0 22px rgba(146,177,255,.28); }
.ncl-hero-paper { position: absolute; z-index: 1; left: -3vw; bottom: -6%; width: 35vw; height: 38%; background: rgba(159,75,46,.28); clip-path: polygon(0 9%, 7% 4%, 19% 8%, 32% 2%, 46% 10%, 59% 3%, 75% 9%, 86% 2%, 100% 7%, 100% 100%, 0 100%); transform: rotate(-4deg); }
.ncl-hero-copy { position: relative; z-index: 3; width: min(54%, 740px); }
.ncl-hero h1 { max-width: 760px; margin-top: 32px; font-size: clamp(55px, 6.1vw, 96px); line-height: .96; text-wrap: balance; }
.ncl-lede { max-width: 630px; margin: 38px 0 0; color: var(--ncl-muted); font-size: clamp(16px, 1.45vw, 21px); }
.ncl-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.ncl-release-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid var(--ncl-peach);
  border-radius: 999px;
  background: var(--ncl-plum-2);
  color: #ffd0b5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .015em;
  text-decoration: none;
  text-transform: uppercase;
}
.ncl-proof { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 540px; margin: 68px 0 0; padding: 22px 0 0; border-top: 1px solid var(--ncl-rule); list-style: none; }
.ncl-proof li { display: flex; flex-direction: column; gap: 4px; }
.ncl-proof b { font-family: var(--ncl-serif); font-size: 30px; font-weight: 500; }
.ncl-proof span { color: var(--ncl-mint); font-family: var(--ncl-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.ncl-hero-visual { position: absolute; z-index: 2; top: 132px; right: max(32px, calc((100vw - var(--ncl-max)) / 2)); width: min(43vw, 650px); height: 700px; }
.ncl-folio { position: absolute; z-index: 4; right: 0; bottom: -10px; color: var(--ncl-peach); font-family: var(--ncl-serif); font-size: 84px; }
.ncl-hero-screen { position: absolute; top: 0; right: 0; width: 58%; height: 610px; overflow: hidden; border: 1px solid rgba(186,174,227,.48); border-radius: 26px 26px 2px 2px; box-shadow: 14px 18px 0 #03040d; }
.ncl-hero-screen img { width: 100%; height: auto; }
.ncl-hero-screen figcaption { position: absolute; right: 16px; bottom: 14px; padding: 6px 10px; background: rgba(7,8,23,.88); }
.ncl-hero-inset { position: absolute; z-index: 2; right: 42%; bottom: 6px; width: 31%; height: 300px; overflow: hidden; border: 1px solid var(--ncl-peach); background: var(--ncl-plum); box-shadow: 10px 14px 0 #03040d; transform: rotate(-1.5deg); }
.ncl-hero-inset img { width: 100%; height: auto; }
.ncl-hero-inset figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; margin: 0; padding: 7px; background: rgba(7,8,23,.92); color: #ffd0b5; }
.ncl-hero-rule { position: absolute; z-index: 2; top: 137px; left: max(32px, calc((100vw - var(--ncl-max)) / 2)); width: min(35vw, 430px); height: 1px; background: var(--ncl-peach); }

/* Editorial statement */
.ncl-manifesto { display: grid; grid-template-columns: .32fr 1.2fr; gap: 7vw; padding-block: 100px; }
.ncl-manifesto h2 { max-width: 980px; font-size: clamp(40px, 5vw, 76px); line-height: 1.03; }
.ncl-manifesto-grid { grid-column: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px; max-width: 900px; color: var(--ncl-muted); font-size: 16px; }
.ncl-manifesto-grid p { margin: 0; }

/* Reading spread */
.ncl-reading { width: 100%; padding: 82px max(32px, calc((100vw - var(--ncl-max)) / 2)) 104px; background: #0b0b20; }
.ncl-reading::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: url("assets/editorial-texture.webp"); background-size: cover; }
.ncl-spread-head { position: relative; display: flex; align-items: end; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--ncl-rule); }
.ncl-running-head { color: var(--ncl-muted); }
.ncl-reading-spread { position: relative; display: grid; grid-template-columns: minmax(330px, .78fr) minmax(480px, 1.22fr); gap: clamp(46px, 7vw, 110px); align-items: start; padding-top: 42px; }
.ncl-reading-crop { position: relative; height: 760px; overflow: hidden; border: 1px solid rgba(189,177,229,.5); border-radius: 24px 24px 0 0; background: #08091f; box-shadow: 16px 18px 0 #03040d; }
.ncl-reading-crop::after { content: ""; position: absolute; inset: auto 0 0; height: 23%; background: linear-gradient(transparent, #08091f); pointer-events: none; }
.ncl-reading-crop img { width: 100%; height: auto; }
.ncl-reading-crop figcaption { position: absolute; z-index: 1; bottom: 18px; left: 20px; }
.ncl-reading-copy { padding-top: 20px; }
.ncl-reading-copy h2 { max-width: 780px; font-size: clamp(50px, 5.5vw, 82px); line-height: .98; }
.ncl-reading-copy > p { max-width: 670px; margin: 28px 0 0; color: var(--ncl-muted); font-size: 18px; }
.ncl-reading-index { margin: 42px 0 0; padding: 0; border-top: 1px solid var(--ncl-rule); list-style: none; }
.ncl-reading-index li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 19px 4px; border-bottom: 1px solid var(--ncl-rule); }
.ncl-reading-index li > span { color: var(--ncl-peach); font-family: var(--ncl-mono); font-size: 10px; }
.ncl-reading-index li div { display: grid; grid-template-columns: .5fr 1fr; gap: 18px; }
.ncl-reading-index b { font-size: 13px; text-transform: uppercase; }
.ncl-reading-index small { color: var(--ncl-muted); font-size: 14px; }
.ncl-path-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.ncl-path-pair p { margin: 0; padding: 22px; border: 1px solid var(--ncl-rule); background: rgba(23,18,47,.7); }
.ncl-path-pair p:first-child { border-top-color: var(--ncl-peach); }
.ncl-path-pair p:last-child { border-top-color: var(--ncl-blue); }
.ncl-path-pair span, .ncl-path-pair b, .ncl-path-pair small { display: block; }
.ncl-path-pair span { color: var(--ncl-peach); font-family: var(--ncl-mono); font-size: 10px; text-transform: uppercase; }
.ncl-path-pair p:last-child span { color: var(--ncl-blue); }
.ncl-path-pair b { margin-top: 9px; font-family: var(--ncl-serif); font-size: 24px; font-weight: 500; }
.ncl-path-pair small { margin-top: 8px; color: var(--ncl-muted); line-height: 1.55; }

/* Time ledger */
.ncl-return { width: 100%; padding: 100px max(32px, calc((100vw - var(--ncl-max)) / 2)) 120px; background: #f0e9e1; color: #171225; }
.ncl-return::before { content: ""; position: absolute; top: -25px; right: -2%; left: -2%; height: 70px; background: #f0e9e1; clip-path: polygon(0 45%, 8% 62%, 20% 38%, 34% 59%, 48% 35%, 63% 57%, 77% 37%, 89% 60%, 100% 40%, 100% 100%, 0 100%); }
.ncl-return-title { display: grid; grid-template-columns: 150px 1fr; gap: 0 42px; align-items: start; }
.ncl-return-title .ncl-section-number { grid-row: 1 / span 3; color: #a5452f; }
.ncl-return-title .ncl-kicker { color: #a5452f; }
.ncl-return-title h2 { max-width: 900px; margin-top: 16px; font-size: clamp(48px, 5.4vw, 80px); line-height: .98; }
.ncl-return-title > p:last-child { max-width: 650px; margin-top: 26px; color: #5d5667; }
.ncl-time-ledger { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 76px 0 0; padding: 0; list-style: none; }
.ncl-time-ledger::before { content: ""; position: absolute; z-index: 0; top: 26px; right: 2%; left: 2%; height: 1px; background: #5d5667; }
.ncl-time-ledger li { position: relative; z-index: 1; display: grid; grid-template-rows: 52px auto 410px; gap: 16px; min-width: 0; }
.ncl-time-label { width: max-content; margin: 0; padding: 8px 13px; border: 1px solid currentColor; border-radius: 999px; background: #f0e9e1; color: #a5452f; font-family: var(--ncl-mono); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.ncl-time-ledger li:nth-child(3) .ncl-time-label { color: #445f9f; }
.ncl-time-ledger li div { min-height: 100px; }
.ncl-time-ledger b, .ncl-time-ledger span { display: block; }
.ncl-time-ledger b { font-family: var(--ncl-serif); font-size: 27px; font-weight: 500; }
.ncl-time-ledger span { margin-top: 8px; color: #5d5667; line-height: 1.55; }
.ncl-time-ledger img { width: 100%; height: 410px; object-fit: cover; object-position: top; border: 1px solid rgba(23,18,37,.25); box-shadow: 11px 13px 0 rgba(49,38,56,.12); }

/* Chapters */
.ncl-chapters { display: grid; grid-template-columns: .85fr .72fr .63fr; grid-template-rows: auto auto; gap: 38px 54px; padding-block: 118px; }
.ncl-chapters::after { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 44%; width: 1px; background: linear-gradient(transparent, var(--ncl-blue), transparent); transform: rotate(11deg); }
.ncl-chapter-copy, .ncl-atlas, .ncl-chapter-screen, .ncl-chapter-notes { position: relative; z-index: 1; }
.ncl-chapter-copy h2 { margin-top: 22px; font-size: clamp(50px, 5.4vw, 80px); line-height: .98; }
.ncl-chapter-copy > p:last-child { max-width: 520px; color: var(--ncl-muted); }
.ncl-atlas { display: flex; flex-direction: column; gap: 19px; align-self: center; padding: 36px 0; }
.ncl-atlas p { position: relative; margin: 0; padding-left: 24px; color: var(--ncl-muted); font-family: var(--ncl-serif); font-size: 20px; }
.ncl-atlas p::before { content: ""; position: absolute; top: .65em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--ncl-blue); }
.ncl-atlas p:nth-child(even) { margin-left: 20%; }
.ncl-atlas .past { opacity: .55; }
.ncl-atlas .current { padding: 15px 18px 15px 34px; border-block: 1px solid rgba(255,164,119,.5); color: var(--ncl-gold); font-size: 28px; }
.ncl-atlas .current::before { left: 14px; background: var(--ncl-peach); box-shadow: 0 0 16px var(--ncl-peach); }
.ncl-atlas .current span { display: block; color: var(--ncl-peach); font-family: var(--ncl-mono); font-size: 9px; text-transform: uppercase; }
.ncl-chapter-screen { height: 630px; align-self: center; overflow: hidden; border: 1px solid rgba(186,174,227,.5); border-radius: 24px 24px 0 0; box-shadow: 14px 16px 0 #03040d; }
.ncl-chapter-screen img { width: 100%; height: auto; }
.ncl-chapter-screen figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 8px; background: rgba(7,8,23,.9); }
.ncl-chapter-notes { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border-block: 1px solid var(--ncl-rule); }
.ncl-chapter-notes p { margin: 0; padding: 22px; border-right: 1px solid var(--ncl-rule); color: var(--ncl-muted); font-size: 14px; }
.ncl-chapter-notes p:last-child { border-right: 0; }

/* Patterns */
.ncl-patterns { width: 100%; display: grid; grid-template-columns: 1.06fr .58fr .72fr; gap: 60px; align-items: center; padding: 105px max(32px, calc((100vw - var(--ncl-max)) / 2)); background: var(--ncl-plum); }
.ncl-patterns::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: url("assets/editorial-texture.webp"); background-size: cover; mix-blend-mode: screen; }
.ncl-patterns > * { position: relative; z-index: 1; }
.ncl-patterns-copy h2 { margin-top: 22px; font-size: clamp(48px, 5vw, 74px); line-height: .98; }
.ncl-patterns-copy > p { max-width: 650px; color: var(--ncl-muted); }
.ncl-note { margin-top: 34px; padding: 20px 0 20px 28px; border-left: 2px solid var(--ncl-peach); font-size: 14px; }
.ncl-pattern-screen { height: 550px; overflow: hidden; border: 1px solid rgba(186,174,227,.5); background: #08091f; box-shadow: 12px 15px 0 rgba(3,4,13,.72); }
.ncl-pattern-screen img { width: 100%; height: auto; }
.ncl-pattern-screen figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 7px; background: rgba(7,8,23,.9); }
.ncl-pattern-ledger { display: grid; gap: 28px; }
.ncl-pattern-ledger p { margin: 0; }
.ncl-pattern-ledger span { display: block; margin-bottom: 8px; color: var(--ncl-muted); font-family: var(--ncl-mono); font-size: 10px; text-transform: uppercase; }
.ncl-pattern-ledger i { display: block; width: 100%; height: 3px; background: rgba(167,190,255,.18); }
.ncl-pattern-ledger i::after { content: ""; display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, var(--ncl-peach), var(--ncl-blue)); }
.ncl-pattern-ledger small { color: var(--ncl-muted); line-height: 1.6; }

/* Trust spread */
.ncl-trust { width: 100%; padding: 105px max(32px, calc((100vw - var(--ncl-max)) / 2)) 120px; background: #0a0a1a; }
.ncl-trust-head { display: grid; grid-template-columns: 150px 1fr; gap: 0 42px; align-items: start; }
.ncl-trust-head .ncl-section-number { grid-row: 1 / span 2; color: var(--ncl-mint); }
.ncl-trust-head h2 { margin-top: 18px; font-size: clamp(50px, 5.8vw, 86px); }
.ncl-privacy, .ncl-safety { display: grid; grid-template-columns: 1.15fr .65fr; gap: 70px; align-items: center; margin-top: 76px; padding: 56px; border: 1px solid var(--ncl-rule); background: rgba(23,18,47,.62); }
.ncl-safety { grid-template-columns: .65fr 1.15fr; margin-top: 30px; border-color: rgba(255,164,119,.55); }
.ncl-trust-copy h3 { margin-top: 18px; font-size: clamp(38px, 4vw, 60px); line-height: 1.03; }
.ncl-trust-copy > p:not(.ncl-kicker) { max-width: 660px; color: var(--ncl-muted); }
.ncl-trust-copy ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 28px; margin: 30px 0; padding: 0; list-style: none; }
.ncl-trust-copy li { position: relative; padding-left: 18px; color: var(--ncl-muted); font-size: 14px; }
.ncl-trust-copy li::before { content: ""; position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--ncl-mint); }
.ncl-safety .ncl-trust-copy li::before { background: var(--ncl-peach); }
.ncl-privacy figure, .ncl-safety figure { height: 520px; overflow: hidden; border: 1px solid rgba(186,174,227,.48); box-shadow: 12px 14px 0 #03040d; }
.ncl-privacy figure img, .ncl-safety figure img { width: 100%; height: auto; }
.ncl-privacy figcaption, .ncl-safety figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 8px; background: rgba(7,8,23,.9); }

/* Closing */
.ncl-closing { width: 100%; min-height: 680px; display: grid; place-items: center; padding: 120px 32px 190px; overflow: hidden; text-align: center; background: linear-gradient(#070817, #11112a 70%, #2c1c30); }
.ncl-closing::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: url("assets/editorial-texture.webp"); background-size: cover; }
.ncl-closing-copy { position: relative; z-index: 2; max-width: 980px; }
.ncl-closing-copy h2 { margin-top: 24px; font-size: clamp(54px, 6.5vw, 94px); line-height: .98; text-wrap: balance; }
.ncl-closing-copy > p:not(.ncl-kicker) { margin: 28px auto 34px; color: var(--ncl-muted); font-size: 18px; }
.ncl-closing-lines { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; height: 250px; }
.ncl-closing-lines i { position: absolute; bottom: 56px; width: 62%; height: 2px; }
.ncl-closing-lines i:first-child { left: -6%; background: linear-gradient(90deg, transparent, var(--ncl-peach)); transform: rotate(8deg); transform-origin: right; }
.ncl-closing-lines i:nth-child(2) { right: -6%; background: linear-gradient(90deg, var(--ncl-blue), transparent); transform: rotate(-8deg); transform-origin: left; }
.ncl-closing-lines span { position: absolute; bottom: 56px; left: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--ncl-gold); box-shadow: 0 0 24px var(--ncl-gold); transform: translate(-50%, 50%); }
.ncl-closing-folio { position: absolute; z-index: 2; right: max(32px, calc((100vw - var(--ncl-max)) / 2)); bottom: 28px; }

.ncl-footer { display: grid; grid-template-columns: 1fr auto; gap: 26px 40px; align-items: center; width: min(100% - 64px, var(--ncl-max)); margin: auto; padding-block: 38px; border-top: 1px solid var(--ncl-rule); }
.ncl-footer-brand { display: flex; align-items: center; gap: 14px; }
.ncl-footer-brand img { width: 42px; height: 42px; }
.ncl-footer-brand strong, .ncl-footer-brand span { display: block; }
.ncl-footer-brand strong { font-family: var(--ncl-serif); font-size: 18px; }
.ncl-footer-brand span, .ncl-footer > p { margin: 4px 0 0; color: var(--ncl-muted); font-size: 11px; }
.ncl-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.ncl-footer nav a { font-size: 12px; }
.ncl-footer > p { grid-column: 1 / -1; }

.ncl-js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.ncl-js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .ncl-hero { min-height: 980px; }
  .ncl-hero-copy { width: 59%; }
  .ncl-hero h1 { font-size: clamp(53px, 7.1vw, 76px); }
  .ncl-hero-visual { top: 255px; right: 24px; width: 48vw; height: 650px; }
  .ncl-reading-spread { grid-template-columns: .82fr 1.18fr; gap: 44px; }
  .ncl-reading-crop { height: 650px; }
  .ncl-chapters { grid-template-columns: 1fr 1fr; }
  .ncl-chapter-screen { grid-column: 2; grid-row: 1 / span 2; }
  .ncl-atlas { grid-column: 1; }
  .ncl-patterns { grid-template-columns: 1fr .62fr; }
  .ncl-pattern-ledger { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .ncl-header { width: calc(100% - 40px); height: 78px; }
  .ncl-nav { gap: 16px; }
  .ncl-nav a { font-size: 9px; }
  .ncl-section { width: calc(100% - 40px); }
  .ncl-hero { min-height: 1180px; padding: 130px 20px 60px; background: #080817; }
  .ncl-hero-copy { width: 100%; }
  .ncl-hero h1 { margin-top: 26px; font-size: clamp(53px, 13.8vw, 82px); }
  .ncl-lede { margin-top: 28px; font-size: 17px; }
  .ncl-proof { margin-top: 42px; }
  .ncl-hero-visual { top: 650px; right: 0; left: 20px; width: calc(100% - 20px); height: 500px; }
  .ncl-hero-screen { width: 72%; height: 500px; border-radius: 20px 20px 0 0; }
  .ncl-hero-inset { right: 58%; bottom: 5px; width: 39%; height: 250px; }
  .ncl-folio { font-size: 58px; }
  .ncl-hero-rule { top: 107px; left: 20px; width: 44vw; }
  .ncl-manifesto { grid-template-columns: 1fr; gap: 28px; padding-block: 72px; }
  .ncl-manifesto-grid { grid-column: 1; grid-template-columns: 1fr; gap: 10px; }
  .ncl-reading { padding: 70px 20px 84px; }
  .ncl-running-head { display: none; }
  .ncl-reading-spread { grid-template-columns: 1fr; }
  .ncl-reading-crop { width: min(88%, 520px); height: 720px; }
  .ncl-reading-copy { padding-top: 0; }
  .ncl-return { padding: 85px 20px 90px; }
  .ncl-return-title, .ncl-trust-head { grid-template-columns: 1fr; }
  .ncl-return-title .ncl-section-number, .ncl-trust-head .ncl-section-number { grid-row: auto; }
  .ncl-time-ledger { grid-template-columns: 1fr; gap: 50px; }
  .ncl-time-ledger::before { top: 0; bottom: 0; left: 17px; width: 1px; height: auto; }
  .ncl-time-ledger li { grid-template-columns: 52px 1fr; grid-template-rows: auto 390px; }
  .ncl-time-ledger .ncl-time-label { grid-row: 1; }
  .ncl-time-ledger li div { grid-column: 2; min-height: auto; }
  .ncl-time-ledger img { grid-column: 2; height: 390px; }
  .ncl-chapters { grid-template-columns: 1fr; padding-block: 88px; }
  .ncl-chapters::after { left: 22%; }
  .ncl-chapter-screen { grid-column: 1; grid-row: auto; width: min(74%, 460px); height: 590px; justify-self: end; }
  .ncl-atlas { grid-column: 1; }
  .ncl-chapter-notes { grid-template-columns: 1fr; }
  .ncl-chapter-notes p { border-right: 0; border-bottom: 1px solid var(--ncl-rule); }
  .ncl-patterns { grid-template-columns: 1fr; padding: 84px 20px; }
  .ncl-pattern-screen { width: min(74%, 440px); justify-self: end; }
  .ncl-pattern-ledger { grid-column: 1; grid-template-columns: 1fr; }
  .ncl-trust { padding: 84px 20px; }
  .ncl-privacy, .ncl-safety { grid-template-columns: 1fr; gap: 42px; padding: 34px; }
  .ncl-safety figure { order: 2; }
  .ncl-privacy figure, .ncl-safety figure { width: min(72%, 420px); height: 500px; }
  .ncl-safety figure { justify-self: end; }
  .ncl-footer { width: calc(100% - 40px); grid-template-columns: 1fr; }
  .ncl-footer nav { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .ncl-header { height: 72px; }
  .ncl-brand img { width: 38px; height: 38px; }
  .ncl-brand span { font-family: var(--ncl-mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
  .ncl-nav a:first-child { display: none; }
  .ncl-hero { min-height: 1080px; padding-top: 112px; }
  .ncl-hero h1 { font-size: clamp(49px, 15vw, 66px); line-height: .96; }
  .ncl-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .ncl-release-cta { min-height: 52px; width: min(100%, 260px); }
  .ncl-proof { margin-top: 34px; }
  .ncl-proof b { font-size: 23px; }
  .ncl-hero-visual { top: 610px; height: 450px; }
  .ncl-hero-screen { width: 80%; height: 445px; }
  .ncl-hero-inset { right: 64%; width: 34%; height: 205px; }
  .ncl-folio { right: 9px; bottom: -2px; font-size: 46px; }
  .ncl-manifesto h2, .ncl-reading-copy h2, .ncl-return-title h2, .ncl-chapter-copy h2, .ncl-patterns-copy h2, .ncl-trust-head h2 { font-size: 43px; }
  .ncl-section-number { font-size: 62px; }
  .ncl-reading-crop { width: 92%; height: 570px; }
  .ncl-reading-index li div { grid-template-columns: 1fr; gap: 5px; }
  .ncl-path-pair { grid-template-columns: 1fr; }
  .ncl-time-ledger li { grid-template-rows: auto 340px; }
  .ncl-time-ledger img { height: 340px; }
  .ncl-chapter-screen { width: 82%; height: 500px; }
  .ncl-atlas p:nth-child(even) { margin-left: 12%; }
  .ncl-pattern-screen { width: 82%; height: 480px; }
  .ncl-privacy, .ncl-safety { padding: 24px; }
  .ncl-trust-copy ul { grid-template-columns: 1fr; }
  .ncl-privacy figure, .ncl-safety figure { width: 86%; height: 440px; }
  .ncl-closing { min-height: 640px; padding-inline: 20px; }
  .ncl-closing-copy h2 { font-size: 49px; }
}

@media (max-width: 350px) {
  .ncl-header, .ncl-section, .ncl-footer { width: calc(100% - 28px); }
  .ncl-hero, .ncl-reading, .ncl-return, .ncl-patterns, .ncl-trust { padding-inline: 14px; }
  .ncl-hero h1 { font-size: 46px; }
  .ncl-lede { font-size: 15px; }
  .ncl-hero-visual { left: 14px; width: calc(100% - 14px); }
  .ncl-manifesto h2, .ncl-reading-copy h2, .ncl-return-title h2, .ncl-chapter-copy h2, .ncl-patterns-copy h2, .ncl-trust-head h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .ncl-js .reveal { opacity: 1; transform: none; transition: none; }
  .ncl-nav a::after, .ncl-text-link::after { transition: none; }
}

@media print {
  .ncl-shell { background: #fff; color: #111; }
  .ncl-header { position: static; }
  .ncl-js .reveal { opacity: 1; transform: none; }
}
