/* Botswana hybrid fleet and vehicle interiors. Loaded after hybrid-specialist.css. */

.bw-fleet,
.bw-vehicle-detail { overflow: hidden; background: var(--bw-canvas); }

/* Fleet hero */
.bw-fleet-hero { position: relative; min-height: 730px; padding: 174px 0 90px; overflow: hidden; background: var(--bw-ink); color: #fff; }
.bw-fleet-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,16,15,.98) 0 47%, rgba(13,16,15,.63) 70%, rgba(13,16,15,.18)); pointer-events: none; }
.bw-fleet-hero__media { position: absolute; inset: 0 0 0 43%; }
.bw-fleet-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.82) contrast(1.05); }
.bw-fleet-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 11vw; align-items: end; }
.bw-fleet-hero__copy { max-width: 760px; }
.bw-fleet-hero h1,
.bw-fleet h2,
.bw-vehicle-detail h1,
.bw-vehicle-detail h2 { margin: 0; font-family: var(--bw-serif); font-weight: 500; letter-spacing: -.035em; line-height: .92; text-wrap: balance; }
.bw-fleet-hero h1 { font-size: clamp(60px, 6.1vw, 96px); }
.bw-fleet-hero__copy > p:not(.bw-eyebrow) { max-width: 680px; margin: 30px 0; color: rgba(255,255,255,.78); font-size: 17px; }
.bw-fleet-hero__actions { display: flex; gap: 28px; align-items: center; }
.bw-fleet-status { padding: 27px; border: 1px solid rgba(255,255,255,.24); background: rgba(21,24,23,.72); backdrop-filter: blur(14px); }
.bw-fleet-status > span { color: var(--bw-sand); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.bw-fleet-status > strong { display: block; margin: 10px 0 23px; font-family: var(--bw-serif); font-size: 35px; font-weight: 500; }
.bw-fleet-status ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--bw-light-line); }
.bw-fleet-status li { position: relative; padding: 12px 0 12px 19px; border-bottom: 1px solid var(--bw-light-line); color: rgba(255,255,255,.74); font-size: 12px; }
.bw-fleet-status li::before { content: "○"; position: absolute; left: 0; color: var(--bw-sand); }

