*,:after,:before{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--off-white)}::-webkit-scrollbar-thumb{background:var(--teal-light);border-radius:3px}.host-landing .nav-logo{font-family:var(--serif);font-size:1.3rem;font-weight:700;color:var(--teal-deep);text-decoration:none;letter-spacing:-.01em}.host-landing .nav-logo span{color:var(--teal-mid)}.host-landing .nav-links{display:flex;gap:36px;list-style:none}.host-landing .nav-links a{font-size:.82rem;font-weight:400;letter-spacing:.06em;color:var(--muted);text-decoration:none;transition:color .2s;position:relative}.host-landing .nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:1.5px;background:var(--teal);transform:scaleX(0);transition:transform .25s}.host-landing .nav-links a:hover,.nav-links a.active{color:var(--teal-deep)}.host-landing .nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.host-landing .nav-cta{font-size:.82rem;font-weight:500;letter-spacing:.05em;padding:10px 26px;background:var(--teal-deep);color:var(--white);text-decoration:none;border-radius:2px;transition:background .2s,transform .15s}.host-landing .nav-cta:hover{background:var(--teal);transform:translateY(-1px)}.host-landing .hero{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;padding-top:80px;position:relative;overflow:hidden;background:var(--white)}.host-landing .hero:before{content:"";position:absolute;top:-180px;right:-120px;width:680px;height:680px;border-radius:50%;background:radial-gradient(circle,var(--teal-pale) 0,transparent 70%);pointer-events:none}.host-landing .hero-left{display:flex;flex-direction:column;justify-content:center;padding:80px 64px;position:relative;z-index:2}.host-landing .eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:28px}.host-landing .eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--teal-mid);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.host-landing h1{font-family:var(--serif);font-size:clamp(3rem,5vw,5.4rem);font-weight:500;line-height:1.1;color:var(--ink);letter-spacing:-.02em;margin-bottom:28px}.host-landing h1 em{font-style:italic;color:var(--teal);position:relative}.host-landing .hero-desc{font-size:1.05rem;color:var(--muted);max-width:460px;line-height:1.85;margin-bottom:48px;font-weight:300}.host-landing .hero-actions{display:flex;align-items:center;gap:24px;margin-bottom:64px}.host-landing .btn-primary{background:var(--teal-deep);color:var(--white);font-family:var(--sans);font-size:.85rem;font-weight:500;letter-spacing:.06em;padding:15px 34px;text-decoration:none;border-radius:2px;display:inline-block;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 20px rgba(13,115,119,.25)}.host-landing .btn-primary:hover{background:var(--teal);transform:translateY(-2px);box-shadow:0 8px 28px rgba(13,115,119,.35)}.host-landing .btn-outline{font-size:.85rem;font-weight:500;letter-spacing:.04em;padding:14px 28px;border:1.5px solid var(--teal-light);color:var(--teal-deep);text-decoration:none;border-radius:2px;transition:border-color .2s,background .2s}.host-landing .btn-outline:hover{border-color:var(--teal);background:var(--teal-ghost)}.host-landing .hero-trust{display:flex;gap:40px}.host-landing .trust-num{font-family:var(--serif);font-size:2rem;font-weight:500;color:var(--teal-deep);line-height:1}.host-landing .trust-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:4px}.host-landing .hero-right{position:relative;display:flex;align-items:center;justify-content:center;padding:60px 40px 60px 20px}.host-landing .photo-stack{position:relative;width:100%;max-width:460px;height:520px}.host-landing .photo-main{position:absolute;top:0;left:20px;width:320px;height:420px;border-radius:4px;overflow:hidden;box-shadow:0 24px 60px rgba(13,115,119,.18)}.host-landing .photo-main img{width:100%;height:100%;object-fit:cover;transition:transform 6s ease}.host-landing .photo-main:hover img{transform:scale(1.04)}.host-landing .photo-second{position:absolute;bottom:0;right:0;width:220px;height:260px;border-radius:4px;overflow:hidden;box-shadow:0 16px 40px rgba(13,115,119,.15);border:5px solid var(--white)}.host-landing .photo-second img{width:100%;height:100%;object-fit:cover}.host-landing .photo-badge{position:absolute;top:48px;left:0;background:var(--white);border-radius:4px;padding:14px 18px;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;align-items:center;gap:12px;z-index:3;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.host-landing .badge-icon{width:36px;height:36px;border-radius:50%;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--teal)}.host-landing .badge-text{font-size:.78rem;font-weight:500;color:var(--ink)}.host-landing .badge-sub{font-size:.68rem;color:var(--muted);margin-top:1px}.host-landing .teal-blob{position:absolute;bottom:30px;left:-10px;width:180px;height:180px;border-radius:50%;background:var(--teal-pale);z-index:-1}.host-landing .marquee-inner{display:inline-flex;gap:0;animation:marquee 28s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.host-landing .marquee-item{font-size:.8rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.75);padding:0 36px;display:inline-flex;align-items:center;gap:36px}.host-landing .marquee-item:after{content:"✦";font-size:.5rem;color:var(--teal-light)}.host-landing .manifesto{padding:120px 64px;display:grid;grid-template-columns:280px 1fr;gap:80px;align-items:start;border-bottom:1px solid var(--rule);background:var(--white)}.host-landing .section-label{font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);padding-top:10px;display:flex;align-items:center;gap:10px}.host-landing .section-label:before{content:"";width:24px;height:1.5px;background:var(--teal);flex-shrink:0}.host-landing .manifesto-quote{font-family:var(--serif);font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:400;line-height:1.55;color:var(--ink)}.host-landing .manifesto-quote strong{font-weight:700;color:var(--teal)}.host-landing .pillars{padding:120px 64px;background:var(--off-white);border-bottom:1px solid var(--rule)}.host-landing .pillars-top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:72px}.host-landing h2{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.8rem);font-weight:500;line-height:1.1;color:var(--ink);letter-spacing:-.02em}.host-landing h2 em{font-style:italic;color:var(--teal)}.host-landing .pillars-top p{font-size:.9rem;color:var(--muted);max-width:300px;text-align:right;line-height:1.8}.host-landing .pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.host-landing .pillar{background:var(--white);padding:44px 36px;border-radius:4px;border:1px solid transparent;position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s,transform .3s;cursor:default}.host-landing .pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--teal-light);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.host-landing .pillar:hover{border-color:var(--rule);box-shadow:0 12px 40px rgba(13,115,119,.1);transform:translateY(-4px)}.host-landing .pillar:hover:before{transform:scaleX(1)}.host-landing .pillar-icon{width:48px;height:48px;background:var(--teal-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;font-size:1.2rem;color:var(--teal);transition:background .3s,color .3s}.host-landing .pillar:hover .pillar-icon{background:var(--teal-light);color:var(--teal-deep)}.host-landing .pillar-title{font-family:var(--serif);font-size:1.25rem;font-weight:500;color:var(--ink);margin-bottom:14px}.host-landing .pillar-body{font-size:.88rem;color:var(--muted);line-height:1.85}.host-landing .about{display:grid;grid-template-columns:1fr 1fr;min-height:400px;border-bottom:1px solid var(--rule)}.host-landing .about-media{position:relative;overflow:hidden}.host-landing .about-img-main{width:100%;height:100%;object-fit:cover;display:block}.host-landing .about-media-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,115,119,.3),transparent 60%)}.host-landing .about-pull-quote{position:absolute;bottom:48px;left:40px;right:40px;background:hsla(0,0%,100%,.95);border-left:3px solid var(--teal);padding:20px 24px;border-radius:0 4px 4px 0;font-family:var(--serif);font-size:1.05rem;font-style:italic;color:var(--ink);line-height:1.5}.host-landing .about-content{padding:40px 80px;display:flex;flex-direction:column;justify-content:center;background:var(--white)}.host-landing .about-content .section-label{margin-bottom:32px}.host-landing .about-content h2{margin-bottom:28px}.host-landing .about-content p{font-size:.95rem;color:var(--muted);line-height:1.9;margin-bottom:18px}.host-landing .about-list{margin-top:32px;list-style:none;display:flex;flex-direction:column;gap:14px}.host-landing .about-list li{font-size:.88rem;color:var(--text);padding-left:22px;position:relative;line-height:1.65}.host-landing .about-list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:1.5px;background:var(--teal)}.host-landing .travellers-section{padding:120px 64px;background:var(--teal-ghost);border-bottom:1px solid var(--rule)}.host-landing .travellers-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}.host-landing .travellers-header a{font-size:.82rem;font-weight:500;letter-spacing:.08em;color:var(--teal-deep);text-decoration:none;display:flex;align-items:center;gap:8px;transition:gap .2s}.host-landing .travellers-header a:hover{gap:14px}.host-landing .travellers-header a:after{content:"→"}.host-landing .cards-row{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.host-landing .cards-row::-webkit-scrollbar{display:none}.host-landing .traveller-card{flex-shrink:0;width:200px;cursor:pointer}.host-landing .traveller-img-wrap{width:200px;height:260px;border-radius:4px;overflow:hidden;position:relative}.host-landing .traveller-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;filter:saturate(.9)}.host-landing .traveller-card:hover .traveller-img-wrap img{transform:scale(1.06);filter:saturate(1)}.host-landing .traveller-img-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,38,40,.55) 0,transparent 50%);pointer-events:none}.host-landing .traveller-name-over{position:absolute;bottom:14px;left:16px;right:16px;z-index:2;font-family:var(--serif);font-size:1.1rem;font-weight:500;color:var(--white)}.host-landing .traveller-tag{font-size:.68rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-top:10px}.host-landing .process{padding:120px 64px;background:var(--white);border-bottom:1px solid var(--rule)}.host-landing .process-top{margin-bottom:80px}.host-landing .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.host-landing .steps-grid:after{content:"";position:absolute;top:32px;left:56px;right:56px;height:1px;background:var(--rule);z-index:0}.host-landing .step{padding:0 28px 0 0;position:relative;z-index:1}.host-landing .step-circle{width:64px;height:64px;border-radius:50%;border:1.5px solid var(--teal-light);background:var(--white);display:flex;align-items:center;justify-content:center;margin-bottom:32px;transition:background .3s,border-color .3s}.host-landing .step:hover .step-circle{background:var(--teal-pale);border-color:var(--teal)}.host-landing .step-num{font-family:var(--serif);font-size:1.1rem;color:var(--teal-deep);font-weight:500}.host-landing .step-title{font-family:var(--serif);font-size:1.2rem;font-weight:500;color:var(--ink);margin-bottom:12px}.host-landing .step-body{font-size:.86rem;color:var(--muted);line-height:1.85}.host-landing .cta{background:var(--teal-deep);padding:120px 64px;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;align-items:center;gap:60px}.host-landing .cta:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,hsla(0,0%,100%,.06) 0,transparent 70%)}.host-landing .cta:after{content:"";position:absolute;bottom:-150px;left:30%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(26,179,186,.15) 0,transparent 70%)}.host-landing .cta h2{font-size:clamp(2rem,4vw,3.8rem);color:var(--white);position:relative;z-index:1}.host-landing .cta h2 em{color:var(--teal-light)}.host-landing .cta-right{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;align-items:flex-start}.host-landing .btn-white{background:var(--white);color:var(--teal-deep);font-family:var(--sans);font-size:.85rem;font-weight:600;letter-spacing:.06em;padding:16px 36px;text-decoration:none;border-radius:2px;transition:background .2s,transform .15s;display:inline-block;white-space:nowrap}.host-landing .btn-white:hover{background:var(--teal-pale);transform:translateY(-2px)}.host-landing .cta-note{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:hsla(0,0%,100%,.45)}.host-landing .testi-section{padding:120px 0 120px 64px;background:var(--off-white);border-bottom:1px solid var(--rule);overflow:hidden}.host-landing .testi-header{padding-right:64px;margin-bottom:48px;display:flex;justify-content:space-between;align-items:flex-end}.host-landing .slide-btns{display:flex;gap:10px}.host-landing .slide-btn{width:44px;height:44px;border-radius:50%;border:1.5px solid var(--teal-light);background:var(--white);color:var(--teal-deep);cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,color .2s}.host-landing .slide-btn:hover{background:var(--teal-deep);color:var(--white);border-color:var(--teal-deep)}.host-landing .testi-track-wrap{overflow:hidden}.host-landing .testi-track{display:flex;gap:20px;transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}.host-landing .testi-card{flex-shrink:0;width:380px;background:var(--white);border:1px solid var(--rule);border-radius:var(--radius);padding:32px 28px 26px}.host-landing .tq-icon{font-family:var(--serif);font-size:3rem;color:var(--teal-pale);line-height:.6;margin-bottom:18px;display:block}.host-landing .tq-stars{display:flex;gap:2px;margin-bottom:14px}.host-landing .tq-stars span{color:#f59e0b;font-size:.85rem}.host-landing .tq-text{font-family:var(--serif);font-size:.98rem;font-style:italic;color:var(--ink);line-height:1.7;margin-bottom:22px}.host-landing .tq-author{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--rule)}.host-landing .tq-av{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--teal-pale)}.host-landing .tq-name{font-size:.86rem;font-weight:500;color:var(--ink)}.host-landing .tq-trip{font-size:.7rem;color:var(--teal);margin-top:2px;font-weight:500}.host-landing .footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.08);margin-bottom:32px}.host-landing .footer-logo-text{font-family:var(--serif);font-size:1.2rem;font-weight:700;color:var(--white);margin-bottom:16px}.host-landing .footer-logo-text span{color:var(--teal-light)}.host-landing .footer-tagline{font-size:.84rem;color:hsla(0,0%,100%,.4);line-height:1.7;max-width:200px}.host-landing .footer-col-title{font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-light);margin-bottom:20px}.host-landing .footer-links-list{list-style:none;display:flex;flex-direction:column;gap:10px}.host-landing .footer-links-list a{font-size:.84rem;color:hsla(0,0%,100%,.45);text-decoration:none;transition:color .2s}.host-landing .footer-links-list a:hover{color:hsla(0,0%,100%,.9)}.host-landing .footer-bottom{display:flex;justify-content:space-between;align-items:center}.host-landing .footer-copy{font-size:.75rem;color:hsla(0,0%,100%,.25)}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.host-landing .hero-left>*{animation:fadeUp .7s ease both}.host-landing .eyebrow{animation-delay:.05s}.host-landing h1{animation-delay:.2s}.host-landing .hero-desc{animation-delay:.35s}.host-landing .hero-actions{animation-delay:.5s}.host-landing .hero-trust{animation-delay:.65s}.host-landing .hero-right{animation:fadeUp .8s ease .3s both}@media (max-width:1000px){.host-landing nav{padding:20px 28px}.host-landing .nav-links{display:none}.host-landing .hero{grid-template-columns:1fr;padding-top:90px}.host-landing .hero-left{padding:48px 28px 32px}.host-landing .hero-right{padding:20px 28px 48px}.host-landing .photo-stack{height:360px;max-width:100%}.host-landing .photo-main{width:240px;height:300px}.host-landing .photo-second{width:160px;height:200px}.host-landing .manifesto{grid-template-columns:1fr;gap:24px;padding:72px 28px}.host-landing .pillars{padding:72px 28px}.host-landing .pillars-grid{grid-template-columns:1fr;gap:14px}.host-landing .pillars-top{flex-direction:column;align-items:flex-start;gap:16px}.host-landing .pillars-top p{text-align:left}.host-landing .about{grid-template-columns:1fr}.host-landing .about-media{height:340px}.host-landing .about-content{padding:56px 28px}.host-landing .travellers-section{padding:72px 28px}.host-landing .travellers-header{flex-direction:column;align-items:flex-start;gap:20px}.host-landing .process{padding:72px 28px}.host-landing .steps-grid{grid-template-columns:1fr 1fr;gap:40px}.host-landing .steps-grid:after{display:none}.host-landing .cta{grid-template-columns:1fr;padding:72px 28px;gap:40px}.host-landing footer{padding:32px 20px 20px}.host-landing .footer-top{grid-template-columns:1fr 1fr;gap:28px 16px;margin-bottom:24px;padding-bottom:24px}.host-landing .footer-bottom{flex-direction:column;gap:16px}}@media (max-width:600px){.host-landing .hero{padding-top:72px}.host-landing .hero-left{padding:32px 20px}.host-landing .hero-right{padding:20px}.host-landing .photo-main{width:100%;height:280px;position:relative;left:0;box-shadow:none;border-radius:4px}.host-landing .photo-stack{height:auto}.host-landing .photo-badge,.host-landing .photo-second{display:none}.host-landing .manifesto{padding:48px 20px;grid-template-columns:1fr;gap:32px}.host-landing .pillars{padding:48px 20px}.host-landing .pillars-grid{grid-template-columns:1fr;gap:20px}.host-landing .process{padding:48px 20px}.host-landing .steps-grid{grid-template-columns:1fr;gap:32px}.host-landing .about-content{padding:48px 20px}.host-landing .about-media{height:420px}.host-landing .about-pull-quote{position:relative;bottom:0;left:0;right:0;border-radius:0;margin-top:-50px;box-shadow:0 -4px 10px rgba(0,0,0,.05)}.host-landing .cta,.host-landing .travellers-section{padding:48px 20px}.host-landing .hero-actions{flex-direction:column;align-items:stretch;gap:16px}.host-landing .hero-actions a{width:100%;text-align:center;box-sizing:border-box}}