/* ============================================================
   Extra styles for sub-pages
   ============================================================ */

/* Sub-hero (page header) */
.subhero {
  position: relative;
  margin-top: 0;
  padding: 0;
  min-height: 100svh;
  display: flex; align-items: flex-end;
  color: #fff;
  overflow: hidden;
}
.subhero .bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.subhero .bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,28,38,.55) 0%, rgba(20,28,38,.1) 35%, rgba(20,28,38,.85) 100%);
}
.subhero .wrap {
  position: relative; z-index: 2;
  padding-top: 130px; padding-bottom: 64px;
}
.subhero .crumbs {
  display: inline-flex; gap: 10px; align-items: center;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.78);
  margin-bottom: 22px;
}
.subhero .crumbs a { color: var(--sand); border-bottom: 1px solid transparent; }
.subhero .crumbs a:hover { border-bottom-color: var(--sand); }
.subhero .crumbs span { opacity: .5; }
.subhero h1 {
  color: #fff;
  font-size: clamp(40px, 5.6vw, 80px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
  max-width: 18ch;
}
.subhero h1 em { font-style: italic; color: var(--sand); font-weight: 300; }
.subhero .sub {
  margin-top: 22px;
  font-size: 17px; line-height: 1.55;
  color: rgba(255,255,255,.85);
  max-width: 56ch;
}
.subhero .stat-bar {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 24px;
  max-width: 920px;
}
.subhero .stat { display: flex; flex-direction: column; gap: 4px; }
.subhero .stat .v {
  font-family: var(--f-display);
  font-size: 32px; font-weight: 600; line-height: 1; color: #fff; letter-spacing: -0.02em;
}
.subhero .stat .l {
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
@media (max-width: 760px) {
  .subhero .stat-bar { grid-template-columns: 1fr 1fr; gap: 20px; }
}

/* ============================================================
   Rent a Boat page — filter + boat grid + comparison + faq
   ============================================================ */
.rab-intro {
  background: var(--white);
  padding: 80px 0 60px;
}
.rab-types {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.rab-type {
  border: 1px solid var(--line);
  padding: 30px 28px;
  border-radius: var(--r);
  display: flex; gap: 22px; align-items: flex-start;
  position: relative;
  background: var(--white);
  transition: border-color .2s, transform .2s;
}
.rab-type:hover { border-color: var(--line-2); transform: translateY(-2px); }
.rab-type .ic { flex: 0 0 auto; color: var(--slate-2); }
.rab-type .ic svg { width: 64px; height: 64px; stroke-width: 1.3; }
.rab-type .info h3 { font-size: 22px; }
.rab-type .info .num { font-family: var(--f-body); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--mid); font-weight: 600; margin-top: 4px; display: block; }
.rab-type .info p { margin-top: 12px; font-size: 14.5px; color: var(--slate-3); line-height: 1.5; }
@media (max-width: 900px) { .rab-types { grid-template-columns: 1fr; } }

/* Filter bar */
.rab-filters {
  background: var(--off);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  position: sticky;
  top: 60px;
  z-index: 30;
}
.rab-filters .row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.rab-filters .label { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate-3); font-weight: 600; }
.rab-filters .chips { display: flex; gap: 6px; flex-wrap: wrap; }
.rab-filters .chip {
  background: var(--white);
  border: 1px solid var(--line-2);
  color: var(--slate-2);
  padding: 8px 14px;
  font-family: var(--f-body); font-size: 13px; font-weight: 500;
  border-radius: var(--r);
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}
.rab-filters .chip:hover, .rab-filters .chip.active {
  background: var(--slate-2); color: #fff; border-color: var(--slate-2);
}
.rab-filters .sep { color: var(--line-2); }

/* Boat grid */
.boats-section {
  background: var(--off);
  padding: 80px 0;
}
.boats-cat {
  margin-bottom: 72px;
}
.boats-cat-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-2);
}
.boats-cat-head .left { display: flex; flex-direction: column; gap: 6px; }
.boats-cat-head h2 { font-size: clamp(28px, 3.2vw, 42px); }
.boats-cat-head .label-row { display: inline-flex; align-items: center; gap: 12px; }
.boats-cat-head .badge-type {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 11px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
  border-radius: 3px;
  color: #fff;
}
.boats-cat-head .badge-type.yacht { background: var(--mid); }
.boats-cat-head .badge-type.speed { background: #D9603F; }
.boats-cat-head .badge-type.cat { background: #5B9C7F; }
.boats-cat-head .count { font-family: var(--f-display); font-size: 14px; color: var(--slate-3); font-weight: 600; }

.boat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.boat-card {
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .25s ease, border-color .2s;
}
.boat-card:hover { transform: translateY(-5px); border-color: var(--line-2); box-shadow: 0 22px 50px -30px rgba(20,30,46,.4); }
.boat-card .img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.boat-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.boat-card:hover .img img { transform: scale(1.04); }
.boat-card .img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,28,38,0) 70%, rgba(20,28,38,.45) 100%);
  pointer-events: none;
}
.boat-card .badge-type {
  position: absolute; left: 14px; top: 14px;
  padding: 6px 12px;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
  border-radius: 3px;
  color: #fff;
  z-index: 2;
}
.boat-card .badge-type.yacht { background: var(--slate); }
.boat-card .badge-type.speed { background: var(--olive); }
.boat-card .badge-type.cat { background: var(--mid); }
.boat-card .body { padding: 26px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.boat-card .title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.boat-card h3 { font-size: 24px; letter-spacing: -0.025em; }
.boat-card .year { font-size: 12px; color: var(--slate-3); letter-spacing: .12em; font-weight: 600; }
.boat-card .sub { margin-top: 4px; font-size: 13.5px; color: var(--slate-3); letter-spacing: 0.01em; }
.boat-card .specs {
  margin-top: 18px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.boat-card .specs .spec {
  display: flex; flex-direction: column; gap: 8px; align-items: center; text-align: center;
  padding: 0 8px;
  border-right: 1px solid var(--line);
}
.boat-card .specs .spec:last-child { border-right: none; }
.boat-card .specs .spec svg { width: 28px; height: 28px; color: var(--olive); stroke-width: 1.5; }
.boat-card .specs .k { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--slate-3); font-weight: 600; }
.boat-card .specs .v { font-family: var(--f-display); font-size: 17px; font-weight: 700; color: var(--slate); letter-spacing: -0.01em; line-height: 1; }
.boat-card .features {
  margin-top: 16px;
  display: flex; flex-wrap: wrap; gap: 10px 14px;
  font-size: 13px; color: var(--slate-2); font-weight: 500;
}
.boat-card .features span { display: inline-flex; align-items: center; gap: 6px; }
.boat-card .features svg { width: 14px; height: 14px; color: var(--olive); }
.boat-card .ctas {
  margin-top: 22px; display: flex; gap: 10px;
}
.boat-card .ctas .btn { padding: 13px 16px; font-size: 13px; flex: 1; justify-content: center; }
.boat-card .ctas .btn-primary { background: var(--slate); color: #fff; border-color: var(--slate); }
.boat-card .ctas .btn-primary:hover { background: var(--slate-2); border-color: var(--slate-2); }
@media (max-width: 900px) { .boat-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .boat-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Individual Boat page
   ============================================================ */

/* Gallery at top of boat page */
.boat-gallery-top {
  padding-top: 100px;
  padding-bottom: 0;
  background: var(--white);
}
.boat-gallery-top .crumbs {
  display: inline-flex; gap: 10px; align-items: center;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--slate-3); margin-bottom: 20px;
}
.boat-gallery-top .crumbs a { color: var(--slate-2); }
.boat-gallery-top .crumbs a:hover { color: var(--olive); }
.boat-gallery-top .crumbs span { opacity: .5; }
.boat-gallery-top .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}
.boat-gallery-top .gallery-grid > a {
  background-size: cover; background-position: center;
  border-radius: var(--r);
  position: relative;
  transition: transform .3s ease;
  overflow: hidden;
}
.boat-gallery-top .gallery-grid > a:first-child { grid-row: 1 / span 2; }
.boat-gallery-top .gallery-grid > a:hover { transform: scale(1.005); }
.boat-gallery-top .gallery-grid .more {
  background: var(--slate-2); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  font-family: var(--f-display); font-weight: 600;
}
.boat-gallery-top .gallery-grid .more .n { font-size: 32px; letter-spacing: -0.025em; }
.boat-gallery-top .gallery-grid .more .l { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,.7); margin-top: 4px; }
@media (max-width: 800px) {
  .boat-gallery-top { padding-top: 88px; }
  .boat-gallery-top .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .boat-gallery-top .gallery-grid > a:first-child { grid-column: 1 / -1; height: 300px; }
}