.bw-fleet-principles { background: var(--bw-mopane); color: #fff; }
.bw-fleet-principles ol { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; border-left: 1px solid var(--bw-light-line); list-style: none; }
.bw-fleet-principles li { display: grid; grid-template-columns: 45px 1fr; padding: 25px 28px; border-right: 1px solid var(--bw-light-line); }
.bw-fleet-principles span { grid-row: 1 / 3; color: var(--bw-sand); font-family: var(--bw-serif); font-size: 22px; }
.bw-fleet-principles strong { font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.bw-fleet-principles small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 12px; }

/* Fleet catalogue */
.bw-fleet-catalogue { padding: 118px 0; background: var(--bw-paper); }
.bw-fleet-section-head { display: grid; grid-template-columns: 1.25fr .55fr; gap: 8vw; align-items: end; margin-bottom: 60px; }
.bw-fleet-section-head h2,
.bw-fleet-compare h2,
.bw-fleet-confirm h2 { font-size: clamp(53px,5vw,78px); }
.bw-fleet h2 em,
.bw-vehicle-detail h2 em { color: var(--bw-sand); font-weight: 500; }
.bw-fleet-section-head > p { margin: 0; color: rgba(21,24,23,.68); font-size: 15px; }
.bw-fleet-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.bw-fleet-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--bw-line); background: var(--bw-canvas); }
.bw-fleet-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.06fr .94fr; }
.bw-fleet-card__media { position: relative; aspect-ratio: 1.22; overflow: hidden; background: var(--bw-ink); }
.bw-fleet-card--featured .bw-fleet-card__media { aspect-ratio: auto; min-height: 100%; }
.bw-fleet-card__media::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(10,12,11,.74)); }
.bw-fleet-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.bw-fleet-card:hover .bw-fleet-card__media img { transform: scale(1.025); }
.bw-fleet-card__media > span { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 9px; background: var(--bw-sand); color: var(--bw-ink); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bw-fleet-card__media > small { position: absolute; z-index: 2; right: 15px; bottom: 12px; color: rgba(255,255,255,.82); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.bw-fleet-card__body { display: flex; flex: 1; flex-direction: column; padding: 28px; }
.bw-fleet-card h3 { margin: 0 0 24px; font-family: var(--bw-serif); font-size: 30px; font-weight: 600; line-height: 1; }
.bw-fleet-card h3 small { display: block; margin-top: 7px; color: rgba(21,24,23,.43); font-size: 16px; font-style: italic; font-weight: 500; }
.bw-fleet-card dl { margin: auto 0 21px; border-top: 1px solid var(--bw-line); }
.bw-fleet-card dl div { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--bw-line); font-size: 12px; }
.bw-fleet-card dt { color: rgba(21,24,23,.45); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bw-fleet-card dd { margin: 0; max-width: 58%; font-weight: 600; text-align: right; }
.bw-fleet-card__body > a { display: flex; justify-content: space-between; padding-top: 7px; color: var(--bw-copper); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.bw-fleet-compare { padding: 120px 0; background: var(--bw-mopane); color: #fff; }
.bw-fleet-compare__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; align-items: center; }
.bw-fleet-compare__grid > div:first-child > p:last-child { max-width: 490px; color: rgba(255,255,255,.72); font-size: 15px; }
.bw-fleet-compare__cards { border-top: 1px solid var(--bw-light-line); }
.bw-fleet-compare__cards article { display: grid; grid-template-columns: 50px 200px 1fr; gap: 18px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--bw-light-line); }
.bw-fleet-compare__cards span { color: var(--bw-sand); font-family: var(--bw-serif); font-size: 22px; }
.bw-fleet-compare__cards h3 { margin: 2px 0 0; font-family: var(--bw-serif); font-size: 23px; font-weight: 500; line-height: 1.05; }
.bw-fleet-compare__cards p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }

.bw-fleet-confirm { padding: 120px 0; background: var(--bw-canvas); }
.bw-fleet-confirm__grid { display: grid; grid-template-columns: 1fr .8fr .7fr; gap: 6vw; align-items: start; }
.bw-fleet-confirm ul { margin: 45px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--bw-line); }
.bw-fleet-confirm li { position: relative; padding: 13px 0 13px 24px; border-bottom: 1px solid var(--bw-line); font-size: 14px; }
.bw-fleet-confirm li::before { content: "✓"; position: absolute; left: 0; color: var(--bw-copper); }
.bw-fleet-confirm__cta { margin-top: 45px; padding: 28px; border: 1px solid var(--bw-line); background: var(--bw-paper); }
.bw-fleet-confirm__cta p { margin: 0 0 23px; color: rgba(21,24,23,.7); font-size: 14px; }
.bw-fleet-confirm__cta small { display: block; margin-top: 13px; color: rgba(21,24,23,.62); font-size: 11px; text-align: center; text-transform: uppercase; }

