.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
}
.crew-bio-text {
    position: relative !important;
    overflow: hidden;
    transition: max-height 0.4s ease;
    max-height: 130px; /* Show ~3 lines collapsed */
}

.crew-bio-text.expanded {
    max-height: 1000px; /* Large enough for any bio */
}

.crew-bio-text.expanded::after {
    display: none;
}

.crew-read-more {
    background: none;
    border: none;
    color: #f7f3ed !important;
    padding: 0;
    font-family: var(
    --sans);
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    justify-content: center;
    margin-top: 15px;
}
.crew-read-more:hover, .crew-read-more:focus{
  background: transparent !important;
}
.crew-read-more i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.crew-read-more.open i {
    transform: rotate(180deg);
}

.single-yacht .ast-container *{
  position: relative;
}
.single-yacht ::placeholder, .page-template-temp-yacht-detail ::placeholder {
    font-size: 15px !important;
    color: #757269;
}
/* BREADCRUMB */
.breadcrumb {
  background: var(--vc-paper);
  border-bottom: 1px solid var(--vc-border);
  margin-top: 88px;
  margin-bottom: 0px;
}
.breadcrumb .container {
padding-top: 18px; padding-bottom: 18px;
display: flex; align-items: center; gap: 10px;
font-family: var(--sans);
font-size: 10.5px; letter-spacing: 0.24em;
text-transform: uppercase;
color: var(--vc-muted); font-weight: 600;
flex-wrap: wrap;
}
.breadcrumb a { color: var(--vc-muted); transition: color .25s ease; text-decoration:none; }
.breadcrumb a:hover { color: var(--vc-gold-on-light); }
.breadcrumb .sep { color: var(--vc-border); }
.breadcrumb .current { color: var(--vc-charcoal); }    

