/* I WAS NEVER HERE — spy.show */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
  --black: #08080a;
  --card: #131315;
  --card-2: #1a1a1d;
  --red: #e11c2e;
  --red-dim: rgba(225, 28, 46, 0.14);
  --white: #f4f2ec;
  --muted: #9a988f;
  --sticky: #d9c8ee;
  --sticky-tape: rgba(255, 255, 200, 0.55);
  --mono: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  --display: 'Anton', Impact, sans-serif;
  --body: 'Archivo', system-ui, sans-serif;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --max-w: 1080px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* film grain, fixed over everything */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 500;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter); }

.label {
  display: block;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.85rem;
}

h1, h2, h3 { font-family: var(--display); font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; margin: 0; }

/* ---------- nav ---------- */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(8, 8, 10, 0.88);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(225, 28, 46, 0.25);
}
.nav-inner {
  max-width: var(--max-w); margin: 0 auto; padding: 0 var(--gutter);
  height: 62px; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
  font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.03em;
  text-decoration: none; color: var(--white);
}
.nav-logo span { color: var(--red); }
.nav-links { list-style: none; display: flex; gap: 1.75rem; margin: 0; padding: 0; }
.nav-links a {
  text-decoration: none; font-family: var(--mono); font-size: 0.72rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted);
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--red); }
.nav-links .nav-noparty { color: var(--red); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); margin: 4px 0; }

@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 62px; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--black);
    border-bottom: 1px solid rgba(225,28,46,0.25);
    max-height: 0; overflow: hidden; transition: max-height 0.3s var(--ease);
  }
  .nav-links.open { max-height: 400px; }
  .nav-links li { padding: 0 var(--gutter); }
  .nav-links a { display: block; padding: 0.9rem 0; border-top: 1px solid rgba(255,255,255,0.06); }
}

/* ---------- hero ---------- */
.hero-split {
  position: relative; overflow: hidden;
  display: flex; align-items: stretch;
  min-height: 82svh;
}
.hero-content {
  flex: 1 1 auto; min-width: 0;
  display: flex; align-items: center;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  position: relative; z-index: 2;
  container-type: inline-size;
  overflow: hidden;
}
.hero-content-inner {
  position: relative; z-index: 2;
  padding-left: max(var(--gutter), calc((100vw - var(--max-w)) / 2 + var(--gutter)));
  padding-right: clamp(1.5rem, 4vw, 3rem);
  width: 100%;
}
.hero-photo-side {
  flex: 0 0 27%; position: relative; overflow: hidden; background: var(--black);
}
.hero-photo-side img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 56%;
}
.hero-photo-side::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to right, var(--black) 0%, rgba(8,8,10,0.92) 8%, transparent 24%);
}

/* constellation — faint pulsing spy-network behind the hero text */
.hero-constellation {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; overflow: hidden;
}
.hero-constellation svg { width: 100%; height: 100%; display: block; }
.hero-constellation line { stroke: var(--red); stroke-width: 1; opacity: 0.14; }
.hero-constellation circle { fill: var(--red); animation: node-pulse 5s ease-in-out infinite; }
@keyframes node-pulse {
  0%, 100% { opacity: 0.16; }
  50% { opacity: 0.55; }
}

/* occasional expanding "signal" rings — sparse, not synced */
.hero-constellation .signal {
  fill: none; stroke: var(--red); stroke-width: 0.6; opacity: 0;
  transform-box: fill-box; transform-origin: center;
  animation: signal-ring 9s ease-out infinite;
}
@keyframes signal-ring {
  0%, 78% { transform: scale(1); opacity: 0; }
  84% { opacity: 0.45; }
  100% { transform: scale(8); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-constellation circle { animation: none; opacity: 0.3; }
  .hero-constellation .signal { animation: none; display: none; }
}

@media (max-width: 860px) {
  .hero-split { flex-direction: column; min-height: 0; }
  .hero-photo-side {
    order: -1; flex: 0 0 auto; width: 100%; aspect-ratio: 1080 / 2000;
  }
  .hero-photo-side img { object-position: center 100%; }
  .hero-photo-side::after {
    inset: 0;
    background: linear-gradient(to bottom, transparent 82%, var(--black) 100%);
  }
  .hero-content-inner { padding-left: var(--gutter); padding-right: var(--gutter); }
}

.classified-tag {
  display: inline-block; font-family: var(--mono); font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--red);
  border: 1px solid var(--red); padding: 0.3em 0.75em; margin-bottom: 1rem;
}

