/* Bespoke Coach — shared stylesheet. Source of truth is scripts/generate.js; page markup is generated. */

@import url('https://fonts.googleapis.com/css2?family=Oswald:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&family=Barlow:wght@400;500;600;700&display=swap');

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #0c0c0d;
  color: #f3f2ee;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: #2bade3; }
a:hover { color: #5cc2ea; }

img { max-width: 100%; display: block; }

h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; margin: 0; }

button { font-family: inherit; }

.bc-container { max-width: 1400px; margin: 0 auto; padding: 0 48px; box-sizing: border-box; }
.bc-container-narrow { max-width: 1100px; margin: 0 auto; padding: 0 48px; box-sizing: border-box; }
.bc-container-med { max-width: 1200px; margin: 0 auto; padding: 0 48px; box-sizing: border-box; }

/* Header */
.bc-header { background: #0c0c0d; border-bottom: 1px solid rgba(255,255,255,0.09); position: sticky; top: 0; z-index: 50; width: 100%; }
.bc-header-inner { max-width: 1400px; margin: 0 auto; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; height: 84px; flex-wrap: wrap; gap: 16px; }
.bc-logo img { height: 26px; width: auto; }
.bc-nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.bc-nav-link { color: #f3f2ee; border-bottom: 1px solid transparent; transition: color .18s ease, border-color .18s ease; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; padding-bottom: 6px; white-space: nowrap; }
.bc-nav-link:hover, .bc-nav-link.bc-nav-active { color: #2bade3; border-bottom-color: #2bade3; }
.bc-nav-toggle { display: none; background: transparent; border: 1px solid rgba(255,255,255,.3); color: #f3f2ee; width: 40px; height: 40px; cursor: pointer; font-size: 18px; }

/* Footer */
.bc-footer { background: #0c0c0d; border-top: 1px solid rgba(255,255,255,0.09); width: 100%; }
.bc-footer-inner { max-width: 1400px; margin: 0 auto; padding: 44px 48px 32px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.bc-footer-nav { display: flex; gap: 22px; flex-wrap: wrap; justify-content: center; }
.bc-footer-link { transition: color .18s ease; color: rgba(243,242,238,.6); font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.bc-footer-link:hover { color: #f3f2ee; }
.bc-footer-social { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.bc-footer-link-social { transition: color .18s ease; color: rgba(243,242,238,.45); font-family: 'Barlow', sans-serif; font-size: 12px; letter-spacing: .04em; text-decoration: none; }
.bc-footer-link-social:hover { color: #f3f2ee; }
.bc-footer-copy { font-family: 'Barlow', sans-serif; font-size: 11px; letter-spacing: .04em; color: rgba(243,242,238,.3); }

/* Page hero band */
.bc-page-hero { position: relative; width: 100%; box-sizing: border-box; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; min-height: 160px; }
.bc-page-hero::before { content: ''; position: absolute; inset: 0; background: #050506; }
.bc-page-hero-inner { position: relative; max-width: 760px; }
.bc-page-hero h1 { font-family: 'Oswald', sans-serif; font-size: 56px; font-weight: 300; font-style: italic; letter-spacing: .02em; text-transform: uppercase; color: #f3f2ee; line-height: 1.05; margin: 0 0 2px; }
.bc-page-hero p { font-family: 'Barlow', sans-serif; font-size: 14px; line-height: 1.2; color: rgba(243,242,238,.55); margin: 0; }

/* Buttons */
.bc-btn { display: inline-block; font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: #f3f2ee; background: #2bade3; text-decoration: none; padding: 16px 32px; border: none; border-radius: 8px; cursor: pointer; transition: filter .18s ease, box-shadow .18s ease; }
.bc-btn:hover { filter: brightness(.85); box-shadow: 0 4px 10px rgba(0,0,0,.25); color: #f3f2ee; }
.bc-btn-outline { background: transparent; border: 1px solid rgba(243,242,238,.7); }
.bc-btn-sm { padding: 12px 24px; font-size: 13px; }
.bc-btn-orange { background: #c4632f; }

/* CTA band */
.bc-cta-wrap { background: #0c0c0d; padding: 64px 0 0; box-sizing: border-box; }
.bc-cta { background: #f3f2ee; clip-path: polygon(0 56px, 100% 0, 100% 100%, 0 100%); padding: 96px 48px 64px; text-align: center; }
.bc-cta h2 { font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 400; font-style: italic; letter-spacing: -.005em; text-transform: uppercase; color: #1a1611; margin: 0 0 16px; }
.bc-cta p { font-family: 'Barlow', sans-serif; font-size: 15px; color: rgba(26,22,17,.65); margin: 0 0 28px; }

/* Breadcrumbs */
.bc-breadcrumbs { max-width: 1400px; margin: 0 auto; padding: 18px 48px 0; font-family: 'Barlow', sans-serif; font-size: 12px; color: rgba(243,242,238,.45); }
.bc-breadcrumbs a { color: rgba(243,242,238,.6); text-decoration: none; }
.bc-breadcrumbs a:hover { color: #2bade3; }

/* Cards */
.bc-card { border: 1px solid rgba(255,255,255,0.1); }
.bc-card-body { padding: 22px; }
.bc-eyebrow { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #2bade3; margin-bottom: 8px; }

/* FAQ (native details/summary) */
.bc-faq-item { border-bottom: 1px solid rgba(255,255,255,0.09); }
.bc-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; cursor: pointer; list-style: none; padding: 24px 0; font-family: 'Oswald', sans-serif; font-size: 17px; font-weight: 600; color: #f3f2ee; }
.bc-faq-item summary::-webkit-details-marker { display: none; }
.bc-faq-item summary::after { content: '+'; font-size: 20px; color: #2bade3; flex-shrink: 0; }
.bc-faq-item[open] summary { color: #2bade3; }
.bc-faq-item[open] summary::after { content: '\2212'; }
.bc-faq-item p { font-family: 'Barlow', sans-serif; font-size: 16px; line-height: 1.7; color: rgba(243,242,238,.72); margin: 0 0 26px; }

/* Gallery */
.bc-filter-bar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.bc-filter-btn { font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; background: transparent; color: rgba(243,242,238,.65); border: 1px solid rgba(255,255,255,.18); padding: 9px 16px; cursor: pointer; }
.bc-filter-btn.is-active { background: #2bade3; color: #f3f2ee; border-color: #2bade3; }
.bc-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.bc-gallery-photo { position: relative; display: block; width: 100%; aspect-ratio: 4/3; background: repeating-linear-gradient(135deg, #16161a, #16161a 12px, #1d1d22 12px, #1d1d22 24px); border: none; padding: 0; overflow: hidden; text-decoration: none; }
.bc-gallery-photo img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.bc-gallery-photo:hover img { transform: scale(1.04); }
.bc-gallery-photo-label { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; text-align: center; padding: 10px; }
.bc-gallery-tag { position: absolute; right: 10px; bottom: 10px; background: rgba(10,10,11,.72); border: 1px solid rgba(255,255,255,.2); padding: 7px 12px; font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #f3f2ee; }
.bc-gallery-name { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; color: #f3f2ee; margin-bottom: 2px; }
.bc-gallery-meta { font-family: 'Barlow', sans-serif; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: rgba(243,242,238,.45); }
.bc-gallery-detail-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; }
.bc-gallery-detail-photo { width: 100%; aspect-ratio: 4/3; background: repeating-linear-gradient(135deg, #16161a, #16161a 12px, #1d1d22 12px, #1d1d22 24px); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; text-align: center; }
.bc-gallery-detail-photo-btn { position: relative; width: 100%; aspect-ratio: 4/3; padding: 0; border: 1px solid rgba(255,255,255,.1); background: #141416; cursor: pointer; overflow: hidden; }
.bc-gallery-detail-photo-btn img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.bc-gallery-detail-photo-btn:hover img { transform: scale(1.04); }
.bc-gallery-detail-empty { width: 100%; padding: 64px 24px; text-align: center; border: 1px dashed rgba(255,255,255,.15); color: rgba(243,242,238,.45); font-family: 'Barlow', sans-serif; font-size: 14px; letter-spacing: .02em; text-transform: uppercase; }

.bc-lightbox { position: fixed; inset: 0; background: rgba(4,4,5,.95); z-index: 300; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 56px 16px 24px; }
.bc-lightbox[hidden] { display: none; }
.bc-lightbox-header { text-align: center; }
.bc-lightbox-title { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; color: #f3f2ee; }
.bc-lightbox-tag { font-family: 'Barlow', sans-serif; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: rgba(243,242,238,.5); margin-top: 2px; }
.bc-lightbox-stage { position: relative; display: flex; align-items: center; justify-content: center; max-width: 90vw; min-height: 0; flex: 1 1 auto; }
.bc-lightbox-image { max-width: 90vw; max-height: 100%; object-fit: contain; }
.bc-lightbox-close { position: absolute; top: 20px; right: 24px; background: transparent; border: 1px solid rgba(255,255,255,.3); color: #f3f2ee; width: 40px; height: 40px; font-size: 22px; line-height: 1; cursor: pointer; }
.bc-lightbox-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(10,10,11,.85); border: 2px solid rgba(255,255,255,.55); border-radius: 50%; color: #f3f2ee; width: 52px; height: 52px; font-size: 28px; line-height: 1; cursor: pointer; box-shadow: 0 2px 12px rgba(0,0,0,.5); transition: background .15s ease, border-color .15s ease; }
.bc-lightbox-nav:hover { background: #2bade3; border-color: #2bade3; }
.bc-lightbox-prev { left: 10px; }
.bc-lightbox-next { right: 10px; }
.bc-lightbox-counter { font-family: 'Barlow', sans-serif; font-size: 13px; letter-spacing: .04em; color: rgba(243,242,238,.6); }
.bc-lightbox-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 90vw; padding: 2px; }
.bc-lightbox-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; padding: 0; border: 1px solid rgba(255,255,255,.4); background: transparent; cursor: pointer; }
.bc-lightbox-dot.is-active { background: #f3f2ee; border-color: #f3f2ee; }
@media (max-width: 700px) {
  .bc-lightbox-nav { width: 42px; height: 42px; font-size: 22px; }
  .bc-lightbox-prev { left: 4px; }
  .bc-lightbox-next { right: 4px; }
  .bc-lightbox-thumb { width: 48px; height: 36px; }
}

/* Builder */
.bc-stepper { display: flex; align-items: center; justify-content: center; gap: 7px; flex-wrap: wrap; }
.bc-step { display: flex; align-items: center; gap: 7px; }
.bc-step-btn { display: flex; align-items: center; gap: 9px; background: transparent; border: none; cursor: pointer; padding: 4px; }
.bc-step-circle { width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); color: rgba(243,242,238,.4); display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 700; flex-shrink: 0; transition: box-shadow .18s ease; }
.bc-step-btn.is-current .bc-step-circle { background: #2bade3; color: #f3f2ee; border-color: #2bade3; }
.bc-step-btn.is-done .bc-step-circle { background: rgba(43,173,227,.65); color: #0c0c0d; border-color: rgba(43,173,227,.65); }
.bc-step-btn:hover .bc-step-circle { box-shadow: 0 0 0 3px rgba(43,173,227,.35); }
.bc-step-label { font-family: 'Oswald', sans-serif; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; color: rgba(243,242,238,.4); white-space: nowrap; transition: color .18s ease; }
.bc-step-btn.is-current .bc-step-label, .bc-step-btn.is-done .bc-step-label, .bc-step-btn:hover .bc-step-label { color: #f3f2ee; }
.bc-step-connector { width: 23px; height: 1px; background: rgba(255,255,255,.15); }
.bc-builder-layout { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: start; }
.bc-builder-group-title { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #f3f2ee; margin-bottom: 10px; }
.bc-builder-group-subtitle { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(243,242,238,.5); line-height: 1.6; margin: 0 0 16px; max-width: 760px; }
.bc-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bc-option-card { position: relative; text-align: left; display: flex; flex-direction: column; background: #141416; border: 1px solid rgba(255,255,255,.1); padding: 0; cursor: pointer; overflow: hidden; transition: border-color .18s ease; }
.bc-option-card:hover { border-color: #2bade3; }
.bc-option-card.is-selected { background: rgba(43,173,227,.08); border-color: #2bade3; }
.bc-option-check { position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border-radius: 50%; background: #2bade3; color: #f3f2ee; display: none; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; z-index: 1; }
.bc-option-card.is-selected .bc-option-check { display: flex; }
.bc-option-photo { width: 100%; aspect-ratio: 4/3; background: repeating-linear-gradient(135deg, #1a1a1e, #1a1a1e 10px, #212126 10px, #212126 20px); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.3); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.bc-option-photo.has-photo { aspect-ratio: auto; height: auto; background: #f3f2ee; display: block; }
.bc-option-photo.has-photo.fit-box { aspect-ratio: 3/2; height: auto; object-fit: contain; background: #ffffff; }
.bc-option-body { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.bc-option-name { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; color: #f3f2ee; margin-bottom: 6px; }
.bc-option-desc { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(243,242,238,.55); line-height: 1.5; margin-bottom: 12px; flex: 1; }
.bc-option-price { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; color: #2bade3; white-space: nowrap; }
.bc-builder-nav { display: flex; justify-content: space-between; margin-top: 8px; }
.bc-sidebar { position: sticky; top: 100px; background: #10191f; border: 1px solid rgba(255,255,255,.08); padding: 24px; }
.bc-sidebar-label { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(243,242,238,.45); margin-bottom: 6px; }
.bc-sidebar-title { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 700; color: #f3f2ee; margin-bottom: 6px; }
.bc-sidebar-subtitle { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(243,242,238,.5); margin-bottom: 20px; line-height: 1.5; }
.bc-sidebar-rows { border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.bc-sidebar-row { display: flex; justify-content: space-between; gap: 8px; font-family: 'Barlow', sans-serif; font-size: 14px; }
.bc-sidebar-row-name { color: rgba(243,242,238,.6); }
.bc-sidebar-row-price { color: #2bade3; text-align: right; white-space: nowrap; }
.bc-sidebar-total { border-top: 1px solid rgba(255,255,255,.1); padding-top: 16px; display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px; }
.bc-summary-table { border: 1px solid rgba(255,255,255,.1); margin-bottom: 32px; }
.bc-summary-row { display: flex; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,.08); }
.bc-always-included { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; }
.bc-always-included-row { display: flex; align-items: flex-start; gap: 10px; font-family: 'Barlow', sans-serif; font-size: 14px; color: rgba(243,242,238,.75); }

/* Forms */
.bc-form { display: flex; flex-direction: column; gap: 16px; }
.bc-form[hidden] { display: none; }
.bc-form input, .bc-form textarea { background: #141416; border: 1px solid rgba(255,255,255,.12); color: #f3f2ee; font-size: 15px; padding: 14px 16px; box-sizing: border-box; font-family: 'Barlow', sans-serif; width: 100%; }
.bc-form input::placeholder, .bc-form textarea::placeholder { color: rgba(243,242,238,.35); }
.bc-form input:-webkit-autofill, .bc-form input:-webkit-autofill:hover, .bc-form input:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 1000px #141416 inset; -webkit-text-fill-color: #f3f2ee; caret-color: #f3f2ee; transition: background-color 5000s ease-in-out 0s; }
.bc-form-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bc-form-success { border: 1px solid #2bade3; padding: 24px; text-align: center; }
.bc-form-success-title { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #f3f2ee; margin-bottom: 8px; }

/* Contact page */
.bc-contact-grid { max-width: 1200px; margin: 0 auto; padding: 32px 48px 88px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.bc-contact-label { font-family: 'Barlow', sans-serif; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; color: rgba(243,242,238,.5); margin-bottom: 6px; }
.bc-contact-value { font-family: 'Barlow', sans-serif; font-size: 20px; color: #f3f2ee; text-decoration: none; display: block; line-height: 1.5; }
.bc-directions { display: flex; align-items: center; gap: 16px; text-decoration: none; border: 1px solid #2bade3; padding: 18px 20px; box-sizing: border-box; margin-top: auto; }

/* News */
.bc-news-list { max-width: 1100px; margin: 0 auto; padding: 56px 48px 96px; }
.bc-news-item { display: grid; grid-template-columns: 280px 1fr; gap: 32px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.09); align-items: start; }
.bc-news-photo { width: 100%; aspect-ratio: 16/10; display: block; object-fit: cover; }
.bc-news-detail-photo { object-fit: cover; display: block; }
.bc-news-meta { font-family: 'Barlow', sans-serif; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: rgba(243,242,238,.4); margin-bottom: 8px; }
.bc-news-title { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; color: #f3f2ee; margin: 0 0 22px; }
.bc-news-excerpt { font-family: 'Barlow', sans-serif; font-size: 15px; color: rgba(243,242,238,.65); line-height: 1.65; margin: 0 0 14px; }
.bc-news-link { display: inline-block; font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #2bade3; text-decoration: none; }
.bc-news-article { max-width: 1100px; margin: 0 auto; padding: 56px 48px 96px; }
.bc-news-article-title { font-family: 'Oswald', sans-serif; font-size: 34px; font-weight: 700; font-style: italic; text-transform: uppercase; color: #f3f2ee; margin: 0 0 14px; line-height: 1.2; }
.bc-news-article-body { font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.8; color: rgba(243,242,238,.78); }
.bc-news-article-body p { margin: 0 0 20px; }
.bc-news-article-body h3 { font-family: 'Oswald', sans-serif; font-size: 20px; font-weight: 600; text-transform: uppercase; letter-spacing: .03em; color: #f3f2ee; margin: 32px 0 14px; }
.bc-news-article-body ul { margin: 0 0 20px; padding-left: 22px; }
.bc-news-article-body li { margin-bottom: 8px; }
.bc-news-feature { display: flex; gap: 48px; align-items: center; margin: 0; padding: 48px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.bc-news-feature:last-of-type { border-bottom: none; }
.bc-news-feature-reverse { flex-direction: row-reverse; }
.bc-news-feature-media { flex: 0 0 42%; }
.bc-news-feature-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border: 1px solid rgba(255,255,255,.1); }
.bc-news-feature-media-stack { display: flex; flex-direction: column; gap: 16px; }
.bc-news-feature-media-stack img { aspect-ratio: 4/3; }
.bc-news-feature-placeholder { width: 100%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; border: 1px dashed rgba(255,255,255,.15); color: rgba(243,242,238,.4); font-family: 'Barlow', sans-serif; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; text-align: center; }
.bc-news-feature-text { flex: 1; min-width: 0; }
.bc-news-feature-text h3 { margin-top: 0; }
@media (max-width: 760px) {
  .bc-news-feature, .bc-news-feature-reverse { flex-direction: column; }
  .bc-news-feature-media { flex: none; width: 100%; }
}
.bc-news-float-photos { float: right; width: 260px; margin: 4px 0 24px 32px; }
.bc-news-float-photos img { width: 100%; display: block; margin-bottom: 16px; background: #fff; }
.bc-news-float-photos img:last-child { margin-bottom: 0; }
@media (max-width: 640px) {
  .bc-news-float-photos { float: none; width: 100%; margin: 16px 0; }
}

/* About */
.bc-timeline { display: flex; flex-direction: column; gap: 26px; }
.bc-timeline-row { display: grid; grid-template-columns: 64px 1fr; gap: 16px; }
.bc-timeline-year { font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 700; color: #2bade3; }
.bc-timeline-text { font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.8; color: rgba(243,242,238,.78); margin: 0; }
.bc-process { display: flex; align-items: flex-start; }
.bc-process-step { flex: 1; text-align: center; }
.bc-process-num { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #2bade3; color: #2bade3; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; margin: 0 auto 14px; }
.bc-process-connector { flex: 0 0 40px; height: 1px; background: rgba(255,255,255,.15); margin-top: 19px; }
.bc-process-title { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #f3f2ee; margin-bottom: 8px; }
.bc-process-desc { font-family: 'Barlow', sans-serif; font-size: 13px; color: rgba(243,242,238,.55); line-height: 1.5; margin: 0; }

/* For sale */
.bc-forsale-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.bc-forsale-price { font-family: 'Barlow', sans-serif; font-size: 18px; color: #f3f2ee; margin-bottom: 18px; }
.bc-camper-cross { max-width: 680px; margin: 0 auto; display: grid; grid-template-columns: 346px 1fr; gap: 28px; align-items: stretch; border: 1px solid rgba(196,99,47,.5); }

.bc-forsale-photos { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-top: 28px; }
.bc-forsale-photos img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; border: 1px solid rgba(255,255,255,.1); }
.bc-forsale-detail-price { font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700; color: #2bade3; margin-bottom: 18px; }
.bc-forsale-detail-desc { font-family: 'Barlow', sans-serif; font-size: 16px; line-height: 1.75; color: rgba(243,242,238,.8); margin: 0 0 8px; }
.bc-spec-section { border: 1px solid rgba(255,255,255,.1); background: #101012; padding: 28px 32px; margin-top: 28px; }
.bc-spec-title { font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #f3f2ee; margin: 0 0 18px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.bc-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px 32px; margin: 0; padding: 0; list-style: none; }
.bc-spec-item { font-family: 'Barlow', sans-serif; font-size: 14px; line-height: 1.5; color: rgba(243,242,238,.75); padding-left: 22px; position: relative; }
.bc-spec-item::before { content: "\2713"; position: absolute; left: 0; top: 0; color: #2bade3; font-weight: 700; }
@media (max-width: 700px) { .bc-spec-grid { grid-template-columns: 1fr; } }

/* Rental */
.bc-rental-benefits-row { max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.bc-rental-benefit { flex: 1 1 300px; max-width: 380px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0; }
.bc-rental-benefit svg { margin-bottom: 16px; }
.bc-rental-benefit-title { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: #f3f2ee; margin-bottom: 8px; }
.bc-partner-grid { max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.bc-partner-card { flex: 1 1 320px; max-width: 420px; display: grid; grid-template-columns: 170px 1fr; gap: 20px; align-items: center; border: 1px solid rgba(255,255,255,.12); padding: 20px; box-sizing: border-box; text-align: left; }
.bc-partner-card > div:last-child { min-width: 0; overflow-wrap: break-word; }
.bc-partner-logo { width: 100%; height: 96px; display: flex; align-items: center; justify-content: center; }
.bc-partner-name { font-family: 'Oswald', sans-serif; font-size: 17px; letter-spacing: .02em; text-transform: uppercase; color: #f3f2ee; margin-bottom: 6px; }

/* Home */
.bc-hero { position: relative; width: 100%; height: 660px; box-sizing: border-box; overflow: hidden; }
.bc-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.bc-hero-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12,12,13,.55) 0%, rgba(12,12,13,.4) 40%, rgba(12,12,13,.92) 100%); }
.bc-hero-inner { position: relative; max-width: 1400px; margin: 0 auto; height: 100%; padding: 0 48px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; padding-bottom: 60px; }
.bc-hero-eyebrow { font-family: 'Oswald', sans-serif; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #2bade3; margin-bottom: 18px; }
.bc-hero h1 { font-family: 'Oswald', sans-serif; font-size: 58px; font-weight: 700; font-style: italic; letter-spacing: -.01em; text-transform: uppercase; color: #f3f2ee; margin: 0 0 20px; max-width: 860px; line-height: 1.15; }
.bc-hero p { font-family: 'Barlow', sans-serif; font-size: 19px; color: #f3f2ee; max-width: 640px; line-height: 1.5; margin: 0 0 32px; }
.bc-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.bc-trust-band { background: #f3f2ee; padding: 88px 48px; box-sizing: border-box; clip-path: polygon(0 56px, 100% 0, 100% calc(100% - 56px), 0 100%); margin-top: -100px; position: relative; }
.bc-trust-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.bc-trust-item { text-align: center; }
.bc-trust-icon { height: 64px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.bc-trust-title { font-family: 'Oswald', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #1a1611; margin-bottom: 8px; }
.bc-trust-text { font-family: 'Barlow', sans-serif; font-size: 15px; color: rgba(26,22,17,.65); line-height: 1.6; margin: 0; }
.bc-brands { max-width: 1400px; margin: 0 auto; padding: 64px 48px 48px; }
.bc-brands-head { text-align: center; margin-bottom: 28px; }
.bc-brands-row { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
.bc-brand-tile { flex: 1; min-width: 260px; max-width: 340px; display: block; position: relative; transition: filter .18s ease, box-shadow .18s ease; }
.bc-brand-tile:hover { filter: brightness(.85); box-shadow: 0 4px 10px rgba(0,0,0,.25); }
.bc-brand-tile img { width: 100%; height: auto; border-radius: 10px; }
.bc-brand-tile-arrow { position: absolute; top: 10px; right: 10px; width: 26px; height: 26px; border-radius: 50%; background: rgba(12,12,13,.55); display: flex; align-items: center; justify-content: center; font-size: 13px; color: #f3f2ee; }
.bc-bespoke-quote { max-width: 900px; margin: 0 auto; padding: 64px 48px; text-align: center; }
.bc-bespoke-quote h2 { font-family: 'Barlow', sans-serif; font-size: 28px; font-weight: 700; color: #f3f2ee; line-height: 1.35; margin: 0 auto 36px; max-width: 640px; }
.bc-bespoke-quote-def { font-family: 'Oswald', sans-serif; font-style: italic; color: #2bade3; }
.bc-bespoke-quote-phon { font-weight: 400; color: rgba(243,242,238,.45); font-size: 20px; }
.bc-bespoke-quote p { font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.75; color: #f3f2ee; margin: 0; }

@media (max-width: 900px) {
  .bc-header-inner { padding: 0 20px; height: auto; min-height: 64px; }
  .bc-container, .bc-container-narrow, .bc-container-med, .bc-contact-grid, .bc-breadcrumbs { padding-left: 20px; padding-right: 20px; }
  .bc-nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: 4px; padding: 12px 0 16px; }
  .bc-nav.is-open { display: flex; }
  .bc-nav-toggle { display: block; }
  .bc-builder-layout, .bc-contact-grid, .bc-rental-benefits-row, .bc-trust-grid, .bc-forsale-grid, .bc-always-included, .bc-gallery-grid, .bc-camper-cross { grid-template-columns: 1fr !important; }
  .bc-sidebar { position: static; }
  .bc-option-grid { grid-template-columns: repeat(2, 1fr); }
  .bc-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .bc-news-item { grid-template-columns: 1fr; }
  .bc-hero h1 { font-size: 32px; }
  .bc-page-hero h1 { font-size: 34px; }
}