/* Old gallery section (still used as deprecated) */
.boat-gallery {
  background: var(--white);
  padding: 60px 0 100px;
}
.boat-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 14px;
}
.boat-gallery .gallery-grid > a {
  background-size: cover; background-position: center;
  border-radius: var(--r);
  position: relative;
  transition: transform .3s ease;
  overflow: hidden;
}
.boat-gallery .gallery-grid > a:first-child { grid-row: 1 / span 2; }
.boat-gallery .gallery-grid .more {
  background: var(--slate-2); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  font-family: var(--f-display); font-weight: 600;
}
.boat-gallery .gallery-grid .more .n { font-size: 32px; letter-spacing: -0.025em; }
.boat-gallery .gallery-grid .more .l { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,.7); margin-top: 4px; }
@media (max-width: 800px) { .boat-gallery .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .boat-gallery .gallery-grid > a:first-child { grid-column: 1 / -1; height: 280px; } }

/* Boat hero (now below gallery) */
.boat-hero {
  background: var(--white);
  padding: 64px 0 0;
}
.boat-hero-grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: end;
}
.boat-hero .crumbs { margin-bottom: 18px; color: var(--slate-3); }
.boat-hero .crumbs a { color: var(--slate-2); border-bottom: 1px solid var(--slate-2); padding-bottom: 1px; }
.boat-hero h1 { font-size: clamp(40px, 5vw, 72px); }
.boat-hero .label { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--olive); font-weight: 700; margin-bottom: 14px; }
.boat-hero .tagline { margin-top: 18px; font-size: 19px; color: var(--slate-3); max-width: 60ch; line-height: 1.55; }

/* Icon-led KPI strip */
.boat-kpis-icon {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.boat-kpis-icon .kpi {
  display: flex; gap: 18px; align-items: center;
  padding: 24px 24px 24px 0;
  border-right: 1px solid var(--line);
}
.boat-kpis-icon .kpi:last-child { border-right: none; }
.boat-kpis-icon .kpi .ic {
  width: 48px; height: 48px; flex: 0 0 48px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--olive);
}
.boat-kpis-icon .kpi .ic svg { width: 40px; height: 40px; stroke-width: 1.4; }
.boat-kpis-icon .kpi .meta { display: flex; flex-direction: column; gap: 4px; }
.boat-kpis-icon .kpi .v { font-family: var(--f-display); font-size: 22px; font-weight: 600; letter-spacing: -0.02em; color: var(--slate); line-height: 1; }
.boat-kpis-icon .kpi .l { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate-3); font-weight: 500; }
@media (max-width: 900px) { .boat-kpis-icon { grid-template-columns: 1fr 1fr; } .boat-kpis-icon .kpi:nth-child(2) { border-right: none; } .boat-kpis-icon .kpi { padding-right: 16px; } }
.boat-hero .ctas { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Sticky quote sidebar */
.quote-sticky {
  background: var(--slate);
  color: #fff;
  border-radius: var(--r);
  padding: 30px 28px;
  position: sticky; top: 100px;
  display: flex; flex-direction: column; gap: 14px;
}
.quote-sticky .price-large {
  font-family: var(--f-display);
  font-size: 26px; font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--sand);
}
.quote-sticky .price-large small { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.7); font-family: var(--f-body); font-weight: 500; margin-bottom: 8px; }
.quote-sticky .incl { font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,.85); }
.quote-sticky .btn { width: 100%; justify-content: center; }
.quote-sticky .btn-light { background: var(--sand); color: var(--slate); border-color: var(--sand); }
.quote-sticky .btn-light:hover { background: #fff; border-color: #fff; }
.quote-sticky .alt-wa { color: rgba(255,255,255,.85); font-size: 13px; text-align: center; }
.quote-sticky .alt-wa a { color: var(--sand); border-bottom: 1px solid currentColor; }

/* Photo gallery */
.boat-gallery {
  background: var(--white);
  padding: 60px 0 100px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 260px 260px;
  gap: 14px;
}
.gallery-grid > a {
  background-size: cover; background-position: center;
  border-radius: var(--r);
  position: relative;
  transition: transform .3s ease;
  overflow: hidden;
}
.gallery-grid > a:first-child { grid-row: 1 / span 2; }
.gallery-grid > a:hover { transform: scale(1.005); }
.gallery-grid .more {
  background: var(--slate-2); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  font-family: var(--f-display); font-weight: 600;
}
.gallery-grid .more .n { font-size: 32px; letter-spacing: -0.025em; }
.gallery-grid .more .l { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,.7); margin-top: 4px; }
@media (max-width: 800px) { .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .gallery-grid > a:first-child { grid-column: 1 / -1; height: 280px; } }

/* Boat split content */
.boat-split {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 60px;
}
.boat-split .col h2 { margin-bottom: 22px; }
.boat-split .col p { margin-top: 12px; color: var(--slate-2); line-height: 1.6; font-size: 16px; max-width: 60ch; }

.specs-table {
  background: var(--off);
  border-radius: var(--r);
  padding: 28px 30px;
}
.specs-table h3 { margin-bottom: 16px; font-size: 18px; }
.specs-table dl { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; }
.specs-table dt {
  padding: 14px 0;
  font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--slate-3); font-weight: 500;
  border-bottom: 1px solid var(--line);
}
.specs-table dd {
  padding: 14px 0; margin: 0;
  font-family: var(--f-display); font-size: 16px; font-weight: 600; color: var(--slate);
  border-bottom: 1px solid var(--line);
  text-align: right;
  letter-spacing: -0.01em;
}
.specs-table dt:last-of-type, .specs-table dd:last-of-type { border-bottom: none; }

/* Included list with icons */
.included-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  margin-top: 10px;
}
.included-grid .item { display: flex; gap: 14px; align-items: flex-start; }
.included-grid .item svg { width: 22px; height: 22px; color: var(--mid); flex: 0 0 22px; margin-top: 2px; }
.included-grid .item span { font-size: 14.5px; color: var(--slate-2); line-height: 1.45; }
@media (max-width: 700px) { .included-grid { grid-template-columns: 1fr; } }

/* Itinerary timeline */
.itinerary {
  margin-top: 0;
  background: var(--off);
  padding: 80px 0;
}
.itin-list {
  display: flex; flex-direction: column; gap: 0;
  border-left: 2px solid var(--sand);
  margin-left: 12px;
  padding-left: 32px;
}
.itin-item {
  position: relative;
  padding: 22px 0 22px 0;
  border-bottom: 1px solid var(--line);
}
.itin-item:last-child { border-bottom: none; }
.itin-item::before {
  content: ""; position: absolute;
  left: -41px; top: 28px;
  width: 18px; height: 18px;
  background: var(--sand);
  border-radius: 50%;
  border: 4px solid var(--off);
  box-shadow: 0 0 0 1px var(--sand);
}
.itin-item .t {
  font-family: var(--f-display); font-size: 14px; font-weight: 700;
  color: var(--mid);
  letter-spacing: .04em;
}
.itin-item h4 { margin-top: 4px; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.itin-item p { margin-top: 6px; font-size: 15px; color: var(--slate-3); line-height: 1.55; max-width: 70ch; }

/* ============================================================
   Blog page
   ============================================================ */
.blog-feed { background: var(--white); padding: 80px 0 100px; }
.blog-categories { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; }
.blog-categories a {
  padding: 8px 14px;
  font-size: 12.5px; font-weight: 500;
  color: var(--slate-2);
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  transition: background .15s, color .15s;
}
.blog-categories a:hover, .blog-categories a.active { background: var(--slate-2); color: #fff; }
.blog-feed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.blog-feed-grid .blog-card .img { aspect-ratio: 16/11; }
.featured-post {
  background: var(--off);
  border-radius: var(--r);
  overflow: hidden;
  display: grid; grid-template-columns: 1.2fr 1fr;
  margin-bottom: 60px;
  align-items: stretch;
}
.featured-post .img { background-size: cover; background-position: center; min-height: 380px; }
.featured-post .info { padding: clamp(36px, 4vw, 64px); display: flex; flex-direction: column; justify-content: center; }
.featured-post .info .cat { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--mid); font-weight: 700; }
.featured-post .info h2 { margin-top: 16px; }
.featured-post .info p { margin-top: 18px; font-size: 16px; color: var(--slate-2); line-height: 1.55; max-width: 50ch; }
.featured-post .info .meta { margin-top: 22px; font-size: 13px; color: var(--slate-3); }
.featured-post .info .read { margin-top: 28px; }
@media (max-width: 900px) { .blog-feed-grid { grid-template-columns: 1fr; } .featured-post { grid-template-columns: 1fr; } }

/* ============================================================
   Contact page (different look, light-card layout)
   ============================================================ */
.contact-page { background: var(--white); padding: 80px 0 100px; }
.contact-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 50px;
  align-items: start;
}
.contact-form-card {
  background: var(--off);
  border-radius: var(--r);
  padding: 48px 52px;
}
.contact-form-card h2 { margin-bottom: 16px; font-size: clamp(28px, 3vw, 40px); }
.contact-form-card .lead { color: var(--slate-2); margin-bottom: 32px; max-width: 50ch; font-size: 16px; }
.contact-form-card form.inquiry input,
.contact-form-card form.inquiry select,
.contact-form-card form.inquiry textarea {
  color: var(--slate);
  border-bottom-color: var(--line-2);
}
.contact-form-card form.inquiry input::placeholder,
.contact-form-card form.inquiry textarea::placeholder { color: var(--slate-3); }
.contact-form-card form.inquiry input:focus,
.contact-form-card form.inquiry select:focus,
.contact-form-card form.inquiry textarea:focus { border-bottom-color: var(--olive); }
.contact-form-card form.inquiry label { color: var(--slate-3); }
.contact-form-card form.inquiry select {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23475261' stroke-width='1.5'/></svg>");
}
.contact-form-card form.inquiry button[type=submit] { background: var(--slate); color: #fff; }
.contact-form-card form.inquiry button[type=submit]:hover { background: var(--olive); }
.contact-form-card form.inquiry .alt { color: var(--slate-3); }
.contact-form-card form.inquiry .alt a { color: var(--slate-2); }

.contact-info-stack { display: flex; flex-direction: column; gap: 16px; }
.contact-info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px 28px;
  display: flex; gap: 18px; align-items: flex-start;
  transition: border-color .2s ease;
}
.contact-info-card:hover { border-color: var(--line-2); }
.contact-info-card .ic {
  width: 44px; height: 44px; flex: 0 0 44px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--olive);
  margin-top: 2px;
}
.contact-info-card .ic svg { width: 32px; height: 32px; stroke-width: 1.5; }
.contact-info-card .body h3 {
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--slate-3); font-family: var(--f-body); font-weight: 600;
}
.contact-info-card .body p, .contact-info-card .body a {
  margin-top: 8px;
  font-family: var(--f-display); font-size: 17px; font-weight: 500; color: var(--slate); letter-spacing: -0.005em; line-height: 1.4;
  display: block;
}
.contact-info-card .body small {
  display: block; margin-top: 10px;
  font-size: 13px; color: var(--slate-3); font-family: var(--f-body); font-weight: 400; line-height: 1.5;
}
.contact-info-card .body a:hover { color: var(--olive); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } .contact-form-card { padding: 36px 30px; } }

