/* Dusk: locally hosted editorial type, warm charcoal, rose and parchment. */
@font-face {
  font-family: 'Lora'; src: url('../fonts/Lora.ttf') format('truetype');
  font-style: normal; font-weight: 400 700; font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3'; src: url('../fonts/SourceSans3.ttf') format('truetype');
  font-style: normal; font-weight: 200 900; font-display: swap;
}
:root {
  color-scheme: dark;
  --bbp-font: 'Source Sans 3', 'Trebuchet MS', sans-serif;
  --bbp-mono: 'Source Sans 3', 'Trebuchet MS', sans-serif;
  --bb-heading-font: 'Lora', Georgia, serif;
  --bbp-outer: #211e23; --bbp-base: #211e23; --bbp-paper: #29252c;
  --bbp-base-2: #29252c; --bbp-base-3: #302a32;
  --bbp-card: #342e37; --bbp-card-2: #3d343e; --bbp-card-3: #483b48;
  --bbp-raised: #53434f; --bbp-raised-2: #604a59;
  --bbp-accent: #d4a5ad; --bbp-accent-end: #c5a68f;
  --bbp-accent-alt: #b7a2c2; --bbp-accent-alt-end: #d4a5ad;
  --bbp-muted: #bfb2bd; --bbp-muted-bright: #d0c2cb; --bbp-white: #f5eee7;
  --bbp-divider: #51434e;
  --bbp-blue-gradient: linear-gradient(125deg, #d4a5ad, #c5a68f);
  --bbp-purple-gradient: linear-gradient(125deg, #b7a2c2, #d4a5ad);
  --bbp-shadow-raised: 0 14px 38px #160f172b;
  --bbp-shadow-soft: 0 5px 20px #160f1724;
  --bbp-shadow-inset: inset 0 1px 3px #160f1740;
  --bb-grad-a: #d4a5ad; --bb-grad-b: #d4a5ad; --bb-grad-c: #b7a2c2;
  --bb-grad: var(--bbp-blue-gradient); --bb-grad-h: var(--bbp-blue-gradient);
  --bb-accent: #d4a5ad; --bb-bg: #29252c; --bb-surface: #342e37;
  --bb-glass: #29252c; --bb-soft: #3d343e; --bb-ink: #f5eee7;
  --bb-muted: #bfb2bd; --bb-line: #51434e; --bb-dark: #211e23;
  --bb-shadow-sm: var(--bbp-shadow-soft); --bb-shadow-md: var(--bbp-shadow-raised);
  --bb-shadow-lg: var(--bbp-shadow-raised);
  --bb-r-sm: 8px; --bb-r-md: 12px; --bb-r-lg: 18px;
  --bbp-radius-lg: 18px; --bbp-radius-md: 12px; --bbp-radius-sm: 8px;
}
body:not(.bb-portfolio-front), body.bb-portfolio-front {
  font-family: var(--bbp-font); font-size: 17px; background: var(--bbp-outer);
  -webkit-font-smoothing: antialiased;
}
body :is(h1,h2,h3,h4,h5,h6), .bb-site-main :is(h1,h2,h3,h4,h5,h6),
.bb-site-footer :is(h1,h2,h3,h4,h5,h6), .bb-site-title, .bb-media-title,
.bb-feature-content h2, .bb-news-body h3, .bb-single-header h1,
.bb-entry-content :is(h2,h3,h4), .bb-module-title h2,
.bb-page-panel h1, .bb-footer-brand, .bb-footer-about h2 {
  font-family: var(--bb-heading-font); font-weight: 500;
  letter-spacing: -.025em; text-wrap: pretty;
}
body:not(.bb-portfolio-front) .bb-site-main { box-shadow: none; }
.bb-site-header { box-shadow: none; }
.bb-brand-row { min-height: 112px; }
.bb-site-title { font-size: clamp(32px, 4vw, 49px); }
.bb-site-title a, .bb-footer-brand a {
  background: none; color: var(--bbp-white); -webkit-text-fill-color: currentColor;
}
.bb-site-description { font-size: 12px; letter-spacing: .06em; }
.bb-menu a { font-size: 13px; letter-spacing: .07em; }
.bb-nav-row { box-shadow: inset 0 1px 0 var(--bbp-divider); }
.bb-nav-row::after { height: 1px; background: var(--bbp-divider); }
.bb-edition-intro { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-block: 42px 30px; }
.bb-edition-kicker { color: var(--bbp-accent); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 650; }
.bb-edition-intro h1 { font-size: clamp(26px, 3vw, 38px); line-height: 1.25; margin: 8px 0 0; }
.bb-edition-intro > p { max-width: 260px; color: var(--bbp-muted); font-size: 15px; line-height: 1.5; margin: 0; }
.bb-empty-home { padding-block: 40px 80px; }
.bb-feature-area { padding-top: 0; margin-top: 6px; }
.bb-feature-grid { gap: 18px; }
.bb-feature-grid--count-1 { grid-template-columns: 1fr; }
.bb-feature-grid--count-1 .bb-feature-side { display: none; }
.bb-feature-grid--count-2 .bb-feature-side { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.bb-feature-grid--count-3 .bb-feature-side { grid-template-columns: 1fr; }
.bb-feature-card { border-radius: 12px; box-shadow: none; }
.bb-feature-card .bb-item-media img { object-fit: cover; }
.bb-feature-card .bb-item-media::after {
  background: linear-gradient(180deg, #21172105 25%, #211721db 100%);
}
.bb-feature-content h2 { font-size: clamp(24px, 2.8vw, 39px); line-height: 1.18; }
.bb-feature-small .bb-feature-content h2 { font-size: clamp(20px, 1.7vw, 25px); }
.bb-feature-card .bb-feature-content { padding: 26px; }
.bb-category-tiles { gap: 10px; padding-block: 26px; }
.bb-category-tile { min-height: 54px; background: var(--bbp-card); border: 1px solid var(--bbp-divider); box-shadow: none; border-radius: 8px; }
.bb-category-tile::before, .bb-category-tile::after { display: none; }
.bb-category-tile:hover { background: var(--bbp-card-2); border-color: var(--bbp-accent); }
.bb-category-tile span { font-size: 13px; letter-spacing: .02em; font-weight: 600; }
.bb-module, .bb-sidebar-widget, .bb-neo-card, .bb-page-panel { border: 1px solid var(--bbp-divider); box-shadow: none; }
.bb-home-content .bb-module { padding: 0; background: transparent; border: 0; }
.bb-module-title { border-bottom: 1px solid var(--bbp-divider); padding-bottom: 16px; margin-bottom: 24px; }
.bb-module-title h2 { font-size: 26px; }
.bb-item-category { color: #29212a; font-size: 11px; letter-spacing: .08em; }
.bb-item-category:hover, .bb-item-category:focus { color: #211e23; }
.bb-feature-content .bb-item-category { color: #29212a; }
.bb-item-meta { color: var(--bbp-muted); font-size: 12px; }
.bb-news-body h3 { font-size: 21px; line-height: 1.32; }
.bb-news-item .bb-item-media { box-shadow: none; border-radius: 10px; }
.bb-sidebar-widget h2 { font-size: 21px; }
.bb-popular-list > li > span { color: #29212a; font-family: var(--bb-heading-font); }
.bb-news-body h3, .bb-mag-body h3 { -webkit-line-clamp: 3; }
.bb-entry-content { font-size: 18px; line-height: 1.85; }
.bb-entry-content a { color: var(--bbp-accent); text-decoration-color: var(--bbp-accent); }
.bb-site-footer { border-top: 1px solid var(--bbp-divider); }
.bb-footer-main, .bb-footer-widgets { background: var(--bbp-base); }
.bb-footer-main-grid { gap: 54px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.bb-footer-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }
.bb-footer-menu-panel h2, .bb-footer-important-links h2 { font-size: 20px; }
.bb-footer-brand { font-size: 28px; }
.bb-footer-nav a, .bb-footer-important-links a { font-size: 15px; }
button, input[type=submit], .bb-button { color: #29212a; }
::selection { background: #d4a5ad; color: #211e23; }
@media (max-width: 760px) {
  .bb-edition-intro { display: block; padding-block: 28px 22px; }
  .bb-edition-intro > p { max-width: 100%; margin-top: 13px; }
  .bb-feature-card .bb-feature-content { padding: 20px; }
  .bb-feature-content h2 { font-size: 28px; }
  .bb-category-tiles { display: flex; overflow-x: auto; padding-block: 20px; }
  .bb-category-tile { min-width: 125px; flex: 1 0 auto; }
  .bb-footer-main-grid { gap: 30px; }
  .bb-footer-menu { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* In the Search of Life: complete light reading edition. */
@font-face {font-family:'Libre Baskerville';src:url('../fonts/LibreBaskerville.ttf') format('truetype');font-weight:400 700;font-style:normal;font-display:swap}
@font-face {font-family:'Manrope';src:url('../fonts/Manrope.ttf') format('truetype');font-weight:200 900;font-style:normal;font-display:swap}
:root {
color-scheme:light;
--bbp-font:'Manrope',system-ui,sans-serif;--bbp-mono:var(--bbp-font);--bb-heading-font:'Libre Baskerville',Georgia,serif;
--bbp-outer:#f5f3e9;--bbp-base:#f5f3e9;--bbp-paper:#f5f3e9;--bbp-base-2:#eeeee2;--bbp-base-3:#eeeee2;
--bbp-card:#eeeee2;--bbp-card-2:#eeeee2;--bbp-card-3:#d5d9c9;--bbp-raised:#d5d9c9;--bbp-raised-2:#d5d9c9;
--bbp-white:#24392f;--bbp-muted:#5c675c;--bbp-muted-bright:#5c675c;--bbp-divider:#d5d9c9;
--bbp-shadow-soft:none;--bbp-shadow-raised:none;--bbp-shadow-inset:none;
--bb-bg:#f5f3e9;--bb-surface:#eeeee2;--bb-soft:#eeeee2;--bb-glass:#f5f3e9;--bb-ink:#24392f;--bb-muted:#5c675c;--bb-line:#d5d9c9;--bb-dark:#f5f3e9;
--bb-r-sm:2px;--bb-r-md:3px;--bb-r-lg:4px;
}
body:not(.bb-portfolio-front),body.bb-portfolio-front{color:#24392f;background:#f5f3e9;font-size:17px}
.bb-site-header,.bb-nav-row,.bb-brand-row,.bb-site-main,.bb-footer-main,.bb-footer-widgets,.bb-footer-bottom{background:#f5f3e9}
.bb-topbar{background:#e8ecdf;border-bottom:1px solid #d5d9c9;color:#24392f}
.bb-topbar p{color:#5c675c;font-size:11px;letter-spacing:.1em}
.bb-site-title{font-size:clamp(26px,3.4vw,45px);line-height:1.25}
.bb-site-title a{color:#24392f;background:none;-webkit-text-fill-color:currentColor}
.bb-brand-row{min-height:120px}
.bb-menu a,.bb-site-description{color:#5c675c}
.bb-menu a:hover,.bb-menu .current-menu-item>a{color:#315b49}
.bb-header-search input,.search-field,input[type=text],input[type=email],input[type=search],textarea{background:#f5f3e9;color:#24392f;border:1px solid #d5d9c9}
.bb-header-search button,.search-submit,button,input[type=submit],.bb-button{background:#315b49;color:#fff}
.bb-menu-toggle{background:#eeeee2;color:#24392f}
.bb-menu-icon span{background:#24392f}
.bb-edition-intro{padding-block:46px 32px}
.bb-edition-intro h1{font-size:clamp(30px,3.6vw,49px);font-weight:400;line-height:1.25}
.bb-edition-intro>p{font-size:15px;max-width:285px;line-height:1.7}
.bb-edition-kicker{color:#315b49;font-size:10px}
.bb-feature-card{background:#eeeee2;border:0;border-radius:3px;overflow:hidden}
.bb-feature-card.bb-feature-title-below>.bb-item-media::after,.bb-feature-grid--title-below .bb-item-media::after{display:none}
.bb-feature-grid--title-below .bb-feature-content{background:#eeeee2;color:#24392f;padding:26px}
.bb-feature-grid--title-below .bb-feature-content h2,.bb-feature-grid--title-below .bb-feature-content h2 a{color:#24392f;font-size:clamp(26px,2.7vw,39px)}
.bb-feature-grid--title-below .bb-feature-small .bb-feature-content h2{font-size:23px}
.bb-feature-grid--title-below .bb-item-meta,.bb-feature-grid--title-below .bb-feature-content p{color:#5c675c}
.bb-item-category,.bb-feature-content .bb-item-category{background:transparent;color:#315b49;box-shadow:none;padding:0;font-size:10px;letter-spacing:.12em;border:0}
.bb-item-category:hover{color:#24392f;text-decoration:underline}
.bb-feature-card:not(.bb-feature-title-below) .bb-item-category{color:#fff}
.bb-feature-card:not(.bb-feature-title-below) .bb-feature-content h2 a{color:#fff}
.bb-category-tiles{display:flex;justify-content:flex-start;gap:12px;padding-block:28px 42px;flex-wrap:wrap}
.bb-category-tile{min-height:40px;min-width:0;padding:10px 20px;border-radius:2px;background:transparent}
.bb-category-tile span{color:#315b49;font-size:12px;text-transform:none}
.bb-module-title h2{font-size:27px;font-weight:400}
.bb-home-layout{gap:48px}
.bb-news-item{background:transparent;box-shadow:none;border:0}
.bb-news-body{padding:18px 0}
.bb-news-body h3{font-size:21px;line-height:1.4;font-weight:400}
.bb-news-body h3 a{color:#24392f}
.bb-news-body p{color:#5c675c;font-size:15px;line-height:1.7}
.bb-news-item .bb-item-media{border-radius:3px;overflow:hidden}
.bb-item-meta{color:#5c675c;font-size:11px}
.bb-sidebar-widget{background:transparent;padding:24px 0;border-width:1px 0 0;border-radius:0}
.bb-popular-list>li>span{background:transparent;color:#315b49;font-size:24px}
.bb-page-panel,.bb-single-panel,.bb-post-card{background:#f5f3e9;box-shadow:none;border:0}
.page .bb-layout{max-width:850px}
.bb-entry-content{font-size:18px;line-height:1.9;color:#24392f;overflow-wrap:anywhere}
.bb-entry-content h2{font-size:28px;margin-top:2em}
.bb-entry-content a{color:#315b49;text-decoration:underline}
.bb-single-header h1{font-size:clamp(32px,4vw,52px);line-height:1.25}
.bb-footer-main{border-top:1px solid #d5d9c9;padding-block:48px}
.bb-footer-nav a,.bb-footer-important-links a{color:#5c675c}
.bb-footer-bottom{border-top:1px solid #d5d9c9;color:#5c675c}
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #315b49;outline-offset:4px}
::selection{background:#d5d9c9;color:#24392f}

.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-main{display:grid;grid-template-columns:.8fr 1.2fr;min-height:420px}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-main>.bb-item-media{order:2;height:100%;min-height:420px}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-content{position:static;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-content h2{font-size:36px;line-height:1.35}
.bb-brand-row .bb-site-branding{max-width:650px}

@media(max-width:900px){
.bb-feature-grid--grid-1-2{grid-template-columns:1fr}
.bb-feature-grid--grid-1-2 .bb-feature-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.bb-feature-grid--grid-1-2 .bb-feature-small{display:block}
.bb-feature-grid--grid-1-2 .bb-feature-small>.bb-item-media{height:220px;min-height:0}
}
@media(max-width:760px){
.bb-brand-row{min-height:100px;gap:16px}.bb-site-title{font-size:28px}
.bb-edition-intro{padding-block:26px}.bb-edition-intro h1{font-size:33px}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-main{display:flex;flex-direction:column;min-height:0}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-main>.bb-item-media{order:0;height:250px;min-height:0}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-content{padding:25px}
.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-content h2{font-size:28px}
.bb-feature-grid--grid-1-2 .bb-feature-side{grid-template-columns:1fr}
.bb-feature-grid--grid-1-2 .bb-feature-main>.bb-item-media{height:260px}
.bb-feature-grid--grid-1-2 .bb-feature-small{display:grid;grid-template-columns:1fr 1.2fr}
.bb-feature-grid--grid-1-2 .bb-feature-small>.bb-item-media{height:100%;min-height:180px}
.bb-feature-grid--grid-1-2 .bb-feature-small .bb-feature-content{padding:18px}
.bb-feature-grid--title-below .bb-feature-small .bb-feature-content h2{font-size:21px}
.bb-category-tiles{flex-wrap:wrap;overflow:visible;padding-block:22px}
.bb-category-tile{flex:0 1 auto;padding:8px 12px}
.bb-entry-content{font-size:17px;line-height:1.85}.bb-entry-content h2{font-size:24px}
.bb-nav-row .is-open,.bb-primary-nav.is-open{background:#f5f3e9}
}

.bb-feature-card,.bb-feature-card.bb-feature-title-below{padding:0}.bb-feature-card>.bb-item-media{border-radius:0}.bb-feature-grid--full.bb-feature-grid--title-below .bb-feature-main>.bb-item-media{aspect-ratio:auto;min-width:0}.bb-feature-grid--grid-1-2 .bb-feature-small>.bb-item-media{aspect-ratio:auto;min-width:0}

.bb-feature-grid--title-below .bb-feature-card .bb-feature-content h2 a{color:var(--bbp-white)!important;-webkit-text-fill-color:currentColor}
.bb-feature-grid--title-below .bb-feature-card .bb-feature-content .bb-item-category{color:var(--bbp-accent)!important}
.bb-feature-content h2,.bb-feature-content h2 a{display:block;-webkit-line-clamp:unset;overflow:visible;max-height:none}
.bb-home-main{background:#f5f3e9}
.bb-module-title{justify-content:flex-start}.bb-module-title::before{display:none}
.bb-footer-about h2{font-size:26px!important;text-transform:none}.bb-footer-menu-panel h2{text-transform:none}

.bb-brand-row{justify-content:flex-start}.bb-brand-row>div{text-align:left}.bb-site-title{font-size:42px}.bb-site-description{margin-top:10px}@media(max-width:760px){.bb-site-title{font-size:28px}}

.bb-home-main .bb-mag-card{background:transparent;border-radius:0;box-shadow:none}
.bb-home-main .bb-mag-body{padding:20px 0 0}
.bb-home-main .bb-mag-body h3{font-family:var(--bb-heading-font);font-weight:400;font-size:22px;line-height:1.35;display:block;-webkit-line-clamp:unset;overflow:visible}
.bb-home-main .bb-mag-card>.bb-item-media{border-radius:3px;overflow:hidden}
.bb-home-main .bb-mag-card>.bb-item-media img{filter:none}
.bb-card-grid{row-gap:38px}
.bb-feature-grid--grid-1-2 .bb-feature-small .bb-feature-content h2{font-size:25px;line-height:1.3}
.bb-feature-grid--grid-1-2 .bb-feature-small{grid-template-columns:.8fr 1.2fr}
.bb-feature-grid--grid-1-2 .bb-feature-small .bb-feature-content{padding:24px}
@media(max-width:760px){.bb-home-main .bb-mag-body h3{font-size:25px}.bb-feature-grid--grid-1-2 .bb-feature-small .bb-feature-content h2{font-size:22px}.bb-feature-grid--grid-1-2 .bb-feature-small .bb-feature-content{padding:18px}}

.bb-author-initial{display:grid;place-items:center;background:var(--bbp-card);color:var(--bbp-accent);font-family:var(--bb-heading-font);font-size:28px;width:64px;height:64px;border-radius:50%}
