/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:hsla(0,0%,100%,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color);position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp,.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__bg,.pswp__container,.pswp__content,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__button,.pswp__container,.pswp__counter,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:active,.pswp__button:focus,.pswp__button:hover{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary);position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}.pswp__img--with-bg,div.pswp__img--placeholder{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.pswp__counter{height:30px;margin-top:15px;-webkit-margin-start:20px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}:root{--primary-color:var(--cya-ocean-700);--secondary-color:var(--cya-ocean-500);--accent-color:var(--cya-gold-500);--text-dark:var(--cya-slate-900);--text-light:var(--cya-slate-600);--bg-light:var(--cya-slate-50);--border-color:var(--cya-slate-300);--shadow-sm:0 1px 3px rgba(15,23,42,.1),0 1px 2px rgba(15,23,42,.06);--shadow-md:0 4px 10px rgba(15,23,42,.08),0 2px 4px rgba(15,23,42,.05);--shadow-lg:0 12px 24px rgba(15,23,42,.1),0 4px 8px rgba(15,23,42,.05);--shadow-xl:0 24px 40px rgba(15,23,42,.14)}html{scroll-behavior:smooth}::selection{background:var(--primary-color);color:#fff}.yacht-brochure{font-family:var(--font-ui),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text-dark);background:#fff;line-height:1.6}.yacht-brochure .accommodation-value,.yacht-brochure .crew-description h3,.yacht-brochure .crew-info h4,.yacht-brochure .menu-general-card h3,.yacht-brochure .rate-price,.yacht-brochure .rate-season,.yacht-brochure .section-title,.yacht-brochure .spec-value,.yacht-brochure .yacht-title{font-family:var(--font-display);letter-spacing:.005em}.yacht-brochure .hero-gallery{position:relative;height:70vh;min-height:500px;max-height:800px;overflow:hidden;border-radius:0 0 24px 24px;margin-bottom:2rem}.yacht-brochure .video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.yacht-brochure .video-card{background:var(--bg-light);border-radius:12px;overflow:hidden;transition:all .3s ease}.yacht-brochure .video-card:hover{box-shadow:var(--shadow-lg)}.yacht-brochure .video-wrapper{position:relative;padding-bottom:56.25%;background:#000}.yacht-brochure .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.yacht-brochure .video-title{padding:1rem 1.5rem;font-weight:600;color:var(--text-dark)}.yacht-brochure .hero-gallery:after{content:"";position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(0deg,rgba(10,37,64,.55),transparent);pointer-events:none;z-index:1}.yacht-brochure .gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);grid-gap:8px;gap:8px;height:100%;padding:0}.yacht-brochure .gallery-item{position:relative;overflow:hidden;background:#f0f0f0;cursor:pointer;transition:all .3s ease}.yacht-brochure .gallery-item:first-child{grid-column:1/3;grid-row:1/3}.yacht-brochure .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.yacht-brochure .gallery-item:hover img{transform:scale(1.05)}.yacht-brochure .view-all-badge{position:absolute;bottom:20px;right:20px;background:hsla(0,0%,100%,.95);padding:12px 24px;border-radius:50px;font-weight:600;color:var(--text-dark);text-decoration:none;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;cursor:pointer;transition:all .3s ease}.yacht-brochure .view-all-badge:hover{background:#fff;color:var(--text-dark);text-decoration:none;transform:translateY(-2px);box-shadow:var(--shadow-xl)}.yacht-brochure .yacht-header{max-width:1400px;margin:0 auto;padding:0 1.5rem 3rem}.yacht-brochure .yacht-title-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.yacht-brochure .yacht-title{font-size:3rem;font-weight:700;color:var(--text-dark);margin:0;line-height:1.2}.yacht-brochure .yacht-subtitle{font-size:1.25rem;color:var(--text-light);margin-top:.5rem}.yacht-brochure .quick-specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:3rem}.yacht-brochure .spec-item{background:var(--bg-light);padding:1.25rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid var(--border-color)}.yacht-brochure .spec-item:hover{background:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.yacht-brochure .spec-icon{width:40px;height:40px;margin:0 auto .75rem;opacity:.8}.yacht-brochure .spec-label{font-size:.75rem;text-transform:uppercase;color:var(--text-light);letter-spacing:.5px;margin-bottom:.25rem}.yacht-brochure .spec-value{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.yacht-brochure .yacht-nav{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:100;margin-bottom:2rem;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.yacht-brochure .yacht-nav-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem}.yacht-brochure .nav-tabs-modern{display:flex;gap:.5rem;border:none;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;justify-content:space-around;list-style:none;margin:0;padding:0}.yacht-brochure .nav-tabs-modern::-webkit-scrollbar{display:none}.yacht-brochure .nav-tabs-modern .nav-link{padding:6px 11px;border:none;background:#57c4f7;color:#00204f;font-weight:500;white-space:nowrap;position:relative;transition:all .3s ease;border-top-left-radius:10px;border-top-right-radius:10px;height:100%;cursor:pointer;display:inline-flex;align-items:center}.yacht-brochure .nav-tabs-modern .nav-link:hover{color:var(--primary-color);background:var(--bg-light)}.yacht-brochure .nav-tabs-modern .nav-link.active{color:#fff;background:#3788ad}.yacht-brochure .nav-tabs-modern .nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--primary-color)}.yacht-brochure .nav-tabs-modern .nav-link i{font-size:1.25rem;margin-right:.5rem;vertical-align:middle}.yacht-brochure .content-wrapper{max-width:1400px;margin:0 auto;padding:0 1.5rem}.yacht-brochure .section-card{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:2rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.yacht-brochure .section-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark);display:flex;align-items:center;gap:.75rem}.yacht-brochure .section-title i{color:var(--primary-color)}.yacht-brochure .accommodation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.yacht-brochure .accommodation-item{background:var(--bg-light);padding:1.5rem;border-radius:12px;text-align:center;transition:all .3s ease}.yacht-brochure .accommodation-item:hover{background:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.yacht-brochure .accommodation-label{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.yacht-brochure .accommodation-value{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.yacht-brochure .photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.yacht-brochure .photo-item{position:relative;aspect-ratio:4/3;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s ease}.yacht-brochure .photo-item:hover{transform:scale(1.02);box-shadow:var(--shadow-lg)}.yacht-brochure .photo-item img{width:100%;height:100%;object-fit:cover}.yacht-brochure .photo-item .photo-caption{position:absolute;left:0;right:0;bottom:0;padding:8px 10px;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent);color:#fff;font-size:.8rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.yacht-brochure .photo-item .photo-caption:empty{display:none}.yacht-brochure .features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:1rem;gap:1rem}.yacht-brochure .feature-badge{background:var(--bg-light);padding:1rem;border-radius:10px;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;border:1px solid var(--border-color)}.yacht-brochure .feature-badge:hover{background:#fff;border-color:var(--primary-color);transform:translateX(4px)}.yacht-brochure .feature-badge i{color:var(--primary-color);font-size:1.5rem}.yacht-brochure .feature-name{font-weight:600;color:var(--text-dark);flex:1 1}.yacht-brochure .feature-quantity{background:var(--primary-color);color:#fff;padding:.25rem .5rem;border-radius:20px;font-size:.75rem;font-weight:600}.yacht-brochure .spec-detail-card{background:var(--bg-light);padding:1.25rem;border-radius:10px;height:100%;transition:all .3s ease;border:1px solid var(--border-color)}.yacht-brochure .spec-detail-card:hover{background:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.yacht-brochure .spec-detail-label{font-size:.75rem;text-transform:uppercase;color:var(--text-light);letter-spacing:.5px;margin-bottom:.5rem;font-weight:600}.yacht-brochure .spec-detail-value{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0}.yacht-brochure .spec-detail-card-clickable{position:relative}.yacht-brochure .spec-detail-card-clickable:hover{background:#fff;border-color:var(--primary-color);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.yacht-brochure .info-icon{color:var(--primary-color);font-size:1rem;vertical-align:middle;margin-left:.25rem;animation:pulse 2s infinite}.yacht-brochure .spec-detail-hint{font-size:.75rem;color:var(--primary-color);margin-top:.5rem;opacity:0;transition:opacity .3s ease;display:flex;align-items:center;gap:.25rem}.yacht-brochure .spec-detail-card-clickable:hover .spec-detail-hint{opacity:1}.yacht-brochure .spec-detail-hint i{font-size:.875rem}.yacht-brochure .reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.yacht-brochure .review-card{background:var(--bg-light);border-radius:16px;overflow:hidden;transition:all .3s ease;border:1px solid var(--border-color)}.yacht-brochure .review-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.yacht-brochure .review-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.5rem;gap:.5rem;padding:1rem;background:#fff}.yacht-brochure .review-image{width:100%;height:200px;object-fit:cover;border-radius:8px;cursor:pointer;transition:opacity .2s}.yacht-brochure .review-image:hover{opacity:.85}.yacht-brochure .review-content{padding:1.5rem}.yacht-brochure .review-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.yacht-brochure .review-text{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.yacht-brochure .review-date{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.875rem}.yacht-brochure .review-date i{color:var(--primary-color)}.yacht-brochure .crew-header{display:flex;gap:3rem;margin-bottom:3rem;flex-direction:column}.yacht-brochure .crew-image-wrapper{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg)}.yacht-brochure .crew-image-wrapper img{width:100%;height:100%;object-fit:cover}.yacht-brochure .crew-description{display:flex;flex-direction:column;justify-content:center}.yacht-brochure .crew-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem}.yacht-brochure .crew-card{background:var(--bg-light);border-radius:16px;padding:2rem;display:flex;gap:1.5rem;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer}.yacht-brochure .crew-card:hover{background:#fff;box-shadow:var(--shadow-md);transform:translateY(-2px)}.yacht-brochure .crew-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;font-weight:600;opacity:0;transition:opacity .3s ease}.yacht-brochure .crew-card:hover .crew-card-overlay{opacity:1}.yacht-brochure .crew-card-overlay i{font-size:1.5rem;margin-right:.5rem}.yacht-brochure .crew-avatar{object-fit:cover}.yacht-brochure .crew-avatar,.yacht-brochure .crew-avatar-placeholder{width:120px;height:120px;border-radius:50%;border:4px solid #fff;box-shadow:var(--shadow-md);flex-shrink:0}.yacht-brochure .crew-avatar-placeholder{background:var(--border-color);display:flex;align-items:center;justify-content:center}.yacht-brochure .crew-avatar-placeholder i{font-size:3rem;color:var(--text-light)}.yacht-brochure .crew-info h4{font-size:1.25rem;margin-bottom:.5rem;color:var(--text-dark)}.yacht-brochure .crew-position{color:var(--primary-color);font-weight:600;margin-bottom:1rem}.yacht-brochure .crew-detail{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.yacht-brochure .crew-detail strong{color:var(--text-dark)}.yacht-brochure .menu-general-card{background:var(--bg-light);border-radius:16px;padding:2rem;transition:all .3s ease;border:1px solid var(--border-color);cursor:pointer}.yacht-brochure .menu-general-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.yacht-brochure .menu-image-wrapper{position:relative;border-radius:12px;overflow:hidden;height:250px}.yacht-brochure .menu-image-wrapper img{width:100%;height:100%;object-fit:cover}.yacht-brochure .menu-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;font-weight:600;opacity:0;transition:opacity .3s ease}.yacht-brochure .menu-general-card:hover .menu-overlay{opacity:1}.yacht-brochure .menu-overlay i{font-size:1.5rem;margin-right:.5rem}.yacht-brochure .menu-excerpt{color:var(--text-light);line-height:1.8;margin-top:1rem}.yacht-brochure .menu-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.yacht-brochure .menu-detail-card{background:#fff;border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid var(--border-color);cursor:pointer}.yacht-brochure .menu-detail-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.yacht-brochure .menu-detail-image{position:relative;height:250px;overflow:hidden}.yacht-brochure .menu-detail-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.yacht-brochure .menu-detail-card:hover .menu-detail-image img{transform:scale(1.05)}.yacht-brochure .menu-detail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem;font-weight:600;opacity:0;transition:opacity .3s ease}.yacht-brochure .menu-detail-card:hover .menu-detail-overlay{opacity:1}.yacht-brochure .menu-detail-overlay i{font-size:1.5rem;margin-right:.5rem}.yacht-brochure .menu-detail-info{padding:1.5rem}.yacht-brochure .menu-category-badge{display:inline-block;background:var(--primary-color);color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.yacht-brochure .menu-detail-info h4{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0}.yacht-brochure .rate-card{background:linear-gradient(135deg,var(--bg-light) 0,#fff 100%);border-radius:16px;padding:2rem;margin-bottom:1.5rem;border:1px solid var(--border-color);transition:all .3s ease}.yacht-brochure .rate-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.yacht-brochure .rate-header{border-bottom:2px solid var(--border-color);padding-bottom:1rem;margin-bottom:1.5rem}.yacht-brochure .rate-season{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.yacht-brochure .rate-dates{color:var(--text-light);font-size:.875rem}.yacht-brochure .rate-locations{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.yacht-brochure .location-tag{background:var(--primary-color);color:#fff;padding:.375rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.yacht-brochure .rate-details{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.yacht-brochure .rate-section--full{grid-column:1/-1}.yacht-brochure .rate-section h5{color:var(--text-light);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.yacht-brochure .rate-price{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.yacht-brochure .rate-info-item{margin-bottom:.75rem;color:var(--text-dark);font-size:.9375rem}.yacht-brochure .rate-info-item strong{color:var(--text-light);font-weight:500}.yacht-brochure .rate-pax-table{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid var(--border-color)}.yacht-brochure .rate-pax-table h5{color:var(--text-light);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.yacht-brochure .rate-pax-table table{border-collapse:separate;border-spacing:0;width:100%}.yacht-brochure .rate-pax-table thead th{background:var(--primary-color);color:#fff;font-size:.8rem;font-weight:600;text-align:center;padding:.5rem .75rem;white-space:nowrap;border:none}.yacht-brochure .rate-pax-table thead th:first-child{border-radius:8px 0 0 0}.yacht-brochure .rate-pax-table thead th:last-child{border-radius:0 8px 0 0}.yacht-brochure .rate-pax-table tbody td{text-align:center;font-weight:600;color:var(--primary-color);padding:.625rem .75rem;font-size:.9rem;background:var(--bg-light);border:none;border-bottom:1px solid var(--border-color)}.yacht-brochure .rate-pax-table tbody td:first-child{border-radius:0 0 0 8px}.yacht-brochure .rate-pax-table tbody td:last-child{border-radius:0 0 8px 0}.yacht-brochure .calendar-wrapper{background:#fff;border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}.yacht-brochure .custom-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:1px;gap:1px}.yacht-brochure .custom-cal-day{aspect-ratio:1;text-align:center;font-size:.75rem;cursor:default;border:1px solid #eee;display:flex;align-items:center;justify-content:center;border-radius:2px;font-weight:500;transition:opacity .15s}.yacht-brochure .custom-cal-day.empty{border:none}.yacht-brochure .custom-cal-day.custom-cal-header{font-weight:600;font-size:.65rem;color:#888;background:#f8f9fa;border:none;aspect-ratio:auto;padding:3px 0}.yacht-brochure .custom-cal-day.has-booking{cursor:pointer;font-weight:700}.yacht-brochure .custom-cal-day.has-booking:hover{opacity:.8;box-shadow:0 0 0 2px rgba(0,0,0,.25);z-index:1}.yacht-brochure .custom-cal-day.overlap{text-shadow:0 0 3px rgba(0,0,0,.4)}.yacht-brochure .custom-cal-day.today{box-shadow:inset 0 0 0 2px #0d6efd}.yacht-brochure .custom-cal-day.today.has-booking:hover{box-shadow:inset 0 0 0 2px #0d6efd,0 0 0 2px rgba(0,0,0,.25)}.yacht-brochure .booking-item-card{border-left:4px solid var(--border-color);margin-bottom:.5rem;transition:all .2s ease}.yacht-brochure .booking-item-card:hover{border-left-color:var(--secondary-color);background:var(--bg-light)}.yacht-brochure .cal-view-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.yacht-brochure .cal-view-tab{padding:.5rem 1.25rem;border:1px solid var(--border-color);background:#fff;border-radius:8px;font-weight:600;cursor:pointer;color:var(--text-light);transition:all .2s ease}.yacht-brochure .cal-view-tab.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.yacht-brochure .cal-legend{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;font-size:.8rem;color:var(--text-light)}.yacht-brochure .cal-legend span{display:inline-flex;align-items:center;gap:.4rem}.yacht-brochure .cal-legend i{width:14px;height:14px;border-radius:3px;display:inline-block}.yacht-brochure .accomodatetion-extra-open-text{line-height:1.8;color:var(--text-dark)}.yacht-brochure .accomodatetion-extra-open-text h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-dark)}@media(max-width:1024px){.yacht-brochure .yacht-title{font-size:2.5rem}.yacht-brochure .crew-header,.yacht-brochure .rate-details{grid-template-columns:1fr}}@media(max-width:768px){.yacht-brochure .hero-gallery{height:50vh;min-height:400px;border-radius:0}.yacht-brochure .gallery-grid{grid-template-columns:1fr 1fr;gap:4px}.yacht-brochure .gallery-item:first-child{grid-column:1/3;grid-row:1/2}.yacht-brochure .yacht-title{font-size:2rem}.yacht-brochure .quick-specs{grid-template-columns:repeat(2,1fr)}.yacht-brochure .section-card{padding:1.5rem}.yacht-brochure .photo-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.yacht-brochure .crew-grid{grid-template-columns:1fr}.yacht-brochure .crew-card{flex-direction:column;align-items:center;text-align:center}.yacht-brochure .menu-details-grid,.yacht-brochure .review-images,.yacht-brochure .reviews-grid{grid-template-columns:1fr}}@media(max-width:480px){.yacht-brochure .yacht-title{font-size:1.75rem}.yacht-brochure .quick-specs{grid-template-columns:1fr}.yacht-brochure .nav-tabs-modern .nav-link{padding:.75rem 1rem;font-size:.875rem}.yacht-brochure .nav-tabs-modern .nav-link i{display:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.cal-tooltip{position:fixed;z-index:100000;background:rgba(17,24,39,.95);color:#fff;padding:8px 12px;border-radius:8px;font-size:.8rem;line-height:1.5;pointer-events:none;max-width:260px;box-shadow:0 10px 25px -5px rgba(0,0,0,.4);transform:translate(-50%,-100%)}.cal-tooltip hr{margin:4px 0;border-color:hsla(0,0%,100%,.25)}.yb-modal-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto}.yb-modal{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl)}.yb-modal.yb-modal-xl{max-width:1140px}.yb-modal-header{background:linear-gradient(135deg,#fff,#f0f4ff);border-radius:16px 16px 0 0;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:none}.yb-modal-title{font-weight:700;font-size:1.5rem;color:var(--text-dark);display:flex;align-items:center;gap:.5rem;margin:0}.yb-modal-close{background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--text-light)}.yb-modal-close:hover{color:var(--text-dark)}.yb-modal-body{padding:2rem}.crew-modal-avatar{width:280px;height:280px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:var(--shadow-lg);margin:0 auto 2rem;display:block}.crew-modal-info{background:var(--bg-light);padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.crew-modal-info-item{display:flex;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.crew-modal-info-item:last-child{border-bottom:none}.crew-modal-info-label{font-weight:600;color:var(--text-light);min-width:150px}.crew-modal-info-value{color:var(--text-dark)}.crew-modal-description{line-height:1.8;color:var(--text-dark)}.menu-modal-image{width:100%;max-height:500px;object-fit:contain;border-radius:12px;margin-bottom:1.5rem}.menu-modal-description{line-height:1.8;color:var(--text-dark)}.refit-year-badge{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.refit-year-badge i{font-size:1.5rem}.refit-description{background:var(--bg-light);padding:1.5rem;border-radius:12px;border-left:4px solid var(--primary-color)}.refit-description h6{color:var(--primary-color);font-weight:600;display:flex;align-items:center;gap:.5rem}.refit-description p{color:var(--text-dark);line-height:1.8;margin:0}@media(max-width:768px){.crew-modal-info-item{flex-direction:column;gap:.25rem}.crew-modal-info-label{min-width:auto}}.review-lightbox{display:none;position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.85);align-items:center;justify-content:center;cursor:pointer}.review-lightbox.active{display:flex}.review-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 0 30px rgba(0,0,0,.5)}.review-lightbox-close{position:absolute;top:20px;right:30px;color:#fff;font-size:2.5rem;cursor:pointer;line-height:1;font-weight:300}