
:root {
  --ink: #161914;
  --ink-soft: #20241d;
  --paper: #e5dfcf;
  --amber: #b9a365;
  --earth: #465446;
  --studio: #9ca590;
  --film-deep: #283026;
  --studio-edge: #7c846f;
  --patreon-edge: #667360;
  --line: rgba(229, 223, 207, 0.24);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !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; animation: pageEnter .38s ease both; transition: opacity .22s ease; }
html.page-leaving body { opacity: 0; }
@keyframes pageEnter { from { opacity: 0; } }
button, input { font: inherit; }
a { color: inherit; text-decoration: none; }
::selection { background: var(--amber); color: var(--ink); }

.film-grain { position: fixed; inset: -12%; z-index: 100; pointer-events: none; opacity: .27; background: url('/assets/film-grain.webp') center / 1280px 720px repeat; animation: grain .72s steps(2) infinite; mix-blend-mode: overlay; filter: contrast(280%) brightness(103%); will-change: transform; }
@keyframes grain { 0% { transform: translate3d(-1.8%,1.2%,0) scale(1.02); } 25% { transform: translate3d(1.4%,-1.1%,0) scale(1.025); } 50% { transform: translate3d(.9%,1.7%,0) scale(1.02); } 75% { transform: translate3d(-1.2%,-1.5%,0) scale(1.025); } 100% { transform: translate3d(-1.8%,1.2%,0) scale(1.02); } }

