/* =========================================================================
   BMC Homepage Internal Linking Sections — Phase 10-5a port
   Source: bmc-homepage-sections.php v3.1.0 (wp_head inline style)
   Mechanical translation — same selectors, same rules, same output.
   Loaded only on front page.
   ========================================================================= */

/* ============ BMC Homepage Sections v3.1 ============ */
.bmc-hp { font-family: 'Lato', sans-serif; color: #333; padding: 80px 24px; box-sizing: border-box; }
.bmc-hp-alt { background: #f8f6f3; }
.bmc-hp-dark { background: #333; color: #f8f6f3; }
.bmc-hp-inner { max-width: 1180px; margin: 0 auto; }
.bmc-hp-eyebrow { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2.4px; color: #c46a4a; text-transform: uppercase; margin: 0 0 12px; }
.bmc-hp h2.bmc-hp-h2 { font-family: 'Montserrat', sans-serif; font-size: 36px; line-height: 1.18; font-weight: 800; color: #222; margin: 0 0 14px; letter-spacing: -0.5px; }
.bmc-hp-dark h2.bmc-hp-h2 { color: #fff; }
.bmc-hp p.bmc-hp-lede { font-size: 17px; line-height: 1.6; color: #666; max-width: 640px; margin: 0 0 56px !important; }
.bmc-hp-dark p.bmc-hp-lede { color: #cfc9c1; }

/* ---------- Section 1: Destinations + Cities ---------- */
.bmc-hp .bmc-dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 0 40px !important; padding-top: 8px !important; }
.bmc-dest-card { position: relative; display: block; background: #fff; border: 1px solid #e8e4de; border-top: 3px solid #e8e4de; border-radius: 14px; padding: 30px 26px 28px; text-decoration: none; color: inherit; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, border-top-color .25s ease; }
.bmc-dest-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(51,51,51,0.09); border-color: #c46a4a; border-top-color: #c46a4a; text-decoration: none; }
.bmc-dest-num { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.6px; color: #b2a99c; text-transform: uppercase; margin: 0 0 6px; display: block; }
.bmc-dest-name { font-family: 'Montserrat', sans-serif; font-size: 26px; line-height: 1.1; font-weight: 800; color: #222; margin: 0 0 14px; letter-spacing: -0.4px; }
.bmc-dest-blurb { font-size: 14px; line-height: 1.55; color: #666; margin: 0 0 22px; min-height: 66px; }
.bmc-dest-cta { display: inline-flex; align-items: center; gap: 8px; color: #c46a4a; font-size: 13px; font-weight: 700; letter-spacing: 0.4px; text-transform: uppercase; }
.bmc-dest-cta::after { content: '\2192'; font-size: 16px; transition: transform .25s ease; }
.bmc-dest-card:hover .bmc-dest-cta::after { transform: translateX(4px); }
.bmc-dest-img { height: 160px; background-size: cover; background-position: center; border-radius: 10px; margin: -10px -8px 18px; }
.bmc-city-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding: 24px 28px; background: #fff; border: 1px solid #e8e4de; border-radius: 14px; }
.bmc-city-row-label { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 0.3px; color: #555; margin-right: 8px; }
.bmc-city-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; background: #f8f6f3; border: 1px solid #e8e4de; border-radius: 999px; color: #333; font-size: 14px; font-weight: 600; text-decoration: none; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.bmc-city-pill:hover { background: #c46a4a; color: #fff; border-color: #c46a4a; text-decoration: none; }
.bmc-city-more { color: #c46a4a; font-size: 13px; font-weight: 700; text-decoration: none; margin-left: auto; letter-spacing: 0.4px; text-transform: uppercase; }
.bmc-city-more:hover { color: #a55638; text-decoration: underline; }

/* ---------- Section 2: Guide Tiers ---------- */
.bmc-guide-head { text-align: center; margin: 0 auto 52px; max-width: 680px; }
.bmc-guide-head .bmc-hp-lede { color: #cfc9c1; margin: 0 auto !important; }
.bmc-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.bmc-guide-card { display: flex; flex-direction: column; background: #f8f6f3; color: #333; border-radius: 14px; padding: 36px 32px 32px; text-decoration: none; border: 2px solid transparent; transition: transform .25s ease, border-color .25s ease; }
.bmc-guide-card:hover { transform: translateY(-5px); border-color: #c46a4a; text-decoration: none; }
.bmc-guide-card.is-featured { background: #c46a4a; color: #fff; }
.bmc-guide-card.is-featured .bmc-guide-tier, .bmc-guide-card.is-featured h3.bmc-guide-name, .bmc-guide-card.is-featured .bmc-guide-best, .bmc-guide-card.is-featured .bmc-guide-feat li { color: #fff; }
.bmc-guide-card.is-featured .bmc-guide-price { color: #ffe0d4; }
.bmc-guide-card.is-featured .bmc-guide-feat li::before { color: #fff; }
.bmc-guide-card.is-featured .bmc-guide-cta { color: #fff; border-color: rgba(255,255,255,0.4); }
.bmc-guide-card.is-featured .bmc-guide-cta:hover { background: #fff; color: #c46a4a; }
.bmc-guide-tier { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 2px; color: #b2a99c; text-transform: uppercase; margin: 0 0 8px; }
.bmc-hp h3.bmc-guide-name { font-family: 'Montserrat', sans-serif; font-size: 24px; line-height: 1.15; font-weight: 800; color: #222; margin: 0 0 10px; letter-spacing: -0.3px; }
.bmc-guide-price { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 700; color: #c46a4a; margin: 0 0 18px; }
.bmc-guide-best { font-size: 14px; line-height: 1.55; color: #555; margin: 0 0 18px; font-style: italic; }
.bmc-guide-feat { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.bmc-guide-feat li { font-size: 14px; line-height: 1.7; color: #444; padding-left: 22px; position: relative; }
.bmc-guide-feat li::before { content: '\2713'; position: absolute; left: 0; top: 0; color: #c46a4a; font-weight: 700; }
.bmc-guide-cta { display: inline-block; padding: 12px 0; text-align: center; color: #c46a4a; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; border-top: 2px solid #e8e4de; text-decoration: none; margin-top: auto; transition: color .2s ease, border-color .2s ease; }

/* ---------- Section 3: Blog ---------- */
.bmc-blog-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 0 0 44px; }
.bmc-blog-head-text { max-width: 640px; }
.bmc-blog-head .bmc-hp-lede { margin: 0 !important; }
.bmc-blog-more { flex-shrink: 0; padding: 14px 26px; border: 2px solid #c46a4a; color: #c46a4a; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; border-radius: 999px; transition: background .2s ease, color .2s ease; }
.bmc-blog-more:hover { background: #c46a4a; color: #fff; text-decoration: none; }
.bmc-blog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.bmc-blog-card { display: block; background: #fff; border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; border: 1px solid #e8e4de; transition: transform .25s ease, box-shadow .25s ease; }
.bmc-blog-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(51,51,51,0.09); text-decoration: none; }
.bmc-blog-img { aspect-ratio: 16/10; background-size: cover; background-position: center; background-color: #efe9e1; }
.bmc-blog-body { padding: 22px 22px 26px; }
.bmc-blog-tag { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.6px; color: #c46a4a; text-transform: uppercase; margin: 0 0 10px; }
.bmc-hp h3.bmc-blog-title { font-family: 'Montserrat', sans-serif; font-size: 17px; line-height: 1.3; font-weight: 700; color: #222; margin: 0 0 10px; letter-spacing: -0.2px; }
.bmc-blog-excerpt { font-size: 14px; line-height: 1.55; color: #666; margin: 0 0 16px; }
.bmc-blog-read { color: #c46a4a; font-size: 13px; font-weight: 700; letter-spacing: 0.3px; }

/* ============================================================
   Phase 10-5b — Section #3: TRAVEL & EXPLORE ACROSS INDIA
   Native rebuild of Elementor section 203dbe4. Sits between
   destinations (#2) and "Find the caravan that fits..." (#4).
   ============================================================ */
.bmc-travel { padding: 50px 0 30px; }
.bmc-travel__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
}
.bmc-travel__text { padding-top: 60px; }
.bmc-travel__media { display: flex; justify-content: center; align-items: center; }
.bmc-travel__media img {
  display: inline-block;
  width: 530px;
  max-width: 100%;
  height: auto;
}
.bmc-travel__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #444;
  margin: 0;
}
.bmc-travel__h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 46px;
  font-weight: 500;
  color: #222;
  margin: 0;
}
.bmc-travel__h3 {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 35px;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: #3e3a36;
  margin: 0 0 14px;
}
.bmc-travel__p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  margin: 20px 0 0;
}
.bmc-travel__quote {
  border-left: 3px solid #c46a4a;
  padding: 0 0 0 26px;
  margin: 0;
}
.bmc-travel__quote p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  margin: 20px 0 0;
}
.bmc-travel__signature {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #7a7a7a;
  margin: 20px 0 0;
}
@media (max-width: 1139px) {
  .bmc-travel__inner { padding: 0 16px; }
}
@media (max-width: 767px) {
  .bmc-travel { padding: 36px 0 24px; }
  .bmc-travel__inner { grid-template-columns: 1fr; }
  .bmc-travel__text { padding-top: 0; }
  .bmc-travel__media { display: none; }
  .bmc-travel__h2 { font-size: 28px; line-height: 36px; }
  .bmc-travel__h3 { font-size: 28px; line-height: 32px; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bmc-travel__text { padding-top: 24px; }
  .bmc-travel__h2, .bmc-travel__h3 { font-size: 30px; line-height: 40px; }
  .bmc-travel__media img { width: 100%; max-width: 380px; }
}

/* ---------- Responsive (legacy) ---------- */
@media (max-width: 960px) {
    .bmc-hp { padding: 60px 20px; }
    .bmc-hp h2.bmc-hp-h2 { font-size: 30px; }
    .bmc-hp .bmc-dest-grid, .bmc-blog-grid { grid-template-columns: repeat(2, 1fr); }
    .bmc-guide-grid { grid-template-columns: 1fr; }
    .bmc-blog-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
    .bmc-hp { padding: 48px 16px; }
    .bmc-hp h2.bmc-hp-h2 { font-size: 26px; }
    .bmc-hp .bmc-dest-grid, .bmc-blog-grid { grid-template-columns: 1fr; }
    .bmc-city-row { flex-direction: column; align-items: flex-start; }
    .bmc-city-more { margin-left: 0; }
}

/* =========================================================================
   Phase 10-5b — shared helpers
   ========================================================================= */
.bmc-btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.bmc-btn--primary {
  background: #c46a4a;
  color: #fff;
  border-color: #c46a4a;
}
.bmc-btn--primary:hover {
  background: #a14d2f;
  border-color: #a14d2f;
  color: #fff;
  text-decoration: none;
}
.bmc-btn--sm { padding: 10px 22px; font-size: 12px; letter-spacing: 1px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* =========================================================================
   Phase 10-5b — Section #4: Find Your Caravan (Option DD slider)
   4-up horizontal slider with prev/next terracotta arrows + dot pagination.
   Native CSS scroll-snap; JS in bmc-homepage-sections.js.
   ========================================================================= */
.bmc-find { padding: 70px 0 80px; background: #fff; }
.bmc-find__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.bmc-find__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin: 0 0 36px;
}
.bmc-find__head-text { max-width: 640px; }
.bmc-find__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2.4px; color: #c46a4a;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.bmc-find__h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px; line-height: 1.15; font-weight: 800;
  color: #222; margin: 0 0 8px;
  letter-spacing: -0.5px;
}
.bmc-find__sub {
  font-size: 16px; line-height: 1.55; color: #555;
  margin: 0;
}
.bmc-find__nav {
  display: flex; gap: 8px;
  flex-shrink: 0;
}
.bmc-find__nav-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #c46a4a;
  border: 2px solid #c46a4a;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center; justify-content: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .15s ease, box-shadow .2s ease;
  box-shadow: 0 6px 14px rgba(196,106,74,0.30);
}
.bmc-find__nav-btn:hover {
  background: #a14d2f;
  border-color: #a14d2f;
  transform: scale(1.06);
  box-shadow: 0 8px 18px rgba(161,77,47,0.40);
}
.bmc-find__nav-btn:disabled {
  opacity: 0.30;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
/* Track — uses [bmc_fleet_grid] wrapper (.bmc-fleet-grid) as the scroller */
.bmc-find__track-wrap {
  position: relative;
  margin: 0 0 28px;
}
.bmc-find__track-wrap > .bmc-fleet-grid {
  display: flex !important;
  gap: 22px !important;
  grid-template-columns: none !important;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 0 24px;
  margin: 0 -4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bmc-find__track-wrap > .bmc-fleet-grid::-webkit-scrollbar { display: none; }
.bmc-find__track-wrap > .bmc-fleet-grid > .bmc-fleet-card {
  flex: 0 0 calc((100% - 22px * 3) / 4) !important;
  scroll-snap-align: start;
  min-width: 0;
}
.bmc-find__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0 0 32px;
}
.bmc-find__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #e8e4de;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, width .2s ease;
}
.bmc-find__dot--active {
  background: #c46a4a;
  width: 28px;
  border-radius: 999px;
}
.bmc-find__cta { text-align: center; }
@media (max-width: 960px) {
  .bmc-find__track-wrap > .bmc-fleet-grid > .bmc-fleet-card {
    flex: 0 0 calc((100% - 22px) / 2) !important;
  }
  .bmc-find__head { flex-direction: column; align-items: stretch; gap: 18px; }
  .bmc-find__nav { justify-content: flex-end; }
  .bmc-find__h2 { font-size: 28px; }
}
@media (max-width: 560px) {
  .bmc-find__inner { padding: 0 16px; }
  .bmc-find__track-wrap > .bmc-fleet-grid > .bmc-fleet-card {
    flex: 0 0 85% !important;
  }
  .bmc-find__track-wrap > .bmc-fleet-grid { padding-right: 24px; }
}


/* =========================================================================
   Phase 10-5b — Section #6 + #7: Partner With Book My Caravan (Option A)
   Three uniform cards on cream bg, hairline vertical dividers.
   ========================================================================= */
.bmc-partner {
  background: #f8f6f3;
  padding: 80px 24px;
}
.bmc-partner__inner { max-width: 1280px; margin: 0 auto; }
.bmc-partner__head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 56px;
}
.bmc-partner__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2.4px; color: #c46a4a;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.bmc-partner__h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px; line-height: 1.15; font-weight: 800;
  color: #222; margin: 0 0 8px;
  letter-spacing: -0.6px;
}
.bmc-partner__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px; line-height: 1.3; font-weight: 600;
  color: #222; margin: 0;
}
.bmc-partner__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: stretch;
}
.bmc-partner__card {
  padding: 50px 36px 44px;
  text-align: center;
  background: transparent;
  display: flex; flex-direction: column;
  position: relative;
}
.bmc-partner__card + .bmc-partner__card {
  border-left: 1px solid rgba(51,51,51,0.10);
}
.bmc-partner__icon {
  width: 84px; height: 84px;
  margin: 0 auto 24px;
  color: #c46a4a;
}
.bmc-partner__card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px; line-height: 1.25; font-weight: 800;
  color: #222; margin: 0 0 14px;
  letter-spacing: -0.3px;
}
.bmc-partner__card-lead {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; line-height: 1.4; font-weight: 700;
  color: #222; margin: 0 0 14px;
}
.bmc-partner__card-body {
  font-size: 14px; line-height: 1.7; color: #555;
  margin: 0 0 28px; flex: 1;
}
.bmc-btn--ghost {
  background: transparent;
  color: #c46a4a;
  border-color: #c46a4a;
  align-self: center;
}
.bmc-btn--ghost:hover {
  background: #c46a4a;
  color: #fff;
  border-color: #c46a4a;
}
@media (max-width: 960px) {
  .bmc-partner__grid { grid-template-columns: 1fr; }
  .bmc-partner__card + .bmc-partner__card {
    border-left: none;
    border-top: 1px solid rgba(51,51,51,0.10);
  }
  .bmc-partner__h2 { font-size: 30px; }
  .bmc-partner__sub { font-size: 20px; }
}
@media (max-width: 560px) {
  .bmc-partner { padding: 56px 16px; }
  .bmc-partner__card { padding: 36px 18px; }
}

/* =========================================================================
   Phase 10-5b — Section #8: Travel Themes (Option E vertical accordion)
   6 vertical strips. Idle = vertical title. Hover/click expands one wide.
   ========================================================================= */
.bmc-themes {
  background: #f8f6f3;
  padding: 70px 24px;
}
.bmc-themes__inner { max-width: 1280px; margin: 0 auto; }
.bmc-themes__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.bmc-themes__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2.4px; color: #c46a4a;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.bmc-themes__h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px; line-height: 1.15; font-weight: 800;
  color: #222; margin: 0 0 8px;
  letter-spacing: -0.6px;
}
.bmc-themes__sub {
  font-size: 17px; line-height: 1.5; color: #555;
  margin: 0;
}
.bmc-themes__strip {
  display: flex;
  height: 480px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(51,51,51,0.10);
}
.bmc-themes__panel {
  flex: 1;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  border-right: 1px solid rgba(255,255,255,0.10);
  background: #2b2825;
  padding: 0;
  border-top: none;
  border-bottom: none;
  border-left: none;
  font: inherit;
  text-align: left;
}
.bmc-themes__panel:last-child { border-right: none; }
.bmc-themes__strip:hover .bmc-themes__panel { flex: 1; }
.bmc-themes__strip .bmc-themes__panel:hover,
.bmc-themes__panel--active { flex: 4 !important; }
.bmc-themes__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform 0.6s ease;
  display: block;
}
.bmc-themes__panel:hover .bmc-themes__bg,
.bmc-themes__panel--active .bmc-themes__bg { transform: scale(1.04); }
.bmc-themes__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.78) 100%);
  display: block;
}
.bmc-themes__num {
  position: absolute; top: 22px; left: 22px;
  background: #c46a4a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 800;
  letter-spacing: 1.4px;
  z-index: 3;
}
.bmc-themes__vlabel {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; font-weight: 800;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.bmc-themes__panel:hover .bmc-themes__vlabel,
.bmc-themes__panel--active .bmc-themes__vlabel { opacity: 0; }
.bmc-themes__content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 26px 24px 28px;
  z-index: 2;
  display: block;
}
.bmc-themes__details {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  display: block;
}
.bmc-themes__panel:hover .bmc-themes__details,
.bmc-themes__panel--active .bmc-themes__details {
  opacity: 1;
  transform: translateY(0);
}
.bmc-themes__kicker {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 1.6px;
  color: #f4d3c2;
  text-transform: uppercase;
  margin: 0 0 8px;
  display: block;
}
.bmc-themes__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px; line-height: 1.2; font-weight: 800;
  color: #fff; margin: 0 0 4px;
  letter-spacing: -0.3px;
  display: block;
}
.bmc-themes__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; font-weight: 600;
  color: #f4d3c2;
  margin: 0 0 14px;
  display: block;
}
.bmc-themes__body {
  font-size: 14px; line-height: 1.55;
  color: #e8e2d9;
  margin: 0;
  max-width: 420px;
  display: block;
}
/* Mobile = Option B swipe carousel (one card per screen, scroll-snap) */
.bmc-themes__chip { display: none; }
.bmc-themes__dots { display: none; }

@media (max-width: 768px) {
  .bmc-themes__h2 { font-size: 26px; }
  .bmc-themes__strip {
    display: flex !important;
    flex-direction: row !important;
    height: auto !important;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 16px 12px;
    scrollbar-width: none;
  }
  .bmc-themes__strip::-webkit-scrollbar { display: none; }
  .bmc-themes__panel {
    flex: 0 0 calc(100% - 48px) !important;
    scroll-snap-align: center;
    min-height: 380px !important;
    height: 380px !important;
    border-right: none !important;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px -10px rgba(0,0,0,0.6);
  }
  .bmc-themes__strip .bmc-themes__panel:hover,
  .bmc-themes__panel--active { flex: 0 0 calc(100% - 48px) !important; }
  .bmc-themes__bg { transform: none !important; }
  .bmc-themes__veil {
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.88) 100%) !important;
  }
  .bmc-themes__vlabel { display: none !important; }
  .bmc-themes__num {
    top: 16px; left: 16px;
    width: 34px; height: 34px;
    background: var(--bmc-terracotta, #c46a4a);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font: 800 13px/1 'Montserrat', sans-serif;
  }
  .bmc-themes__chip {
    display: inline-block;
    position: absolute;
    top: 16px; right: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(196,106,74,0.92);
    color: #fff;
    font: 800 11px/1 'Montserrat', sans-serif;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    z-index: 3;
  }
  .bmc-themes__content {
    position: absolute !important;
    inset: auto 18px 18px !important;
    transform: none !important;
    text-align: left;
  }
  .bmc-themes__details {
    opacity: 1 !important;
    transform: none !important;
    max-width: none;
  }
  .bmc-themes__kicker { font-size: 10px; letter-spacing: 1.3px; margin-bottom: 8px; }
  .bmc-themes__title { font-size: 26px; line-height: 1.15; margin: 0 0 6px; }
  .bmc-themes__subtitle { font-size: 13px; margin: 0 0 8px; }
  .bmc-themes__body { font-size: 13.5px; line-height: 1.5; max-width: none; }

  .bmc-themes__dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin: 14px 0 0;
  }
  .bmc-themes__dot {
    width: 7px; height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    border: none; padding: 0; cursor: pointer;
    transition: all 0.25s ease;
  }
  .bmc-themes__dot--active {
    background: var(--bmc-terracotta, #c46a4a);
    width: 22px;
    border-radius: 4px;
  }
}

/* Tablet keeps a softer accordion */
@media (min-width: 769px) and (max-width: 960px) {
  .bmc-themes__strip { flex-direction: column; height: auto; }
  .bmc-themes__panel { flex: 1 !important; min-height: 200px; }
  .bmc-themes__vlabel { transform: translate(-50%, -50%); }
  .bmc-themes__strip .bmc-themes__panel:hover,
  .bmc-themes__panel--active { flex: 1 !important; }
  .bmc-themes__details { opacity: 1; transform: none; }
  .bmc-themes__panel:hover .bmc-themes__vlabel,
  .bmc-themes__panel--active .bmc-themes__vlabel { opacity: 0; }
  .bmc-themes__h2 { font-size: 30px; }
}

/* =========================================================================
   Phase 10-5b — Section #9: Comfort That Moves With You (Option O)
   Cinematic Baxter road photo + glass-morph cards floating at bottom.
   ========================================================================= */
.bmc-comfort {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: #2b2825;
}
.bmc-comfort__bg {
  position: absolute; inset: 0;
  background-image: var(--bmc-comfort-hero);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1280px) {
  .bmc-comfort__bg { background-image: var(--bmc-comfort-hero-mobile); }
}
.bmc-comfort__veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.40) 0%, rgba(0,0,0,0.20) 35%, rgba(0,0,0,0.85) 100%);
}
.bmc-comfort__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 36px;
  z-index: 2;
  color: #fff;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 36px;
  min-height: 640px;
}
.bmc-comfort__head { max-width: 720px; }
.bmc-comfort__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2.4px;
  color: #c46a4a;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.bmc-comfort__h2 {
  font-family: var(--bmc-font-heading), Montserrat, sans-serif;
  font-size: 56px; line-height: 1.05; font-weight: 800;
  color: #fff; margin: 0 0 18px;
  letter-spacing: -0.5px;
}
.bmc-comfort__sub {
  font-size: 17px; line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin: 0;
  max-width: 520px;
}
.bmc-comfort__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.bmc-comfort__card {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 22px 22px 24px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
  display: flex;
  flex-direction: column;
}
.bmc-comfort__card:hover {
  background: rgba(255,255,255,0.13);
  border-color: rgba(196,106,74,0.55);
  transform: translateY(-3px);
}
.bmc-comfort__card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 800;
  color: #fff; margin: 0 0 6px;
  line-height: 1.25;
}
.bmc-comfort__card-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; line-height: 1.5;
  color: rgba(255,255,255,0.82);
  margin: 0;
}
.bmc-comfort__cta-row {
  display: flex;
  margin-top: 22px;
}
@media (max-width: 960px) {
  .bmc-comfort__pillars { grid-template-columns: 1fr; }
  .bmc-comfort__h2 { font-size: 36px; }
  .bmc-comfort { min-height: auto; }
}

/* =========================================================================
   Phase 10-5b — Section #10: 4-step Service Block (Option S animated road)
   White section. 4 numbered terracotta circles connected by an animated
   asphalt road graphic with terracotta dashed center line + sheen sweep.
   Mountain SVG bottom divider blends into #f8f6f3 stories section below.
   ========================================================================= */
.bmc-steps {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(196,106,74,0.06), transparent 50%),
    #fff;
  color: var(--bmc-text);
  padding: 80px 24px 130px;
  overflow: hidden;
}
.bmc-steps__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
.bmc-steps__head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 56px;
}
.bmc-steps__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 2.4px;
  color: #c46a4a;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.bmc-steps__h2 {
  font-family: var(--bmc-font-heading), Montserrat, sans-serif;
  font-size: 44px; line-height: 1.1; font-weight: 800;
  color: #222; margin: 0;
  letter-spacing: -0.4px;
}
.bmc-steps__list {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.bmc-steps__list::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 12.5%; right: 12.5%;
  height: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 12%),
    linear-gradient(180deg, #4a4540 0%, #2f2c29 100%);
  border-radius: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 4px 12px rgba(34,34,34,0.10);
  z-index: 0;
}
.bmc-steps__list::after {
  content: '';
  position: absolute;
  top: 31px;
  left: 13%; right: 13%;
  height: 2px;
  background-image: linear-gradient(to right, #c46a4a 50%, transparent 50%);
  background-size: 22px 2px;
  background-repeat: repeat-x;
  z-index: 1;
  opacity: 0.95;
  animation: bmc-road-flow 1.2s linear infinite;
  will-change: background-position;
}
@keyframes bmc-road-flow {
  from { background-position: 0 0; }
  to   { background-position: 22px 0; }
}
.bmc-steps__sheen {
  position: absolute;
  top: 24px;
  left: 12.5%; right: 12.5%;
  height: 16px;
  border-radius: 2px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.bmc-steps__sheen::after {
  content: '';
  position: absolute;
  top: 0; left: -30%;
  width: 30%; height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.10) 50%, transparent 100%);
  animation: bmc-road-sheen 5s linear infinite;
}
@keyframes bmc-road-sheen {
  from { transform: translateX(0); }
  to   { transform: translateX(465%); }
}
.bmc-steps__item {
  text-align: center;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}
.bmc-steps__num {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: #c46a4a;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px; font-weight: 800;
  letter-spacing: 0.5px;
  margin: 0 auto 22px;
  box-shadow: 0 12px 28px rgba(196,106,74,0.30);
  border: 4px solid #fff;
  position: relative;
  z-index: 3;
}
.bmc-steps__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px; line-height: 1.3; font-weight: 800;
  color: #222; margin: 0 0 10px;
}
.bmc-steps__body {
  font-size: 13px; line-height: 1.55;
  color: #555;
  margin: 0;
}
.bmc-steps__shape {
  position: absolute;
  bottom: -1px; left: 0;
  width: 100%;
  height: 80px;
  fill: #f8f6f3;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .bmc-steps__list::after,
  .bmc-steps__sheen::after { animation: none; }
}
@media (max-width: 960px) {
  .bmc-steps__list { grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
  .bmc-steps__list::before,
  .bmc-steps__list::after,
  .bmc-steps__sheen { display: none; }
}
@media (max-width: 560px) {
  .bmc-steps { padding: 56px 16px 90px; }
  .bmc-steps__list { grid-template-columns: 1fr; }
  .bmc-steps__shape { height: 60px; }
}

/* =========================================================================
   Phase 10-5b — Section #12 + #13: Real Journeys + Marquee Gallery (Option X)
   Pull-quote header (serif italic) + horizontal infinite-scrolling photo
   strip. Hover pauses; respects prefers-reduced-motion.
   ========================================================================= */
.bmc-journeys {
  background: #fff;
  padding: 80px 0 0;
  overflow: hidden;
}
.bmc-journeys__head {
  max-width: 880px;
  margin: 0 auto 56px;
  padding: 0 24px;
  text-align: center;
}
.bmc-journeys__qmark {
  display: block;
  font-family: var(--bmc-font-heading), Montserrat, sans-serif;
  font-weight: 800;
  font-size: 88px;
  line-height: 0.9;
  color: #c46a4a;
  margin: 0 0 8px;
}
.bmc-journeys__h2 {
  font-family: var(--bmc-font-heading), Montserrat, sans-serif;
  font-size: 38px; line-height: 1.2; font-weight: 800;
  color: #222; margin: 0 0 12px;
  letter-spacing: -0.4px;
}
.bmc-journeys__lead {
  font-family: 'Lato', sans-serif;
  font-size: 17px; line-height: 1.65; font-weight: 400;
  color: #444;
  max-width: 65ch;
  margin: 0 auto 20px;
}
.bmc-journeys__attrib {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2.4px;
  color: #c46a4a;
  text-transform: uppercase;
  margin: 0;
}
.bmc-journeys__attrib::before {
  content: ''; display: inline-block;
  width: 28px; height: 1px;
  background: #c46a4a;
  vertical-align: middle;
  margin-right: 12px;
}
.bmc-journeys__marquee-wrap {
  overflow: hidden;
  padding: 0 0 80px;
}
.bmc-journeys__marquee {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: bmc-journeys-marquee 40s linear infinite;
}
.bmc-journeys__marquee-wrap:hover .bmc-journeys__marquee {
  animation-play-state: paused;
}
@keyframes bmc-journeys-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.bmc-journeys__cell {
  flex-shrink: 0;
  width: 320px;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(34,34,34,0.10);
  background: #efe9e1;
}
.bmc-journeys__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .bmc-journeys__cell { width: 240px; height: 180px; }
  .bmc-journeys__h2 { font-size: 28px; }
  .bmc-journeys__qmark { font-size: 72px; }
}

/* =========================================================================
   Phase 10-5b update — 9-card review slider above the marquee (v0.4.27)
   Real Google reviews (5.0★ / 27). Photos mirrored to /uploads/2026/05/.
   ========================================================================= */
.bmc-journeys__google {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #e8e3dc; border-radius: 999px;
  padding: 8px 16px; margin-top: 12px;
}
.bmc-journeys__gico {
  width: 18px; height: 18px; flex: 0 0 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><path fill='%234285F4' d='M24 9.5c3.54 0 6.71 1.22 9.21 3.6l6.85-6.85C35.9 2.38 30.47 0 24 0 14.62 0 6.51 5.38 2.56 13.22l7.98 6.19C12.43 13.72 17.74 9.5 24 9.5z'/><path fill='%2334A853' d='M46.98 24.55c0-1.57-.15-3.09-.38-4.55H24v9.02h12.94c-.58 2.96-2.26 5.48-4.78 7.18l7.73 6c4.51-4.18 7.09-10.36 7.09-17.65z'/><path fill='%23FBBC05' d='M10.53 28.59c-.48-1.45-.76-2.99-.76-4.59s.27-3.14.76-4.59l-7.98-6.19C.92 16.46 0 20.12 0 24c0 3.88.92 7.54 2.56 10.78l7.97-6.19z'/><path fill='%23EA4335' d='M24 48c6.48 0 11.93-2.13 15.89-5.81l-7.73-6c-2.15 1.45-4.92 2.3-8.16 2.3-6.26 0-11.57-4.22-13.47-9.91l-7.98 6.19C6.51 42.62 14.62 48 24 48z'/></svg>") center/contain no-repeat;
}
.bmc-journeys__stars { color: #f5b400; font-size: 14px; letter-spacing: 1px; }
.bmc-journeys__gmeta { font-family: 'Lato', sans-serif; font-size: 13px; color: #333; font-weight: 500; }
.bmc-journeys__gmeta b { font-weight: 700; }

.bmc-journeys__slider {
  position: relative; max-width: 1180px; margin: 0 auto 36px; padding: 0 32px;
}
.bmc-journeys__viewport { overflow: hidden; padding: 14px 4px 6px; }
.bmc-journeys__rail {
  display: flex; gap: 22px;
  transition: transform .55s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.bmc-journeys__card {
  flex: 0 0 calc((100% - 44px) / 3);
  background: #fff; border: 1px solid #e8e3dc; border-radius: 16px;
  padding: 30px 28px 24px; position: relative;
  box-shadow: 0 4px 14px -8px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column;
}
.bmc-journeys__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -20px rgba(0,0,0,.2);
}
.bmc-journeys__qmark-mini {
  position: absolute; top: -14px; left: 24px;
  width: 42px; height: 42px; border-radius: 50%;
  background: #c46a4a; color: #fff;
  font-family: var(--bmc-font-heading), Montserrat, sans-serif; font-weight: 800;
  font-size: 32px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px -6px rgba(196,106,74,.55);
}
.bmc-journeys__cstars { color: #f5b400; font-size: 13px; letter-spacing: 2px; margin: 4px 0 10px; }
.bmc-journeys__quote {
  font-family: 'Lato', sans-serif; font-size: 15px; line-height: 1.65;
  color: #333; margin: 0 0 18px; flex: 1 1 auto;
}
.bmc-journeys__author {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid #f1ece4; padding-top: 14px;
}
.bmc-journeys__avatar {
  width: 42px; height: 42px; flex: 0 0 42px;
  border-radius: 50%; overflow: hidden; position: relative;
  background: #fdf6f1; color: #c46a4a;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14px;
  border: 2px solid #fff; box-shadow: 0 0 0 1px #e8e3dc, 0 4px 10px -4px rgba(0,0,0,.15);
}
.bmc-journeys__avatar img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.bmc-journeys__name {
  display: block; font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 13.5px; color: #333; line-height: 1.3;
}
.bmc-journeys__meta {
  display: block; font-family: 'Lato', sans-serif; font-size: 12px;
  color: #6b6b6b; margin-top: 2px;
}
.bmc-journeys__arrows {
  position: absolute; top: 50%; left: 0; right: 0;
  transform: translateY(-50%);
  display: flex; justify-content: space-between; pointer-events: none;
  padding: 0 4px;
}
.bmc-journeys__arrow {
  pointer-events: auto;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid #e8e3dc; background: #fff;
  color: #333; cursor: pointer;
  font-size: 24px; line-height: 1; padding: 0;
  box-shadow: 0 6px 16px -6px rgba(0,0,0,.18);
  transition: all .2s ease;
}
.bmc-journeys__arrow:hover {
  background: #c46a4a; color: #fff; border-color: #c46a4a;
  transform: scale(1.05);
}
.bmc-journeys__arrow:disabled {
  opacity: .35; cursor: not-allowed; transform: none;
  background: #fff; color: #333; border-color: #e8e3dc;
}
.bmc-journeys__dots {
  display: flex; justify-content: center; gap: 8px; margin-top: 10px;
}
.bmc-journeys__dots button {
  width: 8px; height: 8px; border-radius: 50%; border: none; padding: 0;
  cursor: pointer; background: #d8cdc1; transition: all .2s ease;
}
.bmc-journeys__dots button.is-active {
  background: #c46a4a; width: 24px; border-radius: 4px;
}
.bmc-journeys__strip-divider {
  text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 700;
  font-size: 10px; letter-spacing: .22em; color: #6b6b6b; text-transform: uppercase;
  margin: 0 auto 20px; max-width: 1180px; padding: 0 32px;
  display: flex; align-items: center; gap: 14px;
}
.bmc-journeys__strip-divider::before,
.bmc-journeys__strip-divider::after {
  content: ''; flex: 1; height: 1px; background: #e8e3dc;
}

@media (max-width: 780px) {
  .bmc-journeys__slider { padding: 0 18px; }
  .bmc-journeys__card { flex: 0 0 100%; }
  .bmc-journeys__arrows { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .bmc-journeys__marquee { animation: none; }
}
