
:root{--ink:#111312;--deep:#0b3038;--deep2:#071f26;--sea:#116d79;--sea2:#28a8ad;--paper:#fffdf8;--canvas:#efece5;--gold:#b98748;--sand:#e6c68f;--muted:#6e6a63;--line:#d6cfc4;--red:#a34b43;--white:#fff;--shadow:0 25px 70px rgba(7,31,38,.18)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font-family:"DM Sans",sans-serif;-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}
.site-header{position:sticky;top:0;z-index:40;height:76px;display:flex;align-items:center;gap:24px;padding:0 clamp(17px,5vw,72px);background:rgba(255,253,248,.95);border-bottom:1px solid rgba(17,19,18,.1);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none}.brand-logo{width:70px;height:48px;object-fit:contain}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{color:var(--gold);font-size:14px}.brand-copy small{margin-top:3px;color:#bd9460;font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:600}
.main-nav{display:flex;gap:7px;margin-left:auto}.main-nav a{padding:9px 12px;border-radius:999px;color:#716b63;text-decoration:none;font-size:11px;font-weight:700}.main-nav a:hover,.main-nav a.active{background:var(--deep2);color:#fff}.trip-cart-button{display:flex;align-items:center;gap:9px;padding:9px 10px 9px 14px;border:0;border-radius:999px;background:var(--deep2);color:#fff;font-size:11px;font-weight:700;cursor:pointer}.trip-cart-button b{min-width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--deep2)}.menu-button{display:none;margin-left:auto;border:0;background:transparent;font-size:24px}.mobile-menu{display:none;padding:12px 17px;background:var(--paper);border-bottom:1px solid var(--line)}.mobile-menu.open{display:grid}.mobile-menu a{padding:12px;color:var(--ink);text-decoration:none;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}
.hero{position:relative;min-height:690px;display:flex;align-items:flex-end;overflow:hidden;background:var(--deep)}.hero-picture{position:absolute;inset:0;background:url("assets/trip-orange-bay.svg") center/cover no-repeat;transform:scale(1.03)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,25,31,.96) 0%,rgba(4,25,31,.75) 44%,rgba(4,25,31,.12) 78%),linear-gradient(0deg,rgba(4,25,31,.88),transparent 58%)}.hero-content{position:relative;z-index:2;max-width:900px;padding:120px clamp(19px,7vw,110px) 70px;color:#fff}.eyebrow{margin:0;color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.eyebrow.light{color:var(--sand)}.hero h1{margin:16px 0 22px;font-family:"Italiana",serif;font-size:clamp(60px,8.6vw,116px);font-weight:400;line-height:.9;letter-spacing:-.035em}.hero-content>p:not(.eyebrow){max-width:680px;margin:0;color:#cbd8d8;font-size:16px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.primary-button,.secondary-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-size:12px;font-weight:700;text-decoration:none;cursor:pointer}.primary-button.sea{border:0;background:linear-gradient(135deg,#e9ce9a,#b98748);color:#102f35}.primary-button.dark{border:1px solid var(--deep2);background:var(--deep2);color:#fff}.secondary-button.glass{border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.08);color:#fff}.wide{width:100%}.hero-notes{display:flex;flex-wrap:wrap;gap:11px 25px;margin-top:42px;color:#9db4b6;font-size:10px}.hero-notes span:before{content:"◆";margin-right:8px;color:var(--sand)}
.intro{display:grid;grid-template-columns:100px minmax(0,900px);gap:35px;justify-content:center;padding:90px clamp(18px,6vw,92px);background:var(--paper)}.intro-number{font-family:"Italiana";font-size:70px;color:#d8c4a5}.intro h2,.section-head h2,.how-head h2{margin:9px 0 20px;font-family:"Italiana";font-size:clamp(45px,6vw,75px);font-weight:400;line-height:1}.intro>div:last-child>p:last-child{max-width:740px;margin:0;color:var(--muted);font-size:15px;line-height:1.75}
.trips-section{padding:80px clamp(17px,6vw,92px) 110px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px}.section-head h2{margin-bottom:7px}.section-head>div>span{color:var(--muted);font-size:11px}.search-box{width:min(330px,100%);height:46px;display:flex;align-items:center;gap:8px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:var(--paper)}.search-box input{width:100%;border:0;outline:0;background:transparent}.filters{display:flex;gap:8px;margin:30px 0 25px;overflow-x:auto;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{flex:0 0 auto;padding:10px 15px;border:1px solid var(--line);border-radius:999px;background:transparent;color:#5a5550;font-size:11px;font-weight:700;cursor:pointer}.filter.active,.filter:hover{border-color:var(--deep2);background:var(--deep2);color:#fff}
.trip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.trip-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:23px;background:var(--paper);overflow:hidden;transition:.22s}.trip-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(12,46,52,.1)}.trip-image{position:relative}.trip-image img{display:block;width:100%;aspect-ratio:1.45/1;object-fit:cover}.availability{position:absolute;top:14px;left:14px;padding:7px 10px;border-radius:999px;background:rgba(8,31,37,.88);color:#fff;font-size:9px;font-weight:700;backdrop-filter:blur(8px)}.trip-copy{display:flex;flex:1;flex-direction:column;padding:22px}.trip-category{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.trip-copy h3{margin:13px 0 9px;font-family:"Italiana";font-size:32px;font-weight:400;line-height:1}.trip-copy>p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.trip-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.trip-meta span{padding:7px 9px;border-radius:999px;background:#ece6dc;color:#625b51;font-size:9px;font-weight:700}.trip-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:22px}.trip-bottom strong{font-size:14px}.trip-bottom button{padding:10px 14px;border:1px solid var(--deep2);border-radius:999px;background:var(--deep2);color:#fff;font-size:10px;font-weight:700;cursor:pointer}.empty-state{padding:65px 20px;text-align:center;border:1px dashed var(--line);border-radius:22px;background:var(--paper)}.empty-state h3{margin:0 0 7px;font-family:"Italiana";font-size:34px}.empty-state p{margin:0;color:var(--muted)}
.how-it-works{padding:90px clamp(17px,6vw,92px);background:var(--deep2);color:#fff}.how-head h2{max-width:850px}.steps{display:grid;grid-template-columns:repeat(4,1fr);margin-top:45px;border-top:1px solid rgba(255,255,255,.14)}.steps article{min-height:230px;padding:30px 25px;border-right:1px solid rgba(255,255,255,.14)}.steps article:last-child{border-right:0}.steps b{color:var(--sand);font-size:10px}.steps h3{margin:40px 0 10px;font-family:"Italiana";font-size:29px;font-weight:400}.steps p{margin:0;color:#9fb0b1;font-size:11px;line-height:1.6}
.modal{position:fixed;inset:0;z-index:70;display:none;place-items:center;padding:18px}.modal.open{display:grid}.overlay{position:fixed;inset:0;z-index:60;display:none;background:rgba(4,20,24,.65);backdrop-filter:blur(4px)}.overlay.show{display:block}.modal-panel{position:relative;width:min(900px,100%);max-height:92vh;overflow:auto;border-radius:25px;background:var(--paper);box-shadow:var(--shadow)}.close-button{width:40px;height:40px;border:0;border-radius:50%;background:#ece6dc;color:var(--ink);font-size:24px;cursor:pointer}.modal-close{position:absolute;top:17px;right:17px;z-index:3}.modal-image{width:100%;max-height:410px;object-fit:cover}.modal-copy{padding:30px}.modal-copy h2,.drawer-head h2{margin:8px 0 10px;font-family:"Italiana";font-size:48px;font-weight:400;line-height:1}.modal-subtitle{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.quick-facts{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.quick-facts span,.quick-facts strong{padding:8px 11px;border-radius:999px;background:#ebe5da;font-size:10px}.quick-facts strong{background:var(--deep2);color:#fff}.detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:23px 0;border-block:1px solid var(--line)}.modal-copy h3{margin:0 0 12px;font-size:12px}.modal-copy ul,.modal-copy ol{margin:0;padding-left:19px;color:#5f5a53;font-size:12px;line-height:1.8}.info-block{padding:22px 0;border-bottom:1px solid var(--line)}.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:20px}.policy-grid section{padding:15px;border-radius:14px;background:#eee8de}.policy-grid span{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.13em}.policy-grid p{margin:7px 0 0;color:#615b53;font-size:11px;line-height:1.55}
.add-trip-form{margin-top:22px;padding:20px;border-radius:18px;background:#e7e1d6}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}label{display:block;margin:10px 0}label>span{display:flex;justify-content:space-between;margin-bottom:7px;font-size:10px;font-weight:700}label em{color:var(--muted);font-style:normal;font-weight:400}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);outline:0}input,select{height:43px;padding:0 11px}textarea{padding:11px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--sea);box-shadow:0 0 0 3px rgba(17,109,121,.12)}
.vacation-drawer{position:fixed;top:0;right:0;bottom:0;z-index:80;width:min(570px,100%);display:flex;flex-direction:column;background:var(--paper);box-shadow:var(--shadow);transform:translateX(105%);transition:.28s}.vacation-drawer.open{transform:none}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 25px 20px;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:38px}.drawer-scroll{flex:1;overflow:auto;padding:0 25px 28px}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.cart-item strong,.cart-item small{display:block}.cart-item strong{font-size:13px}.cart-item small{margin-top:5px;color:var(--muted);font-size:10px;line-height:1.55}.remove-item{align-self:center;width:34px;height:34px;border:0;border-radius:50%;background:#eee8de;font-size:19px;cursor:pointer}.empty-cart{padding:70px 14px;text-align:center}.empty-cart>span{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 18px;border:1px solid var(--line);border-radius:50%;font-family:"Italiana";font-size:29px}.empty-cart h3{margin:0 0 8px;font-family:"Italiana";font-size:32px;font-weight:400}.empty-cart p{max-width:370px;margin:0 auto 20px;color:var(--muted);font-size:12px;line-height:1.6}.vacation-form{display:none;padding-top:18px}.estimate{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.estimate span{color:var(--muted);font-size:12px}.estimate strong{font-size:18px}.price-note{margin:9px 0 18px;color:#8c857b;font-size:9px;line-height:1.5}.vacation-form fieldset{margin:14px 0;padding:18px;border:1px solid var(--line);border-radius:16px}.vacation-form legend{padding:0 7px;font-size:10px;font-weight:700}.consent{display:flex;align-items:flex-start;gap:9px}.consent input{width:18px;height:18px;flex:0 0 auto;margin:0}.consent span{margin:0!important;color:var(--muted);font-weight:400!important;line-height:1.5}
.mobile-cart{position:fixed;right:12px;bottom:12px;left:12px;z-index:45;display:none;align-items:center;justify-content:space-between;min-height:56px;padding:10px 14px;border:0;border-radius:17px;background:var(--deep2);color:#fff;box-shadow:0 15px 38px rgba(0,0,0,.28)}.mobile-cart span{color:#b7cbcc;font-size:11px}.mobile-cart strong{font-size:12px}.toast{position:fixed;left:50%;bottom:25px;z-index:100;padding:11px 16px;border-radius:999px;background:var(--deep2);color:#fff;font-size:11px;opacity:0;pointer-events:none;transform:translate(-50%,12px);transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:33px clamp(17px,6vw,92px);background:#061b20;color:#fff}footer strong,footer span{display:block}footer span{margin-top:4px;color:#8ca1a3;font-size:10px}footer a{color:var(--sand);text-decoration:none;font-size:12px}
@media(max-width:1050px){.main-nav{display:none}.menu-button{display:block}.trip-cart-button{margin-left:auto}.trip-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.steps article:nth-child(2){border-right:0}.steps article{border-bottom:1px solid rgba(255,255,255,.14)}}
@media(max-width:700px){.member-request-card{align-items:flex-start;flex-direction:column}.vacation-success-actions{flex-direction:column}.vacation-success-actions .primary-button,.vacation-success-actions .secondary-button{width:100%}body{padding-bottom:76px}.site-header{height:68px;padding-inline:13px}.brand-logo{width:57px;height:40px}.brand-copy small{display:none}.trip-cart-button{padding:8px}.trip-cart-button{font-size:0}.trip-cart-button b{font-size:11px}.hero{min-height:650px}.hero-picture{background-position:58% center}.hero-overlay{background:linear-gradient(90deg,rgba(4,25,31,.94),rgba(4,25,31,.43)),linear-gradient(0deg,rgba(4,25,31,.9),transparent 60%)}.hero-content{padding:100px 16px 48px}.hero h1{font-size:68px}.hero-content>p:not(.eyebrow){font-size:14px}.intro{grid-template-columns:1fr;padding:65px 15px}.intro-number{font-size:48px}.trips-section{padding:60px 14px 80px}.section-head{align-items:stretch;flex-direction:column}.search-box{width:100%}.trip-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps article{border-right:0}.detail-columns,.policy-grid,.form-grid{grid-template-columns:1fr}.modal-panel{border-radius:19px}.modal-copy{padding:22px 15px}.modal-copy h2{font-size:40px}.drawer-head,.drawer-scroll{padding-inline:17px}.mobile-cart.visible{display:flex}.toast{bottom:82px}footer{align-items:flex-start;flex-direction:column;padding-inline:15px}}
.trip-gallery{display:flex;gap:8px;padding:10px 18px;overflow-x:auto}.trip-gallery button{flex:0 0 92px;padding:0;border:0;background:transparent}.trip-gallery img{width:92px;height:66px;object-fit:cover;border-radius:9px}.bbb-maintenance button[type="submit"]{opacity:.45;pointer-events:none}

.member-request-card{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:14px 0;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#f2ece2}.member-request-card div{min-width:0}.member-request-card span,.vacation-success>span{display:block;margin-bottom:5px;color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.14em}.member-request-card strong{display:block;font-size:15px}.member-request-card small{display:block;margin-top:5px;color:var(--muted);font-size:10px;line-height:1.5}.member-request-card a,.profile-completion-warning a{flex:0 0 auto;color:var(--ink);font-size:10px;font-weight:700}.profile-completion-warning{margin:0 0 14px;padding:15px 17px;border:1px solid #d9a39d;border-radius:14px;background:#fff1ef;color:#7b2f2a}.profile-completion-warning strong{font-size:12px}.profile-completion-warning p{margin:6px 0 9px;font-size:10px;line-height:1.5}.vacation-success{margin:20px 0;padding:24px;border:1px solid var(--line);border-radius:18px;background:#f2ece2}.vacation-success h3{margin:0 0 8px;font-family:"Italiana";font-size:30px;font-weight:400;line-height:1.08}.vacation-success p{margin:0;color:var(--muted);font-size:11px;line-height:1.6}.vacation-success-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.vacation-success-actions .primary-button,.vacation-success-actions .secondary-button{width:auto;margin:0}.vacation-success-actions .secondary-button{border-color:var(--line);color:var(--ink);background:transparent}.vacation-form button[disabled]{cursor:not-allowed;opacity:.55}
