.LoadingScreen-module__E3fqKG__root{z-index:var(--z-loader);background:var(--fg);color:var(--bg);will-change:transform;position:fixed;inset:0}.LoadingScreen-module__E3fqKG__wordmark{color:var(--bg);justify-content:flex-start;align-items:center;padding:6svh 2rem;animation:1s cubic-bezier(.16,1,.3,1) both LoadingScreen-module__E3fqKG__reveal;display:flex;position:absolute;inset:0}@media (min-width:768px){.LoadingScreen-module__E3fqKG__wordmark{padding-left:4rem;padding-right:4rem}}.LoadingScreen-module__E3fqKG__wordmarkInner{width:min(100%,121.856svh);display:block}.LoadingScreen-module__E3fqKG__wordmarkInner svg{width:100%;height:auto;display:block}.LoadingScreen-module__E3fqKG__group{flex-direction:column;align-items:flex-end;gap:.8rem;animation:1s cubic-bezier(.16,1,.3,1) both LoadingScreen-module__E3fqKG__reveal;display:flex;position:absolute;bottom:3rem;right:2rem}@media (min-width:768px){.LoadingScreen-module__E3fqKG__group{right:4rem}}.LoadingScreen-module__E3fqKG__counterClip{overflow:hidden}.LoadingScreen-module__E3fqKG__counter{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-family:Public Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:5rem;font-weight:800;font-stretch:75%;line-height:1}.LoadingScreen-module__E3fqKG__line{background:color-mix(in srgb, var(--bg) 20%, transparent);transform-origin:0;width:calc(100vw - 4rem);height:3px;position:relative;overflow:hidden}@media (min-width:768px){.LoadingScreen-module__E3fqKG__line{width:calc(100vw - 8rem)}}.LoadingScreen-module__E3fqKG__fill{background:var(--bg);position:absolute;inset:0}@keyframes LoadingScreen-module__E3fqKG__reveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.LoadingScreen-module__E3fqKG__wordmark,.LoadingScreen-module__E3fqKG__group{animation-duration:.01ms}}
.HandCamera-module__9w7e2q__root{opacity:0;pointer-events:none;flex-direction:column;align-items:flex-start;gap:.5rem;transition:opacity .45s,transform .45s;display:flex;transform:translateY(1rem)}.HandCamera-module__9w7e2q__rootVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.HandCamera-module__9w7e2q__zone{border:1px solid color-mix(in srgb, var(--fg) 35%, transparent);background:0 0;border-radius:12px;justify-content:center;align-items:center;width:6rem;height:6rem;padding:0;display:flex;position:relative;overflow:hidden}.HandCamera-module__9w7e2q__video{display:none}.HandCamera-module__9w7e2q__canvas{opacity:0;width:100%;height:100%;transition:opacity .3s;position:absolute;inset:0;transform:scaleX(-1)}.HandCamera-module__9w7e2q__zoneActive .HandCamera-module__9w7e2q__canvas{opacity:1}.HandCamera-module__9w7e2q__error{font-size:var(--step--2);color:#c0392b;margin:0}
.GestureOverlay-module__kfmAkG__backdrop{z-index:30;padding:var(--pad-x);background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.GestureOverlay-module__kfmAkG__card{background:var(--fg);color:var(--bg);border-radius:12px;flex-direction:column;gap:2rem;width:100%;max-width:420px;padding:2.5rem 2rem 2rem;display:flex}.GestureOverlay-module__kfmAkG__title{font-size:var(--step-0);letter-spacing:var(--tracking-tight);text-align:center;margin:0;font-weight:700}.GestureOverlay-module__kfmAkG__gestures{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.GestureOverlay-module__kfmAkG__gesture{flex-direction:column;align-items:center;gap:.6rem;display:flex}.GestureOverlay-module__kfmAkG__icon{opacity:.85;width:72px;height:68px}.GestureOverlay-module__kfmAkG__icon svg{width:100%;height:100%}.GestureOverlay-module__kfmAkG__gestureName{font-size:var(--step--1);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-weight:700}.GestureOverlay-module__kfmAkG__gestureDesc{font-size:var(--step--2);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--muted)}.GestureOverlay-module__kfmAkG__actions{justify-content:flex-end;gap:.75rem;display:flex}.GestureOverlay-module__kfmAkG__cancelBtn,.GestureOverlay-module__kfmAkG__startBtn{border:1px solid var(--bg);font-size:var(--step--2);letter-spacing:var(--tracking-wide);text-transform:uppercase;cursor:pointer;border-radius:4px;padding:.5rem 1.25rem;font-family:inherit;font-weight:700;transition:background .2s,color .2s}.GestureOverlay-module__kfmAkG__cancelBtn{color:var(--bg);background:0 0}.GestureOverlay-module__kfmAkG__cancelBtn:hover{background:color-mix(in srgb, var(--bg) 8%, transparent)}.GestureOverlay-module__kfmAkG__startBtn{background:var(--bg);color:var(--fg)}.GestureOverlay-module__kfmAkG__startBtn:hover{opacity:.85}
.Gallery-module__Sa_FLW__section{--card-max-w:76vw;--card-max-h:82svh;position:fixed;inset:0;overflow:hidden}.Gallery-module__Sa_FLW__stage{position:absolute;inset:0}.Gallery-module__Sa_FLW__card,.Gallery-module__Sa_FLW__frameCard{--card-h:min(var(--card-max-h), var(--card-max-w) / var(--ar));aspect-ratio:var(--ar)}.Gallery-module__Sa_FLW__card{height:var(--card-h);opacity:0;will-change:transform, opacity;cursor:zoom-in;margin:0;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}@media (min-width:80rem) and (min-height:40rem){.Gallery-module__Sa_FLW__section{--card-max-w:calc(100vw - 28rem)}}@media (max-width:80rem),(max-height:40rem){.Gallery-module__Sa_FLW__section{--card-max-h:72svh}}.Gallery-module__Sa_FLW__entering .Gallery-module__Sa_FLW__card{height:var(--card-max-h)}.Gallery-module__Sa_FLW__img{object-fit:cover;will-change:transform;-webkit-user-select:none;user-select:none;width:100%;height:112%;position:absolute;top:-6%;left:0}.Gallery-module__Sa_FLW__frame{z-index:var(--z-content);padding-inline:var(--pad-x);pointer-events:none;grid-template-rows:auto;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-content:center;column-gap:1.25rem;display:grid;position:absolute;inset:0}.Gallery-module__Sa_FLW__frameCard{height:calc(var(--card-h) * var(--focus-scale,1));visibility:hidden;grid-column:2;align-self:center}.Gallery-module__Sa_FLW__frameLeft,.Gallery-module__Sa_FLW__imageDetails{flex-direction:column;justify-content:space-between;place-self:stretch start;align-items:flex-start;min-width:0;display:flex}.Gallery-module__Sa_FLW__frameLeft{grid-column:1}.Gallery-module__Sa_FLW__imageDetails{grid-column:3}@media (max-width:80rem),(max-height:40rem){.Gallery-module__Sa_FLW__frame{grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);gap:.75rem 0}.Gallery-module__Sa_FLW__frameLeft{display:none}.Gallery-module__Sa_FLW__imageDetails{display:contents}.Gallery-module__Sa_FLW__frameCard{grid-row:2}.Gallery-module__Sa_FLW__detailsTitle{grid-area:1/2/auto/-1;place-self:end start}.Gallery-module__Sa_FLW__detailsExif{grid-area:3/2/auto/-1;place-self:start}}.Gallery-module__Sa_FLW__overlay{z-index:var(--z-content);padding:var(--pad-x);pointer-events:none;color:var(--fg);mix-blend-mode:difference;grid-template-columns:1fr auto;align-content:space-between;display:grid;position:fixed;inset:0}.Gallery-module__Sa_FLW__brand{font-size:var(--step-0);letter-spacing:var(--tracking-tight);grid-column:1;margin:0;font-weight:500}.Gallery-module__Sa_FLW__tagline{font-size:var(--step--1);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--fg-muted);grid-column:2;align-self:start}.Gallery-module__Sa_FLW__counter{font-size:var(--step--1);letter-spacing:var(--tracking-wide);font-variant-numeric:tabular-nums;grid-column:2;align-self:end}.Gallery-module__Sa_FLW__reducedRoot{padding:var(--pad-y) var(--pad-x)}.Gallery-module__Sa_FLW__reducedHead{margin-bottom:var(--pad-y);justify-content:space-between;align-items:baseline;display:flex}.Gallery-module__Sa_FLW__reducedHead h1{font-size:var(--step-1);letter-spacing:var(--tracking-tight);margin:0}.Gallery-module__Sa_FLW__reducedHead span{font-size:var(--step--1);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--fg-muted)}.Gallery-module__Sa_FLW__reducedList{flex-direction:column;gap:clamp(2rem,6vh,5rem);max-width:720px;margin:0 auto;padding:0;list-style:none;display:flex}.Gallery-module__Sa_FLW__reducedList img{width:100%;height:auto;display:block}.Gallery-module__Sa_FLW__reducedCaption{font-size:var(--step--1);color:var(--fg-muted);justify-content:space-between;gap:1rem;margin:.5rem 0 0;display:flex}.Gallery-module__Sa_FLW__filmStrip{opacity:0;pointer-events:none;flex-direction:row;align-items:flex-start;gap:.75rem;min-height:0;display:flex;overflow:hidden}.Gallery-module__Sa_FLW__actions{flex-direction:column;flex-shrink:0;gap:.25rem;display:flex}.Gallery-module__Sa_FLW__thumbs{flex-direction:column;gap:.25rem;display:flex}.Gallery-module__Sa_FLW__filmReady{opacity:1;pointer-events:auto}.Gallery-module__Sa_FLW__stripHidden .Gallery-module__Sa_FLW__thumb{opacity:0;pointer-events:none}.Gallery-module__Sa_FLW__thumb{width:3rem;height:3rem;aspect-ratio:var(--ar);cursor:pointer;opacity:.25;outline-offset:3px;background:0 0;border:none;padding:0;transition:opacity .3s;position:relative;overflow:hidden}.Gallery-module__Sa_FLW__thumb:before{content:"";background:var(--paper);mix-blend-mode:difference;opacity:0;width:2px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Gallery-module__Sa_FLW__thumbActive,.Gallery-module__Sa_FLW__thumbActive:before{opacity:1}.Gallery-module__Sa_FLW__thumb:hover:not(.Gallery-module__Sa_FLW__thumbActive){opacity:.55}@media (max-width:80rem),(max-height:40rem){.Gallery-module__Sa_FLW__filmStrip{display:none}}.Gallery-module__Sa_FLW__thumb img{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.Gallery-module__Sa_FLW__detailsToggle{border:1px solid color-mix(in srgb, var(--fg) 35%, transparent);cursor:pointer;width:3rem;height:3rem;color:var(--fg);opacity:.7;background:0 0;justify-content:center;align-items:center;padding:0;transition:opacity .2s,border-color .2s;display:flex}.Gallery-module__Sa_FLW__detailsToggle:hover{opacity:1;border-color:var(--fg)}.Gallery-module__Sa_FLW__handToggle[aria-pressed=true]{opacity:1}.Gallery-module__Sa_FLW__detailsToggle svg{width:1.5rem;height:1.5rem;display:block}.Gallery-module__Sa_FLW__themeToggle .Gallery-module__Sa_FLW__themeSun{display:none}[data-theme=dark] .Gallery-module__Sa_FLW__themeToggle .Gallery-module__Sa_FLW__themeSun{display:block}[data-theme=dark] .Gallery-module__Sa_FLW__themeToggle .Gallery-module__Sa_FLW__themeMoon{display:none}.Gallery-module__Sa_FLW__detailsTitle,.Gallery-module__Sa_FLW__detailsExif{color:var(--fg)}.Gallery-module__Sa_FLW__detailsTitle{font-size:var(--step-1);letter-spacing:var(--tracking-tight);white-space:nowrap;margin:0;font-weight:700}.Gallery-module__Sa_FLW__detailsExif{font-size:var(--step--1);letter-spacing:var(--tracking-wide);text-transform:uppercase;font-variant-numeric:tabular-nums;white-space:nowrap;flex-direction:column;align-items:flex-start;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}@media (max-width:80rem),(max-height:40rem){.Gallery-module__Sa_FLW__detailsTitle{font-size:var(--step-2);white-space:normal;text-align:left;line-height:1}.Gallery-module__Sa_FLW__detailsExif{white-space:normal;flex-flow:wrap;justify-content:flex-start;align-items:baseline;line-height:1.2}}.Gallery-module__Sa_FLW__zoomLayer{will-change:transform;position:absolute;inset:0}.Gallery-module__Sa_FLW__lightboxBackdrop{z-index:var(--z-overlay);background:var(--bg);animation:Gallery-module__Sa_FLW__lightboxFadeIn var(--dur-fast) var(--ease-out-quart);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Gallery-module__Sa_FLW__lightboxPopup{justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:relative}.Gallery-module__Sa_FLW__lightboxImg{object-fit:contain;width:auto;max-width:100vw;height:auto;max-height:100dvh;display:block}@keyframes Gallery-module__Sa_FLW__lightboxFadeIn{0%{opacity:0}to{opacity:1}}.Gallery-module__Sa_FLW__lightboxClose{top:var(--pad-x);right:var(--pad-x);z-index:var(--z-content);border:1px solid color-mix(in srgb, var(--paper) 35%, transparent);cursor:pointer;width:3rem;height:3rem;color:var(--paper);mix-blend-mode:difference;opacity:.7;background:0 0;justify-content:center;align-items:center;padding:0;transition:opacity .2s,border-color .2s;display:flex;position:absolute}.Gallery-module__Sa_FLW__lightboxClose:hover{opacity:1;border-color:var(--paper)}.Gallery-module__Sa_FLW__lightboxClose svg{width:1.5rem;height:1.5rem;display:block}