/* HERO */
  .yacht-hero {
    background: var(--vc-paper);
    padding: 36px 0 50px;
    border-bottom: 1px solid var(--vc-border);
  }
  .hero-grid {
    display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px;
    align-items: start;
  }
  .gallery-main {
    position: relative; aspect-ratio: 4/3; overflow: hidden;
    background: var(--vc-cream); border: 1px solid var(--vc-border);
  }
  .gallery-main img { width: 100%; height: 100%; object-fit: cover; }
  .gallery-view-all {
    position: absolute !important; 
    bottom: 16px; right: 16px;
    background: rgba(14, 26, 38, 0.85);
    color: var(--vc-gold);
    border: 1px solid var(--vc-gold);
    padding: 10px 16px;
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.24em;
    text-transform: uppercase; font-weight: 600;
    cursor: pointer;
    display: inline-flex; align-items: center; gap: 8px;
    transition: all .25s ease;
  }
  .gallery-view-all:hover, .gallery-view-all:focus { background: var(--vc-gold); color: var(--vc-dark); border-color: var(--vc-gold)}

  .gallery-thumbs {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 8px; margin-top: 8px;
  }
  .gallery-thumb {
    aspect-ratio: 4/3; overflow: hidden;
    background: var(--vc-cream);
    border: 1px solid var(--vc-border);
    cursor: pointer; transition: all .25s ease; padding: 0;
  }
  .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
  .gallery-thumb:hover { border-color: var(--vc-gold-on-light); }
  .gallery-thumb:hover img { transform: scale(1.05); }
  .gallery-thumb.is-active {
    border-color: var(--vc-gold-on-light);
    box-shadow: 0 0 0 2px var(--vc-gold-on-light);
  }

  .yacht-eyebrow {
    font-family: var(--sans);
    font-size: 10.5px; letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--vc-gold-on-light);
    font-weight: 600; margin-bottom: 14px;
  }
  .yacht-title {
    font-family: var(--display-serif);
    font-weight: 400;
    font-size: clamp(48px, 6vw, 72px);
    line-height: 1; color: var(--vc-dark);
    margin: 0 0 16px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
  .yacht-summary {
    font-family: var(--display-serif) !important;
    font-style: italic; font-size: 19px;
    color: var(--vc-muted);
    margin: 0 0 24px !important; 
    line-height: 1.4;
  }
  .yacht-summary span { color: var(--vc-gold-on-light); margin: 0 6px; }

  .yacht-quickfacts {
    display: grid; grid-template-columns: 1fr 1fr;
    border: 1px solid var(--vc-border);
    background: #fff; margin-bottom: 24px;
  }
  .qf-cell {
    padding: 14px 16px;
    border-right: 1px solid var(--vc-border);
    border-bottom: 1px solid var(--vc-border);
  }
  .qf-cell:nth-child(2n) { border-right: none; }
  .qf-cell:nth-last-child(-n+2) { border-bottom: none; }
  .qf-label {
    font-family: var(--sans);
    font-size: 9.5px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
    margin-bottom: 4px;
  }
  .qf-value {
    font-family: var(--display-serif);
    font-style: italic; font-size: 17px;
    color: var(--vc-dark); line-height: 1.2; font-weight: 500;
  }

  .yacht-price-block {
    border-top: 1px solid var(--vc-border);
    padding-top: 22px; margin-bottom: 24px;
  }
  .price-label {
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
    margin-bottom: 6px;
  }
  .price-amount {
    font-family: var(--display-serif);
    font-style: italic; font-size: 30px;
    color: var(--vc-gold-on-light);
    font-weight: 600; line-height: 1.1;
    margin-bottom: 6px;
  }
  .price-period {
    font-family: var(--body-serif);
    font-size: 13.5px; color: var(--vc-muted); font-style: italic;
  }
  .price-period a {
    color: var(--vc-gold-on-light);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .price-period a:hover { color: var(--vc-dark); text-decoration:none; }
  .price-badge {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 5px 11px;
    background: rgba(138, 108, 53, 0.08);
    border: 1px solid var(--vc-gold-on-light);
    color: var(--vc-gold-on-light);
    font-family: var(--sans);
    font-size: 9.5px; letter-spacing: 0.22em;
    text-transform: uppercase; font-weight: 700;
    margin-top: 6px;
  }
  .price-badge::before {
    content: ''; width: 5px; height: 5px;
    background: var(--vc-gold-on-light);
    border-radius: 50%;
  }

  .hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
  .btn-primary {
    background: var(--vc-gold-on-light);
    color: #fff !important; 
    border: 1px solid var(--vc-gold-on-light);
    padding: 16px 26px;
    font-family: var(--sans);
    font-size: 11.5px; letter-spacing: 0.28em;
    text-transform: uppercase; font-weight: 700;
    cursor: pointer; display: inline-flex; align-items: center;
    gap: 12px; transition: all .3s ease;
    flex: 1; justify-content: center; text-align: center; min-width: 0;
    text-decoration: none;
  }
  .btn-primary:hover { background: var(--vc-dark) !important; border-color: var(--vc-dark); }
  .btn-secondary {
    background: transparent; color: var(--vc-charcoal);
    border: 1px solid var(--vc-charcoal);
    padding: 16px 22px;
    font-family: var(--sans);
    font-size: 11.5px; letter-spacing: 0.28em;
    text-transform: uppercase; font-weight: 600;
    cursor: pointer; display: inline-flex; align-items: center;
    gap: 10px; transition: all .3s ease;
    flex-shrink: 0;
    text-decoration: none;
  }
  .btn-secondary:hover { background: var(--vc-charcoal) !important; color: #fff; }

  .hero-contact {
    margin-top: 24px; padding-top: 22px;
    border-top: 1px solid var(--vc-border);
    display: flex; gap: 22px; flex-wrap: wrap;
    font-family: var(--body-serif);
    font-size: 14px; color: var(--vc-muted);
  }
  .hero-contact a {
    color: var(--vc-charcoal);
    transition: color .25s ease;
    display: inline-flex; align-items: center; gap: 6px;
    text-decoration: none;
  }
  .hero-contact a:hover { color: var(--vc-gold-on-light); text-decoration:none; }
  .hero-contact i { color: var(--vc-gold-on-light); font-size: 12px; }

  /* JUMP NAV */
  .jump-nav {
    position: sticky !important; top: 86px; z-index: 90;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-top: 1px solid var(--vc-border);
    border-bottom: 1px solid var(--vc-border);
  }
  .jump-nav-inner {
    display: flex; align-items: center; justify-content: space-between;
    gap: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
  }
  .jump-nav-links {
    display: flex; gap: 28px;
    overflow-x: auto;
    -ms-overflow-style: none; scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    flex: 1; min-width: 0;
  }
  .jump-nav-links::-webkit-scrollbar { display: none; }
  .jump-nav-links a {
    font-family: var(--sans);
    font-size: 10.5px; letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--vc-charcoal); font-weight: 600;
    transition: color .25s ease;
    white-space: nowrap; padding: 4px 0;
    flex-shrink: 0;
    text-decoration: none;
  }
  .jump-nav-links a:hover { color: var(--vc-gold-on-light); }
  .jump-nav-cta {
    background: var(--vc-gold-on-light);
    color: #fff; border: 1px solid var(--vc-gold-on-light);
    padding: 11px 22px;
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.26em;
    text-transform: uppercase; font-weight: 700;
    transition: all .25s ease;
    flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px;
    text-decoration: none;
  }
  .jump-nav-cta:hover, .jump-nav-cta:focus { background: var(--vc-dark); border-color: var(--vc-dark); color:#fff; }
  .jump-nav-toggle {
    display: none;
  }
  /* SECTIONS */
  .yacht-section {
    padding: 80px 0;
    border-bottom: 1px solid var(--vc-border);
  }
  .yacht-section:nth-of-type(even) { background: var(--vc-paper); }
  .section-eyebrow {
    font-family: var(--sans);
    font-size: 10.5px; letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--vc-gold-on-light); font-weight: 600;
    margin-bottom: 16px;
  }
  .section-title {
    font-family: var(--display-serif);
    font-style: italic; font-weight: 400;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.05; color: var(--vc-dark);
    margin: 0 0 22px;
    letter-spacing: -0.005em;
  }
  .section-title em { color: var(--vc-gold-on-light); font-style: italic; }
  .section-rule {
    width: 40px; height: 1px;
    background: var(--vc-gold-on-light);
    margin: 0 0 30px;
  }
  .single-yacht .section-lead, .page-template-temp-yacht-detail .section-lead {
    font-family: var(--display-serif) !important;
    font-style: italic; font-size: 22px;
    color: var(--vc-muted); line-height: 1.5;
    max-width: 720px; margin: 0 0 30px;
  }
  .about-body { max-width: 760px; }
  .about-body p {
    font-family: var(--body-serif);
    font-size: 17px; color: var(--vc-text);
    line-height: 1.75; margin: 0 0 22px;
  }
  .about-body p:last-child { margin-bottom: 0; }

  /* LAYOUT */
  .layout-grid {
    display: grid; grid-template-columns: 1fr 1.3fr;
    gap: 50px; align-items: start;
  }
  .layout-specs {
    border-top: 1px solid var(--vc-border);
  }
  .layout-spec-row {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 16px 0;
    border-bottom: 1px solid var(--vc-border);
    gap: 20px;
  }
  .spec-label {
    font-family: var(--sans);
    font-size: 11px; letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--vc-charcoal); font-weight: 600;
  }
  .spec-value {
    font-family: var(--display-serif);
    font-style: italic; font-size: 22px;
    color: var(--vc-gold-on-light);
    font-weight: 500; line-height: 1;
  }
  .layout-image {
    background: #fff; border: 1px solid var(--vc-border);
    padding: 18px;
  }
  .layout-image img { width: 100%; height: auto; }
  .layout-image-caption {
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
    text-align: center; margin-top: 14px;
  }

  /* AMENITIES */
  .amenities-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
  }
  .amenity-card {
    background: #fff;
    border: 1px solid var(--vc-border);
    padding: 32px 28px;
  }
  .amenity-icon {
    width: 48px; height: 48px;
    border: 1px solid var(--vc-gold-on-light);
    border-radius: 50%;
    color: var(--vc-gold-on-light);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px; margin-bottom: 20px;
  }
  .amenity-title {
    font-family: var(--display-serif);
    font-style: italic; font-size: 24px;
    color: var(--vc-dark); font-weight: 500;
    margin: 0 0 18px; line-height: 1.1;
  }
  .amenity-list { list-style: none; padding: 0; margin: 0; }
  .amenity-list li {
    display: flex; justify-content: space-between; align-items: baseline;
    padding: 9px 0;
    border-bottom: 1px dashed var(--vc-border);
    gap: 12px;
  }
  .amenity-list li:last-child { border-bottom: none; }
  .amenity-key {
    font-family: var(--body-serif);
    font-size: 14.5px; color: var(--vc-text); flex: 1;
  }
  .amenity-val {
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vc-charcoal); font-weight: 700;
    flex-shrink: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    text-align: right;
  }
  .amenity-val.is-no { color: #a39c8c; font-weight: 600; }
  .amenity-val.is-inq { color: var(--vc-gold-on-light); }

  .toys-strip {
    margin-top: 32px; background: #fff;
    border: 1px solid var(--vc-border);
    padding: 26px 28px;
  }
  .toys-label {
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--vc-gold-on-light); font-weight: 700;
    margin-bottom: 14px;
  }
  .toys-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 8px 18px; list-style: none; padding: 0; margin: 0;
  }
  .toys-grid li {
    font-family: var(--body-serif);
    font-size: 14.5px; color: var(--vc-text);
    padding: 6px 0;
  }
  .toys-grid li::before {
    content: '—'; color: var(--vc-gold-on-light); margin-right: 8px;
  }

  /* CREW */
  .yacht-section.crew-section { background: var(--vc-dark); color: #f7f3ed; }
  .crew-section .section-eyebrow { color: var(--vc-gold); }
  .crew-section .section-title { color: #fff; }
  .crew-section .section-title em { color: var(--vc-gold); }
  .crew-section .section-rule { background: var(--vc-gold); }
  .crew-section .section-lead { color: #d9d3c4; }
  .crew-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 40px; margin-top: 14px;
  }
  .crew-card {
    background: var(--vc-dark-2);
    border: 1px solid rgba(181, 150, 90, 0.18);
    overflow: hidden;
  }
  .crew-photo {
    aspect-ratio: 1/1; overflow: hidden;
    background: var(--vc-charcoal);
  }
  .crew-photo img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 25%;
  }
  .crew-body { padding: 32px; }
  .crew-role {
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--vc-gold); font-weight: 700;
    margin-bottom: 8px;
  }
  .crew-name {
    font-family: var(--display-serif);
    font-style: italic; font-weight: 500;
    font-size: 30px; color: #f7f3ed;
    line-height: 1.05; margin: 0 0 18px;
  }
  .crew-bio p {
    font-family: var(--body-serif);
    font-size: 15.5px; color: #cfc8b9;
    line-height: 1.7; margin: 0 0 18px;
  }
  .crew-bio p:last-child { margin-bottom: 0; }

  /* MENU */
  .yacht-section.menu-section { background: var(--vc-paper); }

  /* VIDEO */
  .yacht-section.video-section {
    background: var(--vc-dark);
    color: #f7f3ed;
  }
  .video-section .section-eyebrow { color: var(--vc-gold); }
  .video-section .section-title { color: #fff; }
  .video-section .section-title em { color: var(--vc-gold); }
  .video-section .section-rule { background: var(--vc-gold); }
  .video-frame {
    background: #000;
    border: 1px solid rgba(181, 150, 90, 0.3);
    padding: 14px;
    box-shadow: 0 30px 80px -30px rgba(0, 0, 0, 0.6);
    max-width: 1080px;
    margin: 14px auto 0;
  }
  .video-aspect {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
    cursor: pointer;
  }
  .video-aspect iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease, opacity .3s ease;
  }
  .video-aspect:hover .video-thumb { transform: scale(1.03); }
  .single-yacht .video-play-btn, .page-template-temp-yacht-detail .video-play-btn {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: rgba(14, 26, 38, 0.2);
    border: 0;
    cursor: pointer;
    transition: background .3s ease;
    padding: 0;
    transform: inherit;
  }
  .single-yacht .video-aspect:hover .single-yacht .video-play-btn,
  .page-template-temp-yacht-detail .video-aspect:hover .page-template-temp-yacht-detail .video-play-btn{ background: rgba(14, 26, 38, 0.35); }
  .single-yacht .video-play-btn svg, .page-template-temp-yacht-detail .video-play-btn svg {
    transition: transform .3s ease;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.5));
  }
  .single-yacht .video-aspect:hover .single-yacht .video-play-btn svg,
  .page-template-temp-yacht-detail .video-aspect:hover .page-template-temp-yacht-detail .video-play-btn svg {
    transform: scale(1.08);
  }
  .single-yacht .video-play-label, .page-template-temp-yacht-detail .video-play-label {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  }
  .single-yacht .video-aspect.is-playing .video-thumb,
  .single-yacht .video-aspect.is-playing .video-play-btn,
  .page-template-temp-yacht-detail .video-aspect.is-playing .video-thumb,
  .page-template-temp-yacht-detail .video-aspect.is-playing .video-play-btn 
  { display: none; }
  /* MENU — image gallery */
  .menu-intro {
    max-width: 760px;
    margin: 0 0 36px;
  }
  .menu-intro p {
    font-family: var(--display-serif);
    font-style: italic;
    font-size: 21px;
    color: var(--vc-muted);
    line-height: 1.55;
    margin: 0;
  }
  .menu-gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .menu-tile {
    margin: 0;
    aspect-ratio: 1;
    overflow: hidden;
    background: var(--vc-cream);
    border: 1px solid var(--vc-border);
    position: relative;
  }
  .menu-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
  }
  .menu-tile:hover img { transform: scale(1.04); }

  /* RATES */
  /* RATES TABLE */
  .rates-table-wrap {
    background: #fff;
    border: 1px solid var(--vc-border);
    overflow-x: auto;
  }
  .rates-table {
    width: 100%; border-collapse: collapse;
    font-family: var(--body-serif);
    margin-bottom: 0;
  }
  .rates-table th, .rates-table td {
    padding: 14px 16px; text-align: center;
    border-bottom: 1px solid var(--vc-border);
    border-right: 1px solid var(--vc-border);
  }
  .rates-table th:last-child, .rates-table td:last-child { border-right: none; }
  .rates-table tbody tr:last-child td { border-bottom: none; }
  .rates-table thead th {
    background: var(--vc-paper);
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--vc-charcoal); font-weight: 700;
  }
  .rates-table thead th.season-col { text-align: left; }
  .rates-table tbody td.season-name {
    text-align: left;
    font-family: var(--display-serif);
    font-style: italic; font-size: 17px;
    color: var(--vc-dark); font-weight: 500;
    background: var(--vc-paper);
    white-space: nowrap;
  }
  .rates-table tbody td.rate {
    font-family: var(--body-serif);
    font-size: 14px; color: var(--vc-text);
  }
  .rates-note {
    margin: 14px 0 0 !important;
    font-family: var(--body-serif) !important; 
    font-style: italic;
    font-size: 13px; 
    color: var(--vc-muted);
  }

  /* AVAILABILITY SECTION (stacked below rate table) */
  .avail-section {
    margin-top: 50px;
    background: #fff;
    border: 1px solid var(--vc-border);
    padding: 30px 32px;
  }
  .avail-section-header {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--vc-border);
  }
  .avail-section-title {
    font-family: var(--display-serif);
    font-style: italic; font-size: 26px;
    color: var(--vc-dark); font-weight: 500;
    margin: 0;
    line-height: 1;
  }
  .avail-legend {
    display: flex; gap: 18px;
    flex-wrap: wrap;
  }
  .legend-item {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
  }
  .legend-dot {
    width: 12px; height: 12px;
    flex-shrink: 0;
    border-radius: 2px;
  }
  .legend-dot.status-booked { background: #b85544; }
  .legend-dot.status-hold { background: var(--vc-gold-on-light); }
  .legend-dot.status-unavailable { background: #888a86; }
  .legend-dot.status-boatshow { background: var(--vc-charcoal); }
  .legend-dot.status-transit { background: #BA7517; }
  .legend-dot.status-open {
    background: rgba(138, 108, 53, 0.12);
    border: 1px solid var(--vc-gold-on-light);
  }

  /* Two-month side-by-side calendar */
  .avail-months {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .avail-month {
    display: flex; flex-direction: column;
  }
  .avail-month-label {
    font-family: var(--display-serif);
    font-style: italic; font-size: 20px;
    color: var(--vc-dark); font-weight: 500;
    text-align: center;
    padding: 0 0 12px;
    border-bottom: 1px solid var(--vc-border);
    margin-bottom: 8px;
  }
  .avail-weekdays {
    display: grid; grid-template-columns: repeat(7, 1fr);
    font-family: var(--sans);
    font-size: 9px; letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 700;
    text-align: center;
    padding: 4px 0 8px;
  }
  .avail-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
  }
  .avail-day {
    aspect-ratio: 1;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--body-serif);
    font-size: 13.5px;
    color: var(--vc-text);
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
    position: relative;
    padding: 0;
  }
  .avail-day.is-empty { pointer-events: none; }
  .avail-day.is-past {
    color: #c9c0ad;
    cursor: default;
    pointer-events: none;
  }
  .avail-day.is-open {
    background: rgba(138, 108, 53, 0.07);
    border-color: rgba(138, 108, 53, 0.22);
    color: var(--vc-charcoal);
  }
  .avail-day.is-open:hover {
    background: rgba(138, 108, 53, 0.2);
    border-color: var(--vc-gold-on-light);
    color: var(--vc-dark);
  }
  .avail-day.is-today {
    font-weight: 700;
    color: var(--vc-gold-on-light);
  }
  .avail-day.is-today.is-open { font-weight: 700; }
  .avail-day.is-booked {
    background: #b85544;
    border-color: #b85544;
    color: #fff;
    cursor: default;
    pointer-events: none;
  }
  .avail-day.is-hold {
    background: var(--vc-gold-on-light);
    border-color: var(--vc-gold-on-light);
    color: #fff;
    cursor: default;
    pointer-events: none;
  }
  .avail-day.is-unavailable {
    background: #888a86;
    border-color: #888a86;
    color: #fff;
    cursor: default;
    pointer-events: none;
  }

  .avail-day.is-boatshow {
    background: var(--vc-charcoal);
    border-color: var(--vc-charcoal);
    color: #fff;
    cursor: default;
    pointer-events: none;
  }

  .avail-day.is-transit {
    background: #BA7517;
    border-color: #BA7517;
    color: #fff;
    cursor: default;
    pointer-events: none;
  }

  .avail-controls {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 22px;
  }
  .cal-nav-btn {
    background: transparent;
    border: 1px solid var(--vc-border);
    width: 40px; height: 40px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--vc-charcoal); cursor: pointer;
    transition: all .25s ease;
    padding: 0;
  }
  .cal-nav-btn:hover, .cal-nav-btn:focus {
    border-color: var(--vc-gold-on-light);
    color: var(--vc-gold-on-light);
    background: transparent;
  }
  .cal-nav-btn:disabled {
    opacity: 0.3;
    cursor: default;
  }

  /* LOCATION */
  .location-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  }
  .location-card {
    background: #fff; border: 1px solid var(--vc-border);
    padding: 22px 24px;
  }
  .location-card .l-label {
    font-family: var(--sans);
    font-size: 9.5px; letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--vc-gold-on-light); font-weight: 700;
    margin-bottom: 8px;
  }
  .location-card .l-value, .rates-no-data {
    font-family: var(--display-serif) !important;
    font-style: italic; font-size: 18px;
    color: var(--vc-dark); font-weight: 500 !important;
    line-height: 1.3;
  }

  .rates-table-wrap.no-data-found {
    border: none;
  }
  .rates-table-wrap.no-data-found .rates-no-data{
    font-size: 22px;
    margin: 0;
    padding: 10px;
  }

  /* TESTIMONIALS */
  .yacht-section.testimonials-section { background: var(--vc-cream); }
  .testimonial-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 28px; margin-top: 14px;
  }
  .testimonial-card {
    background: #fff; border: 1px solid var(--vc-border);
    padding: 32px 30px;
    display: flex; flex-direction: column;
  }
  .testimonial-headline {
    font-family: var(--display-serif);
    font-style: italic; font-weight: 500;
    font-size: 22px; color: var(--vc-gold-on-light);
    line-height: 1.2; margin: 0 0 18px;
  }
  .testimonial-stars {
    color: var(--vc-gold-on-light);
    font-size: 13px; letter-spacing: 3px;
    margin-bottom: 16px;
  }
  .testimonial-card p{
    font-family: var(--body-serif) !important;
    font-style: italic; font-size: 15px;
    color: var(--vc-charcoal); line-height: 1.65;
    margin: 0 0 18px;
  }
  .testimonial-text {
    font-family: var(--body-serif);
    font-style: italic; font-size: 15px;
    color: var(--vc-charcoal); line-height: 1.65;
    margin: 0 0 18px;
  }
  .testimonial-attr {
    margin-top: auto; padding-top: 18px;
    border-top: 1px solid var(--vc-border);
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
  }

  /* INQUIRY */
  .yacht-section.inquiry-section { background: var(--vc-dark); color: #f7f3ed; }
  .inquiry-section .section-eyebrow { color: var(--vc-gold); }
  .inquiry-section .section-title { color: #fff; }
  .inquiry-section .section-title em { color: var(--vc-gold); }
  .inquiry-section .section-rule { background: var(--vc-gold); }
  .inquiry-section .section-lead { color: #d9d3c4; }
  .inquiry-grid {
    display: grid; grid-template-columns: 1fr 1.4fr;
    gap: 50px; margin-top: 22px;
  }
  .inquiry-side-points {
    list-style: none; padding: 0; margin: 0 0 28px;
  }
  .inquiry-side-points li {
    display: flex; align-items: flex-start; gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(181, 150, 90, 0.18);
    font-family: var(--body-serif);
    font-size: 15px; color: #cfc8b9; line-height: 1.55;
  }
  .inquiry-side-points li:last-child { border-bottom: none; }
  .inquiry-side-points i {
    color: var(--vc-gold);
    font-size: 13px; margin-top: 5px;
    flex-shrink: 0; width: 16px; text-align: center;
  }
  .inquiry-side-points strong {
    color: #f7f3ed; font-weight: 500;
    font-family: var(--display-serif); font-style: italic;
    font-size: 17px;
    display: block; margin-bottom: 2px;
  }
  .inquiry-contact {
    padding: 18px 22px;
    background: var(--vc-dark-2);
    border: 1px solid rgba(181, 150, 90, 0.25);
  }
  .inquiry-contact-label {
    font-family: var(--sans);
    font-size: 9.5px; letter-spacing: 0.36em;
    text-transform: uppercase;
    color: var(--vc-gold); font-weight: 600;
    margin-bottom: 10px;
  }
  .inquiry-contact a {
    color: #f7f3ed;
    font-family: var(--display-serif);
    font-style: italic; font-size: 17px;
    display: block; margin-bottom: 6px;
    transition: color .25s ease;
    text-decoration: none;
  }
  .inquiry-contact a:last-of-type { margin-bottom: 0; }
  .inquiry-contact a:hover { color: var(--vc-gold); }
  .inquiry-contact-hours {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(181, 150, 90, 0.18);
    font-family: var(--sans);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #b0a999;
    font-weight: 600;
  }

  .inquiry-card {
    background: #ffffff;
    border: 1px solid rgba(181, 150, 90, 0.4);
    box-shadow: 0 40px 80px -40px rgba(0, 0, 0, 0.55);
    color: var(--vc-text);
  }
  .inquiry-card-header {
    background: linear-gradient(180deg, #f7f3ed 0%, #fbfaf7 100%);
    padding: 24px 32px 20px;
    text-align: center;
    border-bottom: 1px solid var(--vc-border);
    position: relative;
  }
  .inquiry-card-header::after {
    content: '';
    position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 36px; height: 2px;
    background: var(--vc-gold-on-light);
  }
  .inquiry-card-eyebrow {
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--vc-gold-on-light); font-weight: 600;
    margin-bottom: 8px;
  }
  .inquiry-card-title {
    font-family: var(--display-serif);
    font-style: italic; font-weight: 500;
    font-size: 28px; color: var(--vc-dark);
    margin: 0 0 6px; line-height: 1.1;
  }
  .inquiry-card-title em { color: var(--vc-gold-on-light); font-style: italic; }
  .inquiry-card-sub {
    font-family: var(--body-serif);
    font-size: 13.5px; color: var(--vc-muted); margin: 0;
  }
  .inquiry-card-body { padding: 26px 32px 30px; }
  .single-yacht .form-row, .page-template-temp-yacht-detail .form-row{ display:inherit; margin-bottom: 16px;  }
  .single-yacht .form-grid-2, .page-template-temp-yacht-detail .form-grid-2 {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  }
  .single-yacht .form-label. .page-template-temp-yacht-detail .form-label {
    display: block;
    font-family: var(--sans);
    font-size: 10px; letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--vc-charcoal); font-weight: 600;
    margin-bottom: 7px;
  }
  .single-yacht .form-label .req, .page-template-temp-yacht-detail .form-label .req { color: var(--vc-gold-on-light); margin-left: 2px; }
  .single-yacht .form-input, .single-yacht .form-textarea,
  .page-template-temp-yacht-detail .form-input, .page-template-temp-yacht-detail .form-input {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid var(--vc-border);
    background: #ffffff;
    font-family: var(--body-serif);
    font-size: 15px; color: var(--vc-text);
    transition: border-color .25s ease, box-shadow .25s ease;
    height: 100%;
    border-radius: 0;
  }
  .single-yacht .form-input:focus, 
  .single-yacht .form-textarea:focus, 
  .single-yacht .picker-input:focus-visible,
  .page-template-temp-yacht-detail .form-input:focus, 
  .page-template-temp-yacht-detail .form-textarea:focus, 
  .page-template-temp-yacht-detail .picker-input:focus-visible {
    outline: none;
    border-color: var(--vc-gold-on-light);
    box-shadow: 0 0 0 3px rgba(138, 108, 53, 0.12);
  }
  .single-yacht .form-input::placeholder, 
  .single-yacht .form-textarea::placeholder,
  .page-template-temp-yacht-detail .form-input::placeholder, 
  .page-template-temp-yacht-detail .form-textarea::placeholder { color: #757269; }

  .single-yacht .form-textarea, .page-template-temp-yacht-detail .form-textarea { resize: vertical; min-height: 80px; }
  .single-yacht .picker-input, .page-template-temp-yacht-detail .picker-input {
    width: 100%; padding: 13px 14px;
    border: 1px solid var(--vc-border);
    background: #ffffff;
    font-family: var(--body-serif);
    font-size: 15px; color: var(--vc-text);
    text-align: left; cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    gap: 10px; transition: border-color .25s ease;
    min-height: 47px;
    height: 100%;
    text-transform: inherit;
  }
  .single-yacht .picker-input:hover, .page-template-temp-yacht-detail .picker-input:hover { border-color: var(--vc-gold-on-light); }
  .single-yacht .picker-input .picker-value, .page-template-temp-yacht-detail .picker-input .picker-value {
    flex: 1; min-width: 0;
    text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
  }
  .single-yacht .picker-input .picker-value.is-placeholder, .page-template-temp-yacht-detail .picker-input .picker-value.is-placeholder {
    color: #757269;
    font-size: 15px !important;
    text-transform: initial;
  }
  .single-yacht .picker-input i, .page-template-temp-yacht-detail .picker-input i { color: var(--vc-gold-on-light); font-size: 11px; flex-shrink: 0; }
  .single-yacht .form-submit, .page-template-temp-yacht-detail .form-submit {
    width: 100%;
    background: var(--vc-gold-on-light);
    color: #fff; border: 1px solid var(--vc-gold-on-light);
    padding: 17px;
    font-family: var(--sans);
    font-size: 12px; letter-spacing: 0.3em;
    text-transform: uppercase; font-weight: 700;
    cursor: pointer; transition: all .3s ease;
    display: inline-flex; align-items: center; gap: 14px;
    justify-content: center; margin-top: 8px;
  }
  .single-yacht .form-submit:hover, .page-template-temp-yacht-detail .form-submit:hover { background: var(--vc-dark); border-color: var(--vc-dark); }
  .single-yacht .form-footnote, .page-template-temp-yacht-detail .form-footnote {
    text-align: center; margin: 12px 0 0;
    font-family: var(--body-serif); font-style: italic;
    font-size: 12.5px; color: var(--vc-muted);
  }

  /* MODALS */
  .single-yacht .modal-overlay, .page-template-temp-yacht-detail .modal-overlay {
    position: fixed; inset: 0;
    background: rgba(14, 26, 38, 0.6);
    z-index: 500;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    padding: 20px;
  }
  .single-yacht .modal-overlay.is-open, .page-template-temp-yacht-detail .modal-overlay.is-open { opacity: 1; visibility: visible; }
  .single-yacht .modal, .page-template-temp-yacht-detail .modal {
    background: #fff;
    border: 1px solid var(--vc-border);
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5);
    max-width: 480px; width: 100%;
    max-height: 90vh; overflow-y: auto;
    transform: translateY(20px);
    transition: transform .3s ease;
    height: auto;
  }
  .single-yacht .modal-overlay.is-open .modal,
  .page-template-temp-yacht-detail .modal-overlay.is-open .modal { transform: translateY(0); display:block; }
  .single-yacht .modal-header, .page-template-temp-yacht-detail .modal-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 22px 26px 18px;
    border-bottom: 1px solid var(--vc-border);
    position: sticky; top: 0; background: #fff; z-index: 1;
  }
  .single-yacht .modal-title, .page-template-temp-yacht-detail .modal-title {
    font-family: var(--display-serif);
    font-style: italic; font-size: 26px;
    color: var(--vc-dark); margin: 0; font-weight: 500;
  }
  .single-yacht .modal-close, .page-template-temp-yacht-detail .modal-close {
    background: transparent;
    border: 1px solid var(--vc-border);
    color: var(--vc-charcoal);
    width: 38px; height: 38px;
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    cursor: pointer; transition: all .25s ease;
    font-size: 14px;
    padding: 0;
  }
  .single-yacht .modal-close:hover, .page-template-temp-yacht-detail .modal-close:hover {
    background: var(--vc-dark); color: var(--vc-gold);
    border-color: var(--vc-dark);
  }
  .single-yacht .modal-body, .page-template-temp-yacht-detail .modal-body { padding: 22px 26px; }
  .single-yacht .modal-footer, .page-template-temp-yacht-detail .modal-footer {
    padding: 16px 26px 22px;
    border-top: 1px solid var(--vc-border);
    display: flex; gap: 12px; justify-content: flex-end;
    position: sticky; bottom: 0; background: #fff;
  }
  .single-yacht .btn-modal-cancel, .page-template-temp-yacht-detail .btn-modal-cancel {
    background: transparent;
    border: 1px solid var(--vc-border);
    color: var(--vc-muted);
    padding: 12px 22px;
    font-family: var(--sans);
    font-size: 11px; letter-spacing: 0.24em;
    text-transform: uppercase; font-weight: 600;
    cursor: pointer; transition: all .25s ease;
  }
  .single-yacht .btn-modal-cancel:hover, .page-template-temp-yacht-detail .btn-modal-cancel:hover { border-color: var(--vc-charcoal); color: var(--vc-charcoal); }
  .single-yacht .btn-modal-apply, .page-template-temp-yacht-detail .btn-modal-apply {
    background: var(--vc-gold-on-light);
    color: #fff; border: 1px solid var(--vc-gold-on-light);
    padding: 12px 28px;
    font-family: var(--sans);
    font-size: 11px; letter-spacing: 0.24em;
    text-transform: uppercase; font-weight: 700;
    cursor: pointer; transition: all .25s ease;
  }
  .single-yacht .btn-modal-apply:hover, .page-template-temp-yacht-detail .btn-modal-apply:hover { background: var(--vc-dark); border-color: var(--vc-dark); }

  .single-yacht .opt-list { list-style: none; padding: 0; margin: 0; }
  .single-yacht .opt-list li { margin-bottom: 8px; }
  .single-yacht .opt-list li:last-child { margin-bottom: 0; }
  .single-yacht .opt-row {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 16px;
    border: 1px solid var(--vc-border);
    background: #fff; cursor: pointer;
    transition: all .25s ease;
    width: 100%; text-align: left;
    font-family: var(--body-serif);
    font-size: 15px; color: var(--vc-text);
  }
  .single-yacht .opt-row:hover { border-color: var(--vc-gold-on-light); background: var(--vc-paper); }
  .single-yacht .opt-row.is-selected {
    border-color: var(--vc-gold-on-light);
    background: rgba(138, 108, 53, 0.07);
  }
  .single-yacht .opt-row .opt-check {
    width: 22px; height: 22px;
    border: 1px solid var(--vc-border);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all .25s ease;
  }
  .single-yacht .opt-row .opt-check.opt-check-box { border-radius: 3px; }
  .single-yacht .opt-row.is-selected .opt-check {
    background: var(--vc-gold-on-light);
    border-color: var(--vc-gold-on-light);
    color: #fff;
  }
  .single-yacht .opt-row .opt-check i { font-size: 10px; opacity: 0; transition: opacity .2s ease; }
  .single-yacht .opt-row.is-selected .opt-check i { opacity: 1; }

  /* Calendar */
  .calendar-wrap { display: flex; flex-direction: column; gap: 14px; }
  .cal-month-nav {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 8px;
  }
  .cal-month-label {
    font-family: var(--display-serif);
    font-style: italic; font-size: 20px;
    color: var(--vc-dark); font-weight: 500;
  }
  .cal-nav-btn {
    background: transparent;
    border: 1px solid var(--vc-border);
    width: 34px; height: 34px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--vc-charcoal); cursor: pointer;
    transition: all .25s ease;
  }
  .cal-nav-btn:hover { border-color: var(--vc-gold-on-light); color: var(--vc-gold-on-light); }
  .cal-weekdays {
    display: grid; grid-template-columns: repeat(7, 1fr);
    font-family: var(--sans);
    font-size: 9.5px; letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
    text-align: center; padding: 6px 0;
    border-bottom: 1px solid var(--vc-border);
  }
  .cal-grid {
    display: grid; grid-template-columns: repeat(7, 1fr);
    gap: 2px; padding: 6px 0;
  }
  .single-yacht .cal-day {
    aspect-ratio: 1; background: transparent; border: none;
    font-family: var(--body-serif); font-size: 14px;
    color: var(--vc-text); cursor: pointer;
    transition: all .15s ease;
    display: flex; align-items: center; justify-content: center;
    min-height: 36px;
    padding: inherit;
    box-shadow: inherit;
  }
  .cal-day:hover:not(:disabled):not(.is-empty) { background: var(--vc-cream); }
  .cal-day:disabled, .cal-day.is-empty { color: #c9c0ad; cursor: default; }
  .cal-day.is-empty { pointer-events: none; }
  .cal-day.is-today { font-weight: 600; color: var(--vc-gold-on-light); }
  .cal-day.is-selected-start, .cal-day.is-selected-end {
    background: var(--vc-gold-on-light); color: #fff;
  }
  .cal-day.is-in-range {
    background: rgba(138, 108, 53, 0.15);
    color: var(--vc-charcoal);
  }
  .cal-day.cal-status-booked {
    background: #b85544;
    color: #fff;
    cursor: not-allowed;
    text-decoration: line-through;
    text-decoration-color: rgba(255,255,255,0.5);
  }
  .cal-day.cal-status-hold {
    background: var(--vc-gold-on-light);
    color: #fff;
    cursor: not-allowed;
  }
  .cal-day.cal-status-unavailable {
    background: #888a86;
    color: #fff;
    cursor: not-allowed;
  }
  .cal-day.cal-status-boatshow {
    background: var(--vc-dark);
    color: #fff;
    cursor: not-allowed;
  }
  .cal-day.cal-status-transit {
    background: #BA7517;
    color: #fff;
    cursor: not-allowed;
  }
  .cal-selected-display {
    padding: 12px 14px;
    background: var(--vc-paper);
    border: 1px solid var(--vc-border);
    display: flex; justify-content: space-between; align-items: center; gap: 10px;
  }
  .cal-selected-display .seg-lbl {
    font-family: var(--sans);
    font-size: 9px; letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--vc-muted); font-weight: 600;
  }
  .cal-selected-display .seg-val {
    font-family: var(--display-serif);
    font-style: italic; font-size: 16px;
    color: var(--vc-dark); font-weight: 500;
  }
  .cal-selected-display .seg-val.empty { color: #c9c0ad; }

  /* Guests stepper */
  .guests-block {
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--vc-border);
  }
  .guests-block:last-of-type { border-bottom: none; }
  .guests-block h4 {
    font-family: var(--display-serif);
    font-style: italic; font-size: 20px;
    color: var(--vc-dark); margin: 0 0 2px; font-weight: 500;
  }
  .guests-block p{
    font-family: var(--body-serif);
    font-size: 13px; color: var(--vc-muted); margin: 0;
  }
  .lg-sub-html, .lg-sub-html p {
      margin: 0;
      font-family: var(--sans);
      font-size: 13px;
      letter-spacing: 0.36em;
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
  }
  .stepper { display: flex; align-items: center; gap: 14px; }
  .stepper-btn {
    width: 38px; height: 38px;
    border-radius: 50%;
    border: 1px solid var(--vc-border);
    background: transparent;
    color: var(--vc-charcoal);
    font-size: 18px;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: all .25s ease; padding: 0;
  }
  .stepper-btn:hover:not(:disabled) {
    border-color: var(--vc-gold-on-light); 
    color: var(--vc-gold-on-light);
    background: transparent;
  }
  .stepper-btn:focus{
    background: transparent;
  }
  .stepper-btn:disabled { opacity: 0.3; cursor: not-allowed; }
  .stepper-value {
    font-family: var(--display-serif);
    font-style: italic; font-size: 24px;
    color: var(--vc-dark); font-weight: 500;
    min-width: 28px; text-align: center;
  }

  /* MOBILE CTA */
  .mobile-cta-bar {
    display: none;
    position: fixed !important; bottom: 0; left: 0; right: 0;
    background: var(--vc-dark);
    border-top: 1px solid var(--vc-gold);
    padding: 12px 16px; z-index: 99;
    box-shadow: 0 -8px 24px -10px rgba(14, 26, 38, 0.4);
    align-items: center; gap: 12px;
  }
  .mobile-cta-price { flex: 1; min-width: 0; }
  .mobile-cta-price .mc-from {
    font-family: var(--sans);
    font-size: 9px; letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(247, 243, 237, 0.6); font-weight: 600;
    line-height: 1; margin-bottom: 4px;
  }
  .mobile-cta-price .mc-amt {
    font-family: var(--display-serif);
    font-style: italic; font-size: 19px;
    color: var(--vc-gold); font-weight: 600; line-height: 1;
  }
  .mobile-cta-bar a {
    background: var(--vc-gold);
    color: var(--vc-dark);
    padding: 12px 20px;
    font-family: var(--sans);
    font-size: 10.5px; letter-spacing: 0.28em;
    text-transform: uppercase; font-weight: 700;
    flex-shrink: 0;
    display: inline-flex; align-items: center; gap: 8px;
  }

  /* FOOTER */
  .site-footer {
    background: var(--vc-dark);
    color: #cfc8b9;
    padding: 90px 0 30px;
    border-top: 1px solid rgba(181, 150, 90, 0.15);
  }
  .footer-grid {
    display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 56px; margin-bottom: 60px;
  }
  .footer-brand .footer-logo img { height: 70px; margin-bottom: 22px; }
  .footer-brand p {
    font-family: var(--body-serif);
    font-size: 15px; line-height: 1.7;
    color: #b0a999; max-width: 360px; margin: 0;
  }
  .footer-col h4 {
    font-family: var(--sans);
    font-size: 11px; font-weight: 600;
    letter-spacing: 0.3em; text-transform: uppercase;
    color: var(--vc-gold);
    margin: 0 0 24px;
  }
  .footer-col ul { list-style: none; padding: 0; margin: 0; }
  .footer-col li { margin-bottom: 12px; }
  .footer-col a, .contact-list li {
    color: #cfc8b9;
    font-size: 14px;
    font-family: var(--body-serif);
    transition: color .25s ease;
  }
  .footer-col a:hover { color: var(--vc-gold); }
  .footer-bottom {
    border-top: 1px solid rgba(181, 150, 90, 0.18);
    padding-top: 28px;
    display: flex; justify-content: space-between; align-items: center;
    font-size: 12px; color: #8a8377;
    font-family: var(--sans);
  }
  .footer-socials { display: flex; gap: 12px; }
  .footer-socials a {
    width: 44px; height: 44px;
    border: 1px solid rgba(181, 150, 90, 0.3);
    border-radius: 50%;
    display: grid; place-items: center;
    color: #cfc8b9; font-size: 14px;
    transition: all .25s ease;
  }
  .footer-socials a:hover {
    color: var(--vc-dark); background: var(--vc-gold); border-color: var(--vc-gold);
  }

  /* RESPONSIVE */
  @media (max-width: 1100px) {
    .main-nav, .header-cta { display: none; }
    .mobile-toggle { display: flex; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .yacht-info { max-width: 720px; }
    .layout-grid { grid-template-columns: 1fr; gap: 40px; max-width: 720px; }
    .inquiry-grid { grid-template-columns: 1fr; gap: 36px; }
  }
  @media (max-width: 900px) {
    
    .amenities-grid { grid-template-columns: 1fr; gap: 18px; }
    .crew-grid { grid-template-columns: 1fr; gap: 24px; }
    .testimonial-grid { grid-template-columns: 1fr; gap: 22px; }
    .location-grid { grid-template-columns: 1fr 1fr; }
    .toys-grid { grid-template-columns: 1fr 1fr; }
    .menu-gallery { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
    .mobile-cta-bar { display: flex; }
    main { padding-bottom: 76px; }
    .yacht-section { padding: 60px 0; }
    .avail-months { grid-template-columns: 1fr; gap: 28px; }
    .avail-section-header { flex-direction: column; align-items: flex-start; }

    /* Mobile jump nav: dropdown pattern, no horizontal scroll */
    .jump-nav-cta { display: none; }
    .jump-nav-inner {
      gap: 0;
      padding-top: 0;
      padding-bottom: 0;
      flex-direction: column;
      align-items: stretch;
    }
    .jump-nav-toggle {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      background: transparent;
      border: none;
      padding: 14px 0;
      cursor: pointer;
      text-align: left;
      font-family: var(--sans);
      color: var(--vc-charcoal);
      min-height: 44px;
      box-shadow: none;
    }
    .jump-nav-toggle:hover, .jump-nav-toggle:focus {
        background: transparent;
    }
    .jump-nav-toggle-label {
      font-size: 10px;
      letter-spacing: 0.26em;
      text-transform: uppercase;
      color: var(--vc-muted);
      font-weight: 600;
      flex-shrink: 0;
    }
    .jump-nav-toggle-current {
      font-family: var(--display-serif);
      font-style: italic;
      font-size: 17px;
      color: var(--vc-dark);
      font-weight: 500;
      flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .jump-nav-toggle-chev {
      color: var(--vc-gold-on-light);
      font-size: 12px;
      transition: transform .25s ease;
      flex-shrink: 0;
    }
    .jump-nav.is-open .jump-nav-toggle-chev { transform: rotate(180deg); }

    /* Dropdown panel: starts collapsed, slides open under toggle */
    .jump-nav-links {
      display: none;
      flex-direction: column;
      gap: 0;
      padding: 0 0 12px;
      border-top: 1px solid var(--vc-border);
      overflow: visible;
      flex: none;
    }
    .jump-nav.is-open .jump-nav-links { display: flex; }
    .jump-nav-links a {
      font-size: 11px;
      letter-spacing: 0.26em;
      padding: 14px 0;
      border-bottom: 1px solid var(--vc-border);
      min-height: 44px;
      display: flex;
      align-items: center;
    }
    .jump-nav-links a:last-child { border-bottom: none; }
  }
  @media (max-width: 560px) {
    .container { padding-left:22px !important; padding-right:22px !important; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; gap: 16px; }
    .header-inner { height: 72px; }
    .logo img { height: 44px; }
    /*.breadcrumb { margin-top: 72px; }*/
    .yacht-hero { padding: 24px 0 40px; }
    .yacht-quickfacts { grid-template-columns: 1fr 1fr; }
    .form-grid-2 { grid-template-columns: 1fr; }
    .location-grid { grid-template-columns: 1fr; }
    .toys-grid { grid-template-columns: 1fr; }
    .inquiry-card-header { padding: 22px 22px 20px; }
    .inquiry-card-body { padding: 22px 22px 26px; }
    .menu-gallery { grid-template-columns: repeat(2, 1fr); gap: 6px; }
    .menu-intro p { font-size: 17px; }
    .crew-body { padding: 24px; }
    .hero-cta-row { flex-direction: column; }
    .btn-secondary { width: 100%; justify-content: center; }
    .gallery-thumbs { grid-template-columns: repeat(3, 1fr); }
    .gallery-thumbs .extra-thumb { display: none; }
    .jump-nav { top: 72px; }
    html { scroll-padding-top: 140px; }
  }