*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-deep: #0a2540;--color-ocean: #0a4d68;--color-teal: #088395;--color-aqua: #05bfdb;--color-sand: #f5f0e8;--color-cream: #faf8f4;--color-text: #1a2b3c;--color-muted: #5a6b7d;--color-white: #ffffff;--background-color: #99a3bf;--page-gradient: linear-gradient(180deg, #b8c2d6 0%, #99a3bf 12%, #99a3bf 100%);--font-color: #f4ede4;--background-color-light: color-mix(in srgb, var(--background-color) 75%, var(--font-color) 12%);--font-display: "Playfair Display", Georgia, serif;--font-body: "Source Sans 3", system-ui, sans-serif;--shadow-sm: 0 2px 8px rgba(10, 37, 64, .08);--shadow-md: 0 8px 32px rgba(10, 37, 64, .12);--shadow-lg: 0 20px 60px rgba(10, 37, 64, .2);--radius: 12px;--radius-lg: 20px;--transition: .25s ease}html{scroll-behavior:smooth;min-height:100%;background:var(--page-gradient)}.skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:.75rem 1.25rem;border-radius:var(--radius);background:var(--color-deep);color:var(--color-white);font-family:var(--font-body);font-weight:600;text-decoration:none}.skip-link:focus{top:1rem}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--color-text);background:transparent;-webkit-font-smoothing:antialiased}main{background:transparent}img{display:block;max-width:100%}button{font-family:inherit;cursor:pointer;border:none;background:none}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;letter-spacing:.02em;border-radius:50px;transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}.btn--primary{background:var(--color-aqua);color:var(--color-deep);box-shadow:0 4px 20px #05bfdb66}.btn--primary:hover{background:#04d4f5;transform:translateY(-2px);box-shadow:0 8px 28px #05bfdb80}.btn--ghost{color:var(--color-white);border:1.5px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn--ghost:hover{background:#ffffff1f;border-color:#fffc;transform:translateY(-2px)}.section-header{text-align:center;margin-bottom:3rem}.section-header--light{color:var(--color-white)}.section-eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-teal);margin-bottom:.5rem}.section-header--light .section-eyebrow{color:var(--color-aqua)}.section-header h2{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.2;margin-bottom:.75rem}.section-desc{font-size:1.05rem;color:var(--color-muted);max-width:520px;margin-inline:auto}.section-header--light .section-desc{color:#ffffffbf}.quick-info{padding:5rem 0;background:var(--color-cream)}.quick-info__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.quick-info__card{background:var(--color-white);border-radius:var(--radius-lg);padding:2rem 1.75rem;box-shadow:var(--shadow-sm);border:1px solid rgba(10,77,104,.06);transition:transform var(--transition),box-shadow var(--transition)}.quick-info__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.quick-info__icon{font-size:2rem;display:block;margin-bottom:1rem}.quick-info__label{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-teal);margin-bottom:.35rem}.quick-info__value{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--color-deep);margin-bottom:.5rem}.quick-info__desc{font-size:.9rem;color:var(--color-muted)}.section-header--compact{margin-bottom:2rem}.section-header--compact .section-desc{display:none}.gallery{padding:1.5rem 1.5rem 2rem;background:transparent}.gallery__inner{max-width:1136px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.gallery__title{font-family:Montserrat,sans-serif;font-weight:400;font-size:26px;line-height:30px;letter-spacing:.5px;color:var(--font-color);margin:0 0 1.5rem;max-width:760px}.gallery__text{font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.4px;color:var(--font-color);margin-bottom:2rem;max-width:600px}.gallery__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.gallery__actions{display:flex;justify-content:center;margin-bottom:3rem}.gallery__locations{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%;max-width:1136px;text-align:left}.gallery__location{padding:1.25rem 1.35rem;border:none;border-radius:10px;background:var(--font-color)}.gallery__location-name{display:flex;align-items:center;gap:.45rem;font-family:Montserrat,sans-serif;font-weight:700;font-size:22px;line-height:1.2;letter-spacing:.4px;color:#3d4559;margin:0 0 .6rem}.gallery__location-icon{width:1em;height:1em;flex-shrink:0}.gallery__location-text{font-family:Montserrat,sans-serif;font-weight:400;font-size:13px;line-height:1.5;letter-spacing:.3px;color:#3d4559;opacity:.85;margin:0}.gallery__thumb{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:none;padding:0;background:var(--color-deep)}.gallery__thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__thumb:hover img{transform:scale(1.06)}.gallery__thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,37,64,.75) 0%,rgba(10,37,64,.2) 50%,transparent 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem;opacity:0;transition:opacity var(--transition)}.gallery__thumb:hover .gallery__thumb-overlay{opacity:1}.gallery__thumb-icon{font-size:2rem;color:var(--color-white);line-height:1}.gallery__thumb-caption{color:var(--color-white);font-size:.85rem;font-weight:500;text-align:center}.gallery-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.gallery-popup__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--background-color) 94%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;cursor:pointer}.gallery-popup__content{position:relative;z-index:1;display:flex;align-items:center;gap:1rem;width:min(960px,95vw);padding:0 1rem}.gallery-popup__figure{flex:1;margin:0}.gallery-popup__image{width:100%;max-height:75vh;object-fit:contain;border-radius:var(--radius);box-shadow:var(--shadow-lg)}.gallery-popup__caption{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;color:var(--color-white);font-size:.95rem}.gallery-popup__counter{font-size:.85rem;color:#ffffff80;white-space:nowrap}.gallery-popup__close{position:fixed;top:1.25rem;right:1.25rem;z-index:2;width:44px;height:44px;border-radius:50%;background:#ffffff1f;color:var(--color-white);font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:background var(--transition);border:1px solid rgba(255,255,255,.2)}.gallery-popup__close:hover{background:#ffffff40}.gallery-popup__nav{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#ffffff1f;color:var(--color-white);font-size:1.75rem;line-height:1;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);transition:background var(--transition),transform var(--transition)}.gallery-popup__nav:hover{background:#ffffff40;transform:scale(1.05)}@media(max-width:768px){.gallery__grid{grid-template-columns:repeat(2,1fr)}.gallery__locations{grid-template-columns:1fr;max-width:480px}.gallery-popup__nav{position:fixed;bottom:2rem;top:auto}.gallery-popup__nav--prev{left:1.5rem}.gallery-popup__nav--next{right:1.5rem}.gallery-popup__content{flex-direction:column;padding-top:4rem}}@media(max-width:480px){.gallery__grid{grid-template-columns:1fr 1fr;gap:.5rem}}.hero-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:176px;height:51px;padding:16px;gap:10px;border:none;border-radius:30px;background:var(--background-color);color:var(--font-color);font-family:Montserrat,sans-serif;font-size:.875rem;font-weight:600;line-height:1;letter-spacing:0;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .2s ease,transform .2s ease}.hero-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:30px;padding:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--font-color) 95%,transparent),color-mix(in srgb,var(--font-color) 55%,transparent) 30%,color-mix(in srgb,var(--font-color) 15%,transparent),color-mix(in srgb,var(--font-color) 5%,transparent));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.hero-button:hover{background:#a8b2cb;transform:translateY(-1px)}.hero-button:active{background:#b8c2d6;transform:translateY(0)}.hero-button:focus-visible{outline:2px solid var(--font-color);outline-offset:2px}.hero{position:relative;z-index:2;min-height:100svh;display:flex;align-items:center;justify-content:center;overflow:visible;background:transparent}.hero__logo{position:absolute;top:1.5rem;left:calc(4% + 75px);transform:translate(-50%);z-index:5;display:inline-flex}.hero__logo img{display:block;width:auto;height:clamp(42px,7vw,64px);filter:brightness(0) invert(1)}.hero__photos{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hero__photo--m8{display:none}@media(min-width:769px)and (max-width:1200px){.hero__photo--m8{display:block}}.hero__column{position:absolute;top:50%;display:flex;flex-direction:column;gap:1.25rem;transform:translateY(-50%)}.hero__column--left{left:4%;transform:translateY(calc(-50% + 70px))}@media(min-width:769px)and (max-width:1200px){.hero__column--left{transform:translateY(-50%)}}.hero__column--right{right:4%}.hero__photo{position:relative;margin:0;padding:10px 10px 28px;background:#fff;box-shadow:0 14px 36px #00000047;flex-shrink:0}.hero__photo img{display:block;width:200px;height:150px;object-fit:cover}.hero__photo--tilt-left{transform:rotate(-10deg)}.hero__photo--tilt-right{transform:rotate(12deg)}.hero__content{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;max-width:960px}.hero__title{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(18px,2.5vw,32px);line-height:100%;letter-spacing:0;color:var(--font-color);margin:0 0 1.25rem;white-space:nowrap}.hero__title-line{display:inline}.hero__title-line+.hero__title-line:before{content:" "}.hero__subtitle{font-family:Montserrat,sans-serif;font-weight:500;font-size:clamp(13px,1.6vw,15px);line-height:1.55;letter-spacing:.02em;color:color-mix(in srgb,var(--font-color) 88%,transparent);max-width:36rem;margin:-1.25rem auto 2rem;padding:0 .5rem}.hero__subtitle--mobile{display:none}.hero__buttons{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:1100px){.hero__column--left{left:2%}.hero__column--right{right:2%}.hero__column{gap:1rem}.hero__photo img{width:165px;height:124px}}@media(max-width:1300px){.hero__photos{opacity:.15}.hero__title{white-space:normal}}@media(max-width:768px){.hero{align-items:center;justify-content:flex-start;height:100svh;min-height:100svh;max-height:100svh;overflow:hidden}.hero__logo{left:1.5rem;transform:none}.hero__photos{opacity:1}.hero__column{position:absolute;right:0;bottom:0;left:0;top:0;display:block;transform:none}.hero__column--left,.hero__column--right{left:0;right:0}.hero__photo{position:absolute;padding:7px 7px 24px;box-shadow:0 12px 28px #0000003d}.hero__photo img{width:104px;height:78px}.hero__photo--tilt-left,.hero__photo--tilt-right{transform:none}.hero__photo--m1{top:2.25rem;right:14%;transform:rotate(-7deg);z-index:2}.hero__photo--m4{top:4.5rem;right:-8%;transform:rotate(8deg);z-index:3}.hero__photo--m2{top:10.5rem;right:2%;transform:rotate(-4deg);z-index:1}.hero__photo--m3,.hero__photo--m7{display:none}.hero__photo--m5{top:27rem;right:6%;transform:rotate(-6deg);z-index:2}.hero__photo--m6{top:34rem;right:-8%;transform:rotate(8deg);z-index:1}.hero__content{position:relative;z-index:4;align-items:flex-start;align-self:center;text-align:left;width:auto;max-width:68%;padding:0 0 0 1.25rem;margin:0}.hero__title{font-size:clamp(22px,7.2vw,30px);line-height:1.2;margin-bottom:.9rem;white-space:normal}.hero__title-line{display:block;white-space:nowrap}.hero__title-line+.hero__title-line:before{content:none}.hero__subtitle{max-width:none;margin:0;padding:0;font-size:13px;font-weight:400;line-height:1.5;letter-spacing:.01em;text-transform:lowercase}.hero__subtitle--desktop{display:none}.hero__subtitle--mobile{display:block}.hero__buttons{display:none}}.carousel-slider{display:flex;align-items:center;justify-content:center;gap:1rem;padding:0 1.5rem;max-width:1280px;margin-inline:auto}.carousel-slider--no-arrows{padding:0 1.5rem}.carousel-slider__arrow{flex-shrink:0;display:grid;place-items:center;width:34px;height:34px;padding:0;border:none;border-radius:5px;background:var(--font-color);color:#5e6c93;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.carousel-slider__arrow-icon{display:block}.carousel-slider__arrow:hover{opacity:.85;transform:scale(1.04)}.carousel-slider__controls{display:none}@media(max-width:510px){.carousel-slider{flex-direction:column;gap:1.25rem}.carousel-slider>.carousel-slider__arrow{display:none}.carousel-slider__controls{display:flex;justify-content:center;gap:1rem;width:100%}.carousel-slider__controls .carousel-slider__arrow{width:40px;height:40px}}.review-card{box-sizing:border-box;width:599px;max-width:100%;min-height:var(--review-card-min-height, 281px);border-radius:6.86px;padding:32.92px 95.11px 32.92px 43.89px;background:var(--font-color);display:flex;flex-direction:column;gap:.75rem;font-family:Montserrat,sans-serif}.review-card__eyebrow{font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:1.25;letter-spacing:.2px;color:#2a2a2a;margin:0}.review-card__stars{display:flex;gap:2px}.review-card__star{color:#2a2a2a33;font-size:.85rem}.review-card__star--filled{color:#2a2a2a}.review-card__text{margin:0;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:.2px;color:#2a2a2a;flex:1}.review-card__footer{display:flex;flex-direction:column;gap:.2rem}.review-card__name{font-family:Montserrat,sans-serif;font-weight:700;font-size:12px;line-height:1.3;color:#2a2a2a;font-style:normal}.review-card__meta{font-family:Montserrat,sans-serif;font-weight:400;font-size:11px;line-height:1.3;color:#2a2a2aa6}@media(max-width:768px){.review-card{width:100%;padding:1.75rem 1.5rem;min-height:var(--review-card-min-height, auto)}}.reviews{position:relative;min-height:clamp(420px,55vw,620px);overflow:hidden;margin-top:100px}.reviews__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/reviewsBg.webp) center / cover no-repeat}.reviews__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#090a171a,#090a1759)}.reviews__panel{position:absolute;left:64px;bottom:64px;z-index:1}.reviews__measure{position:absolute;left:0;top:0;width:100%;height:0;overflow:hidden;visibility:hidden;pointer-events:none;z-index:-1}.reviews__carousel{max-width:none;margin:0;padding:0;justify-content:flex-start;align-items:center;gap:.75rem}.reviews__dots{display:flex;justify-content:center;align-items:center;gap:6px;padding:1.75rem 1rem;background:transparent}.reviews__dot{width:10.78px;height:10.78px;padding:0;border:none;border-radius:50%;background:#f4ede4;opacity:.35;cursor:pointer;transition:opacity .25s ease,transform .25s ease}.reviews__dot:hover{opacity:.6}.reviews__dot--active{opacity:1}@media(max-width:768px){.reviews{min-height:520px;display:flex;flex-direction:column;justify-content:flex-end}.reviews__panel{position:relative;left:auto;bottom:auto;padding:1.5rem;width:100%}.reviews__carousel{flex-direction:column;align-items:stretch}.reviews__measure{padding:0 1.5rem}}.tour-search{width:100%;max-width:1280px;margin:0 auto 3rem;padding:0 1.5rem}.tour-search__bar{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;width:100%;max-width:1136px;min-height:72px;margin:0 auto;padding:.75rem;border-radius:10px;background:var(--font-color)}.tour-search__filters{display:flex;align-items:center;gap:.65rem;margin-right:auto;min-width:0}.tour-search__field{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.tour-search__label{font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;letter-spacing:.3px;color:#5e6c93;white-space:nowrap}.tour-search__select{height:44px;padding:0 2rem 0 1rem;border:none;border-radius:999px;background:#5e6c93 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23F4EDE4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right .85rem center;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;letter-spacing:.3px;color:var(--font-color);cursor:pointer}.tour-search__select:focus{outline:2px solid rgba(9,10,23,.2);outline-offset:2px}.tour-search__select option{color:#5e6c93;background:#fff}.tour-search__input-wrap{display:flex;align-items:center;gap:.5rem;flex-shrink:0;width:168px;height:44px;padding:0 .85rem;border-radius:999px;background:#5e6c93}.tour-search__input{flex:1;min-width:0;border:none;background:transparent;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;letter-spacing:.4px;color:var(--font-color)}.tour-search__input::placeholder{color:var(--font-color)}.tour-search__input:focus{outline:none}.tour-search__icon{display:grid;place-items:center;flex-shrink:0;color:var(--font-color)}.tour-search__filter{display:none;position:relative;flex-shrink:0}.tour-search__filter-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer}.tour-search__panel{position:absolute;top:calc(100% + .6rem);right:0;z-index:20;display:flex;flex-direction:column;gap:1rem;width:240px;padding:1.1rem;border-radius:12px;background:var(--font-color);box-shadow:0 16px 40px #0a254038}.tour-search__panel .tour-search__field{flex-direction:column;align-items:stretch;gap:.45rem}.tour-search__panel .tour-search__label{font-size:15px;font-weight:600;color:#3d4559}.tour-search__panel .tour-search__select{flex:none;width:100%;height:48px;font-size:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.tour-search__bar{gap:.5rem;padding:.65rem}.tour-search__label{font-size:13px}.tour-search__select{padding:0 1.8rem 0 .8rem;font-size:12px}.tour-search__input-wrap{width:150px}}@media(max-width:768px){.tour-search__bar{flex-wrap:nowrap;justify-content:space-between;gap:.75rem;min-height:0;padding:0;border-radius:0;background:transparent}.tour-search__filters{display:none}.tour-search__input-wrap{flex:1;width:auto;height:56px;padding:0 1.3rem;background:var(--font-color)}.tour-search__input{font-size:17px;color:#3d4559}.tour-search__input::placeholder{color:#8b93b0}.tour-search__icon{color:#8b93b0}.tour-search__filter{display:block}.tour-search__filter-toggle{width:56px;height:56px;border-radius:50%;background:var(--font-color);color:#8b93b0;transition:opacity .2s ease,background .2s ease}.tour-search__filter-toggle svg{width:28px;height:28px}.tour-search__filter-toggle:hover{opacity:.92}.tour-search__filter-toggle--active{background:#8b93b0;color:var(--font-color)}.tour-search__filter-dot{position:absolute;top:13px;right:13px;width:8px;height:8px;border-radius:50%;background:#3d4559}.tour-search__filter-toggle--active .tour-search__filter-dot{background:var(--font-color)}}.marquee-strip{width:100%;min-height:31px;overflow:hidden;padding:10px;background:transparent;display:flex;align-items:center}.marquee-strip__track{display:flex;width:max-content;animation:marquee-strip-scroll 28s linear infinite}.marquee-strip--paused .marquee-strip__track{animation-play-state:paused}.marquee-strip__group{display:flex;align-items:center;flex-shrink:0}.marquee-strip__item{font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.5px;text-align:center;color:#abb2c6;white-space:nowrap;text-transform:uppercase}@keyframes marquee-strip-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.boat-card{--card-media-inset: 1rem;--card-text-inset-y: 1.6rem;position:relative;width:100%;max-width:1136px;height:232px;border-radius:10px;background:var(--font-color);padding:0 0 2.5rem 1.5rem}.boat-card__content{position:absolute;top:var(--card-text-inset-y);right:var(--card-media-inset);left:1.5rem;bottom:var(--card-text-inset-y);display:flex;align-items:stretch;justify-content:space-between;gap:1.5rem;padding-right:40%}.boat-card__info{flex:1;min-width:0;height:100%;max-height:100%;text-align:left;display:flex;flex-direction:column;overflow:hidden}.boat-card__name{font-family:Montserrat,sans-serif;font-weight:700;font-size:22px;line-height:1.2;letter-spacing:.4px;color:#3d4559;margin:0 0 .35rem;flex-shrink:0}.boat-card__meta{font-family:Montserrat,sans-serif;font-weight:500;font-size:13px;line-height:1.3;letter-spacing:.4px;color:#3d4559;opacity:.75;margin-bottom:.35rem;flex-shrink:0}.boat-card__price{font-family:Montserrat,sans-serif;font-weight:800;font-size:18px;line-height:1.1;letter-spacing:.4px;color:#3d4559;margin-bottom:.35rem;flex-shrink:0}.boat-card__text-block{margin-top:auto;min-height:0;flex-shrink:1;overflow:hidden;max-width:340px}.boat-card__description{font-family:Montserrat,sans-serif;font-weight:400;font-size:13px;line-height:18px;letter-spacing:.4px;color:#3d4559;opacity:.85;text-align:justify}.boat-card__note{font-family:Montserrat,sans-serif;font-weight:600;font-size:12px;line-height:1.3;letter-spacing:.4px;color:#3d4559;opacity:.65;margin-top:.5rem;font-style:italic}.boat-card__image-wrap{position:absolute;top:var(--card-media-inset);right:var(--card-media-inset);bottom:var(--card-media-inset);display:block;width:max-content;max-width:40%;pointer-events:none}.boat-card__image{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;object-position:right center;border-radius:8px}.boat-card__book{position:absolute;bottom:var(--card-media-inset);left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;width:108px;min-height:40px;padding:10px;gap:10px;border:none;border-radius:5px;background:#5e6c93;color:var(--font-color);font-family:Montserrat,sans-serif;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.4px;text-decoration:none;white-space:nowrap;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.boat-card__book:hover{opacity:.9;transform:translate(-50%) translateY(-1px)}@media(max-width:1050px){.boat-card{display:flex;flex-direction:column;height:auto;min-height:0;width:100%;max-width:360px;padding:1.75rem .9rem}.boat-card__content{order:1;position:static;flex-direction:column;padding-right:0}.boat-card__info{height:auto;max-height:none;overflow:visible}.boat-card__text-block{margin-top:.75rem;overflow:visible}.boat-card__book{order:3;position:static;transform:none;align-self:center;margin:1.25rem 0 .5rem}.boat-card__book:hover{transform:translateY(-1px)}.boat-card__image-wrap{order:2;position:static;display:flex;justify-content:center;width:100%;max-width:100%;margin-top:2.75rem}.boat-card__image{width:100%;height:auto;max-height:none}}.tours-section__marquee{margin-bottom:5rem}.tours-section+.tours-section{margin-top:5rem}.tours-section__empty{width:100%;max-width:1136px;margin:0 auto;padding:2rem 1.5rem;font-family:Montserrat,sans-serif;font-size:15px;letter-spacing:.4px;color:var(--font-color);opacity:.65;text-align:center}.tours-section__footnote{width:100%;max-width:1136px;margin:.85rem auto 0;padding:0 1.5rem;font-family:Montserrat,sans-serif;font-size:16px;font-style:italic;letter-spacing:.6px;text-transform:uppercase;color:var(--font-color);opacity:.7;text-align:center}.tours{background:transparent;padding:4rem 0 10rem;overflow:hidden}.tours__empty{width:100%;max-width:1136px;margin:0 auto;padding:2rem 1.5rem;font-family:Montserrat,sans-serif;font-size:15px;letter-spacing:.4px;color:var(--font-color);opacity:.65;text-align:center}.destinations{padding:2rem 1.5rem 3rem;background:transparent}.destinations__inner{max-width:1136px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;text-align:center}.destinations__title{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(28px,4vw,44px);line-height:1.1;letter-spacing:0;color:var(--font-color);margin:0 0 2rem}.destinations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%}.destinations__card{padding:1.5rem;border-radius:10px;background:var(--font-color);text-align:left}.destinations__name{font-family:Montserrat,sans-serif;font-weight:700;font-size:22px;line-height:1.2;letter-spacing:.4px;color:#3d4559;margin:0 0 .75rem}.destinations__text{font-family:Montserrat,sans-serif;font-weight:400;font-size:13px;line-height:1.4;letter-spacing:.3px;color:#3d4559;opacity:.85;margin:0;text-align:justify}.destinations__map{margin:2.5rem 0 0;width:100%;display:flex;justify-content:center}.destinations__map img{width:100%;max-width:1136px;height:auto;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 9%,#000 91%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 9%,#000 91%,transparent 100%);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent 0,#000 9%,#000 91%,transparent 100%),linear-gradient(to bottom,transparent 0,#000 9%,#000 91%,transparent 100%);mask-composite:intersect}@media(max-width:1050px){.destinations__grid{grid-template-columns:1fr;max-width:480px}.destinations__map{max-width:480px}}.footer{background:transparent;padding:60px}.footer__card{width:min(1180px,100%);margin-inline:auto;background:var(--color-sand);color:#2a2a2a;border-radius:28px;padding:clamp(2.5rem,5vw,4rem) clamp(3rem,8vw,7rem)}.footer__main{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,6vw,6rem);align-items:stretch}.footer__left{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(3rem,8vw,6rem);min-height:100%}.footer__tagline{font-family:Montserrat,sans-serif;font-weight:500;font-style:italic;font-size:12.4px;line-height:15.5px;letter-spacing:.39px;color:#8b93b0;border-bottom:1px solid rgba(94,108,147,.25);padding-bottom:.9rem;max-width:460px}.footer__brand-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap;width:100%;max-width:460px}.footer__brand{display:inline-flex;align-items:center;gap:.65rem;color:#5e6c93}.footer__brand-logo{display:block;width:76px;height:56px;background-color:currentColor;mask-image:url(/images/IVAN%20DOLAC%20LOGO.svg);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url(/images/IVAN%20DOLAC%20LOGO.svg);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.footer__contact{display:flex;align-items:center;flex-shrink:0;gap:clamp(1rem,3vw,2rem);font-family:Montserrat,sans-serif;font-weight:500;font-size:12.4px;line-height:15.5px;letter-spacing:.39px;color:#5e6c93;white-space:nowrap}.footer__contact a{transition:opacity var(--transition)}.footer__contact a:hover{opacity:.6}.footer__menus{display:flex;justify-content:flex-end;align-items:stretch}.footer__col{display:flex;flex-direction:column;height:100%}.footer__col-title{font-family:Montserrat,sans-serif;font-weight:700;font-size:12.4px;line-height:15.5px;letter-spacing:.39px;color:#5e6c93;margin-bottom:1.1rem}.footer__col ul{list-style:none;display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:.3rem}.footer__col a{font-family:Montserrat,sans-serif;font-weight:500;font-size:12.4px;line-height:15.5px;letter-spacing:.39px;color:#8b93b0;transition:color var(--transition),opacity var(--transition)}.footer__col a:hover{opacity:.55}@media(max-width:768px){.footer{padding:32px 20px}.footer__card{padding:2.5rem 1.9rem}.footer__main{display:flex;flex-direction:column;gap:2.5rem}.footer__left,.footer__brand-row{display:contents}.footer__brand{display:none}.footer__tagline{order:1;max-width:none;margin-bottom:.5rem}.footer__menus{order:2;justify-content:flex-start}.footer__contact{order:3;flex-wrap:wrap;white-space:normal}}
