@charset "UTF-8";@font-face{font-family:Inter;font-style:normal;font-weight:400 500;font-display:swap;src:url(/assets/inter-latin-8kRkwJBP.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:400 500;font-display:swap;src:url(/assets/inter-latin-ext-B_-bZUTo.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Merriweather;font-style:normal;font-weight:500 700;font-display:swap;src:url(/assets/merriweather-latin-9wBkG309.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Merriweather;font-style:normal;font-weight:500 700;font-display:swap;src:url(/assets/merriweather-latin-ext-D3GiuFNb.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}:root{font-family:Inter,system-ui,sans-serif;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;background-color:#0b0d10;color:#ededed;overflow-x:hidden;font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6}body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}::selection{background-color:#c9a24d;color:#0b0d10}h1{font-family:Merriweather,Georgia,serif;font-size:clamp(2.75rem,5vw,4rem);font-weight:600;line-height:1.15;letter-spacing:-.02em}h2{font-family:Merriweather,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.2;letter-spacing:-.01em}h3{font-family:Merriweather,Georgia,serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1.25}a{color:inherit;text-decoration:none}ul{list-style:none}.header{position:sticky;top:0;z-index:100;width:100%;background-color:#0b0d10;border-bottom:1px solid #1A1E26;transition:background-color .3s ease,backdrop-filter .3s ease,border-color .3s ease}.header--scrolled{background-color:#0b0d10d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-color:#1a1e2680}.header__container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem clamp(1.25rem,3vw,1.5rem)}.header__logo{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1.25;font-family:Merriweather,Georgia,serif;font-weight:600;color:#ededed;transition:color .2s ease}.header__logo:hover{color:#c9a24d}.header__right{display:flex;align-items:center;gap:2rem}@media(max-width:768px){.header__right{gap:1rem}}@media(max-width:768px){.header__nav{display:none}}.header__list{display:flex;gap:2rem}.header__item{list-style:none}.header__link{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;color:#7c808a;transition:color .2s ease;position:relative}.header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#c9a24d;transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.header__link:hover{color:#ededed}.header__link:hover:after{transform:scaleX(1)}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;background:none;border:none;cursor:pointer;z-index:102}@media(max-width:768px){.header__hamburger{display:flex}}.header__hamburger--active .header__hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__hamburger--active .header__hamburger-line:nth-child(2){opacity:0}.header__hamburger--active .header__hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__hamburger-line{display:block;width:100%;height:2px;background-color:#ededed;transition:transform .3s ease,opacity .3s ease}.header__mobile-nav{display:none}@media(max-width:768px){.header__mobile-nav{position:fixed;top:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;background-color:#0b0d10;transform:translate(100%);transition:transform .3s ease;z-index:101}}.header__mobile-nav--open{transform:translate(0)}.header__mobile-nav .header__list{flex-direction:column;align-items:center;gap:2.5rem}.header__mobile-nav .header__link{font-family:Merriweather,Georgia,serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1.25;color:#7c808a}.header__mobile-nav .header__link:hover{color:#ededed}.header__mobile-lang{position:absolute;top:1rem;left:1.5rem}.header__overlay{display:none}@media(max-width:768px){.header__overlay{display:block;position:fixed;inset:0;background-color:#0b0d10cc;z-index:100}}.footer{margin-top:auto;background-color:#0b0d10;border-top:1px solid #1A1E26}.footer__container{max-width:1200px;margin:0 auto;padding:clamp(2.5rem,5vw,4rem) clamp(1.25rem,3vw,1.5rem) 2rem}.footer__cta{text-align:center;padding-bottom:clamp(2rem,4vw,3rem);border-bottom:1px solid #1A1E26}.footer__cta-title{font-family:Merriweather,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#ededed;margin-bottom:1rem}.footer__cta-text{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:400;line-height:1.75;color:#a6a9b0;margin-bottom:2rem}.footer__cta-button{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;display:inline-flex;align-items:center;padding:.875rem 2rem;font-weight:500;background-color:#c9a24d;color:#0b0d10;border-radius:4px;transition:background-color .2s ease,box-shadow .2s ease}.footer__cta-button:hover{background-color:#b08a3d;box-shadow:0 0 20px #c9a24d26}.footer__cta-button:hover .footer__cta-arrow{transform:translate(4px)}.footer__cta-arrow{margin-left:.5rem;display:inline-block;transition:transform .2s ease}.footer__linkedin{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;display:block;margin-top:1.5rem;color:#a6a9b0;transition:color .2s ease}.footer__linkedin:hover{color:#ededed}.footer__bottom{padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer__copyright{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.875rem);font-weight:500;line-height:1.5;color:#7c808a}.footer__privacy-link{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.875rem);font-weight:500;line-height:1.5;color:#7c808a;transition:color .2s ease}.footer__privacy-link:hover{color:#ededed}.skip-link{position:absolute;top:-100%;left:1rem;z-index:1000;padding:.75rem 1.5rem;background-color:#c9a24d;color:#0b0d10;font-weight:500;border-radius:0 0 6px 6px;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:0}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__main{flex:1;width:100%}.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem clamp(1.25rem,3vw,1.5rem);text-align:center;position:relative;perspective:1000px}.hero:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-55%);width:600px;height:600px;background:radial-gradient(circle,rgba(201,162,77,.06) 0%,transparent 70%);pointer-events:none;z-index:0}.hero__content{max-width:800px;will-change:transform,opacity;position:relative;z-index:1}.hero__title{font-family:Merriweather,Georgia,serif;font-size:clamp(2.75rem,5vw,4rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem;color:#ededed;perspective:1000px}.hero__title-accent{color:#c9a24d}.hero__letter{display:inline-block;transform-origin:bottom center;will-change:transform,opacity}.hero__description{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:400;line-height:1.75;max-width:600px;margin:0 auto 2rem;color:#a6a9b0}.hero__services{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero__service-tag{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.875rem);font-weight:500;line-height:1.5;padding:.5rem 1rem;background-color:#1b2333;border:1px solid #1A1E26;border-radius:100px;color:#a6a9b0;transition:all .2s ease}.hero__service-tag:hover{border-color:#c9a24d;color:#ededed;box-shadow:0 0 12px #c9a24d1a}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__button{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-weight:500;border-radius:4px;transition:all .2s ease}.hero__button--primary{background-color:#c9a24d;color:#0b0d10}.hero__button--primary:hover{background-color:#b08a3d}.hero__button--secondary{background-color:transparent;color:#ededed;border:1px solid #1A1E26}.hero__button--secondary:hover{border-color:#7c808a;background-color:#1b2333}.hero__button--secondary:hover .hero__button-arrow{transform:translate(4px)}.hero__button-arrow{margin-left:.5rem;display:inline-block;transition:transform .2s ease}.hero__scroll{position:absolute;bottom:6rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.hero__scroll-text{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.875rem);font-weight:500;line-height:1.5;color:#7c808a;text-transform:uppercase;letter-spacing:.1em}.hero__scroll-mouse{color:#7c808a}.work{padding:clamp(3rem,6vw,6rem) clamp(1.25rem,3vw,1.5rem);background-color:#0b0d10}.work__container{max-width:1200px;margin:0 auto}.work__header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.work__label{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.8125rem);font-weight:500;line-height:1.5;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:1rem;color:#c9a24d}.work__title{font-family:Merriweather,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;margin-bottom:1rem;color:#ededed}.work__description{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:400;line-height:1.75;max-width:600px;margin:0 auto;color:#a6a9b0}.work__featured{margin-bottom:2rem}.work__featured-link,.work__card-link{text-decoration:none;display:block}.work__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.25rem,2.5vw,2rem)}@media(max-width:768px){.work__grid{grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem)}}.work__card{background-color:#0b0d10;border-radius:8px;overflow:hidden;border:1px solid #1A1E26;transition:border-color .2s ease;will-change:transform}.work__card:hover{border-color:#c9a24d}.work__card:hover .work__card-cta{color:#c9a24d}.work__card:hover .work__card-cta:after{transform:translate(4px)}.work__card--featured{display:grid;grid-template-columns:1.5fr 1fr;gap:0}@media(max-width:768px){.work__card--featured{grid-template-columns:1fr}}.work__card--featured .work__card-image{aspect-ratio:4/3}@media(max-width:768px){.work__card--featured .work__card-image{aspect-ratio:4/3}}.work__card--featured .work__card-content{display:flex;flex-direction:column;justify-content:center;padding:2rem}@media(max-width:768px){.work__card--featured .work__card-content{padding:1.5rem}}.work__card--featured .work__card-title{font-family:Merriweather,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0 0 .75rem}.work__card--featured .work__card-description{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:400;line-height:1.75}.work__card-image{aspect-ratio:4/3;overflow:hidden;position:relative}.work__card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.work__card-image img{width:100%;height:100%;object-fit:cover;will-change:transform;filter:saturate(.8);transition:filter .3s ease,transform .2s ease}.work__card:hover .work__card-image:after{opacity:1}.work__card:hover .work__card-image img{filter:saturate(1);transform:scale(1.03)}.work__card-content{padding:1.5rem}.work__card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.work__card-tag{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.875rem);font-weight:500;line-height:1.5;padding:.35rem .85rem;background-color:#1b2333;border-radius:4px;color:#ededed;letter-spacing:.03em}.work__card-title{font-family:Merriweather,Georgia,serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;line-height:1.25;margin:0 0 .5rem;color:#ededed}.work__card-description{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;color:#a6a9b0}.work__card-cta{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;color:#a6a9b0;display:inline-flex;align-items:center;margin-top:1rem;transition:color .2s ease}.work__card-cta:after{content:"→";margin-left:.5rem;transition:transform .2s ease}.about{padding:clamp(3rem,6vw,6rem) clamp(1.25rem,3vw,1.5rem);background-color:#0b0d10}.about__container{max-width:1200px;margin:0 auto}.about__intro{display:flex;align-items:flex-start;gap:clamp(2rem,4vw,3rem);margin-bottom:clamp(2.5rem,5vw,4rem)}@media(max-width:768px){.about__intro{flex-direction:column;gap:clamp(1.25rem,2.5vw,2rem)}}.about__image{flex-shrink:0;width:180px}@media(max-width:768px){.about__image{width:120px}}.about__image img{width:100%;height:auto;border-radius:8px;aspect-ratio:1;object-fit:cover}.about__content{flex:1}.about__header{margin-bottom:1.5rem}.about__label{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.8125rem);font-weight:500;line-height:1.5;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.75rem;color:#c9a24d}.about__title{font-family:Merriweather,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;color:#ededed}.about__text{margin-bottom:0}.about__paragraph{font-family:Inter,system-ui,sans-serif;font-size:clamp(.9375rem,1.5vw,1.125rem);font-weight:400;line-height:1.75;color:#a6a9b0;margin-bottom:1rem}.about__paragraph:last-child{margin-bottom:0}.about__services{margin-bottom:clamp(2rem,4vw,3rem)}.about__services-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.8125rem);font-weight:500;line-height:1.5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;color:#7c808a}.about__services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(.75rem,1.5vw,1.5rem)}@media(max-width:768px){.about__services-grid{grid-template-columns:1fr}}.about__service{padding:1.5rem;background-color:#1b2333;border-radius:8px;border:1px solid transparent;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.about__service:hover{background-color:#232d42;border-color:#c9a24d4d;box-shadow:0 4px 20px #c9a24d14;transform:translateY(-2px)}.about__service-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;line-height:1.6;font-weight:600;color:#ededed;margin-bottom:.5rem}.about__service-text{font-family:Inter,system-ui,sans-serif;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;color:#7c808a;line-height:1.6}.about__focus-title{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.8125rem);font-weight:500;line-height:1.5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;color:#7c808a}.about__focus-list{display:flex;flex-wrap:wrap;gap:.75rem}.about__focus-item{font-family:Inter,system-ui,sans-serif;font-size:clamp(.6875rem,1vw,.875rem);font-weight:500;line-height:1.5;padding:.5rem 1rem;background-color:#1b2333;border:1px solid transparent;border-radius:100px;color:#a6a9b0;transition:all .2s ease}.about__focus-item:hover{color:#ededed;border-color:#c9a24d66;background-color:#c9a24d14}.home{width:100%}
