.hero { padding: 30px 0 20px; }
.hero-home { min-height: calc(86vh - 76px); display: flex; align-items: center; }
.hero-card {
  position: relative; display: grid; min-height: 540px; overflow: hidden; color: #fff;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); background:
  linear-gradient(110deg, rgba(23, 27, 58, .98) 0%, rgba(23, 27, 58, .88) 44%, rgba(36, 43, 86, .7) 100%),
  linear-gradient(135deg, #22304a, #567078); border-radius: 28px; box-shadow: var(--shadow);
}
.hero-copy { position: relative; z-index: 2; padding: 64px 58px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 255, 255, .76); font-size: 11px;
  font-weight: 700; letter-spacing: 1.8px; margin-bottom: 20px; text-transform: uppercase;
}
.eyebrow:before { width: 34px; height: 1px; background: rgba(255, 255, 255, .45); content: ""; }
.hero-copy p { max-width: 680px; color: rgba(255, 255, 255, .84); font-size: 17px; line-height: 1.65; margin: 0 0 30px; }
.hero-visual { position: relative; min-height: 100%; }
.hero-visual:before {
  position: absolute; inset: 0; background:
  radial-gradient(circle at 72% 26%, rgba(255, 255, 255, .17), transparent 0 18%, transparent 19%),
  radial-gradient(circle at 72% 26%, transparent 0 31%, rgba(255, 255, 255, .08) 32%, transparent 33%),
  linear-gradient(145deg, transparent 10%, rgba(182, 146, 88, .28) 100%); content: "";
}
.boat-mark {
  position: absolute; right: 36px; bottom: 48px; width: 78%; aspect-ratio: 1.5 / 1; border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 26px; background: linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .03)),
  linear-gradient(135deg, #22304a, #567078);
  box-shadow: 0 28px 50px rgba(0, 0, 0, .18);
}
.photo-label { position: absolute; left: 14px; bottom: 14px; padding: 7px 10px; border-radius: 8px; background: rgba(23, 27, 58, .8); color: #fff; font-size: 11px; font-weight: 700; }
.intro-section { background: #fff; }
.narrow-content { max-width: 820px; margin: 0 auto; text-align: center; }
.narrow-content h2 { font-size: 42px; }
.narrow-content .lead { max-width: 650px; margin: 22px auto 0; }
.yachtbouw-section { background: #f3f6f5; }
.feature-grid { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 520px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .06); }
.feature-visual { min-height: 420px; background: linear-gradient(135deg, rgba(23, 27, 58, .18), rgba(182, 146, 88, .1)), linear-gradient(145deg, #b9c7c8, #5b7078 58%, #242b56); }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }
.feature-copy h2 { font-size: 45px; }
.feature-copy .lead { margin-bottom: 28px; }
.services-section { background: #fff; }
.service-grid-home .service { min-height: 220px; }
.projects-section { background: #f3f6f5; }
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-head-row .text-link { margin-bottom: 16px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.project-card { overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 18px; background: #fff; }
.project-card-link { display: block; height: 100%; }
.project-visual { min-height: 245px; background: linear-gradient(135deg, #9eafb1, #242b56); background-position: center; background-size: cover; }
.project-breakwater { background: linear-gradient(135deg, rgba(23, 27, 58, .12), rgba(182, 146, 88, .2)), linear-gradient(145deg, #c9d5d5, #526b73); }
.project-brookboat { background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(255, 255, 255, .08)), linear-gradient(145deg, #aebfc0, #687d80); }
.project-aquarius { background: linear-gradient(135deg, rgba(36, 43, 86, .18), rgba(182, 146, 88, .2)), linear-gradient(145deg, #8da5aa, #242b56); }
.project-copy { padding: 22px 24px 25px; }
.project-category { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.project-copy h3 { color: var(--navy); font-size: 25px; margin: 9px 0 6px; }
.project-copy p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.electric-section { padding-top: 20px; background: #f3f6f5; }
.electric-block { position: relative; min-height: 360px; overflow: hidden; border-radius: 24px; background: var(--navy); color: #fff; }
.electric-copy { position: relative; z-index: 1; max-width: 620px; padding: 58px; }
.electric-copy h2 { color: #fff; font-size: 42px; }
.electric-copy p { max-width: 550px; color: rgba(255, 255, 255, .78); line-height: 1.7; margin: 0 0 28px; }
.technical-mark { position: absolute; right: 9%; top: 50%; width: 250px; height: 180px; transform: translateY(-50%) rotate(-18deg); border: 1px solid rgba(182, 146, 88, .45); border-radius: 50%; opacity: .8; }
.technical-mark:before, .technical-mark:after { position: absolute; inset: 22px; border: 1px solid rgba(255, 255, 255, .17); border-radius: 50%; content: ""; }
.technical-mark:after { inset: 48px; border-color: rgba(182, 146, 88, .4); }
.technical-mark span { position: absolute; left: 50%; top: 50%; width: 1px; height: 100%; background: rgba(255, 255, 255, .12); transform-origin: center; }
.technical-mark span:nth-child(1) { transform: translate(-50%, -50%) rotate(60deg); }
.technical-mark span:nth-child(2) { transform: translate(-50%, -50%) rotate(120deg); }
.technical-mark span:nth-child(3) { transform: translate(-50%, -50%) rotate(90deg); }
.yard-section { background: #fff; }
.yard-copy .btn-light { align-self: flex-start; margin-top: 12px; }
.contact-cta { background: #f3f6f5; border-top: 1px solid rgba(23, 27, 58, .07); }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 0 8px; }
.cta-content h2 { margin-bottom: 9px; }
.cta-content .lead { max-width: 620px; }
.page-hero { padding: 58px 0 44px; }
.page-hero-card { max-width: 840px; padding: 52px 58px; border-radius: 28px; background: var(--navy); box-shadow: var(--shadow); color: #fff; }
.page-hero h1 { margin-bottom: 16px; }
.page-hero p { max-width: 650px; color: rgba(255, 255, 255, .82); font-size: 17px; line-height: 1.65; margin: 0; }
.placeholder-section { min-height: 280px; padding: 44px; border: 1px solid rgba(23, 27, 58, .1); border-radius: var(--radius); background: rgba(255, 255, 255, .72); }
.placeholder-section h2 { font-size: 30px; }
.yard { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.yard-photo { min-height: 360px; border: 1px solid rgba(23, 27, 58, .08); border-radius: 20px; background: linear-gradient(120deg, rgba(23, 27, 58, .14), rgba(23, 27, 58, .04)), linear-gradient(135deg, #c9d5d5, #879ca0); }
.yard-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px; border-radius: 20px; background: var(--navy); color: #fff; }
.yard-copy h2 { color: #fff; font-size: 34px; }
.yard-copy p { color: rgba(255, 255, 255, .78); line-height: 1.65; }
.yard-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.meta { padding-top: 12px; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .72); font-size: 12px; }
.meta strong { display: block; color: #fff; font-size: 14px; margin-bottom: 4px; }
.contact { border-top: 1px solid rgba(23, 27, 58, .07); border-bottom: 1px solid rgba(23, 27, 58, .07); background: #f3f6f5; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.contact-card { padding: 28px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 18px; background: #fff; }
.contact-card h3 { color: var(--navy); font-size: 23px; margin: 0 0 15px; }
.contact-row { padding: 10px 0; border-bottom: 1px solid #edf0f0; font-size: 14px; }
.contact-row:last-child { border-bottom: 0; }
.contact-row span { display: block; color: var(--muted); font-size: 11px; letter-spacing: .8px; margin-bottom: 3px; text-transform: uppercase; }

.yachtbouw-page .page-hero { padding: 42px 0 58px; }
.yachtbouw-page .page-hero-card { max-width: 100%; min-height: 470px; display: flex; flex-direction: column; justify-content: center; padding: 70px 72px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .88) 60%, rgba(120, 91, 52, .72)), linear-gradient(135deg, #242b56, #b69258); }
.yachtbouw-page .page-hero h1 { max-width: 780px; font-size: 62px; }
.yachtbouw-page .page-hero p { max-width: 700px; margin-bottom: 30px; }
.yachtbouw-page .page-hero .btn { align-self: flex-start; }
.yachtbouw-intro { background: #fff; }
.yachtbouw-intro h2 { font-size: 43px; }
.yachtbouw-history { background: #f3f6f5; }
.heritage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.heritage-card { overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 20px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.heritage-visual { min-height: 300px; background: linear-gradient(135deg, rgba(23, 27, 58, .12), rgba(182, 146, 88, .18)), linear-gradient(145deg, #b8c8c8, #536c74 62%, #242b56); }
.kruiser-visual { background: linear-gradient(135deg, rgba(36, 43, 86, .16), rgba(182, 146, 88, .15)), linear-gradient(145deg, #a8babc, #6c7f80 62%, #242b56); }
.heritage-copy { padding: 26px 28px 30px; }
.heritage-copy h3 { color: var(--navy); font-size: 29px; margin: 9px 0 8px; }
.heritage-copy p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.custom-build { background: #fff; }
.custom-grid { min-height: 570px; grid-template-columns: 1fr 1fr; }
.custom-visual { min-height: 100%; background: linear-gradient(145deg, rgba(23, 27, 58, .2), rgba(182, 146, 88, .12)), linear-gradient(155deg, #c7d2d2, #6e8588 54%, #242b56); }
.build-points { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; margin-top: 8px; }
.build-points div { padding-top: 13px; border-top: 1px solid var(--line); }
.build-points strong { display: block; color: var(--navy); font-size: 13px; margin-bottom: 5px; }
.build-points span { display: block; color: var(--muted); font-size: 12px; line-height: 1.45; }
.construction-section { background: #f3f6f5; }
.construction-block { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; min-height: 390px; padding: 58px; border-radius: 24px; background: var(--navy); color: #fff; }
.construction-copy { align-self: center; }
.construction-copy h2 { max-width: 470px; color: #fff; font-size: 40px; }
.construction-copy p { max-width: 500px; color: rgba(255, 255, 255, .78); line-height: 1.7; }
.construction-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 24px; }
.construction-list div { padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .84); font-size: 13px; }
.propulsion-section { background: #fff; }
.propulsion-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.propulsion-card { position: relative; min-height: 230px; padding: 25px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 18px; background: #fff; }
.propulsion-card .nr { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.propulsion-card h3 { color: var(--navy); font-size: 24px; margin: 18px 0 8px; }
.propulsion-card p { max-width: 260px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.propulsion-card .text-link { position: absolute; right: 25px; bottom: 22px; }
.propulsion-featured { background: var(--gold-soft); border-color: rgba(182, 146, 88, .38); }
.reference-section { background: #f3f6f5; }
.reference-block { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 390px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.reference-visual { min-height: 300px; background: linear-gradient(135deg, rgba(23, 27, 58, .16), rgba(182, 146, 88, .16)), linear-gradient(145deg, #b7c6c7, #536b72 60%, #242b56); }
.reference-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.reference-copy h2 { font-size: 38px; }
.reference-copy .lead { margin-bottom: 24px; }
.yachtbouw-cta { background: #fff; }
.aanbod-page .page-hero { padding: 42px 0 54px; }
.aanbod-page .page-hero-card { max-width: 100%; min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 56px 64px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(120, 91, 52, .72)), linear-gradient(135deg, #242b56, #b69258); }
.aanbod-page .page-hero h1 { font-size: 58px; }
.aanbod-page .page-hero p { margin-bottom: 0; }
.aanbod-intro { background: #fff; }
.aanbod-intro h2 { font-size: 42px; }
.aanbod-list { background: #f3f6f5; }
.aanbod-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.aanbod-card { overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.aanbod-card-link { display: block; height: 100%; }
.aanbod-image { position: relative; min-height: 310px; display: grid; place-items: end start; padding: 18px; background: linear-gradient(135deg, rgba(23, 27, 58, .12), rgba(182, 146, 88, .17)), linear-gradient(145deg, #c7d3d3, #62787d 58%, #242b56); background-position: center; background-size: cover; }
.aanbod-image span { padding: 7px 10px; border-radius: 8px; background: rgba(23, 27, 58, .76); color: #fff; font-size: 11px; font-weight: 700; }
.aanbod-card-body { padding: 25px 28px 28px; }
.aanbod-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 24px; }
.aanbod-status { padding: 6px 9px; border-radius: 7px; background: var(--gold-soft); color: #74562f; font-size: 10px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.aanbod-status.is-offer { background: #eef3f3; color: var(--navy); }
.aanbod-status.is-sold { background: #ececec; color: var(--muted); }
.aanbod-type { color: var(--muted); font-size: 11px; text-align: right; }
.aanbod-card h2 { color: var(--navy); font-size: 30px; margin: 17px 0 12px; }
.aanbod-specs { display: flex; flex-wrap: wrap; gap: 0; margin: 0 0 18px; }
.aanbod-specs div { min-width: 100px; padding-right: 16px; margin-right: 16px; border-right: 1px solid var(--line); }
.aanbod-specs div:last-child { border-right: 0; }
.aanbod-specs dt { color: var(--muted); font-size: 10px; letter-spacing: .8px; margin-bottom: 4px; text-transform: uppercase; }
.aanbod-specs dd { color: var(--ink); font-size: 13px; margin: 0; }
.aanbod-price { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 22px; margin-bottom: 12px; }
.aanbod-card-body p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0 0 20px; }
.aanbod-more { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 700; }
.aanbod-more span { color: var(--gold); font-size: 19px; transition: transform .2s ease; }
.aanbod-card:hover { border-color: rgba(182, 146, 88, .55); box-shadow: 0 15px 35px rgba(23, 27, 58, .09); }
.aanbod-card:hover .aanbod-more span { transform: translateX(4px); }
.aanbod-contact { background: #fff; }
.aanbod-cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; align-items: stretch; }
.aanbod-cta-grid .cta-content { padding: 10px 0; }
.aanbod-secondary { align-self: center; padding: 28px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 18px; background: #f3f6f5; }
.aanbod-secondary h3 { color: var(--navy); font-size: 25px; margin: 8px 0; }
.aanbod-secondary p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0 0 16px; }
.detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.detail-main-photo { min-height: 480px; display: grid; place-items: end start; padding: 18px; border-radius: 22px; background: linear-gradient(135deg, rgba(23, 27, 58, .12), rgba(182, 146, 88, .17)), linear-gradient(145deg, #c7d3d3, #62787d 58%, #242b56); background-position: center; background-size: cover; position: relative; }
.detail-main-photo span { padding: 7px 10px; border-radius: 8px; background: rgba(23, 27, 58, .76); color: #fff; font-size: 11px; font-weight: 700; }
.detail-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.detail-gallery div { min-height: 95px; border-radius: 8px; background: linear-gradient(145deg, #c7d3d3, #242b56); background-position: center; background-size: cover; }
.detail-gallery [data-gallery-thumb] { cursor: pointer; transition: box-shadow .15s ease, opacity .15s ease; }
.detail-gallery [data-gallery-thumb].is-active { box-shadow: inset 0 0 0 3px var(--gold); opacity: .85; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border: 0; border-radius: 50%; background: rgba(23, 27, 58, .72); color: #fff; font-size: 20px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; z-index: 2; }
.gallery-arrow:hover { background: rgba(23, 27, 58, .92); }
.gallery-arrow-prev { left: 14px; }
.gallery-arrow-next { right: 14px; }
@media (max-width: 640px) { .gallery-arrow { width: 32px; height: 32px; font-size: 16px; } }
.detail-copy { padding: 16px 0; }
.detail-type { color: var(--muted); font-size: 13px; margin: 15px 0 20px; }
.detail-copy .aanbod-price { font-size: 28px; margin: 20px 0; }
.detail-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin: 30px 0 0; }
.detail-specs div { padding: 11px 0; border-top: 1px solid var(--line); }
.detail-specs dt { color: var(--muted); font-size: 10px; letter-spacing: .8px; text-transform: uppercase; }
.detail-specs dd { color: var(--ink); font-size: 13px; margin: 4px 0 0; }
.detail-contact { background: #f3f6f5; border-top: 1px solid rgba(23, 27, 58, .07); }

.onderhoud-page .page-hero { padding: 34px 0 52px; }
.onderhoud-page .page-hero-card { max-width: 100%; min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: 62px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(106, 82, 52, .72)), linear-gradient(135deg, #242b56, #b69258); }
.onderhoud-page .page-hero h1 { max-width: 780px; font-size: 60px; }
.onderhoud-page .page-hero p { max-width: 720px; margin-bottom: 30px; }
.onderhoud-intro { background: #fff; }
.onderhoud-intro h2 { font-size: 42px; }
.periodic-section { background: #f3f6f5; }
.maintenance-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 20px; border-top: 1px solid var(--line); }
.maintenance-grid div { padding: 19px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; }
.refit-section { background: #fff; }
.refit-grid { min-height: 560px; grid-template-columns: 1.05fr .95fr; }
.refit-visual { min-height: 100%; background: linear-gradient(135deg, rgba(23, 27, 58, .18), rgba(182, 146, 88, .13)), linear-gradient(145deg, #c7d2d2, #637a7d 55%, #242b56); }
.refit-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 6px; }
.refit-points span { padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.drive-section { padding-top: 20px; background: #f3f6f5; }
.drive-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; min-height: 400px; padding: 58px; border-radius: 24px; background: var(--navy); color: #fff; }
.drive-copy { align-self: center; }
.drive-copy h2 { max-width: 430px; color: #fff; font-size: 40px; }
.drive-copy p { max-width: 460px; color: rgba(255, 255, 255, .78); line-height: 1.7; }
.drive-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 22px; }
.drive-grid article { padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.drive-grid h3 { color: #fff; font-size: 20px; margin: 0 0 7px; }
.drive-grid p { color: rgba(255, 255, 255, .68); font-size: 12px; line-height: 1.5; margin: 0; }
.hull-section { background: #fff; }
.hull-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: stretch; }
.hull-visual { min-height: 360px; border-radius: 20px; background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(182, 146, 88, .12)), linear-gradient(145deg, #b9c8c8, #647a7d 58%, #242b56); }
.hull-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 24px; }
.hull-list span { padding: 16px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.installations-section { background: #f3f6f5; }
.installation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.installation-grid article { min-height: 150px; padding: 22px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 16px; background: #fff; }
.installation-grid h3 { color: var(--navy); font-size: 20px; margin: 0 0 8px; }
.installation-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.installation-link { margin-top: 24px; }
.process-section { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.process-grid .nr { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.process-grid h3 { color: var(--navy); font-size: 23px; margin: 16px 0 8px; }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.references-section { background: #f3f6f5; }
.reference-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.reference-grid article { overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 18px; background: #fff; }
.reference-visual { min-height: 230px; background: linear-gradient(135deg, rgba(23, 27, 58, .13), rgba(182, 146, 88, .16)), linear-gradient(145deg, #bdcacc, #61777b 58%, #242b56); }
.aquarius-ref { background: linear-gradient(135deg, rgba(36, 43, 86, .15), rgba(182, 146, 88, .17)), linear-gradient(145deg, #a7babc, #6c8081 58%, #242b56); }
.reference-copy { padding: 22px 25px 25px; }
.reference-copy h3 { color: var(--navy); font-size: 25px; margin: 8px 0 6px; }
.reference-copy p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.onderhoud-cta { background: #fff; }

.elektrisch-page .page-hero { padding: 34px 0 52px; }
.elektrisch-page .page-hero-card { max-width: 100%; min-height: 430px; display: flex; flex-direction: column; justify-content: center; padding: 62px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(64, 91, 93, .76)), linear-gradient(135deg, #242b56, #6c8585); }
.elektrisch-page .page-hero h1 { max-width: 800px; font-size: 60px; }
.elektrisch-page .page-hero p { max-width: 720px; margin-bottom: 30px; }
.elektrisch-intro { background: #fff; }
.elektrisch-intro h2 { font-size: 42px; }
.electric-drive-section { background: #f3f6f5; }
.electric-component-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 24px; border-top: 1px solid var(--line); }
.electric-component-grid div { padding: 18px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 14px; }
.hybrid-section { background: #fff; }
.hybrid-grid { min-height: 540px; grid-template-columns: 1.05fr .95fr; }
.hybrid-visual { min-height: 100%; background: linear-gradient(135deg, rgba(23, 27, 58, .2), rgba(182, 146, 88, .13)), linear-gradient(145deg, #bac9c9, #587177 56%, #242b56); }
.hybrid-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 8px; }
.hybrid-points span { padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.battery-section { padding-top: 20px; background: #f3f6f5; }
.battery-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; min-height: 390px; padding: 58px; border-radius: 24px; background: var(--navy); color: #fff; }
.battery-copy { align-self: center; }
.battery-copy h2 { max-width: 440px; color: #fff; font-size: 40px; }
.battery-copy p { max-width: 470px; color: rgba(255, 255, 255, .78); line-height: 1.7; }
.battery-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 24px; }
.battery-grid div { padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .84); font-size: 13px; }
.charging-section { background: #fff; }
.charging-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.charging-grid article { min-height: 150px; padding: 22px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 16px; background: #fff; }
.charging-grid h3 { color: var(--navy); font-size: 20px; margin: 0 0 8px; }
.charging-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.integration-section { background: #f3f6f5; }
.integration-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; min-height: 370px; padding: 56px; border-radius: 24px; background: #fff; border: 1px solid rgba(23, 27, 58, .1); box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.integration-copy { align-self: center; }
.integration-copy h2 { color: var(--navy); font-size: 40px; }
.integration-copy p { max-width: 350px; color: var(--muted); line-height: 1.7; }
.system-map { display: grid; grid-template-columns: repeat(2, 1fr); align-content: center; gap: 12px; }
.system-map span { position: relative; padding: 16px 18px; border: 1px solid rgba(182, 146, 88, .45); border-radius: 8px; background: var(--gold-soft); color: var(--navy); font-size: 13px; font-weight: 700; }
.system-map span:nth-child(2n) { transform: translateY(18px); }
.monitoring-section { background: #fff; }
.monitor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 20px; border-top: 1px solid var(--line); }
.monitor-grid span { padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.design-process-section { background: #f3f6f5; }
.electric-process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.electric-process-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.electric-process-grid .nr { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.electric-process-grid h3 { color: var(--navy); font-size: 20px; margin: 16px 0 8px; }
.electric-process-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.electric-reference-section { background: #fff; }
.electric-reference-visual { background: linear-gradient(135deg, rgba(36, 43, 86, .16), rgba(182, 146, 88, .14)), linear-gradient(145deg, #9eb4b6, #516d73 58%, #242b56); }
.elektrisch-cta { background: #f3f6f5; border-top: 1px solid rgba(23, 27, 58, .07); }

.werf-page .page-hero { padding: 34px 0 52px; }
.werf-page .page-hero-card { max-width: 100%; min-height: 420px; display: flex; flex-direction: column; justify-content: center; padding: 62px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(96, 76, 52, .74)), linear-gradient(135deg, #242b56, #8b7961); }
.werf-page .page-hero h1 { max-width: 820px; font-size: 60px; }
.werf-page .page-hero p { max-width: 720px; margin-bottom: 30px; }
.werf-intro { background: #fff; }
.werf-intro h2 { font-size: 42px; }
.facility-section { background: #f3f6f5; }
.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.facility-grid article { min-height: 185px; padding: 24px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 16px; background: #fff; }
.facility-number { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.facility-grid h3 { color: var(--navy); font-size: 22px; margin: 16px 0 8px; }
.facility-grid p { color: var(--muted); font-size: 13px; line-height: 1.58; margin: 0; }
.werf-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }
.slipway-section { background: #fff; }
.slipway-grid { min-height: 560px; grid-template-columns: 1.08fr .92fr; }
.slipway-visual { min-height: 100%; background: linear-gradient(135deg, rgba(23, 27, 58, .18), rgba(182, 146, 88, .14)), linear-gradient(145deg, #bbcaca, #60777b 56%, #242b56); }
.slipway-points { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; margin-top: 6px; }
.slipway-points span { padding: 12px 0; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.workshop-section { background: #f3f6f5; }
.workshop-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 26px; align-items: stretch; }
.workshop-copy { padding: 30px 0; }
.workshop-copy h2 { font-size: 40px; }
.workshop-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin-top: 26px; }
.workshop-list span { padding: 13px 0; border-top: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.workshop-visual { min-height: 390px; border-radius: 20px; background: linear-gradient(135deg, rgba(23, 27, 58, .16), rgba(182, 146, 88, .12)), linear-gradient(145deg, #b7c6c7, #62787c 58%, #242b56); }
.yard-service-section { background: #fff; }
.yard-service-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; min-height: 390px; padding: 58px; border-radius: 24px; background: var(--navy); color: #fff; }
.yard-service-block h2 { max-width: 460px; color: #fff; font-size: 40px; }
.yard-service-block > div:first-child p { max-width: 470px; color: rgba(255, 255, 255, .78); line-height: 1.7; margin-bottom: 26px; }
.yard-service-grid { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 24px; }
.yard-service-grid article { padding: 17px 0; border-top: 1px solid rgba(255, 255, 255, .16); }
.yard-service-grid h3 { color: #fff; font-size: 21px; margin: 0 0 7px; }
.yard-service-grid p { color: rgba(255, 255, 255, .68); font-size: 12px; line-height: 1.5; margin: 0; }
.yard-tech-section { background: #f3f6f5; }
.yard-tech-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.yard-tech-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--line); }
.yard-tech-list span { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.yard-tech-links { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; padding: 25px; border-left: 1px solid var(--line); }
.winter-section { background: #fff; }
.winter-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.winter-strip h2 { font-size: 32px; margin-bottom: 8px; }
.winter-strip p { max-width: 650px; color: var(--muted); line-height: 1.6; margin: 0; }
.yard-process-section { background: #f3f6f5; }
.yard-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.yard-process-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.yard-process-grid .nr { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.yard-process-grid h3 { color: var(--navy); font-size: 23px; margin: 16px 0 8px; }
.yard-process-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.location-section { background: #fff; }
.location-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.location-visual { min-height: 330px; border-radius: 20px; background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(182, 146, 88, .12)), linear-gradient(145deg, #c5d0d0, #6a7e80 58%, #242b56); }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; border-radius: 20px; background: var(--soft); }
.location-copy h2 { font-size: 36px; }
.location-copy .btn { align-self: flex-start; margin-top: 16px; }
.werf-cta { background: #fff; border-top: 1px solid rgba(23, 27, 58, .07); }
.projecten-page .page-hero { padding: 34px 0 52px; }
.projecten-page .page-hero-card { max-width: 100%; min-height: 400px; display: flex; flex-direction: column; justify-content: center; padding: 60px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(106, 82, 52, .72)), linear-gradient(135deg, #242b56, #8b7961); }
.projecten-page .page-hero h1 { max-width: 760px; font-size: 60px; }
.projecten-page .page-hero p { max-width: 720px; margin-bottom: 30px; }
.projecten-intro { background: #fff; }
.projecten-intro h2 { font-size: 42px; }
.featured-project-section { background: #f3f6f5; }
.featured-project { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 560px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .06); }
.featured-project-visual { min-height: 420px; background: linear-gradient(135deg, rgba(23, 27, 58, .16), rgba(182, 146, 88, .16)), linear-gradient(145deg, #bdcacc, #5e757a 58%, #242b56); }
.featured-project-copy { display: flex; flex-direction: column; justify-content: center; padding: 52px; }
.featured-project-copy h2 { color: var(--navy); font-size: 45px; margin: 10px 0 14px; }
.featured-project-copy .lead { margin-bottom: 22px; }
.project-work-list { display: grid; gap: 0; margin: 0 0 26px; }
.project-work-list span { padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.project-overview-section { background: #fff; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.portfolio-card { overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 20px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.portfolio-card-link { display: block; height: 100%; }
.portfolio-visual { position: relative; min-height: 330px; display: grid; place-items: end start; padding: 18px; background: linear-gradient(135deg, rgba(23, 27, 58, .13), rgba(182, 146, 88, .16)), linear-gradient(145deg, #c2cece, #63797d 58%, #242b56); background-position: center; background-size: cover; }
.portfolio-visual span { padding: 7px 10px; border-radius: 8px; background: rgba(23, 27, 58, .76); color: #fff; font-size: 11px; font-weight: 700; }
.portfolio-card:nth-child(2) .portfolio-visual { background: linear-gradient(135deg, rgba(23, 27, 58, .14), rgba(255, 255, 255, .08)), linear-gradient(145deg, #afc0c1, #6a7f82 58%, #242b56); }
.portfolio-card:nth-child(3) .portfolio-visual { background: linear-gradient(135deg, rgba(36, 43, 86, .16), rgba(182, 146, 88, .15)), linear-gradient(145deg, #9fb6b8, #536f75 58%, #242b56); }
.portfolio-copy { padding: 24px 28px 28px; }
.portfolio-copy h3 { color: var(--navy); font-size: 29px; margin: 10px 0 8px; }
.portfolio-copy p { min-height: 42px; color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0 0 20px; }
.portfolio-more { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 13px; font-weight: 700; }
.portfolio-more span { color: var(--gold); font-size: 19px; transition: transform .2s ease; }
.portfolio-card:hover { border-color: rgba(182, 146, 88, .55); box-shadow: 0 15px 35px rgba(23, 27, 58, .09); }
.portfolio-card:hover .portfolio-more span { transform: translateX(4px); }
.disciplines-section { background: #f3f6f5; }
.discipline-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.discipline-grid a { min-height: 150px; padding: 22px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 16px; background: #fff; text-decoration: none; }
.discipline-grid a:hover { border-color: rgba(182, 146, 88, .55); box-shadow: 0 9px 30px rgba(23, 27, 58, .06); }
.discipline-grid span { display: block; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.discipline-grid strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 500; margin: 16px 0 7px; }
.discipline-grid small { color: var(--muted); font-size: 12px; }
.projecten-cta { background: #fff; border-top: 1px solid rgba(23, 27, 58, .07); }
.project-detail-page .page-hero { padding: 34px 0 52px; }
.project-detail-page .page-hero-card { max-width: 100%; min-height: 340px; display: flex; flex-direction: column; justify-content: center; padding: 55px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(106, 82, 52, .72)), linear-gradient(135deg, #242b56, #8b7961); }
.project-detail-page .page-hero h1 { font-size: 58px; }
.project-detail-intro { background: #fff; }
.detail-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; }
.detail-intro-grid h2 { font-size: 40px; }
.project-detail-note { min-height: 180px; display: grid; place-items: center; border-radius: 18px; background: var(--soft); color: var(--muted); font-size: 13px; }
.project-gallery-section { background: #f3f6f5; }
.project-gallery-placeholder { min-height: 420px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(135deg, rgba(23, 27, 58, .13), rgba(182, 146, 88, .15)), linear-gradient(145deg, #c2cece, #63797d 58%, #242b56); color: #fff; font-size: 12px; }
.project-gallery-placeholder span { padding: 8px 11px; border-radius: 8px; background: rgba(23, 27, 58, .76); }
.project-detail-links { background: #fff; }
.project-related { display: flex; justify-content: space-between; gap: 20px; }
.over-ons-page .page-hero { padding: 34px 0 52px; }
.over-ons-page .page-hero-card { max-width: 100%; min-height: 410px; display: flex; flex-direction: column; justify-content: center; padding: 60px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(106, 82, 52, .72)), linear-gradient(135deg, #242b56, #8b7961); }
.over-ons-page .page-hero h1 { max-width: 780px; font-size: 60px; }
.over-ons-page .page-hero p { max-width: 720px; margin-bottom: 30px; }
.over-ons-intro { background: #fff; }
.over-ons-intro h2 { font-size: 42px; }
.working-section { background: #f3f6f5; }
.working-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.working-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.working-grid .nr { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.working-grid h3 { color: var(--navy); font-size: 22px; margin: 16px 0 8px; }
.working-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.history-section { background: #fff; }
.history-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.history-card { overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 20px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.history-visual { min-height: 290px; background: linear-gradient(135deg, rgba(23, 27, 58, .13), rgba(182, 146, 88, .16)), linear-gradient(145deg, #b9c8c8, #61787b 58%, #242b56); }
.kruiser-history { background: linear-gradient(135deg, rgba(36, 43, 86, .15), rgba(182, 146, 88, .15)), linear-gradient(145deg, #a8babc, #6c8081 58%, #242b56); }
.history-copy { padding: 25px 28px 29px; }
.history-copy h3 { color: var(--navy); font-size: 29px; margin: 9px 0 8px; }
.history-copy p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 18px; }
.history-note { margin: 20px 0 0; color: var(--muted); font-size: 11px; }
.craft-section { padding-top: 20px; background: #f3f6f5; }
.craft-block { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; min-height: 390px; padding: 58px; border-radius: 24px; background: var(--navy); color: #fff; }
.craft-copy { align-self: center; }
.craft-copy h2 { max-width: 460px; color: #fff; font-size: 40px; }
.craft-copy p { max-width: 470px; color: rgba(255, 255, 255, .78); line-height: 1.7; }
.craft-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 0 24px; }
.craft-list span { padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .84); font-size: 13px; }
.craft-list .text-link { grid-column: 1 / -1; margin-top: 22px; color: #fff; }
.yard-about-section { background: #fff; }
.yard-about-grid { min-height: 480px; grid-template-columns: 1.1fr .9fr; }
.yard-about-visual { min-height: 100%; background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(182, 146, 88, .14)), linear-gradient(145deg, #c2cece, #63797d 58%, #242b56); }
.yard-about-grid .feature-copy .btn { align-self: flex-start; margin-top: 12px; }
.team-section { background: #f3f6f5; }
.team-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.team-copy { padding: 34px 0; }
.team-copy h2 { font-size: 40px; }
.team-visual { min-height: 330px; display: grid; place-items: center; border-radius: 20px; background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(182, 146, 88, .14)), linear-gradient(145deg, #c6d0d0, #647a7d 58%, #242b56); color: #fff; font-size: 12px; }
.team-visual span { padding: 8px 11px; border-radius: 8px; background: rgba(23, 27, 58, .76); }
.principles-section { background: #fff; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.principles-grid article { padding: 23px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 16px; background: #fff; }
.principles-grid h3 { color: var(--navy); font-size: 22px; margin: 0 0 8px; }
.principles-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.over-ons-cta { background: #f3f6f5; border-top: 1px solid rgba(23, 27, 58, .07); }
.diensten-page .page-hero { padding: 34px 0 52px; }
.diensten-page .page-hero-card { max-width: 100%; min-height: 390px; display: flex; flex-direction: column; justify-content: center; padding: 58px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(106, 82, 52, .72)), linear-gradient(135deg, #242b56, #8b7961); }
.diensten-page .page-hero h1 { max-width: 760px; font-size: 60px; }
.diensten-page .page-hero p { max-width: 720px; margin-bottom: 30px; }
.diensten-intro { background: #fff; }
.diensten-intro h2 { font-size: 42px; }
.main-services-section { background: #f3f6f5; }
.main-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.main-service-card { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 290px; overflow: hidden; border: 1px solid rgba(23, 27, 58, .1); border-radius: 20px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); text-decoration: none; }
.main-service-card:hover { border-color: rgba(182, 146, 88, .55); box-shadow: 0 15px 35px rgba(23, 27, 58, .09); }
.main-service-visual { position: relative; min-height: 260px; display: grid; place-items: end start; padding: 16px; background: linear-gradient(135deg, rgba(23, 27, 58, .14), rgba(182, 146, 88, .16)), linear-gradient(145deg, #c2cece, #63797d 58%, #242b56); }
.main-service-visual span { padding: 6px 8px; border-radius: 6px; background: rgba(23, 27, 58, .76); color: #fff; font-size: 10px; font-weight: 700; }
.electric-service-visual { background: linear-gradient(135deg, rgba(23, 27, 58, .18), rgba(182, 146, 88, .13)), linear-gradient(145deg, #9fb6b8, #536f75 58%, #242b56); }
.yachtbouw-service-visual { background: linear-gradient(135deg, rgba(23, 27, 58, .13), rgba(182, 146, 88, .16)), linear-gradient(145deg, #b8c8c8, #61787b 58%, #242b56); }
.yard-service-visual { background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(182, 146, 88, .14)), linear-gradient(145deg, #c2cece, #63797d 58%, #242b56); }
.winter-service-visual { background: linear-gradient(135deg, rgba(23, 27, 58, .12), rgba(182, 146, 88, .14)), linear-gradient(145deg, #cbd4d4, #718184 58%, #242b56); }
.main-service-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.main-service-copy h3 { color: var(--navy); font-size: 27px; margin: 10px 0 8px; }
.main-service-copy p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.main-service-copy .service-arrow { right: 28px; bottom: 22px; }
.main-service-dark { background: var(--navy); }
.main-service-dark .main-service-copy h3 { color: #fff; }
.main-service-dark .main-service-copy p { color: rgba(255, 255, 255, .72); }
.service-card-wide { grid-column: 1 / -1; grid-template-columns: .42fr 1.58fr; }
.service-detail-section { background: #fff; }
.service-detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: center; }
.service-detail-grid h2 { font-size: 40px; }
.service-detail-list, .technical-service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; border-top: 1px solid var(--line); }
.service-detail-list span, .technical-service-list span { padding: 16px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.electric-service-section { padding-top: 20px; background: #f3f6f5; }
.service-detail-block { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; min-height: 360px; padding: 56px; border-radius: 24px; background: var(--navy); color: #fff; }
.service-detail-block h2 { color: #fff; font-size: 40px; }
.service-detail-block p { color: rgba(255, 255, 255, .78); line-height: 1.7; }
.technical-service-list { align-content: center; border-top-color: rgba(255, 255, 255, .16); }
.technical-service-list span { border-bottom-color: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .84); }
.technical-service-list .text-link { grid-column: 1 / -1; margin-top: 22px; color: #fff; }
.yachtbouw-service-section { background: #fff; }
.yard-services-section { background: #f3f6f5; }
.yard-services-grid, .extra-technical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 24px; border-top: 1px solid var(--line); }
.yard-services-grid span, .extra-technical-grid span { padding: 17px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 13px; }
.yard-services-section .text-link { margin-top: 24px; }
.winter-service-section { background: #fff; }
.winter-service-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.winter-service-strip h2 { font-size: 32px; margin-bottom: 8px; }
.winter-service-strip p { max-width: 650px; color: var(--muted); line-height: 1.6; margin: 0; }
.extra-technical-section { background: #f3f6f5; }
.services-projects-section { background: #fff; }
.services-projects-block { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 390px; overflow: hidden; border-radius: 24px; background: var(--navy); color: #fff; }
.services-projects-visual { min-height: 300px; background: linear-gradient(135deg, rgba(23, 27, 58, .16), rgba(182, 146, 88, .15)), linear-gradient(145deg, #b7c6c7, #536b72 58%, #242b56); }
.services-projects-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.services-projects-copy h2 { color: #fff; font-size: 38px; }
.services-projects-copy .lead { color: rgba(255, 255, 255, .78); margin-bottom: 24px; }
.diensten-cta { background: #f3f6f5; border-top: 1px solid rgba(23, 27, 58, .07); }
.contact-page .page-hero { padding: 34px 0 48px; }
.contact-page .page-hero-card { max-width: 100%; min-height: 360px; display: flex; flex-direction: column; justify-content: center; padding: 56px 70px; background: linear-gradient(115deg, rgba(23, 27, 58, .98), rgba(36, 43, 86, .9) 62%, rgba(106, 82, 52, .72)), linear-gradient(135deg, #242b56, #8b7961); }
.contact-page .page-hero h1 { max-width: 760px; font-size: 58px; }
.contact-page .page-hero p { max-width: 700px; margin-bottom: 28px; }
.contact-intro { background: #fff; }
.contact-intro h2 { font-size: 40px; }
.contact-main-section { background: #f3f6f5; }
.contact-main-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 24px; align-items: start; }
.contact-details { padding: 34px 4px; }
.contact-details h2, .contact-form-panel h2 { color: var(--navy); font-size: 36px; margin: 8px 0 28px; }
.contact-detail-row { padding: 16px 0; border-top: 1px solid var(--line); font-size: 14px; }
.contact-detail-row span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .9px; margin-bottom: 6px; text-transform: uppercase; }
.contact-detail-row address { color: var(--ink); font-style: normal; line-height: 1.65; }
.contact-detail-row a { color: var(--navy); font-weight: 700; }
.contact-form-panel { padding: 32px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 18px; background: #fff; box-shadow: 0 9px 30px rgba(23, 27, 58, .05); }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form-panel .field { display: grid; gap: 6px; }
.contact-form-panel .field.full { grid-column: 1 / -1; }
.contact-form-panel label { color: var(--muted); font-size: 12px; font-weight: 700; }
.contact-form-panel input, .contact-form-panel select, .contact-form-panel textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #cbd5d7; border-radius: 7px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; }
.contact-form-panel textarea { min-height: 150px; resize: vertical; }
.contact-form-panel input:focus, .contact-form-panel select:focus, .contact-form-panel textarea:focus { outline: 2px solid rgba(182, 146, 88, .45); outline-offset: 1px; border-color: var(--gold); }
.contact-form-panel small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.contact-form-panel .btn { margin-top: 22px; }
.form-privacy { color: var(--muted); font-size: 11px; line-height: 1.5; margin: 18px 0 0; }
.help-section { background: #fff; }
.contact-help-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.contact-help-grid a { min-height: 150px; padding: 22px; border: 1px solid rgba(23, 27, 58, .1); border-radius: 16px; background: #fff; text-decoration: none; }
.contact-help-grid a:hover { border-color: rgba(182, 146, 88, .55); box-shadow: 0 9px 30px rgba(23, 27, 58, .06); }
.contact-help-grid span { display: block; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: 1.4px; }
.contact-help-grid strong { display: block; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; margin: 15px 0 7px; }
.contact-help-grid small { color: var(--muted); font-size: 12px; }
.contact-location-section { background: #f3f6f5; }
.contact-location-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: stretch; }
.contact-location-visual { min-height: 320px; border-radius: 20px; background: linear-gradient(135deg, rgba(23, 27, 58, .15), rgba(182, 146, 88, .14)), linear-gradient(145deg, #c3cece, #647a7d 58%, #242b56); }
.contact-location-copy { display: flex; flex-direction: column; justify-content: center; padding: 36px; border-radius: 20px; background: #fff; }
.contact-location-copy h2 { color: var(--navy); font-size: 36px; }
.contact-location-copy .btn { align-self: flex-start; margin-top: 14px; }
.visit-section { background: #fff; }
.visit-block { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-block h2 { margin-bottom: 8px; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-cta { background: #f3f6f5; border-top: 1px solid rgba(23, 27, 58, .07); }