/* ============================================================
   FAQ page
   ============================================================ */
.faq-page { background: var(--off); padding: 80px 0 100px; }
.faq-cats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 56px;
}
.faq-cat {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 26px 22px;
  text-align: left;
  display: flex; flex-direction: column; gap: 12px;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
}
.faq-cat:hover { border-color: var(--slate-2); transform: translateY(-3px); }
.faq-cat .ic { color: var(--slate-2); }
.faq-cat .ic svg { width: 44px; height: 44px; stroke-width: 1.3; }
.faq-cat h3 { font-size: 16px; letter-spacing: -0.005em; }
.faq-cat .count { font-size: 12px; color: var(--slate-3); letter-spacing: 0.02em; }
@media (max-width: 900px) { .faq-cats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .faq-cats { grid-template-columns: 1fr; } }

.faq-block { margin-bottom: 60px; }
.faq-block h2 {
  font-size: clamp(24px, 2.6vw, 34px); margin-bottom: 20px;
  padding-bottom: 16px; border-bottom: 1px solid var(--line-2);
}

/* ============================================================
   Events page
   ============================================================ */
.events-types { background: var(--white); padding: 80px 0; }
.events-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.event-card {
  background: var(--off);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s ease;
}
.event-card:hover { transform: translateY(-4px); }
.event-card .img { aspect-ratio: 5/4; overflow: hidden; }
.event-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.event-card:hover .img img { transform: scale(1.04); }
.event-card .body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }
.event-card .ic { color: var(--slate-2); margin-bottom: 14px; }
.event-card .ic svg { width: 52px; height: 52px; stroke-width: 1.3; }
.event-card h3 { font-size: 24px; }
.event-card p { margin-top: 10px; font-size: 14.5px; color: var(--slate-3); line-height: 1.5; flex: 1; }
.event-card .lk { margin-top: 22px; }
@media (max-width: 900px) { .events-grid { grid-template-columns: 1fr; } }

/* Events how-it-works strip */
.how-strip {
  background: var(--slate-2);
  color: #fff;
  padding: 80px 0;
}
.how-strip h2 { color: #fff; }
.how-strip h2 em { font-style: italic; color: var(--sand); font-weight: 300; }
.how-strip .steps {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
  margin-top: 50px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.how-strip .step {
  padding: 30px 24px 30px 0;
  border-right: 1px solid rgba(255,255,255,.2);
  display: flex; flex-direction: column; gap: 14px;
}
.how-strip .step:last-child { border-right: none; padding-right: 0; }
.how-strip .step .step-num {
  font-family: var(--f-display);
  font-size: 14px; letter-spacing: .22em;
  color: var(--sand); font-weight: 700;
}
.how-strip .step h4 { color: #fff; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.how-strip .step p { font-size: 14.5px; color: rgba(255,255,255,.78); line-height: 1.55; }
@media (max-width: 900px) { .how-strip .steps { grid-template-columns: 1fr 1fr; } .how-strip .step:nth-child(2) { border-right: none; } }
@media (max-width: 500px) { .how-strip .steps { grid-template-columns: 1fr; } .how-strip .step { border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 24px; padding-right: 0; } }


/* ============================================================
   Private Boat Tours hub + category pages + individual tour
   ============================================================ */
.tours-intro { background: var(--white); padding: 80px 0 0; }

.tours-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding-bottom: 60px;
}
.tours-split .split-card {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  min-height: 360px;
  color: #fff;
  display: flex; align-items: flex-end;
  padding: 38px 40px 40px;
  background-size: cover; background-position: center;
}
.tours-split .split-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,28,38,.1) 0%, rgba(20,28,38,.78) 100%);
}
.tours-split .split-card > * { position: relative; }
.tours-split .split-card .meta-tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  padding: 6px 12px;
  background: var(--olive);
  color: #fff;
  border-radius: 3px;
  margin-bottom: 14px;
}
.tours-split .split-card h2 { font-size: clamp(32px, 3.6vw, 48px); color: #fff; letter-spacing: -0.03em; }
.tours-split .split-card p { color: rgba(255,255,255,.85); margin-top: 16px; font-size: 15.5px; line-height: 1.55; max-width: 42ch; }
.tours-split .split-card .lk {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff; font-size: 14px; font-weight: 600;
  border-bottom: 1px solid var(--sand); padding-bottom: 3px;
  align-self: flex-start;
}
@media (max-width: 800px) { .tours-split { grid-template-columns: 1fr; } }

/* Tour grid - hub & category pages */
.tours-section { padding: 80px 0; background: var(--off); }
.tours-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tour-listing-card {
  background: var(--white);
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .25s, border-color .2s, box-shadow .25s;
}
.tour-listing-card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: 0 20px 50px -30px rgba(20,30,46,.4); }
.tour-listing-card .img { aspect-ratio: 16/11; overflow: hidden; position: relative; }
.tour-listing-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.tour-listing-card:hover .img img { transform: scale(1.04); }
.tour-listing-card .duration-tag {
  position: absolute; top: 16px; left: 16px;
  background: rgba(255,255,255,.95);
  color: var(--slate);
  padding: 7px 12px;
  border-radius: 3px;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.tour-listing-card .body { padding: 26px 26px 24px; flex: 1; display: flex; flex-direction: column; }
.tour-listing-card h3 { font-size: 24px; letter-spacing: -0.025em; }
.tour-listing-card .meta-row {
  margin-top: 12px;
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  font-size: 12.5px; color: var(--slate-3); font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em;
}
.tour-listing-card .meta-row span { display: inline-flex; align-items: center; gap: 6px; }
.tour-listing-card .meta-row svg { width: 14px; height: 14px; color: var(--olive); }
.tour-listing-card p.desc { margin-top: 14px; font-size: 14.5px; color: var(--slate-2); line-height: 1.5; flex: 1; }
.tour-listing-card .stops {
  margin-top: 16px;
  display: flex; flex-wrap: wrap; gap: 6px;
}
.tour-listing-card .stops .pill {
  font-size: 12px; padding: 5px 10px;
  border: 1px solid var(--line-2);
  border-radius: 3px;
  color: var(--slate-2); font-weight: 500;
}
.tour-listing-card .foot {
  margin-top: 22px; padding-top: 18px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
}
.tour-listing-card .price {
  font-family: var(--f-display); font-size: 15px; color: var(--slate-2); font-weight: 600; letter-spacing: -0.01em;
}
.tour-listing-card .price small { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--slate-3); margin-bottom: 2px; font-family: var(--f-body); font-weight: 600; }
.tour-listing-card .cta-lk { font-size: 13.5px; font-weight: 600; color: var(--mid); display: inline-flex; align-items: center; gap: 8px; }
@media (max-width: 1000px) { .tours-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .tours-grid { grid-template-columns: 1fr; } }

