:root {
  --ink: #05080d;
  --ink-soft: #0a1119;
  --panel: rgba(10, 21, 31, .78);
  --cyan: #42d9ff;
  --cyan-soft: #a9efff;
  --gold: #ffbd57;
  --gold-soft: #ffe0a1;
  --white: #edf7f8;
  --muted: #8fa8b0;
  --line: rgba(66, 217, 255, .3);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: linear-gradient(rgba(66, 217, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(66, 217, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.scanlines {
  position: fixed;
  z-index: 10;
  inset: 0;
  pointer-events: none;
  opacity: .06;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 3px, #fff 4px);
  mix-blend-mode: screen;
}
a { color: inherit; }
.site-header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), var(--max));
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.wordmark { position: relative; display: inline-flex; flex-wrap: wrap; width: 148px; color: var(--white); text-decoration: none; font-weight: 700; letter-spacing: -.04em; line-height: .9; }
.wordmark-human { font-size: 1.35rem; color: var(--gold); }
.wordmark-ai { font-size: 1.35rem; color: var(--cyan); }
.wordmark-sub { width: 100%; margin-top: 7px; color: var(--muted); font-size: .48rem; letter-spacing: .38em; font-weight: 500; }
.nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.nav a { color: #c3d8dc; text-decoration: none; }
.nav a:hover, .text-link:hover { color: var(--cyan); }
.nav-collection { color: var(--gold-soft) !important; }
.hero { position: relative; min-height: min(850px, 92vh); display: grid; align-items: end; isolation: isolate; overflow: hidden; border-bottom: 1px solid rgba(66, 217, 255, .22); }
.hero-image { position: absolute; z-index: -3; inset: 0; background: center / cover no-repeat url('/assets/humain-society-wide.png'); transform: scale(1.01); }
.hero-vignette { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3, 8, 13, .94) 0%, rgba(3, 8, 13, .62) 38%, rgba(3, 8, 13, .08) 72%), linear-gradient(0deg, rgba(3, 8, 13, .98) 0%, transparent 38%); }
.hero-content { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 0 0 clamp(88px, 13vh, 150px); }
.eyebrow, .section-kicker, .section-index { text-transform: uppercase; letter-spacing: .21em; font-size: .68rem; color: var(--cyan-soft); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); }
h1, h2 { margin: 0; font-weight: 400; letter-spacing: -.07em; line-height: .92; }
h1 { max-width: 620px; font-size: clamp(5rem, 12vw, 10.5rem); }
h1 span, h2 span { color: var(--cyan); }
h1 em { color: var(--gold-soft); font-style: normal; font-size: .7em; letter-spacing: -.08em; }
.hero-lede { max-width: 430px; margin: 28px 0 34px; color: #c9d7d9; font-size: clamp(1rem, 1.5vw, 1.25rem); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; gap: 20px; padding: 13px 19px; border: 1px solid var(--line); font-size: .67rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; transition: .2s ease; }
.button-primary { color: var(--ink); border-color: var(--gold); background: var(--gold); }
.button-primary:hover { background: var(--gold-soft); box-shadow: 0 0 25px rgba(255, 189, 87, .25); }
.button-quiet { color: var(--cyan-soft); }
.button-quiet:hover { border-color: var(--cyan); background: rgba(66, 217, 255, .08); }
.hero-status { position: absolute; right: max(24px, calc((100% - var(--max)) / 2)); bottom: 28px; display: flex; gap: 25px; color: var(--muted); font-size: .55rem; letter-spacing: .17em; }
.section-shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section-index { padding-top: 30px; color: var(--muted); border-top: 1px solid rgba(66, 217, 255, .23); }
.section-index span { color: var(--cyan); }
.statement { padding-top: 120px; padding-bottom: 150px; }
.statement-grid { display: grid; grid-template-columns: .72fr 1.55fr .7fr; gap: 50px; align-items: end; padding-top: 65px; }
.section-kicker { margin: 0; color: var(--gold); }
.statement h2 { font-size: clamp(3.1rem, 6vw, 6.3rem); }
.statement h2 span { color: var(--gold-soft); }
.statement-copy, .story-copy p { color: var(--muted); font-size: .95rem; }
.backstory { padding-bottom: 150px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 130px); padding-top: 65px; }
.story-copy h2 { margin: 20px 0 28px; max-width: 640px; font-size: clamp(2.8rem, 5vw, 5.3rem); }
.story-copy h2 i { color: var(--gold-soft); font-style: normal; }
.story-copy p { max-width: 570px; margin: 0 0 18px; }
.frame-cyan, .frame-gold { position: relative; padding: 9px; background: var(--panel); }
.frame-cyan::before, .frame-gold::before { content: ""; position: absolute; z-index: -1; inset: -1px; clip-path: polygon(0 0, 94% 0, 100% 7%, 100% 100%, 6% 100%, 0 93%); }
.frame-cyan::before { background: linear-gradient(135deg, var(--cyan), transparent 38%, transparent 70%, rgba(66,217,255,.3)); }
.frame-gold::before { background: linear-gradient(135deg, var(--gold), transparent 38%, transparent 70%, rgba(255,189,87,.3)); }
.story-image { align-self: start; margin: 0; transform: rotate(1.2deg); }
.story-image img, .gallery-card img { display: block; width: 100%; height: auto; }
figcaption { padding: 15px 9px 8px; color: var(--muted); font-size: .71rem; line-height: 1.45; }
figcaption span, .collection-footer span { display: block; margin-bottom: 5px; color: var(--cyan); font-size: .57rem; letter-spacing: .18em; }
.collection { padding-bottom: 160px; }
.collection-intro { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding: 65px 0 40px; }
.collection h2 { margin-top: 20px; font-size: clamp(3rem, 6vw, 6rem); }
.collection h2 span { color: var(--gold-soft); }
.text-link { display: inline-flex; align-items: center; gap: 15px; color: var(--gold-soft); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(255, 189, 87, .45); padding-bottom: 8px; white-space: nowrap; }
.gallery { display: grid; grid-template-columns: 1.35fr .65fr .65fr; gap: 19px; align-items: end; }
.gallery-card { margin: 0; background: var(--panel); }
.gallery-card-large { grid-row: span 2; }
.gallery-card-large figcaption { min-height: 69px; }
.collection-footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 36px; }
.collection-footer p { max-width: 535px; margin: 0; color: var(--muted); font-size: .78rem; }
.closing { padding: 140px 0 180px; text-align: center; border-top: 1px solid rgba(66, 217, 255, .23); }
.closing-mark { margin-bottom: 25px; color: var(--gold); font-size: 2rem; text-shadow: 0 0 22px rgba(255,189,87,.5); }
.closing .eyebrow { justify-content: center; }
.closing h2 { margin: 15px 0 35px; font-size: clamp(3.5rem, 8vw, 8rem); }
.closing h2 span { color: var(--gold-soft); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; padding-bottom: 24px; color: var(--muted); font-size: .54rem; letter-spacing: .15em; border-top: 1px solid rgba(66, 217, 255, .23); }
@media (max-width: 800px) {
  .site-header { padding-top: 22px; }
  .nav a:not(.nav-collection) { display: none; }
  .hero { min-height: 760px; }
  .hero-vignette { background: linear-gradient(90deg, rgba(3, 8, 13, .92), rgba(3, 8, 13, .25)), linear-gradient(0deg, rgba(3, 8, 13, 1) 0%, transparent 55%); }
  .hero-content { padding-bottom: 105px; }
  .hero-status { right: 24px; bottom: 24px; }
  .statement-grid, .story-grid { grid-template-columns: 1fr; gap: 28px; }
  .statement-grid, .story-grid, .collection-intro { padding-top: 40px; }
  .statement { padding-top: 85px; padding-bottom: 100px; }
  .backstory, .collection { padding-bottom: 105px; }
  .story-image { max-width: 620px; margin: 15px auto 0; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-card-large { grid-column: span 2; grid-row: auto; }
  .collection-intro, .collection-footer { align-items: start; flex-direction: column; }
  .closing { padding: 100px 0 120px; }
}
@media (max-width: 480px) {
  .section-shell, .site-header, .hero-content { width: min(calc(100% - 32px), var(--max)); }
  .hero-status { left: 16px; right: auto; font-size: .48rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { justify-content: space-between; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-card-large { grid-column: auto; }
  .site-footer { flex-direction: column; }
}