/* Vehicle detail */
.bw-vehicle-hero { min-height: 760px; padding: 150px 0 80px; background: var(--bw-ink); color: #fff; }
.bw-vehicle-hero__grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 7vw; align-items: center; }
.bw-vehicle-back { display: inline-block; margin-bottom: 44px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.bw-vehicle-hero h1 { max-width: 670px; font-size: clamp(53px,5.4vw,84px); }
.bw-vehicle-hero__lead { max-width: 630px; margin: 28px 0; color: rgba(255,255,255,.74); font-size: 16px; }
.bw-vehicle-hero__actions { display: flex; gap: 24px; align-items: center; }
.bw-vehicle-hero__actions > span b,
.bw-vehicle-hero__actions > span small { display: block; }
.bw-vehicle-hero__actions > span b { color: var(--bw-sand); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.bw-vehicle-hero__actions > span small { margin-top: 3px; color: rgba(255,255,255,.64); font-size: 11px; }
.bw-vehicle-hero__figure { position: relative; margin: 0; min-height: 540px; overflow: hidden; background: #101211; }
.bw-vehicle-hero__figure::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent,rgba(8,10,9,.78)); }
.bw-vehicle-hero__figure img { width: 100%; height: 540px; object-fit: cover; }
.bw-vehicle-hero__figure figcaption { position: absolute; z-index: 2; inset: auto 24px 21px; display: flex; justify-content: space-between; gap: 20px; color: #fff; }
.bw-vehicle-hero__figure figcaption span { color: var(--bw-sand); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bw-vehicle-hero__figure figcaption strong { font-size: 10px; font-weight: 500; opacity: .78; }

.bw-vehicle-summary { background: var(--bw-sand); }
.bw-vehicle-summary dl { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; border-left: 1px solid rgba(21,24,23,.18); }
.bw-vehicle-summary dl div { min-height: 106px; padding: 25px; border-right: 1px solid rgba(21,24,23,.18); }
.bw-vehicle-summary dt { margin-bottom: 9px; color: rgba(21,24,23,.66); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.bw-vehicle-summary dd { margin: 0; font-family: var(--bw-serif); font-size: 20px; font-weight: 600; line-height: 1.05; }

.bw-vehicle-specific { padding: 105px 0; background: var(--bw-canvas); }
.bw-vehicle-specific__grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 9vw; align-items: start; }
.bw-vehicle-specific h2 { max-width: 760px; font-size: clamp(48px,4.5vw,72px); }
.bw-vehicle-specific__lead { max-width: 760px; margin: 30px 0 18px; color: rgba(21,24,23,.82); font-size: 18px; line-height: 1.65; }
.bw-vehicle-specific__lead + p { max-width: 760px; color: rgba(21,24,23,.66); font-size: 15px; }
.bw-vehicle-specific aside { padding: 30px; border: 1px solid var(--bw-line); background: var(--bw-paper); }
.bw-vehicle-specific aside > span { color: var(--bw-copper); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bw-vehicle-specific aside ul { margin: 22px 0; padding: 0; list-style: none; border-top: 1px solid var(--bw-line); }
.bw-vehicle-specific aside li { position: relative; padding: 13px 0 13px 22px; border-bottom: 1px solid var(--bw-line); color: rgba(21,24,23,.75); font-size: 13px; }
.bw-vehicle-specific aside li::before { content: "✓"; position: absolute; left: 0; color: var(--bw-copper); }
.bw-vehicle-specific aside p { margin: 0; color: rgba(21,24,23,.68); font-size: 13px; }

.bw-vehicle-fit { padding: 120px 0; background: var(--bw-paper); }
.bw-vehicle-fit__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; }
.bw-vehicle-fit__intro { position: sticky; top: 120px; align-self: start; }
.bw-vehicle-fit h2,
.bw-vehicle-proposal h2,
.bw-vehicle-alternatives h2,
.bw-vehicle-final h2 { font-size: clamp(52px,5vw,78px); }
.bw-vehicle-fit__intro > p:last-child { max-width: 480px; color: rgba(21,24,23,.68); font-size: 15px; }
.bw-vehicle-fit__cards { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--bw-line); border-left: 1px solid var(--bw-line); }
.bw-vehicle-fit__cards article { min-height: 245px; padding: 26px; border-right: 1px solid var(--bw-line); border-bottom: 1px solid var(--bw-line); }
.bw-vehicle-fit__cards span { color: var(--bw-copper); font-family: var(--bw-serif); font-size: 23px; }
.bw-vehicle-fit__cards h3 { margin: 58px 0 12px; font-family: var(--bw-serif); font-size: 24px; font-weight: 600; line-height: 1.05; }
.bw-vehicle-fit__cards p { margin: 0; color: rgba(21,24,23,.67); font-size: 14px; }

.bw-vehicle-proposal { padding: 120px 0; background: var(--bw-mopane); color: #fff; }
.bw-vehicle-proposal > .bw-shell > header { display: grid; grid-template-columns: 1fr .5fr; gap: 9vw; align-items: end; margin-bottom: 58px; }
.bw-vehicle-proposal > .bw-shell > header > p { color: rgba(255,255,255,.72); font-size: 15px; }
.bw-vehicle-proposal__columns { display: grid; grid-template-columns: 1fr 1fr .76fr; gap: 22px; }
.bw-vehicle-proposal__columns article,
.bw-vehicle-proposal__columns aside { padding: 29px; border: 1px solid var(--bw-light-line); }
.bw-vehicle-proposal__columns h3 { margin: 0 0 20px; padding-bottom: 16px; border-bottom: 1px solid var(--bw-light-line); font-family: var(--bw-serif); font-size: 24px; font-weight: 500; }
.bw-vehicle-proposal__columns ul { margin: 0; padding: 0; list-style: none; }
.bw-vehicle-proposal__columns li { position: relative; padding: 10px 0 10px 23px; border-bottom: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.74); font-size: 13px; }
.bw-vehicle-proposal__columns li::before { content: "✓"; position: absolute; left: 0; color: var(--bw-sand); }
.bw-vehicle-proposal__columns .bw-vehicle-proposal__not li::before { content: "—"; color: var(--bw-copper); }
.bw-vehicle-proposal__columns aside { background: var(--bw-paper); color: var(--bw-ink); }
.bw-vehicle-proposal__columns aside > span { color: var(--bw-copper); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bw-vehicle-proposal__columns aside > strong { display: block; margin: 12px 0 20px; font-family: var(--bw-serif); font-size: 31px; font-weight: 600; line-height: 1; }
.bw-vehicle-proposal__columns aside > p { color: rgba(21,24,23,.68); font-size: 14px; }

.bw-vehicle-alternatives { padding: 120px 0; background: var(--bw-canvas); }
.bw-vehicle-alternatives header { margin-bottom: 48px; }
.bw-vehicle-alternatives__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.bw-vehicle-alternatives__grid a { position: relative; min-height: 370px; overflow: hidden; display: flex; flex-direction: column; justify-content: end; padding: 25px; background: var(--bw-ink); color: #fff; text-decoration: none; }
.bw-vehicle-alternatives__grid a::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent,rgba(9,11,10,.94)); }
.bw-vehicle-alternatives__grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.bw-vehicle-alternatives__grid a:hover img { transform: scale(1.035); }
.bw-vehicle-alternatives__grid span,
.bw-vehicle-alternatives__grid strong,
.bw-vehicle-alternatives__grid small { position: relative; z-index: 2; }
.bw-vehicle-alternatives__grid span { width: fit-content; margin-bottom: auto; padding: 6px 9px; background: var(--bw-sand); color: var(--bw-ink); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.bw-vehicle-alternatives__grid strong { max-width: 310px; font-family: var(--bw-serif); font-size: 29px; line-height: 1; }
.bw-vehicle-alternatives__grid small { margin-top: 7px; color: var(--bw-sand); font-size: 12px; }

.bw-vehicle-final { padding: 130px 0; background: var(--bw-ink); color: #fff; text-align: center; }
.bw-vehicle-final .bw-shell { max-width: 920px; }
.bw-vehicle-final p:not(.bw-kicker) { max-width: 650px; margin: 30px auto; color: rgba(255,255,255,.72); font-size: 15px; }
.bw-vehicle-final .bw-kicker::before { display: none; }

@media (max-width: 1100px) {
  .bw-fleet-hero__grid { grid-template-columns: 1fr 270px; gap: 6vw; }
  .bw-fleet-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bw-fleet-card--featured { grid-column: span 2; }
  .bw-fleet-confirm__grid { grid-template-columns: 1fr 1fr; }
  .bw-fleet-confirm__cta { grid-column: 2; margin-top: -5px; }
  .bw-vehicle-hero__grid { gap: 4vw; }
  .bw-vehicle-proposal__columns { grid-template-columns: repeat(2,1fr); }
  .bw-vehicle-proposal__columns aside { grid-column: span 2; }
}

@media (max-width: 820px) {
  .bw-fleet-hero { min-height: auto; padding: 142px 0 70px; }
  .bw-fleet-hero::after { background: linear-gradient(0deg,rgba(13,16,15,.98) 0 52%,rgba(13,16,15,.62)); }
  .bw-fleet-hero__media { inset: 0 0 39%; }
  .bw-fleet-hero__grid { grid-template-columns: 1fr; padding-top: 260px; }
  .bw-fleet-status { max-width: 440px; }
  .bw-fleet-principles ol { grid-template-columns: 1fr; }
  .bw-fleet-principles li { border-bottom: 1px solid var(--bw-light-line); }
  .bw-fleet-section-head,
  .bw-fleet-compare__grid,
  .bw-vehicle-fit__grid,
  .bw-vehicle-proposal > .bw-shell > header { grid-template-columns: 1fr; }
  .bw-fleet-compare__cards { margin-top: 25px; }
  .bw-fleet-confirm__grid { grid-template-columns: 1fr; }
  .bw-fleet-confirm__cta { grid-column: auto; }
  .bw-vehicle-hero { padding-top: 135px; }
  .bw-vehicle-hero__grid { grid-template-columns: 1fr; }
  .bw-vehicle-specific__grid { grid-template-columns: 1fr; gap: 45px; }
  .bw-vehicle-hero__figure { min-height: 440px; }
  .bw-vehicle-hero__figure img { height: 440px; }
  .bw-vehicle-summary dl { grid-template-columns: repeat(2,1fr); }
  .bw-vehicle-fit__intro { position: static; }
  .bw-vehicle-alternatives__grid { grid-template-columns: 1fr; }
  .bw-vehicle-alternatives__grid a { min-height: 330px; }
}

@media (max-width: 620px) {
  .bw-fleet-hero { padding-top: 115px; }
  .bw-fleet-hero__grid { padding-top: 235px; }
  .bw-fleet-hero h1 { font-size: clamp(49px,15vw,66px); }
  .bw-fleet-hero__actions,
  .bw-vehicle-hero__actions { align-items: flex-start; flex-direction: column; }
  .bw-fleet-catalogue,
  .bw-fleet-compare,
  .bw-fleet-confirm,
  .bw-vehicle-fit,
  .bw-vehicle-proposal,
  .bw-vehicle-alternatives,
  .bw-vehicle-final { padding: 82px 0; }
  .bw-fleet-grid { grid-template-columns: 1fr; }
  .bw-fleet-card--featured { grid-column: auto; display: flex; }
  .bw-fleet-card--featured .bw-fleet-card__media { aspect-ratio: 1.22; min-height: 0; }
  .bw-fleet-compare__cards article { grid-template-columns: 38px 1fr; }
  .bw-fleet-compare__cards article p { grid-column: 2; }
  .bw-vehicle-hero h1 { font-size: clamp(46px,14vw,62px); }
  .bw-vehicle-summary dl { grid-template-columns: 1fr; }
  .bw-vehicle-specific { padding: 76px 0; }
  .bw-vehicle-summary dl div { min-height: 0; }
  .bw-vehicle-fit__cards { grid-template-columns: 1fr; }
  .bw-vehicle-fit__cards article { min-height: 210px; }
  .bw-vehicle-fit__cards h3 { margin-top: 42px; }
  .bw-vehicle-proposal__columns { grid-template-columns: 1fr; }
  .bw-vehicle-proposal__columns aside { grid-column: auto; }
  .bw-vehicle-hero__figure,
  .bw-vehicle-hero__figure img { min-height: 330px; height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
  .bw-fleet-card__media img,
  .bw-vehicle-alternatives__grid img { transition: none; }
}
