:root {
  --ink: #151612;
  --ink-soft: #1e201b;
  --paper: #e6dfcd;
  --fog: #9daeb0;
  --amber: #e8a838;
  --kodak-red: #9c3329;
  --studio: #9eaaa5;
  --line: rgba(230, 223, 205, 0.25);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x: hidden; }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--amber); color: var(--ink); }

.film-grain { position: fixed; inset: -70%; z-index: 100; pointer-events: none; opacity: 0.055; background-image: repeating-radial-gradient(circle at 17% 32%, rgba(255,255,255,.9) 0 .55px, transparent .7px 2.7px), repeating-radial-gradient(circle at 71% 62%, rgba(0,0,0,.9) 0 .6px, transparent .8px 3.1px); background-size: 5px 5px, 7px 7px; animation: grain .22s steps(2) infinite; mix-blend-mode: soft-light; }
@keyframes grain { 0% { transform: translate3d(-2%,1%,0); } 25% { transform: translate3d(2%,-1%,0); } 50% { transform: translate3d(1%,2%,0); } 75% { transform: translate3d(-1%,-2%,0); } 100% { transform: translate3d(-2%,1%,0); } }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 22px clamp(20px,3.5vw,58px); border-bottom: 1px solid rgba(255,255,255,.28); color: #f2eee2; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.brand-lockup, .footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.brand-lockup img { width: 27px; height: 27px; object-fit: contain; }
.header-meta { display: flex; gap: 35px; opacity: .8; }
.header-watch { justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-watch svg, .patreon-link svg, .social-links svg { width: 17px; height: 17px; transition: transform .25s ease; }
.header-watch:hover svg { transform: translateX(4px); }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; padding: 120px clamp(20px,3.5vw,58px) clamp(28px,5vw,70px); }
.hero-image { position: absolute; inset: -4%; z-index: -3; background: url('/assets/hero-steve-pup.webp') center 54% / cover no-repeat; filter: saturate(.9) contrast(1.03); animation: heroDrift 18s ease-out both; }
@keyframes heroDrift { from { transform: scale(1.07); } to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg,rgba(8,11,11,.25) 0%,rgba(9,12,11,.04) 34%,rgba(8,9,7,.82) 100%), linear-gradient(90deg,rgba(7,8,6,.24),transparent 45%,rgba(7,8,6,.12)); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; box-shadow: inset 0 0 180px rgba(0,0,0,.5); pointer-events: none; }
.hero-content { width: 100%; }
.eyebrow { margin: 0; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 600; }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; opacity: .8; animation: rise .9s .1s both; }
.hero-eyebrow span { width: 3px; height: 3px; background: var(--amber); border-radius: 50%; }
.hero h1 { margin: 0; font-family: "Iowan Old Style","Baskerville","Times New Roman",serif; font-size: clamp(74px,13.7vw,212px); line-height: .69; letter-spacing: -.07em; font-weight: 400; text-transform: uppercase; text-shadow: 0 4px 40px rgba(0,0,0,.18); }
.hero h1 span { display: block; animation: titleReveal 1.1s cubic-bezier(.2,.76,.2,1) both; }
.hero h1 span:last-child { margin-left: 11.2vw; animation-delay: .08s; }
@keyframes titleReveal { from { opacity: 0; transform: translateY(70px); filter: blur(8px); } }
@keyframes rise { from { opacity: 0; transform: translateY(15px); } }
.hero-footer { margin-top: clamp(34px,6vw,80px); display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid rgba(255,255,255,.35); padding-top: 18px; }
.hero-footer > p { margin: 0; max-width: 420px; font-family: "Iowan Old Style","Baskerville",serif; font-size: clamp(18px,2vw,29px); letter-spacing: -.01em; }
.scroll-cue { display: flex; align-items: center; gap: 14px; text-transform: uppercase; font-size: 9px; letter-spacing: .19em; }
.scroll-line { display: inline-block; width: 70px; height: 1px; background: currentColor; transform-origin: right; animation: pulseLine 2.2s infinite; }
@keyframes pulseLine { 50% { transform: scaleX(.35); opacity: .45; } }
.frame-number { position: absolute; top: 50%; right: -9px; transform: rotate(90deg); font: 9px monospace; letter-spacing: .25em; opacity: .55; }

