:root {
    --bf-red: #f52b20;
    --bf-black: #080808;
    --bf-card: #171717;
    --bf-ink: #151515;
    --bf-muted: #6a6a6a;
    --bf-line: #d2d2d2;
    --bf-soft: #f3f3f2;
    --bf-white: #fff;
    --bf-wrap: 1180px;
}

.bf-page, .bf-page * { box-sizing: border-box; }
.bf-page { overflow: hidden; background: #fff; color: var(--bf-ink); font-family: Inter, Arial, sans-serif; }
.bf-page :where(h1,h2,h3,h4,p,a,button,input,summary,small,strong,span) { font-family: Inter, Arial, sans-serif; }
.bf-page a { color: inherit; text-decoration: none; text-underline-offset: 3px; }
.bf-page img { max-width: 100%; }
.bf-wrap { width: min(calc(100% - 40px), var(--bf-wrap)); margin-inline: auto; }
.bf-page span.bf-eyebrow { display: block; margin: 0 0 17px; color: #666; font-size: 11px; font-weight: 800; line-height: 1.3; letter-spacing: .14em; text-transform: uppercase; }
.bf-page .bf-section-heading { max-width: 780px; margin: 0 0 40px; }
.bf-page .bf-section-heading h2, .bf-page .bf-prose h2, .bf-page .bf-brand-guide__content h2, .bf-page .bf-cta h2 { margin: 0 0 16px; color: inherit; font-size: 50px; font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.bf-page .bf-section-heading p { max-width: 740px; margin: 0; color: var(--bf-muted); font-size: 17px; line-height: 1.6; }
.bf-page .bf-section-heading--split { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 80px; }
.bf-page .bf-section-heading--split > div { flex: 1; }
.bf-page .bf-section-heading--split > div h2 { margin-bottom: 0; }
.bf-page .bf-section-heading--split > p { flex: 0 1 440px; margin-bottom: 0; }
.bf-page .bf-section { padding: 96px 0; }
.bf-page a.bf-button, .bf-page button.bf-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 20px; border: 0; border-radius: 0; background: var(--bf-red); color: #fff; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; }
.bf-page a.bf-button:hover, .bf-page button.bf-button:hover, .bf-page .bf-button:focus-visible { background: #111; }
.bf-page a.bf-button--dark, .bf-page button.bf-button--dark { margin-top: 4px; background: #111; }
.bf-page a.bf-button--dark:hover, .bf-page button.bf-button--dark:hover, .bf-page .bf-button--dark:focus-visible { background: var(--bf-red); }
.bf-page .bf-button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.bf-page a.bf-button--ghost, .bf-page button.bf-button--ghost { border: 1px solid #565656; background: transparent; color: #fff; }
.bf-page a.bf-button--ghost:hover, .bf-page button.bf-button--ghost:hover, .bf-page .bf-button--ghost:focus-visible { border-color: var(--bf-red); background: transparent; color: var(--bf-red); }

/* Billack hero */
.bf-page .bf-hero { padding: 72px 0 64px; background: var(--bf-black); color: #fff; }
.bf-page--billack .bf-hero { padding: 72px 0; background: #111; }
.bf-page .bf-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 410px; gap: 80px; align-items: center; }
.bf-page .bf-hero__grid--single { grid-template-columns: minmax(0, 780px); }
.bf-page--billack .bf-hero__grid { grid-template-columns: 1.25fr .75fr; gap: 90px; }
.bf-page .bf-breadcrumb { display: flex; gap: 9px; margin: 0 0 27px; color: #b8b8b8; font-size: 13px; }
.bf-page .bf-breadcrumb > a { color: inherit; text-decoration: none; }
.bf-page .bf-hero span.bf-eyebrow { margin-bottom: 27px; color: var(--bf-red); }
.bf-page .bf-hero h1 { max-width: 720px; margin: 0 0 28px; color: #fff; font-size: 72px; font-weight: 400; line-height: 1.08; letter-spacing: -.055em; }
.bf-page .bf-hero h1 em { color: var(--bf-red); font-style: normal; display: inline; }
.bf-page .bf-hero h1 em { color: var(--bf-red); font-style: normal; }
.bf-page .bf-lead { max-width: 690px; color: #d1d1d1; font-size: 18px; font-weight: 600; line-height: 1.75; }
.bf-page .bf-lead p { margin: 0; }
.bf-page .bf-lead > p { font-size: inherit; font-weight: inherit; line-height: inherit; color: inherit; }
.bf-page .bf-hero__benefits { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 42px 0 0; padding: 24px 0 0; border-top: 1px solid #333; color: #bbb; font-size: 14px; list-style: none; }
.bf-page .bf-hero__benefits li::before { content: "✓"; margin-right: 4px; color: #ddd; }
.bf-page--billack .bf-breadcrumb { margin-bottom: 18px; }
.bf-page--billack .bf-hero__content > .bf-eyebrow { margin-bottom: 0; }
.bf-page--billack .bf-hero h1 { margin: 18px 0 24px; font-size: clamp(48px,5.5vw,72px); line-height: 1.1; letter-spacing: -.04em; }
.bf-page--billack .bf-lead { color: #ccc; font-size: 19px; font-weight: 400; line-height: 1.7; }
.bf-page .bf-hero__action { position: relative; min-width: 0; height: 540px; overflow: hidden; padding: 24px 34px; background: #fff; color: var(--bf-ink); }
.bf-page .bf-hero__action > span.bf-eyebrow { margin-top: 62px; margin-bottom: 15px; color: #6c6c6c; }
.bf-page .bf-hero__action h2 { max-width: 330px; margin: 0 0 12px; color: var(--bf-ink); font-size: 30px; font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.bf-page .bf-hero__action > p { margin: 0 0 24px; color: #666; font-size: 16px; line-height: 1.5; }
.bf-page .bf-hero__lookup { min-width: 0; }
.bf-page .bf-hero__action .bf-reglookup__top { position: absolute; top: 24px; right: 34px; left: 34px; }
.bf-page .bf-hero__action.is-step-2 > .bf-eyebrow, .bf-page .bf-hero__action.is-step-2 > h2, .bf-page .bf-hero__action.is-step-2 > p, .bf-page .bf-hero__action.is-step-2 .bf-hero__quicklinks { display: none; }
.bf-page .bf-hero__action.is-step-2 .bf-hero__lookup { margin-top: 38px; }
.bf-page .bf-hero__quicklinks { margin-top: 0; border-top: 1px solid #d5d5d5; }
.bf-page .bf-hero__quicklinks a { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 50px; border-bottom: 1px solid #d5d5d5; color: #111; font-size: 14px; font-weight: 700; text-decoration: none; }
.bf-page .bf-hero__quicklinks a:last-child { border-bottom: 0; }
.bf-page .bf-hero__quicklinks > a > b { color: var(--bf-red); font-size: 17px; font-weight: 400; }

/* Brand and color heroes */
.bf-page .bf-hero--light { background: var(--bf-soft); color: var(--bf-ink); }
.bf-page .bf-hero--light .bf-breadcrumb { color: #666; }
.bf-page .bf-hero--light h1 { color: var(--bf-ink); }
.bf-page .bf-hero--light .bf-lead { color: #555; }
.bf-page .bf-hero--light .bf-button--ghost { border-color: #777; color: #111; }
.bf-page .bf-hero--brand { padding: 55px 0 80px; background: #101010; }
.bf-page .bf-hero--brand .bf-hero__grid { grid-template-columns: 1.4fr .7fr; gap: 80px; }
.bf-page .bf-hero--brand span.bf-eyebrow { color: var(--bf-red); }
.bf-page .bf-hero--brand h1 { margin-top: 20px; }
.bf-page .bf-hero--brand .bf-lead { font-weight: 400; }
.bf-page .bf-brand-logo { display: grid; min-height: 260px; place-items: center; }
.bf-page .bf-brand-logo img { display: block; width: min(230px, 72%); height: auto; max-height: 220px; object-fit: contain; }
.bf-page .bf-color-hero { padding: 55px 0 80px; background: #101010; }
.bf-page .bf-color-hero .bf-hero__grid { grid-template-columns: 1.35fr .65fr; gap: 80px; }
.bf-page .bf-color-hero h1 em { display: block; color: var(--bf-red); }
.bf-page .bf-color-intro { max-width: 650px; margin: 0 0 28px; color: #d2d2d2; font-size: 19px; line-height: 1.65; }
.bf-page .bf-color-facts { display: flex; margin-top: 35px; border-block: 1px solid #333; }
.bf-page .bf-color-facts span { padding: 16px 30px 16px 0; margin-right: 30px; border-right: 1px solid #333; color: #888; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.bf-page .bf-color-facts span + span { padding-left: 0; }
.bf-page .bf-color-facts span:last-child { border-right: 0; }
.bf-page .bf-color-facts b { display: block; color: #fff; font-size: 16px; letter-spacing: 0; text-transform: none; }
.bf-page .bf-color-swatch { padding: 16px; border: 1px solid #3a3a3a; }
.bf-page .bf-color-swatch > div { height: 250px; border: 1px solid #ddd; background: var(--bf-swatch); }
.bf-page .bf-color-swatch span, .bf-page .bf-color-swatch small { display: block; }
.bf-page .bf-color-swatch span { margin-top: 13px; color: #fff; font-weight: 700; }
.bf-page .bf-color-swatch small { color: #888; }

/* Registration component */
.bf-page .bf-reglookup [hidden] { display: none; }
.bf-page .bf-reglookup__panel, .bf-page .bf-reglookup__products { min-width: 0; }
.bf-page .bf-reglookup__products { display: grid; }
.bf-page .bf-reglookup__top { display: flex; min-height: 16px; align-items: center; justify-content: space-between; gap: 16px; margin: 0 0 10px; }
.bf-page .bf-reglookup__progress { display: flex; width: 82px; gap: 4px; }
.bf-page .bf-reglookup__progress i { height: 3px; flex: 1; background: #ddd; }
.bf-page .bf-reglookup__progress i.is-active { background: var(--bf-red); }
.bf-page .bf-reglookup__reset { flex: 0 0 auto; padding: 0; border: 0; background: none; color: #666; font: 400 11px/1.2 Inter, Arial, sans-serif; text-decoration: underline; cursor: pointer; }
.bf-page .bf-reglookup__form { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
.bf-page .bf-reglookup input { width: 100%; height: 56px; padding: 0 16px; border: 1px solid #bbb; border-radius: 0; background: #fff; color: #111; font: 17px/1 Inter, Arial, sans-serif; text-transform: uppercase; }
.bf-page .bf-reglookup input:focus { border-color: #222; outline: 1px solid #222; outline-offset: -1px; }
.bf-page .bf-reglookup__form .bf-button { height: 56px; min-height: 56px; padding-inline: 21px; }
.bf-page .bf-reglookup__status { min-height: 18px; margin-top: 7px; color: #666; font-size: 12px; line-height: 1.4; }
.bf-page .bf-reglookup__vehicle-summary { padding: 2px 0 10px; border-bottom: 1px solid #ddd; }
.bf-page .bf-reglookup__found { display: block; margin-bottom: 3px; color: #666; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bf-page .bf-reglookup__vehicle { display: block; color: #111; font-size: clamp(24px,2vw,30px); font-weight: 400; line-height: 1.06; overflow-wrap: anywhere; outline: 0; }
.bf-page .bf-reglookup__details { display: block; margin-top: 3px; color: #777; font-size: 13px; overflow-wrap: anywhere; }
.bf-page a.bf-reglookup__product { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 10px 0; border-bottom: 1px solid #ddd; background: #fff; color: #111; text-decoration: none; }
.bf-page a.bf-reglookup__product:last-child { border-bottom: 0; }
.bf-page a.bf-reglookup__product:hover { background: #f6f6f4; }
.bf-page .bf-reglookup__product-image { display: grid; width: 120px; height: 90px; place-items: center; overflow: hidden; }
.bf-page .bf-reglookup__product-image img { display: block; max-width: 120px; max-height: 90px; width: auto; height: auto; object-fit: contain; }
.bf-page .bf-reglookup__product-content { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.bf-page .bf-reglookup__product-kicker { display: block; color: #666; font-size: 12px; font-weight: 400; white-space: normal; overflow: visible; }
.bf-page .bf-reglookup__product-content > strong { font-size: 18px; font-weight: 700; line-height: 1.25; overflow: visible; }
.bf-page .bf-reglookup__product-price { display: flex; align-items: baseline; gap: 5px; color: var(--bf-red); font-size: 14px; font-weight: 800; }
.bf-page .bf-reglookup__product-price small { color: var(--bf-red); font-size: 11px; }
.bf-page .bf-reglookup__product-arrow { margin-right: 8px; color: var(--bf-red); font-size: 21px; }
.bf-page .bf-reglookup__empty { margin: 14px 0 0; color: #666; font-size: 13px; line-height: 1.5; }
.bf-page .bf-section--registration { background: var(--bf-soft); }
.bf-page .bf-registration { display: grid; grid-template-columns: minmax(0,.8fr) minmax(430px,1.2fr); gap: 80px; align-items: start; }
.bf-page .bf-registration .bf-section-heading { margin: 0; }
.bf-page .bf-registration__lookup { padding: 31px 34px; background: #fff; }

/* Popular brands */
.bf-page .bf-section--brands { background: #fff; }
.bf-page .bf-link-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--bf-line); border-left: 1px solid var(--bf-line); }
.bf-page .bf-link-grid > a { display: flex; min-height: 62px; align-items: center; justify-content: space-between; gap: 16px; padding: 20px; border-right: 1px solid var(--bf-line); border-bottom: 1px solid var(--bf-line); background: transparent; color: #111; font-size: 15px; font-weight: 700; text-decoration: none; }
.bf-page .bf-link-grid a b { color: #999; font-size: 19px; font-weight: 400; }
.bf-page .bf-link-grid > a:hover { background: #111; color: #fff; }
.bf-page .bf-link-grid > a:hover b { color: var(--bf-red); }
.bf-page .bf-brand-reg-cta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-top: 24px; padding: 25px 28px; background: #f2f2f0; }
.bf-page .bf-brand-reg-cta .bf-eyebrow { margin-bottom: 5px; }
.bf-page .bf-brand-reg-cta h3 { margin: 5px 0; color: #111; font-size: 25px; font-weight: 400; }
.bf-page .bf-brand-reg-cta p { margin: 0; color: #666; }
.bf-page .bf-brand-reg-cta .bf-reglookup { min-width: 320px; }
.bf-page .bf-brand-reg-cta .bf-reglookup__top { display: none; }
.bf-page .bf-brand-reg-cta .bf-reglookup__status { display: none; }

/* Finder */
.bf-page .bf-section--finder { background: #fff; }
.bf-page .bf-section--finder .bf-section-heading { max-width: 680px; }
.bf-page .bf-finder-grid { display: grid; grid-template-columns: 1.15fr 1fr .8fr; border: 1px solid var(--bf-line); }
.bf-page .bf-finder-card { display: flex; min-height: 245px; flex-direction: column; padding: 30px; border-right: 1px solid var(--bf-line); }
.bf-page .bf-finder-card:last-child { border-right: 0; }
.bf-page .bf-finder-card--featured { background: #111; color: #fff; }
.bf-page .bf-finder-card__number { margin-bottom: 26px; color: #999; font-size: 12px; }
.bf-page .bf-finder-card h3 { margin: 0 0 10px; color: #111; font-size: 21px; font-weight: 400; line-height: 1.3; }
.bf-page .bf-finder-card--featured h3 { color: #fff; }
.bf-page .bf-finder-card p { min-height: 45px; margin: 0 0 22px; color: #757575; font-size: 14px; line-height: 1.5; }
.bf-page .bf-finder-card--featured p { color: #aaa; }
.bf-page .bf-finder-card > a { margin-top: auto; color: #111; font-size: 14px; font-weight: 700; text-decoration: none; }
.bf-page .bf-finder-card--featured > a { color: #fff; }
.bf-page .bf-finder-card > a:hover { color: var(--bf-red); }
.bf-page .bf-finder-card .bf-reglookup { margin-top: auto; }
.bf-page .bf-finder-card .bf-reglookup__top, .bf-page .bf-finder-card .bf-reglookup__status, .bf-page .bf-finder-card [data-bf-registration-panel="2"] { display: none; }
.bf-page .bf-finder-search { margin-top: auto; display: grid; grid-template-columns: minmax(0,1fr) auto; }
.bf-page .bf-finder-search input { width: 100%; height: 56px; padding: 0 16px; border: 1px solid #bbb; border-radius: 0; background: #fff; color: #111; font: 17px/1 Inter,Arial,sans-serif; text-transform: uppercase; }
.bf-page .bf-finder-search input:focus { border-color: #222; outline: 1px solid #222; outline-offset: -1px; }
.bf-page .bf-finder-search button.bf-button { height: 56px; min-height: 56px; padding-inline: 21px; }

/* Color grids */
.bf-page .bf-section--colors { background: #fff; }
.bf-page .bf-color-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.bf-page a.bf-color-card { display: flex; min-height: 310px; flex-direction: column; padding: 12px 12px 20px; border: 1px solid var(--bf-line); background: #fff; color: #111; text-decoration: none; transition: border-color .2s ease; }
.bf-page .bf-color-card:hover { border-color: #222; }
.bf-page .bf-color-card__swatch { display: block; height: 210px; margin-bottom: 18px; border: 1px solid #ddd; background: var(--bf-swatch); position: relative; }
.bf-page .bf-color-card__swatch i { position: absolute; left: 10px; bottom: 10px; padding: 5px 8px; background: rgba(255,255,255,.86); color: #111; font-size: 10px; font-style: normal; font-weight: 400; text-transform: uppercase; }
.bf-page .bf-color-card small { color: #777; font-size: 11px; }
.bf-page .bf-color-card strong { margin: 5px 0 23px; font-size: 21px; font-weight: 400; line-height: 1.25; }
.bf-page .bf-color-card > span:last-child { margin-top: auto; font-size: 13px; font-weight: 700; }
.bf-page .bf-section--iconic { background: #0c0c0c; color: #fff; }
.bf-page .bf-section--iconic span.bf-eyebrow { color: #888; }
.bf-page .bf-iconic-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.bf-page .bf-iconic-grid .bf-section-heading { margin: 0; }
.bf-page .bf-iconic-grid .bf-section-heading p { color: #999; }
.bf-page .bf-iconic-swatches { display: grid; min-height: 330px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.bf-page .bf-iconic-swatches > a { display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; background: var(--bf-swatch); color: #fff; text-decoration: none; }
.bf-page .bf-iconic-swatches span { font-size: 12px; opacity: .7; }
.bf-page .bf-iconic-swatches strong { font-size: 17px; }

/* Products – matches the dark demo component */
.bf-page .bf-buy-module { position: relative; margin-top: -35px; padding: 0 34px 40px; background: #fff; box-shadow: 0 15px 45px rgba(0,0,0,.12); }
.bf-page .bf-buy-tabs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0 -34px 30px; background: #e9e9e7; }
.bf-page .bf-buy-tabs button { min-width: 0; padding: 19px; border: 0; border-right: 1px solid #ccc; border-radius: 0; background: transparent; color: #111; font: 800 14px/1.25 Inter,Arial,sans-serif; cursor: pointer; }
.bf-page .bf-buy-tabs button.is-active { background: var(--bf-red); color: #fff; }
.bf-page .bf-buy-panel { display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 50px; }
.bf-page .bf-buy-panel[hidden] { display: none; }
.bf-page .bf-buy-image { display: grid; min-height: 390px; place-items: center; border-right: 1px solid #e0e0e0; background: #fff; }
.bf-page .bf-buy-image img { display: block; max-width: 88%; max-height: 350px; object-fit: contain; }
.bf-page .bf-buy-content h2 { margin: 9px 0; color: #111; font-size: 36px; font-weight: 700; line-height: 1.1; letter-spacing: -.03em; }
.bf-page .bf-buy-content > p { color: #666; }
.bf-page .bf-selected-color { display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 13px; margin: 18px 0; padding: 11px; border: 1px solid #ccc; }
.bf-page .bf-selected-color > i { width: 52px; height: 52px; border: 1px solid #ccc; background: var(--bf-swatch); }
.bf-page .bf-selected-color small, .bf-page .bf-selected-color strong, .bf-page .bf-selected-color span { display: block; }
.bf-page .bf-selected-color small, .bf-page .bf-selected-color span { color: #777; font-size: 11px; }
.bf-page .bf-simple-buy { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #ddd; }
.bf-page .bf-simple-buy small, .bf-page .bf-simple-buy strong { display: block; }
.bf-page .bf-simple-buy small { color: #777; font-size: 12px; }
.bf-page .bf-simple-buy strong .woocommerce-Price-currencySymbol { font-size: inherit; }
.bf-page .bf-simple-buy strong { color: #111; font-size: 38px; line-height: 1.1; }
.bf-page .bf-simple-buy a.bf-button { padding-inline: 32px; }
.bf-page .bf-microcopy { margin-top: 10px; font-size: 11px; }
.bf-page .bf-color-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; padding-block: 100px; }
.bf-page .bf-color-story h2 { margin: 12px 0 20px; color: #111; font-size: 48px; font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.bf-page .bf-color-story p { color: #666; line-height: 1.8; }
.bf-page .bf-color-story aside { padding: 30px; background: #f3f3f1; }
.bf-page .bf-color-story aside h3 { margin-top: 0; color: #111; }
.bf-page .bf-color-story dl { margin: 0; }
.bf-page .bf-color-story dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid #d3d3d0; }
.bf-page .bf-color-story dt { color: #777; }
.bf-page .bf-color-story dd { margin: 0; text-align: right; font-weight: 700; }
.bf-page .bf-section--products { padding: 90px 0; background: #0b0b0b; color: #fff; }
.bf-page .bf-section--products span.bf-eyebrow { color: #888; }
.bf-page .bf-section--products .bf-section-heading p { color: #9b9b9b; }
.bf-page .bf-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.bf-page .bf-product-grid--2 { max-width: 782px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.bf-page .bf-product-grid--1 { max-width: 382px; grid-template-columns: 1fr; }
.bf-page .bf-product-card { display: flex; min-width: 0; flex-direction: column; padding: 18px; border: 1px solid #2b2b2b; background: #171717; color: #fff; transition: transform .2s ease, border-color .2s ease; }
.bf-page .bf-product-card:hover { transform: translateY(-3px); border-color: #555; }
.bf-page .bf-product-card__image { display: grid; aspect-ratio: 1.25; place-items: center; background: #fff; }
.bf-page .bf-product-card__image img { display: block; width: 100%; height: 100%; padding: 11%; object-fit: contain; }
.bf-page .bf-product-card__content { display: flex; flex: 1; flex-direction: column; padding-top: 27px; }
.bf-page .bf-product-card__kicker { margin-bottom: 9px; color: #888; font-size: 11px; font-weight: 400; line-height: 1.3; letter-spacing: .09em; text-transform: uppercase; }
.bf-page .bf-product-card h3 { min-height: 54px; margin: 0 0 30px; color: #fff; font-size: 21px; font-weight: 400; line-height: 1.28; letter-spacing: -.02em; }
.bf-page .bf-product-card h3 > a { color: inherit; text-decoration: none; }
.bf-page .bf-product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 16px; border-top: 1px solid #333; }
.bf-page .bf-price { display: flex; align-items: baseline; gap: 5px; color: #fff; font-size: 17px; font-weight: 800; }
.bf-page .bf-price small { color: #fff; font-size: 17px; font-weight: 800; }
.bf-page .bf-price .woocommerce-Price-amount, .bf-page .bf-price .woocommerce-Price-currencySymbol { color: inherit; font: inherit; }
.bf-page .bf-product-card__bottom > a:link, .bf-page .bf-product-card__bottom > a:visited { color: #ccc; font-size: 13px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.bf-page .bf-product-card__bottom > a:hover { color: var(--bf-red); }

/* Guide image block */
.bf-page .bf-section--brand-guide { background: #fff; }
.bf-page .bf-brand-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.bf-page .bf-brand-guide__image { display: grid; min-height: 410px; place-items: center; background: var(--bf-soft); }
.bf-page .bf-brand-guide__image:empty { display: none; }
.bf-page .bf-brand-guide__image:empty + .bf-brand-guide__content { grid-column: 1/-1; max-width: 780px; }
.bf-page .bf-brand-guide__image img { width: 100%; height: 100%; max-height: 560px; object-fit: cover; }
.bf-page .bf-brand-guide__content { color: #666; font-size: 17px; line-height: 1.7; }
.bf-page .bf-brand-guide__content h2 { color: #111; }
.bf-page .bf-check-list { margin: 25px 0 0; padding: 0; list-style: none; }
.bf-page .bf-check-list li { padding: 12px 0; border-bottom: 1px solid #ddd; }
.bf-page .bf-check-list li::before { content: "✓"; margin-right: 11px; color: var(--bf-red); font-weight: 800; }

/* Guides – matches the two-column demo component */
.bf-page .bf-section--guides, .bf-page .bf-section--guides-color { background: #fff; }
.bf-page .bf-guides-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(480px,1.05fr); gap: 100px; align-items: start; }
.bf-page .bf-guides-layout .bf-section-heading { max-width: 520px; margin: 0; }
.bf-page .bf-guides-layout .bf-section-heading p { margin-bottom: 4px; }
.bf-page .bf-guide-grid, .bf-page .bf-guide-grid--1, .bf-page .bf-guide-grid--2 { display: grid; grid-template-columns: 1fr; border-top: 1px solid #ccc; }
.bf-page .bf-guide-card { display: grid; min-height: 100px; grid-template-columns: 42px minmax(0,1fr) 24px; align-items: center; gap: 18px; padding: 19px 0; border-bottom: 1px solid #ccc; }
.bf-page .bf-guide-card__number { color: var(--bf-red); font-size: 12px; }
.bf-page .bf-guide-card h3 { margin: 0 0 5px; color: #111; font-size: 17px; font-weight: 700; line-height: 1.3; }
.bf-page .bf-guide-card p { margin: 0; color: #777; font-size: 13px; line-height: 1.4; }
.bf-page a.bf-guide-card__link { display: grid; height: 40px; place-items: center; color: #111; font-size: 19px; text-decoration: none; }
.bf-page a.bf-guide-card__link:hover { color: var(--bf-red); }

/* FAQ – matches the full-width demo component */
.bf-page .bf-section--faq { padding-top: 88px; background: #fff; }
.bf-page .bf-faq-wrap { display: block; }
.bf-page .bf-faq-wrap .bf-section-heading { max-width: none; margin-bottom: 39px; }
.bf-page .bf-faq { border-top: 1px solid #bbb; }
.bf-page .bf-faq details { border-bottom: 1px solid #ccc; }
.bf-page .bf-faq summary { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 0; color: #151515; cursor: pointer; font-size: 18px; font-weight: 700; line-height: 1.35; list-style: none; }
.bf-page .bf-faq summary::-webkit-details-marker { display: none; }
.bf-page .bf-faq summary span { color: var(--bf-red); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.bf-page .bf-faq details[open] summary span { transform: rotate(45deg); }
.bf-page .bf-faq details > div { max-width: 850px; padding: 0 60px 25px 0; color: #666; font-size: 16px; line-height: 1.65; }
.bf-page .bf-faq details > div > :first-child { margin-top: 0; }

/* Text and CTA */
.bf-page .bf-section--text { background: #fff; }
.bf-page .bf-prose { max-width: 820px; color: #555; font-size: 18px; line-height: 1.75; }
.bf-page .bf-prose h2 { color: #111; }
.bf-page .bf-section--cta { padding: 0; background: var(--bf-black); color: #fff; }
.bf-page .bf-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding-block: 58px; }
.bf-page .bf-cta span.bf-eyebrow { color: var(--bf-red); }
.bf-page .bf-cta h2 { margin-bottom: 8px; font-size: 40px; }
.bf-page .bf-cta p { margin: 0; color: #aaa; font-size: 16px; }

@media (max-width: 980px) {
    .bf-page .bf-hero__grid, .bf-page .bf-hero--brand .bf-hero__grid, .bf-page .bf-color-hero .bf-hero__grid, .bf-page .bf-registration, .bf-page .bf-brand-guide, .bf-page .bf-guides-layout, .bf-page .bf-iconic-grid, .bf-page .bf-color-story { grid-template-columns: 1fr; gap: 48px; }
    .bf-page .bf-hero__action { max-width: 520px; }
    .bf-page .bf-brand-logo { justify-items: start; min-height: 140px; }
    .bf-page .bf-brand-logo img { width: 170px; }
    .bf-page .bf-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .bf-page .bf-link-grid, .bf-page .bf-color-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .bf-page .bf-brand-reg-cta { grid-template-columns: 1fr; }
    .bf-page .bf-brand-reg-cta .bf-reglookup { min-width: 0; width: 100%; }
    .bf-page .bf-finder-grid { grid-template-columns: 1fr; }
    .bf-page .bf-finder-card { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--bf-line); }
    .bf-page .bf-finder-card:last-child { border-bottom: 0; }
    .bf-page .bf-guides-layout .bf-section-heading { max-width: 650px; }
    .bf-page .bf-section-heading--split { display: block; }
    .bf-page .bf-buy-panel { grid-template-columns: 1fr; }
    .bf-page .bf-buy-image { min-height: 310px; border-right: 0; border-bottom: 1px solid #e0e0e0; }
}

@media (max-width: 640px) {
    .bf-wrap { width: min(calc(100% - 30px), var(--bf-wrap)); }
    .bf-page .bf-section { padding: 68px 0; }
    .bf-page .bf-section-heading { margin-bottom: 30px; }
    .bf-page .bf-section-heading h2, .bf-page .bf-prose h2, .bf-page .bf-brand-guide__content h2, .bf-page .bf-color-story h2 { font-size: 36px; }
    .bf-page .bf-hero { padding: 38px 0 48px; }
    .bf-page .bf-breadcrumb { margin-bottom: 22px; }
    .bf-page .bf-hero span.bf-eyebrow { margin-bottom: 20px; }
    .bf-page .bf-hero h1 { font-size: 46px; }
    .bf-page .bf-lead { font-size: 16px; line-height: 1.65; }
    .bf-page .bf-hero__benefits { display: grid; gap: 8px; margin-top: 30px; padding-top: 19px; }
    .bf-page .bf-hero__action { height: auto; min-height: 0; padding: 20px 24px; }
    .bf-page .bf-hero__action .bf-reglookup__top { right: 24px; left: 24px; }
    .bf-page .bf-hero__action h2 { font-size: 28px; }
    .bf-page .bf-reglookup__form { grid-template-columns: 1fr; gap: 9px; }
    .bf-page .bf-reglookup__form .bf-button { width: 100%; }
    .bf-page .bf-reglookup__top { gap: 7px; }
    .bf-page a.bf-reglookup__product { grid-template-columns: 104px minmax(0,1fr) auto; gap: 12px; }
    .bf-page .bf-reglookup__product-image { width: 104px; height: 90px; }
    .bf-page .bf-registration__lookup { padding: 22px 18px; }
    .bf-page .bf-product-grid, .bf-page .bf-product-grid--2 { max-width: none; grid-template-columns: 1fr; }
    .bf-page .bf-product-card { min-height: 0; }
    .bf-page .bf-product-card__image { aspect-ratio: 1.35; }
    .bf-page .bf-product-card h3 { min-height: 0; }
    .bf-page .bf-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .bf-page .bf-color-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .bf-page a.bf-color-card { min-height: 300px; }
    .bf-page .bf-color-card__swatch { height: 140px; }
    .bf-page .bf-brand-guide__image { min-height: 280px; }
    .bf-page .bf-guides-layout { gap: 42px; }
    .bf-page .bf-guide-card { grid-template-columns: 32px minmax(0,1fr) 22px; gap: 12px; }
    .bf-page .bf-section--faq { padding-top: 55px; }
    .bf-page .bf-faq summary { min-height: 72px; font-size: 16px; }
    .bf-page .bf-cta { display: block; padding-block: 45px; }
    .bf-page .bf-cta h2 { font-size: 34px; }
    .bf-page .bf-cta .bf-button { margin-top: 25px; }
    .bf-page .bf-color-facts { flex-wrap: wrap; }
    .bf-page .bf-color-swatch > div { height: 170px; }
    .bf-page .bf-iconic-swatches { grid-template-columns: 1fr; min-height: auto; }
    .bf-page .bf-iconic-swatches > a { min-height: 160px; }
    .bf-page .bf-buy-module { width: 100%; padding: 0 15px 30px; }
    .bf-page .bf-buy-tabs { margin: 0 -15px 24px; }
    .bf-page .bf-buy-tabs button { padding: 15px 5px; font-size: 12px; overflow-wrap: anywhere; }
    .bf-page .bf-buy-panel { gap: 25px; }
    .bf-page .bf-buy-image { min-height: 260px; }
    .bf-page .bf-buy-content h2 { font-size: 30px; }
    .bf-page .bf-simple-buy { align-items: flex-end; }
    .bf-page .bf-color-story { gap: 35px; padding-block: 40px; }
    .bf-page .bf-section--brand-guide { padding-top: 40px; }
    .bf-page .bf-brand-guide__content p { font-size: 15px; }
    .bf-page .bf-color-story p { font-size: 15px; }
    .bf-page .bf-buy-content p { font-size: 15px; }
    .bf-page .bf-brand-logo { display: none; }
}

@media (max-width: 390px) {
    .bf-page .bf-hero h1 { font-size: 40px; }
    .bf-page a.bf-reglookup__product { grid-template-columns: 78px minmax(0,1fr) 14px; }
    .bf-page .bf-reglookup__product-image { width: 78px; height: 74px; }
}
