@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Press+Start+2P&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:auto;--font-body: "Manrope", system-ui, sans-serif;--font-heading: "Manrope", system-ui, sans-serif;--font-display: "Cormorant Garamond", Georgia, serif;--font-retro: "Press Start 2P", "Courier New", monospace}body{margin:0;font-family:var(--font-body);background:var(--color-background);color:var(--color-text);transition:background .2s ease,color .2s ease}.app{min-height:100vh;display:flex;flex-direction:column;align-items:center}h1{font-family:var(--font-display);font-weight:500;font-size:clamp(3.5rem,8vw,7rem);margin:.25rem 0 0;line-height:.95;letter-spacing:-.025em}h2{font-family:var(--font-heading);font-weight:700}p{color:var(--color-text-muted)}.page{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1300px;padding:0 2rem 2rem;margin:0 auto}.page__body{width:100%;display:flex;flex-direction:column;padding-top:4rem}#main-content{position:relative;isolation:isolate;--color-background: #ffffff;--color-surface: #f4f4f4;--color-surface-border: #e0e0e0;--color-text: #141414;--color-text-muted: #333333;--color-primary: #141414;--color-primary-text: #ffffff;color:var(--color-text);font-size:1.0625rem}#main-content:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;transform:translate(-50%);background:#fff;z-index:-1}.sections-container{width:100%;display:flex;flex-direction:column}.section{width:100%;text-align:left;padding:4rem 0;background:transparent;border:none;border-radius:0;scroll-margin-top:5rem}.section:last-child{border-bottom:none}#about{padding:4rem 0}#about h2{font-size:clamp(2.25rem,4vw,3.25rem)}.about__intro-text{padding-bottom:3rem}.about__intro-text p{margin:0}#about .retro-tv{margin-top:0;flex-shrink:0}.about__layout{display:flex;align-items:center;gap:2.5rem}.about__text{flex:1 1 auto;min-width:0;margin:0}.about__text p{margin:0 0 1rem}.about__text p:last-child{margin-bottom:0}@media (max-width: 860px){.about__layout{flex-direction:column;align-items:stretch}#about .retro-tv{margin-top:2.5rem}}.page--horizontal{max-width:900px}.page--horizontal .sections-container{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.75rem}.page--horizontal .section{flex:0 0 300px;scroll-snap-align:start}.page--sidebar{max-width:960px}.page--sidebar .page__body{flex-direction:row;align-items:flex-start;gap:1.5rem}.page--sidebar .section-nav{position:sticky;top:1rem;flex-direction:column;align-items:flex-start;flex-shrink:0;width:150px}.page--sidebar .sections-container{flex:1;min-width:0}.page--grid .sections-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.top-nav{position:fixed;top:0;left:0;right:0;z-index:1000;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .4s ease,opacity .4s ease,background .3s ease,border-color .3s ease}.top-nav--visible{transform:translateY(0);opacity:1;pointer-events:auto}.top-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;max-width:1100px;margin:0 auto;padding:1rem 2rem}.top-nav--over-intro{background:transparent;border-bottom:1px solid transparent}.top-nav:not(.top-nav--over-intro){background:color-mix(in srgb,var(--color-background) 88%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-surface-border)}.top-nav__brand{background:none;border:none;padding:0;font-family:var(--font-heading);font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:inherit;cursor:pointer;white-space:nowrap;flex-shrink:0}.top-nav--over-intro .top-nav__brand,.top-nav--over-intro .top-nav__link{color:#fff}.top-nav:not(.top-nav--over-intro) .top-nav__brand{color:var(--color-text)}.top-nav__links{display:flex;align-items:center;gap:.15rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.top-nav__links::-webkit-scrollbar{display:none}.top-nav__link{background:none;border:none;padding:.35rem .65rem;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);cursor:pointer;white-space:nowrap;font-family:inherit;opacity:.7;transition:opacity .2s ease,color .2s ease}.top-nav__link:hover{opacity:1}.top-nav__link--active{opacity:1;color:var(--color-primary)}.top-nav--over-intro .top-nav__link{color:#ffffffbf}.top-nav--over-intro .top-nav__link--active{color:#fff;text-decoration:underline;text-underline-offset:4px}@media (max-width: 768px){.top-nav__inner{padding:.85rem 1.25rem;gap:1rem}.top-nav__brand{font-size:.8rem}.top-nav__link{font-size:.65rem;padding:.35rem .5rem}}.section-nav{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;width:100%;padding:.75rem 1rem;background:var(--color-surface);border:1px solid var(--color-surface-border);border-radius:10px;font-size:.85rem}.section-nav__group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.section-nav__label{color:var(--color-text-muted);font-weight:600;margin-right:.25rem}.section-nav__link{background:none;border:none;color:var(--color-primary);cursor:pointer;font-size:.85rem;padding:.15rem .4rem;text-decoration:none;font-family:inherit}.section-nav__link:hover{text-decoration:underline}.back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;padding:.55rem 1.1rem;border-radius:999px;background:var(--color-primary);color:var(--color-primary-text);border:none;cursor:pointer;font-size:.85rem;box-shadow:0 4px 14px #0000004d;z-index:950}.back-to-top:hover{opacity:.85}.switcher{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--color-text-muted)}.switcher__label{white-space:nowrap}.switcher__trigger{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-surface-border);border-radius:6px;padding:.35rem .6rem;font-size:.9rem;cursor:pointer;font-family:inherit}.switcher__trigger:hover{border-color:var(--color-primary)}.switcher__trigger:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.switcher__icon{color:var(--color-text-muted);font-size:.75rem}.switcher__content{background:var(--color-surface);border:1px solid var(--color-surface-border);border-radius:8px;padding:.25rem;box-shadow:0 8px 24px #00000040;z-index:960}.switcher__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .75rem;border-radius:4px;font-size:.9rem;color:var(--color-text);cursor:pointer;outline:none}.switcher__item[data-highlighted]{background:var(--color-primary);color:var(--color-primary-text)}.switcher__indicator{font-size:.8rem}.tooltip{background:var(--color-text);color:var(--color-background);padding:.35rem .65rem;border-radius:6px;font-size:.8rem;z-index:970}.tooltip__arrow{fill:var(--color-text)}.btn{padding:.5rem 1.25rem;border-radius:6px;border:none;font-size:.95rem;cursor:pointer;transition:opacity .15s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--color-primary);color:var(--color-primary-text)}.btn--secondary{background:var(--color-secondary);color:var(--color-secondary-text);border:1px solid var(--color-surface-border)}.btn:hover:not(:disabled){opacity:.85}.image-placeholder,.video-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-surface);border:1px dashed var(--color-surface-border);border-radius:8px;color:var(--color-text-muted);font-size:.9rem}.image{border-radius:8px;object-fit:cover}.video{position:relative;border-radius:8px;overflow:hidden;background:#000}.video__bar{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;justify-content:flex-end;gap:.35rem;padding:.35rem;background:linear-gradient(to top,rgba(0,0,0,.65),transparent);pointer-events:none}.video__bar-btn{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;padding:0;border:none;border-radius:4px;background:#0000008c;color:#fff;cursor:pointer}.video__bar-btn:hover{background:#000c}.slideshow{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:100%}.slideshow__viewport{overflow:hidden;width:100%;border-radius:8px}.slideshow__container{display:flex}.slideshow__slide{flex:0 0 100%;min-width:0;display:flex;align-items:center;justify-content:center}.slideshow__slide img,.slideshow__slide .image-placeholder{max-width:100%;max-height:55vh;width:auto;height:auto;object-fit:contain}.slideshow__controls{display:flex;align-items:center;gap:1rem}.slideshow__counter{color:var(--color-text-muted);font-size:.9rem}.credits-filmstrip{--sprocket-size: 13px;--sprocket-gap: 32px;--sprocket-color: #5e5e5e;background:#111;border-radius:8px;padding:18px 0}.credits-filmstrip:before,.credits-filmstrip:after{content:"";display:block;height:var(--sprocket-size);background-image:linear-gradient(to right,var(--sprocket-color) 0 var(--sprocket-size),transparent var(--sprocket-size) var(--sprocket-gap));background-size:var(--sprocket-gap) var(--sprocket-size);background-position:calc((var(--sprocket-gap) - var(--sprocket-size)) / 2) center;background-repeat:repeat-x}.credits-filmstrip:before{margin-bottom:16px}.credits-filmstrip:after{margin-top:16px}.credits-filmstrip__reel{position:relative}.credits-filmstrip__track{display:flex;gap:14px;overflow-x:auto;padding:0 20px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#444 transparent}.credits-filmstrip__track .credit-poster{flex:0 0 241px;width:241px;scroll-snap-align:start;border:5px solid #000;border-radius:0}.credits-filmstrip__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#000000a6;color:#f5f5f5;font-size:1rem;cursor:pointer;transition:background .15s ease}.credits-filmstrip__nav:hover{background:#000000d9}.credits-filmstrip__nav--prev{left:6px}.credits-filmstrip__nav--next{right:6px}.credit-poster{position:relative;aspect-ratio:3 / 4;border-radius:8px;overflow:hidden;border:1px solid var(--color-surface-border);background:var(--color-surface)}.credit-poster--clickable{cursor:pointer}.credit-poster--clickable:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.credit-poster--text{display:flex;align-items:center;justify-content:center;text-align:center;padding:1.25rem}.credit-poster__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.credit-poster--clickable:hover .credit-poster__image{transform:scale(1.04)}.credit-poster__scrim{position:absolute;left:0;right:0;bottom:0;padding:.9rem .9rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.88),rgba(0,0,0,.55) 55%,transparent)}.credit-poster__photo-credit{position:absolute;top:.5rem;right:.5rem;padding:.15rem .45rem;background:#0000008c;color:#eee;font-size:.65rem;font-style:italic;border-radius:3px}.credit-poster__eyebrow{margin:0;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#f5f5f5bf}.credit-poster--text .credit-poster__eyebrow{color:var(--color-text-muted)}.credit-poster__title{margin:.3rem 0 0;font-family:var(--font-heading);font-size:clamp(.95rem,1.6vw,1.1rem);line-height:1.25;color:#f5f5f5}.credit-poster--text .credit-poster__title{color:var(--color-text)}.credit-poster__role{margin:.3rem 0 0;font-size:.8rem;color:#ddd}.credit-poster--text .credit-poster__role{color:var(--color-text-muted)}.credit-poster__director{margin:.35rem 0 0;font-size:.65rem;color:#999}.credit-poster--text .credit-poster__director{color:var(--color-text-muted)}.credit-poster__more{display:inline-block;margin-top:.5rem;font-size:.72rem;font-weight:600;color:#f5f5f5;text-decoration:underline;text-underline-offset:3px}.credit-poster--text .credit-poster__more{color:var(--color-primary)}.credits-spotlight-link{display:inline-block;margin-top:1.5rem;color:var(--color-primary);font-weight:600;font-size:.95rem;text-decoration:underline;text-underline-offset:3px}@media (max-width: 480px){.credits-filmstrip__track .credit-poster{flex-basis:197px;width:197px}}.credit-gallery__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:980}.credit-gallery__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(640px,92vw);max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;background:var(--color-background);color:var(--color-text);border-radius:10px;padding:1.25rem;z-index:981}.credit-gallery__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.credit-gallery__title{margin:0;font-size:1.1rem}.credit-gallery__photo-credit{margin:.75rem 0 0;color:var(--color-text-muted);font-size:.8rem;font-style:italic;text-align:center}.credit-gallery__link{display:block;margin:.75rem 0 0;color:var(--color-primary);font-weight:600;font-size:.9rem;text-align:center;text-decoration:underline;text-underline-offset:3px}.credit-gallery__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:var(--color-surface);color:var(--color-text);cursor:pointer;flex-shrink:0}.credit-gallery__close:hover{opacity:.8}.info-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.info-list__notes{color:var(--color-text-muted);font-size:.85rem;margin-top:.15rem}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skills-list__category{margin:0 0 .6rem;font-family:var(--font-heading);font-weight:700;font-size:1.05rem;color:var(--color-text)}.skills-list__tags{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.skills-list__tag{padding:.35rem .8rem;border-radius:999px;border:1px solid var(--color-surface-border);background:var(--color-surface);color:var(--color-text);font-size:.85rem}.social-links{display:flex;flex-wrap:wrap;gap:.6rem}.social-links__item{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:999px;background:var(--color-secondary);color:var(--color-secondary-text);border:1px solid var(--color-surface-border);text-decoration:none;font-size:.9rem}.social-links__icon{font-size:1rem;flex-shrink:0}.social-links__item:hover{opacity:.85}.site-footer{width:100%;background:#0a0a0a;padding:3rem 2rem 3.5rem}.site-footer__inner{max-width:640px;margin:0 auto;text-align:center}.site-footer .contact-icons__item{background:#ffffff14;color:#f5f5f5;border-color:#ffffff2e}.site-footer .contact-icons__item:hover{background:#ffffff2e}.site-footer__agency{margin:0;text-align:center;color:#a3a3a3;font-size:.9rem}.site-footer__agency a{color:#f5f5f5}.contact-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:0 0 .85rem}.contact-icons__item{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-secondary);color:var(--color-secondary-text);border:1px solid var(--color-surface-border);font-size:1.15rem;text-decoration:none;transition:transform .15s ease,opacity .15s ease}.contact-icons__item:hover{opacity:.85;transform:translateY(-2px)}@keyframes crt-turn-on{0%{transform:scaleY(.8) translateZ(0);filter:brightness(30);opacity:1}3.5%{transform:scaleY(.8) translate3d(0,100%,0)}3.6%{transform:scaleY(.8) translate3d(0,-100%,0);opacity:1}9%{transform:scale(1.3,.6) translate3d(0,100%,0);filter:brightness(30);opacity:0}11%{transform:scale(1) translateZ(0);filter:contrast(0) brightness(0);opacity:0}to{transform:scale(1) translateZ(0);filter:contrast(1) brightness(1.15) saturate(1.2);opacity:1}}@keyframes crt-turn-off{0%{transform:scaleY(1.3) translateZ(0);filter:brightness(1);opacity:1}60%{transform:scale(1.3,.001) translateZ(0);filter:brightness(10)}to{transform:scale(.0001) translateZ(0);filter:brightness(50)}}@keyframes crt-flicker{0%{opacity:.94}10%{opacity:1}20%{opacity:.92}30%{opacity:.98}40%{opacity:.9}50%{opacity:1}60%{opacity:.95}70%{opacity:.9}80%{opacity:1}90%{opacity:.93}to{opacity:.97}}@keyframes crt-label-anim{0%,20%{opacity:0}25%{opacity:1}90%{opacity:1}to{opacity:0}}.crt-screen{position:relative;width:100%;height:100%;overflow:hidden}.crt-boot{width:100%;height:100%;transform-origin:center;will-change:transform,filter,opacity}.crt-boot--on{animation:crt-turn-on 1.8s linear;animation-fill-mode:forwards}.crt-boot--off{animation:crt-turn-off .55s cubic-bezier(.23,1,.32,1);animation-fill-mode:forwards}.crt-scanlines{position:absolute;top:0;right:0;bottom:0;left:0;z-index:900;pointer-events:none;background-image:linear-gradient(#0000 50%,#0000002e 50%),linear-gradient(90deg,#ff00000d,#00ff0005,#0000ff0d);background-size:100% 3px,3px 100%;box-shadow:inset 0 0 12vw #0000008c}.crt-flicker{position:absolute;top:0;right:0;bottom:0;left:0;z-index:901;pointer-events:none;background:#0000000f;animation:crt-flicker .2s infinite}.crt-label{position:absolute;top:1.25rem;left:1.5rem;z-index:902;pointer-events:none;color:#2f5;font-family:Courier New,monospace;font-size:1.5rem;letter-spacing:.1em;text-shadow:0 0 8px rgba(34,255,85,.8);opacity:0;animation:crt-label-anim 2.2s linear forwards}@media (prefers-reduced-motion: reduce){.crt-boot--on,.crt-boot--off{animation:none!important}.crt-flicker{animation:none!important;opacity:1}}.power-switch{display:inline-flex;align-items:center;gap:.5rem;background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-surface-border);border-radius:999px;padding:.35rem .8rem .35rem .6rem;font-size:.85rem;cursor:pointer;font-family:inherit}.power-switch:hover{opacity:.9}.power-switch__dot{width:10px;height:10px;border-radius:50%;background:#632;border:1px solid rgba(0,0,0,.3);display:inline-block}.power-switch__dot--on{background:#2f5;box-shadow:0 0 6px #2f5c}.retro-tv{--rtv-width: 430px;--rtv-height: 420px;--rtv-antenna-gradient: linear-gradient(to top, #444 10%, #999 25% 40%, #444 70%, rgba(34, 34, 34, .27) 90%);--rtv-shell: linear-gradient(#1a1a1a, #000000);width:var(--rtv-width);max-width:100%;display:flex;flex-direction:column;align-items:center;margin:0 auto;zoom:1.6}.retro-tv__antenna-container{width:235px;max-width:60%;height:85px;display:flex;flex-direction:column;justify-content:flex-end}.retro-tv__antenna{width:100%;height:4px;background:var(--rtv-antenna-gradient);transform-origin:100% 50%;transform:rotate(20deg) translateY(3px);display:flex;align-items:center}.retro-tv__antenna:before{content:"";display:block;width:8px;height:10px;background:var(--rtv-antenna-gradient);border-radius:24% 53% 53% 24%/36% 40% 40% 36%;border:1px solid #444;border-left:0;border-bottom:0;transform:translateY(-1px)}.retro-tv__body{display:flex;flex-direction:column;align-items:center;z-index:1}.retro-tv__set{width:425px;max-width:100%;height:300px;border-radius:35px/45px;box-shadow:2px 2px 5px #00000040,2px -2px 2px #00000059 inset,2px 1px 1px #ffffff80 inset,0 0 3px 5px #00000021;background:#3a3a3a;background:var(--rtv-shell);display:flex;justify-content:center;align-items:center;z-index:2}.retro-tv__inner{width:93%;height:90%;background:linear-gradient(to bottom,#3a3a3a 5%,#1c1c1c 35%,#1c1c1c 45%);border-bottom:1px solid #fff;box-shadow:0 1px 2px #0009 inset;border-radius:25px;position:relative;display:grid;grid-template-columns:3fr 1fr;grid-template-rows:.8fr;align-content:center;gap:3px}.retro-tv__screen-container{border:1px solid #222;box-shadow:0 2px 2px #888,2px 0 2px #444,-2px 0 2px #444,0 -2px 2px #111;border-radius:10px;margin:10px;overflow:hidden;display:flex;justify-content:center;align-items:center;background:linear-gradient(70deg,#555 15%,transparent 30%),repeating-conic-gradient(#222,#222,#333,#222 90deg)}.retro-tv__crt{width:99%;height:95%;background:#111;box-shadow:0 0 5px 2px #111,0 0 10px 2px #11111121;border-radius:8px;overflow:hidden;display:flex;justify-content:center;align-items:center}.retro-tv__screen{background:#302d30;width:95%;height:95%;border-radius:4px;overflow:hidden;position:relative}.retro-tv__noise{width:100%;height:100%;background:linear-gradient(to bottom,transparent,rgba(170,170,170,.27),rgba(136,136,136,.07),rgba(102,102,102,.27),rgba(68,68,68,.33),rgba(34,34,34,.5),rgba(68,68,68,.2),transparent),repeating-linear-gradient(transparent 0 2px,#2524294f 2px,#2524294f 4px);animation:retro-tv-noise 8s linear infinite;position:relative;z-index:4}.retro-tv__off{width:100%;height:100%;background:radial-gradient(#222,#1a1a1a,#111);position:absolute;top:0;z-index:5;opacity:1;transition:opacity .5s}.retro-tv--on .retro-tv__off{opacity:0}.retro-tv__content,.retro-tv__no-signal{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6}.retro-tv__no-signal{display:flex;align-items:center;justify-content:center;color:#888;font-family:Courier New,monospace;letter-spacing:.1em;font-size:.9rem}.retro-tv__lateral{display:grid;grid-template-rows:1.1fr 1fr;gap:12px;margin:15px 15px 15px 0}.retro-tv__dials{border:2px solid #333;border-left:1px solid #444;border-bottom:2px solid #444;border-radius:5px;box-shadow:-2px 2px 6px #111 inset,-1px 2px 3px #aaa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}.retro-tv__dial{width:42px;height:42px;border:2px solid #6e706f;border-radius:50%;box-shadow:-4px 2px 4px #111,0 0 1px 2px #000;display:flex;justify-content:center;align-items:center;position:relative;cursor:grab;background:#000}.retro-tv__dial--volume{background:#ccc}.retro-tv__dial-ticks{display:flex;justify-content:center;width:100%;height:100%}.retro-tv__dial-tick{color:#888;font-size:6px;text-shadow:0 0 2px #888;position:absolute;top:0;height:100%;transform-origin:50% 50%;transform:rotate(var(--tick-angle))}.retro-tv__dial--volume .retro-tv__dial-tick{color:#444;text-shadow:none}.retro-tv__dial-core{width:28px;height:28px;border-radius:50%;background:conic-gradient(#eee,#eee 45deg,#666 70deg,#666 285deg,#eee 320deg);position:absolute}.retro-tv__selector{position:absolute;width:75%;background:linear-gradient(#666 30%,#aaa 40%);height:4px;border:1px solid #666;border-radius:4px/8px;transform:rotate(calc(var(--value) - 90deg));transition:transform .25s linear}.retro-tv__speaker{display:grid;grid-template-columns:repeat(6,1fr);gap:1px 0;margin-bottom:12px;margin-left:2px;margin-right:2px}.retro-tv__speaker div{width:10px;height:10px;background:radial-gradient(#000,#222);border-radius:50%;border-bottom:1px solid #fff}.retro-tv__buttons{position:absolute;bottom:5px;right:30px;width:60px;display:flex;justify-content:space-between}.retro-tv__button-container{width:20px;height:20px;background:linear-gradient(to bottom,#fff 40%,#aaa 50%,#aaa 55%,#666 70%);border-radius:50%;display:flex;justify-content:center;align-items:center}.retro-tv__button{width:10px;height:10px;border-radius:50%;background:linear-gradient(to top,#fff 40%,#aaa 50%,#aaa 55%,#666 70%);box-shadow:-1px -1px 1px 2px #000;transform:translate(2px,1px);transition:transform .1s,box-shadow .1s;cursor:pointer}.retro-tv__button:active{transform:translate(0);box-shadow:0 0 1px 2px #000}.retro-tv__base{width:350px;max-width:82%;height:25px;background:#3a3a3a;background:var(--rtv-shell);display:flex;justify-content:space-between;align-items:center;box-shadow:0 8px 4px #0009;position:relative}.retro-tv__base:before,.retro-tv__base:after{content:"";display:block;width:8px;height:100%;background:var(--rtv-shell)}.retro-tv__base:before{transform:translate(-2px) skew(10deg)}.retro-tv__base:after{transform:translate(2px) skew(-10deg)}.retro-tv__slots{width:50%;height:15px;display:flex;justify-content:center}.retro-tv__slot{width:4px;height:100%;background:#0b0000;margin-left:3px;border-radius:2px/1px}.retro-tv__feet{width:70%;display:flex;justify-content:space-between}.retro-tv__foot{width:20px;height:10px;background:#1a1a1a}.retro-tv__foot--left{box-shadow:4px 0 #000}.retro-tv__foot--right{box-shadow:-4px 0 #000}.retro-tv__caption{margin-top:.75rem;font-size:.9rem;color:var(--color-text-muted);text-align:center}@keyframes retro-tv-noise{0%{background-position-y:0,0}to{background-position-y:-221px,-150px}}@media (max-width: 480px){.retro-tv{zoom:.72}}@media (prefers-reduced-motion: reduce){.retro-tv__noise{animation:none}}.intro__photo-credit{margin:.25rem 0 0;font-size:.75rem;font-style:italic;color:#ffffffb3}.stats-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem 1.5rem;margin:0}.stats-list__row{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-surface-border)}.stats-list__row dt{color:var(--color-text-muted);font-size:.85rem}.stats-list__row dd{margin:0;font-weight:600;text-align:right}.skills-list{display:flex;flex-direction:column;gap:1rem}.skills-list__group h3{margin:0 0 .5rem;font-size:.95rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-heading)}.skills-list__tags{display:flex;flex-wrap:wrap;gap:.4rem}.skills-list__tag{padding:.3rem .7rem;border-radius:6px;background:var(--color-secondary);color:var(--color-secondary-text);font-size:.8rem;border:1px solid var(--color-surface-border)}.section__heading{display:flex;align-items:baseline;gap:.75rem;margin:0 0 .75rem}.section-nav__number{color:var(--color-text-muted);font-size:.75rem;opacity:.8}.page--sidebar .section-nav{background:#0a0a0a;border-color:#222}.page--sidebar .section-nav__label,.page--sidebar .section-nav__link,.page--sidebar .section-nav__number{font-family:Courier New,monospace}.page--sidebar .section-nav__label{color:#4a5a4a}.page--sidebar .section-nav__link{color:#7fffa0;text-shadow:0 0 4px rgba(34,255,85,.35)}.page--sidebar .section-nav__link:hover{color:#b6ffca;text-decoration:none;text-shadow:0 0 8px rgba(34,255,85,.6)}.page--sidebar .section-nav__number{color:#2f5;opacity:1}.intro{position:relative;width:100%;height:100vh;flex-shrink:0;background:#000}.intro__photo{position:absolute;top:1%;right:0;width:50%;height:98%;object-fit:cover;object-position:center top;background-color:#000;border-radius:0;box-shadow:none;-webkit-mask-image:radial-gradient(ellipse 72% 78% at 58% 46%,#000 34%,#000 48%,rgba(0,0,0,.9) 58%,rgba(0,0,0,.55) 70%,transparent 80%);mask-image:radial-gradient(ellipse 72% 78% at 58% 46%,#000 34%,#000 48%,rgba(0,0,0,.9) 58%,rgba(0,0,0,.55) 70%,transparent 80%);filter:contrast(1.04) saturate(1.08) brightness(.96)}.intro__photo--placeholder{display:flex}.intro__photo-blur{position:absolute;top:1%;right:0;width:min(72%,780px);height:98%;object-fit:cover;object-position:center top;pointer-events:none;transform:scale(1.13);filter:blur(45px) brightness(.78) saturate(.9);-webkit-mask-image:radial-gradient(ellipse 68% 74% at 58% 46%,transparent 35%,rgba(0,0,0,.15) 46%,rgba(0,0,0,.55) 60%,#000 76%,#000 100%);mask-image:radial-gradient(ellipse 68% 74% at 58% 46%,transparent 35%,rgba(0,0,0,.15) 46%,rgba(0,0,0,.55) 60%,#000 76%,#000 100%)}.intro__scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 70% at 65% 42%,#ffdcb40e,#ffdcb400 65%),linear-gradient(90deg,#000000db,#00000094 25%,#00000038 55%,#00000014 78%,#00000052),linear-gradient(180deg,#00000052,#0000 22%,#0000 67%,#000000c7),radial-gradient(ellipse 85% 90% at 60% 45%,transparent 45%,rgba(0,0,0,.22) 72%,rgba(0,0,0,.72) 100%)}.intro__controls{position:absolute;top:1.25rem;right:1.25rem;z-index:5;display:flex;gap:.75rem}.intro__text{position:absolute;left:1.75rem;right:1.75rem;bottom:7rem;z-index:4;color:#fff}.intro__text h1{margin:0;color:#fff}.intro__tagline{margin:.4rem 0 0;font-size:1.1rem;font-style:italic;color:#ffffffd9}.intro__scroll-btn{position:absolute;left:50%;bottom:1.75rem;transform:translate(-50%);z-index:6;display:flex;flex-direction:column;align-items:center;gap:.3rem;background:#0006;border:1px solid rgba(255,255,255,.4);color:#fff;padding:.6rem 1.4rem;border-radius:999px;cursor:pointer;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;font-family:inherit;animation:intro-bounce 2s ease-in-out infinite}.intro__scroll-btn:hover{background:#0009}.intro__scroll-arrow{font-size:1.1rem;line-height:1}@keyframes intro-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@media (prefers-reduced-motion: reduce){.intro__scroll-btn{animation:none}}@media (max-width: 640px){.intro__photo{top:0;right:0;width:96%;height:82%;border-radius:0;-webkit-mask-image:radial-gradient(ellipse 68% 74% at 50% 42%,#000 32%,#000 48%,rgba(0,0,0,.85) 60%,rgba(0,0,0,.45) 73%,transparent 80%);mask-image:radial-gradient(ellipse 68% 74% at 50% 42%,#000 32%,#000 48%,rgba(0,0,0,.85) 60%,rgba(0,0,0,.45) 73%,transparent 80%)}.intro__photo-blur{top:0;right:0;width:96%;height:82%;transform:scale(1.13);filter:blur(38px) brightness(.75) saturate(.9);-webkit-mask-image:radial-gradient(ellipse 66% 72% at 50% 42%,transparent 30%,rgba(0,0,0,.15) 43%,rgba(0,0,0,.55) 59%,#000 76%,#000 100%);mask-image:radial-gradient(ellipse 66% 72% at 50% 42%,transparent 30%,rgba(0,0,0,.15) 43%,rgba(0,0,0,.55) 59%,#000 76%,#000 100%)}.intro__text{bottom:6rem;left:1.25rem;right:1.25rem;max-width:60%}}.photo-gallery{display:flex;width:100vw;height:50vh;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:3rem;margin-bottom:2rem}.photo-gallery__item{flex:1 1 0;height:100%;overflow:hidden;background:var(--color-surface);position:relative}.photo-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.photo-gallery__credit{position:absolute;bottom:0;left:0;right:0;padding:.3rem .5rem;background:#0000008c;color:#f5f5f5;font-size:.7rem;font-style:italic;text-align:right}@media (max-width: 640px){.photo-gallery{flex-wrap:wrap;height:50vh}.photo-gallery__item{flex:1 1 50%;max-width:50%;height:50%}}.film-camera{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:220px;height:230px;z-index:4;pointer-events:none}.film-camera__beam{position:absolute;left:160px;top:134px;width:90px;height:60px;clip-path:polygon(0% 30%,0% 70%,100% 100%,100% 0%);background:linear-gradient(to right,#f9fa8666,#f9fa8600);opacity:0;transition:opacity .4s ease}.film-camera--rolling .film-camera__beam{opacity:1}.film-camera__body{position:absolute;left:55px;top:100px;width:85px;height:90px;background:#d3d6e5;border-radius:4px}.film-camera__back{position:absolute;background:#3b2a6f;border-radius:2px}.film-camera__back--1{left:40px;top:112px;width:16px;height:16px}.film-camera__back--2{left:37px;top:132px;width:19px;height:26px}.film-camera__top-block{position:absolute;left:50px;top:78px;width:95px;height:18px;background:#3b2a6f;border-radius:3px}.film-camera__vent{position:absolute;left:62px;width:68px;height:6px;border-radius:2px;background:#3b2a6f}.film-camera__vent--1{top:112px}.film-camera__vent--2{top:122px}.film-camera__vent--3{top:132px}.film-camera__viewfinder-outer{position:absolute;left:78px;top:92px;width:24px;height:24px;border-radius:50%;background:#ffffffd9}.film-camera__viewfinder-inner{position:absolute;left:84px;top:98px;width:12px;height:12px;border-radius:50%;background:#3b2a6f}.film-camera__dial{position:absolute;border-radius:50%;background:#3b2a6f}.film-camera__dial--a{left:110px;top:90px;width:9px;height:9px}.film-camera__dial--b{left:118px;top:100px;width:9px;height:9px}.film-camera__button{position:absolute;border-radius:50%;background:#ffffffd9}.film-camera__button--1{left:120px;top:105px;width:8px;height:8px}.film-camera__button--2{left:128px;top:96px;width:7px;height:7px}.film-camera__button--3{left:134px;top:88px;width:6px;height:6px}.film-camera__lens-mount{position:absolute;left:138px;top:148px;width:24px;height:32px;background:#3b2a6f;border-radius:3px;transition:box-shadow .4s ease,background .4s ease}.film-camera--rolling .film-camera__lens-mount{background:#4a2cde;box-shadow:0 0 16px 4px #f9fa8680}.film-camera__reel{position:absolute;top:0;border-radius:50%;background:#d3d6e5;border:7px solid #3b2a6f;display:flex;align-items:center;justify-content:center}.film-camera__reel--left{left:35px;top:10px;width:60px;height:60px}.film-camera__reel--right{left:88px;top:-8px;width:78px;height:78px}.film-camera__reel-hub{width:14px;height:14px;border-radius:50%;background:#3b2a6f;box-shadow:0 0 0 1px #3b2a6f73;position:relative}.film-camera__reel-hub:before,.film-camera__reel-hub:after{content:"";position:absolute;left:50%;top:50%;width:2px;height:220%;background:#3b2a6f73;transform:translate(-50%,-50%) rotate(0)}.film-camera__reel-hub:after{transform:translate(-50%,-50%) rotate(60deg)}.film-camera--rolling .film-camera__reel{animation:film-camera-spin 1.1s linear infinite}.film-camera__leg{position:absolute;bottom:0;width:5px;height:40px;background:linear-gradient(180deg,#d3d6e5,#3b2a6f);border-radius:4px}.film-camera__leg--left{left:65px;transform:rotate(16deg)}.film-camera__leg--center{left:95px}.film-camera__leg--right{left:125px;transform:rotate(-16deg)}.film-camera__rec-light{position:absolute;left:143px;top:140px;width:8px;height:8px;border-radius:50%;background:#611;transition:background .3s ease,box-shadow .3s ease}.film-camera--rolling .film-camera__rec-light{background:#ff3b3b;box-shadow:0 0 8px 2px #ff3b3bcc;animation:film-camera-pulse 1s ease-in-out infinite}@keyframes film-camera-spin{to{transform:rotate(360deg)}}@keyframes film-camera-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (prefers-reduced-motion: reduce){.film-camera__reel,.film-camera__rec-light{animation:none}}@media (max-width: 640px){.film-camera{display:none}}.tv-edge{position:fixed;top:0;bottom:0;width:clamp(26px,3.6vw,56px);z-index:40;display:flex;flex-direction:column;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity .45s ease,transform .45s ease;box-shadow:0 0 28px #0000008c}.tv-edge.is-visible{opacity:1;transform:translateY(0)}.tv-edge--left{left:0}.tv-edge--right{right:0}.tv-edge__bars{display:grid;grid-template-rows:repeat(7,1fr);flex:6 1 0}.tv-edge__bars--mid{flex:1 1 0}.tv-edge__bars--bottom{grid-template-rows:repeat(6,1fr);flex:3 1 0}.tv-edge__bar--shell{background:#cfcfcf}.tv-edge__bar--yellow{background:#f4e409}.tv-edge__bar--light-blue{background:#67c6e3}.tv-edge__bar--green{background:#5fc77e}.tv-edge__bar--purple{background:#5b2a86}.tv-edge__bar--red{background:#d31c1c}.tv-edge__bar--blue{background:#1a2ea8}.tv-edge__bar--black{background:#000}.tv-edge__bar--white{background:#f5f5f5}.tv-edge__bar--dark-blue{background:#10154a}.tv-edge__label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);white-space:nowrap}.tv-edge--right .tv-edge__label{transform:translate(-50%,-50%) rotate(90deg)}.tv-edge__label span{display:inline-block;font-family:"Press Start 2P",Courier New,monospace;font-size:.5rem;letter-spacing:.05em;color:#fff;background:#000;padding:.5rem .7rem}@media (prefers-reduced-motion: reduce){.tv-edge{transition:opacity .2s ease;transform:none}}@media (max-width: 780px){.tv-edge{display:none}}
