/*
Theme Name: Better Boat Club v20
Theme URI: https://betterboatclub.com
Author: Better Boat Club
Description: Miami yacht and fishing charter storefront integrated with BetterBoat Operations, profit-based fleet assignment, owner dashboards, calendar sync, deposits, live taxes, and a post-booking Vibe Builder.
Version: 20.0.0
Text Domain: better-boat-club-v20
*/

:root {
  --navy: #03192a;
  --navy-2: #07263d;
  --navy-3: #0b3552;
  --cyan: #12bdec;
  --cyan-2: #128fd8;
  --ink: #071729;
  --muted: #60738b;
  --soft: #f4f8fb;
  --warm: #f8f5ed;
  --white: #fff;
  --line: rgba(7, 23, 41, .10);
  --shadow: 0 22px 55px rgba(5, 28, 48, .14);
  --shadow-small: 0 12px 30px rgba(5, 28, 48, .10);
  --radius: 22px;
  --radius-small: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1220px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 86px 0; }
.soft-section { background: var(--soft); }
.warm-section { background: var(--warm); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { font-size: clamp(52px, 7vw, 92px); line-height: .97; }
h2 { font-size: clamp(36px, 4.4vw, 58px); line-height: 1.02; }
h3 { font-size: 23px; line-height: 1.12; }
p { line-height: 1.65; }

.button, .btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .btn:hover { transform: translateY(-2px); }
.button-primary, .btn:not(.dark):not(.outline) { background: linear-gradient(135deg, var(--cyan), var(--cyan-2)); color: var(--navy); box-shadow: 0 12px 28px rgba(18, 189, 236, .28); }
.button-dark, .btn.dark { background: var(--navy); color: #fff; box-shadow: 0 10px 22px rgba(3, 25, 42, .18); }
.button-outline-light { color: #fff; border: 1px solid rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .06); backdrop-filter: blur(8px); }
.button-full { width: 100%; }
.text-link { color: #087fbd; font-weight: 850; }

.eyebrow, .section-label, .kicker, .badge {
  display: inline-block;
  color: #0788ca;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.eyebrow-light, .section-label-light { color: #fff; }
.eyebrow-light { border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.09); padding: 10px 15px; border-radius: 999px; }
.section-heading { margin-bottom: 42px; }
.section-heading h2 { margin: 10px 0 15px; }
.section-heading p { color: var(--muted); font-size: 18px; max-width: 760px; }
.center-heading { text-align: center; }
.center-heading p { margin-left: auto; margin-right: auto; }
.narrow-heading { max-width: 820px; margin-left: auto; margin-right: auto; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 1000; background: linear-gradient(180deg, #061e32, #031726); border-bottom: 1px solid rgba(255,255,255,.06); box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.admin-bar .site-header { top: 32px; }
.nav-shell { height: 90px; display: flex; align-items: center; gap: 30px; }
.site-logo { flex: 0 0 auto; }
.site-logo img { width: 270px; height: auto; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); }
.site-navigation { margin-left: auto; }
.primary-menu { list-style: none; display: flex; align-items: stretch; gap: 25px; padding: 0; margin: 0; }
.primary-menu > li { position: relative; display: flex; align-items: stretch; }
.primary-menu > li > a { color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap; display: flex; align-items: center; min-height: 90px; }
.primary-menu a:hover, .primary-menu .current-menu-item > a { color: var(--cyan); }
.menu-caret { display: inline-block; margin-left: 6px; font-size: 15px; transform: translateY(-1px); }
.primary-menu .sub-menu {
  visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(8px);
  position: absolute; top: 100%; left: -18px; width: 255px; padding: 12px; margin: 0;
  list-style: none; background: #fff; border: 1px solid rgba(7,23,41,.08); border-radius: 14px;
  box-shadow: var(--shadow); transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.primary-menu .sub-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.primary-menu .sub-menu a { color: var(--ink); display: block; padding: 11px 12px; border-radius: 8px; font-size: 14px; font-weight: 750; }
.primary-menu .sub-menu a:hover, .primary-menu .sub-menu .current-menu-item > a { background: #eff8fd; color: #087fbd; }

.header-book { flex: 0 0 auto; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 0; border-radius: 10px; background: rgba(255,255,255,.09); padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }

/* Home hero */
.home-hero, .rentals-hero, .service-hero, .partner-hero {
  position: relative;
  min-height: 600px;
  color: #fff;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.home-hero { background-image: url('assets/hero-placeholder.jpg'); background-position: center 58%; }
.home-hero-overlay, .rentals-hero-overlay, .service-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(1,17,30,.90) 0%, rgba(1,17,30,.66) 48%, rgba(1,17,30,.22) 100%), linear-gradient(180deg, rgba(1,17,30,.08), rgba(1,17,30,.38));
}
.home-hero-content, .rentals-hero-copy, .service-hero-copy { position: relative; z-index: 1; padding: 115px 0 140px; max-width: 880px; }
.home-hero h1, .rentals-hero h1, .service-hero h1 { margin: 24px 0 18px; color: #fff; text-shadow: 0 5px 25px rgba(0,0,0,.28); }
.home-hero p, .rentals-hero p, .service-hero p { max-width: 730px; font-size: 21px; color: rgba(255,255,255,.94); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

/* Premium floating search — based on the original BBC search bar */
.home-search-wrap { position: relative; z-index: 8; margin-top: -70px; }
.home-search-card, .rental-search {
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(7,23,41,.08);
  border-radius: 20px;
  box-shadow: 0 24px 55px rgba(5,28,48,.18);
  overflow: hidden;
  padding: 16px 16px 0;
}
.search-main-row { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 14px; align-items: stretch; }
.search-field {
  min-width: 0; min-height: 64px; display: flex; align-items: center; gap: 12px;
  border: 1px solid rgba(7,23,41,.10); border-radius: 14px; background: #fff; padding: 10px 14px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.search-field:focus-within { border-color: rgba(18,143,216,.55); box-shadow: 0 0 0 4px rgba(18,143,216,.08); }
.search-field-icon { width: 27px; height: 27px; flex: 0 0 27px; color: #173b5a; display: inline-flex; align-items: center; justify-content: center; }
.search-field-icon svg, .search-submit svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.search-field-control { min-width: 0; flex: 1; display: block; }
.search-field-control small { display: block; color: #263a50; font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; margin-bottom: 6px; }
.search-field input, .search-field select {
  width: 100%; height: 24px; min-height: 24px; border: 0; border-radius: 0; background: transparent; padding: 0 24px 0 0;
  color: var(--ink); font-size: 15px; line-height: 24px; font-weight: 700; outline: 0; box-shadow: none;
}
.search-field input[type="date"] { padding-right: 0; }
.search-submit { min-height: 64px; height: 64px; padding: 0 26px; white-space: nowrap; font-size: 15px; }
.search-submit svg { width: 19px; height: 19px; }
.search-trust { display: grid; grid-template-columns: repeat(3,1fr); margin: 16px -16px 0; border-top: 1px solid var(--line); background: linear-gradient(180deg,#fff,#fbfdff); }
.search-trust span { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 14px; font-size: 13px; font-weight: 800; color: #244057; border-right: 1px solid var(--line); }
.search-trust span:last-child { border-right: 0; }
.search-trust b { color: #0c8fcf; font-size: 17px; line-height: 1; }

/* Package cards */
.package-section { padding-top: 108px; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.package-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-small); display: flex; flex-direction: column; }
.package-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); transition: .2s ease; }
.package-popular { border: 2px solid rgba(18,189,236,.6); }
.package-image { position: relative; height: 205px; overflow: hidden; }
.package-image img { width: 100%; height: 100%; object-fit: cover; }
.package-label { position: absolute; left: 14px; top: 14px; padding: 8px 11px; border-radius: 999px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.package-popular .package-label { background: linear-gradient(135deg, var(--cyan), var(--cyan-2)); color: var(--navy); }
.package-body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.package-body h3 { margin-bottom: 12px; }
.package-body p { color: var(--muted); font-size: 14px; flex: 1; }
.package-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 18px; }
.package-facts span { background: #eef7fc; color: #176487; border-radius: 999px; padding: 8px 10px; font-size: 11px; font-weight: 800; }
.package-price { font-size: 18px; font-weight: 900; margin-bottom: 16px; }
.package-body .button { width: 100%; }
.representative-note { margin: 30px auto 0; max-width: 950px; padding: 17px 20px; border: 1px solid rgba(18,143,216,.20); background: #f3faff; border-radius: 14px; color: #496278; font-size: 14px; }

/* How it works */
.dark-band { background: linear-gradient(135deg, #03192a, #082d49); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { padding: 10px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { display: block; color: var(--cyan); font-weight: 900; margin-bottom: 18px; }
.trust-grid h3 { margin-bottom: 10px; color: #fff; }
.trust-grid p { color: rgba(255,255,255,.72); font-size: 14px; margin-bottom: 0; }
.light-steps { background: var(--navy); color: #fff; padding: 35px 15px; border-radius: var(--radius); }

/* Experience tiles */
.experience-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.experience-tile { position: relative; min-height: 230px; border-radius: 18px; overflow: hidden; display: flex; flex-direction: column; justify-content: end; padding: 22px; color: #fff; background: linear-gradient(180deg, transparent 30%, rgba(2,18,31,.90)), var(--tile); background-size: cover; background-position: center; box-shadow: var(--shadow-small); }
.experience-tile span { font-size: 21px; font-weight: 900; }
.experience-tile small { margin-top: 6px; color: rgba(255,255,255,.82); }
.experience-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.experience-card-grid a { min-height: 300px; border-radius: 20px; padding: 25px; display: flex; flex-direction: column; justify-content: end; color: #fff; background: linear-gradient(180deg, transparent 32%, rgba(2,18,31,.92)), var(--card-image); background-size: cover; background-position: center; box-shadow: var(--shadow-small); }
.experience-card-grid span { font-size: 25px; font-weight: 900; }
.experience-card-grid small { margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.83); }

/* Concierge and partner */
.concierge-section { padding-top: 20px; }
.concierge-card, .final-cta { border-radius: var(--radius); background: linear-gradient(135deg, #03192a, #0a3b5d); color: #fff; padding: 50px; display: flex; align-items: center; justify-content: space-between; gap: 40px; box-shadow: var(--shadow); }
.concierge-card h2, .final-cta h2 { color: #fff; margin: 10px 0; }
.concierge-card p, .final-cta p { color: rgba(255,255,255,.76); max-width: 700px; margin-bottom: 0; }
.partner-strip { background: var(--warm); }
.partner-grid, .partner-benefits { display: grid; grid-template-columns: 1.5fr .7fr; gap: 70px; align-items: center; }
.partner-grid h2, .partner-benefits h2 { margin: 10px 0 15px; }
.partner-grid p, .partner-benefits p { color: var(--muted); font-size: 18px; }

/* Rentals page */
.rentals-hero { background-image: var(--rentals-hero); background-position: center; }
.rental-search-strip { position: relative; z-index: 5; margin-top: -48px; }
.rental-search { padding: 16px 16px 0; }
.rental-search .button { height: 64px; }
.rental-package-list { display: grid; gap: 34px; }
.rental-package-row { display: grid; grid-template-columns: 1.05fr .95fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-small); }
.rental-package-row.row-reverse .rental-package-image { order: 2; }
.rental-package-image { min-height: 430px; position: relative; overflow: hidden; }
.rental-package-image img { width: 100%; height: 100%; object-fit: cover; }
.rental-package-image span { position: absolute; left: 20px; top: 20px; background: var(--navy); color: #fff; padding: 9px 13px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.rental-package-copy { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.rental-package-copy h2 { margin: 10px 0 15px; }
.rental-package-copy > p { color: var(--muted); font-size: 17px; }
.check-list { padding: 0; margin: 22px 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; line-height: 1.4; }
.check-list li:before { content: '✓'; position: absolute; left: 0; color: #0b99d8; font-weight: 900; }
.check-list.compact li { font-size: 14px; }
.rental-package-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.rental-package-footer strong { font-size: 19px; }
.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.standards-grid article { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px; box-shadow: var(--shadow-small); }
.standards-grid article > span { display: inline-flex; width: 44px; height: 44px; border-radius: 12px; align-items: center; justify-content: center; background: #eaf7fe; color: #078dce; font-weight: 900; margin-bottom: 20px; }
.standards-grid h3 { margin-bottom: 10px; }
.standards-grid p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.final-cta-section { padding-top: 20px; }
.final-cta { position: relative; overflow: hidden; background: linear-gradient(90deg, rgba(2,20,34,.98), rgba(2,20,34,.73), rgba(2,20,34,.22)), var(--cta-image); background-size: cover; background-position: center; }

/* Service pages */
.service-hero, .partner-hero { background-image: var(--service-image, var(--partner-image)); background-position: center; }
.simple-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.simple-package-grid article { border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-small); display: flex; flex-direction: column; }
.simple-package-grid article.featured { border: 2px solid rgba(18,189,236,.55); transform: translateY(-8px); }
.simple-package-grid article > span { color: #078dce; font-weight: 900; font-size: 14px; }
.simple-package-grid h3 { font-size: 28px; margin: 14px 0; }
.simple-package-grid p { color: var(--muted); flex: 1; }
.detail-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.detail-split figure { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.detail-split figure img { width: 100%; min-height: 480px; object-fit: cover; }

/* Booking */
.booking-hero { background: linear-gradient(135deg, #03192a, #0a3b5d); color: #fff; }
.booking-hero-inner { padding: 90px 0 110px; text-align: center; max-width: 850px; }
.booking-hero h1 { margin: 18px 0; color: #fff; }
.booking-hero p { max-width: 720px; margin: 0 auto; font-size: 19px; color: rgba(255,255,255,.77); }
.booking-section { background: var(--soft); }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 32px; align-items: start; }
.booking-form-card, .sidebar-card, .booking-success { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-small); }
.booking-form-card { padding: 38px; }
.booking-form-head { padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.booking-form-head h2 { margin: 9px 0 10px; font-size: 40px; }
.booking-form-head p { color: var(--muted); margin-bottom: 0; }
.booking-form fieldset { border: 0; padding: 28px 0; margin: 0; border-bottom: 1px solid var(--line); }
.booking-form legend { font-size: 18px; font-weight: 900; margin-bottom: 18px; }
.choice-grid { display: grid; gap: 12px; }
.choice-grid-three { grid-template-columns: repeat(3, 1fr); }
.choice-grid-two { grid-template-columns: repeat(2, 1fr); }
.radio-card { position: relative; display: block; }
.radio-card input { position: absolute; opacity: 0; pointer-events: none; }
.radio-card span { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 16px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.radio-card strong { margin-bottom: 6px; }
.radio-card small { color: var(--muted); line-height: 1.35; }
.radio-card input:checked + span { border: 2px solid var(--cyan-2); background: #effaff; box-shadow: 0 8px 20px rgba(18,143,216,.12); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-grid label, .booking-form label { font-size: 13px; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea, .booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; margin-top: 7px; border: 1px solid rgba(7,23,41,.16); border-radius: 11px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none;
}
.form-grid input, .form-grid select { height: 50px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--cyan-2); box-shadow: 0 0 0 3px rgba(18,143,216,.10); }
.form-wide { grid-column: 1/-1; }
.honeypot { position: absolute !important; left: -10000px !important; }
.booking-submit-row { padding-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.booking-submit-row div { display: flex; flex-direction: column; gap: 4px; }
.booking-submit-row span { color: var(--muted); font-size: 13px; }
.booking-sidebar { display: grid; gap: 18px; position: sticky; top: 120px; }
.sidebar-card { padding: 25px; }
.sidebar-card h3 { margin: 8px 0 12px; }
.sidebar-card p { color: var(--muted); font-size: 14px; }
.sidebar-note { background: var(--navy); color: #fff; }
.sidebar-note p { color: rgba(255,255,255,.72); }
.sidebar-steps { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 16px; }
.sidebar-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; font-size: 14px; line-height: 1.4; }
.sidebar-steps span { width: 28px; height: 28px; border-radius: 50%; background: #eaf7fe; color: #078dce; display: flex; align-items: center; justify-content: center; font-weight: 900; }
.booking-success { padding: 55px; text-align: center; }
.success-icon { display: flex; width: 72px; height: 72px; margin: 0 auto 20px; border-radius: 50%; align-items: center; justify-content: center; background: #e9fbf1; color: #0f9c57; font-size: 35px; font-weight: 900; }
.booking-success p { color: var(--muted); font-size: 17px; max-width: 650px; margin: 0 auto 25px; }
.form-alert { padding: 15px 18px; margin-bottom: 18px; border-radius: 12px; background: #fff1f1; color: #a62929; border: 1px solid #f3caca; }

/* Generic page */
.page-hero { background: linear-gradient(135deg, #03192a, #0a3b5d); color: #fff; padding: 95px 0; }
.page-hero h1 { margin: 15px 0 0; color: #fff; }
.content-page { max-width: 900px; }
.content-page p, .content-page li { color: #4e6478; font-size: 17px; }

/* About page */
.about-page { background: #fff; }
.about-hero { position: relative; min-height: 575px; color: #fff; background-image: var(--about-hero-image); background-size: cover; background-position: center; overflow: hidden; }
.about-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,20,34,.88), rgba(2,20,34,.55), rgba(2,20,34,.18)); }
.about-hero-inner { position: relative; z-index: 1; padding: 95px 0; }
.about-hero-copy { max-width: 700px; }
.about-hero-copy h1 { margin: 20px 0; }
.about-hero-copy p { font-size: 20px; max-width: 650px; }
.about-eyebrow { display: inline-block; font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
.about-eyebrow-light { color: #fff; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); padding: 10px 14px; border-radius: 999px; }
.about-hero-actions, .about-cta-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.about-primary-btn { background: linear-gradient(135deg,var(--cyan),var(--cyan-2)); color: var(--navy); }
.about-outline-btn { border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.06); }
.about-story-section { padding: 85px 0 30px; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.about-section-label { color: #078dce; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.about-story-copy h2, .about-reasons-intro h2 { margin: 12px 0 20px; }
.about-story-copy > p, .about-reasons-intro p { color: var(--muted); }
.about-story-image { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.about-story-image img { width: 100%; min-height: 500px; object-fit: cover; }
.about-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 30px; }
.about-trust-item { text-align: center; }
.about-trust-item strong, .about-trust-item small { display: block; }
.about-trust-item small { color: var(--muted); font-size: 11px; margin-top: 4px; }
.about-icon { width: 42px; height: 42px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; color: #078dce; }
.about-icon svg, .about-reason-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; }
.about-stats-section { padding: 25px 0 0; }
.about-stats-grid { background: var(--navy); color: #fff; border-radius: var(--radius); display: grid; grid-template-columns: repeat(4,1fr); padding: 34px 20px; box-shadow: var(--shadow); }
.about-stat { text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.about-stat:last-child { border-right: 0; }
.about-stat-icon { display: block; color: var(--cyan); margin-bottom: 8px; }
.about-stat strong { display: block; font-size: 28px; }
.about-stat small { color: rgba(255,255,255,.72); }
.about-why-section { padding: 50px 0 90px; }
.about-reasons-panel { display: grid; grid-template-columns: 1.2fr repeat(4,1fr); gap: 14px; background: var(--soft); border-radius: var(--radius); padding: 30px; }
.about-reason-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 18px; text-align: center; }
.about-reason-icon { display: flex; width: 45px; height: 45px; margin: 0 auto 17px; color: #078dce; }
.about-reason-card h3 { font-size: 16px; }
.about-reason-card p { font-size: 12px; color: var(--muted); }
.about-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 30px 0 14px; }
.about-gallery figure { margin: 0; height: 220px; border-radius: 16px; overflow: hidden; }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; }
.about-bottom-cta { position: relative; min-height: 310px; border-radius: var(--radius); overflow: hidden; padding: 50px; color: #fff; display: flex; align-items: center; background: linear-gradient(90deg,rgba(2,20,34,.97),rgba(2,20,34,.70),rgba(2,20,34,.20)), var(--about-cta-image); background-size: cover; background-position: center; }
.about-bottom-cta h2 { margin: 10px 0; color: #fff; }

/* Footer */
.site-footer { background: #021523; color: #fff; padding: 65px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, .7fr); gap: 55px; }
.footer-brand img { width: 245px; margin-bottom: 18px; }
.footer-brand p { max-width: 360px; color: rgba(255,255,255,.64); }
.site-footer h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.site-footer a { display: block; color: rgba(255,255,255,.70); margin: 10px 0; font-size: 14px; }
.site-footer a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; color: rgba(255,255,255,.52); font-size: 12px; }

/* Older template compatibility */
.section.alt { background: var(--soft); }
.section-head { margin-bottom: 35px; }
.section-head h2 { margin-bottom: 10px; }
.lead, .meta { color: var(--muted); }
.grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card, .mini-card, .cta, .form-box { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-small); box-shadow: var(--shadow-small); }
.card { overflow: hidden; }
.card-img { min-height: 190px; background: #eaf7fe; display: flex; align-items: center; justify-content: center; color: #176487; font-weight: 800; }
.card-body { padding: 24px; }
.card-body .button, .card-body .btn { margin-top: 15px; }
.price { font-weight: 900; font-size: 19px; }
.features { display: flex; flex-wrap: wrap; gap: 8px; margin: 15px 0; }
.pill { padding: 7px 10px; border-radius: 999px; background: #eaf7fe; color: #176487; font-size: 11px; font-weight: 800; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.mini-card { padding: 24px; }
.experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.cta { padding: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.form-box { padding: 25px; }
.form-box input, .form-box select, .form-box textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }

@media (max-width: 1120px) {
  .container { width: min(100% - 36px, 1100px); }
  .site-logo img { width: 225px; }
  .primary-menu { gap: 15px; }
  .primary-menu a { font-size: 13px; }
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .experience-tiles { grid-template-columns: repeat(2,1fr); }
  .search-main-row { grid-template-columns: repeat(2,1fr); }
  .search-main-row .search-submit { grid-column: 1/-1; }
  .booking-layout { grid-template-columns: minmax(0,1fr) 300px; }
  .about-reasons-panel { grid-template-columns: repeat(2,1fr); }
  .about-reasons-intro { grid-column: 1/-1; }
}

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }
  .nav-shell { height: 76px; }
  .site-logo img { width: 205px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-navigation { display: none; position: fixed; top: 76px; left: 0; right: 0; bottom: 0; padding: 28px 24px; background: #03192a; overflow: auto; }
  .admin-bar .site-navigation { top: 122px; }
  .site-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .primary-menu > li { margin: 0; display: block; border-bottom: 1px solid rgba(255,255,255,.10); }
  .primary-menu > li > a { min-height: 0; display: flex; padding: 15px 0; font-size: 16px; }
  .primary-menu .sub-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: none; display: block; position: static; width: auto; background: transparent; border: 0; box-shadow: none; padding: 0 0 12px 18px; }
  .primary-menu .sub-menu::before { display: none; }
  .primary-menu .sub-menu a { color: rgba(255,255,255,.72); padding: 8px 0; }
  .header-book { display: none; }
  .home-hero, .rentals-hero, .service-hero, .partner-hero { min-height: 550px; }
  .home-hero-content, .rentals-hero-copy, .service-hero-copy { padding: 90px 0 120px; }
  .home-search-wrap { margin-top: -55px; }
  .search-trust { grid-template-columns: 1fr; }
  .search-trust span { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid, .standards-grid { grid-template-columns: repeat(2,1fr); gap: 0; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 25px; }
  .search-main-row { grid-template-columns: repeat(2,1fr); }
  .search-main-row .button { grid-column: 1/-1; }
  .rental-package-row { grid-template-columns: 1fr; }
  .rental-package-row.row-reverse .rental-package-image { order: 0; }
  .rental-package-image { min-height: 330px; }
  .simple-package-grid { grid-template-columns: 1fr; }
  .simple-package-grid article.featured { transform: none; }
  .experience-card-grid { grid-template-columns: repeat(2,1fr); }
  .booking-layout { grid-template-columns: 1fr; }
  .booking-sidebar { position: static; }
  .choice-grid-three { grid-template-columns: 1fr; }
  .detail-split, .about-story-grid, .partner-grid, .partner-benefits, .footer-grid { grid-template-columns: 1fr; }
  .about-trust-grid { grid-template-columns: repeat(2,1fr); gap: 22px; }
  .about-stats-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .about-stat { border-right: 0; }
  .about-gallery { grid-template-columns: repeat(2,1fr); }
  .footer-grid { gap: 25px; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1220px); }
  .section { padding: 62px 0; }
  h1 { font-size: 49px; }
  h2 { font-size: 36px; }
  .site-logo img { width: 175px; }
  .home-hero, .rentals-hero, .service-hero, .partner-hero { min-height: 520px; }
  .home-hero-content, .rentals-hero-copy, .service-hero-copy { padding: 75px 0 100px; }
  .home-hero p, .rentals-hero p, .service-hero p { font-size: 17px; }
  .home-search-card, .rental-search { padding: 12px 12px 0; }
  .search-main-row { grid-template-columns: 1fr; gap: 10px; }
  .search-main-row .search-submit, .search-main-row .button { grid-column: auto; }
  .search-trust { grid-template-columns: 1fr; margin: 12px -12px 0; }
  .search-trust span { min-height: 50px; border-right: 0; border-bottom: 1px solid var(--line); }
  .search-trust span:last-child { border-bottom: 0; }
  .package-grid, .experience-tiles, .experience-card-grid, .trust-grid, .standards-grid, .choice-grid-two, .form-grid, .about-stats-grid, .about-gallery, .grid, .experience-grid, .two-col, .cta { grid-template-columns: 1fr; }
  .split-heading, .concierge-card, .partner-grid, .rental-package-footer, .booking-submit-row, .footer-bottom { align-items: flex-start; flex-direction: column; display: flex; }
  .concierge-card, .final-cta { padding: 32px 24px; align-items: flex-start; flex-direction: column; }
  .rental-package-copy { padding: 32px 24px; }
  .rental-package-image { min-height: 260px; }
  .booking-form-card { padding: 24px 18px; }
  .booking-form-head h2 { font-size: 32px; }
  .about-reasons-panel { grid-template-columns: 1fr; padding: 18px; }
  .about-gallery figure { height: 230px; }
  .about-bottom-cta { padding: 32px 24px; }
}


/* Better Boat Club v15 — experience-led yacht and fishing system */
[hidden] { display: none !important; }
.home-hero-v15 .home-hero-content { max-width: 960px; margin: 0 auto; text-align: center; }
.home-hero-v15 h1 { max-width: 920px; margin-left: auto; margin-right: auto; }
.home-hero-v15 p { margin-left: auto; margin-right: auto; }
.home-hero-v15 .hero-actions, .home-hero-v15 .hero-proof-row { justify-content: center; }
.hero-proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-proof-row span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.24); background: rgba(2,20,34,.30); backdrop-filter: blur(8px); border-radius: 999px; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 750; }
.experience-search-row { grid-template-columns: 1.45fr .9fr .9fr auto; }
.search-field-icon { font-weight: 900; font-size: 22px; }
.search-trust-four { grid-template-columns: repeat(4,1fr); }

.day-paths-section { padding-top: 116px; }
.day-path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.day-path-card { min-height: 420px; padding: 28px; border-radius: var(--radius); overflow: hidden; color: #fff; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(180deg,rgba(2,20,34,.10),rgba(2,20,34,.92)), var(--path-image); background-size: cover; background-position: center; box-shadow: var(--shadow-small); transition: transform .2s ease, box-shadow .2s ease; }
.day-path-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.path-number { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.34); font-weight: 900; }
.day-path-card small { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.day-path-card h3 { margin: 10px 0 18px; font-size: 29px; max-width: 330px; }
.day-path-card strong { font-size: 14px; }

.signature-card-grid { display: grid; gap: 18px; }
.signature-card-grid-five { grid-template-columns: repeat(5,1fr); }
.signature-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-small); display: flex; flex-direction: column; }
.signature-featured { border: 2px solid rgba(18,189,236,.62); }
.signature-card-image { height: 170px; position: relative; overflow: hidden; }
.signature-card-image img { width: 100%; height: 100%; object-fit: cover; }
.signature-card-image span { position: absolute; left: 12px; top: 12px; max-width: calc(100% - 24px); background: rgba(3,25,42,.90); color: #fff; padding: 7px 9px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.signature-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.signature-card-body > small { color: #0788ca; font-weight: 850; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.signature-card-body h3 { font-size: 22px; margin: 9px 0; }
.signature-card-body p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.signature-card-body ul { list-style: none; padding: 0; margin: 0 0 20px; font-size: 12px; color: #32485f; flex: 1; }
.signature-card-body li { position: relative; padding: 6px 0 6px 17px; border-bottom: 1px solid var(--line); }
.signature-card-body li::before { content: '✓'; position: absolute; left: 0; color: #0a91cf; font-weight: 900; }
.signature-card .button { min-height: 44px; padding: 0 14px; font-size: 12px; }

.fishing-experience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fishing-experience-card { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-small); display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.fishing-experience-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fishing-experience-card.fishing-featured { background: linear-gradient(135deg,#03192a,#0a3b5d); color: #fff; border-color: transparent; }
.fishing-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #eaf7fe; color: #078dce; font-size: 23px; font-weight: 900; margin-bottom: 20px; }
.fishing-featured .fishing-icon { background: rgba(255,255,255,.12); color: var(--cyan); }
.fishing-experience-card small { color: #0788ca; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.fishing-featured small { color: var(--cyan); }
.fishing-experience-card h3 { margin: 8px 0 12px; font-size: 26px; }
.fishing-experience-card p { color: var(--muted); font-size: 14px; flex: 1; }
.fishing-featured p { color: rgba(255,255,255,.72); }
.fishing-experience-card strong { font-size: 13px; color: #087fbd; }
.fishing-featured strong { color: #fff; }

.better-difference-section .section-heading p, .fishing-included-section .section-heading p { color: rgba(255,255,255,.72); }
.difference-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.difference-grid article { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); border-radius: 18px; padding: 28px; }
.difference-grid article > span { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.difference-grid h3 { color: #fff; margin: 18px 0 10px; }
.difference-grid p { color: rgba(255,255,255,.68); font-size: 14px; margin-bottom: 0; }

.standard-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.standard-copy h2 { margin: 12px 0 18px; }
.standard-copy p { color: var(--muted); font-size: 17px; }
.standard-check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.standard-check-grid span { min-height: 78px; display: flex; align-items: center; padding: 18px 18px 18px 52px; position: relative; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-small); font-weight: 750; font-size: 13px; }
.standard-check-grid span::before { content: '✓'; position: absolute; left: 18px; width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #eaf7fe; color: #078dce; font-weight: 900; }

.club-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 45px; padding: 52px; border-radius: var(--radius); background: linear-gradient(135deg,#fff,#eef8fd); border: 1px solid rgba(7,23,41,.08); box-shadow: var(--shadow); }
.club-copy h2 { margin: 10px 0 16px; }
.club-copy p { color: var(--muted); font-size: 17px; }
.club-benefit-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; align-content: center; }
.club-benefit-list span { display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 14px; border-radius: 13px; background: #fff; border: 1px solid var(--line); font-weight: 800; font-size: 13px; }
.club-benefit-list b { color: #078dce; }

.match-factor-grid, .experience-layer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.match-factor-grid article, .experience-layer-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-small); }
.match-factor-grid span, .experience-layer-grid span { color: #078dce; font-size: 12px; font-weight: 900; }
.match-factor-grid h3, .experience-layer-grid h3 { margin: 16px 0 9px; }
.match-factor-grid p, .experience-layer-grid p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.yacht-experience-layer-section { background: linear-gradient(180deg,#fff,#f4f8fb); }

.fishing-package-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.fishing-package-card { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-small); display: flex; flex-direction: column; }
.fishing-package-card.featured { border: 2px solid rgba(18,189,236,.65); box-shadow: var(--shadow); }
.fishing-package-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.fishing-package-icon { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 13px; background: #eaf7fe; color: #078dce; font-size: 21px; font-weight: 900; }
.fishing-package-top small { color: #0788ca; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.fishing-package-card h3 { margin: 19px 0 10px; font-size: 29px; }
.fishing-package-card > p { color: var(--muted); }
.fishing-package-card .check-list { flex: 1; }
.fishing-package-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 20px; border-top: 1px solid var(--line); }
.fishing-package-footer strong { color: #0788ca; }
.catch-cruise-showcase { background: var(--warm); }
.catch-cruise-layout figure { order: 0; }

.experience-type-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.experience-type-tabs a { padding: 11px 17px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 13px; font-weight: 850; }
.experience-type-tabs a:hover { background: #eaf7fe; color: #078dce; }
.experience-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.experience-detail-card { min-height: 350px; display: grid; grid-template-columns: .85fr 1.15fr; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; box-shadow: var(--shadow-small); }
.experience-detail-card > img { width: 100%; height: 100%; object-fit: cover; }
.experience-detail-card > div { padding: 28px; }
.experience-detail-card small { color: #0788ca; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.experience-detail-card h3 { margin: 8px 0 12px; font-size: 28px; }
.experience-detail-card p { color: var(--muted); font-size: 14px; }
.custom-experience-card { background: linear-gradient(135deg,#03192a,#0a3b5d); color: #fff; grid-template-columns: 1fr; }
.custom-experience-card p, .custom-experience-card .check-list { color: rgba(255,255,255,.72); }
.custom-experience-card small, .custom-experience-card .text-link { color: var(--cyan); }

.certification-grid, .club-benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.certification-grid article, .club-benefits-grid article { padding: 30px; border-radius: 18px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-small); }
.certification-grid span, .club-benefits-grid b { color: #078dce; font-size: 12px; font-weight: 900; }
.certification-grid h3, .club-benefits-grid h3 { margin: 18px 0 10px; }
.certification-grid p, .club-benefits-grid p { color: var(--muted); font-size: 14px; margin-bottom: 0; }
.fine-print { font-size: 12px !important; border-left: 3px solid var(--cyan-2); padding-left: 14px; }

.booking-page-v15 .booking-hero-inner { max-width: 980px; }
.service-choice-grid .radio-card span { min-height: 150px; align-items: flex-start; }
.choice-icon { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 11px; margin-bottom: 12px; background: #eaf7fe; color: #078dce; font-size: 18px; }
.fieldset-help { color: var(--muted); font-size: 13px; margin: -8px 0 16px; }
.experience-choice-grid .radio-card span { min-height: 100px; }
.addon-check-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.addon-check-grid label { position: relative; }
.addon-check-grid input { position: absolute; opacity: 0; pointer-events: none; }
.addon-check-grid span { min-height: 52px; padding: 12px 12px 12px 38px; display: flex; align-items: center; position: relative; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; color: #2a4056; font-size: 12px; }
.addon-check-grid span::before { content: ''; position: absolute; left: 13px; width: 14px; height: 14px; border: 1px solid rgba(7,23,41,.25); border-radius: 4px; }
.addon-check-grid input:checked + span { border-color: var(--cyan-2); background: #effaff; color: var(--ink); }
.addon-check-grid input:checked + span::before { content: '✓'; display: flex; align-items: center; justify-content: center; background: var(--cyan-2); color: #fff; border-color: var(--cyan-2); font-size: 10px; font-weight: 900; }
.promise-sidebar { background: linear-gradient(135deg,#03192a,#0a3b5d); color: #fff; }
.promise-sidebar p { color: rgba(255,255,255,.72); }
.promise-sidebar .section-label { color: var(--cyan); }
.footer-cta-link { color: var(--cyan) !important; font-weight: 850; }

@media (max-width: 1180px) {
  .signature-card-grid-five { grid-template-columns: repeat(3,1fr); }
  .experience-search-row { grid-template-columns: repeat(2,1fr); }
  .experience-search-row .search-submit { grid-column: 1/-1; }
  .search-trust-four { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .day-path-grid, .fishing-experience-grid, .fishing-package-grid, .certification-grid, .club-benefits-grid { grid-template-columns: repeat(2,1fr); }
  .difference-grid, .match-factor-grid, .experience-layer-grid { grid-template-columns: repeat(2,1fr); }
  .standard-layout, .club-card, .experience-detail-grid { grid-template-columns: 1fr; }
  .signature-card-grid-five { grid-template-columns: repeat(2,1fr); }
  .experience-detail-card { grid-template-columns: .8fr 1.2fr; }
  .addon-check-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .hero-proof-row { gap: 7px; }
  .hero-proof-row span { font-size: 10px; padding: 7px 10px; }
  .day-path-grid, .signature-card-grid-five, .fishing-experience-grid, .difference-grid, .standard-check-grid, .club-benefit-list, .match-factor-grid, .experience-layer-grid, .fishing-package-grid, .experience-detail-grid, .certification-grid, .club-benefits-grid, .addon-check-grid, .search-trust-four { grid-template-columns: 1fr; }
  .day-path-card { min-height: 350px; }
  .signature-card-image { height: 210px; }
  .standard-layout { gap: 35px; }
  .club-card { padding: 30px 22px; }
  .experience-detail-card { grid-template-columns: 1fr; }
  .experience-detail-card > img { height: 230px; }
  .fishing-package-footer { align-items: flex-start; flex-direction: column; }
  .experience-search-row { grid-template-columns: 1fr; }
  .experience-search-row .search-submit { grid-column: auto; }
}

/* FAQ and policy content */
.policy-page-v15 .page-hero { background: linear-gradient(135deg,#03192a,#0a3b5d); color:#fff; padding: 86px 0; }
.policy-page-v15 .page-hero h1 { color:#fff; margin: 12px 0 16px; }
.policy-page-v15 .page-hero p { max-width: 760px; color: rgba(255,255,255,.76); font-size:18px; }
.policy-page-v15 .content-page { max-width: 900px; }
.policy-copy h2 { margin-bottom: 20px; }
.policy-copy h3 { margin: 34px 0 10px; font-size: 22px; }
.policy-copy p { color: var(--muted); }
.faq-list { display:grid; gap: 12px; }
.faq-list details { border:1px solid var(--line); border-radius:15px; background:#fff; box-shadow:var(--shadow-small); overflow:hidden; }
.faq-list summary { cursor:pointer; list-style:none; padding:20px 52px 20px 22px; position:relative; font-weight:850; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:'+'; position:absolute; right:22px; top:17px; font-size:24px; color:#078dce; }
.faq-list details[open] summary::after { content:'−'; }
.faq-list details p { padding:0 22px 22px; margin:0; color:var(--muted); }

/* Better Boat Club v15 checkout, inclusions, and contact upgrades */
@media (min-width: 901px) {
  .nav-shell {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr) 270px;
    align-items: center;
    gap: 28px;
  }
  .site-logo { justify-self: start; }
  .site-navigation { margin-left: 0; justify-self: center; height: 90px; display: flex; align-items: center; }
  .primary-menu { height: 90px; align-items: center; justify-content: center; gap: 24px; }
  .primary-menu > li { height: 90px; align-items: center; }
  .primary-menu > li > a { height: 90px; min-height: 90px; padding: 0; }
  .header-book { justify-self: end; }
}

.signature-inclusions-section { background: linear-gradient(180deg, #fff, #f4f9fc); }
.inclusion-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.inclusion-column { border-radius: var(--radius); padding: 34px; border: 1px solid var(--line); box-shadow: var(--shadow-small); display: flex; flex-direction: column; }
.inclusion-column-yacht { background: #fff; }
.inclusion-column-fishing { background: linear-gradient(145deg, #03192a, #0a3b5d); color: #fff; }
.inclusion-column-head > span { color: #0788ca; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }
.inclusion-column-fishing .inclusion-column-head > span { color: var(--cyan); }
.inclusion-column-head h3 { margin: 10px 0 24px; font-size: 30px; }
.inclusion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 26px; flex: 1; }
.inclusion-grid span, .included-panel span { position: relative; display: flex; align-items: flex-start; min-height: 58px; padding: 13px 13px 13px 39px; border-radius: 12px; font-size: 12px; line-height: 1.45; font-weight: 750; }
.inclusion-column-yacht .inclusion-grid span { background: var(--soft); color: #2a4056; }
.inclusion-column-fishing .inclusion-grid span { background: rgba(255,255,255,.08); color: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.08); }
.inclusion-grid span::before, .included-panel span::before { content: '✓'; position: absolute; left: 13px; top: 13px; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #e2f6ff; color: #0788ca; font-size: 10px; font-weight: 900; }

.booking-layout-v15 { grid-template-columns: minmax(0, 1fr) 370px; gap: 34px; }
.booking-page-v15 .booking-form-card { overflow: hidden; }
.weekend-pricing-note { margin: 16px 0 0; padding: 13px 15px; border-radius: 11px; background: #fff7e8; color: #7c5318; font-size: 13px; }
.included-fieldset { background: linear-gradient(180deg, rgba(234,247,254,.55), rgba(255,255,255,0)); }
.included-panel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.included-panel span { background: #fff; border: 1px solid var(--line); color: #294057; }

.addon-price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.addon-price-grid label { display: block; }
.addon-price-grid span {
  min-height: 138px;
  padding: 17px 16px 16px 46px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.addon-price-grid span::before { top: 18px; }
.addon-price-grid strong { font-size: 14px; line-height: 1.3; color: var(--ink); }
.addon-price-grid small { color: #0788ca; font-size: 13px; font-weight: 900; }
.addon-price-grid em { color: var(--muted); font-size: 11px; line-height: 1.45; font-style: normal; font-weight: 600; }
.booking-terms { padding: 24px 0 0; }
.booking-terms label { display: flex; align-items: flex-start; gap: 11px; font-size: 12px; line-height: 1.55; color: #43586e; }
.booking-terms input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; }
.booking-terms a { color: #087fbd; text-decoration: underline; }
.booking-submit-row-v15 { margin-top: 20px; padding: 24px; border-radius: 15px; background: var(--soft); }
.booking-submit-row-v15 button:disabled { opacity: .72; cursor: wait; }

.booking-sidebar-v15 { top: 112px; }
.live-price-card { padding: 28px; border: 2px solid rgba(18,143,216,.24); box-shadow: 0 20px 48px rgba(5,28,48,.14); }
.live-price-card h3 { margin: 9px 0 18px; font-size: 28px; }
.price-summary-lines { display: grid; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.price-summary-lines > div, .price-summary-total, .price-summary-deposit, .price-summary-balance { display: flex; justify-content: space-between; gap: 18px; align-items: baseline; }
.price-summary-lines span { color: var(--muted); font-size: 12px; line-height: 1.35; }
.price-summary-lines strong { font-size: 12px; white-space: nowrap; }
.price-summary-total { padding: 18px 0 7px; font-weight: 900; }
.price-summary-total strong { font-size: 24px; }
.price-summary-deposit { margin: 8px -10px; padding: 14px 10px; border-radius: 11px; background: #e8f8ff; color: #075d8b; font-weight: 900; }
.price-summary-deposit strong { font-size: 21px; }
.price-summary-balance { padding-top: 7px; color: var(--muted); font-size: 12px; }
.live-price-card > small { display: block; margin-top: 16px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.contact-sidebar a { display: block; color: #087fbd; font-weight: 850; margin-top: 9px; }

.preference-shell { max-width: 980px; }
.preference-form-card { padding: 44px; }
.compact-choice-grid .radio-card span { min-height: 80px; justify-content: center; }
.preference-invalid a { color: #087fbd; font-weight: 850; }

.contact-hero-actions .button { min-width: 220px; }
.contact-layout-v15 { grid-template-columns: minmax(0, 1fr) 340px; }
.form-success { margin: 22px 0 0; padding: 15px 17px; border-radius: 12px; background: #eaf9f1; color: #17613a; font-weight: 750; }
.direct-contact-card { background: linear-gradient(145deg, #fff, #eff9fe); }
.direct-contact-link { display: block; margin-top: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.direct-contact-link small { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; margin-bottom: 4px; }
.direct-contact-link strong { color: #087fbd; font-size: 16px; overflow-wrap: anywhere; }
.footer-contact-links { margin: 14px 0; }
.footer-contact-links a { color: #fff; font-weight: 800; margin: 6px 0; }

.bbc15-thankyou { margin: 20px 0; padding: 24px; border-radius: 16px; background: #effaff; border: 1px solid rgba(18,143,216,.22); }
.bbc15-thankyou h2 { font-size: 28px; margin-bottom: 8px; }
.bbc15-thankyou p { margin-bottom: 8px; }
.bbc15-thankyou a { color: #087fbd; font-weight: 800; }

@media (max-width: 1180px) and (min-width: 901px) {
  .nav-shell { grid-template-columns: 220px minmax(0, 1fr) 220px; gap: 18px; }
  .site-logo img { width: 220px; }
  .primary-menu { gap: 15px; }
  .primary-menu > li > a { font-size: 12.5px; }
  .header-book { padding-inline: 19px; font-size: 13px; }
  .booking-layout-v15 { grid-template-columns: minmax(0, 1fr) 320px; }
}

@media (max-width: 900px) {
  .nav-shell { display: flex; }
  .inclusion-columns { grid-template-columns: 1fr; }
  .included-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-layout-v15, .contact-layout-v15 { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .inclusion-column { padding: 26px 20px; }
  .inclusion-grid, .included-panel, .addon-price-grid { grid-template-columns: 1fr; }
  .inclusion-column-head h3 { font-size: 26px; }
  .addon-price-grid span { min-height: 116px; }
  .preference-form-card { padding: 25px 18px; }
  .booking-submit-row-v15 { padding: 20px; }
  .live-price-card { padding: 22px; }
}

.yacht-page-included-panel, .fishing-page-included-panel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.included-page-cta { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.included-page-cta p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; }
@media (max-width: 900px) {
  .yacht-page-included-panel, .fishing-page-included-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .yacht-page-included-panel, .fishing-page-included-panel { grid-template-columns: 1fr; }
  .included-page-cta { justify-content: flex-start; }
}


/* Better Boat Club v18: BetterBoat Operations integration */
.fishing-price-band { padding-top: 34px; padding-bottom: 34px; background: linear-gradient(135deg, #eaf8ff, #f8fcff); border-top: 1px solid rgba(18,189,236,.16); border-bottom: 1px solid rgba(18,189,236,.16); }
.fishing-price-band .container { display:grid; grid-template-columns: 1.25fr repeat(3,minmax(0,1fr)); gap:16px; align-items:stretch; }
.fishing-price-intro { padding:22px 8px 22px 0; }
.fishing-price-intro h2 { margin:8px 0 8px; font-size:clamp(30px,3vw,46px); line-height:1; }
.fishing-price-intro p { margin:0; color:var(--muted); max-width:520px; }
.fishing-price-tier { border:1px solid var(--line); background:#fff; border-radius:18px; padding:22px; box-shadow:var(--shadow-small); display:flex; flex-direction:column; justify-content:space-between; }
.fishing-price-tier small { color:#0788ca; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.fishing-price-tier strong { display:block; margin:8px 0 4px; font-size:32px; color:var(--ink); }
.fishing-price-tier span { color:var(--muted); font-size:13px; line-height:1.5; }
.fishing-package-price { display:flex; flex-direction:column; gap:2px; }
.fishing-package-price small { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; }
.fishing-package-price strong { font-size:20px; color:#0788ca; }
.owned-fleet-note { margin-top:18px; padding:16px 18px; border-radius:14px; background:#eaf8ff; color:#07547b; font-weight:750; }
@media(max-width:980px){.fishing-price-band .container{grid-template-columns:repeat(2,minmax(0,1fr))}.fishing-price-intro{grid-column:1/-1}}
@media(max-width:640px){.fishing-price-band .container{grid-template-columns:1fr}.fishing-price-intro{grid-column:auto}.fishing-price-tier strong{font-size:28px}}

.footer-owner-link{display:inline-flex;margin-top:8px;color:rgba(255,255,255,.72);font-size:13px;font-weight:700}.footer-owner-link:hover{color:var(--cyan)}
