
    :root{--paper:#f6f4ef;--ink:#2d332e;--muted:#73766e;--accent:#b45738;--accent-dark:#93432a;--line:#dedfd6;--white:#fff;--sage:#e9ece3;--radius:8px}
    *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.65 Manrope,"Segoe UI",sans-serif}body.locked{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.13}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.wrap{width:min(1280px,calc(100% - 96px));margin:auto}.eyebrow{font-size:11px;letter-spacing:1.7px;text-transform:uppercase;font-weight:700}.arrow{font-size:23px;line-height:1;font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:55px;padding:15px 24px;border:1px solid transparent;border-radius:5px;font-weight:600;font-size:13px;transition:background .2s,transform .2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:white}.btn-primary:hover{background:var(--accent-dark)}.btn-outline{border-color:var(--line);background:transparent}.btn-outline:hover{background:var(--sage)}.text-link{display:inline-flex;align-items:center;gap:22px;font-size:13px;font-weight:600;border-bottom:1px solid var(--ink);padding-bottom:5px}.dot{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin-right:8px}.skip{position:fixed;top:-100px;left:20px;background:white;padding:15px;z-index:20}.skip:focus{top:10px}
    .site-header{border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand-icon{width:42px;height:48px;color:var(--accent)}.brand-name{font-size:20px;font-weight:800;letter-spacing:-.9px;line-height:1.3}.brand-name span{color:var(--accent)}.brand-caption{font-size:9px;letter-spacing:1.8px;color:var(--muted);text-transform:uppercase;margin-top:3px}.nav{display:flex;gap:27px;align-items:center}.nav a{font-size:12px;font-weight:600;transition:color .2s}.nav a:hover{color:var(--accent)}.header-contact{text-align:right}.header-contact a{font-size:16px;font-weight:700;letter-spacing:-.3px}.header-contact small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.menu-toggle{display:none;border:1px solid var(--line);background:none;border-radius:5px;width:44px;height:44px;font-size:23px}
    .hero{padding-top:36px}.hero-grid{display:grid;grid-template-columns:1fr 1.09fr;gap:36px;align-items:stretch}.hero-copy{padding:28px 0 22px;display:flex;flex-direction:column;align-items:flex-start}.location{display:flex;align-items:center;gap:8px;font-size:11px;color:#626b60;margin-bottom:30px}.location svg{width:13px;height:13px}h1{font-size:clamp(44px,4.25vw,62px);letter-spacing:-2.7px;line-height:1.075;margin-bottom:24px}h1 em{font-style:normal;color:var(--accent)}.hero-description{color:var(--muted);font-size:14px;line-height:1.85;max-width:360px;margin-bottom:29px}.hero-actions{display:flex;align-items:center;gap:27px}.hero-actions .text-link{white-space:nowrap;font-size:12px}.hero-note{margin-top:15px;font-size:10px;color:var(--muted)}.hero-bottom{display:flex;align-items:center;gap:13px;margin-top:auto;padding-top:33px}.mini-mark{width:34px;height:34px;border:1px solid #bfc5b5;border-radius:50%;display:grid;place-items:center;font-size:17px;color:#627257}.hero-bottom p{font-size:11px;line-height:1.7;color:var(--muted)}.hero-bottom strong{font-weight:600;color:var(--ink)}.hero-visual{position:relative;min-height:548px;border-radius:6px;overflow:hidden;background:#ded6c9}.hero-image{height:100%;width:100%;position:absolute;object-fit:cover;object-position:52% center}.image-badge{position:absolute;top:22px;left:22px;background:#fff9;backdrop-filter:blur(12px);border:1px solid #fff8;border-radius:30px;padding:7px 13px;font-size:10px;letter-spacing:.15px}.hero-caption{position:absolute;bottom:24px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:#f8f6f0ef;backdrop-filter:blur(10px);border-radius:5px}.hero-caption strong{font-size:14px;font-weight:600}.hero-caption p{font-size:10px;color:var(--muted);margin-top:4px}.round-arrow{border:1px solid #c7cbbf;border-radius:50%;width:37px;height:37px;display:grid;place-items:center;font-size:21px;flex-shrink:0}.hero-caption:hover .round-arrow{background:var(--ink);color:white}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);padding:30px 0;gap:25px}.trust-item{display:flex;align-items:center;gap:16px}.trust-item+.trust-item{border-left:1px solid var(--line);padding-left:38px}.line-icon{width:27px;height:27px;fill:none;stroke:var(--accent);stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.trust-item strong{display:block;font-size:12px;font-weight:600}.trust-item span{display:block;font-size:10px;color:var(--muted);margin-top:3px}
    .section{padding:85px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:33px}.section-label{color:var(--accent);margin-bottom:14px}h2{font-size:38px;letter-spacing:-1.4px}.section-description{font-size:12px;color:var(--muted);max-width:310px;line-height:1.9}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#eeeee7;border:1px solid #e1e3d9;border-radius:var(--radius);padding:27px;display:flex;flex-direction:column;min-height:300px;position:relative;overflow:hidden;transition:background .2s}.service-card:hover{background:#e5e8dd}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.service-top .line-icon{width:38px;height:38px}.service-number{font-size:11px;color:#8c9186}.service-card h3{font-size:24px;letter-spacing:-.7px;margin-bottom:14px}.service-card p{font-size:12px;color:var(--muted);max-width:280px;margin-bottom:26px}.service-card button{margin-top:auto;display:flex;align-items:center;justify-content:space-between;border:0;border-top:1px solid #d5d8cd;background:none;padding:17px 0 0;text-align:left;font-size:12px;font-weight:600}.service-card.featured{background:var(--ink);border-color:var(--ink);color:white}.service-card.featured .line-icon{stroke:#d59b7b}.service-card.featured p{color:#bec4b9}.service-card.featured button{border-color:#51564e;color:#f1c0a4}.service-card.featured .service-number{color:#a1ac98}.service-foot{display:flex;align-items:center;justify-content:space-between;margin-top:22px;gap:20px}.service-foot p{font-size:11px;color:var(--muted)}.service-foot a{font-size:11px;color:var(--accent);border-bottom:1px solid #b4573860}
    .projects{padding-top:12px}.project-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:22px}.project-image-button{border:0;padding:0;background:#dfd9cd;display:block;width:100%;border-radius:6px;overflow:hidden;position:relative}.project-image-button img{width:100%;height:340px;object-fit:cover;transition:transform .5s}.project-image-button:hover img{transform:scale(1.035)}.project-image-button .round-arrow{position:absolute;right:15px;bottom:15px;background:var(--paper);border:0}.photo-tag{position:absolute;top:16px;left:16px;background:var(--paper);font-size:9px;padding:5px 10px;border-radius:20px}.project-meta{padding:19px 0;display:flex;justify-content:space-between;gap:8px}.project-meta h3{font-size:17px;letter-spacing:-.3px}.project-meta p{font-size:11px;color:var(--muted);margin-top:7px}.project-meta>span{font-size:11px;color:var(--muted)}
    .process{background:var(--sage);padding:66px 0}.process-heading{display:flex;justify-content:space-between;align-items:center;gap:35px}.process-heading .text-link{flex-shrink:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:48px}.step-number{font-size:12px;color:var(--accent);border-bottom:1px solid #cdd2c3;padding-bottom:18px;margin-bottom:23px;display:flex;justify-content:space-between}.step-number span{color:#9ca68e}.step h3{font-size:17px;margin-bottom:12px}.step p{font-size:11px;color:#727a69;line-height:1.9}
    .faq-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.faq-intro p:last-child{font-size:12px;line-height:1.9;color:var(--muted);max-width:265px;margin-top:20px}details{border-bottom:1px solid var(--line)}details:first-child{border-top:1px solid var(--line)}summary{list-style:none;padding:22px 0;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px}summary::-webkit-details-marker{display:none}summary::after{content:'+';font-size:24px;color:var(--accent);font-weight:400}details[open] summary::after{content:'−'}details p{padding:0 30px 22px 0;color:var(--muted);font-size:12px;line-height:1.9}
    .contact{padding-bottom:65px}.contact-panel{background:var(--ink);border-radius:8px;color:#f6f4ef;padding:47px 50px;display:grid;grid-template-columns:1.1fr .9fr;gap:70px;position:relative;overflow:hidden}.contact-panel .section-label{color:#d4a18a}.contact-panel h2{font-size:39px}.contact-panel p{color:#b9c1b3;font-size:12px;max-width:350px;margin-top:18px}.contact-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.contact-phone{font-size:30px;line-height:1.4;letter-spacing:-.9px}.contact-secondary{font-size:15px;color:#c1c8bb;margin-top:6px}.contact-address{font-size:11px;color:#adb7a4;margin-top:19px}.contact-right .btn{margin-top:23px;background:#ecd9c9;color:var(--ink);min-height:47px;font-size:12px}.footer-inner{padding:28px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-note{font-size:10px;color:var(--muted);text-align:right}.footer-note a{border-bottom:1px solid var(--line)}
    dialog{border:0;border-radius:12px;padding:0;color:var(--ink);background:var(--paper);width:min(570px,calc(100% - 32px));max-height:90vh;overflow:auto;box-shadow:0 30px 100px #101b1833}dialog::backdrop{background:#1d2829a6;backdrop-filter:blur(5px)}.dialog-inner{padding:40px}.dialog-close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:26px;line-height:1;width:32px;height:32px;color:var(--muted)}.dialog-inner h2{font-size:30px;letter-spacing:-1px;margin:12px 0 15px}.quiz-lead{font-size:12px;color:var(--muted);margin-bottom:24px}.quiz-options{display:grid;gap:9px;border:0;padding:0;margin:0 0 20px}.quiz-options legend{font-size:12px;font-weight:700;margin-bottom:10px}.quiz-option{border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;gap:12px;padding:13px;font-size:13px;cursor:pointer}.quiz-option:has(input:checked){border-color:var(--accent);background:#eee1d7}.quiz-option input{accent-color:var(--accent)}.field-label{font-size:12px;font-weight:700;display:block;margin-bottom:8px}.area-row{display:flex;align-items:center;gap:14px;margin-bottom:24px}.area-row input{background:white;border:1px solid var(--line);border-radius:5px;padding:12px;width:130px;color:var(--ink)}.area-row span{font-size:12px;color:var(--muted)}.quiz-actions{display:flex;justify-content:space-between;gap:14px;margin-top:24px}.quiz-actions .btn{flex:1}.quiz-progress{height:3px;background:var(--line);margin:20px 0 25px}.quiz-progress span{display:block;background:var(--accent);height:3px;width:50%;transition:width .25s}.quiz-disclaimer{font-size:10px;color:var(--muted);margin-top:17px;line-height:1.7}.summary-box{background:var(--sage);padding:20px;border-radius:6px;font-size:13px;line-height:2}.quiz-result[hidden],.quiz-step[hidden]{display:none}.lightbox{width:min(950px,calc(100% - 32px));background:#22291f}.lightbox img{width:100%;height:auto;max-height:76vh;object-fit:contain}.lightbox p{color:white;padding:14px 22px;font-size:12px}.lightbox .dialog-close{background:var(--paper);border-radius:50%;z-index:2}.lightbox .dialog-inner{padding:0}
    @media(min-width:1550px){.hero-visual{min-height:580px}}@media(max-width:1150px){.wrap{width:calc(100% - 64px)}.header-inner{gap:18px}.nav{gap:18px}.nav a{font-size:11px}.brand-name{font-size:18px}.header-contact a{font-size:14px}.hero-grid{gap:25px;grid-template-columns:1fr 1fr}h1{font-size:49px}.hero-actions{gap:18px;flex-wrap:wrap}.hero-visual{min-height:570px}.hero-actions .text-link{font-size:11px}.trust-item+.trust-item{padding-left:22px}.service-card{padding:23px}.contact-panel{gap:35px}.contact-phone{font-size:26px}.project-image-button img{height:310px}}
    @media(max-width:900px){.header-inner{height:82px}.nav{gap:15px}.nav a:nth-child(3),.nav a:nth-child(4){display:none}.hero-grid{gap:24px}h1{font-size:42px;letter-spacing:-1.8px}.hero-description{font-size:12px}.hero-visual{min-height:520px}.hero-copy{padding-top:12px}.hero-caption{left:14px;right:14px;bottom:14px;padding:14px}.hero-caption strong{font-size:12px}.hero-caption p{font-size:9px}.trust-item{gap:11px}.trust-item strong{font-size:10px}.trust-item span{font-size:9px}.section{padding:65px 0}h2{font-size:33px}.service-grid{gap:13px}.service-card{padding:20px}.service-card h3{font-size:22px}.service-card p{font-size:11px}.service-foot{align-items:flex-start}.project-grid{gap:15px;grid-template-columns:repeat(3,1fr)}.project-image-button img{height:280px}.project-meta h3{font-size:14px}.project-meta>span{display:none}.steps{gap:22px}.step h3{font-size:15px}.faq-layout{gap:40px}.contact-panel{padding:35px;gap:30px}.contact-panel h2{font-size:32px}.contact-phone{font-size:23px}}
    @media(max-width:700px){.wrap{width:calc(100% - 36px)}.header-inner{height:78px;gap:12px}.brand-icon{width:31px;height:36px}.brand{gap:8px}.brand-name{font-size:17px}.brand-caption{font-size:7px;letter-spacing:1.4px}.header-contact{margin-left:auto}.header-contact a{font-size:11px}.header-contact small{font-size:8px}.menu-toggle{display:block;flex-shrink:0}.nav{display:none;position:absolute;top:78px;left:0;right:0;z-index:5;background:var(--paper);border-bottom:1px solid var(--line);padding:22px;box-shadow:0 20px 20px #2733230d}.nav.open{display:grid;gap:20px}.nav a,.nav a:nth-child(3),.nav a:nth-child(4){display:block;font-size:14px}.hero{padding-top:24px}.hero-grid{grid-template-columns:1fr;gap:25px}.hero-copy{padding:0}.location{margin-bottom:24px;font-size:10px}h1{font-size:46px;letter-spacing:-2.3px;margin-bottom:22px}.hero-description{font-size:13px;max-width:350px;margin-bottom:25px}.hero-actions{gap:24px}.hero-actions .btn{padding:14px 20px}.hero-actions .text-link{font-size:11px}.hero-note{font-size:9px}.hero-bottom{display:none}.hero-visual{min-height:390px}.hero-caption{bottom:18px;left:18px;right:18px}.hero-caption strong{font-size:14px}.hero-caption p{font-size:10px}.image-badge{top:17px;left:17px}.trust-row{grid-template-columns:1fr;padding:25px 0;gap:20px}.trust-item+.trust-item{border-left:0;padding-left:0}.trust-item{gap:15px}.trust-item strong{font-size:12px}.trust-item span{font-size:10px}.line-icon{width:25px;height:25px}.section{padding:52px 0}.section-head{display:block;margin-bottom:26px}.section-head .section-description{margin-top:17px;max-width:320px}.section-head .text-link{margin-top:22px}.section-label{font-size:10px}h2{font-size:33px;letter-spacing:-1.2px}.service-grid{grid-template-columns:1fr;gap:14px}.service-card{min-height:260px;padding:25px}.service-top{margin-bottom:22px}.service-card h3{font-size:25px}.service-card p{font-size:12px;max-width:330px}.service-foot{display:block}.service-foot a{display:inline-block;margin-top:10px}.project-grid{grid-template-columns:1fr;gap:24px}.project-image-button img{height:390px}.project-meta{padding:16px 0 0}.project-meta h3{font-size:18px}.project-meta>span{display:block}.projects{padding-top:0}.process{padding:45px 0}.process-heading{display:block}.process-heading .text-link{margin-top:25px}.steps{grid-template-columns:1fr 1fr;gap:30px 24px;margin-top:35px}.step-number{margin-bottom:17px}.step h3{font-size:16px}.step p{font-size:11px}.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro p:last-child{max-width:none}.contact{padding-bottom:35px}.contact-panel{padding:30px 25px;grid-template-columns:1fr;gap:30px}.contact-panel h2{font-size:33px}.contact-phone{font-size:28px}.contact-panel p{font-size:12px}.footer-inner{align-items:flex-start;flex-direction:column;gap:22px;padding:25px 0}.footer-note{text-align:left;line-height:1.9}.dialog-inner{padding:35px 23px}.dialog-inner h2{font-size:27px}.quiz-actions .btn{padding:12px 15px;gap:15px}.quiz-disclaimer{font-size:10px}}
    @media(max-width:700px){h1{font-size:36px;letter-spacing:-1.7px;line-height:1.14}.hero-actions{gap:20px}.hero-actions .btn{padding:14px 16px;font-size:11px;gap:18px}.hero-actions .text-link{gap:12px;font-size:10px}}
    @media(max-width:370px){h1{font-size:32px}.header-contact{display:none}.menu-toggle{margin-left:auto}.hero-actions{gap:18px}.hero-visual{min-height:345px}.contact-phone{font-size:24px}.steps{gap:25px 16px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
  

:root{--paper:#fff;--ink:#162c49;--muted:#63748a;--accent:#205cde;--accent-dark:#1448bd;--line:#dde5ef;--sage:#eff5ff;--radius:20px}
body{font-size:16px;background:#fff}.wrap{width:min(1240px,calc(100% - 80px))}.site-header{border:0;background:#fff}.header-inner{height:100px}.brand-icon{background:#205cde;color:#fff;border-radius:12px;padding:7px;width:45px;height:48px}.brand-name{font-size:21px}.brand-caption{font-size:10px;color:#63748a}.nav a{font-size:14px}.nav{gap:27px}.header-contact a{font-size:17px}.header-contact small{font-size:11px}.btn{border-radius:12px;font-size:14px;padding:16px 25px;min-height:56px}.btn-primary{box-shadow:0 8px 20px #205cde24}.text-link{font-size:14px}.eyebrow{font-size:12px;letter-spacing:1.3px}.blue-hero{background:#edf4ff;border-radius:28px;padding:50px;display:grid;grid-template-columns:1.05fr 1fr;gap:35px;position:relative;overflow:hidden}.blue-hero-copy{position:relative;z-index:1;padding:10px 0}.blue-kicker{display:inline-flex;align-items:center;padding:7px 13px;border-radius:8px;background:white;color:#205cde;font-size:12px;margin-bottom:26px;font-weight:700}.blue-hero h1{font-size:clamp(40px,4.4vw,59px);font-weight:800;letter-spacing:-2.4px;line-height:1.13;margin-bottom:22px}.blue-hero h1 em{color:#205cde;font-style:normal}.blue-hero-copy>p{font-size:16px;line-height:1.85;color:#63748a;max-width:430px}.blue-hero .hero-actions{margin-top:28px;gap:24px}.blue-hero .hero-actions .text-link{font-size:13px;border-color:#b5c7df}.blue-hero-foot{display:flex;gap:12px;margin-top:27px;align-items:center;color:#526b8b;font-size:12px}.blue-hero-foot svg{width:27px;height:27px;stroke:#205cde;flex-shrink:0}.blue-visual{min-height:470px;position:relative;align-self:stretch;margin:0 -12px 0 0}.blue-main-image{position:absolute;top:0;right:0;width:88%;height:87%;border-radius:80px 18px 18px 18px;object-fit:cover;object-position:65% center}.blue-inset-image{position:absolute;bottom:0;left:0;width:44%;height:49%;border:7px solid #edf4ff;border-radius:22px;object-fit:cover;object-position:center}.blue-image-label{position:absolute;right:0;bottom:2px;background:#fff;border-radius:15px;padding:17px 20px;width:53%;box-shadow:0 10px 30px #244d7620}.blue-image-label strong{display:block;font-size:15px;line-height:1.45;color:#162c49}.blue-image-label span{display:block;font-size:11px;color:#63748a;margin-top:5px}.blue-credit{position:absolute;top:14px;right:12px;background:#fffffff0;padding:5px 9px;border-radius:7px;font-size:10px;color:#52627a}.blue-selector{padding:28px 30px;margin-top:22px;border:1px solid #dce6f3;border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:28px}.blue-selector strong{font-size:15px;flex-shrink:0}.blue-selector-options{display:flex;gap:10px;flex-wrap:wrap}.blue-selector-options button{border:0;border-radius:9px;padding:12px 18px;font-size:13px;background:#eef4ff;color:#205cde;display:flex;align-items:center;gap:20px;font-weight:600}.blue-selector-options button:hover{background:#dce9ff}.section{padding:75px 0}.section-head{margin-bottom:34px}.section-label{color:#205cde;font-size:12px;margin-bottom:12px}h2{font-weight:800;font-size:39px;letter-spacing:-1.4px;line-height:1.2}.section-description{font-size:15px;max-width:345px}.service-grid{gap:22px}.service-card,.service-card.featured{background:#fff;border:1px solid #dde5ef;min-height:0;padding:0;overflow:hidden;border-radius:20px;color:#162c49;display:flex;flex-direction:column;box-shadow:0 10px 30px #182d4806}.service-card:hover,.service-card.featured:hover{background:#f8fbff}.service-photo{width:100%;height:190px;object-fit:cover;object-position:center 55%}.service-top{margin:0;padding:22px 24px 0}.service-top .line-icon{width:31px;height:31px;stroke:#205cde}.service-number,.service-card.featured .service-number{font-size:12px;color:#8b9bb0}.service-card h3{padding:0 24px;margin:17px 0 12px;font-size:23px;letter-spacing:-.6px;font-weight:700}.service-card p,.service-card.featured p{padding:0 24px;color:#63748a;font-size:14px;line-height:1.8;max-width:none;margin-bottom:24px}.service-card button,.service-card.featured button{padding:19px 24px;margin-top:auto;background:#f2f6ff;color:#205cde;border:0;font-size:13px}.service-foot p,.service-foot a{font-size:12px}.process{background:#f1f6ff;padding:65px 0}.process h2{font-size:36px}.process-heading{align-items:flex-end}.steps{gap:18px;margin-top:34px}.step{background:white;border:1px solid #e0e9f7;border-radius:18px;padding:24px}.step-number{border:0;margin-bottom:20px;padding:0;color:#205cde;font-weight:800;font-size:28px;line-height:1.2}.step-number span{font-size:19px;color:#9ab8eb}.step h3{font-size:17px;font-weight:700;line-height:1.4}.step p{font-size:13px;color:#63748a;line-height:1.8}.projects{padding-top:75px}.project-grid{grid-template-columns:repeat(3,1fr);gap:22px}.project-grid article{background:#fff;border:1px solid #dde5ef;border-radius:20px;overflow:hidden}.project-image-button{border-radius:0;background:#dce6f3}.project-image-button img{height:320px}.project-meta{padding:22px}.project-meta h3{font-size:18px;font-weight:700;line-height:1.4}.project-meta p{font-size:12px}.project-meta>span{display:none}.photo-tag{background:#fff;color:#205cde;font-size:12px;padding:6px 12px;border-radius:8px}.project-image-button .round-arrow{background:#205cde;color:#fff;border:0}.faq-layout{gap:65px}.faq-intro p:last-child{font-size:14px;max-width:310px}.faq-layout details{border:1px solid #dde5ef;border-radius:12px;margin-bottom:10px;background:#fff;padding:0 20px}.faq-layout details[open]{background:#f6f9ff}.faq-layout summary{font-size:14px;padding:20px 0;font-weight:600}.faq-layout details p{font-size:14px;padding-right:0}.contact-panel{background:#205cde;border-radius:25px;padding:48px;gap:50px}.contact-panel .section-label{color:#d5e3ff}.contact-panel h2{color:white;font-size:40px;line-height:1.2}.contact-panel p{color:#e0eaff;font-size:15px;line-height:1.8}.contact-secondary,.contact-address{color:#dbe7ff}.contact-address{font-size:13px}.contact-phone{font-size:29px}.contact-right .btn{background:#fff;color:#205cde;font-size:13px;border-radius:10px}.footer-note{font-size:12px}.footer-inner{padding-bottom:35px}.quiz-option:has(input:checked){background:#e9f0ff}.quiz-option{font-size:14px}.quiz-lead{font-size:14px}.quiz-disclaimer{font-size:12px}.field-label,.quiz-options legend{font-size:14px}.variation-nav{position:fixed;bottom:20px;right:20px;z-index:8;display:flex;gap:5px;padding:6px;background:#ffffffed;color:#162c49;box-shadow:0 6px 30px #162c4920;border:1px solid #dde5ef;border-radius:14px}.variation-nav a{font-size:12px;padding:8px 11px;border-radius:8px}.variation-nav a[aria-current]{background:#205cde;color:#fff}
@media(max-width:1150px){.wrap{width:calc(100% - 56px)}.nav{gap:18px}.nav a{font-size:12px}.blue-hero{padding:36px;gap:22px}.blue-hero h1{font-size:47px}.blue-visual{min-height:490px}.blue-hero .hero-actions{flex-direction:column;align-items:flex-start;gap:22px}.blue-image-label{padding:15px;width:55%}.blue-image-label strong{font-size:13px}.blue-selector{padding:22px;gap:18px}.blue-selector-options button{font-size:12px;padding:12px 14px}.blue-selector strong{font-size:13px}.step{padding:20px}.steps{gap:13px}.step h3{font-size:16px}.contact-phone{font-size:25px}.contact-panel{gap:35px}}
@media(max-width:850px){.blue-hero{padding:30px;grid-template-columns:1.05fr 1fr}.blue-hero h1{font-size:40px;letter-spacing:-1.6px}.blue-hero-copy>p{font-size:14px}.blue-kicker{font-size:10px}.blue-visual{min-height:470px}.blue-selector{align-items:flex-start;flex-direction:column;gap:14px}.blue-selector strong{font-size:15px}.blue-selector-options{width:100%}.blue-selector-options button{flex:1;justify-content:space-between}.service-card h3{font-size:20px;padding:0 20px}.service-card p{font-size:13px;padding:0 20px}.service-top{padding:20px 20px 0}.service-card button{padding:17px 20px;font-size:12px}.service-photo{height:155px}.steps{grid-template-columns:1fr 1fr;gap:18px}.project-grid{gap:15px}.project-meta{padding:18px}.project-meta h3{font-size:16px}.project-image-button img{height:270px}.contact-panel{padding:35px}.contact-panel h2{font-size:34px}.contact-phone{font-size:22px}}
@media(max-width:700px){.wrap{width:calc(100% - 32px)}.header-inner{height:85px}.brand-name{font-size:16px}.brand-caption{font-size:8px}.brand-icon{width:35px;height:38px;padding:5px;border-radius:8px}.header-contact a{font-size:11px}.header-contact small{font-size:8px}.menu-toggle{border-radius:9px;width:39px;height:39px}.nav{top:85px;background:#fff}.nav a{font-size:15px}.blue-hero{grid-template-columns:1fr;padding:26px 23px;border-radius:22px;gap:24px}.blue-hero-copy{padding:0}.blue-kicker{font-size:11px;margin-bottom:22px}.blue-hero h1{font-size:39px;letter-spacing:-1.7px;margin-bottom:19px}.blue-hero-copy>p{font-size:14px}.blue-hero .hero-actions{gap:21px;margin-top:23px}.blue-hero .hero-actions .btn{font-size:14px;min-height:54px;width:100%;padding:14px 20px}.blue-hero .hero-actions .text-link{font-size:13px}.blue-hero-foot{font-size:11px;line-height:1.7;margin-top:23px}.blue-visual{min-height:340px;margin:0}.blue-main-image{width:88%;height:84%;border-radius:50px 15px 15px 15px}.blue-inset-image{height:48%;width:45%;border-width:5px}.blue-image-label{width:54%;padding:13px}.blue-image-label strong{font-size:13px}.blue-image-label span{font-size:10px}.blue-credit{font-size:9px}.blue-selector{padding:22px;margin-top:16px}.blue-selector-options{display:grid;grid-template-columns:1fr}.blue-selector-options button{font-size:14px;padding:14px 16px}.section{padding:53px 0}h2{font-size:31px;letter-spacing:-1px}.section-description{font-size:14px}.section-label{font-size:11px}.service-grid{gap:20px}.service-photo{height:200px}.service-card h3{font-size:24px;padding:0 24px}.service-card p{font-size:14px;padding:0 24px}.service-top{padding:22px 24px 0}.service-card button{font-size:14px;padding:20px 24px}.process{padding:48px 0}.process h2{font-size:31px}.steps{gap:14px;margin-top:28px}.step{padding:20px 16px}.step h3{font-size:16px}.step p{font-size:12px}.step-number{font-size:26px}.project-grid{grid-template-columns:1fr;gap:23px}.project-image-button img{height:370px}.project-meta{padding:22px}.project-meta h3{font-size:20px}.project-meta p{font-size:13px}.faq-layout{gap:27px}.faq-layout details{padding:0 17px}.faq-layout summary{font-size:14px}.contact{padding-bottom:35px}.contact-panel{padding:30px 24px;gap:29px;border-radius:21px}.contact-panel h2{font-size:32px}.contact-panel p{font-size:14px}.contact-phone{font-size:25px}.contact-address{font-size:12px}.contact-right .btn{font-size:12px;padding:15px 17px}.footer-note{font-size:11px}.footer-inner{padding-bottom:90px}.variation-nav{bottom:12px;right:12px}.variation-nav a{font-size:11px;padding:7px 10px}}
@media(max-width:370px){.blue-hero{padding:24px 18px}.blue-hero h1{font-size:34px}.blue-visual{min-height:310px}.contact-phone{font-size:22px}.steps{grid-template-columns:1fr}.step p{font-size:14px}}



.hybrid-dark{--paper:#181b1a;--ink:#f5f5ef;--muted:#a9b0aa;--accent:#ed9d66;--accent-dark:#d98246;--line:#3e4440;--sage:#242a26;--radius:0px}
.hybrid-dark{font-size:16px}
:where(.hybrid-dark) .wrap{width:min(1320px,calc(100% - 100px))}
:where(.hybrid-dark) .site-header{background:#181b1a;border-bottom-color:#3e4440}
:where(.hybrid-dark) .header-inner{height:104px}
:where(.hybrid-dark) .brand-icon{color:#ed9d66}
:where(.hybrid-dark) .brand-caption{color:#a9b0aa;font-size:10px}
:where(.hybrid-dark) .brand-name{font-size:22px}
:where(.hybrid-dark) .nav a{font-size:14px;font-weight:400}
:where(.hybrid-dark) .header-contact small{font-size:12px}
:where(.hybrid-dark) .header-contact a{font-size:17px}
:where(.hybrid-dark) .btn{border-radius:0;min-height:58px;font-size:14px}
:where(.hybrid-dark) .btn-primary{background:var(--accent);color:#17201b}
:where(.hybrid-dark) .btn-primary:hover{background:#f4b486}
:where(.hybrid-dark) .text-link{font-size:14px}
:where(.hybrid-dark) .eyebrow{font-size:12px;letter-spacing:2px}
:where(.hybrid-dark) .dark-hero{position:relative;isolation:isolate;min-height:690px;display:flex;align-items:center;overflow:hidden}
:where(.hybrid-dark) .dark-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;z-index:-3}
:where(.hybrid-dark) .dark-hero::before{content:'';position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(12,19,17,.91),rgba(12,19,17,.58) 51%,rgba(12,19,17,.07)),linear-gradient(0deg,rgba(12,19,17,.25),transparent 40%)}
:where(.hybrid-dark) .dark-hero-content{padding:62px 0 104px;position:relative}
:where(.hybrid-dark) .dark-kicker{display:flex;align-items:center;gap:18px;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#e9c4a3;margin-bottom:32px}
:where(.hybrid-dark) .dark-kicker::before{content:'';width:44px;height:1px;background:#e9c4a3}
:where(.hybrid-dark) .dark-hero h1{font-size:clamp(50px,6.3vw,92px);font-weight:500;line-height:1.04;letter-spacing:-4px;max-width:850px;margin-bottom:28px}
:where(.hybrid-dark) .dark-hero h1 em{font-family:Georgia,serif;font-weight:400;font-style:italic;color:#f0b58c}
:where(.hybrid-dark) .dark-hero p{font-size:16px;line-height:1.8;color:#d0d5cb;max-width:460px;margin-bottom:32px}
:where(.hybrid-dark) .dark-hero .hero-actions{gap:36px}
:where(.hybrid-dark) .dark-hero .text-link{color:#fff;border-color:#ffffff60}
:where(.hybrid-dark) .dark-hero .hero-actions .text-link{font-size:14px}
:where(.hybrid-dark) .dark-photo-credit{position:absolute;bottom:22px;right:30px;font-size:11px;color:#e0e0d9;writing-mode:vertical-rl}
:where(.hybrid-dark) .dark-hero-index{position:absolute;left:0;bottom:28px;font-size:12px;letter-spacing:3px;color:#c8cfc5}
:where(.hybrid-dark) .dark-hero-index b{font-size:20px;color:#ed9d66;font-weight:500}
:where(.hybrid-dark) .dark-trust{background:#202622}
:where(.hybrid-dark) .trust-row{margin:0;padding:28px 0;border:0;gap:35px}
:where(.hybrid-dark) .trust-item strong{font-size:14px;font-weight:500}
:where(.hybrid-dark) .trust-item span{font-size:12px;color:#a9b0aa}
:where(.hybrid-dark) .trust-item+.trust-item{padding-left:32px;border-color:#495048}
:where(.hybrid-dark) .line-icon{stroke:#ed9d66}
:where(.hybrid-dark) .section{padding:95px 0}
:where(.hybrid-dark) .section-head{align-items:flex-end;margin-bottom:42px}
:where(.hybrid-dark) .section-description{font-size:15px;max-width:360px;color:#a9b0aa}
:where(.hybrid-dark) .section-label{color:#ed9d66;margin-bottom:20px}
:where(.hybrid-dark) h2{font-size:clamp(34px,3.6vw,52px);letter-spacing:-1.8px}
:where(.hybrid-dark) h3{font-weight:400}
:where(.hybrid-dark) .project-grid{grid-template-columns:1.35fr 1fr 1fr;gap:26px;align-items:start}
:where(.hybrid-dark) .project-grid article:nth-child(2){padding-top:95px}
:where(.hybrid-dark) .project-grid article:nth-child(3){padding-top:45px}
:where(.hybrid-dark) .project-image-button{border-radius:0;background:#2c352e}
:where(.hybrid-dark) .project-image-button img{height:465px;filter:saturate(.72)}
:where(.hybrid-dark) .project-grid article:nth-child(2) img{height:340px}
:where(.hybrid-dark) .project-grid article:nth-child(3) img{height:390px}
:where(.hybrid-dark) .photo-tag{top:18px;left:18px;background:#19241fcc;color:#fff;border-radius:0;font-size:12px;padding:6px 12px}
:where(.hybrid-dark) .round-arrow{color:#f5f5ef}
:where(.hybrid-dark) .project-image-button .round-arrow{background:#ed9d66;color:#152019;border-radius:0;width:43px;height:43px}
:where(.hybrid-dark) .project-meta{padding-top:22px}
:where(.hybrid-dark) .project-meta h3{font-size:20px;line-height:1.25}
:where(.hybrid-dark) .project-meta p,:where(.hybrid-dark) .project-meta>span{font-size:13px}
:where(.hybrid-dark) .service-grid{grid-template-columns:1fr;gap:0;border-top:1px solid var(--line)}
:where(.hybrid-dark) .service-card,:where(.hybrid-dark) .service-card.featured{display:grid;grid-template-columns:90px 1fr 1.1fr 220px;gap:28px;align-items:center;background:transparent;border:0;border-bottom:1px solid var(--line);padding:34px 0;min-height:150px;border-radius:0;color:var(--ink)}
:where(.hybrid-dark) .service-card:hover,:where(.hybrid-dark) .service-card.featured:hover{background:#ffffff04}
:where(.hybrid-dark) .service-top{margin:0;gap:14px}
:where(.hybrid-dark) .service-number{font-size:13px;color:#a9b0aa}
:where(.hybrid-dark) .service-top .line-icon{width:31px;height:31px;stroke:#ed9d66}
:where(.hybrid-dark) .service-card h3{font-size:25px;margin:0}
:where(.hybrid-dark) .service-card p,:where(.hybrid-dark) .service-card.featured p{font-size:14px;line-height:1.8;margin:0;max-width:340px;color:#a9b0aa}
:where(.hybrid-dark) .service-card button,:where(.hybrid-dark) .service-card.featured button{margin:0;border:0;font-size:13px;padding:14px 0;color:#ed9d66;gap:18px}
:where(.hybrid-dark) .service-card.featured .service-number{color:#a9b0aa}
:where(.hybrid-dark) .service-foot{margin-top:26px}
:where(.hybrid-dark) .service-foot p,:where(.hybrid-dark) .service-foot a{font-size:12px}
:where(.hybrid-dark) .process{background:#242a26;padding:78px 0}
:where(.hybrid-dark) .steps{gap:40px;margin-top:55px}
:where(.hybrid-dark) .step-number{font-size:40px;border-color:#475047;color:#ed9d66;line-height:1.3;padding-bottom:24px}
:where(.hybrid-dark) .step-number span{font-size:20px;color:#a9b0aa}
:where(.hybrid-dark) .step h3{font-size:19px}
:where(.hybrid-dark) .step p{font-size:14px;color:#aeb8ac}
:where(.hybrid-dark) .faq-layout{gap:80px}
:where(.hybrid-dark) .faq-intro p:last-child{font-size:14px;color:#a9b0aa;max-width:330px}
:where(.hybrid-dark) summary{padding:24px 0;font-size:15px;font-weight:400}
:where(.hybrid-dark) details p{font-size:14px}
:where(.hybrid-dark) .contact{padding-bottom:65px}
:where(.hybrid-dark) .contact-panel{background:#ed9d66;border-radius:0;color:#17201b;padding:60px;gap:60px}
:where(.hybrid-dark) .contact-panel h2{font-size:48px}
:where(.hybrid-dark) .contact-panel .section-label{color:#334230}
:where(.hybrid-dark) .contact-panel p{font-size:15px;color:#394735}
:where(.hybrid-dark) .contact-right .btn{border:1px solid #17201b;background:#17201b;color:#fff;border-radius:0;font-size:14px}
:where(.hybrid-dark) .contact-phone{font-size:30px}
:where(.hybrid-dark) .contact-secondary,:where(.hybrid-dark) .contact-address{color:#334230}
:where(.hybrid-dark) .contact-address{font-size:13px}
:where(.hybrid-dark) .footer-inner{padding:32px 0}
:where(.hybrid-dark) .footer-note{font-size:12px;max-width:550px}
:where(.hybrid-dark) .footer-note a{color:#e5bf9f}
:where(.hybrid-dark) .quiz-option:has(input:checked){background:#383b2b}
:where(.hybrid-dark) .area-row input{background:#242a26;color:#fff}
:where(.hybrid-dark) .quiz-options legend,:where(.hybrid-dark) .field-label{font-size:14px}
:where(.hybrid-dark) .quiz-option{font-size:14px}
:where(.hybrid-dark) .quiz-lead{font-size:14px}
:where(.hybrid-dark) .quiz-disclaimer{font-size:12px}
:where(.hybrid-dark) .summary-box{background:#30372e}
:where(.hybrid-dark) .dialog-close{color:#eee}
:where(.hybrid-dark) .lightbox .dialog-close{background:#ed9d66;color:#17201b}
:where(.hybrid-dark) .variation-nav{position:fixed;bottom:20px;right:20px;z-index:8;display:flex;gap:5px;padding:6px;background:#ffffffed;color:#17201b;box-shadow:0 6px 30px #0002;border:1px solid #ddd}
:where(.hybrid-dark) .variation-nav a{font-size:12px;padding:8px 11px}
:where(.hybrid-dark) .variation-nav a[aria-current]{background:#17201b;color:#fff}
@media(max-width:1100px){:where(.hybrid-dark) .wrap{width:calc(100% - 64px)}
:where(.hybrid-dark) .nav{gap:18px}
:where(.hybrid-dark) .nav a{font-size:12px}
:where(.hybrid-dark) .service-card,:where(.hybrid-dark) .service-card.featured{grid-template-columns:65px 1fr 1fr;gap:22px}
:where(.hybrid-dark) .service-card button{grid-column:2 / 4}
:where(.hybrid-dark) .service-card,:where(.hybrid-dark) .service-card.featured{padding:25px 0}
:where(.hybrid-dark) .contact-panel{padding:40px}
:where(.hybrid-dark) .contact-phone{font-size:25px}
:where(.hybrid-dark) .dark-hero{min-height:660px}
:where(.hybrid-dark) .dark-hero h1{font-size:72px}
:where(.hybrid-dark) .project-image-button img{height:410px}
:where(.hybrid-dark) .project-grid article:nth-child(2) img{height:290px}
:where(.hybrid-dark) .project-grid article:nth-child(3) img{height:340px}}
@media(max-width:800px){:where(.hybrid-dark) .wrap{width:calc(100% - 40px)}
:where(.hybrid-dark) .nav a{font-size:12px}
:where(.hybrid-dark) .dark-hero h1{font-size:63px;letter-spacing:-2.5px}
:where(.hybrid-dark) .project-grid{gap:17px}
:where(.hybrid-dark) .project-meta h3{font-size:17px}
:where(.hybrid-dark) .steps{grid-template-columns:1fr 1fr}
:where(.hybrid-dark) .contact-panel{gap:32px}
:where(.hybrid-dark) .contact-panel h2{font-size:38px}
:where(.hybrid-dark) .contact-phone{font-size:22px}
:where(.hybrid-dark) .section-description{max-width:290px}}
@media(max-width:700px){:where(.hybrid-dark) .header-inner{height:82px}
:where(.hybrid-dark) .brand-name{font-size:17px}
:where(.hybrid-dark) .brand-caption{font-size:9px}
:where(.hybrid-dark) .header-contact a{font-size:12px}
:where(.hybrid-dark) .header-contact small{font-size:9px}
:where(.hybrid-dark) .nav{top:82px;background:#181b1a}
:where(.hybrid-dark) .nav a{font-size:15px}
:where(.hybrid-dark) .dark-hero{min-height:620px}
:where(.hybrid-dark) .dark-hero::before{background:linear-gradient(90deg,#101914db,#10191480),linear-gradient(0deg,#10191480,transparent)}
:where(.hybrid-dark) .dark-hero>img{object-position:59% center}
:where(.hybrid-dark) .dark-hero-content{padding:50px 0 90px}
:where(.hybrid-dark) .dark-kicker{font-size:10px;letter-spacing:1.4px;margin-bottom:25px;gap:12px}
:where(.hybrid-dark) .dark-kicker::before{width:22px}
:where(.hybrid-dark) .dark-hero h1{font-size:52px;line-height:1.08;letter-spacing:-2px}
:where(.hybrid-dark) .dark-hero p{font-size:14px;max-width:310px}
:where(.hybrid-dark) .dark-hero .hero-actions{gap:24px;align-items:flex-start;flex-direction:column}
:where(.hybrid-dark) .dark-hero .btn{font-size:14px;padding:16px 22px}
:where(.hybrid-dark) .dark-hero .hero-actions .text-link{font-size:13px}
:where(.hybrid-dark) .dark-photo-credit{right:9px;font-size:9px}
:where(.hybrid-dark) .trust-row{padding:27px 0;gap:23px}
:where(.hybrid-dark) .trust-item+.trust-item{padding-left:0}
:where(.hybrid-dark) .trust-item strong{font-size:14px}
:where(.hybrid-dark) .trust-item span{font-size:12px}
:where(.hybrid-dark) .section{padding:58px 0}
:where(.hybrid-dark) .section-head{margin-bottom:28px}
:where(.hybrid-dark) .section-description{font-size:14px}
:where(.hybrid-dark) .section-label{font-size:11px}
:where(.hybrid-dark) .project-grid{grid-template-columns:1fr;gap:27px}
:where(.hybrid-dark) .project-grid article:nth-child(2),:where(.hybrid-dark) .project-grid article:nth-child(3){padding-top:0}
:where(.hybrid-dark) .project-image-button img,:where(.hybrid-dark) .project-grid article:nth-child(2) img,:where(.hybrid-dark) .project-grid article:nth-child(3) img{height:400px}
:where(.hybrid-dark) .project-meta h3{font-size:20px}
:where(.hybrid-dark) .service-card,:where(.hybrid-dark) .service-card.featured{grid-template-columns:52px 1fr;gap:18px;min-height:0;padding:28px 0}
:where(.hybrid-dark) .service-top{align-self:start;flex-direction:column;gap:10px}
:where(.hybrid-dark) .service-card h3{font-size:23px}
:where(.hybrid-dark) .service-card p{grid-column:2;font-size:14px}
:where(.hybrid-dark) .service-card button{grid-column:2;font-size:13px}
:where(.hybrid-dark) .service-foot{margin-top:24px}
:where(.hybrid-dark) .service-foot p,:where(.hybrid-dark) .service-foot a{font-size:12px}
:where(.hybrid-dark) .process{padding:48px 0}
:where(.hybrid-dark) .steps{gap:30px 24px}
:where(.hybrid-dark) .step-number{font-size:34px}
:where(.hybrid-dark) .step h3{font-size:17px}
:where(.hybrid-dark) .step p{font-size:13px}
:where(.hybrid-dark) .faq-layout{gap:32px}
:where(.hybrid-dark) summary{font-size:14px}
:where(.hybrid-dark) .contact-panel{padding:33px 23px;gap:32px}
:where(.hybrid-dark) .contact-panel h2{font-size:36px}
:where(.hybrid-dark) .contact-panel p{font-size:14px}
:where(.hybrid-dark) .contact-phone{font-size:26px}
:where(.hybrid-dark) .contact-address{font-size:12px}
:where(.hybrid-dark) .footer-note{font-size:11px}
:where(.hybrid-dark) .footer-inner{padding-bottom:90px}
:where(.hybrid-dark) .variation-nav{bottom:12px;right:12px}
:where(.hybrid-dark) .variation-nav a{font-size:11px;padding:7px 10px}}
@media(max-width:370px){:where(.hybrid-dark) .dark-hero h1{font-size:44px}
:where(.hybrid-dark) .contact-phone{font-size:22px}
:where(.hybrid-dark) .brand-name{font-size:17px}}
.combined-header{background:#fff;border-bottom:1px solid #e2e9f2;position:relative;z-index:10}
.combined-header .header-inner{height:96px;gap:22px}
.combined-header .brand{gap:11px}
.combined-header .brand-icon{width:44px;height:48px;border-radius:12px;background:#205cde;color:#fff;padding:7px}
.combined-header .brand-name{font-size:21px;letter-spacing:-.8px;color:#162c49}
.combined-header .brand-name span{color:#205cde}
.combined-header .brand-caption{font-size:10px;letter-spacing:1.1px;color:#63748a;margin-top:5px}
.combined-header .nav{gap:23px;margin-left:auto}
.combined-header .nav a{font-size:13px;font-weight:600;white-space:nowrap;color:#42556e;transition:color .2s}
.combined-header .nav a:hover{color:#205cde}
.combined-header .header-contact{flex-shrink:0;padding-left:20px;border-left:1px solid #e2e9f2}
.combined-header .header-contact a{font-size:16px;font-weight:800;color:#162c49;white-space:nowrap}
.combined-header .header-contact small{font-size:11px;color:#63748a;margin-top:4px}
.combined-header .header-cta{min-height:46px;padding:12px 17px;gap:18px;white-space:nowrap;font-size:12px;border-radius:11px;box-shadow:none;flex-shrink:0}
.combined-header .menu-toggle{background:#f1f6ff;border-color:#dce7fa;color:#205cde;border-radius:10px}
@media(max-width:1190px){.combined-header .header-cta{display:none}.combined-header .header-inner{gap:24px}.combined-header .nav{gap:24px}}
@media(max-width:900px){.combined-header .header-inner{gap:18px}.combined-header .nav{gap:18px}.combined-header .brand-name{font-size:19px}.combined-header .header-contact{padding-left:16px}.combined-header .header-contact a{font-size:14px}}
@media(max-width:700px){.combined-header .header-inner{height:80px;gap:14px}.combined-header .brand{gap:9px}.combined-header .brand-icon{width:36px;height:40px;padding:6px;border-radius:10px}.combined-header .brand-name{font-size:18px}.combined-header .brand-caption{font-size:9px;letter-spacing:.65px;margin-top:4px}.combined-header .header-contact{margin-left:auto;border:0;padding:0}.combined-header .header-contact a{font-size:12px}.combined-header .header-contact small{font-size:9px}.combined-header .nav{top:80px;margin:0;padding:24px;background:#fff;border-bottom:1px solid #dde5ef;box-shadow:0 18px 30px #162c4912}.combined-header .nav a{font-size:15px;padding:4px 0}.combined-header .menu-toggle{width:42px;height:42px}}
@media(max-width:480px){.combined-header .header-contact{display:none}.combined-header .menu-toggle{margin-left:auto}}
.hybrid-dark{background:var(--paper);color:var(--ink)}
.hybrid-dark h1,.hybrid-dark h2,.hybrid-dark h3{font-weight:500}
.hybrid-dark .brand-name{font-weight:800}
.hybrid-dark .brand-icon{background:none;border-radius:0;padding:0}
.hybrid-dark .btn-primary{box-shadow:none}
.hybrid-dark .project-grid article{background:transparent;border:0;border-radius:0;overflow:visible}
.hybrid-dark .project-meta{padding:22px 0 0}
.hybrid-dark .project-meta>span{display:block}
.combined-selector{padding-top:5px;padding-bottom:0}
.combined-projects+.section{padding-top:80px}
.variation-nav{max-width:calc(100% - 24px);flex-wrap:wrap;justify-content:center}
@media(max-width:700px){.hybrid-dark .project-meta{padding:18px 0 0}.combined-projects+.section{padding-top:53px}.variation-nav{gap:2px;padding:5px}.variation-nav a{padding:7px 8px;font-size:10px}}
.combined-hero-shell{padding-top:24px}
.combined-hero{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;min-height:575px;border-radius:28px;background:#edf4ff;color:#162c49}
.combined-hero>img,.combined-hero-slides{position:absolute;top:0;right:0;width:74%;height:100%;z-index:-2}
.combined-hero-slides{overflow:hidden}
.combined-hero-slides img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% center;opacity:0;visibility:hidden;transition:opacity .8s ease,transform .8s ease,visibility 0s linear .8s}
.combined-hero-slides img.is-active{opacity:1;visibility:visible;transition-delay:0s;z-index:1}
.combined-hero[data-animation=slide] .combined-hero-slides img{transform:translateX(8%);transition:opacity .7s ease,transform .7s ease,visibility 0s linear .7s}
.combined-hero[data-animation=slide] .combined-hero-slides img.is-active{transform:translateX(0)}
.combined-hero[data-animation=slide] .combined-hero-slides img.is-exit{opacity:0;transform:translateX(-8%);visibility:hidden}
.combined-hero[data-animation=zoom] .combined-hero-slides img{transform:scale(1.08)}
.combined-hero[data-animation=zoom] .combined-hero-slides img.is-active{transform:scale(1);transition:opacity 1s ease,transform 6s ease,visibility 0s linear 1s}
.combined-hero>img{object-fit:cover;object-position:62% center}
.combined-hero::before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#edf4ff 0%,#edf4ff 30%,rgba(237,244,255,.96) 42%,rgba(237,244,255,.7) 54%,rgba(237,244,255,.12) 72%,transparent 85%)}
.combined-hero-content{padding:55px 48px;position:relative;width:100%}
.combined-hero-kicker{display:inline-flex;align-items:center;padding:8px 13px;background:#ffffffd9;border:1px solid #dce7fa;border-radius:9px;color:#205cde;font-size:12px;font-weight:700;letter-spacing:.4px;margin-bottom:25px}
.combined-hero h1{font-family:Manrope,"Segoe UI",sans-serif;font-size:clamp(42px,4.3vw,59px);line-height:1.13;font-weight:800;letter-spacing:-2.3px;color:#162c49;max-width:660px;margin:0 0 25px}
.combined-hero h1 em{font-family:inherit;font-size:inherit;font-style:normal;font-weight:inherit;color:#205cde}
.combined-hero-content>p{font-size:16px;line-height:1.85;color:#536b89;max-width:435px;margin:0 0 31px}
.combined-hero .hero-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap}
.combined-hero .btn-primary{min-height:55px;padding:16px 24px;border-radius:12px;color:#fff;background:#205cde;font-size:14px;font-weight:700;box-shadow:0 8px 20px #205cde20;gap:24px}
.combined-hero .btn-primary:hover{background:#1448bd}
.combined-hero .text-link{font-size:13px;color:#162c49;border-color:#9db4d3;font-weight:600;gap:16px}
.combined-hero .text-link:hover{color:#205cde;border-color:#205cde}
.combined-hero-credit{position:absolute;right:20px;bottom:18px;padding:6px 11px;border-radius:8px;background:#fffffff0;color:#52627a;font-size:11px;line-height:1.5}
.combined-hero-dots{position:absolute;right:22px;bottom:20px;z-index:2;display:flex;gap:8px}
.combined-hero-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#ffffff99;cursor:pointer;box-shadow:0 1px 4px #162c4920}
.combined-hero-dot.is-active,.combined-hero-dot:hover{background:#205cde}
.combined-hero-dot:focus-visible{outline:2px solid #205cde;outline-offset:2px}
@media(prefers-reduced-motion:reduce){.combined-hero-slides img{transition:none!important}}
@media(max-width:1100px){.combined-hero{min-height:545px}.combined-hero-content{padding:44px 35px}.combined-hero h1{font-size:48px;max-width:570px}.combined-hero-content>p{font-size:15px;max-width:390px}.combined-hero .hero-actions{gap:22px}.combined-hero::before{background:linear-gradient(90deg,#edf4ff 0%,#edf4ff 33%,rgba(237,244,255,.93) 48%,rgba(237,244,255,.3) 72%,transparent 95%)}}
@media(max-width:850px){.combined-hero h1{font-size:43px;letter-spacing:-1.8px}.combined-hero-content{padding:40px 30px}.combined-hero .hero-actions{align-items:flex-start;flex-direction:column;gap:21px}.combined-hero-content>p{font-size:14px}.combined-hero{min-height:555px}}
@media(max-width:700px){.combined-hero-shell{padding-top:16px}.combined-hero{min-height:0;display:flex;flex-direction:column;align-items:stretch;border-radius:22px}.combined-hero::before{display:none}.combined-hero-content{order:1;padding:29px 24px 30px}.combined-hero>img,.combined-hero-slides{position:relative;order:2;top:auto;right:auto;width:100%;height:290px;object-position:center 64%;z-index:0}.combined-hero-slides{flex-shrink:0}.combined-hero-slides img{object-position:center 64%}.combined-hero h1{font-size:36px;letter-spacing:-1.6px;line-height:1.16;margin-bottom:20px}.combined-hero-kicker{font-size:11px;letter-spacing:.1px;margin-bottom:22px;padding:7px 11px}.combined-hero-content>p{font-size:14px;line-height:1.85;max-width:none;margin-bottom:25px}.combined-hero-content>p br{display:none}.combined-hero .hero-actions{gap:20px}.combined-hero .btn-primary{font-size:14px;padding:15px 22px;min-height:53px}.combined-hero .text-link{font-size:13px}.combined-hero-credit{z-index:1;right:12px;bottom:12px;font-size:10px}.combined-hero-dots{right:14px;bottom:14px}}
@media(max-width:370px){.combined-hero-content{padding:25px 19px 27px}.combined-hero h1{font-size:31px;letter-spacing:-1.3px}.combined-hero>img,.combined-hero-slides{height:255px}}

