.maple-leaf-yacht-gallery{scrollbar-width:thin;scrollbar-color:var(--maple-leaf-red)var(--maple-leaf-gray-100);height:calc(100vh - 120px);overflow:hidden auto}.maple-leaf-yacht-gallery::-webkit-scrollbar{width:8px}.maple-leaf-yacht-gallery::-webkit-scrollbar-track{background:var(--maple-leaf-gray-100);border-radius:4px}.maple-leaf-yacht-gallery::-webkit-scrollbar-thumb{background:var(--maple-leaf-red);border-radius:4px}.maple-leaf-yacht-gallery::-webkit-scrollbar-thumb:hover{background:#a51b21}.maple-leaf-yacht-gallery__grid{flex-direction:column;gap:16px;display:flex}.maple-leaf-yacht-gallery__row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.maple-leaf-yacht-gallery__item{background:var(--maple-leaf-gray-100);cursor:pointer;border:none;border-radius:12px;padding:0;transition:transform .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.maple-leaf-yacht-gallery__item:hover{transform:scale(1.02)}.maple-leaf-yacht-gallery__item:hover .maple-leaf-yacht-gallery__overlay{opacity:1}.maple-leaf-yacht-gallery__item--full{aspect-ratio:16/9;width:100%}.maple-leaf-yacht-gallery__item--square{aspect-ratio:1;width:100%}.maple-leaf-yacht-gallery__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.maple-leaf-yacht-gallery__item:hover .maple-leaf-yacht-gallery__image{transform:scale(1.08)}.maple-leaf-yacht-gallery__overlay{opacity:0;background:linear-gradient(135deg,#c52127b3 0%,#2c2c2ccc 100%);justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.maple-leaf-yacht-gallery__overlay svg{color:var(--maple-leaf-white)}.maple-leaf-yacht-gallery--empty{background:var(--maple-leaf-gray-50);border:2px dashed var(--maple-leaf-gray-300);border-radius:12px;justify-content:center;align-items:center;min-height:400px;display:flex}.maple-leaf-yacht-gallery__placeholder{height:100%;color:var(--maple-leaf-gray-500);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.maple-leaf-yacht-gallery__placeholder svg{opacity:.5}.maple-leaf-yacht-gallery__placeholder p{margin:0;font-size:1rem}.maple-leaf-yacht-gallery-lightbox{z-index:10000;background:#000000f2;justify-content:center;align-items:center;animation:.3s mapleLeafLightboxFadeIn;display:flex;position:fixed;inset:0}@keyframes mapleLeafLightboxFadeIn{0%{opacity:0}to{opacity:1}}.maple-leaf-yacht-gallery-lightbox__content{justify-content:center;align-items:center;width:100%;height:100%;padding:80px 40px;display:flex;position:relative}.maple-leaf-yacht-gallery-lightbox__close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:56px;height:56px;color:var(--maple-leaf-white);cursor:pointer;z-index:10001;background:#c52127e6;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;top:24px;right:24px}.maple-leaf-yacht-gallery-lightbox__close:hover{background:var(--maple-leaf-red);border-color:var(--maple-leaf-white);transform:rotate(90deg)}.maple-leaf-yacht-gallery-lightbox__counter{background:var(--maple-leaf-charcoal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--maple-leaf-white);letter-spacing:1px;z-index:10001;border:2px solid #c521274d;border-radius:30px;padding:12px 28px;font-size:1rem;font-weight:600;position:fixed;top:24px;left:50%;transform:translate(-50%)}.maple-leaf-yacht-gallery-lightbox__image{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 20px 60px #00000080}.maple-leaf-yacht-gallery-lightbox__nav{background:var(--maple-leaf-charcoal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:64px;height:64px;color:var(--maple-leaf-white);cursor:pointer;z-index:10001;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.maple-leaf-yacht-gallery-lightbox__nav:hover{background:var(--maple-leaf-red);border-color:var(--maple-leaf-red);transform:translateY(-50%)scale(1.1)}.maple-leaf-yacht-gallery-lightbox__nav--prev{left:40px}.maple-leaf-yacht-gallery-lightbox__nav--next{right:40px}@media (max-width:1024px){.maple-leaf-yacht-gallery{height:100%;max-height:none;position:relative;top:0}.maple-leaf-yacht-gallery__grid,.maple-leaf-yacht-gallery__row{gap:12px}}@media (max-width:768px){.maple-leaf-yacht-gallery__grid,.maple-leaf-yacht-gallery__row{gap:8px}.maple-leaf-yacht-gallery-lightbox__content{padding:60px 20px;padding-top:calc(60px + env(safe-area-inset-top,0px))}.maple-leaf-yacht-gallery-lightbox__close{top:calc(16px + env(safe-area-inset-top,0px));width:48px;height:48px;right:16px}.maple-leaf-yacht-gallery-lightbox__counter{top:calc(16px + env(safe-area-inset-top,0px));padding:8px 16px;font-size:.875rem}.maple-leaf-yacht-gallery-lightbox__nav{width:48px;height:48px}.maple-leaf-yacht-gallery-lightbox__nav--prev{left:16px}.maple-leaf-yacht-gallery-lightbox__nav--next{right:16px}}@media (max-width:480px){.maple-leaf-yacht-gallery-lightbox__nav{width:40px;height:40px}.maple-leaf-yacht-gallery-lightbox__nav svg{width:24px;height:24px}}
.maple-leaf-mobile-gallery-sheet{background:var(--maple-leaf-white);z-index:100;will-change:height;border-radius:24px 24px 0 0;flex-direction:column;transition:height .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 30px #0003}.maple-leaf-mobile-gallery-sheet--dragging{transition:none}.maple-leaf-mobile-gallery-sheet__handle{cursor:grab;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;touch-action:none;padding:16px 20px}.maple-leaf-mobile-gallery-sheet__handle:active{cursor:grabbing}.maple-leaf-mobile-gallery-sheet__handle-bar{background:var(--maple-leaf-gray-300);border-radius:100px;width:48px;height:4px;margin:0 auto 12px;transition:background .3s}.maple-leaf-mobile-gallery-sheet__handle:active .maple-leaf-mobile-gallery-sheet__handle-bar{background:var(--maple-leaf-red)}.maple-leaf-mobile-gallery-sheet__handle-title{text-align:center;font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);font-size:1.125rem;font-weight:600}.maple-leaf-mobile-gallery-sheet__content{flex:1;padding:0 20px 20px;overflow:hidden}.maple-leaf-mobile-gallery-sheet__content .maple-leaf-yacht-gallery{height:100%;max-height:none}@media (max-width:1024px){.maple-leaf-mobile-gallery-sheet{display:flex}}@media (max-width:768px){.maple-leaf-mobile-gallery-sheet{border-radius:20px 20px 0 0}.maple-leaf-mobile-gallery-sheet__handle{padding:12px 16px}.maple-leaf-mobile-gallery-sheet__content{padding:0 16px 16px}}body.maple-leaf-mobile-sheet-open{overflow:hidden}
.maple-leaf-yacht-inquiry-form{flex-direction:column;gap:1.25rem;display:flex}.maple-leaf-yacht-inquiry-form--submitted{justify-content:center;align-items:center;padding:2rem;display:flex}.maple-leaf-yacht-inquiry-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.maple-leaf-yacht-inquiry-form__field{flex-direction:column;gap:.5rem;display:flex}.maple-leaf-yacht-inquiry-form__field--full{grid-column:1/-1}.maple-leaf-yacht-inquiry-form__label{color:#ffffffe6;font-size:.875rem;font-weight:500}.maple-leaf-yacht-inquiry-form__required{color:var(--maple-leaf-red);font-weight:600}.maple-leaf-yacht-inquiry-form__input,.maple-leaf-yacht-inquiry-form__textarea{width:100%;font-size:1rem;font-family:var(--maple-leaf-font-body);color:var(--maple-leaf-white);background:#ffffff1a;border:2px solid #fff3;border-radius:10px;padding:.875rem 1rem;transition:all .3s}.maple-leaf-yacht-inquiry-form__input::placeholder,.maple-leaf-yacht-inquiry-form__textarea::placeholder{color:#ffffff80}.maple-leaf-yacht-inquiry-form__input:focus,.maple-leaf-yacht-inquiry-form__textarea:focus{border-color:var(--maple-leaf-red);background:#ffffff26;outline:none}.maple-leaf-yacht-inquiry-form__textarea{resize:vertical;min-height:120px}.maple-leaf-yacht-inquiry-form__submit{background:var(--maple-leaf-red);border:2px solid var(--maple-leaf-red);width:100%;color:var(--maple-leaf-white);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.maple-leaf-yacht-inquiry-form__submit:hover:not(:disabled){background:#a51b21;border-color:#a51b21;transform:translateY(-2px);box-shadow:0 8px 20px #c5212766}.maple-leaf-yacht-inquiry-form__submit:disabled{opacity:.7;cursor:not-allowed}.maple-leaf-yacht-inquiry-form__spinner{animation:1s linear infinite mapleLeafSpin}@keyframes mapleLeafSpin{to{transform:rotate(360deg)}}.maple-leaf-yacht-inquiry-form__status{border-radius:10px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.maple-leaf-yacht-inquiry-form__status--success{color:#22c55e;background:#22c55e33;border:1px solid #22c55e4d}.maple-leaf-yacht-inquiry-form__status--error{color:#ef4444;background:#ef444433;border:1px solid #ef44444d}@media (max-width:640px){.maple-leaf-yacht-inquiry-form__row{grid-template-columns:1fr;gap:1rem}.maple-leaf-yacht-inquiry-form__input,.maple-leaf-yacht-inquiry-form__textarea{padding:.75rem}.maple-leaf-yacht-inquiry-form__submit{padding:.875rem 1.5rem;font-size:.95rem}}
.maple-leaf-yacht-detail{background:var(--maple-leaf-white);min-height:100vh;padding-top:80px}.maple-leaf-yacht-detail__layout{grid-template-columns:1fr 550px;align-items:start;gap:60px;max-width:1600px;margin:0 auto;padding:80px 40px 60px;display:grid}.maple-leaf-yacht-detail__main{min-width:0}.maple-leaf-yacht-detail__main-content{flex-direction:column;gap:48px;display:flex}.maple-leaf-yacht-detail__header{border-bottom:3px solid var(--maple-leaf-gray-200);flex-direction:column;gap:16px;padding-bottom:32px;display:flex;position:relative}.maple-leaf-yacht-detail__header:after{content:"";background:var(--maple-leaf-red);width:100px;height:3px;position:absolute;bottom:-3px;left:0}.maple-leaf-yacht-detail__header-top{align-items:center;gap:12px;display:flex}.maple-leaf-yacht-detail__badge{text-transform:uppercase;letter-spacing:1px;border-radius:6px;padding:8px 18px;font-size:.75rem;font-weight:700;display:inline-flex}.maple-leaf-yacht-detail__badge--new{background:var(--maple-leaf-red);color:var(--maple-leaf-white)}.maple-leaf-yacht-detail__badge--used,.maple-leaf-yacht-detail__badge--pre-owned{background:var(--maple-leaf-charcoal);color:var(--maple-leaf-white)}.maple-leaf-yacht-detail__badge--available-for-order{color:var(--maple-leaf-white);background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.maple-leaf-yacht-detail__badge--sold{color:var(--maple-leaf-white);background:#6b7280}.maple-leaf-yacht-detail__title{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);margin:0;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.15}.maple-leaf-yacht-detail__boat-name{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-gray-600);margin:0;font-size:1.5rem;font-style:italic}.maple-leaf-yacht-detail__slogan{color:var(--maple-leaf-gray-500);margin:0;font-size:1.125rem}.maple-leaf-yacht-detail__price-location{border-top:1px dashed var(--maple-leaf-gray-300);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding-top:16px;display:flex}.maple-leaf-yacht-detail__price-wrapper{flex-direction:column;gap:4px;display:flex}.maple-leaf-yacht-detail__price{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-red);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.maple-leaf-yacht-detail__price-secondary{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-gray-500);font-size:1.25rem;font-weight:600}.maple-leaf-yacht-detail__location{color:var(--maple-leaf-gray-600);align-items:center;gap:8px;font-size:1rem;font-weight:500;display:flex}.maple-leaf-yacht-detail__location svg{color:var(--maple-leaf-red);flex-shrink:0}.maple-leaf-yacht-detail__contact-section{flex-wrap:wrap;align-items:center;gap:20px;margin-top:20px;display:flex}.maple-leaf-yacht-detail__contact-btn{background:var(--maple-leaf-red);color:var(--maple-leaf-white);text-transform:uppercase;letter-spacing:.5px;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.maple-leaf-yacht-detail__contact-btn:hover{background:#a51b21;transform:translateY(-2px);box-shadow:0 8px 20px #c5212759}.maple-leaf-yacht-detail__contact-btn svg{flex-shrink:0}.maple-leaf-yacht-detail__social-icons{align-items:center;gap:12px;display:flex}.maple-leaf-yacht-detail__social-icon{background:var(--maple-leaf-gray-100);width:40px;height:40px;color:var(--maple-leaf-charcoal);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.maple-leaf-yacht-detail__social-icon:hover{background:var(--maple-leaf-red);color:var(--maple-leaf-white);transform:translateY(-2px)}.maple-leaf-yacht-detail__section{flex-direction:column;gap:24px;display:flex}.maple-leaf-yacht-detail__section-title{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);border-bottom:2px solid var(--maple-leaf-gray-200);margin:0;padding-bottom:16px;font-size:1.75rem;font-weight:600;position:relative}.maple-leaf-yacht-detail__section-title:after{content:"";background:var(--maple-leaf-red);width:60px;height:2px;position:absolute;bottom:-2px;left:0}.maple-leaf-yacht-detail__specs-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;display:grid}.maple-leaf-yacht-detail__spec{background:var(--maple-leaf-gray-50);border-left:3px solid var(--maple-leaf-red);border-radius:10px;flex-direction:column;gap:6px;padding:8px 12px;transition:all .3s;display:flex}.maple-leaf-yacht-detail__spec:hover{background:var(--maple-leaf-gray-100);transform:translate(4px)}.maple-leaf-yacht-detail__spec-label{color:var(--maple-leaf-gray-500);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:600}.maple-leaf-yacht-detail__spec-value{color:var(--maple-leaf-charcoal);font-size:1.1rem;font-weight:600}.maple-leaf-yacht-detail__engine{background:linear-gradient(135deg,var(--maple-leaf-gray-50)0%,var(--maple-leaf-gray-100)100%);border:1px solid var(--maple-leaf-gray-200);border-radius:16px;flex-direction:column;gap:20px;padding:28px;display:flex}.maple-leaf-yacht-detail__engine-title{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);align-items:center;gap:10px;margin:0;font-size:1.25rem;font-weight:600;display:flex}.maple-leaf-yacht-detail__engine-title:before{content:"";background:var(--maple-leaf-red);border-radius:50%;width:8px;height:8px}.maple-leaf-yacht-detail__description{color:var(--maple-leaf-gray-700);font-size:1rem;line-height:1.7}.maple-leaf-yacht-detail__description p{margin-bottom:12px}.maple-leaf-yacht-detail__description br+br,.maple-leaf-yacht-detail__description p:empty{display:none}.maple-leaf-yacht-detail__description h3,.maple-leaf-yacht-detail__description h4{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-charcoal);margin-top:24px;margin-bottom:12px}.maple-leaf-yacht-detail__description ul,.maple-leaf-yacht-detail__description ol{margin-bottom:16px;margin-left:24px}.maple-leaf-yacht-detail__description li{margin-bottom:8px}.maple-leaf-yacht-detail__broker{background:linear-gradient(135deg,var(--maple-leaf-charcoal)0%,#1a1a1a 100%);border-radius:20px;padding:40px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000040}.maple-leaf-yacht-detail__broker:before{content:"";background:var(--maple-leaf-red);opacity:.1;border-radius:50%;width:200px;height:200px;position:absolute;top:0;right:0;transform:translate(50%,-50%)}.maple-leaf-yacht-detail__broker .maple-leaf-yacht-detail__section-title{color:var(--maple-leaf-white);border-bottom-color:#fff3}.maple-leaf-yacht-detail__broker .maple-leaf-yacht-detail__section-title:after{background:var(--maple-leaf-red)}.maple-leaf-yacht-detail__broker-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:start;gap:24px;padding:24px;display:flex}.maple-leaf-yacht-detail__broker-avatar{object-fit:cover;border:4px solid var(--maple-leaf-red);border-radius:50%;flex-shrink:0;width:90px;height:90px;box-shadow:0 8px 24px #0000004d}.maple-leaf-yacht-detail__broker-info{flex-direction:column;flex:1;gap:12px;display:flex}.maple-leaf-yacht-detail__broker-name{font-family:var(--maple-leaf-font-heading);color:var(--maple-leaf-white);margin:0;font-size:1.5rem;font-weight:700}.maple-leaf-yacht-detail__broker-title{color:var(--maple-leaf-red);text-transform:uppercase;letter-spacing:1px;margin:0;font-size:.9rem;font-weight:600}.maple-leaf-yacht-detail__broker-contact{flex-direction:column;gap:10px;margin-top:4px;display:flex}.maple-leaf-yacht-detail__broker-link{color:#ffffffd9;background:#ffffff0d;border-radius:8px;align-items:center;gap:12px;margin:-8px -12px;padding:8px 12px;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.maple-leaf-yacht-detail__broker-link:hover{color:var(--maple-leaf-white);background:#c521274d}.maple-leaf-yacht-detail__broker-link svg{opacity:.8;flex-shrink:0}.maple-leaf-yacht-detail__inquiry-form-wrapper{border-top:1px solid #ffffff26;margin-top:24px;padding-top:24px}.maple-leaf-yacht-detail__gallery-wrapper{align-self:start;position:sticky;top:100px}@media (max-width:1280px){.maple-leaf-yacht-detail__layout{grid-template-columns:1fr 480px;gap:40px}}@media (max-width:1024px){.maple-leaf-yacht-detail__gallery-wrapper--desktop{display:none}.maple-leaf-yacht-detail__layout{grid-template-columns:1fr;gap:0;padding:40px 24px 180px}.maple-leaf-yacht-detail__title{font-size:2rem}.maple-leaf-yacht-detail__price{font-size:1.75rem}.maple-leaf-yacht-detail__section-title{font-size:1.5rem}.maple-leaf-yacht-detail__specs-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}}@media (max-width:768px){.maple-leaf-yacht-detail__layout{gap:0;padding:32px 16px 180px}.maple-leaf-yacht-detail__main-content{gap:32px}.maple-leaf-yacht-detail__title{font-size:1.75rem}.maple-leaf-yacht-detail__boat-name{font-size:1.25rem}.maple-leaf-yacht-detail__price{font-size:1.5rem}.maple-leaf-yacht-detail__price-location{flex-direction:column;align-items:start;gap:16px}.maple-leaf-yacht-detail__contact-section{flex-direction:column;align-items:stretch;gap:16px;width:100%}.maple-leaf-yacht-detail__contact-btn{width:100%;padding:12px 20px;font-size:.9rem}.maple-leaf-yacht-detail__social-icons{justify-content:center;gap:16px}.maple-leaf-yacht-detail__social-icon{width:44px;height:44px}.maple-leaf-yacht-detail__section{gap:20px}.maple-leaf-yacht-detail__section-title{font-size:1.35rem}.maple-leaf-yacht-detail__specs-grid{background:var(--maple-leaf-gray-50);border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.maple-leaf-yacht-detail__spec{border-left:none;border-bottom:1px solid var(--maple-leaf-gray-200);background:0 0;border-radius:0;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;padding:16px;display:flex}.maple-leaf-yacht-detail__spec:last-child{border-bottom:none}.maple-leaf-yacht-detail__spec:hover{background:var(--maple-leaf-gray-100);transform:none}.maple-leaf-yacht-detail__spec-label{margin:0;font-size:.8rem}.maple-leaf-yacht-detail__spec-value{text-align:right;font-size:1rem}.maple-leaf-yacht-detail__engine{padding:20px}.maple-leaf-yacht-detail__broker{border-radius:16px;padding:24px}.maple-leaf-yacht-detail__broker-card{text-align:center;flex-direction:column;align-items:center;padding:20px}.maple-leaf-yacht-detail__broker-avatar{width:80px;height:80px}.maple-leaf-yacht-detail__broker-name{font-size:1.25rem}.maple-leaf-yacht-detail__broker-contact{align-items:center}}@media (max-width:480px){.maple-leaf-yacht-detail__title{font-size:1.5rem}.maple-leaf-yacht-detail__specs-grid{grid-template-columns:1fr}.maple-leaf-yacht-detail__broker{padding:20px}.maple-leaf-yacht-detail__broker-card{padding:16px}}
