: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 img{height:52px;display:block}
.nav a{color:var(--blue);font-weight:750;text-decoration:none}
.hero{background-image:linear-gradient(115deg,rgba(0,61,130,.96) 0%,rgba(7,87,157,.86) 62%,rgba(12,139,208,.70) 100%),url("images/hero-yacht-pier.png");background-position:center;background-size:cover;background-attachment:fixed;color:#fff;padding:72px 0}
.wavebreaker-hero{background-image:linear-gradient(115deg,rgba(0,24,48,.96) 0%,rgba(0,61,130,.84) 58%,rgba(7,87,157,.62) 100%),url("images/cp-source/pdf-101/image-5.jpg")}
.eyebrow{color:#ffdb72;font-size:13px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}
.hero h1{font-size:clamp(38px,5vw,62px);line-height:1.04;margin:10px 0 18px}
.hero p{font-size:18px;max-width:620px}
.hero img{display:block;width:100%;max-height:370px;object-fit:contain;filter:drop-shadow(0 24px 32px rgba(0,28,55,.25));animation:simplas-float 6s ease-in-out infinite}
.button{display:inline-block;background:var(--orange);border-radius:10px;color:#18212a;font-weight:850;padding:15px 23px;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:65px 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 16px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{background:rgba(255,255,255,.86);backdrop-filter:blur(7px);border:1px solid rgba(201,217,230,.82);border-radius:14px;padding:22px;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 10px}
.muted{background:rgba(245,250,252,.78)}
.specs{border-collapse:collapse;width:100%;background:rgba(255,255,255,.90);backdrop-filter:blur(7px)}
.specs th,.specs td{border:1px solid var(--line);padding:14px;text-align:left;vertical-align:top}
.specs th{background:#eaf4f9;color:var(--deep)}
.price{color:var(--blue);font-size:32px;font-weight:850;margin:8px 0}
.note{color:#536c7a;font-size:14px}
footer{background:#031c2e;color:#d3e5ee;padding:34px 0}
footer a{color:#fff}
.hero-grid>*,section .wrap>*{animation:simplas-rise .72s ease both}
@keyframes simplas-rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}
@keyframes simplas-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@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:760px){.wrap{padding:0 18px}body>header.wrap .nav{padding-left:18px;padding-right:18px}.nav{align-items:flex-start;flex-direction:column}body,.hero{background-attachment:scroll}.hero{padding:52px 0}.hero-grid,.grid{grid-template-columns:1fr}.hero img{max-height:290px}.specs{display:block;overflow-x:auto}section{padding:48px 0}}
