/*
Theme Name: Belize Cruise Trips
Theme URI: https://belizecruisetrips.com/
Description: Lightweight child theme for the Belize Cruise Excursions staging rebuild.
Template: twentytwentyfive
Version: 0.8.0
Text Domain: belize-cruise-trips
*/

:root {
  --bct-ink: #05313b;
  --bct-deep: #064a58;
  --bct-blue: #008fc5;
  --bct-teal: #00b8b5;
  --bct-sun: #ffc247;
  --bct-coral: #ff7048;
  --bct-sand: #fff3df;
  --bct-mist: #e9fbf8;
  --bct-white: #ffffff;
  --bct-muted: #5d6c70;
  --bct-border: rgba(6, 44, 55, 0.14);
  --bct-shadow: 0 18px 45px rgba(6, 44, 55, 0.14);
}

body {
  background: #fbfdfc;
  color: var(--bct-ink);
}

body,
button,
input,
textarea,
select {
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
.wp-block-site-title {
  color: var(--bct-ink);
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  letter-spacing: 0;
}

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(247, 183, 51, 0.75);
  outline-offset: 3px;
}

.wp-site-blocks > header {
  border-bottom: 1px solid var(--bct-border);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}

body.admin-bar .wp-site-blocks > header {
  top: 32px;
}

.bct-header {
  padding-block: 0.8rem;
}

.bct-main {
  margin-top: 0;
}

.bct-brand {
  gap: 0.75rem;
  text-decoration: none;
}

.bct-brand-logo {
  margin: 0;
  max-width: min(250px, 58vw);
  width: clamp(150px, 18vw, 245px);
}

.bct-brand-logo a,
.bct-brand-logo img {
  display: block;
}

.bct-brand-logo img {
  height: auto;
  width: 100%;
}

.bct-brand-logo-footer {
  background: #fff;
  border-radius: 8px;
  max-width: 285px;
  padding: 0.35rem 0.55rem;
  width: 245px;
}

.bct-brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--bct-sun), var(--bct-teal));
  border-radius: 999px;
  color: var(--bct-white);
  display: inline-flex;
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  margin: 0;
  width: 46px;
}

.bct-brand .wp-block-site-title {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
  margin: 0;
}

.bct-brand-tag {
  color: var(--bct-muted);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0.15rem 0 0;
  text-transform: uppercase;
}

.bct-brand-footer .bct-brand-tag,
.bct-footer .bct-brand-tag {
  color: rgba(255, 255, 255, 0.78);
}

.bct-main .entry-content {
  max-width: none;
}

.bct-main .wp-block-post-content,
.bct-main .entry-content,
.bct-main .bct-classic,
.is-layout-constrained > .bct-classic.alignfull,
.is-layout-constrained > .bct-classic {
  max-width: none !important;
  width: 100% !important;
}

.bct-main .wp-block-post-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bct-classic {
  margin: 0;
}

.bct-classic > section,
.bct-classic > div {
  box-sizing: border-box;
}

.wp-block-navigation a,
.wp-block-site-title a {
  color: var(--bct-ink);
  text-decoration: none;
}

.wp-block-navigation a:hover {
  color: var(--bct-blue);
}

