:root {
  --bw-ink: #151817;
  --bw-ink-soft: #202522;
  --bw-mopane: #34473d;
  --bw-sand: #d9c29c;
  --bw-canvas: #f4f0e8;
  --bw-paper: #fbf8f2;
  --bw-copper: #b76b3a;
  --bw-line: rgba(21, 24, 23, .16);
  --bw-light-line: rgba(255, 255, 255, .18);
  --bw-serif: "Cormorant Garamond", Georgia, serif;
  --bw-sans: "Manrope", Arial, sans-serif;
  --bw-shell: min(1240px, calc(100% - 64px));
  --bw-radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--bw-ink); background: var(--bw-canvas); font-family: var(--bw-sans); font-size: 16px; line-height: 1.65; }
body.bw-menu-open { overflow: hidden; }
body.admin-bar .bw-header { top: 32px; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--bw-copper); outline-offset: 3px; }

.bw-shell { width: var(--bw-shell); margin-inline: auto; }
.bw-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; }
.bw-skip { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-150%); background: var(--bw-paper); padding: 10px 16px; font-weight: 700; }
.bw-skip:focus { transform: none; }

.bw-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 96px;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: white;
  transition: background .25s ease, min-height .25s ease, color .25s ease;
}
.bw-header.is-sticky { position: fixed; min-height: 76px; background: rgba(21,24,23,.97); backdrop-filter: blur(14px); box-shadow: 0 12px 40px rgba(0,0,0,.14); }
.bw-brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; color: inherit; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; line-height: 1; }
.bw-brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--bw-serif); font-size: 17px; letter-spacing: 0; }
.bw-brand strong, .bw-brand small { display: block; }
.bw-brand strong { font-size: 14px; }
.bw-brand small { margin-top: 6px; font-size: 9px; opacity: .72; letter-spacing: .25em; }
.bw-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.bw-nav a { position: relative; color: inherit; text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.bw-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--bw-sand); transition: right .2s ease; }
.bw-nav a:hover::after { right: 0; }
.bw-menu { display: none; border: 0; background: none; padding: 8px; color: inherit; }
.bw-menu > span:not(.bw-sr-only) { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; }

