@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap";
:root{--bg:#f4f0e6;--ink:#39372e;--muted:#726d60;--accent:#946c40}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{background:var(--bg);color:var(--ink);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23000' opacity='.035' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");margin:0;font:16px/1.6 DM Sans,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}header,main{max-width:1100px;margin:auto}header{border-bottom:1px solid #dcd6c8;justify-content:space-between;align-items:center;height:110px;display:flex}nav{gap:32px;font-size:14px;display:flex}nav a:first-child{color:var(--accent)}.contact-link{color:var(--muted);border:1px solid #d6cfbf;border-radius:30px;padding:5px 12px;font-size:12px}.intro{padding:75px 0 65px}.eyebrow,.small-label{letter-spacing:1.8px;color:var(--muted);font-size:12px;font-weight:600}h1,h2,h3,p{margin:0}h1{letter-spacing:-2.3px;margin:19px 0 24px;font:clamp(42px,6.1vw,74px)/1.15 DM Serif Display,Georgia,serif}.intro-bottom{justify-content:space-between;align-items:center;display:flex}.intro p{color:var(--muted);line-height:1.75}.scribble{text-align:center;color:#8f7c59;margin-right:42px;transform:rotate(-8deg)}.scribble svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:130px;margin:auto;display:block}.scribble span{font:italic 17px Georgia}.section-heading{border-top:1px solid #dcd6c8;justify-content:space-between;align-items:center;padding-top:35px;display:flex}.section-heading h2{letter-spacing:-.6px;font:34px/1.2 DM Serif Display,Georgia}.filter-row{justify-content:space-between;align-items:center;margin:25px 0 28px;display:flex}#filters{flex-wrap:wrap;gap:9px;display:flex}#filters button{background:0 0;border:1px solid #0000;border-radius:24px;padding:6px 14px;font-size:13px}#filters button[aria-pressed=true]{color:#fff9e9;background:#413e32}#filters button:hover{border-color:#b6ad99}.sample-label{color:var(--muted);font-size:12px}.notes{grid-template-columns:repeat(3,1fr);gap:27px 28px;padding:3px 5px 20px;display:grid}.note{text-align:left;background:var(--paper);min-height:260px;transform:rotate(var(--tilt));border:0;flex-direction:column;padding:25px 26px 19px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:1px 5px 7px #493d2710,0 20px 20px -20px #493d2760}.note:before{content:"";background:linear-gradient(#63522306,#0000);height:34px;position:absolute;inset:0 0 auto}.note:hover{transform:rotate(0)translateY(-5px);box-shadow:0 10px 20px #493d2720}.note .category{letter-spacing:1.4px;text-transform:uppercase;color:#6b624f;font-size:11px;font-weight:600}.note h3{letter-spacing:-.3px;max-width:250px;margin:22px 0 12px;font:27px/1.15 DM Serif Display,Georgia}.note p{color:#6d6556;font-size:14px;line-height:1.6}.note-bottom{color:#746c5b;justify-content:space-between;width:100%;margin-top:auto;padding-top:24px;font-size:11px;display:flex}.note-bottom b{font-size:20px;font-weight:400;line-height:1}footer{color:var(--muted);border-top:1px solid #dcd6c8;justify-content:space-between;padding:24px 0 32px;font-size:12px;display:flex}footer>span:first-child{color:var(--ink);font-weight:700}dialog{color:var(--ink);background:#faf6ec;border:1px solid #d4ccba;width:calc(100% - 32px);max-width:760px;max-height:90dvh;padding:65px;box-shadow:0 20px 100px #2224}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#39362f65}body:has(dialog[open]){overflow:hidden}.close{background:0 0;border:0;width:40px;height:40px;font-size:30px;position:absolute;top:14px;right:20px}@media (min-width:1500px){header,main{max-width:1160px}}@media (max-width:1180px){header,main{margin-left:6%;margin-right:6%}}@media (max-width:740px){header{height:85px}.intro{padding:45px 0}.scribble{display:none}h1{letter-spacing:-1.2px}.section-heading{align-items:flex-start;gap:20px}.section-heading h2{font-size:29px}.small-label{font-size:10px}.section-heading>.small-label{white-space:nowrap;padding-top:8px}.filter-row{display:block}#filters{gap:2px}#filters button{padding:6px 10px}.filter-row>.sample-label{margin-top:15px;display:block}.notes{grid-template-columns:repeat(2,1fr);gap:20px 15px}.note{min-height:255px;padding:20px 18px}.note h3{font-size:23px}dialog{padding:55px 25px 35px}}@media (max-width:480px){.notes{grid-template-columns:1fr;gap:23px;padding:0 10px}.note{min-height:250px;padding:25px 27px}.note h3{font-size:30px}.section-heading{display:block}.section-heading>.small-label{margin-top:12px;display:block}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before{transition:none!important}}.portrait-link{border-radius:50%;flex-shrink:0;line-height:0;display:block}.header-portrait{object-fit:cover;object-position:50% 65%;border:3px solid #fffaf0;border-radius:50%;width:56px;height:56px;display:block;box-shadow:0 1px 5px #493d2720}.photo-travels{border-top:1px solid #dcd6c8;margin-top:65px;padding:40px 0 55px}.gallery-heading{justify-content:space-between;align-items:center;gap:24px;display:flex}.gallery-heading h2{letter-spacing:-.8px;margin-top:12px;font:42px/1.2 DM Serif Display,Georgia}.country-total{color:var(--muted);white-space:nowrap;font-size:12px}.country-total strong{color:var(--ink);margin-right:8px;font:40px DM Serif Display,Georgia}.gallery-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:26px 0 24px;display:flex}#country-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}#country-filters button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:25px;padding:7px 15px;font-size:13px}#country-filters button[aria-pressed=true]{color:#fff9e9;background:#413e32}#country-filters button:hover{border-color:#b6ad99}@media (max-width:740px){.gallery-heading{align-items:flex-start}.gallery-heading h2{font-size:32px}.country-total{white-space:normal;max-width:100px;line-height:1.4}.country-total strong{display:block}.gallery-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.photo-travels{margin-top:45px}}@media (max-width:480px){.gallery-heading h2{font-size:29px}#country-filters{gap:2px}#country-filters button{padding:7px 12px}}.country-picker{min-width:165px;position:relative}.country-picker>summary{cursor:pointer;background:#faf6ec;border:1px solid #cfc5b3;border-radius:24px;justify-content:space-between;align-items:center;gap:25px;padding:8px 17px;font-size:14px;list-style:none;display:flex}.country-picker>summary::-webkit-details-marker{display:none}.country-chevron{flex-shrink:0;transition:transform .16s;display:block}.country-picker[open] .country-chevron{transform:rotate(180deg)}.country-picker>summary:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.country-picker-panel{z-index:10;background:#faf6ec;border:1px solid #d9d0bf;border-radius:12px;width:240px;max-width:80vw;padding:9px;position:absolute;top:calc(100% + 9px);left:0;box-shadow:0 10px 30px #39372e20}.country-picker-panel input{width:100%;color:var(--ink);background:#fffbf2;border:1px solid #d9d0bf;border-radius:6px;margin-bottom:7px;padding:10px;font:14px DM Sans,sans-serif}.country-options{overscroll-behavior:contain;max-height:245px;overflow-y:auto}#country-filters .country-options button{text-align:left;border-radius:6px;width:100%;padding:10px 12px;display:block}.country-options p{padding:10px 12px}#article{max-width:1400px;margin:auto}.article-cover{background:var(--article-paper);height:clamp(290px,48vh,550px);position:relative;overflow:hidden}.article-cover>img{object-fit:cover;width:100%;height:100%;display:block}.article-cover:after{content:"";background:linear-gradient(#0000,#0005);position:absolute;inset:50% 0 0}.cover-tag{color:#fff;letter-spacing:1px;z-index:1;font-size:13px;position:absolute;bottom:28px;left:6%}.article-heading{max-width:800px;margin:0 auto;padding:46px 40px 30px}.article-heading h1{letter-spacing:-1.5px;margin:18px 0 22px;font:clamp(38px,5vw,65px)/1.07 DM Serif Display,Georgia}.article-page .article-deck{color:#655e50;margin:0 0 24px;font:500 21px/1.55 DM Sans,sans-serif}.article-byline{align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.article-byline>img{object-fit:cover;object-position:50% 65%;border-radius:50%}.article-byline small{color:var(--muted);font-size:12px;font-weight:400;display:block}.article-body{max-width:800px;margin:auto;padding:0 40px}.article-page .article-body>p{letter-spacing:-.15px;color:#3e3a32;margin:0 0 25px;font:500 19px/1.85 DM Sans,sans-serif}.article-page .article-body>p.sample-label{color:var(--muted);border-top:1px solid #dcd6c8;margin-bottom:32px;padding-top:22px;font-size:12px;line-height:1.6}.article-page .article-body strong{color:#29271f;font-weight:700}.article-page .article-body h2{margin:42px 0 18px;font:32px/1.2 DM Serif Display,Georgia}.body-photo{margin:40px 0}.body-photo img{aspect-ratio:1.5;object-fit:cover;width:100%;max-height:520px;display:block}.body-photo figcaption{color:var(--muted);text-align:center;margin-top:12px;font-size:12px}.article-end{text-align:center;margin:45px 0 30px}.article-end>span{color:var(--accent);font-size:30px}.article-back-bottom{text-align:left;background:0 0;border:0;border-top:1px solid #dcd6c8;width:100%;padding:24px 0;font-size:14px;font-weight:600}.article-back-bottom:hover{text-decoration:underline}@media (max-width:850px){.body-photo{margin:35px 0}}@media (max-width:600px){.article-cover{height:330px}.article-heading{padding:32px 25px 26px}.article-heading h1{letter-spacing:-1px;font-size:43px}.article-page .article-deck{font-size:19px}.article-body{padding:0 25px}.article-page .article-body>p{font-size:18px;line-height:1.8}.article-page .article-body h2{font-size:29px}.cover-tag{left:25px}.body-photo{margin:32px 0}.article-heading>.small-label{font-size:11px}}.contact-link{white-space:nowrap;color:var(--ink);align-items:center;gap:4px;font-size:13px;display:inline-flex}.contact-link:hover{background:#e9e0cf;text-decoration:none}@media (max-width:740px){header{gap:14px}header nav{gap:16px}.contact-link{padding:5px 10px;font-size:12px;display:inline-flex}}@media (max-width:380px){header{gap:8px}header nav{gap:10px;font-size:12px}.header-portrait{width:44px;height:44px}.contact-link{padding:5px 8px}}.intro-bottom>div:first-child{max-width:680px}.intro-bottom{gap:30px}.intro .eyebrow{text-transform:none}.note:hover{text-decoration:none}.article-page{background:var(--bg);min-height:100vh;padding-bottom:60px}.article-return{z-index:20;background:#faf6ecf5;border:1px solid #e2d8c6;border-radius:30px;padding:10px 19px;font:600 14px DM Sans,sans-serif;position:fixed;top:18px;left:24px;box-shadow:0 3px 20px #0001}.article-byline>img{width:36px;height:36px}.article-body a{text-decoration:underline}.article-body blockquote{border-left:3px solid var(--accent);margin:30px 0;padding:0 24px;font:24px/1.5 Georgia}.article-body li{font-size:19px;line-height:1.8}.preview-banner{color:#fff;z-index:50;background:#39372e;padding:10px 20px;font:14px system-ui;position:sticky;top:0}.preview-banner a{margin-left:10px;text-decoration:underline}.setup-link{text-align:center;color:var(--muted);padding:12px;font-size:12px;display:block}.empty-state{color:var(--muted);padding:35px 0}.status-page{padding:10vh 0}@keyframes photo-enter{0%{opacity:.6;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){*{animation:none!important}}.article-heading .small-label{text-transform:uppercase}.social-links{flex-wrap:wrap;gap:24px;margin-top:22px;font-size:14px;display:flex}.social-links a,.social-links a:first-child{color:var(--ink)}.social-links a:hover{color:var(--accent)}.social-links a{align-items:center;gap:7px;min-height:32px;display:inline-flex}.social-links svg{flex-shrink:0}.photo-board{columns:3;column-gap:28px;max-width:1080px;margin:32px auto 0;animation:.3s ease-out photo-enter}.board-photo{break-inside:avoid;vertical-align:top;width:100%;margin:0 auto 28px;display:inline-block}.photo-open{background:#fffbf2;border:0;width:100%;padding:9px;line-height:0;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 3px 12px #493d2714}.photo-open:hover{transform:translateY(-3px);box-shadow:0 8px 20px #493d2720}.photo-open img{object-fit:contain;width:100%;height:auto;display:block}.board-photo figcaption{padding:12px 3px 0;font-size:13px;line-height:1.5}.board-photo figcaption strong{font-weight:600}.board-photo figcaption span{color:var(--muted);margin-top:3px;display:block}.photo-board[data-count="1"]{columns:1;max-width:460px}.photo-board[data-count="2"]{columns:2;max-width:850px}.photo-lightbox{background:var(--bg);width:fit-content;max-width:94vw;max-height:94dvh;padding:48px 20px 20px}.photo-lightbox figure{margin:0}.photo-lightbox img{object-fit:contain;width:auto;max-width:86vw;height:auto;max-height:73dvh;margin:auto;display:block}.photo-lightbox figcaption{margin-top:14px;font-size:14px}.photo-lightbox figcaption span{color:var(--muted);display:block}.photo-lightbox .close{top:5px;right:8px}@media (min-width:901px){.photo-board:not([data-count="1"]):not([data-count="2"]){padding-top:16px}}@media (max-width:900px){.photo-board{columns:2;column-gap:22px}}@media (max-width:600px){.photo-lightbox{padding:46px 12px 16px}.photo-board,.photo-board[data-count="1"],.photo-board[data-count="2"]{columns:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#cfc5b3 transparent;align-items:flex-start;gap:18px;max-width:none;padding:4px 4px 16px;scroll-padding-inline:4px;display:flex;overflow-x:auto}.photo-board .board-photo{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 88%;width:88%;margin:0}.photo-board[data-count="1"] .board-photo{flex-basis:100%;width:100%}.photo-board .photo-open img{width:auto;max-width:100%;height:auto;max-height:55dvh;margin:auto}.photo-board .photo-open{justify-content:center;align-items:center;min-height:0;display:flex}}
