/* BooksFirst V8 — cleaner, image-consistent, conversion-first. No cream/beige surfaces. */
:root{--bf7-cream:#f6f8fb;--bf7-paper:#fff;--bf7-sand:#e8edf3;--bf7-line:#e3e8ef;--bf8-blue:#0b1f46;--bf8-red:#ed2437;--bf8-bg:#f5f7fa;--bf8-muted:#667184}
body{background:#fff}.page-home main{overflow:hidden}.utility-bar{background:#f3f6fa!important;color:#475a72!important;border-bottom:1px solid #e6ebf1}.bf6-header{background:#fff}.bf6-subnav{border-top:1px solid #edf0f4;border-bottom:1px solid #e7ebf0}.bf6-subnav-inner{position:relative}.bf8-nav-dropdown{position:relative;display:flex;align-items:center}.bf8-nav-dropdown>button{border:0;background:transparent;padding:0;color:inherit;font:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;display:flex;align-items:center;gap:5px}.bf8-nav-menu{position:absolute;top:calc(100% + 17px);left:-20px;min-width:230px;padding:9px;background:#fff;border:1px solid #e2e7ed;border-radius:12px;box-shadow:0 20px 50px rgba(7,21,47,.14);display:grid;gap:2px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s;z-index:50}.bf8-nav-menu a{padding:10px 11px!important;border-radius:8px!important;white-space:nowrap}.bf8-nav-menu a:hover{background:#f4f7fa;color:var(--bf8-red)}.bf8-nav-dropdown:hover .bf8-nav-menu,.bf8-nav-dropdown:focus-within .bf8-nav-menu{opacity:1;visibility:visible;transform:none}.bf6-footer{background:#071b40!important}.bf6-footer .footer-about img{width:150px;max-height:66px;object-fit:contain;object-position:left center}.bf6-footer .footer-about{background:transparent!important}.bf7-mobile-drawer{background:#fff!important}.bf7-drawer-group small{color:#7b8796}.bf7-drawer-group a{border-color:#e9edf2}.bf7-drawer-actions a{border-color:#e1e6ec}

/* V8 shared editorial structure */
.bf8-section-intro{max-width:760px;margin-bottom:30px}.bf8-section-intro h2,.bf8-section-head h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1;letter-spacing:-.055em;font-weight:800}.bf8-section-intro p,.bf8-section-head p{margin:13px 0 0;color:var(--bf8-muted);font-size:12px;line-height:1.7;max-width:650px}.bf8-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.bf8-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 19px;border-radius:999px;font-size:10px;font-weight:800;transition:transform .2s,background .2s,border-color .2s}.bf8-btn:hover{transform:translateY(-2px)}.bf8-btn.primary{background:var(--bf8-blue);color:#fff;border:1px solid var(--bf8-blue)}.bf8-btn.secondary{background:#fff;color:var(--bf8-blue);border:1px solid #cfd7e1}.bf8-btn.light{background:#fff;color:var(--bf8-blue);border:1px solid #fff}.reveal-on-scroll{filter:none!important;transform:translateY(18px)}

/* full-width hero, text and image never overlap */
.bf8-hero{width:100%;padding:0;background:#fff}.bf8-hero-slider{position:relative;min-height:590px;background:#fff;overflow:hidden;border-bottom:1px solid #e5eaf0}.bf8-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(420px,42%) minmax(0,58%);opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}.bf8-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.bf8-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:70px clamp(38px,5vw,84px);background:#fff;z-index:2}.bf8-hero-copy h1,.bf8-hero-copy h2{margin:0;color:#0d1726;font-size:clamp(45px,4.9vw,76px);line-height:.96;letter-spacing:-.065em;font-weight:800;max-width:680px}.bf8-hero-copy p{margin:20px 0 0;max-width:570px;color:#5e6978;font-size:13px;line-height:1.72}.bf8-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.bf8-hero-tag{margin-top:23px;color:var(--bf8-red);font-size:9px;font-weight:800;letter-spacing:.08em}.bf8-hero-image{display:block;min-width:0;min-height:590px;background:#eef2f6;overflow:hidden}.bf8-hero-image img{width:100%;height:100%;min-height:590px;object-fit:cover;object-position:center;transform:scale(1.015);transition:transform 6s ease}.bf8-hero-slide.is-active .bf8-hero-image img{transform:scale(1.055)}.bf8-hero-controls{position:absolute;left:clamp(38px,5vw,84px);bottom:26px;z-index:9;display:flex;align-items:center;gap:10px}.bf8-hero-controls .hero-arrow{width:35px;height:35px;border:1px solid #d7dee7;border-radius:50%;background:#fff;color:var(--bf8-blue);font-size:16px}.bf8-hero-controls .hero-dots{display:flex;gap:6px}.bf8-hero-controls .hero-dots button{width:20px;height:3px;border:0;border-radius:10px;background:#d6dce5;padding:0}.bf8-hero-controls .hero-dots button.is-active{background:var(--bf8-red)}

/* numbers: compact instead of giant decorative cards */
.bf8-numbers{background:var(--bf8-blue);color:#fff}.bf8-numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:23px;padding-bottom:23px}.bf8-numbers-grid>div{padding:4px 24px;border-right:1px solid rgba(255,255,255,.17)}.bf8-numbers-grid>div:first-child{padding-left:0}.bf8-numbers-grid>div:last-child{border-right:0}.bf8-numbers strong{display:block;font-size:28px;letter-spacing:-.04em}.bf8-numbers span{display:block;margin-top:3px;color:rgba(255,255,255,.68);font-size:8px;line-height:1.45}

/* consistent icon row: icons only + titles, no descriptions */
.bf8-movement{padding-top:76px;padding-bottom:72px}.bf8-icon-row{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #e4e8ee;border-bottom:1px solid #e4e8ee}.bf8-icon-row a{min-height:105px;padding:21px 18px;display:flex;align-items:center;gap:15px;border-right:1px solid #e4e8ee;transition:background .2s}.bf8-icon-row a:last-child{border-right:0}.bf8-icon-row a:hover{background:#f7f9fb}.bf8-icon-row svg{width:31px;height:31px;fill:none;stroke:var(--bf8-blue);stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.bf8-icon-row b{font-size:13px}

/* reading worlds: all image cards, same proportions */
.bf8-worlds{padding:72px 0;background:#f5f7fa}.bf8-world-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bf8-world{background:#fff;border:1px solid #e3e8ee;border-radius:16px;overflow:hidden;padding-bottom:16px;transition:transform .25s,box-shadow .25s}.bf8-world:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(11,31,70,.09)}.bf8-world>div{height:235px;overflow:hidden;background:#edf1f5}.bf8-world img{width:100%;height:100%;object-fit:cover;transition:transform .55s}.bf8-world:hover img{transform:scale(1.035)}.bf8-world h3{margin:16px 16px 4px;font-size:20px;letter-spacing:-.035em}.bf8-world>span{margin:0 16px;color:var(--bf8-red);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}

.bf8-products{padding-top:78px;padding-bottom:82px}.bf8-products .product-card{border-color:#e2e7ed!important;background:#fff!important}.bf8-products .product-card:hover{box-shadow:0 18px 38px rgba(11,31,70,.08)}

/* large feature panels */
.bf8-feature{padding:78px 0;border-top:1px solid #e8ecf1}.bf8-feature-grid,.bf8-impact-grid{display:grid;grid-template-columns:1.2fr .8fr;min-height:500px}.bf8-feature-image,.bf8-impact-image{overflow:hidden;background:#eef2f6}.bf8-feature-image img,.bf8-impact-image img{width:100%;height:100%;object-fit:cover}.bf8-feature-copy{display:flex;flex-direction:column;justify-content:center;padding:55px;background:#f5f7fa}.bf8-feature-copy h2,.bf8-impact-copy h2{margin:0;font-size:clamp(38px,4.2vw,62px);line-height:.98;letter-spacing:-.06em}.bf8-feature-copy p,.bf8-impact-copy p{margin:16px 0 24px;color:#606c7c;font-size:12px;line-height:1.7}.bf8-feature-copy .bf8-btn,.bf8-impact-copy .bf8-btn{align-self:flex-start}.bf8-impact{background:var(--bf8-blue);color:#fff}.bf8-impact-grid{grid-template-columns:.85fr 1.15fr}.bf8-impact-copy{display:flex;flex-direction:column;justify-content:center;padding:60px 55px}.bf8-impact-copy .bf7-kicker{color:#ff6b78}.bf8-impact-copy p{color:rgba(255,255,255,.72)}

.bf8-split-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:82px;padding-bottom:82px}.bf8-split-card{border:1px solid #e0e5eb;border-radius:18px;overflow:hidden;background:#fff;transition:transform .24s,box-shadow .24s}.bf8-split-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(11,31,70,.08)}.bf8-split-card>img{width:100%;height:320px;object-fit:cover}.bf8-split-card>div{padding:25px 25px 28px}.bf8-split-card h2{margin:0 0 16px;font-size:30px;line-height:1.05;letter-spacing:-.045em}.bf8-split-card b{font-size:9px;color:var(--bf8-red)}

.bf8-partnerships{padding:76px 0;background:#f5f7fa}.bf8-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.bf8-partner-grid>a{display:grid;grid-template-columns:42% 58%;background:#fff;border:1px solid #e1e6ec;border-radius:16px;overflow:hidden;min-height:290px}.bf8-partner-grid img{width:100%;height:100%;object-fit:cover}.bf8-partner-grid>a>div{padding:32px;display:flex;flex-direction:column;justify-content:center}.bf8-partner-grid h3{margin:0;font-size:25px;letter-spacing:-.04em}.bf8-partner-grid p{font-size:10px;line-height:1.65;color:#657081}.bf8-partner-grid b{margin-top:10px;color:var(--bf8-red);font-size:8px}.bf8-community{padding:58px 0;background:#fff;border-top:1px solid #e6ebf0}.bf8-community-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.bf8-community h2{margin:0;font-size:44px;letter-spacing:-.055em}.bf8-community p{font-size:10px;color:#667184}.bf8-community form label{font-size:8px;font-weight:800}.bf8-community form>div{display:grid;grid-template-columns:1fr auto;margin-top:8px}.bf8-community input{min-height:46px;border:1px solid #d9e0e8;border-radius:10px 0 0 10px;padding:0 14px}.bf8-community button{border:0;background:var(--bf8-blue);color:#fff;padding:0 18px;border-radius:0 10px 10px 0;font-size:9px;font-weight:800}

/* category banners now span the page width */
.bf8-shelf-banner{width:100%;max-width:none!important;margin-left:0!important;margin-right:0!important;border-left:0!important;border-right:0!important;border-radius:0!important;background:#fff!important;min-height:390px;grid-template-columns:42% 58%!important}.bf8-shelf-banner .bf7-shelf-banner-copy{padding-left:max(40px,calc((100vw - 1360px)/2));padding-right:55px;background:#fff}.bf8-shelf-banner .bf7-shelf-banner-photo{min-height:390px}.bf8-shelf-banner .bf7-shelf-chips a{border-color:#dbe2e9}.bf7-shelf-banner-kids,.bf7-shelf-banner-african,.bf7-shelf-banner-preloved,.bf7-shelf-banner-deals{background:#fff!important}

/* content pages: full width banner, no beige boxes */
.bf8-story-hero{background:#fff!important;padding:0!important}.bf8-story-grid{display:grid;grid-template-columns:43% 57%;min-height:540px;border-bottom:1px solid #e2e7ed}.bf8-story-grid .story-page-copy{padding:70px max(40px,calc((100vw - 1360px)/2));padding-right:60px;display:flex;flex-direction:column;justify-content:center;background:#fff}.bf8-story-grid .story-page-copy h1{font-size:clamp(43px,5vw,72px);line-height:.96;letter-spacing:-.06em;margin:0}.bf8-story-grid .story-page-copy p{font-size:12px;line-height:1.72;color:#626e7d;max-width:610px}.bf8-story-grid .story-page-image{min-height:540px;background:#eef2f5;overflow:hidden}.bf8-story-grid .story-page-image img{width:100%;height:100%;object-fit:cover}.bf8-feature-list{margin-top:45px;margin-bottom:55px}.story-features article{background:#fff!important;border-color:#e2e7ed!important}.bf7-story-gallery{background:#fff!important}.library-journey,.bf7-corporate-grid article,.contact-details-grid article{background:#fff!important;border-color:#e2e7ed!important}

/* Book fair: images first */
.bf8-fair-intro{padding-top:70px;padding-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.bf8-fair-intro>div{max-width:800px}.bf8-fair-intro h2{margin:6px 0 10px;font-size:clamp(38px,4.5vw,62px);line-height:.98;letter-spacing:-.055em}.bf8-fair-intro p{font-size:11px;line-height:1.7;color:#637081;max-width:640px}.bf8-fair-gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-template-rows:310px 310px;gap:8px;width:100%;padding:0 8px}.bf8-fair-gallery figure{margin:0;overflow:hidden;background:#eef2f6}.bf8-fair-gallery figure:first-child{grid-row:1/3}.bf8-fair-gallery figure:nth-child(4){grid-column:2/4}.bf8-fair-gallery figure:nth-child(n+5){display:none}.bf8-fair-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.bf8-fair-gallery figure:hover img{transform:scale(1.025)}.bf8-fair-steps{display:grid;grid-template-columns:repeat(4,1fr);padding-top:65px;padding-bottom:70px}.bf8-fair-steps article{padding:0 25px;border-right:1px solid #e0e5eb}.bf8-fair-steps article:first-child{padding-left:0}.bf8-fair-steps article:last-child{border:0}.bf8-fair-steps b{font-size:9px;color:var(--bf8-red)}.bf8-fair-steps h3{font-size:18px;margin:10px 0 8px}.bf8-fair-steps p{font-size:9px;line-height:1.6;color:#687484}.bf8-fair-cta{background:var(--bf8-blue);color:#fff}.bf8-fair-cta>.shell{padding-top:47px;padding-bottom:47px;display:flex;align-items:center;justify-content:space-between;gap:25px}.bf8-fair-cta h2{font-size:36px;letter-spacing:-.045em;margin:4px 0 0}.bf8-fair-cta .eyebrow{color:#ff9ca5}

/* CSR: explicit sponsorship model, no used-book collection */
.bf8-csr-number{display:grid;grid-template-columns:.7fr 1.3fr;gap:55px;align-items:center;padding-top:70px;padding-bottom:55px}.bf8-csr-number>div:first-child{padding:30px;border-left:4px solid var(--bf8-red)}.bf8-csr-number strong{display:block;font-size:64px;line-height:.9;letter-spacing:-.06em;color:var(--bf8-blue)}.bf8-csr-number>div:first-child span{display:block;margin-top:9px;font-size:10px;color:#697485}.bf8-csr-number h2{font-size:33px;line-height:1.05;letter-spacing:-.04em;margin:8px 0}.bf8-csr-number p{font-size:10px;line-height:1.65;color:#687485}.bf8-csr-gallery{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:8px}.bf8-csr-gallery figure{height:390px;margin:0;overflow:hidden}.bf8-csr-gallery img{width:100%;height:100%;object-fit:cover}.bf8-csr-paths{display:grid;grid-template-columns:repeat(4,1fr);padding-top:60px;padding-bottom:65px}.bf8-csr-paths article{padding:0 22px;border-right:1px solid #e1e6ec}.bf8-csr-paths article:first-child{padding-left:0}.bf8-csr-paths article:last-child{border:0}.bf8-csr-paths span{font-size:9px;color:var(--bf8-red);font-weight:800}.bf8-csr-paths h3{font-size:18px;margin:8px 0}.bf8-csr-paths p{font-size:9px;line-height:1.65;color:#667383}.bf8-sponsor-band{background:#0b1f46;color:#fff}.bf8-sponsor-band>.shell{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:50px;padding-bottom:50px}.bf8-sponsor-band h2{font-size:38px;letter-spacing:-.045em;margin:5px 0}.bf8-sponsor-band p{font-size:9px;color:rgba(255,255,255,.7)}.bf8-sponsor-band .eyebrow{color:#ff99a3}.bf8-about-numbers article{background:#fff!important;border-color:#e1e6ec!important}

/* forms and page enquiry */
.page-enquiry-wrap{background:#071b40!important}.page-enquiry-form{background:#fff!important}.page-enquiry-form label{color:#27364a!important}.page-enquiry-form input,.page-enquiry-form textarea{border-color:#dce3eb!important;background:#fff!important}

/* remove cream on product and utility surfaces */
.bf7-product-page .product-image,.bf7-product-details,.bf7-product-trust{background:#f5f7fa!important}.bf7-product-trust{border-color:#e2e7ed!important}.bf7-purchase-card{border-color:#dfe5eb!important}.bf7-reader-love{border-color:#e3e8ee!important}

@media(max-width:1050px){.bf8-hero-slide{grid-template-columns:47% 53%}.bf8-world-grid{grid-template-columns:repeat(2,1fr)}.bf8-partner-grid>a{grid-template-columns:1fr}.bf8-partner-grid img{height:240px}.bf8-feature-grid,.bf8-impact-grid{grid-template-columns:1fr 1fr}.bf8-csr-gallery{grid-template-columns:1.3fr 1fr}.bf8-csr-gallery figure:nth-child(3){display:none}.bf8-fair-gallery{grid-template-columns:1.2fr 1fr;grid-template-rows:300px 300px}.bf8-fair-gallery figure:nth-child(4){grid-column:2;}.bf8-fair-gallery figure:nth-child(3){display:none}.bf8-fair-steps,.bf8-csr-paths{grid-template-columns:1fr 1fr;gap:25px}.bf8-fair-steps article,.bf8-csr-paths article{border:0;padding:0}.bf8-shelf-banner{grid-template-columns:47% 53%!important}.bf8-story-grid{grid-template-columns:47% 53%}}

@media(max-width:760px){
  .utility-bar{display:none}.bf6-header .brand img{width:105px}.bf6-subnav{display:none}.bf8-nav-dropdown{display:none}.page-home main{padding-bottom:58px}
  .bf8-hero-slider{min-height:0}.bf8-hero-slide{position:relative;display:none;grid-template-columns:1fr;grid-template-rows:310px auto}.bf8-hero-slide.is-active{display:grid}.bf8-hero-image{grid-row:1;min-height:310px}.bf8-hero-image img{min-height:310px;height:310px;object-position:center}.bf8-hero-copy{grid-row:2;padding:28px 20px 68px}.bf8-hero-copy h1,.bf8-hero-copy h2{font-size:38px;line-height:.98}.bf8-hero-copy p{font-size:10px;margin-top:13px}.bf8-hero-actions{margin-top:18px}.bf8-btn{min-height:43px;font-size:9px}.bf8-hero-tag{margin-top:15px}.bf8-hero-controls{left:20px;bottom:20px}.bf8-hero-controls .hero-arrow{width:32px;height:32px}
  .bf8-numbers-grid{grid-template-columns:1fr 1fr;padding-top:12px;padding-bottom:12px}.bf8-numbers-grid>div{padding:13px 14px!important;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.14)}.bf8-numbers-grid>div:nth-child(2n){border-right:0}.bf8-numbers-grid>div:nth-last-child(-n+2){border-bottom:0}.bf8-numbers strong{font-size:22px}.bf8-numbers span{font-size:6.7px}
  .bf8-movement{padding-top:52px;padding-bottom:50px}.bf8-section-intro h2,.bf8-section-head h2{font-size:35px}.bf8-section-intro p,.bf8-section-head p{font-size:9px}.bf8-icon-row{grid-template-columns:1fr 1fr}.bf8-icon-row a{min-height:80px;padding:15px 10px;border-bottom:1px solid #e4e8ee}.bf8-icon-row a:nth-child(2){border-right:0}.bf8-icon-row a:nth-last-child(-n+2){border-bottom:0}.bf8-icon-row svg{width:25px;height:25px}.bf8-icon-row b{font-size:10px}
  .bf8-worlds{padding:50px 0}.bf8-section-head{align-items:flex-start}.bf8-section-head>.bf7-link{display:none}.bf8-world-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;padding-bottom:5px;scrollbar-width:none}.bf8-world{flex:0 0 78vw;scroll-snap-align:start}.bf8-world>div{height:220px}.bf8-world h3{font-size:20px}
  .bf8-products{padding-top:52px;padding-bottom:55px}.bf8-feature{padding:0}.bf8-feature-grid,.bf8-impact-grid{grid-template-columns:1fr}.bf8-feature-image,.bf8-impact-image{height:330px}.bf8-feature-copy,.bf8-impact-copy{padding:32px 20px 38px}.bf8-feature-copy h2,.bf8-impact-copy h2{font-size:39px}.bf8-feature-copy p,.bf8-impact-copy p{font-size:9px}
  .bf8-impact-image{grid-row:1}.bf8-impact-copy{grid-row:2}.bf8-split-cards{display:flex;overflow-x:auto;gap:10px;padding-top:52px;padding-bottom:52px;scroll-snap-type:x mandatory}.bf8-split-card{flex:0 0 84vw;scroll-snap-align:start}.bf8-split-card>img{height:260px}.bf8-split-card h2{font-size:26px}
  .bf8-partnerships{padding:50px 0}.bf8-partner-grid{grid-template-columns:1fr}.bf8-partner-grid>a{grid-template-columns:1fr;min-height:0}.bf8-partner-grid img{height:230px}.bf8-partner-grid>a>div{padding:24px 20px}.bf8-partner-grid h3{font-size:23px}.bf8-community{padding:44px 0}.bf8-community-grid{grid-template-columns:1fr;gap:22px}.bf8-community h2{font-size:34px}
  .bf8-shelf-banner{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:260px auto!important;min-height:0}.bf8-shelf-banner .bf7-shelf-banner-photo{grid-row:1;min-height:260px}.bf8-shelf-banner .bf7-shelf-banner-copy{grid-row:2;padding:26px 20px!important}.bf8-shelf-banner .bf7-shelf-banner-copy h2{font-size:34px}.bf8-shelf-banner .bf7-shelf-banner-copy p{font-size:9px}
  .bf8-story-grid{grid-template-columns:1fr;grid-template-rows:330px auto;min-height:0}.bf8-story-grid .story-page-image{grid-row:1;min-height:330px}.bf8-story-grid .story-page-copy{grid-row:2;padding:32px 20px 38px}.bf8-story-grid .story-page-copy h1{font-size:39px}.bf8-story-grid .story-page-copy p{font-size:9.5px}
  .bf8-fair-intro{padding-top:50px;align-items:flex-start;flex-direction:column}.bf8-fair-intro h2{font-size:38px}.bf8-fair-gallery{display:flex;overflow-x:auto;padding:0 10px;gap:8px;scroll-snap-type:x mandatory}.bf8-fair-gallery figure,.bf8-fair-gallery figure:first-child,.bf8-fair-gallery figure:nth-child(3),.bf8-fair-gallery figure:nth-child(4),.bf8-fair-gallery figure:nth-child(n+5){display:block;flex:0 0 84vw;height:310px;grid-row:auto;grid-column:auto;scroll-snap-align:start}.bf8-fair-steps,.bf8-csr-paths{grid-template-columns:1fr;padding-top:45px;padding-bottom:50px}.bf8-fair-steps article,.bf8-csr-paths article{padding:16px 0;border-bottom:1px solid #e4e8ee}.bf8-fair-steps article:last-child,.bf8-csr-paths article:last-child{border-bottom:0}.bf8-fair-cta>.shell,.bf8-sponsor-band>.shell{flex-direction:column;align-items:flex-start;padding-top:38px;padding-bottom:38px}.bf8-fair-cta h2,.bf8-sponsor-band h2{font-size:31px}.bf8-csr-number{grid-template-columns:1fr;gap:24px;padding-top:48px;padding-bottom:36px}.bf8-csr-number strong{font-size:54px}.bf8-csr-number>div:first-child{padding:20px}.bf8-csr-number h2{font-size:29px}.bf8-csr-gallery{display:flex;overflow-x:auto;gap:8px}.bf8-csr-gallery figure,.bf8-csr-gallery figure:nth-child(3){display:block;flex:0 0 83vw;height:310px}.bf8-about-numbers{grid-template-columns:1fr 1fr!important}
}
.bf8-nav-dropdown>button{font-size:10px;font-weight:700;padding:13px 8px;white-space:nowrap}