.hero-content h1 { font-size: clamp(1.9rem, 7.5cqi, 2.9rem); line-height: 1.02; text-wrap: balance; }
.hero-content h1 .line-2 { color: var(--red); display: block; }
.hero-normal { color: var(--muted); font-family: var(--mono); font-size: 0.85rem; letter-spacing: 0.15em; margin-top: 0.9rem; }

.hero-sub {
  max-width: 46ch; margin: 1.5rem 0 2rem; color: #d8d6cf; font-size: 1.02rem;
  text-wrap: pretty;
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.85rem; }

.btn {
  display: inline-block; font-family: var(--mono); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none;
  padding: 0.85em 1.3em; border: 1px solid var(--red); transition: all 0.2s;
  background: none; cursor: pointer;
}
.btn--primary { background: var(--red); color: var(--black); }
.btn--primary:hover { background: transparent; color: var(--red); }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.25); }
.btn--ghost:hover { border-color: var(--red); color: var(--red); }

/* folder-icon CTA buttons */
.spy-img-btns { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 1.1rem; }
.spy-img-btn {
  display: inline-block; border: 0; background: none; padding: 0; margin: 0; cursor: pointer;
  transition: transform 0.18s, opacity 0.2s;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.45));
}
.spy-img-btn:hover { transform: translateY(-4px); opacity: 0.92; }
.spy-img-btn img { height: 108px; width: auto; display: block; }
@media (max-width: 700px) {
  .spy-img-btn img { height: 84px; }
  .spy-img-btns { gap: 0.75rem; }
}

