
:root{--navy:#061b31;--navy2:#0a3154;--silver:#d7dde3;--light:#f3f5f7;--text:#17212b;--muted:#6b7784}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.55;background:white}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}a{color:inherit}
header{position:sticky;top:0;z-index:50;background:rgba(6,27,49,.97);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:92px;display:flex;justify-content:space-between;align-items:center;gap:30px}.brand img{height:70px;width:auto;display:block;border-radius:4px}.nav nav{display:flex;gap:30px;align-items:center}.nav nav a{color:#e6ebef;text-decoration:none;font-weight:700}.contactlink{border:1px solid #71869a;padding:10px 17px;border-radius:5px}
.hero{position:relative;min-height:720px;color:white;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,20,35,.95) 0%,rgba(4,27,47,.82) 46%,rgba(4,27,47,.28) 72%,rgba(4,27,47,.05) 100%),url('../images/showroom.jpg') center/cover no-repeat}.hero-content{position:relative;z-index:2;min-height:720px;display:flex;align-items:center}.hero-copy{max-width:760px}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.2em;color:#a8c0d6;margin-bottom:16px}.eyebrow.dark{color:#4e6e8c}h1,h2,h3{line-height:1.08;margin-top:0}h1{font-size:clamp(52px,6vw,84px);letter-spacing:-.04em;margin-bottom:24px}h1 span{color:#c8d2dc}.hero p{font-size:21px;max-width:720px;color:#d8e0e7}.buttons{display:flex;gap:14px;margin-top:32px}.btn{display:inline-block;text-decoration:none;font-weight:900;padding:15px 22px;border-radius:6px}.primary{background:#d9dfe5;color:#061b31}.ghost{border:1px solid #7890a5;color:white}.white{background:white;color:#061b31}
.section{padding:100px 0}.light{background:var(--light)}.section-head{max-width:850px;margin-bottom:44px}.section h2,.dealer h2{font-size:clamp(36px,4vw,55px);letter-spacing:-.035em;color:#061b31;margin-bottom:18px}.section-head p,.split p,.contact-grid p{font-size:18px;color:var(--muted)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.photo-card{background:white;border-radius:12px;overflow:hidden;border:1px solid #dfe4e8;box-shadow:0 12px 35px rgba(7,28,47,.08)}.photo-card img{width:100%;height:260px;object-fit:cover;display:block}.photo-card div{padding:24px}.photo-card h3{font-size:25px;color:#09243e}.photo-card p{color:#697682;margin-bottom:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.side-image{width:100%;height:450px;object-fit:cover;border-radius:14px;box-shadow:0 22px 55px rgba(6,27,49,.18)}
.dealer{padding:75px 0;background:linear-gradient(120deg,#061b31,#0d3a60);color:white}.dealer-box{display:flex;justify-content:space-between;align-items:center;gap:40px}.dealer h2{color:white;margin-bottom:12px}.dealer p{font-size:18px;color:#c8d4de;max-width:700px}
.contact-grid{display:grid;grid-template-columns:1fr 420px;gap:70px}.contact-card{background:white;padding:30px;border-radius:12px;border:1px solid #dde3e8}.contact-card img{width:220px;max-width:100%;display:block;margin-bottom:20px}.contact-card a{color:#123e61}
footer{background:#041421;color:#b8c4ce;padding:30px 0;font-size:13px}
@media(max-width:900px){.nav nav a:not(.contactlink){display:none}.product-grid,.split,.contact-grid{grid-template-columns:1fr}.dealer-box{flex-direction:column;align-items:flex-start}.hero,.hero-content{min-height:650px}.side-image{height:360px}}
@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}.brand img{height:56px}.nav{height:76px}.hero,.hero-content{min-height:590px}.buttons{flex-direction:column}.buttons .btn{text-align:center}.section{padding:72px 0}.photo-card img{height:230px}}
