@font-face{font-family:Jura;src:url('assets/jura-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}

@font-face{font-family:Manrope;src:url('assets/manrope-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}

@font-face{font-family:Manrope;src:url('assets/manrope-semibold.ttf') format('truetype');font-style:normal;font-weight:600 800;font-display:swap}

:root{--navy:#162e3c;--navy-deep:#112733;--orange:#eb6a37;--paper:#f5f5f2;--white:#fff;--muted:#bbcad1;--line:rgba(202,216,222,.23);--max:1328px}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
body{margin:0;background:var(--navy);color:var(--white);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,a,summary{-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:6px}
::selection{background:var(--orange);color:var(--navy)}
h1,h2,h3,p,figure{margin:0}
h1,h2,h3{font-weight:400}
h1,h2,h3,.brand,.cycle-ribbon,.footer-brand{font-family:Jura,Arial,sans-serif}
.container{width:min(calc(100% - 112px),var(--max));margin-inline:auto}
.section{padding-block:104px}
.skip-link{position:fixed;left:20px;top:-100px;z-index:100;background:white;color:var(--navy);padding:15px}
.skip-link:focus{top:16px}
.header{background:var(--navy);border-bottom:1px solid var(--line);position:relative;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:108px}
.brand{display:flex;gap:14px;align-items:center;font-size:17px;line-height:1.15;letter-spacing:.08em;flex-shrink:0}
.brand img{width:66px;height:66px}
.brand small{display:block;font-family:Manrope,Arial,sans-serif;font-size:12px;letter-spacing:.27em;margin-top:7px;color:var(--muted)}
.desktop-nav{display:flex;gap:28px;font-size:14px;color:#e1e8eb}
.desktop-nav a{padding:16px 0;position:relative}
.desktop-nav a::after{content:'';height:1px;background:var(--orange);position:absolute;bottom:9px;left:0;width:0;transition:width .2s}
.desktop-nav a:hover::after{width:100%}
.header-contact{border-bottom:1px solid var(--orange);padding:10px 0;font-size:14px}
.header-contact span{margin-left:22px;color:var(--orange);font-size:22px}
.mobile-nav{display:none}
.hero{padding-top:52px;overflow:hidden}
.hero-layout{display:grid;grid-template-columns:1.22fr 1fr;gap:46px;min-height:660px}
.hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;padding-top:28px}
.eyebrow{font-size:12px;letter-spacing:.17em;display:flex;gap:10px;align-items:center;color:#e0e6e9}
.small-square{height:5px;width:5px;background:var(--orange);display:inline-block}
.hero h1{font-size:clamp(42px,4.4vw,69px);line-height:1.08;letter-spacing:-.035em;margin:45px 0 26px;white-space:nowrap}
.hero h1 span{color:var(--orange);display:block}
.hero-description{font-size:19px;max-width:480px;font-weight:400;line-height:1.75;color:#d7e1e6}
.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:23px;margin-top:38px}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:18px 23px;font-size:14px;min-height:58px}
.button-orange{background:var(--orange);color:var(--navy-deep);font-weight:700;transition:background .2s}
.button-orange:hover{background:#ff864e}
.button span{font-size:22px}
.text-link{font-size:13px;border-bottom:1px solid var(--line);padding:10px 0}
.text-link:hover{border-color:var(--orange)}
.file-type{color:var(--orange);font-size:12px;margin-left:9px}
.hero-bottom{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding-block:44px 24px}
.hero-bottom span{font-size:12px;color:#b4c4cd;letter-spacing:.13em;line-height:1.7}
.hero-bottom a{display:grid;place-items:center;border:1px solid var(--line);width:42px;height:42px;font-size:22px}
.hero-visual{position:relative;overflow:hidden;min-width:0;margin-bottom:0}
.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:57% center;min-height:590px;filter:brightness(.85)}
.hero-visual::after{position:absolute;content:'';inset:35% 0 0;background:linear-gradient(transparent,rgba(7,21,29,.88));pointer-events:none}
.hero-visual figcaption{position:absolute;z-index:2;bottom:35px;left:35px;right:35px;display:grid;grid-template-columns:1fr auto;gap:12px}
.hero-visual figcaption>span{font-size:12px;letter-spacing:.2em;grid-column:1/-1;color:#c9d6de}
.hero-visual strong{font-family:Jura,Arial,sans-serif;font-size:27px;font-weight:400;line-height:1.2;letter-spacing:.025em}
.hero-visual figcaption a{border:1px solid #879ba8;align-self:end;display:grid;place-items:center;width:44px;height:44px;font-size:24px}
.image-corner{position:absolute;top:0;right:0;width:18px;height:18px;background:var(--orange)}
.cycle-ribbon{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:32px;margin-top:42px;border-block:1px solid var(--line);font-size:16px;letter-spacing:.08em;color:#d1dde4}
.cycle-ribbon i{height:4px;width:4px;background:var(--orange)}
.section-line{display:flex;justify-content:space-between;gap:25px;font-size:12px;letter-spacing:.15em;line-height:1.4;padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:54px;color:var(--muted)}
.section-line span:first-child{color:var(--orange)}
h2{font-size:clamp(34px,3.4vw,52px);line-height:1.12;letter-spacing:-.025em}
h2 span{color:var(--orange)}
.about-grid{display:grid;grid-template-columns:1fr 1.13fr;gap:90px}
.about-text p{color:#c9d5db}
.about-text .large-copy{font-size:22px;line-height:1.65;color:#eef1f3;margin-bottom:28px}
.about-text strong{font-weight:700}
.full-cycle{display:grid;grid-template-columns:1fr 1.13fr;gap:90px;border-top:1px solid var(--line);padding-top:50px;margin-top:65px}
.full-cycle h3{font-size:29px;color:var(--orange);line-height:1.2}
.full-cycle ol{list-style:none;margin:0;padding:0}
.full-cycle li{display:flex;gap:30px;border-bottom:1px solid var(--line);padding:17px 0;font-size:15px}
.full-cycle li:first-child{padding-top:0}
.full-cycle li span{font-family:Jura,Arial,sans-serif;color:var(--orange);font-size:20px}
.services-section{background:var(--navy-deep)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:50px}
.section-heading>p{font-size:15px;color:var(--muted);max-width:370px}
.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.services-grid article{position:relative;min-height:195px;padding:25px 26px 28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}
.services-grid article:hover{background:var(--navy)}
.service-index{position:absolute;right:22px;top:19px;font-size:12px;color:#90a5b0}
.services-grid h3{font-size:28px;color:var(--orange);margin:18px 0 17px;line-height:1.15}
.services-grid p{font-size:16px;color:#c2d0d7;max-width:235px}
.services-grid .wide-service{grid-column:1/-1;display:flex;align-items:center;gap:46px;min-height:124px}
.wide-service h3{margin:0}
.wide-service p{max-width:230px}
.service-end{margin-left:auto;font-size:12px;color:#94a9b3;letter-spacing:.1em;margin-right:15px;max-width:170px}
.projects-section{background:#fff;color:var(--navy)}
.projects-section .section-line,.geography-section .section-line{border-color:#cbd2d5;color:#687780}
.projects-section .section-line span:first-child,.geography-section .section-line span:first-child{color:#b83e08}
.projects-section h2 span,.geography-section h2 span{color:#ce4b13}
.projects-section .section-heading p{color:#61727b}
.projects-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:60px 36px;align-items:start}
.project{min-width:0}
.project-image{position:relative;overflow:hidden;aspect-ratio:1.6;background:var(--paper)}
.project-image>img{height:100%;width:100%;object-fit:cover;transition:transform .65s}
.project:hover .project-image>img{transform:scale(1.035)}
.project-tag{position:absolute;left:18px;bottom:18px;background:var(--navy);color:white;font-size:12px;letter-spacing:.09em;padding:7px 12px;max-width:calc(100% - 36px)}
.project-title{display:flex;gap:15px;align-items:baseline;margin-top:24px}
.project-title>span{font-family:Jura,Arial,sans-serif;color:#bc480f;font-size:15px}
.project-title h3{font-size:29px;line-height:1.1;letter-spacing:-.035em;color:#c44813}
.project>p{font-size:16px;line-height:1.7;max-width:530px;margin-top:15px;min-height:76px;color:#50626c}
.project-details{margin-top:20px;border-top:1px solid #cbd2d5;border-bottom:1px solid #cbd2d5}
.project-details summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;padding:15px 0;font-size:14px;font-weight:600}
.project-details summary::-webkit-details-marker{display:none}
.project-details summary span{font-family:Jura;font-size:25px;font-weight:400;color:#c44813;transition:transform .2s}
.project-details[open] summary span{transform:rotate(45deg)}
.details-content{padding-bottom:22px}
.details-content ul{list-style-type:square;margin:0 0 22px;padding-left:18px;font-size:15px;color:#415763}
.details-content li{margin-bottom:9px}
.details-content li::marker{color:#c44813}
.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.photo-grid img{width:100%;height:210px;object-fit:cover}
.photo-grid img:last-child:nth-child(odd){grid-column:1/-1;height:260px}
.geography-section{background:#ededed;color:var(--navy)}
.geography-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.geography-grid>div>p{font-size:21px;max-width:340px;margin-top:30px}
.geography-grid .geography-names{font-size:14px;line-height:1.9;color:#62737c;margin-block:28px}
.dark-link{border-color:#a7b3b9;font-size:14px}
.dark-link span{margin-left:18px}
.map-image{display:block}
.map-image img{width:100%;height:auto}
.principles-section{background:var(--orange);color:var(--navy-deep)}
.principles-section .section-line{border-color:rgba(17,39,51,.3);color:var(--navy-deep)}
.principles-section .section-line span:first-child{color:var(--navy-deep)}
.principles-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:75px;align-items:start}
.principles-intro h2{font-size:clamp(35px,3.6vw,54px)}
.principles-intro h2 span{color:white}
.principles-intro .large-copy{font-size:26px;font-family:Jura;margin-bottom:18px}
.principles-intro p{margin-bottom:20px;font-size:16px;line-height:1.75}
.principles-list{margin-top:50px;border-top:1px solid rgba(17,39,51,.3)}
.principles-list>div{display:grid;grid-template-columns:45px 1.05fr 1fr;gap:20px;padding-block:23px;border-bottom:1px solid rgba(17,39,51,.3);align-items:start}
.principles-list>div>span{font-family:Jura;font-size:20px}
.principles-list h3{font-size:25px;line-height:1.2}
.principles-list p{font-size:16px;line-height:1.6}
.principles-closing{font-size:20px;line-height:1.6;max-width:850px;margin-top:40px}
.trust-section .section-heading{margin-bottom:35px}
.logo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.logo-grid img{width:100%;height:142px;object-fit:contain;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:7px 28px;background:#162e3c}
.partners-heading{display:flex;justify-content:space-between;gap:80px;align-items:end;margin-top:96px;margin-bottom:35px}
.partners-heading h2{font-size:38px}
.partners-heading p{max-width:430px;color:var(--muted);font-size:15px}
.partners-grid img{height:114px;padding:9px 37px}
.contact-section{background:var(--navy-deep);padding-bottom:80px}
.contact-section h2{font-size:clamp(35px,4.6vw,70px);max-width:1060px;line-height:1.12;letter-spacing:-.015em}
.contact-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;margin-top:65px;padding-top:38px;border-top:1px solid var(--orange)}
.contact-label{display:block;color:var(--orange);font-size:12px;letter-spacing:.16em;margin-bottom:18px}
.phone{display:block;font-family:Jura;font-size:39px;letter-spacing:-.03em;line-height:1.3}
.phone:hover{color:var(--orange)}
.email{display:inline-block;font-size:17px;margin-top:15px;border-bottom:1px solid var(--line);padding-bottom:5px;overflow-wrap:anywhere}
.email span{margin-left:12px;color:var(--orange)}
.contact-grid p{font-size:17px;line-height:1.8}
.social-links{display:flex;flex-wrap:wrap;gap:22px;margin-top:22px;font-size:13px;color:var(--muted)}
.social-links a:hover{color:var(--orange)}
footer{border-top:1px solid var(--line);background:var(--navy-deep)}
.footer-inner{display:flex;justify-content:space-between;gap:25px;align-items:center;padding-block:30px;font-size:12px;color:#bacbd3}
.footer-brand{color:white;font-size:16px;line-height:1.4}
.footer-brand span{display:block;font-family:Manrope;font-size:12px;letter-spacing:.2em;color:var(--muted)}
.back-top{color:var(--orange)}

@media(min-width:1700px){.hero-layout{grid-template-columns:1.15fr 1fr}
.hero h1{font-size:74px}
}

@media(max-width:1150px){.container{width:calc(100% - 64px)}
.desktop-nav{gap:18px;font-size:13px}
.brand{font-size:14px;gap:10px}
.brand img{width:58px;height:58px}
.hero-layout{gap:28px;min-height:600px;grid-template-columns:1.12fr 1fr}
.hero h1{font-size:clamp(40px,4.8vw,58px)}
.hero-description{font-size:17px}
.hero-visual>img{min-height:550px}
.hero-actions{gap:16px}
.about-grid,.full-cycle{gap:45px}
.section{padding-block:80px}
.services-grid article{padding-inline:20px}
.services-grid h3{font-size:24px}
.services-grid p{font-size:16px}
.project-title h3{font-size:25px}
.logo-grid img{padding-inline:20px}
.partners-grid img{padding-inline:26px}
.principles-intro{gap:45px}
.principles-list h3{font-size:22px}
.contact-grid{gap:40px}
.phone{font-size:34px}
.email{font-size:15px}
}

@media(max-width:850px){.header-inner{min-height:90px}
.desktop-nav{display:none}
.header-contact{margin-left:auto}
.mobile-nav{display:block;position:relative}
.mobile-nav>summary{list-style:none;width:32px;min-height:44px;display:flex;flex-direction:column;justify-content:center;gap:7px;cursor:pointer}
.mobile-nav>summary::-webkit-details-marker{display:none}
.mobile-nav>summary span{display:block;height:1px;width:28px;background:white}
.mobile-nav[open]>summary span:first-child{transform:translateY(4px) rotate(45deg)}
.mobile-nav[open]>summary span:last-child{transform:translateY(-4px) rotate(-45deg)}
.mobile-nav nav{position:absolute;right:0;top:55px;background:var(--navy-deep);padding:20px;min-width:240px;border:1px solid var(--line);box-shadow:0 20px 50px #0005}
.mobile-nav nav a{display:block;padding:10px;font-size:16px}
.hero{padding-top:30px}
.hero-layout{grid-template-columns:1fr;gap:20px;min-height:auto}
.hero-copy{padding-top:10px}
.hero h1{font-size:clamp(40px,7.5vw,64px);margin-top:30px;white-space:normal}
.hero h1 span{white-space:nowrap}
.hero-description{max-width:510px}
.hero-actions{margin-top:28px}
.hero-bottom{padding:30px 0 8px}
.hero-visual{height:460px}
.hero-visual>img{min-height:0;object-position:center 40%}
.hero-visual figcaption{bottom:25px;left:25px;right:25px}
.cycle-ribbon{margin-top:28px;font-size:12px;gap:12px;padding-block:25px}
.section-line{font-size:12px;margin-bottom:40px}
.section-line>span:last-child{max-width:230px;text-align:right}
.about-grid{grid-template-columns:1fr;gap:35px}
.about-grid h2 br:nth-of-type(2){display:none}
.about-text .large-copy{font-size:20px}
.full-cycle{grid-template-columns:.6fr 1fr;gap:25px;margin-top:45px}
.full-cycle h3{font-size:23px}
.full-cycle li{font-size:14px;gap:18px}
.section-heading{gap:25px}
.section-heading>p{font-size:13px}
.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.services-grid .wide-service{gap:25px;flex-wrap:wrap}
.service-end{display:none}
.projects-grid{gap:45px 24px}
.project-image{aspect-ratio:1.3}
.project-title h3{font-size:23px}
.project-tag{font-size:12px;left:12px;bottom:12px;padding:6px 8px;letter-spacing:.02em}
.project>p{font-size:16px;min-height:96px}
.photo-grid{grid-template-columns:1fr}
.photo-grid img,.photo-grid img:last-child:nth-child(odd){height:230px}
.geography-grid{gap:25px}
.geography-grid>div>p{font-size:17px}
.geography-grid .geography-names{font-size:13px}
.principles-intro{grid-template-columns:1fr;gap:25px}
.principles-intro h2 br:first-child{display:none}
.principles-list>div{grid-template-columns:30px 1fr 1fr;gap:15px}
.principles-list h3{font-size:20px}
.principles-list p{font-size:16px}
.logo-grid img{height:110px;padding-inline:12px}
.partners-grid img{height:94px}
.partners-heading{margin-top:70px;gap:30px}
.partners-heading h2{font-size:30px}
.partners-heading p{font-size:13px}
.contact-grid{grid-template-columns:1fr;gap:40px}
.footer-inner{flex-wrap:wrap}
.footer-brand{margin-right:auto}
}

@media(max-width:560px){.container{width:calc(100% - 40px)}
.header-inner{min-height:84px;gap:16px}
.brand{font-size:12px}
.brand img{width:53px;height:53px}
.brand small{font-size:12px}
.header-contact{display:none}
.mobile-nav{margin-left:auto}
.hero-copy{padding-top:3px}
.eyebrow{font-size:12px;letter-spacing:.1em}
.hero h1{font-size:clamp(31px,7.8vw,44px);margin-top:28px;line-height:1.17;letter-spacing:-.045em}
.hero h1 span{white-space:normal;overflow-wrap:normal}
.hero-description{font-size:16px;line-height:1.75;max-width:350px}
.hero-actions{align-items:flex-start;gap:16px;flex-direction:column}
.button{font-size:14px;padding:15px 18px;min-height:53px;gap:24px}
.text-link{font-size:13px}
.hero-bottom{padding-top:24px}
.hero-visual{height:365px}
.hero-visual strong{font-size:26px}
.hero-visual figcaption>span{font-size:12px}
.cycle-ribbon{flex-wrap:wrap;display:grid;grid-template-columns:1fr 1fr;row-gap:16px;margin-top:25px;font-size:13px}
.cycle-ribbon i{display:none}
.cycle-ribbon span::before{content:'▪';color:var(--orange);margin-right:9px}
.section{padding-block:60px}
.section-line{margin-bottom:32px;padding-bottom:20px;font-size:12px;letter-spacing:.08em}
.section-line>span:last-child{display:none}
h2{font-size:34px}
.about-grid{gap:27px}
.about-text .large-copy{font-size:18px;margin-bottom:23px}
.about-text p{font-size:16px}
.full-cycle{grid-template-columns:1fr;gap:25px;margin-top:35px;padding-top:30px}
.full-cycle h3 br{display:none}
.full-cycle h3{font-size:24px}
.full-cycle li{font-size:15px;gap:20px}
.section-heading{display:block;margin-bottom:32px}
.section-heading>p{margin-top:22px;font-size:14px}
.services-grid{grid-template-columns:1fr 1fr}
.services-grid article{padding:23px 16px;min-height:188px}
.services-grid h3{font-size:24px;margin-top:24px;overflow-wrap:anywhere}
.services-grid p{font-size:16px}
.service-index{right:14px;top:14px}
.services-grid .wide-service{display:block;min-height:155px}
.wide-service h3{margin-top:9px}
.wide-service p{max-width:none;margin-top:16px}
.projects-grid{grid-template-columns:1fr;gap:42px}
.project-image{aspect-ratio:1.45}
.project-tag{font-size:12px;left:14px;bottom:14px;padding:7px 10px}
.project-title{margin-top:21px;gap:12px}
.project-title h3{font-size:28px}
.project>p{font-size:16px;min-height:0;margin-top:12px}
.project-details{margin-top:19px}
.details-content ul{font-size:15px}
.photo-grid{grid-template-columns:1fr 1fr}
.photo-grid img{height:180px}
.photo-grid img:last-child:nth-child(odd){height:220px}
.geography-grid{grid-template-columns:1fr;gap:35px}
.geography-grid h2 br{display:none}
.geography-grid h2 br::after{content:' '}
.geography-grid h2 span{display:block}
.geography-grid>div>p{font-size:18px;max-width:none;margin-top:22px}
.geography-grid .geography-names{font-size:14px;margin-block:20px}
.map-image{margin-inline:-8px}
.principles-intro h2{font-size:34px}
.principles-intro .large-copy{font-size:25px}
.principles-intro p{font-size:16px}
.principles-list{margin-top:22px}
.principles-list>div{grid-template-columns:27px 1fr;gap:9px 13px;padding-block:22px}
.principles-list h3{font-size:22px}
.principles-list p{grid-column:2;font-size:15px}
.principles-closing{font-size:17px;margin-top:27px}
.logo-grid{grid-template-columns:1fr 1fr}
.logo-grid img{height:113px;padding-inline:8px}
.partners-grid img{height:91px;padding-inline:12px}
.partners-heading{display:block;margin-top:55px}
.partners-heading h2{font-size:32px}
.partners-heading p{margin-top:20px;font-size:14px}
.contact-section h2{font-size:clamp(29px,7.8vw,43px)}
.contact-grid{margin-top:35px;padding-top:28px;gap:35px}
.phone{font-size:34px}
.email{font-size:14px}
.contact-grid p{font-size:16px}
.social-links{font-size:14px;gap:18px}
.footer-inner{gap:24px;font-size:12px;padding-block:27px}
.footer-brand{width:100%;font-size:16px}
.back-top{margin-left:auto}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*,*::before,*::after{transition:none!important}
}

/* Keep original logo-tile backgrounds seamless and narrow-screen type readable. */
.hero-copy,.about-text,.principles-intro>div,.contact-grid>div{min-width:0}

.geography-grid h2 br{display:block}

@media(max-width:560px){.hero h1{font-size:clamp(29px,7.8vw,44px)}
.eyebrow{font-size:12px;letter-spacing:.02em}
.brand small{letter-spacing:.15em}
.geography-grid h2 br{display:block}
.mobile-nav>summary{width:44px;align-items:center}
.phone{font-size:clamp(28px,8.5vw,34px)}
.project-title h3{overflow-wrap:anywhere}
}
