.blog-page { background: #0b0b0c; }
.blog-header { background: rgb(11 11 12 / 88%); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }

.blog-hero {
  padding: 190px 0 110px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgb(255 196 0 / 16%), transparent 28%),
    linear-gradient(150deg, #0b0b0c 42%, #171611 100%);
}
.blog-hero-grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(52px, 7vw, 100px); }
.blog-hero-copy h1 {
  margin: 0;
  font-family: "Arial Narrow", "Segoe UI", sans-serif;
  font-weight: 850;
  letter-spacing: -.055em;
}
.blog-hero-copy h1 { max-width: 620px; font-size: clamp(3.2rem, 5.8vw, 5.5rem); line-height: .95; }
.blog-hero-copy h1 em { color: var(--yellow); font-style: normal; }
.blog-hero-copy > p:not(.eyebrow) { max-width: 560px; margin: 30px 0 0; color: #cbc8c1; font-size: 1.08rem; line-height: 1.75; }
.topic-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.topic-list span { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #c7c4bd; font-size: .72rem; font-weight: 750; letter-spacing: .05em; }

.featured-story { overflow: hidden; border: 1px solid rgb(255 196 0 / 42%); border-radius: 26px; background: #171719; box-shadow: 0 34px 90px rgb(0 0 0 / 35%); }
.featured-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #080808; }
.featured-media > img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.featured-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(0deg, rgb(0 0 0 / 45%), transparent 45%); }
.featured-story:hover .featured-media > img { transform: scale(1.025); }
.featured-media iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-play { width: 70px; height: 70px; position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; transform: translate(-50%, -50%); border: 0; border-radius: 50%; background: var(--yellow); box-shadow: 0 14px 45px rgb(0 0 0 / 40%); color: #050505; cursor: pointer; transition: transform 180ms ease, background 180ms ease; }
.video-play:hover { transform: translate(-50%, -50%) scale(1.08); background: var(--yellow-soft); }
.video-play span { margin-left: 4px; font-size: 1.25rem; }
.media-label { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 11px; border-radius: 999px; background: var(--yellow); color: #080808; font-size: .66rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.featured-copy { padding: 28px 30px 30px; }
.story-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0; color: #aaa7a1; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.story-meta span:first-child { color: var(--yellow); }
.featured-copy h2 { margin: 14px 0 10px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); letter-spacing: -.04em; line-height: 1.12; }
.featured-copy > p:not(.story-meta, .player-hint) { margin: 0; color: #b8b5ae; line-height: 1.62; }
.player-hint { margin: 15px 0 0; color: #ece8df; font-size: .78rem; font-weight: 750; }

.stories-section, .videos-section { padding-block: 110px; }
.stories-section { background: var(--paper); color: #080808; }
.blog-section-heading .eyebrow { color: #8c6900; }
.blog-section-heading > p { color: #66615a !important; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.story-grid-single { grid-template-columns: minmax(0, 720px); }
.story-card { min-width: 0; overflow: hidden; border: 1px solid #d6d0c5; border-radius: 22px; background: #eae5db; transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease; }
a.story-card:hover { transform: translateY(-7px); border-color: #c99b00; box-shadow: 0 22px 50px rgb(30 22 5 / 12%); }
.story-visual { min-height: 220px; position: relative; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid rgb(0 0 0 / 10%); background: #161618; color: var(--yellow); }
.story-visual::before { width: 220px; height: 220px; position: absolute; border: 1px solid rgb(255 196 0 / 20%); border-radius: 50%; content: ""; transform: translate(40%, -40%); }
.story-visual strong { font-size: 3.4rem; letter-spacing: -.08em; }
.story-number { position: absolute; top: 18px; left: 20px; color: #928f89; font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.story-state { position: absolute; right: 16px; bottom: 16px; padding: 6px 10px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 999px; color: #ddd9d1; font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.story-visual-music { background: radial-gradient(circle at 20% 80%, rgb(255 196 0 / 19%), transparent 42%), #151517; }
.story-visual-production { background: radial-gradient(circle at 80% 20%, rgb(255 196 0 / 18%), transparent 40%), #151517; }
.story-card-copy { padding: 25px; }
.story-card-copy h3 { min-height: 3.55em; margin: 15px 0 12px; font-size: 1.36rem; letter-spacing: -.035em; line-height: 1.18; }
.story-card-copy > p:not(.story-meta) { min-height: 4.9em; margin: 0; color: #625e57; font-size: .92rem; line-height: 1.65; }
.story-link { display: flex; justify-content: space-between; gap: 12px; margin-top: 23px; padding-top: 15px; border-top: 1px solid #cbc5ba; color: #7b5b00; font-size: .78rem; font-weight: 850; }
.muted-link { color: #77726a; }
.is-draft { background: #e5e0d7; }

.videos-section { background: #131315; }
.videos-section .blog-section-heading > p { color: var(--muted) !important; }
.videos-section .blog-section-heading .eyebrow { color: var(--yellow); }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.video-card { min-width: 0; }
.video-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #080808; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 250ms ease, opacity 250ms ease; }
.video-thumb span { width: 48px; height: 48px; position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; padding-left: 3px; border-radius: 50%; background: var(--yellow); color: #050505; box-shadow: 0 10px 30px rgb(0 0 0 / 35%); }
.video-card:hover img { transform: scale(1.04); opacity: .82; }
.video-card > p { display: flex; justify-content: space-between; margin: 17px 0 8px; color: #8f8d88; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-card h3 { margin: 0; font-size: 1.18rem; letter-spacing: -.025em; line-height: 1.3; }
.channel-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 58px; padding: 28px 30px; border: 1px solid rgb(255 196 0 / 34%); border-radius: 22px; background: radial-gradient(circle at 80% 30%, rgb(255 196 0 / 10%), transparent 25%), #19191b; }
.channel-cta strong { font-size: 1.3rem; }
.channel-cta p { margin: 4px 0 0; color: #9e9b95; }

.blog-projects { border-top: 1px solid var(--line); }

@media (max-width: 980px) {
  .blog-hero-grid { grid-template-columns: 1fr; }
  .blog-hero-copy { max-width: 720px; }
  .story-grid, .video-grid { grid-template-columns: repeat(2, 1fr); }
  .story-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .blog-hero { padding: 150px 0 78px; }
  .blog-hero-grid { gap: 48px; }
  .blog-hero-copy h1 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .blog-hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .featured-copy { padding: 22px; }
  .video-play { width: 60px; height: 60px; }
  .stories-section, .videos-section { padding-block: 78px; }
  .story-grid, .video-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .story-card:last-child { grid-column: auto; }
  .story-card-copy h3, .story-card-copy > p:not(.story-meta) { min-height: 0; }
  .channel-cta { align-items: stretch; flex-direction: column; padding: 24px; }
  .channel-cta .button { width: 100%; }
}

@media (max-width: 420px) {
  .blog-hero { padding-top: 138px; }
  .blog-hero-copy h1 { font-size: 2.72rem; }
  .topic-list span { font-size: .65rem; }
  .featured-copy h2 { font-size: 1.45rem; }
  .story-visual { min-height: 190px; }
}
