/* Better Home Books 2.0 — editorial redesign. */
@font-face{font-family:"BHB Editorial";src:url("../fonts/bhb-editorial-400-latin-v2.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"BHB Sans";src:url("../fonts/bhb-sans-400-latin-v2.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"BHB Sans";src:url("../fonts/bhb-sans-600-latin-v2.woff2") format("woff2");font-style:normal;font-weight:600;font-display:swap}

:root{
	color-scheme:light;
	--bhb-bg:#f4f0e7;
	--bhb-paper:#fbf8f0;
	--bhb-paper-2:#e9e1d2;
	--bhb-ink:#18231f;
	--bhb-muted:#5d665f;
	--bhb-line:rgba(24,35,31,.17);
	--bhb-forest:#183d32;
	--bhb-forest-deep:#0f2e27;
	--bhb-moss:#80936e;
	--bhb-rust:#c75c36;
	--bhb-rust-dark:#a9482a;
	--bhb-light:#fffdf8;
	--bbp-font:"BHB Sans","Helvetica Neue",Arial,sans-serif;
	--bbp-mono:var(--bbp-font);
	--bb-heading-font:"BHB Editorial",Georgia,serif;
	--bbp-outer:var(--bhb-bg);
	--bbp-base:var(--bhb-bg);
	--bbp-paper:var(--bhb-paper);
	--bbp-card:var(--bhb-paper);
	--bbp-card-2:var(--bhb-paper-2);
	--bbp-muted:var(--bhb-muted);
	--bbp-muted-bright:var(--bhb-muted);
	--bbp-white:var(--bhb-ink);
	--bbp-divider:var(--bhb-line);
	--bbp-accent:var(--bhb-rust);
	--bbp-accent-end:var(--bhb-rust-dark);
	--bb-bg:var(--bhb-bg);
	--bb-surface:var(--bhb-paper);
	--bb-soft:var(--bhb-paper-2);
	--bb-ink:var(--bhb-ink);
	--bb-muted:var(--bhb-muted);
	--bb-line:var(--bhb-line);
	--bb-dark:var(--bhb-forest-deep);
}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body:not(.bb-portfolio-front){margin:0;min-width:320px;color:var(--bhb-ink);background:var(--bhb-bg);font-family:"BHB Sans","Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body:not(.bb-portfolio-front) :is(h1,h2,h3,h4,h5,h6),body:not(.bb-portfolio-front) .bb-site-main :is(h1,h2,h3,h4,h5,h6){font-family:"BHB Editorial",Georgia,serif;font-weight:400;letter-spacing:-.025em}
body:not(.bb-portfolio-front) a{color:inherit}
body:not(.bb-portfolio-front) a:hover{color:var(--bhb-rust-dark)}
body:not(.bb-portfolio-front) :focus-visible{outline:3px solid var(--bhb-rust);outline-offset:4px;box-shadow:none}
body:not(.bb-portfolio-front) ::selection{color:#fff;background:var(--bhb-rust)}
.bb-shell,.bb-container{width:min(1180px,calc(100% - 48px));max-width:none;margin-inline:auto;padding-inline:0}

/* Header */
.bb-site-header{position:relative;z-index:100;color:#fff;background:var(--bhb-forest-deep);border:0;box-shadow:none}
.home .bb-site-header{position:absolute;top:0;left:0;width:100%;background:transparent}
.bbh-topline{color:rgba(255,255,255,.76);background:rgba(7,27,21,.38);border-bottom:1px solid rgba(255,255,255,.14)}
.bbh-topline__inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:11px;letter-spacing:.07em;text-transform:uppercase}
.bbh-topline p{margin:0}
.bbh-topline .bb-topbar-menu{display:flex;gap:20px;margin:0;padding:0;list-style:none}
.bbh-topline a{color:inherit;text-decoration:none}
.bbh-header__inner{min-height:86px;display:flex;align-items:center;gap:36px}
.bbh-brand{display:inline-flex;align-items:center;gap:11px;color:#fff!important;text-decoration:none;line-height:1;flex:0 0 auto}
.bbh-brand__mark{width:39px;height:37px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.bbh-brand__type{display:flex;flex-direction:column;gap:4px;max-width:230px;color:inherit}
.bbh-brand__type strong{font-family:"BHB Editorial",Georgia,serif;font-size:21px;font-weight:400;letter-spacing:.005em;white-space:nowrap}
.bbh-brand__type small{font-size:9px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.68}
.bbh-brand .custom-logo-link{display:flex}
.bbh-brand .custom-logo{width:auto;max-width:230px;max-height:58px}
.bbh-nav{margin-left:auto}
.bbh-nav .bb-menu{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none}
.bbh-nav .bb-menu>li{position:relative}
.bbh-nav .bb-menu>li>a{position:relative;display:block;padding:12px 0;color:#fff;font-size:12px;font-weight:600;letter-spacing:.05em;text-decoration:none}
.bbh-nav .bb-menu>li>a:after{content:"";position:absolute;right:100%;bottom:5px;left:0;height:1px;background:var(--bhb-rust);transition:right .22s ease}
.bbh-nav .bb-menu>li>a:hover:after{right:0}
.bbh-header__tools{display:flex;align-items:center;gap:13px}
.bbh-header__tools .bb-header-search{width:42px;height:42px;overflow:hidden;border:1px solid rgba(255,255,255,.23);border-radius:50%}
.bbh-header__tools .search-form{width:210px;height:40px;display:flex;transform:translateX(-168px);transition:transform .2s ease}
.bbh-header__tools .search-form:focus-within{position:absolute;right:168px;width:250px;transform:none;background:var(--bhb-paper);border-radius:3px;box-shadow:0 12px 34px rgba(0,0,0,.2)}
.bbh-header__tools .search-field{min-width:0;flex:1;padding:8px 12px;color:var(--bhb-ink);background:transparent;border:0}
.bbh-header__tools .search-submit{width:42px;min-width:42px;padding:0;color:#fff;background:transparent;border:0;font-size:0}
.bbh-header__tools .search-submit:after{content:"⌕";font-size:22px}
.bbh-header__tools .search-form:focus-within .search-submit{color:var(--bhb-ink)}
.bbh-header__button{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:9px 16px;color:var(--bhb-ink)!important;background:#fff;border:1px solid #fff;border-radius:2px;font-size:12px;font-weight:600;text-decoration:none}
.bbh-header__button:hover{color:var(--bhb-ink)!important;background:#f1eadf;border-color:#f1eadf}
.bbh-menu-toggle{display:none;width:44px;height:44px;margin-left:auto;padding:10px;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:50%}
.bbh-menu-toggle .bb-menu-icon{display:grid;gap:4px}
.bbh-menu-toggle .bb-menu-icon span{display:block;width:20px;height:1.5px;background:currentColor}

/* Homepage foundations */
.bbh-home{overflow:hidden;background:var(--bhb-bg)}
.bbh-home *{box-sizing:border-box}
.bbh-home img{display:block;max-width:100%}
.bbh-home h1,.bbh-home h2,.bbh-home h3,.bbh-home p{margin-top:0}
.bbh-home a{text-decoration:none}
.bbh-section{padding-block:clamp(82px,9vw,132px);content-visibility:auto;contain-intrinsic-size:720px}
.bbh-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 20px;color:#efb096;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.bbh-eyebrow span{display:block;width:34px;height:1px;background:currentColor}
.bbh-eyebrow--dark{color:var(--bhb-rust-dark)}
.bbh-category{display:inline-block;margin-bottom:13px;color:var(--bhb-rust-dark)!important;font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase}
.bbh-story-meta{display:flex;flex-wrap:wrap;gap:10px 22px;color:var(--bhb-muted);font-size:11px;letter-spacing:.04em;text-transform:uppercase}
.bbh-story-meta span+span{position:relative}
.bbh-story-meta span+span:before{content:"";position:absolute;top:50%;left:-12px;width:2px;height:2px;background:currentColor;border-radius:50%}
.bbh-button{min-height:52px;display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border:1px solid transparent;border-radius:2px;font-size:13px;font-weight:600;text-align:center;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.bbh-button:hover{transform:translateY(-1px)}
.bbh-button--rust{color:#fff!important;background:var(--bhb-rust);border-color:var(--bhb-rust)}
.bbh-button--rust:hover{color:#fff!important;background:var(--bhb-rust-dark);border-color:var(--bhb-rust-dark)}
.bbh-button--light{color:var(--bhb-ink)!important;background:#fff;border-color:#fff}
.bbh-button--light:hover{color:var(--bhb-ink)!important;background:#f2eadf;border-color:#f2eadf}
.bbh-text-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:3px;color:var(--bhb-rust-dark)!important;border-bottom:1px solid currentColor;font-size:13px;font-weight:600;text-decoration:none}
.bbh-text-link span{transition:transform .2s ease}
.bbh-text-link:hover span{transform:translate(2px,-2px)}
.bbh-text-link--light{color:#fff!important;border-color:rgba(255,255,255,.55)}

/* Hero */
.bbh-hero{position:relative;isolation:isolate;min-height:790px;display:flex;align-items:flex-end;color:#fff;background:var(--bhb-forest-deep)}
.bbh-hero__media,.bbh-hero__media img,.bbh-hero__veil{position:absolute;inset:0;width:100%;height:100%}
.bbh-hero__media{z-index:-3}
.bbh-hero__media img{object-fit:cover;object-position:center}
.bbh-hero__veil{z-index:-2;background:linear-gradient(90deg,rgba(8,28,22,.96) 0%,rgba(8,28,22,.82) 39%,rgba(8,28,22,.28) 72%,rgba(8,28,22,.08) 100%)}
.bbh-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(5,18,14,.28),transparent 45%,rgba(5,18,14,.38))}
.bbh-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) 260px;align-items:end;gap:clamp(50px,9vw,130px);padding-top:230px;padding-bottom:76px}
.bbh-hero__copy{max-width:760px}
.bbh-hero h1{max-width:760px;margin:0;font-size:clamp(50px,6vw,82px);line-height:.97;letter-spacing:-.035em;text-wrap:balance}
.bbh-hero__copy>p:not(.bbh-eyebrow){max-width:610px;margin:28px 0 0;color:rgba(255,255,255,.82);font-size:clamp(16px,1.4vw,19px);line-height:1.65}
.bbh-hero__actions{display:flex;align-items:center;gap:26px;margin-top:34px}
.bbh-hero__notes{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.28);list-style:none}
.bbh-hero__notes li{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.2)}
.bbh-hero__notes strong{color:#efb096;font-family:"BHB Editorial",Georgia,serif;font-size:18px;font-weight:400}
.bbh-hero__notes span{color:rgba(255,255,255,.78);font-size:12px;line-height:1.45}

/* Topic strip */
.bbh-topic-strip{color:#fff;background:var(--bhb-rust)}
.bbh-topic-strip__inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.bbh-topic-strip p{margin:0;font-family:"BHB Editorial",Georgia,serif;font-size:21px}
.bbh-topic-strip ul{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 27px;margin:0;padding:0;list-style:none}
.bbh-topic-strip a{position:relative;color:#fff!important;font-size:12px;font-weight:600;text-decoration:none}
.bbh-topic-strip a:before{content:"•";position:absolute;left:-16px;color:rgba(255,255,255,.5)}

/* Lead story */
.bbh-feature{background:var(--bhb-paper)}
.bbh-feature__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(350px,.72fr);align-items:center;gap:clamp(50px,8vw,112px)}
.bbh-feature__image{position:relative;display:block}
.bbh-feature__image:before{content:"";position:absolute;z-index:0;inset:20px -20px -20px 20px;border:1px solid var(--bhb-line)}
.bbh-feature__image img{position:relative;z-index:1;width:100%;aspect-ratio:4/3;object-fit:cover}
.bbh-feature__copy h2{margin:0;font-size:clamp(39px,4.1vw,59px);line-height:1.02;text-wrap:balance}
.bbh-feature__copy h2 a:hover{color:var(--bhb-rust-dark)}
.bbh-feature__copy>p{margin:23px 0;color:var(--bhb-muted);font-size:16px;line-height:1.75}
.bbh-feature__copy .bbh-text-link{margin-top:29px}

/* Today’s edit */
.bbh-edit{background:var(--bhb-bg)}
.bbh-section-heading{display:flex;align-items:end;justify-content:space-between;gap:48px;margin-bottom:54px}
.bbh-section-heading .bbh-eyebrow{margin-bottom:11px}
.bbh-section-heading h2{margin:0;font-size:clamp(40px,4.4vw,60px);line-height:1}
.bbh-section-heading>p{max-width:420px;margin:0;color:var(--bhb-muted)}
.bbh-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 28px}
.bbh-card{min-width:0}
.bbh-card--wide{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:center;gap:42px;padding-bottom:38px;border-bottom:1px solid var(--bhb-line)}
.bbh-card__image{display:block;overflow:hidden;background:var(--bhb-paper-2)}
.bbh-card__image img{width:100%;aspect-ratio:3/2;object-fit:cover;transition:transform .55s cubic-bezier(.16,1,.3,1)}
.bbh-card:hover .bbh-card__image img{transform:scale(1.025)}
.bbh-card__body{padding-top:22px}
.bbh-card--wide .bbh-card__body{padding:0}
.bbh-card h3{margin:0;font-size:clamp(27px,2.8vw,39px);line-height:1.12}
.bbh-card:not(.bbh-card--wide) h3{font-size:clamp(25px,2.4vw,34px)}
.bbh-card h3 a:hover{color:var(--bhb-rust-dark)}
.bbh-card__body>p{margin:16px 0;color:var(--bhb-muted);line-height:1.7}

/* Manifesto */
.bbh-manifesto{color:#fff;background:var(--bhb-forest)}
.bbh-manifesto__grid{display:grid;grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(60px,9vw,130px)}
.bbh-manifesto__copy h2{margin:0;font-size:clamp(42px,4.6vw,65px);line-height:1.01;text-wrap:balance}
.bbh-manifesto__copy>p:not(.bbh-eyebrow){margin:28px 0;color:rgba(255,255,255,.76);font-size:16px;line-height:1.75}
.bbh-manifesto__image{position:relative;margin:0}
.bbh-manifesto__image:before{content:"";position:absolute;inset:-18px 18px 18px -18px;border:1px solid rgba(255,255,255,.28)}
.bbh-manifesto__image img{position:relative;width:100%;aspect-ratio:3/2;object-fit:cover}
.bbh-manifesto__image figcaption{margin-top:12px;color:rgba(255,255,255,.62);font-size:11px}

/* Latest rows */
.bbh-latest{background:var(--bhb-paper)}
.bbh-section-heading--line{padding-bottom:28px;border-bottom:1px solid var(--bhb-line)}
.bbh-latest__list{border-bottom:1px solid var(--bhb-line)}
.bbh-row{display:grid;grid-template-columns:58px 150px minmax(0,1fr) 44px;align-items:center;gap:28px;padding:25px 0;border-top:1px solid var(--bhb-line)}
.bbh-row:first-child{border-top:0}
.bbh-row__number{color:var(--bhb-rust-dark);font-family:"BHB Editorial",Georgia,serif;font-size:25px}
.bbh-row__image{overflow:hidden;background:var(--bhb-paper-2)}
.bbh-row__image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .45s ease}
.bbh-row:hover .bbh-row__image img{transform:scale(1.035)}
.bbh-row__body .bbh-category{margin-bottom:7px}
.bbh-row h3{margin:0;font-size:clamp(23px,2.2vw,32px);line-height:1.14}
.bbh-row__body>p{max-width:720px;margin:9px 0 0;color:var(--bhb-muted);font-size:14px}
.bbh-row__arrow{width:42px;height:42px;display:grid;place-items:center;color:var(--bhb-rust-dark)!important;border:1px solid var(--bhb-line);border-radius:50%;font-size:18px;transition:background .2s,color .2s}
.bbh-row__arrow:hover{color:#fff!important;background:var(--bhb-rust);border-color:var(--bhb-rust)}

/* Closing */
.bbh-closing{position:relative;isolation:isolate;padding-block:clamp(82px,9vw,126px);color:#fff;background:var(--bhb-rust);overflow:hidden}
.bbh-closing__texture{position:absolute;z-index:-1;inset:0;opacity:.33;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.22) 1px,transparent 0);background-size:18px 18px}
.bbh-closing__inner{max-width:920px;text-align:center}
.bbh-closing .bbh-eyebrow{justify-content:center;color:#fff}
.bbh-closing h2{max-width:900px;margin:0 auto;font-size:clamp(43px,5.5vw,73px);line-height:1;text-wrap:balance}
.bbh-closing__inner>div{display:flex;align-items:center;justify-content:center;gap:27px;margin-top:34px}

/* Footer */
.bb-site-footer.bbh-footer{padding:0;color:#dbe4de;background:var(--bhb-forest-deep);border:0}
.bbh-footer .bb-footer-widgets{color:#dbe4de;background:rgba(0,0,0,.08);border-bottom:1px solid rgba(255,255,255,.12)}
.bbh-footer__main{display:grid;grid-template-columns:minmax(260px,1.25fr) minmax(180px,.65fr) minmax(230px,.75fr);gap:clamp(48px,8vw,100px);padding-top:70px;padding-bottom:58px}
.bbh-brand--footer{margin-bottom:24px}
.bbh-footer__brand>p,.bbh-footer__contact p{max-width:390px;margin:0;color:#9db0a6;font-size:13px}
.bbh-footer h2{margin:4px 0 20px;color:#fff;font-family:"BHB Sans",sans-serif!important;font-size:11px!important;font-weight:600!important;letter-spacing:.14em!important;text-transform:uppercase}
.bbh-footer__nav ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;margin:0;padding:0;list-style:none}
.bbh-footer__nav a{color:#dbe4de!important;font-size:12px;text-decoration:none}
.bbh-footer__nav a:hover{text-decoration:underline}
.bbh-footer__contact>a{display:inline-flex;align-items:center;gap:8px;margin-top:21px;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.4);font-size:13px;text-decoration:none}
.bbh-footer__bottom{display:flex;justify-content:space-between;gap:30px;padding-block:22px;border-top:1px solid rgba(255,255,255,.13)}
.bbh-footer__bottom p{margin:0;color:#82968b;font-size:10px;letter-spacing:.03em}

/* Keep article, archive and legal-page layouts in the same visual system. */
body:not(.home):not(.bb-portfolio-front) .bb-site-main{padding-block:64px;background:var(--bhb-bg);box-shadow:none}
body:not(.home):not(.bb-portfolio-front) .bb-page-panel,body:not(.home):not(.bb-portfolio-front) .bb-module,body:not(.home):not(.bb-portfolio-front) .bb-story-card{background:var(--bhb-paper);border:1px solid var(--bhb-line);box-shadow:none}
body:not(.home):not(.bb-portfolio-front) .bb-entry-content{color:var(--bhb-ink);font-family:"BHB Sans",sans-serif;font-size:18px;line-height:1.85}
body:not(.home):not(.bb-portfolio-front) .bb-entry-content a{color:var(--bhb-rust-dark)}
body:not(.home):not(.bb-portfolio-front) .bb-single-header h1{font-size:clamp(42px,5vw,68px);line-height:1.03}

@media(max-width:1040px){
	.bbh-nav .bb-menu{gap:18px}
	.bbh-header__tools .bb-header-search{display:none}
	.bbh-hero__inner{grid-template-columns:minmax(0,1fr) 230px;gap:55px}
	.bbh-feature__grid{gap:62px}
}

@media(max-width:860px){
	.bb-shell,.bb-container{width:min(100% - 36px,1180px)}
	.bbh-topline nav{display:none}
	.bbh-menu-toggle{display:block}
	.bbh-nav{position:absolute;top:120px;left:18px;right:18px;display:none;margin:0;padding:14px;color:var(--bhb-ink);background:var(--bhb-paper);box-shadow:0 20px 50px rgba(0,0,0,.22)}
	.bbh-nav.is-open{display:block}
	.bbh-nav .bb-menu{display:block}
	.bbh-nav .bb-menu>li>a{padding:12px 8px;color:var(--bhb-ink);border-bottom:1px solid var(--bhb-line)}
	.bbh-header__button{display:none}
	.bbh-hero{min-height:770px}
	.bbh-hero__inner{grid-template-columns:1fr;gap:42px;padding-top:220px;padding-bottom:54px}
	.bbh-hero__copy{max-width:690px}
	.bbh-hero__notes{display:grid;grid-template-columns:repeat(3,1fr)}
	.bbh-hero__notes li{grid-template-columns:30px 1fr;border-bottom:0;border-right:1px solid rgba(255,255,255,.18);padding-right:14px}
	.bbh-hero__notes li:last-child{border-right:0}
	.bbh-topic-strip__inner{display:block;padding-block:22px}
	.bbh-topic-strip p{margin-bottom:12px}
	.bbh-topic-strip ul{justify-content:flex-start}
	.bbh-feature__grid,.bbh-manifesto__grid{grid-template-columns:1fr}
	.bbh-feature__copy{max-width:680px}
	.bbh-manifesto__image{width:88%;justify-self:end;grid-row:1}
	.bbh-card--wide{grid-template-columns:1fr;gap:0}
	.bbh-card--wide .bbh-card__body{padding-top:22px}
	.bbh-footer__main{grid-template-columns:1fr 1fr}
	.bbh-footer__brand{grid-column:1/-1}
}

@media(max-width:640px){
	.bb-shell,.bb-container{width:min(100% - 30px,1180px)}
	.bbh-topline__inner{min-height:30px;justify-content:center;text-align:center;font-size:9px}
	.bbh-header__inner{min-height:74px;gap:16px}
	.bbh-brand__mark{width:33px;height:31px}
	.bbh-brand__type strong{font-size:17px}
	.bbh-brand__type small{max-width:170px;font-size:8px}
	.bbh-nav{top:102px;left:15px;right:15px}
	.bbh-hero{min-height:730px}
	.bbh-hero__media img{object-position:61% center}
	.bbh-hero__veil{background:linear-gradient(180deg,rgba(7,27,21,.84) 0%,rgba(7,27,21,.66) 35%,rgba(7,27,21,.92) 100%)}
	.bbh-hero__inner{display:block;padding-top:190px;padding-bottom:42px}
	.bbh-hero h1{font-size:clamp(44px,13.6vw,62px)}
	.bbh-hero__actions{align-items:flex-start;flex-direction:column;gap:19px}
	.bbh-hero__notes{grid-template-columns:1fr;gap:0;margin-top:42px}
	.bbh-hero__notes li{grid-template-columns:35px 1fr;padding:11px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
	.bbh-topic-strip ul{gap:10px 24px}
	.bbh-section{padding-block:75px}
	.bbh-feature__image:before{inset:12px -10px -12px 10px}
	.bbh-section-heading{display:block;margin-bottom:38px}
	.bbh-section-heading>p{margin-top:18px}
	.bbh-card-grid{grid-template-columns:1fr}
	.bbh-card--wide{grid-column:auto;padding-bottom:32px}
	.bbh-card:not(:last-child){padding-bottom:32px;border-bottom:1px solid var(--bhb-line)}
	.bbh-manifesto__image{width:94%}
	.bbh-row{grid-template-columns:40px 100px minmax(0,1fr);gap:14px}
	.bbh-row__body>p,.bbh-row__arrow{display:none}
	.bbh-row h3{font-size:21px}
	.bbh-closing__inner>div{align-items:center;flex-direction:column}
	.bbh-footer__main{grid-template-columns:1fr;gap:38px;padding-top:55px}
	.bbh-footer__brand{grid-column:auto}
	.bbh-footer__bottom{display:block}
	.bbh-footer__bottom p+p{margin-top:8px}
}

@media(max-width:390px){
	.bbh-brand__type small{display:none}
	.bbh-row{grid-template-columns:34px 84px minmax(0,1fr);gap:11px}
}

@media(prefers-reduced-motion:reduce){
	html{scroll-behavior:auto}
	.bbh-home *,.bbh-home *:before,.bbh-home *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