.film-section { padding: clamp(75px,10vw,150px) clamp(20px,6vw,92px); background: var(--ink); }
.section-rule { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 12px; text-transform: uppercase; font: 9px/1.2 monospace; letter-spacing: .18em; color: rgba(230,223,205,.62); }
.film-heading { display: grid; grid-template-columns: 1.5fr .6fr; gap: 8vw; align-items: end; margin: clamp(55px,7vw,100px) 0 42px; }
.amber { color: var(--amber); }
.film-heading h2, .manifesto h2, .newsletter h2, .patreon-copy h2 { font-family: "Iowan Old Style","Baskerville","Times New Roman",serif; font-weight: 400; letter-spacing: -.05em; }
.film-heading h2 { margin: 7px 0 0; font-size: clamp(54px,8.8vw,137px); line-height: .92; text-transform: uppercase; }
.film-logline { margin: 0 0 6px; max-width: 410px; font-family: "Iowan Old Style","Baskerville",serif; font-size: clamp(18px,2vw,28px); line-height: 1.25; color: rgba(230,223,205,.72); }
.film-poster { position: relative; display: block; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; border-radius: clamp(13px,1.6vw,22px); overflow: hidden; background: #050505; color: var(--paper); cursor: pointer; text-align: left; box-shadow: 0 40px 90px rgba(0,0,0,.28); }
.film-poster img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1),filter .6s ease; filter: saturate(.74) contrast(.98) brightness(.82); }
.poster-wash { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.35)); }
.film-poster:hover img { transform: scale(1.018); filter: saturate(.88) contrast(1) brightness(.9); }
.play-button { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: clamp(68px,7vw,106px); height: clamp(68px,7vw,106px); border-radius: 42%; display: grid; place-items: center; color: var(--ink); background: var(--amber); box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .35s ease,border-radius .35s ease; }
.play-button svg { width: 42%; }
.play-button { font-size: clamp(18px,2vw,28px); }
.film-poster:hover .play-button { transform: translate(-50%,-50%) scale(1.08) rotate(2deg); border-radius: 50%; }
.poster-caption { position: absolute; inset: auto 24px 20px; display: flex; justify-content: space-between; font: 9px monospace; text-transform: uppercase; letter-spacing: .18em; }
.poster-corners { position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.27); border-radius: 9px; pointer-events: none; }
.film-credit-line { display: flex; justify-content: space-between; gap: 20px; margin-top: 16px; font: 9px monospace; text-transform: uppercase; letter-spacing: .13em; color: rgba(230,223,205,.5); }

.manifesto { background: var(--studio); color: var(--ink); padding: clamp(75px,10vw,150px) clamp(20px,6vw,92px); }
.manifesto .section-rule { border-color: rgba(21,22,18,.28); color: rgba(21,22,18,.65); }
.manifesto-grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 8vw; margin-top: clamp(65px,9vw,130px); }
.manifesto h2 { margin: 0; font-size: clamp(49px,7.5vw,112px); line-height: .93; }
.manifesto h2 em { color: var(--kodak-red); font-weight: 400; }
.manifesto-copy { padding-top: 10px; }
.manifesto-copy p { margin: 0 0 28px; font-size: clamp(16px,1.4vw,20px); line-height: 1.55; }
.manifesto-copy p:last-child { color: rgba(21,22,18,.62); }
.process-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: clamp(70px,10vw,140px); background: rgba(21,22,18,.22); border: 1px solid rgba(21,22,18,.22); border-radius: 12px; overflow: hidden; }
.process-strip span { background: var(--studio); padding: 20px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; display: flex; justify-content: space-between; }
.process-strip b { font-family: monospace; font-weight: 400; opacity: .5; }

