:root{--paper:#fff;--surface:#f4f5f6;--ink:#17243b;--muted:#626b79;--bronze:#967658;--bronze-dark:#77583e;--border:#e4e7eb;--font:'Montserrat',Arial,sans-serif;--container:1500px;--radius:8px;--space:8px;--shadow-soft:0 12px 36px -20px rgb(23 36 59 / 24%);--ease-out:cubic-bezier(.22,.61,.36,1);}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);background:var(--paper);font:400 16px/1.65 var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:600;line-height:1.16;letter-spacing:-.04em}h1{font-size:clamp(2.1rem,4.05vw,3.65rem)}h2{font-size:clamp(1.75rem,2.55vw,2.35rem)}h3{font-size:1.2rem;line-height:1.4;letter-spacing:-.025em}p+p{margin-top:1em}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--bronze);outline-offset:4px}:target{scroll-margin-top:110px}.container{width:min(calc(100% - 88px),var(--container));margin-inline:auto}.section{padding-block:66px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:28px}.section-heading h2+.muted{margin-top:10px}.section-heading>.text-link{flex-shrink:0;margin-bottom:5px}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:650;line-height:1.5;letter-spacing:.17em;color:var(--muted);margin-bottom:14px}.muted{color:var(--muted)}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:52px;padding:13px 26px;border:1px solid var(--bronze);background:var(--bronze);color:white;font-size:14px;font-weight:550;border-radius:3px;line-height:1.5;transition:background .2s,transform .2s}.button:hover{background:var(--bronze-dark);border-color:var(--bronze-dark)}.button span{font-size:18px}.button.secondary{border-color:#c6c8ce;background:#ffffffd9;color:var(--ink)}.button.secondary:hover{background:white;border-color:var(--ink)}.button.small{min-height:45px;padding:10px 19px;gap:20px;font-size:13px}.text-link{display:inline-flex;align-items:center;gap:20px;font-size:14px;border-bottom:1px solid #c7b5a4;padding-bottom:4px;line-height:1.55;font-weight:550}.text-link span{font-size:20px;transition:transform .3s}.text-link:hover span{transform:translate(3px,-3px)}.site-header{height:86px;border-bottom:1px solid var(--border);background:#fffffff2;position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:100%}.brand{display:inline-flex;flex-direction:column;flex-shrink:0}.brand img{filter:brightness(.66) saturate(.65);width:137px;height:auto;max-height:48px;object-fit:contain;object-position:left center}.brand>span{font-size:8px;letter-spacing:.09em;line-height:1.4;text-transform:uppercase;margin-top:3px;color:var(--muted)}.desktop-nav{display:flex;align-items:center;gap:26px}.desktop-nav a{font-size:14px;white-space:nowrap;padding:10px 0;position:relative}.desktop-nav a:after{content:'';position:absolute;left:0;right:0;bottom:1px;height:1px;background:var(--bronze);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{transform:scaleX(1)}.header-phone{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:13px;font-weight:650}.header-phone small{display:block;color:var(--muted);font-size:9px;line-height:1.5;font-weight:400}.phone-icon{font-size:26px;transform:rotate(-30deg)}.mobile-nav{display:none}.home-hero{position:relative;min-height:575px;isolation:isolate;overflow:hidden;border-bottom:1px solid var(--border)}.hero-visual{position:absolute;inset:0 0 0 34%;z-index:-1}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .85s ease;pointer-events:none}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-slide>img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-visual:after{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fffffff2 4%,#ffffffbd 14%,#ffffff2a 34%,transparent 48%)}.hero-credit{position:absolute;bottom:28px;left:27%;z-index:3;color:#fff;font-size:13px;text-shadow:0 1px 8px #000;background:#111a2560;padding:7px 12px;border-radius:2px}.hero-credit span{margin-left:14px}.hero-controls{position:absolute;bottom:30px;right:36px;z-index:4;display:flex;align-items:center;gap:18px;color:white;font-size:12px;background:#15202d55;padding:5px 8px}.hero-controls button{border:none;background:none;color:inherit;font-size:21px;padding:0 4px}.hero-content{padding-top:67px;padding-bottom:32px;pointer-events:none}.hero-content h1{max-width:780px;font-size:clamp(2.15rem,3.65vw,3.38rem);line-height:1.12;letter-spacing:-.045em}.hero-content .eyebrow{font-size:11px;letter-spacing:.15em}.hero-lead{font-size:16px;line-height:1.7;max-width:480px;margin-top:24px;color:#4e5768}.hero-actions{display:flex;gap:14px;align-items:center;margin-top:28px;flex-wrap:wrap}.hero-actions>*{pointer-events:auto}.play-icon{font-size:20px;line-height:1}.hero-stats{display:flex;gap:0;max-width:590px;margin:48px 0 0}.hero-stats div{padding-inline:25px;border-left:1px solid var(--border)}.hero-stats div:first-child{padding-left:0;border-left:0}.hero-stats dt{font-size:23px;line-height:1.4;font-weight:650;letter-spacing:-.04em;white-space:nowrap}.hero-stats dt span{font-size:17px}.hero-stats dd{margin:3px 0 0;font-size:11px;color:var(--muted)}.portfolio-section{padding-top:42px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.project-card{position:relative;display:block;aspect-ratio:1;overflow:hidden;background:#d7d4cc;border-radius:4px;isolation:isolate}.project-card>img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.2,.6,.2,1)}.project-card:after{content:'';position:absolute;inset:30% 0 0;z-index:1;background:linear-gradient(transparent 0%,#10131f19 25%,#10131fc4 100%);transition:opacity .6s}.project-caption{position:absolute;left:23px;right:58px;bottom:22px;z-index:2;color:white;display:flex;flex-direction:column;gap:5px;transition:transform .6s}.project-caption strong{font-size:19px;line-height:1.25;letter-spacing:-.02em;font-weight:600}.project-caption>span:not(.project-category){font-size:14px}.project-category{font-size:11px;letter-spacing:.03em;opacity:.85;margin-bottom:3px}.circle-arrow{position:absolute;right:20px;bottom:23px;width:35px;height:35px;display:grid;place-items:center;border:1px solid #ffffffa3;border-radius:50%;font-size:23px;z-index:3;color:white;transition:background .5s,transform .5s}.project-card:hover>img{transform:scale(1.055)}.project-card:hover .project-caption{transform:translateY(-4px)}.project-card:hover .circle-arrow{background:#ffffff20;transform:rotate(45deg)}.section-bottom{display:flex;justify-content:center;margin-top:26px}.services-section{border-top:1px solid var(--border)}.service-principals{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.service-principals>a{position:relative;border:1px solid var(--border);border-radius:4px;padding:28px 25px 27px;transition:background .25s,border-color .25s}.service-principals>a:hover{background:var(--surface);border-color:#c6b29f}.line-icon{display:block;color:var(--bronze);font-size:26px;font-weight:400;line-height:1;margin-bottom:25px;letter-spacing:-.05em}.service-principals h3{font-size:16px;padding-right:14px}.service-principals p{font-size:13px;color:var(--muted);line-height:1.65;margin-top:10px}.service-arrow{position:absolute;right:20px;top:25px;color:var(--ink);font-size:20px}.feature-section{padding-block:34px;background:var(--surface)}.feature-grid{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:65px}.feature-image{aspect-ratio:1.4;overflow:hidden;border-radius:3px}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:32px 45px 32px 0}.feature-copy>p:not(.eyebrow){margin-top:23px;color:var(--muted)}.feature-facts{display:flex;gap:35px;margin:28px 0}.feature-facts dt{font-weight:600;font-size:17px}.feature-facts dd{font-size:12px;color:var(--muted);margin:4px 0 0}.about-strip{display:grid;grid-template-columns:1fr 1.1fr;gap:80px}.about-strip>div>p:not(.eyebrow){font-size:16px;color:var(--muted)}.about-strip .text-link{margin-top:25px}.object-section{padding-top:20px}.object-links{display:grid;grid-template-columns:repeat(4,1fr);gap:0 35px}.object-links a{display:flex;justify-content:space-between;gap:15px;align-items:center;padding:21px 0;border-bottom:1px solid var(--border);font-size:14px}.object-links a:hover{color:var(--bronze-dark)}.process-section{display:grid;grid-template-columns:1fr 2fr;gap:48px;padding-top:30px}.process-section h2{font-size:26px}.process-list{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;list-style:none;margin:0;padding:0}.process-list li{position:relative}.process-list li>span{display:grid;place-items:center;width:33px;height:33px;background:#f2f2f4;font-size:12px;font-weight:650;border-radius:50%;margin-bottom:20px}.process-list li:not(:last-child):after{content:'';position:absolute;height:1px;background:#e1e1e6;left:44px;right:-12px;top:16px}.process-list h3{font-size:13px;letter-spacing:0}.process-list p{font-size:12px;color:var(--muted);line-height:1.55;margin-top:8px}.geography-band{background:#f6f6f5;padding-block:55px}.geography-home{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;align-items:center}.geography-home h2{font-size:40px}.geography-home p:not(.eyebrow){color:var(--muted);font-size:14px;margin-top:22px}.geography-home .text-link{margin-top:25px}.city-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 30px}.city-links a{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #dddcd9;padding:13px 0;font-size:14px}.city-links a span{color:var(--bronze)}.clients-section{display:flex;align-items:flex-start;gap:60px;border:0;background:#111722;border-radius:18px;padding:34px 36px;box-shadow:0 18px 48px rgba(17,23,34,.14)}.clients-section .clients-heading .eyebrow{color:#9aa8bd}.clients-section h2{font-size:22px;min-width:215px;color:#fff}.client-wordmarks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:18px;width:100%}.client-logo{display:flex;align-items:center;justify-content:center;min-height:92px;padding:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:14px}.client-logo img{max-width:100%;max-height:42px;width:auto;height:auto;object-fit:contain;opacity:.95}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.article-image{aspect-ratio:1.6;overflow:hidden;margin-bottom:19px;border-radius:4px}.article-image img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.article-card:hover img{transform:scale(1.04)}.article-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-bottom:10px}.article-card h3{font-size:20px}.article-card p{color:var(--muted);font-size:14px;line-height:1.65;margin-top:12px}.article-card .text-link{margin-top:17px;font-size:12px}.faq-section{border-top:1px solid var(--border)}.contact-band{background:linear-gradient(110deg,#f3f2f0,#eae7e2);padding:55px 0}.contact-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:90px;align-items:start}.contact-grid h2{font-size:32px;line-height:1.23}.contact-grid>div>p:not(.eyebrow){color:var(--muted);margin-top:19px;font-size:14px}.contact-phone{display:inline-block;margin-top:25px;font-size:23px;font-weight:600;letter-spacing:-.03em}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 18px}.form-grid label,.directory-search{font-size:12px;color:#5d6370;display:flex;flex-direction:column;gap:5px}.form-grid label>span{color:var(--bronze-dark)}.form-grid input,.form-grid textarea,.search-form input,.directory-search input{width:100%;border:1px solid #dcdde1;border-radius:2px;padding:11px 13px;background:white;min-width:0;color:var(--ink);font-size:14px}.form-grid input::placeholder,.form-grid textarea::placeholder{color:#8d919a;font-size:12px}.form-grid textarea{resize:vertical;min-height:70px}.form-grid .full{grid-column:1/-1}.consent{display:flex;align-items:start;gap:9px;font-size:11px;line-height:1.6;color:#616674;margin:15px 0}.consent input{width:16px;height:16px;flex-shrink:0;accent-color:var(--bronze);margin-top:2px}.consent a{text-decoration:underline;text-underline-offset:3px}.lead-form>.button{width:100%}.form-status:empty{display:none}.form-status{padding:13px 15px;border-radius:3px;margin-top:16px!important;font-size:14px!important;color:#245035;background:#e0f0e3}.form-status.error{color:#861e25;background:#ffe4e4;border:1px solid #e88f96}.button[disabled]{opacity:.65;cursor:wait}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.site-footer{padding:45px 0 25px}.footer-main{display:grid;grid-template-columns:1.3fr .8fr .9fr .9fr 1.2fr;gap:35px}.footer-main h2{font-size:13px;letter-spacing:0;margin-bottom:19px}.footer-main>div>a:not(.brand){display:block;font-size:12px;color:var(--muted);margin:9px 0}.footer-brand p{font-size:11px;margin-top:18px;color:var(--muted);line-height:1.9}.footer-main address{font-style:normal;font-size:12px;display:flex;flex-direction:column;gap:10px}.footer-main address a:first-child{font-weight:600;font-size:14px}.footer-main address span{color:var(--muted);line-height:1.8}.footer-bottom{display:flex;gap:20px;justify-content:space-between;margin-top:38px;padding-top:22px;border-top:1px solid var(--border);color:#757d89;font-size:10px}.breadcrumbs{padding-top:28px;padding-bottom:12px;font-size:11px;color:var(--muted)}.breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;gap:8px 20px;margin:0;padding:0}.breadcrumbs li:not(:last-child):after{content:'/';margin-left:20px;color:#b4b6bd}.breadcrumbs a:hover{color:var(--ink)}.inner-hero{padding-top:36px;padding-bottom:45px}.inner-hero h1{max-width:1000px}.inner-hero .intro{max-width:800px;font-size:18px;margin-top:22px;color:var(--muted);line-height:1.75}.inner-hero .button{margin-top:27px}.inner-hero.with-image{display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center}.inner-hero.with-image h1{font-size:clamp(2rem,3.5vw,3.1rem)}.inner-hero.with-image .intro{font-size:16px}.inner-hero-image{aspect-ratio:1.18;overflow:hidden;border-radius:4px}.inner-hero-image>img{width:100%;height:100%;object-fit:cover}.editorial-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:70px;padding-top:28px;padding-bottom:35px;align-items:start}.page-aside{position:sticky;top:116px;max-height:75vh;overflow:auto;padding-right:20px}.page-aside nav{display:flex;flex-direction:column;gap:11px}.page-aside nav a{font-size:12px;line-height:1.55;color:var(--muted);padding-left:12px;border-left:2px solid #e5e6e9}.page-aside nav a:hover{border-color:var(--bronze);color:var(--ink)}.page-aside>p:not(.eyebrow){font-size:13px;color:var(--muted);margin:18px 0}.page-aside>.text-link{font-size:12px}.page-aside>.button{margin-top:24px;white-space:normal}.aside-cta{display:block;border:1px solid var(--border);padding:18px;font-size:13px;margin-top:30px}.prose{color:#4b5261;max-width:850px;font-size:16px;overflow-wrap:anywhere}.prose h2{color:var(--ink);margin:40px 0 20px;font-size:29px}.prose h2:first-child{margin-top:0}.prose h3{color:var(--ink);margin:25px 0 14px;font-size:21px}.prose p{margin:0 0 20px}.prose ul,.prose ol{padding-left:24px;margin:15px 0 25px}.prose li{padding-left:6px;margin-bottom:9px}.prose a{color:var(--bronze-dark);text-decoration:underline;text-underline-offset:4px}.prose blockquote{border-left:3px solid var(--bronze);padding:10px 0 10px 25px;margin:25px 0;color:var(--ink)}.prose .lead-paragraph{font-size:20px;line-height:1.7;color:var(--ink)}.table-wrap{width:100%;overflow-x:auto;margin:22px 0 30px}.prose table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.prose caption{text-align:left;font-weight:600;margin-bottom:13px;color:var(--ink);font-size:14px}.prose th{background:#f5f4f1;font-weight:600;color:var(--ink)}.prose td,.prose th{border-bottom:1px solid var(--border);padding:15px;min-width:130px;vertical-align:top}.prose figure{margin:20px 0 30px}.prose figure img{width:100%;height:auto;border-radius:3px}.prose figcaption{font-size:11px;margin-top:10px;color:var(--muted)}.narrow{max-width:870px}.page-content{padding-top:24px;padding-bottom:60px}.inline-links{display:flex;gap:14px 25px;flex-wrap:wrap;margin-top:20px}.inline-links a{font-size:14px;border-bottom:1px solid #b9a18c}.project-heading{padding-top:32px}.project-heading h1{max-width:1000px}.project-top-facts{display:flex;gap:60px;margin:32px 0 35px}.project-top-facts>div{display:flex;flex-direction:column;gap:4px}.project-top-facts span{color:var(--muted);font-size:12px}.project-top-facts strong{font-size:16px;font-weight:500}.project-hero-image{height:min(67vw,630px);overflow:hidden;border-radius:4px}.project-hero-image>img{width:100%;height:100%;object-fit:cover}.project-heading+.editorial-layout{padding-top:55px}.photo-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.photo-gallery>a{position:relative;aspect-ratio:1.2;overflow:hidden;border-radius:3px}.photo-gallery>a:nth-child(5n+1){grid-column:1/-1;aspect-ratio:2}.photo-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.photo-gallery a:hover img{transform:scale(1.025)}.photo-gallery a>span{position:absolute;right:20px;bottom:15px;color:white;text-shadow:0 1px 4px #000;font-size:30px}.filter-bar{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:35px}.filter-bar a{padding:9px 16px;font-size:13px;border:1px solid var(--border);border-radius:3px}.filter-bar a.active{background:var(--ink);color:white;border-color:var(--ink)}.filter-bar a:hover{border-color:var(--ink)}.filter-bar a span{font-size:11px;margin-left:7px;opacity:.7}.listing-section{padding-top:15px}.pagination{display:flex;justify-content:center;gap:9px;margin-top:42px}.pagination a{padding:8px 18px;border:1px solid var(--border)}.pagination a[aria-current]{background:var(--ink);color:white}.service-group{padding-top:32px;margin-bottom:45px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 35px}.service-row{position:relative;display:grid;grid-template-columns:35px 1fr;gap:18px;border-top:1px solid var(--border);padding:24px 42px 24px 0}.service-num{color:var(--bronze);font-size:12px;padding-top:4px}.service-row strong{font-size:18px;line-height:1.4;font-weight:550;display:block}.service-row small{display:block;font-size:12px;color:var(--muted);line-height:1.7;margin-top:9px}.service-row:hover strong{color:var(--bronze-dark)}.search-form{display:flex;gap:10px;margin-bottom:30px}.search-form input{font-size:16px;flex:1}.article-heading{padding-top:32px;padding-bottom:38px;max-width:1050px;text-align:center}.article-heading h1{font-size:clamp(2rem,4vw,3.3rem)}.article-heading .intro{font-size:18px;color:var(--muted);margin-top:25px;line-height:1.8}.article-byline{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;font-size:11px;color:var(--muted);margin-top:25px}.article-byline a{color:var(--bronze-dark)}.article-sources{border-top:1px solid var(--border);margin-top:35px;padding-top:30px}.article-sources h2{font-size:20px}.article-sources li{font-size:13px}.documents-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.documents-gallery>a{border:1px solid var(--border);padding:20px;display:flex;flex-direction:column;justify-content:space-between}.documents-gallery img{aspect-ratio:.75;object-fit:contain;width:100%}.documents-gallery span{font-size:13px;margin-top:15px}.about-values{display:grid;grid-template-columns:1fr 1.3fr;gap:75px}.about-numbers{display:flex;justify-content:space-between;border-block:1px solid var(--border)}.about-numbers div{display:flex;flex-direction:column;gap:12px}.about-numbers strong{font-size:48px;font-weight:550;letter-spacing:-.06em}.about-numbers span{font-size:14px;color:var(--muted)}.simple-cta{border-top:1px solid var(--border)}.simple-cta p{margin-top:20px;color:var(--muted)}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;border-block:1px solid var(--border)}.contact-cards>div>a:not(.text-link),.contact-cards address{font-size:22px;line-height:1.5;letter-spacing:-.03em;font-style:normal}.contact-cards p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:14px}.contact-cards .text-link{margin-top:20px}.city-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.city-card-grid>a{border:1px solid var(--border);padding:25px;position:relative;border-radius:3px}.city-card-grid>a>span:first-child{font-size:10px;color:var(--muted)}.city-card-grid h3{font-size:25px;margin-top:12px}.city-card-grid p{font-size:13px;color:var(--muted);margin-top:14px;line-height:1.75}.city-card-grid a:hover{border-color:var(--bronze)}.district-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-block:28px}.district-grid>div{background:var(--surface);padding:19px;display:flex;flex-direction:column;gap:7px}.district-grid strong{font-size:13px;font-weight:500}.district-grid span{font-size:11px;color:var(--muted)}.all-city-list{display:grid;grid-template-columns:repeat(5,1fr);gap:15px 25px;margin-block:30px}.all-city-list div{font-size:14px;border-bottom:1px solid var(--border);padding-bottom:11px}.all-city-list a{color:var(--bronze-dark);border-bottom:1px solid}.all-city-list div[hidden]{display:none}.search-results>a{display:block;padding:30px 0;border-top:1px solid var(--border)}.search-results h2{font-size:24px;margin-bottom:12px}.search-results p{color:var(--muted);font-size:14px}.not-found{padding-block:90px;min-height:60vh}.not-found h1{max-width:800px}.not-found p{margin-top:25px;color:var(--muted)}.not-found .search-form{margin-top:35px;max-width:650px}.request-dialog{border:0;border-radius:5px;padding:38px;width:min(620px,calc(100% - 30px));max-height:90vh;overflow:auto;color:var(--ink);box-shadow:0 20px 90px #101a3440}.request-dialog::backdrop,.gallery-dialog::backdrop{background:#0e1429b0;backdrop-filter:blur(5px)}.request-dialog h2{font-size:30px;margin-bottom:26px}.dialog-close{position:absolute;right:12px;top:9px;width:36px;height:36px;border:0;background:none;font-size:28px;color:inherit}.gallery-dialog{border:0;background:transparent;width:96vw;height:96vh;padding:35px 55px;color:white;max-width:none;max-height:none;overflow:visible}.gallery-dialog figure{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-dialog img{max-height:calc(100% - 40px);max-width:100%;object-fit:contain}.gallery-dialog figcaption{font-size:13px;margin-top:15px;text-align:center}.gallery-prev,.gallery-next{position:absolute;top:48%;background:#0003;color:#fff;border:1px solid #fff7;border-radius:50%;width:40px;height:40px;font-size:23px}.gallery-prev{left:4px}.gallery-next{right:4px}.cookie-notice{position:fixed;bottom:20px;left:20px;z-index:50;width:min(440px,calc(100% - 40px));background:#fff;padding:22px;border:1px solid var(--border);box-shadow:0 4px 20px #14223b20;font-size:12px}.cookie-notice[hidden]{display:none}.cookie-notice a{text-decoration:underline}.cookie-notice button{margin:12px 8px 0 0;border:1px solid var(--bronze);padding:8px 14px;background:var(--bronze);color:white;font-size:12px}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:10px;left:10px;background:white;padding:12px;z-index:100}.motion .reveal.pending{opacity:0;transform:translateY(25px)}.motion .reveal{transition:opacity .75s ease,transform .75s cubic-bezier(.2,.6,.2,1)}@view-transition{navigation:auto}@media(min-width:1500px){.home-hero{min-height:630px}.hero-content{padding-top:85px}.hero-stats{margin-top:57px}}@media(max-width:1220px){.container{width:calc(100% - 60px)}.header-inner{gap:20px}.desktop-nav{gap:19px}.header-phone{display:none}.hero-content h1{font-size:42px}.hero-visual{left:30%}.hero-stats{max-width:545px}.hero-stats div{padding-inline:20px}.hero-stats dt{font-size:21px}.hero-lead{max-width:450px}.process-section{grid-template-columns:1fr;gap:30px}.service-principals{gap:12px}.service-principals>a{padding:22px 18px}.service-principals h3{font-size:14px}.clients-section{gap:35px}.client-wordmarks{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-main{grid-template-columns:1.3fr 1fr 1fr 1fr}.footer-main address{grid-column:1/-1;flex-direction:row;align-items:center;gap:30px}.editorial-layout{gap:40px;grid-template-columns:215px minmax(0,1fr)}.contact-grid{gap:55px}}@media(max-width:960px){.desktop-nav,.header-cta{display:none}.header-phone{display:flex;margin-left:auto}.mobile-nav{display:block}.mobile-nav summary{list-style:none;padding:12px 0 12px 15px;cursor:pointer;width:40px;display:flex;flex-direction:column;gap:6px}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav summary span{height:1px;background:var(--ink);width:25px}.mobile-nav nav{position:absolute;top:85px;left:0;right:0;background:white;border-bottom:1px solid var(--border);padding:22px 30px;box-shadow:0 15px 25px #1523410b}.mobile-nav nav a{display:block;font-size:16px;padding:8px 0}.hero-content h1{font-size:37px}.hero-visual{left:24%}.hero-visual:after{background:linear-gradient(90deg,#fff,#fffffff0 14%,#ffffffbc 32%,#ffffff22 66%,transparent)}.home-hero{min-height:575px}.hero-stats{max-width:500px;position:relative}.hero-actions{gap:10px}.hero-actions .button{padding:11px 16px;font-size:12px;gap:15px}.hero-credit{left:40%;font-size:11px;bottom:25px}.hero-controls{bottom:25px;right:20px;gap:10px}.hero-credit{display:none}.project-grid{grid-template-columns:repeat(2,1fr);gap:18px}.project-caption strong{font-size:20px}.service-principals{grid-template-columns:repeat(2,1fr)}.feature-grid{gap:35px}.feature-copy{padding-right:0}.feature-copy h2{font-size:29px}.feature-copy>p:not(.eyebrow){font-size:14px}.feature-facts{display:block}.feature-facts>div+div{margin-top:15px}.about-strip{gap:40px}.object-links{grid-template-columns:repeat(2,1fr)}.geography-home{gap:30px;grid-template-columns:1fr 1.5fr}.city-links{grid-template-columns:repeat(2,1fr)}.geography-home h2{font-size:32px}.clients-section{display:block}.client-wordmarks{margin-top:30px;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.article-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.article-grid>.article-card:last-child:nth-child(3){display:none}.page-blog .article-grid>.article-card{display:block!important}.contact-grid{gap:35px;grid-template-columns:1fr 1.4fr}.contact-grid h2{font-size:26px}.footer-main{gap:25px;grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1/-1}.footer-main address{align-items:start;flex-wrap:wrap}.footer-bottom{font-size:9px;flex-wrap:wrap}.inner-hero.with-image{gap:30px}.inner-hero.with-image h1{font-size:32px}.inner-hero.with-image .intro{font-size:14px}.editorial-layout{grid-template-columns:1fr;gap:30px}.page-aside{position:static;max-height:none;border-bottom:1px solid var(--border);padding-bottom:22px}.page-aside nav{display:grid;grid-template-columns:repeat(2,1fr)}.page-aside .aside-cta{display:none}.prose{max-width:none}.project-top-facts{gap:25px}.project-top-facts strong{font-size:14px}.city-card-grid{grid-template-columns:repeat(2,1fr)}.district-grid{grid-template-columns:repeat(3,1fr)}.all-city-list{grid-template-columns:repeat(4,1fr)}.contact-cards{grid-template-columns:1fr 1fr}.contact-cards>div:last-child{grid-column:1/-1}.contact-cards>div>a:not(.text-link){font-size:19px}.about-values{gap:40px;grid-template-columns:1fr 1.3fr}.about-values h2{font-size:29px}.about-numbers strong{font-size:37px}}@media(max-width:640px){html{scroll-padding-top:88px}.container{width:calc(100% - 36px)}.section{padding-block:42px}.section-heading{gap:18px;align-items:start;flex-wrap:wrap;margin-bottom:23px}.section-heading>.text-link{font-size:12px}.section-heading>.muted{display:none}h2{font-size:27px}.site-header{height:74px}.brand img{width:113px;height:auto}.brand>span{font-size:6.5px}.header-phone{font-size:11px}.header-phone small{font-size:8px}.phone-icon{display:none}.header-inner{gap:12px}.mobile-nav nav{top:73px}.home-hero{padding-bottom:260px;min-height:0}.hero-content{padding-top:36px;padding-bottom:26px}.hero-content .eyebrow{font-size:9px;letter-spacing:.12em;margin-bottom:17px}.hero-content h1{font-size:clamp(26px,6.65vw,36px);line-height:1.15;letter-spacing:-.05em}.hero-lead{font-size:13px;line-height:1.7;margin-top:19px}.hero-actions{margin-top:24px;gap:10px}.hero-actions .button{min-height:45px;font-size:11px;padding:10px 12px;gap:9px}.hero-stats{margin-top:28px;gap:0;max-width:none}.hero-stats div{padding-inline:14px}.hero-stats dt{font-size:19px}.hero-stats dd{font-size:9px;line-height:1.55;max-width:105px}.hero-stats dt span{font-size:13px}.hero-visual{inset:auto 0 0;height:260px}.hero-visual:after{background:linear-gradient(#ffffff00 60%,#13192a70)}.hero-credit{display:block;bottom:18px;left:18px;font-size:10px;background:none;padding:0}.hero-controls{right:15px;bottom:14px;background:transparent;font-size:10px}.hero-controls button{font-size:19px}.hero-slide>img{object-position:center 55%}.portfolio-section{padding-top:32px}.project-grid{grid-template-columns:1fr;gap:16px}.project-caption{left:22px;bottom:23px}.project-caption strong{font-size:22px}.project-category{font-size:11px}.project-caption>span:not(.project-category){font-size:15px}.circle-arrow{width:37px;height:37px}.section-bottom{margin-top:23px}.service-principals{gap:10px}.service-principals>a{padding:20px 15px}.line-icon{font-size:22px;margin-bottom:20px}.service-principals h3{font-size:14px}.service-principals p{font-size:11px}.service-arrow{right:14px;top:16px}.feature-grid{grid-template-columns:1fr;gap:10px}.feature-image{aspect-ratio:1.35}.feature-copy{padding:25px 6px}.feature-copy h2{font-size:31px}.feature-facts{display:flex;gap:30px}.feature-facts>div+div{margin:0}.feature-facts dt{font-size:15px}.feature-facts dd{font-size:11px}.about-strip{grid-template-columns:1fr;gap:25px}.about-strip>div>p:not(.eyebrow){font-size:14px}.object-links{gap:0 25px}.object-links a{font-size:12px;padding:16px 0;gap:10px}.process-section{gap:30px}.process-list{grid-template-columns:1fr;gap:0}.process-list li{display:grid;grid-template-columns:35px 1fr;column-gap:20px;padding-bottom:25px}.process-list li>span{grid-row:1/3;margin:0;z-index:1}.process-list li h3{padding-top:4px;font-size:15px}.process-list li p{font-size:13px;margin-top:5px}.process-list li:not(:last-child):after{width:1px;height:100%;left:16px;top:16px;right:auto}.geography-home{grid-template-columns:1fr;gap:25px}.geography-home h2{font-size:34px}.city-links{gap:3px 28px}.city-links a{font-size:13px}.client-wordmarks{gap:14px}.client-logo{min-height:84px;padding:14px}.client-logo img{max-height:38px}.article-grid{grid-template-columns:1fr;gap:34px}.article-grid>.article-card:last-child:nth-child(3){display:block}.article-card h3{font-size:22px}.article-card p{font-size:14px}.article-meta{font-size:11px}.article-card .text-link{font-size:13px}.contact-band{padding-block:38px}.contact-grid{grid-template-columns:1fr;gap:28px}.contact-grid h2{font-size:28px}.contact-phone{font-size:23px;margin-top:18px}.form-grid{gap:13px}.form-grid label{font-size:12px}.form-grid input,.form-grid textarea{font-size:16px}.form-grid input::placeholder{font-size:11px}.form-grid textarea::placeholder{font-size:12px}.consent{font-size:11px}.footer-main{grid-template-columns:repeat(2,1fr);gap:22px}.footer-brand{grid-column:1/-1}.footer-main>div:nth-child(4){grid-column:1/-1;display:flex;gap:15px;flex-wrap:wrap;align-items:center}.footer-main>div:nth-child(4) h2{width:100%;margin-bottom:0}.footer-main address{grid-column:1/-1;display:flex;flex-direction:column;gap:10px;padding-top:15px;border-top:1px solid var(--border)}.footer-bottom{display:block;font-size:10px;line-height:2}.footer-bottom>*{display:block;margin-top:6px}.breadcrumbs{padding-top:20px;font-size:10px;line-height:1.6}.breadcrumbs ol{gap:5px 10px}.breadcrumbs li:not(:last-child):after{margin-left:10px}.inner-hero{padding-block:23px 30px}.inner-hero h1,.inner-hero.with-image h1{font-size:31px}.inner-hero .intro{font-size:15px;margin-top:18px}.inner-hero.with-image{grid-template-columns:1fr;gap:25px}.inner-hero-image{aspect-ratio:1.5}.inner-hero.with-image .intro{font-size:15px}.page-aside nav{grid-template-columns:1fr}.page-aside nav a{font-size:12px}.editorial-layout{padding-top:10px;gap:27px}.prose{font-size:15px}.prose h2{font-size:25px;margin-top:30px}.prose h3{font-size:20px}.prose td,.prose th{font-size:12px;padding:12px;min-width:120px}.prose .lead-paragraph{font-size:17px}.project-heading{padding-top:22px}.project-heading h1{font-size:34px}.project-top-facts{flex-wrap:wrap;gap:18px 30px;margin:25px 0}.project-top-facts>div:last-child{flex-basis:100%}.project-top-facts span{font-size:11px}.project-top-facts strong{font-size:14px}.project-hero-image{height:330px}.photo-gallery{grid-template-columns:1fr;gap:14px}.photo-gallery>a,.photo-gallery>a:nth-child(5n+1){aspect-ratio:1.1;grid-column:auto}.filter-bar{gap:7px;margin-bottom:25px}.filter-bar a{font-size:11px;padding:8px 11px}.service-list{grid-template-columns:1fr}.service-row{grid-template-columns:27px 1fr;gap:10px;padding:20px 30px 20px 0}.service-row strong{font-size:17px}.service-row small{font-size:12px}.service-group{padding-top:22px;margin-bottom:27px}.search-form{gap:8px}.search-form input{padding:10px;font-size:13px}.search-form .button{font-size:12px;padding:10px 15px;min-height:45px;gap:7px}.search-form .button span{display:none}.article-heading{padding-top:20px;text-align:left}.article-heading h1{font-size:31px}.article-heading .intro{font-size:15px;line-height:1.8}.article-byline{justify-content:start;gap:8px 15px;font-size:10px}.documents-gallery{grid-template-columns:repeat(2,1fr);gap:12px}.documents-gallery>a{padding:12px}.documents-gallery span{font-size:11px}.about-values{grid-template-columns:1fr;gap:25px}.about-numbers{flex-direction:column;gap:30px}.about-numbers strong{font-size:40px}.about-numbers span{font-size:13px}.contact-cards{grid-template-columns:1fr;gap:30px}.contact-cards>div:last-child{grid-column:auto}.contact-cards>div>a:not(.text-link),.contact-cards address{font-size:21px}.city-card-grid{grid-template-columns:1fr;gap:14px}.city-card-grid h3{font-size:25px}.district-grid{grid-template-columns:repeat(2,1fr);gap:9px}.district-grid>div{padding:14px}.district-grid strong{font-size:12px}.all-city-list{grid-template-columns:repeat(2,1fr);gap:12px 18px}.all-city-list div{font-size:12px}.directory-search{width:100%}.directory-search input{font-size:16px}.not-found{padding-block:55px}.request-dialog{padding:32px 20px 22px}.request-dialog h2{font-size:25px}.gallery-dialog{padding:40px 0}.gallery-prev,.gallery-next{top:auto;bottom:2px}.gallery-dialog figcaption{font-size:11px;max-width:75%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}.motion .reveal.pending{opacity:1;transform:none}::view-transition-old(root),::view-transition-new(root){animation:none}}h1,h2,h3{text-wrap:balance}body{line-height:1.7}.eyebrow{font-weight:600;letter-spacing:.14em}.section{padding-block:76px}.section-heading{margin-bottom:32px}.button{min-height:54px;border-radius:6px;font-weight:600;box-shadow:0 4px 10px -6px rgb(83 53 28 / 30%);transition:background .22s,border-color .22s,box-shadow .22s,transform .22s var(--ease-out)}.button:hover{transform:translateY(-2px);box-shadow:0 9px 20px -10px rgb(83 53 28 / 45%)}.button:active{transform:translateY(0)}.button.secondary{box-shadow:none;border-color:#b9bfc9;background:rgb(255 255 255 / 85%)}.button.small{font-size:14px;min-height:46px}.button>span{display:inline-flex;align-items:center;justify-content:center;font-size:14px}.fa-solid{flex-shrink:0}.icon-diagonal{transform:rotate(-45deg)}.text-link span{font-size:14px}.text-link:hover span{transform:translate(3px,-2px)}.site-header{background:rgb(255 255 255 / 94%);transition:box-shadow .25s,border-color .25s}.site-header.is-scrolled{border-color:#dce0e5;box-shadow:0 8px 22px -18px rgb(23 36 59 / 35%)}.brand>span{font-size:10px;letter-spacing:.035em;text-transform:none;line-height:1.4}.header-phone{font-size:14px;gap:11px}.header-phone small{font-size:11px;margin-top:3px}.phone-icon{font-size:15px;transform:none;color:var(--bronze)}.desktop-nav{gap:23px}.header-inner{gap:22px}.mobile-nav summary{align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0;font-size:21px}.mobile-nav .menu-close-icon{display:none}.mobile-nav[open] .menu-open-icon{display:none}.mobile-nav[open] .menu-close-icon{display:inline-block}.home-hero{min-height:600px}.hero-content{padding-top:78px;padding-bottom:40px}.hero-content h1{max-width:790px;font-weight:650;line-height:1.13;letter-spacing:-.047em}.hero-content .eyebrow{font-size:12px;letter-spacing:.13em;color:#657081}.hero-lead{max-width:500px;font-size:17px;line-height:1.75;color:#4b5667}.hero-visual:after{background:linear-gradient(90deg,#fff 0%,rgb(255 255 255 / 96%) 5%,rgb(255 255 255 / 75%) 18%,rgb(255 255 255 / 15%) 38%,transparent 57%)}.hero-slide>img{object-position:center}.hero-actions{gap:14px;margin-top:30px}.hero-stats{margin-top:44px;max-width:650px}.hero-stats div{padding-inline:26px}.hero-stats dt{font-size:25px}.hero-stats dd{font-size:12px;line-height:1.5;margin-top:5px}.hero-credit{bottom:27px;left:26%;font-size:12px;padding:10px 14px;border:1px solid rgb(255 255 255 / 22%);border-radius:5px;background:rgb(19 30 45 / 45%);backdrop-filter:blur(7px);text-shadow:none}.hero-controls{padding:7px 10px;bottom:25px;right:26px;border:1px solid rgb(255 255 255 / 24%);border-radius:6px;background:rgb(19 30 45 / 42%);backdrop-filter:blur(8px);gap:12px}.hero-controls button{font-size:14px;display:grid;place-items:center;min-width:32px;min-height:32px;border-radius:4px;transition:background .2s}.hero-controls button:hover{background:rgb(255 255 255 / 16%)}.hero-controls>span{font-variant-numeric:tabular-nums;letter-spacing:.08em;padding-inline:5px}.play-icon{width:21px;height:21px;border:1px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.play-icon .fa-solid{font-size:8px;margin-left:1px}.portfolio-section{padding-top:50px}.project-grid{gap:22px}.project-card{border-radius:var(--radius);box-shadow:var(--shadow-soft)}.project-card:after{inset:25% 0 0;background:linear-gradient(transparent 0%,rgb(14 22 35 / 12%) 30%,rgb(14 22 35 / 83%) 100%)}.project-caption{left:25px;bottom:25px;right:77px;gap:6px}.project-caption strong{font-size:21px;font-weight:600;letter-spacing:-.03em}.project-category{font-size:12px;line-height:1.4;margin-bottom:4px}.project-caption>span:not(.project-category){font-size:15px}.circle-arrow{right:22px;bottom:27px;width:41px;height:41px;font-size:16px;background:rgb(255 255 255 / 8%);backdrop-filter:blur(6px);border-color:rgb(255 255 255 / 65%)}.project-card:hover .circle-arrow{transform:none;background:#fff;color:var(--ink);border-color:#fff}.project-card:hover>img{transform:scale(1.045)}.service-principals{gap:18px}.service-principals>a{padding:28px;border-radius:var(--radius);min-height:212px;background:linear-gradient(150deg,#fff,#fafbfc);transition:transform .25s var(--ease-out),border-color .25s,box-shadow .25s}.service-principals>a:hover{transform:translateY(-4px);border-color:#c8b7a7;box-shadow:var(--shadow-soft);background:#fff}.line-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:12px;background:#f2ece6;color:var(--bronze-dark);font-size:23px;letter-spacing:0;margin-bottom:24px}.service-principals h3{font-size:17px;padding-right:0}.service-principals p{font-size:14px;line-height:1.65;margin-top:11px}.service-arrow{right:23px;top:26px;font-size:15px}.feature-section{padding-block:42px;background:#f3f4f5}.feature-grid{gap:60px}.feature-image,.inner-hero-image,.project-hero-image,.photo-gallery>a{border-radius:var(--radius)}.feature-copy{padding:24px 30px 24px 0}.feature-copy h2{font-size:clamp(2rem,3vw,2.7rem)}.feature-facts{gap:35px;padding-block:23px;border-block:1px solid #dce0e5}.feature-facts dd{font-size:13px}.about-strip{gap:80px}.object-links a{font-size:15px;padding-block:23px}.process-list h3{font-size:14px;font-weight:600}.process-list p{font-size:13px;line-height:1.65}.process-list li>span{width:36px;height:36px;background:#edf0f4;color:var(--ink);font-variant-numeric:tabular-nums}.process-list li:not(:last-child):after{top:18px}.geography-band{background:#f4f5f6;padding-block:64px}.geography-home p:not(.eyebrow){font-size:16px}.city-links a{border-bottom-color:#d9dee5;padding-block:15px;transition:color .2s}.city-links a:hover{color:var(--bronze-dark)}.clients-section{gap:44px}.article-image{border-radius:var(--radius);margin-bottom:22px}.article-meta{font-size:12px;line-height:1.5}.article-card h3{font-size:21px;line-height:1.35}.article-card p{font-size:15px}.article-card .text-link{font-size:14px}.faq-section{border-top:1px solid var(--border)}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:start}.faq-column{display:flex;flex-direction:column;gap:12px;min-width:0}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:#fff;overflow:hidden;transition:border-color .2s,box-shadow .2s,background .2s}.faq-item:hover{border-color:#cbbcae;background:#fcfbfa}.faq-item[open]{border-color:#cbb49e;background:#fcfbfa;box-shadow:0 8px 24px -22px #58412d}.faq-item summary{display:flex;align-items:center;gap:16px;min-height:106px;padding:22px;cursor:pointer;list-style:none;font-size:16px;font-weight:550;line-height:1.5}.faq-item summary::-webkit-details-marker{display:none}.faq-number{flex:0 0 23px;align-self:center;font-size:12px;color:#9097a0;font-variant-numeric:tabular-nums;letter-spacing:.04em}.faq-question{flex:1;min-width:0;color:var(--ink);overflow-wrap:break-word}.faq-toggle{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border:1px solid #e1d8cf;border-radius:50%;color:var(--bronze-dark);background:#fff;font-size:12px;transition:transform .22s,background .22s,color .22s}.faq-item[open] .faq-toggle{transform:rotate(45deg);background:var(--bronze);color:#fff;border-color:var(--bronze)}.faq-answer{padding:0 24px 25px 61px;font-size:15px;line-height:1.8;color:var(--muted)}.contact-band{position:relative;background:linear-gradient(115deg,#f1f3f5,#f8f8f7);padding-block:68px;border-block:1px solid #e4e7eb}.contact-grid{grid-template-columns:1fr 1.25fr;gap:72px;align-items:center}.contact-grid h2{font-size:clamp(1.9rem,3vw,2.5rem);line-height:1.22}.contact-grid>div>p:not(.eyebrow){font-size:16px;line-height:1.8}.contact-grid>.lead-form{padding:32px;background:#fff;border:1px solid #e0e4e9;border-radius:12px;box-shadow:0 12px 32px -26px rgb(23 36 59 / 35%)}.form-grid{gap:19px 20px;align-items:start}.form-grid label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--ink);min-width:0}.form-grid label>.field-label{display:inline-flex;align-items:baseline;gap:0;min-height:22px;font-size:14px;line-height:1.5;font-weight:500;color:var(--ink)}.field-label .required-mark{display:inline;margin-left:3px;color:var(--bronze-dark);font-size:inherit;line-height:inherit;font-weight:600;flex:0 0 auto}.form-grid input,.form-grid textarea{border-color:#dce1e7;border-radius:6px;background:#fbfcfd;min-height:50px;padding:12px 14px;font-size:16px;line-height:1.5;transition:border-color .2s,background .2s,box-shadow .2s}.form-grid input:hover,.form-grid textarea:hover{border-color:#bec7d2}.form-grid input:focus,.form-grid textarea:focus{outline:0;outline-offset:0;border-color:var(--bronze);background:#fff;box-shadow:0 0 0 3px rgb(150 118 88 / 12%)}.form-grid input::placeholder,.form-grid textarea::placeholder{font-size:14px;color:#7f8794;opacity:1}.form-grid textarea{min-height:94px}.consent{font-size:12px;line-height:1.65;gap:10px;margin:20px 0;color:#697180}.consent input{width:17px;height:17px;margin:2px 0 0}.lead-form>.button{min-height:52px;gap:20px}.form-status{border-radius:6px}.request-dialog{width:min(660px,calc(100% - 32px));max-height:calc(100dvh - 40px);padding:38px 42px 36px;border:1px solid #e1e4e8;border-radius:14px;box-shadow:0 24px 100px rgb(9 18 35 / 28%);overscroll-behavior:contain;scrollbar-gutter:stable}.request-dialog::backdrop{background:rgb(13 23 39 / 65%);backdrop-filter:blur(8px)}.dialog-is-open{overflow:hidden}.dialog-close{right:16px;top:16px;display:grid;place-items:center;width:40px;height:40px;padding:0;background:#f2f4f6;border:1px solid #e6e9ed;border-radius:50%;font-size:17px;color:var(--ink);transition:background .2s,transform .2s}.dialog-close:hover{background:#e6eaf0;transform:rotate(90deg)}.dialog-emblem{display:grid;place-items:center;width:48px;height:48px;margin-bottom:22px;background:#f2ece6;border:1px solid #e8ddd2;border-radius:10px;color:var(--bronze-dark);font-size:22px}.request-dialog .eyebrow{font-size:12px;margin-bottom:10px}.request-dialog h2{font-size:33px;line-height:1.2;letter-spacing:-.04em;margin-bottom:14px;text-wrap:balance}.dialog-intro{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:28px}.request-dialog .consent{margin-block:20px}.gallery-dialog .dialog-close{background:rgb(0 0 0 / 28%);color:white;border-color:rgb(255 255 255 / 35%)}.gallery-prev,.gallery-next{font-size:16px}.photo-gallery a>span{font-size:21px}.site-footer{padding-top:54px}.footer-main{gap:30px}.footer-main h2{font-size:14px;font-weight:600}.footer-main>div>a:not(.brand){font-size:14px;margin-block:10px}.footer-brand p{font-size:12px}.footer-main address{font-size:14px}.footer-main address a:first-child{font-size:16px}.footer-bottom{font-size:12px;line-height:1.7}.footer-main a:not(.brand):hover{color:var(--bronze-dark)}.breadcrumbs{font-size:12px}.page-aside nav a{font-size:14px}.prose table{font-size:14px}.prose figcaption{font-size:12px}.article-byline{font-size:12px;gap:12px 24px}.filter-bar a{border-radius:5px;font-size:14px;transition:background .2s,border-color .2s}.service-row{padding-block:28px}.service-row small{font-size:14px;line-height:1.65}.city-card-grid>a{padding:28px;border-radius:var(--radius);transition:border-color .2s,box-shadow .2s,transform .2s}.city-card-grid>a:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft)}.city-card-grid>a>span:first-child{font-size:12px}.city-card-grid p{font-size:14px}.contact-card-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:22px;border-radius:10px;background:#f2ece6;color:var(--bronze-dark);font-size:18px}@media (min-width:1500px){.home-hero{min-height:650px}.hero-content{padding-top:88px}}@media (max-width:1220px){.service-principals>a{padding:24px 22px}.hero-stats div{padding-inline:20px}.hero-stats dt{font-size:23px}.contact-grid{gap:42px}.contact-grid>.lead-form{padding:28px}.feature-grid{gap:40px}}@media (max-width:960px){.home-hero{min-height:580px}.hero-content{padding-top:68px}.hero-lead{font-size:16px;max-width:440px}.hero-stats{max-width:550px}.hero-stats dd{font-size:11px}.hero-actions .button{font-size:14px;padding:12px 18px}.hero-visual:after{background:linear-gradient(90deg,#fff,rgb(255 255 255 / 95%) 14%,rgb(255 255 255 / 78%) 32%,rgb(255 255 255 / 12%) 76%,transparent)}.feature-copy{padding-right:0}.feature-copy>p:not(.eyebrow){font-size:16px}.faq-grid{gap:18px}.faq-item summary{padding:20px 16px;gap:12px;font-size:15px;min-height:112px}.faq-answer{padding:0 18px 23px 51px}.contact-grid{grid-template-columns:1fr;gap:32px;align-items:start}.contact-grid>.lead-form{max-width:720px;width:100%}.contact-grid h2{max-width:700px}.service-principals h3{font-size:17px}.service-principals p{font-size:14px}.footer-bottom{font-size:12px}}@media (max-width:700px){.faq-grid{grid-template-columns:1fr;gap:12px}.faq-item summary{min-height:88px;font-size:16px;padding:20px;gap:14px}.faq-answer{padding:0 20px 24px 57px}}@media (max-width:640px){.section{padding-block:48px}.section-heading{margin-bottom:25px;gap:17px}.section-heading>.text-link{font-size:14px}.brand>span{display:none}.brand img{width:120px;max-height:46px}.header-phone{font-size:12px}.header-phone small{font-size:10px}.home-hero{min-height:0;padding-bottom:275px}.hero-content{padding-top:34px;padding-bottom:30px}.hero-content .eyebrow{font-size:11px;letter-spacing:.08em;margin-bottom:18px}.hero-content h1{font-size:clamp(28px,6.9vw,40px);line-height:1.16;letter-spacing:-.045em}.hero-lead{font-size:16px;line-height:1.7;margin-top:20px;max-width:none}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.hero-actions .button{font-size:12px;min-height:48px;padding:11px 10px;gap:9px}.hero-stats{max-width:none;margin-top:30px}.hero-stats div{padding-inline:15px;flex:1}.hero-stats dt{font-size:clamp(17px,4.6vw,22px)}.hero-stats dd{font-size:11px;max-width:110px;line-height:1.5}.hero-visual{height:275px}.hero-visual:after{background:linear-gradient(transparent 50%,rgb(13 22 36 / 60%))}.hero-credit{bottom:20px;left:18px;font-size:11px;padding:0;background:none;backdrop-filter:none;border:0}.hero-credit span{display:none}.hero-controls{right:14px;bottom:14px;padding:3px 6px;gap:5px;background:rgb(19 30 45 / 32%);font-size:11px}.hero-controls button{min-width:29px;min-height:29px;font-size:12px}.project-grid{gap:18px}.portfolio-section{padding-top:37px}.project-caption{left:23px;bottom:25px;right:78px}.project-caption strong{font-size:22px}.project-category{font-size:12px}.service-principals{gap:12px}.service-principals>a{padding:22px 18px;min-height:224px}.service-principals h3{font-size:15px}.service-principals p{font-size:14px}.line-icon{width:45px;height:45px;font-size:20px;margin-bottom:20px;border-radius:9px}.service-arrow{right:15px;top:18px;font-size:13px}.feature-section{padding-block:30px}.feature-grid{gap:8px}.feature-copy{padding:23px 2px}.feature-copy h2{font-size:32px}.feature-facts{gap:28px}.feature-facts dd{font-size:12px}.about-strip{gap:26px}.about-strip>div>p:not(.eyebrow){font-size:16px}.object-links a{font-size:14px;padding-block:19px}.process-list h3{font-size:16px}.process-list p{font-size:14px}.geography-band{padding-block:45px}.geography-home p:not(.eyebrow){font-size:16px}.city-links a{font-size:14px}.article-meta{font-size:12px}.article-card p{font-size:16px}.article-card .text-link{font-size:14px}.contact-band{padding-block:44px}.contact-grid{gap:28px}.contact-grid h2{font-size:30px}.contact-grid>.lead-form{padding:24px 20px}.form-grid{gap:18px;grid-template-columns:1fr}.form-grid .full{grid-column:auto}.form-grid label,.form-grid label>.field-label{font-size:14px}.form-grid input,.form-grid textarea{font-size:16px}.form-grid input::placeholder,.form-grid textarea::placeholder{font-size:14px}.consent{font-size:12px}.request-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);padding:30px 24px 26px;border-radius:12px;scrollbar-gutter:auto}.dialog-close{top:14px;right:14px;width:38px;height:38px}.dialog-emblem{width:43px;height:43px;font-size:20px;margin-bottom:20px}.request-dialog h2{font-size:29px;max-width:100%;margin-bottom:12px}.dialog-intro{font-size:14px;margin-bottom:24px}.footer-main>div>a:not(.brand),.footer-main address{font-size:14px}.footer-bottom{font-size:12px;line-height:1.8}.breadcrumbs{font-size:12px}.inner-hero .intro,.inner-hero.with-image .intro,.prose{font-size:16px}.page-aside nav a{font-size:14px}.filter-bar a{font-size:13px;padding:9px 12px}.service-row small{font-size:14px}.article-heading .intro{font-size:16px}.article-byline{font-size:12px}.district-grid strong,.all-city-list div{font-size:14px}.district-grid span{font-size:12px}}@media (max-width:360px){.header-phone small{display:none}.brand img{width:106px}.header-inner{gap:8px}.hero-actions{grid-template-columns:1fr}.hero-actions .button{font-size:14px}.hero-stats div{padding-inline:9px}.hero-stats dd{font-size:10px}.service-principals{grid-template-columns:1fr}.service-principals>a{min-height:0}.service-principals h3{font-size:17px}.faq-item summary{padding:18px 15px;gap:10px}.faq-number{flex-basis:20px}.faq-answer{padding-left:45px}.request-dialog{padding-inline:19px}}@media (prefers-reduced-motion:reduce){.button:hover,.service-principals>a:hover,.city-card-grid>a:hover,.dialog-close:hover{transform:none}}@media (max-width:360px){.header-phone>span:not(.phone-icon){display:none}.header-phone>.phone-icon{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--border);border-radius:50%;font-size:15px}}.process-section.process-section-premium{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:42px;align-items:start;padding-top:30px}.process-section.process-section-premium h2{font-size:30px;line-height:1.15;letter-spacing:-.03em}.process-section.process-section-premium .process-intro{position:sticky;top:110px}.process-section.process-section-premium .process-summary{margin-top:18px;color:var(--muted);font-size:15px;line-height:1.8;max-width:32ch}.process-section.process-section-premium .process-note{margin-top:24px;padding:18px 20px;border:1px solid #e4e7eb;border-radius:18px;background:linear-gradient(135deg,#fcfcfb,#f3f4f6)}.process-section.process-section-premium .process-note strong{display:block;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:#967658}.process-section.process-section-premium .process-note span{display:block;margin-top:8px;color:#4c5666;line-height:1.7;font-size:14px}.process-section.process-section-premium .process-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;list-style:none;margin:0;padding:0}.process-section.process-section-premium .process-list li{position:relative;display:block;padding:0}.process-section.process-section-premium .process-list li>span{position:absolute;left:18px;top:18px;display:grid;place-items:center;width:42px;height:42px;margin:0;background:linear-gradient(135deg,#b7936f,#8f6a48);box-shadow:0 10px 24px rgba(150,118,88,.22);color:#fff;font-size:12px;font-weight:700;border-radius:50%;font-variant-numeric:tabular-nums;z-index:2}.process-section.process-section-premium .process-list li:not(:last-child):after{display:none}.process-section.process-section-premium .process-card{height:100%;padding:76px 20px 24px;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f6f7f9);border:1px solid #e5e8ed;box-shadow:0 14px 40px rgba(17,23,34,.07);transition:transform .25s var(--ease-out),box-shadow .25s,border-color .25s}.process-section.process-section-premium .process-card small{display:block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#967658}.process-section.process-section-premium .process-list h3{font-size:18px;line-height:1.35;letter-spacing:-.02em;margin-top:12px;padding-top:0;font-weight:600}.process-section.process-section-premium .process-list p{font-size:14px;color:var(--muted);line-height:1.7;margin-top:10px}.motion .process-section.process-section-premium .process-card:hover,.process-section.process-section-premium .process-card:focus-within{transform:translateY(-4px);box-shadow:0 20px 44px rgba(17,23,34,.11);border-color:#d9dfe6}.clients-section.brands-section{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);align-items:center;gap:34px;border:0;background:#111722;border-radius:22px;padding:34px 0 34px 36px;box-shadow:0 18px 48px rgba(17,23,34,.14);overflow:hidden}.clients-section.brands-section .clients-heading{padding-right:12px}.clients-section.brands-section .clients-heading .eyebrow{color:#9aa8bd}.clients-section.brands-section h2{font-size:24px;min-width:215px;color:#fff;line-height:1.2}.clients-section.brands-section .brands-summary{margin-top:16px;color:#bcc6d6;font-size:15px;line-height:1.75;max-width:30ch}.clients-section.brands-section .brands-marquee{position:relative;overflow:hidden;padding-block:8px}.clients-section.brands-section .brands-marquee:before,.clients-section.brands-section .brands-marquee:after{content:'';position:absolute;top:0;bottom:0;width:72px;z-index:2;pointer-events:none}.clients-section.brands-section .brands-marquee:before{left:0;background:linear-gradient(90deg,#111722 0%,rgba(17,23,34,.82) 50%,rgba(17,23,34,0) 100%)}.clients-section.brands-section .brands-marquee:after{right:0;background:linear-gradient(270deg,#111722 0%,rgba(17,23,34,.82) 50%,rgba(17,23,34,0) 100%)}.clients-section.brands-section .brands-track{display:flex;align-items:center;gap:18px;width:max-content;animation:brands-marquee 38s linear infinite;will-change:transform}.clients-section.brands-section:hover .brands-track{animation-play-state:paused}.clients-section.brands-section .client-logo{display:flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:210px;min-height:92px;padding:18px 22px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;backdrop-filter:blur(6px)}.clients-section.brands-section .client-logo img{max-width:100%;max-height:42px;width:auto;height:auto;object-fit:contain;opacity:.96;filter:brightness(1.02)}@keyframes brands-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 9px))}}@media(max-width:1200px){.process-section.process-section-premium{grid-template-columns:1fr;gap:30px}.process-section.process-section-premium .process-intro{position:relative;top:auto;max-width:720px}.process-section.process-section-premium .process-list{grid-template-columns:repeat(3,minmax(0,1fr))}.clients-section.brands-section{grid-template-columns:1fr;gap:28px;padding:32px 0 32px 32px}}@media(max-width:960px){.process-section.process-section-premium{gap:24px}.process-section.process-section-premium .process-summary{max-width:none}.process-section.process-section-premium .process-list{grid-template-columns:1fr;gap:14px}.process-section.process-section-premium .process-list li>span{left:16px;top:16px;width:40px;height:40px}.process-section.process-section-premium .process-card{padding:72px 18px 20px;border-radius:18px}.process-section.process-section-premium .process-list h3{font-size:17px}.process-section.process-section-premium .process-list p{font-size:14px;margin-top:8px}.clients-section.brands-section{display:block;padding:30px 0 30px 24px}.clients-section.brands-section .brands-marquee{margin-top:24px}.clients-section.brands-section .brands-track{gap:14px;animation-duration:30s}.clients-section.brands-section .client-logo{min-width:180px;min-height:84px;padding:14px 18px}.clients-section.brands-section .client-logo img{max-height:38px}}@media(max-width:480px){.process-section.process-section-premium .process-card{padding:72px 16px 18px}.clients-section.brands-section{padding-left:18px}.clients-section.brands-section .client-logo{min-width:168px;min-height:78px}.clients-section.brands-section .brands-track{animation-duration:26s}}@media(prefers-reduced-motion:reduce){.clients-section.brands-section .brands-track{animation:none}.process-section.process-section-premium .process-card{transition:none}}[data-motion="off"] .clients-section.brands-section .brands-track{animation:none}[data-motion="off"] .process-section.process-section-premium .process-card{transition:none}.immersive-home .hero-stats{display:grid;grid-template-columns:.82fr .98fr 1.2fr;gap:0;max-width:720px;width:min(100%,720px)}.immersive-home .hero-stats div{padding-inline:20px;min-width:0}.immersive-home .hero-stats div:first-child{padding-left:0}.immersive-home .hero-stats dt{white-space:nowrap}.immersive-home .hero-stats dd{max-width:none}.circle-arrow{right:22px;bottom:27px;width:50px;height:50px;font-size:18px;background:#fff!important;color:var(--ink)!important;border:1px solid rgba(17,23,34,.1)!important;box-shadow:0 12px 28px rgba(17,23,34,.14)!important;backdrop-filter:none}.project-card:hover .circle-arrow{transform:none;background:#fff!important;color:var(--ink)!important;border-color:#fff!important;box-shadow:0 14px 32px rgba(17,23,34,.18)!important}.photo-gallery a>span{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:#fff!important;color:var(--ink)!important;font-size:20px!important;right:24px;bottom:24px;text-shadow:none!important;box-shadow:0 12px 26px rgba(17,23,34,.16)}.process-section.process-section-premium{position:relative;overflow:hidden;isolation:isolate}.process-section.process-section-premium:before,.process-section.process-section-premium:after{content:'';position:absolute;pointer-events:none;background-repeat:no-repeat;background-size:contain;z-index:0;opacity:.18;filter:grayscale(1)}.process-section.process-section-premium:before{left:-18px;top:26px;width:280px;height:280px;background-image:url('/assets/visuals/process-pattern-left.svg')}.process-section.process-section-premium:after{right:-30px;bottom:10px;width:300px;height:300px;background-image:url('/assets/visuals/process-pattern-right.svg')}.process-section.process-section-premium>.process-intro,.process-section.process-section-premium>.process-list{position:relative;z-index:1}.process-section.process-section-premium .process-card{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,248,250,.94))}.clients-section.brands-section{grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:26px;padding:34px 0 34px 28px}.clients-section.brands-section .clients-heading{padding-right:6px}.clients-section.brands-section h2{font-size:22px}.clients-section.brands-section .brands-summary{font-size:14px;line-height:1.72;max-width:24ch}.clients-section.brands-section .brands-track{gap:42px;animation-duration:34s}.clients-section.brands-section .client-logo{min-width:auto;min-height:auto;padding:0;background:transparent;border:0;border-radius:0;backdrop-filter:none;box-shadow:none}.clients-section.brands-section .client-logo img{max-height:54px;opacity:.98;filter:none}.clients-section.brands-section .brands-marquee:before,.clients-section.brands-section .brands-marquee:after{width:54px}@media(max-width:1200px){.clients-section.brands-section{grid-template-columns:220px minmax(0,1fr);gap:20px;padding-left:22px}.clients-section.brands-section .brands-track{gap:34px}}@media(max-width:960px){.immersive-home .hero-stats{grid-template-columns:.72fr .94fr 1.14fr;max-width:none;width:100%}.immersive-home .hero-stats div{padding-inline:10px}.immersive-home .hero-stats dt{font-size:clamp(18px,4.4vw,23px);white-space:nowrap}.immersive-home .hero-stats dd{font-size:11px;line-height:1.45}.circle-arrow{width:46px;height:46px;right:16px;bottom:22px;font-size:16px}.photo-gallery a>span{width:46px;height:46px;right:16px;bottom:16px;font-size:18px!important}.process-section.process-section-premium:before{width:220px;height:220px;left:-44px;top:34px;opacity:.14}.process-section.process-section-premium:after{width:220px;height:220px;right:-56px;bottom:18px;opacity:.14}.clients-section.brands-section{display:block;padding:30px 0 30px 18px}.clients-section.brands-section .clients-heading{max-width:250px}.clients-section.brands-section .brands-track{gap:28px;animation-duration:28s}.clients-section.brands-section .client-logo img{max-height:46px}}@media(max-width:480px){.immersive-home .hero-stats{grid-template-columns:.68fr .9fr 1.18fr;gap:0}.immersive-home .hero-stats div{padding-inline:8px}.immersive-home .hero-stats dt{font-size:17px}.immersive-home .hero-stats dd{font-size:10px;line-height:1.4}.clients-section.brands-section .brands-track{gap:24px;animation-duration:24s}.clients-section.brands-section .client-logo img{max-height:40px}.process-section.process-section-premium:before,.process-section.process-section-premium:after{opacity:.11}}@media(min-width:1201px){.header-phone{font-size:17px;gap:13px;line-height:1.25}.header-phone small{font-size:11px;line-height:1.5;margin-top:5px}.header-phone .phone-icon{font-size:28px}}@media(min-width:1201px){.clients-section.brands-section{grid-template-columns:minmax(310px,360px) minmax(0,1fr);gap:34px;padding:42px 0 42px 42px}.clients-section.brands-section .clients-heading{padding-right:18px}.clients-section.brands-section h2{font-size:27px;line-height:1.18;max-width:330px}.clients-section.brands-section .brands-summary{font-size:15px;line-height:1.78;max-width:35ch}.clients-section.brands-section .brands-marquee{padding-block:18px}.clients-section.brands-section .brands-track{gap:34px;animation-duration:36s}.clients-section.brands-section .client-logo{width:clamp(205px,14.5vw,245px);height:92px;display:flex;align-items:center;justify-content:center}.clients-section.brands-section .client-logo img{max-width:90%;max-height:70px;width:auto;height:auto}.clients-section.brands-section .brands-marquee:before,.clients-section.brands-section .brands-marquee:after{width:44px}}@media(min-width:1500px){.clients-section.brands-section .client-logo{width:245px}}.page-about .section-hero{margin-bottom:0;min-height:520px}.page-about .section-hero:after{background:linear-gradient(90deg,rgba(9,17,28,.90) 0%,rgba(9,17,28,.70) 48%,rgba(9,17,28,.28) 100%)}.page-about .section-hero-content h1{max-width:980px}.page-about .section-hero-content .intro{max-width:760px}.about-story-premium{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:72px;align-items:center}.about-story-copy>h2{max-width:820px;font-size:clamp(34px,3.1vw,52px);line-height:1.1;letter-spacing:-.045em}.about-story-copy>p:not(.eyebrow){max-width:760px;color:#586273;font-size:16px;line-height:1.85}.about-story-copy .about-lead{margin-top:26px;color:#273346!important;font-size:18px!important}.about-story-copy>p+.about-philosophy-grid{margin-top:34px}.about-philosophy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.about-philosophy-grid article{position:relative;padding:26px 24px 24px;border:1px solid #e1e5ea;border-radius:20px;background:linear-gradient(150deg,#fff,#f7f8fa);min-height:250px;box-shadow:0 14px 36px rgba(17,23,34,.055)}.about-philosophy-grid .about-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#151f30;color:#fff;font-size:18px;margin-bottom:28px}.about-philosophy-grid h3{font-size:20px;line-height:1.35;letter-spacing:-.025em}.about-philosophy-grid article>p:last-child{margin-top:11px;color:#687181;font-size:14px;line-height:1.75}.about-story-image{position:relative;margin:0;min-height:620px;border-radius:26px;overflow:hidden;background:#e8e5df;box-shadow:0 26px 70px rgba(17,23,34,.14)}.about-story-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.about-story-image:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(10,18,31,.58));pointer-events:none}.about-story-image figcaption{position:absolute;left:28px;right:28px;bottom:26px;z-index:2;color:#fff;display:grid;grid-template-columns:48px 1fr;gap:2px 14px;align-items:center}.about-story-image figcaption>span{grid-row:1/3;width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}.about-story-image figcaption strong{font-size:18px}.about-story-image figcaption small{font-size:12px;color:rgba(255,255,255,.78)}.about-metrics-premium{display:grid;grid-template-columns:.75fr .9fr 1.25fr 1.1fr;border-block:1px solid #dde2e8;padding-block:0!important}.about-metrics-premium>div{padding:38px 34px;border-left:1px solid #dde2e8;min-width:0}.about-metrics-premium>div:first-child{border-left:0;padding-left:0}.about-metrics-premium strong{display:block;color:#142033;font-size:clamp(32px,3vw,48px);font-weight:650;line-height:1.15;letter-spacing:-.055em;white-space:nowrap}.about-metrics-premium strong sup{font-size:.45em;vertical-align:top;margin-left:2px;color:#9b7656}.about-metrics-premium strong small{font-size:.52em;font-weight:600;letter-spacing:-.02em}.about-metrics-premium span{display:block;margin-top:9px;color:#747e8d;font-size:13px;line-height:1.5}.about-capabilities-band{background:#111925;color:#fff;margin-block:24px}.about-capabilities .section-heading{align-items:end}.about-capabilities .eyebrow{color:#b9c3d2}.about-capabilities h2{color:#fff;max-width:760px;font-size:clamp(30px,2.8vw,44px)}.about-capabilities .muted{color:#abb6c6;max-width:680px}.about-capability-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px}.about-capability-grid article{position:relative;min-height:300px;padding:30px;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));overflow:hidden}.about-capability-grid article>span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#fff;color:#172237;font-size:21px;margin-bottom:62px}.about-capability-grid article>small{position:absolute;right:28px;top:28px;color:#8f9aab;font-size:12px;letter-spacing:.15em}.about-capability-grid h3{font-size:22px;color:#fff}.about-capability-grid p{margin-top:12px;color:#b9c2d0;font-size:14px;line-height:1.75}.about-project-showcase .section-heading>div{max-width:760px}.about-team-premium .section-heading>div{max-width:780px}.about-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.about-team-grid figure{margin:0;border:1px solid #e3e6eb;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 14px 38px rgba(17,23,34,.06)}.about-team-photo{aspect-ratio:1.18;overflow:hidden;background:#eceff2}.about-team-photo img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.6,.2,1)}.about-team-grid figure:hover .about-team-photo img{transform:scale(1.035)}.about-team-grid figcaption{padding:24px 24px 26px}.about-team-grid figcaption .eyebrow{margin-bottom:9px}.about-team-grid h3{font-size:20px;line-height:1.35}.about-team-grid figcaption>p:last-child{margin-top:10px;color:#697383;font-size:14px;line-height:1.7}.about-documents-band{background:#f2f1ee;margin-top:24px;border-block:1px solid #e4e1dc}.about-documents-premium{padding-block:80px}.about-documents-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:36px}.about-documents-head h2{font-size:clamp(32px,3vw,48px);line-height:1.1;letter-spacing:-.04em}.about-documents-head>div:last-child p{max-width:650px;color:#606a79;line-height:1.8;font-size:15px}.about-documents-head .text-link{margin-top:20px}.about-documents-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.about-document-card{display:block;min-width:0;color:inherit}.about-document-image{position:relative;aspect-ratio:.74;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 14px 32px rgba(17,23,34,.09)}.about-document-image img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .35s ease}.about-document-card:hover .about-document-image img{transform:scale(1.015)}.document-zoom{position:absolute;right:14px;bottom:14px;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#172238;box-shadow:0 8px 24px rgba(17,23,34,.16);font-size:16px}.about-document-meta{padding:16px 5px 0}.about-document-meta>span{display:block;color:#9a7555;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:650}.about-document-meta strong{display:block;margin-top:7px;font-size:14px;line-height:1.5;font-weight:600;color:#263245}.about-company-open{display:grid;grid-template-columns:1fr 1fr;gap:70px;border-top:1px solid var(--border)}.about-company-open h2{max-width:650px;font-size:clamp(28px,2.4vw,38px)}.about-company-open>div:last-child p{color:#596474;line-height:1.85}.about-company-open .inline-links{margin-top:25px}@media(max-width:1100px){.about-story-premium{grid-template-columns:1fr;gap:38px}.about-story-image{min-height:540px}.about-philosophy-grid{max-width:850px}.about-metrics-premium{grid-template-columns:repeat(2,1fr)}.about-metrics-premium>div:nth-child(3){border-left:0;border-top:1px solid #dde2e8;padding-left:0}.about-metrics-premium>div:nth-child(4){border-top:1px solid #dde2e8}.about-capability-grid{grid-template-columns:1fr}.about-capability-grid article{min-height:0}.about-capability-grid article>span{margin-bottom:38px}.about-documents-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.page-about .section-hero{min-height:390px}.about-story-copy>h2{font-size:34px}.about-story-premium{gap:28px}.about-philosophy-grid{grid-template-columns:1fr}.about-story-image{min-height:430px;border-radius:18px}.about-story-image figcaption{left:18px;right:18px;bottom:18px}.about-metrics-premium{grid-template-columns:1fr 1fr}.about-metrics-premium>div{padding:24px 14px}.about-metrics-premium>div:nth-child(odd){padding-left:0}.about-metrics-premium>div:nth-child(3){border-left:0}.about-metrics-premium strong{font-size:30px}.about-capabilities-band{margin-block:8px}.about-capability-grid article{padding:24px}.about-team-grid{grid-template-columns:1fr}.about-team-photo{aspect-ratio:1.35}.about-documents-premium{padding-block:58px}.about-documents-head{grid-template-columns:1fr;gap:20px;margin-bottom:28px}.about-documents-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.about-document-meta strong{font-size:13px}.about-company-open{grid-template-columns:1fr;gap:24px}}@media(max-width:480px){.about-story-copy>h2{font-size:30px}.about-story-copy .about-lead{font-size:16px!important}.about-story-image{min-height:360px}.about-metrics-premium{grid-template-columns:1fr}.about-metrics-premium>div,.about-metrics-premium>div:nth-child(3),.about-metrics-premium>div:nth-child(4){padding:22px 0;border-left:0;border-top:1px solid #dde2e8}.about-metrics-premium>div:first-child{border-top:0}.about-documents-grid{grid-template-columns:1fr}.about-document-image{aspect-ratio:.78}}@media(prefers-reduced-motion:reduce){.about-team-photo img,.about-document-image img{transition:none}}[data-motion="off"] .about-team-photo img,[data-motion="off"] .about-document-image img{transition:none}@media(min-width:1201px){.header-inner{justify-content:flex-start;gap:26px}.desktop-nav{margin-left:auto;margin-right:8px}.header-actions{display:flex;align-items:center;gap:18px;flex-shrink:0}.header-phone{font-size:18px;gap:14px;line-height:1.2}.header-phone small{font-size:11px;margin-top:4px}.header-cta{min-width:232px;justify-content:center}}@media(max-width:960px){.header-actions{display:contents}}.hero-breadcrumbs{margin-bottom:18px}.hero-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px 10px;list-style:none;margin:0;padding:0}.hero-breadcrumbs li{display:inline-flex;align-items:center;gap:10px;color:#7f8896;font-size:12px;line-height:1.6;letter-spacing:.02em}.hero-breadcrumbs li:not(:last-child)::after{content:'/';color:#b7bcc6}.hero-breadcrumbs a{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#f5f6f8;color:#525d6d;border:1px solid #e2e6ec}.hero-breadcrumbs span[aria-current="page"]{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#fff;color:#1b2432;border:1px solid #e2e6ec;box-shadow:0 8px 24px rgba(17,23,34,.05)}.hero-breadcrumbs.on-dark li{color:#c5cfdb}.hero-breadcrumbs.on-dark li:not(:last-child)::after{color:#95a2b4}.hero-breadcrumbs.on-dark a{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#eef2f6;backdrop-filter:blur(5px)}.hero-breadcrumbs.on-dark span[aria-current="page"]{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.22);color:#fff;box-shadow:none}.inner-hero{padding-top:28px}.section-hero-content{padding-block:48px 72px}.immersive-home .hero-stats{max-width:760px;width:min(100%,760px)}.immersive-home .hero-stats dt{font-size:clamp(28px,2.1vw,38px);line-height:1.06;letter-spacing:-.04em;color:#1f2d42}.immersive-home .hero-stats dd{font-size:15px;line-height:1.5;color:#697383;max-width:12ch;margin-top:10px}.immersive-home .hero-stats div{padding-inline:24px}.immersive-home .hero-stats div:last-child dd{max-width:14ch}.process-section.process-section-premium .process-card{position:relative;overflow:hidden}.process-section.process-section-premium .process-card:after{content:'';position:absolute;right:10px;bottom:10px;width:120px;height:120px;background-repeat:no-repeat;background-size:contain;opacity:.12;pointer-events:none}.process-section.process-section-premium .process-list li:nth-child(1) .process-card:after,.process-section.process-section-premium .process-list li:nth-child(4) .process-card:after{background-image:url('/assets/visuals/process-card-plan.svg')}.process-section.process-section-premium .process-list li:nth-child(2) .process-card:after,.process-section.process-section-premium .process-list li:nth-child(5) .process-card:after{background-image:url('/assets/visuals/process-card-build.svg')}.process-section.process-section-premium .process-list li:nth-child(3) .process-card:after{background-image:url('/assets/visuals/process-card-manage.svg')}.circle-arrow{right:22px;bottom:30px;width:44px;height:44px;font-size:16px;background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 10px 24px rgba(17,23,34,.16)!important;backdrop-filter:blur(8px);transform:translateY(0) rotate(0deg)!important}.project-card:hover .circle-arrow{background:#fff!important;color:var(--ink)!important;border-color:#fff!important;box-shadow:0 14px 30px rgba(17,23,34,.18)!important;transform:translateY(-4px) rotate(38deg)!important}.about-documents-premium{overflow:hidden}.about-documents-head{margin-bottom:28px}.about-documents-carousel{position:relative;overflow:hidden;margin-inline:-4px;padding-inline:4px}.about-documents-carousel:before,.about-documents-carousel:after{content:'';position:absolute;top:0;bottom:0;width:72px;z-index:2;pointer-events:none}.about-documents-carousel:before{left:0;background:linear-gradient(90deg,#f2f1ee 0%,rgba(242,241,238,.92) 50%,rgba(242,241,238,0) 100%)}.about-documents-carousel:after{right:0;background:linear-gradient(270deg,#f2f1ee 0%,rgba(242,241,238,.92) 50%,rgba(242,241,238,0) 100%)}.about-documents-track{display:flex;align-items:stretch;gap:20px;width:max-content;animation:about-docs-carousel 42s linear infinite;will-change:transform}.about-documents-premium:hover .about-documents-track{animation-play-state:paused}.about-document-card{width:280px;flex:0 0 auto;display:block;min-width:0;color:inherit}.about-document-card.is-clone{pointer-events:auto}.about-document-image{aspect-ratio:.74;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 14px 32px rgba(17,23,34,.09)}.about-document-image img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .35s ease}.about-document-card:hover .about-document-image img{transform:scale(1.015)}@keyframes about-docs-carousel{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}@media(max-width:1100px){.about-documents-carousel:before,.about-documents-carousel:after{width:42px}.about-document-card{width:250px}}@media(max-width:960px){.hero-breadcrumbs{margin-bottom:14px}.hero-breadcrumbs li{font-size:11px}.immersive-home .hero-stats dt{font-size:clamp(20px,4.4vw,28px)}.immersive-home .hero-stats dd{font-size:11px;line-height:1.45;margin-top:6px}.process-section.process-section-premium .process-card:after{width:92px;height:92px;opacity:.1}.circle-arrow{width:40px;height:40px;right:16px;bottom:22px;font-size:14px}.project-card:hover .circle-arrow{transform:none!important}.about-documents-carousel:before,.about-documents-carousel:after{display:none}.about-documents-track{gap:14px;animation-duration:32s}.about-document-card{width:220px}}@media(max-width:640px){.about-document-card{width:76vw;max-width:300px}.about-documents-track{animation-duration:28s}}@media(prefers-reduced-motion:reduce){.about-documents-track{animation:none}}[data-motion="off"] .about-documents-track{animation:none}@media(min-width:961px){.immersive-home .hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:900px!important;width:min(100%,900px)!important;margin-top:42px}.immersive-home .hero-stats div{padding:20px 22px!important;border:1px solid rgba(214,219,227,.9);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,249,251,.92));box-shadow:0 16px 36px rgba(17,23,34,.06);backdrop-filter:blur(10px)}.immersive-home .hero-stats div:first-child{padding-left:22px!important;border-left:1px solid rgba(214,219,227,.9)!important}.immersive-home .hero-stats dt{display:flex;align-items:flex-end;gap:6px;white-space:nowrap;font-size:inherit!important;line-height:1;margin:0}.immersive-home .hero-stats dt strong{font-size:clamp(34px,2.55vw,46px);line-height:.92;letter-spacing:-.055em;font-weight:700;color:#1b2940}.immersive-home .hero-stats dt span{font-size:clamp(16px,1.2vw,22px);line-height:1.1;font-weight:650;color:#836240;margin-bottom:5px}.immersive-home .hero-stats dd{font-size:13px!important;line-height:1.55!important;color:#6a7482!important;max-width:none!important;margin-top:12px!important}}@media(min-width:961px) and (max-width:1180px){.immersive-home .hero-stats{max-width:820px!important}.immersive-home .hero-stats div{padding:18px 18px!important}.immersive-home .hero-stats dt strong{font-size:clamp(29px,2.6vw,38px)}.immersive-home .hero-stats dd{font-size:12px!important}}.process-section.process-section-premium{overflow:visible}.process-section.process-section-premium:before,.process-section.process-section-premium:after{display:none!important}.process-section.process-section-premium .process-list{gap:18px}.process-section.process-section-premium .process-list li{overflow:visible}.process-section.process-section-premium .process-card{position:relative;overflow:hidden;padding:30px 180px 30px 22px!important;min-height:172px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8f9fb)!important;box-shadow:0 12px 28px rgba(17,23,34,.05)!important}.process-section.process-section-premium .process-card:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.94) 44%,rgba(255,255,255,.74) 100%);pointer-events:none}.process-section.process-section-premium .process-card>*{position:relative;z-index:1}.process-section.process-section-premium .process-card:after{content:'';position:absolute;right:28px;top:50%;transform:translateY(-50%);width:132px;height:132px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.14;pointer-events:none}.process-section.process-section-premium .process-list li:nth-child(1) .process-card:after{background-image:url('/assets/visuals/process-step-01.svg')}.process-section.process-section-premium .process-list li:nth-child(2) .process-card:after{background-image:url('/assets/visuals/process-step-02.svg')}.process-section.process-section-premium .process-list li:nth-child(3) .process-card:after{background-image:url('/assets/visuals/process-step-03.svg')}.process-section.process-section-premium .process-list li:nth-child(4) .process-card:after{background-image:url('/assets/visuals/process-step-04.svg')}.process-section.process-section-premium .process-list li:nth-child(5) .process-card:after{background-image:url('/assets/visuals/process-step-05.svg')}.process-section.process-section-premium .process-list li>span{box-shadow:0 8px 18px rgba(150,118,88,.18)}.process-section.process-section-premium .process-card small{font-size:12px;letter-spacing:.12em}.process-section.process-section-premium .process-list h3{font-size:18px;max-width:24ch}.process-section.process-section-premium .process-list p{font-size:15px;line-height:1.72;max-width:45ch}@media(max-width:1200px){.process-section.process-section-premium .process-card{padding-right:140px!important;min-height:160px}.process-section.process-section-premium .process-card:after{width:108px;height:108px;right:18px;opacity:.12}}@media(max-width:960px){.process-section.process-section-premium .process-card{padding:72px 18px 20px!important;min-height:0}.process-section.process-section-premium .process-card:before{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.90))}.process-section.process-section-premium .process-card:after{width:84px;height:84px;right:12px;top:18px;transform:none;opacity:.1}.process-section.process-section-premium .process-list p{max-width:none}}@media(min-width:961px){.immersive-home .hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;max-width:760px!important;width:min(100%,760px)!important;margin-top:38px!important}.immersive-home .hero-stats div{padding:0 24px!important;border:0!important;border-left:1px solid #dfe3e9!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}.immersive-home .hero-stats div:first-child{padding-left:0!important;border-left:0!important}.immersive-home .hero-stats dt{display:flex;align-items:flex-end;gap:5px;line-height:1;margin:0}.immersive-home .hero-stats dt strong{font-size:clamp(29px,2vw,35px)!important;line-height:.98;letter-spacing:-.05em;font-weight:700;color:#1b2940}.immersive-home .hero-stats dt span{font-size:15px!important;line-height:1.1;font-weight:650;color:#98724e;margin-bottom:3px}.immersive-home .hero-stats dd{font-size:12px!important;line-height:1.45!important;color:#7a8492!important;max-width:15ch!important;margin-top:10px!important}}.hero-frame{background:#e9e6df}.hero-frame-fill{position:absolute;inset:-24px;background-image:var(--hero-frame-bg);background-size:cover;background-position:center;filter:blur(18px) saturate(.82);opacity:.32;transform:scale(1.04)}.hero-frame>img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain!important;object-position:right center!important;display:block}.immersive-home .hero-visual:after{background:linear-gradient(90deg,#fbfaf7 0%,rgba(251,250,247,.99) 10%,rgba(251,250,247,.94) 24%,rgba(251,250,247,.72) 40%,rgba(251,250,247,.28) 56%,transparent 72%)!important}.process-section.process-section-premium{overflow:visible!important}.process-section.process-section-premium:before,.process-section.process-section-premium:after{display:none!important}.process-section.process-section-premium h2{max-width:330px;line-height:1.24!important}.process-section.process-section-premium .process-list li{overflow:visible!important}.process-section.process-section-premium .process-card{position:relative;overflow:hidden!important;padding:34px 235px 34px 22px!important;min-height:174px!important;border-radius:24px!important;background-color:#fff!important;background-repeat:no-repeat!important;background-position:right center!important;background-size:46% 100%!important;box-shadow:0 10px 24px rgba(17,23,34,.045)!important}.process-section.process-section-premium .process-card:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.99) 47%,rgba(255,255,255,.82) 68%,rgba(255,255,255,.28) 100%)!important;pointer-events:none}.process-section.process-section-premium .process-card:after{display:none!important}.process-section.process-section-premium .process-list li:nth-child(1) .process-card{background-image:url('/assets/visuals/process-photo-01.webp')!important}.process-section.process-section-premium .process-list li:nth-child(2) .process-card{background-image:url('/assets/visuals/process-photo-02.webp')!important}.process-section.process-section-premium .process-list li:nth-child(3) .process-card{background-image:url('/assets/visuals/process-photo-03.webp')!important}.process-section.process-section-premium .process-list li:nth-child(4) .process-card{background-image:url('/assets/visuals/process-photo-04.webp')!important}.process-section.process-section-premium .process-list li:nth-child(5) .process-card{background-image:url('/assets/visuals/process-photo-05.webp')!important}.process-section.process-section-premium .process-card>*{position:relative;z-index:1}.process-section.process-section-premium .process-list h3{margin-top:10px!important;font-size:18px!important}.process-section.process-section-premium .process-list p{font-size:15px!important;line-height:1.72!important;max-width:45ch!important}.process-section.process-section-premium .process-list li>span{width:42px;height:42px;box-shadow:0 7px 15px rgba(150,118,88,.16)!important}.clients-section.brands-section{position:relative;isolation:isolate;background:#111722 url('/assets/visuals/brands-dark-office.webp') center/cover no-repeat!important}.clients-section.brands-section:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(17,23,34,.97) 0%,rgba(17,23,34,.91) 38%,rgba(17,23,34,.82) 100%)}.clients-section.brands-section .brands-marquee:before{background:linear-gradient(90deg,rgba(17,23,34,.98) 0%,rgba(17,23,34,.7) 55%,rgba(17,23,34,0) 100%)!important}.clients-section.brands-section .brands-marquee:after{background:linear-gradient(270deg,rgba(17,23,34,.95) 0%,rgba(17,23,34,.68) 55%,rgba(17,23,34,0) 100%)!important}@media(max-width:1200px){.process-section.process-section-premium .process-card{padding-right:190px!important;background-size:43% 100%!important}}@media(max-width:960px){.hero-frame>img{object-position:center!important}.process-section.process-section-premium h2{max-width:none}.process-section.process-section-premium .process-card{padding:72px 18px 22px!important;min-height:0!important;background-size:100% auto!important;background-position:center bottom!important}.process-section.process-section-premium .process-card:before{background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.97) 60%,rgba(255,255,255,.76) 100%)!important}.process-section.process-section-premium .process-list p{max-width:none!important}}.article-byline.article-byline-expert{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:30px;padding-top:22px;border-top:1px solid var(--border)}.article-author-mini{display:flex;align-items:center;gap:14px;color:inherit;min-width:0}.article-author-avatar{width:58px;height:58px;flex:0 0 58px;border-radius:50%;overflow:hidden;background:#e8ebef;box-shadow:0 8px 22px rgba(17,23,34,.09)}.article-author-avatar img{width:100%;height:100%;object-fit:cover;object-position:center 22%}.article-author-copy{display:grid;gap:2px;min-width:0}.article-author-copy small{font-size:10px;line-height:1.4;text-transform:uppercase;letter-spacing:.12em;color:#9a7555;font-weight:650}.article-author-copy strong{font-size:15px;line-height:1.35;color:#1d2a3d}.article-author-copy em{font-style:normal;font-size:12px;line-height:1.45;color:#707a88}.article-dates{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end;color:var(--muted);font-size:11px;line-height:1.6}.article-author-profile{display:grid;grid-template-columns:150px minmax(0,1fr);gap:34px;align-items:center;margin-top:70px;margin-bottom:70px;padding:34px;border:1px solid #e0e5eb;border-radius:26px;background:linear-gradient(135deg,#f8f9fa,#fff);box-shadow:0 16px 44px rgba(17,23,34,.06)}.article-author-profile-photo{width:150px;aspect-ratio:1;border-radius:22px;overflow:hidden;background:#e7eaee}.article-author-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.article-author-profile-copy h2{font-size:27px;line-height:1.2;margin-top:5px}.article-author-role{margin-top:7px!important;color:#9a7555!important;font-size:14px!important;font-weight:650}.article-author-profile-copy>p:not(.eyebrow):not(.article-author-role){max-width:850px;color:#5d6878;font-size:14px;line-height:1.8}.article-author-experience{margin-top:12px!important;padding-top:12px;border-top:1px solid #e4e7eb}.article-author-profile-copy .text-link{margin-top:14px}.author-profile-hero{display:grid;grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:72px;align-items:center}.author-profile-photo{aspect-ratio:1;border-radius:28px;overflow:hidden;background:#e7eaee;box-shadow:0 24px 64px rgba(17,23,34,.12)}.author-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.author-profile-copy h1{font-size:clamp(42px,4.6vw,70px);line-height:1.05;letter-spacing:-.05em}.author-profile-role{margin-top:14px;color:#9a7555;font-size:18px;font-weight:650}.author-profile-copy .intro{max-width:760px;margin-top:24px;color:#5b6676;font-size:17px;line-height:1.85}.author-profile-experience{display:flex;align-items:center;gap:18px;margin-top:30px;padding-top:24px;border-top:1px solid var(--border)}.author-profile-experience strong{font-size:26px;white-space:nowrap;color:#1b2940}.author-profile-experience span{max-width:430px;color:#697383;font-size:13px;line-height:1.6}.author-expertise-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:70px;border-top:1px solid var(--border)}.author-expertise-grid h2{max-width:760px;font-size:clamp(30px,3vw,46px);line-height:1.12}.author-expertise-grid .prose{margin-top:20px}.author-competencies{display:flex;flex-wrap:wrap;align-content:flex-start;gap:10px;padding:28px;border-radius:24px;background:#111925;color:#fff}.author-competencies .eyebrow{width:100%;color:#b7c1d0;margin-bottom:10px}.author-competencies span{display:inline-flex;padding:9px 13px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#e9edf3;font-size:12px;line-height:1.4;background:rgba(255,255,255,.05)}@media(max-width:960px){.article-byline.article-byline-expert{align-items:flex-start;flex-direction:column;gap:16px}.article-dates{justify-content:flex-start}.article-author-profile{grid-template-columns:96px minmax(0,1fr);gap:20px;padding:24px}.article-author-profile-photo{width:96px}.author-profile-hero{grid-template-columns:1fr;gap:30px}.author-profile-photo{max-width:440px}.author-expertise-grid{grid-template-columns:1fr;gap:28px}}@media(max-width:560px){.article-author-profile{grid-template-columns:1fr}.article-author-profile-photo{width:108px}.author-profile-copy h1{font-size:38px}.author-profile-experience{align-items:flex-start;flex-direction:column;gap:6px}}.yandex-reviews{padding-top:72px;padding-bottom:84px}.yandex-reviews-head{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:28px 48px;align-items:end;margin-bottom:18px}.yandex-reviews-copy{max-width:760px}.yandex-reviews-copy h2{font-size:clamp(32px,3vw,48px);line-height:1.08;letter-spacing:-.04em}.yandex-reviews-copy>p:last-child{max-width:690px;margin-top:16px;color:var(--muted);font-size:15px;line-height:1.8}.yandex-rating-card{justify-self:end;width:250px;padding:20px 22px;border:1px solid #e0e4ea;border-radius:20px;background:#fff;box-shadow:0 16px 40px rgba(17,23,34,.07)}.yandex-brand{display:flex;align-items:center;gap:9px;font-size:13px}.yandex-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fc3f1d;color:#fff;font-weight:800;font-size:18px}.yandex-score{display:flex;align-items:center;gap:12px;margin-top:14px}.yandex-score>strong{font-size:36px;letter-spacing:-.05em;color:#162238}.yandex-stars{color:#ffb800;letter-spacing:.06em;font-size:14px}.yandex-rating-card>p{margin-top:5px;color:#7a8391;font-size:12px}.yandex-review-actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:12px}.yandex-review-actions .button{min-height:48px}.yandex-review-actions .button.secondary{background:#fff}.yandex-carousel{position:relative}.yandex-carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin-bottom:4px;padding-right:4px}.yandex-carousel-controls button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #dce1e8;border-radius:50%;background:#fff;color:#172238;box-shadow:0 9px 22px rgba(17,23,34,.07);cursor:pointer;transition:transform .2s,box-shadow .2s}.yandex-carousel-controls button:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(17,23,34,.11)}.yandex-reviews-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;padding:24px 18px 34px;margin:-24px -18px -34px;scroll-behavior:smooth}.yandex-reviews-viewport::-webkit-scrollbar{display:none}.yandex-reviews-track{display:flex;gap:22px;width:max-content;padding-inline:1px}.yandex-review-card{position:relative;flex:0 0 clamp(330px,28vw,420px);min-height:330px;display:flex;flex-direction:column;scroll-snap-align:start;padding:26px 26px 22px;border:1px solid #e0e4ea;border-radius:24px;background:linear-gradient(180deg,#fff,#f9fafb);box-shadow:0 18px 38px rgba(17,23,34,.08)}.review-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.review-card-top time{color:#8a93a0;font-size:11px;white-space:nowrap}.yandex-mini{display:flex;align-items:center;gap:7px;color:#505b6b;font-size:11px;font-weight:600}.yandex-mini b{display:grid;place-items:center;width:24px;height:24px;border-radius:7px;background:#fc3f1d;color:#fff;font-size:14px}.review-summary{margin-top:24px;color:#273448;font-size:15px;line-height:1.85;flex:1}.review-author{display:flex;align-items:center;gap:13px;margin-top:26px;padding-top:18px;border-top:1px solid #e7eaf0}.review-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#172238;color:#fff;font-weight:700}.review-author strong{display:block;font-size:14px}.review-author small{display:block;margin-top:4px;color:#7c8593;font-size:11px;line-height:1.45;max-width:32ch}.review-source-link{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:#8b6848;font-size:11px;font-weight:650}.review-source-link:hover{color:#6d4f34}.yandex-reviews-note{margin-top:22px;color:#9299a4;font-size:10px;line-height:1.6}@media(max-width:960px){.yandex-reviews{padding-top:54px;padding-bottom:62px}.yandex-reviews-head{grid-template-columns:1fr;gap:22px}.yandex-rating-card{justify-self:start;width:min(100%,280px)}.yandex-review-actions{grid-column:auto}.yandex-review-card{flex-basis:min(82vw,380px);min-height:310px}.yandex-carousel-controls{justify-content:flex-start}.yandex-reviews-viewport{padding-inline:12px;margin-inline:-12px}.review-summary{font-size:14px}}@media(max-width:520px){.yandex-review-actions{display:grid;grid-template-columns:1fr}.yandex-review-actions .button{width:100%;justify-content:center}.yandex-review-card{flex-basis:86vw;padding:22px 20px 20px}.yandex-reviews-copy h2{font-size:30px}}.hero-review-proof{display:flex;align-items:center;gap:15px;width:min(100%,760px);margin-top:24px;padding:12px 15px;border-radius:18px;background:#253b4b;color:#fff;box-shadow:0 14px 34px rgba(22,35,48,.16);transition:transform .2s,box-shadow .2s;text-decoration:none}.hero-review-proof:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(22,35,48,.21)}.hero-review-faces{display:flex;align-items:center;flex:0 0 auto;padding-left:3px}.hero-review-faces img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-9px;box-shadow:0 4px 10px rgba(0,0,0,.12)}.hero-review-faces img:first-child{margin-left:0}.hero-review-copy{display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:0 7px;min-width:185px}.hero-review-copy strong{font-size:16px;white-space:nowrap}.hero-review-copy strong b{color:#ffd400;font-size:17px}.hero-review-copy>span{font-size:13px;color:#e6ecf1}.hero-review-copy small{grid-column:1/-1;margin-top:3px;font-size:12px;color:#cdd7df}.hero-review-copy small em{font-style:normal;font-weight:800;color:#ffd400;font-size:13px}.hero-review-service{display:flex;align-items:center;gap:8px;padding-left:14px;border-left:1px solid rgba(255,255,255,.18);min-width:170px}.hero-review-service>i{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#fc3f1d;color:#fff;font-style:normal;font-weight:800}.hero-review-service>span{font-size:11px;line-height:1.25;color:#eef3f6}.hero-review-service small{display:block;color:#aebdca;margin-top:2px}.hero-review-arrow{margin-left:auto;flex:0 0 auto;color:#fff;font-size:16px}.yandex-source-stack{justify-self:end;width:280px;display:grid;gap:10px}.yandex-source-stack .yandex-rating-card{justify-self:stretch;width:auto}.yandex-services-mini{display:flex;align-items:center;gap:10px;padding:13px 14px;border:1px solid #e0e4ea;border-radius:16px;background:#fff;color:#172238;box-shadow:0 10px 26px rgba(17,23,34,.05)}.yandex-services-mini>span:nth-child(2){display:block;min-width:0;flex:1}.yandex-services-mini strong{display:block;font-size:12px}.yandex-services-mini small{display:block;margin-top:3px;color:#7a8391;font-size:10px;line-height:1.4}.yandex-services-mini>svg{width:13px;height:13px;color:#758092}.reviews-trust-overview{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.85fr);gap:54px;align-items:center;padding-top:52px;padding-bottom:24px}.reviews-trust-main{max-width:690px}.reviews-trust-main h2{font-size:clamp(36px,3vw,52px);line-height:1.08;letter-spacing:-.045em}.reviews-trust-main>p:last-child{margin-top:16px;color:var(--muted);font-size:16px;line-height:1.8}.reviews-source-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reviews-source-card{display:grid;grid-template-columns:42px minmax(0,1fr) 16px;align-items:center;gap:12px;padding:18px;border:1px solid #dfe4ea;border-radius:20px;background:#fff;color:#18263a;box-shadow:0 14px 34px rgba(17,23,34,.07);transition:transform .2s,box-shadow .2s}.reviews-source-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(17,23,34,.11)}.source-yandex{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fc3f1d;color:#fff;font-size:24px;font-weight:800}.reviews-source-card small{display:block;color:#7d8795;font-size:11px}.reviews-source-card strong{display:block;margin-top:4px;font-size:18px;line-height:1.2}.reviews-source-card div>span{display:block;margin-top:5px;color:#77818e;font-size:10px;line-height:1.45}.reviews-source-card>svg{width:14px;height:14px;color:#7d8795}@media(max-width:1100px){.hero-review-proof{width:min(100%,700px)}.hero-review-service{display:none}.reviews-trust-overview{grid-template-columns:1fr}.reviews-source-cards{max-width:720px}.yandex-source-stack{justify-self:start;width:min(100%,420px)}}@media(max-width:960px){.hero-review-proof{margin-top:20px;max-width:100%;gap:12px}.hero-review-faces img{width:36px;height:36px}.hero-review-copy{min-width:0}.hero-review-arrow{display:none}.yandex-reviews-head{grid-template-columns:1fr}.yandex-source-stack{grid-column:auto}.reviews-trust-overview{padding-top:36px}}@media(max-width:640px){.hero-review-proof{display:grid;grid-template-columns:auto 1fr;padding:12px;border-radius:16px}.hero-review-copy strong{font-size:14px}.hero-review-copy>span{font-size:11px}.hero-review-copy small{font-size:10px}.hero-review-faces img{width:34px;height:34px}.reviews-source-cards{grid-template-columns:1fr}.reviews-source-card{padding:15px}.reviews-trust-main h2{font-size:32px}}.hero-review-proof{display:flex;align-items:center;gap:15px;width:min(100%,720px);margin-top:24px;padding:8px 0;background:transparent!important;color:#1b2940!important;border-radius:0!important;box-shadow:none!important;transition:opacity .2s,transform .2s}.hero-review-proof:hover{transform:translateY(-1px);box-shadow:none!important;opacity:.86}.hero-review-faces img{border-color:#fff;box-shadow:0 4px 12px rgba(17,23,34,.12)}.hero-review-copy{min-width:220px}.hero-review-copy strong{color:#1b2940!important}.hero-review-copy strong b{color:#f4b400!important}.hero-review-copy>span{color:#5f6b7b!important}.hero-review-copy small{color:#778291!important}.hero-review-copy small em{color:#a47b55!important}.hero-review-arrow{margin-left:8px;color:#1b2940!important}.yandex-source-stack{align-self:end}.yandex-rating-card{padding:12px 14px!important;border-radius:16px!important;min-width:220px!important;box-shadow:0 12px 28px rgba(17,23,34,.06)!important}.yandex-rating-card .yandex-brand{gap:8px}.yandex-rating-card .yandex-mark{width:30px;height:30px;border-radius:9px;font-size:17px}.yandex-rating-card .yandex-brand strong{font-size:12px}.yandex-score{margin-top:9px!important;gap:7px}.yandex-score strong{font-size:30px!important}.yandex-stars{font-size:14px!important;letter-spacing:-1px}.yandex-services-mini{display:none!important}.reviews-source-single{display:flex!important;justify-content:flex-end;align-items:end}.reviews-source-card.compact{width:min(100%,290px);grid-template-columns:34px minmax(0,1fr) 14px;gap:9px;padding:10px 12px;border-radius:16px;box-shadow:0 12px 28px rgba(17,23,34,.06)}.reviews-source-card.compact .source-yandex{width:34px;height:34px;border-radius:9px;font-size:19px}.reviews-source-card.compact small{font-size:10px}.reviews-source-card.compact strong{display:flex;align-items:center;gap:8px;margin-top:1px;font-size:17px}.reviews-source-card.compact .source-stars{color:#ffb000;font-size:12px;letter-spacing:-1px}.yandex-carousel{overflow:visible!important}.yandex-reviews{overflow:visible!important}.yandex-reviews-viewport{overflow-x:auto;overflow-y:hidden;padding:42px 42px 56px!important;margin:-36px -42px -44px!important;scroll-padding-inline:42px}.yandex-reviews-track{padding-inline:2px}.yandex-review-card{box-shadow:0 18px 38px rgba(17,23,34,.08)}.services-design-feature{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);gap:54px;align-items:center;padding-top:44px;padding-bottom:72px}.services-design-copy{max-width:570px}.services-design-copy h2{font-size:clamp(34px,3vw,50px);line-height:1.08;letter-spacing:-.045em}.services-design-copy>p:not(.eyebrow){margin-top:20px;color:#667181;font-size:16px;line-height:1.8}.services-design-copy ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;list-style:none;margin:26px 0 30px;padding:0}.services-design-copy li{position:relative;padding-left:18px;color:#344155;font-size:14px;line-height:1.6}.services-design-copy li:before{content:'';position:absolute;left:0;top:.7em;width:6px;height:6px;border-radius:50%;background:#a27a55}.services-design-mosaic{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:repeat(2,minmax(180px,1fr));gap:14px;min-height:510px}.services-design-mosaic a{position:relative;display:block;overflow:hidden;border-radius:20px;background:#e8e9ec;box-shadow:0 18px 42px rgba(17,23,34,.09)}.services-design-mosaic a:first-child{grid-row:1/3}.services-design-mosaic img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.services-design-mosaic a:hover img{transform:scale(1.035)}.services-design-mosaic a:nth-child(4){display:none}@media(max-width:1100px){.services-design-feature{grid-template-columns:1fr;gap:34px}.services-design-copy{max-width:760px}.services-design-mosaic{min-height:440px}.reviews-source-single{justify-content:flex-start}}@media(max-width:960px){.hero-review-proof{gap:12px}.yandex-reviews-viewport{padding:34px 20px 46px!important;margin:-28px -20px -36px!important;scroll-padding-inline:20px}.services-design-feature{padding-top:32px;padding-bottom:54px}.services-design-mosaic{min-height:390px}}@media(max-width:640px){.hero-review-proof{display:grid;grid-template-columns:auto 1fr;padding:8px 0}.hero-review-arrow{display:none}.hero-review-copy{min-width:0}.services-design-copy ul{grid-template-columns:1fr}.services-design-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:220px 170px;min-height:0}.services-design-mosaic a:first-child{grid-column:1/-1;grid-row:auto}.services-design-mosaic a:nth-child(2),.services-design-mosaic a:nth-child(3){grid-row:2}.yandex-reviews-viewport{padding:30px 16px 42px!important;margin:-24px -16px -32px!important;scroll-padding-inline:16px}}.page-brief{padding:32px 36px;margin-top:16px;margin-bottom:48px;border-top:2px solid var(--bronze);background:var(--panel,#f6f7f8);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:40px}.page-brief h2{font-size:clamp(1.4rem,2.2vw,1.9rem);line-height:1.3;letter-spacing:-.025em;margin-bottom:20px}.page-brief-answer{font-size:1rem;line-height:1.85;max-width:70ch;overflow-wrap:anywhere}.page-brief:not(:has(.page-facts)){grid-template-columns:1fr}.page-facts{margin:0;display:grid;gap:20px;align-content:start;min-width:0}.page-facts>div{padding-bottom:18px;border-bottom:1px solid var(--line,#dfe3e7)}.page-facts>div:last-child{padding-bottom:0;border:0}.page-facts dt{font-size:.875rem;color:var(--muted);font-weight:500;margin-bottom:6px}.page-facts dd{margin:0;font-size:1rem;line-height:1.65;overflow-wrap:anywhere}.editorial-note{margin-top:32px;margin-bottom:48px;padding-block:28px;border-top:1px solid var(--line,#dfe3e7)}.editorial-note h2{font-size:1.25rem;line-height:1.4;margin-bottom:18px;letter-spacing:-.02em}.editorial-note a{text-decoration:underline;text-underline-offset:4px}.editorial-sources{padding-left:22px;display:grid;gap:10px;font-size:1rem;line-height:1.7;overflow-wrap:anywhere}.review-byline{font-size:.875rem;line-height:1.8;margin-bottom:20px;color:var(--muted)}@media(max-width:900px){.page-brief{grid-template-columns:1fr;gap:28px;padding:28px}.page-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.page-facts>div:last-child{border-bottom:1px solid var(--line,#dfe3e7);padding-bottom:18px}}@media(max-width:600px){.page-brief{padding:24px 20px;margin-bottom:32px}.page-facts{grid-template-columns:1fr}.editorial-note{margin-bottom:32px}}.photo-credit{display:block;margin-top:.45rem;font-size:.875rem;line-height:1.6;color:var(--muted,#686763)}.photo-credit a{text-underline-offset:.18em;text-decoration-thickness:1px}.article-lead-image figcaption:empty{display:none}.editorial-layout .prose > figure > img{width:100%;height:clamp(240px,42vw,540px);object-fit:cover}.image-caption .photo-credit,.image-caption .photo-credit a{color:#fff}.image-caption:has(.photo-credit){background:linear-gradient(transparent,rgba(11,20,34,.88))}.geo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:28px}.geo-filters{display:flex;gap:8px;flex-wrap:wrap}.geo-filters button{font:inherit;font-size:14px;border:1px solid var(--border);border-radius:30px;background:#fff;padding:10px 20px;cursor:pointer;color:var(--ink)}.geo-filters button[aria-pressed="true"]{background:var(--ink,#17243b);border-color:var(--ink,#17243b);color:white}.geo-filters button:focus-visible,.district-grid>a:focus-visible{outline:2px solid var(--bronze);outline-offset:4px}.city-card-grid>[hidden],.geo-empty[hidden]{display:none!important}.geo-empty{padding:28px;background:var(--surface);border-radius:8px}.district-grid>a{background:var(--surface);padding:19px;display:flex;flex-direction:column;gap:9px;border:1px solid var(--border);border-radius:5px}.district-grid>a:hover{border-color:var(--bronze)}.geo-directory{padding:24px;border:1px solid var(--border);border-radius:8px;margin-bottom:26px}.geo-directory>summary{cursor:pointer;font-size:19px;line-height:1.5}.geo-directory .all-city-list{margin-top:25px}@media(max-width:600px){.geo-toolbar{align-items:flex-start}.geo-directory{padding:18px}.district-grid>a{padding:14px}.directory-search{width:100%}}.premium-inner{padding-top:42px;padding-bottom:64px;gap:64px;align-items:center}.premium-inner h1{font-size:clamp(34px,4.4vw,62px);font-weight:600;letter-spacing:-.045em;line-height:1.1;text-wrap:balance}.premium-inner .intro{font-size:17px;line-height:1.85;max-width:620px}.hero-hairline{height:2px;width:64px;background:var(--bronze);margin:27px 0}.inner-hero-image{position:relative;aspect-ratio:4/4.5;border-radius:3px 48px 3px 3px;overflow:hidden;box-shadow:18px 20px 0 #f3f0ec}.inner-hero-image img{height:100%;object-fit:cover;transition:transform 1.3s cubic-bezier(.2,.65,.3,1)}.inner-hero-image:hover img{transform:scale(1.035)}.image-caption{position:absolute;bottom:0;left:0;right:0;padding:42px 22px 20px;color:white;background:linear-gradient(transparent,rgb(11 20 34 / 65%));font-size:12px}.visual-story{padding-top:20px}.visual-story .section-heading h2{max-width:660px}.visual-story-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px}.visual-story-card{position:relative;min-width:0;aspect-ratio:1.13;overflow:hidden;border-radius:6px}.visual-story-card:nth-child(2){margin-top:35px}.visual-story-card img{width:100%;height:100%;object-fit:cover;transition:transform .85s cubic-bezier(.2,.65,.3,1)}.visual-story-card:hover img{transform:scale(1.05)}.visual-story-card>span{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;align-items:flex-end;gap:18px;min-height:100px;padding:38px 22px 22px;background:linear-gradient(transparent,rgb(10 19 31 / 80%));color:white;font-size:14px;line-height:1.6}.visual-story-card i{font-size:18px;margin-bottom:4px}.editorial-layout{padding-top:32px;padding-bottom:44px;gap:75px}.page-aside{border-top:2px solid var(--bronze);padding-top:26px}.page-aside>p:not(.eyebrow){font-size:14px;line-height:1.85}.prose>h2{font-weight:600;font-size:clamp(26px,2.6vw,34px);letter-spacing:-.025em;margin-top:52px}.prose>h3{font-size:23px;font-weight:600;margin-top:32px;line-height:1.4}.prose>p,.prose>ul,.prose>ol{font-size:16px;line-height:1.95}.prose li{padding-left:5px;margin-bottom:10px}.prose li::marker{color:var(--bronze)}.prose .table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto;margin:32px 0}.prose th{background:#f3f0eb;color:var(--ink);padding:18px;font-size:14px}.prose td{padding:18px;font-size:14px;line-height:1.75;vertical-align:top}.prose tr:last-child td{border-bottom:0}.seo-story{background:linear-gradient(115deg,#f3f0ec,#f8f9fa 60%);margin-top:40px;border-top:1px solid #e8e5df;border-bottom:1px solid #e8e5df;padding-block:80px}.seo-story-grid{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.4fr);gap:85px;align-items:start}.seo-story-aside{position:sticky;top:120px}.seo-story-aside h2{font-size:clamp(28px,3vw,40px);font-weight:600;line-height:1.2;letter-spacing:-.04em;text-wrap:balance;margin:20px 0 30px}.seo-story-aside .eyebrow{font-size:12px;line-height:1.7}.seo-prose{max-width:none}.seo-prose>:first-child{margin-top:0}.seo-prose h2,.seo-prose h3{font-size:24px;line-height:1.35;margin-top:36px}.seo-prose p{font-size:16px;line-height:1.9}.seo-prose .table-wrap{background:white}.project-heading{padding-top:42px}.project-heading h1{max-width:950px;font-size:clamp(38px,5.6vw,76px);font-weight:500;letter-spacing:-.05em;line-height:1.08;margin-top:22px}.project-top-facts{display:flex;flex-wrap:wrap;gap:30px 55px;margin:35px 0;border-block:1px solid var(--border);padding:24px 0}.project-top-facts span{font-size:12px;letter-spacing:.02em;color:var(--muted)}.project-top-facts strong{font-size:18px;font-weight:500;margin-top:9px}.project-hero-image{aspect-ratio:1.92;border-radius:7px;overflow:hidden;margin:0}.project-hero-image img{width:100%;height:100%;object-fit:cover}.photo-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.photo-gallery>a{aspect-ratio:1.25;border-radius:6px;overflow:hidden}.photo-gallery>a:nth-child(5n+1){grid-column:1/-1;aspect-ratio:2.05}.photo-gallery img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.photo-gallery a:hover img{transform:scale(1.035)}.photo-gallery a>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255 / 92%);color:var(--ink);font-size:18px;right:24px;bottom:24px}.project-carousel{position:relative;min-width:0}.carousel-stage{display:grid}.carousel-slide{grid-area:1/1;min-width:0;visibility:hidden;opacity:0;transition:opacity .7s ease,visibility .7s;pointer-events:none}.carousel-slide.is-active{visibility:visible;opacity:1;pointer-events:auto;z-index:1}.carousel-photo{overflow:hidden}.carousel-photo img{width:100%;height:100%;object-fit:cover}.hero-carousel,.hero-carousel .carousel-stage,.hero-carousel .carousel-slide,.hero-carousel .carousel-photo{height:100%}.hero-carousel .carousel-slide{position:relative}.hero-carousel .carousel-photo img{object-position:center}.hero-visual:after{pointer-events:none;z-index:2}.carousel-credit{position:absolute;right:36px;bottom:140px;max-width:360px;padding:16px 20px;display:flex;align-items:center;gap:22px;color:white;background:rgb(14 23 34 / 45%);border:1px solid rgb(255 255 255 / 30%);border-radius:6px;backdrop-filter:blur(8px);font-size:16px;line-height:1.4;z-index:4}.carousel-credit small{display:block;font-size:12px;margin-top:7px;color:#fff}.carousel-toolbar{display:flex;gap:20px;align-items:center;justify-content:space-between;position:relative;z-index:5}.hero-carousel .carousel-toolbar{position:absolute;bottom:30px;right:36px;left:auto;gap:28px;max-width:calc(100% - 48px)}.carousel-thumbs{display:flex;gap:8px;min-width:0;overflow-x:auto;padding:3px}.carousel-thumbs button{flex:0 0 62px;width:62px;height:48px;border:2px solid transparent;padding:0;border-radius:4px;overflow:hidden;background:#ddd;opacity:.65;transition:opacity .25s,border-color .25s;cursor:pointer}.carousel-thumbs button[aria-pressed=true]{border-color:var(--bronze);opacity:1}.hero-carousel .carousel-thumbs button[aria-pressed=true]{border-color:white}.carousel-thumbs img{width:100%;height:100%;object-fit:cover}.carousel-controls{display:flex;flex-shrink:0;align-items:center;gap:5px}.carousel-controls>span{font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap;margin-right:9px}.carousel-controls button{width:40px;height:40px;flex:0 0 40px;border-radius:50%;border:1px solid #cfd4da;color:var(--ink);background:transparent;font-size:14px;cursor:pointer}.carousel-controls button:hover{background:var(--ink);color:white;border-color:var(--ink)}.hero-carousel .carousel-controls{color:white;background:rgb(12 23 37 / 48%);padding:7px 10px;border-radius:40px;backdrop-filter:blur(7px)}.hero-carousel .carousel-controls button{border-color:rgb(255 255 255 / 45%);color:white}.hero-carousel .carousel-controls button:hover{background:white;color:var(--ink)}.feature-section{padding:65px 0;background:#f4f1ec}.feature-carousel .carousel-slide{display:grid;grid-template-columns:1.12fr 1fr;gap:65px;align-items:center}.feature-carousel .carousel-photo{aspect-ratio:1.14;border-radius:6px}.carousel-story{padding:12px 0 28px}.carousel-story h2{font-size:clamp(28px,3.2vw,44px);font-weight:500;line-height:1.18;letter-spacing:-.045em;text-wrap:balance}.carousel-story>p:not(.eyebrow){font-size:16px;line-height:1.85;margin-block:22px}.carousel-story .feature-facts{margin-block:30px;gap:35px}.carousel-story .feature-facts dt{font-size:22px}.carousel-story .feature-facts dd{font-size:12px;line-height:1.6;max-width:200px;margin-top:8px}.feature-carousel .carousel-toolbar{margin-top:26px}.smartcaptcha-slot{min-height:100px;margin:16px 0;max-width:100%}.captcha-status{font-size:14px;color:var(--muted);line-height:1.6}.captcha-retry{background:none;border:0;padding:0;color:var(--bronze-dark);text-decoration:underline;cursor:pointer}.form-status.error{border:1px solid #cc7a68;background:#fff1ed;color:#852e21;padding:16px;line-height:1.6}.legal-page .prose{max-width:900px}.cookie-preferences{border:0;background:none;color:inherit;padding:0;text-decoration:underline;text-underline-offset:3px;font-size:12px;cursor:pointer}[data-motion="off"] .pending{opacity:1!important;transform:none!important}@media(min-width:1500px){.hero-carousel .carousel-toolbar{right:52px}.carousel-credit{right:52px}}@media(max-width:1100px){.premium-inner{gap:38px}.seo-story-grid{gap:45px}.feature-carousel .carousel-slide{gap:36px}.hero-carousel .carousel-toolbar{flex-direction:column;align-items:flex-end;gap:12px;right:22px;bottom:20px}.carousel-credit{right:22px;bottom:158px;max-width:300px;font-size:14px}}@media(max-width:760px){.premium-inner{padding-top:28px;padding-bottom:44px;grid-template-columns:1fr;gap:35px}.premium-inner h1{font-size:clamp(34px,7vw,46px)}.premium-inner .intro{font-size:16px}.inner-hero-image{aspect-ratio:1.2;max-height:none;border-radius:4px 30px 4px 4px;box-shadow:8px 10px 0 #f3f0ec}.visual-story-grid{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 0 10px}.visual-story-card{flex:0 0 82%;scroll-snap-align:start;aspect-ratio:1.15}.visual-story-card:nth-child(2){margin-top:0}.visual-story-card>span{font-size:14px}.editorial-layout{gap:28px;padding-top:5px}.page-aside{position:static}.seo-story{padding-block:48px;margin-top:18px}.seo-story-grid{grid-template-columns:1fr;gap:30px}.seo-story-aside{position:static}.seo-story-aside h2{max-width:650px;margin:15px 0 20px}.seo-story-aside>.text-link{display:none}.seo-prose h2,.seo-prose h3{font-size:23px}.project-heading{padding-top:26px}.project-heading h1{font-size:clamp(34px,7.8vw,53px)}.project-top-facts{gap:23px 30px;margin:28px 0}.project-top-facts strong{font-size:16px}.project-hero-image{aspect-ratio:1.25}.photo-gallery{gap:15px}.photo-gallery>a{aspect-ratio:1}.photo-gallery>a:nth-child(5n+1){aspect-ratio:1.4}.photo-gallery a>span{width:38px;height:38px;right:12px;bottom:12px;font-size:15px}.feature-section{padding-block:40px}.feature-carousel .carousel-slide{grid-template-columns:1fr;gap:24px}.feature-carousel .carousel-photo{aspect-ratio:1.45}.carousel-story{padding:0}.carousel-story h2{font-size:32px}.carousel-story>p:not(.eyebrow){font-size:16px}.carousel-story .feature-facts{margin-block:25px}.feature-carousel .carousel-toolbar{gap:10px}.feature-carousel .carousel-thumbs button{width:46px;flex-basis:46px;height:42px}.carousel-controls>span{margin-right:4px}.carousel-controls button{width:38px;height:38px;flex-basis:38px}}@media(max-width:640px){.home-hero{padding-bottom:360px}.hero-visual{height:360px}.hero-carousel .carousel-toolbar{left:14px;right:14px;bottom:14px;flex-direction:row;align-items:center;gap:8px;max-width:none}.hero-carousel .carousel-thumbs button{width:43px;flex-basis:43px;height:43px}.hero-carousel .carousel-controls{padding:4px 5px;gap:2px}.hero-carousel .carousel-controls button{width:30px;height:36px;flex-basis:30px}.hero-carousel .carousel-controls>span{display:none}.carousel-credit{left:18px;right:auto;bottom:86px;background:none;border:0;backdrop-filter:none;padding:0;max-width:85%;font-size:18px}.hero-visual:after{background:linear-gradient(transparent 30%,rgb(11 20 33 / 75%));z-index:0}.hero-carousel .carousel-slide:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(transparent,rgb(11 20 33 / 72%));pointer-events:none}.carousel-credit{z-index:2}.feature-carousel .carousel-toolbar{flex-wrap:wrap}.prose td,.prose th{padding:14px}}@media(prefers-reduced-motion:reduce){.carousel-slide,.inner-hero-image img,.visual-story-card img,.photo-gallery img{transition:none}.inner-hero-image:hover img,.visual-story-card:hover img,.photo-gallery a:hover img{transform:none}}.request-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgb(13 23 39 / 65%);backdrop-filter:blur(8px)}.request-overlay[hidden]{display:none}.request-overlay .request-dialog{position:relative;display:block;margin:0;background:#fff;color:var(--ink);overflow:auto;max-height:calc(100dvh - 40px)}.request-dialog:focus{outline:none}[data-motion="off"] .reveal,[data-motion="off"] .carousel-slide,[data-motion="off"] img{transition:none!important}[data-motion="off"] .reveal{opacity:1;transform:none}@media(max-width:640px){.request-overlay{padding:12px}.request-overlay .request-dialog{width:100%;max-height:calc(100dvh - 24px)}}.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-row{display:grid;grid-template-columns:120px minmax(0,1fr) 22px;align-items:center;gap:20px;padding:18px;border:1px solid var(--border);border-radius:8px;background:#fff;min-width:0;transition:box-shadow .25s,transform .25s,border-color .25s}.service-row:hover{border-color:#bea58c;box-shadow:0 12px 35px -25px #17243b;transform:translateY(-3px)}.service-row strong{font-size:18px;line-height:1.45}.service-row small{font-size:14px;line-height:1.65;margin-top:9px}.service-row .service-arrow{position:static;font-size:16px}.service-thumbnail{display:grid;place-items:center;aspect-ratio:1;width:100%;overflow:hidden;border-radius:5px;background:#f2ece6;color:var(--bronze);font-size:26px}.service-thumbnail img{width:100%;height:100%;object-fit:cover}.service-group{margin-bottom:55px}.service-group>.section-heading{padding-top:32px}.inner-hero-image{height:auto;min-height:0}.legal-document .contact-band{display:none}@media(max-width:1100px){.service-row{grid-template-columns:90px minmax(0,1fr) 20px;gap:15px;padding:15px}.service-row strong{font-size:16px}}@media(max-width:850px){.service-list{grid-template-columns:1fr}.service-row{grid-template-columns:110px minmax(0,1fr) 24px}.service-row strong{font-size:18px}}@media(max-width:480px){.service-row{grid-template-columns:80px minmax(0,1fr) 18px;gap:12px}.service-row strong{font-size:16px}.service-row small{font-size:14px}.service-row .service-arrow{font-size:14px}}[data-motion="off"] .service-row:hover,[data-motion="off"] .project-card:hover img,[data-motion="off"] .visual-story-card:hover img{transform:none}[data-captcha-widget]{width:100%;min-width:0}[data-captcha-widget] iframe{max-width:100%}.contact-dock{position:fixed;right:max(24px,env(safe-area-inset-right,0px));bottom:calc(max(24px,env(safe-area-inset-bottom,0px)) + var(--dock-lift,0px));z-index:45;transition:bottom .2s ease}.contact-dock[hidden]{display:none}.contact-dock summary,.contact-dock-link{width:56px;height:56px;border:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 24px rgb(15 25 40 / 22%);padding:0;flex:none;position:relative}.contact-dock summary{list-style:none;background:#17243b;isolation:isolate}.contact-dock summary::-webkit-details-marker{display:none}.contact-dock summary img{width:26px;height:26px;object-fit:contain;grid-area:1/1;transition:transform .25s,opacity .2s}.contact-dock .dock-close-icon{opacity:0;transform:rotate(-90deg) scale(.6)}.contact-dock[open] .dock-open-icon{opacity:0;transform:rotate(90deg) scale(.6)}.contact-dock[open] .dock-close-icon{opacity:1;transform:none}.contact-dock summary:after{content:"";position:absolute;inset:-5px;border:1px solid #17243b55;border-radius:50%;animation:dock-ring 3s ease-out 2;pointer-events:none}.contact-dock[open] summary:after{animation:none;opacity:0}.contact-dock-links{position:absolute;bottom:68px;right:-4px;display:flex;flex-direction:column;gap:12px;padding:4px;max-height:calc(100vh - 120px - var(--dock-lift,0px));max-height:calc(100dvh - 120px - var(--dock-lift,0px));overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.contact-dock-links::-webkit-scrollbar{display:none}.contact-dock-link{width:52px;height:52px;box-shadow:0 3px 10px #17243b26;transition:transform .2s,filter .2s}.contact-dock-link img{width:26px;height:26px;object-fit:contain}.channel-phone{background:#218653}.channel-telegram{background:#229ed9}.channel-whatsapp{background:#25d366}.channel-max{background:linear-gradient(135deg,#2587f5,#6254ed 65%,#9051e7)}.contact-dock[open] .contact-dock-link{animation:dock-in .28s both}.contact-dock-link:nth-child(2){animation-delay:.04s!important}.contact-dock-link:nth-child(3){animation-delay:.08s!important}.contact-dock-link:nth-child(4){animation-delay:.12s!important}.contact-dock summary:focus-visible,.contact-dock-link:focus-visible{outline:3px solid #967658;outline-offset:3px}.dialog-is-open .contact-dock,.gallery-is-open .contact-dock,.menu-is-open .contact-dock,html[data-captcha-challenge="1"] .contact-dock{visibility:hidden;pointer-events:none}.service-offer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:56px;align-items:start;border-top:1px solid var(--border);margin-top:28px}.service-offer-intro h2{font-size:clamp(28px,3vw,42px);line-height:1.2;max-width:650px}.service-offer-intro>p:not(.eyebrow){font-size:16px;line-height:1.85;margin-top:24px}.service-offer-result{display:flex;align-items:flex-start;gap:14px;margin:28px 0}.service-offer-result>span{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#f0e9e2;color:var(--bronze-dark);flex:none}.service-offer-result p{font-size:16px;line-height:1.8}.service-offer-details{display:grid;gap:0;background:var(--ink);border-radius:12px;padding:32px;color:white;min-width:0}.service-offer-details>div{position:relative;padding-left:46px}.service-offer-details>div+div{border-top:1px solid #ffffff26;margin-top:28px;padding-top:28px}.offer-step{position:absolute;left:0;top:2px;font-size:13px;color:#d8c4ac;font-variant-numeric:tabular-nums}.service-offer-details>div+div .offer-step{top:30px}.service-offer-details h3{font-size:21px;line-height:1.4;margin-bottom:16px}.service-offer-details ul{padding-left:18px;margin:0;display:grid;gap:10px;font-size:16px;line-height:1.7}.offer-next{font-size:14px;line-height:1.75;color:#cbd4df;margin-top:18px}.service-offer:where(h2,h3,p,li){overflow-wrap:anywhere}@keyframes dock-in{from{opacity:0;transform:translateY(12px) scale(.85)}to{opacity:1;transform:none}}@keyframes dock-ring{0%,100%{opacity:0;transform:scale(1)}15%{opacity:.6}70%{opacity:0;transform:scale(1.4)}}@media(hover:hover) and (pointer:fine){.contact-dock-link:hover{filter:brightness(1.08);transform:translateY(-3px)}}@media(max-width:960px){.service-offer{gap:28px}.service-offer-details{padding:26px}.service-offer-details>div{padding-left:34px}}@media(max-width:700px){.service-offer{grid-template-columns:minmax(0,1fr);gap:26px;margin-top:20px}.service-offer-details{padding:24px 20px}.service-offer-intro .button{width:100%;max-width:420px}.contact-dock{right:max(16px,env(safe-area-inset-right,0px));bottom:calc(max(16px,env(safe-area-inset-bottom,0px)) + var(--dock-lift,0px))}.contact-dock summary{width:54px;height:54px}.contact-dock-links{bottom:66px}body:has(.lead-form input:focus) .contact-dock,body:has(.lead-form textarea:focus) .contact-dock{visibility:hidden;pointer-events:none}}@media(prefers-reduced-motion:reduce){.contact-dock,.contact-dock *,.contact-dock summary:after{animation:none!important;transition:none!important}}[data-motion="off"] .contact-dock,[data-motion="off"] .contact-dock *,[data-motion="off"] .contact-dock summary:after{animation:none!important;transition:none!important}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}:where(main,section,article,aside,nav,figure,form,fieldset){min-width:0}:where(.header-inner,.inner-hero,.project-grid,.article-grid,.service-list,.service-principals,.editorial-layout,.seo-story-grid,.page-brief,.contact-grid,.about-values,.footer-main,.city-card-grid,.district-grid,.all-city-list,.form-grid)>*{min-width:0}:where(h1,h2,h3,.project-caption,.visual-story-card>span,.carousel-credit,.feature-facts,.project-top-facts,.contact-cards,.footer-main,.footer-bottom,.faq-question,.faq-answer,.form-status,.image-caption,.geo-directory){overflow-wrap:anywhere}.search-form input{min-width:0;width:100%}.table-wrap{max-width:100%;overscroll-behavior-inline:contain}.pagination{flex-wrap:wrap}.gallery-is-open,.menu-is-open{overflow:hidden}.gallery-is-open body,.dialog-is-open body,.menu-is-open body{overscroll-behavior:none}.dialog-top{margin-bottom:0}.request-overlay{height:var(--dialog-view-height,100vh);height:var(--dialog-view-height,100dvh);top:var(--dialog-view-offset,0px);bottom:auto;overflow:hidden}.request-overlay .request-dialog{min-height:0;max-height:calc(var(--dialog-view-height,100vh) - 40px);max-height:calc(var(--dialog-view-height,100dvh) - 40px)}.visual-story-grid,.carousel-thumbs{overscroll-behavior-inline:contain;scroll-padding-inline:4px}.carousel-thumbs button{scroll-snap-align:center}.gallery-dialog{overscroll-behavior:contain}@media (max-width:960px){:root{--page-gutter:max(clamp(16px,4vw,28px),env(safe-area-inset-left,0px),env(safe-area-inset-right,0px));--header-height:76px}html{scroll-padding-top:calc(var(--header-height) + 18px)}:target{scroll-margin-top:calc(var(--header-height) + 18px)}.container{width:calc(100% - var(--page-gutter) * 2)}.site-header{height:calc(var(--header-height) + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px)}.header-inner{gap:12px}.brand>span{display:none}.brand img{width:128px;max-height:48px}.header-phone{font-size:14px;min-height:44px;gap:8px}.header-phone small{font-size:12px}.mobile-nav{flex:0 0 auto}.mobile-nav summary{width:44px;height:44px;padding:0;display:grid;place-items:center;gap:0;border-radius:8px}.mobile-nav nav{top:100%;padding:12px var(--page-gutter) calc(20px + env(safe-area-inset-bottom,0px));max-height:calc(100vh - var(--header-height) - env(safe-area-inset-top,0px));max-height:calc(100dvh - var(--header-height) - env(safe-area-inset-top,0px));overflow-y:auto;overscroll-behavior:contain}.mobile-nav nav a{min-height:48px;display:flex;align-items:center;padding:12px 4px;font-size:16px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}.mobile-nav nav a+a{border-top:1px solid var(--border)}.mobile-nav nav a[aria-current]{color:var(--bronze-dark);font-weight:600}.home-hero{display:flex;flex-direction:column;min-height:0;padding-bottom:0}.home-hero .hero-content{order:0;padding-block:36px;pointer-events:auto}.home-hero .hero-content h1{font-size:clamp(30px,4.8vw,44px);line-height:1.16;max-width:800px}.hero-content .eyebrow{font-size:12px;line-height:1.65;letter-spacing:.09em}.hero-lead{font-size:16px;line-height:1.8;max-width:660px}.home-hero .hero-visual{position:relative;order:1;inset:auto;width:100%;height:clamp(360px,56vw,510px);z-index:0;flex:none}.hero-visual:after{background:linear-gradient(transparent 40%,rgb(11 20 33 / 68%));z-index:0}.hero-carousel .carousel-slide:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgb(11 20 33 / 68%));pointer-events:none}.hero-carousel .carousel-credit{left:var(--page-gutter);right:var(--page-gutter);bottom:150px;max-width:none;padding:0;border:0;background:none;backdrop-filter:none;z-index:3;font-size:18px;line-height:1.5}.hero-carousel .carousel-credit small{font-size:14px;line-height:1.6}.hero-carousel .carousel-toolbar{left:var(--page-gutter);right:var(--page-gutter);bottom:18px;max-width:none;gap:12px;flex-direction:row;flex-wrap:wrap;align-items:center}.carousel-thumbs{scroll-snap-type:x proximity}.carousel-thumbs button,.hero-carousel .carousel-thumbs button,.feature-carousel .carousel-thumbs button{width:48px;height:46px;flex:0 0 48px}.carousel-controls button,.hero-carousel .carousel-controls button{width:44px;height:44px;flex:0 0 44px}.gallery-prev,.gallery-next,.dialog-close{width:44px;height:44px}.carousel-controls{gap:6px}.carousel-controls>span,.hero-carousel .carousel-controls>span{display:inline;font-size:14px;margin-right:8px}.hero-carousel .carousel-controls{padding:5px 8px;gap:4px}.feature-carousel .carousel-slide{grid-template-columns:minmax(0,1fr);gap:24px;display:none}.feature-carousel .carousel-slide.is-active{display:grid}.feature-carousel .carousel-photo{aspect-ratio:1.5}.feature-carousel .carousel-toolbar{gap:16px;flex-wrap:wrap}.carousel-story{padding:0;min-width:0}.feature-facts,.carousel-story .feature-facts{display:flex;flex-wrap:wrap;gap:20px 32px}.feature-facts>div{min-width:0;flex:1 1 140px}.feature-facts>div+div{margin-top:0}.inner-hero.with-image{grid-template-columns:minmax(0,1fr);gap:28px}.premium-inner,.inner-hero{padding-block:28px 40px}.inner-hero h1,.inner-hero.with-image h1{font-size:clamp(30px,5vw,44px);line-height:1.18}.inner-hero .intro,.inner-hero.with-image .intro{font-size:16px;line-height:1.85}.inner-hero-image{aspect-ratio:1.5;box-shadow:none;border-radius:8px 30px 8px 8px}.editorial-layout{grid-template-columns:minmax(0,1fr);gap:28px}.page-aside{position:static;max-height:none;padding-right:0;overflow:visible}.page-aside nav{grid-template-columns:minmax(0,1fr);gap:6px}.page-aside nav a{display:block;padding:10px 12px;font-size:14px;line-height:1.65}.seo-story-grid{grid-template-columns:minmax(0,1fr);gap:30px}.seo-story-aside{position:static}.seo-story{padding-block:48px}.contact-grid{grid-template-columns:minmax(0,1fr);gap:28px}.contact-grid>.lead-form{max-width:none}.about-values{grid-template-columns:minmax(0,1fr);gap:28px}.contact-cards{gap:28px}.article-grid>.article-card:last-child:nth-child(3){display:block}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.image-caption{font-size:14px;line-height:1.6;padding:38px 18px 18px}.image-caption .photo-credit{font-size:12px;line-height:1.65}}@media (max-width:700px){.faq-grid{grid-template-columns:minmax(0,1fr);gap:12px}.faq-item summary{min-height:80px;padding:18px;gap:10px;font-size:16px;line-height:1.55}.faq-number{flex:0 0 22px;font-size:12px}.faq-toggle{flex-basis:32px;width:32px;height:32px}.faq-answer{padding:0 18px 22px;font-size:16px;line-height:1.8}}@media (max-width:640px){:root{--header-height:70px}body{font-size:16px;line-height:1.75}.section{padding-block:44px}.section-heading{align-items:flex-start;gap:16px;margin-bottom:24px}.section-heading>.text-link{font-size:14px;min-height:44px;white-space:normal;flex-shrink:1}h2,.prose h2,.prose>h2{font-size:clamp(25px,6.7vw,30px);line-height:1.25;letter-spacing:-.03em}.prose h3,.prose>h3{font-size:22px;line-height:1.4}.prose>p,.prose>ul,.prose>ol,.seo-prose p{font-size:16px;line-height:1.85}.prose>h2{margin-top:36px}.prose>:first-child{margin-top:0}.prose ul,.prose ol{padding-left:21px}.prose li{padding-left:2px}.prose blockquote{margin-inline:0;padding-left:18px}.prose td,.prose th{font-size:14px;line-height:1.7;padding:12px;min-width:132px;overflow-wrap:normal}.prose table{min-width:420px}.prose caption{font-size:14px;line-height:1.6;padding:12px}.prose figcaption{font-size:14px;line-height:1.7}.button,.button.small,.hero-actions .button{min-height:48px;padding:12px 18px;font-size:14px;gap:12px;white-space:normal;text-align:center}.button:not(.secondary){background:var(--bronze-dark);border-color:var(--bronze-dark)}.button>span,.text-link>span,.service-arrow,.circle-arrow{flex-shrink:0}.hero-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hero-actions .button{height:100%;padding-inline:12px}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:none;margin:28px 0 0}.hero-stats div,.hero-stats div:first-child{padding:0 0 0 12px;border-left:1px solid var(--border);min-width:0}.hero-stats dt{font-size:clamp(18px,4.8vw,24px);line-height:1.4;white-space:normal;overflow-wrap:anywhere}.hero-stats dt span{font-size:14px}.hero-stats dd{font-size:12px;line-height:1.55;max-width:none;overflow-wrap:anywhere}.home-hero .hero-content h1{font-size:clamp(28px,7.2vw,38px)}.home-hero .hero-content{padding-block:30px}.home-hero .hero-visual{height:400px}.hero-carousel .carousel-toolbar{flex-direction:column;align-items:center;flex-wrap:nowrap;gap:10px}.hero-carousel .carousel-thumbs{max-width:100%;justify-content:flex-start}.hero-carousel .carousel-credit{bottom:158px;font-size:18px}.hero-carousel .carousel-controls{max-width:100%}.feature-section{padding-block:40px}.feature-carousel .carousel-toolbar{justify-content:center}.carousel-story h2{font-size:30px;line-height:1.25}.carousel-story>p:not(.eyebrow){font-size:16px;line-height:1.8}.carousel-story .feature-facts dt{font-size:21px}.feature-facts dd,.carousel-story .feature-facts dd{font-size:14px;max-width:none}.project-grid,.article-grid,.city-card-grid{grid-template-columns:minmax(0,1fr);gap:20px}.project-card{aspect-ratio:1}.project-caption{left:20px;right:64px;bottom:22px}.project-caption strong{font-size:20px;line-height:1.35}.project-caption>span:not(.project-category){font-size:14px}.project-category{font-size:12px;line-height:1.6}.circle-arrow{width:40px;height:40px;right:16px;bottom:24px}.service-principals{grid-template-columns:minmax(0,1fr);gap:12px}.service-principals>a{min-height:0;padding:22px}.service-principals h3{font-size:18px;line-height:1.4}.service-principals p{font-size:16px;line-height:1.75}.service-list{grid-template-columns:minmax(0,1fr);gap:14px}.service-row{grid-template-columns:64px minmax(0,1fr) 16px;gap:12px;padding:16px;align-items:start}.service-thumbnail{width:64px;align-self:start}.service-row strong{font-size:17px;line-height:1.45;overflow-wrap:anywhere}.service-row small{font-size:14px;line-height:1.75;overflow-wrap:anywhere}.service-row .service-arrow{font-size:14px;padding-top:5px}.service-group{padding-top:16px;margin-bottom:30px}.object-links,.city-links{grid-template-columns:minmax(0,1fr);gap:0}.object-links a,.city-links a{min-height:48px;padding-block:14px;font-size:16px;line-height:1.6;overflow-wrap:anywhere}.process-list{grid-template-columns:minmax(0,1fr);gap:24px}.process-list li{display:block;padding:0 0 0 50px;min-height:44px}.process-list li>span{position:absolute;left:0;top:0;margin:0}.process-list li:not(:last-child):after{display:none}.process-list li h3{font-size:17px;line-height:1.45}.process-list li p{font-size:16px;line-height:1.7}.geography-home{grid-template-columns:minmax(0,1fr);gap:24px}.geography-home h2{font-size:30px}.client-wordmarks{gap:14px;grid-template-columns:1fr}.client-logo{min-width:0;max-width:100%;min-height:78px}.article-meta{gap:12px;flex-wrap:wrap;font-size:12px}.article-card h3{font-size:22px;line-height:1.35}.article-card p{font-size:16px;line-height:1.8}.article-card .text-link{min-height:44px;font-size:14px}.article-heading{padding-block:24px 32px;text-align:left}.article-heading h1,.project-heading h1,.inner-hero h1,.inner-hero.with-image h1{font-size:clamp(28px,7vw,38px);line-height:1.2;letter-spacing:-.035em}.article-heading .intro{font-size:16px;line-height:1.85;margin-top:20px}.article-byline{font-size:14px;line-height:1.7;gap:8px 18px;justify-content:flex-start}.project-top-facts{gap:20px;padding-block:20px;margin-block:24px}.project-top-facts>div{flex:1 1 130px;min-width:0}.project-top-facts>div:last-child{flex-basis:100%}.project-top-facts span{font-size:14px}.project-top-facts strong{font-size:16px;line-height:1.6}.project-hero-image{height:auto;aspect-ratio:1.3}.photo-gallery{grid-template-columns:minmax(0,1fr);gap:16px}.photo-gallery>a,.photo-gallery>a:nth-child(5n+1){grid-column:auto;aspect-ratio:1.25}.photo-gallery a>span{width:44px;height:44px}.visual-story-grid{gap:14px}.visual-story-card{flex-basis:86%;aspect-ratio:1}.visual-story-card>span{font-size:14px;line-height:1.65;gap:12px;padding:38px 18px 18px}.page-brief{padding:24px 20px;margin-block:12px 28px;gap:24px}.page-brief h2{font-size:24px;line-height:1.35}.page-facts{grid-template-columns:minmax(0,1fr)}.image-caption{padding:32px 16px 16px;font-size:14px}.image-caption .photo-credit{font-size:12px}.inner-hero-image{aspect-ratio:1.15;box-shadow:none;border-radius:8px 24px 8px 8px}.editorial-layout .prose>figure>img{height:auto;aspect-ratio:1.3;object-fit:cover}.editorial-note{padding-block:24px;margin-block:16px 30px}.filter-bar{gap:8px;margin-bottom:24px}.filter-bar a{min-height:44px;padding:10px 12px;font-size:14px;line-height:1.6;max-width:100%;overflow-wrap:anywhere}.filter-bar a span{font-size:12px}.pagination{gap:8px;margin-top:28px;flex-wrap:wrap}.pagination a{min-width:44px;min-height:44px;padding:9px 12px;text-align:center;font-size:16px}.search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.search-form input,.directory-search input{font-size:16px;min-height:48px;max-width:100%;min-width:0}.search-form .button{font-size:14px;min-height:48px;padding:12px 16px}.search-results h2{font-size:24px;line-height:1.4}.search-results p{font-size:16px;line-height:1.75}.directory-search{font-size:14px;min-width:0;max-width:100%}.geo-filters{gap:8px;max-width:100%}.geo-filters button{min-height:44px;min-width:0;font-size:14px;padding:9px 14px;max-width:100%;overflow-wrap:anywhere}.geo-toolbar{gap:16px}.city-card-grid>a{padding:22px}.city-card-grid h3{font-size:24px;line-height:1.35;padding-right:24px}.city-card-grid p{font-size:16px;line-height:1.75}.district-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.district-grid>a{padding:16px}.district-grid strong{font-size:14px;line-height:1.6;overflow-wrap:anywhere}.district-grid span{font-size:12px;line-height:1.65}.all-city-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.all-city-list a{display:inline-block;min-height:44px;padding-block:8px;line-height:1.7;overflow-wrap:anywhere}.geo-directory{padding:20px 16px}.geo-directory>summary{min-height:44px;font-size:18px;line-height:1.6}.documents-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.documents-gallery>a{padding:12px;min-width:0}.documents-gallery span{font-size:14px;line-height:1.6}.about-numbers{gap:28px}.about-numbers strong{font-size:36px;line-height:1.3;overflow-wrap:anywhere}.about-numbers span{font-size:16px;line-height:1.6}.contact-cards{grid-template-columns:minmax(0,1fr);gap:26px}.contact-cards>div>a:not(.text-link),.contact-cards address{font-size:21px;line-height:1.6}.contact-cards p:not(.eyebrow){font-size:16px}.contact-phone{font-size:clamp(21px,5.5vw,26px);min-height:44px;line-height:1.6;overflow-wrap:anywhere}.contact-grid>.lead-form{padding:24px 18px}.form-grid{grid-template-columns:minmax(0,1fr);gap:18px}.form-grid .full{grid-column:auto}.form-grid label,.form-grid label>.field-label{font-size:14px}.form-grid input,.form-grid textarea,.form-grid select{font-size:16px;min-width:0;max-width:100%;min-height:50px}.form-grid textarea{min-height:110px}.consent{font-size:14px;line-height:1.75;gap:12px;align-items:flex-start}.consent input{flex:0 0 20px;width:20px;height:20px;margin-top:4px}.consent span{min-width:0;overflow-wrap:anywhere}.lead-form>.button{width:100%;min-height:50px;font-size:14px}.form-status{font-size:16px;line-height:1.75;overflow-wrap:anywhere}.request-overlay{padding:12px max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px));align-items:center}.request-overlay .request-dialog{width:100%;max-width:600px;max-height:calc(var(--dialog-view-height,100vh) - 24px - env(safe-area-inset-bottom,0px));max-height:calc(var(--dialog-view-height,100dvh) - 24px - env(safe-area-inset-bottom,0px));padding:18px 20px 24px;border-radius:14px;overscroll-behavior:contain;scroll-padding-top:70px}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:16px;position:sticky;top:-1px;z-index:3;margin-bottom:18px;padding:1px 0 10px;background:#fff}.request-dialog .dialog-close{position:static;width:44px;height:44px;flex:0 0 44px}.request-dialog .dialog-emblem{width:44px;height:44px;margin:0;font-size:21px}.request-dialog h2{font-size:28px;line-height:1.25;max-width:none}.request-dialog .dialog-intro{font-size:16px;line-height:1.75;margin-bottom:24px}.captcha-retry{min-height:44px;line-height:1.6;padding:8px 0;font-size:14px}.gallery-dialog{position:fixed;inset:0;margin:0;width:100%;height:100vh;height:100dvh;max-width:100%;max-height:100vh;max-height:100dvh;padding:calc(68px + env(safe-area-inset-top,0px)) max(16px,env(safe-area-inset-right,0px)) calc(74px + env(safe-area-inset-bottom,0px)) max(16px,env(safe-area-inset-left,0px));overflow:hidden}.gallery-dialog figure{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px;min-height:0;height:100%;align-items:center}.gallery-dialog img{width:100%;height:100%;min-height:0;max-height:100%;object-fit:contain}.gallery-dialog figcaption{margin:0;max-width:100%;font-size:14px;line-height:1.65;overflow-wrap:anywhere}.gallery-dialog .dialog-close{width:44px;height:44px;top:calc(12px + env(safe-area-inset-top,0px));right:max(16px,env(safe-area-inset-right,0px))}.gallery-prev,.gallery-next{width:44px;height:44px;top:auto;bottom:calc(14px + env(safe-area-inset-bottom,0px));font-size:18px}.gallery-prev{left:max(16px,env(safe-area-inset-left,0px))}.gallery-next{right:max(16px,env(safe-area-inset-right,0px))}.site-footer{padding-top:40px}.footer-main{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.footer-main .footer-brand{grid-column:1/-1}.footer-main h2{font-size:16px;line-height:1.5}.footer-main>div>a:not(.brand){display:flex;align-items:center;min-height:44px;margin-block:0;font-size:14px;line-height:1.6;padding-block:9px}.footer-brand p{font-size:14px;line-height:1.8}.footer-main address{font-size:16px;line-height:1.75;min-width:0;gap:8px}.footer-main address a{display:inline-block;min-height:44px;padding-block:8px;max-width:100%;overflow-wrap:anywhere}.footer-bottom{padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));font-size:14px;line-height:1.75}.footer-bottom a,.cookie-preferences{min-height:44px;display:inline-flex;align-items:center;font-size:14px;line-height:1.6;text-align:left;padding-block:10px}.breadcrumbs{font-size:12px;line-height:1.8;overflow-wrap:anywhere}.breadcrumbs li{min-width:0;max-width:100%}.breadcrumbs a{display:inline-block;padding-block:6px}.cookie-notice{left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom,0px));width:auto;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);overflow-y:auto;padding:18px;border-radius:10px;font-size:14px;line-height:1.75}.cookie-notice button{min-height:44px;font-size:14px;line-height:1.5;padding:10px 16px;margin-top:14px}}@media (max-width:480px){.header-phone>span:not(.phone-icon){display:none}.header-phone>.phone-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;font-size:16px;transform:none}.brand img{width:120px;max-width:100%}.header-inner{gap:10px}.hero-actions{grid-template-columns:minmax(0,1fr)}.hero-actions .button{font-size:14px}.feature-carousel .carousel-toolbar{flex-direction:column;align-items:center}.feature-carousel .carousel-thumbs{max-width:100%}.district-grid,.documents-gallery{grid-template-columns:minmax(0,1fr)}.documents-gallery>a{padding:18px}.documents-gallery img{max-height:380px}.all-city-list{grid-template-columns:minmax(0,1fr)}.search-form{grid-template-columns:minmax(0,1fr)}.request-overlay .request-dialog{padding-inline:16px}}@media (max-width:360px){.brand img{width:112px}.hero-stats{gap:9px}.hero-stats div,.hero-stats div:first-child{padding-left:9px}.hero-stats dt{font-size:18px}.hero-stats dd{font-size:12px}.service-row{grid-template-columns:52px minmax(0,1fr) 14px;gap:10px;padding:14px}.service-thumbnail{width:52px}.service-row strong{font-size:16px}.faq-item summary{padding:16px;gap:8px}.faq-answer{padding-inline:16px}}@media (pointer:coarse){.button:hover,.service-principals>a:hover,.city-card-grid>a:hover,.service-row:hover,.dialog-close:hover{transform:none}.project-card:hover>img,.inner-hero-image:hover img,.visual-story-card:hover img,.photo-gallery a:hover img,.article-card:hover img{transform:none}.project-card:hover .project-caption{transform:none}}@media (max-width:960px) and (max-height:500px) and (orientation:landscape){.gallery-dialog figcaption{max-height:25vh;max-height:25dvh;overflow-y:auto}.request-overlay .request-dialog{scroll-padding-top:62px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.visual-story-grid,.carousel-thumbs{scroll-behavior:auto}}.process-section.process-section-premium .process-list{grid-template-columns:minmax(0,1fr);gap:16px}.process-section.process-section-premium .process-list li{display:block;padding:0;min-height:0}.process-section.process-section-premium .process-list li>span{position:absolute;left:16px;top:16px;margin:0}.process-section.process-section-premium .process-list li:not(:last-child):after{display:none}.process-section.process-section-premium .process-card{padding:72px 18px 20px}.process-section.process-section-premium .process-list li h3{font-size:17px;line-height:1.45}.process-section.process-section-premium .process-list li p{font-size:15px;line-height:1.7}.clients-section.brands-section .brands-marquee{margin-top:18px}.clients-section.brands-section .client-logo{min-width:168px;max-width:none;min-height:78px}.immersive-home .hero-stats{grid-template-columns:.68fr .9fr 1.18fr;gap:8px;max-width:none;margin:28px 0 0}.immersive-home .hero-stats div,.immersive-home .hero-stats div:first-child{padding:0 0 0 8px;border-left:1px solid var(--border);min-width:0}.immersive-home .hero-stats div:first-child{padding-left:0;border-left:0}.immersive-home .hero-stats dt{font-size:17px;line-height:1.32;white-space:nowrap;overflow-wrap:normal}.immersive-home .hero-stats dd{font-size:10px;line-height:1.42;max-width:none;overflow-wrap:anywhere}.photo-gallery a>span{width:46px;height:46px}.clients-section.brands-section .client-logo{min-width:auto;max-width:none;min-height:0}.hero-breadcrumbs{overflow:auto hidden;padding-bottom:2px}.hero-breadcrumbs ol{flex-wrap:nowrap;width:max-content}.hero-breadcrumbs a,.hero-breadcrumbs span[aria-current="page"]{white-space:nowrap}.immersive-home .hero-stats dt{font-size:18px}.immersive-home .hero-stats dd{font-size:10px;line-height:1.4}.process-section.process-section-premium .process-card:after{width:84px;height:84px;opacity:.09}.process-section.process-section-premium:before,.process-section.process-section-premium:after{display:none!important}.process-section.process-section-premium .process-card:after{top:18px;transform:none}.process-section.process-section-premium:before,.process-section.process-section-premium:after{display:none!important}.article-author-avatar{width:52px;height:52px;flex-basis:52px}.article-author-profile{margin-block:46px;padding:20px;border-radius:20px}.author-profile-photo{border-radius:20px}@media(max-width:520px){.hero-review-proof{width:100%}.hero-review-faces img:nth-child(n+5){display:none}}.hero-review-proof{background:transparent!important;color:var(--ink)!important;box-shadow:none!important}.home-hero.immersive-home{min-height:var(--hero-height,840px);display:flex;align-items:center;padding-bottom:0;background:#f9f8f5}.immersive-home .hero-content{position:relative;padding-block:80px;z-index:2}.immersive-home .hero-content h1{max-width:940px;width:66%;font-size:clamp(38px,3.5vw,58px);line-height:1.12}.immersive-home .hero-lead{width:56%;max-width:680px}.immersive-home .hero-visual{inset:0 0 0 38%;height:100%;z-index:0;background:#eae6df}.immersive-home .hero-visual:after{background:linear-gradient(90deg,#fbfaf7 0%,rgba(251,250,247,.98) 10%,rgba(251,250,247,.92) 22%,rgba(251,250,247,.72) 36%,rgba(251,250,247,.30) 52%,transparent 68%);z-index:1}.immersive-home .hero-actions{max-width:60%;flex-wrap:wrap}.immersive-home .hero-stats{max-width:60%;flex-wrap:wrap;gap:24px}.hero-slideshow{position:relative;width:100%;height:100%;overflow:hidden}.hero-frame{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.2s ease,visibility 1.2s ease}.hero-frame.is-active{opacity:1;visibility:visible}.hero-frame img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.section-hero{position:relative;isolation:isolate;overflow:hidden;background:#16232b;color:#fff;min-height:430px;display:flex;align-items:center;margin-bottom:24px}.section-hero-photo{position:absolute;inset:0;z-index:-2}.section-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 48%}.section-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(10,20,28,.88),rgba(10,20,28,.68) 48%,rgba(10,20,28,.3))}.section-hero-content{padding-block:72px;position:relative}.section-hero h1{max-width:920px;font-size:clamp(36px,4.5vw,68px);line-height:1.1;letter-spacing:-.045em;color:#fff;text-wrap:balance}.section-hero .eyebrow{color:#ead7c0;letter-spacing:.15em}.section-hero .intro{max-width:720px;color:#f2f0ed;font-size:18px;line-height:1.8;margin-top:24px}.section-hero .hero-hairline{background:#c6a886;margin-top:28px}@media(max-width:1100px) and (min-width:961px){.immersive-home .hero-content h1{font-size:40px;width:72%}.immersive-home .hero-lead{width:62%}.immersive-home .hero-stats{gap:16px}.immersive-home .hero-actions{gap:12px}}@media(max-width:960px){.home-hero.immersive-home{min-height:0;display:flex;flex-direction:column;align-items:stretch}.home-hero.immersive-home .hero-content{padding-block:40px;width:calc(100% - 36px);max-width:var(--container)}.immersive-home .hero-content h1,.immersive-home .hero-lead{width:100%;max-width:760px}.immersive-home .hero-actions,.immersive-home .hero-stats{max-width:100%}.home-hero.immersive-home .hero-visual{position:relative;inset:auto;width:100%;height:auto;aspect-ratio:3/2;order:1}.immersive-home .hero-visual:after{display:none}.section-hero{min-height:360px}.section-hero-content{padding-block:48px}.section-hero h1{font-size:clamp(32px,6vw,48px)}}@media(max-width:480px){.home-hero.immersive-home .hero-content{padding-block:30px}.immersive-home .hero-content h1{font-size:32px}.section-hero{min-height:320px}.section-hero .intro{font-size:16px;line-height:1.7}.section-hero-content{padding-block:36px}.section-hero:after{background:rgba(10,20,28,.76)}}@media(prefers-reduced-motion:reduce){.hero-frame{transition:none}}[data-motion="off"] .hero-frame{transition:none}@media(max-width:960px){.page-home main#main>section:not(.home-hero),.page-home .contact-band{content-visibility:auto;contain-intrinsic-size:auto 760px}.page-home .brands-track,.page-home .about-documents-track{will-change:auto}}

/* ARTEL 1.10.17 — HERO should fill height on narrowed desktop widths */
@media (min-width: 961px) and (max-width: 1380px){
 .hero-frame img{object-fit:cover;object-position:center center}
 .hero-frame-fill{opacity:.22;transform:scale(1.02)}
}


/* ARTEL 1.10.18 — correct process layout and full-card photography */
.process-section.process-section-premium .process-list li{position:relative;overflow:visible}
.process-section.process-section-premium .process-list li>span{left:20px!important;top:20px!important;width:42px!important;height:42px!important;margin:0!important;z-index:3!important}
.process-section.process-section-premium .process-card{
 padding:28px 30px 28px 84px!important;
 min-height:174px!important;
 background-size:cover!important;
 background-position:center center!important;
 background-repeat:no-repeat!important;
 border-radius:24px!important;
 overflow:hidden!important;
 box-shadow:0 10px 24px rgba(17,23,34,.045)!important;
}
.process-section.process-section-premium .process-card:before{
 content:''!important;position:absolute!important;inset:0!important;display:block!important;
 background:linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.92) 45%,rgba(255,255,255,.78) 100%)!important;
 pointer-events:none!important;z-index:0!important;
}
.process-section.process-section-premium .process-card:after{display:none!important}
.process-section.process-section-premium .process-card>*{position:relative!important;z-index:1!important}
.process-section.process-section-premium .process-list h3{margin:0!important;padding:0!important;font-size:18px!important;line-height:1.35!important}
.process-section.process-section-premium .process-list p{margin-top:12px!important;max-width:52ch!important;font-size:15px!important;line-height:1.72!important}
.process-section.process-section-premium .process-list li:nth-child(1) .process-card{background-image:url('/assets/visuals/process-photo-01.webp')!important}
.process-section.process-section-premium .process-list li:nth-child(2) .process-card{background-image:url('/assets/visuals/process-photo-02.webp')!important}
.process-section.process-section-premium .process-list li:nth-child(3) .process-card{background-image:url('/assets/visuals/process-photo-03.webp')!important}
.process-section.process-section-premium .process-list li:nth-child(4) .process-card{background-image:url('/assets/visuals/process-photo-04.webp')!important}
.process-section.process-section-premium .process-list li:nth-child(5) .process-card{background-image:url('/assets/visuals/process-photo-05.webp')!important}
@media(max-width:960px){
 .process-section.process-section-premium .process-list li>span{left:16px!important;top:16px!important;width:40px!important;height:40px!important}
 .process-section.process-section-premium .process-card{padding:68px 18px 22px!important;min-height:180px!important;background-size:cover!important;background-position:center!important}
 .process-section.process-section-premium .process-card:before{background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.91) 55%,rgba(255,255,255,.76) 100%)!important}
 .process-section.process-section-premium .process-list h3{font-size:17px!important}
 .process-section.process-section-premium .process-list p{font-size:14px!important}
}


