:root{--ease-out-quart: cubic-bezier(.165, .84, .44, 1);--color-night: #0f0b08;--color-polaroid-paper: #f4ead8;--color-polaroid-paper-shadow: #cbbda6;color-scheme:dark;background:var(--color-night);color:#f0e2cf}html{margin:0;scrollbar-gutter:stable;background:var(--color-night)}html,body{min-height:100%}@supports (height: 100dvh){html,body{min-height:100dvh}}body{margin:0;overflow-x:hidden;overflow-y:auto;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(ellipse 62% 52% at 50% 12%,rgba(224,190,135,.22),transparent 72%),radial-gradient(ellipse 110% 80% at 50% 30%,transparent 42%,rgba(0,0,0,.3) 100%),linear-gradient(180deg,#2b2822,#1c1a17 58%,#12110f)}button,input,textarea,select{font:inherit}.polaroid-frame{top:var(--desktop-top);left:calc(var(--track-start-offset) + var(--card-index) * var(--card-spacing));width:max(var(--polaroid-card-width),26vmin);transform-origin:50% 0%}.polaroid-frame--scroll{position:absolute;will-change:transform}.polaroid-lift{position:relative;--polaroid-string-height: var(--polaroid-fill-height, 100svh)}.polaroid-lift--full{width:100%;height:100%}.polaroid-lift:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);width:5px;height:var(--polaroid-string-height);background:repeating-linear-gradient(65deg,rgba(255,230,180,.4) 0,rgba(255,230,180,.4) 1px,transparent 1px,transparent 3px),linear-gradient(to right,#462e14f2,#c89e60f2 45%,#785830f2);box-shadow:0 0 1px #00000059;pointer-events:none}.polaroid-lift:after{content:"";position:absolute;z-index:2;top:-70px;left:50%;transform:translate(-50%);width:92px;aspect-ratio:1;background:var(--binder-clip-image) center / contain no-repeat;filter:drop-shadow(0 3px 3px rgba(0,0,0,.48));pointer-events:none}.polaroid-card{--polaroid-w: 3.5;--polaroid-h: 4.25;--polaroid-border: .2;position:relative;box-sizing:border-box;width:100%;aspect-ratio:var(--polaroid-w) / var(--polaroid-h);border-radius:.15rem;padding:calc(100% * var(--polaroid-border) / var(--polaroid-w)) calc(100% * var(--polaroid-border) / var(--polaroid-w)) 0;background:linear-gradient(145deg,var(--color-polaroid-paper),var(--color-polaroid-paper-shadow));box-shadow:0 1.5rem 4.5rem #0000009e,-.35rem -.35rem 2.2rem #ffd5991a,inset 0 0 0 1px #ffffff61;overflow:hidden;transform:rotate(var(--desktop-rotate))}.polaroid-card:after{position:absolute;inset:0;content:"";background:linear-gradient(140deg,rgba(255,255,255,.42),transparent 34%);border-radius:inherit;mix-blend-mode:screen;pointer-events:none}.polaroid-card__image{position:relative;display:block;width:100%;aspect-ratio:1;border-radius:.08rem;overflow:hidden;color:#fff;text-decoration:none;cursor:pointer;filter:brightness(1);transition:filter .15s ease;background:#171310}.polaroid-card__thumbnail{display:block;width:100%;height:100%;object-fit:cover}.polaroid-card__image:before{position:absolute;inset:0;z-index:2;content:"";background:radial-gradient(ellipse 95% 85% at 20% 16%,rgba(255,255,255,.34),transparent 4.75rem),linear-gradient(152deg,rgba(255,255,255,.07),transparent 38%);box-shadow:inset 0 0 3rem #00000038;pointer-events:none}.polaroid-card__image:focus-visible{outline:3px solid rgba(255,255,255,.95);outline-offset:-3px}.polaroid-card__image:after{position:absolute;right:.45rem;top:.45rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;content:"↗";border:1px solid rgba(255,255,255,.48);border-radius:50%;background:#0c0a08c2;box-shadow:0 .25rem .65rem #00000047;opacity:.45;font-size:.9rem;font-weight:700;line-height:1;transition:background-color .15s ease,opacity .15s ease,transform .15s ease}.polaroid-card__image:focus-visible:after{background:#0c0a08eb;opacity:1}@media(hover:hover)and (pointer:fine){.polaroid-frame{cursor:grab}.polaroid-card__image:hover{filter:brightness(1.18)}.polaroid-card__image:hover:after{background:#0c0a08eb;opacity:1;transform:translate(2px,-2px)}.polaroid-frame:active .polaroid-card__image{cursor:grabbing}}@media(max-width:676px){.polaroid-frame{top:var(--mobile-top);width:max(var(--polaroid-card-width),26vmin)}.polaroid-lift:after{width:62px;top:-48px}.polaroid-card{transform:rotate(var(--mobile-rotate))}}@media(prefers-reduced-motion:reduce){.polaroid-card__image,.polaroid-card__image:after{transition:none}.polaroid-frame{position:relative;top:auto;left:auto;width:auto;transform:none;transition:none;will-change:auto}.polaroid-card{transform:none;transition:none}.polaroid-lift:before,.polaroid-lift:after{display:none}}.polaroid-gallery{--polaroid-card-width: 15rem;--track-start-offset: 0px;--polaroid-fill-height: min(56.25vw, 43.875rem);--gallery-sunrise-duration: 3.2s;--gallery-sunrise-cloud-delay: .8s;--gallery-sunrise-card-delay: 1.35s;--gallery-sunrise-frame-delay: 1.55s;--gallery-sunrise-frame-duration: 4.2s;--gallery-sunrise-ease: cubic-bezier(.65, 0, .35, 1);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100svh;padding:2.5rem;color:#f0e4d5}.polaroid-gallery__scene{--gallery-aperture-top: calc(6.8% + 2px) ;--gallery-aperture-right: calc(6.7% + 2px) ;--gallery-aperture-bottom: calc(7% + 2px) ;--gallery-aperture-left: calc(6.7% + 2px) ;position:relative;isolation:isolate;box-sizing:border-box;width:min(100%,78rem);aspect-ratio:16 / 9;margin:0 auto;overflow:hidden;background:transparent;box-shadow:none}.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__scene{box-shadow:0 2rem 5rem #03020985}.polaroid-gallery__scene:after{position:absolute;inset:0;z-index:0;content:"";background:radial-gradient(ellipse at 50% 46%,transparent 12%,rgba(0,0,0,.88) 62%),url(/scene/paper-bg-filtered.webp);background-size:100% 100%,125% 125%;background-position:center,50% 52%;mix-blend-mode:multiply;opacity:0;pointer-events:none}.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__scene:after{opacity:.42}.polaroid-gallery__interior,.polaroid-gallery__frame{position:absolute;inset:0;display:block;width:100%;height:100%;pointer-events:none;user-select:none}.polaroid-gallery__interior img,.polaroid-gallery__frame img{display:block;width:100%;height:100%;object-fit:contain}.polaroid-gallery__interior img{object-fit:cover}.polaroid-gallery__interior{z-index:1}.polaroid-gallery__interior--desaturated,.polaroid-gallery__frame--desaturated{opacity:0}.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__interior--desaturated,.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__frame--desaturated{animation:polaroid-gallery-sunrise .35s var(--ease-out-quart) both}.polaroid-gallery__sunrise-layer{opacity:0}.polaroid-gallery[data-sunrise-ready=true] .polaroid-gallery__sunrise-layer{animation:polaroid-gallery-sunrise var(--gallery-sunrise-layer-duration, var(--gallery-sunrise-duration)) var(--gallery-sunrise-ease) var(--gallery-sunrise-layer-delay) both}.polaroid-gallery__sunrise-layer--clouds{--gallery-sunrise-layer-delay: var(--gallery-sunrise-cloud-delay)}.polaroid-gallery__sunrise-layer--foreground{--gallery-sunrise-layer-delay: var(--gallery-sunrise-frame-delay);--gallery-sunrise-layer-duration: var(--gallery-sunrise-frame-duration)}@keyframes polaroid-gallery-sunrise{0%{opacity:0}to{opacity:1}}@keyframes polaroid-gallery-card-warmth{0%{opacity:.45}to{opacity:0}}.polaroid-gallery__interior:after{position:absolute;inset:0;content:"";background:radial-gradient(ellipse 62% 58% at 50% 46%,transparent 8%,rgba(11,7,5,.08) 35%,rgba(9,5,3,.24) 63%,rgba(5,3,2,.62) 100%);pointer-events:none}.polaroid-gallery__frame{z-index:4}.polaroid-gallery__grain{position:absolute;inset:0;z-index:5;background:url(/scene/grain-tile.png) repeat;background-size:280px 280px;opacity:0;pointer-events:none}.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__grain{opacity:.022}.polaroid-gallery__track{position:absolute;inset:0;z-index:2;width:100%;height:100%;clip-path:inset(var(--gallery-aperture-top) var(--gallery-aperture-right) var(--gallery-aperture-bottom) var(--gallery-aperture-left))}.polaroid-gallery .polaroid-frame--scroll{position:absolute;top:var(--desktop-top);left:calc(25% + var(--card-index) * 25% - var(--polaroid-card-width) / 2);width:var(--polaroid-card-width);opacity:0;will-change:transform}.polaroid-gallery .polaroid-lift{--polaroid-string-height: var(--polaroid-fill-height)}.polaroid-gallery .polaroid-card:before{position:absolute;inset:0;z-index:2;content:"";background:#8d8b86;mix-blend-mode:saturation;pointer-events:none;animation:polaroid-gallery-card-warmth var(--gallery-sunrise-duration) var(--gallery-sunrise-ease) var(--gallery-sunrise-card-delay) both}.polaroid-gallery__controls{display:grid;grid-template-columns:repeat(2,5rem);align-items:center;justify-content:center;visibility:hidden;gap:.55rem;margin-top:2.25rem}.polaroid-gallery[data-controls-ready=true] .polaroid-gallery__controls{visibility:visible}.polaroid-gallery__arrow{position:relative;width:5rem;aspect-ratio:409 / 416;padding:0;border:0;background:transparent;cursor:pointer}.polaroid-gallery__arrow:before,.polaroid-gallery__arrow:after{position:absolute;inset:0;content:"";background-position:center;background-repeat:no-repeat;background-size:contain;pointer-events:none}.polaroid-gallery__arrow:before{background-image:var(--button-outer-image)}.polaroid-gallery__arrow:after{z-index:1;background-image:var(--button-inner-image);transition:filter .15s ease,transform .15s var(--ease-out-quart)}.polaroid-gallery__arrow:hover:not(:disabled):after{filter:brightness(1.08)}.polaroid-gallery__arrow:active:not(:disabled):after{transform:translateY(2px) scale(.97)}.polaroid-gallery__arrow:focus-visible{outline:3px solid #9b5327;outline-offset:3px}.polaroid-gallery__arrow:disabled{opacity:.28;cursor:not-allowed}@supports (height: 100dvh){.polaroid-gallery{--polaroid-fill-height: min(56.25vw, 43.875rem)}}@media(max-width:1100px){.polaroid-gallery{--polaroid-card-width: 13.75rem;padding:2rem}.polaroid-gallery__controls{margin-top:1.75rem}}@media(max-width:900px){.polaroid-gallery{--polaroid-card-width: 12rem;padding:1.5rem}.polaroid-gallery__controls{margin-top:1.5rem}}@media(min-width:677px)and (max-width:1100px){.polaroid-gallery{--polaroid-fill-height: calc(100vw * 1407 / 1654)}.polaroid-gallery__controls{grid-template-columns:repeat(2,8.5rem)}.polaroid-gallery__arrow{width:8rem}.polaroid-gallery .polaroid-frame--scroll{top:var(--tablet-top)}.polaroid-gallery .polaroid-card{transform:rotate(var(--tablet-rotate))}.polaroid-gallery__scene{--gallery-aperture-top: calc(7.4% + 2px) ;--gallery-aperture-right: calc(7.6% + 2px) ;--gallery-aperture-bottom: calc(7.8% + 2px) ;--gallery-aperture-left: calc(7.7% + 2px) ;aspect-ratio:1654 / 1407}}@media(max-width:676px){.polaroid-gallery{--polaroid-card-width: 10rem;--polaroid-fill-height: calc((100vw - 2rem) * 128 / 103);padding:1rem 1rem 2rem}.polaroid-gallery__scene{--gallery-aperture-top: calc(6.8% + 2px) ;--gallery-aperture-right: calc(7.4% + 2px) ;--gallery-aperture-bottom: calc(7% + 2px) ;--gallery-aperture-left: calc(7.3% + 2px) ;aspect-ratio:103 / 128}.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__scene{box-shadow:0 1.25rem 3rem #371c0a47}.polaroid-gallery .polaroid-frame--scroll{top:var(--mobile-top);left:calc(34% + var(--card-index) * 32% - var(--polaroid-card-width) / 2)}.polaroid-gallery__controls{grid-template-columns:repeat(2,6.5rem);width:100%;gap:.75rem;margin-top:1.5rem}.polaroid-gallery__arrow{width:100%}}@media(max-width:480px){.polaroid-gallery{--polaroid-card-width: 9rem}.polaroid-gallery__controls{grid-template-columns:repeat(2,5.5rem)}}@media(max-width:360px){.polaroid-gallery{--polaroid-card-width: 8rem}.polaroid-gallery__controls{grid-template-columns:repeat(2,5rem)}}@media(min-width:677px)and (max-height:900px){.polaroid-gallery__scene{width:min(90%,68rem)}.polaroid-gallery__controls{margin-top:1.25rem}}@media(min-width:677px)and (max-height:720px){.polaroid-gallery{--polaroid-card-width: 10rem;padding:1.5rem}.polaroid-gallery__scene{width:min(84%,52rem)}.polaroid-gallery__controls{margin-top:.75rem}}@media(prefers-reduced-motion:reduce){.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__interior--desaturated,.polaroid-gallery[data-scene-ready=true] .polaroid-gallery__frame--desaturated,.polaroid-gallery[data-sunrise-ready=true] .polaroid-gallery__sunrise-layer{animation:none;opacity:1}.polaroid-gallery .polaroid-card:before{animation:none;opacity:0}.polaroid-gallery .polaroid-frame--scroll{position:absolute;top:var(--desktop-top);left:calc(25% + var(--card-index) * 25% - var(--polaroid-card-width) / 2);width:var(--polaroid-card-width);transform:none;opacity:1;transition:none}.polaroid-gallery .polaroid-card{transform:rotate(var(--desktop-rotate))}.polaroid-gallery .polaroid-lift:before,.polaroid-gallery .polaroid-lift:after{display:block}.polaroid-gallery__arrow:after{transition:none}}@media(min-width:677px)and (max-width:1100px)and (prefers-reduced-motion:reduce){.polaroid-gallery .polaroid-frame--scroll{top:var(--tablet-top)}.polaroid-gallery .polaroid-card{transform:rotate(var(--tablet-rotate))}}@media(max-width:676px)and (prefers-reduced-motion:reduce){.polaroid-gallery .polaroid-frame--scroll{top:var(--mobile-top);left:calc(34% + var(--card-index) * 32% - var(--polaroid-card-width) / 2)}.polaroid-gallery .polaroid-card{transform:rotate(var(--mobile-rotate))}}
