@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap";@import "https://fonts.cdnfonts.com/css/thegoodmonolith";*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;tab-size:4;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.15}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentColor}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--color-offwhite:#f8f6f2;--color-offblack:#302b27;--color-offblack-transparent:#302b2733;--font-main:"Inter", sans-serif;--font-mono:"TheGoodMonolith", sans-serif;--transition-smooth:cubic-bezier(.16, 1, .3, 1);--transition-elastic:cubic-bezier(.34, 1.56, .64, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-offwhite);color:var(--color-offblack);letter-spacing:-.02em;font-weight:700;overflow-x:hidden}body:after{content:"";opacity:.5;mix-blend-mode:overlay;pointer-events:none;z-index:999;background-image:url(https://img.freepik.com/premium-photo/white-dust-scratches-black-background_279525-2.jpg?w=640);background-repeat:repeat;position:fixed;inset:0}img,video{display:block}.grid{grid-template-columns:repeat(12,1fr);gap:1rem;width:100%;padding:0 2rem;display:grid}.logo-container{z-index:100;cursor:pointer;width:3rem;height:1.5rem;position:fixed;top:2rem;left:2rem}.logo-circles{isolation:isolate;width:100%;height:100%;position:relative}.circle{background-color:var(--color-offblack);width:1.4rem;height:1.4rem;transition:transform .4s var(--transition-elastic);border-radius:50%;position:absolute;top:50%}.circle-1{left:0;transform:translateY(-50%)}.circle-2{background-color:var(--color-offwhite);border:1px solid var(--color-offblack);left:.8rem;transform:translateY(-50%)}.logo-container:hover .circle-1{transform:translate(-.5rem,-50%)}.logo-container:hover .circle-2{transform:translate(.5rem,-50%)}.hero-grid-section{height:280vh;position:relative}.hero-grid-stage{height:100vh;position:sticky;top:0;overflow:hidden}.header-content{text-align:center;width:min(40rem,100% - 2rem);transform-style:preserve-3d;perspective:800px;z-index:3;position:absolute;top:16vh;left:50%;transform:translate(-50%)}.header-content>*{transform-style:preserve-3d;transform-origin:top;backface-visibility:hidden;will-change:transform, opacity, filter}.title{text-transform:uppercase;margin-bottom:1rem;font-size:2.25rem}.subtitle{text-transform:uppercase;margin-bottom:3rem;font-size:1.5rem}.hero-copy .credits{font-family:var(--font-mono);text-transform:uppercase;margin-top:3rem;font-size:.8rem;line-height:1.7}.motion-grid{--grid-scale:.72;width:min(72rem,100% - 4rem);transform:translate(-50%, -50%) scale(var(--grid-scale));transform-origin:50%;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(5,1fr);gap:clamp(.75rem,3vw,2.5rem);display:grid;position:absolute;top:50%;left:50%}.motion-grid>.layer{grid-area:1/1/-1/-1;grid-template-columns:subgrid;grid-template-rows:subgrid;gap:inherit;opacity:0;filter:blur(12px);display:grid;transform:scale(.84)}.motion-grid img{aspect-ratio:4/5;object-fit:cover;border-radius:1rem;width:100%}.motion-grid>.layer:first-of-type>div:first-of-type{grid-area:1/1}.motion-grid>.layer:first-of-type>div:nth-of-type(2){grid-area:1/5}.motion-grid>.layer:first-of-type>div:nth-of-type(3){grid-area:2/1}.motion-grid>.layer:first-of-type>div:nth-of-type(4){grid-area:2/5}.motion-grid>.layer:first-of-type>div:nth-of-type(5){grid-area:3/1}.motion-grid>.layer:first-of-type>div:nth-of-type(6){grid-area:3/5}.motion-grid>.layer:nth-of-type(2)>div:first-of-type{grid-area:1/2}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(2){grid-area:1/4}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(3){grid-area:2/2}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(4){grid-area:2/4}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(5){grid-area:3/2}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(6){grid-area:3/4}.motion-grid>.layer:nth-of-type(3)>div:first-of-type{grid-area:1/3}.motion-grid>.layer:nth-of-type(3)>div:last-of-type{grid-area:3/3}.motion-grid .scaler{transform-origin:50%;will-change:transform;z-index:2;grid-area:2/3/span 2;place-self:stretch stretch;width:100%;height:100%;position:relative;transform:scale(.88)}.motion-grid .scaler img{object-fit:cover;border-radius:1.4rem;width:100%;height:100%;box-shadow:0 8px 40px #302b272e,0 2px 12px #302b271a}.scroll-cue{z-index:4;opacity:0;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-cue span{font-family:var(--font-mono);letter-spacing:.2em;color:var(--color-offblack);font-size:.65rem}.scroll-cue svg{stroke:var(--color-offblack);stroke-width:1.5px;stroke-linecap:round;fill:none;animation:1.8s ease-in-out infinite scrollBounce}@keyframes scrollBounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.4;transform:translateY(6px)}}.hero-flair{opacity:0;pointer-events:none;z-index:3;width:100px;height:100px;position:absolute;top:calc(50% - 50px);left:calc(50% - 50px)}.hero-flair__particle{opacity:1;will-change:transform, opacity;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(3rem,6vw,5rem);line-height:1;display:flex;position:absolute;top:0;left:0}.grid-whisper{pointer-events:none;opacity:0;z-index:4;font-size:1.6rem;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.motion-grid .layer>div{position:relative;overflow:hidden}.shimmer-sweep{pointer-events:none;z-index:2;background:linear-gradient(105deg,#0000 40%,#ffffff40 50%,#0000 60%);position:absolute;inset:0;transform:translate(-100%)}.video-reaction{pointer-events:none;opacity:0;z-index:5;font-size:1.4rem;line-height:1;position:absolute}.scroll-container{height:300vh;position:relative}.video-wrapper{z-index:1;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:sticky;top:0;left:0}#video-container{background-color:var(--color-offblack);width:300px;height:300px;transition:border-radius .3s;position:relative;overflow:hidden}#video-container video{z-index:0;object-fit:cover;width:100%;height:100%;position:relative}.video-darken-overlay{pointer-events:none;z-index:1;background-color:#0000;position:absolute;inset:0}.video-overlay{z-index:2;color:var(--color-offwhite);text-align:center;background:var(--color-offblack-transparent);clip-path:inset(100% 0 0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.video-overlay .caption{width:100%;font-family:var(--font-mono);letter-spacing:.05em;text-align:center;text-transform:uppercase;font-size:.8rem;position:absolute;top:2rem;left:0;transform:translateY(30px)}.video-overlay .content{opacity:1;filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;transform:scale(1.08)}.video-overlay h2{text-transform:uppercase;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);transform:translateY(30px)}.video-overlay p{max-width:32ch;margin:0 auto 1rem;font-size:clamp(1rem,1.6vw,1.2rem);line-height:1.8;transform:translateY(30px)}.interlude-content,.footer-content{text-align:center;margin:0 auto;padding:10rem 0}.spacer{height:10vh}.quote{grid-column:4/span 6;margin-bottom:3rem;line-height:1.8}.quote p{max-width:32ch;margin:0 auto 1.5rem}.divider{background-color:var(--color-offblack);grid-column:6/span 2;width:1px;height:80px;margin:4rem auto}.interlude-content .credits,.footer-content .credits{font-family:var(--font-mono);text-transform:uppercase;grid-column:4/span 6;margin-top:3rem;font-size:.8rem}.mountain-footer{clip-path:inset(100% 0 0);height:50vh;position:relative;overflow:hidden}.mountain-footer video{object-fit:cover;width:100%;height:100%}.contact-btn{z-index:10;color:var(--color-offwhite);cursor:pointer;opacity:0;pointer-events:auto;flex-direction:column;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-btn .label{font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.75rem;font-size:.75rem}.contact-btn .email-container{display:inline-block;position:relative}.contact-btn .email{padding:0 .6em;font-size:.9rem;display:inline-block;position:relative}.contact-btn .left-bracket,.contact-btn .right-bracket{transition:opacity .3s var(--transition-elastic), transform .3s var(--transition-elastic)}.contact-btn .left-bracket{margin-right:3px}.contact-btn .right-bracket{margin-left:3px;transition-delay:.15s}@media (width<=900px){.hero-grid-section{height:240vh}.header-content{width:min(36rem,100% - 1.5rem);top:14vh}.title{font-size:clamp(2.2rem,6vw,3rem)}.subtitle{margin-bottom:2.25rem;font-size:clamp(1.15rem,2.6vw,1.35rem)}.hero-copy .credits{margin-top:2rem}.motion-grid{gap:.6rem;width:calc(100% - 1.5rem)}.motion-grid>.layer:first-of-type{display:none}.motion-grid .scaler{grid-row:2/span 2;transform:scale(1.12)}.motion-grid .scaler img{border-radius:1.2rem}.hero-flair__particle{font-size:clamp(2.4rem,5vw,3.6rem)}.interlude-content,.footer-content{padding:8rem 0}.quote,.interlude-content .credits,.footer-content .credits{grid-column:2/span 10}.divider{grid-column:6/span 2}}@media (width<=640px){.grid{gap:.75rem;padding:0 1rem}.hero-grid-section{height:220vh}.header-content{width:calc(100% - 1.5rem);top:9vh}.title{font-size:clamp(2rem,10vw,2.6rem);line-height:.95}.subtitle{margin-bottom:1.5rem;font-size:1.15rem;line-height:1.1}.hero-copy .credits,.footer-content .credits,.video-overlay .caption,.contact-btn .label{font-size:.72rem}.hero-copy .credits{margin-top:1.5rem;line-height:1.5}.motion-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;width:calc(100vw - 1rem);top:56%}.motion-grid>.layer:nth-of-type(2)>div:first-of-type{grid-area:1/1}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(2){grid-area:1/3}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(3){grid-area:2/1}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(4){grid-area:2/3}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(5){grid-area:3/1}.motion-grid>.layer:nth-of-type(2)>div:nth-of-type(6){grid-area:3/3}.motion-grid>.layer:nth-of-type(3)>div:first-of-type{grid-area:1/2}.motion-grid>.layer:nth-of-type(3)>div:last-of-type{grid-area:3/2}.motion-grid .scaler{grid-area:2/2/span 2;transform:scale(1.18)}.motion-grid .scaler img{border-radius:1rem;box-shadow:0 6px 28px #302b2738}.hero-flair__particle{font-size:2rem}#video-container{width:220px;height:220px}.video-overlay{padding:1.25rem}.video-overlay .caption{top:1.25rem}.video-overlay h2{font-size:1.65rem}.video-overlay p{font-size:.95rem;line-height:1.6}.interlude-content,.footer-content{padding:6rem 0}.quote,.interlude-content .credits,.footer-content .credits{grid-column:1/-1}.quote p{max-width:28ch}.divider{grid-column:6/span 2;height:60px;margin:2.5rem auto}.mountain-footer{height:42vh}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}