.bw-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--bw-sand);
  border-radius: var(--bw-radius);
  background: var(--bw-sand);
  color: var(--bw-ink);
  font-family: var(--bw-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.bw-button:hover { transform: translateY(-2px); background: #e4d0ad; }
.bw-button--small { min-height: 44px; padding: 0 17px; gap: 14px; font-size: 10px; }
.bw-button--block { width: 100%; }
.bw-text-link { display: inline-flex; gap: 13px; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; text-underline-offset: 7px; }
.bw-text-link--light { color: white; }

.bw-hero { position: relative; min-height: 780px; height: min(900px, 92vh); overflow: hidden; display: flex; align-items: center; color: white; background: var(--bw-ink); }
.bw-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 53% center; }
.bw-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,12,11,.92) 0%, rgba(9,12,11,.73) 34%, rgba(9,12,11,.22) 63%, rgba(9,12,11,.1) 100%), linear-gradient(0deg, rgba(9,12,11,.34), transparent 45%); }
.bw-hero-content { position: relative; z-index: 2; padding-top: 95px; }
.bw-eyebrow, .bw-kicker { margin: 0 0 24px; color: var(--bw-sand); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.bw-eyebrow::before, .bw-kicker::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: currentColor; }
.bw-hero h1, .bw-section h2 { margin: 0; font-family: var(--bw-serif); font-weight: 500; letter-spacing: -.035em; line-height: .91; }
.bw-hero h1 { max-width: 830px; font-size: clamp(60px, 6.6vw, 104px); text-wrap: balance; }
.bw-hero h1 em, .bw-section h2 em { color: var(--bw-sand); font-weight: 500; }
.bw-hero-copy { max-width: 625px; margin: 31px 0 29px; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.7; }
.bw-actions { display: flex; align-items: center; gap: 28px; }
.bw-hero-note { display: flex; gap: 9px; align-items: center; margin: 24px 0 0; color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .03em; }
.bw-hero-note span { color: var(--bw-sand); font-size: 17px; }
.bw-route-card { position: absolute; z-index: 3; right: 4.2vw; bottom: 52px; width: min(360px, 26vw); padding: 20px 22px; border: 1px solid rgba(255,255,255,.28); background: rgba(21,24,23,.68); backdrop-filter: blur(16px); }
.bw-route-card-head { display: flex; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid var(--bw-light-line); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.bw-route-card-head strong { color: var(--bw-sand); }
.bw-route-line { display: grid; grid-template-columns: 8px 1fr 8px 1fr 8px; align-items: center; margin: 21px 4px 6px; }
.bw-route-line i { width: 8px; height: 8px; border: 1px solid var(--bw-sand); border-radius: 50%; }
.bw-route-line i:first-child { background: var(--bw-sand); }
.bw-route-line span { height: 1px; background: var(--bw-sand); opacity: .55; }
.bw-route-names { display: flex; justify-content: space-between; font-family: var(--bw-serif); font-size: 16px; }
.bw-route-card small { display: block; margin-top: 17px; padding-top: 13px; border-top: 1px solid var(--bw-light-line); color: rgba(255,255,255,.55); font-size: 9px; line-height: 1.5; }
.bw-concept-tag { position: absolute; z-index: 3; right: 20px; top: 112px; color: rgba(255,255,255,.5); writing-mode: vertical-rl; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

.bw-assurance { background: var(--bw-ink); color: white; border-top: 1px solid var(--bw-light-line); }
.bw-assurance-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.bw-assurance span { padding: 25px 24px; border-right: 1px solid var(--bw-light-line); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bw-assurance span:first-child { border-left: 1px solid var(--bw-light-line); }
.bw-assurance i { margin-right: 13px; color: var(--bw-sand); font-style: normal; }

.bw-section { padding: 120px 0; }
.bw-section h2 { font-size: clamp(54px, 5vw, 80px); }
.bw-section-head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .65fr); align-items: end; gap: 80px; margin-bottom: 60px; }
.bw-section-head > p { margin: 0 0 4px; color: rgba(21,24,23,.66); font-size: 14px; }
.bw-section-head--light > p { color: rgba(255,255,255,.62); }

.bw-intents { background: var(--bw-paper); }
.bw-intent-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--bw-line); border-left: 1px solid var(--bw-line); }
.bw-intent { position: relative; min-height: 295px; padding: 22px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; border: 0; border-right: 1px solid var(--bw-line); border-bottom: 1px solid var(--bw-line); background: transparent; color: var(--bw-ink); transition: background .25s ease, color .25s ease; }
.bw-intent::after { content: ""; position: absolute; inset: auto 22px 0; height: 3px; background: var(--bw-copper); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.bw-intent:hover, .bw-intent.is-selected { background: var(--bw-mopane); color: white; }
.bw-intent.is-selected::after { transform: scaleX(1); }
.bw-intent-number { align-self: flex-end; color: var(--bw-copper); font-family: var(--bw-serif); font-size: 16px; }
.bw-intent-icon { margin: 28px 0 38px; color: var(--bw-copper); font-family: var(--bw-serif); font-size: 35px; line-height: 1; }
.bw-intent strong { font-family: var(--bw-serif); font-size: 23px; font-weight: 600; line-height: 1.05; }
.bw-intent small { margin-top: 13px; color: currentColor; opacity: .62; font-size: 10px; line-height: 1.55; }
.bw-intent-action { margin-top: auto; padding-top: 22px; color: var(--bw-copper); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.bw-specialist { background: var(--bw-canvas); }
.bw-specialist-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 9vw; }
.bw-specialist-copy > p:not(.bw-kicker) { max-width: 555px; color: rgba(21,24,23,.68); }
.bw-specialist-copy h2 { margin-bottom: 32px; }
.bw-inline-links { display: flex; flex-wrap: wrap; gap: 18px 32px; margin-top: 35px; }
.bw-inline-links a { padding-bottom: 7px; border-bottom: 1px solid var(--bw-ink); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.bw-inline-links span { color: var(--bw-copper); margin-left: 10px; }
.bw-specialist-map { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--bw-line); background: radial-gradient(circle at 45% 24%, rgba(217,194,156,.2), transparent 32%), #ebe4d7; }
.bw-specialist-map::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, transparent 65%, rgba(235,228,215,.92) 91%); }
.bw-map-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.bw-country-outline { fill: rgba(52,71,61,.075); stroke: rgba(52,71,61,.36); stroke-width: 1.6; stroke-linejoin: round; }
.bw-delta-contour { fill: none; stroke: rgba(52,71,61,.18); stroke-width: 1.2; }
.bw-country-name { fill: rgba(52,71,61,.13); font-family: var(--bw-sans); font-size: 19px; font-weight: 700; letter-spacing: .34em; }
.bw-route-path { fill: none; stroke: var(--bw-copper); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 7 7; }
.bw-map-point circle { fill: #ebe4d7; stroke: var(--bw-copper); stroke-width: 2; }
.bw-map-point text { fill: var(--bw-ink); font-family: var(--bw-serif); font-size: 14px; font-weight: 600; }
.bw-map-capital { opacity: .45; }
.bw-map-capital circle { fill: var(--bw-mopane); }
.bw-map-capital text { fill: var(--bw-mopane); font-family: var(--bw-sans); font-size: 9px; font-weight: 600; letter-spacing: .04em; }
.bw-map-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.bw-map-caption strong { color: var(--bw-mopane); font-family: var(--bw-serif); font-size: 26px; line-height: 1; }
.bw-map-caption small { max-width: 255px; color: rgba(21,24,23,.56); font-size: 9px; line-height: 1.55; text-align: right; }

.bw-configurations { color: white; background: var(--bw-ink); }
.bw-configurations .bw-kicker, .bw-process .bw-kicker { color: var(--bw-sand); }
.bw-vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bw-vehicle-card { overflow: hidden; border: 1px solid var(--bw-light-line); background: var(--bw-ink-soft); }
.bw-vehicle-media { position: relative; aspect-ratio: 1.18; overflow: hidden; background: #111; }
.bw-vehicle-media::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(15,18,17,.82)); }
.bw-vehicle-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.bw-vehicle-card:hover .bw-vehicle-media img { transform: scale(1.035); }
.bw-vehicle-media > span { position: absolute; z-index: 2; left: 17px; top: 17px; padding: 7px 10px; background: var(--bw-sand); color: var(--bw-ink); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bw-vehicle-media > small { position: absolute; z-index: 2; right: 14px; bottom: 12px; color: rgba(255,255,255,.72); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.bw-vehicle-body { padding: 27px 27px 24px; }
.bw-card-overline { margin: 0 0 10px; color: var(--bw-sand); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bw-vehicle-body h3 { margin: 0; font-family: var(--bw-serif); font-size: 31px; font-weight: 500; line-height: .98; }
.bw-vehicle-body h3 em { color: rgba(255,255,255,.45); font-size: 18px; font-weight: 500; }
.bw-vehicle-body > p:not(.bw-card-overline) { min-height: 74px; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.6; }
.bw-specs { margin: 22px 0; padding: 0; list-style: none; border-top: 1px solid var(--bw-light-line); }
.bw-specs li { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--bw-light-line); font-size: 9px; }
.bw-specs span { color: rgba(255,255,255,.45); text-transform: uppercase; }
.bw-specs strong { color: rgba(255,255,255,.83); font-weight: 600; }
.bw-card-cta { width: 100%; padding: 10px 0 0; display: flex; justify-content: space-between; border: 0; background: none; color: var(--bw-sand); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.bw-card-detail { display: flex; justify-content: space-between; margin-top: 9px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.bw-other-types { margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--bw-light-line); }
.bw-other-types > p { margin: 0 0 18px; color: var(--bw-sand); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.bw-other-types ul { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: var(--bw-light-line); }
.bw-other-types li { min-height: 100px; padding: 18px; background: var(--bw-ink); }
.bw-other-types a { display: block; color: inherit; text-decoration: none; }
.bw-other-types strong, .bw-other-types span { display: block; }
.bw-other-types strong { font-family: var(--bw-serif); font-size: 18px; line-height: 1.1; }
.bw-other-types span { margin-top: 8px; color: rgba(255,255,255,.43); font-size: 9px; }
.bw-other-types .bw-inline-links { margin-top: 22px; }

.bw-compare { background: var(--bw-paper); }
.bw-table-wrap { overflow-x: auto; border: 1px solid var(--bw-line); }
.bw-table-wrap table { width: 100%; min-width: 850px; border-collapse: collapse; font-size: 12px; }
.bw-table-wrap th, .bw-table-wrap td { padding: 19px 20px; border-right: 1px solid var(--bw-line); border-bottom: 1px solid var(--bw-line); text-align: left; }
.bw-table-wrap thead th { background: var(--bw-mopane); color: white; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.bw-table-wrap tbody th { width: 24%; color: rgba(21,24,23,.58); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.bw-table-wrap tbody tr:nth-child(even) { background: rgba(217,194,156,.13); }
.bw-table-wrap td strong { color: var(--bw-copper); text-transform: uppercase; }

.bw-route-builder { background: var(--bw-canvas); }
.bw-route-builder-grid { display: grid; grid-template-columns: 1fr 410px; align-items: start; gap: 10vw; }
.bw-route-builder h2 { margin-bottom: 32px; }
.bw-route-builder-grid > div > p:not(.bw-kicker,.bw-disclaimer) { max-width: 660px; color: rgba(21,24,23,.66); }
.bw-route-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 30px 0 21px; }
.bw-route-chips button { padding: 10px 15px; border: 1px solid var(--bw-line); border-radius: 999px; background: transparent; color: var(--bw-ink); font-size: 10px; font-weight: 700; }
.bw-route-chips button[aria-pressed="true"] { border-color: var(--bw-mopane); background: var(--bw-mopane); color: white; }
.bw-disclaimer { max-width: 630px; padding-left: 18px; border-left: 2px solid var(--bw-copper); color: rgba(21,24,23,.5); font-size: 9px; }
.bw-brief-panel { padding: 30px; border: 1px solid var(--bw-line); background: var(--bw-paper); box-shadow: 0 24px 60px rgba(21,24,23,.08); }
.bw-brief-head { display: flex; justify-content: space-between; margin-bottom: 31px; padding-bottom: 15px; border-bottom: 1px solid var(--bw-line); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.bw-brief-head span:last-child { color: var(--bw-copper); }
.bw-brief-panel > p { margin: 18px 0 4px; color: rgba(21,24,23,.46); font-size: 9px; text-transform: uppercase; }
.bw-brief-panel > strong { display: block; font-family: var(--bw-serif); font-size: 25px; font-weight: 600; line-height: 1.15; }
.bw-brief-status { display: flex; gap: 14px; margin: 27px 0; padding: 18px 0; border-top: 1px solid var(--bw-line); border-bottom: 1px solid var(--bw-line); }
.bw-brief-status i { flex: 0 0 9px; width: 9px; height: 9px; margin-top: 5px; border: 2px solid var(--bw-copper); border-radius: 50%; }
.bw-brief-status b, .bw-brief-status small { display: block; }
.bw-brief-status b { font-size: 10px; text-transform: uppercase; }
.bw-brief-status small { margin-top: 3px; color: rgba(21,24,23,.52); font-size: 9px; }

.bw-process { color: white; background: var(--bw-mopane); }
.bw-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--bw-light-line); border-left: 1px solid var(--bw-light-line); }
.bw-process-grid li { min-height: 265px; padding: 25px; border-right: 1px solid var(--bw-light-line); border-bottom: 1px solid var(--bw-light-line); }
.bw-process-grid span { color: var(--bw-sand); font-family: var(--bw-serif); font-size: 30px; }
.bw-process-grid h3 { margin: 54px 0 12px; font-family: var(--bw-serif); font-size: 24px; font-weight: 500; line-height: 1.05; }
.bw-process-grid p { color: rgba(255,255,255,.57); font-size: 10px; }

.bw-proposal { background: var(--bw-paper); }
.bw-proposal-grid { display: grid; grid-template-columns: 1fr .72fr .72fr; align-items: start; gap: 6vw; }
.bw-proposal-grid > div:first-child > p:last-child { max-width: 430px; color: rgba(21,24,23,.6); }
.bw-check-column { padding-top: 46px; }
.bw-check-column h3 { margin: 0 0 20px; padding-bottom: 16px; border-bottom: 1px solid var(--bw-line); font-family: var(--bw-serif); font-size: 26px; font-weight: 600; }
.bw-check-column ul { margin: 0; padding: 0; list-style: none; }
.bw-check-column li { position: relative; padding: 11px 0 11px 25px; border-bottom: 1px solid rgba(21,24,23,.08); font-size: 11px; }
.bw-check-column li::before { content: "✓"; position: absolute; left: 0; color: var(--bw-copper); font-weight: 700; }

.bw-editorial { overflow: hidden; color: white; background: var(--bw-ink); }
.bw-editorial-grid { display: grid; grid-template-columns: 270px 1fr; gap: 8vw; align-items: center; }
.bw-editorial-number { color: transparent; font-family: var(--bw-serif); font-size: 118px; font-weight: 600; line-height: .66; -webkit-text-stroke: 1px rgba(217,194,156,.45); transform: rotate(-90deg); white-space: nowrap; }
.bw-editorial .bw-lead { max-width: 850px; margin: 35px 0; color: rgba(255,255,255,.75); font-family: var(--bw-serif); font-size: 25px; line-height: 1.4; }
.bw-editorial-columns { display: grid; grid-template-columns: repeat(2, 1fr); gap: 50px; padding-top: 25px; border-top: 1px solid var(--bw-light-line); }
.bw-editorial-columns p { color: rgba(255,255,255,.52); font-size: 11px; }

.bw-faq { background: var(--bw-canvas); }
.bw-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; align-items: start; }
.bw-faq-intro { position: sticky; top: 130px; }
.bw-faq-intro > p:last-child { max-width: 360px; color: rgba(21,24,23,.58); }
.bw-faq-list { border-top: 1px solid var(--bw-line); }
.bw-faq-list details { border-bottom: 1px solid var(--bw-line); }
.bw-faq-list summary { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: 24px 4px; cursor: pointer; list-style: none; font-family: var(--bw-serif); font-size: 23px; font-weight: 600; line-height: 1.2; }
.bw-faq-list summary::-webkit-details-marker { display: none; }
.bw-faq-list summary span { color: var(--bw-copper); font-family: var(--bw-sans); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.bw-faq-list details[open] summary span { transform: rotate(45deg); }
.bw-faq-list details p { max-width: 720px; margin: -4px 40px 24px 4px; color: rgba(21,24,23,.62); font-size: 12px; }

.bw-request { color: white; background: var(--bw-mopane); }
.bw-request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.bw-request-copy { position: sticky; top: 120px; }
.bw-request-copy > p:not(.bw-kicker) { max-width: 500px; color: rgba(255,255,255,.62); }
.bw-request-principles { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.bw-request-principles span { padding: 8px 10px; border: 1px solid var(--bw-light-line); color: var(--bw-sand); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.bw-form { position: relative; padding: 38px; background: var(--bw-paper); color: var(--bw-ink); }
.bw-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.bw-form label { display: grid; gap: 8px; margin-bottom: 18px; color: rgba(21,24,23,.62); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.bw-form input, .bw-form select, .bw-form textarea { width: 100%; min-height: 52px; padding: 12px 13px; border: 1px solid var(--bw-line); border-radius: 0; background: transparent; color: var(--bw-ink); font-size: 13px; text-transform: none; }
.bw-form textarea { resize: vertical; }
.bw-form-consent { grid-template-columns: 20px 1fr; align-items: start; gap: 12px; color: rgba(21,24,23,.72) !important; font-size: 10px !important; letter-spacing: 0 !important; line-height: 1.55; text-transform: none !important; }
.bw-form-consent input { width: 18px; min-height: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--bw-copper); }
.bw-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.bw-form button:disabled { cursor: not-allowed; opacity: .5; transform: none; }
.bw-form-note { margin: 12px 0 0; color: rgba(21,24,23,.46); font-size: 9px; text-align: center; }
.bw-form-status { min-height: 1.5em; margin: 14px 0 0; font-size: 11px; font-weight: 600; text-align: center; }
.bw-form-status.is-error { color: #8d2d22; }
.bw-form-status.is-success { color: #225d3b; }
.bw-form-success { position: absolute; inset: 0; z-index: 2; padding: 45px; display: grid; place-content: center; text-align: center; background: var(--bw-paper); }
.bw-form-success[hidden] { display: none; }
.bw-form-success strong { font-family: var(--bw-serif); font-size: 36px; }
.bw-form-success span { color: rgba(21,24,23,.55); font-size: 11px; }

.bw-footer { padding: 70px 0 26px; color: white; background: #0f1211; }
.bw-footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 6vw; padding-bottom: 55px; }
.bw-brand--footer { margin-bottom: 18px; }
.bw-footer-grid > * > strong { display: block; margin-bottom: 20px; color: var(--bw-sand); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.bw-footer-grid a:not(.bw-brand), .bw-footer-grid nav > span, .bw-footer-grid > div > p { display: block; margin: 8px 0; color: rgba(255,255,255,.48); font-size: 10px; text-decoration: none; }
.bw-brand--footer .bw-brand-mark { display: grid; margin: 0; font-size: 17px; }
.bw-footer-grid a:hover { color: white; }
.bw-footer-base { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--bw-light-line); color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.bw-mobile-cta { display: none; }

.bw-interior { min-height: 70vh; background: var(--bw-canvas); }
.bw-interior-hero { padding: 210px 0 105px; color: white; background: linear-gradient(135deg, var(--bw-ink), var(--bw-mopane)); }
.bw-interior-hero h1 { max-width: 900px; margin: 0; font-family: var(--bw-serif); font-size: clamp(56px, 7vw, 102px); font-weight: 500; letter-spacing: -.04em; line-height: .92; }
.bw-interior-hero > .bw-shell > p:not(.bw-eyebrow) { max-width: 700px; margin: 28px 0; color: rgba(255,255,255,.68); }
.bw-interior-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 9vw; align-items: start; }
.bw-entry-content, .bw-content-section { max-width: 780px; }
.bw-entry-content h2, .bw-content-section h2 { margin: 0 0 24px; font-family: var(--bw-serif); font-size: clamp(40px, 5vw, 66px); font-weight: 500; line-height: 1; }
.bw-entry-content h3, .bw-content-section h3 { margin-top: 42px; font-family: var(--bw-serif); font-size: 30px; }
.bw-entry-content p, .bw-entry-content li, .bw-content-section p { color: rgba(21,24,23,.68); }
.bw-content-section + .bw-content-section { margin-top: 70px; padding-top: 60px; border-top: 1px solid var(--bw-line); }
.bw-interior-aside { position: sticky; top: 115px; padding: 28px; border: 1px solid var(--bw-line); background: var(--bw-paper); }
.bw-interior-aside ul { margin: 18px 0 22px; padding: 0; list-style: none; }
.bw-interior-aside li { padding: 12px 0; border-bottom: 1px solid var(--bw-line); font-size: 11px; }
.bw-interior-aside li::before { content: "✓"; margin-right: 10px; color: var(--bw-copper); }
.bw-interior-aside > p:last-child { color: rgba(21,24,23,.45); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.bw-reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.bw-reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 1121px) {
  .bw-header { grid-template-columns: 260px 1fr auto; padding-inline: 48px; }
  .bw-brand { gap: 14px; }
  .bw-brand-mark { width: 46px; height: 46px; font-size: 19px; }
  .bw-brand strong { font-size: 16px; }
  .bw-brand small { font-size: 10px; }
  .bw-nav { gap: clamp(28px, 3.2vw, 56px); }
  .bw-nav a { font-size: 13.5px; }
  .bw-header-cta { min-height: 48px; padding-inline: 20px; font-size: 11px; }
  .bw-footer { padding-top: 82px; }
  .bw-footer-grid { grid-template-columns: 1.2fr .8fr .95fr 1.15fr; gap: clamp(52px, 5.5vw, 96px); padding-bottom: 62px; }
  .bw-brand--footer { margin-bottom: 24px; }
  .bw-brand--footer .bw-brand-mark { font-size: 19px; }
  .bw-footer-grid > * > strong { margin-bottom: 24px; font-size: 11px; }
  .bw-footer-grid a:not(.bw-brand), .bw-footer-grid nav > span, .bw-footer-grid > div > p { margin: 10px 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.6; }
  .bw-footer-grid > div:first-child > p { max-width: 300px; }
  .bw-footer-base { color: rgba(255,255,255,.46); font-size: 9.5px; }
}

@media (max-width: 1120px) {
  .bw-header { padding: 0 24px; grid-template-columns: 190px 1fr auto; }
  .bw-nav { gap: 20px; }
  .bw-route-card { display: none; }
  .bw-intent-grid { grid-template-columns: repeat(3, 1fr); }
  .bw-other-types ul { grid-template-columns: repeat(3, 1fr); }
  .bw-specialist-grid, .bw-route-builder-grid { gap: 55px; }
}

@media (max-width: 880px) {
  :root { --bw-shell: min(100% - 40px, 720px); }
  .bw-header { position: absolute; min-height: 78px; grid-template-columns: 1fr auto; }
  .bw-header-cta { display: none; }
  .bw-menu { display: block; z-index: 3; }
  .bw-nav { position: fixed; inset: 0; z-index: 2; padding: 110px 28px 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 22px; visibility: hidden; opacity: 0; background: var(--bw-ink); transition: opacity .2s ease, visibility .2s ease; }
  .bw-nav.is-open { visibility: visible; opacity: 1; }
  .bw-nav a { font-family: var(--bw-serif); font-size: 34px; font-weight: 500; }
  .bw-hero { min-height: 760px; height: 92svh; align-items: end; padding-bottom: 70px; }
  .bw-hero-content { padding-top: 110px; }
  .bw-hero-image { object-position: 63% center; }
  .bw-hero-shade { background: linear-gradient(0deg, rgba(9,12,11,.94) 0%, rgba(9,12,11,.65) 52%, rgba(9,12,11,.18) 100%); }
  .bw-hero h1 { font-size: clamp(52px, 10vw, 75px); }
  .bw-hero-copy { max-width: 570px; }
  .bw-concept-tag { display: none; }
  .bw-assurance-grid { grid-template-columns: repeat(2, 1fr); }
  .bw-assurance span:nth-child(3) { border-left: 1px solid var(--bw-light-line); border-top: 1px solid var(--bw-light-line); }
  .bw-assurance span:nth-child(4) { border-top: 1px solid var(--bw-light-line); }
  .bw-section { padding: 90px 0; }
  .bw-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .bw-specialist-grid, .bw-route-builder-grid, .bw-proposal-grid, .bw-editorial-grid, .bw-faq-grid, .bw-request-grid { grid-template-columns: 1fr; }
  .bw-specialist-map { min-height: 470px; }
  .bw-vehicle-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .bw-vehicle-media { aspect-ratio: 1.45; }
  .bw-other-types ul { grid-template-columns: repeat(2, 1fr); }
  .bw-route-builder-grid { gap: 45px; }
  .bw-brief-panel { max-width: 560px; }
  .bw-process-grid { grid-template-columns: repeat(2, 1fr); }
  .bw-proposal-grid { gap: 35px; }
  .bw-check-column { padding-top: 0; }
  .bw-editorial-number { display: none; }
  .bw-faq-grid { gap: 50px; }
  .bw-faq-intro, .bw-request-copy { position: static; }
  .bw-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .bw-interior-grid { grid-template-columns: 1fr; }
  .bw-interior-aside { position: static; max-width: 560px; }
}

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

@media (max-width: 560px) {
  :root { --bw-shell: calc(100% - 32px); }
  body { font-size: 15px; }
  .bw-header { padding: 0 16px; }
  .bw-brand-mark { width: 38px; height: 38px; }
  .bw-hero { min-height: 740px; padding-bottom: 42px; }
  .bw-hero-image { object-position: 68% center; }
  .bw-hero h1 { font-size: 52px; line-height: .9; }
  .bw-hero-copy { margin: 24px 0; font-size: 14px; }
  .bw-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .bw-hero-note { max-width: 310px; }
  .bw-assurance span { padding: 17px 12px; font-size: 8px; line-height: 1.4; }
  .bw-assurance i { display: block; margin: 0 0 5px; }
  .bw-section { padding: 72px 0; }
  .bw-section h2 { font-size: 48px; }
  .bw-section-head { margin-bottom: 38px; }
  .bw-intent-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; margin-right: -16px; padding-right: 16px; }
  .bw-intent { flex: 0 0 78vw; min-height: 275px; scroll-snap-align: start; border-top: 1px solid var(--bw-line); border-left: 1px solid var(--bw-line); }
  .bw-specialist-grid { gap: 45px; }
  .bw-specialist-map { min-height: 390px; }
  .bw-map-caption { left: 18px; right: 18px; bottom: 74px; gap: 18px; }
  .bw-map-caption small { max-width: 160px; }
  .bw-vehicle-media { aspect-ratio: 1.15; }
  .bw-vehicle-body { padding: 23px 20px; }
  .bw-vehicle-body > p:not(.bw-card-overline) { min-height: auto; }
  .bw-other-types ul { grid-template-columns: 1fr; }
  .bw-other-types li { min-height: auto; }
  .bw-route-builder-grid { gap: 38px; }
  .bw-brief-panel { padding: 24px 20px; }
  .bw-process-grid { grid-template-columns: 1fr; }
  .bw-process-grid li { min-height: auto; }
  .bw-process-grid h3 { margin-top: 25px; }
  .bw-editorial .bw-lead { font-size: 21px; }
  .bw-editorial-columns { grid-template-columns: 1fr; gap: 8px; }
  .bw-faq-list summary { font-size: 20px; }
  .bw-form { padding: 25px 18px; }
  .bw-form-row { grid-template-columns: 1fr; gap: 0; }
  .bw-footer { padding-bottom: 82px; }
  .bw-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .bw-footer-base { flex-direction: column; gap: 8px; }
  .bw-interior-hero { padding: 160px 0 75px; }
  .bw-mobile-cta { position: fixed; z-index: 15; left: 10px; right: 10px; bottom: 10px; min-height: 52px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(21,24,23,.18); background: var(--bw-sand); color: var(--bw-ink); box-shadow: 0 12px 30px rgba(0,0,0,.24); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .bw-reveal { opacity: 1; transform: none; }
}
