@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@300;400;500;600;700&display=swap";:root{--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--color-landing-bg:#fdfaf5;--color-landing-primary:#526154;--color-landing-accent:#e8ede4;--color-landing-text:#2d2a26;--color-exp-bg:#f5f7f8;--color-exp-primary:#2b6cb0;--color-exp-text:#1a202c;--color-urban-dark:#0f172a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-landing-bg);color:var(--color-landing-text);line-height:1.5}h1,h2,h3,h4,.serif{font-family:var(--font-serif)}button{cursor:pointer;border:none;font-family:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{z-index:100;background:0 0;padding:1.5rem 0;transition:all .3s;position:sticky;top:0}.navbar.landing{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fdfaf5e6}.navbar.expedition{background:#fff;border-bottom:1px solid #edf2f7}.navbar.dark{background:var(--color-urban-dark);color:#fff}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{color:inherit;font-weight:700;font-family:var(--font-serif);align-items:center;gap:.5rem;font-size:1.25rem;font-style:italic;display:flex}.logo-icon{color:var(--color-landing-primary)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:#4a5568;font-size:.875rem;font-weight:500;transition:color .2s}.navbar.dark .nav-link{color:#cbd5e1}.nav-link:hover{color:var(--color-landing-primary)}.nav-link.active{color:var(--color-landing-primary);font-weight:700}.nav-btn{color:#fff;background:#526154;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:transform .2s,opacity .2s}.nav-btn:hover{opacity:.9;transform:translateY(-1px)}.footer{margin-top:4rem;padding:4rem 0 2rem}.footer.landing{color:#fff;background:#526154}.footer.landing .logo-icon{color:#fff}.footer.expedition{color:#4a5568;background:#f7fafc;border-top:1px solid #edf2f7}.footer-content{border-bottom:1px solid #ffffff1a;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:3rem;padding-bottom:3rem;display:grid}.footer.expedition .footer-content{border-bottom:1px solid #e2e8f0}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-tagline{opacity:.8;font-size:.875rem}.footer-links{justify-content:center;gap:1.5rem;font-size:.875rem;display:flex}.footer-social{justify-content:flex-end;gap:1rem;display:flex}.footer-bottom{text-align:center;opacity:.6;padding-top:2rem;font-size:.75rem}.page-home{background:var(--color-landing-bg);color:var(--color-landing-text)}.hero{padding:4rem 0}.hero-card{background-image:url(/goose.png);background-position:50%;background-size:cover;border-radius:2rem;justify-content:center;align-items:center;height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-card:before{content:"";background:#0006;position:absolute;inset:0}.hero-content{text-align:center;color:#fff;max-width:800px;padding:0 2rem;position:relative}.hero-label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:block}.hero-title{margin-bottom:1.5rem;font-size:5rem;font-style:italic;line-height:1.1}.hero-subtitle{opacity:.9;margin-bottom:2.5rem;font-size:1.25rem;font-weight:300}.hero-btn{color:var(--color-landing-text);background:#fff;border-radius:9999px;padding:1.25rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .2s}.hero-btn:hover{transform:translateY(-2px)}.manifesto{padding:8rem 0}.manifesto-grid{grid-template-columns:1fr 1fr;align-items:center;display:grid}.section-label{letter-spacing:.2em;color:#a0aec0;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.section-title{color:var(--color-landing-primary);margin-bottom:1.5rem;font-size:3rem}.section-desc{color:#4a5568;max-width:500px;font-size:1.125rem}.philosophy-img{border-radius:1.5rem;width:100%;max-width:600px;margin:0 auto;display:block;box-shadow:0 10px 15px -3px #0000001a}.features{padding:4rem 0 8rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:#fff;border-radius:1rem;padding:3rem 2rem;transition:transform .2s;box-shadow:0 4px 6px -1px #0000001a}.feature-card:hover{transform:translateY(-4px)}.feature-icon-box{width:48px;height:48px;color:var(--color-landing-primary);background:#f7fafc;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#718096;font-size:.875rem}.quote-section{color:#fff;text-align:center;background-image:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1549488344-cbb6c34ce08b?auto=format&fit=crop&q=80&w=2000);background-position:50%;background-size:cover;background-attachment:fixed;padding:10rem 0}.quote-icon{opacity:.5;margin-bottom:2rem}.quote-content blockquote{font-family:var(--font-serif);max-width:800px;margin:0 auto 1.5rem;font-size:3rem;font-style:italic}.quote-content cite{letter-spacing:.2em;opacity:.8;font-size:.875rem;font-style:normal}.newsletter{padding:8rem 0}.centered{text-align:center}.newsletter-box{max-width:800px;margin:0 auto}.newsletter-form{gap:1rem;margin:2.5rem 0 1rem;display:flex}.newsletter-form input{border:1px solid #e2e8f0;border-radius:9999px;flex:1;padding:1.25rem 2rem;font-size:1rem}.newsletter-form button{color:#fff;background:#526154;border-radius:9999px;padding:1.25rem 2.5rem;font-weight:600}.newsletter-disclaimer{color:#a0aec0;font-size:.75rem}.page-adventure{color:#1a202c;background:#fff}.expedition-hero{color:#fff;padding:8rem 0;position:relative;overflow:hidden}.expedition-hero:before{content:"";z-index:1;background:#0006;position:absolute;inset:0}.expedition-hero .container{z-index:2;text-align:center;position:relative}.alpine-bg{background:url(/alpine.png) 50%/cover}.gala-bg{background:url(https://images.unsplash.com/photo-1519681393784-d120267933ba?auto=format&fit=crop&q=80&w=2000) 50%/cover}.exp-badge{letter-spacing:.05em;text-transform:uppercase;background:#3182ce;border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700}.exp-title{letter-spacing:-.02em;margin:1.5rem 0 1rem;font-size:4.5rem;font-weight:800}.exp-desc{opacity:.9;max-width:600px;margin:0 auto 2.5rem;font-size:1.25rem}.hero-actions{justify-content:center;gap:1rem;display:flex}.btn-primary{color:#fff;background:#3182ce;border-radius:.5rem;padding:1rem 2rem;font-weight:600}.btn-secondary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#fff3;border-radius:.5rem;padding:1rem 2rem;font-weight:600}.stats-section{z-index:10;background:#fff;margin-top:-2.5rem;padding:2rem 0;position:relative}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #edf2f7;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.stat-label{text-transform:uppercase;color:#718096;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.stat-value{color:#2d3748;font-size:1.5rem;font-weight:700}.overview{padding:6rem 0}.overview-grid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.overview-title{margin-bottom:1.5rem;font-size:2rem;font-weight:800}.overview-text p{color:#4a5568;margin-bottom:1.5rem;line-height:1.8}.team{align-items:center;gap:1rem;margin-top:2rem;display:flex}.avatars{display:flex}.avatars img{border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-8px}.avatars img:first-child{margin-left:0}.overview-gallery{grid-template-columns:2fr 1fr;gap:1rem;display:grid}.gallery-main img,.gallery-side img{object-fit:cover;border-radius:1rem;width:100%;height:100%}.gallery-side{flex-direction:column;gap:1rem;display:flex}.loadout{background:#f7fafc;padding:6rem 0}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.download-link{color:#3182ce;font-size:.875rem;font-weight:600;text-decoration:underline}.loadout-table{border-collapse:collapse;background:#fff;border-radius:1rem;width:100%;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.loadout-table th{text-align:left;text-transform:uppercase;color:#718096;background:#edf2f7;padding:1rem 2rem;font-size:.75rem}.loadout-table td{border-bottom:1px solid #edf2f7;padding:1.5rem 2rem}.item-cell{align-items:center;gap:1rem;display:flex}.item-icon-small{color:#4a5568;background:#edf2f7;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.item-name{color:#2d3748;font-weight:600}.item-desc{color:#a0aec0;font-size:.75rem}.badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge.footwear{color:#3182ce;background:#ebf8ff}.badge.nutrition{color:#dd6b20;background:#fffaf0}.badge.tech{color:#805ad5;background:#faf5ff}.badge.transport{color:#38a169;background:#f0fff4}.status{align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.status.packed{color:#38a169}.status.pending{color:#d69e2e}.route{padding:6rem 0}.map-placeholder{background:#edf2f7 radial-gradient(#cbd5e0 1px,#0000 1px) 0 0/20px 20px;border-radius:1rem;justify-content:center;align-items:center;height:400px;display:flex;position:relative}.live-tracking{background:#fff;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 2px 4px #0000001a}.dot{background:#f56565;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%{opacity:1;transform:scale(.95)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(.95)}}.map-label{color:#fff;background:#2d3748;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.page-adventure.gala{background:#fdfaf5}.gala-hero{text-align:center;padding:4rem 0 6rem}.highlight{color:#d69e2e}.exp-badge.yellow{color:#b7791f;background:#fefcbf}.gala-title{font-size:5rem;font-weight:800;font-family:var(--font-serif);margin:1.5rem 0}.gala-desc{color:#4a5568;max-width:600px;margin:0 auto 4rem;font-size:1.25rem}.hero-feature-card{border-radius:1.5rem;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.hero-feature-card img{object-fit:cover;width:100%;height:500px}.location-tag{background:#fff;border-radius:.75rem;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.5rem;font-size:.75rem;display:flex;position:absolute;bottom:2rem;left:2rem}.location-tag span{color:#a0aec0;letter-spacing:.1em;font-weight:700}.location-tag strong{color:#2d3748;font-size:1rem}.gala-quote{text-align:center;font-family:var(--font-serif);color:#4a5568;max-width:800px;padding:4rem 2rem;font-size:1.5rem;font-style:italic;line-height:2}.separator{background:#e2e8f0;width:80px;height:2px;margin:3rem auto 0}.menu-section{padding:6rem 0}.view-all{color:#3182ce;align-items:center;gap:.5rem;font-weight:600;display:flex}.menu-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.menu-card{background:#fff;border:1px solid #edf2f7;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.card-img-box{height:240px;position:relative}.card-img-box img{object-fit:cover;width:100%;height:100%}.card-tag{text-transform:uppercase;background:#fff;border-radius:9999px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;right:1rem}.card-body{padding:1.5rem}.card-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.card-header h3{font-size:1.125rem;font-weight:700}.rating{gap:2px;display:flex}.card-desc{color:#718096;margin-bottom:1.5rem;font-size:.875rem}.card-footer{border-top:1px solid #edf2f7;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.card-location{color:#a0aec0;font-size:.7rem;font-weight:700}.gala-stat-card{text-align:center;padding:2rem}.gala-stat-card .stat-value{color:#d69e2e;font-size:3rem;font-family:var(--font-serif)}.path-card{background:#fff;border-radius:1.5rem;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.path-info{padding:4rem}.live-badge{color:#f56565;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.7rem;font-weight:700;display:flex}.checkpoints{flex-direction:column;gap:2rem;margin-top:3rem;display:flex}.checkpoint{align-items:center;gap:1.5rem;display:flex}.cp-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cp-icon.blue{color:#3182ce;background:#ebf8ff}.cp-icon.green{color:#38a169;background:#f0fff4}.path-map img{object-fit:cover;width:100%;height:100%}.gala-newsletter{background:#fdfaf5;padding:8rem 0}.mail-icon{color:#d69e2e;margin-bottom:2rem}.gala-form{gap:1rem;max-width:500px;margin:2rem auto 1rem;display:flex}.gala-form input{border:1px solid #e2e8f0;border-radius:.5rem;flex:1;padding:1rem 1.5rem}.gala-form button{color:#fff;background:#3182ce;border-radius:.5rem;padding:1rem 2rem;font-weight:600}.text-center{text-align:center}.disclaimer{color:#a0aec0;font-size:.75rem}.page-urban{color:#0f172a;background:#f8fafc}.urban-hero{padding:6rem 0}.hero-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:5rem;display:grid}.hero-img-box{position:relative}.hero-img-box img{border-radius:1rem;width:100%;box-shadow:0 25px 50px -12px #00000026}.img-label{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:.25rem;padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;bottom:1.5rem;left:1.5rem}.location-badge{color:#64748b;letter-spacing:.1em;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:700;display:flex}.location-badge:before{content:"";background:#38bdf8;border-radius:50%;width:12px;height:12px}.urban-title{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1}.accent-line{background:#38bdf8;width:60px;height:4px;margin-bottom:2rem}.accent-line.center{margin:2rem auto}.hero-text p{color:#475569;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.hero-btns{gap:1rem;margin-bottom:3rem;display:flex}.btn-dark{color:#fff;background:#0f172a;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;display:flex}.btn-outline{border:1px solid #e2e8f0;border-radius:.5rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;display:flex}.social-proof{color:#64748b;align-items:center;gap:1rem;font-size:.875rem;display:flex}.moments-section{padding:6rem 0}.shots-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.shot-card{border-radius:1rem;height:600px;position:relative;overflow:hidden}.shot-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.shot-card:hover img{transform:scale(1.05)}.shot-overlay{color:#fff;background:linear-gradient(#0000,#000c);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.shot-time{color:#38bdf8;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.shot-title{font-size:1.5rem;font-weight:700;line-height:1.2}.urban-quote{text-align:center;padding:8rem 0}.quote-icon-large{color:#e2e8f0;margin-bottom:3rem}.urban-quote blockquote{font-size:2.5rem;font-weight:300;font-family:var(--font-sans);color:#1e293b;max-width:900px;margin:0 auto;line-height:1.4}.urban-quote cite{color:#94a3b8;letter-spacing:.2em;font-size:.875rem;font-weight:700}.urban-newsletter{padding:4rem 2rem 8rem}.newsletter-dark-box{color:#fff;text-align:center;background:#0f172a;border-radius:2rem;padding:6rem}.title-large{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.dark-form{gap:1rem;max-width:600px;margin:3rem auto 1.5rem;display:flex}.dark-form input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;flex:1;padding:1.25rem 2rem}.dark-form button{color:#0f172a;background:#38bdf8;border-radius:.5rem;padding:1.25rem 3rem;font-weight:700}