/* Individual tour page header */
.tour-hero {
  background: var(--white);
  padding: 96px 0 0;
}
.tour-hero .crumbs {
  display: inline-flex; gap: 10px; align-items: center;
  font-size: 12px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--slate-3); margin-bottom: 20px;
}
.tour-hero .crumbs a { color: var(--slate-2); }
.tour-hero .crumbs a:hover { color: var(--olive); }
.tour-hero .crumbs span { opacity: .5; }

.tour-hero-grid {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: end;
}
.tour-hero .label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--olive); font-weight: 700; margin-bottom: 14px;
}
.tour-hero h1 { font-size: clamp(40px, 5vw, 72px); }
.tour-hero h1 em { font-style: italic; color: var(--olive); font-weight: 300; }
.tour-hero .tagline { margin-top: 18px; font-size: 19px; color: var(--slate-3); max-width: 60ch; line-height: 1.55; }

.tour-kpis {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.tour-kpis .kpi {
  display: flex; gap: 16px; align-items: center;
  padding: 22px 18px 22px 0;
  border-right: 1px solid var(--line);
}
.tour-kpis .kpi:last-child { border-right: none; }
.tour-kpis .kpi .ic { color: var(--olive); flex: 0 0 36px; }
.tour-kpis .kpi .ic svg { width: 36px; height: 36px; stroke-width: 1.4; }
.tour-kpis .kpi .v { font-family: var(--f-display); font-size: 18px; font-weight: 700; color: var(--slate); letter-spacing: -0.015em; line-height: 1; }
.tour-kpis .kpi .l { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--slate-3); margin-top: 4px; font-weight: 600; }
@media (max-width: 900px) { .tour-kpis { grid-template-columns: 1fr 1fr; } .tour-kpis .kpi:nth-child(2) { border-right: none; } }

/* ============================================================
   Yacht Charter Hub — Duration comparison + Included table + Map
   ============================================================ */
.charter-value { background: var(--white); padding: 90px 0 80px; }
.charter-value .vp-grid {
  margin-top: 50px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.charter-value .vp {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 30px 26px 30px 0;
  border-right: 1px solid var(--line);
}
.charter-value .vp:last-child { border-right: none; padding-right: 0; }
.charter-value .vp .ic { flex: 0 0 44px; color: var(--olive); }
.charter-value .vp .ic svg { width: 40px; height: 40px; stroke-width: 1.4; }
.charter-value .vp h4 { font-size: 17px; }
.charter-value .vp p { margin-top: 8px; font-size: 14px; color: var(--slate-3); line-height: 1.55; }
@media (max-width: 900px) { .charter-value .vp-grid { grid-template-columns: 1fr 1fr; } .charter-value .vp:nth-child(2) { border-right: none; } }
@media (max-width: 560px) { .charter-value .vp-grid { grid-template-columns: 1fr; } .charter-value .vp { border-right: none; border-bottom: 1px solid var(--line); } }

.duration-decision { background: var(--off); padding: 90px 0; }
.duration-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.duration-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column;
  transition: transform .25s, border-color .2s, box-shadow .25s;
}
.duration-card:hover { transform: translateY(-4px); border-color: var(--slate-2); box-shadow: 0 22px 50px -30px rgba(20,30,46,.4); }
.duration-card.featured {
  border-color: var(--slate);
  background: var(--slate);
  color: #fff;
}
.duration-card.featured h3, .duration-card.featured .num { color: #fff; }
.duration-card .pop-tag {
  position: absolute; top: -14px; left: 28px;
  background: var(--sand);
  color: var(--slate);
  padding: 7px 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  border-radius: 3px;
}
.duration-card .num {
  font-family: var(--f-display);
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  color: var(--mid);
}
.duration-card h3 {
  margin-top: 14px;
  font-size: 36px; line-height: 1; letter-spacing: -0.035em;
}
.duration-card h3 em { font-style: italic; font-weight: 300; color: var(--sand); }
.duration-card .route {
  margin-top: 18px;
  font-size: 14px; line-height: 1.5;
  color: var(--slate-2);
}
.duration-card.featured .route { color: rgba(255,255,255,.85); }
.duration-card .best-for {
  margin-top: 22px;
  padding: 14px 16px;
  background: var(--off);
  border-radius: var(--r);
  font-size: 13px; color: var(--slate-2);
}
.duration-card.featured .best-for { background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); }
.duration-card .best-for strong { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate-3); margin-bottom: 4px; }
.duration-card.featured .best-for strong { color: var(--sand); }
.duration-card .price {
  margin-top: auto; padding-top: 24px;
  display: flex; align-items: end; gap: 10px;
}
.duration-card .price .v { font-family: var(--f-display); font-size: 22px; font-weight: 600; color: var(--slate); letter-spacing: -0.02em; }
.duration-card.featured .price .v { color: var(--sand); }
.duration-card .price .l { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate-3); font-weight: 600; padding-bottom: 3px; }
.duration-card.featured .price .l { color: rgba(255,255,255,.7); }
.duration-card .see {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600; color: var(--mid);
  border-bottom: 1px solid var(--mid); padding-bottom: 3px;
  align-self: flex-start;
}
.duration-card.featured .see { color: var(--sand); border-bottom-color: var(--sand); }
@media (max-width: 900px) { .duration-grid { grid-template-columns: 1fr; } }

/* Charter fleet cards (compact) */
.charter-fleet { background: var(--white); padding: 90px 0; }
.cf-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.cf-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s, border-color .2s, box-shadow .25s;
}
.cf-card:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: 0 20px 50px -30px rgba(20,30,46,.4); }
.cf-card .img { aspect-ratio: 4/3; overflow: hidden; }
.cf-card .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.cf-card:hover .img img { transform: scale(1.04); }
.cf-card .body { padding: 24px 26px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.cf-card .label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--olive); font-weight: 700; }
.cf-card h3 { font-size: 24px; }
.cf-card .sub { font-size: 14px; color: var(--slate-3); }
.cf-card .row {
  margin-top: 8px; padding-top: 16px;
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 6px;
}
.cf-card .row div { display: flex; flex-direction: column; gap: 4px; }
.cf-card .row .k { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--slate-3); font-weight: 600; }
.cf-card .row .v { font-family: var(--f-display); font-size: 15px; color: var(--slate); font-weight: 600; letter-spacing: -0.01em; }
.cf-card .lk {
  margin-top: 14px; font-size: 13.5px; font-weight: 600; color: var(--mid);
  display: inline-flex; align-items: center; gap: 8px;
}
@media (max-width: 1000px) { .cf-grid { grid-template-columns: 1fr; } }

.cf-callout {
  margin-top: 30px;
  background: var(--off);
  border-radius: var(--r);
  padding: 24px 30px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  flex-wrap: wrap;
}
.cf-callout .t { font-family: var(--f-display); font-size: 18px; font-weight: 600; color: var(--slate); }
.cf-callout .t small { display: block; font-size: 13px; color: var(--slate-3); font-weight: 400; margin-top: 4px; font-family: var(--f-body); }

/* Included / Mandatory / Optional 3-col table */
.incl-3col { background: var(--off); padding: 90px 0; }
.incl-grid {
  margin-top: 50px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.incl-col {
  background: var(--white);
  border-radius: var(--r);
  padding: 36px 32px 32px;
  border: 1px solid var(--line);
  position: relative;
}
.incl-col.included { border-top: 4px solid var(--olive); }
.incl-col.mandatory { border-top: 4px solid var(--mid); }
.incl-col.optional { border-top: 4px solid var(--sand); }
.incl-col h3 { font-size: 22px; }
.incl-col .tag {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.incl-col.included .tag { color: var(--olive); }
.incl-col.mandatory .tag { color: var(--mid); }
.incl-col.optional .tag { color: var(--sand); }
.incl-col ul { list-style: none; padding: 0; margin: 24px 0 0; }
.incl-col ul li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px; color: var(--slate-2);
}
.incl-col ul li:last-child { border-bottom: none; }
.incl-col ul li svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; }
.incl-col.included ul li svg { color: var(--olive); }
.incl-col.mandatory ul li svg { color: var(--mid); }
.incl-col.optional ul li svg { color: var(--sand); }
@media (max-width: 1000px) { .incl-grid { grid-template-columns: 1fr; } }