.wp-block-button__link {
  border-radius: 999px;
  box-shadow: none;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.82rem 1.25rem;
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link,
.bct-button-primary .wp-block-button__link {
  background: var(--bct-coral);
  color: var(--bct-white);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.bct-button-primary .wp-block-button__link:hover {
  background: #f05f35;
  transform: translateY(-1px);
}

.wp-block-button.is-style-outline .wp-block-button__link,
.bct-button-secondary .wp-block-button__link {
  border: 2px solid var(--bct-white);
  color: var(--bct-white);
}

.bct-section {
  padding-block: clamp(3.25rem, 7vw, 6.5rem);
}

.bct-section > .wp-block-columns,
.bct-section > .wp-block-group,
.bct-section > h2,
.bct-section > p,
.bct-section > ul {
  max-width: min(1180px, calc(100vw - 64px)) !important;
  width: 100%;
}

.bct-section-tight {
  padding-block: clamp(2.25rem, 5vw, 4.5rem);
}

.bct-section-mist {
  background: linear-gradient(180deg, var(--bct-mist), #ffffff);
}

.bct-section-deep {
  background: var(--bct-ink);
  color: var(--bct-white);
}

.bct-section-deep h2,
.bct-section-deep h3,
.bct-section-deep p {
  color: var(--bct-white);
}

.bct-eyebrow {
  color: var(--bct-blue);
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.bct-lede {
  color: var(--bct-muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  max-width: 760px;
}

.bct-home-hero {
  min-height: clamp(560px, 80vh, 760px);
}

.bct-home-hero .wp-block-cover__image-background {
  filter: saturate(1.22) contrast(1.08) brightness(1.04);
}

.bct-home-hero .wp-block-cover__background {
  background:
    linear-gradient(90deg, rgba(5, 49, 59, 0.78) 0%, rgba(5, 49, 59, 0.54) 42%, rgba(5, 49, 59, 0.14) 78%),
    linear-gradient(180deg, rgba(0, 143, 197, 0.12) 0%, rgba(0, 184, 181, 0.02) 52%, rgba(5, 49, 59, 0.2) 100%) !important;
  opacity: 1 !important;
}

.bct-home-hero .wp-block-cover__inner-container {
  max-width: 1180px;
}

.bct-hero-panel {
  max-width: 720px;
  padding-top: clamp(3rem, 8vw, 7rem);
}

.bct-hero-panel h1 {
  color: var(--bct-white);
  font-size: clamp(2.7rem, 7vw, 5.9rem);
  line-height: 0.95;
  margin-bottom: 1.25rem;
  max-width: 760px;
}

.bct-kicker {
  color: #ffd45f;
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bct-hero-panel p {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  max-width: 650px;
}

.bct-hero-actions {
  gap: 0.75rem;
  margin-top: 2rem;
}

.bct-quickbar {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -3.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  position: relative;
  z-index: 2;
}

.bct-stat {
  border-left: 4px solid var(--bct-sun);
  padding-left: 1rem;
}

.bct-stat strong {
  display: block;
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-size: 1.55rem;
}

.bct-card {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(6, 44, 55, 0.08);
  height: 100%;
  overflow: hidden;
}

.bct-conversion-strip {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -2.4rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  position: relative;
  z-index: 3;
}

.bct-conversion-strip div {
  border-left: 4px solid var(--bct-sun);
  display: grid;
  gap: 0.25rem;
  padding-left: 1rem;
}

.bct-conversion-strip strong {
  color: var(--bct-ink);
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
}

.bct-conversion-strip span {
  color: var(--bct-muted);
}

.bct-pro-hero {
  background:
    linear-gradient(110deg, rgba(5, 49, 59, 0.8) 0%, rgba(5, 49, 59, 0.58) 42%, rgba(5, 49, 59, 0.12) 78%),
    linear-gradient(180deg, rgba(0, 184, 181, 0.06), rgba(255, 194, 71, 0.1)),
    var(--bct-hero-image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--bct-white);
  isolation: isolate;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  min-height: clamp(600px, 82vh, 790px);
  padding: clamp(5rem, 10vw, 9rem) max(24px, calc((100vw - 1180px) / 2));
  position: relative;
  width: 100% !important;
}

.bct-pro-hero::after {
  background:
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.2), transparent 20rem),
    linear-gradient(180deg, transparent 58%, rgba(5, 49, 59, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.bct-pro-hero-inner {
  max-width: 770px;
  position: relative;
  z-index: 1;
}

.bct-pro-hero h1 {
  color: var(--bct-white);
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.94;
  margin: 0 0 1.25rem;
}

.bct-pro-hero p {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  max-width: 680px;
}

.bct-actions,
.bct-tour-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.bct-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.4rem;
}

.bct-hero-trust span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  padding: 0.55rem 0.75rem;
}

.bct-hero-note {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  color: #ffffff;
  margin-top: 1.2rem;
  max-width: 560px;
  padding: 1rem 1.1rem;
}

.bct-hero-note strong {
  color: #ffd45f;
  display: block;
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  margin-bottom: 0.25rem;
}

.bct-button-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0.82rem 1.25rem;
  text-decoration: none;
}

.bct-trust-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bct-trust-card {
  background: #ffffff;
  border: 1px solid rgba(0, 143, 197, 0.14);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(5, 49, 59, 0.09);
  padding: 1.25rem;
}

.bct-trust-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--bct-teal), var(--bct-blue));
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 42px;
}

.bct-trust-icon svg {
  display: block;
  height: 22px;
  width: 22px;
}

.bct-trust-card h3 {
  margin: 0 0 0.45rem;
}

.bct-trust-card p {
  color: var(--bct-muted);
  margin: 0;
}

.bct-showcase-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bct-showcase-card {
  align-items: end;
  background-image:
    linear-gradient(180deg, rgba(5, 49, 59, 0.06), rgba(5, 49, 59, 0.72)),
    var(--bct-card-image);
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  color: #ffffff;
  display: flex;
  min-height: 420px;
  overflow: hidden;
  padding: 1.25rem;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.bct-showcase-card:hover {
  box-shadow: 0 22px 54px rgba(5, 49, 59, 0.18);
  color: #ffffff;
  transform: translateY(-3px);
}

.bct-showcase-copy {
  display: block;
  max-width: 360px;
}

.bct-showcase-card h3,
.bct-showcase-card p {
  color: #ffffff;
  margin: 0;
}

.bct-showcase-card h3 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.02;
  margin-bottom: 0.45rem;
}

.bct-showcase-card p {
  max-width: 360px;
}

.bct-showcase-card a {
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  margin-top: 0.75rem;
  text-decoration-color: rgba(255, 255, 255, 0.65);
  text-underline-offset: 0.2em;
}

.bct-confidence-panel {
  background:
    linear-gradient(135deg, rgba(5, 49, 59, 0.96), rgba(6, 74, 88, 0.92)),
    radial-gradient(circle at 85% 20%, rgba(255, 194, 71, 0.28), transparent 20rem);
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: clamp(1rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.bct-confidence-panel h2,
.bct-confidence-panel h3,
.bct-confidence-panel p,
.bct-confidence-panel li {
  color: #ffffff;
}

.bct-confidence-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.15rem;
}

.bct-button-main {
  background: var(--bct-coral);
  color: var(--bct-white);
}

.bct-button-main:hover {
  background: #f05f35;
  color: var(--bct-white);
  transform: translateY(-1px);
}

.bct-button-ghost {
  border: 2px solid currentColor;
  color: inherit;
}

.bct-button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: inherit;
}

.bct-contained {
  margin-inline: auto;
  max-width: min(1180px, calc(100vw - 64px));
  padding-block: clamp(3.25rem, 7vw, 6.5rem);
  width: 100%;
}

.bct-contained-tight {
  margin-inline: auto;
  max-width: min(1180px, calc(100vw - 64px));
  padding-block: clamp(2.25rem, 5vw, 4.5rem);
  width: 100%;
}

.bct-muted-band {
  background: linear-gradient(180deg, var(--bct-mist), #fff);
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.bct-sand-band {
  background: var(--bct-sand);
  border-block: 1px solid rgba(247, 183, 51, 0.35);
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.bct-deep-band {
  background: var(--bct-ink);
  color: var(--bct-white);
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.bct-deep-band h2,
.bct-deep-band h3,
.bct-deep-band p {
  color: var(--bct-white);
}

.bct-intro-grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

body.page-id-24 .bct-intro-grid {
  gap: clamp(3rem, 7vw, 6.5rem);
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
}

.bct-proof-panel,
.bct-sidebar-card {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.bct-proof-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.bct-proof-list li {
  border-left: 4px solid var(--bct-sun);
  list-style: none;
  padding-left: 1rem;
}

.bct-tour-grid {
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bct-tour-finder {
  display: grid;
  gap: 1.25rem;
}

.bct-finder-panel {
  align-items: end;
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.bct-finder-panel h2 {
  margin: 0;
}

.bct-finder-search {
  color: var(--bct-ink);
  display: grid;
  font-weight: 900;
  gap: 0.4rem;
}

.bct-finder-search input {
  border: 1px solid var(--bct-border);
  border-radius: 999px;
  color: var(--bct-ink);
  font: inherit;
  min-height: 52px;
  padding: 0.75rem 1rem;
  width: 100%;
}

.bct-finder-search input:focus {
  border-color: var(--bct-blue);
  box-shadow: 0 0 0 3px rgba(10, 166, 166, 0.18);
  outline: none;
}

.bct-finder-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bct-finder-filters button {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 999px;
  color: var(--bct-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0.65rem 0.95rem;
}

.bct-finder-filters button.is-active,
.bct-finder-filters button:hover {
  background: var(--bct-ink);
  border-color: var(--bct-ink);
  color: var(--bct-white);
}

.bct-finder-empty {
  background: var(--bct-sand);
  border: 1px solid rgba(247, 183, 51, 0.42);
  border-radius: 8px;
  color: var(--bct-ink);
  font-weight: 800;
  padding: 1rem;
}

.bct-tour-card-pro {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(6, 44, 55, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.bct-tour-card-pro:hover {
  box-shadow: 0 18px 45px rgba(6, 44, 55, 0.16);
  transform: translateY(-3px);
}

.bct-tour-card-media {
  background: var(--bct-mist);
  background-position: center;
  background-size: cover;
  display: block;
  position: relative;
}

.bct-tour-card-media img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.bct-card-badge {
  background: rgba(6, 44, 55, 0.9);
  border-radius: 999px;
  bottom: 0.8rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  left: 0.8rem;
  padding: 0.38rem 0.65rem;
  position: absolute;
}

.bct-tour-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.bct-tour-card-body h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.14;
  margin: 0 0 0.75rem;
}

.bct-tour-card-body h3 a,
.bct-text-link {
  color: inherit;
  text-decoration: none;
}

.bct-tour-card-body p {
  color: var(--bct-muted);
  line-height: 1.55;
}

.bct-tour-card-meta {
  border-top: 1px solid var(--bct-border);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1rem;
}

.bct-tour-card-meta span {
  background: var(--bct-mist);
  border-radius: 999px;
  color: var(--bct-deep);
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.38rem 0.62rem;
}

.bct-text-link {
  color: var(--bct-blue);
  font-weight: 900;
  margin-top: 1rem;
}

.bct-card-actions {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.bct-card-actions .bct-button-link {
  padding: 0.68rem 0.95rem;
}

.bct-card-actions .bct-text-link {
  margin-top: 0;
}

.bct-text-link:hover {
  color: var(--bct-coral);
}

.bct-page-lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  max-width: 780px;
}

.bct-tour-single {
  margin-top: 0;
}

.bct-tour-hero {
  align-items: center;
  background: linear-gradient(135deg, var(--bct-ink), var(--bct-deep));
  color: var(--bct-white);
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  padding: clamp(4rem, 8vw, 7rem) max(24px, calc((100vw - 1180px) / 2));
}

.bct-tour-hero-image {
  background:
    linear-gradient(90deg, rgba(6, 44, 55, 0.92), rgba(6, 44, 55, 0.66) 48%, rgba(6, 44, 55, 0.32)),
    var(--bct-tour-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: clamp(560px, 72vh, 760px);
  padding-bottom: clamp(4.5rem, 9vw, 8rem);
  padding-top: clamp(5rem, 10vw, 9rem);
}

.bct-tour-hero-booking {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
}

.bct-tour-hero-copy {
  padding-top: clamp(0.5rem, 2vw, 1.5rem);
  max-width: 850px;
}

.bct-tour-hero h1 {
  color: var(--bct-white);
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  line-height: 1;
  margin: 0 0 1rem;
}

.bct-rating-row,
.bct-tour-fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0;
}

.bct-rating-row span {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  padding: 0.42rem 0.7rem;
}

.bct-tour-fact-row span {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  color: var(--bct-ink);
  display: grid;
  gap: 0.15rem;
  min-width: 132px;
  padding: 0.72rem 0.85rem;
}

.bct-tour-fact-row strong {
  color: var(--bct-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.bct-tour-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.6;
}

.bct-tour-gallery-band {
  background: #f8fbfa;
  border-bottom: 1px solid var(--bct-border);
  padding: clamp(1.25rem, 4vw, 2rem) 0;
}

.bct-tour-gallery {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) 330px;
  margin-inline: auto;
  max-width: min(1180px, calc(100vw - 64px));
}

.bct-tour-gallery-frame {
  display: grid;
  gap: 0.85rem;
}

.bct-gallery-main-link {
  display: block;
}

.bct-tour-gallery-main {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  display: block;
  object-fit: cover;
  width: 100%;
}

.bct-tour-gallery-thumbs {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bct-tour-gallery-thumbs a {
  display: block;
}

.bct-tour-gallery-thumbs img {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(6, 44, 55, 0.1);
  display: block;
  object-fit: cover;
  width: 100%;
}

.bct-mini-availability {
  align-self: start;
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 44, 55, 0.08);
  padding: 1.35rem;
}

.bct-mini-availability h2 {
  font-size: 1.55rem;
  margin: 0.25rem 0 0.5rem;
}

.bct-mini-availability p {
  color: var(--bct-muted);
  line-height: 1.55;
}

.bct-mini-details {
  display: grid;
  margin: 0.85rem 0 1rem;
}

.bct-mini-availability .bct-button-link {
  width: 100%;
}

.bct-tour-trust-panel {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(6, 44, 55, 0.08);
  padding: 1.4rem;
}

.bct-tour-trust-panel h2 {
  font-size: 1.35rem;
  margin-top: 0;
}

.bct-tour-trust-panel ul {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
}

.bct-tour-trust-panel li {
  border-left: 4px solid var(--bct-sun);
  list-style: none;
  padding-left: 0.85rem;
}

.bct-tour-shell {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) 340px;
  margin-inline: auto;
  max-width: min(1180px, calc(100vw - 64px));
  padding-block: clamp(3rem, 7vw, 6rem);
}

.bct-tour-copy {
  font-size: 1.05rem;
  line-height: 1.7;
}

.bct-tour-tabs {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  margin-bottom: 1.25rem;
  padding: 0.4rem;
  position: sticky;
  top: 86px;
  z-index: 4;
}

.bct-tour-tabs a {
  border-radius: 6px;
  color: var(--bct-ink);
  font-weight: 900;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
}

.bct-tour-tabs a:hover {
  background: var(--bct-mist);
}

.bct-tour-section-card {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(6, 44, 55, 0.07);
  margin-bottom: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.bct-tour-copy h2 {
  margin-top: 2rem;
}

.bct-tour-section-card > h2:first-child,
.bct-tour-section-card > div > h2:first-child,
.bct-tour-copy .bct-tour-section-card h2:first-child {
  margin-top: 0;
}

.bct-two-list {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bct-itinerary {
  counter-reset: bctStep;
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bct-itinerary li {
  border-left: 4px solid var(--bct-sun);
  counter-increment: bctStep;
  display: grid;
  gap: 0.25rem;
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
}

.bct-itinerary li::before {
  background: var(--bct-ink);
  border-radius: 999px;
  color: var(--bct-white);
  content: counter(bctStep);
  font-size: 0.78rem;
  font-weight: 900;
  height: 1.5rem;
  left: -0.9rem;
  line-height: 1.5rem;
  position: absolute;
  text-align: center;
  top: 0.15rem;
  width: 1.5rem;
}

.bct-itinerary strong {
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
}

.bct-itinerary span {
  color: var(--bct-muted);
}

.bct-cruise-notes .bct-detail-row {
  background: #fff;
}

.bct-faq-list {
  display: grid;
  gap: 0.7rem;
}

.bct-faq-list details,
.bct-tour-section-card details {
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  padding: 0.9rem 1rem;
}

.bct-faq-list summary,
.bct-tour-section-card summary {
  cursor: pointer;
  font-weight: 900;
}

.bct-tour-sidebar {
  display: grid;
  gap: 1.25rem;
  position: sticky;
  top: 110px;
}

.bct-related-tours {
  overflow: visible;
}

.bct-related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.bct-related-grid .bct-tour-card-body {
  padding: 1rem;
}

.bct-related-grid .bct-tour-card-body h3 {
  font-size: 1.05rem;
}

.bct-related-grid .bct-tour-card-body p,
.bct-related-grid .bct-card-actions .bct-text-link {
  display: none;
}

.bct-related-grid .bct-card-actions {
  margin-top: auto;
}

.bct-booking-card {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  color: var(--bct-ink);
  padding: clamp(1rem, 2vw, 1.35rem);
}

.bct-booking-card h2 {
  font-size: 1.45rem;
  margin: 0.2rem 0 0.3rem;
}

.bct-booking-eyebrow {
  color: var(--bct-blue) !important;
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-size: 0.8rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.bct-booking-price {
  color: var(--bct-coral) !important;
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-size: 1.12rem !important;
  font-weight: 900;
  margin: 0.2rem 0;
}

.bct-booking-deposit {
  color: var(--bct-muted) !important;
  font-size: 0.95rem !important;
  margin: 0 0 1rem;
}

.bct-booking-form {
  display: grid;
  gap: 0.62rem;
}

.bct-booking-form label {
  color: var(--bct-ink);
  display: grid;
  font-size: 0.86rem;
  font-weight: 900;
  gap: 0.3rem;
}

.bct-booking-form input,
.bct-booking-form textarea {
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--bct-ink);
  font: inherit;
  min-height: 42px;
  padding: 0.58rem 0.68rem;
  width: 100%;
}

.bct-booking-form textarea {
  min-height: 76px;
}

.bct-booking-split {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bct-booking-calendar input[type="date"] {
  border-color: rgba(8, 120, 164, 0.35);
  box-shadow: inset 0 0 0 1px rgba(8, 120, 164, 0.05);
  font-weight: 800;
}

.bct-booking-assurance {
  border-top: 1px solid var(--bct-border);
  color: var(--bct-muted);
  display: grid;
  font-size: 0.88rem;
  gap: 0.35rem;
  margin: 1rem 0 0;
  padding: 1rem 0 0 1rem;
}

.bct-detail-row {
  border-bottom: 1px solid var(--bct-border);
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0;
}

.bct-detail-row span {
  color: var(--bct-muted);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bct-detail-row strong {
  color: var(--bct-ink);
  font-size: 1.02rem;
}

.bct-sidebar-card .bct-button-link {
  margin-top: 1.25rem;
  width: 100%;
}

.bct-sticky-mobile-cta {
  display: none;
}

.bct-card > .wp-block-group {
  padding: clamp(1.1rem, 2vw, 1.45rem);
}

.bct-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.bct-card h3 a {
  color: inherit;
  text-decoration: none;
}

.bct-price {
  color: var(--bct-coral);
  font-family: Rubik, "Nunito Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  margin-top: 0;
}

.bct-note {
  background: var(--bct-sand);
  border-left: 4px solid var(--bct-sun);
  border-radius: 8px;
  padding: 1rem;
}

.bct-pill-row {
  gap: 0.55rem;
}

.bct-pill {
  background: var(--bct-mist);
  border: 1px solid var(--bct-border);
  border-radius: 999px;
  color: var(--bct-deep);
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.45rem 0.75rem;
}

.bct-band {
  background: var(--bct-sand);
  border-block: 1px solid rgba(247, 183, 51, 0.35);
}

.bct-feature-list {
  padding-left: 1.15rem;
}

.bct-feature-list li {
  margin-bottom: 0.65rem;
}

.bct-split-image img,
.bct-page-hero-image img {
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
}

.bct-page-hero {
  background: linear-gradient(135deg, var(--bct-ink), var(--bct-deep));
  color: var(--bct-white);
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding-block: clamp(3rem, 6vw, 5rem);
  padding-left: max(24px, calc((100vw - 920px) / 2));
  padding-right: max(24px, calc((100vw - 920px) / 2));
  width: 100% !important;
}

.bct-page-hero > h1,
.bct-page-hero > p {
  max-width: 920px !important;
  width: 100%;
}

.bct-page-hero h1,
.bct-page-hero p {
  color: var(--bct-white);
}

.bct-contact-panel {
  background: var(--bct-white);
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-shadow: var(--bct-shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
  width: 100%;
}

.bct-contact-panel > * {
  max-width: none !important;
}

.bct-contact-aside {
  display: grid;
  gap: 1.2rem;
}

.bct-contact-aside h2,
.bct-contact-aside h3,
.bct-contact-aside p {
  margin-top: 0;
}

.bct-contact-card {
  background: #ffffff;
  border: 1px solid rgba(0, 143, 197, 0.16);
  border-left: 5px solid var(--bct-sun);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(5, 49, 59, 0.08);
  padding: 1.1rem 1.15rem;
}

.bct-contact-card-title {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

.bct-contact-card-title h3 {
  margin: 0;
}

.bct-contact-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--bct-teal), var(--bct-blue));
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.bct-contact-icon svg {
  display: block;
  height: 20px;
  width: 20px;
}

.bct-contact-card strong,
.bct-contact-card a {
  color: var(--bct-ink);
  font-weight: 900;
}

.bct-contact-card a {
  text-decoration-color: rgba(0, 143, 197, 0.45);
  text-underline-offset: 0.18em;
}

.bct-contact-card a:hover {
  color: var(--bct-blue);
}

.bct-contact-field {
  border-bottom: 1px solid var(--bct-border);
  color: var(--bct-muted);
  padding: 0.85rem 0;
}

.bct-inquiry-wrap {
  margin-top: 1rem;
}

.bct-inquiry-form {
  display: grid;
  gap: 1rem;
}

.bct-form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bct-inquiry-form label {
  color: var(--bct-ink);
  display: grid;
  font-size: 0.95rem;
  font-weight: 800;
  gap: 0.4rem;
}

.bct-inquiry-form input,
.bct-inquiry-form select,
.bct-inquiry-form textarea {
  background: #ffffff;
  border: 1px solid var(--bct-border);
  border-radius: 8px;
  box-sizing: border-box;
  color: var(--bct-ink);
  font: inherit;
  max-width: 100%;
  padding: 0.78rem 0.85rem;
  width: 100%;
}

.bct-inquiry-form input:focus,
.bct-inquiry-form select:focus,
.bct-inquiry-form textarea:focus {
  border-color: var(--bct-blue);
  box-shadow: 0 0 0 3px rgba(10, 166, 166, 0.18);
  outline: none;
}

.bct-form-submit {
  background: var(--bct-coral);
  border: 0;
  border-radius: 999px;
  color: var(--bct-white);
  cursor: pointer;
  font-weight: 900;
  justify-self: start;
  padding: 0.9rem 1.35rem;
}

.bct-form-submit:hover {
  background: #f05f35;
}

.bct-form-notice {
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1rem;
}

.bct-form-success {
  background: #e8f8ee;
  border: 1px solid #96d4aa;
  color: #0d5730;
}

.bct-form-error {
  background: #fff0ed;
  border: 1px solid #efaa9b;
  color: #83301f;
}

.bct-honeypot {
  display: none !important;
}

footer.wp-block-template-part {
  background: var(--bct-ink);
  color: var(--bct-white);
}

.bct-footer {
  background: var(--bct-ink);
  color: var(--bct-white);
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.bct-footer h3,
.bct-footer p,
.bct-footer a {
  color: var(--bct-white);
}

.bct-footer p {
  max-width: 430px;
}

@media (max-width: 781px) {
  .bct-home-hero {
    min-height: 620px;
  }

  .bct-header {
    padding-block: 0.55rem;
  }

  .bct-brand-logo {
    max-width: min(240px, 66vw);
    width: min(225px, 66vw);
  }

  .bct-hero-panel h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .bct-quickbar {
    grid-template-columns: 1fr;
    margin-top: -1.5rem;
  }

  .bct-card img {
    aspect-ratio: 16 / 10;
  }

  .wp-block-buttons.bct-hero-actions {
    align-items: stretch;
  }

  .wp-block-buttons.bct-hero-actions .wp-block-button,
  .wp-block-buttons.bct-hero-actions .wp-block-button__link {
    width: 100%;
  }

  .bct-form-grid {
    grid-template-columns: 1fr;
  }

  .bct-form-submit {
    justify-self: stretch;
    width: 100%;
  }

  .bct-pro-hero {
    background:
      linear-gradient(180deg, rgba(5, 49, 59, 0.72), rgba(5, 49, 59, 0.58)),
      linear-gradient(90deg, rgba(5, 49, 59, 0.86), rgba(5, 49, 59, 0.3)),
      url("/wp-content/uploads/2026/06/belize-cruise-trips-shore-excursions-hero-mobile.jpg") !important;
    background-position: center top !important;
    background-size: cover !important;
    min-height: auto;
    padding: clamp(2.5rem, 12vw, 3.75rem) 20px 2rem;
  }

  .bct-pro-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    max-width: 11ch;
  }

  .bct-pro-hero p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .bct-hero-note {
    background: rgba(5, 49, 59, 0.62);
    margin-top: 0.95rem;
  }

  .bct-conversion-strip {
    margin-top: 0;
  }

  .bct-actions,
  .bct-tour-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bct-button-link {
    width: 100%;
  }

  .bct-contained,
  .bct-contained-tight,
  .bct-tour-shell {
    max-width: min(100% - 40px, 1180px);
  }

  .bct-intro-grid,
  .bct-conversion-strip,
  .bct-trust-grid,
  .bct-showcase-grid,
  .bct-tour-grid,
  .bct-finder-panel,
  .bct-confidence-panel,
  .bct-tour-hero,
  .bct-tour-gallery,
  .bct-related-grid,
  .bct-tour-shell {
    grid-template-columns: 1fr;
  }

  .bct-hero-trust {
    align-items: stretch;
    flex-direction: column;
  }

  .bct-hero-trust span {
    text-align: center;
  }

  .bct-showcase-card {
    min-height: 300px;
  }

  body.page-id-24 .bct-intro-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .bct-tour-hero {
    padding-inline: 20px;
  }

  .bct-tour-sidebar {
    position: static;
  }

  .bct-tour-gallery {
    max-width: min(100% - 40px, 1180px);
  }

  .bct-tour-gallery-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bct-tour-tabs {
    overflow-x: auto;
    position: static;
  }

  .bct-two-list,
  .bct-booking-split {
    grid-template-columns: 1fr;
  }

  .bct-card-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bct-sticky-mobile-cta {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--bct-border);
    bottom: 0;
    box-shadow: 0 -10px 28px rgba(6, 44, 55, 0.16);
    display: flex;
    gap: 0.75rem;
    justify-content: space-between;
    left: 0;
    padding: 0.7rem 1rem;
    position: fixed;
    right: 0;
    z-index: 40;
  }

  .bct-sticky-mobile-cta span {
    color: var(--bct-ink);
    font-weight: 900;
  }

  .bct-sticky-mobile-cta a {
    background: var(--bct-coral);
    border-radius: 999px;
    color: #fff;
    font-weight: 900;
    padding: 0.7rem 1rem;
    text-decoration: none;
  }

  body:has(.bct-sticky-mobile-cta) {
    padding-bottom: 76px;
  }
}

@media (min-width: 782px) and (max-width: 1080px) {
  .bct-tour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 782px) {
  .bct-section .wp-block-columns {
    gap: clamp(2.75rem, 5vw, 5rem);
  }

  body.page-id-24 .bct-section .wp-block-column:first-child {
    flex-basis: 68% !important;
  }

  body.page-id-24 .bct-section .wp-block-column:last-child {
    flex-basis: 32% !important;
  }

  .bct-inquiry-form input,
  .bct-inquiry-form select,
  .bct-inquiry-form textarea {
    min-height: 52px;
  }
}

@media (min-width: 1200px) {
  .bct-contact-panel {
    padding: 2.4rem;
  }
}

@media (max-width: 782px) {
  body.admin-bar .wp-site-blocks > header {
    top: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
