/* 31-Jul final fleet, group inquiry, filters, pages and mobile details */
:root{--fleet-navy:#101827;--fleet-blue:#2864e8;--fleet-line:#dce4ef;--fleet-soft:#f6f8fb;--fleet-muted:#6b7890;--fleet-green:#0aad7c}

/* Clean experience navigation */
.experience-filter-nav{display:flex;align-items:center;gap:10px;margin:0 0 22px;padding:14px 16px;border:1px solid var(--fleet-line);border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.045);overflow-x:auto;scrollbar-width:none}
.experience-filter-nav::-webkit-scrollbar{display:none}
.experience-filter-nav button{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:10px 15px;border:0;border-radius:999px;background:transparent;color:#273550;font-size:.84rem;font-weight:600;white-space:nowrap;transition:.2s}
.experience-filter-nav button svg{width:17px;height:17px;stroke:currentColor}
.experience-filter-nav button:hover{background:#f1f5fb;color:var(--fleet-blue)}
.experience-filter-nav button.on{background:var(--fleet-blue);color:#fff;box-shadow:0 7px 18px rgba(40,100,232,.23)}
.filter-box.clean-filter-box{padding:17px 18px!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
.filter-box.clean-filter-box>.fb-row:first-child{margin:0!important}
.filter-box.clean-filter-box .fb-search{background:#f7f9fc!important;border:1px solid #dce4ef!important;border-radius:10px!important}
.filter-box.clean-filter-box .fb-sort{border:1px solid #dce4ef!important;border-radius:10px!important;background:#fff!important}
.filter-box.clean-filter-box>.fb-row[data-advanced-row]{display:none!important}
.filter-more{margin-top:12px;border-top:1px solid #e7ecf3;padding-top:10px}
.filter-more>summary{display:inline-flex;align-items:center;gap:7px;color:#53617a;font-size:.78rem;font-weight:600;cursor:pointer;list-style:none}
.filter-more>summary::-webkit-details-marker{display:none}
.filter-more[open]>summary{color:var(--fleet-blue)}
.filter-more .fb-row{display:flex!important;margin-top:11px!important;padding-top:11px!important}
.filter-more .fb-label{min-width:80px}

/* Dedicated yacht fleet */
#sec-yacht-fleet{background:#fff!important;padding:80px 0!important}
.yacht-fleet-head{text-align:center;max-width:720px;margin:0 auto 34px}
.yacht-fleet-head h2{margin:0 0 8px;color:var(--fleet-navy);font-size:clamp(2rem,4vw,3rem);letter-spacing:-.045em}
.yacht-fleet-head p{color:var(--fleet-muted);font-size:.94rem}
.yacht-filters{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:10px;margin-bottom:22px;padding:12px;border:1px solid var(--fleet-line);border-radius:13px;background:#fff}
.yacht-filter-field{display:flex;align-items:center;gap:9px;min-width:0;height:44px;padding:0 12px;border:1px solid #dbe3ee;border-radius:9px;background:#f8fafc;color:#77849a}
.yacht-filter-field svg{width:16px;height:16px;flex:0 0 16px;stroke:currentColor}
.yacht-filter-field input,.yacht-filter-field select{width:100%!important;min-width:0!important;height:100%!important;padding:0!important;border:0!important;background:transparent!important;color:#172238!important;font-size:.78rem!important;box-shadow:none!important;outline:0!important}
.yacht-filter-field input::placeholder{color:#9aa5b5}
.yacht-fleet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.yacht-card{position:relative;min-width:0;overflow:hidden;border:1px solid #dbe3ee;border-radius:10px;background:#fff;box-shadow:0 5px 16px rgba(15,23,42,.035);transition:transform .2s,border-color .2s,box-shadow .2s}
.yacht-card:hover{transform:translateY(-3px);border-color:#b9c9df;box-shadow:0 13px 28px rgba(15,23,42,.08)}
.yacht-img{position:relative;height:170px;overflow:hidden;background:#e9eef5}
.yacht-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.yacht-card:hover .yacht-img img{transform:scale(1.035)}
.yacht-badge{position:absolute;top:9px;left:9px;padding:4px 8px;border-radius:5px;background:#1f55be;color:#fff;font-size:.58rem;font-weight:700}
.yacht-compare{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:0;border-radius:5px;background:rgba(255,255,255,.94);color:#25334a;font-size:.58rem;font-weight:600;box-shadow:0 3px 10px rgba(15,23,42,.11)}
.yacht-compare.on{background:#eaf1ff;color:#1d55cd}
.yacht-card-body{padding:13px 13px 11px}
.yacht-card h3{margin:0 0 11px;color:#111827;font-size:.9rem;font-weight:700;letter-spacing:-.02em}
.yacht-specs{display:grid;gap:5px;margin:0 0 12px}
.yacht-spec{display:grid;grid-template-columns:15px 72px minmax(0,1fr);gap:5px;align-items:center;min-width:0;color:#718097;font-size:.67rem;line-height:1.25}
.yacht-spec svg{width:13px;height:13px;stroke:#718097}
.yacht-spec b{overflow:hidden;color:#172238;font-size:.67rem;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}
.yacht-more{width:100%;min-height:38px;border:0;border-radius:6px;background:#171f2e;color:#fff;font-size:.7rem;font-weight:700}
.yacht-more:hover{background:#2864e8}
.yacht-empty{grid-column:1/-1;padding:36px;border:1px dashed #cdd7e5;border-radius:12px;text-align:center;color:#738097}
.yacht-show-more{display:flex;justify-content:center;margin-top:28px}
.yacht-show-more button{min-width:116px;min-height:42px;border:1px solid #2864e8;border-radius:8px;background:#fff;color:#2864e8;font-size:.76rem;font-weight:700}
.yacht-admin-note{margin:0 0 14px;padding:13px 15px;border:1px solid #bcd0ef;border-radius:10px;background:#eef5ff;color:#29466d;font-size:.8rem;line-height:1.55}
.yacht-admin-settings{margin-top:26px;padding:18px;border:1px solid #dce4ef;border-radius:12px;background:#f8fafc}
.yacht-admin-settings h4{margin:0 0 12px}

/* Celebration + group price form */
#sec-celebrate{padding:78px 0!important;background:#f6f8fb!important}
.group-price-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:34px;align-items:start}
.group-copy{padding:26px 6px 0}
.group-copy .eyebrow{color:#2864e8!important}
.group-copy h2{margin:11px 0 13px;color:#101827;font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.045em}
.group-copy>p{max-width:620px;color:#68758c;font-size:.95rem;line-height:1.75}
.group-occasion-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}
.group-occasion{padding:16px;border:1px solid #dce4ef;border-radius:11px;background:#fff}
.group-occasion span{display:grid;width:34px;height:34px;margin-bottom:10px;place-items:center;border-radius:8px;background:#eaf2ff;color:#2864e8;font-size:1rem}
.group-occasion h3{margin:0 0 5px;color:#172238;font-size:.9rem}
.group-occasion p{color:#78849a;font-size:.72rem;line-height:1.5}
.group-price-card{padding:28px;border:1px solid #d5dfec;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.045)}
.group-price-card h3{margin:0;color:#101827;font-size:1.75rem;letter-spacing:-.04em}
.group-price-card>.sub{margin:5px 0 18px;color:#718097;font-size:.87rem}
.group-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px 16px}
.group-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.group-field.full{grid-column:1/-1}
.group-field label{color:#263650;font-size:.74rem;font-weight:600}
.group-field input,.group-field select,.group-field textarea{width:100%!important;min-width:0!important;border:1px solid #d5dfec!important;border-radius:9px!important;background:#fff!important;color:#172238!important;font-size:.83rem!important;box-shadow:none!important}
.group-field input,.group-field select{height:44px!important;padding:0 13px!important}
.group-field textarea{min-height:82px!important;padding:12px 13px!important;resize:vertical}
.group-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;margin-top:18px;border:0;border-radius:10px;background:#2864e8;color:#fff;font-size:.85rem;font-weight:700;box-shadow:0 7px 18px rgba(40,100,232,.18)}
.group-submit:hover{background:#1f55c9}
.group-note{margin-top:12px;text-align:center;color:#7a879b;font-size:.7rem}
.group-form-error{display:none;margin-top:10px;padding:9px 11px;border-radius:8px;background:#fff1f2;color:#b4233d;font-size:.75rem}
.group-form-error.show{display:block}

/* Homepage company links */
.company-nav-link{white-space:nowrap}

/* Mobile More Details: compact and no hidden information */
.dt-mobile-price-row{display:none}
@media(max-width:700px){
  .dt-overlay{overflow-x:hidden!important}
  .dt-overlay>.wrap{padding-left:14px!important;padding-right:14px!important}
  .dt-gal{gap:7px!important;margin-bottom:24px!important}
  .dt-gal img{border-radius:10px!important}
  .dt-title{font-size:1.55rem!important;line-height:1.14!important}
  .dt-loc,.dt-tag{font-size:.78rem!important}
  .dt-quick-exact{display:flex!important;flex-direction:column!important;gap:13px!important;margin:18px 0 24px!important;padding:0!important}
  .dt-quick-exact .dt-chip{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:9px!important;min-width:0!important;width:100%!important}
  .dt-quick-exact .dt-info-group-size{display:none!important}
  .dt-chip-ic{width:34px!important;height:34px!important;border-radius:9px!important}
  .dt-quick-exact .dt-chip small{font-size:.62rem!important;white-space:normal!important}
  .dt-quick-exact .dt-chip b{font-size:.78rem!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important}
  .dt-mobile-price-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;width:100%!important;margin:2px 0 1px!important;padding:13px 0!important;border-top:1px solid #e3e8f0!important;border-bottom:1px solid #e3e8f0!important}
  .dt-mobile-price small{display:block!important;color:#718097!important;font-size:.62rem!important;text-transform:none!important;letter-spacing:0!important}
  .dt-mobile-price b{display:block!important;color:#2864e8!important;font-size:1.25rem!important;line-height:1.2!important}
  .dt-mobile-price b span{color:#718097!important;font-size:.62rem!important;font-weight:500!important}
  .dt-mobile-price-row .btn{min-height:44px!important;padding:10px 18px!important;border-radius:9px!important;font-size:.78rem!important}
  .dt-panel{display:none!important}
  .dt-cols{display:block!important;padding-bottom:36px!important}
  .dt-bar{display:none!important}
  .dt-reference-exact .dt-sec{margin-bottom:24px!important}
}

/* Mobile filter sheet hard containment */
@media(max-width:700px){
  .f-sheet,.fsheet,.filter-sheet{inset:auto 0 0!important;width:100vw!important;max-width:100vw!important;height:min(86vh,760px)!important;border-radius:18px 18px 0 0!important;overflow:hidden!important}
  .f-sheet .fs-panel,.fs-panel,.filter-sheet>*{width:100%!important;max-width:100%!important;min-width:0!important}
  .f-sheet .fs-body,.fs-body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;overflow-y:auto!important;padding:16px 18px 104px!important}
  .f-sheet .filter-box,.fs-body .filter-box{width:100%!important;max-width:100%!important;margin:0!important;padding:14px!important;overflow:hidden!important}
  .f-sheet .fb-row,.fs-body .fb-row{width:100%!important;min-width:0!important;overflow:hidden!important}
  .f-sheet .fb-search,.f-sheet .fb-sort,.fs-body .fb-search,.fs-body .fb-sort{width:100%!important;max-width:100%!important;min-width:0!important}
  .f-sheet .chips,.fs-body .chips{display:flex!important;width:100%!important;max-width:100%!important;flex-wrap:wrap!important;gap:7px!important;overflow:visible!important}
  .f-sheet .chip,.fs-body .chip{flex:0 1 auto!important;max-width:100%!important;padding:7px 10px!important;font-size:.7rem!important;white-space:normal!important}
  .fs-foot{position:absolute!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;padding:12px 18px calc(12px + env(safe-area-inset-bottom))!important;background:#fff!important;border-top:1px solid #dce4ef!important}
}

@media(max-width:1080px){.yacht-fleet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.group-price-layout{grid-template-columns:1fr}.group-copy{padding-top:0}.group-price-card{max-width:760px;width:100%;margin:0 auto}}
@media(max-width:780px){.experience-filter-nav{margin-left:-4px;margin-right:-4px;padding:10px;border-radius:14px}.experience-filter-nav button{min-height:40px;padding:8px 12px;font-size:.76rem}.filter-box.clean-filter-box{padding:14px!important}.yacht-filters{grid-template-columns:1fr 1fr}.yacht-fleet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.group-occasion-grid{grid-template-columns:1fr 1fr}.group-price-card{padding:21px}.group-form-grid{grid-template-columns:1fr}}
@media(max-width:520px){#sec-yacht-fleet{padding:58px 0!important}.yacht-fleet-head{margin-bottom:24px}.yacht-fleet-head h2{font-size:2rem}.yacht-filters{grid-template-columns:1fr;padding:10px}.yacht-fleet-grid{grid-template-columns:1fr;gap:12px}.yacht-img{height:205px}.yacht-card-body{padding:14px}.yacht-card h3{font-size:.92rem;margin-bottom:10px}.yacht-spec{grid-template-columns:15px 74px minmax(0,1fr);font-size:.68rem;gap:5px}.yacht-spec b{font-size:.68rem}.yacht-more{min-height:38px;font-size:.7rem}.yacht-compare{font-size:.58rem;padding:5px 8px}.group-occasion-grid{grid-template-columns:1fr}.group-price-card h3{font-size:1.45rem}}
