@charset "UTF-8";*,::before,::after{box-sizing:border-box;border-width:0}html{line-height:1.5;font-family:ui-sans-serif,system-ui,sans-serif;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}button,input{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button{-webkit-appearance:button;background-image:none;background-color:transparent;cursor:pointer}:disabled{cursor:default}:-moz-focusring{outline:1px dotted ButtonText}h1,h2,h3,figure,p{margin:0}ul,menu{margin:0;padding:0;list-style:none}img,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}:root{color-scheme:light dark;--surface-1-light:#fff;--surface-2-light:#e5e5e5;--text-1-light:#0a0a0a;--text-2-light:#737373;--border-light:#bbb;--surface-1-dark:#0a0a0a;--surface-2-dark:#404040;--text-1-dark:#fafafa;--text-2-dark:#a3a3a3;--border-dark:#606060;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--border:var(--border-light)}@media(prefers-color-scheme:dark){:root{--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark);--border:var(--border-dark)}}html.light{color-scheme:light;--surface-1:var(--surface-1-light);--surface-2:var(--surface-2-light);--text-1:var(--text-1-light);--text-2:var(--text-2-light);--border:var(--border-light)}html.dark{color-scheme:dark;--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--text-1:var(--text-1-dark);--text-2:var(--text-2-dark);--border:var(--border-dark)}html{height:100%}body{display:flex;flex-direction:column;width:100%;min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--surface-1);color:var(--text-1)}body>header{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:2rem;width:100%;min-height:4rem}@media(min-width:640px){body>header{margin-bottom:3rem}}body>header ul{display:inline-flex}body>header .btn{display:inline-flex;justify-content:center;align-items:center;border-radius:.5rem;padding-right:1rem;padding-left:1rem;height:3rem;font-weight:600;font-size:1.25rem;user-select:none}body>header .btn-square{padding:0;width:3rem}body>menu{margin:0 auto 5rem;padding-right:1.5rem;padding-left:1.5rem;width:100%;max-width:768px;color:var(--text-2);font-weight:600;font-size:1.25rem;line-height:1.4;user-select:none;text-align:center}body>menu a{display:block;padding-top:.5rem;padding-bottom:.5rem}body>menu a:hover,body>menu a[aria-current=true]{color:var(--text-1)}body>main{flex-grow:1;width:100%;height:100%}main>section{margin:0 auto 3rem;padding-right:1.5rem;padding-left:1.5rem}@media(min-width:640px){main>section{margin-bottom:4rem}}body>footer{margin-right:auto;margin-left:auto;color:var(--text-2);font-size:.875rem;line-height:1.4286}body>footer section:last-of-type{display:flex;flex-flow:row wrap;justify-content:center;gap:1rem;padding:2.5rem}body>footer section:last-of-type a:hover{text-decoration-line:underline}hgroup{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto 3rem;padding-right:1.5rem;padding-left:1.5rem;max-width:1024px;text-align:center}hgroup h1{font-weight:600;font-size:clamp(2rem,calc(1.667rem + 1.481vw),3rem);line-height:clamp(2.25rem,calc(1.833rem + 1.852vw),3.5rem);text-wrap:balance}hgroup h2{font-weight:600;font-size:clamp(1.5rem,calc(1.333rem + .741vw),2rem);line-height:clamp(1.75rem,calc(1.5rem + 1.111vw),2.5rem);text-wrap:balance}hgroup p{color:var(--text-2);font-size:1.0625rem;line-height:1.5556;text-wrap:balance}@media(min-width:640px){hgroup{width:83.3333%;margin-bottom:4rem}}section.galleries{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem 1.5rem;max-width:1280px}@media(min-width:640px){section.galleries{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:3rem}}@media(min-width:1024px){section.galleries{grid-template-columns:repeat(3,minmax(0,1fr))}}section.gallery{padding-right:0;padding-left:0}.prose{max-width:768px;color:var(--text-1);font-size:1rem;line-height:1.75}.prose a{color:var(--text-1);font-weight:500;text-decoration:underline}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose img{margin-top:2em;margin-bottom:2em}.prose h3{margin-top:1.6em;margin-bottom:.6em;color:var(--text-1);font-weight:600;font-size:1.25em;line-height:1.6}.prose ul{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em;list-style-type:disc}.prose ul>li{margin-top:.5em;margin-bottom:.5em;padding-left:.375em}.prose ul li::marker{color:var(--text-2);font-variant-numeric:tabular-nums;unicode-bidi:isolate;text-align:start!important;text-align-last:start!important;text-indent:0!important;text-transform:none}.prose h3+*{margin-top:0}.prose figure{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.card{display:flex;flex-direction:column;border-radius:1rem}.card>figure{aspect-ratio:3/2;width:100%;border-radius:1rem}.card>img,.card figure>img{box-shadow:0 1px 2px rgba(0,0,0,5%);border-radius:1rem;aspect-ratio:3/2;width:100%;overflow:hidden;object-fit:cover}.card>img:hover,.card figure>img:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.card>div{display:flex;flex:auto;flex-direction:column;gap:.75rem;padding:1rem}.card>div>h2{font-weight:600;font-size:1.125rem;line-height:1.375}.card>div>p{color:var(--text-2);font-size:.875rem;line-height:1.4286}.gallery-item{cursor:zoom-in}.hidden{display:none}#menu-toggle[aria-expanded=true] .icon-menu{display:none}#menu-toggle[aria-expanded=true] .icon-close{display:block}section.social-icons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem;padding-right:1.5rem;padding-left:1.5rem}section.featured{padding-right:1.5rem;padding-left:1.5rem;max-width:1280px;color:var(--text-1-dark)}.featured-card{display:flex;box-shadow:0 1px 2px rgba(0,0,0,5%);border-radius:1rem;background-position:50%;background-size:cover;aspect-ratio:1/1;width:100%;overflow:hidden}@media(min-width:640px){.featured-card{aspect-ratio:16/9}}.featured-card>div{display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;background-image:linear-gradient(to top,RGB(0 0 0/.8) 10%,transparent 50%);padding:1.5rem;width:100%;height:100%}.featured-card>div>h2{font-weight:600;font-size:clamp(1.5rem,calc(1.375rem + .556vw),1.875rem);line-height:1.2}.featured-card>div>p{font-size:.875rem;line-height:1.4286}.featured-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}nav.categories{padding-right:1.5rem;padding-left:1.5rem;margin:0 auto 3rem}nav.categories>ul{display:flex;flex-flow:row wrap;justify-content:center;gap:.75rem}nav.categories>ul li{max-width:100%}nav.categories>ul li>a{display:block;padding:.5rem .75rem;border-radius:9999px;border:1px solid var(--border);font-size:.875rem;line-height:1.4286;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){nav.categories>ul li>a{padding:.75rem 1rem;font-size:1rem;line-height:1.25}}@media(min-width:640px){nav.categories{margin-bottom:4rem}}/*!PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com*/.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79, 79, 79, 0.4);--pswp-preloader-color-secondary:rgba(255, 255, 255, 0.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:transparent}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration)cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise 600ms linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.pswp__dynamic-caption{color:#fff;position:absolute;width:100%;left:0;top:0;transition:opacity 120ms linear!important}.pswp-caption-content{display:none}.pswp__dynamic-caption a{color:#fff}.pswp__dynamic-caption--faded{opacity:0!important}.pswp__dynamic-caption--aside{width:auto;max-width:300px;padding:20px 15px 20px 20px;margin-top:70px}.pswp__dynamic-caption--below{width:auto;max-width:700px;padding:15px 0 0}.pswp__dynamic-caption--on-hor-edge{padding-left:15px;padding-right:15px}.pswp__dynamic-caption--mobile{width:100%;background:rgba(0,0,0,.5);padding:10px 15px;right:0;bottom:0;top:auto!important;left:0!important}:root{--surface-1-dark:#1e2a3a;--surface-2-dark:#283548;--surface-3-dark:#324258;--surface-elevated-dark:#2d3d52;--accent-primary:#d4a574;--accent-secondary:#e8c9a4;--accent-muted:rgba(212, 165, 116, 0.12);--film-base:#12161d;--film-edge:#1b212b;--film-perf:#c2cbd6;--font-mono:'DM Mono', ui-monospace, 'SF Mono', 'Roboto Mono', monospace;--text-primary-dark:#f5f7fa;--text-secondary-dark:#a8b5c4;--text-muted-dark:#7a8a9d;--border-subtle-dark:rgba(255, 255, 255, 0.1);--border-light-dark:rgba(255, 255, 255, 0.06);--shadow-sm:0 1px 3px rgba(0, 0, 0, 0.12);--shadow-md:0 4px 16px rgba(0, 0, 0, 0.15);--shadow-lg:0 8px 30px rgba(0, 0, 0, 0.2);--shadow-xl:0 16px 48px rgba(0, 0, 0, 0.25);--card-shadow:0 2px 8px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.1);--card-shadow-hover:0 4px 12px rgba(0, 0, 0, 0.15), 0 12px 36px rgba(0, 0, 0, 0.15);--ease-out-expo:cubic-bezier(0.16, 1, 0.3, 1);--ease-spring:cubic-bezier(0.175, 0.885, 0.32, 1.275);--pswp-bg:#1e2a3a;--pswp-placeholder-bg:#283548}html,html.dark{--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark);--surface-3:var(--surface-3-dark);--text-1:var(--text-primary-dark);--text-2:var(--text-secondary-dark);background-color:var(--surface-1-dark)}@media(prefers-color-scheme:dark){:root{--surface-1:var(--surface-1-dark);--surface-2:var(--surface-2-dark)}}body{font-family:sora,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background-color:var(--surface-1-dark);color:var(--text-primary-dark);font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body>header{position:sticky;top:0;padding:1rem 1.5rem;margin-bottom:2rem;background:rgba(30,42,58,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100}.desktop-nav{display:none}@media(min-width:768px){.desktop-nav{display:block}.mobile-nav{display:none}}@media(min-width:640px){body>header{padding:1.25rem 2rem;margin-bottom:2.5rem}}body>header .btn{color:var(--text-primary-dark);font-weight:500;font-size:1.125rem;letter-spacing:.01em;transition:color .3s var(--ease-out-expo)}body>header .btn:first-child{font-family:newsreader,Georgia,serif;font-weight:600;font-size:1.35rem;letter-spacing:.02em}body>header .btn:hover{color:var(--accent-primary)}.desktop-nav ul{gap:.25rem!important}.desktop-nav .btn{font-size:.95rem!important;font-weight:500;padding:.5rem 1rem;border-radius:8px;color:var(--text-secondary-dark);transition:all .25s var(--ease-out-expo)}.desktop-nav .btn:hover,.desktop-nav .btn[aria-current=true]{color:var(--text-primary-dark);background:rgba(255,255,255,8%)}.mobile-nav .btn-square{color:var(--text-secondary-dark);transition:color .2s ease}.mobile-nav .btn-square:hover{color:var(--text-primary-dark)}.cinematic-hero{max-width:1120px;margin:0 auto;padding:1rem 2rem 4rem;position:relative;overflow:hidden}.cinematic-hero::before{content:"";position:absolute;z-index:0;pointer-events:none;top:0;left:0;width:52rem;max-width:100%;height:50rem;background:radial-gradient(closest-side at 40% 32%,rgba(212,165,116,.1),transparent);filter:blur(20px)}.viewfinder{position:relative;padding:3.75rem clamp(1.5rem,4vw,3.5rem)3.25rem}.vf-corner{position:absolute;width:24px;height:24px;border:0 solid rgba(212,165,116,.55);pointer-events:none;z-index:2}.vf-tl{top:0;left:0;border-top-width:1.5px;border-left-width:1.5px}.vf-tr{top:0;right:0;border-top-width:1.5px;border-right-width:1.5px}.vf-bl{bottom:0;left:0;border-bottom-width:1.5px;border-left-width:1.5px}.vf-br{bottom:0;right:0;border-bottom-width:1.5px;border-right-width:1.5px}.vf-readout,.vf-code{position:absolute;font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;background:var(--surface-1,#1e2a3a);padding:0 .55rem;z-index:3;pointer-events:none}.vf-readout{top:0;right:1.75rem;transform:translateY(-50%);font-size:.62rem;color:var(--accent-primary);opacity:.75}.vf-code{bottom:0;left:1.75rem;transform:translateY(50%);font-size:.58rem;color:var(--text-muted-dark);opacity:.7}.hero-content{position:relative;z-index:1;max-width:640px;animation:fadeInUp .7s var(--ease-out-expo)}.hero-kicker{display:flex;align-items:center;gap:.85rem;font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--accent-primary);opacity:.92;margin-bottom:2rem}.hero-kicker i{display:block;width:44px;height:1px;background:var(--accent-primary);opacity:.6}.hero-title{font-family:newsreader,Georgia,serif;font-size:clamp(3.25rem,9vw,6rem);font-weight:500;margin:0;line-height:.95;letter-spacing:-.025em;color:var(--text-primary-dark)}.hero-title em{font-style:italic;color:var(--accent-secondary)}.hero-description{font-size:1.15rem;line-height:1.65;color:var(--text-secondary-dark);margin:1.75rem 0 0;max-width:400px;font-weight:400}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.recipe-link{margin:1.75rem 0 0;padding-left:clamp(1.5rem,4vw,3.5rem);font-size:.85rem;color:var(--text-muted-dark)}.recipe-link a{color:var(--accent-primary);text-decoration:none;border-bottom:1px solid rgba(212,165,116,.3);transition:all .2s ease}.recipe-link a:hover{border-bottom-color:var(--accent-primary)}.hero-sections{display:grid;grid-template-columns:repeat(3,1fr);margin-top:clamp(3.5rem,7vw,5.5rem);border-top:1px solid var(--border-subtle-dark);position:relative;z-index:1}.hero-sec{position:relative;display:flex;flex-direction:column;padding:1.9rem 1.6rem 1.5rem;text-decoration:none;color:inherit;transition:background .35s var(--ease-out-expo)}.hero-sec+.hero-sec{border-left:1px solid var(--border-subtle-dark)}.hero-sec:hover{background:var(--accent-muted)}.sec-frame{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.16em;color:var(--accent-primary);text-transform:uppercase}.sec-icon{color:var(--text-secondary-dark);margin:1.1rem 0 .8rem;transition:color .35s var(--ease-out-expo)}.sec-icon svg{width:24px;height:24px;display:block}.hero-sec:hover .sec-icon{color:var(--accent-primary)}.sec-title{font-family:newsreader,Georgia,serif;font-weight:500;font-size:1.5rem;margin:0 0 .3rem;color:var(--text-primary-dark);letter-spacing:.01em}.sec-desc{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-muted-dark);flex:1}.sec-meta{display:flex;justify-content:space-between;align-items:baseline;margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-light-dark)}.sec-latest{font-size:.82rem;font-style:italic;color:var(--text-muted-dark)}.sec-count{display:inline-flex;align-items:center;gap:.5rem}.sec-count b{font-family:newsreader,Georgia,serif;font-weight:500;font-size:1.25rem;color:var(--text-primary-dark);font-variant-numeric:tabular-nums}.sec-arrow{color:var(--text-muted-dark);transition:transform .3s var(--ease-out-expo),color .3s var(--ease-out-expo)}.hero-sec:hover .sec-arrow{color:var(--accent-primary);transform:translateX(4px)}section.galleries{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem 1.5rem;max-width:1280px;padding:0 1.5rem;margin:0 auto 4rem}@media(min-width:640px){section.galleries{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 2rem}}@media(min-width:1024px){section.galleries{grid-template-columns:repeat(3,minmax(0,1fr))}}.continent-heading{font-family:newsreader,Georgia,serif;font-size:1.35rem;font-weight:500;margin:2.5rem 0 1.25rem;color:var(--accent-primary);padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle-dark);grid-column:1/-1;letter-spacing:.01em}.continent-heading:first-of-type{margin-top:0}.card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:var(--surface-2-dark);border:1px solid var(--border-subtle-dark);box-shadow:var(--card-shadow);transition:all .35s var(--ease-out-expo)}.card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover);border-color:rgba(255,255,255,.12)}.card>figure{position:relative;aspect-ratio:3/2;width:100%;margin:0;overflow:hidden}.card figure>img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease-out-expo)}.card:hover figure>img{transform:scale(1.04)}.card>div{display:flex;flex:auto;flex-direction:column;gap:.2rem;padding:.75rem 1rem 1rem}.card>div>h2{font-family:newsreader,Georgia,serif;font-weight:500;font-size:1.2rem;line-height:1.3;color:var(--text-primary-dark);margin:0}.gallery-dates{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.1rem}.date-tag{display:inline-flex;align-items:center;background:0 0;color:var(--text-muted-dark);padding:.2rem 0;font-size:.75rem;font-weight:400;letter-spacing:.03em;text-transform:uppercase}.gallery-emoji{font-size:1.1rem;line-height:1;margin-right:.35rem;opacity:.9}.gallery-locations{font-size:.78rem;color:var(--text-muted-dark);line-height:1.3;margin-top:0;opacity:.85}.list hgroup,hgroup{text-align:center;padding:2.5rem 2rem 2rem;max-width:800px;margin:0 auto 3rem}.list hgroup::after,hgroup::after{content:"";display:block;width:40px;height:2px;background:var(--accent-primary);margin:1.5rem auto 0;opacity:.5;border-radius:1px}.list hgroup h1,hgroup h1{font-family:newsreader,Georgia,serif;font-size:clamp(2.25rem,5vw,3.25rem);font-weight:500;line-height:1.1;letter-spacing:-.02em;margin:0 0 1rem;color:var(--text-primary-dark)}.list hgroup p,hgroup p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary-dark);max-width:55ch;margin:0 auto}.single .title-wrapper{position:relative;padding:2rem;margin:0 auto 2rem;max-width:1100px;background:var(--surface-2-dark);border-radius:14px;border:1px solid var(--border-subtle-dark);box-shadow:var(--card-shadow)}.single .title-wrapper h1{font-family:newsreader,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;letter-spacing:-.01em;line-height:1.15;margin-bottom:1rem;color:var(--text-primary-dark)}.single .title-wrapper .gallery-dates{justify-content:center;gap:.5rem;margin-top:.25rem;color:var(--text-muted-dark)}.gallery-emoji{font-size:2.25rem;display:inline-block;margin-right:.5rem;line-height:1}.single .title-wrapper .gallery-emoji{font-size:1.05rem;margin-right:.1rem;opacity:.95}.single .title-wrapper .date-tag{display:inline-flex;align-items:center;gap:0;min-height:0;padding:0;background:0 0;border:0;border-radius:0;color:var(--text-muted-dark);font-size:.92rem;font-weight:400;letter-spacing:.01em;text-transform:none}.single .title-wrapper .date-icon{flex:none;margin-right:.45rem;color:var(--text-muted-dark);opacity:.85}.single .title-wrapper .date-text{display:inline-block}.gallery-stats-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.stat-pill{display:inline-flex;align-items:center;gap:.4rem;background:rgba(255,255,255,6%);color:var(--text-secondary-dark);padding:.4rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,6%)}.stat-pill svg,.stat-pill .stat-icon{color:var(--text-muted-dark);opacity:.8}.travel-section{margin:0 auto 3rem;max-width:1200px}.travel-layout{display:grid;grid-template-columns:1fr 360px;gap:2.5rem;padding:0 1.5rem;max-width:1200px;margin:0 auto}@media(max-width:900px){.travel-layout{grid-template-columns:1fr}}.travel-header{padding:.75rem 0}.travel-title{font-family:newsreader,Georgia,serif;font-size:2.25rem;font-weight:500;line-height:1.15;margin:0 0 .75rem;color:var(--text-primary-dark)}.travel-description{font-size:1rem;line-height:1.7;color:var(--text-secondary-dark);max-width:60ch;margin-bottom:1.25rem}.travel-divider{border:0;height:2px;width:40px;background:var(--accent-primary);margin:.75rem 0 1rem;opacity:.4;border-radius:1px}.travel-meta{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;border:none;padding:0}.meta-item .meta-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted-dark);margin-bottom:.4rem;display:block}.meta-item .date-tag{background:0 0;border:1px solid var(--border-subtle-dark);color:var(--text-secondary-dark)}.meta-item .location-list{color:var(--text-secondary-dark);font-style:normal}.travel-map{margin:1rem auto 2rem;max-width:800px;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg)}.leaflet-map,.static-map{height:280px;width:100%;max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.map-locations-overlay{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;background:rgba(30,42,58,.9);backdrop-filter:blur(10px);border-radius:8px;padding:.6rem .9rem;font-size:.8rem;color:var(--text-secondary-dark);text-align:center;border:1px solid var(--border-subtle-dark)}.leaflet-control-zoom a{background-color:var(--surface-2-dark)!important;color:var(--text-secondary-dark)!important;border:1px solid var(--border-subtle-dark)!important}.leaflet-control-zoom a:hover{background-color:var(--surface-3-dark)!important;color:var(--text-primary-dark)!important}.travel-tabs-container{margin:1.5rem auto 2rem}.travel-tabs{display:flex;border-bottom:1px solid var(--border-subtle-dark);gap:0}.tab-button{background:0 0;border:none;padding:.75rem 1.25rem;font-family:sora,sans-serif;font-size:.9rem;font-weight:500;color:var(--text-muted-dark);cursor:pointer;transition:all .25s ease;border-bottom:2px solid transparent;margin-bottom:-1px}.tab-button:hover{color:var(--text-secondary-dark)}.tab-button.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.story-content{color:var(--text-secondary-dark);font-size:1rem;line-height:1.8;padding:1rem 0}.story-content p{margin:0 0 1.25rem}.story-content p:last-child{margin-bottom:0}.tab-panel.active .story-content p:first-child::first-letter,.travel-content-only .story-content p:first-child::first-letter{font-family:newsreader,Georgia,serif;font-size:3.5rem;font-weight:500;float:left;line-height:.8;margin-right:.6rem;margin-top:.15rem;color:var(--accent-primary)}.tab-panel{display:none;visibility:hidden;position:absolute;left:-9999px}.tab-panel.active{display:block;visibility:visible;position:relative;left:0;animation:fadeIn .3s var(--ease-out-expo)}.travel-tab-content{position:relative;overflow:hidden}.weather-info,.stats-info{padding:1rem 0}.weather-header,.stats-header{text-align:center;margin-bottom:1.25rem}.weather-title,.stats-title{font-family:newsreader,Georgia,serif;font-size:1.25rem;font-weight:500;margin:0 0 .5rem;color:var(--text-primary-dark)}.weather-summary,.stats-summary{font-size:.9rem;color:var(--text-muted-dark);font-style:italic}.weather-stats,.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.weather-stat-group,.stats-group{background:var(--surface-2-dark);border-radius:10px;padding:1rem;border:1px solid var(--border-subtle-dark)}.weather-stat-title,.stats-group-title{font-size:.95rem;font-weight:600;margin:0 0 .6rem;color:var(--text-primary-dark);display:flex;align-items:center;gap:.5rem}.weather-stat-item,.stats-item{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;border-bottom:1px solid var(--border-light-dark)}.weather-stat-item:last-child,.stats-item:last-child{border-bottom:none}.weather-label,.stats-label{font-size:.85rem;color:var(--text-muted-dark)}.weather-value,.stats-value{font-size:.9rem;color:var(--text-primary-dark);font-weight:500}.about{max-width:1100px;margin:0 auto;padding:3.2rem 2rem 4.5rem}.about-grid{display:grid;grid-template-columns:4fr 8fr;gap:4rem;align-items:start}.about-mat{margin:0;background:var(--film-base);padding:10px;border:1px solid rgba(255,255,255,7%);box-shadow:0 16px 40px rgba(0,0,0,.35)}.about-mat img{display:block;width:100%;height:auto}.about-mat figcaption{display:flex;justify-content:space-between;gap:1rem;margin-top:9px;padding:0 1px;font-family:var(--font-mono);font-weight:500;font-size:.56rem;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted-dark)}.about-text h1{font-family:newsreader,Georgia,serif;font-weight:400;font-size:clamp(2.4rem,4.4vw,3.2rem);line-height:1;letter-spacing:-.01em;color:var(--text-primary-dark);margin:0}.about-facts{font-family:var(--font-mono);font-weight:400;font-size:.64rem;line-height:1.8;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted-dark);margin:.85rem 0 0}.about-facts .sep{opacity:.5;margin:0 .35em}.about-lead{font-family:newsreader,Georgia,serif;font-weight:400;font-size:1.32rem;line-height:1.5;color:rgba(255,255,255,.9);max-width:40ch;margin:1.6rem 0 .7rem;text-wrap:pretty}.about-body{font-family:sora,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-weight:300;font-size:.98rem;line-height:1.85;color:var(--text-secondary-dark);max-width:56ch;margin:0}.about-colophon{margin:2.1rem 0 0;border-top:1px solid var(--border-subtle-dark)}.about-colophon>div{display:grid;grid-template-columns:118px 1fr;gap:1.5rem;padding:.8rem 0;border-bottom:1px solid var(--border-subtle-dark)}.about-colophon dt{font-family:var(--font-mono);font-weight:500;font-size:.6rem;line-height:1;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-primary);padding-top:.3rem}.about-colophon dd{margin:0;font-size:.95rem;line-height:1.6;color:var(--text-primary-dark)}.about-colophon dd small{display:block;color:var(--text-muted-dark);font-size:.82rem}.about-colophon dd a{color:var(--accent-secondary);text-decoration:none;border-bottom:1px solid rgba(232,201,164,.35);transition:border-color .2s ease}.about-colophon dd a:hover{border-color:var(--accent-secondary)}.about-colophon dd a+a{margin-left:.9rem}.about-terms{font-family:newsreader,Georgia,serif;font-style:italic;font-weight:400;font-size:.9rem;line-height:1.6;color:var(--text-muted-dark);margin:2.4rem 0 0}@media(max-width:780px){.about{padding:2.2rem 1.25rem 3.5rem}.about-grid{grid-template-columns:1fr;gap:2rem}.about-mat{max-width:300px}.about-colophon>div{grid-template-columns:96px 1fr;gap:1rem}}.prose h2{font-family:newsreader,Georgia,serif;font-size:1.5rem;font-weight:500;margin:0 0 1.5rem;color:var(--text-primary-dark)}.recipes-list{max-width:1100px;margin:0 auto;padding:0 1.5rem}.recipe-card{position:relative;display:block;background:var(--film-base);border-radius:8px;padding:26px 13px 14px;border:1px solid rgba(0,0,0,.5);box-shadow:var(--card-shadow);overflow:hidden;text-decoration:none;color:inherit;transition:transform .35s var(--ease-out-expo),box-shadow .35s var(--ease-out-expo)}.recipe-card::before,.recipe-card::after{content:"";position:absolute;left:0;right:0;height:12px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='26'%20height='12'%3E%3Crect%20x='8'%20y='3'%20width='10'%20height='6'%20rx='1.5'%20fill='%236b7686'/%3E%3C/svg%3E");background-repeat:repeat-x;background-size:26px 12px;opacity:.45;pointer-events:none}.recipe-card::before{top:0}.recipe-card::after{bottom:0}.recipe-card:hover{transform:translateY(-5px);box-shadow:var(--card-shadow-hover)}.rc-frame{position:absolute;top:15px;left:19px;z-index:3;font-family:var(--font-mono);font-size:.6rem;letter-spacing:.16em;color:var(--accent-primary);transition:color .35s var(--ease-out-expo)}.recipe-card:hover .rc-frame{color:var(--accent-secondary)}.rc-edge{position:absolute;bottom:14px;left:19px;z-index:3;font-family:var(--font-mono);font-size:.55rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-primary);opacity:.85}.rc-ticks{position:absolute;bottom:15px;right:19px;z-index:3;width:42px;height:8px;background:repeating-linear-gradient(90deg,var(--text-muted-dark) 0 1.5px,transparent 1.5px 4.5px);opacity:.4;pointer-events:none}.rc-gate{position:relative;margin:0;border-radius:3px;overflow:hidden;aspect-ratio:16/10;border:1px solid rgba(255,255,255,.1);background-color:var(--surface-3-dark)}.rc-gate img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s var(--ease-out-expo)}.recipe-card:hover .rc-gate img{transform:scale(1.04)}.rc-noimg{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.rc-stock{position:absolute;top:7px;right:10px;font-family:var(--font-mono);font-size:.5rem;letter-spacing:.14em;color:rgba(255,255,255,.65);text-shadow:0 1px 2px rgba(0,0,0,.4)}.rc-cap{padding:14px 7px 4px}.rc-cap h2{font-family:newsreader,Georgia,serif;font-size:1.35rem;font-weight:500;margin:0 0 .4rem;color:var(--text-primary-dark)}.rc-desc{font-size:.87rem;line-height:1.5;color:var(--text-muted-dark);margin:0}.recipe-content{max-width:900px;margin:0 auto;padding:0 1.5rem}.recipe-info-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2.5rem}.recipe-creator,.recipe-light-condition,.recipe-mood{position:relative;background:var(--surface-2-dark);border-radius:10px;padding:1.15rem 1.25rem;border:1px solid var(--border-subtle-dark)}.recipe-creator::before,.recipe-light-condition::before,.recipe-mood::before{content:"";position:absolute;top:0;left:1.25rem;width:28px;height:2px;background:var(--accent-primary);opacity:.6;border-radius:0 0 1px 1px}.recipe-creator h3,.recipe-light-condition h3,.recipe-mood h3{font-family:var(--font-mono);font-size:.64rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--accent-primary);opacity:.9;margin:0 0 .6rem}.recipe-creator p,.recipe-light-condition p,.recipe-mood p{font-size:.9rem;line-height:1.55;color:var(--text-secondary-dark);margin:0}.recipe-creator a{color:var(--accent-primary);text-decoration:none;border-bottom:1px solid rgba(212,165,116,.3)}.recipe-creator a:hover{border-bottom-color:var(--accent-primary)}.recipe-settings{grid-column:1/-1;position:relative;background:var(--film-base);border-radius:8px;border:1px solid rgba(0,0,0,.55);box-shadow:var(--card-shadow);overflow:hidden;padding:0}.recipe-settings::before,.recipe-settings::after{content:"";position:absolute;top:0;bottom:0;width:22px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='11'%20height='26'%3E%3Crect%20x='3'%20y='8'%20width='6'%20height='10'%20rx='1.5'%20fill='%236b7686'/%3E%3C/svg%3E");background-repeat:repeat-y;background-size:11px 26px;opacity:.4;pointer-events:none}.recipe-settings::before{left:0}.recipe-settings::after{right:0}.plate-inner{margin:0 22px;background:linear-gradient(160deg,var(--surface-2-dark),var(--surface-3-dark));border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1)}.plate-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1rem 1.4rem .9rem;border-bottom:1px solid var(--border-subtle-dark)}.plate-label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-primary)}.plate-sim{font-family:newsreader,Georgia,serif;font-size:1.15rem;color:var(--text-primary-dark)}.plate-rows{padding:.3rem 1.4rem .4rem}.plate-row{display:flex;justify-content:space-between;align-items:baseline;gap:1.2rem;padding:.5rem 0;border-bottom:1px solid var(--border-light-dark)}.plate-row:last-child{border-bottom:none}.pk{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted-dark);white-space:nowrap}.pv{font-size:.9rem;color:var(--text-primary-dark);text-align:right;font-variant-numeric:tabular-nums}.plate-foot{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1.4rem;border-top:1px solid var(--border-subtle-dark)}.plate-code{font-family:var(--font-mono);font-size:.56rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted-dark);opacity:.8}.plate-dx{width:52px;height:9px;background:repeating-linear-gradient(90deg,var(--text-muted-dark) 0 1.5px,transparent 1.5px 4.5px);opacity:.4}.breadcrumbs{max-width:1200px;margin:0 auto 1rem;padding:0 1.5rem}.breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:.5rem 0;font-size:.85rem}.breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb-separator{color:var(--text-muted-dark);font-size:.9rem;opacity:.5}.breadcrumb-link{color:var(--text-muted-dark);text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{color:var(--accent-primary)}.breadcrumb-current{color:var(--text-secondary-dark);font-weight:500}.prose{max-width:700px;color:var(--text-secondary-dark);font-size:1rem;line-height:1.75}.prose a{color:var(--accent-primary);text-decoration:none;border-bottom:1px solid rgba(212,165,116,.3);transition:border-color .2s ease}.prose a:hover{border-bottom-color:var(--accent-primary)}body>footer{margin-top:auto;color:var(--text-muted-dark);font-size:.85rem}body>footer section:last-of-type{padding:2rem 1.5rem;border-top:1px solid var(--border-light-dark)}body>footer a{color:var(--text-muted-dark);transition:color .2s ease}body>footer a:hover{color:var(--accent-primary)}@media(max-width:768px){.cinematic-hero{padding:.5rem 1.25rem 3rem}.viewfinder{padding:3rem 1.25rem 2.75rem}.hero-description{font-size:1.05rem}.hero-sections{grid-template-columns:1fr}.hero-sec{padding:1.5rem .25rem}.hero-sec+.hero-sec{border-left:none;border-top:1px solid var(--border-subtle-dark)}.vf-readout{right:1rem}.vf-code{left:1rem}.recipe-link{padding-left:.25rem}section.galleries{padding:0 1rem;gap:1.5rem}.travel-layout{padding:0 1rem;gap:1.5rem}.single .title-wrapper{padding:1.5rem;border-radius:12px}.about-page,.recipe-content{padding:0 1.25rem}}html:not(.dark){--surface-1:#f8f9fb;--surface-2:#ffffff;--surface-3:#f1f3f6;--text-1:#1a202c;--text-2:#4a5568;--border-subtle-dark:rgba(0, 0, 0, 0.08);--border-light-dark:rgba(0, 0, 0, 0.04);--accent-muted:rgba(180, 130, 80, 0.1);--card-shadow:0 1px 3px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.04);--card-shadow-hover:0 2px 6px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);background-color:#f8f9fb}html:not(.dark) body{background-color:#f8f9fb;color:#1a202c}html:not(.dark) .card,html:not(.dark) .equipment-card,html:not(.dark) .professional-link-card{background:#fff}html:not(.dark) body>header{background:rgba(248,249,251,.96)}.exposures{max-width:1500px;margin:0 auto;padding:3rem 2rem 4.5rem;color:var(--text-primary-dark)}.exposures-mast h1{font-family:newsreader,Georgia,serif;font-weight:400;font-size:clamp(2.6rem,5vw,3.6rem);line-height:1;letter-spacing:-.01em;color:var(--text-primary-dark);margin:0}.exposures-facts{font-family:var(--font-mono);font-weight:400;font-size:.64rem;line-height:1.8;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted-dark);margin:.8rem 0 0}.exposures-facts .sep,.exposures-country-head .sep{opacity:.5;margin:0 .35em}.exposures-atlas{display:grid;grid-template-columns:minmax(0,1fr)260px;gap:0 2.2rem;align-items:start;margin-top:2.2rem}.exposures-atlas-map{min-width:0}.exposures-map{margin:0}.worldmap{width:100%;height:auto;display:block}.worldmap .co{fill:rgba(255,255,255,7%);stroke:var(--surface-1-dark);stroke-width:.6;stroke-linejoin:round}.worldmap .co.l1{fill:#8f7150}.worldmap .co.l2{fill:#b48c62}.worldmap .co.l3{fill:#d4a574}.worldmap .co.on{cursor:pointer;transition:fill .15s}.worldmap .co.on:hover,.worldmap .co.on:focus{fill:#e8c9a4;outline:none}.worldmap .co.is-selected{fill:#e8c9a4;stroke:#f5f7fa;stroke-width:1}.worldmap .inset-bg{fill:var(--surface-1-dark)}.worldmap .inset-frame{fill:none;stroke:rgba(255,255,255,.14);stroke-width:1}.worldmap .inset-label{font-family:var(--font-mono);font-weight:500;font-size:9px;fill:var(--text-muted-dark);letter-spacing:2px}.exposures-map figcaption{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.7rem;font-family:var(--font-mono);font-weight:400;font-size:.6rem;line-height:1;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted-dark)}.exposures-legend{display:inline-flex;align-items:center;gap:.4rem}.exposures-legend i{width:12px;height:12px;border-radius:2px;display:inline-block}.exposures-legend i.l1{background:#8f7150}.exposures-legend i.l2{background:#b48c62}.exposures-legend i.l3{background:#d4a574}.exposures-index{margin:.9rem 0 0;font-family:var(--font-mono);font-weight:400;font-size:.6rem;line-height:2.1;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted-dark)}.exposures-index button{all:unset;cursor:pointer;color:inherit;transition:color .15s}.exposures-index button:hover{color:var(--text-secondary-dark)}.exposures-index button:focus-visible{outline:1px solid var(--accent-primary);outline-offset:3px}.exposures-index button.is-selected{color:var(--accent-primary)}.exposures-index-item{white-space:nowrap}.exposures-index i{font-style:normal;opacity:.5;margin:0 .2em 0 .45em}.exposures-countries{min-width:0;padding-left:1.4rem;border-left:1px solid var(--border-light-dark)}.exposures-country{animation:exposures-reveal .3s var(--ease-out-expo)}.exposures-country[hidden]{display:none}@keyframes exposures-reveal{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.exposures-country-head{margin:0 0 1rem}.exposures-country-head h2{font-family:newsreader,Georgia,serif;font-weight:400;font-size:1.7rem;line-height:1;letter-spacing:-.01em;color:var(--text-primary-dark);margin:0}.exposures-country-head p{margin:.5rem 0 0;font-family:var(--font-mono);font-weight:400;font-size:.58rem;line-height:1.6;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted-dark)}.exposures-prints{display:block}.exposures-print{display:grid;grid-template-columns:72px minmax(0,1fr);grid-template-rows:auto auto;column-gap:.75rem;align-items:center;padding:.55rem 0;border-top:1px solid var(--border-light-dark);text-decoration:none;color:inherit;min-width:0}.exposures-print img{grid-row:1/3}.exposures-print-title{align-self:end}.exposures-print-meta{grid-column:2;align-self:start}.exposures-print:last-child{border-bottom:1px solid var(--border-light-dark)}.exposures-print img{display:block;width:72px;height:48px;object-fit:cover;border-radius:2px;border:1px solid rgba(255,255,255,8%);background:var(--surface-2-dark);transition:border-color .15s}.exposures-print:hover img{border-color:rgba(255,255,255,.28)}.exposures-print-title{display:block;font-family:sora,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;font-weight:400;font-size:.82rem;line-height:1.25;color:var(--text-primary-dark)}.exposures-print:hover .exposures-print-title{color:var(--accent-secondary)}.exposures-print-meta{display:block;margin-top:.2rem;font-family:var(--font-mono);font-weight:400;font-size:.52rem;line-height:1.5;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted-dark)}@media(max-width:900px){.exposures-atlas{grid-template-columns:1fr}.exposures-countries{margin-top:1.8rem;padding:1.5rem 0 0;border-left:0;border-top:1px solid var(--border-subtle-dark)}}@media(max-width:820px){.exposures{padding:2.2rem 1.25rem 3.5rem}}@media(max-width:520px){.exposures-map figcaption{flex-wrap:wrap;line-height:1.6}}body:has(.chapter){background-color:var(--film-base)}.chapter{max-width:1180px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem)}.chapter-masthead{padding:2.4rem 0 2rem}.chapter-masthead h1{font-family:newsreader,Georgia,serif;font-weight:400;font-size:clamp(2.8rem,7vw,4.4rem);line-height:.95;letter-spacing:-.01em;color:var(--text-primary-dark);margin:0 0 .7rem}.chapter-facts{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted-dark);margin:0}.chapter-facts .flag{font-size:.9rem;margin-right:.5rem;vertical-align:-1px}.wall{display:flex;flex-direction:column;gap:6px}.wall-row{display:flex;align-items:stretch;gap:6px}.chapter-frame{display:block;margin:0;min-width:0;min-height:0;overflow:hidden;flex:var(--ratio,1)1 0}.chapter-frame img{display:block;width:100%;height:auto}.row-spacer{flex-shrink:1;flex-basis:0}.chapter-colophon{margin-top:4.5rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,5%);text-align:center;font-family:var(--font-mono);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;line-height:2.2;color:var(--text-muted-dark)}.chapter-colophon .sep{margin:0 .5rem}.chapter-colophon a{color:var(--text-secondary-dark);text-decoration:none;transition:color .2s ease}.chapter-colophon a span{color:var(--text-muted-dark);margin-left:.4rem;transition:color .2s ease}.chapter-colophon a:hover,.chapter-colophon a:hover span{color:var(--accent-primary)}@media(max-width:640px){.wall-row{flex-direction:column}.wall-row .chapter-frame{flex:none}.row-spacer{display:none}}.trip{max-width:1200px;margin:0 auto;padding:0 1.5rem}.trip-head{display:grid;grid-template-columns:minmax(0,1fr)minmax(0,1fr);gap:3rem;align-items:end;padding:1rem 0 2.4rem;border-bottom:1px solid var(--border-light-dark);margin-bottom:2.6rem}.trip-head h1{font-family:newsreader,Georgia,serif;font-weight:400;font-size:4.2rem;line-height:.95;letter-spacing:-.01em;margin:0 0 .7rem}.trip-when{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted-dark);line-height:1.9}.trip-when b{color:var(--accent-primary);font-weight:500}.trip-story{color:var(--text-secondary-dark);line-height:1.7;font-size:.96rem;max-width:58ch}.trip-story p{margin:0 0 .9rem}.trip-story .rest{display:none}.trip-story.open .rest{display:block}.trip-more{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-primary);background:0 0;border:0;padding:0;cursor:pointer}.trip-more:hover{color:var(--accent-secondary)}.trip-route{display:flex;align-items:flex-start;margin:0 0 3rem;padding-top:1.4rem}.trip-route .st{flex:1;position:relative;padding-top:1rem}.trip-route .st::before{content:'';position:absolute;top:0;left:0;width:9px;height:9px;border-radius:50%;background:var(--accent-primary);transform:translateY(-4px);box-shadow:0 0 0 3px var(--surface-1-dark)}.trip-route .st::after{content:'';position:absolute;top:0;left:14px;right:6px;height:1px;background:var(--border-subtle-dark)}.trip-route .st:last-child::after{display:none}.trip-route .nm{font-family:newsreader,Georgia,serif;font-size:1.2rem;color:var(--text-primary-dark)}.trip-route .nm small{font-style:italic;color:var(--text-muted-dark);font-size:.9rem;margin-left:.3rem}.trip-route .geo,.trip-route .km{font-family:var(--font-mono);font-size:.64rem;letter-spacing:.06em;color:var(--text-muted-dark)}.trip-route .geo{margin-top:.2rem}.trip-route .km{position:absolute;top:-1.35rem;left:14px}.trip .flag{font-style:normal;line-height:1}.trip-route .nm .flag{font-size:1rem;margin-right:.4rem}.trip-map{margin:0 0 3rem}.trip-map .trip-route{margin-bottom:0}.trip-route-toggle{position:relative;cursor:pointer;outline:none}.trip-route-toggle .st::before,.trip-route-toggle .st::after,.trip-route-toggle .nm{transition:box-shadow .25s,background .25s,color .25s}.trip-route-toggle:hover .st::before{box-shadow:0 0 0 3px var(--surface-1-dark),0 0 0 5px rgba(212,165,116,.35)}.trip-route-toggle:hover .st::after{background:rgba(212,165,116,.45)}.trip-route-toggle:hover .nm{color:var(--accent-secondary)}.trip-route-toggle:focus-visible .trip-map-hint{outline:2px solid var(--accent-primary);outline-offset:4px}.trip-map-hint{position:absolute;right:0;top:0;display:inline-flex;align-items:center;gap:.45rem;font-family:var(--font-mono);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-primary);white-space:nowrap}.trip-map-hint svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease-out-expo)}.trip-map.open .trip-map-hint svg{transform:rotate(180deg)}.trip-map-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s var(--ease-out-expo)}.trip-map.open .trip-map-body{grid-template-rows:1fr}.trip-map-body>div{overflow:hidden;min-height:0}.trip-map .trip-map-canvas{box-sizing:border-box;width:100%;aspect-ratio:2.304;background:var(--film-base);border:1px solid var(--border-subtle-dark)}.trip-map.open .trip-map-canvas{margin-top:1.4rem}.trip-map .trip-map-canvas .leaflet-tile-pane{filter:grayscale(1)invert(1)brightness(.78)contrast(.92)}.trip-map .trip-map-canvas .leaflet-tooltip{background:0 0;border:0;box-shadow:none;padding:0;white-space:nowrap}.trip-map .trip-map-canvas .leaflet-tooltip::before{display:none}.trip-map .trip-map-canvas .trip-map-label{font-family:newsreader,Georgia,serif;font-size:1.05rem;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.8)}.trip-map .trip-map-canvas .trip-map-km{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.08em;color:rgba(232,201,164,.9);background:rgba(18,22,29,.7);padding:.1rem .35rem;border-radius:2px}.trip-map .trip-map-canvas .leaflet-control-attribution{background:0 0;font-family:var(--font-mono);font-size:.56rem;letter-spacing:.06em;color:rgba(194,203,214,.55);padding:0 .6rem .45rem 0}.trip-map .trip-map-canvas .leaflet-control-attribution a{color:inherit;text-decoration:none}.trip-map .trip-map-canvas .leaflet-bar{border:0;box-shadow:none}@media(max-width:720px){.trip-map .trip-map-canvas{aspect-ratio:1.3333}.trip-map .trip-map-canvas .trip-map-label{font-size:.85rem}}@media(prefers-reduced-motion:reduce){.trip-map-body,.trip-map-hint svg,.trip-route-toggle .st::before,.trip-route-toggle .st::after,.trip-route-toggle .nm{transition:none}}.trip-stop{margin-bottom:1rem}.lead-wide{display:block;position:relative;aspect-ratio:var(--ratio,1.5);overflow:hidden;background:var(--surface-2-dark);cursor:zoom-in;margin-bottom:1.6rem}.lead-wide img{width:100%;height:100%;object-fit:cover;display:block}.lead-overlay{position:absolute;left:0;right:0;bottom:0;padding:5rem 2.2rem 1.8rem;background:linear-gradient(transparent,rgba(18,22,29,.74))}.lead-n{display:block;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-secondary);margin-bottom:.45rem}.lead-wide h2{font-family:newsreader,Georgia,serif;font-weight:400;font-size:3.4rem;line-height:1;margin:0;color:#fff;display:flex;align-items:center;gap:.7rem}.lead-wide h2 .flag{font-size:2rem}.lead-wide h2 small{font-size:1.4rem;font-style:italic;color:var(--text-secondary-dark);align-self:flex-end;margin-bottom:.3rem}.lead-cap{position:absolute;right:1.6rem;bottom:1.5rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(245,247,250,.75)}.leg{display:grid;grid-template-columns:28px 232px minmax(0,1fr);gap:0 2.5rem;position:relative}.leg-bare{grid-template-columns:minmax(0,1fr)}.leg-rail{position:relative}.leg-rail::before{content:'';position:absolute;left:5px;top:0;bottom:0;width:1px;background:linear-gradient(var(--border-subtle-dark) 85%,transparent)}.leg-rail .dot{position:sticky;top:6rem;display:block;width:11px;height:11px;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 0 4px var(--surface-1-dark)}.leg-side{position:sticky;top:5.6rem;align-self:start;padding-bottom:2rem}.leg-n{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-primary)}.leg-name{font-family:newsreader,Georgia,serif;font-weight:400;font-size:1.6rem;line-height:1;color:var(--text-primary-dark);margin:.3rem 0 .6rem}.leg-name small{display:block;font-size:1rem;font-style:italic;color:var(--text-secondary-dark);margin-top:.35rem}.leg-geo,.leg-count{display:block;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;color:var(--text-muted-dark);line-height:1.8}.leg-quote{font-family:newsreader,Georgia,serif;font-style:italic;font-size:1.08rem;line-height:1.5;color:var(--text-secondary-dark);margin:1.2rem 0 0;max-width:24ch}.leg-photos{padding-bottom:1.2rem;min-width:0}.leg-row{display:flex;gap:8px;margin-bottom:8px}.leg-frame{display:block;position:relative;min-width:0;overflow:hidden;flex:var(--ratio,1)1 0%;aspect-ratio:var(--ratio,1);background:var(--surface-2-dark)}.leg-frame img{width:100%;height:100%;object-fit:cover;display:block}.leg-pad{display:block;flex-shrink:1;flex-basis:0}.leg-cap{position:absolute;left:0;right:0;bottom:0;padding:1.4rem .7rem .55rem;font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(245,247,250,.85);background:linear-gradient(transparent,rgba(18,22,29,.7));opacity:0;transition:opacity .25s;pointer-events:none}.leg-frame:hover .leg-cap,.leg-frame:focus-visible .leg-cap{opacity:1}.trip-hop{grid-column:2/4;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted-dark);padding:.4rem 0 3rem}.leg-bare .trip-hop{grid-column:auto}.trip .prose{margin-top:3rem}@media(max-width:900px){.trip-head{grid-template-columns:1fr;gap:1.6rem;align-items:start}.trip-head h1{font-size:3rem}.trip-story{max-width:none}.trip-route{flex-wrap:wrap;gap:1.6rem 0}.trip-route .st{flex:1 1 45%}.lead-overlay{padding:3rem 1.2rem 1.1rem}.lead-wide h2{font-size:2rem}.lead-wide h2 .flag{font-size:1.3rem}.lead-wide h2 small{font-size:1rem;margin-bottom:.15rem}.lead-cap{right:1rem;bottom:.9rem}.leg{grid-template-columns:1fr;gap:1rem}.leg-rail{display:none}.leg-side{position:static;padding-bottom:.4rem}.trip-hop{grid-column:auto}}@media(prefers-reduced-motion:reduce){.leg-cap{transition:none}}.guide{max-width:1200px;margin:0 auto;padding:0 1.5rem}.guide-masthead{padding:2.4rem 0 2.8rem}.guide-eyebrow{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent-primary);margin:0}.guide-masthead h1{font-family:newsreader,Georgia,serif;font-weight:400;font-size:4.4rem;line-height:.95;letter-spacing:-.01em;color:var(--text-primary-dark);margin:.6rem 0}.guide-blurb{font-family:newsreader,Georgia,serif;font-style:italic;font-size:1.3rem;color:var(--text-secondary-dark);margin:0}.guide-entries{display:flex;flex-direction:column;gap:4.5rem}.guide-heading{display:flex;align-items:baseline;gap:1rem;font-family:newsreader,Georgia,serif;font-weight:400;font-size:1.9rem;line-height:1.1;color:var(--text-primary-dark);margin:0 0 1rem;padding-bottom:.7rem;border-bottom:1px solid var(--border-subtle-dark)}.guide-heading i{font-size:1.1rem;color:var(--text-secondary-dark)}.plate{display:flex;flex-direction:column;gap:8px}.plate-row,.plate-top{display:flex;align-items:flex-start;gap:8px}.plate-frame{display:block;margin:0;min-width:0;min-height:0;overflow:hidden;flex:var(--ratio,1)1 0}.plate-frame img{display:block;width:100%;height:auto}.plate-side{display:flex;flex-direction:column;gap:8px;min-width:0;flex:var(--grow,1)1 0}.plate-side .plate-frame{flex:none}.plate-spacer{flex-shrink:1;flex-basis:0}.guide-colophon{margin-top:4.5rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,6%);text-align:center;font-family:var(--font-mono);font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;line-height:2.2;color:var(--text-muted-dark)}.guide-colophon .sep{margin:0 .5rem}.guide-colophon a{color:var(--text-secondary-dark);text-decoration:none;transition:color .2s ease}.guide-colophon a:hover{color:var(--accent-primary)}@media(max-width:900px){.guide-masthead h1{font-size:3rem}}@media(max-width:640px){.plate-row,.plate-top{flex-direction:column}.plate-row .plate-frame,.plate-top .plate-frame,.plate-side{flex:none}.plate-spacer{display:none}}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity 300ms}img.lazyload:not([src]){visibility:hidden}