/* BooksFirst storefront v7 — cinematic editorial African bookstore
   User-supplied BooksFirst artwork + real stock photography only. */
:root{
  --bf7-navy:#0b1f46;
  --bf7-navy-deep:#07152f;
  --bf7-red:#ec2638;
  --bf7-cream:#f7f0e5;
  --bf7-paper:#fffaf3;
  --bf7-sand:#e9dcc9;
  --bf7-gold:#bc8a37;
  --bf7-ink:#101722;
  --bf7-muted:#667080;
  --bf7-line:#e6e2dc;
  --bf7-radius:28px;
  --bf7-shadow:0 28px 70px rgba(8,26,59,.12);
}
body{background:#fff;color:var(--bf7-ink)}
.page-home main{overflow:hidden}
.bf7-kicker{display:block;margin:0 0 12px;color:var(--bf7-red);font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.bf7-section-intro{max-width:760px;margin-bottom:34px}.bf7-section-intro.compact{max-width:690px}.bf7-section-intro h2,.bf7-section-head h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.055em;font-weight:800}.bf7-section-intro p,.bf7-section-head p{margin:14px 0 0;color:var(--bf7-muted);font-size:13px;line-height:1.75;max-width:680px}
.bf7-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:28px}.bf7-section-head>div{max-width:780px}.bf7-link{display:inline-flex;align-items:center;gap:10px;color:var(--bf7-navy);font-size:11px;font-weight:800;border-bottom:1px solid rgba(11,31,70,.35);padding-bottom:4px;transition:color .22s,border-color .22s}.bf7-link:hover{color:var(--bf7-red);border-color:var(--bf7-red)}
.bf7-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 21px;border-radius:999px;font-size:10px;font-weight:850;letter-spacing:.01em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.bf7-button svg,.button-arrow{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.button-arrow.back{margin-right:5px}.bf7-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,21,47,.16)}.bf7-button.primary{background:var(--bf7-navy);color:#fff}.bf7-button.primary:hover{background:#123063}.bf7-button.ghost{border:1px solid #cfd5de;background:#fff;color:var(--bf7-navy)}.bf7-button.light{background:#fff;color:var(--bf7-navy)}
.cinematic-photo{background-size:cover;background-position:center;will-change:transform;transition:transform 1.1s cubic-bezier(.2,.72,.2,1)}.reveal-on-scroll.is-visible .cinematic-photo{transform:scale(1)}
.reveal-on-scroll{transform:translateY(26px);filter:blur(2px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1),filter .75s ease}.reveal-on-scroll.is-visible{filter:none}

/* CINEMATIC LOADER */
.bf7-loader{background:radial-gradient(circle at 50% 58%,#18376f 0%,#0a1e46 42%,#06142f 78%,#030b1d 100%);overflow:hidden;transition:opacity .7s ease,visibility .7s ease;z-index:9999}
.bf7-loader-grain{position:absolute;inset:0;opacity:.12;pointer-events:none;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.15) 0 1px,transparent 1.2px),radial-gradient(circle at 72% 62%,rgba(255,255,255,.1) 0 1px,transparent 1.2px);background-size:17px 17px,23px 23px;mix-blend-mode:soft-light}
.bf7-loader-glow{position:absolute;left:50%;top:58%;width:min(760px,82vw);height:min(360px,42vw);transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(255,192,108,.38) 0%,rgba(255,178,69,.13) 38%,transparent 72%);filter:blur(12px);animation:bf7Glow 2.2s ease-in-out infinite alternate}
.bf7-loader-stage{position:relative;display:grid;justify-items:center;align-content:center;gap:11px;width:min(860px,92vw);height:min(720px,92vh);color:#fff;text-align:center}
.bf7-loader-book-scene{position:relative;width:min(720px,78vw);height:min(340px,37vw);min-height:180px;display:grid;place-items:center;perspective:1100px}
.bf7-loader-open-book{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transform:scaleX(.06) scaleY(.92) translateY(18px);filter:drop-shadow(0 34px 36px rgba(0,0,0,.42));animation:bf7BookOpen 1.3s cubic-bezier(.18,.84,.25,1) .18s forwards}
.bf7-loader-open-book img{width:100%;height:100%;object-fit:contain}
.bf7-loader-closed-book{position:absolute;width:50%;height:18%;top:47%;border-radius:8px;background:linear-gradient(180deg,#122f64,#071a3e);box-shadow:0 16px 30px rgba(0,0,0,.38);transform:rotateX(64deg) scaleX(.74);animation:bf7ClosedBook .8s ease .05s forwards}
.bf7-loader-page{position:absolute;top:27%;left:50%;width:34%;height:48%;border-radius:4px 20px 20px 4px;background:linear-gradient(90deg,#f2e8d8,#fff 76%);transform-origin:left center;opacity:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.18));z-index:4}.bf7-loader-page.page-a{animation:bf7PageFlip .6s cubic-bezier(.4,0,.2,1) .72s}.bf7-loader-page.page-b{animation:bf7PageFlip .62s cubic-bezier(.4,0,.2,1) 1.02s}.bf7-loader-page.page-c{animation:bf7PageFlip .64s cubic-bezier(.4,0,.2,1) 1.3s}
.bf7-loader-bookmark{position:absolute;left:50%;top:55%;width:9px;height:94px;background:var(--bf7-red);border-radius:3px 3px 1px 1px;clip-path:polygon(0 0,100% 0,100% 100%,50% 88%,0 100%);z-index:6;opacity:0;transform:translate(-50%,-38px);animation:bf7Bookmark .6s ease 1.45s forwards}
.bf7-loader-logo{width:min(265px,52vw);opacity:0;transform:translateY(10px);filter:drop-shadow(0 10px 26px rgba(0,0,0,.28));animation:bf7LoaderCopy .5s ease 1.25s forwards}
.bf7-loader-copy{display:grid;justify-items:center;gap:5px;opacity:0;transform:translateY(8px);animation:bf7LoaderCopy .5s ease 1.52s forwards}.bf7-loader-copy b{font-size:15px;letter-spacing:.02em}.bf7-loader-copy span{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.72)}.bf7-loader-copy small{margin-top:3px;font-size:9px;font-weight:800;color:#f6c9cc}
@keyframes bf7BookOpen{0%{opacity:.18;transform:scaleX(.04) scaleY(.9) translateY(22px)}45%{opacity:1}100%{opacity:1;transform:scaleX(1) scaleY(1) translateY(0)}}
@keyframes bf7ClosedBook{to{opacity:0;transform:rotateX(78deg) scaleX(.16)}}
@keyframes bf7PageFlip{0%{opacity:0;transform:rotateY(0deg)}12%{opacity:.88}100%{opacity:0;transform:rotateY(-178deg)}}
@keyframes bf7Bookmark{to{opacity:1;transform:translate(-50%,0)}}
@keyframes bf7LoaderCopy{to{opacity:1;transform:none}}
@keyframes bf7Glow{to{transform:translate(-50%,-50%) scale(1.08);opacity:.8}}

/* HEADER + MOBILE MENU */
.bf6-header .brand img{width:125px}.utility-bar{background:#edf5ff;color:#355f91}.bf6-subnav .hashtag{color:var(--bf7-red)}
.bf7-mobile-drawer{background:var(--bf7-paper)!important;padding:0!important}.bf7-drawer-top{position:relative;padding:27px 24px 24px;background:linear-gradient(145deg,#071731,#102e62);color:#fff;min-height:178px}.bf7-drawer-top>img{width:154px}.bf7-drawer-top>button{position:absolute;right:20px;top:20px;width:38px;height:38px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.08);display:grid;place-items:center;color:#fff}.bf7-drawer-top>button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.bf7-drawer-top p{margin:25px 0 3px;font-size:20px;font-weight:800;letter-spacing:-.04em}.bf7-drawer-top span{font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#f6c8cc}.bf7-drawer-scroll{padding:20px 19px 32px}.bf7-drawer-group{display:grid;gap:0;margin-bottom:22px}.bf7-drawer-group small{padding:0 5px 9px;color:#8a8177;font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.bf7-drawer-group a{padding:11px 5px;border-bottom:1px solid #eee5d9;font-size:12px;font-weight:750}.bf7-drawer-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.bf7-drawer-actions a{display:grid;justify-items:center;gap:7px;padding:13px 8px;border:1px solid #e4dbcf;border-radius:14px;background:#fff;font-size:8px;font-weight:800}.bf7-drawer-actions svg{width:20px;height:20px;fill:none;stroke:var(--bf7-navy);stroke-width:1.6}.bf7-mobile-drawer .drawer-install{margin:14px 0 0;background:var(--bf7-navy);border-radius:14px}

/* HERO — split composition so copy never covers the photograph */
.bf7-hero{padding:18px 0 32px;background:linear-gradient(180deg,#fff 0%,#fffaf4 100%)}.bf7-hero-shell{width:min(1440px,calc(100% - 40px))}.bf7-hero-slider{position:relative;min-height:610px;border-radius:32px;overflow:hidden;background:var(--bf7-paper);box-shadow:var(--bf7-shadow)}.bf7-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(420px,.88fr) minmax(0,1.35fr);opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.bf7-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.bf7-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:70px 54px 86px 64px;background:linear-gradient(145deg,#fffdf8,#f7efe4);position:relative;z-index:2}.bf7-hero-copy:after{content:"";position:absolute;right:-1px;top:12%;bottom:12%;width:1px;background:linear-gradient(transparent,#dfd5c8,transparent)}.bf7-hero-copy h1,.bf7-hero-copy h2{font-family:'Montserrat',Arial,sans-serif;margin:0;color:var(--bf7-navy);font-size:clamp(44px,4.7vw,72px);font-weight:800;line-height:.96;letter-spacing:-.067em;max-width:650px}.bf7-hero-copy p{margin:21px 0 0;max-width:560px;color:#5b6270;font-size:13px;line-height:1.75}.bf7-actions{display:flex;flex-wrap:wrap;align-items:center;gap:11px 14px;margin-top:28px}.bf7-hero-note{display:flex;align-items:center;gap:10px;margin-top:30px;color:var(--bf7-navy)}.bf7-hero-note>span{width:33px;height:2px;background:var(--bf7-red)}.bf7-hero-note b{font-size:9px}.bf7-hero-note small{font-size:8px;color:#8b8175}.bf7-hero-visual{background-image:var(--hero-image);min-height:610px;position:relative;transform:scale(1.025)}.bf7-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(5,18,42,.18))}.bf7-hero-controls{position:absolute;left:64px;bottom:28px;z-index:8;display:flex;align-items:center;gap:11px}.bf7-hero-controls .hero-arrow{width:38px;height:38px;border:1px solid #d6d0c8;background:#fff;border-radius:50%;display:grid;place-items:center;color:var(--bf7-navy);cursor:pointer}.bf7-hero-controls .hero-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.bf7-hero-controls .hero-dots{display:flex;gap:6px}.bf7-hero-controls .hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#c6bcae;transition:width .2s,background .2s}.bf7-hero-controls .hero-dots button.is-active{width:27px;background:var(--bf7-red)}

/* MOVEMENT */
.bf7-movement{padding:92px 0 74px}.bf7-movement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.bf7-movement-grid article{min-height:230px;padding:29px 25px;border:1px solid var(--bf7-line);border-radius:22px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s,border-color .3s}.bf7-movement-grid article:hover{transform:translateY(-6px);box-shadow:0 20px 46px rgba(8,26,59,.08);border-color:#d5c9ba}.bf7-movement-grid img{width:58px;height:58px;object-fit:contain;object-position:left center}.bf7-movement-grid b{font-size:18px;letter-spacing:-.035em}.bf7-movement-grid p{margin:8px 0 0;color:var(--bf7-muted);font-size:10px;line-height:1.65}

/* READING WORLDS */
.bf7-worlds{padding:88px 0 94px;background:#f7f1e8}.bf7-world-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.bf7-world{position:relative;min-height:360px;border-radius:24px;overflow:hidden;background:#fff;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px rgba(7,21,47,.045);transition:transform .32s ease,box-shadow .32s ease}.bf7-world:hover{transform:translateY(-7px);box-shadow:0 24px 46px rgba(7,21,47,.11)}.bf7-world>div:last-child{padding:22px 22px 24px}.bf7-world>div:last-child>span{font-size:8px;font-weight:900;color:var(--bf7-red);letter-spacing:.1em}.bf7-world h3{margin:7px 0 8px;font-size:24px;line-height:1.05;letter-spacing:-.05em}.bf7-world p{margin:0;color:var(--bf7-muted);font-size:9px;line-height:1.55}.bf7-world-photo{height:205px;background-size:cover;background-position:center;transition:transform .65s ease}.bf7-world:hover .bf7-world-photo{transform:scale(1.045)}.bf7-world-icon{width:95px;height:95px;object-fit:contain;margin:45px auto 10px}.bf7-world-growth{background:#edf5ff}.bf7-world-fiction{background:#fff2f3}.bf7-world-wholesale{background:#fff7e8}.bf7-world-arrivals{background:#0c234f;color:#fff}.bf7-world-arrivals p{color:rgba(255,255,255,.68)}.bf7-world-books{position:relative;height:210px}.bf7-world-books img{position:absolute;width:90px;height:145px;object-fit:cover;left:calc(50% - 80px + var(--i)*36px);top:30px;transform:rotate(calc(-12deg + var(--i)*8deg));transform-origin:bottom center;box-shadow:0 14px 22px rgba(0,0,0,.26);border-radius:3px}

/* PRODUCT SHELF */
.bf7-shelf{padding:82px 0}.bf7-product-row{grid-auto-columns:minmax(190px,1fr);gap:14px}.bf7-product-row .product-card{border-radius:18px}.bf7-product-row .product-cover{height:270px;background:#f8f7f5}.bf7-product-row .product-content{padding:15px}.bf7-product-row .quick-add button{border-radius:999px}

/* KIDS SIGNATURE */
.bf7-kids{display:grid;grid-template-columns:1.15fr .85fr;min-height:560px;margin-top:28px;margin-bottom:90px;border-radius:30px;overflow:hidden;background:#eef5ff;box-shadow:var(--bf7-shadow)}.bf7-kids-photo{min-height:560px;background-position:center 38%}.bf7-kids-copy{padding:58px 54px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bf7-kids-icon{width:72px;height:72px;object-fit:contain;margin-bottom:23px}.bf7-kids-copy h2{margin:0;color:var(--bf7-navy);font-size:clamp(40px,4.2vw,62px);line-height:.98;letter-spacing:-.06em}.bf7-kids-copy p{margin:18px 0 26px;color:#58687c;font-size:12px;line-height:1.75;max-width:470px}

/* AFRICAN VOICES */
.bf7-african-voices{padding:90px 0;background:linear-gradient(145deg,#071934,#0d2c5d);color:#fff;overflow:hidden}.bf7-african-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:72px;align-items:center}.bf7-african-copy{position:relative;z-index:2}.bf7-african-copy .bf7-kicker{color:#ffc4c8}.bf7-african-copy h2{margin:0;font-size:clamp(44px,5vw,70px);line-height:.98;letter-spacing:-.06em}.bf7-african-copy p{margin:18px 0 28px;max-width:520px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.75}.bf7-africa-mark{width:82px;height:82px;object-fit:contain;margin-bottom:23px}.bf7-african-books{position:relative;height:500px;display:grid;place-items:center}.bf7-african-books:before{content:"";position:absolute;width:470px;height:470px;border-radius:50%;background:radial-gradient(circle,rgba(255,197,112,.18),transparent 68%)}.bf7-african-books>a{position:absolute;width:170px;height:260px;border-radius:5px;overflow:hidden;background:#f6efe4;box-shadow:0 30px 44px rgba(0,0,0,.34);transform:translateX(calc((var(--i) - 2)*105px)) rotate(calc((var(--i) - 2)*7deg));transition:transform .35s ease}.bf7-african-books>a:hover{z-index:5;transform:translateX(calc((var(--i) - 2)*105px)) translateY(-14px) rotate(0)}.bf7-african-books img{width:100%;height:100%;object-fit:cover}.bf7-mini-fallback{display:grid;place-items:start center;width:100%;height:100%;padding:28px 16px;color:#fff;font-size:11px;font-weight:850;text-align:center;text-transform:uppercase;letter-spacing:.035em;background-image:var(--fallback-cover);background-size:cover;background-position:center;background-repeat:no-repeat}.bf7-mini-fallback b{max-width:92%;text-shadow:0 2px 6px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}

/* IMPACT */
.bf7-impact{display:grid;grid-template-columns:1.1fr .9fr;gap:0;margin-top:96px;margin-bottom:96px;border:1px solid var(--bf7-line);border-radius:30px;overflow:hidden;background:#fff}.bf7-impact-photo{min-height:590px}.bf7-impact-copy{padding:64px 58px;display:flex;flex-direction:column;justify-content:center}.bf7-impact-copy h2{margin:0;font-size:clamp(42px,4.4vw,64px);line-height:.98;letter-spacing:-.06em}.bf7-impact-copy>p{margin:18px 0 28px;color:var(--bf7-muted);font-size:12px;line-height:1.75}.bf7-impact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0 0 26px}.bf7-impact-stats div{padding:17px 14px;border-top:1px solid #ddd4c7}.bf7-impact-stats strong{display:block;color:var(--bf7-navy);font-size:26px;letter-spacing:-.05em}.bf7-impact-stats span{display:block;margin-top:4px;color:#777063;font-size:8px;line-height:1.45}

/* LIBRARY */
.bf7-library{padding:92px 0;background:linear-gradient(135deg,#081a39,#0d2b5b);color:#fff}.bf7-library-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:center}.bf7-library-copy .bf7-kicker{color:#ffc3c7}.bf7-library-copy h2{margin:0;font-size:clamp(43px,4.7vw,67px);line-height:.98;letter-spacing:-.06em}.bf7-library-copy>p{margin:18px 0 25px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.75}.bf7-library-points{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 28px}.bf7-library-points span{padding:12px 13px;border:1px solid rgba(255,255,255,.16);border-radius:11px;font-size:9px;font-weight:700;background:rgba(255,255,255,.04)}.bf7-library-photo{min-height:560px;border-radius:26px;background-position:center;box-shadow:0 30px 60px rgba(0,0,0,.26)}

/* PARTNERSHIPS */
.bf7-partnerships{padding:96px 0}.bf7-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bf7-partner-grid>a{display:grid;grid-template-columns:.95fr 1.05fr;min-height:430px;border:1px solid var(--bf7-line);border-radius:26px;overflow:hidden;background:#fff;transition:transform .3s,box-shadow .3s}.bf7-partner-grid>a:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(7,21,47,.1)}.bf7-partner-photo{min-height:100%;background-size:cover;background-position:center}.bf7-partner-grid>a>div:last-child{padding:34px 29px;display:flex;flex-direction:column;justify-content:center}.bf7-partner-grid span{font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:var(--bf7-red)}.bf7-partner-grid h3{margin:11px 0 12px;font-size:28px;line-height:1.05;letter-spacing:-.05em}.bf7-partner-grid p{margin:0 0 19px;color:var(--bf7-muted);font-size:10px;line-height:1.65}.bf7-partner-grid b{font-size:9px;color:var(--bf7-navy);border-bottom:1px solid #c5bdaf;align-self:flex-start;padding-bottom:4px}

/* GIFTS + COMMUNITY */
.bf7-gifts{display:grid;grid-template-columns:1.1fr .9fr;min-height:500px;border-radius:30px;overflow:hidden;background:#fff5ed;margin-bottom:80px}.bf7-gifts-photo{min-height:500px}.bf7-gifts-copy{padding:55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.bf7-gifts-copy h2{margin:0;font-size:clamp(40px,4vw,58px);line-height:1;letter-spacing:-.06em}.bf7-gifts-copy p{margin:17px 0 25px;color:var(--bf7-muted);font-size:12px;line-height:1.7}
.bf7-community{padding:64px 0;background:#f3eadf}.bf7-community-grid{display:grid;grid-template-columns:1.2fr .95fr auto;gap:36px;align-items:center}.bf7-community h2{margin:0;font-size:clamp(32px,3.5vw,48px);letter-spacing:-.055em}.bf7-community p{margin:11px 0 0;color:#726a61;font-size:10px;line-height:1.65}.bf7-community form label{display:block;margin-bottom:7px;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#746b60}.bf7-community form>div{display:grid;grid-template-columns:1fr auto;border:1px solid #d8ccbc;border-radius:999px;background:#fff;overflow:hidden;padding:4px}.bf7-community input{border:0;outline:0;padding:0 16px;font-size:10px;min-width:0}.bf7-community button{border:0;border-radius:999px;background:var(--bf7-navy);color:#fff;padding:0 18px;min-height:42px;font-size:9px;font-weight:850}.bf7-community>div>strong{font-size:15px;color:var(--bf7-red);white-space:nowrap}

/* BOOK COVER FALLBACK — user-supplied cover template, title overlaid instead of a flat colour */
.bf7-cover-fallback{position:relative!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;background-image:var(--fallback-cover)!important;background-size:cover!important;background-position:center!important;color:#fff!important;padding:18% 12% 12%!important;overflow:hidden}.bf7-cover-fallback:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,18,47,.08),rgba(4,18,47,.05) 58%,rgba(4,18,47,.28));pointer-events:none}.bf7-cover-fallback span,.bf7-cover-fallback small{position:relative;z-index:2;text-shadow:0 2px 8px rgba(0,0,0,.28)}.bf7-cover-fallback span{font-size:clamp(11px,1vw,15px)!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.02em!important;max-width:84%}.bf7-cover-fallback small{margin-top:9px!important;color:rgba(255,255,255,.78)!important;font-size:7px!important;letter-spacing:.04em!important;text-transform:none!important;max-width:78%}.cover-fallback.big.bf7-cover-fallback span{font-size:clamp(19px,2vw,29px)!important}.cover-fallback.big.bf7-cover-fallback small{font-size:10px!important}.bf7-mini-cover-fallback,.bf7-summary-cover-fallback{display:flex;align-items:flex-start;justify-content:center;width:100%;height:100%;padding:12px 8px;background-image:var(--fallback-cover);background-size:cover;background-position:center;color:#fff;text-align:center;overflow:hidden}.bf7-mini-cover-fallback b,.bf7-summary-cover-fallback b{font-size:6px;line-height:1.2;margin-top:6px;text-shadow:0 1px 4px rgba(0,0,0,.4)}.bf7-summary-cover-fallback{width:42px;height:54px;border-radius:4px;padding:5px}.bf7-summary-cover-fallback b{font-size:4.8px}.bf7-search-cover-fallback{width:42px!important;height:56px!important;border-radius:4px!important;background-size:cover!important;background-position:center!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:7px 4px!important;color:#fff!important}.bf7-search-cover-fallback b{font-size:5px!important;line-height:1.15;text-align:center;margin-top:3px;text-shadow:0 1px 3px rgba(0,0,0,.45)}

/* STORY PAGES */
.story-page-hero{background:linear-gradient(180deg,#fff,#fbf6ef);padding-top:34px}.story-page-grid{border-radius:30px;overflow:hidden;background:#fff;border:1px solid var(--bf7-line);box-shadow:0 16px 45px rgba(7,21,47,.06)}.story-page-copy h1{font-weight:800!important;letter-spacing:-.06em!important}.story-page-image{border-radius:0!important}.story-page-image span{display:none}.story-features{gap:10px;margin-top:20px}.story-features article{border-radius:17px;background:#fff;border-color:var(--bf7-line)}
.bf7-story-gallery{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:240px 240px;gap:12px;margin-top:24px;margin-bottom:55px}.bf7-story-gallery figure{margin:0;overflow:hidden;border-radius:22px;background:#eee}.bf7-story-gallery .gallery-1{grid-row:1/3}.bf7-story-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease}.bf7-story-gallery figure:hover img{transform:scale(1.035)}
.bf7-library-types{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:75px}.bf7-library-types article{padding:25px;border:1px solid var(--bf7-line);border-radius:20px;background:#fff}.bf7-library-types span,.bf7-impact-process span{font-size:8px;font-weight:900;color:var(--bf7-red)}.bf7-library-types h3{font-size:20px;letter-spacing:-.04em;margin:9px 0}.bf7-library-types p{font-size:9px;line-height:1.6;color:var(--bf7-muted);margin:0}
.bf7-corporate-intro{max-width:760px;margin-bottom:26px}.bf7-corporate-intro h2{font-size:clamp(35px,4vw,55px);letter-spacing:-.055em;line-height:1;margin:8px 0 13px}.bf7-corporate-intro p{font-size:11px;color:var(--bf7-muted);line-height:1.7}.bf7-corporate-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bf7-corporate-grid article{padding:25px;border-radius:18px;background:#f9f5ef;border:1px solid #ebe1d5}.bf7-corporate-grid b{font-size:15px}.bf7-corporate-grid p{font-size:9px;line-height:1.6;color:#6d6b69;margin:9px 0 0}.bf7-partner-band{padding:58px 0;background:var(--bf7-navy);color:#fff}.bf7-partner-band>.shell{display:flex;align-items:center;justify-content:space-between;gap:35px}.bf7-partner-band h2{max-width:780px;font-size:clamp(32px,4vw,52px);letter-spacing:-.055em;line-height:1;margin:8px 0 0}
.bf7-impact-process{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:74px}.bf7-impact-process>div{padding:24px;border-top:2px solid var(--bf7-navy);background:#f8f7f4}.bf7-impact-process b{display:block;margin:9px 0;font-size:15px}.bf7-impact-process p{font-size:9px;line-height:1.6;color:var(--bf7-muted);margin:0}.bf7-about-story{display:grid;grid-template-columns:1.2fr .8fr;gap:55px;align-items:center;margin-bottom:72px}.bf7-about-story h2{font-size:clamp(36px,4vw,55px);line-height:1;letter-spacing:-.06em;margin:9px 0 15px}.bf7-about-story p{font-size:11px;line-height:1.75;color:var(--bf7-muted)}.bf7-about-pillars{display:grid;grid-template-columns:1fr 1fr;gap:8px}.bf7-about-pillars span{display:grid;place-items:center;min-height:80px;border-radius:16px;background:#f4ede3;font-size:10px;font-weight:800;color:var(--bf7-navy)}

/* CHECKOUT refinements */
.checkout-heading .eyebrow.red{font-size:8px}.checkout-heading h1{font-weight:800;letter-spacing:-.055em}.checkout-choice .choice-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.step-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:5px}.checkout-reassurance span{font-weight:700}.summary-books article>.bf7-summary-cover-fallback{grid-column:auto}

/* No generic emoji-style arrows on primary UI links */
.hero-arrow,.bf7-button,.step-actions .btn{font-family:'Montserrat',Arial,sans-serif}

@media(max-width:1180px){
  .bf7-hero-slide{grid-template-columns:.9fr 1.1fr}.bf7-hero-copy{padding-left:45px;padding-right:38px}.bf7-hero-controls{left:45px}.bf7-world-grid{grid-template-columns:repeat(2,1fr)}.bf7-world{min-height:330px}.bf7-movement-grid{grid-template-columns:1fr 1fr}.bf7-african-grid{grid-template-columns:1fr;gap:20px}.bf7-african-copy{max-width:720px}.bf7-african-books{height:430px}.bf7-partner-grid>a{grid-template-columns:1fr}.bf7-partner-photo{min-height:250px}.bf7-community-grid{grid-template-columns:1fr 1fr}.bf7-community>div>strong{grid-column:1/-1}.bf7-library-types,.bf7-impact-process{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .bf7-hero-slider{min-height:0}.bf7-hero-slide{position:absolute;grid-template-columns:1fr;grid-template-rows:420px auto}.bf7-hero-slider{height:780px}.bf7-hero-visual{grid-row:1;min-height:420px}.bf7-hero-copy{grid-row:2;min-height:360px;padding:38px 38px 66px}.bf7-hero-copy:after{display:none}.bf7-hero-copy h1,.bf7-hero-copy h2{font-size:49px}.bf7-hero-controls{left:38px;bottom:22px}.bf7-kids,.bf7-impact,.bf7-gifts{grid-template-columns:1fr}.bf7-kids-photo,.bf7-impact-photo,.bf7-gifts-photo{min-height:430px}.bf7-kids-copy,.bf7-impact-copy,.bf7-gifts-copy{padding:44px 38px}.bf7-library-grid{grid-template-columns:1fr}.bf7-library-photo{min-height:430px}.bf7-partner-grid{grid-template-columns:1fr}.bf7-story-gallery{grid-template-columns:1fr 1fr;grid-template-rows:330px 220px}.bf7-story-gallery .gallery-1{grid-column:1/-1;grid-row:auto}.bf7-corporate-grid{grid-template-columns:1fr 1fr}.bf7-about-story{grid-template-columns:1fr}.bf7-partner-band>.shell{align-items:flex-start;flex-direction:column}
}
@media(max-width:760px){
  .shell{width:min(100% - 24px,680px)}
  .bf7-loader-stage{height:100vh}.bf7-loader-book-scene{width:94vw;height:270px}.bf7-loader-open-book{width:110%;left:-5%}.bf7-loader-page{top:31%;width:37%;height:39%}.bf7-loader-bookmark{top:57%;height:70px}.bf7-loader-logo{width:205px}.bf7-loader-copy b{font-size:13px}.bf7-loader-copy span{font-size:7px;max-width:250px;line-height:1.5}
  .bf7-hero{padding-top:0}.bf7-hero-shell{width:100%}.bf7-hero-slider{height:720px;border-radius:0}.bf7-hero-slide{grid-template-rows:340px auto}.bf7-hero-visual{min-height:340px;background-position:center 38%}.bf7-hero-copy{padding:30px 22px 64px;min-height:380px}.bf7-hero-copy h1,.bf7-hero-copy h2{font-size:40px;line-height:.98;max-width:440px}.bf7-hero-copy p{font-size:10px;line-height:1.65;margin-top:14px}.bf7-actions{margin-top:19px;gap:8px}.bf7-button{min-height:43px;padding:0 15px;font-size:8.5px}.bf7-link{font-size:8.5px}.bf7-hero-note{margin-top:18px}.bf7-hero-controls{left:22px;bottom:18px}.bf7-hero-controls .hero-arrow{display:none}.bf7-section-intro h2,.bf7-section-head h2{font-size:35px}.bf7-section-intro p,.bf7-section-head p{font-size:10px;line-height:1.65}.bf7-section-head{align-items:flex-start;flex-direction:column;gap:12px}.bf7-kicker{font-size:8px}
  .bf7-movement{padding:58px 0 44px}.bf7-movement-grid{grid-template-columns:1fr 1fr;gap:8px}.bf7-movement-grid article{min-height:190px;padding:20px 16px}.bf7-movement-grid img{width:46px;height:46px}.bf7-movement-grid b{font-size:14px}.bf7-movement-grid p{font-size:8px}
  .bf7-worlds{padding:58px 0}.bf7-world-grid{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;margin-right:-12px;padding-right:12px;scrollbar-width:none}.bf7-world-grid::-webkit-scrollbar{display:none}.bf7-world{flex:0 0 78vw;min-height:350px;scroll-snap-align:start}.bf7-world h3{font-size:23px}.bf7-world-photo{height:205px}
  .bf7-shelf{padding:55px 0}.bf7-product-row{grid-auto-columns:47vw;gap:10px;margin-right:-12px}.bf7-product-row .product-cover{height:220px}.bf7-product-row .product-title{font-size:10px}.bf7-product-row .product-author{font-size:8px}.bf7-product-row .product-price strong{font-size:13px}
  .bf7-kids{margin:0 0 58px;border-radius:22px;grid-template-columns:1fr}.bf7-kids-photo{min-height:310px;order:-1}.bf7-kids-copy{padding:29px 23px 32px}.bf7-kids-icon{width:54px;height:54px;margin-bottom:15px}.bf7-kids-copy h2{font-size:38px}.bf7-kids-copy p{font-size:10px;margin:14px 0 20px}
  .bf7-african-voices{padding:58px 0}.bf7-african-copy h2{font-size:41px}.bf7-african-copy p{font-size:10px}.bf7-africa-mark{width:60px;height:60px}.bf7-african-books{height:310px;overflow:visible}.bf7-african-books>a{width:115px;height:178px;transform:translateX(calc((var(--i) - 2)*62px)) rotate(calc((var(--i) - 2)*7deg))}.bf7-african-books>a:hover{transform:translateX(calc((var(--i) - 2)*62px)) translateY(-8px)}
  .bf7-impact{margin:58px 12px;border-radius:22px;grid-template-columns:1fr}.bf7-impact-photo{min-height:310px}.bf7-impact-copy{padding:31px 23px}.bf7-impact-copy h2{font-size:39px}.bf7-impact-copy>p{font-size:10px}.bf7-impact-stats{grid-template-columns:1fr}.bf7-impact-stats div{display:flex;align-items:baseline;gap:12px;padding:10px 0}.bf7-impact-stats strong{font-size:23px}.bf7-impact-stats span{font-size:7px}
  .bf7-library{padding:58px 0}.bf7-library-copy h2{font-size:40px}.bf7-library-copy>p{font-size:10px}.bf7-library-points{grid-template-columns:1fr}.bf7-library-photo{min-height:310px}.bf7-partnerships{padding:58px 0}.bf7-partner-grid>a{grid-template-columns:1fr}.bf7-partner-photo{min-height:260px}.bf7-partner-grid>a>div:last-child{padding:25px 22px}.bf7-partner-grid h3{font-size:24px}.bf7-gifts{margin-bottom:55px;border-radius:22px}.bf7-gifts-photo{min-height:300px}.bf7-gifts-copy{padding:28px 23px}.bf7-gifts-copy h2{font-size:37px}.bf7-gifts-copy p{font-size:10px}.bf7-community{padding:46px 0}.bf7-community-grid{grid-template-columns:1fr;gap:20px}.bf7-community h2{font-size:34px}.bf7-community form>div{grid-template-columns:1fr}.bf7-community input{min-height:40px}.bf7-community button{width:100%}
  .bf7-story-gallery{grid-template-columns:1fr;grid-template-rows:none;margin-bottom:35px}.bf7-story-gallery .gallery-1{grid-column:auto}.bf7-story-gallery figure{height:235px}.bf7-story-gallery .gallery-2,.bf7-story-gallery .gallery-3{display:none}.bf7-library-types,.bf7-impact-process,.bf7-corporate-grid{grid-template-columns:1fr}.bf7-library-types{margin-bottom:45px}.bf7-about-pillars{grid-template-columns:1fr 1fr}.bf7-partner-band{padding:44px 0}.bf7-partner-band h2{font-size:34px}
  .bf7-cover-fallback span{font-size:10px!important}.cover-fallback.big.bf7-cover-fallback span{font-size:20px!important}.bf7-summary-cover-fallback{flex:0 0 42px}
  .checkout-choice .choice-icon{display:grid;place-items:center}.checkout-choice .choice-icon svg{width:19px;height:19px}.step-actions .button-arrow{width:14px;height:14px}
}
@media(max-width:480px){
  .bf7-movement-grid{grid-template-columns:1fr}.bf7-movement-grid article{min-height:155px;display:grid;grid-template-columns:50px 1fr;gap:14px;align-items:start}.bf7-world{flex-basis:85vw}.bf7-product-row{grid-auto-columns:54vw}.bf7-african-books>a{width:102px;height:160px;transform:translateX(calc((var(--i) - 2)*54px)) rotate(calc((var(--i) - 2)*6deg))}.bf7-african-books>a:hover{transform:translateX(calc((var(--i) - 2)*54px))}.bf7-library-points span{font-size:8px}.bf7-about-pillars span{min-height:64px;font-size:8px}
}
@media(prefers-reduced-motion:reduce){
  .bf7-loader-open-book,.bf7-loader-closed-book,.bf7-loader-page,.bf7-loader-bookmark,.bf7-loader-logo,.bf7-loader-copy,.bf7-loader-glow{animation:none!important;opacity:1!important;transform:none!important}.bf7-loader-closed-book,.bf7-loader-page{display:none}.cinematic-photo,.bf7-world-photo,.bf7-story-gallery img{transition:none!important}.reveal-on-scroll{filter:none!important}
}

/* SHOP / CATEGORY LANDING */
.bf7-shop-top{padding-top:28px}.bf7-shop-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;padding:19px 0 25px}.bf7-shop-title-row h1{margin:5px 0 8px;font-size:clamp(38px,4.8vw,67px);line-height:.98;letter-spacing:-.065em;font-weight:800}.bf7-shop-title-row p{margin:0;color:var(--bf7-muted);font-size:11px}.bf7-shop-count{display:grid;justify-items:end;color:var(--bf7-navy);font-size:27px;font-weight:800;letter-spacing:-.05em}.bf7-shop-count small{font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#8a8177}.bf7-shelf-banner{display:grid;grid-template-columns:.88fr 1.12fr;min-height:370px;margin-bottom:28px;border:1px solid var(--bf7-line);border-radius:26px;overflow:hidden;background:#fffaf4}.bf7-shelf-banner-copy{padding:43px 42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.bf7-shelf-banner-copy h2{margin:0;font-size:clamp(34px,3.7vw,52px);line-height:1;letter-spacing:-.06em}.bf7-shelf-banner-copy p{margin:15px 0 20px;color:var(--bf7-muted);font-size:10px;line-height:1.7;max-width:520px}.bf7-shelf-banner-photo{min-height:370px;background-size:cover;background-position:center}.bf7-shelf-chips{display:flex;flex-wrap:wrap;gap:7px}.bf7-shelf-chips a{padding:9px 12px;border-radius:999px;border:1px solid #d7cdbf;background:#fff;font-size:8px;font-weight:800;color:var(--bf7-navy);transition:.2s}.bf7-shelf-chips a:hover{background:var(--bf7-navy);border-color:var(--bf7-navy);color:#fff}.bf7-shelf-banner-kids{background:#eef5ff}.bf7-shelf-banner-african{background:#f5eee4}.bf7-shelf-banner-preloved{background:#f4f0e9}.bf7-shelf-banner-deals{background:#fff7e8}.bf7-shop-toolbar{margin-top:0}.bf7-shop-layout{padding-bottom:80px}.bf7-shop-layout .filters{border-radius:18px}.bf7-shop-layout .catalog-grid{gap:14px}.bf7-shop-layout .product-card{border-radius:16px}.pagination .page-arrow{display:inline-flex;align-items:center;gap:6px}.pagination .page-arrow svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:900px){.bf7-shelf-banner{grid-template-columns:1fr;grid-template-rows:300px auto}.bf7-shelf-banner-photo{grid-row:1;min-height:300px}.bf7-shelf-banner-copy{grid-row:2;padding:30px}.bf7-shop-title-row{align-items:flex-start}.bf7-shop-count{font-size:22px}}
@media(max-width:760px){.bf7-shop-top{padding-top:15px}.bf7-shop-title-row{padding:14px 0 18px}.bf7-shop-title-row h1{font-size:38px}.bf7-shop-title-row p{font-size:9px}.bf7-shop-count{display:none}.bf7-shelf-banner{grid-template-rows:245px auto;border-radius:20px;margin-bottom:18px}.bf7-shelf-banner-photo{min-height:245px;background-position:center}.bf7-shelf-banner-copy{padding:23px 20px}.bf7-shelf-banner-copy h2{font-size:32px}.bf7-shelf-banner-copy p{font-size:9px;margin:11px 0 15px}.bf7-shelf-chips{display:flex;overflow-x:auto;flex-wrap:nowrap;width:100%;scrollbar-width:none}.bf7-shelf-chips a{white-space:nowrap}.bf7-shop-toolbar{gap:8px}.bf7-shop-layout .catalog-grid{grid-template-columns:1fr 1fr;gap:8px}.bf7-shop-layout .product-cover{height:220px}.pagination .page-arrow{font-size:0}.pagination .page-arrow svg{width:18px;height:18px}}

/* PRODUCT DETAIL — editorial, calm, conversion focused */
.bf7-product-page{padding-top:36px}.bf7-product-layout{grid-template-columns:minmax(310px,430px) minmax(360px,1fr) 330px;gap:44px}.bf7-product-page .product-image{background:#f6f3ee;border-color:#e5ddd1;border-radius:22px}.bf7-product-page .product-info h1{font-weight:800;letter-spacing:-.06em}.bf7-reader-love{margin-top:25px;padding:20px 0;border-top:1px solid var(--bf7-line);border-bottom:1px solid var(--bf7-line)}.bf7-reader-love p{margin:7px 0;color:var(--bf7-muted);font-size:10px;line-height:1.6}.bf7-purchase-card{top:104px;border-radius:20px;border-color:#ddd5ca;box-shadow:0 18px 44px rgba(7,21,47,.08)}.bf7-purchase-card .btn{border-radius:999px}.bf7-purchase-card .purchase-benefits p{grid-template-columns:22px 1fr}.bf7-purchase-card .purchase-benefits p>span{color:var(--bf7-red);font-size:7px;letter-spacing:.08em}.bf7-product-trust{background:#f4ede3;border-top:1px solid #e1d7ca;border-bottom:1px solid #e1d7ca}.bf7-product-trust>.shell{display:grid;grid-template-columns:repeat(4,1fr);padding-top:23px;padding-bottom:23px}.bf7-product-trust div{padding:0 22px;border-right:1px solid #ddd0c0}.bf7-product-trust div:last-child{border-right:0}.bf7-product-trust b{display:block;color:var(--bf7-navy);font-size:10px}.bf7-product-trust span{display:block;margin-top:4px;color:#776e63;font-size:7.5px}.bf7-product-details{background:#fbf7f1}.bf7-product-details .similar-box{border-radius:20px;border-color:#e0d6c9}.bf7-related-books{padding-bottom:90px}
@media(max-width:1100px){.bf7-product-layout{grid-template-columns:minmax(300px,380px) 1fr}.bf7-product-layout .purchase-card{grid-column:2;position:static}.bf7-product-trust>.shell{grid-template-columns:1fr 1fr}.bf7-product-trust div:nth-child(2){border-right:0}.bf7-product-trust div:nth-child(-n+2){border-bottom:1px solid #ddd0c0;padding-bottom:16px;margin-bottom:16px}}
@media(max-width:760px){.bf7-product-page{padding-top:20px}.bf7-product-layout{grid-template-columns:1fr;gap:22px}.bf7-product-layout .purchase-card{grid-column:auto}.bf7-product-page .product-image{height:440px}.bf7-product-page .product-info h1{font-size:39px}.bf7-reader-love{padding:16px 0}.bf7-product-trust>.shell{grid-template-columns:1fr 1fr;padding-top:16px;padding-bottom:16px}.bf7-product-trust div{padding:0 10px}.bf7-product-trust b{font-size:8px}.bf7-product-trust span{font-size:6.5px}.bf7-related-books{padding-bottom:60px}}

/* v7 checkout refinement and no-cover consistency */
.checkout-floating-books{display:none!important}
.bf7-drawer-cover-fallback{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;padding:18px 8px 8px;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}
.bf7-drawer-cover-fallback[hidden]{display:none!important}
.bf7-drawer-cover-fallback b{max-width:88%;font-size:10px;line-height:1.15;text-align:center;text-transform:uppercase;letter-spacing:.04em;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.48);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.drawer-cover{position:relative;overflow:hidden}
.drawer-cover>img{width:100%;height:100%;object-fit:cover}
.checkout-reassurance span{position:relative;padding-left:13px}
.checkout-reassurance span::before{content:"";position:absolute;left:0;top:50%;width:5px;height:5px;border-radius:999px;background:var(--bf7-red);transform:translateY(-50%)}
@media(max-width:760px){
  .checkout-step.is-active .step-actions{position:sticky;bottom:66px;z-index:8;margin-left:-4px;margin-right:-4px;padding:10px 4px 5px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
}