/* Sample route map */
.route-map { background: var(--white); padding: 90px 0; }
.route-vis {
  margin-top: 40px;
  background: var(--off);
  border-radius: var(--r);
  padding: 56px 48px;
  position: relative;
}
.route-vis svg.map { width: 100%; height: auto; }
.route-vis .island-grid {
  margin-top: 26px;
  display: grid; grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  border-top: 1px solid var(--line-2);
  padding-top: 24px;
}
.route-vis .island {
  display: flex; flex-direction: column; gap: 4px; align-items: flex-start;
  padding-right: 12px;
  border-right: 1px solid var(--line);
}
.route-vis .island:last-child { border-right: none; }
.route-vis .island .n { font-family: var(--f-display); font-size: 15px; font-weight: 600; color: var(--slate); letter-spacing: -0.01em; }
.route-vis .island .l { font-size: 11px; color: var(--slate-3); letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.route-vis .teaser-row {
  margin-top: 30px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.route-vis .teaser {
  padding: 22px 22px;
  background: var(--white);
  border-radius: var(--r);
  border-left: 3px solid var(--sand);
}
.route-vis .teaser .d { font-family: var(--f-display); font-size: 15px; color: var(--mid); font-weight: 700; letter-spacing: .04em; }
.route-vis .teaser p { margin-top: 8px; font-size: 14px; color: var(--slate-2); line-height: 1.5; }
@media (max-width: 900px) { .route-vis .island-grid { grid-template-columns: repeat(2, 1fr); } .route-vis .island { border-right: none; border-bottom: 1px solid var(--line); padding-bottom: 8px; } .route-vis .teaser-row { grid-template-columns: 1fr; } }

/* ============================================================
   Day Trips Hub — Half/Full split, Tailor-made callout
   ============================================================ */
.dt-segment { background: var(--off); padding: 90px 0; }
.dt-segment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.dt-seg-card {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  min-height: 380px;
  color: #fff;
  display: flex; align-items: flex-end;
  padding: 40px 44px;
  background-size: cover; background-position: center;
}
.dt-seg-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,28,38,.1) 0%, rgba(20,28,38,.82) 100%);
}
.dt-seg-card > * { position: relative; z-index: 2; }
.dt-seg-card .meta {
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  color: var(--sand); margin-bottom: 14px;
  display: inline-block;
}
.dt-seg-card h3 { color: #fff; font-size: clamp(34px, 4vw, 52px); letter-spacing: -0.035em; }
.dt-seg-card p { color: rgba(255,255,255,.88); margin-top: 16px; font-size: 15.5px; line-height: 1.55; max-width: 42ch; }
.dt-seg-card .lk {
  margin-top: 26px;
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff; font-size: 14px; font-weight: 600;
  border-bottom: 1px solid var(--sand); padding-bottom: 3px;
  align-self: flex-start;
}
@media (max-width: 800px) { .dt-segment-grid { grid-template-columns: 1fr; } }

/* Tailor-made callout banner */
.dt-tailor-banner {
  background: var(--slate);
  padding: 80px 0;
  color: #fff;
}
.dt-tailor-banner .inner {
  display: grid; grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.dt-tailor-banner h2 { color: #fff; }
.dt-tailor-banner h2 em { font-style: italic; color: var(--sand); font-weight: 300; }
.dt-tailor-banner p { color: rgba(255,255,255,.85); margin-top: 20px; font-size: 17px; line-height: 1.55; max-width: 50ch; }
.dt-tailor-banner .ctas {
  display: flex; flex-direction: column; gap: 18px;
}
.dt-tailor-banner .btn-light {
  background: var(--sand); color: var(--slate); border-color: var(--sand);
  padding: 18px 26px; font-size: 15px;
  justify-content: space-between;
}
.dt-tailor-banner .btn-light:hover { background: #fff; border-color: #fff; }
.dt-tailor-banner .ctas .alt {
  color: rgba(255,255,255,.75); font-size: 14px; text-align: center;
}
.dt-tailor-banner .ctas .alt a { color: var(--sand); border-bottom: 1px solid currentColor; }
@media (max-width: 800px) { .dt-tailor-banner .inner { grid-template-columns: 1fr; gap: 30px; } }

/* Why private day trip */
.why-private { background: var(--white); padding: 90px 0; }
.why-private .why-grid {
  margin-top: 50px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.why-private .why-item {
  padding: 28px 0 0;
  border-top: 1px solid var(--line-2);
}
.why-private .why-item .ic { color: var(--olive); margin-bottom: 16px; }
.why-private .why-item .ic svg { width: 40px; height: 40px; stroke-width: 1.4; }
.why-private .why-item h4 { font-size: 18px; }
.why-private .why-item p { margin-top: 10px; font-size: 14.5px; color: var(--slate-3); line-height: 1.55; }
@media (max-width: 900px) { .why-private .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .why-private .why-grid { grid-template-columns: 1fr; } }

/* Tag with country / passport flag on trip card */
.tour-listing-card .passport {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.95);
  color: var(--mid);
  padding: 5px 9px;
  border-radius: 3px;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
  position: absolute; top: 16px; right: 16px;
}
.tour-listing-card .passport svg { width: 12px; height: 12px; }

/* ============================================================
   Tailor-Made — Build-your-trip form, examples, etc.
   ============================================================ */
.tm-intro { background: var(--white); padding: 90px 0 0; }
.tm-intro .three-step {
  margin-top: 60px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-2);
}
.tm-intro .three-step .step {
  padding: 36px 30px 36px 0;
  border-right: 1px solid var(--line);
  display: flex; gap: 20px; align-items: flex-start;
}
.tm-intro .three-step .step:last-child { border-right: none; padding-right: 0; }
.tm-intro .three-step .n {
  font-family: var(--f-display); font-size: 36px; font-weight: 600; color: var(--sand);
  line-height: 1; letter-spacing: -0.025em;
  flex: 0 0 auto;
}
.tm-intro .three-step .step h4 { font-size: 20px; }
.tm-intro .three-step .step p { margin-top: 10px; font-size: 14.5px; color: var(--slate-3); line-height: 1.55; }
@media (max-width: 900px) { .tm-intro .three-step { grid-template-columns: 1fr; } .tm-intro .three-step .step { border-right: none; border-bottom: 1px solid var(--line); padding-right: 0; } }

/* Example itineraries */
.tm-examples { background: var(--off); padding: 90px 0; }
.tm-examples-grid {
  margin-top: 50px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.tm-example {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s, border-color .2s, box-shadow .25s;
}
.tm-example:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: 0 18px 40px -28px rgba(20,30,46,.4); }
.tm-example .img { aspect-ratio: 4/3; overflow: hidden; }
.tm-example .img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.tm-example:hover .img img { transform: scale(1.04); }
.tm-example .body { padding: 22px 24px 24px; flex: 1; display: flex; flex-direction: column; }
.tm-example .label { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--mid); font-weight: 700; }
.tm-example h4 { margin-top: 10px; font-size: 19px; letter-spacing: -0.015em; line-height: 1.2; }
.tm-example p { margin-top: 10px; font-size: 13.5px; color: var(--slate-3); line-height: 1.5; flex: 1; }
.tm-example .start {
  margin-top: 16px;
  font-size: 12.5px; font-weight: 600; color: var(--olive);
  display: inline-flex; align-items: center; gap: 8px;
}
@media (max-width: 900px) { .tm-examples-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tm-examples-grid { grid-template-columns: 1fr; } }

/* Build your trip form */
.tm-form-section { background: var(--white); padding: 90px 0; }
.tm-form-shell {
  background: var(--off);
  border-radius: var(--r);
  padding: clamp(40px, 5vw, 64px);
  display: grid; grid-template-columns: 1fr 360px;
  gap: 50px;
}
.tm-form-shell .side-card {
  background: var(--slate);
  color: #fff;
  border-radius: var(--r);
  padding: 28px 28px;
  height: fit-content;
  position: sticky; top: 100px;
}
.tm-form-shell .side-card h4 { color: #fff; font-size: 18px; }
.tm-form-shell .side-card .lead { color: rgba(255,255,255,.85); margin-top: 14px; font-size: 14.5px; }
.tm-form-shell .side-card .rep { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.85); }
.tm-form-shell .side-card .rep svg { width: 16px; height: 16px; color: var(--sand); }
.tm-form-shell .side-card .wa {
  margin-top: 18px;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
  background: #25D366; color: #fff;
  border-radius: var(--r);
  font-weight: 600; font-size: 14px;
  justify-content: center;
}
.tm-form-shell .side-card .wa svg { width: 18px; height: 18px; }
.tm-form-shell .side-card .price-note {
  margin-top: 22px; padding: 14px 16px;
  background: rgba(159,143,110,.18);
  border-radius: var(--r);
  font-size: 13px;
  color: rgba(255,255,255,.85);
}
.tm-form-shell .side-card .price-note strong { display: block; color: var(--sand); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 6px; font-weight: 700; }

.tm-form {
  display: grid; gap: 26px;
}
.tm-form .field-group { display: grid; gap: 10px; }
.tm-form label.lbl {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--slate-3); font-weight: 600;
}
.tm-form input[type=text],
.tm-form input[type=email],
.tm-form input[type=tel],
.tm-form input[type=number],
.tm-form input[type=date],
.tm-form select,
.tm-form textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--slate);
  border-radius: var(--r);
  padding: 14px 16px;
  font: inherit;
  transition: border-color .2s;
}
.tm-form input:focus, .tm-form select:focus, .tm-form textarea:focus { border-color: var(--olive); outline: none; }
.tm-form textarea { min-height: 100px; resize: vertical; }
.tm-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tm-form .row-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.tm-form .chip-set { display: flex; flex-wrap: wrap; gap: 8px; }
.tm-form .chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 14px;
  background: var(--white);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  font-size: 13px; font-weight: 500; color: var(--slate-2);
  cursor: pointer;
  user-select: none;
  transition: all .15s;
}
.tm-form .chip input { display: none; }
.tm-form .chip svg { width: 14px; height: 14px; color: var(--slate-3); }
.tm-form .chip:hover { border-color: var(--slate-2); }
.tm-form .chip.is-on, .tm-form .chip:has(input:checked) {
  background: var(--slate);
  border-color: var(--slate);
  color: #fff;
}
.tm-form .chip.is-on svg, .tm-form .chip:has(input:checked) svg { color: var(--sand); }

