@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#071b3a;--gold:#d89a0a;--paper:#f5f6f8;--white:#fff;--muted:#66717e;--line:#dce1e7;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:"DM Sans",Arial,sans-serif;line-height:1.6}body.no-scroll{overflow:hidden}
h1,h2,h3{font-family:"Space Grotesk",Arial,sans-serif;line-height:1.04;margin:0 0 18px;letter-spacing:-.045em}h1{font-size:clamp(3rem,7vw,6.8rem);max-width:950px}h2{font-size:clamp(2.3rem,4.5vw,4.5rem)}h3{font-size:1.45rem}p{margin:0 0 18px;color:var(--muted)}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:84px;display:flex;align-items:center;justify-content:space-between}.brand img{width:145px;height:70px;object-fit:contain}.nav nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:700}.nav-cta{background:var(--ink);color:#fff;padding:11px 18px;border-radius:999px}
.hero{min-height:760px;position:relative;display:flex;align-items:center;overflow:hidden;background:var(--ink)}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,16,37,.9) 0%,rgba(3,16,37,.68) 42%,rgba(3,16,37,.18) 100%)}.hero-content{position:relative;z-index:2;padding:100px 0;color:#fff}.eyebrow{font-size:.75rem;letter-spacing:.16em;font-weight:700;margin-bottom:18px;color:var(--gold)}.hero-copy{font-size:1.2rem;max-width:700px;color:#e9edf2}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 23px;font:700 .95rem "DM Sans";cursor:pointer}.primary{background:var(--gold);color:#071b3a}.light{border:1px solid rgba(255,255,255,.75);color:#fff}.hero-contact{display:flex;gap:24px;flex-wrap:wrap;margin-top:30px;font-size:.9rem;font-weight:700}.hero-contact a{text-decoration:underline;text-underline-offset:4px}.hero-contact span{color:#dbe1e8}
.section{padding:110px 0}.intro{background:#fff}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.intro-grid p{font-size:1.08rem}.section-heading{max-width:800px;margin-bottom:50px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);padding:32px;min-height:300px;display:flex;flex-direction:column}.service-card .number{color:var(--gold);font-weight:700;letter-spacing:.1em;margin-bottom:auto}
.projects{background:#eef0f3}.project-heading{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:end}.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery-item{grid-column:span 4;height:300px;padding:0;border:0;overflow:hidden;cursor:zoom-in;background:#d8dde3}.gallery-item.large:nth-child(1),.gallery-item.large:nth-child(2){grid-column:span 6;height:500px}.gallery-item{position:relative}.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.gallery-item:hover img{transform:scale(1.035)}.gallery-caption{position:absolute;left:14px;right:14px;bottom:14px;padding:9px 11px;background:rgba(3,16,37,.82);color:#fff;font-size:.78rem;font-weight:700;text-align:left;letter-spacing:.01em;backdrop-filter:blur(5px)}
.video-section{display:grid;grid-template-columns:1.55fr .65fr;gap:35px;align-items:center;margin-top:22px}.video-wrap{background:#071b3a;padding:10px}.video-wrap video{display:block;width:100%;max-height:650px;object-fit:contain;background:#000}.video-copy h3{font-size:2rem}.video-copy p{max-width:340px}
.service-area{background:#fff}.area-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.text-link{display:inline-block;font-weight:700;text-decoration:underline;text-underline-offset:5px}.map-card{height:420px;overflow:hidden;border:1px solid var(--line);background:#e8ebee}.map-card iframe{width:100%;height:100%;border:0}
.dark-section{background:var(--ink);color:#fff;padding:110px 0}.dark-section .eyebrow{color:var(--gold)}.dark-section p{color:#b9c2ce}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px}.feature-list{border-top:1px solid #31425b}.feature-list div{display:grid;grid-template-columns:1fr 1.35fr;gap:25px;padding:23px 0;border-bottom:1px solid #31425b}.feature-list span{color:#b9c2ce}
.contact-section{padding:110px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:.9fr 1fr;gap:100px}.contact-details{display:flex;flex-direction:column;gap:9px;margin-top:32px;font-weight:700}.contact-details a{text-decoration:underline;text-underline-offset:4px}.contact-form{display:grid;gap:16px}label{font-size:.84rem;font-weight:700}input,textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--line);background:var(--paper);padding:14px 15px;font:inherit;outline:none;border-radius:4px}input:focus,textarea:focus{border-color:var(--gold)}.form-note{font-size:.78rem}.mobile-call{display:none}
.lightbox{position:fixed;inset:0;background:rgba(3,12,25,.94);z-index:100;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:min(1200px,94vw);max-height:88vh;object-fit:contain}.close-lightbox{position:absolute;right:25px;top:15px;color:#fff;background:transparent;border:0;font-size:3rem;line-height:1;cursor:pointer}
footer{background:#06142b;color:#fff;padding:30px 0}.footer{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:.82rem}.footer-brand{display:flex;align-items:center;gap:14px}.footer img{width:100px;height:50px;object-fit:contain}.footer span{color:#aeb8c4}
@media(max-width:850px){.nav{height:auto;padding:10px 0}.brand img{width:120px;height:60px}.nav nav a:not(.nav-cta){display:none}.hero{min-height:650px}.hero-content{padding:80px 0}.intro-grid,.two-col,.contact-grid,.project-heading,.area-grid,.video-section{grid-template-columns:1fr;gap:45px}.cards{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery-item,.gallery-item.large:nth-child(1),.gallery-item.large:nth-child(2){grid-column:auto;height:300px}.video-copy{order:-1}.map-card{height:360px}.mobile-call{display:block;position:fixed;bottom:14px;left:14px;right:14px;z-index:50}.mobile-call a{display:flex;justify-content:center;align-items:center;background:var(--gold);color:var(--ink);font-weight:800;padding:14px;border-radius:999px;box-shadow:0 8px 24px rgba(0,0,0,.2)}.footer{flex-direction:column;align-items:flex-start}}
@media(max-width:520px){.container{width:min(calc(100% - 32px),var(--max))}.nav-cta{padding:9px 14px}.hero{min-height:620px}.gallery{grid-template-columns:1fr}.gallery-item,.gallery-item.large:nth-child(1),.gallery-item.large:nth-child(2){height:360px}.actions .button{width:100%}.hero-contact{flex-direction:column;gap:8px}}
