/* WSV Wessem — clubkleuren, rustige tekst en duidelijke bezoekersroutes. */
:root {
  --flag-blue: #244f91; --deep-blue: #122f50; --yellow: #f4cc28; --wheel-red: #aa2026;
  --linen: #f1eadb; --paper: #fffaf0; --white: #fff; --ink: #292720; --muted: #665e50;
  --line: #d6cbb8; --radius: 4px; --shadow-sm: 0 4px 16px rgba(18,47,80,.05);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1.0625rem/1.6 "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: var(--flag-blue); text-underline-offset: .2em; }
a:hover { color: var(--wheel-red); }
button, a { touch-action: manipulation; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--flag-blue); outline-offset: 4px; }
.site-footer :focus-visible, .topbar :focus-visible { outline-color: var(--yellow); }
h1, h2, h3, .brand-word { font-family: "Rokkitt", Rockwell, Georgia, serif; color: var(--deep-blue); line-height: 1.1; text-wrap: balance; }
h2 { font-size: 1.9rem; } h3 { font-size: 1.3rem; }
p { max-width: 68ch; margin: 0 0 20px; }
.wrap { width: min(100% - 48px, 1160px); margin-inline: auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 16px; z-index: 100; padding: 12px 18px; background: var(--yellow); color: var(--deep-blue); }
.topbar { background: var(--deep-blue); color: #edf1f5; font-size: .78rem; }
.topbar .wrap { min-height: 32px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.topbar a { display: inline-flex; align-items: center; min-height: 32px; color: #fff; }
.site-header { position: relative; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 88px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand .emblem { width: auto !important; max-width: 74px; }
.brand-word { display: block; font-size: 1.55rem; font-weight: 700; }
.brand-sub { display: block; margin-top: 3px; font-size: .65rem; color: var(--muted); }
.main-nav ul { display: flex; align-items: center; gap: 19px; list-style: none; margin: 0; padding: 0; }
.main-nav a { display: flex; align-items: center; gap: 7px; min-height: 44px; color: var(--deep-blue); font-size: .9rem; font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--wheel-red); border-bottom-color: var(--wheel-red); }
.main-nav .member-link { padding: 0 14px; border: 1px solid var(--flag-blue); border-radius: var(--radius); background: var(--flag-blue); color: #fff; white-space: nowrap; }
.main-nav .member-link:hover { background: var(--deep-blue); border-color: var(--deep-blue); color: #fff; }
.nav-toggle { display: none; min-width: 44px; min-height: 44px; padding: 10px; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--deep-blue); background: transparent; }
.nav-toggle-icon { display: grid; gap: 5px; width: 18px; }
.nav-toggle-icon span { height: 2px; background: currentColor; transition: transform .18s ease; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
section { padding: 56px 0; }
section.alt, .contact-band, .next-step { background: var(--linen); border-block: 1px solid var(--line); }
.section-kicker { display: block; margin-bottom: 12px; color: var(--wheel-red); font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.section-title { margin: 0 0 18px; font-size: clamp(1.9rem,3vw,2.5rem); }
.section-title--spaced { margin-top: 36px; }
.section-intro { max-width: 740px; margin: 0 0 30px; color: var(--muted); }
.home-hero { padding: 0; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--paper); }
.home-hero-copy { display: flex; align-items: center; min-width: 0; }
.hero-copy-inner { margin-left: max(24px, calc((100vw - 1160px) / 2)); padding: 52px 48px 64px 0; max-width: 610px; }
.home-hero h1 { margin: 0 0 22px; max-width: 560px; font-size: clamp(3rem,4.7vw,4.4rem); letter-spacing: -.025em; line-height: 1; }
.home-hero .lead { max-width: 490px; margin-bottom: 26px; color: #4d493f; font-size: 1.13rem; }
.home-hero-photo { min-height: 420px; position: relative; background: linear-gradient(rgba(18,47,80,.07),rgba(18,47,80,.2)), url('https://images.unsplash.com/photo-1541777594744-addc2de9d110?auto=format&fit=crop&w=1800&q=84') center/cover; clip-path: polygon(10% 0,100% 0,100% 100%,0 100%); }
.photo-caption { position: absolute; bottom: 18px; right: 20px; padding: 4px 10px; background: var(--deep-blue); color: #fff; font-size: .75rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 22px; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 19px; border: 1px solid var(--flag-blue); border-radius: var(--radius); color: var(--flag-blue); font: 600 .96rem/1.35 "Source Sans 3", sans-serif; text-decoration: none; transition: background .18s ease, color .18s ease; }
.btn.solid, .btn:hover { background: var(--flag-blue); color: #fff; }
.btn.solid:hover { background: var(--deep-blue); }
.text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--flag-blue); font-weight: 600; text-decoration-thickness: 1px; }
.noticeboard { padding: 0; position: relative; }
.noticeboard-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-block: 1px solid var(--line); }
.route-card { display: flex; flex-direction: column; padding: 26px 28px; color: var(--ink); text-decoration: none; border-right: 1px solid var(--line); transition: background .18s ease; }
.route-card:first-child { padding-left: 0; }
.route-card:last-child { border: 0; }
.route-card h2 { margin: 0 0 10px; font-size: 1.55rem; }
.route-card p { margin-bottom: 16px; color: var(--muted); font-size: .98rem; }
.route-card > span { margin-top: auto; color: var(--flag-blue); font-size: .95rem; font-weight: 600; }
.route-card > span span { margin-left: 8px; }
.route-card:hover { background: rgba(244,204,40,.08); }

/* Homepage — digitaal clubhuis: havenbericht, clubvlag en verenigingsarchief. */
.home-hero--club { grid-template-columns: 1.02fr .98fr; }
.home-hero--club .hero-copy-inner { padding-top: 58px; padding-bottom: 66px; }
.hero-clubline { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: var(--wheel-red); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-clubline span + span { display: inline-flex; align-items: center; gap: 14px; }
.hero-clubline span + span::before { width: 28px; height: 2px; content: ""; background: var(--yellow); }
.home-hero--club h1 em { color: var(--flag-blue); font-style: normal; }
.home-hero--club .home-hero-photo { min-height: 470px; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.home-hero--club .home-hero-photo::before { position: absolute; inset: 0 0 auto; z-index: 1; height: 5px; content: ""; background: linear-gradient(90deg,var(--flag-blue) 0 66%,var(--yellow) 66% 91%,var(--wheel-red) 91%); }
.hero-photo-note { position: absolute; left: 22px; bottom: 18px; display: flex; align-items: center; gap: 9px; padding: 6px 10px; background: rgba(255,250,240,.92); color: var(--deep-blue); font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-photo-note i { width: 4px; height: 4px; border-radius: 50%; background: var(--wheel-red); }
.home-hero--club .photo-caption { bottom: auto; top: 20px; right: 20px; font-size: .66rem; }

.harbor-signal { position: relative; padding: 0; background: var(--deep-blue); color: #e8edf3; }
.harbor-signal::before { position: absolute; inset: 0 0 auto; height: 4px; content: ""; background: linear-gradient(90deg,var(--flag-blue) 0 72%,var(--yellow) 72% 93%,var(--wheel-red) 93%); }
.harbor-signal-inner { min-height: 156px; display: grid; grid-template-columns: 150px minmax(0,1fr) 230px; align-items: center; gap: 36px; padding-block: 28px; }
.harbor-signal-label { align-self: stretch; display: flex; align-items: center; gap: 10px; padding-right: 28px; border-right: 1px solid rgba(255,255,255,.22); color: #fff; font-size: .73rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.signal-light { position: relative; width: 13px; height: 13px; flex: 0 0 auto; border: 3px solid var(--yellow); border-radius: 50%; }
.signal-light::after { position: absolute; inset: 2px; content: ""; border-radius: 50%; background: var(--wheel-red); }
.harbor-signal-copy time, .harbor-signal-copy .signal-date { display: block; margin-bottom: 3px; color: #bdc9d7; font-size: .78rem; }
.harbor-signal-copy h2 { margin: 0 0 4px; color: #fff; font-size: 1.65rem; }
.harbor-signal-copy p { margin: 0; color: #d9e0e8; font-size: .96rem; }
.harbor-signal-action { display: grid; justify-items: start; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.22); }
.harbor-signal-action > span { color: #bdc9d7; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.harbor-signal-action strong { margin-bottom: 5px; color: #fff; font-size: 1.05rem; }
.harbor-signal-action a { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-weight: 600; }

.home-welcome { padding-block: 76px; overflow: hidden; }
.home-welcome-grid { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(330px,.72fr); align-items: center; gap: clamp(54px,8vw,108px); }
.home-welcome-lead { max-width: 650px; color: #48443b; font-size: 1.13rem; }
.club-routes { margin-top: 34px; border-top: 1px solid var(--line); }
.club-routes a { display: grid; grid-template-columns: 112px minmax(0,1fr) auto; align-items: center; gap: 20px; min-height: 72px; padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--deep-blue); text-decoration: none; transition: padding .18s ease, background .18s ease; }
.club-routes a:hover { padding-inline: 12px; background: rgba(244,204,40,.1); }
.club-routes .route-tag { color: var(--wheel-red); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.club-routes strong { font: 600 1.22rem/1.2 "Rokkitt", Rockwell, Georgia, serif; }
.club-archive { position: relative; padding: 34px 30px 28px; background: #f4ecd9; border: 1px solid #cfbea1; box-shadow: 12px 16px 0 rgba(18,47,80,.08); transform: rotate(1.2deg); }
.club-archive::before { position: absolute; inset: 11px; pointer-events: none; content: ""; border: 1px solid rgba(170,32,38,.22); }
.archive-tape { position: absolute; top: -12px; left: 50%; z-index: 2; width: 94px; height: 25px; background: rgba(244,204,40,.82); transform: translateX(-50%) rotate(-2deg); }
.archive-label { display: block; margin-bottom: 18px; color: var(--wheel-red); font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.club-archive img { position: relative; width: 100%; height: auto; border: 7px solid var(--paper); box-shadow: 0 3px 12px rgba(18,47,80,.12); }
.archive-caption { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 2px 18px; margin-top: 18px; color: var(--deep-blue); }
.archive-caption strong { font: 700 1.25rem "Rokkitt", Rockwell, Georgia, serif; }
.archive-caption > span { color: var(--wheel-red); font-weight: 700; }
.archive-caption p { grid-column: 1/-1; margin: 7px 0 0; color: var(--muted); font-size: .9rem; }

.home-memory { padding-block: 76px; background: #0d263f; border-top: 5px solid var(--yellow); color: #dfe7ef; }
.home-memory-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: clamp(44px,7vw,88px); }
.home-memory-visual { position: relative; margin: 0; padding: 10px; background: var(--paper); transform: rotate(-.8deg); }
.home-memory-visual::after { position: absolute; top: -5px; right: -5px; width: 42px; height: 42px; content: ""; border-top: 6px solid var(--wheel-red); border-right: 6px solid var(--wheel-red); }
.home-memory-visual img { width: 100%; aspect-ratio: 12/7; object-fit: cover; }
.home-memory-visual figcaption { padding: 8px 3px 2px; color: var(--muted); font-size: .72rem; font-style: italic; }
.section-kicker--light { color: var(--yellow); }
.home-memory-story h2 { max-width: 520px; margin: 0 0 18px; color: #fff; font-size: clamp(2rem,3.4vw,3rem); }
.home-memory-story > p { color: #cfd9e4; }
.memory-line { list-style: none; margin: 28px 0 22px; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.memory-line li { display: grid; grid-template-columns: 78px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.memory-line time, .memory-line .timeline-mark { color: var(--yellow); font-weight: 700; }
.text-link--light { color: #fff; text-decoration-color: var(--yellow); }
.text-link--light:hover { color: var(--yellow); }

.home-contact { padding-block: 58px; background: var(--linen); border-bottom: 1px solid var(--line); }
.home-contact-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(200px,.62fr) auto; align-items: center; gap: clamp(28px,5vw,68px); }
.home-contact-inner--compact { grid-template-columns: minmax(0,1fr) auto; }
.home-contact-inner h2 { margin-bottom: 10px; }
.home-contact-inner p { margin-bottom: 0; }
.home-contact-facts { display: grid; gap: 13px; padding-left: 30px; border-left: 1px solid var(--line); }
.home-contact-facts p { display: grid; }
.home-contact-facts span { color: var(--wheel-red); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-contact-action .hero-actions { justify-content: flex-end; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(32px,5vw,64px); }
.story-compact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: start; }
.story-compact p { margin-bottom: 10px; }
.home-history { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(44px,7vw,88px); align-items: start; }
.home-history-intro { position: sticky; top: 28px; }
.home-history-photo { margin: 28px 0 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.home-history-photo img { width: 100%; height: 250px; object-fit: cover; filter: saturate(.62) sepia(.16) contrast(.96); }
.home-history-photo figcaption { padding: 8px 11px; color: var(--muted); font-size: .76rem; font-style: italic; }
.home-timeline { border-top: 1px solid var(--line); }
.home-timeline article { display: grid; grid-template-columns: 112px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.home-timeline time, .home-timeline .timeline-mark { color: var(--wheel-red); font-weight: 700; }
.home-timeline .timeline-mark { font-size: .86rem; }
.home-timeline h3 { margin: 0 0 6px; }
.home-timeline p { margin: 0; color: var(--muted); }
.feature-list { list-style: none; padding: 0; margin: 0; }
.feature-list li { display: grid; grid-template-columns: 165px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.feature-list li:first-child { padding-top: 0; }
.feature-list strong { color: var(--deep-blue); }
.feature-list span { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 26px; }
.facility-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
.card { padding: 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.card h2, .card h3 { font-size: 1.4rem; margin: 0 0 12px; }
.card p { font-size: 1rem; margin: 0; }
.card .text-link { margin-top: 15px; }
.plain-list { padding-left: 20px; margin: 0; }
.plain-list li { margin: 10px 0; }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 28px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; }
.steps li { counter-increment: step; border-top: 1px solid var(--line); padding-top: 20px; }
.steps li::before { content: "0" counter(step); color: var(--wheel-red); font: 700 1.25rem "Rokkitt", serif; }
.steps h3 { margin: 12px 0; }
.steps p { margin-bottom: 0; }
.page-hero { padding: 40px 0; position: relative; overflow: hidden; background: var(--deep-blue); border-bottom: 4px solid var(--yellow); }
.page-hero::after { content: ""; position: absolute; inset-block: -60px; right: 8%; width: 140px; background: rgba(36,79,145,.6); transform: skewX(-30deg); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { color: #fff; font-size: clamp(2.3rem,4vw,3.4rem); margin: 0 0 12px; }
.page-hero p { margin: 0; color: #e1e8f1; }
.harbor-photo { margin: 0; }
.photo-frame, .map-frame { display: block; overflow: hidden; border: 1px solid var(--line); background: var(--paper); }
.photo-frame img { width: 100%; height: 310px; object-fit: cover; }
.photo-note { margin: 10px 0 0; color: var(--muted); font-size: .82rem; }
.plattegrond-frame img { height: auto; }
.harbor-preview img { height: 260px; object-fit: cover; }
.map-frame { aspect-ratio: 4/3; }
.map-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.flag-display { max-width: 500px; }
.club-timeline article { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.club-timeline article:first-child { padding-top: 0; }
.club-timeline time, .timeline-mark { color: var(--wheel-red); font-weight: 700; }
.timeline-mark { font-size: .86rem; }
.club-timeline h3 { margin: 0 0 8px; }
.club-timeline p { margin: 0; color: var(--muted); }
.news-item { padding-left: 24px; border-left: 3px solid var(--wheel-red); }
.news-item time { color: var(--muted); font-size: .9rem; }
.news-item h2 { margin: 12px 0; }
.preserve-lines { white-space: pre-line; }
.harbor-now { background: var(--paper); }
.harbor-now-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.harbor-now-heading .section-title { margin-bottom: 18px; }
.harbor-now-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line); background: var(--linen); }
.harbor-now-card { display: flex; flex-direction: column; min-width: 0; padding: 26px; background: var(--paper); border-right: 1px solid var(--line); }
.harbor-now-card:last-child { border-right: 0; }
.harbor-now-card--notice { box-shadow: inset 4px 0 0 var(--wheel-red); }
.harbor-now-photo { position: relative; margin: -26px -26px 22px; overflow: hidden; border-bottom: 1px solid var(--line); }
.harbor-now-photo img { width: 100%; height: 168px; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform .35s ease; }
.harbor-now-card:hover .harbor-now-photo img { transform: scale(1.025); }
.harbor-now-photo figcaption { position: absolute; right: 9px; bottom: 9px; padding: 3px 8px; background: rgba(18,47,80,.88); color: #fff; font-size: .68rem; }
.harbor-now-card .card-label { margin-bottom: 18px; color: var(--wheel-red); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.harbor-now-card time { margin: -12px 0 9px; color: var(--muted); font-size: .88rem; }
.harbor-now-card h3 { margin: 0 0 10px; font-size: 1.45rem; }
.harbor-now-card p { margin: 0 0 14px; color: var(--muted); font-size: .98rem; }
.harbor-now-card .text-link { margin-top: auto; }
.contact-single { max-width: 760px; margin-inline: auto; text-align: center; }
.contact-single p { margin-inline: auto; }
.contact-single .hero-actions { justify-content: center; }
.arrival-summary { border-left: 1px solid var(--line); padding-left: 32px; }
.arrival-card { margin-top: 24px; }
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.info-list .label { color: var(--muted); flex-shrink: 0; }
.info-list a, .info-list span { overflow-wrap: anywhere; }
.info-list a { min-height: 32px; display: inline-flex; align-items: center; }
.today-note { padding: 12px 16px; background: var(--linen); border-left: 3px solid var(--flag-blue); }
.tarieven-note, .empty-note { margin-top: 18px; color: var(--muted); font-size: .95rem; }
.table-wrap { overflow-x: auto; }
table.tarieven { width: 100%; border-collapse: collapse; border: 1px solid var(--line); }
table.tarieven th, table.tarieven td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; }
table.tarieven th { background: var(--deep-blue); color: #fff; font-weight: 600; }
table.tarieven tr:nth-child(even) { background: var(--linen); }
table.tarieven .amount { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.next-step h2 { margin: 0 0 14px; }
.next-step p { margin-bottom: 22px; }
.site-footer { padding: 44px 0 22px; background: #0d263f; color: #e5dfd3; font-size: .94rem; }
.footer-top { display: grid; grid-template-columns: auto 1.15fr 1fr 1fr; gap: 36px; }
.footer-emblem { align-self: start; width: 88px; padding: 7px; background: var(--paper); }
.footer-emblem .emblem { width: 72px !important; height: auto !important; }
.site-footer h2 { margin: 0 0 14px; color: #fff; font-size: 1.15rem; }
.site-footer p { margin: 0; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer a { display: inline-flex; align-items: center; min-height: 36px; color: #f5dfa0; }
.footer-bottom { margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); text-align: center; color: #c3ccd7; font-size: .8rem; }
@media (max-width: 1080px) {
  .site-header .wrap { flex-wrap: wrap; gap: 0 16px; padding-block: 12px; }
  .site-header.nav-ready .nav-toggle { display: inline-flex; }
  .main-nav { width: 100%; }
  .site-header.nav-ready .main-nav { display: none; }
  .site-header.nav-ready .main-nav.is-open { display: block; }
  .main-nav ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px 24px; padding-top: 16px; }
  .main-nav a { padding: 8px 4px; min-height: 48px; }
  .main-nav .member-link { justify-content: center; }
  .facility-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-hero h1 { font-size: 3.3rem; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-emblem { display: none; }
  .harbor-signal-inner { grid-template-columns: 125px minmax(0,1fr) 190px; gap: 22px; }
  .home-welcome-grid { gap: 48px; }
  .home-contact-inner { grid-template-columns: minmax(0,1fr) minmax(190px,.7fr) auto; gap: 28px; }
  .home-contact-inner--compact { grid-template-columns: minmax(0,1fr) auto; }
}
@media (max-width: 720px) {
  body { font-size: 1rem; }
  .wrap { width: calc(100% - 32px); }
  .topbar { display: none; }
  .site-header .wrap { min-height: 76px; gap: 0 10px; }
  .brand { flex: 1; min-width: 0; gap: 9px; }
  .brand .emblem { max-width: 52px; flex-shrink: 0; }
  .brand-word { font-size: 1.3rem; }
  .brand-sub { font-size: .6rem; }
  .nav-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .nav-toggle { justify-content: center; flex-shrink: 0; }
  .main-nav ul { grid-template-columns: 1fr; gap: 0; }
  .main-nav a { border-bottom: 1px solid var(--line); }
  .main-nav .member-link { margin-top: 12px; }
  section { padding: 38px 0; }
  .home-opening { display: flex; flex-direction: column; }
  .home-hero { display: contents; }
  .home-hero-copy { order: 0; }
  .hero-copy-inner { max-width: none; margin: 0; padding: 32px 16px; }
  .home-hero h1 { max-width: 480px; font-size: clamp(2.45rem,10vw,3.4rem); margin-bottom: 18px; }
  .home-hero .lead { font-size: 1.05rem; margin-bottom: 18px; }
  .section-kicker { font-size: .7rem; margin-bottom: 10px; }
  .hero-actions { gap: 8px 16px; }
  .home-hero-photo { order: 2; min-height: 180px; clip-path: none; margin-top: 0; }
  .noticeboard { order: 1; padding-bottom: 24px; }
  .noticeboard-grid { grid-template-columns: 1fr; }
  .route-card, .route-card:first-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-card h2 { font-size: 1.4rem; margin-bottom: 5px; }
  .route-card p { margin-bottom: 7px; font-size: .94rem; }
  .route-card > span { font-size: .94rem; }
  .two-col, .story-compact, .home-history, .grid, .steps { grid-template-columns: 1fr; gap: 24px; }
  .home-history-intro { position: static; }
  .home-history-photo img { height: 210px; }
  .home-timeline article { grid-template-columns: 82px 1fr; gap: 14px; }
  .harbor-now-heading { display: block; }
  .harbor-now-grid { grid-template-columns: 1fr; }
  .harbor-now-card { padding: 22px 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .harbor-now-photo { margin: -22px -20px 19px; }
  .harbor-now-photo img { height: 190px; }
  .harbor-now-card:last-child { border-bottom: 0; }
  .feature-list li { grid-template-columns: 1fr; gap: 4px; }
  .card { padding: 22px; }
  .page-hero { padding: 30px 0; }
  .page-hero::after { right: -45px; }
  .page-hero h1 { font-size: clamp(2.2rem,9vw,3rem); overflow-wrap: anywhere; }
  .photo-frame img { height: 235px; }
  .plattegrond-frame img { height: auto; }
  .club-timeline article { grid-template-columns: 80px 1fr; gap: 16px; }
  .arrival-summary { border: 0; padding: 0; }
  .arrival-card { margin-top: 0; }
  .info-list li { flex-direction: column; gap: 2px; }
  .info-list a { min-height: 44px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .site-footer a { min-height: 44px; }
  table.tarieven th, table.tarieven td { padding: 12px; }
  .home-hero--club .hero-copy-inner { padding-top: 34px; padding-bottom: 34px; }
  .hero-clubline { margin-bottom: 14px; }
  .home-hero--club .home-hero-photo { min-height: 230px; clip-path: none; }
  .hero-photo-note { left: 16px; bottom: 14px; max-width: calc(100% - 110px); flex-wrap: wrap; }
  .home-hero--club .photo-caption { top: 14px; right: 14px; }
  .harbor-signal-inner { min-height: 0; grid-template-columns: 1fr; gap: 18px; padding-block: 28px 30px; }
  .harbor-signal-label { min-height: 34px; padding: 0 0 15px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .harbor-signal-action { justify-items: start; padding: 16px 0 0; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .home-welcome { padding-block: 52px; }
  .home-welcome-grid { grid-template-columns: 1fr; gap: 48px; }
  .club-routes a { grid-template-columns: 1fr auto; gap: 3px 14px; padding-block: 14px; }
  .club-routes .route-tag { grid-column: 1/-1; }
  .club-archive { width: min(100%,440px); margin-inline: auto; padding: 30px 24px 24px; transform: rotate(.6deg); }
  .home-memory { padding-block: 50px; }
  .home-memory-grid { grid-template-columns: 1fr; gap: 42px; }
  .home-memory-visual { width: min(100%,560px); }
  .home-contact-inner { grid-template-columns: 1fr; gap: 26px; }
  .home-contact-facts { padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .home-contact-action .hero-actions { justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
