@font-face {
  font-family: "Fraunces";
  src: url("/telescop-noua-zeelanda/assets/fraunces-700-lat.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "Fraunces";
  src: url("/telescop-noua-zeelanda/assets/fraunces-700-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0100-024F;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/telescop-noua-zeelanda/assets/ibmplexsans-400-lat.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/telescop-noua-zeelanda/assets/ibmplexsans-400-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-024F;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/telescop-noua-zeelanda/assets/ibmplexsans-600-lat.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("/telescop-noua-zeelanda/assets/ibmplexsans-600-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0100-024F;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/telescop-noua-zeelanda/assets/ibmplexmono-400-lat.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/telescop-noua-zeelanda/assets/ibmplexmono-400-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0100-024F;
}

:root {
  --night: #0b1417;
  --night-2: #122025;
  --deep: #102126;
  --paper: #f0eee7;
  --paper-2: #fbfaf6;
  --ink: #172326;
  --muted: #53666a;
  --quiet: #9aacab;
  --rule: rgba(23, 35, 38, 0.18);
  --light-rule: rgba(236, 241, 233, 0.2);
  --red: #e15042;
  --amber: #f2b45c;
  --teal: #51beb5;
  --blue: #8dc6d5;
  --display: "Fraunces", Georgia, serif;
  --body: "IBM Plex Sans", Arial, sans-serif;
  --mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.56;
}

::selection {
  background: var(--red);
  color: var(--paper-2);
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

button, a, input { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }

:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 80;
  padding: 10px 14px;
  background: var(--paper-2);
  color: var(--ink);
  transform: translateY(-150%);
}

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1460px, 100%);
  margin: 0 auto;
  padding: 24px clamp(20px, 5vw, 76px);
  color: var(--paper-2);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: var(--paper-2);
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(246, 242, 234, 0.46);
  border-radius: 50%;
  color: var(--amber);
  font-size: 0.73rem;
}

.brand-issue { color: var(--amber); }

.site-nav {
  display: flex;
  gap: clamp(10px, 2vw, 28px);
  align-items: center;
}

.site-nav a {
  color: #bdccc7;
  text-decoration: none;
}

.site-nav a:hover { color: var(--paper-2); }

.language-link {
  padding: 7px 10px;
  border: 1px solid rgba(246, 242, 234, 0.38);
  border-radius: 999px;
  color: var(--paper-2) !important;
}

.hero {
  position: relative;
  min-height: min(920px, 100svh);
  padding: 150px clamp(20px, 5vw, 84px) 72px;
  background:
    radial-gradient(circle at 76% 39%, rgba(81, 190, 181, 0.12), transparent 28%),
    radial-gradient(circle at 18% 92%, rgba(225, 80, 66, 0.08), transparent 33%),
    linear-gradient(135deg, #081114 0%, #0d1b20 52%, #17272b 100%);
  color: var(--paper-2);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(246, 242, 234, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 242, 234, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 95%);
}

.hero-inner, .section-inner, .footer-inner {
  width: min(1300px, 100%);
  margin: 0 auto;
}

.hero-topline, .eyebrow, .kicker, .micro-label, .source-tag, .status-chip, .visual-corner, .visual-legend, .hero-meta, .timeline-source {
  font-family: var(--mono);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-topline {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(246, 242, 234, 0.2);
  color: #b9c8c3;
}

.hero-topline strong { color: var(--amber); font-weight: 400; }

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(34px, 6vw, 100px);
  align-items: center;
  min-height: 665px;
  padding-top: 42px;
}

.kicker { margin: 0 0 18px; color: var(--teal); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; letter-spacing: -0.035em; }

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.9rem, 6.5vw, 7rem);
  line-height: 0.95;
}

.standfirst {
  max-width: 670px;
  margin-bottom: 28px;
  color: #d8e0db;
  font-size: clamp(1.06rem, 1.65vw, 1.27rem);
  line-height: 1.5;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 18px;
  max-width: 620px;
  padding-top: 20px;
  border-top: 1px solid rgba(246, 242, 234, 0.23);
  color: #aebeb8;
}

.hero-note {
  max-width: 430px;
  margin: 38px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--amber);
  color: #b8c7c1;
  font-size: 0.92rem;
}

