
:root{--ink:#07182d;--navy:#0b2f59;--red:#b51f2d;--paper:#f5f6f7;--muted:#687381}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#152033;background:#fff}a{text-decoration:none;color:inherit}.wrap{width:min(1320px,calc(100% - 42px));margin:auto}
.top{background:var(--ink);color:#fff;font-size:13px}.top .wrap{height:36px;display:flex;align-items:center;justify-content:space-between}
header{background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #e6e9ed;box-shadow:0 4px 16px rgba(7,24,45,.04)}
.nav{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center}.brand img{display:block;width:410px;max-width:34vw;height:76px;object-fit:contain;object-position:left center}
.links{display:flex;gap:23px;align-items:center;font-size:13px;font-weight:900}.links a{padding:31px 0;border-bottom:3px solid transparent}.links a:hover,.links a.active{color:var(--red);border-color:var(--red)}.links .cta{background:var(--red);color:#fff;padding:15px 19px;border-radius:3px;border:0}
.hero{height:680px;position:relative;display:flex;align-items:center;color:#fff;background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,35,.94),rgba(3,18,35,.68) 48%,rgba(3,18,35,.18))}
.hero .wrap{position:relative;z-index:2}.hero-copy{max-width:760px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:900;text-transform:uppercase}.eyebrow:before{content:"";display:inline-block;width:45px;height:3px;background:var(--red);margin-right:12px;vertical-align:middle}
h1{font-size:clamp(48px,6vw,86px);line-height:.98;letter-spacing:-3px;margin:23px 0}.hero p{font-size:20px;line-height:1.6;color:#e8edf3;max-width:650px}.actions{display:flex;gap:13px;margin-top:30px}.btn{display:inline-block;padding:16px 22px;font-weight:900;border-radius:3px}.btn.red{background:var(--red);color:#fff}.btn.line{border:1px solid #fff;color:#fff}
.pagehero{background:var(--ink);color:#fff;padding:72px 0}.pagehero h1{font-size:clamp(44px,5vw,68px);margin:8px 0}.pagehero p{max-width:720px;color:#d9e0e7;font-size:18px;line-height:1.65}
section{padding:86px 0}.sectionhead{display:flex;align-items:end;justify-content:space-between;gap:35px;margin-bottom:38px}.kicker{color:var(--red);font-weight:950;letter-spacing:2px;font-size:12px;text-transform:uppercase}h2{font-size:clamp(38px,4vw,56px);line-height:1.05;color:var(--ink);letter-spacing:-1.5px;margin:9px 0 0}.sectionhead p{max-width:600px;color:var(--muted);font-size:17px;line-height:1.65}
.services{background:var(--paper)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;box-shadow:0 12px 35px rgba(7,24,45,.07);overflow:hidden;border:1px solid #e8ebef}.card img{width:100%;height:270px;object-fit:cover}.cardbody{padding:25px}.card h3{font-size:24px;color:var(--navy);margin:0 0 10px}.card p{color:var(--muted);line-height:1.55;margin:0}
.feature{background:var(--ink);color:#fff}.feature h2{color:#fff}.featuregrid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.featuregrid img{width:100%;height:500px;object-fit:cover}.featuretext{padding:40px;border:1px solid rgba(255,255,255,.14);display:flex;flex-direction:column;justify-content:center}.featuretext h3{font-size:35px;margin:0 0 16px}.featuretext p{color:#cbd4de;line-height:1.7;font-size:17px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gallery figure{margin:0;overflow:hidden;background:#eef1f4}.gallery img{width:100%;height:290px;object-fit:cover;display:block;transition:.25s}.gallery figure:hover img{transform:scale(1.02)}.gallery figure:nth-child(1),.gallery figure:nth-child(7){grid-column:span 2}
.contact{background:var(--red);color:#fff;padding:42px 0}.contact .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px}.contact strong{font-size:28px}.contact .btn{background:#fff;color:var(--ink)}
.formgrid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contactbox{background:var(--ink);color:#fff;padding:38px}.contactbox h3{font-size:32px;margin-top:0}.contactbox p{line-height:1.8;color:#d6dee7}.form{display:grid;gap:14px;padding:30px;border:1px solid #e2e6eb;background:#fff;box-shadow:0 12px 35px rgba(7,24,45,.07)}.form label{font-size:13px;font-weight:800;color:var(--navy)}.form input,.form textarea{width:100%;padding:14px 15px;border:1px solid #ccd3da;border-radius:2px;font:inherit}.form textarea{resize:vertical}.hint{font-size:12px;color:var(--muted);line-height:1.5}
.notice{padding:16px 18px;border-left:4px solid var(--red);background:#f8f9fa;color:#334155;margin:18px 0}
footer{background:#041426;color:#c7d0da;padding:30px 0}.foot{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;align-items:flex-end}.owner{display:block;text-align:right;color:var(--red);font-size:12px;font-weight:900;margin-top:8px}
@media(max-width:1050px){.brand img{width:330px;max-width:44vw}.links{gap:15px;font-size:12px}}
@media(max-width:900px){.links{display:none}.brand img{width:330px;max-width:80vw}.top span:last-child{display:none}.hero{height:610px}.grid3,.featuregrid,.gallery,.formgrid{grid-template-columns:1fr}.gallery figure:nth-child(1),.gallery figure:nth-child(7){grid-column:auto}.sectionhead{display:block}.sectionhead p{margin-top:18px}.contact .wrap{display:block}.contact .btn{margin-top:18px}.gallery img{height:260px}.nav{min-height:92px}}
