/* Bus World reusable Location Detail Page
   Shared width is inherited only from .bw-shell / --site-width. */

.bw-location-detail,
.bw-location-detail * {
  box-sizing: border-box;
}

.bw-location-detail {
  min-width: 0;
  overflow: clip;
  background: #fff;
  color: var(--color-charcoal);
  font-family: var(--font-interface);
}

.bw-location-detail img {
  max-width: 100%;
  height: auto;
}

.bw-location-detail a,
.bw-location-detail button {
  -webkit-tap-highlight-color: transparent;
}

.bw-location-detail__section {
  position: relative;
  padding: clamp(34px, 4vw, 58px) 0;
  border-bottom: 1px solid var(--color-border-light);
  background: #fff;
}

.bw-location-detail__vehicles,
.bw-location-detail__services,
.bw-location-detail__route-pricing,
.bw-location-detail__contracts,
.bw-location-detail__destinations,
.bw-location-detail__why {
  background: #fffaf5;
}

.bw-ld-section-head {
  margin-bottom: clamp(22px, 2.3vw, 34px);
}

.bw-ld-section-head--center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.bw-ld-section-head--center .bw-ld-section-intro {
  margin-inline: auto;
}

.bw-ld-eyebrow {
  margin: 0 0 10px;
  color: var(--color-accent);
  font-family: var(--font-interface);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bw-ld-section-title {
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(32px, 2.65vw, 46px);
  font-weight: 500;
  letter-spacing: -.026em;
  line-height: 1.04;
  text-wrap: balance;
}

.bw-ld-section-title--compact {
  font-size: clamp(28px, 2.25vw, 40px);
}

.bw-ld-section-title--center {
  text-align: center;
}

.bw-ld-section-intro {
  max-width: 780px;
  margin: 10px 0 0;
  color: rgba(0,0,0,.66);
  font-size: 14px;
  line-height: 1.65;
}

.bw-ld-body-copy {
  margin: 14px 0 0;
  color: rgba(0,0,0,.72);
  font-size: 14px;
  line-height: 1.72;
}

.bw-ld-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--color-accent);
}

.bw-ld-icon svg {
  width: 100%;
  height: 100%;
}

.bw-ld-icon--xs { width: 17px; height: 17px; }
.bw-ld-icon--sm { width: 25px; height: 25px; }

.bw-ld-button {
  min-height: 48px;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: .045em;
}

.bw-ld-button svg {
  width: 18px;
  height: 18px;
}

.bw-location-detail .bw-button-primary {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}

.bw-location-detail .bw-button-primary:hover,
.bw-location-detail .bw-button-primary:focus-visible {
  border-color: #111;
  background: #111;
  color: #fff;
}

.bw-location-detail .bw-button-outline {
  border-color: rgba(17,17,17,.2);
  background: #fff;
  color: #111;
}

.bw-location-detail .bw-button-outline:hover,
.bw-location-detail .bw-button-outline:focus-visible {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.bw-ld-note,
.bw-ld-pricing-disclaimer {
  margin: 14px 0 0;
  color: rgba(0,0,0,.6);
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

/* 01 Hero */
.bw-location-detail__hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border-light);
  background: #f7f7f7;
}

.bw-ld-hero__grid {
  min-height: clamp(470px, 60vh, 640px);
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  align-items: center;
  gap: clamp(20px,3vw,58px);
}

.bw-ld-hero__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 34px 0;
}

.bw-ld-breadcrumb {
  margin-bottom: 18px;
}

.bw-ld-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(0,0,0,.56);
  font-size: 11px;
  line-height: 1.35;
}

.bw-ld-breadcrumb a {
  text-decoration: none;
}

.bw-ld-breadcrumb a:hover {
  color: var(--color-accent);
}

.bw-ld-hero__title {
  max-width: 680px;
  margin: 0;
  color: #111;
  font-family: var(--font-display);
  font-size: clamp(48px,4.6vw,74px);
  font-weight: 500;
  letter-spacing: -.038em;
  line-height: .98;
  text-wrap: balance;
}

.bw-ld-hero__intro {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(0,0,0,.72);
  font-size: clamp(14px,1vw,16px);
  line-height: 1.62;
}

.bw-ld-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.bw-ld-hero__visual {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-items: end;
  margin-right: calc(var(--site-gutter) * -1);
}

.bw-ld-hero__visual picture {
  display: block;
  width: 100%;
}

.bw-ld-hero__image {
  width: 100%;
  max-height: 575px;
  object-fit: contain;
  object-position: right bottom;
}

/* 02 Facts */
.bw-location-detail__facts {
  position: relative;
  z-index: 4;
  margin-top: -24px;
  padding: 0 0 18px;
}

.bw-ld-facts__grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.07);
}

.bw-ld-fact {
  min-width: 0;
  min-height: 96px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 17px 14px;
}

.bw-ld-fact + .bw-ld-fact {
  border-left: 1px solid var(--color-border-light);
}