/* ARTEL 1.10.19 — review edge fade + full icon restoration */
.yandex-carousel{position:relative;isolation:isolate}
.yandex-reviews-viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0, #000 58px, #000 calc(100% - 58px), transparent 100%);mask-image:linear-gradient(90deg,transparent 0, #000 58px, #000 calc(100% - 58px), transparent 100%)}
.service-principals .line-icon{display:inline-grid;place-items:center;min-width:48px;min-height:48px;border-radius:14px;background:#f3eee9;color:#8f6d4b;font-size:24px;margin-bottom:22px}
.service-principals .line-icon i{display:block;line-height:1}
.service-principals .service-arrow i{display:block}
@media(max-width:960px){.yandex-reviews-viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);mask-image:linear-gradient(90deg,transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%)}}
@media(max-width:640px){.yandex-reviews-viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%);mask-image:linear-gradient(90deg,transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%)}.service-principals .line-icon{min-width:44px;min-height:44px;margin-bottom:18px}}


/* ARTEL 1.10.20 — gallery UX */
.gallery-dialog{cursor:zoom-out}
.gallery-dialog figure,.gallery-dialog img,.gallery-dialog figcaption,.gallery-dialog button{cursor:default}
.gallery-dialog .gallery-prev,.gallery-dialog .gallery-next,.gallery-dialog .dialog-close{cursor:pointer}


