.hbb-site{display:flex;flex-direction:column;min-height:100vh}.hbb-main{flex:1 0 auto;padding-bottom:var(--hbb-section)}.hbb-main--front{padding-bottom:0}.hbb-shell{width:100%;max-width:var(--hbb-maxw);margin-inline:auto;padding-inline:var(--hbb-gutter)}.hbb-shell--narrow{max-width:calc(var(--hbb-maxw-narrow) + (var(--hbb-gutter) * 2))}.hbb-section{padding-block:var(--hbb-section)}.hbb-section+.hbb-section{padding-top:0}.hbb-announce{background:var(--hbb-espresso);color:var(--hbb-bone);text-align:center}.hbb-announce__inner{padding:.7rem var(--hbb-gutter);font-size:var(--hbb-fs-xxs);font-weight:300;text-transform:uppercase;letter-spacing:var(--hbb-track-caps)}.hbb-announce a{color:inherit;text-decoration:none;border-bottom:1px solid rgb(247 245 240 / .35);padding-bottom:2px}.hbb-announce a:hover{color:var(--hbb-bone);border-bottom-color:currentColor}.hbb-header{position:sticky;top:0;z-index:60;background:var(--hbb-bone);border-bottom:1px solid #fff0;transition:border-color var(--hbb-t) var(--hbb-ease),background var(--hbb-t) var(--hbb-ease)}.hbb-header.is-stuck{border-bottom-color:var(--hbb-sand);background:rgb(247 245 240 / .92);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px)}.admin-bar .hbb-header{top:32px}.admin-bar .hbb-drawer,.admin-bar .hbb-filters{top:32px}@media screen and (max-width:782px){.admin-bar .hbb-header,.admin-bar .hbb-drawer,.admin-bar .hbb-filters{top:46px}}@media screen and (max-width:600px){.admin-bar .hbb-header,.admin-bar .hbb-drawer,.admin-bar .hbb-filters{top:0}}.hbb-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--hbb-sp-4);min-height:var(--hbb-header-h);max-width:var(--hbb-maxw);margin-inline:auto;padding-inline:var(--hbb-gutter)}.hbb-header__col{display:flex;align-items:center;gap:var(--hbb-sp-5);min-width:0}.hbb-header__col--end{justify-content:flex-end}.hbb-header__col--center{justify-content:center}.hbb-header__burger{display:none}.hbb-brand{margin:0;font-size:inherit;font-weight:inherit;line-height:1;text-align:center}.hbb-brand__wordmark{display:inline-flex;flex-direction:column;align-items:center;gap:.15em;text-decoration:none;color:var(--hbb-espresso)}.hbb-brand__line1{font-family:var(--hbb-font-display);font-size:clamp(1.25rem, 1rem + 0.9vw, 1.75rem);line-height:1;letter-spacing:.02em}.hbb-brand__line2{font-family:var(--hbb-font-sans);font-size:var(--hbb-fs-xxs);font-weight:300;text-transform:uppercase;letter-spacing:.42em;text-indent:.42em;color:var(--hbb-taupe)}.hbb-brand .custom-logo{max-height:48px;width:auto}.hbb-nav__list{display:flex;align-items:center;gap:var(--hbb-sp-5);list-style:none}.hbb-nav a{display:inline-block;font-size:var(--hbb-fs-xs);font-weight:300;text-transform:uppercase;letter-spacing:var(--hbb-track-caps);text-decoration:none;color:var(--hbb-espresso);padding-block:.35rem;position:relative}.hbb-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform var(--hbb-t) var(--hbb-ease)}.hbb-nav a:hover::after,.hbb-nav .current-menu-item>a::after,.hbb-nav .current_page_item>a::after{transform:scaleX(1)}.hbb-nav .menu-item-has-children{position:relative}.hbb-nav .sub-menu{position:absolute;top:100%;left:-1rem;min-width:14rem;background:var(--hbb-alabaster);border:1px solid var(--hbb-sand);padding:var(--hbb-sp-4) 0;list-style:none;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity var(--hbb-t) var(--hbb-ease),transform var(--hbb-t) var(--hbb-ease),visibility var(--hbb-t);z-index:5}.hbb-nav .menu-item-has-children:hover>.sub-menu,.hbb-nav .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.hbb-nav .sub-menu a{display:block;padding:.45rem 1.25rem;letter-spacing:var(--hbb-track-wide);text-transform:none;font-size:var(--hbb-fs-sm)}.hbb-nav .sub-menu a::after{display:none}.hbb-nav .sub-menu a:hover{color:var(--hbb-cognac)}.hbb-utils{display:flex;align-items:center;gap:var(--hbb-sp-3)}.hbb-iconbtn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:var(--hbb-espresso);text-decoration:none;transition:color var(--hbb-t-fast) var(--hbb-ease)}.hbb-iconbtn:hover{color:var(--hbb-cognac)}.hbb-bag{position:relative}.hbb-bag__count{position:absolute;top:.35rem;right:.2rem;min-width:1.05rem;height:1.05rem;display:none;align-items:center;justify-content:center;padding-inline:.25rem;background:var(--hbb-espresso);color:var(--hbb-bone);font-size:.5625rem;font-weight:400;letter-spacing:0;line-height:1}.hbb-bag__count.is-filled{display:inline-flex}.hbb-search{border-top:1px solid var(--hbb-sand);background:var(--hbb-bone);padding:var(--hbb-sp-7) var(--hbb-gutter) var(--hbb-sp-8)}.hbb-search[hidden]{display:none}.hbb-search__inner{display:flex;align-items:center;gap:var(--hbb-sp-4);max-width:46rem;margin-inline:auto}.hbb-search__inner .hbb-searchform{flex:1}.hbb-search__suggest{max-width:46rem;margin:var(--hbb-sp-6) auto 0}.hbb-search__suggest ul{display:flex;flex-wrap:wrap;gap:var(--hbb-sp-2) var(--hbb-sp-4);list-style:none}.hbb-search__suggest a{font-size:var(--hbb-fs-sm);text-decoration:none;border-bottom:1px solid var(--hbb-sand-deep);padding-bottom:2px;color:var(--hbb-ink-soft)}.hbb-search__suggest a:hover{color:var(--hbb-cognac);border-bottom-color:currentColor}.hbb-drawer{position:fixed;inset:0;z-index:90}.hbb-drawer[hidden]{display:none}.hbb-drawer__scrim{position:absolute;inset:0;width:100%;background:rgb(42 35 32 / .4);border:0;cursor:default;animation:hbb-fade var(--hbb-t) var(--hbb-ease)}.hbb-drawer__panel{position:relative;z-index:2;width:min(24rem, 88vw);height:100%;overflow-y:auto;background:var(--hbb-bone);border-right:1px solid var(--hbb-sand);padding:var(--hbb-sp-5) var(--hbb-sp-6) var(--hbb-sp-8);animation:hbb-slide-in var(--hbb-t) var(--hbb-ease)}@keyframes hbb-fade{from{opacity:0}to{opacity:1}}@keyframes hbb-slide-in{from{transform:translateX(-100%)}to{transform:translateX(0)}}.hbb-drawer__head{display:flex;align-items:center;justify-content:space-between;padding-bottom:var(--hbb-sp-5);border-bottom:1px solid var(--hbb-sand)}.hbb-drawer__head .hbb-eyebrow{margin:0}.hbb-drawer__list{list-style:none;padding:var(--hbb-sp-5) 0;border-bottom:1px solid var(--hbb-sand)}.hbb-drawer__list a{display:block;padding:.55rem 0;font-family:var(--hbb-font-display);font-size:1.5rem;text-decoration:none}.hbb-drawer__list .sub-menu{list-style:none;padding-left:var(--hbb-sp-4);margin-bottom:var(--hbb-sp-3)}.hbb-drawer__list .sub-menu a{font-family:var(--hbb-font-sans);font-size:var(--hbb-fs-sm);color:var(--hbb-taupe);padding:.3rem 0}.hbb-drawer__contact{padding-top:var(--hbb-sp-6);display:grid;gap:var(--hbb-sp-1);font-size:var(--hbb-fs-sm)}.hbb-drawer__contact a{text-decoration:none;border-bottom:1px solid var(--hbb-sand-deep);justify-self:start}.hbb-hero{padding-block:clamp(3rem, 7vw, 6.5rem) clamp(3.5rem, 8vw, 7rem)}.hbb-hero__inner{display:grid;gap:clamp(2rem, 5vw, 4.5rem);align-items:center}.hbb-hero--split .hbb-hero__inner{grid-template-columns:1fr}@media (min-width:900px){.hbb-hero--split .hbb-hero__inner{grid-template-columns:0.85fr 1fr}}.hbb-hero__title{font-size:var(--hbb-fs-hero);line-height:1.02;letter-spacing:-.02em;margin:0 0 var(--hbb-sp-5);max-width:14ch}.hbb-hero__lede{font-size:clamp(1.0625rem, 1rem + 0.35vw, 1.25rem);line-height:1.6;color:var(--hbb-ink-soft);max-width:44ch;margin-bottom:var(--hbb-sp-7)}.hbb-hero__cta{margin:0}.hbb-hero__figure{position:relative}.hbb-hero__image{width:100%;object-fit:cover;aspect-ratio:4 / 5}.hbb-hero--type{padding-block:clamp(4.5rem, 12vw, 10rem);text-align:center;border-bottom:1px solid var(--hbb-sand)}.hbb-hero--type .hbb-hero__title,.hbb-hero--type .hbb-hero__lede{max-width:none;margin-inline:auto}.hbb-hero--type .hbb-hero__title{max-width:18ch}.hbb-hero--type .hbb-hero__lede{max-width:52ch}.hbb-hero--centred{padding:0}.hbb-hero--centred .hbb-shell{max-width:none;padding-inline:0}.hbb-hero--centred .hbb-hero__inner{position:relative;grid-template-columns:1fr;min-height:min(78vh, 46rem)}.hbb-hero--centred .hbb-hero__figure{grid-area:1 / 1;height:100%;width:100%}.hbb-hero--centred .hbb-hero__image{height:100%;aspect-ratio:auto;object-fit:cover}.hbb-hero--centred .hbb-hero__text{grid-area:1 / 1;z-index:2;align-self:end;max-width:var(--hbb-maxw);width:100%;margin-inline:auto;padding:var(--hbb-sp-9) var(--hbb-gutter);color:var(--hbb-bone);background:linear-gradient(to top,rgb(42 35 32 / .62),#fff0)}.hbb-hero--centred .hbb-hero__title,.hbb-hero--centred .hbb-eyebrow,.hbb-hero--centred .hbb-hero__lede{color:inherit}.hbb-hero--centred .hbb-link-rule{color:var(--hbb-bone)}.hbb-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--hbb-sp-5);margin-bottom:var(--hbb-sp-7);padding-bottom:var(--hbb-sp-4);border-bottom:1px solid var(--hbb-sand)}.hbb-section-head--centre{flex-direction:column;align-items:center;text-align:center;border-bottom:0}.hbb-section-head__title{margin:0}.hbb-section-head__lede{margin:var(--hbb-sp-3) 0 0;color:var(--hbb-taupe);max-width:52ch}.hbb-section-head .hbb-eyebrow{margin-bottom:var(--hbb-sp-2)}.hbb-section-head .hbb-link-quiet{flex:none;padding-bottom:.35rem}.hbb-grid{display:grid;gap:clamp(1.5rem, 3vw, 3rem) clamp(1rem, 2.5vw, 2.5rem);list-style:none}.hbb-grid--2{grid-template-columns:repeat(2,1fr)}.hbb-grid--3{grid-template-columns:repeat(2,1fr)}.hbb-grid--4{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.hbb-grid--3{grid-template-columns:repeat(3,1fr)}.hbb-grid--4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1100px){.hbb-grid--4{grid-template-columns:repeat(4,1fr)}}.hbb-archive-head,.hbb-catalogue-head{padding-block:clamp(2rem, 4vw, 3.5rem) clamp(2rem, 4vw, 3rem);max-width:60rem}.hbb-archive-head__title,.hbb-catalogue-head__title{margin:0}.hbb-archive-head__lede,.hbb-term-intro{margin-top:var(--hbb-sp-4);font-size:1.0625rem;line-height:1.75;color:var(--hbb-taupe);max-width:60ch}.hbb-archive-head__search{margin-top:var(--hbb-sp-5);max-width:32rem}.hbb-page__head,.hbb-article__head{padding-block:clamp(2rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);text-align:center}.hbb-page__title,.hbb-article__title{margin:0}.hbb-page__lede,.hbb-article__lede{margin-top:var(--hbb-sp-4);font-size:1.1875rem;line-height:1.65;color:var(--hbb-taupe)}.hbb-page__head .hbb-breadcrumb,.hbb-article__head .hbb-breadcrumb{justify-content:center}.hbb-article__hero,.hbb-page__hero{margin-block:var(--hbb-sp-7)}.hbb-article__hero img,.hbb-page__hero img{width:100%;max-height:72vh;object-fit:cover}.hbb-article__hero figcaption{margin-top:var(--hbb-sp-3);text-align:center;font-size:var(--hbb-fs-xs);color:var(--hbb-taupe);letter-spacing:var(--hbb-track-wide)}.hbb-entry-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--hbb-sp-2) var(--hbb-sp-4);margin-top:var(--hbb-sp-5);font-size:var(--hbb-fs-xs);text-transform:uppercase;letter-spacing:var(--hbb-track-caps);color:var(--hbb-taupe)}.hbb-entry-meta a{text-decoration:none}.hbb-note{text-align:center;padding-block:var(--hbb-sp-8);border-block:1px solid var(--hbb-sand)}.hbb-note__title{font-size:var(--hbb-fs-h2);max-width:22ch;margin-inline:auto;margin-bottom:var(--hbb-sp-5)}.hbb-note__text{max-width:58ch;margin-inline:auto;margin-bottom:var(--hbb-sp-6);color:var(--hbb-ink-soft)}.hbb-footer{margin-top:auto;border-top:1px solid var(--hbb-sand);padding-block:var(--hbb-sp-9) var(--hbb-sp-6);background:var(--hbb-bone)}.hbb-footer__top{display:grid;gap:var(--hbb-sp-8);padding-bottom:var(--hbb-sp-8)}@media (min-width:900px){.hbb-footer__top{grid-template-columns:minmax(0,1fr) minmax(0,2.2fr);gap:var(--hbb-sp-9)}}.hbb-footer__brand .hbb-brand{text-align:left}.hbb-footer__brand .hbb-brand__wordmark{align-items:flex-start}.hbb-footer__tagline{margin-top:var(--hbb-sp-4);max-width:34ch;font-size:var(--hbb-fs-sm);color:var(--hbb-taupe)}.hbb-footer__social{display:flex;flex-wrap:wrap;gap:var(--hbb-sp-4);margin-top:var(--hbb-sp-5);list-style:none;font-size:var(--hbb-fs-xs);text-transform:uppercase;letter-spacing:var(--hbb-track-caps)}.hbb-footer__social a{text-decoration:none;border-bottom:1px solid var(--hbb-sand-deep);padding-bottom:3px}.hbb-footer__cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));gap:var(--hbb-sp-6) var(--hbb-sp-5)}.hbb-footer__heading{font-family:var(--hbb-font-sans);font-size:var(--hbb-fs-xs);font-weight:400;text-transform:uppercase;letter-spacing:var(--hbb-track-caps);color:var(--hbb-taupe);margin:0 0 var(--hbb-sp-4)}.hbb-footer__col ul{list-style:none;display:grid;gap:var(--hbb-sp-2)}.hbb-footer__col a{font-size:var(--hbb-fs-sm);text-decoration:none;color:var(--hbb-ink-soft)}.hbb-footer__col a:hover{color:var(--hbb-cognac)}.hbb-footer__hours{font-size:var(--hbb-fs-sm);color:var(--hbb-taupe)}.hbb-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:var(--hbb-sp-3) var(--hbb-sp-6);padding-top:var(--hbb-sp-6);border-top:1px solid var(--hbb-sand);font-size:var(--hbb-fs-xs);color:var(--hbb-taupe)}.hbb-footer__bottom p{margin:0}.hbb-footer__legal ul{display:flex;flex-wrap:wrap;gap:var(--hbb-sp-4);list-style:none}.hbb-footer__legal a{text-decoration:none}.hbb-footer__disclaimer{flex-basis:100%;max-width:68ch;color:var(--hbb-taupe-light);font-size:var(--hbb-fs-xxs);line-height:1.6}@media (max-width:1023px){.hbb-nav--primary,.hbb-nav--secondary{display:none}.hbb-header__burger{display:inline-flex}.hbb-header__inner{grid-template-columns:1fr auto 1fr}}@media (min-width:1024px){.hbb-drawer{display:none!important}}.hbb-header__navrow{display:none;border-top:1px solid var(--hbb-rule,rgb(0 0 0 / .08))}.hbb-header__navrow .hbb-nav--primary{max-width:var(--hbb-maxw);margin-inline:auto;padding-inline:var(--hbb-gutter)}.hbb-header__navrow .hbb-nav__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1rem, 2.4vw, 2.75rem);margin:0;padding:.85rem 0;list-style:none}.hbb-header__navrow .hbb-nav__list>li{margin:0;padding:0;list-style:none}.hbb-header__navrow .hbb-nav__list>li>a{display:inline-block;white-space:nowrap;text-decoration:none;letter-spacing:.12em;font-size:var(--hbb-fs-xxs,.75rem);text-transform:uppercase}@media (min-width:1024px){.hbb-header__navrow{display:block}.hbb-header__inner{grid-template-columns:1fr auto 1fr}}.hbb-utils .hbb-searchbtn{display:inline-flex;align-items:center;justify-content:flex-start;gap:.45rem;width:auto;height:auto;min-width:0;min-height:0;padding:0 0 5px;border:0;border-bottom:1px solid currentColor;border-radius:0;line-height:1}.hbb-utils .hbb-searchbtn svg{display:block;flex:0 0 auto;width:15px;height:15px}.hbb-searchbtn__label{display:block;font-size:.85rem;line-height:1;letter-spacing:.02em;white-space:nowrap}@media (max-width:640px){.hbb-utils .hbb-searchbtn{border-bottom:0;padding-bottom:0}.hbb-searchbtn__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}}.hbb-header .hbb-header__burger{display:none}.hbb-header .hbb-header__account{display:inline-flex;align-items:center;font-size:.85rem;letter-spacing:.02em;text-decoration:none;white-space:nowrap}.hbb-header .hbb-header__account:hover,.hbb-header .hbb-header__account:focus-visible{text-decoration:underline;text-underline-offset:4px}@media (max-width:1023px){.hbb-header .hbb-header__burger{display:inline-flex}.hbb-header .hbb-header__account{display:none}}