.bw-ld-fact__copy {
  min-width: 0;
}

.bw-ld-fact__label {
  margin: 0;
  color: rgba(0,0,0,.54);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.bw-ld-fact__value {
  margin: 6px 0 0;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.bw-ld-fact__subvalue {
  margin: 3px 0 0;
  color: rgba(0,0,0,.55);
  font-size: 9.5px;
  line-height: 1.35;
}

/* Shared editorial layout */
.bw-ld-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0,.96fr) minmax(0,1.04fr);
  align-items: center;
  gap: clamp(30px,4vw,66px);
}

.bw-ld-editorial-grid--media-first {
  grid-template-columns: minmax(0,1.04fr) minmax(0,.96fr);
}

.bw-ld-editorial-copy,
.bw-ld-editorial-media {
  min-width: 0;
}

.bw-ld-editorial-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #f5f5f5;
}

.bw-ld-editorial-image {
  width: 100%;
  aspect-ratio: 14 / 9;
  object-fit: cover;
}

.bw-ld-support-points {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 18px;
  margin-top: 22px;
}

.bw-ld-support-point {
  display: grid;
  grid-template-columns: 27px minmax(0,1fr);
  gap: 10px;
  align-items: start;
}

.bw-ld-support-point strong,
.bw-ld-support-point span {
  display: block;
}

.bw-ld-support-point strong {
  color: #111;
  font-size: 12px;
  line-height: 1.35;
}

.bw-ld-support-point span {
  margin-top: 2px;
  color: rgba(0,0,0,.58);
  font-size: 10.5px;
  line-height: 1.45;
}

.bw-ld-callout {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr);
  gap: 10px;
  margin-top: 22px;
  padding: 13px 15px;
  border-left: 3px solid var(--color-accent);
  background: #fff5f5;
}

.bw-ld-callout p {
  margin: 0;
  color: rgba(0,0,0,.72);
  font-size: 11.5px;
  line-height: 1.55;
}

/* 04 / 15 / 19 Plain editorial */
.bw-location-detail__plain {
  padding-block: clamp(28px,3vw,44px);
}

.bw-ld-plain__content {
  max-width: 980px;
}

.bw-ld-plain__content p {
  max-width: 930px;
  margin: 14px 0 0;
  color: rgba(0,0,0,.72);
  font-size: 14px;
  line-height: 1.75;
}

.bw-ld-inline-link-row {
  margin-top: 16px !important;
}

.bw-ld-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.bw-ld-inline-link svg {
  width: 17px;
  height: 17px;
  transition: transform .18s ease;
}

.bw-ld-inline-link:hover svg {
  transform: translateX(4px);
}

/* 05 Vehicles */
.bw-ld-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}

.bw-ld-vehicle-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 8px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.bw-ld-vehicle-card:hover {
  border-color: rgba(243,1,1,.32);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,.07);
}

.bw-ld-vehicle-card__image {
  min-height: 164px;
  display: grid;
  place-items: center;
  padding: 14px 16px 4px;
  background: #fff;
}

.bw-ld-vehicle-card__image img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}

.bw-ld-vehicle-card__body {
  padding: 12px 15px 15px;
  text-align: center;
}