/* ---------- sections ---------- */
.section { padding: clamp(3rem, 6vw, 5rem) 0; border-top: 1px solid rgba(255,255,255,0.06); }
.section-title { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 1.25rem; }
.section-lede { max-width: 62ch; color: #d8d6cf; }

.pull-quote {
  font-family: var(--display); text-transform: uppercase; color: var(--red);
  font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.15; margin: 1.75rem 0; max-width: 30ch;
  text-wrap: balance;
}

.credit-line { font-family: var(--mono); font-size: 0.8rem; color: var(--muted); margin-top: 1.5rem; }
.credit-line strong { color: var(--white); }

/* ---------- ops / dates ---------- */
.ops-grid { display: grid; gap: 1.25rem; margin-top: 2rem; }
.op-card {
  position: relative;
  background: var(--card); border-left: 3px solid var(--red);
  padding: 1.75rem clamp(1.25rem, 3vw, 2.25rem);
  display: grid; grid-template-columns: 1fr auto; gap: 1.5rem; align-items: center;
}
@media (max-width: 700px) { .op-card { grid-template-columns: 1fr; } }

.op-name { font-family: var(--display); font-size: clamp(1.15rem, 2.2vw, 1.5rem); margin: 0.3rem 0 0.5rem; }
.op-meta { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); line-height: 1.7; }
.op-meta strong { color: #cfcdc6; }
.op-tag { font-family: var(--mono); font-size: 0.65rem; letter-spacing: 0.15em; color: var(--red); text-transform: uppercase; }

/* sticky note easter egg — pinned to the card's top-right, clear of all text */
.sticky-note {
  position: absolute; top: -16px; right: 28px; z-index: 3;
  background: var(--sticky); color: #2a2135;
  font-family: var(--mono); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  padding: 0.65rem 0.8rem 0.55rem; width: 84px;
  transform: rotate(6deg);
  box-shadow: 0 10px 20px rgba(0,0,0,0.45);
  cursor: help;
  user-select: text;
}
.sticky-note::before {
  content: ''; position: absolute; width: 50px; height: 17px; top: -10px; left: 50%;
  transform: translateX(-50%) rotate(3deg); background: var(--sticky-tape);
  box-shadow: 0 2px 4px rgba(0,0,0,0.25);
}
.sticky-note div { line-height: 1.55; }
@media (max-width: 700px) {
  .op-card:has(.sticky-note) { padding-top: 3rem; }
  .sticky-note { left: 50%; right: auto; transform: translateX(-50%) rotate(-5deg); }
  .sticky-note::before { transform: translateX(-50%) rotate(-2deg); }
}

/* ---------- press ---------- */
.press-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.press-quote {
  background: var(--card); padding: 1.5rem; border-top: 2px solid var(--red);
}
.press-stars { color: var(--red); letter-spacing: 0.15em; margin-bottom: 0.6rem; font-size: 0.85rem; }
.press-quote p { margin: 0 0 0.75rem; font-size: 0.95rem; color: #e4e2db; }
.press-quote cite { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-style: normal; }

.audience-quotes { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.audience-quotes span {
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.18); padding: 0.5em 0.9em; color: var(--muted);
}

/* ---------- team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 0; margin-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.08); }
.team-row {
  padding: 1.1rem 0.25rem; border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; gap: 0.25rem;
}
.team-role { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--red); }
.team-name { font-family: var(--display); font-size: 1.1rem; text-transform: none; }

/* ---------- contact ---------- */
.contact-section .container { text-align: left; }
.contact-desc { max-width: 50ch; color: #d8d6cf; margin: 0.75rem 0 1.5rem; }
.contact-ctas { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-bottom: 1.5rem; }
.media-line { font-family: var(--mono); font-size: 0.78rem; color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid rgba(225,28,46,0.25); padding: 2.5rem 0; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; }
.footer-logo { font-family: var(--display); font-size: 1.2rem; text-decoration: none; color: var(--white); }
.footer-tagline { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); margin: 0.4rem 0 0; }
.footer-links { display: flex; flex-direction: column; gap: 0.5rem; font-family: var(--mono); font-size: 0.75rem; }
.footer-links a { text-decoration: none; color: var(--muted); }
.footer-links a:hover { color: var(--red); }
.footer-bottom {
  max-width: var(--max-w); margin: 2rem auto 0; padding: 1.25rem var(--gutter) 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem;
}
.footer-copy { font-family: var(--mono); font-size: 0.68rem; color: var(--muted); margin: 0; }

/* ---------- fade-in ---------- */
[data-fade] { opacity: 0; transform: translateY(18px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
[data-fade].visible { opacity: 1; transform: none; }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 1000; display: none;
  align-items: center; justify-content: center; padding: 1.5rem;
}
.lightbox.open { display: flex; }
.lightbox__backdrop {
  position: absolute; inset: 0; background: rgba(4,4,5,0.86); backdrop-filter: blur(3px);
}
.lightbox__panel {
  position: relative; background: var(--card); border: 1px solid rgba(225,28,46,0.35);
  max-width: 420px; width: 100%; padding: 2rem clamp(1.25rem, 4vw, 2.25rem) 2.25rem;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
.lightbox__close {
  position: absolute; top: 0.6rem; right: 0.6rem; background: none; border: 0;
  color: var(--muted); font-size: 1.6rem; line-height: 1; cursor: pointer; padding: 0.5rem;
}
.lightbox__close:hover { color: var(--red); }
.lightbox__title { font-size: clamp(1.3rem, 3vw, 1.7rem); margin: 0 0 0.6rem; }
.lightbox__desc { color: #d8d6cf; font-size: 0.92rem; margin: 0 0 1.25rem; }
.lightbox-form { display: flex; flex-direction: column; gap: 0.6rem; }
.lightbox-label { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.lightbox-input {
  background: var(--card-2); border: 1px solid rgba(255,255,255,0.15); color: var(--white);
  padding: 0.75em 0.9em; font-family: var(--body); font-size: 0.95rem; width: 100%;
}
.lightbox-input:focus { outline: 2px solid var(--red); outline-offset: 2px; }
.lightbox-form .btn { margin-top: 0.4rem; width: 100%; text-align: center; }
