/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@font-face{font-family:Galano-Grotesque-Alt-Medium;font-display:fallback;font-style:normal;src:url(../fonts/galano-grotesque-alt-medium.woff2) format("woff2"),url(../fonts/galano-grotesque-alt-medium.woff) format("woff")}html{font-size:62.5%}body{font-family:sans-serif;font-size:1.6rem;color:#09090e}*::selection{background:#fff0f5}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none;color:inherit}img{display:block}ul{padding:0;list-style:none}html{height:100%;background-color:#e86437;scroll-behavior:smooth}body{margin:0;width:100%;overflow-x:hidden;overflow-y:auto;min-height:100%;min-height:100vh;min-height:100dvh;background-color:#e86437}.stage{position:relative;width:100%;max-width:100vw;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;overflow:hidden}.bg-fallback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,#ffd56b,#f98c15,#ee7966,#ffb88b,#e05732);background-size:400% 400%;animation:bg-shift 12s ease infinite}@keyframes bg-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}#webgl-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;z-index:1}.grain{position:fixed;top:-50%;right:-50%;bottom:-50%;left:-50%;width:200%;height:200%;pointer-events:none;z-index:5;opacity:.08;background-image: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='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");animation:grain .35s steps(8) infinite}@keyframes grain{0%,to{transform:translate(0)}25%{transform:translate(-2%,-3%)}50%{transform:translate(3%,1%)}75%{transform:translate(-1%,4%)}}.hero{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1.5rem;text-align:center;pointer-events:none}.hero:before{content:"";position:absolute;width:min(92vw,720px);height:min(70vh,560px);background:radial-gradient(ellipse at center,rgba(0,0,0,.38) 0%,transparent 72%);pointer-events:none;z-index:0}.logo{position:relative;z-index:1;width:clamp(260px,62vw,620px);transform-style:preserve-3d;will-change:transform}.logo__inner{will-change:transform;filter:drop-shadow(0 8px 24px rgba(0,0,0,.45)) drop-shadow(0 16px 48px rgba(0,0,0,.25))}.logo img{width:100%;height:auto;display:block}.tagline{position:relative;z-index:1;margin:0;text-align:center;max-width:min(92vw,560px)}.tagline__main{display:inline-block;font-family:Galano-Grotesque-Alt-Medium,Georgia,serif,sans-serif;font-size:clamp(1.35rem,3.6vw,2.15rem);letter-spacing:.04em;line-height:1.4;color:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;--c-shift: -1px;--m-shift: 1px;text-shadow:0 0 1px rgba(0,0,0,.95),0 1px 3px rgba(0,0,0,.8),0 3px 14px rgba(0,0,0,.5),var(--c-shift) 0 rgba(255,190,100,.35),var(--m-shift) 0 rgba(230,85,35,.35);transition:text-shadow .2s ease}.tagline__bar{display:block;height:3px;width:0;margin:.75em auto 0;max-width:min(90vw,480px);background:linear-gradient(135deg,#ffd56b,#f98c15,#ee7966,#ffb88b,#e05732);background-size:200% 100%;border-radius:2px;box-shadow:0 0 16px #f98c1573;animation:tagline-bar-grow 1.4s cubic-bezier(.22,1,.36,1) forwards,gradient-slide 5s ease infinite}@keyframes tagline-bar-grow{to{width:min(90vw,480px)}}@keyframes gradient-slide{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.footer-links{position:absolute;bottom:2.2rem;left:50%;transform:translate(-50%);z-index:4;display:flex;align-items:center;gap:clamp(1rem,3vw,1.75rem);pointer-events:auto}.footer-links__link{position:relative;font-family:Galano-Grotesque-Alt-Medium,Georgia,serif,sans-serif;font-size:clamp(.95rem,2.2vw,1.25rem);letter-spacing:.14em;text-transform:uppercase;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.55);padding-bottom:.35em}.footer-links__link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:linear-gradient(135deg,#ffd56b,#f98c15,#ee7966,#ffb88b,#e05732);background-size:200% 100%;transform:scaleX(0);transform-origin:left center;transition:transform .4s cubic-bezier(.22,1,.36,1);animation:gradient-slide 4s ease infinite}.footer-links__link:hover:after,.footer-links__link:focus-visible:after{transform:scaleX(1)}.footer-links__link:hover,.footer-links__link:focus-visible{letter-spacing:.18em}.footer-links__sep{width:2px;height:1.1em;flex-shrink:0;background:linear-gradient(135deg,#ffd56b,#f98c15,#ee7966,#ffb88b,#e05732);background-size:200% 200%;transform:skew(-15deg);opacity:.85;animation:gradient-slide 3.5s ease infinite;box-shadow:0 0 10px #ffb86466}.not-found{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.not-found__code{font-family:Galano-Grotesque-Alt-Medium,Georgia,serif,sans-serif;font-size:clamp(4rem,15vw,8rem);line-height:1;letter-spacing:-.04em;color:#fff;text-shadow:0 0 1px rgba(0,0,0,.95),0 2px 12px rgba(0,0,0,.5)}.not-found__message{font-family:Galano-Grotesque-Alt-Medium,Georgia,serif,sans-serif;font-size:clamp(1.25rem,3.5vw,1.75rem);color:#ffffffeb;text-shadow:0 1px 6px rgba(0,0,0,.5)}.not-found__link{margin-top:.5rem;pointer-events:auto}.stage--404 .hero{pointer-events:auto}.instagram-feed{position:relative;z-index:6;padding:clamp(3rem,8vw,5rem) clamp(1rem,4vw,2rem);background:#08080eeb;border-top:1px solid rgba(255,255,255,.08)}.instagram-feed__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 1.5rem;max-width:1100px;margin:0 auto 2rem}.instagram-feed__title{font-family:Galano-Grotesque-Alt-Medium,Georgia,serif,sans-serif;font-size:clamp(1.5rem,4vw,2rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin:0}.instagram-feed__profile{font-family:Galano-Grotesque-Alt-Medium,Georgia,serif,sans-serif;font-size:clamp(1rem,2.5vw,1.2rem);letter-spacing:.08em;color:#ffffffbf;transition:color .2s ease}.instagram-feed__profile:hover,.instagram-feed__profile:focus-visible{color:#fff}.instagram-feed__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:clamp(1rem,3vw,1.5rem);max-width:1100px;margin:0 auto}.instagram-feed__item{display:flex;justify-content:center;min-width:0}.instagram-feed__item .instagram-media{margin:0!important;width:100%!important;max-width:100%!important;min-width:0!important;border-radius:12px!important;overflow:hidden;box-shadow:0 8px 32px #00000059!important}@media(max-width:480px){.tagline__main{font-size:clamp(1.25rem,5vw,1.6rem)}.footer-links{flex-direction:column;gap:.75rem;max-width:92vw}.footer-links__link{font-size:.85rem;letter-spacing:.1em}.footer-links__sep{width:2rem;height:2px;transform:none}.instagram-feed__grid{grid-template-columns:1fr}}