.bw-ld-card-kicker {
  margin: 0 0 5px;
  color: var(--color-accent);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bw-ld-vehicle-card h3 {
  margin: 0;
  font-family: var(--font-interface);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.bw-ld-vehicle-card p:not(.bw-ld-card-kicker) {
  min-height: 34px;
  margin: 5px 0 0;
  color: rgba(0,0,0,.58);
  font-size: 10px;
  line-height: 1.4;
}

.bw-ld-card-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 9px;
  padding: 7px 12px;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  color: var(--color-accent);
  font-size: 9.5px;
  font-weight: 700;
  text-decoration: none;
}

.bw-ld-card-link svg {
  width: 14px;
  height: 14px;
}

.bw-ld-card-link:hover {
  background: var(--color-accent);
  color: #fff;
}

.bw-ld-card-link--disabled {
  border-color: rgba(0,0,0,.12);
  color: rgba(0,0,0,.42);
}

/* 06 Passenger selector */
.bw-location-detail__passengers {
  padding-block: 30px;
}

.bw-ld-passenger-strip {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  background: #fff;
}

.bw-ld-passenger-item {
  min-width: 0;
  min-height: 88px;
  display: grid;
  grid-template-columns: 24px minmax(55px,.7fr) minmax(80px,1fr) 16px;
  align-items: center;
  gap: 8px;
  padding: 14px 12px;
  color: #111;
  text-decoration: none;
}

.bw-ld-passenger-item + .bw-ld-passenger-item {
  border-left: 1px solid var(--color-border-light);
}

.bw-ld-passenger-icon,
.bw-ld-passenger-arrow {
  color: #111;
}

.bw-ld-passenger-icon svg {
  width: 21px;
  height: 21px;
}

.bw-ld-passenger-arrow {
  color: var(--color-accent);
}

.bw-ld-passenger-arrow svg {
  width: 15px;
  height: 15px;
}

.bw-ld-passenger-band strong,
.bw-ld-passenger-band small,
.bw-ld-passenger-rec strong,
.bw-ld-passenger-rec small {
  display: block;
}

.bw-ld-passenger-band strong {
  font-size: 15px;
  line-height: 1.1;
}

.bw-ld-passenger-band small,
.bw-ld-passenger-rec small {
  color: rgba(0,0,0,.5);
  font-size: 8.5px;
  line-height: 1.3;
}

.bw-ld-passenger-rec strong {
  margin-top: 2px;
  font-size: 10.5px;
  line-height: 1.25;
}

/* 07 Service cards */
.bw-ld-service-grid {
  display: grid;
  grid-template-columns: repeat(8,minmax(0,1fr));
  gap: 8px;
  margin-top: 18px;
}

.bw-ld-service-card {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 6px;
  background: #fff;
  color: #111;
  text-align: center;
  text-decoration: none;
}

a.bw-ld-service-card:hover {
  border-color: var(--color-accent);
}

.bw-ld-service-card h3 {
  margin: 7px 0 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.bw-ld-service-card p {
  margin: 4px 0 0;
  color: rgba(0,0,0,.56);
  font-size: 9px;
  line-height: 1.35;
}

/* 08/09 point utilities */
.bw-ld-check-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.bw-ld-check-list li {
  display: grid;
  grid-template-columns: 16px minmax(0,1fr);
  gap: 8px;
  color: rgba(0,0,0,.7);
  font-size: 11px;
  line-height: 1.4;
}

.bw-ld-check-list li > span {
  color: var(--color-accent);
}

.bw-ld-check-list svg {
  width: 15px;
  height: 15px;
}

.bw-ld-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.bw-ld-chip-row--center {
  justify-content: center;
}

.bw-ld-chip {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(17,17,17,.11);
  border-radius: 4px;
  background: #fff;
  color: rgba(0,0,0,.7);
  font-size: 9.5px;
  font-weight: 600;
  text-decoration: none;
}

a.bw-ld-chip:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.bw-ld-two-col-points {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 18px;
  margin-top: 20px;
}

.bw-ld-mini-point {
  display: grid;
  grid-template-columns: 17px minmax(0,1fr);
  gap: 8px;
}

.bw-ld-mini-point > span {
  color: var(--color-accent);
}

.bw-ld-mini-point svg {
  width: 15px;
  height: 15px;
}

.bw-ld-mini-point strong,
.bw-ld-mini-point small {
  display: block;
}

.bw-ld-mini-point strong {
  font-size: 11px;
}

.bw-ld-mini-point small {
  margin-top: 2px;
  color: rgba(0,0,0,.56);
  font-size: 9.5px;
  line-height: 1.4;
}

/* 10 Vehicle pricing */
.bw-ld-pricing-table-wrap,
.bw-ld-route-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 6px;
  background: #fff;
}

.bw-ld-pricing-table,
.bw-ld-route-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bw-ld-pricing-table th,
.bw-ld-pricing-table td,
.bw-ld-route-table th,
.bw-ld-route-table td {
  padding: 10px 9px;
  border-right: 1px solid rgba(17,17,17,.08);
  border-bottom: 1px solid rgba(17,17,17,.08);
  vertical-align: middle;
  text-align: center;
  font-size: 9.5px;
  line-height: 1.35;
}

.bw-ld-pricing-table th:last-child,
.bw-ld-pricing-table td:last-child,
.bw-ld-route-table th:last-child,
.bw-ld-route-table td:last-child {
  border-right: 0;
}

.bw-ld-pricing-table tbody tr:last-child > *,
.bw-ld-route-table tbody tr:last-child > * {
  border-bottom: 0;
}

.bw-ld-pricing-table thead th,
.bw-ld-route-table thead th {
  padding-block: 11px;
  background: var(--color-accent);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
}

.bw-ld-pricing-table tbody th,
.bw-ld-route-table tbody th {
  background: #fffdfa;
  color: #111;
  text-align: left;
  font-weight: 700;
}

.bw-ld-pricing-table td strong,
.bw-ld-pricing-table td small {
  display: block;
}

.bw-ld-pricing-table td strong {
  font-size: 9.5px;
}

.bw-ld-pricing-table td small {
  margin-top: 2px;
  color: rgba(0,0,0,.48);
  font-size: 8px;
}

.bw-ld-pricing-cards,
.bw-ld-route-cards {
  display: none;
}

/* 11 Route price matrix */
.bw-ld-route-price-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}

.bw-ld-route-price-panel {
  min-width: 0;
}

.bw-ld-route-price-panel > header {
  padding: 10px 12px;
  background: var(--color-accent);
  color: #fff;
  text-align: center;
}

