:root {
  --ink: #090909;
  --ink-soft: #171717;
  --acid: #dbff00;
  --acid-bright: #edff65;
  --paper: #f2f0e9;
  --paper-bright: #fffdf5;
  --gray: #b9bab4;
  --line: rgba(9, 9, 9, .18);
  --red: #ff3d27;
  --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", "Helvetica Neue", sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --pad: clamp(22px, 5vw, 74px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.5; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; min-height: 44px; padding: 10px 14px; display: inline-flex; align-items: center; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.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; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: square; stroke-linejoin: miter; }
.icon-large { width: 36px; height: 36px; stroke-width: 1.35; }

.site-header { height: 86px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.14); background: var(--ink); color: #fff; position: relative; z-index: 20; }
.brand { min-width: 44px; min-height: 48px; display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; background: var(--acid); color: var(--ink); font-family: var(--font-display); font-size: 25px; line-height: 1; transform: rotate(-3deg); }
.brand-copy { font-size: 11px; font-weight: 900; line-height: 1.05; letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--acid); transition: right .25s ease; }
.site-nav > a:not(.nav-cta):hover::after, .site-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { padding: 12px 16px; background: var(--acid); color: var(--ink); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translate(-3px, -3px); background: #fff; }
.menu-toggle { display: none; }

.hero { min-height: calc(100svh - 86px); display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr); background: var(--ink); color: #fff; overflow: hidden; }
.hero-copy { padding: clamp(74px, 9vw, 130px) var(--pad) 60px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { padding: 5px 8px; background: var(--acid); color: var(--ink); }
.hero h1, .programs h2, .field-copy h2, .faq h2, .contact h2 { margin: 0; font-family: var(--font-display); font-size: clamp(62px, 8.8vw, 148px); font-weight: 900; line-height: .79; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em, .programs h2 em, .field-copy h2 em, .faq h2 em, .contact h2 em { font-style: normal; color: var(--acid); -webkit-text-stroke: 1px var(--acid); }
.hero-lead { max-width: 540px; margin: 34px 0 0; color: #d4d4cf; font-size: clamp(17px, 1.45vw, 22px); line-height: 1.45; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.button { min-height: 53px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 2px solid transparent; border-radius: 0; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .11em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button-primary { background: var(--acid); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { transform: translate(-4px, -4px); box-shadow: 6px 6px 0 #fff; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border-bottom: 1px solid #777; padding: 9px 0; }
.text-link:hover { color: var(--acid); border-color: var(--acid); }

.hero-visual { position: relative; min-height: 660px; background: #242424; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--ink) 0, transparent 24%), linear-gradient(0deg, rgba(0,0,0,.78) 0, transparent 35%); pointer-events: none; }
.hero-photo { margin: 0; position: absolute; inset: 0; overflow: hidden; }
.hero-photo img { height: 100%; object-fit: cover; object-position: 50% 38%; filter: saturate(.74) contrast(1.18); }
.tape { position: absolute; z-index: 4; padding: 11px 22px; background: var(--acid); color: var(--ink); font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 41px); letter-spacing: .015em; transform: rotate(-5deg); box-shadow: 0 8px 30px rgba(0,0,0,.2); }
.tape-top { top: 8%; left: -4%; }
.rep-badge { position: absolute; z-index: 3; right: 6%; bottom: 12%; width: 124px; height: 124px; padding: 14px; display: flex; flex-direction: column; justify-content: center; background: var(--red); color: #fff; border-radius: 50%; text-align: center; transform: rotate(9deg); }
.rep-badge strong { font-family: var(--font-display); font-size: 55px; line-height: .8; }
.rep-badge span { font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.image-note { position: absolute; left: 6%; bottom: 5%; z-index: 3; margin: 0; font-size: 9px; font-weight: 900; letter-spacing: .14em; }

.ticker { overflow: hidden; padding: 13px 0; border-block: 2px solid var(--ink); background: var(--acid); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 26px; animation: marquee 24s linear infinite; }
.ticker span { font-family: var(--font-display); font-size: 24px; letter-spacing: .035em; }
.ticker i { font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-pad { padding: clamp(82px, 10vw, 150px) var(--pad); }
.manifesto { display: grid; grid-template-columns: minmax(120px, .3fr) minmax(0, 1.7fr); gap: 5vw; }
.section-index { padding-top: 10px; border-top: 2px solid var(--ink); }
.section-index span { display: block; font-family: var(--font-display); font-size: 42px; line-height: 1; }
.section-index p { margin: 7px 0 0; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.kicker { margin: 0 0 16px; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.manifesto h2, .ecosystem h2 { margin: 0; max-width: 1120px; font-family: var(--font-display); font-size: clamp(50px, 7.2vw, 112px); line-height: .9; letter-spacing: -.025em; text-transform: uppercase; }
.manifesto h2 span { color: var(--red); }
.manifesto-detail { margin-top: 54px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 6vw, 90px); }
.manifesto-detail p { margin: 0; max-width: 480px; font-size: clamp(16px, 1.4vw, 20px); }

.programs { background: var(--ink); color: #fff; }
.programs-head { display: grid; grid-template-columns: 1.2fr 1fr; column-gap: 6vw; align-items: end; }
.programs-head .eyebrow { grid-column: 1 / -1; }
.programs h2 { font-size: clamp(62px, 9vw, 130px); }
.programs-head > p:last-child { max-width: 460px; margin: 0 0 4px; color: #adada8; font-size: 16px; }
.program-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid #383838; }
.program-card { min-height: 390px; padding: clamp(24px, 3vw, 42px); display: flex; flex-direction: column; border-right: 1px solid #383838; position: relative; overflow: hidden; transition: background .2s ease; }
.program-card:last-child { border-right: 0; }
.program-card .card-number { color: #777; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.card-icon { position: absolute; right: 28px; top: 24px; font-size: 36px; }
.program-card h3 { margin: 85px 0 20px; font-family: var(--font-display); font-size: clamp(40px, 4vw, 62px); line-height: .85; text-transform: uppercase; }
.program-card p { max-width: 330px; margin: 0 0 28px; color: #aaa; font-size: 14px; }
.program-card > a { min-height: 44px; margin-top: auto; align-self: flex-start; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .12em; border-bottom: 1px solid currentColor; padding: 9px 0; }
.program-card.acid { background: var(--acid); color: var(--ink); }
.program-card.acid p, .program-card.acid .card-number { color: var(--ink); }
.program-card:not(.acid):hover { background: var(--ink-soft); }
.program-card.acid:hover { background: var(--acid-bright); }

.field-notes { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.field-copy h2 { font-size: clamp(62px, 8.2vw, 124px); }
.field-copy h2 em { color: var(--red); -webkit-text-stroke-color: var(--red); }
.field-copy > p:not(.eyebrow) { max-width: 560px; font-size: 17px; }
.check-list { margin: 35px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.check-list li { padding: 13px 0; display: flex; gap: 18px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.check-list span { color: var(--red); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); color: #fff; transform: translate(-4px, -4px); box-shadow: 6px 6px 0 var(--acid); }
.field-gallery { min-height: 780px; position: relative; }
.field-gallery figure { margin: 0; position: absolute; background: var(--ink); overflow: hidden; box-shadow: 14px 14px 0 var(--acid); }
.field-gallery img { height: 100%; object-fit: cover; filter: saturate(.65) contrast(1.15); transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .5s ease; }
.field-gallery figure:hover img { transform: scale(1.035); filter: saturate(1) contrast(1.1); }
.field-gallery figcaption { position: absolute; inset: auto 0 0; padding: 12px; background: rgba(0,0,0,.74); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .09em; }
.photo-tall { width: 63%; height: 79%; left: 0; top: 0; transform: rotate(-2deg); }
.photo-tall img { object-position: 50% 56%; }
.photo-small { width: 48%; height: 55%; right: 0; bottom: 0; transform: rotate(3deg); }
.photo-small img { object-position: 50% 48%; }
.scribble { position: absolute; right: 0; top: 5%; z-index: 3; color: var(--red); font-family: var(--font-display); font-size: clamp(27px, 4vw, 54px); line-height: .8; transform: rotate(8deg); text-shadow: 2px 2px 0 #fff; }

.quote-band { padding: clamp(90px, 11vw, 155px) var(--pad); background: var(--acid); text-align: center; position: relative; overflow: hidden; }
.quote-mark { position: absolute; left: 3%; top: -10%; color: rgba(9,9,9,.1); font-family: Georgia, serif; font-size: 320px; line-height: 1; }
.quote-band blockquote { margin: 0; position: relative; font-family: var(--font-display); font-size: clamp(44px, 7vw, 104px); line-height: .9; text-transform: uppercase; }
.quote-band blockquote em { font-style: normal; color: var(--red); }
.quote-band p { margin: 25px 0 0; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.ecosystem { background: var(--red); color: #fff; position: relative; overflow: hidden; }
.ecosystem::before { content: "J15"; position: absolute; right: -2vw; top: -11vw; color: rgba(0,0,0,.08); font-family: var(--font-display); font-size: 42vw; line-height: 1; }
.section-index.light { border-color: #fff; position: relative; z-index: 1; max-width: 180px; }
.ecosystem-content { margin-top: 60px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; position: relative; z-index: 1; }
.ecosystem h2 { font-size: clamp(64px, 10vw, 150px); }
.ecosystem h2 span { -webkit-text-stroke: 2px #fff; color: transparent; }
.ecosystem-aside { padding-top: 20px; }
.ecosystem-aside p { max-width: 430px; margin: 0 0 30px; font-size: 17px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { transform: translate(-4px, -4px); box-shadow: 6px 6px 0 var(--ink); }
.dreamer-line { margin-top: 80px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.55); position: relative; z-index: 1; font-size: 10px; font-weight: 900; letter-spacing: .24em; }

.faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(45px, 9vw, 140px); }
.faq h2 { font-size: clamp(56px, 7vw, 102px); }
.faq h2 em { color: var(--red); -webkit-text-stroke-color: var(--red); }
.faq-heading > p:last-child { max-width: 390px; }
.accordion details { border-top: 2px solid var(--ink); }
.accordion details:last-child { border-bottom: 2px solid var(--ink); }
.accordion summary { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-size: clamp(16px, 1.6vw, 22px); font-weight: 900; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 30px; font-weight: 400; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 720px; margin: -8px 52px 27px 0; color: #4d4d49; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); background: var(--ink); color: #fff; }
.contact h2 { font-size: clamp(68px, 8vw, 118px); }
.contact-copy > p:not(.eyebrow) { max-width: 490px; color: #aeaea9; }
.direct-links { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 20px; }
.direct-links a { min-height: 44px; padding: 9px 0; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid #666; text-decoration: none; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.direct-links a:hover { color: var(--acid); border-color: var(--acid); }
.contact-panel { padding: clamp(28px, 4vw, 56px); background: var(--paper-bright); color: var(--ink); box-shadow: 13px 13px 0 var(--acid); position: relative; }
.contact-panel-label { margin: 0 0 28px; padding-bottom: 11px; border-bottom: 2px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.contact-panel h3 { margin: 0; font-family: var(--font-display); font-size: clamp(54px, 6vw, 94px); line-height: .84; letter-spacing: -.025em; text-transform: uppercase; }
.contact-panel h3 span { color: var(--red); }
.contact-panel > p:not(.contact-panel-label) { max-width: 560px; margin: 26px 0 32px; font-size: 16px; }
.channel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 2px solid var(--ink); }
.channel-grid a { min-height: 58px; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); color: var(--ink); text-decoration: none; text-transform: uppercase; font-size: 10px; font-weight: 900; letter-spacing: .1em; transition: background .18s ease, color .18s ease; }
.channel-grid a:nth-child(2n) { border-right: 0; }
.channel-grid a:nth-last-child(-n+2) { border-bottom: 0; }
.channel-grid a:hover, .channel-grid a:focus-visible { background: var(--ink); color: #fff; }
.channel-grid .channel-primary { background: var(--acid); }

.site-footer { padding: 42px var(--pad) 55px; display: grid; grid-template-columns: .6fr 1.2fr auto; align-items: end; gap: 40px; background: var(--ink); color: #fff; border-top: 1px solid #363636; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand p { margin: 0; font-size: 10px; line-height: 1.5; letter-spacing: .09em; }
.footer-meta { max-width: 760px; color: #a3a39d; font-size: 12px; line-height: 1.55; }
.footer-meta p { margin: 4px 0; }
.back-top { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #555; text-decoration: none; }
.back-top:hover { background: var(--acid); color: var(--ink); }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; padding-top: 90px; }
  .hero-visual { min-height: 620px; }
  .hero-visual::before { background: linear-gradient(0deg, rgba(0,0,0,.8) 0, transparent 38%); }
  .programs-head { grid-template-columns: 1fr; gap: 30px; }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 300px; border-right: 0; border-bottom: 1px solid #383838; }
  .program-card:last-child { border-bottom: 0; }
  .program-card h3 { margin-top: 55px; }
  .field-notes, .faq, .contact { grid-template-columns: 1fr; }
  .field-gallery { min-height: 700px; }
  .ecosystem-content { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .site-header { height: 72px; }
  .brand-mark { width: 42px; height: 42px; font-size: 22px; }
  .menu-toggle { width: 44px; height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid #555; background: transparent; color: #fff; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 18px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; left: 0; right: 0; top: 72px; bottom: 0; padding: 60px var(--pad); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 30px; background: var(--ink); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility 0s linear .3s; }
  .site-nav.is-open { transform: translateX(0); visibility: visible; transition-delay: 0s; }
  .site-nav a { font-family: var(--font-display); font-size: 36px; letter-spacing: .02em; }
  .site-nav .nav-cta { font-family: var(--font-body); font-size: 11px; }
  .hero { min-height: auto; }
  .hero-copy { min-height: 610px; padding-top: 75px; padding-bottom: 75px; }
  .hero h1 { font-size: clamp(55px, 17vw, 82px); }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-visual { min-height: 560px; }
  .tape { left: 2%; font-size: 27px; }
  .rep-badge { width: 100px; height: 100px; }
  .rep-badge strong { font-size: 43px; }
  .manifesto { grid-template-columns: 1fr; }
  .section-index { max-width: 120px; }
  .manifesto-detail { grid-template-columns: 1fr; }
  .field-gallery { min-height: 590px; }
  .photo-tall { width: 71%; height: 77%; }
  .photo-small { width: 52%; height: 48%; }
  .quote-band blockquote br { display: none; }
  .ecosystem-content { margin-top: 45px; }
  .contact-panel { box-shadow: 8px 8px 0 var(--acid); }
  .channel-grid { grid-template-columns: 1fr; }
  .channel-grid a, .channel-grid a:nth-child(2n), .channel-grid a:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--ink); }
  .channel-grid a:last-child { border-bottom: 0; }
  .site-footer { grid-template-columns: 1fr auto; }
  .footer-meta { grid-column: 1 / -1; grid-row: 2; }
  .mobile-cta { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; height: 64px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: var(--acid); color: var(--ink); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .12em; border-top: 2px solid var(--ink); }
}

@media (max-width: 420px) {
  .hero-copy { min-height: 580px; }
  .hero h1 { font-size: 54px; }
  .hero-visual { min-height: 500px; }
  .section-pad { padding-top: 76px; padding-bottom: 76px; }
  .manifesto h2 { font-size: 48px; }
  .programs h2, .field-copy h2, .faq h2, .contact h2 { font-size: 55px; }
  .field-gallery { min-height: 510px; }
  .program-card { min-height: 310px; }
}
