.bl-masthead {
background: var(--band);
padding: 62px 0 46px;
}
.bl-masthead-inner {
width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto;
display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(220px, 1fr);
align-items: end; gap: 46px;
}
.bl-masthead-copy { min-width: 0; }
.bl-masthead-dek {
margin: 0 0 14px;
padding-left: 22px;
border-left: 3px solid var(--h-cyan);
font-family: var(--sans);
font-size: 17px; line-height: 1.5;
color: var(--t-ink-soft);
}
.bl-h1 {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: clamp(34px, 5.1vw, 72px);
line-height: .96;
letter-spacing: -.005em;
text-transform: uppercase;
color: var(--t-ink);
}
.bl-h1 .l { display: block; }
.bl-tabs { background: var(--h-panel); }
.bl-tabs-inner {
width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto;
overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.bl-tabs ul {
display: flex; gap: 34px; margin: 0; padding: 0; list-style: none;
white-space: nowrap;
}
.bl-tab {
display: block; padding: 17px 2px 14px;
border-bottom: 3px solid transparent;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 15px; letter-spacing: .12em;
text-transform: uppercase; text-decoration: none;
color: var(--h-muted);
}
.bl-tab:hover { color: var(--h-bone); }
.bl-tab.is-active { color: var(--h-cyan); border-bottom-color: var(--h-cyan); }
.bl-featured {
position: relative;
background: var(--h-black);
overflow: hidden;
}
.bl-featured-photo { position: absolute; inset: 0 0 0 42%; }
.bl-featured-photo picture,
.bl-featured-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bl-featured-scrim {
position: absolute; inset: 0; z-index: 1; pointer-events: none;
background: linear-gradient(90deg,
rgba(11, 13, 14, 1) 0%,
rgba(11, 13, 14, 1) 48%,
rgba(11, 13, 14, .55) 66%,
rgba(11, 13, 14, 0) 90%);
}
.bl-featured-inner {
position: relative; z-index: 2;
width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto;
padding: 54px 0 58px;
}
.bl-featured-copy { width: 40%; min-width: 0; }
.bl-featured-h2 {
margin: 0 0 16px;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: clamp(28px, 2.85vw, 42px);
line-height: 1.04;
letter-spacing: -.004em;
text-transform: uppercase;
}
.bl-featured-h2 a { color: var(--h-bone); text-decoration: none; }
.bl-featured-h2 a:hover { color: var(--h-cyan); }
.bl-featured-dek {
margin: 0 0 24px;
font-family: var(--sans);
font-size: 16px; line-height: 1.55;
color: var(--h-muted);
}
.bl-byline {
display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
margin: 0 0 26px;
font-family: var(--sans);
font-size: 14px;
color: var(--h-muted);
}
.bl-byline-avatar { border-radius: 50%; flex: 0 0 auto; }
.bl-byline-sep { width: 1px; height: 15px; background: rgba(231, 229, 223, .32); }
.bl-byline-date { color: var(--h-muted); }
.bl-featured-btn {
display: inline-flex; align-items: center; gap: 14px;
padding: 15px 26px;
background: var(--h-cyan); color: #04222D;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 15px; letter-spacing: .13em;
text-transform: uppercase; text-decoration: none;
}
.bl-featured-btn svg { width: 34px; height: 10px; flex: 0 0 auto; }
.bl-featured-btn:hover { background: #22BCEC; color: #04222D; }
.bl-latest { background: var(--band); padding: 54px 0 66px; }
.bl-latest-inner { width: calc(80% - 20px); max-width: var(--wrap); margin: 0 auto; }
.bl-latest-head { display: flex; align-items: center; gap: 22px; margin: 0 0 30px; }
.bl-latest-h2 {
margin: 0; flex: 0 0 auto;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400; font-size: 27px; letter-spacing: .01em;
text-transform: uppercase; color: var(--t-ink);
}
.bl-latest-rule { flex: 1 1 auto; height: 1px; background: var(--t-hair); }
.bl-viewall {
flex: 0 0 auto;
display: inline-flex; align-items: center; gap: 12px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 14px; letter-spacing: .12em;
text-transform: uppercase; text-decoration: none;
color: var(--bl-cyan-ink);
}
.bl-viewall svg { width: 46px; height: 14px; }
.bl-viewall:hover { color: var(--t-ink); }
.bl-grid {
display: grid; grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
gap: 26px 22px;
margin: 0; padding: 0; list-style: none;
}
.bl-card { display: flex; flex-direction: column; min-width: 0; }
.bl-card-media { display: block; }
.bl-card-media img {
display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover;
}
.bl-card-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 13px 0 0; }
.bl-card-tag { margin: 0 0 8px; }
.bl-card-title {
margin: 0 0 12px;
font-family: var(--sans);
font-size: 15.5px; font-weight: 700; line-height: 1.32;
}
.bl-card-title a { color: var(--t-ink); text-decoration: none; }
.bl-card-title a:hover { color: var(--bl-cyan-ink); }
.bl-card-meta {
display: flex; align-items: center; flex-wrap: wrap; gap: 4px 9px;
margin: auto 0 0;
font-family: var(--sans);
font-size: 12.5px; color: var(--t-ink-soft);
}
.bl-card-meta time,
.bl-card-readtime { white-space: nowrap; }
.bl-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--h-cyan); flex: 0 0 auto; }
.bl-empty { margin: 0; font-family: var(--sans); color: var(--t-ink-soft); }
.bl-eyebrow {
margin: 0 0 14px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 14px; letter-spacing: .17em;
text-transform: uppercase;
}
.bl-eyebrow a { color: inherit; text-decoration: none; }
.bl-eyebrow a:hover { text-decoration: underline; }
.bl-eyebrow-dark { color: var(--h-cyan); }
.bl-eyebrow-light { color: var(--bl-cyan-ink); }
@media (max-width: 1200px) {
.bl-byline-sep { display: none; }
}
@media (max-width: 980px) {
.bl-masthead { padding: 44px 0 34px; }
.bl-masthead-inner { grid-template-columns: minmax(0, 1fr); align-items: start; gap: 26px; }
.bl-masthead-dek { margin-bottom: 0; }
.bl-featured-photo { position: static; inset: auto; }
.bl-featured-photo img { aspect-ratio: 16 / 9; height: auto; }
.bl-featured-scrim { display: none; }
.bl-featured-inner { padding: 30px 0 40px; }
.bl-featured-copy { width: 100%; }
.bl-latest-head { flex-wrap: wrap; gap: 14px; }
.bl-latest-rule { display: none; }
.bl-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
}
@media (max-width: 640px) {
.bl-masthead-inner,
.bl-tabs-inner,
.bl-featured-inner,
.bl-latest-inner { width: calc(100% - 40px); }
.bl-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 22px 18px; }
.bl-featured-btn { width: 100%; justify-content: space-between; }
}