.bw-ld-route-price-panel > header h3 {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

.bw-ld-route-price-panel > header p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 8.5px;
  line-height: 1.35;
}

.bw-ld-route-table-wrap {
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.bw-ld-route-table thead th {
  background: #fff5f5;
  color: #111;
}

.bw-ld-route-table tbody th small {
  display: block;
  margin-top: 2px;
  color: rgba(0,0,0,.45);
  font-size: 7.5px;
  font-weight: 400;
}

/* 12 Contracts */
.bw-ld-contract-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 10px;
}

.bw-ld-contract-card {
  min-width: 0;
  padding: 17px 14px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 7px;
  background: #fff;
}

.bw-ld-contract-card h3 {
  margin: 7px 0 0;
  font-size: 12px;
  line-height: 1.3;
}

.bw-ld-contract-price {
  margin: 8px 0 0 !important;
  color: var(--color-accent) !important;
  font-size: 15px !important;
  font-weight: 700;
}

.bw-ld-contract-card p {
  margin: 6px 0 0;
  color: rgba(0,0,0,.62);
  font-size: 9.5px;
  line-height: 1.4;
}

.bw-ld-contract-card ul {
  margin: 8px 0 0;
  padding-left: 16px;
  color: rgba(0,0,0,.58);
  font-size: 9px;
  line-height: 1.45;
}

.bw-ld-contract-inputs {
  margin-top: 10px;
  border-top: 1px solid rgba(17,17,17,.08);
  padding-top: 8px;
}

.bw-ld-contract-inputs summary {
  color: var(--color-accent);
  font-size: 9px;
  font-weight: 700;
  cursor: pointer;
}

/* 13 Inclusions */
.bw-ld-inclusion-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr .9fr;
  gap: 12px;
  margin-top: 18px;
}

.bw-ld-inclusion-card {
  min-width: 0;
  padding: 17px 16px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 7px;
  background: #fff;
}

.bw-ld-inclusion-card--included {
  border-color: rgba(17,17,17,.13);
}

.bw-ld-inclusion-card--extra {
  border-color: rgba(243,1,1,.2);
}

.bw-ld-inclusion-card--note {
  border-style: dashed;
  border-color: rgba(243,1,1,.35);
}

.bw-ld-inclusion-card h3 {
  margin: 0;
  color: #111;
  font-size: 11px;
  font-weight: 700;
}

.bw-ld-inclusion-card ul {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px 12px;
  margin: 11px 0 0;
  padding: 0;
  list-style: none;
}

.bw-ld-inclusion-card--included ul {
  grid-template-columns: 1fr;
}

.bw-ld-inclusion-card li {
  display: grid;
  grid-template-columns: 15px minmax(0,1fr);
  gap: 7px;
  color: rgba(0,0,0,.64);
  font-size: 9.5px;
  line-height: 1.4;
}

.bw-ld-inclusion-card li span {
  color: var(--color-accent);
}

.bw-ld-inclusion-card li svg {
  width: 14px;
  height: 14px;
}

.bw-ld-inclusion-card--note p {
  margin: 10px 0 0;
  color: rgba(0,0,0,.64);
  font-size: 10px;
  line-height: 1.5;
}

.bw-ld-inclusion-card--note .bw-button {
  margin-top: 13px;
}

/* 14 Areas */
.bw-location-detail__areas {
  padding-block: 30px;
}

.bw-ld-area-groups {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.bw-ld-area-group h3 {
  margin: 0 0 7px;
  color: rgba(0,0,0,.6);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

.bw-ld-area-group .bw-ld-chip-row {
  margin-top: 0;
}

/* 16 Popular routes */
.bw-ld-route-grid {
  display: grid;
  grid-template-columns: repeat(7,minmax(0,1fr));
  gap: 8px;
  margin-top: 18px;
}

.bw-ld-route-card {
  min-width: 0;
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 11px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 6px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

a.bw-ld-route-card:hover {
  border-color: var(--color-accent);
}

.bw-ld-route-card > div {
  display: grid;
  grid-template-columns: minmax(0,1fr) 15px minmax(0,1fr);
  gap: 5px;
  align-items: center;
}

.bw-ld-route-card strong {
  font-size: 9.5px;
  line-height: 1.3;
}

.bw-ld-route-card svg {
  width: 14px;
  height: 14px;
  color: var(--color-accent);
}

.bw-ld-route-card p {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 6px;
  margin: 7px 0 0;
  color: rgba(0,0,0,.5);
  font-size: 8px;
  line-height: 1.35;
}

/* 17 Destinations */
.bw-ld-destination-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 10px;
  margin-top: 18px;
}

.bw-ld-destination-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 7px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

a.bw-ld-destination-card:hover {
  border-color: var(--color-accent);
}

.bw-ld-destination-card__image {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f5f5f5;
}

.bw-ld-destination-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

a.bw-ld-destination-card:hover img {
  transform: scale(1.025);
}

.bw-ld-destination-card__body {
  padding: 10px 11px 12px;
}

.bw-ld-destination-card h3 {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.3;
}

.bw-ld-destination-card p {
  margin: 4px 0 0;
  color: rgba(0,0,0,.55);
  font-size: 8.5px;
  line-height: 1.4;
}

/* 18 Rental + Booking */
.bw-ld-booking-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 18px;
  margin-top: 20px;
}

.bw-ld-duration-panel,
.bw-ld-process-panel {
  min-width: 0;
  padding: 17px;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 7px;
  background: #fff;
}

.bw-ld-duration-panel > h3,
.bw-ld-process-panel > h3 {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 700;
}

.bw-ld-duration-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
}