.visual-wrap { min-width: 0; }

.visual-frame {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(246, 242, 234, 0.25);
  background: #071013;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
}

.orbit-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.visual-corner { position: absolute; top: 16px; left: 18px; color: var(--amber); }

.visual-legend {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #c0cfca;
}

.visual-title {
  position: absolute;
  right: 20px;
  bottom: 55px;
  max-width: 210px;
  color: var(--paper-2);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 0.98;
  text-align: right;
}

.visual-note {
  margin: 15px 0 0;
  color: #aebeb8;
  font-family: var(--mono);
  font-size: 0.67rem;
  line-height: 1.55;
}

.paper { background: var(--paper); color: var(--ink); }
.paper-light { background: var(--paper-2); color: var(--ink); }
.deep { background: var(--night); color: var(--paper-2); }
.blue-section { background: var(--deep); color: var(--paper-2); }
.rust-section { background: #2e2420; color: var(--paper-2); }

.section-inner { padding: clamp(76px, 10vw, 150px) clamp(20px, 5vw, 84px); }

.eyebrow { margin-bottom: 18px; color: #b63b32; }
.deep .eyebrow, .blue-section .eyebrow, .rust-section .eyebrow { color: var(--amber); }

h2 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5.6vw, 6.35rem);
  line-height: 1.01;
}

h3 { margin-bottom: 12px; font-size: clamp(1.45rem, 2.5vw, 2.35rem); line-height: 1.08; }

.section-lede {
  max-width: 760px;
  margin-bottom: 50px;
  font-size: clamp(1.05rem, 1.65vw, 1.24rem);
  line-height: 1.58;
}

.deep .section-lede, .blue-section .section-lede, .rust-section .section-lede { color: #c8d4ce; }

.thesis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.62fr);
  gap: clamp(34px, 8vw, 130px);
  align-items: end;
}

.thesis-pull {
  padding: 24px 0 0;
  border-top: 1px solid var(--rule);
}

.thesis-pull strong {
  display: block;
  margin-bottom: 12px;
  color: #b63b32;
  font-family: var(--mono);
  font-size: 0.67rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.thesis-pull p {
  margin-bottom: 0;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 3.15rem);
  line-height: 1.07;
}

.window-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}

.story-window {
  margin-top: clamp(68px, 9vw, 126px);
  padding-top: clamp(38px, 5vw, 72px);
  border-top: 1px solid var(--light-rule);
}

.window-visual { min-width: 0; }

.window-visual .visual-frame { min-height: 450px; }
.window-visual .orbit-canvas { min-height: 450px; }

.window-controls {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--light-rule);
  background: rgba(246, 242, 234, 0.035);
}