.tm-form .pace-row { display: flex; gap: 10px; flex-wrap: wrap; }
.tm-form .pace {
  flex: 1;
  padding: 16px 18px;
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  background: var(--white);
  cursor: pointer;
  transition: all .15s;
}
.tm-form .pace input { display: none; }
.tm-form .pace strong { display: block; font-family: var(--f-display); font-size: 15px; color: var(--slate); }
.tm-form .pace small { display: block; margin-top: 4px; font-size: 12.5px; color: var(--slate-3); }
.tm-form .pace:has(input:checked) {
  border-color: var(--olive);
  background: rgba(132,117,88,.06);
}
.tm-form .pace:has(input:checked) strong { color: var(--olive); }

.tm-form .check-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.tm-form .check {
  display: flex; gap: 10px; align-items: center;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  font-size: 13.5px; color: var(--slate-2);
  cursor: pointer;
  transition: all .15s;
}
.tm-form .check input { accent-color: var(--olive); width: 16px; height: 16px; }
.tm-form .check:has(input:checked) {
  border-color: var(--olive);
  background: rgba(132,117,88,.06);
  color: var(--slate);
}

.tm-form .submit-bar {
  margin-top: 8px;
  display: flex; align-items: center; gap: 18px;
  flex-wrap: wrap;
}
.tm-form .submit-bar button {
  background: var(--slate);
  color: #fff;
  border: 0;
  padding: 18px 28px;
  font-family: var(--f-display); font-size: 15px; font-weight: 600;
  letter-spacing: -0.005em;
  border-radius: var(--r);
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 12px;
  transition: background .2s, transform .15s;
}
.tm-form .submit-bar button:hover { background: var(--olive); transform: translateY(-1px); }
.tm-form .submit-bar .note { font-size: 13px; color: var(--slate-3); }
.tm-form .submit-bar .note strong { color: var(--olive); }

@media (max-width: 1000px) { .tm-form-shell { grid-template-columns: 1fr; } .tm-form-shell .side-card { position: static; } .tm-form .row-2, .tm-form .row-3 { grid-template-columns: 1fr; } .tm-form .check-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tm-form .check-grid { grid-template-columns: 1fr; } }

/* Tailor-made Always Included */
.tm-included { background: var(--off); padding: 80px 0; }
.tm-incl-grid {
  margin-top: 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 22px;
}
.tm-incl-col {
  background: var(--white);
  border-radius: var(--r);
  padding: 32px 32px;
}
.tm-incl-col.yes { border-top: 4px solid var(--olive); }
.tm-incl-col.no { border-top: 4px solid var(--slate-3); }
.tm-incl-col h3 { font-size: 20px; }
.tm-incl-col ul { list-style: none; padding: 0; margin: 20px 0 0; }
.tm-incl-col li { display: flex; gap: 12px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; color: var(--slate-2); }
.tm-incl-col li:last-child { border-bottom: none; }
.tm-incl-col li svg { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 2px; }
.tm-incl-col.yes li svg { color: var(--olive); }
.tm-incl-col.no li svg { color: var(--slate-3); }
.tm-incl-col .rates {
  margin-top: 22px; padding: 16px 18px;
  background: var(--off);
  border-radius: var(--r);
  font-size: 13px; color: var(--slate-2);
}
.tm-incl-col .rates strong { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--slate-3); margin-bottom: 6px; font-weight: 700; }
@media (max-width: 760px) { .tm-incl-grid { grid-template-columns: 1fr; } }

/* FAQ accordion (reusable, light bg) */
.faq-block-light { background: var(--white); padding: 80px 0; }
.faq-accordion {
  margin-top: 40px;
  border-top: 1px solid var(--line-2);
}
.faq-accordion details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-accordion summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  font-family: var(--f-display); font-size: 18px; font-weight: 600;
  color: var(--slate); letter-spacing: -0.015em;
}
.faq-accordion summary::-webkit-details-marker { display: none; }
.faq-accordion summary::after {
  content: "+";
  font-family: var(--f-display); font-size: 26px; font-weight: 400;
  color: var(--slate-3);
  width: 30px; height: 30px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .2s;
}
.faq-accordion details[open] summary::after { content: "–"; }
.faq-accordion .answer {
  padding: 0 0 22px 0;
  font-size: 15.5px; color: var(--slate-2); line-height: 1.6;
  max-width: 70ch;
}

/* Tour gallery - same as boat gallery-top */
.tour-gallery { background: var(--off); padding: 60px 0 80px; }
.tour-gallery .gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}
.tour-gallery .gallery-grid > a {
  background-size: cover; background-position: center;
  border-radius: var(--r);
  position: relative;
  overflow: hidden;
}
.tour-gallery .gallery-grid > a:first-child { grid-row: 1 / span 2; }
.tour-gallery .gallery-grid .more {
  background: var(--slate-2); color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  font-family: var(--f-display); font-weight: 600;
}
.tour-gallery .gallery-grid .more .n { font-size: 32px; letter-spacing: -0.025em; }
.tour-gallery .gallery-grid .more .l { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,.7); margin-top: 4px; }
@media (max-width: 800px) { .tour-gallery .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; } .tour-gallery .gallery-grid > a:first-child { grid-column: 1 / -1; height: 280px; } }


/* ============================================================
   Events hub & leaf event pages (IA-07 ─ IA-12)
   ============================================================ */

/* Trust strip below hero */
.ev-trust { background: var(--white); border-bottom: 1px solid var(--line); padding: 26px 0; }
.ev-trust .row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; }
.ev-trust .cell { display: flex; align-items: center; gap: 14px; font-size: 14px; color: var(--slate-2); letter-spacing: 0.01em; }
.ev-trust .cell svg { width: 24px; height: 24px; color: var(--sand); flex: 0 0 24px; }
.ev-trust .cell strong { font-family: var(--f-display); font-weight: 600; font-size: 15px; color: var(--slate); display: block; }
.ev-trust .cell small { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--slate-3); font-weight: 500; }
@media (max-width: 900px) { .ev-trust .row { grid-template-columns: 1fr 1fr; gap: 18px 22px; } }
@media (max-width: 520px) { .ev-trust .row { grid-template-columns: 1fr; } }

/* Events hub event-card improvements - keep existing but add chip */
.event-card .chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
  padding: 6px 12px; background: var(--white); color: var(--slate-2);
  border-radius: 3px; align-self: flex-start; margin-bottom: 14px;
  border: 1px solid var(--line);
}

