@keyframes galleryLightboxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes galleryFadeIn{0%{opacity:0}to{opacity:1}}.gallery-lightbox{background:var(--gallery-overlay-bg,#0f2235f5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;justify-content:center;align-items:center;animation:.3s galleryLightboxFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}.gallery-lightbox__close{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .3s,color .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.gallery-lightbox__close:hover{background:var(--gallery-accent,#d4af37);color:var(--gallery-primary,#1a1a2e)}.gallery-lightbox__counter{color:#ffffffb3;z-index:10;font-size:.875rem;position:absolute;top:1.5rem;left:50%;transform:translate(-50%)}.gallery-lightbox__media{width:80vw;height:75vh;animation:.2s galleryFadeIn;position:relative}.gallery-lightbox__image{object-fit:contain}.gallery-lightbox__video{border-radius:var(--gallery-radius,8px);border:none;width:100%;height:100%}.gallery-lightbox__nav{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .3s,color .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-lightbox__nav:hover{background:var(--gallery-accent,#d4af37);color:var(--gallery-primary,#1a1a2e)}.gallery-lightbox__nav--prev{left:1.5rem}.gallery-lightbox__nav--next{right:1.5rem}.gallery-lightbox__thumbs{-ms-overflow-style:none;scrollbar-width:none;background:linear-gradient(#0000,#00000080);gap:.5rem;height:80px;padding:1rem 3rem;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:auto hidden}.gallery-lightbox__thumbs::-webkit-scrollbar{display:none}.gallery-lightbox__thumb{cursor:pointer;opacity:.5;background:var(--gallery-primary,#1a1a2e);border:2px solid #0000;border-radius:4px;flex-shrink:0;width:60px;height:45px;padding:0;transition:opacity .3s,border-color .3s;position:relative;overflow:hidden}.gallery-lightbox__thumb:hover,.gallery-lightbox__thumb--active{opacity:1;border-color:var(--gallery-accent,#d4af37)}.gallery-lightbox__thumb img{object-fit:cover}.gallery-lightbox__thumb-play{color:#fff;background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (max-width:767px){.gallery-lightbox__media{width:calc(100% - 32px);height:calc(100% - 120px)}.gallery-lightbox__nav{width:48px;height:48px}.gallery-lightbox__nav--prev{left:.75rem}.gallery-lightbox__nav--next{right:.75rem}.gallery-lightbox__close{width:44px;height:44px;top:1rem;right:1rem}.gallery-lightbox__counter{font-size:.8125rem;top:1rem}.gallery-lightbox__thumb{width:48px;height:36px}}
.gallery-cell{border-radius:var(--gallery-radius,8px);background:var(--gallery-primary,#1a1a2e);cursor:pointer;border:none;width:100%;padding:0;transition:transform .4s cubic-bezier(.16,1,.3,1);display:block;position:relative;overflow:hidden}.gallery-cell:hover{transform:scale(1.02)}.gallery-cell__image{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)!important}.gallery-cell:hover .gallery-cell__image{transform:scale(1.08)}.gallery-cell__overlay{background:linear-gradient(135deg,color-mix(in srgb,var(--gallery-accent,#d4af37)70%,transparent),color-mix(in srgb,var(--gallery-primary,#1a1a2e)80%,transparent));opacity:0;z-index:2;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.gallery-cell:hover .gallery-cell__overlay{opacity:1}.gallery-cell__overlay svg{color:#fff}.gallery-cell__play{color:#fff;z-index:2;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.gallery-cell:hover .gallery-cell__play{background:#00000026}
.gallery-masonry__grid{flex-direction:column;gap:1rem;display:flex}.gallery-masonry__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.gallery-masonry__item--full{aspect-ratio:16/10;flex-shrink:0;width:100%}.gallery-masonry__item--square{aspect-ratio:1;width:100%}@media (max-width:767px){.gallery-masonry__grid,.gallery-masonry__row{gap:.5rem}}
.gallery-sheet{z-index:100;background:#fff;border-radius:16px 16px 0 0;transition:height .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 24px #00000026,0 -1px 3px #0000001a}.gallery-sheet--dragging{transition:none}@media (max-width:1024px){.gallery-sheet{flex-direction:column;display:flex}}.gallery-sheet__handle{background:var(--gallery-primary,#1a1a2e);cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.gallery-sheet__handle:active{cursor:grabbing}.gallery-sheet__handle-bar{background:#ffffff4d;border-radius:2px;width:36px;height:4px}.gallery-sheet__handle-title{color:#fff;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.gallery-sheet__handle-title svg{color:var(--gallery-accent,#d4af37)}.gallery-sheet__content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;padding:.5rem;overflow:hidden auto}
.gallery-sticky{align-self:start;width:100%;position:sticky;top:6rem}.gallery-sticky__scrollable{scrollbar-width:thin;scrollbar-color:var(--gallery-accent,#d4af37)var(--gallery-scrollbar-track,#f0f0f0);height:calc(100vh - 8rem);padding-right:.5rem;overflow:hidden auto}.gallery-sticky__scrollable::-webkit-scrollbar{width:6px}.gallery-sticky__scrollable::-webkit-scrollbar-track{background:var(--gallery-scrollbar-track,#f0f0f0);border-radius:3px}.gallery-sticky__scrollable::-webkit-scrollbar-thumb{background:var(--gallery-accent,#d4af37);border-radius:3px}.gallery-sticky__scrollable::-webkit-scrollbar-thumb:hover{filter:brightness(.9)}@media (max-width:1024px){.gallery-sticky{display:none}}
.gallery-mosaic{position:relative}.gallery-mosaic__inner{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative}.gallery-mosaic__grid{grid-template-rows:repeat(20,1fr);grid-template-columns:1.2fr 1fr 1fr;gap:6px;height:62vh;min-height:400px;max-height:660px;display:grid}.gallery-mosaic__cell--hero{border-radius:calc(var(--gallery-radius,8px)*1.5);grid-area:1/1/-1}.gallery-mosaic__cell--2{grid-area:1/2/13}.gallery-mosaic__cell--3{grid-area:1/3/11}.gallery-mosaic__cell--4{grid-area:13/2/-1}.gallery-mosaic__cell--5{grid-area:11/3/18}.gallery-mosaic__view-all{background:var(--gallery-primary,#1a1a2e);border-radius:var(--gallery-radius,8px);color:#fff;letter-spacing:.03em;cursor:pointer;border:none;grid-area:18/3/-1;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.gallery-mosaic__view-all:hover{filter:brightness(1.2);transform:translateY(-1px);box-shadow:0 6px 20px #00000059}.gallery-mosaic__view-all svg{color:var(--gallery-accent,#d4af37);transition:transform .3s cubic-bezier(.16,1,.3,1)}.gallery-mosaic__view-all:hover svg{transform:scale(1.1)}.gallery-mosaic__single{border-radius:calc(var(--gallery-radius,8px)*1.5);height:60vh;min-height:380px;max-height:640px;position:relative;overflow:hidden}.gallery-mosaic__single button{cursor:pointer;background:var(--gallery-primary,#1a1a2e);border:none;width:100%;height:100%;padding:0;position:relative}.gallery-mosaic__single img{transition:transform .6s cubic-bezier(.16,1,.3,1)}.gallery-mosaic__single button:hover img{transform:scale(1.02)}.gallery-mosaic__empty{background:color-mix(in srgb,var(--gallery-primary,#1a1a2e)10%,transparent);border-radius:calc(var(--gallery-radius,8px)*1.5);color:#999;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:40vh;display:flex}.gallery-mosaic__empty svg{opacity:.3;color:var(--gallery-accent,#d4af37)}.gallery-mosaic__empty p{letter-spacing:.05em;text-transform:uppercase;font-size:.875rem}.gallery-mosaic__show-all{background:color-mix(in srgb,var(--gallery-primary,#1a1a2e)85%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid color-mix(in srgb,var(--gallery-accent,#d4af37)30%,transparent);border-radius:var(--gallery-radius,8px);color:#fff;cursor:pointer;z-index:5;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:none;position:absolute;bottom:1rem;right:1rem}.gallery-mosaic__show-all:hover{background:color-mix(in srgb,var(--gallery-primary,#1a1a2e)95%,transparent);border-color:var(--gallery-accent,#d4af37);transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.gallery-mosaic__show-all svg{color:var(--gallery-accent,#d4af37)}@media (max-width:1023px){.gallery-mosaic__grid{height:50vh;min-height:340px;max-height:540px}}@media (max-width:767px){.gallery-mosaic__inner{padding:0}.gallery-mosaic__grid{grid-template-rows:1.5fr 1fr;grid-template-columns:1fr 1fr;gap:4px;height:45vh;min-height:280px;max-height:420px}.gallery-mosaic__cell{border-radius:0}.gallery-mosaic__cell--hero{border-radius:0;grid-area:1/1/auto/-1}.gallery-mosaic__cell--2,.gallery-mosaic__cell--3{grid-area:auto}.gallery-mosaic__cell--4,.gallery-mosaic__cell--5,.gallery-mosaic__view-all{display:none}.gallery-mosaic__single{border-radius:0;height:45vh;max-height:420px}.gallery-mosaic__show-all{padding:.5rem 1rem;display:flex;bottom:.75rem;right:.75rem}}
.gallery-strip{width:100%}.gallery-strip__main{aspect-ratio:16/10;background:#0a0a0a;width:100%;max-height:500px;position:relative;overflow:hidden}.gallery-strip__main-btn{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;position:relative}.gallery-strip__main-image{object-fit:contain;transition:opacity .4s,transform .8s cubic-bezier(.4,0,.2,1)}.gallery-strip__main-image--loading{opacity:.7}.gallery-strip__main-btn:hover .gallery-strip__main-image{transform:scale(1.02)}.gallery-strip__nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--gallery-radius,8px);color:#fff;cursor:pointer;opacity:0;z-index:10;background:#00000080;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:56px;height:56px;transition:all .4s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-strip__main-btn:hover .gallery-strip__nav{opacity:1}.gallery-strip__nav:hover{background:var(--gallery-accent,#d4af37);border-color:var(--gallery-accent,#d4af37);color:var(--gallery-primary,#1a1a2e)}.gallery-strip__nav--prev{left:24px}.gallery-strip__nav--prev:hover{transform:translateY(-50%)translate(-4px)}.gallery-strip__nav--next{right:24px}.gallery-strip__nav--next:hover{transform:translateY(-50%)translate(4px)}.gallery-strip__expand{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--gallery-radius,8px);color:#fff;letter-spacing:.1em;text-transform:uppercase;opacity:0;pointer-events:none;background:#0009;border:1px solid #ffffff26;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.75rem;font-weight:500;transition:all .4s;display:flex;position:absolute;bottom:24px;right:24px}.gallery-strip__main-btn:hover .gallery-strip__expand{opacity:1}.gallery-strip__counter{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--gallery-radius,8px);color:#fff;background:#0009;border:1px solid #ffffff1a;align-items:baseline;gap:.25rem;padding:.5rem 1rem;display:flex;position:absolute;top:24px;left:24px}.gallery-strip__counter-current{color:var(--gallery-accent,#d4af37);font-size:1.25rem;font-weight:500}.gallery-strip__counter-sep{opacity:.5;margin:0 .15rem;font-size:.9rem}.gallery-strip__counter-total{opacity:.7;font-size:.9rem}.gallery-strip__play-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:5;pointer-events:none;background:#0009;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .4s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-strip__main-btn:hover .gallery-strip__play-icon{background:var(--gallery-accent,#d4af37);border-color:var(--gallery-accent,#d4af37);color:var(--gallery-primary,#1a1a2e);transform:translate(-50%,-50%)scale(1.1)}.gallery-strip__video-placeholder{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;inset:0}.gallery-strip__video-placeholder svg{opacity:.8}.gallery-strip__video-placeholder span{opacity:.7;font-size:.875rem}.gallery-strip__thumbs-wrapper{scrollbar-width:thin;scrollbar-color:var(--gallery-accent,#d4af37)transparent;background:#0a0a0a;padding:16px;overflow-x:auto}.gallery-strip__thumbs-wrapper::-webkit-scrollbar{height:4px}.gallery-strip__thumbs-wrapper::-webkit-scrollbar-thumb{background:var(--gallery-accent,#d4af37);border-radius:2px}.gallery-strip__thumbs{gap:12px;width:max-content;padding:0 4px;display:flex}.gallery-strip__thumb{cursor:pointer;background:var(--gallery-primary,#1a1a2e);opacity:.5;border:none;flex-shrink:0;width:100px;height:70px;padding:0;transition:all .3s;position:relative;overflow:hidden}.gallery-strip__thumb:hover,.gallery-strip__thumb--active{opacity:1}.gallery-strip__thumb--active{box-shadow:0 0 0 2px var(--gallery-accent,#d4af37)}.gallery-strip__thumb-image{object-fit:cover;transition:transform .5s}.gallery-strip__thumb:hover .gallery-strip__thumb-image{transform:scale(1.1)}.gallery-strip__thumb-bar{background:var(--gallery-accent,#d4af37);height:3px;position:absolute;bottom:0;left:0;right:0}.gallery-strip__thumb-play{color:#fff;z-index:2;pointer-events:none;background:#0009;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gallery-strip__thumb:hover .gallery-strip__thumb-play{background:var(--gallery-accent,#d4af37);color:var(--gallery-primary,#1a1a2e)}.gallery-strip__thumb-placeholder{color:#fff;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}@media (max-width:768px){.gallery-strip__main{aspect-ratio:4/3;max-height:320px}.gallery-strip__nav{opacity:1;background:#0006;width:44px;height:44px}.gallery-strip__nav--prev{left:12px}.gallery-strip__nav--next{right:12px}.gallery-strip__expand{display:none}.gallery-strip__counter{padding:.35rem .75rem;top:12px;left:12px}.gallery-strip__counter-current{font-size:1rem}.gallery-strip__counter-sep,.gallery-strip__counter-total{font-size:.75rem}.gallery-strip__play-icon{width:60px;height:60px}.gallery-strip__thumbs-wrapper{padding:12px}.gallery-strip__thumb{width:80px;height:56px}.gallery-strip__thumb-play{width:24px;height:24px}}@media (max-width:1024px){.gallery-strip{display:none}}
.styles-module__e45SLq__link{color:inherit;text-decoration:none;display:block}.styles-module__e45SLq__card{background:var(--adventure-white);transition:all var(--adventure-transition-smooth);cursor:pointer;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0a15200f,0 1px 4px #0a152008}.styles-module__e45SLq__link:hover .styles-module__e45SLq__card{transform:translateY(-8px);box-shadow:0 20px 50px #0a15201f,0 8px 20px #0a152014}.styles-module__e45SLq__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.styles-module__e45SLq__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1)}.styles-module__e45SLq__imageFallback{background:linear-gradient(135deg,#669bbc14 0%,#d5b56e1f 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.styles-module__e45SLq__fallbackLogo{opacity:.78;width:min(220px,66%);height:auto}.styles-module__e45SLq__link:hover .styles-module__e45SLq__image{transform:scale(1.08)}.styles-module__e45SLq__imageOverlay{pointer-events:none;opacity:0;transition:opacity var(--adventure-transition-smooth);background:linear-gradient(#0000 50%,#0a152080 100%);position:absolute;inset:0}.styles-module__e45SLq__link:hover .styles-module__e45SLq__imageOverlay{opacity:1}.styles-module__e45SLq__badge{font-family:var(--adventure-font-body);letter-spacing:.1em;text-transform:uppercase;z-index:2;padding:.35rem .75rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;left:1rem}.styles-module__e45SLq__badgeNew{background:var(--adventure-gold);color:var(--adventure-midnight)}.styles-module__e45SLq__badgeUsed{background:var(--adventure-midnight);color:var(--adventure-gold)}.styles-module__e45SLq__badgeSold{background:var(--adventure-charcoal);color:var(--adventure-white)}.styles-module__e45SLq__lengthBadge{background:var(--adventure-ocean);color:var(--adventure-white);font-family:var(--adventure-font-body);z-index:2;padding:.35rem .75rem;font-size:.85rem;font-weight:600;position:absolute;top:1rem;right:1rem}.styles-module__e45SLq__content{flex-direction:column;flex:1;gap:.85rem;padding:1.35rem;display:flex}.styles-module__e45SLq__header{flex-direction:column;gap:.3rem;min-height:54px;display:flex}.styles-module__e45SLq__title{font-family:var(--adventure-font-display);color:var(--adventure-charcoal);transition:color var(--adventure-transition-fast);font-size:1.2rem;font-weight:500;line-height:1.25}.styles-module__e45SLq__link:hover .styles-module__e45SLq__title{color:var(--adventure-ocean-deep)}.styles-module__e45SLq__boatName{font-family:var(--adventure-font-accent);color:var(--adventure-slate);font-size:.9rem;font-style:italic}.styles-module__e45SLq__specs{border-top:1px solid #2d3e5014;border-bottom:1px solid #2d3e5014;flex-direction:column;gap:.5rem;padding:.85rem 0;display:flex}.styles-module__e45SLq__specRow{align-items:center;gap:1.25rem;display:flex}.styles-module__e45SLq__spec{align-items:center;gap:.35rem;display:flex}.styles-module__e45SLq__specIcon{color:var(--adventure-gold);flex-shrink:0}.styles-module__e45SLq__specValue{font-family:var(--adventure-font-body);color:var(--adventure-charcoal);font-size:.8rem;font-weight:600}.styles-module__e45SLq__location{color:var(--adventure-slate);align-items:center;gap:.35rem;display:flex}.styles-module__e45SLq__locationIcon{color:var(--adventure-ocean);flex-shrink:0}.styles-module__e45SLq__locationText{font-family:var(--adventure-font-body);font-size:.8rem}.styles-module__e45SLq__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.85rem;display:flex}.styles-module__e45SLq__price{font-family:var(--adventure-font-body);color:var(--adventure-gold-dark);transition:color var(--adventure-transition-fast);font-size:1rem;font-weight:700}.styles-module__e45SLq__link:hover .styles-module__e45SLq__price{color:var(--adventure-gold)}.styles-module__e45SLq__viewLink{font-family:var(--adventure-font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--adventure-ocean-deep);transition:color var(--adventure-transition-fast);align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__e45SLq__viewLink svg{transition:transform var(--adventure-transition-fast);flex-shrink:0}.styles-module__e45SLq__link:hover .styles-module__e45SLq__viewLink{color:var(--adventure-gold)}.styles-module__e45SLq__link:hover .styles-module__e45SLq__viewLink svg{transform:translate(4px)}@media (min-width:640px){.styles-module__e45SLq__imageWrapper{height:260px}}@media (min-width:1024px){.styles-module__e45SLq__imageWrapper{height:220px}}
.skeleton-module__oeZtpq__skeleton{background:var(--adventure-white);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 20px #0a15200f,0 1px 4px #0a152008}.skeleton-module__oeZtpq__image{background:linear-gradient(90deg,#2d3e500f 0%,#2d3e501f 50%,#2d3e500f 100%) 0 0/200% 100%;justify-content:center;align-items:center;width:100%;height:240px;animation:1.5s ease-in-out infinite skeleton-module__oeZtpq__shimmer;display:flex}.skeleton-module__oeZtpq__imageLogo{opacity:.7;filter:saturate(.9);width:min(220px,68%);height:auto}.skeleton-module__oeZtpq__content{flex-direction:column;gap:.75rem;padding:1.35rem;display:flex}.skeleton-module__oeZtpq__title,.skeleton-module__oeZtpq__subtitle,.skeleton-module__oeZtpq__spec,.skeleton-module__oeZtpq__location,.skeleton-module__oeZtpq__button{background:linear-gradient(90deg,#2d3e500f 0%,#2d3e501f 50%,#2d3e500f 100%) 0 0/200% 100%;animation:1.5s ease-in-out infinite skeleton-module__oeZtpq__shimmer}.skeleton-module__oeZtpq__title{width:80%;height:24px}.skeleton-module__oeZtpq__subtitle{width:55%;height:16px}.skeleton-module__oeZtpq__specs{border-top:1px solid #2d3e500f;border-bottom:1px solid #2d3e500f;gap:1rem;padding:.85rem 0;display:flex}.skeleton-module__oeZtpq__spec{width:60px;height:16px}.skeleton-module__oeZtpq__location{width:70%;height:14px}.skeleton-module__oeZtpq__button{width:100%;height:40px;margin-top:.5rem}@keyframes skeleton-module__oeZtpq__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (min-width:640px){.skeleton-module__oeZtpq__image{height:260px}}@media (min-width:1024px){.skeleton-module__oeZtpq__image{height:220px}}
.styles-module__6wr1qW__hero{text-align:center;min-height:60vh;padding:var(--adventure-spacing-2xl)var(--adventure-container-padding);background:linear-gradient(135deg,#0a1520e0 0%,#0d1b2ab8 50%,#4a7a9a59 100%),url(https://images.unsplash.com/photo-1567899378494-47b22a2ae96a?q=80&w=2070&auto=format&fit=crop) 50%/cover no-repeat;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.styles-module__6wr1qW__hero:before{content:"";background:linear-gradient(to top,var(--adventure-pearl),transparent);pointer-events:none;z-index:1;height:200px;position:absolute;bottom:0;left:0;right:0}.styles-module__6wr1qW__heroContent{z-index:2;max-width:800px;position:relative}.styles-module__6wr1qW__heroBadge{background:#d5b56e26;border:1px solid #d5b56e4d;border-radius:4px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;display:inline-flex}.styles-module__6wr1qW__heroBadgeIcon{color:var(--adventure-gold)}.styles-module__6wr1qW__heroBadgeText{font-family:var(--adventure-font-body);letter-spacing:.25em;text-transform:uppercase;color:var(--adventure-gold-light);font-size:.8rem;font-weight:600}.styles-module__6wr1qW__heroTitle{font-family:var(--adventure-font-display);color:var(--adventure-white);margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400;line-height:1.15}.styles-module__6wr1qW__heroTitleAccent{color:var(--adventure-gold);font-style:italic}.styles-module__6wr1qW__heroSubtitle{font-family:var(--adventure-font-body);color:#fffc;max-width:650px;margin:0 auto;font-size:clamp(1.05rem,2vw,1.25rem);font-weight:300;line-height:1.8}.styles-module__6wr1qW__listingPage{padding:var(--adventure-spacing-lg)0 var(--adventure-spacing-xl);background:linear-gradient(to bottom,var(--adventure-pearl),var(--adventure-cream));min-height:60vh}.styles-module__6wr1qW__filterButton{z-index:900;background:var(--adventure-deep);color:var(--adventure-white);font-family:var(--adventure-font-body);letter-spacing:.05em;cursor:pointer;transition:all var(--adventure-transition-smooth);border:none;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:.85rem;font-weight:600;display:none;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0a152040,0 4px 12px #0a152026}.styles-module__6wr1qW__filterButton:hover{background:var(--adventure-gold);color:var(--adventure-midnight);transform:translate(-50%)translateY(-2px);box-shadow:0 14px 40px #d5b56e4d,0 6px 16px #d5b56e33}@media (max-width:1023px){.styles-module__6wr1qW__filterButton{display:flex}}.styles-module__6wr1qW__listingContainer{max-width:var(--adventure-container-max);padding:0 var(--adventure-container-padding);grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (min-width:1024px){.styles-module__6wr1qW__listingContainer{grid-template-columns:300px 1fr;align-items:start;gap:2.5rem}.styles-module__6wr1qW__filterButton{display:none!important}}@media (min-width:1280px){.styles-module__6wr1qW__listingContainer{grid-template-columns:320px 1fr}}.styles-module__6wr1qW__loadingFallback{text-align:center;font-family:var(--adventure-font-body);color:var(--adventure-slate);padding:3rem}.styles-module__6wr1qW__boatsList{width:100%}.styles-module__6wr1qW__boatsHeader{border-bottom:1px solid #2d3e501a;margin-bottom:1.5rem;padding-bottom:1rem}.styles-module__6wr1qW__boatsCount{font-family:var(--adventure-font-body);color:var(--adventure-charcoal);font-size:.9rem;font-weight:500}.styles-module__6wr1qW__boatsGrid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}.styles-module__6wr1qW__observer{height:1px;margin-top:2rem}.styles-module__6wr1qW__loadingMore{color:var(--adventure-charcoal);font-family:var(--adventure-font-body);flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem;font-size:.9rem;display:flex}.styles-module__6wr1qW__spinner{border:3px solid #2d3e501f;border-top-color:var(--adventure-gold);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite styles-module__6wr1qW__spin}@keyframes styles-module__6wr1qW__spin{to{transform:rotate(360deg)}}.styles-module__6wr1qW__emptyState{text-align:center;color:var(--adventure-charcoal);padding:4rem 1.5rem}.styles-module__6wr1qW__emptyIcon{color:#2d3e5033;margin:0 auto 1.5rem}.styles-module__6wr1qW__emptyText{font-family:var(--adventure-font-display);color:var(--adventure-charcoal);margin-bottom:.5rem;font-size:1.35rem;font-weight:500}.styles-module__6wr1qW__emptySubtext{font-family:var(--adventure-font-body);color:var(--adventure-slate);font-size:.95rem}.styles-module__6wr1qW__errorState{text-align:center;color:var(--adventure-charcoal);padding:4rem 1.5rem}.styles-module__6wr1qW__errorState p{margin-bottom:1.25rem;font-size:1.05rem}.styles-module__6wr1qW__retryButton{background:var(--adventure-deep);color:var(--adventure-white);font-family:var(--adventure-font-body);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:all var(--adventure-transition-smooth);border:none;padding:.85rem 2rem;font-size:.85rem;font-weight:600}.styles-module__6wr1qW__retryButton:hover{background:var(--adventure-gold);color:var(--adventure-midnight);transform:translateY(-2px);box-shadow:0 8px 25px #d5b56e4d}.styles-module__6wr1qW__endMessage{text-align:center;color:var(--adventure-slate);font-family:var(--adventure-font-body);padding:2rem;font-size:.85rem}@media (min-width:640px){.styles-module__6wr1qW__boatsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.styles-module__6wr1qW__boatsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.styles-module__6wr1qW__boatsGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.styles-module__6wr1qW__hero{min-height:50vh;padding:var(--adventure-spacing-xl)var(--adventure-container-padding)}}
