/* BooksFirst storefront v6 — September 2026
   Design goals: modern editorial commerce, BetterWorldBooks-inspired desktop information architecture,
   BooksFirst brand, Montserrat, real photography only, mobile-first PWA behaviour. */
:root{
  --bf-navy:#0b1c42;--bf-navy-2:#132b5d;--bf-red:#e52b35;--bf-red-dark:#c8202a;
  --bf-cream:#fff8ef;--bf-bluewash:#eaf4ff;--bf-ink:#11182a;--bf-muted:#697181;
  --bf-line:#e7e9ee;--bf-soft:#f7f8fa;--bf-white:#fff;--bf-shadow:0 20px 55px rgba(11,28,66,.10);
}
html{background:#fff}body{font-family:'Montserrat',Arial,sans-serif;background:#fff;color:var(--bf-ink)}
.shell{width:min(1360px,calc(100% - 40px))}.page-home main{overflow:hidden}

/* branded loader: a short BooksFirst ident instead of generic floating rectangles */
.page-loader{background:linear-gradient(145deg,#fff 0%,#fffaf4 58%,#eef4ff 100%);z-index:2000}
.brand-loader-stage{display:grid;place-items:center;gap:15px;min-width:min(390px,84vw);text-align:center}
.brand-loader-stage>img{width:min(245px,66vw);height:auto;opacity:0;transform:translateY(8px);animation:bfLogoIn .45s ease .32s forwards}
.brand-loader-stage p{margin:0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#596377;opacity:0;animation:bfLogoIn .35s ease .52s forwards}
.brand-loader-stage>b{font-size:10px;color:var(--bf-navy);letter-spacing:.04em;opacity:0;animation:bfLogoIn .35s ease .75s forwards}
.brand-loader-book{width:110px;height:62px;position:relative;perspective:700px;filter:drop-shadow(0 16px 18px rgba(11,28,66,.10))}
.brand-loader-book:before,.brand-loader-book:after{content:"";position:absolute;bottom:3px;width:50px;height:52px;background:#fff;border:1px solid #d9dfe9}
.brand-loader-book:before{left:4px;border-radius:4px 1px 8px 5px;transform:skewY(6deg);transform-origin:right bottom}
.brand-loader-book:after{right:4px;border-radius:1px 4px 5px 8px;transform:skewY(-6deg);transform-origin:left bottom}
.brand-page{position:absolute;top:8px;width:47px;height:45px;background:#f8fafc;border:1px solid #e3e7ee;z-index:3;transform-origin:left center;animation:bfPageTurn 1.05s cubic-bezier(.65,0,.2,1) infinite}
.brand-page.page-one{left:54px;animation-delay:.06s}.brand-page.page-two{left:54px;animation-delay:.22s}.brand-page.page-three{left:54px;animation-delay:.38s}
.brand-bookmark{position:absolute;left:51px;top:2px;width:7px;height:57px;background:var(--bf-red);z-index:4;clip-path:polygon(0 0,100% 0,100% 100%,50% 91%,0 100%);animation:bfBookmark 1.25s ease-in-out infinite}
.brand-loader-rule{height:3px;width:150px;background:#e8ebef;border-radius:99px;overflow:hidden}.brand-loader-rule span{display:block;width:46%;height:100%;background:linear-gradient(90deg,var(--bf-navy),var(--bf-red));border-radius:99px;animation:bfRule 1s ease-in-out infinite}
@keyframes bfPageTurn{0%,22%{transform:rotateY(0)}74%,100%{transform:rotateY(-176deg)}}
@keyframes bfBookmark{0%,100%{transform:translateY(-2px)}50%{transform:translateY(3px)}}
@keyframes bfRule{0%{transform:translateX(-120%)}100%{transform:translateX(340%)}}
@keyframes bfLogoIn{to{opacity:1;transform:none}}

/* desktop header: intentionally closer to the attached Better World Books navigation references */
.utility-bar{background:#e2f1ff;border-top:1px solid #d8e9fa;color:#315e96;font-size:11px}
.utility-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-inner>span{font-weight:650}.utility-inner nav{display:flex;align-items:center;gap:26px}.utility-inner nav a{font-weight:650;transition:color .2s}.utility-inner nav a:hover{color:var(--bf-red)}
.bf6-header{position:sticky;top:0;z-index:150;background:#fff;border-bottom:1px solid #e4e7ec;box-shadow:0 3px 16px rgba(13,32,70,.04)}
.bf6-header-main{min-height:72px;display:grid;grid-template-columns:130px 128px minmax(360px,1fr) auto;gap:18px;align-items:center}
.bf6-header .brand img{width:118px;height:auto}.category-menu-trigger{height:42px;border:1px solid #bcc3ce;border-radius:6px;background:#fff;color:#131820;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;font-size:11px;font-weight:800;cursor:pointer}.category-menu-trigger>svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-menu-trigger .chev{width:13px}.category-menu-trigger:hover,.category-menu-trigger[aria-expanded="true"]{border-color:var(--bf-navy);color:var(--bf-navy);background:#f7f9fc}
.bf6-search{height:44px;border:1px solid #c7ccd4;border-radius:5px;overflow:visible;position:relative;box-shadow:none}.bf6-search input{height:100%;padding:0 14px;font-size:13px}.bf6-search>button{width:48px;height:100%;padding:0;border:0;border-left:1px solid #d7dbe1;background:#e8f3ff;color:#265c96;display:grid;place-items:center;border-radius:0 4px 4px 0}.bf6-search>button:hover{background:#dceeff}.bf6-search>button svg{width:22px;height:22px;margin:0;fill:none;stroke:currentColor;stroke-width:2}
.search-suggestions{top:calc(100% + 8px);left:0;right:0;z-index:250}
.bf6-header .header-actions{gap:14px}.bf6-header .header-actions>a{min-width:47px;font-size:9px;gap:3px}.bf6-header .header-actions svg{width:20px;height:20px;fill:none;stroke:var(--bf-navy);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.country-chip{display:grid;justify-items:center;gap:2px;min-width:42px}.country-chip svg{width:31px;height:21px;border:1px solid #d7d7d7}.country-chip small{font-size:8px;font-weight:800;color:#5f6673}.cart-action b{right:1px;top:-6px}
.bf6-subnav{border-top:1px solid #f0f1f4;background:#fff}.bf6-subnav-inner{min-height:41px;display:flex;align-items:center;justify-content:space-between;gap:3px}.bf6-subnav a{font-size:10px;font-weight:700;padding:13px 8px;white-space:nowrap}.bf6-subnav a:hover{color:var(--bf-red)}.bf6-subnav .hashtag{color:var(--bf-red);font-weight:850}
.category-mega{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #e5e8ed;border-bottom:1px solid #e1e5eb;box-shadow:0 24px 42px rgba(12,31,70,.14);z-index:220}.category-mega[hidden]{display:none}.category-mega-grid{display:grid;grid-template-columns:1.05fr 1fr 1fr 1.35fr;gap:34px;padding:26px 0 30px}.category-mega-grid>div,.category-mega-grid>aside{display:grid;align-content:start;gap:9px}.category-mega-grid span{font-size:9px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#8790a0;margin-bottom:4px}.category-mega-grid a{font-size:11px;font-weight:650;color:#242b38}.category-mega-grid a:hover{color:var(--bf-red)}.mega-featured a{color:var(--bf-navy);font-weight:800}.mega-promo{padding:22px;border-radius:14px;background:linear-gradient(135deg,#f4f8ff,#fff8f4);border:1px solid #e3e9f2}.mega-promo b{font-size:17px;letter-spacing:-.03em}.mega-promo p{font-size:10px;line-height:1.6;color:#697181;margin:0}.mega-promo a{font-weight:850;color:var(--bf-red)}
.mobile-search-wrap,.mobile-drawer,.menu-btn{display:none}

/* home hero */
.bf6-hero{padding:0 0 20px;background:#fff}.bf6-hero-shell{padding-top:0}.bf6-hero-slider{position:relative;min-height:475px;border-radius:0 0 24px 24px;overflow:hidden;background:var(--bf-cream);box-shadow:0 18px 48px rgba(11,28,66,.08)}
.bf6-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s ease}.bf6-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}.bf6-hero-photo{position:absolute;inset:0;background-size:cover;background-position:center 42%}.bf6-hero-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;min-height:475px;width:min(610px,52%);padding:48px 56px}.bf6-kicker{font-size:9px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--bf-red);margin-bottom:12px}.bf6-hero-copy h1,.bf6-hero-copy h2{font-family:Georgia,'Times New Roman',serif;color:#10264f;font-size:clamp(42px,4vw,63px);line-height:.98;letter-spacing:-.045em;margin:0 0 17px}.bf6-hero-copy h1::first-line{color:#10264f}.bf6-hero-copy p{font-size:12px;line-height:1.65;color:#4f5968;max-width:490px;margin:0}.bf6-hero-copy.light h2,.bf6-hero-copy.light p{color:#fff}.bf6-hero-copy.light .bf6-kicker{color:#ffb6bb}.bf6-hero-actions{display:flex;align-items:center;gap:20px;margin-top:23px}.bf6-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:43px;padding:0 20px;border:0;border-radius:999px;font-size:10px;font-weight:850;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.bf6-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(11,28,66,.15)}.bf6-btn.dark{background:var(--bf-navy);color:#fff}.bf6-btn.dark:hover{background:#132d61}.bf6-btn.white{background:#fff;color:var(--bf-navy)}.bf6-text-link{font-size:10px;font-weight:800;color:var(--bf-navy);text-decoration:underline;text-underline-offset:4px}.bf6-hero-copy.light .bf6-text-link{color:#fff}.bf6-reader-proof{display:flex;align-items:center;gap:11px;margin-top:22px}.proof-stack{display:flex}.proof-stack i{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#fff;border:2px solid #fff;margin-left:-6px;box-shadow:0 3px 10px rgba(11,28,66,.12);font-style:normal;font-size:7px;font-weight:900;color:var(--bf-navy)}.proof-stack i:first-child{margin-left:0;background:var(--bf-navy);color:#fff}.proof-stack i:nth-child(2){background:#f0ccd0}.proof-stack i:nth-child(3){background:#dce9c9}.proof-stack i:nth-child(4){background:#fff5e7}.bf6-reader-proof>span{display:grid;gap:2px}.bf6-reader-proof b{font-size:9px}.bf6-reader-proof small{font-size:8px;color:#707988}.bf6-hero-controls{position:absolute;right:22px;bottom:18px;z-index:5;display:flex;align-items:center;gap:10px}.bf6-hero-controls .hero-arrow{width:34px;height:34px;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(255,255,255,.88);color:var(--bf-navy);display:grid;place-items:center;cursor:pointer}.bf6-hero-controls .hero-dots{display:flex;gap:6px}.bf6-hero-controls .hero-dots button{width:7px;height:7px;border:0;border-radius:50%;background:rgba(255,255,255,.68);box-shadow:0 0 0 1px rgba(11,28,66,.15);padding:0}.bf6-hero-controls .hero-dots button.is-active{width:21px;border-radius:99px;background:var(--bf-red)}

/* category tiles */
.bf6-category-rail{display:grid;grid-template-columns:repeat(9,1fr);gap:10px;padding:14px 0 18px}.bf6-category-rail>a{min-height:91px;border-radius:11px;padding:12px 8px;display:grid;place-items:center;text-align:center;align-content:center;gap:8px;border:1px solid rgba(11,28,66,.05);transition:transform .2s,box-shadow .2s}.bf6-category-rail>a:hover{transform:translateY(-3px);box-shadow:0 12px 25px rgba(11,28,66,.09)}.bf6-category-rail b{font-size:8.5px;color:#24304b}.bf6-cat-icon{width:32px;height:32px;display:grid;place-items:center}.bf6-cat-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.tone-navy{background:#e8eefb;color:#0b2d67}.tone-pink{background:#f9e2e7;color:#c83d57}.tone-sand{background:#fff3da;color:#a06a25}.tone-red{background:#fde5e9;color:#d91f35}.tone-blue{background:#e2efff;color:#355f9b}.tone-gold{background:#fff0ce;color:#9b681f}.tone-purple{background:#efe6ff;color:#7352aa}.tone-green{background:#e9f4e9;color:#4d7f58}.tone-white{background:#fff;border-color:#e2e5ea!important;color:#536078}.tone-white .arrow{border:1px solid #d3d8e0;border-radius:50%}

/* promotional banners */
.bf6-promo-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:16px;padding:0 0 22px}.bf6-promo-card{min-height:190px;border-radius:17px;overflow:hidden;position:relative;padding:30px 34px;display:flex;align-items:center;border:1px solid #e2e5e9}.bf6-promo-card.library{background:linear-gradient(135deg,#fff4db,#fffaf0)}.bf6-promo-card.arrivals{background:linear-gradient(120deg,#0b214e,#153a79);color:#fff}.bf6-promo-card>div:first-child{position:relative;z-index:3;max-width:54%}.bf6-promo-card span{font-size:8px;font-weight:900;letter-spacing:.12em}.bf6-promo-card h2{font-family:Georgia,'Times New Roman',serif;font-size:34px;letter-spacing:-.04em;line-height:1;margin:7px 0 8px}.bf6-promo-card p{font-size:9.5px;line-height:1.55;color:#626978;margin:0 0 15px}.bf6-promo-card.arrivals p{color:rgba(255,255,255,.75)}.bf6-promo-card strong{font-size:9px;display:inline-flex;padding:10px 14px;border-radius:999px;background:var(--bf-navy);color:#fff}.bf6-promo-card.arrivals strong{background:#fff;color:var(--bf-navy)}.bf6-cover-stack,.bf6-cover-fan{position:absolute;right:10px;bottom:-15px;width:44%;height:185px}.bf6-cover-stack img,.bf6-cover-fan img{position:absolute;width:82px;height:128px;object-fit:cover;box-shadow:0 18px 28px rgba(11,28,66,.20);border-radius:3px;bottom:18px;right:calc(18px + var(--i)*58px);transform:rotate(calc((var(--i) - 1)*5deg))}.bf6-cover-stack:after{content:"";position:absolute;right:7px;bottom:13px;width:80%;height:9px;border-radius:99px;background:#7aa071;box-shadow:0 5px 20px rgba(64,94,56,.23)}.bf6-cover-fan img{width:94px;height:145px;right:calc(3px + var(--i)*66px);bottom:3px;transform:rotate(calc((var(--i) - 1)*8deg));box-shadow:0 20px 33px rgba(0,0,0,.28)}

/* product shelf redesign */
.bf6-shelf{padding:28px 0 18px}.bf6-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.bf6-section-head>div{display:flex;align-items:center;gap:10px}.bf6-section-head h2{font-size:20px;letter-spacing:-.03em;margin:0;color:#17213a}.bf6-section-head p{font-size:9px;color:#7a8290;margin:3px 0 0}.bf6-section-head>a{font-size:9px;font-weight:850;color:#29344b}.section-symbol{width:27px;height:27px;display:grid;place-items:center;color:var(--bf-red)}.section-symbol svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.section-symbol.africa{color:#985f34}.section-symbol.preloved{color:#3e7c62}.section-symbol.gift{color:#c52742}.bf6-product-row{grid-auto-columns:minmax(155px,1fr);gap:11px;padding-bottom:12px}.bf6-product-row .product-card{border-radius:10px;box-shadow:0 5px 17px rgba(11,28,66,.045)}.bf6-product-row .product-cover{height:222px;padding:13px;background:#fbfbfb}.bf6-product-row .product-content{padding:11px}.bf6-product-row .product-title{font-size:10px;min-height:31px}.bf6-product-row .product-author{font-size:8px;margin:4px 0 7px}.bf6-product-row .product-meta-row{font-size:7.5px}.bf6-product-row .product-price strong{font-size:12px}.bf6-product-row .quick-add button{font-size:8px;min-height:34px}.bf6-product-row .condition-badge,.bf6-product-row .stock-badge{font-size:6.5px;padding:5px 6px}

/* kids and trust */
.bf6-kids-banner{min-height:270px;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1.05fr .65fr;align-items:center;background:#fff8ee;border:1px solid #f0e5d6;margin-top:25px;position:relative}.bf6-kids-banner .kids-photo{align-self:stretch;background-image:linear-gradient(90deg,rgba(255,248,238,0),rgba(255,248,238,.18)),var(--kids-photo);background-size:cover;background-position:center}.bf6-kids-banner .kids-copy{padding:28px 35px;text-align:left}.bf6-kids-banner .kids-copy span{font-size:8px;letter-spacing:.12em;font-weight:900;color:var(--bf-red)}.bf6-kids-banner .kids-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:37px;color:var(--bf-navy);line-height:1.02;letter-spacing:-.045em;margin:7px 0 9px}.bf6-kids-banner .kids-copy p{font-size:9.5px;line-height:1.55;color:#5c6572;margin:0 0 16px}.bf6-kids-banner .kids-copy a{display:inline-flex;padding:11px 16px;border-radius:999px;background:var(--bf-navy);color:#fff;font-size:9px;font-weight:850}.kids-book-ribbon{height:220px;display:flex;align-items:center;justify-content:center;position:relative}.kids-book-ribbon:before{content:"";position:absolute;width:165px;height:34px;background:#e42f3e;border-radius:50%;filter:blur(23px);opacity:.08;bottom:26px}.kids-book-ribbon img{width:72px;height:112px;object-fit:cover;margin-left:-24px;box-shadow:0 14px 27px rgba(11,28,66,.20);transform:rotate(-6deg)}.kids-book-ribbon img:nth-child(2){transform:rotate(4deg) translateY(-9px)}.kids-book-ribbon img:nth-child(3){transform:rotate(10deg)}
.bf6-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:17px auto 29px;border:1px solid #e8e9ed;border-radius:13px;background:#fff;box-shadow:0 8px 24px rgba(11,28,66,.04)}.bf6-trust-bar>div{display:flex;gap:11px;align-items:center;padding:17px 18px;border-right:1px solid #eceef1}.bf6-trust-bar>div:last-child{border-right:0}.bf6-trust-bar svg{width:25px;height:25px;fill:none;stroke:#5e2e3b;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.bf6-trust-bar span{display:grid;gap:3px}.bf6-trust-bar b{font-size:9px}.bf6-trust-bar small{font-size:7.5px;color:#79818e;line-height:1.4}

/* gifts + wholesale homepage tiles */
.bf6-commerce-duo{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:35px 0 18px}.commerce-story{min-height:330px;border-radius:20px;overflow:hidden;position:relative;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background-image:linear-gradient(180deg,rgba(6,20,48,.04),rgba(6,20,48,.92)),var(--story-image);background-size:cover;background-position:center;box-shadow:0 18px 42px rgba(11,28,66,.11)}.commerce-story:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.17);border-radius:inherit;pointer-events:none}.commerce-story>*{position:relative;z-index:2}.commerce-story span{font-size:8px;letter-spacing:.13em;font-weight:900;color:#ffc5c9}.commerce-story h2{font-family:Georgia,'Times New Roman',serif;font-size:36px;line-height:1.02;letter-spacing:-.04em;margin:8px 0 9px;max-width:500px}.commerce-story p{font-size:9.5px;line-height:1.55;max-width:520px;color:rgba(255,255,255,.78);margin:0 0 16px}.commerce-story b{font-size:9px}.commerce-story.gifts{background-position:center 54%}.commerce-story.wholesale{background-position:center}

/* community */
.bf6-community{margin-top:36px;margin-bottom:52px;min-height:132px;background:linear-gradient(110deg,#0c214c,#102c61);border-radius:19px;color:#fff;padding:27px 35px;display:grid;grid-template-columns:1fr 1.1fr auto;gap:30px;align-items:center;box-shadow:0 18px 40px rgba(11,28,66,.17)}.bf6-community span{font-size:7.5px;letter-spacing:.12em;font-weight:850;color:#bac7dd}.bf6-community h2{font-family:Georgia,'Times New Roman',serif;font-size:23px;margin:5px 0 5px}.bf6-community p{font-size:8px;color:#bdc7d8;margin:0}.bf6-community form{display:grid;grid-template-columns:1fr auto;background:#fff;border-radius:9px;overflow:hidden}.bf6-community input{border:0;outline:0;padding:0 14px;min-height:42px;font-size:9px}.bf6-community button{border:0;background:var(--bf-red);color:#fff;padding:0 18px;font-size:8px;font-weight:850}.bf6-community>strong{font-size:9px;white-space:nowrap}

/* special landing pages */
.bf6-story-hero{padding:25px 0 20px;background:#fff}.bf6-story-grid{min-height:440px;border-radius:22px;overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;background:#fff8ef;border:1px solid #ede4d8;box-shadow:var(--bf-shadow)}.bf6-story-grid>div:first-child{padding:52px;display:flex;flex-direction:column;justify-content:center}.bf6-story-grid h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(44px,4vw,66px);line-height:.98;letter-spacing:-.045em;color:var(--bf-navy);margin:0 0 18px}.bf6-story-grid p{font-size:12px;line-height:1.72;color:#5a6371;max-width:600px;margin:0}.bf6-story-actions{display:flex;align-items:center;gap:18px;margin-top:25px}.bf6-story-grid .story-photo{background-image:linear-gradient(90deg,rgba(255,248,239,.12),rgba(255,248,239,0)),var(--story-bg);background-size:cover;background-position:center}.wholesale-story .bf6-story-grid{background:#f3f7fd;border-color:#e1e8f1}.wholesale-story .story-photo{background-image:linear-gradient(90deg,rgba(243,247,253,.14),rgba(243,247,253,0)),var(--story-bg)}
.bf6-feature-page{padding-top:52px}.bf6-page-heading{max-width:760px;margin-bottom:24px}.bf6-page-heading h2{font-size:36px;line-height:1.05;letter-spacing:-.045em;margin:7px 0 9px;color:var(--bf-navy)}.bf6-page-heading p{font-size:11px;line-height:1.65;color:#6c7480;margin:0}.gift-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.gift-collection-grid>a{min-height:190px;border:1px solid #e1e5eb;border-radius:18px;background:#fff;padding:24px;display:flex;flex-direction:column;gap:8px;transition:.2s}.gift-collection-grid>a:nth-child(2),.gift-collection-grid>a:nth-child(5){background:#fff8ef}.gift-collection-grid>a:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(11,28,66,.08);border-color:#cad1dd}.gift-collection-grid svg{width:40px;height:40px;fill:none;stroke:var(--bf-navy);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;margin-bottom:7px}.gift-collection-grid b{font-size:14px}.gift-collection-grid span{font-size:9.5px;line-height:1.55;color:#737b88}.bf6-occasion-band{margin-top:35px;padding:30px 0 42px;border-top:1px solid #e7e9ed;display:flex;justify-content:space-between;gap:30px;align-items:center}.bf6-occasion-band h2{font-size:26px;letter-spacing:-.04em;margin:5px 0 0}.occasion-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.occasion-chips span{padding:10px 14px;border-radius:999px;background:#f5f7fa;border:1px solid #e1e5ea;font-size:8px;font-weight:800}
.wholesale-route-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.wholesale-route-grid article{padding:25px;border:1px solid #e1e5eb;border-radius:18px;min-height:180px;background:#fff}.wholesale-route-grid article span{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:#eef4ff;color:#28538c;font-size:9px;font-weight:900}.wholesale-route-grid h3{font-size:18px;letter-spacing:-.03em;margin:17px 0 8px;color:var(--bf-navy)}.wholesale-route-grid p{font-size:9.5px;line-height:1.6;color:#737b87;margin:0}.bf6-wholesale-band{background:linear-gradient(120deg,#0c214a,#14356d);color:#fff;margin:40px 0;padding:46px 0}.bf6-wholesale-band .shell{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.bf6-wholesale-band h2{font-size:38px;line-height:1.03;letter-spacing:-.045em;margin:7px 0 10px}.bf6-wholesale-band p{font-size:10px;line-height:1.65;color:#c1cce0;max-width:650px;margin:0}.bale-tags{display:flex;flex-wrap:wrap;gap:10px}.bale-tags span{padding:12px 14px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);border-radius:999px;font-size:8px;font-weight:800}.bf6-process{padding:42px 0}.process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.process-line>div{padding:20px;border-top:2px solid #d9deea;display:flex;gap:11px}.process-line b{display:grid;place-items:center;min-width:29px;height:29px;border-radius:50%;background:var(--bf-red);color:#fff;font-size:8px}.process-line span{display:grid;gap:5px}.process-line strong{font-size:10px}.process-line small{font-size:8px;line-height:1.5;color:#737b87}
.bf6-enquiry{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;padding:46px;margin-top:25px;margin-bottom:60px;border-radius:24px;background:#f7f9fc;border:1px solid #e3e7ed}.bf6-enquiry-copy h2{font-size:38px;line-height:1.02;letter-spacing:-.045em;color:var(--bf-navy);margin:7px 0 12px}.bf6-enquiry-copy p{font-size:10px;line-height:1.65;color:#6f7784}.bf6-enquiry form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.bf6-enquiry label{display:grid;gap:6px}.bf6-enquiry label.wide{grid-column:1/-1}.bf6-enquiry label span{font-size:8px;font-weight:800;color:#596271}.bf6-enquiry input,.bf6-enquiry textarea{width:100%;border:1px solid #d5dbe4;background:#fff;border-radius:10px;padding:12px;font-size:10px;outline:0}.bf6-enquiry input:focus,.bf6-enquiry textarea:focus{border-color:#8da1c1;box-shadow:0 0 0 3px rgba(11,28,66,.05)}.bf6-enquiry button{justify-self:start}

/* footer */
.bf6-footer{background:#0a1d43;color:#fff}.bf6-footer .footer-grid{padding-top:48px}.bf6-footer .footer-about img{filter:brightness(0) invert(1);opacity:.95}.bf6-footer h4{color:#fff}.bf6-footer a,.bf6-footer p,.bf6-footer .footer-bottom{color:rgba(255,255,255,.7)}.bf6-footer .footer-note{color:#ff6c75}

/* PWA UI */
.pwa-install-pill{position:fixed;right:18px;bottom:18px;z-index:400;border:1px solid #d9e0e9;background:#fff;border-radius:16px;padding:9px 11px 9px 9px;box-shadow:0 18px 45px rgba(11,28,66,.20);display:flex;align-items:center;gap:10px;cursor:pointer;color:var(--bf-navy)}.pwa-install-pill[hidden]{display:none}.pwa-install-pill .pwa-app-mark{width:38px;height:38px;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #edf0f4}.pwa-install-pill img{width:100%;height:100%;object-fit:cover}.pwa-install-pill>span:nth-child(2){display:grid;text-align:left;gap:2px}.pwa-install-pill b{font-size:9px}.pwa-install-pill small{font-size:7.5px;color:#77808d}.pwa-install-pill i{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--bf-navy);color:#fff;font-style:normal;font-size:17px}.pwa-ios-tip{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);z-index:450;width:min(380px,calc(100% - 28px));padding:18px 42px 18px 18px;border-radius:17px;background:#fff;box-shadow:0 20px 52px rgba(11,28,66,.22);border:1px solid #dde2e8}.pwa-ios-tip[hidden]{display:none}.pwa-ios-tip button{position:absolute;right:10px;top:10px;border:0;background:#f2f4f7;width:25px;height:25px;border-radius:50%;cursor:pointer}.pwa-ios-tip b{font-size:11px;color:var(--bf-navy)}.pwa-ios-tip p{font-size:9px;line-height:1.55;color:#69717e;margin:7px 0 0}.drawer-install{margin:16px 18px;padding:13px;border:0;border-radius:12px;background:var(--bf-navy);color:#fff;font-size:10px;font-weight:800}

/* turn old kids abstract card into real-photo editorial panel */
.shop-top-kids .shop-title-row{background:#f7faff;border-radius:22px}.kids-shop-hero{gap:16px}.kids-shop-hero-copy{border-radius:22px;box-shadow:none}.kids-shop-hero-visual{border-radius:22px;background-size:cover!important;background-position:center!important;min-height:330px}.kids-shop-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,28,66,.02),rgba(11,28,66,.12))}.kids-floating-star,.kids-book-stack{display:none!important}

/* mobile */
@media(max-width:1100px){
  .bf6-header-main{grid-template-columns:112px 116px minmax(260px,1fr) auto;gap:10px}.bf6-header .header-actions{gap:8px}.country-chip,.wishlist-action{display:none}.bf6-subnav-inner{overflow-x:auto;justify-content:flex-start;scrollbar-width:none}.bf6-subnav-inner::-webkit-scrollbar{display:none}.bf6-subnav a{padding-left:10px;padding-right:10px}.category-mega-grid{grid-template-columns:repeat(3,1fr)}.mega-promo{grid-column:1/-1}.bf6-category-rail{grid-template-columns:repeat(5,1fr)}.bf6-kids-banner{grid-template-columns:1fr 1fr}.kids-book-ribbon{display:none}.bf6-trust-bar{grid-template-columns:1fr 1fr}.bf6-trust-bar>div:nth-child(2){border-right:0}.bf6-trust-bar>div:nth-child(-n+2){border-bottom:1px solid #eceef1}.bf6-story-grid{grid-template-columns:1fr 1fr}.bf6-enquiry{grid-template-columns:1fr}.bf6-community{grid-template-columns:1fr 1.2fr}.bf6-community>strong{display:none}
}
@media(max-width:760px){
  body{padding-bottom:64px}.shell{width:min(100% - 24px,680px)}.utility-bar,.bf6-subnav,.category-menu-trigger,.search-desktop,.bf6-header .header-actions>a:not(.cart-action),.country-chip{display:none!important}.bf6-header{top:0}.bf6-header-main{height:60px;min-height:60px;grid-template-columns:42px 1fr 42px;padding:0 0;gap:8px}.bf6-header .brand{grid-column:2;justify-self:center}.bf6-header .brand img{width:112px}.menu-btn{display:flex;grid-column:1;grid-row:1;justify-self:start;width:37px;height:37px;border:0;background:transparent;align-items:center;justify-content:center;flex-direction:column;gap:4px}.menu-btn span{display:block;width:18px;height:1.5px;background:var(--bf-navy)}.bf6-header .header-actions{display:block;grid-column:3;grid-row:1;justify-self:end}.bf6-header .header-actions .cart-action{display:grid!important;width:37px;min-width:37px;height:37px;place-items:center}.bf6-header .cart-action span{display:none}.bf6-header .cart-action svg{width:23px;height:23px}.mobile-search-wrap{display:block;padding-bottom:9px}.bf6-search{height:40px;border-radius:10px;background:#f5f6f8;border-color:#edf0f3}.bf6-search>button{width:42px;border-radius:0 10px 10px 0;background:transparent;border-left:0;color:var(--bf-navy)}.bf6-search input{font-size:10px}.mobile-drawer{display:flex;position:fixed;z-index:300;inset:0 14% 0 0;background:#fff;flex-direction:column;padding:16px 0 30px;box-shadow:25px 0 60px rgba(11,28,66,.22);transform:translateX(-105%);transition:transform .26s ease;overflow-y:auto}.mobile-drawer.open{transform:none}.mobile-drawer-brand{display:flex;align-items:center;justify-content:space-between;padding:7px 18px 18px;border-bottom:1px solid #edf0f4;margin-bottom:7px}.mobile-drawer-brand img{width:124px}.mobile-drawer-brand button{border:0;background:#f2f4f7;border-radius:50%;width:30px;height:30px;font-size:19px}.mobile-drawer>a{padding:12px 20px;font-size:11px;font-weight:700;border-bottom:1px solid #f3f4f6}.menu-open:after{content:"";position:fixed;inset:0;background:rgba(5,15,35,.45);z-index:290}.mobile-tab{display:grid!important}.mobile-tab svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.mobile-tab span{display:none}
  .brand-loader-stage{min-width:0}.brand-loader-book{transform:scale(.86)}.brand-loader-stage>img{width:190px}.brand-loader-stage p{font-size:8px}
  .bf6-hero{padding-bottom:10px}.bf6-hero-shell{width:100%}.bf6-hero-slider{min-height:470px;border-radius:0}.bf6-hero-photo{background-position:68% center}.bf6-hero-copy{min-height:470px;width:100%;padding:34px 23px;justify-content:flex-start;padding-top:36px}.bf6-hero-copy h1,.bf6-hero-copy h2{font-size:38px;max-width:330px}.bf6-hero-copy p{font-size:10px;max-width:310px}.bf6-hero-actions{margin-top:17px}.bf6-reader-proof{display:none}.bf6-hero-controls{right:14px;bottom:13px}.bf6-hero-controls .hero-arrow{display:none}.bf6-hero-gift .bf6-hero-copy,.bf6-hero-wholesale .bf6-hero-copy{padding-top:45px}
  .bf6-category-rail{grid-template-columns:repeat(4,1fr);gap:8px;padding:13px 12px 17px}.bf6-category-rail>a{min-height:82px;padding:10px 5px}.bf6-category-rail>a:nth-child(n+5):not(:last-child){display:none}.bf6-category-rail b{font-size:7.5px}.bf6-cat-icon{width:29px;height:29px}.bf6-cat-icon svg{width:26px;height:26px}
  .bf6-promo-grid{grid-template-columns:1fr;padding:0 12px 13px;gap:10px}.bf6-promo-card{min-height:150px;padding:22px}.bf6-promo-card>div:first-child{max-width:62%}.bf6-promo-card h2{font-size:28px}.bf6-promo-card p{font-size:8px}.bf6-cover-stack,.bf6-cover-fan{width:42%;height:150px}.bf6-cover-stack img,.bf6-cover-fan img{width:61px;height:96px;right:calc(1px + var(--i)*35px);bottom:16px}.bf6-cover-fan img{width:64px;height:99px}
  .bf6-shelf{padding:22px 0 10px}.bf6-section-head{align-items:flex-end}.bf6-section-head h2{font-size:17px}.bf6-section-head p{font-size:7.5px}.bf6-product-row{grid-auto-columns:43vw;gap:9px;margin-right:-12px}.bf6-product-row .product-cover{height:195px}.bf6-product-row .quick-add button{min-height:33px}
  .bf6-kids-banner{grid-template-columns:1fr;min-height:450px;margin-top:20px}.bf6-kids-banner .kids-photo{height:250px;background-position:center 42%}.bf6-kids-banner .kids-copy{padding:24px}.bf6-kids-banner .kids-copy h2{font-size:33px}.bf6-trust-bar{grid-template-columns:1fr 1fr;margin-top:12px}.bf6-trust-bar>div{padding:14px 11px;gap:8px}.bf6-trust-bar svg{width:22px}.bf6-trust-bar b{font-size:7.5px}.bf6-trust-bar small{font-size:6.5px}
  .bf6-commerce-duo{grid-template-columns:1fr;padding:24px 0 8px;gap:10px}.commerce-story{min-height:265px;padding:25px}.commerce-story h2{font-size:30px}.commerce-story p{font-size:8.5px}
  .bf6-community{grid-template-columns:1fr;gap:15px;margin:28px 0 38px;padding:24px;border-radius:16px}.bf6-community h2{font-size:24px}.bf6-community form{grid-template-columns:1fr}.bf6-community button{min-height:40px}
  .bf6-story-hero{padding-top:10px}.bf6-story-grid{grid-template-columns:1fr;min-height:0;border-radius:18px}.bf6-story-grid>div:first-child{padding:32px 24px}.bf6-story-grid h1{font-size:40px}.bf6-story-grid p{font-size:9.5px}.bf6-story-grid .story-photo{min-height:280px;grid-row:1;background-position:center}.bf6-story-actions{flex-wrap:wrap}.gift-collection-grid,.wholesale-route-grid{grid-template-columns:1fr 1fr}.gift-collection-grid>a,.wholesale-route-grid article{min-height:160px;padding:18px}.bf6-page-heading h2{font-size:30px}.bf6-occasion-band{display:grid}.occasion-chips{justify-content:flex-start}.bf6-wholesale-band{padding:35px 0}.bf6-wholesale-band .shell{grid-template-columns:1fr;gap:22px}.bf6-wholesale-band h2{font-size:31px}.process-line{grid-template-columns:1fr 1fr}.bf6-enquiry{padding:24px 18px;margin-bottom:42px}.bf6-enquiry-copy h2{font-size:31px}.bf6-enquiry form{grid-template-columns:1fr}.bf6-enquiry label.wide{grid-column:auto}.bf6-footer{padding-bottom:70px}.pwa-install-pill{right:12px;bottom:75px}.pwa-install-pill>span:nth-child(2){display:none}.pwa-install-pill i{display:none}.pwa-install-pill{padding:6px;border-radius:13px}.pwa-install-pill .pwa-app-mark{width:43px;height:43px}.kids-shop-hero{grid-template-columns:1fr}.kids-shop-hero-visual{min-height:270px;order:-1}
}
@media(max-width:480px){
  .bf6-category-rail{grid-template-columns:repeat(4,1fr)}.bf6-promo-card>div:first-child{max-width:65%}.bf6-cover-stack,.bf6-cover-fan{right:-8px}.gift-collection-grid,.wholesale-route-grid,.process-line{grid-template-columns:1fr}.bf6-trust-bar{grid-template-columns:1fr}.bf6-trust-bar>div{border-right:0;border-bottom:1px solid #eceef1!important}.bf6-trust-bar>div:last-child{border-bottom:0!important}.bf6-product-row{grid-auto-columns:48vw}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.brand-page,.brand-bookmark,.brand-loader-rule span{animation:none!important}.page-loader{transition:none}.product-card,.commerce-story,.bf6-promo-card,.gift-collection-grid>a{transition:none!important}}
.product-save{position:absolute;right:10px;top:10px;z-index:4;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 5px 14px rgba(11,28,66,.10);pointer-events:none}.product-save svg{width:15px;height:15px;fill:none;stroke:var(--bf-navy);stroke-width:1.8}.product-save-link{position:absolute;right:10px;top:10px;width:28px;height:28px;z-index:5;border-radius:50%}.product-card .product-badges{padding-right:32px}.bf6-product-row .product-save,.bf6-product-row .product-save-link{width:25px;height:25px;right:8px;top:8px}.bf6-product-row .product-save svg{width:13px;height:13px}