.newsletter { padding: clamp(65px,9vw,130px) clamp(20px,6vw,92px); background: #25251f; }
.newsletter-card { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; padding: clamp(32px,5vw,74px); border-radius: clamp(18px,2.4vw,32px); background: var(--kodak-red); color: #f1dfbc; box-shadow: inset 0 0 100px rgba(57,10,8,.18); }
.newsletter h2 { margin: 16px 0 28px; font-size: clamp(60px,8vw,120px); line-height: .78; }
.newsletter-copy > p:last-child { max-width: 460px; margin: 0; line-height: 1.55; color: rgba(241,223,188,.78); }
.signup-form { padding-bottom: 6px; }
.signup-form label { display: block; margin-bottom: 12px; text-transform: uppercase; font: 9px monospace; letter-spacing: .2em; }
.field-block { margin-bottom: 34px; }
.field-block input { width: 100%; border: 0; border-bottom: 1px solid rgba(241,223,188,.75); outline: 0; background: transparent; color: #fff3d7; font-family: "Iowan Old Style","Baskerville",serif; font-size: clamp(22px,2.4vw,34px); padding: 15px 6px 15px 0; }
.field-block input::placeholder { color: rgba(241,223,188,.38); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.input-row { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(241,223,188,.75); }
.input-row input { min-width: 0; border: 0; outline: 0; background: transparent; color: #fff3d7; font-family: "Iowan Old Style","Baskerville",serif; font-size: clamp(22px,2.4vw,34px); padding: 15px 6px 15px 0; }
.input-row input::placeholder { color: rgba(241,223,188,.38); }
.input-row button { border: 0; color: var(--ink); background: var(--amber); border-radius: 10px 10px 0 0; padding: 0 20px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; cursor: pointer; }
.input-row button:disabled { opacity: .65; cursor: wait; }
.input-row button svg { width: 17px; }
.form-note { min-height: 18px; margin: 12px 0 0; font-size: 10px; letter-spacing: .06em; color: rgba(241,223,188,.6); }
.form-note.success { color: #f7c967; }
.form-note.error { color: #ffd8cf; }

.patreon-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 720px; background: var(--amber); color: var(--ink); padding: clamp(70px,10vw,145px) clamp(20px,8vw,122px); align-items: center; gap: 10vw; overflow: hidden; }
.patreon-stamp { justify-self: center; width: min(31vw,410px); aspect-ratio: 1; border: 1px solid rgba(21,22,18,.4); border-radius: 43%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; text-align: center; text-transform: uppercase; letter-spacing: .18em; font-size: 9px; position: relative; animation: floatStamp 5s ease-in-out infinite; }
.patreon-stamp::before, .patreon-stamp::after { content: ""; position: absolute; inset: 9%; border: 1px dashed rgba(21,22,18,.35); border-radius: 47%; }
.patreon-stamp::after { inset: 23%; border-style: solid; border-radius: 50%; }
.patreon-stamp span:nth-child(2) { max-width: 220px; font: 400 clamp(25px,3.2vw,45px)/.9 "Iowan Old Style","Baskerville",serif; letter-spacing: -.03em; }
@keyframes floatStamp { 50% { transform: translateY(-8px) rotate(1deg); } }
.patreon-copy h2 { margin: 16px 0 30px; font-size: clamp(64px,8vw,118px); line-height: .8; }
.patreon-copy > p:not(.eyebrow) { max-width: 520px; line-height: 1.6; font-size: 17px; }
.patreon-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 34px; border-bottom: 1px solid currentColor; padding: 0 0 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 650; }
.patreon-link:hover svg, .social-links a:hover svg { transform: translate(3px,-3px); }

footer { padding: 48px clamp(20px,3.5vw,58px) 30px; background: #10110e; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; }
.footer-brand { text-transform: uppercase; letter-spacing: .16em; font-size: 10px; }
.footer-brand img { width: 34px; height: 34px; object-fit: contain; }
.social-links { display: flex; gap: 30px; }
.social-links a { display: flex; gap: 7px; align-items: center; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; }
.footer-meta { justify-self: end; display: flex; flex-direction: column; text-align: right; gap: 6px; font: 8px monospace; text-transform: uppercase; letter-spacing: .15em; color: rgba(230,223,205,.45); }

.theater { position: fixed; inset: 0; z-index: 200; background: rgba(5,5,4,.97); display: grid; place-items: center; padding: 70px clamp(15px,4vw,60px) 45px; animation: theaterIn .38s ease both; }
@keyframes theaterIn { from { opacity: 0; } }
.theater-topline { position: absolute; top: 22px; left: clamp(15px,4vw,60px); right: clamp(15px,4vw,60px); display: flex; justify-content: space-between; align-items: center; font: 9px monospace; text-transform: uppercase; letter-spacing: .18em; color: rgba(230,223,205,.65); }
.theater-topline button { background: none; border: 0; color: var(--paper); cursor: pointer; text-transform: uppercase; letter-spacing: .16em; font-size: 9px; display: flex; align-items: center; gap: 9px; }
.theater-topline button span { font-size: 22px; font-weight: 200; }
.theater-screen { width: min(91vw,1370px); aspect-ratio: 16/9; position: relative; background: #000; box-shadow: 0 0 80px rgba(190,160,95,.12); border-radius: 7px; overflow: hidden; animation: screenSettle 2.25s cubic-bezier(.2,.72,.2,1) both; }
.theater-screen iframe { width: 100%; height: 100%; border: 0; display: block; }
.projector-flicker { position: absolute; inset: 0; pointer-events: none; overflow: hidden; background: #050403; animation: projectorCurtain 2.25s cubic-bezier(.22,.7,.25,1) forwards; }
.projector-flicker::before { content: ""; position: absolute; left: 50%; top: 50%; width: 95%; aspect-ratio: 1; border-radius: 50%; transform: translate(-50%,-50%) scale(.03); opacity: 0; background: radial-gradient(circle,rgba(255,225,163,.62) 0%,rgba(218,184,119,.24) 24%,rgba(67,55,36,.08) 56%,transparent 72%); mix-blend-mode: screen; animation: lampBloom 1.85s .16s cubic-bezier(.18,.65,.24,1) forwards; }
.projector-flicker::after { content: ""; position: absolute; top: -15%; bottom: -15%; left: 47%; width: 1px; opacity: 0; background: linear-gradient(180deg,transparent,rgba(255,244,216,.38) 26% 72%,transparent); box-shadow: 18px 0 0 rgba(255,244,216,.08); animation: leaderScratch 1.15s .52s ease-out forwards; }
@keyframes projectorCurtain { 0%,12% { opacity: 1; } 42% { opacity: .76; } 67% { opacity: .28; } 84% { opacity: .09; } 100% { opacity: 0; } }
@keyframes lampBloom { 0% { opacity: 0; transform: translate(-50%,-50%) scale(.03); } 24% { opacity: .48; } 62% { opacity: .3; } 100% { opacity: 0; transform: translate(-50%,-50%) scale(1.85); } }
@keyframes leaderScratch { 0% { opacity: 0; transform: translateX(-38px); } 28% { opacity: .22; } 100% { opacity: 0; transform: translateX(52px); } }
@keyframes screenSettle { 0% { transform: scale(.992) translateY(1px); filter: sepia(.18) brightness(.72) contrast(.92); } 52% { transform: scale(1.002); filter: sepia(.09) brightness(.94) contrast(.98); } 100% { transform: scale(1); filter: none; } }
.projector-beam { position: absolute; left: 50%; top: -15%; width: 76vw; height: 90%; transform: translateX(-50%); background: conic-gradient(from 166deg at 50% 0%,transparent 0 14deg,rgba(214,194,145,.035) 16deg 28deg,transparent 30deg); filter: blur(15px); pointer-events: none; }
.theater-note { position: absolute; bottom: 16px; margin: 0; font: 8px monospace; text-transform: uppercase; letter-spacing: .18em; color: rgba(230,223,205,.38); }

.reveal { animation: reveal linear both; animation-timeline: view(); animation-range: entry 5% cover 26%; }
@keyframes reveal { from { opacity: 0; transform: translateY(38px); } to { opacity: 1; transform: none; } }

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; padding: 17px 18px; }
  .header-meta, .brand-lockup span { display: none; }
  .hero { padding-left: 18px; padding-right: 18px; }
  .hero h1 { font-size: clamp(61px,20.4vw,120px); line-height: .76; }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-eyebrow { gap: 8px; font-size: 8px; letter-spacing: .14em; }
  .hero-footer { align-items: center; }
  .hero-footer > p { max-width: 230px; }
  .scroll-cue span:first-child, .frame-number { display: none; }
  .scroll-line { width: 42px; }
  .film-heading, .manifesto-grid, .newsletter-card, .patreon-section { grid-template-columns: 1fr; }
  .film-heading { gap: 25px; }
  .film-logline { max-width: 520px; }
  .film-credit-line { flex-direction: column; gap: 7px; }
  .manifesto-grid { gap: 45px; }
  .process-strip { grid-template-columns: 1fr 1fr; }
  .newsletter-card { min-height: 620px; gap: 70px; }
  .input-row { grid-template-columns: 1fr; border: 0; gap: 12px; }
  .input-row input { border-bottom: 1px solid rgba(241,223,188,.75); }
  .input-row button { min-height: 52px; justify-content: space-between; border-radius: 9px; }
  .patreon-section { gap: 75px; }
  .patreon-stamp { width: min(75vw,360px); }
  footer { grid-template-columns: 1fr; align-items: start; }
  .social-links { flex-wrap: wrap; }
  .footer-meta { justify-self: start; text-align: left; }
}

@media (max-width: 500px) {
  .hero { min-height: 92svh; }
  .hero-image { background-position: 58% center; }
  .hero h1 { font-size: 19vw; }
  .hero-footer > p { font-size: 17px; }
  .film-section, .manifesto, .newsletter { padding-left: 16px; padding-right: 16px; }
  .film-heading h2 { font-size: 14vw; }
  .film-poster { border-radius: 12px; }
  .poster-corners { inset: 8px; }
  .play-button { width: 62px; height: 62px; }
  .poster-caption { inset: auto 14px 13px; }
  .manifesto h2 { font-size: 13vw; }
  .process-strip span { padding: 15px 12px; font-size: 8px; }
  .newsletter-card { padding: 28px 22px; border-radius: 18px; }
  .newsletter h2, .patreon-copy h2 { font-size: 16vw; }
  .patreon-section { padding-left: 22px; padding-right: 22px; }
  .theater { padding-left: 8px; padding-right: 8px; }
  .theater-screen { width: 100%; }
}

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