*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--coral: #FF6B4A;--navy: #0A1628;--gold: #E8A838;--black: #1A1A1A;--white: #FFFFFF;--off-white: #F5F3F0;--gray-100: #F0EDED;--gray-200: #D4D0CC;--gray-400: #8A8580;--gray-600: #555150;--sidebar-width: 320px}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--black);background:var(--off-white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}.page-wrapper{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh}.sidebar{background:var(--navy);color:var(--white);padding:3rem 2rem 2rem;position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column}.sidebar::-webkit-scrollbar{width:3px}.sidebar::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.sidebar-title{margin-bottom:2.5rem}.sidebar-title h1{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.6rem;letter-spacing:.15em;text-transform:uppercase;line-height:1.15;margin-bottom:.35rem}.sidebar-title h1 a{color:inherit;text-decoration:none}.sidebar-title .subtitle{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.75rem}.sidebar-title .separator{width:40px;height:1px;background:var(--coral);margin-bottom:.75rem}.sidebar-title .byline{font-family:Inter,sans-serif;font-weight:400;font-size:.85rem;color:var(--gray-200);font-style:italic}.sidebar-section{margin-bottom:2rem}.sidebar-section-label{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.6rem;display:flex;align-items:center;gap:.75rem}.sidebar-section-label:after{content:"";flex:1;height:1px;background:var(--coral);opacity:.5}.sidebar-list{list-style:none}.sidebar-list li{font-family:Inter,sans-serif;font-weight:400;font-size:.85rem;padding:.3rem 0;color:#ffffffd9;cursor:default;transition:color .2s}.sidebar-list li a{color:inherit;text-decoration:none;display:block}.sidebar-list li:hover{color:var(--white)}.sidebar-list li.dimmed{opacity:.4;font-style:italic}.sidebar-list li.active{color:var(--coral);font-weight:600}.sidebar-list li.active:before{content:"";display:inline-block;width:8px;height:2px;background:var(--coral);margin-right:.5rem;vertical-align:middle}.sub-list{list-style:none;padding-left:1.4rem;margin-top:.15rem;margin-bottom:.25rem;border-left:2px solid rgba(255,107,74,.3)}.sub-list li{font-size:.8rem;padding:.2rem 0;color:#ffffffa6}.sub-list li.active{color:var(--coral);font-weight:600}.sub-list li.active:before{display:none}.sub-list li.hometown{color:var(--gold)}.sub-list li.hometown.active{color:var(--gold);font-weight:600}.sidebar-footer{margin-top:auto;padding-top:2rem;font-size:.7rem;color:#ffffff40;font-family:Inter,sans-serif;letter-spacing:.05em}.main-content{padding:0;overflow-x:hidden}.hero{padding:4rem 4rem 3rem;background:var(--white)}.hero-label{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--coral);margin-bottom:.75rem}.hero-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(3rem,6vw,5rem);letter-spacing:-.03em;line-height:.95;color:var(--black);margin-bottom:1.5rem}.hero-rule{width:100%;height:4px;background:var(--black);border:none;margin-bottom:0}.hometown-badge{display:inline-block;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);border:1px solid var(--gold);padding:.25rem .75rem;margin-bottom:.75rem}.photo-placeholder{width:100%;aspect-ratio:16 / 7;background:#2c2c2c;display:flex;align-items:center;justify-content:center;position:relative}.photo-placeholder span{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffff73}.photo-placeholder img{width:100%;height:100%;object-fit:cover}.post-photo{margin:2.5rem 0}.post-photo .photo-slot{width:100%;background:#2c2c2c;display:flex;align-items:center;justify-content:center}.post-photo .photo-slot span{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#fff6}.post-photo .photo-slot img{width:100%;height:100%;object-fit:cover}.post-photo .photo-slot--landscape{aspect-ratio:16 / 9}.post-photo .photo-slot--square{aspect-ratio:1 / 1}.post-photo .photo-slot--portrait{aspect-ratio:3 / 4}.post-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:2.5rem 0}.post-photo-grid .photo-slot{width:100%;aspect-ratio:4 / 3;background:#2c2c2c;display:flex;align-items:center;justify-content:center}.post-photo-grid .photo-slot span{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:#fff6}.post-photo-grid .photo-slot img{width:100%;height:100%;object-fit:cover}.photo-caption{font-family:Inter,sans-serif;font-weight:400;font-size:.8rem;color:var(--gray-400);margin-top:.5rem;font-style:italic}.fields-section{padding:3rem 4rem;background:var(--white)}.fields-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 3rem}.field-item{border-top:2px solid var(--black);padding-top:.75rem}.field-label{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--coral);margin-bottom:.5rem}.field-value{font-family:Inter,sans-serif;font-weight:400;font-size:.95rem;line-height:1.5;color:var(--black)}.field-value em{font-style:italic}.post-body{padding:3rem 4rem 4rem;background:var(--white);max-width:100%}.post-body-inner{max-width:680px}.post-body p{font-family:Inter,sans-serif;font-weight:400;font-size:1.05rem;line-height:1.8;color:var(--gray-600);margin-bottom:1.5rem}.post-body p:first-of-type:first-letter{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:4rem;float:left;line-height:.75;margin-right:.15em;margin-top:.1em;color:var(--black)}.pull-quote{margin:3rem 0;padding:2rem 0 2rem 2rem;border-left:5px solid var(--coral);max-width:680px}.pull-quote p{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:1.6rem;font-style:italic;line-height:1.4;color:var(--black);margin-bottom:0}.map-section{background:var(--navy);padding:4rem 4rem 0}.map-section--hero{padding:0}.map-section--hero .map-header{padding:4rem 4rem 0}.map-section--hero .map-legend{padding:0 4rem}.map-section--hero #explore-map{height:600px}.map-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem}.map-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.03em;color:var(--white);line-height:.95}.map-back-btn{display:none;font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--coral);background:none;border:1px solid var(--coral);padding:.5rem 1.25rem;cursor:pointer;transition:background .2s,color .2s}.map-back-btn:hover{background:var(--coral);color:var(--white)}.map-back-btn.visible{display:inline-block}.map-legend{display:flex;gap:2rem;margin-bottom:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;color:#fff9}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot--visited{background:var(--coral)}.legend-dot--hometown{background:var(--gold)}.legend-dot--maybe{background:#ffffff40}#explore-map{width:100%;height:520px;border-top:3px solid var(--coral)}.leaflet-container{background:#0d1b2a;font-family:Inter,sans-serif}.leaflet-popup-content-wrapper{background:var(--navy);color:var(--white);border-radius:0;box-shadow:0 4px 20px #0006;border:1px solid rgba(255,107,74,.3)}.leaflet-popup-tip{background:var(--navy);border:1px solid rgba(255,107,74,.3);border-top:none;border-right:none}.leaflet-popup-content{margin:.75rem 1rem;font-family:Space Grotesk,sans-serif;font-size:.85rem;letter-spacing:.05em;line-height:1.4}.leaflet-popup-close-button{color:#fff6!important}.leaflet-popup-close-button:hover{color:var(--coral)!important}.popup-label{font-weight:600;font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--coral);margin-bottom:.25rem}.popup-name{font-weight:700;font-size:1rem;color:var(--white);margin-bottom:.35rem}.popup-hint{font-family:Inter,sans-serif;font-weight:400;font-size:.7rem;color:#ffffff80}.popup-cities{list-style:none;margin-top:.5rem}.popup-cities li{font-family:Inter,sans-serif;font-weight:400;font-size:.75rem;color:#ffffffb3;padding:.15rem 0}.map-marker{border-radius:50%;border:2px solid var(--white);cursor:pointer;transition:transform .2s,box-shadow .2s}.map-marker:hover{transform:scale(1.3);box-shadow:0 0 12px #ff6b4a99}.map-marker--visited{background:var(--coral)}.map-marker--hometown{background:var(--gold)}.map-marker--maybe{background:#fff3;border-color:#fff6}.map-marker--city{background:var(--coral);border-color:var(--white)}.map-marker--active{background:var(--white);border-color:var(--coral);box-shadow:0 0 0 3px #ff6b4a66}.leaflet-control-zoom a{background:var(--navy)!important;color:var(--white)!important;border-color:#ffffff26!important}.leaflet-control-zoom a:hover{background:var(--coral)!important}.leaflet-control-attribution{background:#0a1628cc!important;color:#ffffff4d!important;font-size:.6rem!important}.leaflet-control-attribution a{color:#fff6!important}.site-footer{background:var(--navy);color:var(--white);padding:2.5rem 4rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.08)}.footer-left a{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#fff9;text-decoration:none;transition:color .2s}.footer-left a:hover{color:var(--coral)}.footer-right{font-family:Inter,sans-serif;font-weight:400;font-size:.8rem;color:#ffffff59}.mobile-header{display:none;background:var(--navy);color:var(--white);padding:1rem 1.5rem;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:1000}.mobile-header h1{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1rem;letter-spacing:.12em;text-transform:uppercase}.mobile-header h1 a{color:inherit;text-decoration:none}.mobile-menu-btn{background:none;border:2px solid rgba(255,255,255,.4);color:var(--white);padding:.4rem .75rem;font-family:Space Grotesk,sans-serif;font-weight:500;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:border-color .2s}.mobile-menu-btn:hover{border-color:var(--coral)}.landing-hero{background:var(--navy);position:relative}.landing-hero-overlay{position:absolute;top:0;left:0;right:0;padding:4rem 4rem 0;z-index:400;pointer-events:none}.landing-hero-overlay h2{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.03em;line-height:.95;color:var(--white);text-shadow:0 2px 20px rgba(0,0,0,.5)}.country-header{padding:4rem 4rem 2rem;background:var(--white)}.country-title{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.03em;line-height:.95;color:var(--black);margin-bottom:1rem}.country-post-list{padding:0 4rem 4rem;background:var(--white)}.country-post-card{border-top:2px solid var(--black);padding:1.5rem 0}.country-post-card h3{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.5rem;letter-spacing:-.02em;color:var(--black);margin-bottom:.5rem}.country-post-card h3 a{color:inherit;text-decoration:none;transition:color .2s}.country-post-card h3 a:hover{color:var(--coral)}.country-post-card .post-dates{font-family:Inter,sans-serif;font-size:.85rem;color:var(--gray-400)}@media(max-width:1024px){.fields-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:3rem 3rem 2.5rem}.fields-section{padding:2.5rem 3rem}.post-body{padding:2.5rem 3rem 3rem}.map-section,.map-section--hero .map-header{padding:3rem 3rem 0}.map-section--hero .map-legend{padding:0 3rem}.site-footer{padding:2rem 3rem}.country-header{padding:3rem 3rem 1.5rem}.country-post-list{padding:0 3rem 3rem}}@media(max-width:768px){.page-wrapper{grid-template-columns:1fr}.sidebar{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;padding:5rem 2rem 2rem}.sidebar.open,.mobile-header{display:flex}.hero{padding:2.5rem 1.5rem 2rem}.hero-title{font-size:2.5rem}.fields-section{padding:2rem 1.5rem}.fields-grid{grid-template-columns:1fr;gap:1.5rem}.post-body{padding:2rem 1.5rem 2.5rem}.post-photo-grid{grid-template-columns:1fr}.pull-quote{margin:2rem 0;padding:1.5rem 0 1.5rem 1.25rem}.pull-quote p{font-size:1.25rem}.map-section,.map-section--hero .map-header{padding:3rem 1.5rem 0}.map-section--hero .map-legend{padding:0 1.5rem}.map-section--hero #explore-map{height:400px}#explore-map{height:380px}.map-legend{flex-wrap:wrap;gap:1rem}.site-footer{padding:2rem 1.5rem;flex-direction:column;gap:.75rem;text-align:center}.landing-hero-overlay{padding:2.5rem 1.5rem 0}.country-header{padding:2.5rem 1.5rem 1.5rem}.country-post-list{padding:0 1.5rem 2.5rem}}