.bw-ld-duration-item {
  min-width: 0;
  min-height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 5px;
  text-align: center;
}

.bw-ld-duration-item > span {
  color: #111;
}

.bw-ld-duration-item svg {
  width: 20px;
  height: 20px;
}

.bw-ld-duration-item strong {
  margin-top: 5px;
  font-size: 9.5px;
}

.bw-ld-duration-item small {
  margin-top: 2px;
  color: rgba(0,0,0,.5);
  font-size: 7.5px;
  line-height: 1.3;
}

.bw-ld-process-list {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.bw-ld-process-list li {
  position: relative;
  min-width: 0;
  padding: 0 10px;
  text-align: center;
}

.bw-ld-process-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: calc(50% + 17px);
  right: calc(-50% + 17px);
  height: 1px;
  background: rgba(243,1,1,.28);
}

.bw-ld-process-list li > span {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--color-accent);
  border-radius: 50%;
  background: #fff;
  color: var(--color-accent);
  font-size: 9px;
  font-weight: 700;
}

.bw-ld-process-list strong,
.bw-ld-process-list small {
  display: block;
}

.bw-ld-process-list strong {
  margin-top: 7px;
  font-size: 8.5px;
  line-height: 1.3;
}

.bw-ld-process-list small {
  margin-top: 3px;
  color: rgba(0,0,0,.5);
  font-size: 7px;
  line-height: 1.3;
}

/* 20 Why choose */
.bw-ld-why-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 10px;
  margin-top: 18px;
}

.bw-ld-why-item {
  min-width: 0;
  min-height: 116px;
  display: grid;
  grid-template-columns: 35px minmax(0,1fr);
  gap: 10px;
  align-items: start;
  padding: 15px 12px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 6px;
  background: #fff;
}

.bw-ld-why-item h3 {
  margin: 1px 0 0;
  font-size: 10.5px;
  line-height: 1.3;
}

.bw-ld-why-item p {
  margin: 5px 0 0;
  color: rgba(0,0,0,.55);
  font-size: 8.5px;
  line-height: 1.4;
}

/* 21 FAQ */
.bw-location-detail__faq {
  background: #fff;
}

.bw-ld-faq-wrap {
  padding-top: clamp(36px,4vw,58px);
  padding-bottom: clamp(34px,4vw,56px);
}

.bw-ld-faq-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 14px;
  margin-top: 20px;
}

.bw-ld-faq-item {
  border-bottom: 1px solid rgba(17,17,17,.11);
}

.bw-ld-faq-item h3 {
  margin: 0;
}

.bw-ld-faq-item button {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 2px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.bw-ld-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.bw-ld-faq-icon::before,
.bw-ld-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  background: var(--color-accent);
  transform: translate(-50%,-50%);
}

.bw-ld-faq-icon::after {
  transform: translate(-50%,-50%) rotate(90deg);
  transition: transform .18s ease;
}

.bw-ld-faq-item.is-open .bw-ld-faq-icon::after {
  transform: translate(-50%,-50%) rotate(0deg);
}

.bw-ld-faq-panel {
  overflow: hidden;
  transition: height .22s ease;
}

.bw-ld-faq-panel[hidden] {
  display: block !important;
  height: 0;
}

.bw-ld-faq-panel__inner {
  padding: 0 32px 14px 2px;
}

.bw-ld-faq-panel__inner p {
  margin: 0;
  color: rgba(0,0,0,.62);
  font-size: 10.5px;
  line-height: 1.55;
}

/* Final CTA */
.bw-ld-final-cta {
  position: relative;
  overflow: hidden;
  background: var(--color-accent);
  color: #fff;
}

.bw-ld-final-cta__grid {
  min-height: clamp(230px,28vw,340px);
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  align-items: center;
  gap: 20px;
}

.bw-ld-final-cta__copy {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}

.bw-ld-final-cta__eyebrow {
  margin: 0 0 8px;
  color: rgba(255,255,255,.8);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bw-ld-final-cta h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px,3.4vw,54px);
  font-weight: 500;
  letter-spacing: -.03em;
  line-height: 1;
}

.bw-ld-final-cta__copy > p {
  max-width: 620px;
  margin: 11px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 12px;
  line-height: 1.6;
}

.bw-ld-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.bw-ld-final-cta__button {
  min-height: 42px;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 3px;
  font-size: 9px;
  letter-spacing: .035em;
}

