.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--color-page-bg: #ffffff;--color-text: #171717;--color-muted: #666666;--color-accent: #2459b8;--color-border: #e5e5e5;--color-soft-bg: #f5f4ef;--color-inverse-text: #ffffff;--color-inverse-text-soft: rgba(255, 255, 255, .84);--color-inverse-surface-soft: rgba(255, 255, 255, .12);--color-accent-surface-soft: rgba(36, 89, 184, .1);--color-media-overlay-top: rgba(0, 0, 0, .04);--color-media-overlay-bottom: rgba(0, 0, 0, .16);--color-media-overlay-strong: rgba(0, 0, 0, .48);--color-story-summary: #3e3e3a;--color-story-progress: #b7b7b7;--color-story-progress-hover: #777777;--color-trip-lead: #454541;--color-trip-prose: #343431;--color-transparent: transparent;--color-header-text: var(--color-inverse-text);--color-footer-bg: #ffffff;--color-footer-text: #000000;--font-sans: Arial, sans-serif;--font-main: var(--font-sans);--content-width: 700px;--page-padding: 2rem;--sticky-header-height: 3.5rem;--toc-width: 180px;--toc-gap: 40px;--wide-content-width: calc(var(--content-width) + (var(--toc-width) + var(--toc-gap)) * 2)}:root[data-theme=dark]{--color-page-bg: #141414;--color-text: #e8e8e5;--color-muted: #a3a3a0;--color-accent: #78a8ff;--color-border: #353535;--color-soft-bg: #20201e;--color-accent-surface-soft: rgba(120, 168, 255, .14);--color-story-summary: #ccccca;--color-story-progress: #575757;--color-story-progress-hover: #a0a0a0;--color-trip-lead: #d2d2cf;--color-trip-prose: #d8d8d5;--color-footer-bg: #141414;--color-footer-text: #e8e8e5}html{min-height:100%;scroll-behavior:smooth}body{display:flex;min-height:100vh;flex-direction:column;margin:0;background:var(--color-page-bg);color:var(--color-text);font-family:var(--font-main);line-height:1.65}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:.16em}.text-accent{color:var(--color-accent)}.page-shell{position:relative;box-sizing:border-box;width:100%;flex:1;max-width:calc(var(--content-width) + var(--page-padding) + var(--page-padding));margin:1rem auto 0;padding:0 var(--page-padding)}.page-shell-wide{max-width:calc(var(--wide-content-width) + var(--page-padding) + var(--page-padding))}.site-header a,.article-toc a,.mobile-toc-panel a{color:inherit;text-decoration:none}.about-contact-link svg,.cv-item-icon-link svg,.cv-detail-back svg,.cv-detail-title-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.about-contact-link svg,.cv-item-icon-link svg{width:100%;height:100%;stroke-width:2.5}.site-header{--header-collapse-duration: .35s;--header-fade-duration: .3s;position:sticky;top:0;z-index:50;min-height:var(--sticky-header-height);background:var(--color-page-bg);color:var(--color-text);padding:0 var(--page-padding);transition:min-height .18s ease}.header-inner{position:relative;display:flex;min-height:var(--sticky-header-height);align-items:center;justify-content:space-between;gap:1.5rem;max-width:var(--wide-content-width);margin:0 auto;transition:min-height .18s ease}.site-header .site-title{--brand-collapsed-width: 2.9em;--brand-expanded-width: 8.75em;--brand-middle-shift: -2.45em;display:grid;width:var(--brand-expanded-width);grid-template-columns:max-content max-content max-content;column-gap:.32em;overflow:hidden;color:var(--color-accent);font-size:1.375rem;font-weight:600;line-height:1.2;padding-block:.06em;white-space:nowrap;transition:width .25s ease}.site-title-word{display:inline-block;transition:opacity var(--header-fade-duration) ease,transform var(--header-collapse-duration) ease}.site-header.is-brand-collapsed .site-title-word-first{opacity:0;transform:translate(-.75em)}.site-header.is-brand-collapsed .site-title-word-middle{transform:translate(var(--brand-middle-shift))}.site-header.is-brand-collapsed .site-title-word-last{opacity:0;transform:translate(.75em)}.site-header.is-layout-condensed .site-title{width:var(--brand-collapsed-width)}.header-actions,.main-nav{display:flex;align-items:center;justify-content:flex-end}.header-actions{margin-left:auto}.main-nav a{--main-nav-tab-margin: 1.05rem;width:var(--main-nav-tab-width, auto);box-sizing:content-box;color:var(--color-muted);font-size:1.375rem;font-weight:600;margin-left:var(--main-nav-tab-margin);overflow:hidden;text-decoration:none;transition:width var(--header-collapse-duration) ease,margin-left var(--header-collapse-duration) ease,opacity var(--header-fade-duration) ease,transform var(--header-collapse-duration) ease,visibility 0s;white-space:nowrap}.main-nav a:first-child{margin-left:0}.site-header.is-brand-collapsed .main-nav a:not(.is-active){width:0;margin-left:0;opacity:0;pointer-events:none;transform:translate(.75em)}.site-header.is-layout-condensed .main-nav a:not(.is-active){visibility:hidden}.site-header.is-brand-collapsed.is-nav-expanded .main-nav a:not(.is-active){width:var(--main-nav-tab-width, auto);opacity:1;pointer-events:auto;transform:none;visibility:visible}.site-header.is-brand-collapsed.is-nav-expanded .main-nav a:not(.is-active,:first-child){margin-left:var(--main-nav-tab-margin)}@media(hover:hover)and (pointer:fine){.site-header.is-brand-collapsed .header-actions:hover .main-nav a:not(.is-active){width:var(--main-nav-tab-width, auto);opacity:1;pointer-events:auto;transform:none;visibility:visible}.site-header.is-brand-collapsed .header-actions:hover .main-nav a:not(.is-active,:first-child){margin-left:var(--main-nav-tab-margin)}.site-header.is-brand-collapsed .header-actions:hover .theme-toggle{width:var(--theme-toggle-size);margin-left:var(--theme-toggle-margin);padding:var(--theme-toggle-padding);opacity:1;pointer-events:auto;transform:none;visibility:visible}}.main-nav a:hover,.main-nav a[aria-current=page],.main-nav a.is-active{color:var(--color-accent)}.theme-toggle{--theme-toggle-size: 2rem;--theme-toggle-margin: .85rem;--theme-toggle-padding: .3rem;box-sizing:border-box;display:inline-grid;width:var(--theme-toggle-size);height:var(--theme-toggle-size);flex:0 0 auto;place-items:center;margin-left:var(--theme-toggle-margin);padding:var(--theme-toggle-padding);overflow:hidden;border:0;background:var(--color-transparent);color:var(--color-muted);cursor:pointer;transition:width var(--header-collapse-duration) ease,margin-left var(--header-collapse-duration) ease,padding var(--header-collapse-duration) ease,opacity var(--header-fade-duration) ease,transform var(--header-collapse-duration) ease,visibility 0s}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--color-accent)}.theme-toggle:focus-visible{border-radius:4px;outline:2px solid var(--color-accent);outline-offset:2px}.theme-toggle-icon{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.theme-toggle-sun,:root[data-theme=dark] .theme-toggle-moon{display:none}:root[data-theme=dark] .theme-toggle-sun{display:block}.site-header.is-brand-collapsed .theme-toggle{width:0;margin-left:0;padding-right:0;padding-left:0;opacity:0;pointer-events:none;transform:translate(.75em)}.site-header.is-layout-condensed .theme-toggle{visibility:hidden}.about-intro{padding:clamp(2.75rem,7.7vh,4.95rem) 0 clamp(3rem,8vh,5.5rem)}.about-intro-heading-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem 1.25rem}.about-intro-copy{min-width:0;flex:1 1 18rem}.about-intro h1{margin:0;color:var(--color-accent);font-size:2.6rem;line-height:1.1}.about-intro p{margin:.45rem 0 0;color:var(--color-muted);font-size:1.05rem;line-height:1.45}.about-contact-nav{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:.85rem;margin-left:auto}.about-contact-link{display:inline-flex;width:1.3rem;height:1.3rem;color:var(--color-accent)}.about-contact-link:hover{color:var(--color-text);text-decoration:none}.article{min-width:0;font-size:1.08rem}.article-section,.article h2,.article h3{scroll-margin-top:calc(var(--sticky-header-height) + 1rem)}.article h1,.article h2,.article h3{line-height:1.2}.article h1{margin-bottom:.1rem}.article .article-accent-heading{color:var(--color-accent)}.article h2{margin-top:1rem;padding-top:.5rem;font-size:2rem}.article h3{margin-top:2rem;margin-bottom:.6rem;font-size:1.35rem}.article h3+p{margin-top:0}.article h1+h3{margin-top:.75rem}.article .experience-company-heading{display:flex;align-items:center}.experience-company-link{display:inline-flex;align-items:center;gap:.65rem;color:inherit;text-decoration:none}.experience-company-link:hover{color:var(--color-accent);text-decoration:none}.article .experience-company-logo{width:2rem;height:2rem;flex:0 0 auto;object-fit:contain;border-radius:4px}.article ul,.article ol{padding-left:1.3rem}.article img,.article video{max-width:100%;border-radius:6px}.article .cv-item-heading{display:flex;align-items:center;gap:.55rem}.cv-item-heading span{min-width:0}.cv-item-icon-link{display:inline-flex;flex:0 0 auto;width:1.05rem;height:1.05rem;color:var(--color-accent);text-decoration:none}.cv-item-icon-link:hover{text-decoration:none}.image-75{width:75%;max-width:100%;margin:2rem auto}.image-75 img,.detail-gallery img{display:block;width:100%;height:auto}.image-75 img{border-radius:0}.image-75 figcaption,.ft-inline-media>figcaption{margin-top:.5rem;color:var(--color-muted);font-size:.9rem;line-height:1.35}.detail-gallery{margin-top:2.5rem}.detail-gallery h2{margin-bottom:1rem}.detail-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.detail-gallery-group{display:contents}.detail-gallery figure{margin:0}.detail-gallery img{aspect-ratio:4 / 3;object-fit:cover}.cv-detail-header{background:var(--color-accent);color:var(--color-header-text);padding:1.25rem var(--page-padding) 1.5rem}.cv-detail-header-light{background:var(--color-page-bg);color:var(--color-accent)}.cv-detail-header-inner{display:grid;grid-template-columns:2rem minmax(0,1fr);align-items:center;column-gap:.9rem;max-width:var(--content-width);margin:0 auto}.cv-detail-back,.cv-detail-title-action{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:4px;color:var(--color-inverse-text-soft);text-decoration:none}.cv-detail-back:hover,.cv-detail-back:focus-visible,.cv-detail-title-action:hover,.cv-detail-title-action:focus-visible{background:var(--color-inverse-surface-soft);color:var(--color-header-text);text-decoration:none}.cv-detail-header-light .cv-detail-back,.cv-detail-header-light .cv-detail-title-action{color:var(--color-accent)}.cv-detail-header-light .cv-detail-back:hover,.cv-detail-header-light .cv-detail-back:focus-visible,.cv-detail-header-light .cv-detail-title-action:hover,.cv-detail-header-light .cv-detail-title-action:focus-visible{background:var(--color-accent-surface-soft);color:var(--color-accent)}.cv-detail-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;min-width:0;width:100%}.cv-detail-header h1{margin:0;font-size:2.15rem;line-height:1.1}.cv-detail-title-row h1{min-width:0}.cv-detail-title-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:.35rem;margin-left:auto}.cv-detail-back svg,.cv-detail-title-action svg{width:1.5rem;height:1.5rem;stroke-width:2.4}.pdf-viewer-intro{max-width:42rem;margin:0 0 1.25rem;color:var(--color-muted)}.pdf-viewer-intro p{margin:0}.pdf-viewer-embed{height:min(78vh,900px);min-height:520px;border:1px solid var(--color-border)}.pdf-viewer-embed object{display:block;width:100%;height:100%}.pdf-viewer-embed p{margin:1rem}.article-toc-frame{position:sticky;top:calc(var(--sticky-header-height) + 1rem);z-index:1;height:0;transition:top .18s ease}.article-toc,.mobile-toc{color:var(--color-muted);font-size:1.15rem;line-height:1.35}.article-toc{width:var(--toc-width);transform:translate(calc(-1 * (var(--toc-width) + var(--toc-gap)))) translateY(1rem)}.article-toc ol{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.article-toc a:hover,.article-toc a.is-active,.mobile-toc-panel a:hover,.mobile-toc-panel a.is-active{color:var(--color-accent)}.mobile-toc{display:none}.site-footer{background:var(--color-footer-bg);color:var(--color-footer-text);font-size:.85rem;margin-top:auto;padding:1.5rem 2rem}.footer-inner p{margin:0}@media(max-width:1180px){.page-shell{margin:1rem auto 2rem}}@media(max-width:1100px){.page-shell-has-toc{margin-top:0}.article-section,.article h2,.article h3{scroll-margin-top:calc(var(--sticky-header-height) + 3.5rem)}.article-toc-frame{display:none}.mobile-toc{position:sticky;top:var(--sticky-header-height);z-index:20;display:block;margin-right:calc(50% - 50vw);margin-bottom:1.25rem;margin-left:calc(50% - 50vw);border-bottom:1px solid var(--color-border);background:var(--color-page-bg);transition:top .18s ease}.mobile-toc-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;border:0;background:var(--color-page-bg);color:inherit;cursor:pointer;font:inherit;padding:.7rem var(--page-padding);text-align:left}.mobile-toc-toggle:hover,.mobile-toc-toggle:focus-visible,.mobile-toc-toggle[aria-expanded=true]{color:var(--color-accent)}.mobile-toc-current{min-width:0;color:var(--color-accent);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-toc-caret{width:.4rem;height:.4rem;flex:0 0 auto;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px)}.mobile-toc-toggle[aria-expanded=true] .mobile-toc-caret{transform:rotate(225deg) translate(-1px,-1px)}.mobile-toc-panel{position:absolute;top:calc(100% - 1px);right:0;left:0;z-index:21;display:grid;gap:.55rem;margin:0;padding:.75rem var(--page-padding) .85rem;border-bottom:1px solid var(--color-border);background:var(--color-page-bg);list-style:none}.mobile-toc-panel[hidden]{display:none}}@media(max-width:850px){.detail-gallery-grid{grid-template-columns:1fr}}@media(max-width:700px){.site-header{padding-right:1rem;padding-left:1rem}.mobile-toc-toggle,.mobile-toc-panel{padding-right:var(--page-padding);padding-left:var(--page-padding)}.header-inner{gap:.85rem}.site-header .site-title,.main-nav a{font-size:1.075rem}.main-nav a{--main-nav-tab-margin: .48rem}.about-intro h1{font-size:2.1rem}.about-contact-nav{width:100%;justify-content:flex-start;margin-left:0}.cv-detail-header-inner{grid-template-areas:"back actions" "title title";grid-template-columns:2rem minmax(0,1fr);row-gap:.75rem}.cv-detail-back{grid-area:back}.cv-detail-title-row{display:contents}.cv-detail-title-row h1{grid-area:title}.cv-detail-title-actions{grid-area:actions;justify-self:end;margin-left:0}}.ft-trip-chapters{display:grid;gap:clamp(1.1rem,2.75vh,2.2rem)}.ft-story-intro{box-sizing:border-box;display:flex;min-height:calc(100svh - var(--sticky-header-height) - 1rem);flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:clamp(3rem,6vh,5rem);padding:2.5rem 0 4rem;scroll-margin-top:calc(var(--sticky-header-height) + .75rem)}.ft-story-kicker{margin:0 0 .8rem;color:var(--color-accent);font-size:.76rem;font-weight:700;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.article .ft-story-intro h1{max-width:840px;margin:0;font-size:clamp(3.4rem,7.2vw,6.6rem);font-weight:650;letter-spacing:-.055em;line-height:.94}.ft-heading-f{display:inline-block;margin-right:.042em}.ft-story-intro>p:not(.ft-story-kicker){max-width:610px;margin:2rem 0 0;color:var(--color-muted);font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.55}.ft-instruction-mobile{display:none}.ft-trip-chapter{box-sizing:border-box;display:grid;min-height:min(960px,calc(92svh - var(--sticky-header-height)));grid-template-columns:minmax(0,1.24fr) minmax(245px,.76fr);gap:clamp(1.65rem,3.3vw,3rem);align-items:center;padding:clamp(3rem,6.5vh,5.25rem) 0;scroll-margin-top:calc(var(--sticky-header-height) + .75rem)}.ft-trip-chapter:nth-child(2n){grid-template-columns:minmax(245px,.76fr) minmax(0,1.24fr)}.ft-trip-chapter:nth-child(2n) .ft-trip-visual{order:2}.ft-trip-chapter:nth-child(2n) .ft-trip-synopsis{order:1}.ft-trip-visual{position:relative;overflow:hidden;height:clamp(400px,60svh,610px);margin:0;background:var(--color-soft-bg)}.ft-trip-visual:after{position:absolute;inset:0;background:linear-gradient(180deg,var(--color-media-overlay-top),var(--color-transparent) 28%,var(--color-media-overlay-bottom));content:"";pointer-events:none}.ft-trip-visual img{display:block;width:100%;height:100%;border-radius:0;object-fit:cover;transition:filter .18s ease,transform .9s cubic-bezier(.2,.75,.25,1)}.ft-trip-image-link{display:block;height:100%}.ft-trip-image-link:hover img,.ft-trip-image-link:focus-visible img{filter:brightness(.94)}.ft-trip-image-link:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}.ft-trip-number{position:absolute;right:1rem;bottom:.8rem;z-index:1;color:var(--color-inverse-text);font-size:.78rem;font-weight:700;letter-spacing:.12em}.ft-trip-meta{display:flex;flex-wrap:wrap;gap:.3rem .8rem;margin:0 0 .8rem;color:var(--color-accent);font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.ft-trip-meta span+span:before{margin-right:.8rem;color:var(--color-accent);content:"/"}.article .ft-trip-synopsis h2{margin:0;padding:0;color:var(--color-text);font-size:clamp(2.25rem,4.2vw,4rem);letter-spacing:-.045em;line-height:.98}.article .ft-trip-title-link{color:var(--color-text);text-decoration:none}.article .ft-trip-title-link:hover,.article .ft-trip-title-link:focus-visible{text-decoration:underline;text-decoration-thickness:.06em;text-underline-offset:.12em}.ft-trip-summary{margin:1.35rem 0 0;color:var(--color-story-summary);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.55}.ft-story-progress{position:fixed;bottom:max(.8rem,env(safe-area-inset-bottom));left:50%;z-index:35;display:flex;gap:.24rem;align-items:center;opacity:0;pointer-events:none;transform:translate(-50%,.4rem);transition:opacity .16s ease,transform .18s ease,visibility 0s linear .18s;visibility:hidden}.ft-story-progress.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%);transition-delay:0s;visibility:visible}.ft-story-progress a{display:flex;width:clamp(.9rem,2vw,1.3rem);height:1.5rem;align-items:center;color:var(--color-story-progress)}.ft-story-progress a:hover,.ft-story-progress a:focus-visible{color:var(--color-story-progress-hover);text-decoration:none}.ft-story-progress a.is-active{color:var(--color-text);text-decoration:none}.ft-story-progress a:focus-visible{border-radius:2px;outline:2px solid var(--color-text);outline-offset:.1rem}.ft-story-progress span{display:block;width:100%;height:.2rem;background:currentColor;transition:color .16s ease}.ft-trip-detail{margin:0 auto;padding-top:1.75rem}.ft-detail-intro{max-width:900px}.article .ft-detail-intro h1{margin:0;font-size:clamp(3.8rem,8vw,7.5rem);font-weight:650;letter-spacing:-.06em;line-height:.92}.ft-detail-lead{max-width:760px;margin:1.8rem 0 0;color:var(--color-trip-lead);font-size:clamp(1.2rem,2.4vw,1.65rem);line-height:1.48}.ft-detail-hero{margin:clamp(1.5rem,3.5vw,3rem) 0 clamp(3rem,7vw,6rem)}.ft-detail-hero img{display:block;width:100%;height:auto;aspect-ratio:16 / 9;border-radius:0;object-fit:cover}.ft-detail-body{max-width:660px;margin:0 auto}.ft-trip-prose{color:var(--color-trip-prose);font-size:1.12rem;line-height:1.78}.article .ft-trip-prose h2{margin:3.25rem 0 .85rem;padding:0;color:var(--color-text);font-size:clamp(1.8rem,3.2vw,2.4rem);letter-spacing:-.025em}.article .ft-trip-prose h2:first-child{margin-top:0}.ft-trip-prose p{margin:0 0 1.4rem}.ft-trip-prose img{border-radius:0}.ft-inline-media{margin:2rem 0}.ft-inline-media>img,.ft-inline-media>.ft-gallery-trigger img{display:block;width:100%;height:auto}.ft-inline-media>.ft-gallery-trigger img{aspect-ratio:auto;object-fit:initial}.ft-gallery{margin-top:clamp(3.5rem,7vw,6.3rem);padding-top:1.4rem}.ft-gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.5rem}.article .ft-gallery-heading h2{margin:0;padding:0;font-size:clamp(2.4rem,5vw,4.5rem);letter-spacing:-.045em}.ft-gallery-grid{display:grid;gap:1.25rem}.ft-gallery-group{display:grid;overflow:hidden;aspect-ratio:16 / 9;gap:1.25rem}.ft-gallery-group-feature-left,.ft-gallery-group-feature-right{grid-template-columns:minmax(0,1.35fr) minmax(0,.65fr);grid-template-rows:repeat(2,minmax(0,1fr))}.ft-gallery-group-feature-right{grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr)}.ft-gallery-group-feature-left figure:first-child{grid-row:1 / 3}.ft-gallery-group-feature-left figure:nth-child(2){grid-column:2;grid-row:1}.ft-gallery-group-feature-left figure:nth-child(3){grid-column:2;grid-row:2}.ft-gallery-group-feature-right figure:first-child{grid-column:2;grid-row:1 / 3}.ft-gallery-group-feature-right figure:nth-child(2){grid-column:1;grid-row:1}.ft-gallery-group-feature-right figure:nth-child(3){grid-column:1;grid-row:2}.ft-gallery-group-equal{grid-template-columns:repeat(3,minmax(0,1fr))}.ft-gallery-group-pair{grid-template-columns:repeat(2,minmax(0,1fr))}.ft-gallery-group-single{grid-template-columns:1fr}.ft-gallery-group figure{min-width:0;min-height:0;margin:0}.ft-gallery-trigger{position:relative;display:block;overflow:hidden;color:var(--color-inverse-text)}.ft-gallery-trigger:after{position:absolute;inset:0;background:linear-gradient(180deg,var(--color-transparent) 62%,var(--color-media-overlay-strong));content:"";opacity:0;transition:opacity .18s ease}.ft-gallery-trigger img{display:block;width:100%;aspect-ratio:4 / 3;border-radius:0;object-fit:cover;transition:transform .4s ease}.ft-gallery-group .ft-gallery-trigger,.ft-gallery-group .ft-gallery-trigger img{height:100%}.ft-gallery-group .ft-gallery-trigger img{aspect-ratio:auto}.ft-gallery-trigger span{position:absolute;right:.9rem;bottom:.75rem;z-index:1;font-size:.75rem;font-weight:700;letter-spacing:.08em;opacity:0;text-transform:uppercase;transition:opacity .18s ease}.ft-gallery-trigger:hover,.ft-gallery-trigger:focus-visible{text-decoration:none}.ft-gallery-trigger:hover:after,.ft-gallery-trigger:focus-visible:after,.ft-gallery-trigger:hover span,.ft-gallery-trigger:focus-visible span{opacity:1}.ft-gallery-trigger:hover img{transform:scale(1.018)}html.ft-gallery-opening .ft-gallery-trigger img{transform:none;transition:none}html.ft-lightbox-open{overflow:hidden}.ft-lightbox{box-sizing:border-box;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:var(--color-page-bg);color:var(--color-text)}.ft-lightbox::backdrop{background:var(--color-page-bg)}.ft-lightbox:focus{outline:none}.ft-lightbox[open]{display:grid;grid-template-rows:auto minmax(0,1fr)}.ft-lightbox-toolbar{display:flex;min-height:4rem;align-items:center;justify-content:space-between;padding:.5rem 1rem 0}.ft-lightbox-count{margin:0;color:var(--color-muted);font-size:.78rem;letter-spacing:.08em}.ft-lightbox button{display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--color-transparent);color:inherit;cursor:pointer}.ft-lightbox button:hover,.ft-lightbox button:focus-visible{background:var(--color-soft-bg)}.ft-lightbox button svg{width:1.55rem;height:1.55rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.ft-lightbox-stage{display:grid;min-height:0;grid-template-columns:4rem minmax(0,1fr) 4rem;gap:.75rem;align-items:center;padding:0 1rem 1rem}.ft-lightbox-stage figure{display:grid;min-width:0;min-height:0;grid-template-rows:minmax(0,1fr) auto;align-items:center;justify-items:center;margin:0}.ft-lightbox-stage img{display:block;max-width:100%;max-height:calc(100dvh - 8.5rem);border-radius:0;object-fit:contain}.ft-lightbox-stage figcaption{max-width:720px;margin-top:.7rem;color:var(--color-muted);font-size:.82rem;line-height:1.4;text-align:center}.ft-lightbox-stage figcaption[hidden]{display:none}@media(max-width:820px){.theme-toggle,.ft-instruction-desktop{display:none}.ft-instruction-mobile{display:inline}.ft-story-intro{min-height:calc(100svh - var(--sticky-header-height) - 1rem);padding:clamp(4rem,13vh,7rem) 0 clamp(5rem,15vh,8rem)}.article .ft-story-intro h1{font-size:clamp(3.2rem,13vw,5.5rem)}.ft-trip-chapter,.ft-trip-chapter:nth-child(2n){min-height:auto;grid-template-columns:1fr;gap:2.2rem;padding:1.5rem 0 4rem}.ft-trip-chapter:nth-child(2n) .ft-trip-visual,.ft-trip-chapter:nth-child(2n) .ft-trip-synopsis{order:initial}.ft-trip-visual{height:min(61svh,560px);min-height:380px}.ft-trip-synopsis{max-width:580px}}@media(max-width:700px){.page-shell-wide{padding-right:1rem;padding-left:1rem}.article .ft-detail-intro h1{font-size:clamp(3.4rem,17vw,5.2rem)}.ft-detail-hero{margin-right:-1rem;margin-left:-1rem}.ft-detail-hero img{aspect-ratio:4 / 3}.ft-gallery-heading{display:block}.ft-gallery-grid{gap:2rem}.ft-gallery-group{overflow:visible;aspect-ratio:auto;grid-template-columns:1fr;grid-template-rows:none;gap:2rem}.ft-gallery-group-feature-left figure:first-child,.ft-gallery-group-feature-left figure:nth-child(2),.ft-gallery-group-feature-left figure:nth-child(3),.ft-gallery-group-feature-right figure:first-child,.ft-gallery-group-feature-right figure:nth-child(2),.ft-gallery-group-feature-right figure:nth-child(3){grid-column:auto;grid-row:auto}.ft-gallery-group .ft-gallery-trigger,.ft-gallery-group .ft-gallery-trigger img{height:auto}.ft-gallery-group .ft-gallery-trigger img{aspect-ratio:4 / 3}.ft-lightbox-stage{position:relative;display:flex;align-items:center;justify-content:center;padding:0 .75rem 5rem}.ft-lightbox-stage figure{width:100%}.ft-lightbox-stage img{max-height:calc(100dvh - 10rem)}.ft-lightbox-previous,.ft-lightbox-next{position:absolute;bottom:.8rem;z-index:1}.ft-lightbox-previous{left:calc(50% - 3.2rem)}.ft-lightbox-next{right:calc(50% - 3.2rem)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ft-trip-visual img,.ft-gallery-trigger img,.main-nav a,.theme-toggle{transition:none}}
