*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:auto;overflow-x:clip}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{margin:0;overflow-x:clip;min-height:100vh;min-height:100dvh;font-family:Syne,system-ui,sans-serif;font-size:16px;line-height:1.55;color:#d4cfc6;background:#12100e;-webkit-font-smoothing:antialiased}#root{min-height:100vh;min-height:100dvh}img{max-width:100%;height:auto;display:block}.mono{font-family:IBM Plex Mono,ui-monospace,monospace}.zine{--text: #d4cfc6;--text-muted: #8a847a;--text-faint: #5c5852;--bg-deep: #0a0908;--bg-base: #12100e;--bg-map: #161412;--panel: #1c1a17;--panel-raised: #24211d;--panel-edge: #2e2a26;--border: #3d3834;--border-hard: #1a1816;--border-dashed: rgba(200, 190, 175, .2);--grime-green: rgba(38, 55, 32, .45);--grime-red: rgba(75, 35, 32, .35);--soot: rgba(0, 0, 0, .4);--red-accent: #c45a4e;--red-mute: rgba(196, 90, 78, .45);--red-deep: #7a332c;--tape: #3d362e;--tape-highlight: #4f463c;--tape-edge: #0a0908;--strip-bg: #060605;--strip-text: #b8b3aa;--strip-hover: #d4958c;--max: min(1040px, 100% - 2rem);position:relative;min-height:100vh;color:var(--text);background-color:var(--bg-base);background-image:radial-gradient(ellipse 100% 90% at 50% 120%,var(--soot),transparent 55%),radial-gradient(ellipse 70% 50% at 0% 0%,rgba(55,30,28,.35),transparent 55%),radial-gradient(ellipse 60% 45% at 100% 30%,rgba(35,48,30,.3),transparent 50%),url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)' opacity='0.12'/%3E%3C/svg%3E"),repeating-linear-gradient(0deg,transparent,transparent 46px,var(--grime-green) 46px,var(--grime-green) 47px),repeating-linear-gradient(90deg,transparent,transparent 46px,var(--grime-red) 46px,var(--grime-red) 47px),linear-gradient(175deg,#181614 0%,var(--bg-map) 42%,var(--bg-deep) 100%);background-blend-mode:multiply,normal,normal,multiply,multiply,multiply,multiply,multiply,normal}.zine:after{content:none;display:none}.zine>*{position:relative;z-index:1}.zine__skip{position:absolute;left:-999px;top:0;padding:.5rem 1rem;background:var(--red-deep);color:var(--text);font-weight:600;z-index:100}.zine__skip:focus{left:1rem;top:1rem}.tape-bar{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--border);background:#0e0c0ae0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 24px #00000073}.tape-bar__inner{max-width:var(--max);margin:0 auto;padding:.65rem 1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(.75rem,3vw,2rem)}.tape-bar__nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tape-tab{display:inline-block;padding:.35rem .75rem;font-size:.82rem;font-weight:700;text-decoration:none;color:var(--text);background:linear-gradient(180deg,var(--tape-highlight) 0%,var(--tape) 100%);border:1px solid var(--border);box-shadow:2px 2px 0 var(--tape-edge),inset 0 1px #ffffff0f;transform:rotate(-1.5deg);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.tape-tab:nth-child(2n){transform:rotate(2deg)}.tape-tab:hover{transform:rotate(0) translateY(-1px);filter:brightness(1.08);box-shadow:3px 3px 0 var(--tape-edge)}.hero-banner{position:relative;border-bottom:2px solid var(--border-hard);background:var(--bg-deep);width:100%}.hero-stack__title{position:absolute;left:0;right:0;bottom:0;z-index:10;width:100%;max-width:var(--max);margin:0 auto;padding:0 1rem;text-align:center;transform:translateY(50%);pointer-events:none}@keyframes hero-issue-pulse{0%,to{opacity:.88;letter-spacing:.14em}50%{opacity:1;letter-spacing:.16em}}@keyframes hero-title-live{0%,to{transform:rotate(-5deg) scale(1);filter:brightness(1)}50%{transform:rotate(-4.2deg) scale(1.03);filter:brightness(1.05)}}@keyframes hero-orbit-sweep{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes hero-orbit-edge{0%,to{filter:drop-shadow(4px 0 6px rgba(210,75,62,.88)) drop-shadow(7px 0 20px rgba(160,42,36,.55))}25%{filter:drop-shadow(0 4px 6px rgba(210,75,62,.88)) drop-shadow(0 7px 20px rgba(160,42,36,.55))}50%{filter:drop-shadow(-4px 0 6px rgba(210,75,62,.88)) drop-shadow(-7px 0 20px rgba(160,42,36,.55))}75%{filter:drop-shadow(0 -4px 6px rgba(210,75,62,.88)) drop-shadow(0 -7px 20px rgba(160,42,36,.55))}}.hero-stack__title .paste-hero__issue{margin:0 auto .45rem;max-width:36ch;color:#e8e4dcf2;text-shadow:0 1px 2px rgba(0,0,0,.95),0 0 24px rgba(0,0,0,.65);animation:hero-issue-pulse 2.1s ease-in-out infinite}.hero-stack__title .paste-hero__title{margin:0;transform-origin:center center;pointer-events:auto;position:relative;z-index:1;overflow:visible;isolation:isolate;animation:hero-title-live 1.85s ease-in-out infinite}.hero-stack__title .paste-hero__title:before{content:"";position:absolute;left:50%;top:50%;z-index:-1;width:min(92vw,26rem);height:clamp(7rem,22vw,13rem);border-radius:50%;pointer-events:none;background:conic-gradient(from 0deg,transparent 0deg,transparent 95deg,rgba(175,48,40,.55) 120deg,rgba(230,95,78,.45) 150deg,rgba(155,38,32,.5) 178deg,transparent 210deg,transparent 360deg);filter:blur(22px);opacity:.82;animation:hero-orbit-sweep 4.5s linear infinite}.hero-stack__title .paste-hero__w1,.hero-stack__title .paste-hero__w2{text-shadow:0 2px 0 rgba(0,0,0,.55),0 4px 14px rgba(0,0,0,.85),0 0 2px rgba(0,0,0,1);animation:hero-orbit-edge 3.2s linear infinite}.hero-stack__title .paste-hero__w2{padding-left:0;text-shadow:3px 3px 0 var(--red-mute),0 2px 0 rgba(0,0,0,.55),0 5px 16px rgba(0,0,0,.85)}.hero-banner__frame{position:relative;overflow:hidden;width:100%;height:clamp(280px,min(72svh,100vw * .66),min(92vh,1000px));max-height:min(92svh,1000px);isolation:isolate;box-shadow:inset 0 -24px 32px #00000059}@media(max-width:540px){.hero-banner__frame{height:auto;aspect-ratio:4 / 3.35;max-height:min(80svh,100vw * 1.22)}}@media(max-height:520px){.hero-banner__frame{height:clamp(160px,44svh,min(52svh,460px));aspect-ratio:auto;max-height:min(52svh,460px)}}.hero-banner__layer{position:absolute;top:0;right:0;bottom:0;left:0;will-change:transform}.hero-banner__layer--bg{z-index:1}.hero-banner__layer--band{z-index:2}.hero-banner__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.09);filter:contrast(1.08) saturate(.92)}.hero-banner__img--band{filter:contrast(1.06) saturate(.95)}@media(max-width:540px){.hero-banner__img,.hero-banner__img--band{transform:scale(1.06)}}.hero-banner__frame-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:linear-gradient(180deg,transparent 48%,rgba(10,9,8,.5) 100%);mix-blend-mode:multiply}@media(prefers-reduced-motion:reduce){.hero-banner__layer{will-change:auto}}.paste-hero__issue{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;line-height:1.4}.paste-hero__title{font-family:Permanent Marker,cursive;font-weight:400;line-height:.92}.paste-hero__w1,.paste-hero__w2{display:block;text-transform:uppercase;letter-spacing:.02em;color:var(--text)}.paste-hero__w1{font-size:clamp(2.8rem,10vw,5rem)}.paste-hero__w2{font-size:clamp(3.2rem,11vw,5.5rem);padding-left:clamp(.5rem,4vw,2rem);text-shadow:3px 3px 0 var(--red-mute),-1px -1px 0 rgba(0,0,0,.4)}.bio-section{padding:clamp(5rem,15vw,9.5rem) 1rem clamp(2.5rem,7vw,4.5rem);border-top:1px solid var(--border);position:relative;z-index:1}.bio-section__inner{position:relative;z-index:1;max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,2.75rem);align-items:start;justify-items:center}.bio-section__figure{margin:0;width:100%;justify-self:stretch}.bio-section__polaroid-stack{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:clamp(.35rem,1.5vw,1rem);width:100%;max-width:var(--max);margin:0 auto;padding:clamp(.75rem,2vw,1.25rem) 0 .25rem;--polaroid-stack-rot:-.35deg;transform:rotate(var(--polaroid-stack-rot))}.bio-section__polaroid{--polaroid-img-top: 2%;--polaroid-img-left: 5.25%;--polaroid-img-width: 87.5%;--polaroid-img-height: 85%;position:relative;display:block;width:100%;max-width:min(100%,22rem);margin:0 auto;line-height:0;isolation:isolate}.bio-section__polaroid--stack{position:relative;left:auto;flex:1 1 9rem;width:min(30vw,11.75rem);max-width:12.5rem;min-width:0;margin:0;transform-origin:50% 100%}.bio-section__polaroid--s1{--polaroid-card-rot:-7deg;z-index:1;transform:rotate(var(--polaroid-card-rot)) translateY(6px)}.bio-section__polaroid--s2{--polaroid-card-rot:4deg;z-index:3;transform:rotate(var(--polaroid-card-rot)) translateY(-4px)}.bio-section__polaroid--s3{--polaroid-card-rot:-3deg;z-index:2;transform:rotate(var(--polaroid-card-rot)) translateY(8px)}.bio-section__frame{position:relative;z-index:2;display:block;width:100%;height:auto;pointer-events:none}.bio-section__img{position:absolute;z-index:1;top:var(--polaroid-img-top);left:calc(var(--polaroid-img-left) + 1px);width:calc(var(--polaroid-img-width) + 6px);height:var(--polaroid-img-height);object-fit:fill;mix-blend-mode:normal;backface-visibility:hidden}.bio-section__body{padding:.15rem 0;text-align:center;max-width:65ch;margin-inline:auto;width:100%}.bio-section__eyebrow{margin:0 0 .5rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--red-accent)}.bio-section__title{margin:0 0 1.1rem;font-family:Syne,sans-serif;font-size:clamp(1.45rem,3.2vw,1.9rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;color:var(--text)}.bio-section__text p{margin:0 0 1.05rem;font-size:.98rem;line-height:1.75;color:var(--text-muted)}.bio-section__text p:last-child{margin-bottom:0}@media(max-width:767px){.bio-section__polaroid-stack{gap:.35rem;padding-top:.5rem}.bio-section__polaroid--stack{flex:1 1 calc(33.333% - .5rem);width:min(31vw,10.5rem);max-width:none}.bio-section__polaroid--s1{--polaroid-card-rot:-6deg;transform:rotate(var(--polaroid-card-rot)) translateY(4px)}.bio-section__polaroid--s2{--polaroid-card-rot:3deg;transform:rotate(var(--polaroid-card-rot)) translateY(-2px)}.bio-section__polaroid--s3{--polaroid-card-rot:-2.5deg;transform:rotate(var(--polaroid-card-rot)) translateY(5px)}}.paste-strip{padding:clamp(2.5rem,7vw,4rem) 1rem;border-top:3px solid var(--border-hard);border-bottom:3px solid var(--border-hard)}.paste-strip--black{background:var(--strip-bg);color:var(--strip-text);box-shadow:inset 0 0 80px #00000080}.paste-strip__inner{max-width:var(--max);margin:0 auto}.paste-strip__h{margin:0 0 .35rem;font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;opacity:.75;color:var(--text-muted)}.paste-strip__note{margin:0 0 1.25rem;font-size:.95rem;opacity:.65}.paste-links{list-style:none;margin:0;padding:0}.paste-links li{border-top:1px solid rgba(255,255,255,.06)}.paste-links li:last-child{border-bottom:1px solid rgba(255,255,255,.06)}.paste-links a{display:block;padding:.85rem 0;font-family:Syne,sans-serif;font-size:clamp(1.2rem,3vw,1.65rem);font-weight:800;color:#c9c4bc;text-decoration:none;letter-spacing:-.02em;transition:padding-left .12s ease,color .12s ease}.paste-links a:hover{padding-left:.4rem;color:var(--strip-hover)}.paste-panel{padding:clamp(2rem,6vw,3.5rem) 1rem}.paste-panel__inner{max-width:var(--max);margin:0 auto}.ransom-block{background:var(--panel);border:2px solid var(--border);padding:1.5rem 1.35rem 1.75rem;box-shadow:10px 12px #00000059,inset 0 1px #ffffff0a}.ransom-block__head{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}.ransom-block__head h2{margin:0;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;letter-spacing:-.03em;color:var(--text)}.date-rows{list-style:none;margin:0;padding:0;border-top:2px dashed var(--border-dashed)}.date-rows li{display:grid;grid-template-columns:1fr;gap:.35rem;padding:1rem 0;border-bottom:2px dashed var(--border-dashed)}@media(min-width:520px){.date-rows li{grid-template-columns:120px 1fr;align-items:start}}.date-rows__when{font-weight:600;font-size:.85rem;color:var(--red-accent)}.date-rows__info{display:flex;flex-direction:column;gap:.15rem}.date-rows__info span:last-child{font-size:.92rem;color:var(--text-muted)}.type-note{margin:1rem 0 0;font-size:.72rem;color:var(--text-faint)}.reach-zine h2{margin:0 0 1rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--text)}.reach-zine__links{display:flex;flex-direction:column;gap:.65rem;align-items:flex-start}.reach-zine a{font-weight:800;font-size:1.1rem;color:var(--text);text-decoration:none;border-bottom:3px solid var(--red-accent);padding-bottom:2px}.reach-zine a:hover{color:var(--strip-hover);background:#c45a4e1f}.zine-foot{padding:2rem 1rem;text-align:center;border-top:1px solid var(--border);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}.zine-foot p{margin:0}@media(prefers-reduced-motion:reduce){.hero-stack__title .paste-hero__issue{animation:none;opacity:1;letter-spacing:.14em}.hero-stack__title .paste-hero__title{animation:none;transform:rotate(-5deg);filter:none}.hero-stack__title .paste-hero__title:before{animation:none;opacity:.35}.hero-stack__title .paste-hero__w1,.hero-stack__title .paste-hero__w2{animation:none;filter:none}.tape-tab,.tape-tab:nth-child(2n){transform:none}.zine-body__deco,.paste-strip__deco,.ransom-block__deco,.reach-zine__deco,.zine-foot__deco{animation:none!important}.zine:after{display:none}}.zine-body{position:relative;isolation:isolate;overflow-x:clip}.zine-body>.bio-section,.zine-body>.paste-strip,.zine-body>.paste-panel,.zine-body>.zine-foot{position:relative;z-index:1}.zine-body:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 90% 38% at 50% 10%,rgba(196,90,78,.1),transparent 55%),radial-gradient(ellipse 70% 36% at 12% 42%,rgba(42,52,36,.1),transparent 52%),radial-gradient(ellipse 68% 38% at 88% 48%,rgba(72,38,36,.12),transparent 52%),radial-gradient(ellipse 80% 40% at 45% 68%,rgba(196,90,78,.08),transparent 58%),radial-gradient(ellipse 62% 34% at 8% 88%,rgba(42,52,36,.1),transparent 50%),radial-gradient(ellipse 58% 32% at 92% 93%,rgba(75,35,32,.12),transparent 50%);opacity:.88}.zine-body__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}@keyframes zine-deco-float-a{0%,to{opacity:.14}50%{opacity:.24}}@keyframes zine-deco-float-b{0%,to{opacity:.11}48%{opacity:.2}}.zine-body__deco,.paste-strip__deco,.ransom-block__deco,.reach-zine__deco,.zine-foot__deco{position:absolute;height:auto;opacity:.16;filter:brightness(1.12) sepia(.18);mix-blend-mode:soft-light;animation:zine-deco-float-a 18s ease-in-out infinite;transform:translate3d(0,var(--deco-parallax-y,0px),0);will-change:transform}.paste-strip__deco,.ransom-block__deco{opacity:.18;filter:brightness(1.18) sepia(.12)}.reach-zine__deco{opacity:.15}.zine-foot__deco{opacity:.13}.zine-body__deco--01{top:2%;left:2%;width:clamp(44px,9vw,102px);animation-duration:20s}.zine-body__deco--02{top:5%;right:4%;width:clamp(38px,8vw,92px);animation:zine-deco-float-b 21s ease-in-out infinite;animation-delay:-3s}.zine-body__deco--03{top:10%;left:7%;width:clamp(48px,10vw,108px);animation-duration:17s;animation-delay:-7s}.zine-body__deco--04{top:15%;right:9%;width:clamp(40px,8.5vw,96px);animation:zine-deco-float-b 23s ease-in-out infinite;animation-delay:-5s}.zine-body__deco--05{top:20%;left:1%;width:clamp(42px,9vw,100px);animation-duration:22s;animation-delay:-9s}.zine-body__deco--06{top:26%;right:11%;width:clamp(50px,10vw,112px);animation:zine-deco-float-a 24s ease-in-out infinite;animation-delay:-4s;filter:brightness(1.06) sepia(.15) hue-rotate(-6deg)}.zine-body__deco--07{top:32%;left:9%;width:clamp(36px,8vw,88px);animation-duration:19s;animation-delay:-11s;opacity:.12}.zine-body__deco--08{top:38%;right:5%;width:clamp(52px,11vw,118px);animation:zine-deco-float-b 20s ease-in-out infinite;animation-delay:-2s}.zine-body__deco--09{top:45%;left:4%;width:clamp(46px,9.5vw,104px);animation-duration:18s;animation-delay:-8s}.zine-body__deco--10{top:50%;right:3%;width:clamp(52px,13vw,132px);animation:zine-deco-float-a 26s ease-in-out infinite;animation-delay:-6s}.zine-body__deco--11{top:56%;left:8%;width:clamp(44px,9vw,102px);animation:zine-deco-float-b 22s ease-in-out infinite;animation-delay:-10s}.zine-body__deco--12{top:62%;right:10%;width:clamp(40px,8vw,94px);animation-duration:21s;animation-delay:-1s}.zine-body__deco--13{top:70%;left:2%;width:clamp(48px,10vw,110px);animation:zine-deco-float-a 19s ease-in-out infinite;animation-delay:-12s}.zine-body__deco--14{top:76%;right:6%;width:clamp(50px,10vw,114px);animation:zine-deco-float-b 25s ease-in-out infinite;animation-delay:-4s;filter:brightness(1.05) sepia(.14) hue-rotate(-8deg)}.zine-body__deco--15{top:82%;left:11%;width:clamp(42px,9vw,98px);animation-duration:23s;animation-delay:-7s}.zine-body__deco--16{top:90%;right:4%;width:clamp(46px,9.5vw,106px);animation:zine-deco-float-a 20s ease-in-out infinite;animation-delay:-9s}.paste-strip{position:relative;overflow:hidden}.paste-strip__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.paste-strip__inner{position:relative;z-index:1}.paste-strip__deco--1{top:6%;left:4%;width:clamp(40px,9vw,96px);animation-duration:19s}.paste-strip__deco--2{top:12%;right:6%;width:clamp(44px,10vw,104px);animation:zine-deco-float-b 21s ease-in-out infinite;animation-delay:-4s}.paste-strip__deco--3{bottom:18%;left:8%;width:clamp(38px,8.5vw,92px);animation-duration:22s;animation-delay:-8s}.paste-strip__deco--4{bottom:10%;right:12%;width:clamp(42px,9vw,100px);animation:zine-deco-float-a 24s ease-in-out infinite;animation-delay:-2s}.ransom-block{position:relative;overflow:hidden}.ransom-block__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.ransom-block__stack{position:relative;z-index:1}.ransom-block__deco--1{top:4%;right:6%;width:clamp(36px,8vw,86px);animation-duration:20s}.ransom-block__deco--2{bottom:12%;left:7%;width:clamp(48px,10vw,108px);animation:zine-deco-float-b 22s ease-in-out infinite;animation-delay:-5s;filter:brightness(1.08) sepia(.16)}.ransom-block__deco--3{top:38%;left:4%;width:clamp(34px,7.5vw,80px);animation-duration:18s;animation-delay:-9s;opacity:.14}.ransom-block__deco--4{top:52%;right:10%;width:clamp(40px,8.5vw,94px);animation:zine-deco-float-a 23s ease-in-out infinite;animation-delay:-3s}.paste-panel--reach .paste-panel__inner.reach-zine{position:relative;overflow:hidden}.reach-zine__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.reach-zine__stack{position:relative;z-index:1}.reach-zine__deco--1{top:2%;left:3%;width:clamp(40px,8.5vw,94px);animation-duration:21s}.reach-zine__deco--2{top:48%;right:4%;width:clamp(44px,9vw,100px);animation:zine-deco-float-b 20s ease-in-out infinite;animation-delay:-6s}.reach-zine__deco--3{bottom:6%;left:18%;width:clamp(38px,8vw,90px);animation-duration:24s;animation-delay:-2s}.zine-foot{position:relative;overflow:hidden}.zine-foot__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.zine-foot p{position:relative;z-index:1}.zine-foot__deco--1{top:8%;left:6%;width:clamp(34px,7.5vw,82px);animation-duration:22s}.zine-foot__deco--2{bottom:12%;right:8%;width:clamp(48px,11vw,112px);animation:zine-deco-float-b 26s ease-in-out infinite;animation-delay:-7s}.zine-foot__deco--3{top:28%;right:22%;width:clamp(36px,8vw,86px);animation:zine-deco-float-a 19s ease-in-out infinite;animation-delay:-4s}.spite-spotlight{border-top:1px solid var(--border)}.spite-spotlight__inner{max-width:var(--max);margin:0 auto}.spite-spotlight__grid{display:grid;gap:clamp(1.5rem,4vw,2.5rem);align-items:center;grid-template-columns:1fr}@media(min-width:720px){.spite-spotlight__grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)}}.spite-spotlight__art{margin:0;display:flex;justify-content:center}@media(min-width:720px){.spite-spotlight__art{justify-content:flex-end}}.spite-spotlight__gif{display:block;width:100%;max-width:min(100%,22rem);height:auto;border:2px solid var(--border-hard);box-shadow:10px 12px #00000059,inset 0 0 0 1px #ffffff0a;background:var(--panel)}.spite-spotlight__copy{text-align:center}@media(min-width:720px){.spite-spotlight__copy{text-align:left}}.spite-spotlight__eyebrow{margin:0 0 .5rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--red-accent)}.spite-spotlight__title{margin:0 0 .75rem;font-family:Syne,sans-serif;font-size:clamp(2.4rem,8vw,3.75rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--text)}.spite-spotlight__lead{margin:0 0 1.35rem;font-size:1rem;line-height:1.65;color:var(--text-muted);max-width:42ch}@media(min-width:720px){.spite-spotlight__lead{margin-left:0;margin-right:auto}}.spite-spotlight__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center}@media(min-width:720px){.spite-spotlight__actions{justify-content:flex-start}}.spite-spotlight__btn{display:inline-block;padding:.55rem 1.1rem;font-family:Syne,sans-serif;font-size:.95rem;font-weight:800;text-decoration:none;color:var(--text);background:var(--panel-raised);border:2px solid var(--border);box-shadow:3px 4px 0 var(--tape-edge);transition:transform .12s ease,box-shadow .12s ease,color .12s ease,background .12s ease}.spite-spotlight__btn:hover{color:var(--strip-hover);background:#c45a4e1f;transform:translateY(-1px);box-shadow:4px 5px 0 var(--tape-edge)}.hero-social{list-style:none;margin:clamp(1.05rem,2.6vw,1.5rem) auto 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;max-width:100%;pointer-events:auto;position:relative;z-index:2}.hero-social__item{margin:0;padding:0}.hero-social__link{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:#e8e4dcf2;background:#0a090880;border:2px solid rgba(255,255,255,.14);border-radius:2px;box-shadow:2px 2px #0000008c,inset 0 1px #ffffff14;text-decoration:none;transition:transform .12s ease,color .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease}.hero-social__link:hover{color:var(--strip-hover);background:#c45a4e2e;border-color:#c45a4e80;transform:translateY(-2px);box-shadow:3px 4px #00000073,inset 0 1px #ffffff1a}.hero-social__link:focus-visible{outline:2px solid var(--red-accent);outline-offset:2px}.hero-social__svg{width:1.2rem;height:1.2rem;display:block}@media(max-width:540px){.bio-section{padding-top:clamp(6.75rem,38vw,10.5rem)}.hero-social{margin-bottom:.85rem}}@media(hover:hover)and (pointer:fine){.bio-section__figure,.bio-section__polaroid-stack{overflow:visible}.bio-section__polaroid.bio-section__polaroid--stack{transition:transform .38s cubic-bezier(.34,1.45,.64,1),box-shadow .32s ease,filter .25s ease;cursor:zoom-in}.bio-section__polaroid.bio-section__polaroid--stack:hover{z-index:25;box-shadow:0 32px 72px #000000bf,0 0 0 2px #c45a4e80;filter:brightness(1.06)}.bio-section__polaroid--s1:hover{transform:rotate(var(--polaroid-card-rot)) translateY(6px) scale(2.4)}.bio-section__polaroid--s2:hover{transform:rotate(var(--polaroid-card-rot)) translateY(-4px) scale(2.4)}.bio-section__polaroid--s3:hover{transform:rotate(var(--polaroid-card-rot)) translateY(8px) scale(2.4)}}@media(hover:hover)and (pointer:fine)and (max-width:767px){.bio-section__polaroid--s1:hover{transform:rotate(var(--polaroid-card-rot)) translateY(4px) scale(1.88)}.bio-section__polaroid--s2:hover{transform:rotate(var(--polaroid-card-rot)) translateY(-2px) scale(1.88)}.bio-section__polaroid--s3:hover{transform:rotate(var(--polaroid-card-rot)) translateY(5px) scale(1.88)}}@media(hover:none){.bio-section__figure,.bio-section__polaroid-stack{overflow:visible}.bio-section__polaroid.bio-section__polaroid--stack{transition:transform .38s cubic-bezier(.34,1.45,.64,1),box-shadow .32s ease,filter .25s ease;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.bio-section__polaroid.bio-section__polaroid--stack.bio-section__polaroid--peek{z-index:25;box-shadow:0 32px 72px #000000bf,0 0 0 2px #c45a4e80;filter:brightness(1.06)}.bio-section__polaroid--s1.bio-section__polaroid--peek{transform:rotate(var(--polaroid-card-rot)) translateY(6px) scale(2.4)}.bio-section__polaroid--s2.bio-section__polaroid--peek{transform:rotate(var(--polaroid-card-rot)) translateY(-4px) scale(2.4)}.bio-section__polaroid--s3.bio-section__polaroid--peek{transform:rotate(var(--polaroid-card-rot)) translateY(8px) scale(2.4)}}@media(hover:none)and (max-width:767px){.bio-section__polaroid--s1.bio-section__polaroid--peek{transform:rotate(var(--polaroid-card-rot)) translateY(4px) scale(1.88)}.bio-section__polaroid--s2.bio-section__polaroid--peek{transform:rotate(var(--polaroid-card-rot)) translateY(-2px) scale(1.88)}.bio-section__polaroid--s3.bio-section__polaroid--peek{transform:rotate(var(--polaroid-card-rot)) translateY(5px) scale(1.88)}}@media(prefers-reduced-motion:reduce){.bio-section__polaroid.bio-section__polaroid--stack{transition:none;cursor:default}.bio-section__polaroid.bio-section__polaroid--stack:hover{box-shadow:none;filter:none}.bio-section__polaroid--s1:hover,.bio-section__polaroid--s2:hover,.bio-section__polaroid--s3:hover{transform:none!important}.bio-section__polaroid.bio-section__polaroid--stack.bio-section__polaroid--peek{box-shadow:none;filter:none}.bio-section__polaroid--s1.bio-section__polaroid--peek,.bio-section__polaroid--s2.bio-section__polaroid--peek,.bio-section__polaroid--s3.bio-section__polaroid--peek{transform:none!important}}.bio-section__polaroid--stack{overflow:visible}.bio-section__video{--video-burst-ink: #0a0908;--video-burst-chalk: #b8b3aa;--video-burst-ash: #6e6a64;position:relative;width:100%;max-width:min(100%,42rem);margin:clamp(2.85rem,9vw,4.75rem) auto 0;padding:clamp(1.35rem,4.2vw,2.15rem);transform:rotate(-1.15deg);isolation:isolate}.bio-section__video-burst{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 55% at 50% 45%,rgba(212,207,198,.35),transparent 62%),linear-gradient(148deg,var(--video-burst-chalk) 0%,#8a847a 52%,var(--video-burst-ash) 100%);opacity:.78;clip-path:polygon(2% 18%,6% 8%,14% 14%,16% 2%,26% 11%,34% 0%,42% 10%,50% 1%,58% 11%,66% 0%,74% 10%,84% 2%,88% 13%,98% 8%,94% 20%,100% 28%,92% 34%,100% 42%,91% 48%,100% 56%,92% 62%,100% 70%,93% 78%,98% 88%,88% 92%,92% 100%,82% 94%,74% 100%,66% 93%,58% 100%,50% 93%,42% 100%,34% 93%,26% 100%,16% 94%,10% 100%,4% 90%,8% 82%,0% 74%,8% 66%,0% 58%,8% 50%,0% 42%,8% 34%,0% 26%,7% 20%);filter:brightness(1.08) drop-shadow(2px 3px 0 var(--video-burst-ink)) drop-shadow(-1px -1px 0 var(--video-burst-ink))}.bio-section__video-burst:before{content:"";position:absolute;inset:clamp(.55rem,2vw,.85rem);background:var(--video-burst-ink);clip-path:polygon(3% 16%,8% 9%,15% 13%,18% 3%,27% 10%,35% 1%,43% 10%,51% 2%,59% 11%,67% 1%,75% 10%,85% 3%,89% 13%,97% 9%,93% 20%,99% 29%,91% 35%,99% 43%,90% 49%,99% 57%,91% 63%,99% 71%,92% 78%,96% 87%,87% 91%,90% 98%,81% 93%,73% 99%,65% 92%,57% 99%,49% 92%,41% 99%,33% 92%,25% 99%,17% 93%,11% 99%,5% 89%,9% 81%,1% 73%,9% 65%,1% 57%,9% 49%,1% 41%,9% 33%,1% 25%,8% 18%);opacity:.92}.bio-section__video-shell{position:relative;z-index:1;aspect-ratio:16 / 9;overflow:hidden;border:3px solid var(--video-burst-ink);background:var(--bg-deep);box-shadow:inset 0 0 0 2px #b8b3aa47}.bio-section__video-frame{display:block;width:100%;height:100%;border:0}.paste-strip__inner--dates .date-rows__info .date-rows__ticket{display:inline-block;margin-top:.45rem;font-family:Syne,sans-serif;font-weight:800;font-size:.88rem;color:var(--strip-hover);text-decoration:none;border-bottom:2px solid var(--red-accent);padding-bottom:1px;width:fit-content}.paste-strip__inner--dates .date-rows__info .date-rows__ticket:hover{color:var(--strip-text)}.paste-panel--reach .reach-zine__stack{text-align:center}.paste-panel--reach .reach-zine__links{align-items:center}.paste-panel--reach .reach-zine__links .hero-social--reach{margin-top:.75rem;margin-bottom:0}@media(max-width:768px){.tape-bar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0e0c0af2}.zine-body__deco,.paste-strip__deco,.ransom-block__deco,.reach-zine__deco,.zine-foot__deco{animation:none!important;opacity:.12}.hero-stack__title .paste-hero__w1,.hero-stack__title .paste-hero__w2{animation:none}}.zine{min-height:100vh;min-height:100dvh}