.bw-ld-final-cta__button svg {
  width: 15px;
  height: 15px;
}

.bw-ld-final-cta__button--light {
  border: 1px solid #fff;
  background: #fff;
  color: #111;
}

.bw-ld-final-cta__button--outline {
  border: 1px solid rgba(255,255,255,.7);
  background: transparent;
  color: #fff;
}

.bw-ld-final-cta__button--dark {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.bw-ld-final-cta__image {
  align-self: end;
  min-width: 0;
}

.bw-ld-final-cta__image img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
}

/* Responsive */
@media (max-width: 1320px) {
  .bw-ld-service-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .bw-ld-contract-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bw-ld-route-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .bw-ld-destination-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .bw-ld-why-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1100px) {
  .bw-ld-facts__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bw-ld-fact:nth-child(n+4) { border-top: 1px solid var(--color-border-light); }
  .bw-ld-fact:nth-child(4) { border-left: 0; }
  .bw-ld-vehicle-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bw-ld-passenger-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .bw-ld-passenger-item:nth-child(n+4) { border-top: 1px solid var(--color-border-light); }
  .bw-ld-passenger-item:nth-child(4) { border-left: 0; }
  .bw-ld-route-price-grid { grid-template-columns: 1fr; }
  .bw-ld-process-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px 0; }
  .bw-ld-process-list li:nth-child(3)::after,
  .bw-ld-process-list li:nth-child(6)::after { display: none; }
}

@media (max-width: 900px) {
  .bw-ld-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 6px;
    padding-top: 18px;
  }

  .bw-ld-hero__copy {
    padding: 24px 0 4px;
  }

  .bw-ld-hero__title {
    max-width: 760px;
    font-size: clamp(44px,8vw,64px);
  }

  .bw-ld-hero__visual {
    margin: 0 calc(var(--site-gutter) * -.5);
  }

  .bw-ld-hero__image {
    max-height: 390px;
    object-position: center bottom;
  }

  .bw-location-detail__facts {
    margin-top: -10px;
  }

  .bw-ld-editorial-grid,
  .bw-ld-editorial-grid--media-first {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bw-ld-editorial-grid--media-first .bw-ld-editorial-media {
    order: 2;
  }

  .bw-ld-vehicle-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-passenger-strip {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-passenger-item:nth-child(n) {
    border-top: 0;
  }

  .bw-ld-passenger-item:nth-child(n+3) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-ld-passenger-item:nth-child(odd) {
    border-left: 0;
  }

  .bw-ld-service-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }

  .bw-ld-pricing-table-wrap,
  .bw-ld-route-table-wrap {
    display: none;
  }

  .bw-ld-pricing-cards,
  .bw-ld-route-cards {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }

  .bw-ld-pricing-card,
  .bw-ld-route-price-card {
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(17,17,17,.1);
    border-radius: 7px;
    background: #fff;
  }

  .bw-ld-pricing-card h3,
  .bw-ld-route-price-card h4 {
    margin: 0 0 10px;
    color: #111;
    font-size: 12px;
    line-height: 1.3;
  }

  .bw-ld-pricing-card__row,
  .bw-ld-route-price-card > div {
    min-height: 31px;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 12px;
    align-items: center;
    border-top: 1px solid rgba(17,17,17,.07);
    font-size: 9px;
  }

  .bw-ld-pricing-card__row span,
  .bw-ld-route-price-card > div span {
    color: rgba(0,0,0,.5);
  }

  .bw-ld-pricing-card__row strong,
  .bw-ld-route-price-card > div strong {
    text-align: right;
  }

  .bw-ld-route-price-card p {
    margin: -4px 0 8px;
    color: rgba(0,0,0,.5);
    font-size: 8.5px;
  }

  .bw-ld-inclusion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bw-ld-inclusion-card--note {
    grid-column: 1 / -1;
  }

  .bw-ld-contract-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-route-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .bw-ld-destination-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .bw-ld-booking-grid {
    grid-template-columns: 1fr;
  }

  .bw-ld-why-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-faq-list {
    grid-template-columns: 1fr;
  }

  .bw-ld-final-cta__grid {
    grid-template-columns: 1fr;
    padding-top: 12px;
  }

  .bw-ld-final-cta__image {
    margin-top: -30px;
  }

  .bw-ld-final-cta__image img {
    max-height: 230px;
  }
}

