@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap";:root{--white:#fff;--offwhite:#fafaf8;--cream:#f5f4f0;--smoke:#edece8;--muted:#b5b3ad;--gray:#8a8883;--charcoal:#3d3d3b;--ink:#1a1a18;--black:#0e0e0c;--font-serif:"Cormorant Garamond", "Georgia", serif;--font-sans:"Inter", -apple-system, "Segoe UI", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:10rem;--container:1320px;--gutter:2rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--duration:.6s}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);color:var(--ink);background-color:var(--white);font-weight:400;line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:var(--container);padding:0 var(--gutter);margin:0 auto}.heading-display{font-family:var(--font-serif);letter-spacing:-.02em;color:var(--black);font-size:clamp(3.5rem,8vw,7rem);font-weight:300;line-height:1}.heading-1{font-family:var(--font-serif);letter-spacing:-.01em;color:var(--black);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:400;line-height:1.1}.heading-2{font-family:var(--font-serif);color:var(--black);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:400;line-height:1.2}.heading-3{font-family:var(--font-serif);color:var(--black);font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1.3}.label{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--gray);font-size:.75rem;font-weight:500}.body-large{font-family:var(--font-sans);color:var(--charcoal);font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:300;line-height:1.7}.body{font-family:var(--font-sans);color:var(--charcoal);font-size:.95rem;font-weight:400;line-height:1.7}.divider{background-color:var(--smoke);width:100%;height:1px}.section{padding:var(--space-3xl) 0}.section--cream{background-color:var(--cream)}.section--black{background-color:var(--black);color:var(--white)}.section--black .label{color:var(--muted)}.section--black .body-large{color:var(--smoke)}.section--black .heading-1,.section--black .heading-2,.section--black .heading-display{color:var(--white)}.btn{font-family:var(--font-sans);letter-spacing:.06em;text-transform:uppercase;transition:all .4s var(--ease-out);border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2.25rem;font-size:.85rem;font-weight:500;display:inline-flex}.btn--primary{background-color:var(--black);color:var(--white)}.btn--primary:hover{background-color:var(--charcoal);transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.btn--outline{color:var(--black);border:1.5px solid var(--black);background-color:#0000}.btn--outline:hover{background-color:var(--black);color:var(--white);transform:translateY(-2px)}.btn--white{background-color:var(--white);color:var(--black)}.btn--white:hover{background-color:var(--offwhite);transform:translateY(-2px);box-shadow:0 8px 30px #00000014}.btn .arrow{transition:transform .3s var(--ease-out)}.btn:hover .arrow{transform:translate(4px)}.reveal{opacity:0;transition:opacity 1s var(--ease-out), transform 1s var(--ease-out);transform:translateY(50px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.12s}.reveal-delay-2{transition-delay:.24s}.reveal-delay-3{transition-delay:.36s}.reveal-delay-4{transition-delay:.48s}.reveal-delay-5{transition-delay:.6s}.reveal-delay-6{transition-delay:.72s}::selection{background:var(--ink);color:var(--white)}@media (width<=1024px){:root{--space-3xl:8rem;--space-2xl:5rem}}@media (width<=768px){:root{--space-3xl:5rem;--space-2xl:3.5rem;--space-xl:2.5rem;--gutter:1.25rem}.heading-display{font-size:clamp(2.5rem,10vw,4rem)}.heading-1{font-size:clamp(2rem,7vw,3rem)}.heading-2{font-size:clamp(1.5rem,5vw,2rem)}.btn{padding:.875rem 1.75rem;font-size:.8rem}}@media (width<=480px){:root{--space-3xl:4rem;--space-2xl:3rem;--space-xl:2rem;--gutter:1rem}}.navbar{z-index:1000;width:100%;transition:all .4s var(--ease-out);padding:1.5rem 0;position:fixed;top:0;left:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--smoke);background:#ffffffeb;padding:.75rem 0}.navbar__inner{justify-content:space-between;align-items:center;display:flex}.navbar__logo{font-family:var(--font-sans);letter-spacing:.2em;color:var(--black);align-items:center;font-size:1.1rem;font-weight:600;display:flex}.navbar__logo img{width:clamp(160px,18vw,224px);height:auto}.navbar__links{gap:2.5rem;list-style:none;display:flex}.navbar__links a{font-family:var(--font-sans);color:var(--charcoal);letter-spacing:.02em;font-size:.85rem;font-weight:400;transition:color .3s;position:relative}.navbar__links a:after{content:"";background-color:var(--black);width:0;height:1px;transition:width .4s var(--ease-out);position:absolute;bottom:-4px;left:0}.navbar__links a:hover{color:var(--black)}.navbar__links a:hover:after{width:100%}.navbar__cta{padding:.65rem 1.5rem;font-size:.75rem}.navbar__hamburger{flex-direction:column;gap:5px;padding:8px;display:none}.navbar__hamburger span{background:var(--black);width:24px;height:1.5px;transition:all .3s var(--ease-out);display:block}.navbar__hamburger--active span:first-child{transform:rotate(45deg)translate(4px,4px)}.navbar__hamburger--active span:nth-child(2){opacity:0}.navbar__hamburger--active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=900px){.navbar__links{background:var(--white);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;width:100%;height:100vh;display:none;position:fixed;top:0;left:0}.navbar__links--open{display:flex}.navbar__links a{font-size:1.5rem;font-family:var(--font-serif);font-weight:400}.navbar__logo img{width:152px}.navbar__cta{display:none}.navbar__hamburger{z-index:1001;display:flex}}.code-fountain{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px){.code-fountain{opacity:.4}}.hero{padding-top:calc(var(--space-3xl) + 4rem);padding-bottom:0;position:relative;overflow:hidden}.hero__fountain-container{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero__z{z-index:1;position:relative}.hero__content{margin-bottom:var(--space-xl)}.hero__title{margin-top:var(--space-md);margin-bottom:var(--space-xl)}.hero__title em{font-style:italic;font-weight:300}.hero__bottom{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:end;display:grid}.hero__desc{max-width:520px}.hero__actions{justify-content:flex-end;align-items:flex-end;gap:1rem;display:flex}.hero__marquee{padding:var(--space-lg) 0;border-top:1px solid var(--smoke);border-bottom:1px solid var(--smoke);margin-bottom:var(--space-xl);overflow:hidden}.hero__marquee-track{white-space:nowrap;font-family:var(--font-sans);color:var(--gray);letter-spacing:.04em;text-transform:uppercase;gap:1rem;font-size:.9rem;font-weight:300;animation:25s linear infinite marquee;display:flex}.hero__marquee-track .dot{color:var(--muted)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=900px){.hero__bottom{gap:var(--space-lg);grid-template-columns:1fr}.hero__actions{flex-wrap:wrap;justify-content:flex-start}}@media (width<=600px){.hero{padding-top:calc(var(--space-2xl) + 3rem)}.hero__actions{flex-direction:column}.hero__actions .btn{justify-content:center;width:100%}}.services__header{margin-bottom:var(--space-2xl)}.services__heading{margin-top:var(--space-sm)}.services__heading em{font-style:italic;font-weight:300}.services__grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.services__card{padding:var(--space-xl) var(--space-lg);border-bottom:1px solid var(--smoke);position:relative}.services__card:nth-child(odd){border-right:1px solid var(--smoke)}.services__card-top{align-items:baseline;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.services__number{font-family:var(--font-sans);color:var(--muted);letter-spacing:.05em;flex-shrink:0;font-size:.85rem;font-weight:300}.services__desc{max-width:480px;margin-bottom:var(--space-lg)}.services__tags{flex-wrap:wrap;gap:.5rem;display:flex}.services__tag{font-family:var(--font-sans);color:var(--charcoal);border:1px solid var(--smoke);background:var(--white);transition:all .3s var(--ease-out);border-radius:100px;padding:.45rem 1rem;font-size:.78rem;font-weight:400}.services__tag:hover{background:var(--black);color:var(--white);border-color:var(--black);transform:translateY(-2px)}.services__card .divider{display:none}@media (width<=900px){.services__grid{grid-template-columns:1fr}.services__card:nth-child(odd){border-right:none}}@media (width<=600px){.services__card{padding:var(--space-lg) 0}.services__card-top{gap:var(--space-xs);flex-direction:column}}.about__grid{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:1.2fr 1fr;display:grid}.about__heading{margin-top:var(--space-md);line-height:1.25}.about__heading em{font-style:italic;font-weight:300}.about__bio{margin-bottom:var(--space-md)}.about__cta{margin-top:var(--space-lg)}.about__stats{gap:var(--space-lg);padding-top:var(--space-2xl);border-top:1px solid #ffffff1a;grid-template-columns:repeat(4,1fr);display:grid}.about__stat{text-align:center}.about__stat-value{font-family:var(--font-serif);color:var(--white);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;line-height:1;display:block}.about__stat-label{font-family:var(--font-sans);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;font-weight:400}@media (width<=900px){.about__grid{gap:var(--space-xl);grid-template-columns:1fr}.about__stats{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.about__stats{gap:var(--space-lg);grid-template-columns:1fr 1fr}}.process__header{margin-bottom:var(--space-2xl)}.process__header h2{margin-top:var(--space-sm)}.process__header em{font-style:italic;font-weight:300}.process__steps{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.process__step{padding:var(--space-lg);padding-top:var(--space-xl);border-top:1px solid var(--smoke);transition:background .4s var(--ease-out);position:relative}.process__step:before{content:"";background:var(--black);width:0;height:2px;transition:width .6s var(--ease-out);position:absolute;top:-1px;left:0}.process__step:hover:before{width:100%}.process__step:hover{background:var(--white)}.process__step-number{font-family:var(--font-serif);color:var(--smoke);margin-bottom:var(--space-lg);transition:color .4s var(--ease-out);font-size:3rem;font-weight:300;line-height:1}.process__step:hover .process__step-number{color:var(--black)}.process__step-content h3{margin-bottom:var(--space-sm)}.process__step-content p{color:var(--gray);max-width:280px}@media (width<=900px){.process__steps{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.process__steps{grid-template-columns:1fr}}.contact__grid{gap:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.contact__heading{margin-top:var(--space-md);margin-bottom:var(--space-lg)}.contact__heading em{font-style:italic;font-weight:300}.contact__desc{margin-bottom:var(--space-xl);max-width:480px}.contact__details{gap:var(--space-lg);flex-direction:column;display:flex}.contact__detail .label{margin-bottom:.25rem}.contact__link{font-family:var(--font-serif);color:var(--white);font-size:1.5rem;font-weight:400;transition:opacity .3s}.contact__link:hover{opacity:.7}.contact__form{gap:var(--space-lg);flex-direction:column;display:flex}.contact__field{flex-direction:column;gap:.5rem;display:flex}.contact__field input,.contact__field textarea{font-family:var(--font-sans);color:var(--white);transition:border-color .3s var(--ease-out);resize:none;background:0 0;border:none;border-bottom:1px solid #ffffff26;outline:none;padding:.75rem 0;font-size:1rem;font-weight:300}.contact__field input::placeholder,.contact__field textarea::placeholder{color:#ffffff40}.contact__field input:focus,.contact__field textarea:focus{border-color:#ffffff80}.contact__submit{margin-top:var(--space-sm);align-self:flex-start}@media (width<=900px){.contact__grid{gap:var(--space-xl);grid-template-columns:1fr}}.work__header{margin-bottom:var(--space-2xl)}.work__header h2{margin-top:var(--space-sm)}.work__header em{font-style:italic;font-weight:300}.work__projects{gap:var(--space-xl);flex-direction:column;display:flex}.work__project{gap:var(--space-xl);grid-template-columns:1.1fr 1fr;align-items:center;display:grid}.work__project:nth-child(2n){grid-template-columns:1fr 1.1fr}.work__project:nth-child(2n) .work__project-image{order:2}.work__project:nth-child(2n) .work__project-info{order:1}.work__project-image{border-radius:var(--radius-xl);aspect-ratio:4/3;cursor:pointer;background:var(--cream);position:relative;overflow:hidden}.work__project-image img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease-out)}.work__project-image:hover img{transform:scale(1.06)}.work__project-overlay{padding:var(--space-lg);transition:background .5s var(--ease-out);background:#0e0e0c00;justify-content:flex-start;align-items:flex-end;display:flex;position:absolute;inset:0}.work__project-overlay .btn{opacity:0;transition:all .4s var(--ease-out);transform:translateY(20px)}.work__project-image:hover .work__project-overlay{background:#0e0e0c59}.work__project-image:hover .work__project-overlay .btn{opacity:1;transform:translateY(0)}.work__project-info{padding:var(--space-lg) 0}.work__project-title{margin:var(--space-sm) 0 var(--space-md)}.work__metrics{gap:var(--space-xl);margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--smoke);display:flex}.work__metric-value{font-family:var(--font-serif);color:var(--black);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.1;display:block}.work__metric-label{font-family:var(--font-sans);color:var(--gray);letter-spacing:.04em;text-transform:uppercase;margin-top:.25rem;font-size:.8rem;font-weight:400;display:block}@media (width<=900px){.work__project,.work__project:nth-child(2n){gap:var(--space-lg);grid-template-columns:1fr}.work__project:nth-child(2n) .work__project-image{order:1}.work__project:nth-child(2n) .work__project-info{order:2}.work__project-overlay .btn{opacity:1;transform:translateY(0)}.work__project-image{border-radius:var(--radius-lg)}}@media (width<=600px){.work__project-image{aspect-ratio:16/12;border-radius:var(--radius-md)}.work__metrics{gap:var(--space-lg)}}
