:root{--bg-color: #0A0A0A;--text-color: #EDEDED;--menu-bg: #0A0A0A;--menu-text: #EDEDED;--frame-color: #000000;--foreground: #EDEDED}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.menu-toggle{position:fixed;top:1.75rem;right:2rem;z-index:1000;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.6rem;padding:0;mix-blend-mode:difference;--toggle-y-top: 7px;--toggle-y-bottom: -7px}.menu-toggle__inner{width:26px;height:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.menu-toggle__line{display:block;width:100%;height:1.5px;background-color:#ededed;border-radius:1px;transform-origin:center center;transition:none}.menu-toggle__label{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#ededed;pointer-events:none;-webkit-user-select:none;user-select:none}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--menu-bg);z-index:900;display:flex;align-items:center;justify-content:flex-start;clip-path:polygon(0 0,100% 0,100% 0,0 0);pointer-events:none;will-change:clip-path;overflow-y:auto;overflow-x:hidden}.menu-overlay.is-open{pointer-events:auto}.menu-overlay__inner{width:100%;max-width:1600px;padding:max(4rem,6vh) 5vw 3rem;position:relative;min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.menu-footer__title{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.15em;color:#fff6;text-transform:uppercase}.menu-footer{margin-top:auto;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:50;padding-top:2rem}.menu-footer__links{display:flex;gap:2rem;flex-wrap:wrap}.menu-footer__link{display:flex;align-items:center;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:var(--menu-text);text-decoration:none;transition:opacity .3s ease}.menu-footer__link:hover{opacity:.6}.menu-footer__link svg{width:1.1rem;height:1.1rem;margin-right:.4rem;opacity:.8}.menu-nav{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.menu-nav__item{position:relative;overflow:visible}.menu-nav__link{display:flex;align-items:center;justify-content:flex-start;text-decoration:none;color:var(--menu-text);padding:.5vw 0;position:relative;cursor:pointer;transition:color .3s ease}.menu-nav__text-wrap{overflow:hidden;display:inline-block}.menu-nav__text{font-family:Inter,sans-serif;font-size:clamp(3rem,min(7vw,12vh),7.5rem);line-height:1.1;letter-spacing:-.03em;font-weight:600;display:inline-block;will-change:transform}.menu-nav__card{position:absolute;left:0;top:50%;transform:translateY(-50%);width:14vw;max-width:220px;aspect-ratio:16 / 10;border-radius:6px;overflow:hidden;z-index:10;pointer-events:none;opacity:0;clip-path:inset(0 100% 0 0);will-change:clip-path,opacity;box-shadow:0 10px 30px #0003}.menu-nav__card img{width:100%;height:100%;object-fit:cover;display:block}.velorah-hero{--background: #0A0A0A;--foreground: #EDEDED;--muted-foreground: #888888;--hairline: rgba(237, 237, 237, .16);--hero-scrim-top: rgba(10, 10, 10, .55);--hero-scrim-bot: rgba(10, 10, 10, .82);position:relative;min-height:100vh;min-height:100svh;width:100%;display:block;background-color:var(--background);color:var(--foreground);overflow:hidden;font-family:Inter,sans-serif}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,var(--hero-scrim-top) 0%,transparent 24%,transparent 58%,var(--hero-scrim-bot) 100%)}.hero-grid{position:relative;z-index:2;min-height:100vh;min-height:100svh;display:grid;grid-template-rows:auto 1fr auto;padding:clamp(5.5rem,9vh,8rem) clamp(1.5rem,5vw,5rem) clamp(1.5rem,4vh,3rem)}.hero-meta{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--hairline);font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.hero-meta__item{line-height:1.7}.hero-meta__item em{font-style:normal;color:var(--foreground)}.hero-meta__item--mid{text-align:center}.hero-meta__item--end{text-align:right}.hero-status{color:var(--foreground);display:inline-flex;align-items:center;gap:.5rem}.hero-status__dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade8080;animation:hero-pulse 2.4s infinite}@keyframes hero-pulse{0%{box-shadow:0 0 #4ade8080}70%{box-shadow:0 0 0 6px #4ade8000}to{box-shadow:0 0 #4ade8000}}.hero-headline{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:end;gap:clamp(1.5rem,4vw,4.5rem);padding:clamp(2rem,6vh,5rem) 0}.hero-index{display:block;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:1.5rem;position:relative;padding-left:2.5rem}.hero-index:before{content:"";position:absolute;left:0;top:.5em;width:2rem;height:1px;background:currentColor}.hero-headline__aside{display:flex;flex-direction:column;align-items:flex-start;padding-bottom:.4rem}.hero-foot{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.25rem;border-top:1px solid var(--hairline);font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.hero-scroll{display:inline-flex;align-items:center;gap:.85rem;color:var(--foreground)}.hero-scroll__line{position:relative;display:block;width:1px;height:30px;background:var(--hairline);overflow:hidden}.hero-scroll__line:after{content:"";position:absolute;top:0;left:0;width:100%;height:40%;background:var(--foreground);animation:hero-scroll-travel 1.8s cubic-bezier(.76,0,.24,1) infinite}@keyframes hero-scroll-travel{0%{transform:translateY(-100%)}to{transform:translateY(250%)}}.velorah-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;opacity:1}.velorah-nav{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;max-width:80rem;margin:0 auto;width:100%}.velorah-nav__logo{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#ededed;position:fixed;top:1.75rem;left:2rem;z-index:1000;mix-blend-mode:difference;transition:opacity .3s ease}.velorah-nav__links{display:none}@media (min-width: 768px){.velorah-nav__links{display:flex;gap:2rem}}.nav-link{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:var(--foreground)}.liquid-glass{background:#00000008;background-blend-mode:luminosity;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 1px #0000000d;position:relative;overflow:hidden;cursor:pointer;border-radius:9999px;color:var(--foreground);transition:transform .3s ease;z-index:10}.liquid-glass:hover{transform:scale(1.03)}.liquid-glass:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.4px;background:linear-gradient(180deg,#ffffff73,#ffffff26,#fff0,#fff0,#ffffff26,#ffffff73);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.btn-small{padding:.625rem 1.5rem;font-size:.875rem;font-family:Inter,sans-serif}.btn-large{padding:1.1rem 2.75rem;font-size:.95rem;font-family:Inter,sans-serif;margin-top:1.75rem}.velorah-hero__h1{font-family:"Instrument Serif",serif;font-size:clamp(2.8rem,7vw,6.5rem);font-weight:400;line-height:.98;letter-spacing:-.02em;margin:0;text-align:left}.velorah-hero__h1 em{font-style:italic;color:var(--muted-foreground)}.muted-em{font-style:normal;color:var(--muted-foreground)}.velorah-hero__subtext{color:var(--muted-foreground);font-size:clamp(.95rem,1.2vw,1.1rem);max-width:34rem;margin:0;line-height:1.65;text-align:left}@keyframes fade-rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.animate-fade-rise,.animate-fade-rise-delay,.animate-fade-rise-delay-2{opacity:0}.preloader-done .animate-fade-rise{animation:fade-rise .8s ease-out both}.preloader-done .animate-fade-rise-delay{animation:fade-rise .8s ease-out .2s both}.preloader-done .animate-fade-rise-delay-2{animation:fade-rise .8s ease-out .4s both}.about-section{--about-hairline: rgba(237, 237, 237, .16);--about-muted: rgba(237, 237, 237, .55);padding:clamp(5rem,14vh,11rem) clamp(1.5rem,5vw,5rem);background-color:#111;color:#ededed;text-align:left;position:relative;overflow:hidden}.about-inner{max-width:1500px;margin:0 auto}.about-head{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;padding-bottom:1.25rem;margin-bottom:clamp(2.5rem,6vh,5rem);border-bottom:1px solid var(--about-hairline);font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.about-head__index{color:#ededed}.about-head__label{color:var(--about-muted)}.about-section__text{font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,8vw,9rem);line-height:.95;text-transform:uppercase;max-width:1400px;margin:0}.about-foot{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:end;gap:clamp(2rem,6vw,6rem);margin-top:clamp(3rem,8vh,6rem);padding-top:clamp(2rem,4vh,3rem);border-top:1px solid var(--about-hairline)}.about-foot__bio{font-family:Inter,sans-serif;font-size:clamp(.95rem,1.3vw,1.15rem);line-height:1.65;color:var(--about-muted);max-width:34rem}.about-foot__meta{display:flex;gap:clamp(1.5rem,4vw,3.5rem);justify-content:flex-end;flex-wrap:wrap}.about-stat{display:flex;flex-direction:column;gap:.4rem}.about-stat__num{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,5vw,4rem);line-height:.9;letter-spacing:-.01em;color:#ededed}.about-stat__lbl{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--about-muted)}.hover-reveal{position:relative;display:inline-block}.hover-reveal:after{content:"";position:absolute;left:0;bottom:.05em;width:100%;height:clamp(2px,.4vw,5px);background-color:#ededed}.about-hover-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100;visibility:hidden}.about-hover-img{position:absolute;top:0;left:0;width:25vw;max-width:320px;min-width:180px;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;opacity:0;transform:translate(-50%,-50%);transform-origin:center center;box-shadow:0 20px 40px #0003}.services-section{position:relative;background-color:var(--bg-color);color:var(--text-color);min-height:100vh;padding:4rem 2vw;display:flex;flex-direction:column;justify-content:space-between}.services-section{--services-line: rgba(237, 237, 237, .14);--services-num: rgba(237, 237, 237, .45)}.services-header{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:end;column-gap:clamp(2rem,5vw,5rem);row-gap:1.25rem;z-index:2;padding:0 3vw 1.5rem;margin-bottom:clamp(1.5rem,4vh,3rem);border-bottom:1px solid var(--services-line)}.services-header__index{grid-column:1 / -1;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-foreground)}.services-header__title{font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,8vw,9rem);font-weight:400;letter-spacing:-.02em;line-height:.95;text-transform:uppercase}.services-header__desc{font-family:Inter,sans-serif;font-size:clamp(.95rem,1.2vw,1.15rem);color:var(--muted-foreground);max-width:34rem;line-height:1.6;padding-bottom:.35rem}.services-list{list-style:none;display:flex;flex-direction:column;align-items:stretch;justify-content:center;flex:1;margin:0;padding:0 3vw}.services-item{position:relative;cursor:pointer;width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:clamp(1rem,3vw,2.5rem);text-align:left;padding:clamp(.75rem,2.2vh,1.6rem) 0;border-bottom:1px solid var(--services-line)}.services-item:first-child{border-top:1px solid var(--services-line)}.services-item__num{font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;letter-spacing:.1em;color:var(--services-num);transition:color .4s ease;align-self:center}.services-item__text{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,6vw,6rem);line-height:.9;letter-spacing:-.02em;font-weight:400;display:inline-block;justify-self:start;transform:scaleY(1.25);transform-origin:center;color:#ededed;transition:opacity .4s ease,color .4s ease,transform .5s cubic-bezier(.19,1,.22,1);will-change:opacity,transform}.services-item:hover .services-item__num{color:#ededed}.services-item.is-active .services-item__text{transform:scaleY(1.25) translate(clamp(.5rem,1.5vw,1.5rem))}.services-list.is-hovering .services-item:not(.is-active) .services-item__text{opacity:.18}.services-item__card{position:absolute;right:16vw;top:50%;transform:translateY(-50%);width:14vw;max-width:220px;border-radius:6px;overflow:hidden;z-index:10;pointer-events:none;opacity:0;clip-path:inset(0 100% 0 0);will-change:clip-path,opacity;box-shadow:0 10px 30px #00000026}.services-item__card img{width:100%;height:auto;display:block}.services-item__tag{justify-self:end;font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-color);opacity:0;pointer-events:none}.projects-section{--proj-line: rgba(237, 237, 237, .14);background-color:#0a0a0a;padding:10vh 5vw 20vh;position:relative}.projects-header{display:grid;grid-template-columns:1fr auto;align-items:baseline;column-gap:1.5rem;padding-bottom:1.5rem;margin-bottom:clamp(4rem,9vh,8rem);border-bottom:1px solid var(--proj-line)}.projects-header__index{grid-column:1 / -1;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#888;margin-bottom:1rem}.projects-header__title{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,7vw,8rem);font-weight:400;letter-spacing:-.02em;line-height:.9;text-transform:uppercase;color:#ededed}.projects-header__count{font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#888;text-align:right}.projects-container{position:relative}.project-card__top{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.12);font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.project-card__index{color:#ededed}.project-card__year{color:#888;text-align:right}.project-card{position:sticky;top:10vh;height:80vh;width:100%;display:flex;border-radius:20px;overflow:hidden;margin-bottom:10vh;box-shadow:0 -10px 40px #0006;will-change:transform;transition:box-shadow .4s ease;background-color:#0a0a0a}.project-card:last-child{margin-bottom:0}.project-card__left{width:50%;background-color:#0a0a0a;color:#ededed;padding:4vw;display:flex;flex-direction:column;justify-content:flex-start;position:relative;z-index:2}.project-card__title{margin-top:clamp(2rem,6vh,5rem)}.project-card__bottom{margin-top:auto}.project-card__right{width:50%;background-color:#111;display:flex;align-items:stretch;justify-content:center;padding:0;position:relative;z-index:2}.project-card__image{width:100%;height:100%;border-radius:0;overflow:hidden;border:none;display:flex;align-items:center;justify-content:center;background-color:#111;padding:2rem}.project-card__image img{width:100%;height:auto;max-height:100%;object-fit:contain;background-color:#111;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.project-card__title h2{font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4.5vw,5rem);line-height:.85;letter-spacing:-.02em;margin-bottom:1.3rem;transform:scaleY(1.3);transform-origin:top left}.project-card__tags{display:flex;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.project-card__tags .tag{font-family:Inter,sans-serif;font-size:.65rem;font-weight:500;text-transform:uppercase;border:1px solid rgba(255,255,255,.4);border-radius:50px;padding:.3rem .8rem}.project-card__bottom p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5;max-width:85%;margin-bottom:2rem;color:#aaa}.project-btn{display:inline-flex;align-items:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-decoration:none;color:#ededed;border:1px solid #EDEDED;border-radius:50px;padding:.4rem .5rem .4rem 1rem;transition:all .3s ease}.project-btn .arrow{margin-left:.8rem;background:#ededed;color:#111;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:.7rem;transition:all .3s ease}.project-btn:hover{background:#ededed;color:#111}.project-btn:hover .arrow{background:#111;color:#ededed}.archives-section{--archives-fade: #0A0A0A;--archives-hairline: rgba(237, 237, 237, .16);--archives-muted: rgba(237, 237, 237, .5);background-color:#0a0a0a;color:#ededed;position:relative;z-index:20;overflow:hidden;display:flex;flex-direction:column}.archives-head{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;padding:clamp(3rem,7vh,5rem) clamp(1.5rem,5vw,5rem) clamp(1.25rem,3vh,2rem);font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.archives-head__index{color:#ededed}.archives-head__label{color:var(--archives-muted)}.archives-marquee-wrapper{background-color:#0a0a0a;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);overflow:hidden;padding:1rem 0;white-space:nowrap;display:flex}.archives-marquee{display:flex;white-space:nowrap;will-change:transform}.archives-marquee span{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,5vw,6rem);transform:scaleY(1.3);transform-origin:bottom;margin-right:2rem;display:inline-flex;align-items:center;color:#ededed}.archives-marquee span .starburst{color:#d32f2f;font-family:sans-serif;font-size:.6em;margin-left:2rem;transform:scaleY(.76)}.archives-3d-wrapper{position:relative;width:100%;height:clamp(520px,80vh,900px);overflow:hidden;display:flex;align-items:center;justify-content:center;perspective:1400px}.archives-3d-wrapper:before,.archives-3d-wrapper:after{content:"";position:absolute;left:0;right:0;height:20%;z-index:5;pointer-events:none}.archives-3d-wrapper:before{top:0;background:linear-gradient(to bottom,var(--archives-fade),transparent)}.archives-3d-wrapper:after{bottom:0;background:linear-gradient(to top,var(--archives-fade),transparent)}.archives-3d-container{width:130vmax;height:130vmax;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.archives-3d-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,2rem);transform:rotateX(45deg) rotate(45deg);transform-origin:center center;width:100%;height:62%}.archives-col{display:flex;flex-direction:column;gap:2rem}.archives-col.col-even{animation:moveEven 15s infinite alternate ease-in-out}.archives-col.col-odd{animation:moveOdd 20s infinite alternate ease-in-out}@keyframes moveEven{0%{transform:translateY(-15%)}to{transform:translateY(15%)}}@keyframes moveOdd{0%{transform:translateY(15%)}to{transform:translateY(-15%)}}.archives-card{width:100%;aspect-ratio:16 / 9;border-radius:12px;background-color:#111;overflow:hidden}.archives-card img{width:100%;height:100%;object-fit:cover;display:block;background-color:#111}.approach-section{--approach-line: rgba(237, 237, 237, .16);--approach-muted: rgba(237, 237, 237, .55);padding:clamp(7rem,16vh,12rem) clamp(1.5rem,5vw,5rem) clamp(5rem,12vh,9rem);background-color:#111;color:#ededed;position:relative;overflow:hidden;min-height:100vh;display:block}.approach-container{max-width:1500px;width:100%;margin:0 auto}.approach-head{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;padding-bottom:1.25rem;margin-bottom:clamp(2rem,5vh,4rem);border-bottom:1px solid var(--approach-line);font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.approach-head__label{display:inline-flex;align-items:center;gap:.5rem;color:var(--approach-muted)}.approach-head__dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade8080;animation:hero-pulse 2.4s infinite}.approach-title{font-family:Bebas Neue,sans-serif;font-size:clamp(4rem,12vw,13rem);line-height:.85;margin-bottom:clamp(2.5rem,7vh,5rem);letter-spacing:-.02em}.approach-title-img{display:inline-block;width:clamp(80px,18vw,240px);height:clamp(50px,12vw,150px);object-fit:cover;border-radius:8px;vertical-align:middle;margin-right:2vw}.approach-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,2fr);gap:clamp(2rem,6vw,6rem);align-items:start;padding-top:clamp(2rem,4vh,3rem);border-top:1px solid var(--approach-line)}.approach-aside{display:flex;flex-direction:column;gap:2.25rem}.approach-aside__lead{font-family:Inter,sans-serif;font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.6;color:var(--approach-muted)}.approach-aside__block{display:flex;flex-direction:column;gap:.5rem}.approach-aside__label{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--approach-muted);margin-bottom:.25rem}.approach-aside__block a{font-family:Inter,sans-serif;font-size:1rem;color:#ededed;text-decoration:none;width:fit-content;transition:opacity .3s ease}.approach-aside__block a:hover{opacity:.6}.approach-aside__static{font-family:Inter,sans-serif;font-size:1rem;color:#ededed}.approach-form{display:flex;flex-direction:column;gap:2rem;width:100%}.form-row{display:flex;align-items:flex-start;gap:4rem;border-bottom:1px solid transparent}.form-row label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#ededed;width:120px;flex-shrink:0;padding-top:1rem}.form-row input,.form-row textarea{width:100%;background:transparent;border:none;font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,6rem);color:#ededed;outline:none;padding:0;resize:none;line-height:1;scrollbar-width:none!important;-ms-overflow-style:none!important}.form-row input::-webkit-scrollbar,.form-row textarea::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.form-row input::placeholder,.form-row textarea::placeholder{color:#a3a3a3;opacity:.5}.form-row textarea{height:clamp(4rem,12vw,12rem);padding-top:.5rem}.interest-pills{display:flex;flex-wrap:wrap;gap:1rem;padding-top:.5rem}.interest-pill{font-family:Bebas Neue,sans-serif;font-size:clamp(1.5rem,3vw,3rem);background:#00000014;color:#a3a3a3;border:none;border-radius:8px;padding:.2em .5em;cursor:none;transition:all .3s ease}.interest-pill.active,.interest-pill:hover{color:#ededed;background:#00000026}.form-row-submit{padding-left:calc(120px + 4rem);border-bottom:none!important}.submit-btn{font-family:Bebas Neue,sans-serif;font-size:clamp(1.5rem,3vw,3rem);background-color:#00000026;color:#ededed;border:none;border-radius:8px;padding:.25em 1.5em;cursor:pointer;transition:all .3s ease;width:fit-content;margin-top:2rem;line-height:1}.submit-btn:hover{background-color:#00000059;color:#fff}.light-mode .submit-btn{background-color:#1c1c1c;color:#f4f4f0}.light-mode .submit-btn:hover{background-color:#0a0a0a;color:#fff}@media (max-width: 768px){.form-row-submit{padding-left:0}}.footer-section{background-color:#0a0a0a;padding:0 1vw 1vw}.footer-inner{--footer-line: rgba(237, 237, 237, .13);--footer-muted: rgba(237, 237, 237, .5);background-color:#1a1a1a;color:#ededed;border-radius:20px;display:flex;flex-direction:column;justify-content:flex-start;gap:clamp(2.5rem,7vh,5.5rem);padding:clamp(2.5rem,4vw,4.5rem) clamp(1.5rem,4vw,4rem);position:relative;overflow:hidden}.footer-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--footer-line);font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;line-height:1.7;color:var(--footer-muted)}.footer-top__center{text-align:center}.footer-status{display:inline-flex;align-items:center;gap:.5rem;color:#ededed}.footer-status__dot{width:6px;height:6px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade8080;animation:hero-pulse 2.4s infinite}.footer-top__right{text-align:right}.footer-main{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);align-items:end;gap:clamp(2.5rem,6vw,6rem)}.footer-cta-block{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(3.5rem,8vh,6rem)}.footer-cta{position:relative;cursor:pointer;padding:0}.footer-cta__text{font-family:Bebas Neue,sans-serif;font-size:clamp(3rem,10vw,11rem);line-height:.95;letter-spacing:-.02em;transform:scaleY(1.25);transform-origin:top left;color:#ededed;margin:0}.footer-cta__hand{position:absolute;top:0;left:0;font-size:clamp(6rem,15vw,20rem);line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none;opacity:0;transform:scale(.5);z-index:10;filter:drop-shadow(0 20px 30px rgba(0,0,0,.25))}.footer-email{font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:.6rem}.footer-email span{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--footer-muted)}.footer-email a{color:#ededed;text-decoration:none;font-size:clamp(1.4rem,3vw,2.4rem);font-weight:400;width:fit-content;transition:opacity .3s ease}.footer-email a:hover{opacity:.6}.footer-contact{display:flex;flex-direction:row;align-items:flex-end;flex-wrap:wrap;gap:clamp(1.5rem,4vw,3rem)}.footer-btn{font-size:.78rem;padding:.45rem .55rem .45rem 1.2rem}.footer-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,3vw,3rem);justify-items:end}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem;min-width:max-content}.footer-col__label{font-family:Inter,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--footer-muted);margin-bottom:.5rem}.footer-col a{font-family:Inter,sans-serif;font-size:.95rem;color:#ededed;text-decoration:none;transition:opacity .3s ease}.footer-col a:hover{opacity:.6}.footer-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--footer-line);font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--footer-muted)}.footer-bottom__center{text-align:center}.footer-bottom__right{text-align:right}.back-to-top{color:#ededed;text-decoration:none;font-weight:500;display:inline-block}@media (max-width: 1024px){.velorah-hero__h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.02em}.hero-headline{grid-template-columns:1fr;align-items:start;gap:clamp(1.75rem,5vw,3rem)}.hero-headline__aside{padding-bottom:0;max-width:38rem}.services-item__card{left:2vw;width:16vw}.services-item__tag{right:10vw}.project-card{height:auto;min-height:60vh}.project-card__title h2{font-size:clamp(1.8rem,4vw,4.5rem)}.footer-top,.footer-bottom{gap:1rem}.footer-email a{font-size:1.4rem}}@media (max-width: 768px){.velorah-nav__logo{top:1.25rem;left:1.5rem;font-size:.75rem}.menu-toggle{top:1.25rem;right:1.5rem;gap:.4rem;--toggle-y-top: 5.4px;--toggle-y-bottom: -5.4px}.theme-toggle{position:fixed;bottom:1.25rem;left:1.5rem}.menu-toggle__inner{width:20px;height:12px}.menu-toggle__line{height:1.2px}.menu-toggle__label{font-size:.75rem;letter-spacing:.15em}body:after{border-width:6px;border-radius:16px}.menu-nav__text{font-size:clamp(2.8rem,14vw,5.5rem)}.menu-nav__card{display:none}.menu-overlay__inner{padding:5rem 1.5rem 2rem}.hero-grid{padding:clamp(4.5rem,8vh,6rem) 1.5rem 1.5rem}.hero-meta{grid-template-columns:1fr 1fr;gap:1rem;font-size:.62rem}.hero-meta__item--mid{display:none}.velorah-hero__h1{font-size:clamp(2.2rem,9vw,3.5rem);letter-spacing:-.02em}.velorah-hero__subtext{font-size:clamp(.9rem,3.5vw,1rem);margin-top:0}.btn-large{padding:1rem 2.4rem;font-size:.9rem;margin-top:1.5rem}.hero-foot{font-size:.6rem;gap:1rem}.hero-foot__caption{text-align:right}.services-section{padding:3rem 4vw;min-height:unset}.services-header{grid-template-columns:1fr;padding:0 1vw 1.25rem;column-gap:0;row-gap:1rem;margin-bottom:2rem;align-items:start}.services-list{margin:1.5rem 0;padding:0 1vw}.services-item{padding:1.1rem 0;column-gap:1rem}.services-item__num{font-size:.65rem}.services-item__text{font-size:clamp(1.8rem,10vw,4rem)}.services-item.is-active .services-item__text{transform:scaleY(1.25)}.services-item__card,.services-item__tag{display:none}.projects-section{padding:4vh 4vw 6vh}.projects-header{margin-bottom:2.5rem;padding-bottom:1.25rem}.projects-header__index{margin-bottom:.75rem}.project-card{position:sticky;top:10vh;height:70vh;flex-direction:column;border-radius:16px;margin-bottom:4vh;box-shadow:0 4px 24px #0000001f}.project-card__left{width:100%;padding:5vw 5vw 3vw;flex:1}.project-card__top{padding-bottom:.75rem;font-size:.62rem}.project-card__title{margin-top:1.25rem}.project-card__right{width:100%;padding:0;background-color:#0a0a0a;flex:1}.project-card__image{height:100%;border-radius:0;padding:1rem}.project-card__title h2{font-size:clamp(1.5rem,6vw,3.5rem);margin-bottom:.75rem;transform:scaleY(1.2)}.project-card__tags{margin-top:1rem}.project-card__bottom p{font-size:.85rem;max-width:100%;margin-bottom:1rem;line-height:1.6}.archives-head{padding:2.5rem 1.5rem 1.25rem;font-size:.6rem}.archives-3d-wrapper{height:clamp(440px,62vh,640px);perspective:1700px}.archives-3d-container{width:118vmax;height:118vmax}.archives-3d-grid{gap:.9rem;width:100%;height:66%;transform:rotateX(42deg) rotate(40deg)}.archives-3d-wrapper:before,.archives-3d-wrapper:after{height:14%}.archives-col{gap:.8rem}.archives-card{border-radius:8px}.archives-marquee span{font-size:clamp(2rem,7vw,3rem)}.about-section{padding:4rem 1.5rem}.about-head{margin-bottom:2.5rem;font-size:.6rem}.about-section__text{font-size:clamp(2.2rem,9vw,5rem);line-height:1}.about-foot{grid-template-columns:1fr;align-items:start;gap:2.5rem;margin-top:2.5rem}.about-foot__meta{justify-content:flex-start;gap:2rem}.hover-reveal:after{height:2px}.about-hover-container{display:none}.approach-section{padding:7rem 1.5rem 4rem;min-height:auto}.approach-head{margin-bottom:2rem;font-size:.6rem}.approach-layout{grid-template-columns:1fr;gap:2.5rem;padding-top:2rem}.approach-aside{gap:1.75rem}.form-row{flex-direction:column;gap:.5rem}.form-row label{padding-top:0;font-size:.65rem}.form-row input,.form-row textarea{font-size:clamp(1.8rem,7vw,3.5rem)}.approach-title{margin-bottom:2.5rem;font-size:clamp(3rem,14vw,6rem)}.approach-title-img{border-radius:4px;width:clamp(60px,20vw,120px);height:clamp(40px,14vw,80px)}.interest-pill{font-size:clamp(1.2rem,4vw,2rem);padding:.3em .6em}.footer-section{padding:0 .5rem .5rem}.footer-inner{padding:5vw;border-radius:12px;min-height:unset;gap:3rem}.footer-top{grid-template-columns:1fr;gap:1rem;text-align:left}.footer-top__center,.footer-top__right{text-align:left}.footer-cta__text{font-size:clamp(2.5rem,12vw,7rem)}.footer-email a{font-size:1.2rem;word-break:break-all}.footer-main{grid-template-columns:1fr;gap:2.75rem;align-items:start}.footer-contact{flex-direction:column;align-items:flex-start;gap:1.5rem}.footer-cols{grid-template-columns:1fr 1fr;gap:2rem 1rem;justify-items:start}.footer-bottom{grid-template-columns:1fr;gap:1rem;text-align:left}.footer-bottom__center,.footer-bottom__right{text-align:left}}@media (max-width: 480px){.velorah-hero__h1{font-size:clamp(1.9rem,10vw,3rem)}.velorah-hero__subtext{font-size:.875rem}.btn-large{padding:.875rem 2rem;font-size:.85rem;margin-top:1.5rem}.services-item__text{font-size:clamp(1.6rem,12vw,3.5rem)}.project-card__image{height:180px;padding:1rem}.project-card__title h2{font-size:clamp(1.5rem,8vw,2.5rem)}.archives-3d-wrapper{height:clamp(360px,50vh,480px);perspective:1700px}.archives-3d-container{width:125vmax;height:125vmax}.archives-3d-grid{gap:.7rem;width:100%;height:50%;transform:rotateX(34deg) rotate(36deg)}.archives-col{gap:.55rem}.archives-card{border-radius:6px}.archives-marquee span{font-size:clamp(1.6rem,7vw,2.5rem)}.approach-title{font-size:clamp(2.5rem,15vw,4rem)}.form-row input,.form-row textarea{font-size:clamp(1.5rem,8vw,2.5rem)}.footer-cta__text{font-size:clamp(2rem,14vw,5rem)}.footer-email a{font-size:1rem}}.reveal-wrapper{position:relative;display:inline-flex;flex-direction:column;overflow:hidden;vertical-align:middle}.reveal-text{display:inline-flex;align-items:center;justify-content:center;transition:transform .5s cubic-bezier(.19,1,.22,1)}.reveal-clone{position:absolute;top:100%;left:0;width:100%;height:100%}.reveal-btn:hover .reveal-text{transform:translateY(-100%)}.theme-toggle{position:fixed;bottom:2rem;left:2rem;z-index:100;display:flex;align-items:center;gap:.5rem;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.5rem 1rem;color:#ededed;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.theme-toggle:hover{background:#fff3}.theme-toggle__icon{font-size:1rem}.light-mode{--bg-color: #F4F4F0;--text-color: #1C1C1C;--menu-bg: #F4F4F0;--menu-text: #1C1C1C;--frame-color: #ffffff;--foreground: #1C1C1C}.light-mode .velorah-hero{--background: #F4F4F0;--foreground: #FFFFFF;--muted-foreground: rgba(255, 255, 255, .82);--hairline: rgba(255, 255, 255, .45);--hero-scrim-top: rgba(10, 10, 10, .32);--hero-scrim-bot: rgba(10, 10, 10, .5)}.light-mode .velorah-hero__h1,.light-mode .velorah-hero__subtext,.light-mode .hero-meta,.light-mode .hero-index,.light-mode .hero-foot{text-shadow:0 1px 3px rgba(0,0,0,.35),0 1px 24px rgba(0,0,0,.18)}.light-mode .velorah-hero__h1 em{color:#ffffffb3}.light-mode .about-section{background-color:#eae7e0;color:#1c1c1c;--about-hairline: rgba(28, 28, 28, .16);--about-muted: rgba(28, 28, 28, .6)}.light-mode .about-head__index,.light-mode .about-stat__num{color:#1c1c1c}.light-mode .hover-reveal:after{background-color:#1c1c1c}.light-mode .services-section{background-color:#f4f4f0;color:#1c1c1c;--services-line: rgba(28, 28, 28, .16);--services-num: rgba(28, 28, 28, .45)}.light-mode .services-item__text,.light-mode .services-item:hover .services-item__num{color:#1c1c1c}.light-mode .projects-section{background-color:#f4f4f0;--proj-line: rgba(28, 28, 28, .16)}.light-mode .projects-header__title,.light-mode .project-card__index{color:#1c1c1c}.light-mode .projects-header__index,.light-mode .projects-header__count,.light-mode .project-card__year{color:#666}.light-mode .project-card__top{border-bottom-color:#1c1c1c24}.light-mode .project-card{background-color:#f4f4f0;box-shadow:0 -10px 40px #0000000f}.light-mode .project-card__left{background-color:#f4f4f0;color:#1c1c1c}.light-mode .project-card__right{background-color:#eae7e0}.light-mode .project-card__image{background-color:#fff}.light-mode .project-card__image img{border:1px solid rgba(0,0,0,.1)}.light-mode .project-card__tags .tag{border-color:#1c1c1c66}.light-mode .project-card__bottom p{color:#666}.light-mode .project-btn{color:#1c1c1c;border-color:#1c1c1c}.light-mode .project-btn .arrow{background:#1c1c1c;color:#f4f4f0}.light-mode .archives-section{background-color:#f4f4f0;color:#1c1c1c;--archives-fade: #F4F4F0;--archives-hairline: rgba(28, 28, 28, .16);--archives-muted: rgba(28, 28, 28, .55)}.light-mode .archives-head__index{color:#1c1c1c}.light-mode .archives-marquee-wrapper{background-color:#f4f4f0;border-color:#1c1c1c1a}.light-mode .theme-toggle{background:#1c1c1c0d;border-color:#1c1c1c26;color:#1c1c1c}.light-mode .theme-toggle:hover{background:#1c1c1c1a}.light-mode .footer-section{background-color:#f4f4f0;color:#1c1c1c}.light-mode .footer-inner{background-color:#eae7e0;color:#1c1c1c;--footer-line: rgba(28, 28, 28, .16);--footer-muted: rgba(28, 28, 28, .55)}.light-mode .footer-cta__text,.light-mode .footer-status,.light-mode .footer-email a,.light-mode .footer-col a,.light-mode .back-to-top,.light-mode .archives-marquee span{color:#1c1c1c}.light-mode .archives-marquee span .starburst{color:#d32f2f}.light-mode .approach-section{background-color:#f4f4f0;color:#1c1c1c;--approach-line: rgba(28, 28, 28, .16);--approach-muted: rgba(28, 28, 28, .6)}.light-mode .approach-title,.light-mode .approach-aside__block a,.light-mode .approach-aside__static{color:#1c1c1c}.light-mode .form-row label{color:#666;border-bottom-color:#1c1c1c33}.light-mode .form-row input,.light-mode .form-row textarea{color:#1c1c1c;background-color:transparent}.light-mode .form-row input::placeholder,.light-mode .form-row textarea::placeholder{color:#1c1c1c4d}.light-mode .interest-pill{color:#666;border-color:#1c1c1c33}.light-mode .interest-pill:hover,.light-mode .interest-pill.active{background-color:#1c1c1c;color:#f4f4f0;border-color:#1c1c1c}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;border:14px solid var(--frame-color);border-radius:32px;pointer-events:none;z-index:9999;box-shadow:0 0 0 100vmax var(--frame-color)}.preloader{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0a0a0a;z-index:9999999;display:flex;align-items:center;justify-content:center}.preloader__mark{display:flex;flex-direction:column;align-items:center;gap:10px}.preloader__top{width:44px;height:220px;background-color:#2a2a2a;clip-path:polygon(0 0,100% 0,85% 100%,15% 100%);position:relative;overflow:hidden}.preloader__fill{position:absolute;bottom:0;left:0;width:100%;height:0%;background-color:#ededed}.preloader__bottom{width:32px;height:32px;background-color:#ededed}.preloader__percent{position:absolute;bottom:2rem;left:2rem;font-family:Inter,sans-serif;font-size:clamp(4rem,8vw,6rem);font-weight:400;color:#ededed;line-height:1}.preloader__icons{position:absolute;bottom:2rem;right:2rem;display:flex;gap:12px}.preloader__icon{width:36px;height:36px;border-radius:50%;background-color:#ffffff0d;color:#888;display:flex;align-items:center;justify-content:center;font-size:14px;letter-spacing:2px}.light-mode .preloader{background-color:#f4f4f0}.light-mode .preloader__top{background-color:#e0e0e0}.light-mode .preloader__fill,.light-mode .preloader__bottom{background-color:#1c1c1c}.light-mode .preloader__percent{color:#1c1c1c}.light-mode .preloader__icon{background-color:#0000000d;color:#666;border-color:#0000001a}
