:root{--bg:#0a0a0b;--surface:#161618;--line:#2b2b30;--text:#e9e7e4;--text-soft:#96938f;--accent:#d0553c;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--pad:clamp(0.8rem, 3vw, 2.5rem)}*,*::before,*::after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--text);background:var(--bg)}a{color:var(--accent)}.site-head{padding:1.1rem var(--pad).9rem}.site-head__name{font-size:1.6rem;font-weight:600;letter-spacing:-.02em;color:var(--text);text-decoration:none}.posts{list-style:none;margin:0;padding:0}.post{margin-bottom:2rem}.post__frame{position:relative}.post__nav{display:none}@media(min-width:40rem){.post--pilotable .post__nav{display:grid;place-items:center;position:absolute;top:50%;transform:translateY(-50%);width:2.2rem;height:2.2rem;padding:0 0 .15rem;border:none;border-radius:50%;background:rgba(10,10,11,.55);color:var(--text);font-family:var(--font);font-size:1.5rem;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s ease}.post:hover .post__nav,.post__nav:focus-visible{opacity:1}.post--pilotable .post__nav:disabled{opacity:0;pointer-events:none}.post__nav--prev{left:.6rem}.post__nav--next{right:.6rem}.post--pilotable .post__nav--up,.post--pilotable .post__nav--down{top:auto;left:50%}.post--pilotable .post__nav--up{top:.6rem;transform:translateX(-50%)rotate(90deg)}.post--pilotable .post__nav--down{bottom:.6rem;transform:translateX(-50%)rotate(90deg)}}.post__strip{list-style:none;margin:0;padding:0;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none}.post__strip::-webkit-scrollbar{display:none}.post__slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always}.post__slide img{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;display:block;background:var(--surface)}.dots{display:flex;justify-content:center;gap:5px;list-style:none;margin:.55rem 0 0;padding:0}.dot{width:5px;height:5px;border-radius:50%;background:var(--text);opacity:.25}.dot.is-on{opacity:1}.counter{margin:.55rem 0 0;text-align:center;font-size:.72rem;color:var(--text-soft)}.post__body{padding:.6rem var(--pad)0}.post__title{display:block;font-size:1.15rem;color:var(--text);text-decoration:none}.post__meta{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-top:.25rem;color:var(--text-soft);font-size:.78rem}.post__count{white-space:nowrap}@media(max-width:39.999rem){body.is-feed{overflow:hidden}.stream{height:100dvh;overflow-y:auto;scroll-snap-type:y mandatory;overscroll-behavior-y:contain;padding-bottom:100dvh}.site-head{scroll-snap-align:start}.post{scroll-snap-align:start;scroll-snap-stop:always}}@media(min-width:40rem){.stream{max-width:32rem;margin:0 auto;padding:0 var(--pad)3rem}.post{margin-bottom:2.5rem}.post__body{padding:.6rem 0 0}}.home{max-width:72rem;margin:0 auto;padding:var(--pad)}.home__head h1{margin:0;font-size:clamp(2rem,9vw,3.4rem);letter-spacing:-.02em;color:var(--text)}.feed{list-style:none;margin:1rem calc(-1 * var(--pad))0;padding:0;display:grid;grid-template-columns:1fr;gap:1.75rem}.card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:var(--text)}.card__cover{width:100%;aspect-ratio:4/5;object-fit:cover;display:block;background:var(--surface)}.card__body{padding:.5rem var(--pad)0}@media(min-width:40rem){.feed{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1rem;margin:1rem 0 0}.card{border:1px solid var(--line);background:var(--surface)}.card__body{padding:.45rem .6rem .55rem}}.card__title{display:block;font-size:1.05rem;line-height:1.25}.card__meta{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-top:.25rem;color:var(--text-soft);font-size:.78rem}.card__count{white-space:nowrap}.voyage,.voyages-list{max-width:72rem;margin:0 auto;padding:clamp(1rem,4vw,2.5rem)}.voyage__back,.voyages-list .voyage__back{display:inline-block;margin-bottom:1rem;text-decoration:none}.voyage__head h1{margin:.2rem 0;font-size:clamp(1.8rem,5vw,2.8rem)}.voyage__meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;color:var(--text-soft)}.voyage__summary{max-width:46rem;line-height:1.6}.tag{font-size:.72rem;text-transform:uppercase;letter-spacing:1px;padding:.15rem .55rem;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--text-soft)}.gallery{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:6px}.gallery__item{display:block;aspect-ratio:4/5;overflow:hidden;background:var(--surface)}.gallery__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.gallery__item:hover img{transform:scale(1.06)}body.lightbox-open{overflow:hidden}.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.96)}.lightbox.is-open{display:flex}.lightbox__figure{margin:0;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;align-items:center}.lightbox__img{max-width:92vw;max-height:82vh;object-fit:contain}.lightbox__caption{margin-top:.6rem;color:var(--text-soft)}.lightbox__close,.lightbox__nav{position:absolute;background:0 0;border:none;color:var(--text);cursor:pointer;font-family:var(--font);line-height:1}.lightbox__close{top:1rem;right:1.4rem;font-size:2.6rem}.lightbox__nav{top:50%;transform:translateY(-50%);font-size:3.4rem;padding:0 1rem}.lightbox__nav--prev{left:.4rem}.lightbox__nav--next{right:.4rem}.lightbox__close:hover,.lightbox__nav:hover{color:#fff}