:root {
  --bnd-ink: #111111;
  --bnd-paper: #ffffff;
  --bnd-soft: #f4f1eb;
  --bnd-gold: #d4af37;
  --bnd-gold-light: #ffe99a;
  --bnd-muted: #6c6a66;
  --bnd-line: #dedbd4;
  --bnd-foil: linear-gradient(115deg, #754500 0%, #b97708 13%, #f6cc58 27%, #fff1a8 40%, #c68b13 55%, #ffe47a 72%, #a56605 88%, #e5bd42 100%);
}

.bnd-newsroom-home, .bnd-newsroom-internal { margin: 0; background: var(--bnd-paper); color: var(--bnd-ink); font-family: Arial, Helvetica, sans-serif; }
.bnd-newsroom-home #tie-wrapper, .bnd-newsroom-home .background-overlay { margin: 0; padding: 0; max-width: none; background: transparent; }
.bnd-site a { color: inherit; text-decoration: none; }
.bnd-site img { display: block; max-width: 100%; }
.bnd-site button, .bnd-site input { font: inherit; }
.bnd-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

.bnd-top-strip { background: var(--bnd-ink); color: #d7d7d7; font-size: 12px; letter-spacing: .04em; }
.bnd-top-strip__inner { height: 35px; display: flex; align-items: center; justify-content: space-between; }
.bnd-top-strip p { margin: 0; }
.bnd-top-links { display: flex; gap: 24px; }
.bnd-top-links a:hover { color: var(--bnd-gold-light); }
.bnd-header { background: #fff; position: relative; z-index: 20; }
.bnd-masthead { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.bnd-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.bnd-brand img { width: 124px; height: 69px; object-fit: contain; background: transparent; }
.bnd-header-actions { display: flex; align-items: center; gap: 13px; }
.bnd-header-actions .search-form { min-width: 224px; height: 42px; margin: 0; display: flex; }
.bnd-header-actions .search-field { width: 100%; border: 1px solid var(--bnd-line); padding: 0 13px; outline: none; font-size: 14px; }
.bnd-header-actions .search-submit { background: var(--bnd-ink); color: #fff; border: 0; padding: 0 14px; cursor: pointer; }
.bnd-gold-button { display: inline-flex; align-items: center; justify-content: center; background: var(--bnd-foil); box-shadow: inset 0 1px 0 rgba(255,255,255,.65), inset 0 -1px 0 rgba(76,42,0,.35); color: var(--bnd-ink); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; padding: 15px 19px; }
.bnd-gold-button:hover { background: var(--bnd-ink); color: #fff; }
.bnd-menu-toggle { display: none; border: 0; background: none; font-size: 25px; }
.bnd-primary-nav { background: var(--bnd-ink); color: #fff; }
.bnd-primary-nav::before { content: ""; display: block; height: 4px; background: var(--bnd-foil); }
.bnd-primary-nav__inner { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 16px; overflow-x: auto; scrollbar-width: none; }
.bnd-primary-nav__inner::-webkit-scrollbar { display: none; }
.bnd-primary-nav a { white-space: nowrap; font-size: 12px; font-weight: 900; }
.bnd-primary-nav a:hover, .bnd-primary-nav .is-active { color: var(--bnd-gold-light); }

.bnd-breaking { background: #f2f2f2; border-bottom: 1px solid #d7d7d7; }
.bnd-breaking__inner { min-height: 48px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.bnd-breaking strong { display: flex; align-items: center; gap: 8px; text-transform: uppercase; font-size: 12px; letter-spacing: .13em; }
.bnd-breaking a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 800; font-size: 15px; }
.bnd-live-dot { display: inline-block; width: 8px; height: 8px; background: #c31a1a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(195,26,26,.12); }

.bnd-story-slider { padding-top: 25px; }
.bnd-story-slider__heading { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 3px solid var(--bnd-ink); padding-bottom: 11px; margin-bottom: 14px; }
.bnd-story-slider__heading span, .bnd-kicker, .bnd-slider-copy small, .bnd-quick-reads small, .bnd-rank, .bnd-soul-feature-copy small, .bnd-footer-wordmark span, .bnd-footer-links strong { background: var(--bnd-foil); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bnd-story-slider__heading span, .bnd-kicker { font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.bnd-story-slider__heading h2 { margin: 5px 0 0; font-size: clamp(22px, 2.4vw, 31px); line-height: 1; letter-spacing: -.04em; font-weight: 900; }
.bnd-slider-controls { display: flex; gap: 6px; }
.bnd-slider-controls button { width: 34px; height: 34px; border: 0; background: var(--bnd-ink); color: #fff; font-size: 25px; cursor: pointer; }
.bnd-slider-controls button:hover { background: var(--bnd-foil); color: var(--bnd-ink); }
.bnd-slider-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.bnd-slider-viewport::-webkit-scrollbar { display: none; }
.bnd-slider-track { display: flex; gap: 16px; }
.bnd-slider-card { flex: 0 0 calc((100% - 32px) / 3); min-width: 0; scroll-snap-align: start; }
.bnd-slider-card a { min-height: 205px; display: block; position: relative; overflow: hidden; background: #1a1a1a; }
.bnd-slider-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bnd-slider-card:hover img { transform: scale(1.04); }
.bnd-slider-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 26%, rgba(0,0,0,.92)); }
.bnd-slider-copy { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 17px; color: #fff; }
.bnd-slider-copy small { display: block; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bnd-slider-copy strong { display: block; margin-top: 7px; font-size: 18px; line-height: 1.08; letter-spacing: -.025em; font-weight: 900; }

.bnd-hero { padding-block: 27px 58px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(290px, .75fr); gap: 18px; }
.bnd-lead-story { min-height: 560px; position: relative; overflow: hidden; background: #222; }
.bnd-lead-story > a { position: absolute; inset: 0; }
.bnd-lead-story img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.bnd-lead-story:hover img { transform: scale(1.025); }
.bnd-lead-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 22%, rgba(0,0,0,.89)); }
.bnd-lead-content { position: absolute; left: clamp(24px, 5vw, 54px); right: clamp(24px, 5vw, 54px); bottom: 39px; color: #fff; }
.bnd-category-pill, .bnd-card-image span { display: inline-block; background: var(--bnd-foil); box-shadow: inset 0 1px 0 rgba(255,255,255,.55); color: var(--bnd-ink); text-transform: uppercase; font-weight: 900; font-size: 11px; letter-spacing: .13em; padding: 8px 11px; }
.bnd-lead-content > strong { display: block; margin: 16px 0 12px; max-width: 850px; font-weight: 900; font-size: clamp(37px, 4.5vw, 65px); line-height: .96; letter-spacing: -.05em; }
.bnd-lead-content > span:not(.bnd-category-pill) { display: block; max-width: 690px; color: #e5e2dc; font-size: 17px; line-height: 1.55; }
.bnd-lead-content em { display: block; margin-top: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-style: normal; font-weight: 700; }
.bnd-hero-side { display: grid; grid-template-rows: 1.18fr .82fr; gap: 18px; }
.bnd-side-story { padding: 38px 34px; display: flex; flex-direction: column; justify-content: flex-end; }
.bnd-side-story.is-dark { background: var(--bnd-ink); color: #fff; }
.bnd-side-story.is-gold { background: var(--bnd-foil); color: var(--bnd-ink); }
.bnd-side-story small { font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.bnd-side-story.is-dark small { color: var(--bnd-gold-light); }
.bnd-side-story h2 { font-weight: 900; font-size: clamp(25px, 2.1vw, 34px); line-height: 1.02; letter-spacing: -.04em; margin: 14px 0; }
.bnd-side-story p { font-size: 14px; line-height: 1.55; margin: 0; opacity: .78; }
.bnd-read-link { margin-top: 24px; text-transform: uppercase; font-size: 11px; letter-spacing: .11em; font-weight: 900; }

.bnd-media-desk { background: #101010; color: #fff; padding: 47px 0 55px; margin-bottom: 64px; position: relative; }
.bnd-media-desk::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--bnd-foil); }
.bnd-media-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-bottom: 22px; border-bottom: 1px solid #343434; }
.bnd-media-heading h2 { margin: 7px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: .96; letter-spacing: -.05em; font-weight: 900; }
.bnd-media-tabs { display: flex; gap: 9px; }
.bnd-media-tabs a { border: 1px solid #444; padding: 11px 13px; color: #ddd; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bnd-media-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(320px, .75fr); gap: 25px; padding-top: 25px; }
.bnd-video-panel, .bnd-podcast-panel { background: #1a1a1a; border: 1px solid #303030; }
.bnd-media-label { min-height: 43px; padding: 0 16px; display: flex; align-items: center; gap: 9px; color: var(--bnd-gold-light); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bnd-video-frame { position: relative; aspect-ratio: 16/9; background: #050505; }
.bnd-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.bnd-media-caption { padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.bnd-media-caption div { display: flex; flex-direction: column; gap: 4px; }
.bnd-media-caption span { color: #999; font-size: 13px; }
.bnd-media-caption a { color: var(--bnd-gold-light); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.bnd-podcast-panel { padding: 0 18px 18px; display: flex; flex-direction: column; }
.bnd-podcast-panel .bnd-media-label { padding-inline: 0; }
.bnd-podcast-panel h3 { margin: 18px 0 10px; font-size: clamp(25px, 2.5vw, 35px); line-height: 1; letter-spacing: -.045em; }
.bnd-podcast-panel > p { color: #aaa; margin: 0 0 20px; font-size: 15px; }
.bnd-podcast-panel iframe { width: 100%; min-height: 352px; border: 0; border-radius: 10px; margin-top: auto; }

.bnd-latest { padding-bottom: 78px; }
.bnd-section-heading { border-top: 4px solid var(--bnd-ink); padding: 20px 0 25px; display: flex; justify-content: space-between; align-items: flex-end; }
.bnd-section-heading h2, .bnd-newsletter h2 { font-weight: 900; font-size: clamp(34px, 4vw, 53px); letter-spacing: -.05em; line-height: .96; margin: 8px 0 0; }
.bnd-section-heading > a { font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.bnd-latest-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 48px; }
.bnd-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.bnd-story-card { border-bottom: 1px solid var(--bnd-line); padding-bottom: 21px; }
.bnd-card-image { height: 185px; display: block; position: relative; overflow: hidden; background: #ddd; }
.bnd-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.bnd-story-card:hover .bnd-card-image img { transform: scale(1.035); }
.bnd-card-image span { position: absolute; bottom: 0; left: 0; padding: 7px 9px; font-size: 9px; }
.bnd-story-card h3 { margin: 17px 0 10px; font-weight: 900; font-size: 23px; line-height: 1.08; letter-spacing: -.035em; }
.bnd-story-card p { margin: 0; color: var(--bnd-muted); font-size: 14px; line-height: 1.55; }
.bnd-card-meta { display: flex; justify-content: space-between; margin-top: 16px; font-size: 10px; text-transform: uppercase; color: #78756e; font-weight: 800; }
.bnd-quick-reads { border-left: 1px solid var(--bnd-line); padding-left: 28px; }
.bnd-quick-title { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 3px solid var(--bnd-ink); padding-bottom: 11px; }
.bnd-quick-title span { font-weight: 900; font-size: 24px; }
.bnd-quick-reads article { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 19px 0; border-bottom: 1px solid var(--bnd-line); }
.bnd-rank { font-size: 27px; font-weight: 900; line-height: 1; }
.bnd-quick-reads small { font-size: 9px; font-weight: 900; text-transform: uppercase; }
.bnd-quick-reads h3 { font-weight: 800; font-size: 17px; line-height: 1.2; margin: 6px 0 0; }

.bnd-soul-section { background: var(--bnd-ink); color: #fff; padding: 78px 0; overflow: hidden; position: relative; }
.bnd-soul-section::after { content: "BND"; position: absolute; right: -30px; bottom: -55px; color: rgba(255,255,255,.025); font-weight: 900; font-size: 300px; line-height: 1; }
.bnd-soul-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.bnd-soul-copy h2 { font-weight: 900; font-size: clamp(45px, 5vw, 73px); line-height: .9; letter-spacing: -.06em; margin: 14px 0 25px; }
.bnd-soul-copy p { color: #c9c6c0; line-height: 1.72; margin: 0 0 30px; font-size: 16px; }
.bnd-soul-copy > a { display: inline-block; border: 1px solid var(--bnd-gold); color: var(--bnd-gold-light); padding: 14px 16px; text-transform: uppercase; font-size: 10px; font-weight: 900; }
.bnd-soul-feature { position: relative; min-height: 455px; overflow: hidden; display: block; }
.bnd-soul-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bnd-soul-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.88)); }
.bnd-soul-feature-copy { position: absolute; z-index: 1; bottom: 29px; left: 32px; right: 32px; color: #fff; }
.bnd-soul-feature-copy small { display: block; text-transform: uppercase; font-size: 10px; font-weight: 900; }
.bnd-soul-feature-copy strong { display: block; font-weight: 900; font-size: clamp(27px, 3vw, 42px); line-height: .98; margin: 10px 0; }
.bnd-soul-feature-copy em { color: #d1cec9; font-style: normal; }

.bnd-newsletter { margin-block: 64px; background: var(--bnd-soft); padding: 38px 42px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 24px; position: relative; }
.bnd-newsletter::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--bnd-foil); }
.bnd-newsletter-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--bnd-ink); color: var(--bnd-gold-light); border-radius: 50%; }
.bnd-newsletter h2 { font-size: 33px; }
.bnd-newsletter p { margin: 8px 0 0; color: var(--bnd-muted); font-size: 14px; }
.bnd-newsletter--mailpoet { grid-template-columns: minmax(280px, .75fr) minmax(420px, 1.25fr); gap: 42px; background: #0d0d0d; color: #fff; border: 1px solid #282828; box-shadow: 0 18px 45px rgba(0,0,0,.13); overflow: hidden; }
.bnd-newsletter--mailpoet::before { width: 9px; }
.bnd-newsletter-intro { display: grid; grid-template-columns: 58px 1fr; align-items: center; gap: 24px; }
.bnd-newsletter--mailpoet .bnd-newsletter-icon { background: var(--bnd-foil); color: var(--bnd-ink); }
.bnd-newsletter--mailpoet h2 { color: #fff; }
.bnd-newsletter--mailpoet .bnd-newsletter-intro p { color: #aaa; }
.bnd-newsletter-form { min-width: 0; }
.bnd-newsletter-form { border-left: 1px solid #333; padding-left: 42px; }
.bnd-newsletter-form .mailpoet_form { margin: 0 !important; max-width: none !important; padding: 0 !important; background: transparent !important; color: #fff !important; box-shadow: none !important; }
.bnd-newsletter-form form { margin: 0 !important; background: transparent !important; }
.bnd-newsletter-form h1, .bnd-newsletter-form h2, .bnd-newsletter-form h3, .bnd-newsletter-form h4, .bnd-newsletter-form p, .bnd-newsletter-form label { color: #fff !important; }
.bnd-newsletter-form p { line-height: 1.45 !important; }
.bnd-newsletter-form a { color: var(--bnd-gold-light) !important; }
.bnd-newsletter-form input[type="email"], .bnd-newsletter-form input[type="text"] { width: 100% !important; min-height: 54px !important; padding: 0 17px !important; border: 1px solid #555 !important; border-radius: 2px !important; background: #fff !important; color: #111 !important; font-size: 15px !important; box-shadow: none !important; }
.bnd-newsletter-form input[type="submit"], .bnd-newsletter-form button[type="submit"] { width: 100% !important; min-height: 54px !important; margin-top: 8px !important; border: 0 !important; border-radius: 2px !important; background: var(--bnd-foil) !important; color: #111 !important; font-weight: 900 !important; text-transform: uppercase !important; letter-spacing: .08em !important; cursor: pointer !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.65), inset 0 -1px 0 rgba(76,42,0,.35) !important; }
.bnd-newsletter-form input[type="submit"]:hover, .bnd-newsletter-form button[type="submit"]:hover { filter: brightness(1.08); }

.bnd-footer { background: #0d0d0d; color: #fff; }
.bnd-footer__main { padding: 55px 0 44px; display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 50px; }
.bnd-footer-wordmark { display: flex; flex-direction: column; align-items: flex-start; }
.bnd-footer-wordmark strong { font-size: 22px; line-height: 1; }
.bnd-footer-wordmark span { margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .35em; }
.bnd-footer__main > div:first-child > p { color: #858585; font-size: 14px; }
.bnd-footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.bnd-footer-links div { display: flex; flex-direction: column; gap: 11px; }
.bnd-footer-links strong { font-size: 11px; text-transform: uppercase; }
.bnd-footer-links a { color: #aaa; font-size: 13px; }
.bnd-socials { display: flex; gap: 9px; }
.bnd-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #393939; }
.bnd-copyright { min-height: 54px; border-top: 1px solid #2b2b2b; display: flex; align-items: center; justify-content: space-between; color: #8b8b8b; font-size: 11px; }

/* Internal newsroom pages */
.bnd-newsroom-internal #tie-wrapper, .bnd-newsroom-internal .background-overlay { margin: 0; padding: 0; max-width: none; background: transparent; }
.bnd-internal-main { min-height: 55vh; }
.bnd-article-hero, .bnd-archive-hero { background: #f4f1eb; border-bottom: 1px solid var(--bnd-line); padding: 58px 0 52px; }
.bnd-article-hero__inner { max-width: 980px; margin-inline: auto; text-align: center; }
.bnd-article-hero h1, .bnd-archive-hero h1 { margin: 12px 0 0; font-size: clamp(38px, 5.2vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 900; }
.bnd-archive-hero h1 { max-width: 900px; }
.bnd-dek, .bnd-archive-description { max-width: 790px; margin: 20px auto 0; color: var(--bnd-muted); font-size: 19px; line-height: 1.55; }
.bnd-archive-description { margin-left: 0; font-size: 16px; }
.bnd-article-meta { margin-top: 25px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px 22px; color: #595650; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.bnd-featured-image { margin-top: 40px; max-width: 1120px; }
.bnd-featured-image img { width: 100%; max-height: 670px; object-fit: cover; }
.bnd-article-layout, .bnd-archive-layout { padding-block: 54px 80px; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; align-items: start; }
.bnd-article-body { max-width: 760px; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.82; }
.bnd-newsroom-internal .bnd-article-copy { font-size: 19px; line-height: 1.75; }
.bnd-newsroom-internal .bnd-article-copy p { margin: 0 0 1.25em !important; font-size: inherit; line-height: 1.75 !important; }
.bnd-newsroom-internal .bnd-article-copy > p:first-child::first-letter { float: left; margin: 9px 10px 0 0; font-family: Arial, Helvetica, sans-serif; font-size: 68px; line-height: .72; font-weight: 900; color: var(--bnd-gold); }
.bnd-newsroom-internal .bnd-article-copy h2, .bnd-newsroom-internal .bnd-article-copy h3 { font-family: Arial, Helvetica, sans-serif; line-height: 1.12 !important; letter-spacing: -.035em; margin: 1.65em 0 .65em !important; }
.bnd-newsroom-internal .bnd-article-copy h2 { font-size: clamp(28px, 3vw, 38px); }
.bnd-newsroom-internal .bnd-article-copy h3 { font-size: clamp(23px, 2.5vw, 30px); }
.bnd-newsroom-internal .bnd-article-copy ul, .bnd-newsroom-internal .bnd-article-copy ol { margin: 0 0 1.35em 1.35em !important; padding-left: 1.1em !important; }
.bnd-newsroom-internal .bnd-article-copy li { margin: 0 0 .55em; line-height: 1.65 !important; }
.bnd-newsroom-internal .bnd-article-copy blockquote { margin: 1.6em 0; padding: 6px 0 6px 24px; border-left: 5px solid var(--bnd-gold); font-size: 1.15em; line-height: 1.55; }
.bnd-article-body a { color: #8a5c00; text-decoration: underline; text-underline-offset: 3px; }
.bnd-article-body figure, .bnd-article-body img { max-width: 100%; height: auto; }
.bnd-tags { margin-top: 40px; padding-top: 22px; border-top: 3px solid var(--bnd-ink); display: flex; flex-wrap: wrap; gap: 8px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.bnd-tags strong { margin-right: 8px; text-transform: uppercase; }
.bnd-tags a { border: 1px solid var(--bnd-line); padding: 6px 9px; text-decoration: none; }
.bnd-share { position: relative; margin-top: 42px; padding: 28px; overflow: hidden; border: 1px solid #2d2d2d; background: #111; color: #fff; font-family: Arial, Helvetica, sans-serif; }
.bnd-share::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--bnd-foil); }
.bnd-share__heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 17px; border-bottom: 1px solid #343434; }
.bnd-share__heading span { background: var(--bnd-foil); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.bnd-share__heading h2 { margin: 0; color: #fff; font-size: clamp(24px, 3vw, 34px); letter-spacing: -.04em; }
.bnd-share__links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 19px; }
.bnd-article-body .bnd-share__button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid #404040; background: #1b1b1b; color: #fff; padding: 11px 13px; text-decoration: none; font-size: 12px; font-weight: 900; cursor: pointer; transition: border-color .18s ease, color .18s ease, background .18s ease; }
.bnd-article-body .bnd-share__button:hover, .bnd-article-body .bnd-share__button:focus-visible { border-color: var(--bnd-gold-light); background: var(--bnd-foil); color: #111; outline: none; }
.bnd-share__button svg { width: 19px; height: 19px; flex: 0 0 auto; fill: currentColor; }
.bnd-share__status { min-height: 18px; margin: 10px 0 -6px; color: var(--bnd-gold-light); font-size: 11px; text-align: right; }
.bnd-author-box { margin-top: 32px; background: var(--bnd-soft); border-left: 6px solid var(--bnd-gold); padding: 25px 28px; font-family: Arial, Helvetica, sans-serif; }
.bnd-author-box strong { font-size: 20px; }
.bnd-author-box p { margin: 8px 0 0; color: var(--bnd-muted); font-size: 14px; line-height: 1.55; }
.bnd-editorial-sidebar { position: sticky; top: 30px; border-top: 5px solid var(--bnd-ink); }
.admin-bar .bnd-editorial-sidebar { top: 62px; }
.bnd-sidebar-title { padding: 16px 0 13px; border-bottom: 1px solid var(--bnd-line); display: flex; flex-direction: column; gap: 4px; }
.bnd-sidebar-title span, .bnd-editorial-sidebar small { color: #9c6800; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.bnd-sidebar-title strong { font-size: 24px; }
.bnd-editorial-sidebar article { padding: 18px 0; border-bottom: 1px solid var(--bnd-line); display: grid; grid-template-columns: 42px 1fr; gap: 10px; }
.bnd-editorial-sidebar h3 { margin: 5px 0 0; font-size: 16px; line-height: 1.2; }
.bnd-sidebar-cta { width: 100%; margin-top: 22px; }
.bnd-archive-list { display: grid; gap: 30px; }
.bnd-archive-card { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 24px; padding-bottom: 30px; border-bottom: 1px solid var(--bnd-line); }
.bnd-archive-card__image { min-height: 190px; background: #ddd; overflow: hidden; }
.bnd-archive-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bnd-archive-card:hover img { transform: scale(1.035); }
.bnd-archive-card h2 { margin: 8px 0 10px; font-size: clamp(24px, 2.5vw, 34px); line-height: 1.04; letter-spacing: -.04em; }
.bnd-archive-card p { color: var(--bnd-muted); margin: 0; font-size: 14px; line-height: 1.55; }
.bnd-pagination { padding-top: 20px; }
.bnd-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.bnd-pagination .page-numbers { border: 1px solid var(--bnd-line); padding: 9px 13px; font-size: 12px; font-weight: 800; }
.bnd-pagination .current { background: var(--bnd-ink); color: #fff; }
.bnd-empty { padding: 36px; background: var(--bnd-soft); }
.bnd-empty h2 { margin: 0 0 8px; }
.bnd-standard-page { max-width: 920px; padding-block: 55px 80px; font-size: 17px; line-height: 1.75; }
.bnd-standard-page h2, .bnd-standard-page h3 { line-height: 1.1; }

/* About Black News Daily */
.bnd-about { background: #fff; }
.bnd-about-hero { background: #0d0d0d; color: #fff; position: relative; overflow: hidden; }
.bnd-about-hero::before { content: "BND"; position: absolute; right: -40px; bottom: -100px; color: rgba(255,255,255,.025); font-size: 360px; line-height: 1; font-weight: 900; }
.bnd-about-hero::after { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--bnd-foil); }
.bnd-about-hero__inner { min-height: 530px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.bnd-about-hero h1 { margin: 15px 0 24px; font-size: clamp(55px, 7vw, 96px); line-height: .85; letter-spacing: -.07em; font-weight: 900; }
.bnd-about-hero h1 span { background: var(--bnd-foil); background-clip: text; -webkit-background-clip: text; color: transparent; -webkit-text-fill-color: transparent; }
.bnd-about-hero p { max-width: 680px; margin: 0; color: #c7c7c7; font-size: 18px; line-height: 1.65; }
.bnd-about-mark { min-height: 320px; display: grid; place-items: center; border: 1px solid #d7aa32; background: #fff; box-shadow: inset 0 0 0 6px #0d0d0d, inset 0 0 0 7px #d7aa32; }
.bnd-about-mark img { width: min(300px, 78%); height: auto; }
.bnd-about-logo-animation { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #fff; }

@media (min-width: 783px) {
  .admin-bar .bnd-top-strip { margin-top: 32px; }
}
.bnd-about-mission, .bnd-about-origin__inner { padding-block: 90px; display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 65px; }
.bnd-about-section-label { display: flex; align-items: flex-start; gap: 13px; padding-top: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; }
.bnd-about-section-label span { width: 38px; height: 38px; display: grid; place-items: center; background: var(--bnd-foil); color: #111; font-weight: 900; }
.bnd-about-section-label strong { padding-top: 11px; }
.bnd-about-copy { max-width: 870px; }
.bnd-about-copy h2, .bnd-about-editor h2, .bnd-about-cta h2 { margin: 0 0 24px; font-size: clamp(42px, 5vw, 70px); line-height: .94; letter-spacing: -.055em; font-weight: 900; }
.bnd-about-copy p { color: #4f4d49; font-size: 17px; line-height: 1.75; }
.bnd-about-copy .bnd-about-lead { margin-top: 0; color: #111; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.35; font-weight: 700; }
.bnd-about-origin { background: var(--bnd-soft); border-block: 1px solid var(--bnd-line); }
.bnd-about-editor { padding-block: 96px; display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: 72px; align-items: center; }
.bnd-about-editor__image { position: relative; background: #111; }
.bnd-about-editor__image::before { content: ""; position: absolute; inset: -10px 10px 10px -10px; border: 2px solid var(--bnd-gold); z-index: 0; }
.bnd-about-editor__image img { width: 100%; aspect-ratio: 3/4; object-fit: cover; position: relative; z-index: 1; }
.bnd-about-editor__copy h2 { margin-top: 12px; }
.bnd-about-role { margin: -10px 0 25px; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: .055em; }
.bnd-about-role a { color: #9c6800; }
.bnd-about-editor__copy > p:not(.bnd-about-role) { color: #4f4d49; font-size: 17px; line-height: 1.72; }
.bnd-about-editor blockquote { margin: 29px 0 0; padding: 22px 0 22px 25px; border-left: 6px solid var(--bnd-gold); font-size: 22px; line-height: 1.45; font-weight: 800; }
.bnd-about-cta { background: #111; color: #fff; border-top: 6px solid var(--bnd-gold); }
.bnd-about-cta__inner { padding-block: 65px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.bnd-about-cta h2 { margin: 8px 0 11px; font-size: clamp(32px, 4vw, 52px); }
.bnd-about-cta p { margin: 0; color: #aaa; }
.bnd-about-cta .bnd-gold-button { flex: 0 0 auto; }

@media (max-width: 1050px) {
  .bnd-primary-nav__inner { justify-content: flex-start; }
  .bnd-hero { grid-template-columns: 1fr; }
  .bnd-hero-side { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
  .bnd-latest-layout, .bnd-media-grid { grid-template-columns: 1fr; }
  .bnd-quick-reads { border-left: 0; padding-left: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 28px; }
  .bnd-quick-title { grid-column: 1/-1; }
  .bnd-slider-card { flex-basis: calc((100% - 16px) / 2); }
  .bnd-article-layout, .bnd-archive-layout { grid-template-columns: 1fr; }
  .bnd-editorial-sidebar { position: static; }
  .bnd-about-hero__inner { grid-template-columns: 1fr; gap: 36px; padding-block: 70px; }
  .bnd-about-mark { min-height: 220px; }
  .bnd-about-mission, .bnd-about-origin__inner { grid-template-columns: 170px minmax(0, 1fr); gap: 38px; }
  .bnd-about-editor { gap: 42px; }
}

@media (max-width: 760px) {
  .bnd-shell { width: min(100% - 28px, 1240px); }
  .bnd-top-strip__inner { justify-content: center; }
  .bnd-top-strip p, .bnd-top-links a:not(:last-child), .bnd-header-actions .search-form, .bnd-primary-nav { display: none; }
  .bnd-masthead { min-height: 78px; }
  .bnd-menu-toggle { display: block; }
  .bnd-brand img { width: 108px; height: 60px; }
  .bnd-header-actions .bnd-gold-button { font-size: 9px; padding: 12px 11px; }
  .bnd-primary-nav.is-open { display: block; }
  .bnd-primary-nav__inner { flex-direction: column; align-items: stretch; padding-block: 14px; gap: 0; }
  .bnd-primary-nav a { padding: 10px 0; }
  .bnd-breaking__inner { gap: 11px; }
  .bnd-breaking a { font-size: 13px; }
  .bnd-slider-card { flex-basis: 100%; }
  .bnd-hero { padding-block: 16px 43px; }
  .bnd-lead-story { min-height: 520px; }
  .bnd-lead-content { bottom: 27px; }
  .bnd-lead-content > strong { font-size: 38px; }
  .bnd-lead-content > span:not(.bnd-category-pill) { font-size: 15px; }
  .bnd-hero-side, .bnd-story-grid, .bnd-quick-reads, .bnd-soul-inner { grid-template-columns: 1fr; }
  .bnd-side-story { min-height: 260px; padding: 30px 26px; }
  .bnd-media-heading, .bnd-media-caption { align-items: flex-start; flex-direction: column; }
  .bnd-media-tabs { width: 100%; }
  .bnd-media-tabs a { flex: 1; text-align: center; font-size: 10px; }
  .bnd-card-image { height: 230px; }
  .bnd-quick-title { grid-column: 1; }
  .bnd-soul-section { padding: 59px 0; }
  .bnd-soul-inner { gap: 38px; }
  .bnd-soul-feature { min-height: 390px; }
  .bnd-newsletter { margin-block: 39px; padding: 29px 23px; grid-template-columns: 1fr; }
  .bnd-newsletter-icon { display: none; }
  .bnd-newsletter--mailpoet { gap: 24px; }
  .bnd-newsletter-intro { grid-template-columns: 1fr; }
  .bnd-newsletter-form { border-left: 0; border-top: 1px solid #333; padding: 24px 0 0; }
  .bnd-footer__main { grid-template-columns: 1fr; gap: 34px; }
  .bnd-copyright { flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
  .bnd-article-hero, .bnd-archive-hero { padding: 40px 0 36px; }
  .bnd-article-hero h1, .bnd-archive-hero h1 { font-size: 39px; }
  .bnd-dek { font-size: 16px; }
  .bnd-article-layout, .bnd-archive-layout { padding-block: 35px 58px; gap: 42px; }
  .bnd-article-body { font-size: 18px; line-height: 1.72; }
  .bnd-share { padding: 24px 19px; }
  .bnd-share__heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .bnd-share__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bnd-article-body .bnd-share__button { font-size: 11px; }
  .bnd-archive-card { grid-template-columns: 1fr; gap: 17px; }
  .bnd-archive-card__image { min-height: 225px; }
  .bnd-about-hero__inner { min-height: auto; padding-block: 58px; }
  .bnd-about-hero h1 { font-size: 56px; }
  .bnd-about-mark { min-height: 180px; }
  .bnd-about-mission, .bnd-about-origin__inner, .bnd-about-editor { padding-block: 58px; grid-template-columns: 1fr; gap: 30px; }
  .bnd-about-editor__image { width: calc(100% - 10px); }
  .bnd-about-cta__inner { padding-block: 48px; flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .bnd-newsroom-home * { scroll-behavior: auto !important; transition: none !important; }
}