.control-title {
  display: block;
  margin-bottom: 14px;
  color: var(--paper-2);
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.step-button {
  min-height: 54px;
  padding: 9px 10px;
  border: 1px solid rgba(246, 242, 234, 0.24);
  border-radius: 0;
  background: transparent;
  color: #d3ded9;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.65rem;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.step-button:hover { border-color: var(--amber); }
.step-button[aria-pressed="true"] { border-color: var(--amber); background: var(--amber); color: var(--night); }
.step-number { display: block; margin-bottom: 4px; color: var(--amber); }
.step-button[aria-pressed="true"] .step-number { color: var(--night); }

.window-status {
  min-height: 52px;
  margin: 14px 0 0;
  color: #bfcdc7;
  font-size: 0.89rem;
}

.window-footnote {
  margin: 16px 0 0;
  color: #9fb0aa;
  font-family: var(--mono);
  font-size: 0.67rem;
  line-height: 1.55;
}

.fallback-table {
  width: 100%;
  margin-top: 22px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.fallback-table th, .fallback-table td {
  padding: 12px 10px 12px 0;
  border-top: 1px solid var(--light-rule);
  vertical-align: top;
  text-align: left;
}

.fallback-table th { color: var(--amber); font-family: var(--mono); font-weight: 400; }
.js-only { display: none; }
.js-ready .js-only { display: block; }
.js-ready .fallback-only { display: none; }

.chain-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--rule);
}

.evidence-subsection + .evidence-subsection {
  margin-top: clamp(72px, 10vw, 140px);
  padding-top: clamp(42px, 6vw, 82px);
  border-top: 1px solid var(--light-rule);
}

.evidence-section .chain-grid { background: var(--light-rule); }

.chain-card {
  min-width: 0;
  min-height: 270px;
  padding: 22px 22px 28px;
  background: var(--paper-2);
}

.chain-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.chain-number { color: #a46b2a; font-family: var(--mono); font-size: 0.72rem; }
.status-chip { padding: 5px 7px; border: 1px solid var(--rule); color: var(--muted); font-size: 0.58rem; text-align: right; }
.status-chip.fact { border-color: rgba(32, 143, 132, 0.45); color: #217f78; }
.status-chip.assessment { border-color: rgba(181, 59, 50, 0.45); color: #a53c35; }
.status-chip.inference { border-color: rgba(164, 107, 42, 0.5); color: #916126; }
.status-chip.unknown { border-color: rgba(83, 102, 106, 0.55); color: #53666a; }
.status-chip.official { border-color: rgba(65, 121, 151, 0.45); color: #367394; }

.chain-card h3 { max-width: 270px; font-size: 1.68rem; }
.chain-card p { margin-bottom: 0; color: var(--muted); font-size: 0.94rem; }

.geography-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--light-rule);
}

.geo-card {
  min-width: 0;
  padding: 23px 20px 30px;
  background: rgba(246, 242, 234, 0.045);
}

.geo-value { display: block; margin-bottom: 38px; color: var(--amber); font-family: var(--mono); font-size: 0.72rem; }
.geo-card h3 { font-size: 1.75rem; }
.geo-card p { margin-bottom: 0; color: #c1d0ca; font-size: 0.93rem; }

.geo-note {
  max-width: 860px;
  margin: 60px auto 0;
  padding-top: 25px;
  border-top: 1px solid var(--light-rule);
  color: var(--paper-2);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 3.7rem);
  line-height: 1.05;
}

.dual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--light-rule);
}

.dual-card {
  min-width: 0;
  padding: 30px clamp(22px, 4vw, 46px) 40px;
  background: #101b1f;
}

.dual-card.military { background: #281e1d; }
.dual-card h3 { font-size: clamp(1.8rem, 3vw, 3.2rem); }
.dual-card.science h3 { color: var(--teal); }
.dual-card.military h3 { color: var(--red); }

.dual-list { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.dual-list li { position: relative; padding-left: 26px; color: #c9d5cf; }
.dual-list li::before { position: absolute; top: 0.62em; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--teal); content: ""; }
.military .dual-list li::before { background: var(--red); }

.dual-note {
  margin: 36px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--amber);
  color: #b7c7c0;
  font-size: 0.9rem;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--rule);
}

.timeline-card {
  min-width: 0;
  min-height: 380px;
  padding: 24px 24px 30px;
  background: var(--paper-2);
}

.timeline-year { display: block; margin-bottom: 12px; color: #b63b32; font-family: var(--display); font-size: clamp(3.3rem, 6vw, 6rem); line-height: 0.84; }
.timeline-label { display: block; margin-bottom: 34px; color: #a46b2a; }
.timeline-card h3 { font-size: clamp(1.55rem, 2.4vw, 2.3rem); }
.timeline-card p { color: var(--muted); font-size: 0.94rem; }
.timeline-source { display: block; margin-top: 28px; color: #768689; font-size: 0.6rem; }

.limits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--rule);
}

.limits-card { min-width: 0; padding: 28px 26px 34px; background: var(--paper-2); }
.limits-card.unknown { background: #e4e9e3; }
.limits-card h3 { color: #217f78; font-size: clamp(1.65rem, 3vw, 3rem); }
.limits-card.unknown h3 { color: #a53c35; }
.limits-list { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.limits-list li { position: relative; padding-left: 24px; color: var(--muted); font-size: 0.95rem; }
.limits-list li::before { position: absolute; top: 0.6em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--teal); content: ""; }
.unknown .limits-list li::before { background: var(--red); }

.limits-conclusion {
  max-width: 1030px;
  margin: 72px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  font-family: var(--display);
  font-size: clamp(1.85rem, 3.5vw, 4rem);
  line-height: 1.06;
}

.limits-block {
  margin-top: clamp(74px, 10vw, 140px);
  padding-top: clamp(42px, 6vw, 82px);
  border-top: 1px solid var(--rule);
}

.sources-section .section-inner { padding-bottom: 118px; }
.sources-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

.method-box {
  padding: 22px 0 0;
  border-top: 1px solid var(--light-rule);
}

.method-title { margin-bottom: 14px; color: var(--amber); font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.method-box p { margin-bottom: 16px; color: #bdcdc6; font-size: 0.92rem; }
.source-accessed { color: #93a8a2 !important; font-family: var(--mono); font-size: 0.66rem !important; }

.source-cards { display: grid; gap: 1px; background: var(--light-rule); }
.source-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
  padding: 22px 20px 24px;
  background: #101b1f;
}

.source-card h3 { margin-bottom: 8px; color: var(--paper-2); font-family: var(--body); font-size: 1.05rem; font-weight: 600; letter-spacing: 0; line-height: 1.25; }
.source-card p { margin-bottom: 10px; color: #b9c9c2; font-size: 0.88rem; }
.source-card a { color: var(--amber); font-family: var(--mono); font-size: 0.66rem; line-height: 1.4; }
.source-tag { color: var(--teal); font-size: 0.6rem; }

.closing-section { background: var(--red); color: var(--paper-2); }
.closing-section .section-inner { padding-top: 70px; padding-bottom: 74px; }
.closing-section h2 { max-width: 1000px; margin-bottom: 20px; font-size: clamp(2.2rem, 4.6vw, 5rem); }
.closing-section p { max-width: 640px; margin-bottom: 0; color: #ffe7df; }

.site-footer { background: var(--night); color: #afc0b9; }
.footer-inner { display: flex; justify-content: space-between; gap: 36px; padding: 42px clamp(20px, 5vw, 84px) 48px; }
.footer-credit { margin-bottom: 10px; color: var(--paper-2); font-family: var(--mono); font-size: 0.68rem; text-transform: uppercase; }
.footer-credit a { text-decoration: none; }
.footer-status, .footer-privacy { max-width: 560px; margin-bottom: 7px; font-size: 0.82rem; }
.footer-privacy { color: #7f9590; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-start; justify-content: flex-end; font-family: var(--mono); font-size: 0.66rem; text-transform: uppercase; }
.footer-links a { color: var(--amber); }

.back-top {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding: 8px 11px;
  border: 1px solid rgba(242, 180, 92, 0.45);
  color: var(--amber);
  text-decoration: none;
}

.js-ready .back-top {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  background: var(--night);
  transition: opacity 160ms ease;
}

.js-ready .back-top.is-fixed.is-visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1040px) {
  .site-nav a:not(.language-link) { display: none; }
  .hero-grid, .window-layout, .sources-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-grid { min-height: auto; }
  .hero-copy { max-width: 780px; }
  .visual-wrap { max-width: 800px; }
  .chain-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .geography-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sources-grid { gap: 56px; }
}

@media (max-width: 720px) {
  .site-header { padding-top: 18px; }
  .brand { gap: 8px; font-size: 0.6rem; }
  .brand-mark { width: 27px; height: 27px; }
  .hero { padding-top: 116px; }
  .hero-topline { display: block; }
  .hero-topline strong { display: block; margin-top: 8px; }
  h1 { max-width: 100%; font-size: clamp(2.8rem, 12.4vw, 5.8rem); }
  .visual-frame, .orbit-canvas, .window-visual .visual-frame, .window-visual .orbit-canvas { min-height: 390px; }
  .visual-title { right: 15px; bottom: 42px; max-width: 165px; font-size: 1.7rem; }
  .visual-legend { top: 48px; right: 15px; font-size: 0.58rem; }
  .thesis-grid, .dual-grid, .limits-grid { grid-template-columns: minmax(0, 1fr); }
  .step-buttons { grid-template-columns: minmax(0, 1fr); }
  .chain-grid, .timeline-grid { grid-template-columns: minmax(0, 1fr); }
  .chain-card, .timeline-card { min-height: auto; }
  .timeline-card { min-height: 0; }
  .source-card { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .source-tag { margin-bottom: 4px; }
  .footer-inner { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 26px; }
  .js-ready .back-top { right: 12px; }
}

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