:root{--blue:#0077cc;--deep:#003d82;--orange:#fdb515;--pale:#f5fafc;--text:#243746;--line:#c9d9e6}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55;background:linear-gradient(rgba(0,35,72,.50),rgba(0,35,72,.50)),url("images/hero-yacht-pier.png") center/cover fixed no-repeat;overflow-x:hidden}
.wrap{max-width:1120px;margin:auto;padding:0 24px}
body>header.wrap{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);max-width:none;padding:0}
body>header.wrap .nav{margin:auto;max-width:1120px;padding-left:24px;padding-right:24px}
.nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:18px}
.logo{display:inline-flex;text-decoration:none}
.logo img{display:block;height:52px;width:auto}
.nav a:not(.logo){color:var(--blue);font-weight:700;text-decoration:none}
.hero{background-blend-mode:normal;background-color:#003d82;background-position:center;background-size:cover;background-attachment:fixed;color:#fff;display:flex;align-items:center;min-height:780px;padding:82px 0 76px}
.eyebrow{color:#ffdb72;font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:13px}
.hero h1{font-size:clamp(38px,5vw,62px);line-height:1.05;max-width:760px;margin:10px 0 20px}
.hero p{max-width:650px;font-size:19px;margin:0 0 27px}
.button{display:inline-block;background:var(--orange);color:#16212b;font-weight:850;padding:14px 23px;border-radius:10px;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}
.button:hover{background:#ffc840;box-shadow:0 12px 28px rgba(0,61,130,.18);transform:translateY(-2px)}
section{padding:70px 0;background:rgba(255,255,255,.88);backdrop-filter:blur(6px);border-top:1px solid rgba(201,217,230,.58)}
h2{color:var(--deep);font-size:34px;line-height:1.15;margin:0 0 18px}
.lead{font-size:18px;max-width:760px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.card{border:1px solid rgba(201,217,230,.82);border-radius:14px;padding:23px;background:rgba(255,255,255,.86);backdrop-filter:blur(7px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.card:hover{border-color:rgba(0,119,204,.42);box-shadow:0 18px 40px rgba(0,61,130,.12);transform:translateY(-4px)}
.card h3{color:var(--deep);margin:0 0 8px}
.card p{margin:0}
.muted{background:rgba(245,250,252,.78)}
.cta{background:rgba(0,61,130,.88);color:#fff;text-align:center}
.cta h2{color:#fff}
.cta p{font-size:18px;max-width:650px;margin:0 auto 24px}
footer{background:#031c2e;color:#d3e5ee;padding:34px 0}
.foot{display:flex;justify-content:space-between;gap:20px}
footer a{color:#fff}
.hero .wrap>*,section .wrap>*{animation:simplas-rise .72s ease both}
@keyframes simplas-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;scroll-behavior:auto!important;transition:none!important}}
.product-link{display:block;height:100%;text-decoration:none;color:inherit}
.direction-thumb{display:block;width:100%;height:170px;object-fit:cover;background:#edf5f9;border-radius:10px;margin-bottom:16px}
.direction-thumb.contain{object-fit:contain;padding:14px}
.direction-body h3{margin-top:0}
.other-directions .lead{margin-bottom:24px}
@media(max-width:768px){.wrap{padding:0 18px}body>header.wrap .nav{padding-left:18px;padding-right:18px}.nav{align-items:flex-start;flex-direction:column}.logo img{height:46px}body,.hero{background-attachment:scroll}.hero{min-height:600px;padding:58px 0}.grid{grid-template-columns:1fr}section{padding:48px 0}.foot{flex-direction:column}}