.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; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,3vw,42px); }
.main-nav > a, .nav-item > button { padding: 8px 0; border: 0; background: none; color: inherit; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; cursor: pointer; opacity: .76; transition: opacity .2s ease,color .2s ease; }
.main-nav > a:hover, .nav-item > button:hover, .nav-item.open > button { opacity: 1; color: #fff4d8; }
.nav-item { position: relative; }
.caret { display: inline-block; margin-left: 4px; font-size: 8px; transition: transform .22s ease; }
.nav-item.open .caret, .nav-item:hover .caret { transform: rotate(180deg); }
.dropdown { position: absolute; top: calc(100% + 10px); left: 50%; min-width: 185px; padding: 8px; border-radius: 12px; background: rgba(22,25,20,.94); box-shadow: 0 22px 50px rgba(0,0,0,.3); backdrop-filter: blur(16px); transform: translateX(-50%) translateY(-6px); opacity: 0; visibility: hidden; transition: opacity .2s ease,transform .2s ease,visibility .2s; }
.dropdown a { display: block; padding: 13px 15px; border-radius: 8px; letter-spacing: .11em; white-space: nowrap; transition: background .2s ease,color .2s ease; }
.dropdown a:hover { background: rgba(229,223,207,.09); color: #fff4d8; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown, .nav-item.open .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.header-cta { justify-self: end; display: flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 10px; background: var(--amber); color: var(--ink); font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.16); transition: transform .22s ease,background .22s ease; }
.header-cta:hover { transform: translateY(-2px); background: #d0bc7d; }
.header-cta svg, .patreon-link svg, .community-link svg, .social-links svg { width: 17px; height: 17px; transition: transform .25s ease; }
.header-cta:hover svg { transform: translateX(3px); }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; margin-bottom: -2px; padding: 120px clamp(20px,3.5vw,58px) clamp(28px,5vw,70px); }
.hero-image { position: absolute; inset: -4%; z-index: -4; background: url('/assets/hero-steve-pup.webp') center 54% / cover no-repeat; filter: saturate(.78) contrast(1.04); animation: heroDrift 26s ease-in-out infinite; will-change: transform; }
.hero-video { position: absolute; inset: -4%; z-index: -3; width: 108%; height: 108%; display: block; object-fit: cover; opacity: 1; background: transparent; filter: saturate(.78) contrast(1.04); animation: heroDrift 26s ease-in-out infinite; transition: opacity 1.1s ease; will-change: transform; }
.hero-video.ready { opacity: 1; }
@keyframes heroDrift { 0%,100% { transform: scale(1.015); } 50% { transform: scale(1.095); } }
.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: auto 0 -3px; height: 58%; z-index: -1; background: linear-gradient(180deg,transparent 0%,rgba(22,25,20,.18) 27%,rgba(22,25,20,.68) 63%,var(--ink) 88%,var(--ink) 100%); box-shadow: inset 0 -90px 100px rgba(22,25,20,.48); 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(28px,3.6vw,58px) clamp(20px,6vw,92px) clamp(75px,10vw,150px); background: linear-gradient(180deg,var(--ink) 0%,#1b211a 46%,var(--film-deep) 100%); }
.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, .community-card h2, .privacy-modal h2, .page-heading h1, .thanks-heading h1, .download-title, .popup-title { 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(25px,3vw,40px); }
.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: linear-gradient(180deg,var(--studio-edge) 0%,var(--studio) 48%,var(--patreon-edge) 100%); 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: #f1ead8; font-weight: 400; text-shadow: 0 8px 28px rgba(35,42,33,.18); }
.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); border: 0; border-radius: 12px; overflow: hidden; box-shadow: 0 12px 26px rgba(21,22,18,.14); }
.process-strip span { background: rgba(156,165,144,.8); padding: 20px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; display: flex; justify-content: space-between; backdrop-filter: blur(8px); }
.process-strip b { font-family: monospace; font-weight: 400; opacity: .5; }

.newsletter { padding: clamp(65px,9vw,130px) clamp(20px,6vw,92px); background: linear-gradient(180deg,var(--film-deep) 0%,#4c5444 58%,var(--studio-edge) 100%); }
.newsletter-card { position: relative; isolation: isolate; overflow: hidden; min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; padding: clamp(32px,5vw,74px); border: 0; border-radius: clamp(18px,2.4vw,32px); background: var(--earth); color: #eee6d4; box-shadow: 0 12px 28px rgba(8,12,9,.24), inset 0 0 110px rgba(18,26,19,.2); transition: transform .38s cubic-bezier(.2,.7,.2,1),box-shadow .38s ease; }
.newsletter-card > * { position: relative; z-index: 2; }
.newsletter h2 { margin: 16px 0 28px; font-size: clamp(60px,8vw,120px); line-height: .78; }
.newsletter-copy > p:not(.eyebrow) { max-width: 460px; margin: 0; line-height: 1.55; color: rgba(241,223,188,.78); }
.privacy-link { margin-top: 22px; padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(241,223,188,.55); background: transparent; color: rgba(241,223,188,.78); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; cursor: pointer; }
.privacy-link:hover { color: #fff3d7; border-color: currentColor; }
.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); }
.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; }
.confirmation-state { align-self: end; padding: clamp(26px,3vw,42px); border: 1px solid rgba(241,223,188,.28); border-radius: 18px; background: rgba(28,31,24,.2); }
.confirmation-state h3 { margin: 14px 0 18px; font: 400 clamp(42px,5.2vw,76px)/.9 "Iowan Old Style","Baskerville",serif; letter-spacing: -.045em; }
.confirmation-state > p:not(.eyebrow) { max-width: 500px; margin: 0 0 22px; font-size: 17px; line-height: 1.55; }
.confirmation-state small { display: block; color: rgba(241,223,188,.62); line-height: 1.5; }
.email-confirmed-banner { max-width: 980px; margin: 0 auto clamp(34px,5vw,70px); padding: clamp(24px,3vw,42px); border: 1px solid rgba(229,223,207,.28); border-radius: 20px; background: rgba(22,25,20,.78); color: var(--paper); text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.email-confirmed-banner strong { display: block; margin: 13px 0 8px; font: 400 clamp(35px,5vw,70px)/1 "Iowan Old Style","Baskerville",serif; letter-spacing: -.04em; }
.email-confirmed-banner > p:last-child { margin: 0; color: rgba(229,223,207,.72); }

.patreon-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 720px; background: linear-gradient(180deg,var(--patreon-edge) 0%,#405044 48%,#26332c 100%); color: #f1ede2; 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(241,237,226,.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(241,237,226,.3); border-radius: 47%; }
.patreon-stamp::after { inset: 23%; border-style: solid; border-radius: 50%; }
.patreon-stamp span:first-child { font-size: 13px; font-weight: 750; letter-spacing: .25em; }
.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; color: rgba(241,237,226,.78); }
.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, .community-link:hover svg, .social-links a:hover svg { transform: translate(3px,-3px); }

.community-section { display: grid; grid-template-columns: 1fr 1fr; background: linear-gradient(180deg,#26332c 0%,#48574a 28%,#273129 100%); padding: clamp(72px,9vw,138px) clamp(20px,6vw,92px); gap: clamp(18px,2vw,30px); }
.community-card { position: relative; isolation: isolate; min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(30px,4.5vw,66px); border: 0; border-radius: clamp(20px,2.3vw,34px); box-shadow: 0 13px 30px rgba(8,12,9,.25); transition: transform .38s cubic-bezier(.2,.7,.2,1),box-shadow .38s ease; }
.community-card::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(circle at 88% 10%,rgba(255,255,255,.11),transparent 30%),linear-gradient(145deg,transparent 50%,rgba(0,0,0,.11)); }
.glow-card::before { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(180px circle at var(--glow-x,50%) var(--glow-y,50%),rgba(255,245,217,.115),transparent 68%); opacity: 0; transition: opacity .3s ease; }
.community-card > div, .community-card > small { position: relative; z-index: 2; }
.card-watermark { position: absolute; z-index: 0; top: 7%; right: -7%; width: min(58%,360px); opacity: .075; filter: blur(.75px); pointer-events: none; user-select: none; mix-blend-mode: multiply; }
.discord-watermark { width: min(54%,340px); top: 10%; right: -3%; filter: invert(1) blur(.75px); opacity: .065; mix-blend-mode: screen; }
.runway-card { background: #76816d; color: #161914; }
.discord-card { background: #243329; color: #e5dfcf; }
.community-number { position: absolute !important; top: 24px; right: 28px; font: 9px monospace; letter-spacing: .18em; opacity: .48; }
.community-card h2 { margin: 18px 0 26px; max-width: 680px; font-size: clamp(54px,6.6vw,100px); line-height: .82; }
.community-card p:not(.eyebrow) { max-width: 520px; margin: 0; font-size: 16px; line-height: 1.6; opacity: .77; }
.community-actions { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 26px; margin-top: 55px; }
.community-link { display: inline-flex; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; padding: 0 0 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 650; white-space: nowrap; }
.code-button { display: flex; flex-direction: column; gap: 8px; min-width: 235px; padding: 16px 18px; border: 0; border-radius: 12px; background: rgba(229,223,207,.18); color: inherit; text-align: left; cursor: pointer; }
.code-button span { text-transform: uppercase; letter-spacing: .17em; font: 8px monospace; opacity: .58; }
.code-button strong { font: 600 13px monospace; letter-spacing: .09em; }
.affiliate-note { position: relative; z-index: 1; display: block; margin-top: 22px; max-width: 440px; font-size: 9px; line-height: 1.5; letter-spacing: .05em; opacity: .55; }

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: 34px; }
.social-links a { display: flex; gap: 9px; align-items: center; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; }
.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); }
.footer-contact { grid-column: 1; justify-self: start; padding: 0 0 6px; border: 0; border-bottom: 1px solid rgba(229,223,207,.32); background: transparent; color: rgba(229,223,207,.58); text-transform: uppercase; letter-spacing: .16em; font: 8px monospace; cursor: pointer; transition: color .2s ease,border-color .2s ease; }
.footer-contact:hover { color: var(--paper); border-color: currentColor; }
.minecraft-disclaimer { grid-column: 1 / -1; margin: 8px 0 0; padding-top: 22px; border-top: 1px solid rgba(229,223,207,.12); text-align: center; font: 7px/1.5 monospace; text-transform: uppercase; letter-spacing: .15em; color: rgba(230,223,205,.34); }

.contact-overlay { position: fixed; inset: 0; z-index: 320; display: grid; place-items: center; padding: 22px; background: rgba(7,9,7,.88); backdrop-filter: blur(14px); animation: theaterIn .25s ease both; }
.contact-modal { position: relative; isolation: isolate; overflow: hidden; width: min(680px,100%); padding: clamp(38px,5vw,68px); border: 0; border-radius: clamp(20px,2.5vw,34px); background: linear-gradient(145deg,#39483d,#253029); color: var(--paper); box-shadow: 0 45px 110px rgba(0,0,0,.48); }
.contact-modal h2 { max-width: 560px; margin: 18px 0 26px; font: 400 clamp(54px,7vw,88px)/.88 "Iowan Old Style","Baskerville",serif; letter-spacing: -.05em; }
.contact-modal > p:not(.eyebrow) { max-width: 520px; margin: 0; color: rgba(229,223,207,.7); line-height: 1.6; }
.contact-email { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 40px; padding: 18px 20px; border-radius: 11px; background: var(--amber); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .04em; overflow-wrap: anywhere; }
.contact-email svg { flex: 0 0 auto; width: 19px; }

.privacy-overlay { position: fixed; inset: 0; z-index: 360; display: grid; place-items: center; padding: 22px; background: rgba(7,9,7,.88); backdrop-filter: blur(12px); animation: theaterIn .25s ease both; }
.privacy-modal { position: relative; isolation: isolate; width: min(760px,100%); max-height: calc(100svh - 44px); overflow-x: hidden; overflow-y: auto; padding: clamp(28px,5vw,62px); border: 0; border-radius: clamp(18px,2.2vw,30px); background: #273129; color: var(--paper); box-shadow: 0 45px 110px rgba(0,0,0,.45); }
.privacy-topline { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.privacy-topline button { display: flex; align-items: center; gap: 8px; padding: 0; border: 0; background: transparent; color: inherit; text-transform: uppercase; letter-spacing: .15em; font-size: 9px; line-height: 1; cursor: pointer; }
.privacy-topline button span { width: 20px; height: 20px; display: grid; place-items: center; font-size: 20px; font-weight: 200; line-height: 1; transform: translateY(-1px); }
.privacy-modal h2 { margin: 42px 0 30px; font-size: clamp(48px,7vw,83px); line-height: .88; }
.privacy-modal > p { margin: 0 0 20px; max-width: 660px; font-size: 15px; line-height: 1.65; color: rgba(229,223,207,.76); }
.privacy-modal .privacy-updated { margin: 35px 0 0; padding-top: 20px; border-top: 1px solid rgba(229,223,207,.17); text-transform: uppercase; font: 8px monospace; letter-spacing: .13em; color: rgba(229,223,207,.43); }

.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; }
.theater > *:not(.modal-grain) { z-index: 2; }
@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); }

.entry-popup { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 22px; background: rgba(7,9,7,.82); backdrop-filter: blur(14px); animation: popupBackdropIn .42s ease both; }
.entry-popup.closing { animation: popupBackdropOut .36s ease both; pointer-events: none; }
.entry-popup-card { position: relative; width: min(620px,100%); padding: clamp(34px,5vw,68px); border: 0; border-radius: clamp(20px,2.5vw,34px); overflow: hidden; background: linear-gradient(145deg,#475746,#303d33); box-shadow: 0 45px 110px rgba(0,0,0,.46); animation: popupCardIn .54s cubic-bezier(.2,.75,.2,1) both; }
.entry-popup.closing .entry-popup-card { animation: popupCardOut .36s ease both; }
.entry-popup-card::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle at 88% 8%,rgba(255,240,194,.1),transparent 32%); }
.entry-popup-card > *:not(.modal-grain):not(.popup-close), .privacy-modal > *:not(.modal-grain), .contact-modal > *:not(.modal-grain):not(.popup-close) { position: relative; z-index: 2; }
.modal-grain { position: absolute; z-index: 1; inset: -18%; pointer-events: none; opacity: .22; background: url('/assets/film-grain.webp') center / 720px 405px repeat; mix-blend-mode: overlay; filter: contrast(245%) brightness(105%); animation: modalGrain .8s steps(2) infinite; will-change: transform; }
@keyframes modalGrain { 0%,100% { transform: translate3d(-1.2%,1%,0); } 33% { transform: translate3d(1.1%,-.8%,0); } 66% { transform: translate3d(.7%,1.3%,0); } }
.popup-close { position: absolute; z-index: 2; top: 19px; right: 22px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: rgba(229,223,207,.08); color: var(--paper); font-size: 24px; font-weight: 200; cursor: pointer; transition: background .2s ease,transform .2s ease; }
.popup-close:hover { background: rgba(229,223,207,.15); transform: rotate(4deg); }
.popup-title { display: block; max-width: 520px; margin: 18px 0 22px; font-size: clamp(47px,6vw,78px); line-height: .9; }
.popup-copy { max-width: 520px; margin: 0; color: rgba(241,237,226,.76); font-size: 16px; line-height: 1.55; }
.popup-form { margin-top: 40px; }
.popup-form .field-block { margin-bottom: 25px; }
.popup-form-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.popup-form-meta .privacy-link { flex: 0 0 auto; margin-top: 12px; }
.popup-confirmation { min-height: 320px; display: flex; flex-direction: column; justify-content: center; }
@keyframes popupBackdropIn { from { opacity: 0; } }
@keyframes popupBackdropOut { to { opacity: 0; } }
@keyframes popupCardIn { from { opacity: 0; transform: translateY(22px) scale(.985); } }
@keyframes popupCardOut { to { opacity: 0; transform: translateY(12px) scale(.99); } }

.subpage-shell { min-height: 100svh; background: linear-gradient(180deg,#161914 0%,#20271f 48%,#2d392f 100%); }
.subpage-shell .site-header { position: relative; background: rgba(14,17,13,.45); backdrop-filter: blur(13px); }
.page-main { min-height: 72svh; padding: clamp(48px,7vw,105px) clamp(20px,6vw,92px) clamp(80px,10vw,150px); }
.page-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 8vw; margin: clamp(55px,8vw,118px) 0 clamp(45px,6vw,80px); }
.page-heading h1 { margin: 8px 0 0; font-size: clamp(68px,11vw,170px); line-height: .8; text-transform: uppercase; }
#bts-title { font-size: clamp(58px,9vw,138px); }
.episode-list { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.episode-card { position: relative; }
.episode-card > button, .bts-card-inner { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(180px,320px) 72px minmax(0,1fr) auto; align-items: center; gap: clamp(18px,3vw,46px); width: 100%; padding: 18px; border: 0; border-radius: 20px; overflow: hidden; background: rgba(105,119,100,.52); color: var(--paper); text-align: left; box-shadow: 0 12px 28px rgba(0,0,0,.16); transition: transform .34s cubic-bezier(.2,.7,.2,1),background .34s ease,box-shadow .34s ease; }
.episode-card > button { cursor: pointer; }
.episode-card:nth-child(even) > button, .bts-card:nth-child(even) .bts-card-inner { background: rgba(77,93,79,.6); }
.episode-thumb { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: 12px; background: radial-gradient(circle at 50% 45%,rgba(185,163,101,.12),transparent 32%),linear-gradient(145deg,#172019,#080a08); }
.episode-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) brightness(.82); transition: transform .7s ease,filter .4s ease; }
.episode-play { position: absolute; inset: 50% auto auto 50%; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 42%; background: var(--amber); color: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 10px 26px rgba(0,0,0,.25); }
.episode-play svg { width: 50%; }
.episode-play { font-size: 20px; }
.ep-num, .ep-watch { text-transform: uppercase; letter-spacing: .16em; font: 9px monospace; color: rgba(229,223,207,.58); }
.ep-body { display: flex; min-width: 0; flex-direction: column; gap: 10px; }
.ep-title { font: 400 clamp(28px,3.4vw,52px)/.95 "Iowan Old Style","Baskerville",serif; letter-spacing: -.035em; }
.ep-desc { max-width: 650px; color: rgba(229,223,207,.67); font-size: 14px; line-height: 1.5; }
.ep-watch { justify-self: end; white-space: nowrap; color: var(--amber); }
.episode-bts-link { display: flex; width: max-content; align-items: center; gap: 9px; margin: 10px 16px 2px auto; color: rgba(229,223,207,.62); text-transform: uppercase; letter-spacing: .14em; font: 8px monospace; transition: color .2s ease; }
.episode-bts-link:hover { color: var(--amber); }
.content-status { padding: 46px 22px; border-radius: 20px; background: rgba(77,93,79,.35); color: rgba(229,223,207,.6); text-align: center; text-transform: uppercase; letter-spacing: .15em; font: 9px monospace; }
.content-error { color: #ffd8cf; }
.bts-card-inner { min-height: 230px; }
.bts-card.is-locked .bts-card-inner { background: linear-gradient(145deg,rgba(51,61,51,.94),rgba(31,38,32,.96)); }
.bts-card.is-locked .episode-thumb img { filter: grayscale(.55) saturate(.42) brightness(.5); }
.bts-thumb { isolation: isolate; }
.bts-thumb::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,rgba(8,10,8,.08),rgba(8,10,8,.55)); pointer-events: none; }
.bts-lock { position: absolute; z-index: 2; inset: 50% auto auto 50%; display: grid; place-items: center; gap: 5px; transform: translate(-50%,-50%); color: #f2e8ce; text-align: center; font-size: 34px; }
.bts-lock strong { font: 8px monospace; text-transform: uppercase; letter-spacing: .18em; }
.bts-preview-button { z-index: 2; border: 0; cursor: pointer; }
.locked-teaser { color: rgba(229,223,207,.52); }
.bts-actions { display: flex; min-width: 150px; flex-direction: column; align-items: stretch; gap: 10px; }
.bts-primary-link, .bts-back-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 14px; border-radius: 9px; text-transform: uppercase; letter-spacing: .12em; font: 8px monospace; white-space: nowrap; }
.bts-primary-link { background: var(--amber); color: var(--ink); font-weight: 700; }
.bts-back-link { background: rgba(229,223,207,.08); color: rgba(229,223,207,.7); }

.thanks-page { display: flex; flex-direction: column; justify-content: center; }
.thanks-heading { max-width: 980px; margin: clamp(55px,8vw,105px) 0 clamp(44px,6vw,76px); }
.thanks-heading h1 { margin: 14px 0 26px; font-size: clamp(82px,13vw,188px); line-height: .75; text-transform: uppercase; }
.thanks-heading > p:last-child { max-width: 650px; margin: 0; color: rgba(229,223,207,.72); font: 400 clamp(19px,2vw,28px)/1.35 "Iowan Old Style","Baskerville",serif; }
.download-card { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 7vw; padding: clamp(32px,5vw,72px); border: 0; border-radius: clamp(20px,2.5vw,34px); background: #4a594b; box-shadow: 0 18px 40px rgba(0,0,0,.2); transition: transform .38s cubic-bezier(.2,.7,.2,1),box-shadow .38s ease; }
.download-card > * { position: relative; z-index: 2; }
.download-title { display: block; margin: 18px 0 24px; font-size: clamp(54px,7vw,104px); line-height: .85; }
.download-copy > p:last-child { max-width: 500px; margin: 0; color: rgba(229,223,207,.7); line-height: 1.55; }
.download-button { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 0; border-radius: 11px; background: var(--amber); color: var(--ink); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.download-button { cursor: pointer; }
.download-button span { font-size: 20px; }
.download-placeholder-note { margin: 13px 0 0; color: rgba(229,223,207,.5); font-size: 10px; line-height: 1.5; }

.signal-page { min-height: 100svh; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 42%,#2d392f 0%,#1b211a 42%,#0d0f0c 100%); }
.signal-page::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background: repeating-linear-gradient(180deg,transparent 0 3px,rgba(235,230,213,.06) 4px); animation: signalRoll 7s linear infinite; }
.signal-content { position: relative; z-index: 2; min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 130px 22px 70px; text-align: center; }
.signal-code { position: absolute; z-index: 0; top: 50%; left: 50%; transform: translate(-50%,-50%); color: rgba(229,223,207,.025); font: 400 min(47vw,680px)/1 "Iowan Old Style","Baskerville",serif; pointer-events: none; user-select: none; }
.signal-content > :not(.signal-code) { position: relative; z-index: 1; }
.signal-content h1 { margin: 15px 0 24px; font: 400 clamp(78px,15vw,210px)/.75 "Iowan Old Style","Baskerville",serif; letter-spacing: -.06em; text-transform: uppercase; text-shadow: 3px 0 rgba(185,163,101,.16),-3px 0 rgba(133,157,140,.14); }
.signal-content > p:not(.eyebrow) { max-width: 520px; margin: 0; color: rgba(229,223,207,.66); font: 400 clamp(17px,2vw,25px)/1.4 "Iowan Old Style","Baskerville",serif; }
.signal-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 38px; padding: 14px 18px; border-radius: 10px; background: var(--amber); color: var(--ink); text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 700; }
.signal-link svg { width: 18px; }
@keyframes signalRoll { from { transform: translateY(-16px); } to { transform: translateY(16px); } }

@media (hover: hover) and (pointer: fine) {
  .glow-card:hover { transform: translateY(-3px); box-shadow: 0 28px 52px rgba(8,12,9,.15); }
  .glow-card:hover::before { opacity: .72; }
  .episode-card > button:hover, .bts-card-inner:hover { transform: translateY(-3px); background: rgba(123,137,114,.64); box-shadow: 0 27px 48px rgba(0,0,0,.12); }
  .episode-card > button:hover .episode-thumb img, .bts-card-inner:hover .episode-thumb img { transform: scale(1.025); filter: saturate(.88) brightness(.92); }
  .bts-card.is-locked .bts-card-inner:hover .episode-thumb img { filter: grayscale(.4) saturate(.5) brightness(.58); }
}

@media (hover: none), (pointer: coarse) {
  .glow-card::before { display: none; }
}

.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: auto 1fr auto; grid-template-rows: auto auto; padding: 14px 16px 13px; gap: 9px 14px; }
  .brand-lockup span { display: none; }
  .brand-lockup { grid-column: 1; grid-row: 1; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: clamp(24px,8vw,54px); width: 100%; }
  .main-nav > a, .nav-item > button { font-size: 10px; letter-spacing: .12em; }
  .header-cta { grid-column: 3; grid-row: 1; padding: 10px 12px; font-size: 9px; white-space: nowrap; }
  .header-cta svg { display: none; }
  .dropdown { left: 50%; transform: translateX(-50%) translateY(-6px); }
  .has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown, .nav-item.open .dropdown { transform: translateX(-50%) translateY(0); }
  .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; }
  .frame-number { display: none; }
  .scroll-cue { gap: 10px; font-size: 8px; letter-spacing: .16em; }
  .scroll-line { width: 36px; }
  .film-heading, .manifesto-grid, .newsletter-card, .patreon-section, .community-section, .page-heading, .download-card { 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; }
  .manifesto-top { flex-direction: column; align-items: flex-start; gap: 12px; line-height: 1.55; }
  .manifesto-top span:last-child { max-width: 100%; text-align: left; }
  .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); }
  .community-card { min-height: 540px; }
  footer { grid-template-columns: 1fr; align-items: start; }
  .social-links { flex-wrap: wrap; }
  .footer-meta { justify-self: start; text-align: left; }
  .footer-contact { grid-column: 1; }
  .page-heading { gap: 28px; }
  .episode-card > button, .bts-card-inner { grid-template-columns: minmax(145px,230px) 54px 1fr; }
  .ep-watch { display: none; }
  .bts-actions { grid-column: 3; min-width: 0; }
  .download-card { gap: 48px; }
}

@media (max-width: 500px) {
  .site-header { padding-left: 13px; padding-right: 13px; }
  .main-nav { gap: 19px; }
  .main-nav > a, .nav-item > button { font-size: 9px; }
  .header-cta { padding: 9px 10px; font-size: 8px; }
  .hero { min-height: 100svh; height: 100svh; }
  .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; }
  .community-section { padding-left: 16px; padding-right: 16px; }
  .community-card { min-height: 520px; padding: 28px 22px; border-radius: 18px; }
  .community-card h2 { font-size: 15vw; }
  .community-actions { align-items: stretch; flex-direction: column; }
  .code-button { width: 100%; min-width: 0; }
  .community-link { justify-content: space-between; }
  .privacy-modal { padding: 28px 22px; }
  .privacy-topline button { gap: 6px; }
  .contact-modal { padding: 54px 22px 28px; }
  .contact-modal h2 { font-size: 13vw; }
  .contact-email { padding: 16px 14px; font-size: 10px; }
  .entry-popup { padding: 12px; }
  .entry-popup-card { padding: 58px 22px 28px; border-radius: 18px; }
  .popup-title { font-size: 12.5vw; }
  .page-main { padding-left: 16px; padding-right: 16px; }
  .page-heading h1 { font-size: 18vw; }
  .episode-card > button, .bts-card-inner { grid-template-columns: 1fr; padding: 12px; gap: 13px; }
  .episode-thumb { width: 100%; }
  .ep-num { margin-top: 4px; }
  .ep-title { font-size: 10vw; }
  .ep-desc { font-size: 13px; }
  #bts-title { font-size: 15vw; }
  .bts-actions { grid-column: auto; min-width: 0; }
  .thanks-page { padding-left: 22px; padding-right: 22px; }
  .thanks-heading { width: 100%; }
  .thanks-heading h1 { max-width: 100%; font-size: 17.5vw; }
  .download-card { padding: 28px 22px; }
  .theater { padding-left: 8px; padding-right: 8px; }
  .theater-screen { width: 100%; }
}

@media (max-width: 820px) and (orientation: portrait) {
  .hero { min-height: 100svh; height: 100svh; }
  .hero-image { background-image: url('/assets/hero-steve-pup-mobile.webp'); background-position: center center; }
  .hero-video { inset: -8%; width: 116%; height: 116%; object-position: 50% 50%; }
}

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