@font-face{font-family:Inter;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/Inter.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500 700;font-display:swap;src:url(/fonts/SpaceGrotesk.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0efed;--bg-card:#e9e7e4;--text:#1a1a1a;--text-secondary:#4a4a4a;--text-muted:#8a8a8a;--accent:#000;--accent-hover:#333;--accent-subtle:#e1ded9;--border:#d4d1cc;--font:"Inter",sans-serif;--section-padding:5rem 1.5rem;--section-padding-mobile:3rem 1.25rem;--section-padding-small:2.5rem 1rem;--content-max:1600px;--content-narrow:720px}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:1.125rem;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul{list-style:none}::selection{background:var(--accent);color:#fff}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img{max-width:100%;height:auto;display:block}.header{z-index:250;box-shadow:0 1px 0 var(--border);background:#fffffff2;position:fixed;top:0;left:0;right:0}.header__inner{align-items:center;gap:0;max-width:1600px;height:4rem;margin:0 auto;padding:0 .75rem;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.35rem;padding-right:1rem;text-decoration:none;display:flex}.header__logo-mark{letter-spacing:-.02em;color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;position:relative}.header__logo-mark:after{content:"";background:var(--accent);clip-path:inset(0 100% 0 0);border-radius:2px;height:2.5px;transition:clip-path .35s;position:absolute;bottom:1px;left:0;right:0}.header__logo:hover .header__logo-mark:after{clip-path:inset(0)}.header__sep{background:var(--border);flex-shrink:0;width:1px;height:1.5rem}.header__nav{gap:0;display:flex}.header__nav-list{gap:0;margin:0;padding:0;list-style:none;display:flex}.header__nav-item{display:flex}.header__link{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);padding:.6rem 1.1rem;font-size:.8125rem;font-weight:600;line-height:1;transition:color .2s;position:relative}.header__link:after{content:"";background:var(--accent);clip-path:inset(0 100% 0 0);border-radius:2px;height:2px;transition:clip-path .35s;position:absolute;bottom:2px;left:1.1rem;right:1.1rem}.header__link:hover{color:var(--text)}.header__link:hover:after{clip-path:inset(0)}.header__dropdown{align-items:stretch;display:flex;position:relative}.header__dropdown .header__link{align-items:center;display:flex}.header__drop-menu{background:var(--bg-card);border:1px solid var(--border);opacity:0;visibility:hidden;z-index:10;border-radius:6px;min-width:180px;padding:.35rem;transition:opacity .2s,visibility 0s .2s,transform .2s;position:absolute;top:100%;left:0;transform:translateY(4px);box-shadow:0 8px 24px #00000014}.header__dropdown:hover .header__drop-menu,.header__dropdown:focus-within .header__drop-menu{opacity:1;visibility:visible;transition:opacity .2s,transform .2s;transform:translateY(0)}.header__drop-link{color:var(--text-secondary);white-space:nowrap;border-radius:4px;padding:.45rem .85rem;font-size:.8125rem;font-weight:500;transition:color .2s,background .2s;display:block}.header__drop-link:hover{color:var(--text);background:var(--accent-subtle)}.header__actions{align-items:center;gap:.25rem;margin-left:auto;display:flex}.header__hamburger{border-radius:4px;flex-direction:column;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:4px;transition:background .2s;display:none}.header__hamburger span{background:var(--text);border-radius:1px;height:2.5px;transition:transform .3s,opacity .3s;display:block}.header__hamburger.is-open span:first-child{transform:translateY(7.5px)rotate(45deg)}.header__hamburger.is-open span:nth-child(2){opacity:0}.header__hamburger.is-open span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}@media (max-width:768px){.header__hamburger{display:flex}.header__sep{display:none}.header__nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:240;background:#fffffff2;margin-left:0;padding:2rem 1.5rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;inset:4rem 0 0;overflow-y:auto;transform:translate(100%)}.header__nav-list{flex-direction:column}.header__nav.is-open{transform:translate(0)}.header__link{text-transform:none;letter-spacing:0;padding:.75rem 1rem;font-size:1.25rem}.header__link:after,.header__drop-menu{display:none}.header__drop-link{padding:.5rem 1rem;font-size:1rem}}section[id]{scroll-margin-top:4rem}.section{padding:var(--section-padding);max-width:var(--content-max);margin:0 auto}.section--dark{background:var(--text);color:#ffffffe6;max-width:none;padding:var(--section-padding)}.section--light{background:var(--bg-card);max-width:none;padding:var(--section-padding)}.section--hero{background:linear-gradient(155deg,var(--bg-card) 0%,var(--bg) 50%,var(--bg-card) 100%);align-items:flex-start;max-width:none;min-height:100vh;padding:8rem 0 0;display:flex;position:relative;overflow:visible}.hero{max-width:var(--content-max);z-index:1;width:100%;margin:0 auto;padding:0 1.5rem;position:relative}.hero__inner{justify-content:space-between;align-items:center;gap:4rem;display:flex}.hero__text{flex:1;max-width:640px}.hero-fm{flex-shrink:0;align-items:baseline;gap:.08em;display:flex;position:relative}.hero-fm__f,.hero-fm__m{letter-spacing:-.07em;font-family:Space Grotesk,sans-serif;font-size:clamp(5rem,22vw,28rem);font-weight:700;line-height:1;display:inline-block}.hero-fm__f{color:var(--accent);text-shadow:1px 1px 0 var(--border),2px 2px 0 #0000000a,4px 4px 0 #00000005}.hero-fm__m{color:var(--text);opacity:.75;text-shadow:1px 1px 0 var(--border),2px 2px 0 #0000000a,4px 4px 0 #00000005}.hero-fm__stamp{color:var(--accent);opacity:.2;font-size:2rem;animation:2s ease-in-out infinite heroStamp;position:absolute;bottom:-.35rem;right:-1rem}@keyframes heroStamp{0%,to{opacity:.12;transform:scale(1)}50%{opacity:.35;transform:scale(1.15)}}.section__inner{width:100%;max-width:var(--content-max);margin:0 auto}.section__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:2.5rem;font-size:.875rem;font-weight:500;display:block}.section__label--light{color:#fff6}.hero__loc{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.875rem;font-weight:500}.hero__heading{letter-spacing:-.04em;max-width:10em;margin-bottom:.75rem;font-size:clamp(2.5rem,6vw,6rem);font-weight:700;line-height:1.05}.hero__em{color:var(--accent);display:inline-block;position:relative}.hero__sub{color:var(--text-secondary);min-height:1.6em;margin-bottom:2rem;font-size:clamp(1rem,2vw,1.35rem)}#heroType span{opacity:0;will-change:opacity,transform;display:inline-block;transform:translateY(6px)}.hero__cta{flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;display:flex}.hero__foot{color:var(--text-muted);font-size:.8125rem}.btn{border:1.5px solid var(--accent);letter-spacing:.05em;color:var(--accent);text-transform:uppercase;cursor:pointer;font-size:.8125rem;font-weight:600;font-family:var(--font);background:0 0;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.75rem;text-decoration:none;transition:color .2s,background .2s;display:inline-flex}.btn:hover{color:var(--bg);background:var(--accent)}.btn.btn--primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn.btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn--outline{border-color:var(--border);color:var(--text-secondary)}.btn--outline:hover{background:var(--accent);border-color:var(--accent);color:var(--bg)}.section--dark .btn{color:#fff;border-color:#fff}.section--dark .btn:hover{color:var(--text);background:#fff}.section--dark .btn--primary{color:var(--text);background:#fff;border-color:#fff}.section--dark .btn--primary:hover{background:#fffc}.section--dark .btn--outline{color:#ffffffb3;border-color:#ffffff4d}.section--dark .btn--outline:hover{color:var(--text);background:#fff;border-color:#fff}.o-background{width:100%;height:100%;position:relative;overflow:hidden}.overtitle{letter-spacing:.1em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.section--project-list{padding:var(--section-padding);z-index:1;position:relative;overflow:visible}@media (min-width:768px){.section--project-list{margin-top:-22rem;padding-bottom:27rem}}.section--project-list .project-list__title,.section--project-list .project-list__foot{padding-left:1.5rem;padding-right:1.5rem}.project-line{z-index:0;background:#ffffff26;width:3px;display:none;position:absolute;top:0;bottom:0;left:50%}.project-list__title{text-align:center;letter-spacing:-.02em;color:#fff;margin-bottom:0;padding-bottom:2rem;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:700;position:relative}.project-list__title:after{content:"";background:#fff3;width:1px;height:70px;margin:25px auto 0;display:block}.project-list_wrapper{z-index:1;padding-top:30px;position:relative}.project-list_item{pointer-events:none;width:100%;height:auto;display:block;position:relative}.project-list_item a{pointer-events:auto;text-decoration:none;display:block}.project-image-link.project{background:#00000026;width:100%;height:auto;position:relative;overflow:hidden}.project-image{transform-origin:0 0;background:#ffffff08;width:100%;height:50vh;position:relative;overflow:hidden}.project-image_inner{height:100%;position:relative;top:0;left:0;right:0;overflow:hidden}.project-image_inner-reverse{width:100%;height:100%}.project-image_inner .project-img{object-fit:contain;width:100%;height:100%;display:block}.project-image .o-background{will-change:transform}.project-info{z-index:2;text-align:center;width:100%;margin-top:1rem;display:block;position:relative}.project-info_wrapper{color:inherit;text-decoration:none;display:block;position:relative}.project-info_wrapper:before{content:"";z-index:-1;transform-origin:0 0;background:#ffffff26;width:1px;height:40px;transition:transform .6s cubic-bezier(.645,.045,.355,1);position:absolute;top:calc(100% + 30px);bottom:0;left:50%;transform:scaleY(0)}.project-info.is-show .project-info_wrapper:before{transform:scaleY(1)}.project-info_wrapper:after{content:"";color:#fff;background:currentColor;border-radius:50%;width:9px;height:9px;margin-left:-4.5px;transition:transform 1s cubic-bezier(.075,.82,.165,1);display:none;position:absolute;bottom:-5px;left:50%;transform:scale(0)}.project-list_item:hover .project-info_wrapper:after{transform:scale(2.5)}.project-info_date{letter-spacing:.1em;text-transform:uppercase;color:#fff6;opacity:0;margin-bottom:.25rem;font-size:.6875rem;font-weight:600;transition:transform .8s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1);display:block;transform:translateY(17px)}.project-info.is-show .project-info_date{opacity:1;transition-delay:.4s;transform:translateY(0)}.project-info_name{color:#fff;letter-spacing:-.01em;opacity:0;margin:.35rem 0 0;padding:0;font-size:1.0625rem;font-weight:600;line-height:1.3;transition:transform .8s cubic-bezier(.215,.61,.355,1),opacity .5s cubic-bezier(.215,.61,.355,1);transform:translateY(17px)}.project-info.is-show .project-info_name{opacity:1;transition-delay:.47s;transform:translateY(0)}.project-info_name,.project-info_date{color:#ffffff4d;transition:color .8s,transform 1.2s cubic-bezier(.215,.61,.355,1),opacity .8s cubic-bezier(.215,.61,.355,1)}.project-info.is-show .project-info_name,.project-info.is-show .project-info_date{color:#ffffffe6}.project-list__foot{text-align:center;margin-top:2.5rem}.project-list__foot a{color:#ffffff80;letter-spacing:.05em;text-transform:uppercase;font-size:.8125rem;font-weight:600;text-decoration:none;transition:color .2s}.project-list__foot a:hover{color:#fff}@media (min-width:576px){.project-line{display:block}.project-list__title:after{height:110px}.project-list_wrapper{padding-top:0}.project-list_item{height:25vw;margin-bottom:0}.project-list_item a{display:inline-block}.project-list_item:nth-child(odd){text-align:right}.project-list_item:nth-child(odd) .project-image-link.project{width:40.5vw;height:40.5vw}.project-list_item:nth-child(odd) .project-info{text-align:left;width:35vw;margin-top:0;margin-left:-.8vw;position:absolute;top:50%;left:50%;transform:translateY(-50%)}.project-list_item:nth-child(odd) .project-info_wrapper{padding:1.9vw 0 1.4vw;transform:translateY(-50%)}.project-list_item:nth-child(odd) .project-info_wrapper:before{background:#ffffff1f;width:1px;height:auto;top:0;bottom:0;left:.8vw}.project-list_item:nth-child(odd) .project-info_wrapper:after{margin-left:-4px;display:block;left:.8vw;right:auto}.project-list_item:nth-child(2n) .project-image-link.project{width:40.5vw;height:40.5vw}.project-list_item:nth-child(2n) .project-info{text-align:right;width:35vw;margin-top:0;margin-right:-.8vw;position:absolute;top:50%;right:50%;transform:translateY(-50%)}.project-list_item:nth-child(2n) .project-info_wrapper{padding:1.9vw 0 1.4vw;transform:translateY(-50%)}.project-list_item:nth-child(2n) .project-info_wrapper:before{background:#ffffff1f;width:1px;height:auto;top:0;bottom:0;right:.8vw}.project-list_item:nth-child(2n) .project-info_wrapper:after{margin-right:-4px;display:block;left:auto;right:.8vw}.project-image{width:56vw;height:42vw}.project-image_inner{position:absolute}.project-image_inner .project-img{transition:filter .6s}.project-info_name{max-width:266px;font-size:2.2vw}.project-info_date{margin-bottom:.9vw}}@media (min-width:768px){.project-list_item:nth-child(odd) .project-info,.project-list_item:nth-child(2n) .project-info{width:20vw}.project-info_name{max-width:none;font-size:2.2vw}}.statement{text-align:center;max-width:960px;margin:0 auto}.statement__text{letter-spacing:-.03em;font-size:clamp(2.5rem,5.5vw,5.5rem);font-weight:700;line-height:1.1}.statement__em{color:var(--accent)}.statement__sub{color:var(--text-secondary);margin-top:1.5rem;font-size:1rem}.services{grid-template-columns:repeat(2,1fr);gap:8rem;display:grid}.service{position:relative}.service__bg{width:12rem;height:12rem;color:var(--accent);opacity:.3;pointer-events:none;position:absolute;top:50%;right:-1rem;transform:translateY(-50%)}.service__title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.75rem,3.5vw,3rem);font-weight:600;line-height:1.1}.service__desc{color:var(--text-secondary);max-width:24em;font-size:1rem;line-height:1.6}.section--light .service__title{color:var(--text)}.about{grid-template-columns:auto 1fr;align-items:center;gap:4rem;display:grid}.about__portrait{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:70vh;max-height:600px;display:flex;overflow:hidden}.about__photo{object-fit:contain;width:auto;height:100%;display:block}.about__greeting{letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:block}.about__name{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.05}.about__bio{color:#fff9;max-width:28em;margin-bottom:2rem;font-size:1rem;line-height:1.7}.about__stats{gap:2.5rem;padding-top:1.5rem;display:flex}.about__stat{flex-direction:column;gap:.2rem;display:flex}.about__stat-num{letter-spacing:-.03em;font-size:1.5rem;font-weight:700;line-height:1}.about__stat-label{letter-spacing:.08em;text-transform:uppercase;color:#ffffff59;font-size:.625rem;font-weight:500}.cta{text-align:center;max-width:1100px;margin:0 auto;padding:2rem 0}.cta__label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;font-size:.75rem;font-weight:500;display:block}.cta__heading{letter-spacing:-.04em;margin-bottom:1.25rem;font-size:clamp(2.5rem,5.5vw,5.5rem);font-weight:700;line-height:1.05}.cta__desc{color:var(--text-secondary);max-width:30em;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.pricing{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:2.5rem;display:flex}.pricing__card{background:var(--bg-card);border:1px solid var(--border);min-width:320px;max-width:440px;color:var(--text);border-radius:6px;flex-direction:column;flex:1;align-items:stretch;padding:3rem 2.5rem;font-size:1rem;line-height:1.5;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.pricing__card:hover{border-color:var(--accent-subtle);box-shadow:0 2px 12px #0000000a}.pricing__card--pop{border-color:var(--accent);border-width:1.5px;box-shadow:0 2px 12px #0000000f}.pricing__card--pop:hover{border-color:var(--accent-hover)}.pricing__badge{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:3px;padding:.25rem .85rem;font-size:.625rem;font-weight:600;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.pricing__subhead{color:var(--text-muted);text-align:center;margin-bottom:2.5rem;font-size:1.125rem;font-weight:500}.pricing__bigprice{letter-spacing:-.04em;color:var(--text);text-align:center;margin-bottom:.5rem;font-size:3.25rem;font-weight:700;line-height:1}.pricing__bigprice-curr{color:var(--text-muted);vertical-align:super;margin-left:.06em;font-size:.45em;font-weight:500}.pricing__period{color:var(--text-muted);margin-left:.25em;font-size:.45em;font-weight:500}.pricing__plan-name{letter-spacing:-.01em;color:var(--text-secondary);text-align:center;margin-bottom:.35rem;font-size:1.25rem;font-weight:600}.pricing__desc{color:var(--text-muted);text-align:center;margin:0;font-size:.9rem;line-height:1.5}.pricing__sep{border:none;border-top:1px solid var(--border);height:0;margin:1.1rem 0}.pricing__items{flex-direction:column;gap:.4rem;display:flex}.pricing__item{color:var(--text-secondary);justify-content:space-between;align-items:baseline;gap:.5rem;font-size:.9375rem;display:flex}.pricing__item--sub{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);justify-content:flex-start;font-size:.8rem;font-weight:500}.pricing__check{color:var(--accent);flex-shrink:0;font-weight:700}.pricing__note{color:var(--text-muted);text-align:center;margin:.5rem 0 .85rem;font-size:.6875rem;line-height:1.4}.pricing__btn{background:var(--accent);color:#fff;letter-spacing:.04em;cursor:pointer;border:none;border-radius:4px;width:100%;margin-top:auto;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .2s;display:block}.pricing__btn:hover{background:var(--accent-hover)}.pricing__foot{color:var(--text-muted);text-align:center;width:100%;margin-top:2.5rem;font-size:1rem;font-weight:500}.pricing__foot a{color:var(--text);text-underline-offset:3px;font-weight:600;text-decoration:underline}.faq{flex-direction:column;gap:.75rem;max-width:720px;margin:0 auto;display:flex}.faq__item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:0;list-style:none;transition:border-color .25s,box-shadow .25s;overflow:hidden}.faq__item.is-open{border-color:var(--accent-subtle);box-shadow:0 2px 12px #0000000a}.faq__q{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;display:flex}.faq__q-text{color:var(--text);font-size:1rem;font-weight:600;line-height:1.3}.faq__toggle{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}.faq__toggle:before,.faq__toggle:after{content:"";background:var(--text-muted);border-radius:1px;transition:transform .35s,background .35s;position:absolute;top:50%;left:50%}.faq__toggle:before{width:2px;height:55%;transform:translate(-50%,-50%)}.faq__toggle:after{width:55%;height:2px;transform:translate(-50%,-50%)}.faq__item.is-open .faq__toggle:before{transform:translate(-50%,-50%)rotate(90deg)}.faq__item.is-open .faq__toggle:after{background:var(--accent)}.faq__item.is-open .faq__q-text{color:var(--accent)}.faq__a{max-height:0;color:var(--text-secondary);margin:0;padding:0 1.25rem;font-size:.9375rem;line-height:1.6;transition:max-height .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq__item.is-open .faq__a{max-height:600px;padding:0 1.25rem 1.1rem}.contact{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact__left{flex-direction:column;gap:1.25rem;display:flex}.contact__right{display:flex}.contact__map{isolation:isolate;border:1px solid #ffffff1a;border-radius:8px;width:100%;height:100%;overflow:hidden}.contact__title{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.05}.contact__desc{color:#ffffff80;max-width:24em;margin-bottom:2rem;line-height:1.6}.contact__lines{flex-direction:column;gap:1.25rem;display:flex}.contact__line-label{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.1rem;font-size:.75rem;font-weight:500;display:block}.contact__line-value{color:#ffffffe6;font-size:1rem;font-weight:500}.contact__line-value a{color:#ffffffe6;text-underline-offset:3px;text-decoration:underline;transition:color .2s}.contact__line-value a:hover{color:#fff}.form{flex-direction:column;gap:.85rem;display:flex}.form label{color:#ffffff80;margin-bottom:.1rem;font-size:.75rem;font-weight:500;display:block}.form input,.form textarea{color:#fff;width:100%;font-size:.875rem;font-family:var(--font);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;padding:.6rem .85rem;transition:border .2s}.form input:focus,.form textarea:focus{border-color:var(--accent);outline:none}.form input::placeholder,.form textarea::placeholder{color:#ffffff59}.form textarea{resize:vertical;min-height:5rem}.form--error input,.form--error textarea{border-color:var(--accent)}.form__error{color:var(--accent);margin-top:.15rem;font-size:.75rem;line-height:1.3;display:block}.section--dark .form--error input,.section--dark .form--error textarea{border-color:#ff6b6b}.section--dark .form__error{color:#ff6b6b}.form--success{animation:.5s formSuccess}@keyframes formSuccess{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.btn--loading{pointer-events:none;opacity:.7}.footer{background:var(--text);color:#ffffff80;padding:2.5rem 2rem;font-size:.75rem}.footer__top{max-width:var(--content-max);flex-wrap:wrap;justify-content:space-between;gap:2rem;margin:0 auto;display:flex}.footer__top-left{flex-direction:column;gap:1.25rem;display:flex}.footer__top-right{flex-direction:column;align-items:flex-end;gap:1.25rem;display:flex}.footer__logo{align-items:center;gap:.35rem;text-decoration:none;display:inline-flex}.footer__logo-mark{letter-spacing:-.02em;color:#fff;text-underline-offset:4px;font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:700;-webkit-text-decoration:underline #fff6;text-decoration:underline #fff6;text-decoration-thickness:2px}.footer__logo-sep{color:#ffffff4d;margin:0 .1rem;font-size:1rem}.footer__logo-person{color:#fff6;font-size:.8125rem;font-weight:500}.footer__info{flex-wrap:wrap;gap:1.5rem;display:flex}.footer__info-item{flex-direction:column;gap:.15rem;display:flex}.footer__info-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff40;font-size:.65rem;font-weight:600}.footer__info-item a{color:#ffffff80;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .2s}.footer__info-item a:hover{color:#fff}.footer__social{flex-direction:column;align-items:flex-end;gap:.35rem;display:flex}.footer__social-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff40;font-size:.65rem;font-weight:600}.footer__social-icons{flex-wrap:wrap;gap:.5rem;display:flex}.footer__social-link{color:#ffffff80;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .25s;display:flex}.footer__social-link:hover{color:#fff;background:#ffffff26;transform:translateY(-2px)}.footer__bottom{max-width:var(--content-max);border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:1.5rem auto 0;padding-top:1.5rem;display:flex}.footer__links{gap:1.5rem;display:flex}.footer__links a{color:#ffffff80;text-underline-offset:3px;-webkit-text-decoration:underline #fff3;text-decoration:underline #fff3;transition:color .2s}.footer__links a:hover{color:#fff;text-decoration-color:#ffffff80}.slide-overlay{z-index:300;opacity:0;visibility:hidden;pointer-events:none;background:#00000080;transition:opacity .4s,visibility 0s .4s;position:fixed;inset:0}.slide-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .4s}.slide-panel{z-index:310;background:var(--bg-card);width:100%;max-width:720px;color:var(--text);transition:transform .5s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 30px #00000014}.slide-panel.is-open{transform:translate(0)}.slide-panel__inner{flex-direction:column;justify-content:center;min-height:100%;padding:4rem;display:flex}.slide-panel__head{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.slide-panel__title{letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.5rem);font-weight:600;line-height:1.1}.slide-panel__close{color:var(--text-muted);cursor:pointer;font-size:1.25rem;font-family:var(--font);background:0 0;border:none;margin:-.25rem;padding:.25rem;transition:color .2s}.slide-panel__close:hover{color:var(--text)}.slide-panel__desc{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem;line-height:1.6}.slide-panel__form{flex-direction:column;gap:1.5rem;display:flex}.slide-panel__form label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.1rem;font-size:.75rem;font-weight:600;display:block}.slide-panel__form input,.slide-panel__form textarea{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);font-size:1rem;font-family:var(--font);border-radius:4px;padding:1.25rem;transition:border .2s}.slide-panel__form input:focus,.slide-panel__form textarea:focus{border-color:var(--accent);outline:none}.slide-panel__form textarea{resize:vertical;min-height:8rem}.slide-panel__form .form--error input,.slide-panel__form .form--error textarea{border-color:var(--accent)}.slide-panel__form .form__error{color:var(--accent);margin-top:.15rem;font-size:.75rem;line-height:1.3;display:block}@media (max-width:900px){.section--hero{min-height:0;padding:8rem 0 0}.hero__inner{flex-direction:column;align-items:center;gap:2.5rem}.hero__text{text-align:center;max-width:none}.hero-fm{align-self:center;margin-right:0}.hero__loc,.hero__foot{display:none}.hero__heading{max-width:none}.hero__cta{flex-direction:column;justify-content:center;align-items:center}.about{text-align:center;grid-template-columns:1fr;gap:2rem}.about__portrait{border-radius:50%;width:12rem;height:12rem;margin:0 auto}.about__portrait .about__photo{object-fit:cover;width:100%;height:100%}.about__stats{justify-content:center}.contact{grid-template-columns:1fr;gap:2.5rem}.contact__right{display:none}.services{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.section,.section--dark,.section--light{padding:var(--section-padding-mobile)}.pricing{flex-direction:column;align-items:center}.pricing__card{width:100%;max-width:100%}.about__portrait{border-radius:50%;width:10rem;height:10rem}.about__portrait .about__photo{object-fit:cover;width:100%;height:100%}.about__stats{gap:1.5rem}.contact__title{text-align:center}.contact__desc{text-align:center;margin:0 auto 2rem}.contact__lines{align-items:center}}@media (max-width:480px){.section,.section--dark,.section--light{padding:var(--section-padding-small)}.section--hero{padding:9rem 0 2rem}.hero__inner{gap:2rem}.hero__heading{font-size:clamp(1.75rem,8vw,2.25rem)}.hero__sub{margin-bottom:1.5rem;font-size:.9375rem}.hero__cta{gap:.75rem}.btn{padding:.65rem 1.5rem;font-size:.75rem}.hero-fm__f,.hero-fm__m{font-size:clamp(3.5rem,18vw,5rem)}.services{grid-template-columns:1fr;gap:2.5rem}.service{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding-bottom:2.5rem;display:flex}.service:last-child{border-bottom:none}.service__bg{opacity:.6;flex-shrink:0;width:2.5rem;height:2.5rem;position:relative;top:auto;left:auto;right:auto;transform:none}.service__title{flex:1;margin-bottom:0;font-size:1.5rem}.service__desc{width:100%}.about__portrait{width:8rem;height:8rem}.about__stats{gap:1rem}.slide-panel__inner{padding:1.5rem}}.serp-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.serp-grid__text .serp__heading{letter-spacing:-.03em;margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700}.serp-grid__text .serp__sub{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;line-height:1.6}.serp-grid__text .btn{margin-top:1rem}.serp{background:var(--bg);border-radius:14px;overflow:hidden;box-shadow:0 4px 30px #0000001a}.serp__top{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:16px 24px;display:flex}.serp__g-logo{flex-shrink:0}.serp__bar{background:var(--bg-card);border:1px solid var(--border);border-radius:28px;flex:1;justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.serp__query{color:var(--text);font-size:1rem}.serp__search-icon{opacity:.6;flex-shrink:0}.serp__stats{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:12px 24px 8px;font-size:.875rem}.serp__result{padding:20px 24px}.serp__url{color:var(--text-secondary);margin-bottom:4px;font-size:.875rem}.serp__title{color:var(--accent);cursor:pointer;margin-bottom:4px;font-size:1.125rem;font-weight:600}.serp__title:hover{opacity:.7}.serp__desc{color:var(--text);font-size:.9375rem;line-height:1.5}.serp__results{opacity:0;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(12px)}.serp__results--visible{opacity:1;transform:translateY(0)}.serp__ai-summary{background:var(--bg-card);border:1px solid var(--border);font-family:var(--font,Inter,sans-serif);border-radius:10px;margin:12px 16px 8px;padding:14px 18px}.serp__ai-label{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:.7rem;font-weight:700}.serp__ai-text{color:var(--text);margin:0;font-size:.9375rem;line-height:1.55}.serp__query-wrap{align-items:center;gap:1px;display:inline-flex}.serp__cursor{color:var(--text);font-size:1rem}@media (max-width:800px){.serp-grid{grid-template-columns:1fr;gap:2rem}.serp-grid__mockup{order:-1}.statement__text{margin-bottom:2rem}}@media (max-width:600px){.serp__top{gap:10px;padding:12px 16px}.serp__bar{padding:8px 14px}.serp__query{font-size:.875rem}.serp__stats{padding:10px 16px 6px;font-size:.8125rem}.serp__result{padding:16px}.serp__url{font-size:.8125rem}.serp__title{font-size:1rem}.serp__desc{font-size:.875rem}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:999;background:var(--accent);color:#fff;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:transform .2s;position:fixed;top:0;left:0;transform:translateY(-100%)}.skip-link:focus{transform:translateY(0)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.hero__back{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.8125rem;font-weight:600;transition:color .2s,gap .2s;display:inline-flex}.hero__back:hover{color:var(--accent);gap:.6rem}.blog__title{letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.blog__sub{color:var(--text-secondary);margin-bottom:3rem;font-size:1.05rem}.blog-grid{grid-template-columns:1fr;gap:1.5rem;max-width:720px;display:grid}.blog-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.75rem;transition:border-color .2s,transform .2s}.blog-card:hover{border-color:var(--accent);transform:translateY(-2px)}.blog-card__title-link{color:inherit;text-decoration:none;display:block}.blog-card__date{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.blog-card__title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.35rem;font-weight:600;line-height:1.3}.blog-card:hover .blog-card__title{color:var(--accent)}.blog-card__excerpt{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9375rem;line-height:1.6}.blog-card__link{color:var(--accent);font-size:.8125rem;font-weight:600}.blog-post{max-width:720px;margin:0 auto}.blog-post__back{color:var(--accent);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.blog-post__back:hover{gap:.7rem}.blog-post__date{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.blog-post__title{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.15}.blog-post__content{color:var(--text-secondary);font-size:1rem;line-height:1.7}.blog-post__content p{margin-bottom:1.25rem}.blog-post__content h2{letter-spacing:-.02em;color:var(--text);margin-top:2.5rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:600;line-height:1.3}.blog-post__content h3{color:var(--text);margin-top:1.75rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.blog-post__content ul{margin-bottom:1.25rem;padding-left:1.25rem;list-style:outside}.blog-post__content li{margin-bottom:.5rem}.blog-post__content li strong{color:var(--text)}.blog-post__content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.9375rem}.blog-post__content th,.blog-post__content td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem}.blog-post__content th{color:var(--text);background:var(--bg-card);font-weight:600}.blog-post__content .btn{margin-top:.5rem}.blog-post__image{border-radius:8px;width:100%;height:auto;margin-bottom:2rem}.blog-post__nav{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1.5rem;display:flex}.blog-post__nav a{color:var(--accent);max-width:45%;font-size:.9375rem;font-weight:500;text-decoration:none}.blog-post__nav a:hover{text-decoration:underline}.blog-post__nav-prev{text-align:left}.blog-post__nav-next{text-align:right}.blog-wrapper{max-width:var(--content-max);margin:0 auto;padding:7rem 1.5rem 5rem}@media (max-width:768px){.blog-wrapper{padding:5rem 1.25rem 3rem}.blog-post__title{font-size:clamp(1.5rem,5vw,2rem)}}@media (max-width:480px){.blog-wrapper{padding:4rem 1rem 2.5rem}}.legal{max-width:var(--content-narrow);margin:0 auto;padding:7rem 1.5rem 5rem}@media (max-width:768px){.legal{padding:5rem 1.25rem 3rem}}@media (max-width:480px){.legal{padding:4rem 1rem 2.5rem}}.legal h1{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.legal h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.legal p,.legal li{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9375rem;line-height:1.7}.legal ul{padding-left:1.5rem;list-style:outside}.legal li{margin-bottom:.35rem}.legal a{color:var(--accent);text-decoration:underline}.legal__back{color:var(--accent);align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.875rem;font-weight:500;display:inline-flex}.legal__back:hover{gap:.7rem}.legal__sub{color:var(--text-secondary);max-width:32em;font-size:1.125rem;line-height:1.6}.legal__content{padding-top:1rem}.legal-hero{align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.legal-hero__svg{width:9rem;height:auto;color:var(--accent);opacity:.35;flex-shrink:0}@media (max-width:600px){.legal-hero{flex-direction:column;align-items:flex-start;gap:1rem}.legal-hero__svg{width:6rem}}.service{transition:transform .2s;position:relative}.service:hover{transform:translateY(-2px)}.service__link{color:var(--accent);margin-top:.5rem;font-size:.875rem;font-weight:600;text-decoration:underline;display:inline-block}.service:hover .service__link{text-decoration:none}@keyframes svg-draw{0%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}.svg-anim-draw{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:2s ease-out forwards svg-draw}@keyframes svg-fade{0%{opacity:0}to{opacity:1}}.svg-anim-fade{animation:1s ease-out .5s both svg-fade}@keyframes svg-line-1{0%{opacity:0;transform:translate(-5px)}to{opacity:1;transform:translate(0)}}.svg-anim-line-1{animation:.3s ease-out .8s both svg-line-1}.svg-anim-line-2{animation:.3s ease-out 1s both svg-line-1}.svg-anim-line-3{animation:.3s ease-out 1.2s both svg-line-1}@keyframes svg-bar{0%{transform-origin:bottom;transform:scaleY(.1)}to{transform-origin:bottom;transform:scaleY(1)}}.svg-anim-bar-1{transform-origin:bottom;animation:.4s ease-out .3s both svg-bar}.svg-anim-bar-2{transform-origin:bottom;animation:.4s ease-out .5s both svg-bar}.svg-anim-bar-3{transform-origin:bottom;animation:.4s ease-out .7s both svg-bar}.svg-anim-bar-4{transform-origin:bottom;animation:.4s ease-out .9s both svg-bar}@keyframes svg-pulse{0%,to{opacity:.4}50%{opacity:1}}.svg-anim-pulse{animation:2s ease-in-out infinite svg-pulse}@keyframes svg-blink{0%,to{opacity:.2}50%{opacity:1}}.svg-anim-blink-1{animation:1.5s ease-in-out .2s infinite svg-blink}.svg-anim-blink-2{animation:1.5s ease-in-out .6s infinite svg-blink}.svg-anim-blink-3{animation:1.5s ease-in-out 1s infinite svg-blink}@keyframes svg-spin{to{transform:rotate(360deg)}}.svg-anim-spin{transform-origin:100px 80px;animation:4s linear infinite svg-spin}.svg-anim-spin-reverse{transform-origin:100px 80px;animation:3s linear infinite reverse svg-spin}.section_mosaic{background:var(--bg-card);padding:var(--section-padding);position:relative;overflow:hidden}.mosaic_heading{text-align:center;letter-spacing:-.03em;margin-bottom:3rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.05}.mosaic_wrapper{grid-column-gap:1rem;grid-row-gap:1rem;flex-flow:column;justify-content:flex-start;width:100%;display:flex;overflow:hidden;transform:translate(0)}.mosaic_row{grid-column-gap:1rem;grid-row-gap:1rem;width:100%;display:flex}.mosaic_row:after{content:"";flex:0 0 8rem}.mosaic_item{opacity:.85;object-fit:contain;border-radius:.3rem;flex:none;width:22rem;height:18rem}@media (max-width:767px){.mosaic_item{aspect-ratio:22/18;width:10rem;height:auto}}
