.Navbar-module__cJzEcG__navbar{z-index:1000;width:100%;padding:var(--space-md) var(--section-padding-x);transition:background var(--duration-normal) var(--ease-out), backdrop-filter var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);background:0 0;border-bottom:1px solid #0000;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-glass-border);background:#050505b3}.Navbar-module__cJzEcG__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin-inline:auto;display:flex}.Navbar-module__cJzEcG__logo{font-family:var(--font-heading);letter-spacing:.2em;text-transform:uppercase;color:var(--color-text);transition:opacity var(--duration-fast);font-size:clamp(.875rem,.75rem + .5vw,1.125rem);font-weight:600}.Navbar-module__cJzEcG__logo:hover{opacity:.8}.Navbar-module__cJzEcG__links{gap:var(--space-lg);align-items:center;display:flex}.Navbar-module__cJzEcG__link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);transition:color var(--duration-fast);font-size:.8125rem;font-weight:400;position:relative}.Navbar-module__cJzEcG__link:after{content:"";background:var(--color-accent);width:0;height:1px;transition:width var(--duration-normal) var(--ease-out);position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__link:hover{color:var(--color-text)}.Navbar-module__cJzEcG__link:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{z-index:1001;flex-direction:column;gap:5px;padding:.5rem;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--color-text);width:24px;height:1.5px;transition:transform var(--duration-normal) var(--ease-out), opacity var(--duration-fast);transform-origin:50%;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:first-child{transform:rotate(45deg)translate(4px,5px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__open span:nth-child(3){transform:rotate(-45deg)translate(4px,-5px)}.Navbar-module__cJzEcG__drawer{-webkit-backdrop-filter:blur(30px);width:min(320px,80vw);height:100dvh;transition:transform var(--duration-normal) var(--ease-out);z-index:999;padding:calc(var(--nav-height) + var(--space-xl)) var(--space-lg) var(--space-lg);border-left:1px solid var(--color-glass-border);background:#0a0a0af2;position:fixed;top:0;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__drawerOpen{transform:translate(0)}.Navbar-module__cJzEcG__drawerLinks{gap:var(--space-md);flex-direction:column;display:flex}.Navbar-module__cJzEcG__drawerLinks li{opacity:0;transition:opacity var(--duration-normal) var(--ease-out), transform var(--duration-normal) var(--ease-out);transform:translate(20px)}.Navbar-module__cJzEcG__drawerOpen .Navbar-module__cJzEcG__drawerLinks li{opacity:1;transform:translate(0)}.Navbar-module__cJzEcG__drawerLink{font-family:var(--font-heading);color:var(--color-text);padding:var(--space-xs) 0;border-bottom:1px solid var(--color-border);transition:color var(--duration-fast);font-size:1.75rem;font-weight:500;display:block}.Navbar-module__cJzEcG__drawerLink:hover{color:var(--color-accent)}.Navbar-module__cJzEcG__backdrop{z-index:998;background:#00000080;position:fixed;inset:0}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}.Navbar-module__cJzEcG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{background:var(--color-bg);justify-content:center;align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__grain{pointer-events:none;z-index:0;opacity:.5;mix-blend-mode:overlay;position:absolute;inset:0}.Hero-module__ZARIfG__cursorGlow{pointer-events:none;z-index:0;will-change:transform;background:radial-gradient(circle,#b8860b1a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;transition:transform .12s linear;position:absolute}.Hero-module__ZARIfG__cornerTL,.Hero-module__ZARIfG__cornerTR,.Hero-module__ZARIfG__cornerBL,.Hero-module__ZARIfG__cornerBR{z-index:10;pointer-events:none;opacity:0;width:36px;height:36px;animation:.6s 2.2s forwards Hero-module__ZARIfG__fadeIn;position:absolute}.Hero-module__ZARIfG__cornerTL{border-top:1px solid var(--color-accent);border-left:1px solid var(--color-accent);top:1.5rem;left:1.5rem}.Hero-module__ZARIfG__cornerTR{border-top:1px solid var(--color-accent);border-right:1px solid var(--color-accent);top:1.5rem;right:1.5rem}.Hero-module__ZARIfG__cornerBL{border-bottom:1px solid var(--color-accent);border-left:1px solid var(--color-accent);bottom:1.5rem;left:1.5rem}.Hero-module__ZARIfG__cornerBR{border-bottom:1px solid var(--color-accent);border-right:1px solid var(--color-accent);bottom:1.5rem;right:1.5rem}@keyframes Hero-module__ZARIfG__fadeIn{to{opacity:1}}.Hero-module__ZARIfG__floatLabel{top:calc(var(--nav-height) + .75rem);left:var(--section-padding-x);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);z-index:10;opacity:0;align-items:center;gap:.6rem;font-size:.625rem;animation:.6s 2.4s forwards Hero-module__ZARIfG__fadeIn;display:flex;position:absolute}.Hero-module__ZARIfG__floatLine{background:var(--color-accent);width:1.5rem;height:1px;display:inline-block}.Hero-module__ZARIfG__frameCounter{top:calc(var(--nav-height) + .75rem);right:var(--section-padding-x);letter-spacing:.1em;color:var(--color-text-subtle);z-index:10;opacity:0;font-family:Courier New,monospace;font-size:.625rem;animation:.6s 2.4s forwards Hero-module__ZARIfG__fadeIn;position:absolute}.Hero-module__ZARIfG__frameAccent{color:var(--color-accent)}.Hero-module__ZARIfG__layout{width:100%;max-width:var(--max-width);min-height:100dvh;padding:var(--nav-height) var(--section-padding-x) 4rem;z-index:1;grid-template-rows:auto 1fr auto auto;grid-template-columns:1fr 46% 1fr;align-items:center;gap:0;margin-inline:auto;display:grid;position:relative}.Hero-module__ZARIfG__bigName{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;flex-direction:column;grid-area:1/1/auto/-1;padding-top:2rem;line-height:.9;display:flex}.Hero-module__ZARIfG__bigNameFirst{font-family:var(--font-heading);letter-spacing:-.04em;color:#f0ece438;text-transform:uppercase;margin-left:-.04em;font-size:clamp(5rem,4vw + 4rem,11rem);font-weight:700}.Hero-module__ZARIfG__bigNameLast{font-family:var(--font-heading);letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1px #f0ece459;text-transform:uppercase;text-align:right;align-self:flex-end;margin-right:-.04em;font-size:clamp(5rem,4vw + 4rem,11rem);font-weight:700}.Hero-module__ZARIfG__portraitCol{z-index:2;grid-area:1/2/4;justify-content:center;align-items:flex-start;padding-block:1rem;display:flex}.Hero-module__ZARIfG__mask{visibility:hidden;aspect-ratio:3/4;border-radius:4px;width:100%;max-width:420px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #b8860b2e,0 40px 80px #000000bf}.Hero-module__ZARIfG__portrait{object-fit:cover;object-position:center 10%;filter:contrast(1.05)saturate(.88);transform-origin:50%;width:100%;height:100%;display:block}.Hero-module__ZARIfG__scanlines{pointer-events:none;z-index:1;opacity:.55;background:repeating-linear-gradient(#0000 0 3px,#0000000a 3px 4px);position:absolute;inset:0}.Hero-module__ZARIfG__portraitVignette{pointer-events:none;z-index:2;background:linear-gradient(#0000 55%,#050505d9 100%),linear-gradient(90deg,#0505054d 0%,#0000 30% 70%,#0505054d 100%);position:absolute;inset:0}.Hero-module__ZARIfG__liveBadge{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);white-space:nowrap;background:#050505cc;border:1px solid #b8860b40;border-radius:100px;align-items:center;gap:.5rem;padding:.35rem .9rem;font-size:.625rem;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__liveDot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse;box-shadow:0 0 6px #4ade80b3}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.5)}}.Hero-module__ZARIfG__roleText{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted);padding-right:var(--space-lg);z-index:3;grid-area:2/1;align-items:center;gap:1rem;font-size:clamp(.7rem,.55rem + .4vw,.875rem);display:flex}.Hero-module__ZARIfG__roleLine{background:var(--color-accent);flex-shrink:0;width:2rem;height:1px;display:inline-block}.Hero-module__ZARIfG__typeText{color:var(--color-text-muted)}.Hero-module__ZARIfG__typeCursor{color:var(--color-accent);animation:1s step-end infinite Hero-module__ZARIfG__blink}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__aboutBlurb{gap:var(--space-md);padding-left:var(--space-lg);z-index:3;flex-direction:column;grid-area:2/3/4;display:flex}.Hero-module__ZARIfG__aboutBlurb p{font-family:var(--font-body);color:var(--color-text-muted);font-size:clamp(.875rem,.75rem + .3vw,1rem);line-height:1.85}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;gap:.75rem;display:flex}.Hero-module__ZARIfG__ctaPrimary{background:var(--color-accent);color:#050505;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;border-radius:2px;align-items:center;gap:.5rem;width:fit-content;padding:.7rem 1.5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.Hero-module__ZARIfG__ctaPrimary:hover{background:var(--color-accent-light);transform:translateY(-2px);box-shadow:0 8px 20px #b8860b59}.Hero-module__ZARIfG__ctaSecondary{border:1px solid var(--color-border-glow);color:var(--color-text-muted);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;border-radius:2px;align-items:center;width:fit-content;padding:.7rem 1.5rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:border-color .25s,color .25s,transform .25s;display:inline-flex}.Hero-module__ZARIfG__ctaSecondary:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.Hero-module__ZARIfG__statsRow{gap:var(--space-sm);padding-right:var(--space-lg);padding-top:var(--space-xl);z-index:3;flex-direction:column;grid-area:3/1/5;display:flex}.Hero-module__ZARIfG__stat{border-bottom:1px solid var(--color-border);align-items:baseline;gap:.5rem;padding-bottom:.75rem;display:flex}.Hero-module__ZARIfG__statNum{font-family:var(--font-heading);color:var(--color-accent);font-size:clamp(1.75rem,1.5rem + .8vw,2.5rem);font-weight:700;line-height:1}.Hero-module__ZARIfG__statLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-subtle);font-size:.625rem}.Hero-module__ZARIfG__scrollIndicator{z-index:10;opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:.6s 2.6s forwards Hero-module__ZARIfG__fadeIn;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollTrack{background:#ffffff14;width:1px;height:52px;position:relative;overflow:hidden}.Hero-module__ZARIfG__scrollThumb{background:linear-gradient(to bottom, var(--color-accent), transparent);width:100%;height:50%;animation:Hero-module__ZARIfG__scrollSlide 2s var(--ease-in-out) infinite;position:absolute;top:0;left:0}@keyframes Hero-module__ZARIfG__scrollSlide{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}.Hero-module__ZARIfG__scrollText{text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-subtle);writing-mode:vertical-lr;font-size:.5625rem;transform:rotate(180deg)}@media (max-width:1100px){.Hero-module__ZARIfG__layout{grid-template-rows:auto auto auto auto;grid-template-columns:1fr 50%}.Hero-module__ZARIfG__bigName{grid-column:1/-1}.Hero-module__ZARIfG__portraitCol{grid-area:1/2/4}.Hero-module__ZARIfG__roleText{padding-right:var(--space-md);grid-area:2/1}.Hero-module__ZARIfG__statsRow{padding-right:var(--space-md);padding-top:var(--space-lg);grid-area:3/1}.Hero-module__ZARIfG__aboutBlurb{padding-left:0;padding-top:var(--space-lg);grid-area:4/1/auto/-1}.Hero-module__ZARIfG__ctaGroup{flex-direction:row}}@media (max-width:768px){.Hero-module__ZARIfG__layout{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__bigName{grid-column:1}.Hero-module__ZARIfG__bigNameFirst,.Hero-module__ZARIfG__bigNameLast{text-align:center;margin:0}.Hero-module__ZARIfG__portraitCol{grid-area:2/1}.Hero-module__ZARIfG__mask{aspect-ratio:1;max-width:280px;margin-inline:auto}.Hero-module__ZARIfG__roleText{grid-area:3/1;justify-content:center;padding-right:0}.Hero-module__ZARIfG__statsRow{padding-right:0;padding-top:var(--space-md);flex-direction:row;grid-area:4/1;justify-content:center}.Hero-module__ZARIfG__stat{border-bottom:none;border-right:1px solid var(--color-border);padding:0 var(--space-md);flex-direction:column;align-items:center}.Hero-module__ZARIfG__stat:last-child{border-right:none}.Hero-module__ZARIfG__aboutBlurb{grid-area:5/1;align-items:center;padding-left:0}.Hero-module__ZARIfG__aboutBlurb p{text-align:center}.Hero-module__ZARIfG__ctaGroup{align-items:center}}
.Portfolio-module__uAcsSq__section{padding:var(--section-padding-y) 0;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__headingWrap{padding:var(--space-xl) var(--section-padding-x);margin-block-end:var(--space-2xl);overflow:hidden}.Portfolio-module__uAcsSq__headingLine,.Portfolio-module__uAcsSq__headingLineAlt{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-text);will-change:transform;font-size:clamp(2.5rem,2rem + 3vw,5rem);font-weight:700;line-height:1.1}.Portfolio-module__uAcsSq__headingLineAlt{color:#0000;-webkit-text-stroke:1px #f0ece459;justify-content:flex-end;align-items:center;gap:1.5rem;margin-top:.25rem;display:flex}.Portfolio-module__uAcsSq__headingBar{background:var(--color-accent);flex-shrink:0;width:clamp(4rem,8vw,8rem);height:2px;display:inline-block}.Portfolio-module__uAcsSq__projectList{padding:0 var(--section-padding-x);max-width:var(--max-width);flex-direction:column;gap:clamp(4rem,10vh,8rem);margin-inline:auto;display:flex}.Portfolio-module__uAcsSq__card{cursor:pointer;opacity:0;flex-direction:column;gap:1rem;width:clamp(280px,46vw,680px);display:flex}.Portfolio-module__uAcsSq__cardRight{align-self:flex-end}.Portfolio-module__uAcsSq__cardLeft{align-self:flex-start}.Portfolio-module__uAcsSq__imageClip{aspect-ratio:4/3;border-radius:3px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000008c}.Portfolio-module__uAcsSq__imageInner{height:130%;position:absolute;inset:-15% 0}.Portfolio-module__uAcsSq__image{object-fit:cover;object-position:center;filter:contrast(1.05)saturate(.9);transition:filter .5s}.Portfolio-module__uAcsSq__imageClip:hover .Portfolio-module__uAcsSq__image{filter:contrast(1.1)saturate(1.05)}.Portfolio-module__uAcsSq__overlay{opacity:0;z-index:2;background:linear-gradient(#0000 30%,#05050566 55%,#050505e6 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.Portfolio-module__uAcsSq__imageClip:hover .Portfolio-module__uAcsSq__overlay{opacity:1}.Portfolio-module__uAcsSq__cardCat{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);margin-bottom:.3rem;font-size:.625rem}.Portfolio-module__uAcsSq__cardTitle{font-family:var(--font-heading);color:var(--color-text);margin-bottom:.75rem;font-size:clamp(1.25rem,1rem + 1vw,2rem);font-weight:700;line-height:1.1}.Portfolio-module__uAcsSq__viewBtn{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);font-size:.75rem;transition:letter-spacing .3s}.Portfolio-module__uAcsSq__imageClip:hover .Portfolio-module__uAcsSq__viewBtn{letter-spacing:.25em}.Portfolio-module__uAcsSq__cardMeta{border-top:1px solid var(--color-border);align-items:center;gap:1rem;padding-top:.5rem;display:flex}.Portfolio-module__uAcsSq__metaNum{color:var(--color-accent);letter-spacing:.05em;flex-shrink:0;font-family:Courier New,monospace;font-size:.625rem}.Portfolio-module__uAcsSq__metaTitle{font-family:var(--font-heading);color:var(--color-text);flex:1;font-size:.9375rem;font-weight:600}.Portfolio-module__uAcsSq__metaCat{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-subtle);flex-shrink:0;font-size:.625rem}.Portfolio-module__uAcsSq__lightbox{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050505f5;border:none;justify-content:center;align-items:center;width:100%;max-width:100%;max-height:100%;margin:0;padding:2rem;display:flex;position:fixed;inset:0}.Portfolio-module__uAcsSq__lbClose{z-index:10001;width:3rem;height:3rem;color:var(--color-text);cursor:pointer;font-size:1.1rem;font-family:var(--font-body);background:#b8860b26;border:1px solid #b8860b66;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;transition:background .2s,transform .2s,border-color .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.Portfolio-module__uAcsSq__lbClose:hover{border-color:var(--color-accent);background:#b8860b59;transform:scale(1.1)}.Portfolio-module__uAcsSq__lbCloseLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-subtle);font-size:.45rem;line-height:1}.Portfolio-module__uAcsSq__lbImage{object-fit:contain;border-radius:3px;width:100%;height:auto;max-height:80vh;display:block}.Portfolio-module__uAcsSq__lbInfo{align-items:center;gap:1rem;margin-top:1rem;display:flex}.Portfolio-module__uAcsSq__lbCat{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);font-size:.625rem}.Portfolio-module__uAcsSq__lbTitle{font-family:var(--font-heading);color:var(--color-text);font-size:1.25rem}@media (max-width:768px){.Portfolio-module__uAcsSq__card{width:100%;align-self:stretch!important}.Portfolio-module__uAcsSq__headingLineAlt{justify-content:flex-start}}
.About-module__vAULUW__grid{gap:var(--space-3xl);grid-template-columns:.9fr 1.1fr;align-items:center;display:grid}.About-module__vAULUW__portraitCol{position:relative}.About-module__vAULUW__portraitFrame{border-radius:6px;position:relative;overflow:hidden}.About-module__vAULUW__portraitFrame:after{content:"";border:1px solid var(--color-border);pointer-events:none;border-radius:6px;position:absolute;inset:0}.About-module__vAULUW__portrait{object-fit:cover;width:100%;height:auto;display:block}.About-module__vAULUW__bioCol{gap:var(--space-md);flex-direction:column;display:flex}.About-module__vAULUW__bioText{gap:var(--space-sm);flex-direction:column;margin-block-start:var(--space-sm);display:flex}.About-module__vAULUW__bioText p{color:var(--color-text-muted);font-size:clamp(.9375rem,.875rem + .25vw,1.0625rem);line-height:1.75}.About-module__vAULUW__stats{gap:var(--space-xl);border-top:1px solid var(--color-border);margin-block-start:var(--space-lg);padding-block-start:var(--space-lg);display:flex}.About-module__vAULUW__stat{flex-direction:column;gap:.25rem;display:flex}.About-module__vAULUW__statValue{font-family:var(--font-heading);color:var(--color-text);font-size:clamp(2rem,1.5rem + 1.5vw,3rem);font-weight:700;line-height:1}.About-module__vAULUW__infinitySymbol{opacity:0;animation:1.2s cubic-bezier(.22,1,.36,1) .6s both About-module__vAULUW__infinityReveal;display:inline-block}@keyframes About-module__vAULUW__infinityReveal{0%{opacity:0;filter:blur(4px);transform:scale(.6)}to{opacity:1;filter:blur();transform:scale(1)}}.About-module__vAULUW__statLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-subtle);font-size:.75rem}.About-module__vAULUW__skills{flex-wrap:wrap;gap:.5rem;margin-block-start:var(--space-md);display:flex}.About-module__vAULUW__skillTag{text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);border:1px solid var(--color-border);transition:border-color var(--duration-fast), color var(--duration-fast);border-radius:100px;padding:.4rem 1rem;font-size:.75rem}.About-module__vAULUW__skillTag:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (max-width:968px){.About-module__vAULUW__grid{gap:var(--space-xl);grid-template-columns:1fr}.About-module__vAULUW__portraitFrame{max-width:400px;margin-inline:auto}.About-module__vAULUW__stats,.About-module__vAULUW__skills{justify-content:center}.About-module__vAULUW__bioCol{text-align:center;align-items:center}}
.Awards-module__6y1-4q__section{padding:var(--section-padding-y) 0;background:var(--color-bg);overflow:hidden}.Awards-module__6y1-4q__header{justify-content:space-between;align-items:flex-end;gap:var(--space-xl);padding:0 var(--section-padding-x) var(--space-2xl);max-width:var(--max-width);margin-inline:auto;display:flex}.Awards-module__6y1-4q__headerLeft{gap:var(--space-md);flex-direction:column;display:flex}.Awards-module__6y1-4q__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2.5rem,2rem + 3vw,5rem);font-weight:700;line-height:1.05}.Awards-module__6y1-4q__headingOutline{color:#0000;-webkit-text-stroke:1px var(--color-accent)}.Awards-module__6y1-4q__statsStrip{align-items:center;gap:var(--space-lg);padding-bottom:.5rem;display:flex}.Awards-module__6y1-4q__statItem{padding-right:var(--space-lg);flex-direction:column;align-items:center;gap:.2rem;display:flex;position:relative}.Awards-module__6y1-4q__statItem:not(:last-child):after{content:"";background:var(--color-border);width:1px;height:2rem;position:absolute;top:50%;right:0;transform:translateY(-50%)}.Awards-module__6y1-4q__statNum{font-family:var(--font-heading);color:var(--color-accent);font-size:clamp(1.75rem,1.5rem + 1vw,2.75rem);font-weight:700;line-height:1}.Awards-module__6y1-4q__textStat{opacity:0;animation:1s cubic-bezier(.22,1,.36,1) .5s both Awards-module__6y1-4q__textStatReveal;display:inline-block}@keyframes Awards-module__6y1-4q__textStatReveal{0%{opacity:0;filter:blur(6px);transform:scale(.75)}to{opacity:1;filter:blur();transform:scale(1)}}.Awards-module__6y1-4q__statLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-subtle);font-size:.5625rem}.Awards-module__6y1-4q__marqueeWrap{gap:var(--space-sm);flex-direction:column;display:flex}.Awards-module__6y1-4q__rowOuter{position:relative;overflow:hidden}.Awards-module__6y1-4q__rowOuter:before,.Awards-module__6y1-4q__rowOuter:after{content:"";z-index:2;pointer-events:none;width:180px;position:absolute;top:0;bottom:0}.Awards-module__6y1-4q__rowOuter:before{background:linear-gradient(to right, var(--color-bg), transparent);left:0}.Awards-module__6y1-4q__rowOuter:after{background:linear-gradient(to left, var(--color-bg), transparent);right:0}.Awards-module__6y1-4q__track{gap:.75rem;width:max-content;padding-block:.5rem;animation:50s linear infinite Awards-module__6y1-4q__marqueeLeft;display:flex}.Awards-module__6y1-4q__trackReverse{animation:55s linear infinite Awards-module__6y1-4q__marqueeRight}.Awards-module__6y1-4q__rowOuter:hover .Awards-module__6y1-4q__track{animation-play-state:paused}@keyframes Awards-module__6y1-4q__marqueeLeft{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes Awards-module__6y1-4q__marqueeRight{0%{transform:translate(-33.333%)}to{transform:translate(0)}}.Awards-module__6y1-4q__card{background:var(--color-surface);border:1px solid var(--color-border);cursor:default;-webkit-user-select:none;user-select:none;border-radius:6px;flex:none;align-items:flex-start;gap:1rem;min-width:280px;max-width:340px;padding:1.1rem 1.4rem;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex}.Awards-module__6y1-4q__card:hover{border-color:var(--color-border-glow);transform:translateY(-3px);box-shadow:0 8px 28px #b8860b1a,0 20px 40px #0000004d}.Awards-module__6y1-4q__badge{width:40px;height:40px;font-family:var(--font-heading);letter-spacing:.02em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.Awards-module__6y1-4q__badgeGold{color:var(--color-accent-light);background:linear-gradient(135deg,#b8860b40,#d4a84326);border:1px solid #b8860b73}.Awards-module__6y1-4q__badgePlatinum{color:#c8c8e0;background:linear-gradient(135deg,#dcdcf01f,#b4b4d20f);border:1px solid #c8c8e64d}.Awards-module__6y1-4q__badgeSilver{color:var(--color-text-muted);background:linear-gradient(135deg,#9696aa1a,#78788c0d);border:1px solid #9696aa33}.Awards-module__6y1-4q__cardBody{flex-direction:column;gap:.2rem;min-width:0;display:flex}.Awards-module__6y1-4q__cardYear{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);font-size:.5625rem;font-weight:600}.Awards-module__6y1-4q__cardTitle{font-family:var(--font-heading);color:var(--color-text);font-size:.875rem;font-weight:600;line-height:1.35}.Awards-module__6y1-4q__cardOrg{font-family:var(--font-body);color:var(--color-text-subtle);font-size:.6875rem}.Awards-module__6y1-4q__quoteStrip{padding:var(--space-2xl) var(--section-padding-x) 0;max-width:var(--max-width);border-top:1px solid var(--color-border);margin-inline:auto;margin-top:var(--space-xl);align-items:flex-start;gap:1.5rem;display:flex}.Awards-module__6y1-4q__quoteMark{font-family:var(--font-heading);color:var(--color-accent);opacity:.3;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:5rem;line-height:.8}.Awards-module__6y1-4q__quoteMarkRight{align-self:flex-end}.Awards-module__6y1-4q__quoteText{font-family:var(--font-heading);color:var(--color-text-muted);flex:1;padding-block:.5rem;font-size:clamp(1rem,.85rem + .6vw,1.5rem);font-style:italic;line-height:1.65}@media (max-width:860px){.Awards-module__6y1-4q__header{align-items:flex-start;gap:var(--space-lg);flex-direction:column}.Awards-module__6y1-4q__statsStrip{justify-content:space-between;width:100%}.Awards-module__6y1-4q__statItem{padding-right:0}.Awards-module__6y1-4q__statItem:after{display:none}.Awards-module__6y1-4q__quoteStrip{gap:1rem}.Awards-module__6y1-4q__quoteMark{font-size:3.5rem}}@media (prefers-reduced-motion:reduce){.Awards-module__6y1-4q__track,.Awards-module__6y1-4q__trackReverse{animation:none;overflow-x:auto}}
.Services-module__dpHhBa__section{padding:var(--section-padding-y) 0;background:var(--color-bg);overflow:hidden}.Services-module__dpHhBa__header{justify-content:space-between;align-items:flex-end;gap:var(--space-xl);padding:0 var(--section-padding-x) var(--space-2xl);max-width:var(--max-width);margin-inline:auto;display:flex}.Services-module__dpHhBa__headerLeft{gap:var(--space-md);flex-direction:column;display:flex}.Services-module__dpHhBa__heading{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-text);font-size:clamp(2.5rem,2rem + 3vw,5rem);font-weight:700;line-height:1.05}.Services-module__dpHhBa__headingOutline{color:#0000;-webkit-text-stroke:1px var(--color-accent)}.Services-module__dpHhBa__headerDesc{max-width:32ch;color:var(--color-text-muted);align-self:flex-end;padding-bottom:.5rem;font-size:clamp(.9rem,.8rem + .3vw,1.0625rem);line-height:1.8}.Services-module__dpHhBa__accordion{height:clamp(420px,60vh,680px);padding:0 var(--section-padding-x);max-width:var(--max-width);gap:2px;margin-inline:auto;display:flex}.Services-module__dpHhBa__panel{cursor:pointer;border:1px solid #ffffff0d;border-radius:6px;flex:0 0 72px;transition:flex .7s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Services-module__dpHhBa__panelActive{flex:auto}.Services-module__dpHhBa__panelBg{filter:grayscale(60%)brightness(.35);pointer-events:none;z-index:0;background-position:50%;background-size:cover;transition:transform .8s cubic-bezier(.16,1,.3,1),filter .8s;position:absolute;inset:0;transform:scale(1.05)}.Services-module__dpHhBa__panelActive .Services-module__dpHhBa__panelBg{filter:grayscale(10%)brightness(.55);transform:scale(1)}.Services-module__dpHhBa__panelOverlay{pointer-events:none;z-index:1;background:linear-gradient(#05050526 0%,#05050580 50%,#050505f2 100%);transition:background .5s;position:absolute;inset:0}.Services-module__dpHhBa__panelActive .Services-module__dpHhBa__panelOverlay{background:linear-gradient(#0000 0%,#05050559 40%,#050505eb 100%)}.Services-module__dpHhBa__panelNum{z-index:2;letter-spacing:.12em;color:var(--color-accent);opacity:.7;pointer-events:none;font-family:Courier New,monospace;font-size:.625rem;position:absolute;top:1.25rem;left:1rem}.Services-module__dpHhBa__panelCollapsed{z-index:2;opacity:1;pointer-events:none;align-items:flex-end;padding:1.5rem 1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.Services-module__dpHhBa__panelActive .Services-module__dpHhBa__panelCollapsed{opacity:0}.Services-module__dpHhBa__panelTitleVertical{font-family:var(--font-heading);color:var(--color-text-muted);writing-mode:vertical-lr;letter-spacing:.05em;white-space:nowrap;font-size:.875rem;font-weight:600;transform:rotate(180deg)}.Services-module__dpHhBa__panelContent{z-index:3;opacity:0;pointer-events:none;flex-direction:column;justify-content:flex-end;padding:2rem;transition:opacity .45s .2s,transform .45s .2s;display:flex;position:absolute;inset:0;transform:translateY(12px)}.Services-module__dpHhBa__panelActive .Services-module__dpHhBa__panelContent{opacity:1;pointer-events:auto;transform:translateY(0)}.Services-module__dpHhBa__panelTop{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.Services-module__dpHhBa__panelTag{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-accent);border:1px solid #b8860b4d;border-radius:100px;padding:.3rem .6rem;font-size:.625rem}.Services-module__dpHhBa__panelStat{flex-direction:column;align-items:flex-end;gap:.1rem;display:flex}.Services-module__dpHhBa__statVal{font-family:var(--font-heading);color:var(--color-text);font-size:1.5rem;font-weight:700;line-height:1}.Services-module__dpHhBa__statLbl{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-subtle);font-size:.5625rem}.Services-module__dpHhBa__panelTitle{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--color-text);margin-bottom:var(--space-md);font-size:clamp(1.5rem,1.2rem + 1.5vw,2.5rem);font-weight:700;line-height:1.05}.Services-module__dpHhBa__panelDesc{font-family:var(--font-body);color:var(--color-text-muted);margin-bottom:var(--space-lg);max-width:42ch;font-size:clamp(.8125rem,.75rem + .2vw,.9375rem);line-height:1.8}.Services-module__dpHhBa__panelCta{background:var(--color-accent);color:#050505;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;border-radius:2px;align-items:center;gap:.5rem;width:fit-content;padding:.65rem 1.4rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.Services-module__dpHhBa__panelCta:hover{background:var(--color-accent-light);transform:translateY(-2px);box-shadow:0 8px 20px #b8860b59}.Services-module__dpHhBa__ctaStrip{justify-content:space-between;align-items:center;gap:var(--space-lg);padding:var(--space-xl) var(--section-padding-x);margin-top:var(--space-xl);border-top:1px solid var(--color-border);max-width:var(--max-width);margin-inline:auto;display:flex}.Services-module__dpHhBa__ctaStripText{font-family:var(--font-body);color:var(--color-text-muted);max-width:48ch;font-size:clamp(1rem,.85rem + .5vw,1.25rem);line-height:1.6}.Services-module__dpHhBa__ctaStripBtn{border:1px solid var(--color-border-glow);color:var(--color-text);font-family:var(--font-body);letter-spacing:.05em;white-space:nowrap;border-radius:2px;flex-shrink:0;padding:.85rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:border-color .25s,color .25s,background .25s,transform .25s}.Services-module__dpHhBa__ctaStripBtn:hover{border-color:var(--color-accent);color:var(--color-accent);background:#b8860b0f;transform:translate(4px)}@media (max-width:900px){.Services-module__dpHhBa__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.Services-module__dpHhBa__headerDesc{align-self:flex-start}.Services-module__dpHhBa__accordion{flex-direction:column;gap:2px;height:auto}.Services-module__dpHhBa__panel{border-radius:4px;height:64px;transition:height .6s cubic-bezier(.16,1,.3,1);flex:0 0 64px!important}.Services-module__dpHhBa__panelActive{height:420px;flex:none!important}.Services-module__dpHhBa__panelCollapsed{align-items:center;padding:1rem 1.25rem}.Services-module__dpHhBa__panelTitleVertical{writing-mode:horizontal-tb;font-size:.9375rem;transform:none}.Services-module__dpHhBa__ctaStrip{text-align:center;flex-direction:column}}
.Contact-module__hcVmEa__contact{background:var(--color-bg);padding-bottom:0;position:relative;overflow:hidden}.Contact-module__hcVmEa__grain{pointer-events:none;z-index:0;opacity:.6;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.Contact-module__hcVmEa__orb{pointer-events:none;z-index:0;background:radial-gradient(circle,#b8860b14 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-200px}.Contact-module__hcVmEa__inner{z-index:1;max-width:var(--max-width);padding:var(--section-padding-y) var(--section-padding-x) 0;margin-inline:auto;position:relative}.Contact-module__hcVmEa__headline{border-bottom:1px solid var(--color-border);margin-bottom:clamp(3rem,8vh,6rem);padding-bottom:clamp(2rem,5vh,4rem)}.Contact-module__hcVmEa__headlineLabel{margin-bottom:var(--space-lg);align-items:center;gap:.75rem;display:flex}.Contact-module__hcVmEa__labelLine{background:var(--color-accent);width:2rem;height:1px;display:inline-block}.Contact-module__hcVmEa__headlineText{flex-direction:column;gap:.1em;line-height:1;display:flex}.Contact-module__hcVmEa__headlineLine1{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--color-text);font-size:clamp(3.5rem,3rem + 5vw,8rem);font-weight:700}.Contact-module__hcVmEa__headlineLine2{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--color-text);flex-wrap:wrap;align-items:baseline;gap:.2em;font-size:clamp(3.5rem,3rem + 5vw,8rem);font-weight:700;display:flex}.Contact-module__hcVmEa__headlineOutline{color:#0000;-webkit-text-stroke:2px var(--color-accent)}.Contact-module__hcVmEa__body{padding-bottom:var(--section-padding-y);grid-template-columns:.85fr 1.15fr;align-items:flex-start;gap:clamp(3rem,8vw,8rem);display:grid}.Contact-module__hcVmEa__info{gap:var(--space-2xl);top:calc(var(--nav-height) + 2rem);flex-direction:column;display:flex;position:sticky}.Contact-module__hcVmEa__locationBadge{background:var(--color-surface);border:1px solid var(--color-border);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);border-radius:100px;align-items:center;gap:.6rem;width:fit-content;padding:.5rem 1rem;font-size:.6875rem;display:inline-flex}.Contact-module__hcVmEa__locationDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;box-shadow:0 0 6px #b8860b99}.Contact-module__hcVmEa__locationTime{color:var(--color-text-subtle);border-left:1px solid var(--color-border);margin-left:.2rem;padding-left:.6rem;font-size:.5625rem}.Contact-module__hcVmEa__infoBlock{flex-direction:column;gap:.75rem;display:flex}.Contact-module__hcVmEa__infoTag{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-subtle);font-size:.5625rem}.Contact-module__hcVmEa__emailBtn{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:.3rem;width:fit-content;padding:0;transition:none;display:flex}.Contact-module__hcVmEa__emailAddress{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.01em;font-size:clamp(1rem,.8rem + .8vw,1.5rem);font-weight:600;line-height:1.2;transition:color .25s}.Contact-module__hcVmEa__emailBtn:hover .Contact-module__hcVmEa__emailAddress{color:var(--color-accent)}.Contact-module__hcVmEa__copyHint{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--color-text-subtle);font-size:.625rem;transition:color .25s}.Contact-module__hcVmEa__copyHintActive{color:#4ade80}.Contact-module__hcVmEa__socials{flex-direction:column;gap:.75rem;display:flex}.Contact-module__hcVmEa__socialLink{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;text-decoration:none;transition:border-color .25s,background .25s,transform .25s;display:flex}.Contact-module__hcVmEa__socialLink:hover{border-color:var(--color-border-glow);background:#b8860b0a;transform:translate(4px)}.Contact-module__hcVmEa__socialIcon{width:36px;height:36px;color:var(--color-accent);background:#b8860b14;border:1px solid #b8860b26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .25s;display:flex}.Contact-module__hcVmEa__socialLink:hover .Contact-module__hcVmEa__socialIcon{background:#b8860b26}.Contact-module__hcVmEa__socialText{flex-direction:column;flex:1;gap:.1rem;display:flex}.Contact-module__hcVmEa__socialLabel{font-family:var(--font-body);color:var(--color-text);font-size:.875rem;font-weight:500}.Contact-module__hcVmEa__socialHandle{font-family:var(--font-body);color:var(--color-text-subtle);font-size:.6875rem}.Contact-module__hcVmEa__socialArrow{color:var(--color-text-subtle);font-size:1rem;transition:color .25s,transform .25s}.Contact-module__hcVmEa__socialLink:hover .Contact-module__hcVmEa__socialArrow{color:var(--color-accent);transform:translate(2px,-2px)}.Contact-module__hcVmEa__responseNote{font-family:var(--font-body);color:var(--color-text-subtle);letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.6875rem;display:flex}.Contact-module__hcVmEa__responseDot{background:#4ade80;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2.5s ease-in-out infinite Contact-module__hcVmEa__pulse;box-shadow:0 0 6px #4ade8080}@keyframes Contact-module__hcVmEa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.4)}}.Contact-module__hcVmEa__form{flex-direction:column;gap:0;display:flex}.Contact-module__hcVmEa__formRow{grid-template-columns:1fr 1fr;gap:0 2rem;display:grid}.Contact-module__hcVmEa__field{flex-direction:column;gap:.5rem;padding-bottom:2rem;display:flex}.Contact-module__hcVmEa__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-subtle);font-size:.5625rem}.Contact-module__hcVmEa__input,.Contact-module__hcVmEa__textarea{border:none;border-bottom:1px solid var(--color-border);font-family:var(--font-body);color:var(--color-text);background:0 0;border-radius:0;outline:none;width:100%;padding:.75rem 0;font-size:1rem;transition:border-color .3s}.Contact-module__hcVmEa__input:focus,.Contact-module__hcVmEa__textarea:focus{border-bottom-color:var(--color-accent)}.Contact-module__hcVmEa__input::placeholder,.Contact-module__hcVmEa__textarea::placeholder{color:var(--color-text-subtle);font-size:.9375rem}select.Contact-module__hcVmEa__input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%238a8a8a' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;padding-right:2rem}select.Contact-module__hcVmEa__input option{color:var(--color-text);background:#1a1a1a}.Contact-module__hcVmEa__textarea{resize:none;min-height:100px;line-height:1.7}.Contact-module__hcVmEa__formFooter{align-items:center;gap:var(--space-lg);padding-top:var(--space-sm);flex-wrap:wrap;display:flex}.Contact-module__hcVmEa__submitBtn{background:var(--color-accent);color:#050505;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.12em;cursor:pointer;white-space:nowrap;border:none;border-radius:2px;align-items:center;gap:.6rem;padding:1rem 2.25rem;font-size:.8125rem;font-weight:700;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.Contact-module__hcVmEa__submitBtn:hover:not(:disabled){background:var(--color-accent-light);transform:translateY(-2px);box-shadow:0 8px 24px #b8860b59}.Contact-module__hcVmEa__submitSuccess{color:#fff!important;background:#16a34a!important}.Contact-module__hcVmEa__successCheck{font-size:1rem}.Contact-module__hcVmEa__formNote{font-family:var(--font-body);color:var(--color-text-subtle);font-size:.6875rem;line-height:1.6}@media (max-width:900px){.Contact-module__hcVmEa__body{gap:var(--space-2xl);grid-template-columns:1fr}.Contact-module__hcVmEa__info{position:static}.Contact-module__hcVmEa__headlineLine1,.Contact-module__hcVmEa__headlineLine2{font-size:clamp(2.5rem,2rem + 5vw,5rem)}}@media (max-width:600px){.Contact-module__hcVmEa__formRow{grid-template-columns:1fr;gap:0}.Contact-module__hcVmEa__formFooter{flex-direction:column;align-items:flex-start}.Contact-module__hcVmEa__submitBtn{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{padding:var(--space-lg) var(--section-padding-x);border-top:1px solid var(--color-border);background:var(--color-bg)}.Footer-module__S6Hkya__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:var(--space-sm);flex-wrap:wrap;margin-inline:auto;display:flex}.Footer-module__S6Hkya__copyright{color:var(--color-text-subtle);font-size:.8125rem}.Footer-module__S6Hkya__socials{align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__socialLink{color:var(--color-text-muted);transition:color var(--duration-fast);font-size:.8125rem}.Footer-module__S6Hkya__socialLink:hover{color:var(--color-accent)}.Footer-module__S6Hkya__dot{color:var(--color-text-subtle);font-size:.75rem}.Footer-module__S6Hkya__backToTop{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-subtle);border:1px solid var(--color-border);transition:color var(--duration-fast), border-color var(--duration-fast);border-radius:100px;padding:.5rem 1rem;font-size:.75rem}.Footer-module__S6Hkya__backToTop:hover{color:var(--color-text);border-color:var(--color-text-muted)}@media (max-width:600px){.Footer-module__S6Hkya__inner{text-align:center;flex-direction:column}}