/* ARTEL 1.10.21 — compact expert card + premium article heading */
.article-heading{max-width:1260px!important;margin-top:16px!important;padding:44px 52px 30px!important;text-align:left!important;border:1px solid #e2e6eb;border-radius:28px;background:linear-gradient(135deg,#fcfcfb 0%,#f7f8fa 100%);box-shadow:0 18px 46px rgba(17,23,34,.055)}
.article-heading>.eyebrow{display:inline-flex;align-items:center;margin:0 0 18px!important;padding:7px 11px;border-radius:999px;background:#f1ebe5;color:#8c6847!important;font-size:10px!important;letter-spacing:.15em}
.article-heading h1{max-width:1040px;font-size:clamp(40px,4.2vw,64px)!important;line-height:1.06!important;letter-spacing:-.05em!important;text-wrap:balance}
.article-heading .intro{max-width:980px;margin-top:18px!important;font-size:17px!important;line-height:1.72!important;color:#677282!important}
.article-heading .article-tags{margin-top:14px;font-size:11px}
.article-heading .article-byline.article-byline-expert{margin-top:26px!important;padding-top:18px!important;border-top:1px solid #e0e4e9;justify-content:space-between!important;gap:20px!important}
.article-heading .article-author-avatar{width:46px;height:46px;flex-basis:46px;box-shadow:0 6px 16px rgba(17,23,34,.08)}
.article-heading .article-author-copy small{font-size:9px}.article-heading .article-author-copy strong{font-size:14px}.article-heading .article-author-copy em{font-size:11px}
.article-heading .article-dates{font-size:10px;gap:16px}

.article-author-profile.article-author-profile-compact{grid-template-columns:92px minmax(0,1fr)!important;gap:24px!important;align-items:center!important;margin-top:52px!important;margin-bottom:58px!important;padding:22px 24px!important;border-radius:22px!important;box-shadow:0 12px 34px rgba(17,23,34,.05)!important}
.article-author-profile-compact .article-author-profile-photo{width:92px!important;height:92px!important;aspect-ratio:1!important;border-radius:18px!important}
.article-author-profile-compact .article-author-profile-copy>.eyebrow{margin-bottom:5px!important;font-size:9px!important}
.article-author-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}
.article-author-profile-compact h2{margin:0!important;font-size:22px!important;line-height:1.2!important}
.article-author-profile-compact .article-author-role{margin-top:4px!important;font-size:12px!important;line-height:1.45!important}
.article-author-summary{max-width:900px!important;margin-top:10px!important;color:#657080!important;font-size:12px!important;line-height:1.65!important}
.article-author-facts{display:flex;align-items:center;gap:10px 16px;flex-wrap:wrap;margin-top:10px;padding-top:10px;border-top:1px solid #e6e9ed}
.article-author-facts>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f1ebe5;color:#8b6748;font-size:10px;font-weight:650;white-space:nowrap}
.article-author-facts>small{color:#76808e;font-size:10px;line-height:1.45}
.article-author-profile-link{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;padding:7px 10px;border:1px solid #ded5cc;border-radius:999px;color:#1c2a3d;font-size:10px;font-weight:650;white-space:nowrap}
.article-author-profile-link:hover{background:#f3eee9}
.article-author-profile-link i{font-size:10px}
@media(max-width:960px){
 .article-heading{padding:34px 30px 26px!important;border-radius:22px}
 .article-heading h1{font-size:clamp(34px,6vw,48px)!important}
 .article-heading .intro{font-size:15px!important}
 .article-heading .article-byline.article-byline-expert{align-items:flex-start!important;flex-direction:row!important}
 .article-author-profile.article-author-profile-compact{grid-template-columns:76px minmax(0,1fr)!important;gap:18px!important;padding:20px!important}
 .article-author-profile-compact .article-author-profile-photo{width:76px!important;height:76px!important}
}
@media(max-width:640px){
 .article-heading{margin-top:8px!important;padding:26px 20px 22px!important;border-radius:18px}
 .article-heading h1{font-size:32px!important;line-height:1.1!important}
 .article-heading .article-byline.article-byline-expert{flex-direction:column!important;gap:12px!important}
 .article-heading .article-dates{justify-content:flex-start!important}
 .article-author-profile.article-author-profile-compact{grid-template-columns:64px minmax(0,1fr)!important;gap:14px!important;margin-top:40px!important;margin-bottom:44px!important;padding:16px!important;border-radius:18px!important}
 .article-author-profile-compact .article-author-profile-photo{width:64px!important;height:64px!important;border-radius:14px!important}
 .article-author-title-row{gap:10px}.article-author-profile-compact h2{font-size:19px!important}
 .article-author-profile-link{display:none}.article-author-summary{font-size:11px!important}.article-author-facts>small{width:100%}
}


/* ARTEL 1.10.22 — full-width article heading + guaranteed review arrows */
.article-heading{max-width:var(--container)!important;width:min(calc(100% - 88px),var(--container))!important}
.yandex-carousel-controls button{font-size:0!important;color:#172238!important}
.yandex-carousel-controls button i{display:none!important}
.yandex-carousel-controls button::before{display:block;font:600 22px/1 Arial,sans-serif;color:#172238}
.yandex-carousel-controls [data-review-prev]::before{content:"←"}
.yandex-carousel-controls [data-review-next]::before{content:"→"}
@media(max-width:960px){.article-heading{width:calc(100% - 36px)!important}.yandex-carousel-controls button::before{font-size:20px}}
.yandex-carousel-controls{position:relative;z-index:8;margin-bottom:36px}.yandex-carousel-controls button{position:relative;z-index:9;pointer-events:auto;isolation:isolate}.yandex-reviews-viewport{position:relative;z-index:1}@media(max-width:960px){.yandex-carousel-controls{margin-bottom:28px}}@media(max-width:640px){.yandex-carousel-controls{margin-bottom:24px}}
.page-services .inner-hero.with-image h1{max-width:1000px;font-size:clamp(34px,3.2vw,48px);line-height:1.08;text-wrap:balance}.page-services .inner-hero .intro{max-width:860px}@media(max-width:960px){.page-services .inner-hero.with-image h1{font-size:32px}}@media(max-width:480px){.page-services .inner-hero.with-image h1{font-size:29px;line-height:1.1}}
.company-legal-cards strong{display:block;font-size:20px;line-height:1.45;letter-spacing:-.02em}.company-legal-cards address{font-size:16px!important;line-height:1.75!important}.company-legal-cards .text-link{display:inline-flex;margin-top:18px}
