/* BooksFirst V9 — product-first storefront + detailed partnership pages.
   White / cool-grey / navy / restrained red. No beige/cream surfaces. */
:root{
  --bf9-navy:#081f46;
  --bf9-navy-2:#102c5f;
  --bf9-red:#ed1c2e;
  --bf9-ink:#101725;
  --bf9-muted:#657184;
  --bf9-line:#e3e8ef;
  --bf9-soft:#f5f7fa;
  --bf9-soft-2:#eef2f6;
  --bf9-white:#fff;
}
body{background:#fff;color:var(--bf9-ink)}
.page-home main{overflow:hidden}
.bf7-kicker{color:var(--bf9-red)!important;letter-spacing:.13em;font-weight:900}

/* Header + navigation */
.utility-bar{background:#f5f7fa!important;border-bottom:1px solid #e7ebf0!important;color:#526173!important}
.bf6-header{background:#fff!important}
.bf6-subnav{background:#fff!important}
.bf8-nav-dropdown>button{font-weight:800}.bf8-nav-dropdown.is-open .bf8-nav-menu{opacity:1;visibility:visible;transform:none}
.bf8-nav-menu{border-radius:10px;box-shadow:0 18px 55px rgba(8,31,70,.14)}
.bf8-nav-menu a{font-size:10px!important}

/* Hero: deliberately compact so the catalogue starts immediately */
.bf9-hero{width:100%;background:#fff;border-bottom:1px solid var(--bf9-line)}
.bf9-hero-slider{position:relative;height:440px;overflow:hidden;background:#fff}
.bf9-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(390px,41%) minmax(0,59%);opacity:0;visibility:hidden;transition:opacity .55s ease,visibility .55s ease}
.bf9-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
.bf9-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:44px clamp(36px,5vw,78px);background:#fff;position:relative;z-index:2}
.bf9-hero-copy h1,.bf9-hero-copy h2{margin:4px 0 0;max-width:640px;font-size:clamp(39px,4vw,62px);line-height:.98;letter-spacing:-.06em;font-weight:850;color:var(--bf9-ink)}
.bf9-hero-copy p{max-width:560px;margin:15px 0 0;color:var(--bf9-muted);font-size:11px;line-height:1.7}
.bf9-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}
.bf9-btn{min-height:43px;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:9px;font-weight:900;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.bf9-btn:hover{transform:translateY(-2px)}
.bf9-btn.primary{background:var(--bf9-navy);color:#fff;border:1px solid var(--bf9-navy)}
.bf9-btn.primary:hover{box-shadow:0 10px 24px rgba(8,31,70,.18)}
.bf9-btn.secondary{background:#fff;color:var(--bf9-navy);border:1px solid #cfd7e2}
.bf9-hero-image{display:block;min-width:0;height:440px;overflow:hidden;background:#eef2f6}
.bf9-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01);transition:transform 7s ease}
.bf9-hero-slide:nth-child(1) .bf9-hero-image img{object-position:center 58%}
.bf9-hero-slide:nth-child(2) .bf9-hero-image img{object-position:center 42%}
.bf9-hero-slide:nth-child(3) .bf9-hero-image img{object-position:center 48%}
.bf9-hero-slide:nth-child(4) .bf9-hero-image img{object-position:center 52%}
.bf9-hero-slide.is-active .bf9-hero-image img{transform:scale(1.055)}
.bf9-hero-controls{position:absolute;z-index:8;left:clamp(36px,5vw,78px);bottom:18px;display:flex;align-items:center;gap:9px}
.bf9-hero-controls .hero-arrow{width:30px;height:30px;border-radius:50%;border:1px solid #d8dee7;background:#fff;color:var(--bf9-navy);font-size:13px;cursor:pointer}
.bf9-hero-controls .hero-dots{display:flex;gap:5px}
.bf9-hero-controls .hero-dots button{width:18px;height:3px;padding:0;border:0;background:#d9dee6;border-radius:10px;cursor:pointer}
.bf9-hero-controls .hero-dots button.is-active{background:var(--bf9-red)}

/* Product shelves are the visual core */
.bf9-shelf{padding:52px 0 46px}
.bf9-shelf-first{padding-top:34px}
.bf9-shelf+.bf9-shelf{border-top:1px solid #eef1f4}
.bf9-shelf-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}
.bf9-shelf-head h2{margin:3px 0 0;font-size:clamp(25px,2.5vw,39px);line-height:1.02;letter-spacing:-.05em;font-weight:850}
.bf9-shelf-head p{margin:8px 0 0;max-width:650px;color:var(--bf9-muted);font-size:9.5px;line-height:1.6}
.bf9-view-all{white-space:nowrap;font-size:9px;font-weight:900;color:var(--bf9-navy);padding-bottom:4px}
.bf9-view-all span{color:var(--bf9-red);margin-left:5px}
.bf9-product-row{grid-auto-columns:minmax(166px,1fr);gap:13px;padding:1px 1px 14px}
.bf9-product-row .product-card{background:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.bf9-product-row .product-cover{height:238px!important;border-radius:10px!important;background:#f6f7f9!important;padding:15px!important}
.bf9-product-row .product-content{padding:10px 1px 0!important}
.bf9-product-row .product-title{font-size:10px!important;line-height:1.4!important;min-height:29px!important}
.bf9-product-row .product-author{font-size:8px!important;margin:4px 0 6px!important}
.bf9-product-row .product-meta-row{font-size:7px!important;margin-bottom:6px!important}
.bf9-product-row .product-price strong{font-size:12px!important}
.bf9-product-row .quick-add{margin-top:7px!important}
.bf9-product-row .quick-add button{height:34px!important;border-radius:7px!important;border-color:#d9dfe7!important;padding-left:10px!important;font-size:8px!important}
.bf9-product-row .quick-add button:hover{border-color:var(--bf9-navy)!important;background:var(--bf9-navy)!important;color:#fff!important}
.bf9-product-row .quick-add button svg{background:var(--bf9-red)!important}

/* No image/icon mix here: pure text discovery */
.bf9-quick-discovery{padding:34px 0;background:var(--bf9-navy);color:#fff}
.bf9-quick-discovery .shell{display:grid;grid-template-columns:290px 1fr;gap:36px;align-items:center}
.bf9-quick-copy .bf7-kicker{color:#ff6270!important}
.bf9-quick-copy h2{margin:4px 0 0;font-size:28px;letter-spacing:-.045em;line-height:1.05}
.bf9-quick-links{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.17);border-left:1px solid rgba(255,255,255,.17)}
.bf9-quick-links a{min-height:54px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border-right:1px solid rgba(255,255,255,.17);border-bottom:1px solid rgba(255,255,255,.17);font-size:9px;font-weight:800;color:#fff;transition:background .18s ease}
.bf9-quick-links a:hover{background:rgba(255,255,255,.08)}
.bf9-quick-links span{color:#ff6573;font-size:13px}

/* Animated numbers: compact, high contrast */
.bf9-numbers{background:#f5f7fa;border-top:1px solid var(--bf9-line);border-bottom:1px solid var(--bf9-line)}
.bf9-numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:24px;padding-bottom:24px}
.bf9-numbers article{padding:0 24px;border-right:1px solid #dce2ea}
.bf9-numbers article:first-child{padding-left:0}
.bf9-numbers article:last-child{border-right:0}
.bf9-numbers strong{display:block;color:var(--bf9-navy);font-size:29px;line-height:1;letter-spacing:-.045em;font-variant-numeric:tabular-nums}
.bf9-numbers span{display:block;margin-top:6px;color:var(--bf9-muted);font-size:8px;line-height:1.45;max-width:190px}

/* Small editorial interruption between product shelves */
.bf9-story-strip{padding:42px 0;background:#fff;border-top:1px solid #edf0f4;border-bottom:1px solid #edf0f4}
.bf9-story-strip-grid{display:grid;grid-template-columns:minmax(280px,36%) 1fr;min-height:285px;border:1px solid var(--bf9-line);border-radius:14px;overflow:hidden}
.bf9-story-photo{overflow:hidden;background:#edf1f5}
.bf9-story-photo img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s ease}
.bf9-story-strip:hover .bf9-story-photo img{transform:scale(1.03)}
.bf9-story-copy{padding:34px 40px;display:flex;flex-direction:column;justify-content:center}
.bf9-story-copy h2{margin:4px 0 0;max-width:760px;font-size:clamp(30px,3vw,44px);line-height:1.02;letter-spacing:-.05em}
.bf9-story-copy p{margin:11px 0 0;max-width:680px;color:var(--bf9-muted);font-size:10px;line-height:1.65}
.bf9-story-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.bf9-story-links a{padding:10px 12px;border:1px solid #dce2e9;border-radius:7px;font-size:8px;font-weight:850;color:var(--bf9-navy)}
.bf9-story-links a:hover{border-color:var(--bf9-red);color:var(--bf9-red)}

/* Partnerships text band: content, not another photo gallery */
.bf9-partnership-band{padding:50px 0;background:var(--bf9-navy);color:#fff}
.bf9-partnership-band-grid{display:grid;grid-template-columns:minmax(280px,.8fr) 1.2fr;gap:56px;align-items:start}
.bf9-partnership-band .bf7-kicker{color:#ff6673!important}
.bf9-partnership-band h2{margin:5px 0 0;font-size:clamp(30px,3.4vw,48px);line-height:1;letter-spacing:-.055em}
.bf9-partnership-band p{max-width:600px;color:rgba(255,255,255,.68);font-size:10px;line-height:1.65}
.bf9-partnership-band nav{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.17);border-left:1px solid rgba(255,255,255,.17)}
.bf9-partnership-band nav a{padding:18px;min-height:108px;border-right:1px solid rgba(255,255,255,.17);border-bottom:1px solid rgba(255,255,255,.17);display:flex;flex-direction:column;gap:7px;transition:background .18s ease}
.bf9-partnership-band nav a:hover{background:rgba(255,255,255,.07)}
.bf9-partnership-band nav b{font-size:11px;color:#fff}
.bf9-partnership-band nav span{font-size:8px;line-height:1.5;color:rgba(255,255,255,.62)}

.bf9-service-rail{padding:0;background:#f5f7fa;border-top:1px solid var(--bf9-line);border-bottom:1px solid var(--bf9-line)}
.bf9-service-rail-inner{display:grid;grid-template-columns:repeat(5,1fr)}
.bf9-service-rail a{min-height:74px;padding:0 16px;display:flex;align-items:center;gap:10px;border-right:1px solid #dfe5ec}
.bf9-service-rail a:last-child{border-right:0}
.bf9-service-rail a:hover{background:#fff}
.bf9-service-rail span{font-size:8px;color:var(--bf9-red);font-weight:900}
.bf9-service-rail b{font-size:9px}

.bf9-community{padding:48px 0;background:#fff}
.bf9-community-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}
.bf9-community h2{margin:2px 0 0;font-size:38px;letter-spacing:-.05em}
.bf9-community p{font-size:9px;color:var(--bf9-muted)}
.bf9-community form label{font-size:8px;font-weight:850}
.bf9-community form>div{display:grid;grid-template-columns:1fr auto;margin-top:7px}
.bf9-community input{height:43px;border:1px solid #d9e0e8;border-radius:7px 0 0 7px;padding:0 13px;font-size:10px}
.bf9-community button{border:0;background:var(--bf9-navy);color:#fff;border-radius:0 7px 7px 0;padding:0 17px;font-size:8px;font-weight:900}

/* Detailed partnership pages */
.bf9-story-hero{background:#fff;border-bottom:1px solid var(--bf9-line);padding:0!important}
.bf9-story-grid{display:grid;grid-template-columns:minmax(380px,43%) minmax(0,57%);min-height:470px;padding-left:0!important;padding-right:0!important;width:100%!important;max-width:none!important}
.bf9-story-grid .story-page-copy{padding:56px clamp(36px,5vw,82px);display:flex;flex-direction:column;justify-content:center}
.bf9-story-grid .story-page-copy h1{font-size:clamp(40px,4.5vw,67px);line-height:.98;letter-spacing:-.062em;margin:4px 0 0}
.bf9-story-grid .story-page-copy p{font-size:11px;line-height:1.72;color:var(--bf9-muted);max-width:610px}
.bf9-story-grid .story-page-image{min-height:470px;border:0;border-radius:0;overflow:hidden;background:#eef2f6}
.bf9-story-grid .story-page-image img{width:100%;height:100%;object-fit:cover}
.story-about .story-page-image img{object-position:center 52%}
.story-build-a-library .story-page-image img{object-position:center}
.story-csr .story-page-image img{object-position:center 40%}
.story-book-fairs .story-page-image img{object-position:center}

.bf9-page-stats{background:var(--bf9-navy);color:#fff}
.bf9-page-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-top:25px;padding-bottom:25px}
.bf9-page-stats article{padding:0 24px;border-right:1px solid rgba(255,255,255,.18)}
.bf9-page-stats article:first-child{padding-left:0}.bf9-page-stats article:last-child{border-right:0}
.bf9-page-stats strong{display:block;font-size:30px;letter-spacing:-.04em;font-variant-numeric:tabular-nums}
.bf9-page-stats span{display:block;margin-top:5px;font-size:8px;line-height:1.45;color:rgba(255,255,255,.64)}

.bf9-detail-section{padding-top:72px;padding-bottom:72px;display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:start}
.bf9-detail-intro h2,.bf9-section-title h2,.bf9-two-column-detail h2,.bf9-library-collection h2,.bf9-retail-capabilities h2,.bf9-csr-portfolio h2,.bf9-csr-reach h2{margin:5px 0 0;font-size:clamp(33px,3.6vw,52px);line-height:1.02;letter-spacing:-.055em}
.bf9-detail-intro p,.bf9-section-title p,.bf9-two-column-detail p,.bf9-library-collection p,.bf9-retail-capabilities>div>p,.bf9-csr-portfolio .bf9-section-title p{font-size:10px;line-height:1.7;color:var(--bf9-muted);max-width:720px}
.bf9-detail-aside{border-left:2px solid var(--bf9-red);padding:4px 0 4px 24px;margin-top:28px}
.bf9-detail-aside b{font-size:13px}.bf9-detail-aside p{font-size:9px;line-height:1.65;color:var(--bf9-muted)}
.bf9-name-pills{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.bf9-name-pills span{border:1px solid #dce2e9;border-radius:6px;padding:8px 10px;font-size:8px;font-weight:800;background:#fff}

.bf9-white-section{padding:70px 0;background:#f5f7fa;border-top:1px solid #e9edf2;border-bottom:1px solid #e9edf2}
.bf9-section-title{max-width:880px;margin-bottom:28px}
.bf9-service-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid #dbe2e9;border-left:1px solid #dbe2e9}
.bf9-service-grid article{min-height:215px;padding:24px 20px;background:#fff;border-right:1px solid #dbe2e9;border-bottom:1px solid #dbe2e9}
.bf9-service-grid span,.bf9-partnership-route-grid span,.bf9-csr-path-grid span{font-size:8px;font-weight:900;color:var(--bf9-red)}
.bf9-service-grid h3,.bf9-process-grid h3,.bf9-partnership-route-grid h3,.bf9-csr-path-grid h3{margin:25px 0 8px;font-size:16px;letter-spacing:-.03em}
.bf9-service-grid p,.bf9-process-grid p,.bf9-partnership-route-grid p,.bf9-csr-path-grid p{font-size:8.5px;line-height:1.62;color:var(--bf9-muted)}

.bf9-two-column-detail{padding-top:72px;padding-bottom:72px;display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}
.bf9-chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:22px}
.bf9-chip-grid span{padding:11px 12px;border:1px solid #dfe4ea;border-radius:7px;font-size:8px;font-weight:800}
.bf9-photo-stack{display:grid;grid-template-columns:1.25fr .75fr;gap:9px;height:380px}
.bf9-photo-stack img{width:100%;height:100%;object-fit:cover;border-radius:10px}.bf9-photo-stack img:last-child{margin-top:34px;height:calc(100% - 34px)}

.bf9-direction{padding:70px 0;background:var(--bf9-navy);color:#fff}
.bf9-direction-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.bf9-direction-grid article{border:1px solid rgba(255,255,255,.18);padding:34px;min-height:230px}
.bf9-direction-grid article:first-child{background:#fff;color:var(--bf9-navy)}
.bf9-direction-grid span{font-size:8px;color:var(--bf9-red);font-weight:900;letter-spacing:.13em}
.bf9-direction-grid h2{font-size:27px;line-height:1.15;letter-spacing:-.04em}.bf9-direction-grid p{font-size:10px;line-height:1.75;color:rgba(255,255,255,.72)}
.bf9-direction blockquote{max-width:980px;margin:35px auto 0;text-align:center;font-size:19px;font-weight:650;line-height:1.45;color:rgba(255,255,255,.85)}

.bf9-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.bf9-process-grid article{padding:24px;border:1px solid #dfe5eb;background:#fff;min-height:210px}
.bf9-process-grid strong{font-size:24px;color:var(--bf9-red);letter-spacing:-.04em}
.bf9-library-collection{padding-top:72px;padding-bottom:72px;display:grid;grid-template-columns:.7fr 1.3fr;gap:65px;align-items:start}
.bf9-collection-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #dfe5eb;border-left:1px solid #dfe5eb}
.bf9-collection-grid span{padding:14px;border-right:1px solid #dfe5eb;border-bottom:1px solid #dfe5eb;font-size:8px;font-weight:750;background:#fff}
.bf9-library-audience{padding:70px 0;background:var(--bf9-navy);color:#fff}.bf9-library-audience .bf7-kicker{color:#ff6673!important}
.bf9-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.bf9-audience-grid article{padding:24px;border:1px solid rgba(255,255,255,.17)}.bf9-audience-grid h3{font-size:17px;margin:0 0 8px}.bf9-audience-grid p{font-size:8.5px;line-height:1.6;color:rgba(255,255,255,.66)}

.bf9-partnership-route-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dce3ea;border-left:1px solid #dce3ea}
.bf9-partnership-route-grid article{padding:24px;background:#fff;min-height:185px;border-right:1px solid #dce3ea;border-bottom:1px solid #dce3ea}
.bf9-retail-capabilities{padding-top:72px;padding-bottom:72px;display:grid;grid-template-columns:.7fr 1.3fr;gap:65px;align-items:start}
.bf9-capability-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.bf9-capability-grid article{padding:22px;border:1px solid #dfe5eb;border-radius:8px}.bf9-capability-grid b{font-size:12px}.bf9-capability-grid p{font-size:8px;line-height:1.55;color:var(--bf9-muted)}
.bf9-collab-steps{padding:65px 0;background:#f5f7fa;border-top:1px solid #e6ebf0}.bf9-process-line{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #dce2e9;border-left:1px solid #dce2e9}.bf9-process-line span{min-height:90px;padding:18px;border-right:1px solid #dce2e9;border-bottom:1px solid #dce2e9;font-size:8px;line-height:1.55;font-weight:750;background:#fff}.bf9-process-line b{display:block;color:var(--bf9-red);font-size:8px;margin-bottom:10px}

.bf9-csr-lead{padding-top:72px;padding-bottom:72px;display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.bf9-csr-big{padding:35px;border-left:5px solid var(--bf9-red);background:#f5f7fa}.bf9-csr-big strong{display:block;font-size:clamp(48px,6vw,80px);line-height:.95;letter-spacing:-.065em;color:var(--bf9-navy);font-variant-numeric:tabular-nums}.bf9-csr-big span{display:block;margin-top:10px;font-size:9px;color:var(--bf9-muted)}
.bf9-csr-lead h2{font-size:clamp(31px,3.5vw,50px);line-height:1.02;letter-spacing:-.055em;margin:5px 0 0}.bf9-csr-lead p{font-size:10px;line-height:1.7;color:var(--bf9-muted);max-width:720px}
.bf9-csr-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.bf9-csr-path-grid article{padding:23px;background:#fff;border:1px solid #dfe5eb;min-height:190px}
.bf9-csr-portfolio{padding-top:72px;padding-bottom:72px}.bf9-project-list{border-top:1px solid #dfe5eb}.bf9-project-list article{display:grid;grid-template-columns:90px 1.2fr 120px 1.4fr;gap:18px;align-items:start;padding:18px 0;border-bottom:1px solid #e2e7ed}.bf9-project-list article>span{color:var(--bf9-red);font-size:8px;font-weight:850}.bf9-project-list article>b{font-size:9px;line-height:1.5}.bf9-project-list article>strong{font-size:9px;color:var(--bf9-navy)}.bf9-project-list article>p{margin:0;font-size:8px;line-height:1.55;color:var(--bf9-muted)}
.bf9-csr-reach{padding:68px 0;background:var(--bf9-navy);color:#fff}.bf9-csr-reach .bf7-kicker{color:#ff6673!important}.bf9-csr-reach-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:26px}.bf9-csr-reach-grid article{padding:0 24px;border-right:1px solid rgba(255,255,255,.18)}.bf9-csr-reach-grid article:first-child{padding-left:0}.bf9-csr-reach-grid article:last-child{border-right:0}.bf9-csr-reach-grid strong{font-size:32px;letter-spacing:-.045em;font-variant-numeric:tabular-nums}.bf9-csr-reach-grid span{display:block;margin-top:6px;font-size:8px;line-height:1.5;color:rgba(255,255,255,.65)}

/* Book fairs: image-led opening, but compact and followed by practical content */
.bf9-fair-intro{padding-top:60px;padding-bottom:28px;display:flex;align-items:end;justify-content:space-between;gap:30px}.bf9-fair-intro h2{font-size:clamp(31px,3.5vw,48px);line-height:1.03;letter-spacing:-.05em;margin:4px 0 0}.bf9-fair-intro p{font-size:10px;color:var(--bf9-muted);max-width:700px;line-height:1.65}
.bf9-fair-gallery{width:100%;display:grid;grid-template-columns:repeat(6,1fr);height:260px;gap:4px;background:#fff}.bf9-fair-gallery figure{margin:0;overflow:hidden}.bf9-fair-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.bf9-fair-gallery figure:hover img{transform:scale(1.04)}
.bf9-fair-activities{display:grid;grid-template-columns:repeat(6,1fr);padding-top:30px;padding-bottom:30px;border-bottom:1px solid #e6ebf0}.bf9-fair-activities article{padding:10px 16px;border-right:1px solid #e1e6ec}.bf9-fair-activities article:last-child{border-right:0}.bf9-fair-activities span{display:block;color:var(--bf9-red);font-size:7px;font-weight:900;margin-bottom:6px}.bf9-fair-activities b{font-size:8.5px}.bf9-fair-process{padding-top:54px;padding-bottom:60px}

/* Existing enquiry form harmonization */
.page-enquiry-wrap{background:var(--bf9-navy)!important}.page-enquiry-form{border-radius:10px!important}.page-enquiry-form input,.page-enquiry-form textarea,.page-enquiry-form select{border-radius:7px!important}

/* Footer */
.bf6-footer{background:#071b40!important}
.bf6-footer .footer-about img{width:150px;max-height:66px;object-fit:contain;object-position:left center}

@media(max-width:1100px){
  .bf9-hero-slide{grid-template-columns:45% 55%}.bf9-hero-copy{padding-left:34px;padding-right:34px}
  .bf9-hero-controls{left:34px}.bf9-quick-discovery .shell{grid-template-columns:240px 1fr}
  .bf9-service-grid{grid-template-columns:repeat(3,1fr)}
  .bf9-service-grid article:nth-child(n+4){min-height:180px}
  .bf9-project-list article{grid-template-columns:75px 1fr 105px 1.2fr;gap:12px}
}

@media(max-width:900px){
  .bf9-hero-slider{height:540px}.bf9-hero-slide{grid-template-columns:1fr;grid-template-rows:285px 255px}.bf9-hero-image{grid-row:1;height:285px;min-height:0}.bf9-hero-copy{grid-row:2;padding:26px 22px 38px;justify-content:flex-start}.bf9-hero-copy h1,.bf9-hero-copy h2{font-size:36px;max-width:680px}.bf9-hero-copy p{font-size:9px;margin-top:9px}.bf9-hero-actions{margin-top:14px}.bf9-hero-controls{left:22px;bottom:10px}.bf9-hero-image img{height:285px}
  .bf9-shelf{padding:42px 0 36px}.bf9-shelf-first{padding-top:25px}.bf9-product-row{grid-auto-columns:180px}.bf9-product-row .product-cover{height:232px!important}
  .bf9-quick-discovery .shell{grid-template-columns:1fr;gap:17px}.bf9-quick-links{grid-template-columns:repeat(3,1fr)}
  .bf9-numbers-grid,.bf9-page-stats-grid{grid-template-columns:1fr 1fr}.bf9-numbers article,.bf9-page-stats article{padding:15px 20px;border-right:1px solid #dce2ea;border-bottom:1px solid #dce2ea}.bf9-page-stats article{border-color:rgba(255,255,255,.18)}.bf9-numbers article:nth-child(2n),.bf9-page-stats article:nth-child(2n){border-right:0}.bf9-numbers article:nth-last-child(-n+2),.bf9-page-stats article:nth-last-child(-n+2){border-bottom:0}
  .bf9-story-strip-grid{grid-template-columns:38% 62%}.bf9-story-copy{padding:28px}.bf9-partnership-band-grid{grid-template-columns:1fr;gap:30px}
  .bf9-service-rail-inner{grid-template-columns:repeat(3,1fr)}.bf9-service-rail a:nth-child(3){border-right:0}.bf9-service-rail a:nth-child(-n+3){border-bottom:1px solid #dfe5ec}
  .bf9-community-grid{gap:30px}
  .bf9-story-grid{grid-template-columns:1fr;grid-template-rows:auto 360px;min-height:0}.bf9-story-grid .story-page-copy{padding:42px 28px}.bf9-story-grid .story-page-image{min-height:360px}
  .bf9-detail-section,.bf9-two-column-detail,.bf9-library-collection,.bf9-retail-capabilities,.bf9-csr-lead{grid-template-columns:1fr;gap:35px}.bf9-detail-section{padding-top:55px;padding-bottom:55px}.bf9-service-grid{grid-template-columns:1fr 1fr}.bf9-process-grid{grid-template-columns:1fr 1fr}.bf9-audience-grid{grid-template-columns:1fr 1fr}.bf9-partnership-route-grid{grid-template-columns:1fr 1fr}.bf9-project-list article{grid-template-columns:75px 1fr 105px}.bf9-project-list article>p{grid-column:2/-1}.bf9-csr-reach-grid{grid-template-columns:1fr 1fr;gap:0}.bf9-csr-reach-grid article{padding:18px;border-bottom:1px solid rgba(255,255,255,.18)}.bf9-csr-reach-grid article:nth-child(2n){border-right:0}.bf9-csr-reach-grid article:nth-last-child(-n+2){border-bottom:0}
  .bf9-fair-gallery{grid-template-columns:repeat(3,1fr);height:440px}.bf9-fair-activities{grid-template-columns:repeat(3,1fr)}.bf9-fair-activities article:nth-child(3){border-right:0}.bf9-fair-activities article:nth-child(-n+3){border-bottom:1px solid #e1e6ec}
}

@media(max-width:600px){
  .bf9-hero-slider{height:500px}.bf9-hero-slide{grid-template-rows:250px 250px}.bf9-hero-image,.bf9-hero-image img{height:250px}.bf9-hero-copy{padding:20px 14px 36px}.bf9-hero-copy h1,.bf9-hero-copy h2{font-size:30px;line-height:1}.bf9-hero-copy p{font-size:8px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bf9-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:7px}.bf9-btn{min-height:38px;padding:0 9px;font-size:7.5px}.bf9-hero-controls{left:14px;bottom:8px}.bf9-hero-controls .hero-arrow{width:27px;height:27px}
  .bf9-shelf{padding:32px 0 28px}.bf9-shelf-first{padding-top:18px}.bf9-shelf-head{align-items:flex-start;margin-bottom:13px}.bf9-shelf-head h2{font-size:24px}.bf9-shelf-head p{font-size:8px}.bf9-view-all{font-size:7.5px}.bf9-product-row{grid-auto-columns:46vw;gap:10px;margin-right:-12px;padding-right:12px}.bf9-product-row .product-cover{height:205px!important}.bf9-product-row .product-title{font-size:9px!important}.bf9-product-row .quick-add button{height:32px!important}
  .bf9-quick-discovery{padding:28px 0}.bf9-quick-copy h2{font-size:23px}.bf9-quick-links{grid-template-columns:1fr 1fr}.bf9-quick-links a{min-height:47px;padding:0 10px;font-size:8px}
  .bf9-numbers-grid,.bf9-page-stats-grid{padding-top:0;padding-bottom:0}.bf9-numbers strong,.bf9-page-stats strong{font-size:24px}.bf9-numbers span,.bf9-page-stats span{font-size:7px}
  .bf9-story-strip{padding:28px 0}.bf9-story-strip-grid{grid-template-columns:1fr;min-height:0}.bf9-story-photo{height:190px}.bf9-story-copy{padding:23px 20px}.bf9-story-copy h2{font-size:27px}.bf9-story-copy p{font-size:8.5px}.bf9-story-links a{font-size:7px;padding:9px}
  .bf9-partnership-band{padding:38px 0}.bf9-partnership-band h2{font-size:29px}.bf9-partnership-band nav{grid-template-columns:1fr}.bf9-partnership-band nav a{min-height:85px;padding:15px}
  .bf9-service-rail-inner{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.bf9-service-rail a{flex:0 0 55vw;scroll-snap-align:start;border-bottom:0!important;border-right:1px solid #dfe5ec!important}
  .bf9-community{padding:36px 0 80px}.bf9-community-grid{grid-template-columns:1fr;gap:20px}.bf9-community h2{font-size:31px}.bf9-community form>div{grid-template-columns:1fr}.bf9-community input{border-radius:7px 7px 0 0}.bf9-community button{height:40px;border-radius:0 0 7px 7px}
  .bf9-story-grid{grid-template-rows:auto 265px}.bf9-story-grid .story-page-copy{padding:32px 16px}.bf9-story-grid .story-page-copy h1{font-size:37px}.bf9-story-grid .story-page-copy p{font-size:9px}.bf9-story-grid .story-page-image{min-height:265px}
  .bf9-detail-section,.bf9-two-column-detail,.bf9-library-collection,.bf9-retail-capabilities,.bf9-csr-lead{padding-top:45px;padding-bottom:45px;gap:25px}.bf9-detail-intro h2,.bf9-section-title h2,.bf9-two-column-detail h2,.bf9-library-collection h2,.bf9-retail-capabilities h2,.bf9-csr-portfolio h2,.bf9-csr-reach h2{font-size:31px}.bf9-detail-intro p,.bf9-section-title p,.bf9-two-column-detail p,.bf9-library-collection p{font-size:9px}.bf9-detail-aside{margin-top:0}.bf9-white-section{padding:45px 0}.bf9-service-grid,.bf9-process-grid,.bf9-audience-grid,.bf9-partnership-route-grid{grid-template-columns:1fr}.bf9-service-grid article,.bf9-process-grid article,.bf9-partnership-route-grid article,.bf9-csr-path-grid article{min-height:0;padding:20px}.bf9-service-grid h3,.bf9-process-grid h3,.bf9-partnership-route-grid h3,.bf9-csr-path-grid h3{margin-top:14px}.bf9-chip-grid{grid-template-columns:1fr}.bf9-photo-stack{height:260px}.bf9-direction-grid{grid-template-columns:1fr}.bf9-direction-grid article{min-height:0;padding:24px}.bf9-direction blockquote{font-size:15px;margin-top:25px;padding:0 15px}.bf9-collection-grid{grid-template-columns:1fr}.bf9-capability-grid{grid-template-columns:1fr}.bf9-process-line{grid-template-columns:1fr 1fr}.bf9-csr-big{padding:25px 18px}.bf9-csr-big strong{font-size:50px}.bf9-csr-path-grid{grid-template-columns:1fr 1fr}.bf9-csr-portfolio{padding-top:45px;padding-bottom:45px}.bf9-project-list article{grid-template-columns:62px 1fr;gap:9px;padding:15px 0}.bf9-project-list article>strong{grid-column:2}.bf9-project-list article>p{grid-column:2}.bf9-csr-reach-grid{grid-template-columns:1fr}.bf9-csr-reach-grid article{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)!important;padding:17px 0}.bf9-csr-reach-grid article:last-child{border-bottom:0!important}.bf9-fair-intro{align-items:flex-start;flex-direction:column;padding-top:42px}.bf9-fair-gallery{grid-template-columns:repeat(2,1fr);height:540px}.bf9-fair-activities{grid-template-columns:1fr 1fr}.bf9-fair-activities article{border-bottom:1px solid #e1e6ec!important}.bf9-fair-activities article:nth-child(2n){border-right:0}.bf9-fair-activities article:nth-last-child(-n+2){border-bottom:0!important}
}

@media(prefers-reduced-motion:reduce){
  .bf9-hero-image img,.bf9-story-photo img{transition:none!important;transform:none!important}
}