/* Always-included icon band */
.included-band { background: var(--off); padding: 80px 0; }
.included-band .icon-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 44px;
  border: 1px solid var(--line);
  background: var(--white);
}
.included-band .icon-row .it {
  padding: 28px 24px; display: flex; flex-direction: column; gap: 12px;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.included-band .icon-row .it:nth-child(4n) { border-right: none; }
.included-band .icon-row .it:nth-last-child(-n+4) { border-bottom: none; }
.included-band .icon-row .it svg { width: 38px; height: 38px; color: var(--slate-2); stroke-width: 1.3; }
.included-band .icon-row .it strong { font-family: var(--f-display); font-weight: 600; font-size: 15.5px; color: var(--slate); }
.included-band .icon-row .it small { font-size: 13px; color: var(--slate-3); line-height: 1.5; }
.included-band .foot-note { margin-top: 18px; font-size: 13px; color: var(--slate-3); letter-spacing: 0.01em; }
@media (max-width: 900px) {
  .included-band .icon-row { grid-template-columns: 1fr 1fr; }
  .included-band .icon-row .it { border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line) !important; }
  .included-band .icon-row .it:nth-child(2n) { border-right: none !important; }
  .included-band .icon-row .it:nth-last-child(-n+2) { border-bottom: none !important; }
}
@media (max-width: 560px) {
  .included-band .icon-row { grid-template-columns: 1fr; }
  .included-band .icon-row .it { border-right: none !important; }
}

/* Fleet teaser cards (3 boat-type cards) */
.fleet-teaser { background: var(--white); padding: 90px 0; }
.fleet-teaser .ft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.fleet-teaser .ft-card {
  position: relative; border-radius: var(--r); overflow: hidden;
  background: var(--off); display: flex; flex-direction: column;
}
.fleet-teaser .ft-card .img { aspect-ratio: 4/3; background-size: cover; background-position: center; }
.fleet-teaser .ft-card .body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.fleet-teaser .ft-card .type {
  font-family: var(--f-body); font-size: 11px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--slate-3); font-weight: 600;
}
.fleet-teaser .ft-card h3 { font-size: 22px; }
.fleet-teaser .ft-card .seats { font-size: 13.5px; color: var(--slate-3); font-family: var(--f-display); font-weight: 500; }
.fleet-teaser .ft-card p { font-size: 14.5px; color: var(--slate-2); line-height: 1.5; margin-top: 6px; flex: 1; }
.fleet-teaser .ft-card .lk { margin-top: 18px; display: inline-flex; align-items: center; gap: 10px; color: var(--slate-2); font-size: 13.5px; font-weight: 600; border-bottom: 1px solid var(--slate-2); padding-bottom: 3px; align-self: flex-start; }
@media (max-width: 900px) { .fleet-teaser .ft-grid { grid-template-columns: 1fr; } }

/* Add-ons teaser strip (hub + event pages) */
.addons-teaser { background: var(--sand-2); padding: 90px 0; }
.addons-teaser .at-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.addons-teaser .at-card {
  background: var(--white); border-radius: var(--r); padding: 28px 28px 30px;
  display: flex; flex-direction: column; gap: 12px;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.addons-teaser .at-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(44,55,68,.08); }
.addons-teaser .at-card .ic { color: var(--olive); }
.addons-teaser .at-card .ic svg { width: 40px; height: 40px; stroke-width: 1.3; }
.addons-teaser .at-card h4 { font-size: 19px; }
.addons-teaser .at-card p { font-size: 14px; color: var(--slate-3); line-height: 1.55; flex: 1; }
.addons-teaser .at-card .price-pill {
  align-self: flex-start;
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
  padding: 5px 10px; background: var(--off); color: var(--slate-2); border-radius: 3px;
}
.addons-teaser .at-foot { margin-top: 30px; text-align: center; }
@media (max-width: 900px) { .addons-teaser .at-grid { grid-template-columns: 1fr; } }

/* ============================================================
   Event leaf page (Birthdays, Bachelor, Engagements, etc)
   ============================================================ */

