.nav{position:fixed;inset:0 0 auto 0;display:flex;align-items:center;justify-content:center;gap:3rem;padding:1.4rem 2.5rem;z-index:50;mix-blend-mode:darken}body:has(.gallery:not(.gallery--rivers)) .nav{background:var(--bg);mix-blend-mode:normal}.nav__links{display:flex;gap:4.5rem}.nav__links .serif-link{opacity:.85;transition:opacity .25s}.nav__links .serif-link:hover,.nav__links .serif-link.active{opacity:1;transform:skew(-8deg)}.footer{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.4rem 2.5rem;position:fixed;inset:auto 0 0 0;z-index:40}.footer__group{display:flex;gap:2rem}.footer__credit{color:var(--muted)}@media (max-width: 720px){.nav{padding:1rem 1.25rem}.nav__links{gap:1.6rem}.footer{flex-wrap:wrap;padding:1rem 1.25rem}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:3rem}.modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#faf9f7f5;cursor:zoom-out}.modal__stage{position:relative;display:grid;grid-template-columns:minmax(0,7fr) minmax(260px,3fr);gap:3rem;width:min(1280px,100%);max-height:84vh}.modal__image-wrap{display:grid;place-items:center;min-width:0}.modal__image{max-height:84vh;width:auto;max-width:100%;object-fit:contain}.modal__panel{display:flex;flex-direction:column;gap:1.4rem;justify-content:center;padding-right:1rem}.modal__title{font-family:var(--serif);font-weight:500;font-size:2.4rem;line-height:1.05}.modal__description{font-family:var(--serif);font-size:1.05rem;line-height:1.6;color:#3c3a37;max-width:34ch}.modal__meta{display:flex;flex-direction:column;gap:.7rem;border-top:1px solid var(--line);padding-top:1.2rem}.modal__meta div{display:flex;justify-content:space-between;gap:1rem}.modal__meta dt{flex:0 0 auto;color:var(--muted);white-space:nowrap}.modal__meta dd{flex:1;font-family:var(--mono);font-size:.72rem;letter-spacing:.04em;text-align:right}.modal__nav{display:flex;gap:2rem;margin-top:.6rem}.modal__close{position:absolute;top:-2.2rem;right:0}@media (max-width: 900px){.modal{padding:1rem}.modal__stage{grid-template-columns:1fr;gap:1.2rem;overflow-y:auto;max-height:92vh}.modal__image{max-height:55vh}.modal__panel{padding:0 .5rem 1rem}.modal__close{top:-1.8rem}}.landing{position:relative;height:100vh;overflow:hidden;background:var(--bg);touch-action:none;overscroll-behavior:none}.river-col{position:absolute;top:0}.river-col--left{left:3vw;width:27vw;z-index:1}.river-col--right{right:3vw;width:27vw;z-index:1}.river-col--center{left:50%;transform:translate(-50%);width:50vw;z-index:3}.river-track{display:flex;flex-direction:column;align-items:flex-start;will-change:transform}.river-item{flex:none;overflow:hidden;background:var(--line)}.river-item img{width:100%;height:100%;object-fit:cover}.river-item--landscape{aspect-ratio:4 / 3}.river-item--portrait{aspect-ratio:3 / 4}.river-item--square{aspect-ratio:1 / 1}.river-item__link{position:relative;display:block;width:100%;height:100%}.river-label{position:absolute;z-index:2;transform:translate(-50%,-50%);padding:.3em .7em;background:var(--ink);color:var(--bg);font-family:var(--sans);font-size:.75rem;letter-spacing:.02em;white-space:nowrap;pointer-events:none}.river-block-grid{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;grid-template-columns:repeat(var(--cols),1fr);grid-template-rows:repeat(var(--rows),1fr)}.river-block{background:#615b5b;opacity:0;mix-blend-mode:hard-light;transition:opacity .3s ease-in}.river-block.is-active{opacity:.5}.river-col--center .river-item{aspect-ratio:16 / 10}.landing__wordmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;margin:0;width:100%;text-align:center;font-family:"Goodlinest",var(--sans);font-weight:400;font-size:max(1.4rem,5.5vw);line-height:1.14;padding-bottom:.12em;letter-spacing:0;color:var(--ink);mix-blend-mode:darken;white-space:nowrap;pointer-events:none}.landing__letter{display:inline-block}.landing__reg{font-size:.24em;vertical-align:super}.landing__cta{position:absolute;left:50%;bottom:7vh;transform:translate(-50%);z-index:5}.landing__cta:hover{font-style:italic}@media (max-width: 720px){.landing__wordmark{font-size:13.5vw}.river-col--mono{left:50%;transform:translate(-50%);width:84vw;z-index:3}.river-col--mono .river-track{align-items:center}}@media (prefers-reduced-motion: reduce){.river-track{transform:none!important}}.gallery{min-height:100vh;padding:7.5rem 2.5rem calc(3rem + var(--footer-h, 0px))}.gallery__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:2.5rem 2rem;align-items:start;max-width:1500px;margin:0 auto}.gallery__cell{grid-column:span 3}.gallery__cell--a{grid-column:1 / span 2;margin-top:1.5rem}.gallery__cell--b{grid-column:4 / span 2;margin-top:4.5rem}.gallery__cell--c{grid-column:7 / span 3;margin-top:0}.gallery__cell--d{grid-column:11 / span 2;margin-top:3rem}.gallery__cell--e{grid-column:2 / span 3;margin-top:2rem}.gallery__cell--f{grid-column:8 / span 2;margin-top:5rem}.project-card{display:block;width:100%;text-align:left;transition:opacity .35s ease}.project-card__label{display:block;margin-bottom:.5rem;color:var(--ink)}.project-card img{width:100%;height:auto}.gallery__grid:hover .project-card{opacity:.45}.gallery__grid .project-card:hover{opacity:1}@media (max-width: 900px){.gallery{padding:6rem 1.25rem calc(2rem + var(--footer-h, 0px))}.gallery__grid{grid-template-columns:1fr 1fr;gap:2rem 1.25rem}.gallery__cell,.gallery__cell--a,.gallery__cell--b,.gallery__cell--c,.gallery__cell--d,.gallery__cell--e,.gallery__cell--f{grid-column:auto;margin-top:0}.gallery__cell:nth-child(2n){margin-top:2.5rem}}.mode-toggle{display:flex;align-items:baseline;justify-content:center;gap:1.2rem;margin-bottom:3.5rem;padding-bottom:1rem;position:sticky;top:7.5rem;z-index:20;background:var(--bg)}@media (max-width: 900px){.gallery:not(.gallery--rivers){padding-top:4.375rem}.gallery:not(.gallery--rivers) .mode-toggle{top:4.375rem}}.mode-toggle .serif-link{color:var(--muted);transition:color .25s}.mode-toggle .serif-link.is-active{color:var(--ink);transform:skew(-8deg)}.mode-toggle__sep{color:var(--muted)}.gallery__split{display:grid;grid-template-columns:30% 1fr;gap:3rem;max-width:1500px;margin:0 auto}.country-panel{align-self:start;display:flex;flex-direction:column;gap:2.5rem;padding-left:.5rem}.country-panel__outline{width:min(220px,70%);color:var(--ink)}.country-panel__name{font-family:var(--serif);font-weight:500;font-size:3rem;line-height:1;margin-top:1rem}.country-panel__count{color:var(--muted);display:block;margin-top:.5rem}.country-panel__list{display:flex;flex-direction:column;gap:.55rem;border-top:1px solid var(--line);padding-top:1.5rem}.country-panel__list .serif-link{color:var(--muted);transition:color .25s}.country-panel__list .serif-link:hover{color:var(--ink)}.country-panel__list .serif-link.is-active{color:var(--ink);transform:skew(-8deg)}.gallery__stream{columns:2;column-gap:2rem}.gallery__stream-cell{break-inside:avoid;margin-bottom:2.5rem}@media (min-width: 901px){.gallery:not(.gallery--rivers){--footer-h: 4.5rem;min-height:0;height:calc(100dvh - var(--footer-h));height:calc(100vh - var(--footer-h));padding:4.375rem 2.5rem .75rem;overflow:hidden;display:flex;flex-direction:column}.gallery:not(.gallery--rivers) .mode-toggle{position:static;flex:none}.gallery:not(.gallery--rivers) .gallery__split{flex:1 1 auto;min-height:0}@supports not selector(::-webkit-scrollbar){.gallery:not(.gallery--rivers) .country-panel,.gallery:not(.gallery--rivers) .gallery__stream{scrollbar-width:thin;scrollbar-color:var(--line) transparent}}.gallery:not(.gallery--rivers) .country-panel::-webkit-scrollbar,.gallery:not(.gallery--rivers) .gallery__stream::-webkit-scrollbar{width:3px}.gallery:not(.gallery--rivers) .country-panel::-webkit-scrollbar-button,.gallery:not(.gallery--rivers) .gallery__stream::-webkit-scrollbar-button{display:none;height:0;width:0}.gallery:not(.gallery--rivers) .country-panel::-webkit-scrollbar-track,.gallery:not(.gallery--rivers) .gallery__stream::-webkit-scrollbar-track{background:transparent}.gallery:not(.gallery--rivers) .country-panel::-webkit-scrollbar-thumb,.gallery:not(.gallery--rivers) .gallery__stream::-webkit-scrollbar-thumb{background:var(--line);border-radius:999px}.gallery:not(.gallery--rivers) .country-panel:hover::-webkit-scrollbar-thumb,.gallery:not(.gallery--rivers) .gallery__stream:hover::-webkit-scrollbar-thumb{background:var(--muted)}.gallery:not(.gallery--rivers) .country-panel{height:100%;overflow-y:auto}.gallery:not(.gallery--rivers) .gallery__stream{height:100%;overflow-y:auto;overflow-x:hidden;padding-right:.5rem;columns:unset;display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:2.5rem 2rem}.gallery:not(.gallery--rivers) .gallery__stream-cell{margin-bottom:0}}@media (max-width: 900px){.gallery__split{grid-template-columns:1fr;gap:1.5rem}.country-panel{position:static;flex-direction:column;gap:1.25rem}.country-panel__outline{width:90px}.country-panel__name{font-size:2.1rem}.country-panel__list{flex-direction:row;flex-wrap:wrap;gap:1rem}.gallery__stream{columns:1}}.gallery--rivers{--footer-h: 4.5rem;min-height:0;height:calc(100dvh - var(--footer-h));height:calc(100vh - var(--footer-h));padding:4.375rem 2.5rem .75rem;overflow:hidden;display:flex;flex-direction:column}.gallery--rivers .mode-toggle{position:static;flex:none;margin-bottom:1.25rem}.river-rows{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:1rem;margin:0 -2.5rem}.river-row{flex:1 1 0;min-height:0;overflow:hidden;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.river-row:active{cursor:grabbing}.river-row__track{display:flex;height:100%;align-items:center;gap:1.25rem;padding:0 2.5rem;will-change:transform}.river-row__item{flex:none;height:100%;aspect-ratio:4 / 3}.river-row__link{display:block;width:100%;height:100%;transition:opacity .35s ease}.river-row__link img{width:100%;height:100%;object-fit:cover;-webkit-user-drag:none}.river-rows:hover .river-row__link{opacity:.45}.river-rows .river-row__link:hover{opacity:1}@media (max-width: 900px){.gallery--rivers{--footer-h: 7.5rem;padding:4.375rem 1.25rem .5rem}.river-rows{margin:0 -1.25rem;gap:.6rem}.river-row__track{gap:.75rem;padding:0 1.25rem}}.stories{min-height:100vh;padding:7.5rem 2.5rem calc(4rem + var(--footer-h, 0px));max-width:1500px;margin:0 auto}.stories__head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid var(--ink);padding-bottom:1rem;margin-bottom:3rem}.stories__title{font-family:var(--serif);font-style:italic;font-weight:500;font-size:clamp(3rem,7vw,5.5rem);line-height:1}.stories__voice{font-family:var(--serif);font-style:italic;color:var(--muted)}.stories__body{display:grid;grid-template-columns:minmax(0,7fr) minmax(280px,4fr);gap:4rem}.stories__grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem 2rem}.story-card{position:relative;padding-left:1.6rem}.story-card__spine{position:absolute;left:0;top:0;writing-mode:vertical-rl;font-family:var(--serif);font-style:italic;font-size:.85rem;color:var(--muted)}.story-card__media{position:relative}.story-card__media img{width:100%;height:auto;filter:grayscale(1)}.story-card__overlay{position:absolute;left:.9rem;bottom:.9rem;display:flex;flex-direction:column;gap:.2rem;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.55)}.story-card__name{font-family:var(--serif);font-size:1.6rem;font-weight:500}.story-card__quote{font-family:var(--serif);font-style:italic;font-size:1.02rem;line-height:1.55;margin-top:1rem;color:#3c3a37}.story-card__tags{display:block;margin-top:.7rem;color:var(--muted)}.stories__intro{position:sticky;top:7.5rem;align-self:start;display:flex;flex-direction:column;gap:2rem}.stories__statement{font-family:var(--serif);font-style:italic;font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.35}.stories__copy{font-family:var(--serif);line-height:1.7;color:#3c3a37;max-width:40ch}.stories__ctas{display:flex;flex-direction:column;gap:1rem}.stories__cta:hover{font-style:italic}@media (max-width: 1000px){.stories{padding:6rem 1.25rem calc(2.5rem + var(--footer-h, 0px))}.stories__body{grid-template-columns:1fr;gap:2.5rem}.stories__intro{position:static;order:-1}.stories__grid{grid-template-columns:1fr}}@font-face{font-family:Goodlinest;src:url(/fonts/goodlinest-regular.otf) format("opentype");font-weight:400;font-display:swap}:root{--bg: #faf9f7;--ink: #101010;--muted: #8a8783;--line: #e4e1db;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Archivo", "Helvetica Neue", sans-serif;--mono: "Space Mono", monospace}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:auto;scrollbar-gutter:stable}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}ul{list-style:none}.wordmark{font-family:var(--sans);font-weight:900;letter-spacing:-.04em;line-height:.9}.mono-label{font-family:var(--mono);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase}.serif-link{display:inline-block;font-family:var(--serif);font-size:.95rem;letter-spacing:.22em;text-transform:uppercase}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.lazy-img{opacity:0;filter:blur(8px);transition:opacity .6s ease,filter .6s ease}.lazy-img.is-loaded{opacity:1;filter:blur(0)}
