:root{--bg:#f6f7f9;--bg-raised:#fff;--bg-card:#fff;--bg-hover:#f0f2f5;--ink:#1a1d21;--ink-soft:#444950;--ink-muted:#6b7280;--ink-faint:#d1d5db;--border:#e2e5ea;--border-subtle:#eceef1;--accent:#1a6fa5;--accent-dim:#1a6fa5;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 32px #0000001a;--font-display:"DM Serif Display", Georgia, serif;--font-body:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6}a:hover{text-decoration:underline}.post-page{max-width:var(--max-width);margin:0 auto;padding:32px 24px}.post-full{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:24px;overflow:hidden}.post-full .post-header{border-bottom:1px solid var(--border-subtle);padding:24px 28px}.post-full .post-header .date{color:var(--ink-muted);font-variant-numeric:tabular-nums;margin-right:12px;font-size:.85rem}.post-full .post-header .category{text-transform:uppercase;letter-spacing:1px;color:var(--accent);background:#1a6fa514;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.post-full .post-header :is(h1,h2){font-family:var(--font-display);color:var(--ink);margin-top:8px;font-size:1.75rem;font-weight:400;line-height:1.3}.post-full .post-text{color:var(--ink-soft);padding:24px 28px;font-size:1rem;line-height:1.7}.post-full .post-text p{margin-bottom:1em}.post-full .post-text p:last-child{margin-bottom:0}.post-gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;padding:0 28px 24px;display:grid}.gallery-item{border-radius:var(--radius);cursor:pointer;background:var(--bg);aspect-ratio:4/3;position:relative;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.gallery-item:hover img{transform:scale(1.05)}.gallery-item.has-caption{aspect-ratio:auto;cursor:default;flex-direction:column;display:flex;overflow:visible}.gallery-item.has-caption img{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius);cursor:pointer;height:auto}.gallery-item.has-caption .image-caption{color:#666;text-align:center;padding:0 4px 6px;font-size:.85rem;font-style:italic;line-height:1.35}.image-gallery{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:2rem;display:grid}.image-item{flex-direction:column;align-items:center;display:flex}.image-gallery img{cursor:pointer;border-radius:4px;width:100%;height:auto;margin-bottom:.5rem;transition:transform .3s;box-shadow:0 2px 8px #0000001a}.image-caption{color:#666;text-align:center;margin-top:.25rem;font-size:.85rem;font-style:italic;line-height:1.4}.lightbox{z-index:3000;cursor:zoom-out;background:#000000eb;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.lightbox.active{flex-direction:column;display:flex}.lightbox img{object-fit:contain;border-radius:var(--radius);max-width:90vw;max-height:84vh}.lightbox-caption{color:#ffffffeb;text-align:center;max-width:90vw;margin-top:.75rem;padding:0 1rem;font-size:1rem;font-style:italic;line-height:1.35}.lightbox-close{z-index:1002;color:#ffffffb3;cursor:pointer;font-size:3.5rem;line-height:1;transition:color .2s;position:absolute;top:20px;right:28px}.lightbox-close:hover{color:#fff}.lightbox-nav{z-index:1001;-webkit-backdrop-filter:blur(8px);color:#ffffffe6;cursor:pointer;user-select:none;background:#00000080;border:0;border-radius:12px;justify-content:center;align-items:center;width:60px;height:80px;font-size:3.5rem;line-height:1;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:after,.lightbox-prev:after,.lightbox-next:after{display:none}.lightbox-prev{left:22px}.lightbox-next{right:22px}.lightbox-nav:hover,.lightbox-nav:focus-visible{color:#fff;background:#ffffff3d;transform:translateY(-50%)scale(1.04)}.lightbox-nav:focus-visible{outline-offset:4px;outline:2px solid #ffffffd9}.post-navigation{justify-content:space-between;align-items:center;gap:12px;padding:16px 0;display:flex}.post-navigation a{color:var(--ink-soft);border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-raised);padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .15s}.post-navigation a:hover{background:var(--bg-hover);color:var(--ink);box-shadow:var(--shadow-sm);text-decoration:none;transform:translateY(-1px)}.nav-prev:before{content:"← "}.nav-next:after{content:"  →"}.nav-home{margin:0 auto}@media (width<=900px){.post-gallery{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));padding:0 20px 20px}.post-full .post-header,.post-full .post-text{padding:20px}}@media (width<=600px){.post-gallery{grid-template-columns:1fr;padding:0 16px 16px}.post-full .post-header :is(h1,h2){font-size:1.4rem}.post-navigation{flex-direction:column;gap:8px}.post-navigation a{text-align:center;width:100%}.lightbox img{max-width:86vw;max-height:86vh}.lightbox-nav{background:#ffffff2e;width:42px;height:56px;font-size:2.2rem}.lightbox-prev{left:8px}.lightbox-next{right:8px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.post-navigation a:hover{transform:none}}.post-share{border-top:1px solid var(--border);align-items:center;gap:12px;margin-top:24px;padding:24px 0;display:flex}.post-share-label{color:var(--muted);font-size:.9rem;font-weight:600}.post-share-links{gap:8px;display:flex}.share-btn{background:var(--bg-hover);width:40px;height:40px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;text-decoration:none;transition:all .2s;display:inline-flex}.share-btn:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.share-btn:active{transform:translateY(0)}@media (width<=600px){.post-share{flex-direction:column;align-items:flex-start;gap:12px}}@media print{.topbar,.footer,#nl-f,#nl-o,.lightbox,.post-navigation,.back-to-top,.post-share{display:none!important}body{color:#000;background:#fff;font-size:12pt;line-height:1.5}.post-full{page-break-inside:avoid;max-width:100%}a{color:#000;text-decoration:underline}a[href]:after{content:" (" attr(href) ")";font-size:.8em}.post-header{page-break-after:avoid}.post-gallery{page-break-inside:avoid}}body.theme-dark{--bg:#121820;--bg-raised:#1e2a38;--bg-card:#1e2a38;--bg-hover:#243341;--ink:#e4eaf0;--ink-soft:#b0c4d4;--ink-muted:#8aa0b2;--ink-faint:#3a4a5a;--border:#c8d7e61a;--border-subtle:#c8d7e60f;color:#e4eaf0;background:#121820}body.theme-dark .post-page{background:#121820}body.theme-dark .post-full,body.theme-dark .post-header,body.theme-dark .post-text,body.theme-dark .post-header :is(h1,h2){color:#e4eaf0}body.theme-dark .post-header .date,body.theme-dark .post-header .category{color:var(--ink-muted)}body.theme-dark .post-text p{color:#c8d4dc}body.theme-dark .image-caption{color:var(--ink-muted);background:#1e2a38c7}body.theme-dark .post-navigation a{background:var(--bg-hover);color:var(--ink);border-color:var(--border)}body.theme-dark .post-navigation a:hover{background:#2a3a4a}body.theme-dark footer{color:var(--ink-muted);background:#0e141a}body.theme-dark .post-share{border-top-color:var(--border)}body.theme-dark .post-share-label{color:var(--ink-muted)}body.theme-dark .share-btn{background:var(--bg-hover);color:var(--ink)}body.theme-dark .lightbox{background:#000000f2}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}@media (width<=680px){.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #1e7a7a}.topbar{z-index:2200;-webkit-backdrop-filter:blur(14px);background:#ffffffe0;border-bottom:1px solid #0f1a2314;justify-content:space-between;align-items:center;padding:12px clamp(16px,4vw,44px);display:flex;position:sticky;top:0}.brand{color:#0f1a23;align-items:center;gap:10px;font-size:1.05rem;font-weight:800;text-decoration:none;display:flex}.brand img{border-radius:50%;width:34px;height:34px}.menu-btn{cursor:pointer;color:#0f1a23;background:0 0;border:1px solid #0f1a231a;border-radius:10px;padding:8px 12px;font-size:1.1rem;display:none}.nav-right,.nav-pages{align-items:center;gap:4px;display:flex}.nav-pages a,.links a{color:#5e6b75;border-radius:999px;padding:8px 13px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .15s}.nav-pages a:hover,.links a:hover{color:#0f1a23;background:#0f1a230f}.nav-pages a[aria-current=page]{color:#fff;background:#0e2433}.links{align-items:center;gap:4px;display:flex}.nav-sep{background:#0f1a231a;flex-shrink:0;width:1px;height:22px;margin:0 6px}.lang-switch{border:1px solid #0f1a231a;border-radius:999px;margin-left:8px;display:flex;overflow:hidden}.lang-switch a{color:#5e6b75;padding:6px 10px;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .15s}.lang-switch a:hover{background:#0f1a230a}.lang-switch a.active{color:#fff;background:#0e2433}@media (width<=680px){.menu-btn{display:block}.nav-right{display:none}body.menu-open .nav-right{z-index:30;background:#fff;border:1px solid #0f1a231a;border-radius:16px;flex-direction:column;align-items:stretch;gap:4px;min-width:200px;padding:12px;animation:.3s ease-out slideIn;display:flex;position:absolute;top:58px;right:16px;box-shadow:0 10px 40px #0000001f}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}body.menu-open .nav-pages{flex-direction:column;display:flex}body.menu-open .nav-pages a{padding:12px 16px}body.menu-open .nav-pages a[href="/fr/"]:before{content:"🏠 "}body.menu-open .nav-pages a[href="/fr/libertaire.html"]:before{content:"⛵ "}body.menu-open .nav-pages a[href="/fr/crew.html"]:before{content:"👥 "}body.menu-open .nav-pages a[href="/fr/tracks.html"]:before{content:"🗺️ "}body.menu-open .nav-pages a[href="/fr/galerie.html"]:before{content:"🖼️ "}body.menu-open .nav-pages a[href="/en/"]:before{content:"🏠 "}body.menu-open .nav-pages a[href="/en/libertaire.html"]:before{content:"⛵ "}body.menu-open .nav-pages a[href="/en/crew.html"]:before{content:"👥 "}body.menu-open .nav-pages a[href="/en/tracks.html"]:before{content:"🗺️ "}body.menu-open .nav-pages a[href="/en/gallery.html"]:before{content:"🖼️ "}body.menu-open .nav-sep{width:100%;height:1px;margin:6px 0;display:block}body.menu-open .links{flex-direction:column;display:flex;position:static}body.menu-open .links a{padding:12px 16px}body.menu-open .lang-switch{margin:4px 0 0;display:flex;position:static}}@media screen and (prefers-color-scheme:dark){.topbar{background:#121820e0;border-bottom-color:#c8d7e614}.brand,.menu-btn{color:#e4eaf0}.menu-btn,.lang-switch{border-color:#c8d7e61f}.nav-pages a,.links a,.lang-switch a{color:#9aabb8}.nav-pages a:hover,.links a:hover,.lang-switch a:hover{color:#e4eaf0;background:#c8d7e614}.nav-pages a[aria-current=page],.lang-switch a.active{color:#0e141a;background:#8ab4d6}.nav-sep{background:#c8d7e61a}@media (width<=680px){body.menu-open .nav-right{background:#1e2a38;border-color:#c8d7e61f;box-shadow:0 16px 46px #0000006b}body.menu-open .nav-sep{background:#c8d7e61a}}}.theme-toggle{cursor:pointer;color:#0f1a23;background:0 0;border:1px solid #0f1a231a;border-radius:10px;margin-left:4px;padding:8px 12px;font-size:1.1rem;transition:all .15s}.theme-toggle:hover{background:#0f1a230f}body.theme-dark{color:#e4eaf0;background:#121820}body.theme-dark .topbar{background:#121820e0;border-bottom-color:#c8d7e614}body.theme-dark .brand,body.theme-dark .menu-btn,body.theme-dark .theme-toggle{color:#e4eaf0}body.theme-dark .menu-btn,body.theme-dark .lang-switch,body.theme-dark .theme-toggle{border-color:#c8d7e61f}body.theme-dark .nav-pages a,body.theme-dark .links a,body.theme-dark .lang-switch a{color:#9aabb8}body.theme-dark .nav-pages a:hover,body.theme-dark .links a:hover,body.theme-dark .lang-switch a:hover{color:#e4eaf0;background:#c8d7e614}body.theme-dark .nav-pages a[aria-current=page],body.theme-dark .lang-switch a.active{color:#0e141a;background:#8ab4d6}body.theme-dark .nav-sep{background:#c8d7e61a}@media (width<=680px){body.theme-dark.menu-open .nav-right{background:#1e2a38;border-color:#c8d7e61f;box-shadow:0 16px 46px #0000006b}body.theme-dark.menu-open .nav-sep{background:#c8d7e61a}}.search-container{margin-left:8px;position:relative}.search-input{color:#0f1a23;background:#ffffffe6;border:1px solid #0f1a231a;border-radius:10px;width:180px;padding:8px 12px;font-family:inherit;font-size:.9rem;transition:all .15s}.search-input:focus{background:#fff;border-color:#1e7a7a;outline:none;width:220px}.search-input::placeholder{color:#9aabb8}.search-results{z-index:2300;background:#fff;border:1px solid #0f1a231a;border-radius:12px;min-width:300px;max-width:400px;max-height:500px;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 12px 40px #0000001f}.search-results-list{margin:0;padding:8px 0;list-style:none}.search-result-item{margin:0}.search-result-link{color:#0f1a23;padding:12px 16px;text-decoration:none;transition:background .15s;display:block}.search-result-link:hover{background:#0f1a230a}.search-result-title{color:#0f1a23;margin-bottom:4px;font-size:.95rem;font-weight:600;display:block}.search-result-date{color:#5e6b75;font-size:.82rem;display:block}.search-no-results{text-align:center;color:#5e6b75;padding:16px;font-size:.9rem}@media (width<=680px){.search-container{display:none}}body.theme-dark .search-input{color:#e4eaf0;background:#1e2a38c7;border-color:#c8d7e61f}body.theme-dark .search-input:focus{background:#1e2a38;border-color:#58b9d6}body.theme-dark .search-input::placeholder{color:#9aabb8}body.theme-dark .search-results{background:#1e2a38;border-color:#c8d7e61f}body.theme-dark .search-result-link{color:#e4eaf0}body.theme-dark .search-result-link:hover{background:#c8d7e60f}body.theme-dark .search-result-title{color:#e4eaf0}body.theme-dark .search-result-date,body.theme-dark .search-no-results{color:#9aabb8}picture{display:contents}:root{--bg:#f4f1ec;--ink:#0f1a23;--muted:#5e6b75;--card:#fff;--line:#0f1a231a;--navy:#0e2433;--teal:#1e7a7a;--sand:#d4a843;--sand-hover:#c49a38;--rust:#b8623b}*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:DM Sans,ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}.hero{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:16px;padding:20px clamp(16px,4vw,44px) 16px;display:grid}.hero-main{color:#fff;background-color:#0e2433;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:500px;padding:clamp(28px,4vw,48px);display:flex;position:relative;overflow:hidden}.hero-main:before{content:"";background:linear-gradient(#0e2433b8 0%,#0e243366 35%,#0e24338c 65%,#0e2433d9 100%);position:absolute;inset:0}.hero-main>*{z-index:1;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#7dd8d8;font-size:.72rem;font-weight:800}.hero-main h1{text-shadow:0 2px 8px #0000004d;max-width:520px;margin:10px 0 16px;font-family:DM Serif Display,Georgia,serif;font-size:clamp(2.4rem,5vw,4.6rem);font-weight:400;line-height:.95}.hero-main p{color:#e2eef0;max-width:460px;font-size:1rem;line-height:1.5}.latest-card{background:#ffffff1f;border:2px solid #fff3;border-radius:16px;align-items:center;gap:16px;max-width:560px;margin-top:18px;padding:18px 22px;transition:all .2s;display:flex;position:relative;overflow:hidden}.latest-card:before{content:"📰 Dernier post";text-transform:uppercase;letter-spacing:.08em;color:var(--sand);opacity:.9;font-size:.68rem;font-weight:800;position:absolute;top:8px;left:22px}.latest-card:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 12px 32px #00000040}.latest-card img{object-fit:cover;border-radius:10px;flex-shrink:0;width:80px;height:60px;margin-top:12px}.lc-thumb-empty{background:linear-gradient(135deg,#7ed8d838,#d4a84333);border-radius:10px;flex-shrink:0;width:80px;height:60px;margin-top:12px}.lc-body{flex:1;min-width:0;margin-top:12px}.lc-label{text-transform:uppercase;letter-spacing:.08em;color:var(--sand);margin-bottom:2px;font-size:.72rem;font-weight:800;display:block}.lc-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.lc-date{color:#b0cdd4;margin-top:2px;font-size:.78rem}.lc-arrow{color:var(--sand);flex-shrink:0;font-size:1.2rem;font-weight:800;transition:transform .15s}.latest-card:hover .lc-arrow{transform:translate(3px)}.lc-loading{color:#b0cdd4;font-size:.88rem}.stats-bar{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px;display:grid}.stat{text-align:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;padding:14px 10px}.stat strong{background:linear-gradient(135deg, var(--teal), var(--sand));-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;font-weight:700;line-height:1;display:block}.stat span{color:#d9e7e9;margin-top:6px;font-size:.8rem;display:block}.stat+.stat{border-left:1px solid #ffffff26}.quick{grid-template-columns:1fr 1fr;gap:12px;display:grid}.tile{background:var(--card);border:1px solid var(--line);border-radius:22px;flex-direction:column;justify-content:space-between;min-height:236px;padding:20px;transition:all .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #0f1a230a}.tile:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0f1a2314}.tile.photo{color:#fff;background:linear-gradient(#0e24334d 0%,#0e2433b8 100%),url(/fr/images/2023/996932641416158.webp) 50%/cover;border-color:#0000}.tile.boat{color:#fff;background:linear-gradient(#0e243338 0%,#0e243385 42%,#0e2433e6 100%),url(/fr/images/boat-tile.webp) 50%/cover;border-color:#0000}.tile.route-tile{color:#fff;background:linear-gradient(#06121e1f 0%,#06121e75 42%,#06121ee0 100%),url(/fr/images/route-map-thumb.webp?v=20260526a) 50%/cover;border-color:#0000}.tile.gallery-tile{color:#fff;background:linear-gradient(#0e243338 0%,#0e243385 42%,#0e2433e6 100%),url(/fr/images/2018/612038559127811.webp) 50%/cover;border-color:#0000;margin-top:8px}.tile.crew-tile{color:#fff;background:linear-gradient(#0e24334d 0%,#0e24338c 40%,#0e2433e6 100%),url(/fr/images/crew-family.webp) 50%/cover;border-color:#0000}.tile h2{margin:0;font-family:DM Serif Display,Georgia,serif;font-size:1.4rem;font-weight:400;line-height:1.1}.tile>div{padding-right:46px}.tile p{color:var(--muted);margin:6px 0 0;font-size:.9rem;line-height:1.4}.tile.photo p,.tile.boat p,.tile.route-tile p,.tile.gallery-tile p,.tile.crew-tile p{color:#d6e7ea}.badge{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;background:#ffffffeb;border-radius:999px;align-self:start;padding:5px 11px;font-size:.72rem;font-weight:800}.tile-arrow{width:30px;height:30px;color:var(--muted);background:#0f1a230f;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:all .15s;display:flex;position:absolute;bottom:16px;right:16px}.tile:hover .tile-arrow{background:var(--teal);color:#fff}.tile.photo .tile-arrow,.tile.boat .tile-arrow,.tile.route-tile .tile-arrow,.tile.gallery-tile .tile-arrow,.tile.crew-tile .tile-arrow{color:#fff;background:#ffffff24}.tile.photo:hover .tile-arrow,.tile.boat:hover .tile-arrow,.tile.route-tile:hover .tile-arrow,.tile.gallery-tile:hover .tile-arrow,.tile.crew-tile:hover .tile-arrow{background:var(--sand);color:#1a1205}.below{grid-template-columns:1fr 320px;gap:16px;padding:4px clamp(16px,4vw,44px) 48px;display:grid}.feed{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px}.feed-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.feed-head h2{margin:0;font-size:1.35rem;font-weight:700}.feed-head a{color:var(--teal);font-size:.9rem;font-weight:700}.feed-head a:hover{text-decoration:underline}.filter{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.chip{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.chip:hover{background:#0f1a230a}.chip.active{background:var(--teal);color:#fff;border-color:var(--teal);font-weight:700;transform:translateY(-2px);box-shadow:0 4px 12px #1e7a7a4d}.chip.active:before{content:"✓ ";margin-right:2px}.row{border-top:1px solid var(--line);grid-template-columns:80px 1fr auto;align-items:center;gap:12px;padding:12px 0;transition:all .15s;display:grid}.row:hover{background:#0f1a2305;border-radius:12px;margin:0 -10px;padding-left:10px;padding-right:10px}.row img,.row-thumb{object-fit:cover;background:var(--bg);border-radius:12px;width:80px;height:62px;display:block}.row-thumb-empty{border:1px solid var(--line);background:linear-gradient(135deg,#1e7a7a24,#d4a8432e)}.row h3{margin:0 0 2px;font-size:1rem;font-weight:700}.row p{color:var(--muted);margin:0;font-size:.88rem}.row .meta{color:var(--teal);text-transform:uppercase;letter-spacing:.04em;margin-bottom:1px;font-size:.76rem;font-weight:700}.arrow{color:var(--teal);font-size:1.1rem;font-weight:800}.timeline-aside{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:22px 18px}.timeline{flex-direction:column;display:flex;position:relative}.timeline:before{content:"";background:var(--line);border-radius:1px;width:2px;position:absolute;top:6px;bottom:6px;left:38px}.tl-row{cursor:pointer;border-radius:6px;grid-template-columns:36px 20px 1fr;align-items:start;gap:0;padding:5px 0;transition:background .15s;display:grid;position:relative}.tl-row:hover{background:#0000000a}.tl-year{color:var(--muted);text-align:right;font-variant-numeric:tabular-nums;padding-top:2px;font-size:.72rem;font-weight:700}.tl-active .tl-year{color:var(--navy);font-size:.78rem;font-weight:800}.tl-active .tl-year:before{content:"";background:var(--teal);vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.tl-active .tl-label{color:var(--navy);font-weight:700}.tl-active{background:#0e2a3a0f}.tl-bar{background:var(--teal);border:2px solid var(--card);width:10px;height:10px;box-shadow:0 0 0 2px var(--teal);z-index:1;border-radius:50%;margin:3px auto 0;position:relative}.tl-bar-accent{background:#e8a838;width:12px;height:12px;margin-top:2px;box-shadow:0 0 0 2px #e8a838}.tl-bar-dim{background:var(--line);box-shadow:0 0 0 2px var(--line)}.tl-highlight .tl-year{color:var(--navy);font-weight:800}.tl-label{color:var(--muted);padding-left:6px;font-size:.76rem;line-height:1.35}.tl-highlight .tl-label{color:var(--navy);font-weight:600}.loading-state{color:var(--muted);padding:20px}.loading-spinner{border:2px solid var(--line);border-top-color:var(--teal);vertical-align:middle;border-radius:50%;width:24px;height:24px;margin-right:8px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.footer{color:var(--muted);border-top:1px solid var(--line);background:var(--bg);padding:48px clamp(16px,4vw,44px) 28px;font-size:.88rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px;margin-bottom:32px;display:grid}.footer-col h4{color:var(--ink);text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:.9rem;font-weight:700}.footer-col a{color:var(--muted);padding:6px 0;text-decoration:none;transition:color .15s;display:block}.footer-col a:hover{color:var(--teal)}.footer-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.footer-bottom p{margin:0;font-size:.82rem}.back-to-top{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .2s;display:flex}.back-to-top:hover{background:var(--sand);transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.back-to-top:active{transform:translateY(-1px)}@media print{.topbar,.footer,#nl-f,#nl-o,.lightbox,.post-navigation,.back-to-top{display:none!important}body{color:#000;background:#fff;font-size:12pt;line-height:1.5}.post-full{page-break-inside:avoid;max-width:100%}a{color:#000;text-decoration:underline}a[href]:after{content:" (" attr(href) ")";font-size:.8em}.hero{page-break-after:always}}@media (width<=1024px){.hero{grid-template-columns:1fr}.hero-main{min-height:440px}.below{grid-template-columns:1fr}.side{flex-direction:row}.side .panel{flex:1}.stats-bar{grid-template-columns:repeat(4,1fr)}.timeline-aside{order:2}}@media (width<=680px){.menu-btn{display:block}.quick{grid-template-columns:1fr}.hero-main{border-radius:20px;min-height:420px}.tile,.feed,.panel{border-radius:18px}.row{grid-template-columns:64px 1fr}.row img,.row-thumb{width:64px;height:52px}.arrow{display:none}.side{flex-direction:column}.stats-bar{grid-template-columns:repeat(2,1fr)}.hero-main h1{font-size:2.4rem}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.tile,.row,.latest-card,.chip,.tl-row{transition:none}.tile:hover,.row:hover,.latest-card:hover,.latest-card:hover .lc-arrow{transform:none}.loading-spinner{animation:none}html{scroll-behavior:auto}}@media screen and (prefers-color-scheme:dark){:root{--bg:#121820;--ink:#e4eaf0;--muted:#9aabb8;--card:#1e2a38;--line:#c8d7e61a;--navy:#8ab4d6;--teal:#58b9d6;--sand:#e8a838;--sand-hover:#d99a22;--rust:#d98a66}body{background:radial-gradient(circle at 10% 0%, #e8a83814, transparent 30%), radial-gradient(circle at 86% 12%, #58b9d614, transparent 32%), linear-gradient(180deg, #1a2430 0%, var(--bg) 58%, #0e141a 100%)}.tile:not(.boat):not(.route-tile):not(.gallery-tile):not(.crew-tile):not(.photo),.feed,.timeline-aside,.panel{background:#1e2a38c7;border-color:#c8d7e61a;box-shadow:0 14px 40px #0000003d}.tile:hover,.row:hover{box-shadow:0 18px 46px #00000047}.row:hover,.tl-row:hover,.tl-active{background:#c8d7e60f}.chip{color:var(--ink-soft,var(--muted));background:#1e2a388f;border-color:#c8d7e61f}.chip:hover{color:var(--ink);background:#283748d6}.chip.active{background:var(--navy);border-color:var(--navy);color:#0e141a}.badge{color:#0e141a;background:#e4eaf0eb}.tile:not(.boat):not(.route-tile):not(.gallery-tile):not(.crew-tile):not(.photo) .tile-arrow{color:var(--ink);background:#c8d7e614}.row-thumb-empty{background:linear-gradient(135deg,#58b9d629,#e8a83829);border-color:#c8d7e61a}.tl-bar{border-color:var(--card)}.tl-active .tl-year,.tl-active .tl-label,.tl-highlight .tl-year,.tl-highlight .tl-label{color:var(--navy)}.route-link{background:#0a1622c7;border:1px solid #c8d7e61a}}body.theme-dark{--bg:#121820;--ink:#e4eaf0;--muted:#9aabb8;--card:#1e2a38;--line:#c8d7e61a;--navy:#8ab4d6;--teal:#58b9d6;--sand:#e8a838;--sand-hover:#d99a22;--rust:#d98a66;color:#e4eaf0;background:radial-gradient(circle at 10% 0,#e8a83814,#0000 30%),radial-gradient(circle at 86% 12%,#58b9d614,#0000 32%),linear-gradient(#1a2430 0%,#121820 58%,#0e141a 100%)}body.theme-dark .tile:not(.boat):not(.route-tile):not(.gallery-tile):not(.crew-tile):not(.photo),body.theme-dark .feed,body.theme-dark .timeline-aside,body.theme-dark .panel{background:#1e2a38c7;border-color:#c8d7e61a;box-shadow:0 14px 40px #0000003d}body.theme-dark .tile:hover,body.theme-dark .row:hover{box-shadow:0 18px 46px #00000047}body.theme-dark .row:hover,body.theme-dark .tl-row:hover,body.theme-dark .tl-active{background:#c8d7e60f}body.theme-dark .chip{color:var(--muted);background:#1e2a388f;border-color:#c8d7e61f}body.theme-dark .chip:hover{color:var(--ink);background:#283748d6}body.theme-dark .chip.active{background:var(--navy);border-color:var(--navy);color:#0e141a}body.theme-dark .badge{color:#0e141a;background:#e4eaf0eb}body.theme-dark .tile:not(.boat):not(.route-tile):not(.gallery-tile):not(.crew-tile):not(.photo) .tile-arrow{color:var(--ink);background:#c8d7e614}body.theme-dark .row-thumb-empty{background:linear-gradient(135deg,#58b9d629,#e8a83829);border-color:#c8d7e61a}body.theme-dark .tl-bar{border-color:var(--card)}body.theme-dark .tl-active .tl-year,body.theme-dark .tl-active .tl-label,body.theme-dark .tl-highlight .tl-year,body.theme-dark .tl-highlight .tl-label{color:var(--navy)}body.theme-dark .footer{background:#121820;border-top-color:#c8d7e61a}body.theme-dark .footer-col a{color:var(--muted)}body.theme-dark .footer-col a:hover{color:var(--teal)}body.theme-dark .footer-bottom{border-top-color:#c8d7e61a}body.theme-dark .footer-col h4{color:var(--ink)}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6h9Q.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Serif Display;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0ujy.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Serif Display;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.skip-link{z-index:1000;color:#fff;background:#0e2433;border-radius:0 0 8px;padding:8px 16px;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus,.skip-link:focus-visible{left:0}
