:root{--ink:#173f48;--muted:#71827d;--paper:#fffdf7;--cream:#f5f1e7;--coral:#f27761;--teal:#32a99c;--yellow:#ffc65c;--line:#d9e3dc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.hidden{display:none!important}.community-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:92px;padding:1rem clamp(1rem,4vw,5rem);border-bottom:1px solid rgba(23,63,72,.1);background:rgba(255,253,247,.92);backdrop-filter:blur(18px)}.community-brand{display:flex;align-items:center;gap:.8rem}.community-brand>span:last-child{display:grid}.community-brand strong{font:800 1.42rem/1 "Manrope",sans-serif}.community-brand small{margin-top:.3rem;color:#6d817a;font-size:.57rem;letter-spacing:.18em}.brand-scene{position:relative;width:52px;height:52px;overflow:hidden;border-radius:50%;background:linear-gradient(#77d4dc 0 55%,#f7cf74 56%)}.brand-scene i{position:absolute;right:7px;top:7px;width:12px;height:12px;border-radius:50%;background:#fff1a6}.brand-scene b{position:absolute;left:-7px;right:-7px;bottom:5px;height:13px;border-top:4px solid white;border-radius:50%}.brand-scene em{position:absolute;left:17px;bottom:11px;width:4px;height:24px;background:#26776e;transform:rotate(-7deg)}.brand-scene em:before{content:"";position:absolute;width:21px;height:10px;left:-9px;top:-3px;border-radius:100% 0;background:#26776e;transform:rotate(-25deg)}.community-nav{display:flex;align-items:center;gap:.55rem}.community-nav>a{padding:.7rem .9rem;border-radius:999px;font-weight:700}.community-nav>a:hover,.community-nav>a.active{background:#e9f5f1;color:#18897f}.account-button{display:flex;align-items:center;gap:.5rem;border:0;border-radius:999px;padding:.42rem .8rem .42rem .42rem;background:var(--ink);color:white;cursor:pointer}.account-button span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--coral)}main{overflow:hidden}.community-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;min-height:590px;padding:clamp(4rem,8vw,8rem) clamp(1rem,7vw,8rem);background:linear-gradient(135deg,#173f48,#195b62);color:white}.community-hero:before{content:"";position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(174deg,transparent 49%,var(--paper) 50%)}.hero-copy{position:relative;z-index:2;max-width:760px;padding-bottom:3rem}.eyebrow{display:block;color:#e9ad45;font-weight:800;font-size:.75rem;letter-spacing:.2em}.hero-copy h1{margin:1.1rem 0;font:800 clamp(3.2rem,7vw,6.8rem)/.93 "Manrope",sans-serif;letter-spacing:-.065em}.hero-copy h1 em{color:#ffb665;font-style:normal}.hero-copy p{max-width:650px;color:#d1dfdc;font-size:1.24rem;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.primary-action,.soft-action{border:0;border-radius:16px;padding:1rem 1.3rem;font-weight:800;cursor:pointer}.primary-action{background:var(--coral);box-shadow:0 8px 0 #bd5644}.soft-action{background:white;color:var(--ink)}.hero-globe{position:relative;justify-self:center;width:min(34vw,460px);aspect-ratio:1;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.18),transparent 35%),linear-gradient(145deg,#318f94,#1c626c);box-shadow:inset -30px -30px 70px rgba(0,0,0,.18),0 35px 80px rgba(0,0,0,.25)}.hero-globe:before,.hero-globe:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;inset:16% -8%;transform:rotate(-15deg)}.hero-globe:after{inset:-7% 27%;transform:none}.hero-globe .sun{position:absolute;right:19%;top:16%;width:15%;aspect-ratio:1;border-radius:50%;background:var(--yellow);box-shadow:0 0 35px rgba(255,198,92,.45)}.hero-globe .island{position:absolute;left:18%;bottom:26%;width:50%;height:18%;border-radius:50% 55% 42% 60%;background:#f3c56b;transform:rotate(-8deg)}.hero-globe .palm{position:absolute;left:38%;bottom:34%;font-size:5rem;color:#164b4a;transform:rotate(-8deg)}.hero-globe .route{position:absolute;left:12%;top:45%;width:62%;border-top:3px dashed rgba(255,255,255,.65);transform:rotate(-15deg)}.hero-globe .plane{position:absolute;right:22%;top:34%;font-size:2.5rem;transform:rotate(15deg)}.hero-globe small{position:absolute;bottom:12%;right:9%;font-weight:800;letter-spacing:.3em}.community-feed{padding:2rem clamp(1rem,5vw,6rem) 8rem}.feed-header{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:2.4rem}.feed-header h2{margin:.5rem 0;font:800 clamp(2rem,4vw,4rem)/1 "Manrope",sans-serif;letter-spacing:-.05em}.feed-header p{color:var(--muted);font-size:1.05rem}.feed-tools{display:flex;align-items:end;gap:1rem}.feed-tools label{display:grid;gap:.4rem;color:var(--muted);font-size:.75rem;font-weight:800}.feed-tools input{width:min(340px,33vw);padding:.9rem 1rem;border:1px solid var(--line);border-radius:13px;background:white;color:var(--ink);font-size:1rem}.sort-tabs{display:flex;padding:.3rem;border-radius:13px;background:var(--cream)}.sort-tabs button{border:0;border-radius:10px;padding:.75rem .9rem;background:transparent;color:var(--muted);font-weight:800;cursor:pointer}.sort-tabs button.active{background:white;color:var(--ink);box-shadow:0 4px 12px rgba(23,63,72,.1)}.trip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.4rem}.trip-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:white;box-shadow:0 13px 35px rgba(23,63,72,.07);transition:.25s transform,.25s box-shadow}.trip-card:hover{transform:translateY(-6px);box-shadow:0 22px 45px rgba(23,63,72,.13)}.trip-cover{position:relative;display:flex;align-items:flex-start;justify-content:space-between;min-height:210px;padding:1rem;background:linear-gradient(0deg,rgba(7,34,39,.55),rgba(7,34,39,.04)),var(--trip-image) center/cover;color:white}.trip-cover:after{content:"";position:absolute;inset:auto 0 0;height:65px;background:linear-gradient(transparent,rgba(0,0,0,.34))}.trip-cover span,.trip-cover b{position:relative;z-index:2;padding:.46rem .65rem;border-radius:999px;background:rgba(20,63,72,.78);font-size:.72rem;backdrop-filter:blur(8px)}.trip-cover b{background:#fff;color:var(--ink)}.trip-card-body{padding:1.05rem}.trip-author{display:flex;align-items:center;gap:.65rem}.trip-author>span{display:grid;place-items:center;width:38px;height:38px;overflow:hidden;border-radius:50%;background:#e6f4f0;color:#218e84;font-weight:800}.trip-author img{width:100%;height:100%;object-fit:cover}.trip-author div{display:grid}.trip-author strong{font-size:.82rem}.trip-author small{color:var(--muted);font-size:.67rem}.trip-card h3{min-height:2.8em;margin:1rem 0 .45rem;font:800 1.2rem/1.18 "Manrope",sans-serif}.trip-card>div>p{min-height:3em;margin:0;color:var(--muted);font-size:.85rem;line-height:1.5}.trip-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:1rem 0}.trip-tags span{padding:.38rem .55rem;border-radius:8px;background:var(--cream);color:#62756f;font-size:.66rem;font-weight:800}.trip-card footer{display:flex;justify-content:space-between;align-items:center;padding-top:.8rem;border-top:1px solid #edf0eb}.trip-card footer span{color:var(--coral)}.trip-card footer a{font-size:.78rem;font-weight:800}.feed-state{padding:3rem;text-align:center;color:var(--muted)}.profile-panel{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.4rem;margin:0 0 2rem;padding:1.5rem;border:1px solid #bcdcd2;border-radius:22px;background:#eef8f4}.profile-avatar{display:grid;place-items:center;width:84px;height:84px;overflow:hidden;border-radius:50%;background:var(--teal);color:white;font:800 2rem "Manrope",sans-serif}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-panel h2{margin:.2rem 0}.profile-panel p,.profile-panel blockquote{margin:.25rem 0;color:var(--muted)}.profile-panel blockquote{font-style:italic}.profile-panel button{border:0;border-radius:12px;padding:.85rem 1rem;background:var(--ink);color:white;font-weight:800}.community-promise{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin:0 clamp(1rem,5vw,6rem) 7rem;padding:2.5rem 3rem;border-radius:28px;background:#f8c964;color:var(--ink)}.community-promise div>span{font:800 4rem "Manrope",sans-serif}.community-promise h2{margin:.2rem 0;font:800 2rem "Manrope",sans-serif}.community-promise p{max-width:700px}.community-promise>a{padding:1rem 1.2rem;border-radius:14px;background:var(--ink);color:white;font-weight:800}body>footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem clamp(1rem,5vw,6rem);background:#153b43;color:white}body>footer p{max-width:620px;color:#bdd0cc}.community-dialog{width:min(92vw,540px);padding:2.2rem;border:0;border-radius:24px;color:var(--ink);box-shadow:0 35px 100px rgba(0,0,0,.3)}.community-dialog::backdrop{background:rgba(8,35,40,.68);backdrop-filter:blur(6px)}.dialog-close{position:absolute;right:1rem;top:1rem;width:38px;height:38px;border:0;border-radius:50%;background:var(--cream);font-size:1.4rem;cursor:pointer}.community-dialog h2{margin:.5rem 0;font:800 2rem "Manrope",sans-serif}.community-dialog>p{color:var(--muted);line-height:1.5}.provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin:1.3rem 0}.provider-grid button,.demo-login,.save-profile,.community-dialog form>button{border:1px solid var(--line);border-radius:12px;padding:.9rem;background:white;color:var(--ink);font-weight:800;cursor:pointer}.provider-grid b{margin-right:.4rem}.email-divider{display:flex;align-items:center;gap:.7rem;color:var(--muted);font-size:.72rem}.email-divider:before,.email-divider:after{content:"";flex:1;border-top:1px solid var(--line)}#communityEmailForm{display:grid;grid-template-columns:1fr auto;gap:.55rem;margin:1rem 0}#communityEmailForm input,.profile-dialog input,.profile-dialog textarea{width:100%;padding:.9rem;border:1px solid var(--line);border-radius:12px;color:var(--ink);font-size:1rem}.community-dialog form>button,.save-profile{background:var(--coral);color:white;border:0}.demo-login{width:100%}.dialog-message{min-height:1.3em;color:#a34b3d!important;font-weight:700}.profile-dialog form{display:grid;gap:1rem}.profile-dialog label{display:grid;gap:.4rem;color:var(--muted);font-size:.78rem;font-weight:800}.handle-field{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;padding-left:.8rem}.handle-field input{border:0}.profile-dialog textarea{resize:vertical}.save-profile{margin-top:.4rem}
.sign-out-profile{border:0;background:transparent;color:#a34b3d;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
@media(max-width:1180px){.trip-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.community-nav>a{display:none}.community-nav>a.active{display:block}.feed-header{align-items:stretch;flex-direction:column}.feed-tools{justify-content:space-between}.feed-tools input{width:min(500px,50vw)}}
@media(max-width:820px){.community-header{min-height:76px;padding:.7rem 1rem}.community-brand small{display:none}.community-brand strong{font-size:1.1rem}.brand-scene{width:43px;height:43px}.community-nav{gap:.3rem}.community-nav>a.active{padding:.55rem;font-size:.76rem}.account-button b{display:none}.account-button{padding:.35rem}.community-hero{grid-template-columns:1fr;min-height:auto;padding:4rem 1.2rem 7rem}.hero-copy h1{font-size:clamp(3rem,14vw,5rem)}.hero-copy p{font-size:1.05rem}.hero-globe{display:none}.community-feed{padding:1rem 1rem 5rem}.feed-tools{display:grid;align-items:stretch}.feed-tools input{width:100%}.trip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.trip-cover{min-height:170px}.community-promise{align-items:flex-start;flex-direction:column;margin:0 1rem 4rem;padding:2rem}.community-promise div>span{font-size:3rem}body>footer{align-items:flex-start;flex-direction:column}.profile-panel{grid-template-columns:auto 1fr}.profile-panel button{grid-column:1/-1}.provider-grid{grid-template-columns:1fr}}
@media(max-width:520px){.trip-grid{grid-template-columns:1fr}.trip-cover{min-height:230px}.feed-tools .sort-tabs{display:grid;grid-template-columns:1fr 1fr}.community-promise h2{font-size:1.55rem}#communityEmailForm{grid-template-columns:1fr}.community-dialog{padding:1.7rem}.trip-card h3{min-height:0}.trip-card>div>p{min-height:0}}
.brand-scene{overflow:visible!important;border-radius:0!important;background:transparent!important}.brand-scene img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 3px 2px rgba(0,0,0,.18))}
