:root{--ink:#102127;--muted:#5d6b70;--blue:#00a9e8;--green:#61c454;--paper:#f5f8f7;--white:#fff;--radius:22px;--shadow:0 18px 60px rgba(7,38,49,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,74px);background:rgba(255,255,255,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid #e7eeee;backdrop-filter:blur(12px)}.brand img{width:158px;height:auto}.site-header nav{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:650}.site-header nav a{padding:10px 0}.site-header nav a:hover,.site-header nav [aria-current=page]{color:var(--blue)}.nav-cta{background:var(--ink);color:white!important;padding:10px 18px!important;border-radius:999px}.menu-button{display:none;border:0;background:var(--ink);color:white;border-radius:999px;padding:10px 17px;font-weight:700}.hero-home{min-height:calc(100vh - 86px);position:relative;display:grid;align-items:center;color:white;overflow:hidden}.hero-home video,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(4,25,34,.86),rgba(4,25,34,.38) 62%,rgba(4,25,34,.12))}.hero-content{position:relative;z-index:2;width:min(760px,90%);margin-left:clamp(24px,8vw,130px);padding:70px 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:12px;color:#8ae4ff}.eyebrow.dark{color:var(--blue)}h1,h2,h3{line-height:1.08;margin:0 0 20px;letter-spacing:-.035em}.hero h1{font-size:clamp(48px,7vw,92px);max-width:830px}.hero p{font-size:clamp(17px,2vw,22px);max-width:700px;color:#e7f3f5}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,var(--blue),#007ab7);color:white;font-weight:800;box-shadow:0 10px 30px rgba(0,169,232,.25)}.button-ghost{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.55);box-shadow:none}.button.light{background:white;color:var(--ink);box-shadow:none}.section{padding:100px clamp(24px,8vw,130px)}.intro{max-width:1100px}.intro h2{font-size:clamp(38px,5vw,68px);margin-top:14px}.intro p{font-size:20px;color:var(--muted);max-width:850px}.service-grid{padding:0 clamp(24px,5vw,80px) 110px;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.service-card{min-height:410px;border-radius:var(--radius);overflow:hidden;position:relative;background:#dce5e6;box-shadow:var(--shadow)}.service-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(3,25,33,.9))}.service-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.service-card:hover img{transform:scale(1.05)}.service-card span{position:absolute;z-index:2;left:22px;right:22px;bottom:22px;color:white;font-size:22px;font-weight:850;line-height:1.1}.cta{margin:0 clamp(24px,5vw,80px) 100px;padding:64px clamp(28px,5vw,70px);background:linear-gradient(135deg,#063547,#00a9e8);border-radius:30px;color:white;display:flex;justify-content:space-between;gap:30px;align-items:center}.cta h2{font-size:clamp(34px,4vw,58px);max-width:760px;margin-top:12px}.cta.compact{margin-top:80px}.page-hero{min-height:540px;background:var(--paper);display:grid;grid-template-columns:1.08fr .92fr;align-items:stretch}.page-hero>div{padding:100px clamp(24px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.page-hero h1{font-size:clamp(46px,6vw,78px);margin:16px 0 22px}.page-hero p{font-size:19px;color:var(--muted);max-width:650px}.page-hero img{width:100%;height:100%;object-fit:cover;min-height:440px}.crumb{font-size:13px;text-transform:uppercase;letter-spacing:.16em;font-weight:800;color:var(--blue)}.article{max-width:900px;margin:auto;padding:95px 24px 40px}.article h2{font-size:clamp(28px,4vw,44px);margin:58px 0 18px}.article p{font-size:18px;color:#43545a;margin:0 0 22px}.article h2:first-child{margin-top:0}.gallery{padding:30px clamp(24px,5vw,80px) 80px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{width:100%;height:300px;object-fit:cover;border-radius:18px;background:var(--paper)}footer{background:#071f29;color:#c9dadd;padding:70px clamp(24px,6vw,90px) 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}footer>div{display:flex;flex-direction:column;gap:10px}footer strong{color:white;margin-bottom:6px}.footer-brand img{width:170px;margin-bottom:12px}.footer-brand p{max-width:380px}.copyright{grid-column:1/-1;border-top:1px solid #29414a;padding-top:22px;margin:20px 0 0;font-size:13px}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,1fr)}.service-card{min-height:360px}.page-hero{grid-template-columns:1fr}.page-hero img{max-height:520px}.gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){.site-header{height:74px}.brand img{width:132px}.menu-button{display:block}.site-header nav{display:none;position:absolute;left:16px;right:16px;top:66px;background:white;border-radius:18px;padding:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:2px}.site-header nav.open{display:flex}.site-header nav a{padding:10px 12px}.hero-home{min-height:720px}.hero-content{margin:0;padding:80px 24px}.service-grid{grid-template-columns:1fr;padding-left:24px;padding-right:24px}.service-card{min-height:330px}.cta{flex-direction:column;align-items:flex-start}.page-hero>div{padding:70px 24px}.article{padding-top:65px}.gallery{grid-template-columns:1fr}.gallery img{height:260px}footer{grid-template-columns:1fr;gap:30px}.copyright{grid-column:auto}}