@media (max-width: 640px) {
  .bw-location-detail__section {
    padding-block: 32px;
  }

  .bw-ld-section-title {
    font-size: clamp(30px,8vw,38px);
  }

  .bw-ld-hero__title {
    font-size: clamp(42px,12vw,56px);
  }

  .bw-ld-hero__intro {
    font-size: 13px;
  }

  .bw-ld-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bw-ld-hero__actions .bw-button {
    width: 100%;
  }

  .bw-ld-facts__grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-fact {
    min-height: 90px;
  }

  .bw-ld-fact:nth-child(n) {
    border-top: 0;
  }

  .bw-ld-fact:nth-child(n+3) {
    border-top: 1px solid var(--color-border-light);
  }

  .bw-ld-fact:nth-child(odd) {
    border-left: 0;
  }

  .bw-ld-support-points,
  .bw-ld-two-col-points,
  .bw-ld-check-list {
    grid-template-columns: 1fr;
  }

  .bw-ld-vehicle-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 9px;
  }

  .bw-ld-vehicle-card__image {
    min-height: 125px;
    padding-inline: 8px;
  }

  .bw-ld-vehicle-card__image img {
    height: 126px;
  }

  .bw-ld-vehicle-card__body {
    padding: 10px;
  }

  .bw-ld-vehicle-card h3 {
    font-size: 12px;
  }

  .bw-ld-vehicle-card p:not(.bw-ld-card-kicker) {
    min-height: 0;
  }

  .bw-ld-passenger-strip {
    grid-template-columns: 1fr;
  }

  .bw-ld-passenger-item:nth-child(n) {
    border-left: 0;
    border-top: 1px solid var(--color-border-light);
  }

  .bw-ld-passenger-item:first-child {
    border-top: 0;
  }

  .bw-ld-service-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-pricing-cards,
  .bw-ld-route-cards {
    grid-template-columns: 1fr;
  }

  .bw-ld-contract-grid {
    grid-template-columns: 1fr;
  }

  .bw-ld-inclusion-grid {
    grid-template-columns: 1fr;
  }

  .bw-ld-inclusion-card--note {
    grid-column: auto;
  }

  .bw-ld-inclusion-card ul {
    grid-template-columns: 1fr;
  }

  .bw-ld-route-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-destination-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-duration-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-process-list {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .bw-ld-process-list li {
    min-height: 70px;
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    gap: 12px;
    align-items: start;
    padding: 8px 0;
    text-align: left;
  }

  .bw-ld-process-list li:not(:last-child)::after {
    top: 42px;
    bottom: -8px;
    left: 17px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .bw-ld-process-list li:nth-child(3)::after {
    display: block;
  }

  .bw-ld-process-list strong {
    margin-top: 2px;
    font-size: 10px;
  }

  .bw-ld-process-list small {
    font-size: 8.5px;
  }

  .bw-ld-why-grid {
    grid-template-columns: 1fr;
  }

  .bw-ld-why-item {
    min-height: 90px;
  }

  .bw-ld-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bw-ld-final-cta__button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .bw-ld-facts__grid {
    grid-template-columns: 1fr;
  }

  .bw-ld-fact:nth-child(n) {
    border-left: 0;
    border-top: 1px solid var(--color-border-light);
  }

  .bw-ld-fact:first-child {
    border-top: 0;
  }

  .bw-ld-vehicle-grid,
  .bw-ld-route-grid,
  .bw-ld-destination-grid {
    grid-template-columns: 1fr;
  }

  .bw-ld-service-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .bw-ld-duration-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bw-ld-faq-panel { transition: none !important; }
  .bw-location-detail *,
  .bw-location-detail *::before,
  .bw-location-detail *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ==========================================================
   LOCATION PRICING EXPANSION — shared, DB-driven, responsive
   ========================================================== */
.bw-ld-vehicle-card__prices {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 5px;
  margin-top: 11px;
}
.bw-ld-vehicle-price {
  min-width: 0;
  padding: 7px 5px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 4px;
  background: #fffdfa;
}
.bw-ld-vehicle-price--primary {
  border-color: rgba(243,1,1,.22);
  background: #fff7f7;
}
.bw-ld-vehicle-price span,
.bw-ld-vehicle-price strong { display:block; }
.bw-ld-vehicle-price span {
  color: rgba(0,0,0,.48);
  font-size: 7.5px;
  line-height: 1.2;
}
.bw-ld-vehicle-price strong {
  margin-top: 3px;
  color: #111;
  font-size: 9px;
  line-height: 1.25;
}
.bw-ld-vehicle-price--primary strong { color: var(--color-accent); }

.bw-ld-pricing-aspects {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 18px 0 10px;
}
.bw-ld-pricing-aspects span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 999px;
  background: #fff;
  color: rgba(0,0,0,.62);
  font-size: 8.5px;
  font-weight: 700;
}
.bw-ld-pricing-table th:first-child { width: 14%; }
.bw-ld-pricing-table th:nth-child(2) { width: 9%; }
.bw-ld-pricing-table th:last-child { width: 14%; }
.bw-ld-pricing-table tbody tr:nth-child(even) > * { background: #fffdfb; }
.bw-ld-pricing-card__head {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin-bottom:8px;
}
.bw-ld-pricing-card__head h3 { margin:0; }
.bw-ld-pricing-card__head > span {
  flex:0 0 auto;
  padding:4px 7px;
  border-radius:999px;
  background:#fff1f1;
  color:var(--color-accent);
  font-size:8px;
  font-weight:700;
}

.bw-ld-route-price-grid {
  grid-template-columns: 1fr;
  gap: 20px;
}
.bw-ld-route-price-panel {
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.1);
  border-radius: 8px;
  background: #fff;
}
.bw-ld-route-price-panel > header {
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  text-align:left;
}
.bw-ld-route-price-panel__number {
  flex:0 0 auto;
  font-family:var(--font-display);
  font-size:24px;
  line-height:1;
  opacity:.78;
}
.bw-ld-route-price-panel > header h3 { font-size:12px; }
.bw-ld-route-table-wrap { border:0; border-radius:0; }
.bw-ld-route-table { table-layout:fixed; }
.bw-ld-route-table th:first-child { width:26%; }
.bw-ld-route-table th,
.bw-ld-route-table td { font-size:9px; padding:9px 7px; }

.bw-ld-contract-card {
  display:flex;
  flex-direction:column;
}
.bw-ld-contract-best { min-height:44px; }
.bw-ld-contract-inputs {
  margin-top:auto;
  padding-top:10px;
  border-top:1px solid rgba(17,17,17,.08);
}
.bw-ld-contract-inputs h4 {
  margin:0;
  color:var(--color-accent);
  font-size:9px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.bw-ld-contract-inputs ul { margin-top:7px; }

.bw-ld-overtime-block {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(17,17,17,.1);
}
.bw-ld-overtime-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);
  gap:4px 28px;
  align-items:end;
  margin-bottom:12px;
}
.bw-ld-overtime-head .bw-ld-eyebrow { grid-column:1 / -1; }
.bw-ld-overtime-head h3 {
  margin:0;
  font-family:var(--font-display);
  font-size:clamp(25px,2.5vw,34px);
  font-weight:500;
  line-height:1.05;
}
.bw-ld-overtime-head > p:last-child {
  margin:0;
  color:rgba(0,0,0,.58);
  font-size:10px;
  line-height:1.5;
}
.bw-ld-overtime-table-wrap {
  overflow:hidden;
  border:1px solid rgba(17,17,17,.1);
  border-radius:6px;
  background:#fff;
}
.bw-ld-overtime-table {
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.bw-ld-overtime-table th,
.bw-ld-overtime-table td {
  padding:9px 10px;
  border-right:1px solid rgba(17,17,17,.08);
  border-bottom:1px solid rgba(17,17,17,.08);
  font-size:9.5px;
  text-align:left;
}
.bw-ld-overtime-table thead th {
  background:var(--color-accent);
  color:#fff;
  font-size:9px;
}
.bw-ld-overtime-table tr:last-child > * { border-bottom:0; }
.bw-ld-overtime-table th:last-child,
.bw-ld-overtime-table td:last-child { border-right:0; }
.bw-ld-overtime-table tbody th { background:#fffdfa; }
.bw-ld-overtime-table td strong { color:var(--color-accent); }
.bw-ld-overtime-cards { display:none; }

@media (max-width: 1100px) {
  .bw-ld-pricing-table-wrap { display:none; }
  .bw-ld-pricing-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .bw-ld-route-table-wrap { display:none; }
  .bw-ld-route-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:10px; }
  .bw-ld-overtime-table-wrap { display:none; }
  .bw-ld-overtime-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  .bw-ld-overtime-cards article {
    min-width:0;
    padding:12px;
    border:1px solid rgba(17,17,17,.1);
    border-radius:6px;
    background:#fff;
  }
  .bw-ld-overtime-cards h4 { margin:0; font-size:11px; }
  .bw-ld-overtime-cards span { display:block; margin-top:3px; color:rgba(0,0,0,.48); font-size:8.5px; }
  .bw-ld-overtime-cards strong { display:block; margin-top:8px; color:var(--color-accent); font-size:12px; }
}

@media (max-width: 760px) {
  .bw-ld-vehicle-card__prices { grid-template-columns:1fr; }
  .bw-ld-vehicle-price { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:8px; align-items:center; text-align:left; }
  .bw-ld-vehicle-price strong { margin-top:0; text-align:right; }
  .bw-ld-pricing-aspects { gap:5px; }
  .bw-ld-pricing-aspects span { font-size:8px; }
  .bw-ld-pricing-cards,
  .bw-ld-route-cards,
  .bw-ld-overtime-cards { grid-template-columns:1fr; }
  .bw-ld-overtime-head { grid-template-columns:1fr; }
  .bw-ld-overtime-head .bw-ld-eyebrow { grid-column:auto; }
}

@media (max-width: 430px) {
  .bw-ld-vehicle-grid { grid-template-columns:1fr; }
  .bw-ld-vehicle-card__image img { height:160px; }
  .bw-ld-pricing-card,
  .bw-ld-route-price-card { padding:12px; }
  .bw-ld-pricing-card__row,
  .bw-ld-route-price-card > div { grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr); }
}