/* Event hero - photo + content side-by-side */
.event-hero { background: var(--off); padding-top: 96px; }
.event-hero .eh-wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; align-items: stretch; min-height: 540px; }
.event-hero .eh-img { background-size: cover; background-position: center; min-height: 420px; }
.event-hero .eh-body { background: var(--slate); color: #fff; padding: 56px 56px 56px; display: flex; flex-direction: column; justify-content: center; }
.event-hero .crumbs { color: rgba(255,255,255,.7); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 22px; font-weight: 500; }
.event-hero .crumbs a { color: rgba(255,255,255,.7); border-bottom: 1px solid transparent; padding-bottom: 2px; }
.event-hero .crumbs a:hover { color: var(--sand); border-color: var(--sand); }
.event-hero .crumbs span { opacity: .5; margin: 0 8px; }
.event-hero .label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  padding: 6px 12px; background: var(--sand); color: var(--slate); border-radius: 3px;
  align-self: flex-start; margin-bottom: 22px;
}
.event-hero h1 { color: #fff; font-size: clamp(36px, 4.6vw, 60px); line-height: 1.05; letter-spacing: -0.035em; font-weight: 600; }
.event-hero h1 em { font-style: italic; color: var(--sand); font-weight: 300; }
.event-hero .tagline { margin-top: 22px; color: rgba(255,255,255,.85); font-size: 18px; line-height: 1.5; max-width: 50ch; }
.event-hero .key-facts {
  margin-top: 36px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  padding: 22px 0;
}
.event-hero .key-facts .kf { padding-right: 14px; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; gap: 4px; }
.event-hero .key-facts .kf:last-child { border-right: none; }
.event-hero .key-facts .kf small { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.65); font-weight: 600; }
.event-hero .key-facts .kf strong { font-family: var(--f-display); font-weight: 600; font-size: 17px; color: #fff; letter-spacing: -0.01em; }
.event-hero .eh-ctas { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.event-hero .btn-primary { background: var(--sand); color: var(--slate); border-color: var(--sand); }
.event-hero .btn-primary:hover { background: #fff; border-color: #fff; }
@media (max-width: 1000px) {
  .event-hero .eh-wrap { grid-template-columns: 1fr; }
  .event-hero .eh-body { padding: 40px 28px; }
  .event-hero .key-facts { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .event-hero .key-facts .kf:nth-child(2) { border-right: none; }
}

/* Overview narrative + sidebar */
.ev-overview { background: var(--white); padding: 90px 0; }
.ev-overview .layout { display: grid; grid-template-columns: 1.55fr 1fr; gap: 60px; align-items: start; }
.ev-overview .body p { margin-top: 14px; color: var(--slate-2); line-height: 1.65; font-size: 16.5px; max-width: 60ch; }
.ev-overview .body p:first-of-type { margin-top: 0; }
.ev-overview .side .pic { aspect-ratio: 4/5; background-size: cover; background-position: center; border-radius: var(--r); overflow: hidden; }
.ev-overview .side .quote-card {
  margin-top: 22px; background: var(--off); padding: 28px 30px; border-radius: var(--r);
  font-family: var(--f-display); font-style: italic; font-weight: 400; font-size: 18px; line-height: 1.45;
  color: var(--slate); border-left: 3px solid var(--sand);
}
.ev-overview .side .quote-card cite { display: block; margin-top: 14px; font-style: normal; font-family: var(--f-body); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate-3); font-weight: 600; }
@media (max-width: 900px) { .ev-overview .layout { grid-template-columns: 1fr; gap: 40px; } }

/* "Who it's for" + "The experience" combined */
.ev-experience { background: var(--off); padding: 90px 0; }
.ev-experience .layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 44px; }
.ev-experience .block h3 { font-size: 22px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 12px; }
.ev-experience .block h3 svg { width: 26px; height: 26px; color: var(--sand); }
.ev-experience .block ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.ev-experience .block ul li { display: flex; gap: 14px; align-items: flex-start; font-size: 15.5px; color: var(--slate-2); line-height: 1.55; }
.ev-experience .block ul li::before {
  content: ""; flex: 0 0 6px; width: 6px; height: 6px; background: var(--sand); border-radius: 50%; margin-top: 9px;
}
.ev-experience .timeline { list-style: none; padding: 0; margin: 0; }
.ev-experience .timeline li {
  display: grid; grid-template-columns: 90px 1fr; gap: 18px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.ev-experience .timeline li:last-child { border-bottom: none; }
.ev-experience .timeline .t { font-family: var(--f-display); font-weight: 600; font-size: 14px; color: var(--sand); letter-spacing: 0.1em; text-transform: uppercase; padding-top: 2px; }
.ev-experience .timeline strong { font-family: var(--f-display); font-size: 16px; color: var(--slate); display: block; margin-bottom: 2px; }
.ev-experience .timeline small { font-size: 14px; color: var(--slate-3); line-height: 1.5; }
@media (max-width: 900px) { .ev-experience .layout { grid-template-columns: 1fr; gap: 40px; } }

/* Mid-page enquiry CTA - 2 columns: form + reassurance */
.ev-enquiry { background: var(--slate); color: #fff; padding: 90px 0; }
.ev-enquiry h2 { color: #fff; }
.ev-enquiry h2 em { color: var(--sand); font-weight: 300; font-style: italic; }
.ev-enquiry .layout { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 44px; }
.ev-enquiry form label { display: block; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-bottom: 6px; font-weight: 600; }
.ev-enquiry form input, .ev-enquiry form select, .ev-enquiry form textarea {
  width: 100%; padding: 12px 14px; border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.05); color: #fff; border-radius: 4px; font-family: var(--f-body); font-size: 15px;
}
.ev-enquiry form textarea { min-height: 100px; resize: vertical; }
.ev-enquiry form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.ev-enquiry form > div { margin-bottom: 14px; }
.ev-enquiry form .addon-checks {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 14px;
  background: rgba(255,255,255,.04); padding: 18px 18px; border-radius: 4px;
}
.ev-enquiry form .addon-checks label { font-size: 13px; letter-spacing: 0; text-transform: none; color: rgba(255,255,255,.92); margin: 0; display: inline-flex; align-items: center; gap: 10px; font-weight: 400; cursor: pointer; }
.ev-enquiry form .addon-checks input { width: 18px; height: 18px; accent-color: var(--sand); padding: 0; flex: 0 0 18px; }
.ev-enquiry form button {
  margin-top: 8px; padding: 16px 26px; background: var(--sand); color: var(--slate);
  border: none; border-radius: 4px; font-weight: 700; font-size: 15px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 12px; letter-spacing: 0.02em;
}
.ev-enquiry form button:hover { background: #fff; }
.ev-enquiry .reassure { display: flex; flex-direction: column; gap: 22px; }
.ev-enquiry .reassure .item { display: flex; gap: 18px; align-items: flex-start; }
.ev-enquiry .reassure .item .ic {
  flex: 0 0 44px; width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sand); color: var(--slate); border-radius: 50%;
}
.ev-enquiry .reassure .item strong { font-family: var(--f-display); font-weight: 600; font-size: 17px; color: #fff; display: block; margin-bottom: 4px; }
.ev-enquiry .reassure .item p { font-size: 14.5px; color: rgba(255,255,255,.78); line-height: 1.55; }
.ev-enquiry .reassure .wa-cta {
  margin-top: 6px; padding: 18px 22px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.18); border-radius: 4px;
  display: flex; align-items: center; gap: 14px;
}
.ev-enquiry .reassure .wa-cta svg { width: 28px; height: 28px; color: var(--sand); flex: 0 0 28px; }
.ev-enquiry .reassure .wa-cta a { color: #fff; font-weight: 600; border-bottom: 1px solid var(--sand); padding-bottom: 2px; }
@media (max-width: 900px) { .ev-enquiry .layout { grid-template-columns: 1fr; gap: 40px; } .ev-enquiry form .addon-checks { grid-template-columns: 1fr; } }

/* Related occasions - 3 thin cards */
.ev-related { background: var(--white); padding: 90px 0; }
.ev-related .rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.ev-related .rel { position: relative; border-radius: var(--r); overflow: hidden; min-height: 280px; display: flex; align-items: flex-end; padding: 26px 28px 28px; color: #fff; background-size: cover; background-position: center; }
.ev-related .rel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,28,38,.05) 0%, rgba(20,28,38,.82) 100%); }
.ev-related .rel > * { position: relative; }
.ev-related .rel h4 { color: #fff; font-size: 24px; }
.ev-related .rel p { color: rgba(255,255,255,.86); font-size: 14px; line-height: 1.5; margin-top: 6px; max-width: 32ch; }
.ev-related .rel .lk { margin-top: 16px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: 1px solid var(--sand); padding-bottom: 3px; align-self: flex-start; }
@media (max-width: 900px) { .ev-related .rel-grid { grid-template-columns: 1fr; } }

/* Sticky bottom event bar (mobile-leaning, desktop visible too) */
.sticky-event-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: var(--slate); color: #fff;
  padding: 12px 18px;
  display: none;
  align-items: center; gap: 14px;
  box-shadow: 0 -6px 24px rgba(0,0,0,.18);
}
.sticky-event-bar.is-visible { display: flex; }
.sticky-event-bar .price { font-family: var(--f-display); font-weight: 600; font-size: 15px; color: var(--sand); flex: 1; }
.sticky-event-bar .price small { display: block; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.7); font-family: var(--f-body); font-weight: 500; }
.sticky-event-bar a.wa { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: #fff; border-radius: 4px; font-size: 13.5px; font-weight: 600; }
.sticky-event-bar a.wa svg { width: 18px; height: 18px; }
.sticky-event-bar a.cta { padding: 12px 18px; background: var(--sand); color: var(--slate); border-radius: 4px; font-size: 13.5px; font-weight: 700; }
@media (max-width: 700px) { .sticky-event-bar .price small { font-size: 9px; } .sticky-event-bar a.wa span { display: none; } }

/* ============================================================
   Water Sports & Add-Ons page
   ============================================================ */

/* Water toys catalogue - card with image + price */
.ws-catalogue { background: var(--white); padding: 90px 0; }
.ws-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.ws-card {
  background: var(--off); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ws-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(44,55,68,.10); }
.ws-card .img { aspect-ratio: 4/3; background-size: cover; background-position: center; position: relative; }
.ws-card .img .tag {
  position: absolute; top: 14px; left: 14px;
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700;
  padding: 6px 10px; background: rgba(255,255,255,.95); color: var(--slate);
  border-radius: 3px;
}
.ws-card .img .tag.included { background: var(--sand); color: var(--slate); }
.ws-card .body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.ws-card h3 { font-size: 22px; }
.ws-card p { font-size: 14.5px; color: var(--slate-3); line-height: 1.55; flex: 1; }
.ws-card .foot { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; border-top: 1px solid var(--line); }
.ws-card .price { font-family: var(--f-display); font-weight: 600; font-size: 14.5px; color: var(--slate); }
.ws-card .price small { display: block; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--slate-3); font-family: var(--f-body); font-weight: 500; margin-bottom: 2px; }
.ws-card .add-lk { color: var(--olive); font-size: 13px; font-weight: 700; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--olive); padding-bottom: 2px; }
@media (max-width: 900px) { .ws-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .ws-grid { grid-template-columns: 1fr; } }

/* Included note - honest band */
.ws-included-note {
  background: var(--sand-2); padding: 32px 36px;
  margin-top: 40px;
  border-radius: var(--r);
  display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center;
}
.ws-included-note svg { width: 38px; height: 38px; color: var(--olive); }
.ws-included-note p { font-size: 15px; color: var(--slate); line-height: 1.55; }
.ws-included-note strong { font-family: var(--f-display); font-weight: 600; font-size: 16px; color: var(--slate); display: block; margin-bottom: 4px; }

/* Personalized services (3 cards bigger, less catalogue-y) */
.ws-services { background: var(--off); padding: 90px 0; }
.ws-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 50px; }
.ws-svc {
  background: var(--white); border-radius: var(--r); overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--line);
}
.ws-svc .img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.ws-svc .body { padding: 28px 30px 32px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.ws-svc .ic { color: var(--olive); margin-bottom: 4px; }
.ws-svc .ic svg { width: 36px; height: 36px; stroke-width: 1.3; }
.ws-svc h3 { font-size: 22px; }
.ws-svc p { font-size: 14.5px; color: var(--slate-3); line-height: 1.55; flex: 1; }
.ws-svc .pill { align-self: flex-start; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; padding: 6px 10px; background: var(--off); color: var(--slate-2); border-radius: 3px; }
.ws-svc .cross-lk { font-size: 13px; color: var(--slate-2); display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--slate-2); padding-bottom: 2px; align-self: flex-start; margin-top: 6px; }
@media (max-width: 900px) { .ws-svc-grid { grid-template-columns: 1fr; } }

/* "Add this to a trip" - 3 routing cards */
.ws-attach { background: var(--white); padding: 90px 0; border-top: 1px solid var(--line); }
.ws-attach .at-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.ws-attach .at-card {
  position: relative; border-radius: var(--r); overflow: hidden;
  min-height: 320px; display: flex; align-items: flex-end;
  padding: 30px 32px 32px; color: #fff; background-size: cover; background-position: center;
}
.ws-attach .at-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,28,38,.05) 0%, rgba(20,28,38,.82) 100%); }
.ws-attach .at-card > * { position: relative; }
.ws-attach .at-card .meta { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--sand); margin-bottom: 10px; }
.ws-attach .at-card h3 { color: #fff; font-size: 26px; }
.ws-attach .at-card p { color: rgba(255,255,255,.85); font-size: 14.5px; line-height: 1.55; margin-top: 8px; max-width: 36ch; }
.ws-attach .at-card .lk { margin-top: 18px; display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; border-bottom: 1px solid var(--sand); padding-bottom: 3px; align-self: flex-start; }
@media (max-width: 900px) { .ws-attach .at-row { grid-template-columns: 1fr; } }
