: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 { 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-newsroom-home a { color: inherit; text-decoration: none; }
.bnd-newsroom-home img { display: block; max-width: 100%; }
.bnd-newsroom-home button, .bnd-newsroom-home 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: 27px; overflow-x: auto; scrollbar-width: none; }
.bnd-primary-nav__inner::-webkit-scrollbar { display: none; }
.bnd-primary-nav a { white-space: nowrap; font-size: 13px; 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-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; }

@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); }
}

@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-footer__main { grid-template-columns: 1fr; gap: 34px; }
  .bnd-copyright { flex-direction: column; align-items: flex-start; justify-content: center; gap: 5px; }
}

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