@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Montserrat:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap);@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-color:#0a4961 #0a4961;scrollbar-color:var(--theme-color) #0a4961}:root{--header-height:3.5rem;--hero-min-height:60vh;--hero-desktop-height:100vh;--hero-overlay-color:#00000073;--theme-color:#0a4961;--first-color:maroon;--title-color:#f2f2f2;--text-color:#bfbfbf;--body-color:#0f0f0f;--body-font:"Oswald","Proza Libre",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Montserrat",sans-serif;--second-font:"Dancing Script",cursive;--h2-font-size:2rem;--small-font-size:0.785rem;--font-semi-bold:600;--z-tooltip:10;--appColor:#000;--z-fixed:100}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#bfbfbf;color:var(--text-color);font-family:Oswald,Proza Libre,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Montserrat,sans-serif;font-family:var(--body-font);margin:0}#root,body,html{margin:0;padding:0}.App{min-height:100vh}main{flex:1 1 auto}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{list-style:none}a{color:#fff}.react-scroll-to-top,.react-scroll-to-top *,button[aria-label="Scroll to top"]{pointer-events:auto!important;z-index:100_001!important}@media (max-width:480px){.ScrollToTop,.about__scroll,.hero__scroll,.react-scroll-to-top,.react-scroll-to-top *,.scroll-to-top,.scroll-to-top-button,.scrollTop{display:none!important;pointer-events:none!important;visibility:hidden!important}}.App{background-color:var(--appColor);background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;gap:6rem;height:100%;mix-blend-mode:overlay;overflow:hidden;position:relative;width:100%}::webkit-scrollbar{display:none}.hero{min-height:var(--hero-min-height);overflow:hidden;position:relative;width:100%}.hero__container{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:0 auto;position:relative;z-index:2}.hero__scroll{background:#222;color:#fff;transition:background .3s}.hero__scroll:hover{background:var(--theme-color);color:#fff}.hero__wall{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:var(--hero-min-height);overflow:hidden;position:relative;width:100%}@media (max-width:768px){.hero__container{justify-content:flex-start;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;width:100vw}.hero__wall{align-items:stretch;margin:0;min-height:30vh;padding:0}}.scroll-up-btn{background:#222;color:#fff;transition:background .3s}.scroll-up-btn:hover{background:#f60;color:#fff}.about__bg--title{background-repeat:no-repeat;background-size:contain;color:#fffffff2;display:inline-block;min-height:140px;min-width:440px;padding:1rem 1.25rem;z-index:2}@media (max-width:1024px){.about__bg--over{align-items:center!important;display:flex!important;justify-content:center!important;left:50%!important;padding:0 4%;pointer-events:none;position:absolute!important;top:20vh!important;transform:translate(-50%,-50%)!important;width:100%!important;z-index:2}.about__bg--title{font-size:clamp(1.6rem,4vw,3rem);line-height:1.02;margin:0;max-width:90%;text-align:center!important;width:min(92%,780px)}}@media (max-width:720px){.about__bg--over{padding:0 6%;top:19vh!important}.about__bg--title{font-size:clamp(1.4rem,5vw,2.2rem)}}.header{background-color:#000;font-size:var(--small-font-size);left:0;position:fixed;text-transform:uppercase;top:0;transition:background-color 1s ease;width:100%;z-index:var(--z-fixed)}.header--transparent{background-color:initial!important;transition:background-color .3s ease}.nav{align-items:center;display:flex;height:var(--header-height);justify-content:space-between;position:relative}.active,.nav{background-color:initial;margin:0}.active,.nav{padding:1rem}.nav__BWDiag--image{display:block;height:auto;margin:0 auto;opacity:0;transform:translateY(-6px) scale(.98);transition:opacity 1s cubic-bezier(.2,.9,.2,1) 0s,transform .55s ease 0s;width:clamp(160px,18vw,28rem)}.nav__BWDiag--image.bw-visible{opacity:1;transform:translateY(0) scale(1);transition-delay:.4s}.nav__BWDiag{background:#0000}.nav__BWDiag--image{background:#0000;will-change:opacity,transform}.nav__close,.nav__toggle{color:var(--title-color);cursor:pointer;font-size:1.5rem}.nav__cta,.nav__link{font-size:var(--small-font-size)}.nav__cta{background-color:var(--theme-color);border:none;border-radius:4px;color:var(--title-color);cursor:pointer;margin-top:1rem;padding:8px 16px;transition:background-color .3s ease;white-space:nowrap;width:auto}.nav__list{display:flex;flex-direction:column;row-gap:2.5rem}.nav__list__web{align-items:center;column-gap:2.5rem;display:flex;flex-direction:row;list-style-type:none;padding:0}.nav__link{color:var(--title-color);font-weight:var(--font-semi-bold);transition:color .4s}.nav__link:hover{color:var(--theme-color)}.nav__close{position:absolute;right:1.5rem;top:1rem}@media screen and (max-width:1150px){.nav__BWDiag--image{width:clamp(120px,20vw,22rem)}.nav__menu{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background-color:#0f0f0f33;height:100%;padding:6rem 3rem 0;position:fixed;right:-100%;top:0;transition:right .4s;width:80%}.nav__menu.show-menu{right:0}.nav__list{flex-direction:column;row-gap:2.5rem}.nav__cta{margin-top:1rem;white-space:nowrap;width:auto}}@media screen and (max-width:480px){.nav__BWDiag--image{width:clamp(88px,28vw,140px)}}@media screen and (min-width:1400px){.nav__BWDiag--image{width:clamp(200px,14vw,36rem)}}@media screen and (max-width:300px){.nav_menu{padding:4rem 1rem 2rem}.nav__list{row-gap:1rem}}@media screen and (min-width:1150px){.nav{height:calc(var(--header-height) + 1rem)}.nav__close,.nav__toggle{display:none}.nav__list{column-gap:2.5rem;flex-direction:row}}.footer{box-sizing:border-box;cursor:pointer;flex-direction:row;justify-content:center;margin-top:auto;padding:1rem 0;width:100%}.footer,.footer__inner{align-items:center;display:flex}.footer__inner{flex-wrap:nowrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}.footer__social{align-items:center;display:flex;gap:.65rem}.footer__social .social-link{align-items:center;background:#0000;border:1px solid #ffffff0f;border-radius:999px;color:inherit;display:inline-flex;height:25px;justify-content:center;text-decoration:none;width:25px}.footer__links{align-items:center;display:flex;gap:1rem}.footer-link{color:inherit;opacity:.9}.footer__copy{font-size:.9rem;opacity:.85}@media (min-width:1025px){.footer{padding:1rem 0}.footer__inner{align-items:center;flex-direction:row;gap:1rem;justify-content:space-between}.footer__social{order:1}.footer__links{order:2}.footer__copy{order:3}.footer__social .footer__link{height:36px;padding:.35rem;width:36px}.footer__links{gap:1rem}.footer__copy{text-align:right}}@media (min-width:721px) and (max-width:1024px){.footer{padding:1rem}.footer__inner{align-items:center;flex-direction:column;gap:.85rem;justify-content:center}.footer__social{margin-bottom:0;order:1}.footer__links{margin-bottom:0;order:2}.footer__copy{order:3}.footer__social .footer__link{height:40px;width:40px}.footer__links{flex-wrap:wrap;gap:.9rem}.footer__copy{text-align:center}}@media (max-width:720px){.footer{padding:.75rem .5rem}.footer__inner{align-items:center;flex-direction:column;gap:.6rem;justify-content:center}.footer__social{order:1}.footer__links{order:2}.footer__copy{order:3}.footer__social .footer__link{height:44px;padding:.45rem;width:44px}.footer__links{gap:.7rem}.footer__copy{font-size:.92rem;text-align:center}.footer__date{margin:.6rem 0}}@media (max-width:420px){.footer__social .footer__link{height:40px;padding:.35rem;width:40px}.footer__links{gap:.5rem}.footer__copy{font-size:.9rem}}.footer__link{color:#fff;height:2rem;text-decoration:none;width:2rem}img.footer__link.footer__link--bit{filter:invert(1);height:1.8rem;width:1.8rem}img.footer__link.footer__link--bit:hover{filter:var(--first-color);transition:filter .3s ease}.footer__link:nth-child(n):hover{color:var(--theme-color);transition:color .3s ease}.footer__social .footer__link{--webkit-backdrop-filter:blur(10px);align-items:center;-webkit-backdrop-filter:(10px);backdrop-filter:(10px);background:rgba(0,0,0,.459);border-radius:.5rem;box-shadow:0 6px 18px rgba(0,0,0,.497);color:#fff;display:inline-flex;height:2.4rem;justify-content:center;overflow:hidden;padding:.35rem;text-decoration:none;transition:background .2s ease,transform .15s ease,filter .2s ease;width:2.4rem}.footer__social .footer__link>*{background:#0000;display:block}.footer__social .footer__link:hover{background:hsla(0,0%,4%,.535);transform:translateY(-3px)}.footer__social .footer__link img{display:block;filter:invert(1);height:1.2rem;width:1.2rem}.footer__policy{align-items:flex-end;display:flex;flex-direction:row;gap:4rem;justify-content:center;margin-top:auto;position:relative;z-index:2}.footer__service:nth-child(n):hover{color:var(--theme-color);transition:color .3s ease}.footer__date{display:flex;flex-direction:row;justify-content:left;margin:auto 2.3rem 2.3rem;position:relative;z-index:2}.footer__date--description{align-items:center;display:flex;flex-direction:row;font-size:1em;gap:.5rem;justify-content:center}.footer__date--description p{margin:0;padding:0}.footer__date--link{display:flex;flex-direction:row;font-size:1em;justify-content:center}.footer__date--link:first-child:hover{color:var(--theme-color);transition:color .3s ease}.cookie-banner__content{align-items:center;display:flex;gap:.6rem}.cookie-icon{animation:cookie-pop .6s ease}@keyframes cookie-pop{0%{transform:scale(.7)}70%{transform:scale(1.2)}to{transform:scale(1)}}.cookie-banner{-webkit-tap-highlight-color:transparent;bottom:20px;box-sizing:border-box;display:flex;justify-content:center;left:0;padding:0 12px;pointer-events:auto;position:fixed;right:0;z-index:10000}.cookie-banner__inner{align-items:center;background:#060608e0;border:1px solid #ffffff0a;border-radius:12px;box-shadow:0 10px 30px #02060c73;color:#fff;display:flex;gap:12px;max-width:1100px;padding:12px 56px 12px 16px;position:relative;width:100%}.cookie-banner__close{align-items:center;background:#ffffff0f;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;height:36px;justify-content:center;line-height:1;padding:0;position:absolute;right:8px;top:8px;width:36px}.cookie-banner__close:focus{outline:2px solid #7ab8ff;outline-offset:3px}.cookie-banner__icon{color:#ffd98a;flex:0 0 auto;font-size:20px}.cookie-banner__text{flex:1 1 auto;min-width:0}.cookie-banner__text p{color:#ffffffeb;line-height:1.25;margin:0}.cookie-banner__actions{align-items:center;display:flex;flex:0 0 auto;gap:8px}.cookie-banner__btn{-webkit-appearance:none;appearance:none;background:#7ab8ff;border:0;border-radius:8px;color:#041221;cursor:pointer;font-weight:700;padding:8px 12px;transition:transform .16s cubic-bezier(.2,.9,.3,1),box-shadow .16s}.cookie-banner__btn--decline{background:#0000;border:1px solid #ffffff14;color:#fff;font-weight:600}.cookie-banner__btn:active{transform:translateY(1px)}.cookie-banner__link{color:#bde6ff;text-decoration:underline}@media (max-width:1024px){.cookie-banner{bottom:18px;padding:0 10px}.cookie-banner__inner{border-radius:10px;gap:10px;padding:10px 14px}.cookie-banner__btn{font-size:.92rem;padding:7px 10px}}@media (max-width:720px){.cookie-banner{bottom:12px;padding:0 8px}.cookie-banner__inner{align-items:stretch;border-radius:10px;flex-direction:column;gap:10px;padding:10px 12px 10px 10px}.cookie-banner__text{text-align:center}.cookie-banner__actions{flex-direction:column-reverse;gap:8px;width:100%}.cookie-banner__btn{border-radius:8px;font-size:1rem;padding:10px;width:100%}.cookie-banner__btn--decline{order:2}.cookie-banner__btn--accept{order:1}}@media (prefers-reduced-motion:reduce){.cookie-banner__btn{transition:none}}.linktree{background-attachment:fixed;background-position:0;background-repeat:no-repeat;background-size:cover;min-height:100vh;position:relative}.linktree:before{backdrop-filter:blur(.5px);-webkit-backdrop-filter:blur(.5px);background:#00000047;content:"";inset:0;position:fixed;z-index:0}.linktree>*{position:relative;z-index:1}.linktree__back-floating{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00000073;border:1px solid #ffffff14;border-radius:999px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.08em;padding:.5rem .9rem;position:fixed;text-transform:uppercase;top:.5rem;transition:all .25s ease;z-index:120}.linktree__back-floating:hover{background:#ffffff14;transform:translateY(-2px)}.linktree__hero{align-items:center;background-position:50%;background-size:cover;box-shadow:0 6px 18px #0000002e;display:flex;justify-content:center;left:0;min-height:var(--linktree-hero-height);right:0;top:0;width:100%;z-index:60}.linktree__hero-inner{color:#fff;padding:2rem 1rem;position:relative;text-align:center;z-index:2}.linktree__title{font-size:2rem;margin:0 0 .25rem}.linktree__subtitle{margin:0 0 .5rem;opacity:.9}@media (max-width:900px){.linktree{--linktree-hero-height:30vh}}@media (max-width:480px){.linktree{--linktree-hero-height:24vh}.linktree__hero-inner{padding:1rem}.linktree__title{font-size:1.25rem}}.linktree__list{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:.75rem;left:50%;max-width:720px;padding:0 .75rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:70}.linktree__list>*{margin:0 auto;max-width:640px;width:100%}@media (max-width:900px){.linktree__list{gap:.6rem;max-width:720px;padding:0 1rem;top:56%;transform:translate(-50%,-56%)}}@media (max-width:520px){.linktree__list{left:auto;margin:calc(24vh + .75rem) auto 1rem;margin:calc(var(--linktree-hero-height, 24vh) + .75rem) auto 1rem;padding:0 .5rem;position:relative;top:auto;transform:none}}.linktree__hero+.linktree__list{margin-top:0}@media (min-width:900px){.linktree{padding:3rem 1.5rem}.linktree__list{gap:.75rem}}.linktree__hero-badge{padding:.5rem .9rem;pointer-events:auto;position:fixed;right:1rem;top:.5rem;transition:all .25s ease;z-index:120}.live-badge{align-items:center;background:#0000;background:#ff143c14;border-radius:999px;box-shadow:0 6px 18px #00000059;color:#ff0;display:inline-flex;font-size:.78rem;font-weight:800;gap:.6rem;letter-spacing:.06em;padding:.28rem .6rem}.live-dot{animation:live-pulse 1.6s infinite;background:#ff3b4e;border-radius:50%;box-shadow:0 0 10px #ff3b4e99;height:.6rem;width:.6rem}@keyframes live-pulse{0%{opacity:1;transform:scale(1)}65%{opacity:.45;transform:scale(1.6)}to{opacity:1;transform:scale(1)}}.linktree__hero{position:relative}@media (min-width:1025px){.linktree{--linktree-hero-height:80vh;padding:3.5rem 1.5rem}.linktree__hero{align-items:center;display:flex;justify-content:center;min-height:var(--linktree-hero-height)}.linktree__list{gap:1rem;left:50%;max-width:880px;padding:0 1rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:70}}@media (min-width:721px) and (max-width:1024px){.linktree{--linktree-hero-height:64vh;padding:2.25rem 1.25rem}.linktree__hero{min-height:var(--linktree-hero-height)}.linktree__list{gap:.75rem;left:50%;max-width:720px;padding:0 1rem;position:absolute;top:56%;transform:translate(-50%,-56%)}}@media (max-width:720px){.linktree{--linktree-hero-height:28vh;padding:1rem}.linktree__hero{min-height:var(--linktree-hero-height)}.linktree__list{align-items:center;display:flex;flex-direction:column;gap:.6rem;left:auto;margin:calc(28vh + .75rem) auto 1rem;margin:calc(var(--linktree-hero-height, 28vh) + .75rem) auto 1rem;max-width:720px;padding:0 .75rem;position:relative;top:auto;transform:none;width:100%}}@media (max-width:420px){.linktree__list{gap:.5rem;padding:0 .5rem}.linktree__title{font-size:1.1rem}}.link__button{display:flex;justify-content:center;margin:.5rem 0;width:100%}.link__button--anchor{--link-icon-size:1.05em;--link-icon-color:var(--text-on-card,#fff);--link-icon-hover-color:var(--card-accent,#1db954);background:#111;background:var(--card-bg,#111);border-radius:8px;box-shadow:0 2px 10px #00000026;color:#fff;color:var(--text-on-card,#fff);display:inline-block;font-weight:600;max-width:520px;padding:.9rem 1rem;text-align:center;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease,background .14s ease;width:100%}.link-button__icon,.link__button__icon{fill:currentColor;color:var(--link-icon-color);display:inline-block;font-size:calc(var(--link-icon-size));height:calc(var(--link-icon-size));line-height:1;margin-right:.6rem;transition:color .16s ease,transform .16s ease;vertical-align:-.08em;width:calc(var(--link-icon-size))}.link__button--anchor:focus,.link__button--anchor:hover{background:#222;background:var(--card-bg-hover,#222);box-shadow:0 6px 18px #0000002e;transform:translateY(-3px)}.link__button--anchor:focus .link__button__icon,.link__button--anchor:hover .link__button__icon{color:var(--link-icon-hover-color);transform:translateY(-2px) scale(1.04)}.link__button--anchor:focus-visible{outline:3px solid #ffffff1f;outline-offset:4px}@media (min-width:720px){.link__button{margin:.75rem 0}.link__button--anchor{padding:1rem 1.25rem}}.back__button{align-items:center;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;display:inline-flex;gap:.6rem;margin:1rem;padding:.5rem 1rem;transition:background .14s ease,transform .14s ease}.back__button:hover{opacity:.9}.back__icon{align-items:center;color:#fff;color:var(--accent,#fff);display:inline-flex;justify-content:center;opacity:.95;transform:translateX(0);transition:transform .18s cubic-bezier(.2,.9,.3,1),opacity .18s ease}.back__label{font-weight:600}.back__button:focus .back__icon,.back__button:hover .back__icon{opacity:1;transform:translateX(-4px)}.back__button:focus{outline:3px solid #ffffff14;outline-offset:3px}@media (prefers-reduced-motion:reduce){.back__button,.back__icon{transform:none!important;transition:none!important}}.about__bg--over{align-items:center;display:flex;left:4%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:0}.about__bg--title{color:#ffffffe6;font-size:clamp(2.4rem,4.5vw,4.5rem);font-weight:900;letter-spacing:.1em;line-height:.98;margin:0;max-width:44ch;opacity:1;text-align:left;text-shadow:0 6px 18px #0009;text-transform:uppercase;transition:opacity .26s ease,transform .26s ease,visibility .26s;visibility:visible}.about__hero{box-sizing:border-box;display:flex;min-height:100vh;padding:3rem 1rem;position:relative;z-index:1}.about__hero,.about__scroll{align-items:center;justify-content:center}.about__scroll{background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;bottom:28px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;height:44px;left:50%;position:absolute;transform:translateX(-50%);width:44px}.about__scroll:focus{outline:2px solid #7ab8ff;outline-offset:4px}.about__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;pointer-events:none;position:fixed;will-change:transform;z-index:-3}@media (max-width:1024px){.about__bg--over{left:8%;transform:translateY(-50%)}.about__bg--title{font-size:clamp(2rem,5vw,3.4rem);max-width:36ch}.about__hero{padding:2.5rem 1rem}.about__scroll{bottom:20px;height:40px;width:40px}}@media (max-width:720px){.about__bg--over{justify-content:center;left:auto;padding:1rem 0;position:relative;top:auto;transform:none}.about__bg--title{font-size:1.4rem;line-height:1.1;max-width:100%;text-align:center}.about__hero{min-height:70vh;padding:2rem .75rem}.about__scroll{bottom:14px}.about__intro{font-size:.98rem}}.about:not(.show-title) .about__bg--title{opacity:0;pointer-events:none;transform:translateY(-6px);visibility:hidden}@media (max-width:1024px){.about__bg--over{align-items:center;display:flex;justify-content:center;left:50%;padding:0 4%;pointer-events:none;position:absolute;top:35vh;transform:translate(-50%,-50%);width:100%}.about__bg--title{font-size:clamp(1.6rem,4vw,3rem);line-height:1.02;max-width:90%;text-align:center}}@media (max-width:720px){.about__bg--over{padding:0 6%;top:30vh}.about__bg--title{font-size:clamp(1.4rem,5vw,2.4rem)}}.profile{box-sizing:border-box;padding-left:1.25rem;padding-right:1.25rem}.profile,.profile__set{align-items:center;display:flex;flex-direction:column}.profile__set{padding-left:.25rem;padding-right:.25rem;width:100%}.profile__grid{grid-gap:1.5rem 2rem;align-items:start;display:grid;gap:1.5rem 2rem;grid-template-columns:minmax(320px,600px) 1fr;grid-template-rows:auto 1fr;width:100%}.profile__grid--image1{border-radius:8px;grid-column:1/3;height:auto;object-fit:cover;width:100%}.profile__grid--image2{border-radius:6px;grid-column:1/2;height:auto;object-fit:cover;width:100%}.profile__description{grid-column:2/3;line-height:1.6;margin-top:clamp(3rem,6vw,9rem);padding:.5rem 0;text-transform:uppercase}.profile__description--title{font-size:2.7rem;grid-column:2/3;margin:0 0 .5rem;text-align:left}.profile__description--text{font-family:EB Garamond,sans-serif;font-size:1.3rem;font-weight:800;grid-column:2/3;margin:0 0 1rem;text-transform:none}@media (max-width:900px){.profile__grid{grid-template-columns:1fr;grid-template-rows:auto auto auto}.profile__description,.profile__main-image,.profile__secondary-image{grid-column:1/-1}.profile{padding-left:1rem;padding-right:1rem}}@media (max-width:720px){.profile__set{width:95%}.profile__grid{gap:1rem}.profile__description,.profile__grid--image2{margin-top:1.5rem}.profile__description--title{font-size:2rem}.profile__description--text{font-size:1rem}.profile__portrait-section{justify-content:center}.skills__grid{grid-template-columns:1fr}.skill{padding:.5rem}.skill__label{font-size:.95rem}}@media (max-width:480px){.profile__set{padding:0 .75rem;width:100%}.profile__description--title{font-size:1.5rem;margin-top:.5rem}.profile__description--text{font-size:.95rem}.profile__grid--image2{margin-top:1rem}}.about__profile-block{box-sizing:border-box;margin:2rem auto;max-width:1200px;padding:0 1rem}.testimonials__row{align-items:stretch;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:space-between;margin-top:1.25rem}.testimonial--compact{background:linear-gradient(180deg,#ffffff05,#0000000a);border:1px solid #ffffff08;border-radius:10px;box-shadow:0 8px 20px #00000059;color:#f5f5f5;display:flex;flex:1 1;flex-direction:column;gap:.5rem;min-width:220px;padding:1rem}.testimonial__text{font-size:.98rem;line-height:1.4;margin:0}.testimonial__name{color:#fff;font-weight:700}.testimonial__role{color:#ffffffbf;font-size:.85rem}@media (max-width:920px){.testimonials__row{flex-wrap:wrap;justify-content:center}.testimonial--compact{flex:1 1 45%;min-width:200px}}@media (max-width:600px){.testimonial--compact{flex:1 1 100%;min-width:0}}.profile__grid{gap:1.25rem}.about__stats{margin:0 0 1rem;padding:0 .25rem}.about__stats .stats__grid{align-items:center;display:flex;flex-wrap:nowrap;gap:7rem;justify-content:flex-start}.about__stats .stat{background:#0000007a;border:1px solid #ffffff08;border-radius:8px;box-shadow:0 6px 18px #00000047;flex:0 0 140px;min-width:120px;padding:.6rem .85rem;text-align:left}.about__stats .stat__value{color:#fff;font-size:1.15rem;font-weight:800}.about__stats .stat__label{color:#ffffffd9;font-size:.82rem;margin-top:4px}@media (max-width:900px){.about__stats .stats__grid{flex-wrap:wrap;gap:.75rem;justify-content:space-between}.about__stats .stat{flex:1 1 45%;min-width:0;text-align:center}}@media (max-width:480px){.about__stats .stat{flex:1 1 100%}}.gallery{--gallery-hero-height:45vh;color:#e6e6e6;flex-direction:column;justify-content:flex-start;min-height:60vh}.gallery,.gallery__hero{align-items:center;display:flex}.gallery__hero{background:linear-gradient(180deg,#ffffff05,#0000001f);border-bottom:1px solid #ffffff08;height:var(--gallery-hero-height);justify-content:center;width:100%}.gallery__hero-inner{font-size:1.4rem;padding:2rem 1rem;text-align:center}.gallery__inner{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:1rem;position:relative;z-index:1}.video__container{background:#000;border-radius:12px;box-shadow:0 8px 30px #03060a73;margin:1.25rem auto;max-width:1100px;overflow:hidden}.video__container--media{aspect-ratio:16/9;background:#000;position:relative;width:100%}.video__title-overlay{background:linear-gradient(90deg,#00000073,#0000);border-radius:8px;bottom:1rem;color:#fff;left:1rem;padding:.5rem .75rem;position:absolute;text-shadow:0 4px 12px #02060c99;z-index:3}.video__cta-overlay{align-items:center;display:flex;gap:.5rem;left:.75rem;pointer-events:none;position:absolute;top:.75rem;z-index:6}.video__cta-overlay .video__cta-stack{align-items:center;display:flex;gap:.35rem;pointer-events:auto}.video__action{align-items:center;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;height:40px;justify-content:center;width:40px}.video__action:focus{outline:2px solid #7ab8ff;outline-offset:2px}.video__embed-panel--overlay{background:#06080adb;border:1px solid #ffffff0a;border-radius:10px;box-shadow:0 8px 24px #02060c99;margin-left:.5rem;max-width:420px;min-width:320px;padding:.6rem}.video__meta--split{align-items:center;background:linear-gradient(180deg,#ffffff03,#06060805);border:1px solid #ffffff08;border-radius:8px;display:flex;gap:1rem;justify-content:space-between;margin:4rem auto;max-width:1100px;padding:.6rem .75rem}.video__meta-left{flex:1 1 55%}.video__meta-right{flex:1 1 45%;text-align:right}.video__meta-title{font-size:1.15rem;margin:0 0 .25rem;text-transform:uppercase}.video__meta-desc{color:#ffffffc7;font-size:.95rem;margin:.18rem 0}.video__meta-blurb{color:#ffffffeb;font-size:.95rem;font-size:1.05rem;font-style:italic;font-weight:500;margin:0}.gallery__grid--masonry{column-count:3;column-fill:balance;column-gap:1rem;margin-top:1rem}.gallery__item{border-radius:8px;break-inside:avoid;cursor:pointer;display:inline-block;margin:0 0 1rem;overflow:hidden;page-break-inside:avoid;transition:transform .24s cubic-bezier(.2,.9,.3,1),box-shadow .24s;width:100%}.gallery__item img{display:block;height:auto;width:100%}.gallery__item:hover{box-shadow:0 12px 30px #03060c38;transform:translateY(-6px)}.gallery__modal{align-items:center;background:#020408d9;display:flex;inset:0;justify-content:center;padding:1.25rem;position:fixed;z-index:9999}.gallery__modal-inner{border-radius:10px;max-width:1100px;outline:none;position:relative;width:100%}.gallery__modal-img{border-radius:8px;display:block;height:auto;width:100%}.gallery__modal-close,.gallery__modal-next,.gallery__modal-prev{background:#00000080;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.4rem .6rem;position:absolute;top:12px}.gallery__modal-close{right:12px;top:12px}.gallery__modal-prev{left:12px;top:50%;transform:translateY(-50%)}.gallery__modal-next{right:12px;top:50%;transform:translateY(-50%)}.gallery__modal-actions{align-items:center;display:flex;gap:.6rem;justify-content:center;margin-top:.75rem}.gallery__modal-action{background:#ffffff0f;border:1px solid #ffffff0a;border-radius:8px;color:#fff;cursor:pointer;font-weight:700;padding:.45rem .9rem;transition:transform .12s ease,background .12s ease}.gallery__modal-action:hover{background:#ffffff17;transform:translateY(-3px)}@media (max-width:720px){.gallery__modal-actions{flex-direction:row;gap:.5rem}.gallery__modal-action{font-size:.95rem;padding:.4rem .75rem}}.gallery__modal-action,.gallery__modal-close,.gallery__modal-next,.gallery__modal-prev{z-index:1220}.gallery__bg{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;pointer-events:none;position:fixed;will-change:transform;z-index:-3}.gallery{position:relative;z-index:0}@media (max-width:720px){.gallery__bg{background-attachment:scroll;background-position:top;background-size:140% auto;position:absolute;transform:translateY(-6%);z-index:-3}.gallery__hero{background-position:top;height:34vh;min-height:34vh}}@media (max-width:1024px){.gallery__grid{grid-template-columns:repeat(3,1fr)}.gallery__item img{height:180px}}@media (max-width:720px){.gallery__grid{grid-template-columns:repeat(2,1fr)}.gallery__item img{height:140px}.gallery__hero{height:34vh}}@media (max-width:420px){.gallery__grid{gap:.75rem;grid-template-columns:1fr}.gallery__item img{height:220px}}.gallery__grid--masonry .gallery__item{opacity:0;transform:translateY(14px) scale(.995);transition:opacity .42s cubic-bezier(.2,.9,.3,1),transform .42s cubic-bezier(.2,.9,.3,1),box-shadow .36s;transition-delay:0ms;transition-delay:calc(var(--i, 0)*70ms);will-change:opacity,transform}.gallery__grid--masonry .gallery__item.is-visible{opacity:1;transform:translateY(0) scale(1)}.gallery__grid--masonry .gallery__item.is-visible:hover{transform:translateY(-6px) scale(1.03)}@media (prefers-reduced-motion:reduce){.gallery__grid--masonry .gallery__item,.gallery__grid--masonry .gallery__item.is-visible{opacity:1!important;transform:none!important;transition:none!important}}.gallery__sub--typing,.gallery__title--typing{display:inline-block;white-space:pre-wrap}.typing-cursor{animation:blink-cursor 1s steps(1) infinite;color:#ffffffe6;display:inline-block;font-weight:700;line-height:1;margin-left:6px;opacity:1;vertical-align:middle}.typing-cursor--small{font-size:.82em;margin-left:8px}@keyframes blink-cursor{0%{opacity:1}50%{opacity:0}to{opacity:1}}.sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}@media (prefers-reduced-motion:reduce){.typing-cursor{animation:none;opacity:1}}@media (max-width:900px){.gallery__title{font-size:1.9rem}.gallery__sub{font-size:.96rem}}@media (max-width:520px){.gallery__title{font-size:1.4rem}.gallery__sub{font-size:.95rem}}@media (min-width:1025px){.gallery__hero{box-sizing:border-box;min-height:100vh;padding:0 1rem}.gallery__hero,.gallery__hero-inner{align-items:center;display:flex;justify-content:center}.gallery__hero-inner{flex-direction:column;margin:0 auto;max-width:1200px;padding:2rem 0;width:100%}}.featured-mix{display:block;margin:0 auto;max-width:1100px}.fm-poster{border-radius:8px;cursor:pointer;overflow:hidden;position:relative}.fm-poster img{display:block;height:auto;object-fit:cover;width:100%}.fm-play{align-items:center;background:linear-gradient(180deg,#0000,#00000059 60%);display:flex;inset:0;justify-content:center;position:absolute}.fm-play svg{color:red;color:var(--card-accent,red);filter:drop-shadow(0 6px 18px rgba(0,0,0,.25));height:64px;width:64px}.fm-embed{border:1px solid #ffffff0a;border-radius:8px;box-shadow:0 14px 36px #00000080;overflow:hidden;padding-top:56.25%;position:relative}.fm-iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:720px){.fm-play svg{height:48px;width:48px}}.gig{min-height:var(--hero-min-height);overflow:hidden;width:100%}.gig__hero{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:2rem 1rem;text-align:center}.gig__title{font-size:clamp(1.6rem,3.6vw,2.6rem);margin:0}.gig__subtitle{color:#ffffffc7;font-size:.98rem;margin:.25rem 0 0}.gig{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2rem 1rem}.gig__content{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1fr 360px}.gig__list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.gig__item{background:#060608b3;border:1px solid #ffffff0a;border-radius:10px;box-shadow:0 8px 20px #00000073;display:flex;flex-direction:column;gap:.5rem;padding:.85rem}.gig__item img{height:160px}.gig__item-title{font-weight:700;margin:0}.gig__item-meta{color:#fffc;font-size:.9rem}.gig__sidebar{background:#06060899;border-radius:10px;min-height:120px;padding:1rem;position:relative}.gig__controls{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}@media (min-width:1025px) and (max-width:1439px){.gig{padding:2.5rem 1.25rem}.gig__content{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:1fr 320px}.gig__list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.gig__item img{height:180px}.gig__sidebar{min-width:280px}}@media (min-width:721px) and (max-width:1024px){.gig{padding:2rem 1rem}.gig__content{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 280px}.gig__list{gap:.9rem;grid-template-columns:repeat(2,1fr)}.gig__item img{height:160px}.gig__sidebar{min-width:240px;padding:.85rem}}@media (max-width:720px){.gig{padding:1rem}.gig__content{display:block}.gig__list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}.gig__item img{height:220px;object-fit:cover}.gig__sidebar{border-radius:10px;margin-top:1rem;padding:.85rem;width:100%}}.gig__item img{border-radius:8px;object-fit:cover;width:100%}@media (prefers-reduced-motion:reduce){.gig__item,.gig__list .gallery__item{transition:none}}.gig__show{display:flex;justify-content:center;padding:2rem 1rem}.gig__show--container{margin-top:1.25rem;max-width:800px;width:100%}.gig__wall{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:var(--hero-min-height);overflow:hidden;position:relative;width:100%}.gig__wall--image{display:block;height:100%;max-height:90vh;object-fit:cover;pointer-events:none;width:100%}.gig__bg{background-color:#0000001f;background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;pointer-events:none;position:fixed;z-index:-10}.gig{background:#0000;position:relative;z-index:0}.newsletter{box-sizing:border-box;display:flex;justify-content:center;padding:1.25rem 1rem;width:100%}.newsletter__inner{align-items:center;background:linear-gradient(180deg,#ffffff05,#06060859);border:1px solid #ffffff0a;border-radius:10px;display:flex;gap:1rem;justify-content:space-between;max-width:980px;padding:1rem;width:100%}.newsletter__copy h3{font-size:1.05rem;margin:0 0 .25rem}.newsletter__copy p{color:#ffffffd1;font-size:.95rem;margin:0}.newsletter__form{align-items:center;display:flex;gap:.5rem}.newsletter__form input[type=email]{background:#0000;border:1px solid #ffffff14;border-radius:8px;color:#fff;min-width:220px;padding:.5rem .75rem}.newsletter__form input::placeholder{color:#ffffff73}.newsletter__form button{background:#7ab8ff;border:none;border-radius:8px;color:#041221;cursor:pointer;font-weight:700;padding:.52rem .9rem}.newsletter__status{margin-left:1rem;min-width:200px}.newsletter__msg.success{color:#a5f3c5}.newsletter__msg.error{color:#ff9aa3}@media (max-width:720px){.newsletter__inner{align-items:stretch;flex-direction:column;gap:.75rem}.newsletter__form{justify-content:space-between;width:100%}.newsletter__form input{flex:1 1 auto;min-width:0}.newsletter__status{margin-left:0;text-align:center}}.contact{min-height:var(--hero-min-height);overflow:hidden;position:relative;width:100%}.contact__bg{background-attachment:scroll;background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:fixed;will-change:transform;z-index:-2}.contact__bg:after{background:linear-gradient(180deg,#00000024,#0000006b);content:"";inset:0;pointer-events:none;position:absolute;z-index:0}.contact__wall{border-radius:10px;box-sizing:border-box;display:block;margin:0 auto;max-width:1400px;min-height:100vh;overflow:visible;position:relative;width:100%;z-index:0}.contact__form-overlay{align-items:center;box-sizing:border-box;display:flex;inset:0;justify-content:flex-end;padding:1.5rem;pointer-events:none;position:absolute;z-index:2}.contact__form-card{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#060608e0,#060608c7 45%,#06060861 75%,#06060800);border:none;border-radius:10px;box-shadow:0 12px 30px #02060c7a;color:#fff;max-width:40%;padding:1rem;pointer-events:auto;position:relative;width:420px}.contact__form-card:after{background:linear-gradient(180deg,#0000,#0000001f);border-radius:8px;bottom:6px;content:"";height:26px;left:12px;pointer-events:none;position:absolute;right:12px;z-index:0}.contact__form-card>*{position:relative;z-index:1}.contact__left{align-items:center;display:flex;left:4%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);z-index:0}.contact__left-inner{background:#0000;border-radius:8px;color:#ffffffeb;padding:.25rem .5rem;text-shadow:0 6px 18px #0000008c}.contact__left-title{color:#ffffffe6;font-size:clamp(2.4rem,4.5vw,4.5rem);font-weight:900;letter-spacing:.1em;line-height:.98;margin:0 0 .5rem;max-width:44ch;text-align:left;text-shadow:0 6px 18px #0009;text-transform:uppercase}.contact__left-copy{font-size:.95rem;line-height:1.35;margin:0;opacity:.95}@media (max-width:1024px){.contact__left{left:6%;width:360px}}@media (max-width:720px){.contact__left{left:auto;margin:0 0 .75rem;max-width:100%;position:relative;top:auto;transform:none;width:100%}.contact__left-inner{background:#00000047;border-radius:10px;padding:.85rem}.contact__form-overlay{align-items:flex-end;padding-bottom:1rem}}@media (max-width:1024px){.contact__wall{min-height:72vh}.contact__form-overlay{align-items:center;justify-content:center;padding:1rem}.contact__form-card{max-width:calc(100% - 2rem);width:84%}}@media (max-width:720px){.contact__bg{position:absolute;z-index:-2}.contact__wall{min-height:auto}.contact__form-overlay{align-items:flex-end;justify-content:center;padding:.75rem}.contact__form-card{background:linear-gradient(180deg,#060608db,#06060899 50%,#06060814 78%,#06060800);border-radius:12px;max-width:100%;padding:.85rem;width:100%}}@media (min-width:1025px){.contact__wall{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:46% 1fr;padding:3rem 1rem}.contact__left{align-items:center;align-self:center;display:flex;left:auto;max-width:560px;position:relative;top:auto;transform:none}.contact__left,.contact__left-inner{margin:0;width:100%}.contact__form-overlay{align-self:center;display:block;inset:auto;justify-self:end;padding:1.25rem;pointer-events:auto;position:relative;z-index:3}.contact__form-card{border-radius:10px;box-sizing:border-box;margin:0;max-width:720px;overflow-y:auto;padding:1rem;width:100%}.contact__left{align-items:center;display:flex;justify-content:flex-end;left:auto!important;max-width:none;padding-right:1rem;position:relative!important;top:auto!important;transform:none!important}.contact__left-inner{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:0;max-width:520px;padding:0;width:100%}.contact__left-title{font-size:clamp(2rem,3.6vw,2.8rem);line-height:1.03;margin:0 0 .45rem}.contact__left{align-items:flex-start}.contact__left-inner{position:relative;transform:translateY(-100%);z-index:1}}@media (max-width:1024px) and (min-width:721px){.contact__wall{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr;justify-items:center;padding:2rem 1rem}.contact__left{left:auto;margin:0;max-width:720px;position:relative;transform:none;width:70%}.contact__form-overlay{align-items:center;display:flex;justify-content:center;padding:1rem;pointer-events:auto;position:relative}.contact__form-card{max-width:92%;width:560px}}@media (max-width:720px){.contact__wall{display:block;padding:1rem}.contact__left{left:auto;margin:0 0 .75rem;max-width:100%;order:1;position:relative;top:auto;transform:none;width:100%}.contact__left-inner{background:#00000047;border-radius:10px;padding:.85rem;text-align:left}.contact__form-overlay{align-items:flex-end;display:flex;justify-content:center;order:2;padding:.5rem;position:relative!important}.contact__form-card{border-radius:12px;max-width:100%;padding:.85rem;width:100%}}@media (max-width:480px){.contact__left-copy{font-size:.95rem;line-height:1.35}.contact__form-card{padding:.75rem}}@media (prefers-reduced-motion:reduce){.contact__bg{will-change:auto}.contact__form-card{transform:none;transition:none}}.footer{background:#0000;position:relative;z-index:2}@media (max-width:1024px){.contact__wall{align-items:center;display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1rem}.contact__left{display:block;left:auto!important;margin:0 auto;max-width:720px;order:1;pointer-events:auto;position:relative!important;top:auto!important;transform:none!important;width:72%}.contact__left-inner{background:#0000002e;border-radius:10px;padding:.9rem;text-align:center;width:100%}.contact__form-overlay{align-items:center;display:flex;justify-content:center;order:2;padding:.75rem 0;pointer-events:auto;position:relative!important}.contact__form-card{box-sizing:border-box;max-width:92%;padding:1rem;width:640px}}@media (max-width:720px){.contact__wall{display:block;padding:1rem}.contact__left{margin:0 0 .75rem;max-width:100%;order:1;width:100%}.contact__left-inner{background:#00000047;border-radius:10px;padding:.85rem;text-align:left}.contact__form-overlay{align-items:flex-end;display:flex;justify-content:center;order:2;padding:.5rem;position:relative!important}.contact__form_card{border-radius:12px;max-width:100%;padding:.85rem;width:100%}}.reach{grid-row-gap:1rem;background-color:initial;border-radius:12px;display:grid;grid-template-columns:1fr;grid-template-rows:6fr;row-gap:1rem}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.reach__backdrop{background:#0009}}.reach__des{display:flex;font-weight:500;justify-content:center;margin:5rem;text-transform:uppercase}#email,#firstname,#lastname,input{padding:5px 0;transition:border-color .18s ease,box-shadow .2s ease}#email,#firstname,#lastname,#message,input,textarea{background-color:#000;border:0 inset;border-bottom:1px solid #d2d2d2;border-radius:none;display:block;font-family:EB Garamond;font-weight:700;margin:0 auto;width:85%}#message,textarea{padding:5px 0 6rem}.reach__input{border-radius:none;color:var(--text-color)}.reach__input--return{color:var(--text-color);font-family:EB Garamond;font-size:1.3rem;font-weight:700;margin:2rem;text-align:center}.reach__input,textarea{resize:none}.reach__consent{align-items:center;color:var(--text-color);display:inline-flex;font-family:EB Garamond;font-size:.95rem;font-weight:400;gap:.5rem;margin-top:.5rem;width:75%}input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;flex:0 0 auto;height:1.05rem;margin:0;width:1.05rem}.reach__consent span{line-height:1.2;margin-top:.5rem}.reach__btn{border:none;border-radius:5px;cursor:pointer;display:block;font-family:Oswald;font-weight:500;height:40px;margin:0 auto;width:90px}.reach__btn:nth-child(n):hover{background-color:var(--theme-color);color:var(--text-color);transition:color .3s ease;transition:background .3s ease}@media (max-width:720px){.reach__backdrop{margin:1rem .5rem;padding:1rem}.reach{margin:0}#email,#firstname,#lastname,#message,input,textarea{margin:.5rem 0!important;padding:8px 10px!important;width:100%!important}#message{height:100px}#email,#firstname,#lastname,#message{border-bottom:1px solid #d2d2d2;padding-bottom:8px!important}#email:focus,#email:focus-visible #message:focus-visible,#firstname:focus,#firstname:focus-visible,#lastname:focus,#lastname:focus-visible,#message:focus{border-bottom-color:var(--theme-color);box-shadow:inset 0 -3px 8px #0a496114;outline:none}.reach__des{margin:2rem 0!important;text-align:center}.reach__btn{background-color:#efefef;color:#000;max-width:320px}}@media (min-width:721px) and (max-width:1023px){#email,#firstname,#lastname,#message,input,textarea{margin:.5rem 0!important;padding:8px 12px!important;width:90%!important}#message{height:120px}#email,#firstname,#lastname,#message{border-bottom:1px solid #d2d2d2;padding-bottom:8px!important}#email:focus,#email:focus-visible,#firstname:focus,#firstname:focus-visible,#lastname:focus,#lastname:focus-visible,#message:focus,#message:focus-visible{border-bottom-color:var(--theme-color);box-shadow:inset 0 -3px 8px #0a496114;outline:none}.reach__backdrop{padding:2rem 1.5rem}}@media (max-width:480px){.reach{margin:1.25rem .75rem}.reach__des{margin:1.5rem 0!important}.reach__btn{height:44px!important}}@media (min-width:1024px){.reach__backdrop{margin:3rem auto;max-width:1440px;padding:3rem 2rem;width:100%}.reach__des{margin:2rem 0}#email,#firstname,#lastname,#message,input,textarea{margin:.75rem auto!important;max-width:1000px;padding:10px 12px!important;width:85%!important}#message{height:150px}#email:focus,#email:focus-visible,#firstname:focus,#firstname:focus-visible,#lastname:focus,#lastname:focus-visible,#message:focus,#message:focus-visible{border-bottom-color:var(--theme-color);box-shadow:inset 0 -3px 8px #0a496114;outline:none}}:root{--policy-max-width:960px;--gutter:1rem;--text-color:#eaeaea;--muted:#cfcfcf;--accent:#6fb3c8}.legal{background:#0000;color:#eaeaea;color:var(--text-color);padding:2rem 1rem 4rem}.policy{margin-bottom:1rem;text-align:center}.policy__head{font-size:2rem;font-weight:700;letter-spacing:.02em;margin:0 auto 1rem}.policy__body{color:#eaeaea;color:var(--text-color);font-size:1rem;line-height:1.65;margin:0 auto;max-width:960px;max-width:var(--policy-max-width);padding:0 1rem}.hr{background:#ffffff0f;border:0;height:1px;margin:1.25rem 0}.policy__title{font-size:1.05rem;font-weight:700;margin-bottom:.5rem;margin-top:1rem}.policy__desc,.policy__list{color:#cfcfcf;color:var(--muted);margin-bottom:.8rem}.policy__list{margin-left:1.25rem}.policy__list li{margin-bottom:.35rem}a{color:#6fb3c8;color:var(--accent)}a,a:hover{text-decoration:none}@media (max-width:720px){:root{--gutter:0.75rem}.policy__head{font-size:1.4rem;margin-top:.5rem}.policy__body{font-size:.98rem;line-height:1.6;padding:0 .75rem}.policy__title{font-size:1rem}.policy__list{margin-left:1rem}}@media (min-width:721px) and (max-width:1023px){:root{--gutter:1rem}.policy__head{font-size:1.6rem}.policy__body{font-size:1rem;padding:0 1rem}.policy__title{font-size:1.03rem}}@media (min-width:1024px){:root{--gutter:1.25rem}.legal{padding:3rem 2rem 4rem}.policy__head{font-size:2.25rem}.policy__body{font-size:1.05rem;padding:0 2rem}.policy__title{font-size:1.08rem}}.policy{margin:0 auto;max-width:1180px;padding:20px}.policy__body{align-items:stretch;display:flex;flex-direction:column;gap:1rem;justify-content:flex-start;line-height:1.6}.policy__desc{margin-bottom:15px}.policy__list{color:inherit;list-style:disc;list-style-position:outside;margin:.5rem 0 1rem 1.25rem;padding:0}.notfound-container{align-items:center;background:#000;color:#fff;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;height:100vh;justify-content:center}.glitch{font-size:120px;letter-spacing:5px;position:relative}.glitch:after,.glitch:before{content:attr(data-text);left:0;position:absolute}.glitch:before{animation:glitchTop 2s infinite;-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0);color:red}.glitch:after{animation:glitchBottom 1.8s infinite;-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);color:cyan}@keyframes glitchTop{0%{transform:translate(0)}30%{transform:translate(-2px,-2px)}60%{transform:translate(2px,1px)}to{transform:translate(0)}}@keyframes glitchBottom{0%{transform:translate(0)}30%{transform:translate(2px,2px)}60%{transform:translate(-2px,-1px)}to{transform:translate(0)}}.subtitle{letter-spacing:3px;margin-top:10px}.description{margin-top:10px;opacity:.6}.pulse-line{background:#fff6;height:2px;margin-top:40px;overflow:hidden;position:relative;width:320px}.pulse{animation:pulseMove 2.5s linear infinite;border-bottom:2px solid #fff;border-left:2px solid #fff;height:18px;position:absolute;top:-9px;transform:rotate(-45deg);width:30px}@keyframes pulseMove{0%{left:-40px}to{left:340px}}.home-button{border:1px solid #fff;color:#fff;margin-top:40px;padding:12px 26px;text-decoration:none;transition:.3s}.home-button:hover{background:#fff;color:#000}
/*# sourceMappingURL=main.30dfc77c.css.map*/