﻿.bc-mag-archive {
    --bc-ink: #111111;
    --bc-muted: #6a6a6a;
    --bc-paper: #f7f5f0;
    --bc-surface: #ffffff;
    --bc-line: #ded7c8;
    --bc-red: #d71920;
    --bc-red-deep: #9f1118;
    --bc-gold: #c99a2e;
    --bc-charcoal: #252525;
    --bc-black: #050505;
    --bc-container-max: 1360px;
    color: var(--bc-ink);
    background: var(--bc-paper);
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 0 calc(50% - 50vw) 32px;
    max-width: 100vw;
    width: 100vw;
  }

  .bc-mag-archive * {
    box-sizing: border-box;
  }

  .bc-mag-archive button,
  .bc-mag-archive input {
    font-family: Arial, Helvetica, sans-serif !important;
  }

  .bc-mag-archive a {
    color: inherit;
    text-decoration: none;
  }

  .bc-hero {
    background: linear-gradient(112deg, var(--bc-black), var(--bc-charcoal) 58%, var(--bc-red-deep));
    color: #fff;
    margin-bottom: 0;
  }

  .bc-hero-inner {
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    margin: 0 auto;
    max-width: var(--bc-container-max);
    padding: 42px 22px 24px;
  }

  .bc-eyebrow {
    color: var(--bc-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    margin: 0 0 14px;
    text-transform: uppercase;
  }

  .bc-hero h1 {
    color: #fff;
    font-size: clamp(42px, 6vw, 76px);
    line-height: .92;
    margin: 0;
    max-width: 860px;
  }

  .bc-mag-archive .bc-hero .bc-hero-inner h1 {
    color: #fff !important;
    font-size: clamp(48px, 5.8vw, 76px) !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: .92 !important;
    margin: 0 !important;
    max-width: 860px !important;
    text-transform: none !important;
  }

  .bc-mag-archive .bc-hero .bc-eyebrow {
    color: var(--bc-gold) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  .bc-lede {
    color: rgba(255,255,255,.84);
    font-size: 18px;
    line-height: 1.5;
    margin: 22px 0 0;
    max-width: 700px;
  }

  .bc-mag-archive .bc-hero .bc-lede {
    color: rgba(255,255,255,.88) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.5 !important;
    margin: 22px 0 0 !important;
    max-width: 700px !important;
    text-transform: none !important;
  }

  .bc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
  }

  .bc-btn {
    align-items: center;
    background: #fff;
    border: 1px solid var(--bc-line);
    color: var(--bc-ink);
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
  }

  .bc-btn-primary {
    background: var(--bc-red);
    border-color: var(--bc-red);
    color: #fff;
  }

  .bc-btn-ghost {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.28);
    color: #fff;
  }

  .bc-latest {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.16);
    color: #ffffff;
    margin-top: 18px;
    max-width: 430px;
    overflow: hidden;
    padding: 16px;
  }

  .bc-feature-cover {
    align-self: end;
    aspect-ratio: 7 / 9.8;
    background: var(--bc-black);
    border: 1px solid rgba(255,255,255,.36);
    border-bottom: 7px solid var(--bc-red);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
    display: block;
    overflow: hidden;
  }

  .bc-feature-cover img,
  .bc-cover img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
  }

  .bc-latest-body {
    padding: 0;
  }

  .bc-latest-body span {
    color: var(--bc-gold);
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .bc-latest-body strong {
    color: #ffffff;
    display: block;
    font-size: 24px;
    line-height: 1.1;
    margin-top: 5px;
  }

  .bc-latest-note {
    border-top: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.35;
    margin: 12px 0 0;
    padding-top: 10px;
  }

  .bc-latest-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }

  .bc-latest-buttons .bc-btn {
    border-color: var(--bc-black);
    border-radius: 999px;
    min-height: 38px;
    padding: 8px 14px;
  }

  .bc-latest-buttons .bc-btn-dark {
    background: var(--bc-black);
    color: #fff;
  }

  .bc-disabled {
    opacity: .64;
  }

  .bc-stats {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    max-width: var(--bc-container-max);
    padding: 0 22px 22px;
  }

  .bc-stat {
    background: rgba(255,255,255,.08);
    border-top: 1px solid rgba(255,255,255,.16);
    padding: 17px 16px;
  }

  .bc-stat strong {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 1;
  }

  .bc-stat span {
    color: rgba(255,255,255,.74);
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-top: 6px;
    text-transform: uppercase;
  }

  .bc-tools {
    background: #fff;
    border-bottom: 1px solid var(--bc-line);
  }

  .bc-tools-inner {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    margin: 0 auto;
    max-width: var(--bc-container-max);
    padding: 16px 22px;
  }

  .bc-search {
    align-items: center;
    border: 1px solid var(--bc-line);
    display: flex;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
  }

  .bc-search input {
    border: 0;
    color: var(--bc-ink);
    outline: 0;
    width: 100%;
  }

  .bc-year-filter {
    align-items: center;
    background: #f2efe8;
    border: 1px solid var(--bc-line);
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding: 3px;
  }

  .bc-year-filter button,
  .bc-view button {
    background: transparent;
    border: 0;
    color: #404040;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    min-height: 34px;
    padding: 7px 11px;
  }

  .bc-year-filter button.is-active {
    background: #fff;
    color: var(--bc-red-deep);
    box-shadow: 0 1px 4px rgba(20, 28, 38, .08);
  }

  .bc-view {
    display: inline-flex;
    gap: 6px;
  }

  .bc-view button {
    border: 1px solid var(--bc-line);
    min-width: 38px;
  }

  .bc-view button.is-active {
    background: var(--bc-ink);
    border-color: var(--bc-ink);
    color: #fff;
  }

  .bc-archive-body {
    display: grid;
    gap: 24px;
    grid-template-columns: 260px minmax(0, 1fr);
    margin: 0 auto;
    max-width: var(--bc-container-max);
    padding: 28px 22px 48px;
  }

  .bc-sidebar {
    align-self: start;
    background: #fff;
    border: 1px solid var(--bc-line);
    padding: 18px;
    position: sticky;
    top: 24px;
    width: 260px;
  }

  .bc-sidebar h2 {
    color: var(--bc-ink) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin: 0 0 12px !important;
    text-transform: uppercase !important;
  }

  .bc-sidebar button {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    color: #333333;
    cursor: pointer;
    display: flex;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    justify-content: space-between;
    min-height: 34px;
    padding: 6px 8px;
    text-align: left;
    width: 100%;
  }

  .bc-sidebar button.is-active,
  .bc-sidebar button:hover {
    background: #f7f4ed;
    border-color: var(--bc-line);
    color: var(--bc-red-deep);
  }

  .bc-sidebar small {
    color: var(--bc-muted);
    font-size: 12px;
    font-weight: 800;
  }

  .bc-sponsor {
    border-top: 1px solid var(--bc-line);
    margin-top: 18px;
    padding-top: 18px;
  }

  .bc-sponsor h3 {
    color: var(--bc-ink) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin: 0 0 10px !important;
    text-transform: uppercase !important;
  }

  .bc-sponsor-logo {
    align-items: center;
    background: #fff;
    border: 1px solid var(--bc-line);
    display: flex;
    justify-content: center;
    min-height: 92px;
    padding: 14px;
  }

  .bc-sponsor-logo img {
    display: block;
    height: auto;
    max-height: 70px;
    max-width: 100%;
  }

  .bc-sponsor p {
    color: var(--bc-muted);
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin: 10px 0 0 !important;
  }

  .bc-mag-archive a.bc-sponsor-cta,
  .bc-sponsor-cta {
    background: var(--bc-red);
    color: #fff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    margin-top: 12px;
    min-height: 38px;
    padding: 10px 12px;
    text-decoration: none !important;
    width: 100%;
  }

  .bc-mag-archive a.bc-sponsor-cta:hover,
  .bc-mag-archive a.bc-sponsor-cta:focus,
  .bc-mag-archive a.bc-sponsor-cta:visited,
  .bc-sponsor-cta:hover,
  .bc-sponsor-cta:focus,
  .bc-sponsor-cta:visited {
    background: var(--bc-red-deep);
    color: #fff !important;
    text-decoration: none !important;
  }

  .bc-section-head {
    align-items: end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .bc-section-head h2 {
    color: var(--bc-ink) !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
    text-transform: none !important;
  }

  .bc-section-head span {
    color: var(--bc-muted);
    font-size: 14px;
    font-weight: 800;
  }

  .bc-grid {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bc-grid.is-list {
    grid-template-columns: 1fr;
  }

  .bc-issue {
    background: #fff;
    border: 1px solid var(--bc-line);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-width: 0;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
  }

  .bc-issue:hover,
  .bc-issue:focus-within {
    border-color: var(--bc-red);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .16);
    transform: translateY(-4px);
  }

  .bc-grid.is-list .bc-issue {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .bc-grid.is-list .bc-issue-body {
    min-height: 0;
  }

  .bc-cover {
    aspect-ratio: 4 / 5.65;
    background: #eee9df;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
  }

  .bc-cover-placeholder {
    align-items: flex-end;
    background: linear-gradient(145deg, var(--bc-black), var(--bc-red-deep));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
  }

  .bc-cover-placeholder span {
    color: var(--bc-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .bc-cover-placeholder strong {
    color: #fff;
    font-size: 44px;
    line-height: 1;
  }

  .bc-cover::after {
    background: var(--bc-red) !important;
    bottom: 10px;
    color: #fff !important;
    content: "PDF";
    font-size: 12px;
    font-weight: 900;
    left: 10px;
    letter-spacing: .04em;
    opacity: 0;
    padding: 8px 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 2;
  }

  .bc-issue:hover .bc-cover::after,
  .bc-cover:focus::after {
    opacity: 1;
    transform: translateY(0);
  }

  .bc-issue:hover .bc-cover img,
  .bc-issue:focus-within .bc-cover img {
    filter: brightness(.84);
    transform: scale(1.035);
  }

  .bc-issue-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 142px !important;
    padding: 14px !important;
  }

  .bc-kicker {
    color: var(--bc-muted);
    display: flex;
    font-size: 12px !important;
    font-weight: 900 !important;
    justify-content: space-between;
    letter-spacing: .05em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
  }

  .bc-issue h3 {
    color: var(--bc-ink) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    margin: 7px 0 12px !important;
    text-transform: none !important;
    transition: color .18s ease;
  }

  .bc-issue:hover h3,
  .bc-issue:focus-within h3 {
    color: var(--bc-red-deep);
  }

  .bc-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
  }

  .bc-card-actions a {
    background: #f7f9fb;
    border: 1px solid var(--bc-line);
    color: #2b2b2b;
    display: inline-flex;
    font-size: 13px !important;
    font-weight: 900 !important;
    justify-content: center;
    line-height: 1.2 !important;
    min-height: 36px !important;
    padding: 8px 12px !important;
    text-transform: uppercase !important;
  }

  .bc-card-actions a:first-child {
    background: var(--bc-black);
    border-color: var(--bc-black);
    color: #fff;
  }

  .bc-card-actions a:hover,
  .bc-card-actions a:focus {
    background: var(--bc-red);
    border-color: var(--bc-red);
    color: #fff;
  }

  .bc-empty {
    background: #fff;
    border: 1px dashed #bfb5a1;
    color: var(--bc-muted);
    display: none;
    font-weight: 800;
    padding: 36px;
    text-align: center;
  }

  @media (max-width: 980px) {
    .bc-archive-body {
      grid-template-columns: 1fr;
    }

    .bc-hero-inner {
      grid-template-columns: 1fr;
    }

    .bc-feature-cover {
      max-width: 380px;
    }

    .bc-tools-inner {
      grid-template-columns: 1fr;
    }

    .bc-sidebar {
      position: static;
      width: 100%;
    }
  }

  @media (max-width: 720px) {
    .bc-stats {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bc-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bc-year-filter {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 520px) {
    .bc-mag-archive .bc-hero .bc-hero-inner h1 {
      font-size: 42px !important;
    }

    .bc-grid,
    .bc-grid.is-list .bc-issue {
      grid-template-columns: 1fr;
    }

    .bc-section-head {
      align-items: flex-start;
      flex-direction: column;
      gap: 6px;
    }
  }
