:root{--background:#f8f7f3;--surface:#fff;--text:#222;--text-light:#666;--accent:#1f5f73;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}img{max-width:100%;display:block}a{transition:all .25s}.site-header{z-index:1000;width:100%;position:fixed;top:0;left:0}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:28px 48px;display:flex}.logo{font-family:var(--font-heading);color:#fff;font-size:2rem;font-weight:600;text-decoration:none}.main-nav{gap:2.5rem;display:flex}.main-nav a{color:#fff;font-size:1rem;font-weight:500;text-decoration:none}.main-nav a:hover{opacity:.7}.hero{background-image:linear-gradient(#00000073,#0000008c),url(/images/hero-mongolia-eagle-falconer-01.jpg);background-position:50%;background-size:cover;align-items:center;min-height:100vh;display:flex}.hero-content{color:#fff;text-align:left;width:38%;max-width:520px;padding-left:6%;transform:translateY(-6vh)}.eyebrow{text-transform:uppercase;letter-spacing:.25em;color:#ffffffe6;margin-bottom:1rem;font-size:.85rem}.hero h1{font-family:var(--font-heading);white-space:nowrap;color:#fff;margin:.3rem 0 .8rem;font-size:clamp(3.2rem,6vw,5.8rem);line-height:.92}.subtitle{color:#fffffff2;margin-bottom:.5rem;font-size:1.6rem;line-height:1.3}.author{color:#ffffffbf;margin-bottom:1.5rem;font-size:1rem}.hero-button,.button-primary,.button-secondary{border-radius:999px;padding:14px 32px;font-weight:600;text-decoration:none;display:inline-block}.hero-button{color:#fff;border:2px solid #fff;margin-top:3.5rem}.hero-button:hover{color:#000;background:#fff}.button-primary{background:var(--accent);color:#fff}.button-primary:hover{background:#174957}.button-secondary{border:2px solid var(--accent);color:var(--accent)}.button-secondary:hover{background:var(--accent);color:#fff}.intro{background:var(--background);padding:6rem 2rem}.intro-content{text-align:center;max-width:760px;margin:0 auto}.intro h2{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:3rem}.intro p{color:#555;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.8}.intro-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-hero{background-image:linear-gradient(#00000059,#0000008c),url(/images/hero-train-bolivia-01.jpg);background-position:50%;background-size:cover;align-items:center;min-height:60vh;display:flex}.about-overlay{color:#fff;width:40%;max-width:520px;margin-top:8vh;margin-left:8%}.about-hero h1{font-family:var(--font-heading);margin:.4rem 0 1rem;font-size:clamp(2.8rem,5vw,4.2rem);line-height:.95}.about-content{padding:3rem 2rem}.about-content:not(.alt-section),.about-content.alt-section{background:var(--background)}.about-content.alt-section .text-block{background:#fff;border-radius:14px;max-width:900px;padding:3rem;box-shadow:0 12px 35px #0000000f}.text-block{max-width:760px;margin:0 auto}.text-block h2{font-family:var(--font-heading);margin-bottom:1.8rem;font-size:3rem}.text-block p{color:#555;margin-bottom:1.4rem;font-size:1.2rem;line-height:1.9}.quote-section{background:var(--surface);padding:4rem 2rem}.quote-content{text-align:center;max-width:900px;margin:0 auto}.quote-text{font-family:var(--font-heading);color:var(--text);font-size:clamp(2.2rem,3.5vw,3.4rem);font-style:italic;line-height:1.4}.feature-list{margin-top:1.5rem;padding-left:1.4rem}.feature-list li{color:#444;margin-bottom:.8rem;font-size:1.1rem;line-height:1.8}.stats-section{background:var(--background);padding:5rem 2rem}.stats-intro{text-align:center;max-width:700px;margin:0 auto 3rem}.stats-intro h2{font-family:var(--font-heading);margin-bottom:1.2rem;font-size:3rem}.stats-intro p{color:var(--text-light);font-size:1.2rem;line-height:1.8}.stats-grid{grid-template-columns:repeat(4,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.stat{text-align:center}.stat h3{font-family:var(--font-heading);color:var(--accent);margin-bottom:.25rem;font-size:4.2rem}.stat p{color:var(--text-light);font-size:1rem}.about-cta{background:var(--surface);padding:6rem 2rem 7rem}.about-cta-content{text-align:center;max-width:760px;margin:0 auto}.about-cta h2{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:3rem}.about-cta p{color:var(--text-light);margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.footer{text-align:center;border-top:1px solid #ececec;padding:2rem}.footer p{color:#888;letter-spacing:.03em;font-size:.9rem}@media (width<=1100px){.hero-content,.about-overlay{width:55%;max-width:600px}}@media (width<=900px){.header-container{padding:24px}.logo{font-size:1.7rem}.main-nav{gap:1.5rem}.hero{text-align:center;justify-content:center}.hero-content{text-align:center;width:90%;max-width:700px;padding:0 2rem;transform:none}.hero h1{white-space:normal}.about-hero{justify-content:center}.about-overlay{text-align:center;width:90%;max-width:700px;margin:0;padding:0 2rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width<=640px){.header-container{flex-direction:column;gap:1rem;padding:20px}.main-nav{flex-wrap:wrap;justify-content:center;gap:1.2rem}.hero{min-height:90vh}.hero-content{width:100%}.hero h1{font-size:clamp(2.6rem,11vw,4rem)}.subtitle{font-size:1.25rem}.intro,.about-content,.quote-section,.stats-section,.about-cta{padding:3rem 1.5rem}.text-block h2,.stats-intro h2,.about-cta h2{font-size:2.4rem}.stats-grid{grid-template-columns:1fr;gap:2.5rem}.stat h3{font-size:3.5rem}.intro-buttons{flex-direction:column;align-items:center}.button-primary,.button-secondary,.hero-button{text-align:center;width:260px}}
