.home .site-content,
.page-template-page-preview-magazine-next .site-content { display: block; max-width: none; padding: 0; }
.home .content-area,
.page-template-page-preview-magazine-next .content-area { width: 100%; }
.home .site-main,
.page-template-page-preview-magazine-next .site-main { margin: 0; }
.home .inside-article,
.page-template-page-preview-magazine-next .inside-article { padding: 0; }
.home .widget-area,
.page-template-page-preview-magazine-next .widget-area { display: none; }

.bt-magazine-next {
  --mn-ink: #10241d;
  --mn-muted: #58635e;
  --mn-line: #d9ddd9;
  --mn-paper: #fff;
  --mn-soft: #f3f5f2;
  --mn-accent: #ef3d18;
  position: relative;
  left: 50%;
  width: min(calc(100vw - 48px), 1176px);
  margin: 0 0 56px;
  transform: translateX(-50%);
  color: var(--mn-ink);
  background: var(--mn-paper);
  font-family: Arial, Helvetica, sans-serif;
}

.bt-magazine-next a { color: inherit; text-decoration: none; }
.bt-magazine-next img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bt-magazine-next h2, .bt-magazine-next h3, .bt-magazine-next h4, .bt-magazine-next p { margin-top: 0; }

.bt-mn-race {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--mn-line);
  border-bottom: 1px solid var(--mn-line);
  font-size: 14px;
  color: #37443f;
}
.bt-mn-race__status { padding: 9px 12px; background: #0f503c; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-mn-race__status i { display: inline-block; width: 7px; height: 7px; margin-left: 5px; border-radius: 50%; background: #a9f0cf; }
.bt-mn-race__live { color: var(--mn-accent); font-weight: 800; }
.bt-mn-race__detail { padding-left: 18px; border-left: 1px solid var(--mn-line); }
.bt-mn-race > a { margin-left: auto; color: var(--mn-accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.bt-mn-lead-grid { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(320px, .95fr); gap: 36px; padding: 24px 0 28px; }
.bt-mn-lead { padding-right: 4px; }
.bt-mn-lead__media { display: block; aspect-ratio: 16 / 6.2; overflow: hidden; background: var(--mn-soft); }
.bt-mn-kicker { margin: 14px 0 6px; color: var(--mn-accent); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.bt-mn-lead h1 { max-width: 900px; margin: 0 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(34px, 3.2vw, 58px); font-weight: 500; line-height: 1.01; letter-spacing: 0; }
.bt-mn-lead p { max-width: 780px; margin-bottom: 18px; color: var(--mn-muted); font-size: 16px; line-height: 1.5; }
.bt-mn-lead__actions { display: flex; align-items: center; gap: 24px; }
.bt-mn-button { display: inline-flex; min-height: 40px; align-items: center; padding: 0 16px; background: var(--mn-accent); color: #fff !important; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-mn-text-link { font-size: 12px; font-weight: 800; text-transform: uppercase; }

.bt-mn-rail { padding-left: 22px; border-left: 1px solid var(--mn-line); }
.bt-mn-today header { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 2px solid var(--mn-ink); }
.bt-mn-today h2, .bt-mn-dossier h2 { margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 600; text-transform: uppercase; }
.bt-mn-today header > a { font-size: 12px; font-weight: 700; }
.bt-mn-today ol { margin: 0; padding: 0; list-style: none; }
.bt-mn-today li { display: grid; grid-template-columns: 54px 1fr; gap: 10px; padding: 9px 0; border-bottom: 1px dotted #cfd4d0; font-family: Georgia, 'Times New Roman', serif; font-size: 15px; line-height: 1.25; }
.bt-mn-today time { color: var(--mn-accent); font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 700; }
.bt-mn-dossier { margin-top: 34px; }
.bt-mn-dossier > h2 { border-bottom: 2px solid var(--mn-ink); padding-bottom: 8px; }
.bt-mn-dossier__body { display: grid; grid-template-columns: 45% 1fr; gap: 16px; }
.bt-mn-dossier__media { aspect-ratio: 16 / 9; overflow: hidden; }
.bt-mn-dossier h3 { margin-bottom: 7px; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.12; }
.bt-mn-dossier p { margin-bottom: 10px; color: var(--mn-muted); font-size: 13px; line-height: 1.45; }

.bt-mn-topics { border-top: 1px solid var(--mn-line); }
.bt-mn-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--mn-line); }
.bt-mn-tabs button { min-height: 56px; padding: 0 12px; border: 0; border-bottom: 4px solid transparent; background: transparent; color: #293630; cursor: pointer; font: 800 14px/1 Arial, Helvetica, sans-serif; text-transform: uppercase; }
.bt-mn-tabs button:hover, .bt-mn-tabs button:focus-visible { background: var(--mn-soft); outline: none; }
.bt-mn-tabs button[aria-selected='true'] { border-bottom-color: #0f503c; color: #0f503c; }
.bt-mn-panel { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .95fr); gap: 36px; padding: 18px 0; }
.bt-mn-panel[hidden] { display: none; }
.bt-mn-topic-feature { display: grid; grid-template-columns: minmax(280px, 1.15fr) 1fr; align-items: center; gap: 30px; }
.bt-mn-topic-feature__media { display: block; aspect-ratio: 16 / 8.7; overflow: hidden; background: var(--mn-soft); }
.bt-mn-topic-feature h3 { margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 2.2vw, 36px); font-weight: 500; line-height: 1.08; }
.bt-mn-topic-feature p { color: var(--mn-muted); font-size: 14px; line-height: 1.5; }
.bt-mn-topic-list { padding-left: 22px; border-left: 1px solid var(--mn-line); }
.bt-mn-topic-list article { display: grid; grid-template-columns: 112px 1fr; gap: 14px; padding: 0 0 10px; margin-bottom: 10px; border-bottom: 1px solid var(--mn-line); }
.bt-mn-topic-list__media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--mn-soft); }
.bt-mn-topic-list span { color: #0f503c; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bt-mn-topic-list h4 { margin: 3px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 16px; font-weight: 600; line-height: 1.18; }
.bt-mn-topic-list__all { display: inline-block; margin-top: 2px; font-size: 12px; font-weight: 800; text-transform: uppercase; }

.bt-mn-more { padding: 32px 0 38px; border-top: 1px solid var(--mn-line); }
.bt-mn-more__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.bt-mn-more__header span { color: #0f503c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.bt-mn-more__header h2 { margin: 3px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 29px; font-weight: 500; }
.bt-mn-more__header > a { font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-mn-more__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.bt-mn-more-column { min-width: 0; }
.bt-mn-more-column > header { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 8px; border-bottom: 2px solid var(--mn-ink); }
.bt-mn-more-column > header h3 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; font-weight: 600; text-transform: uppercase; }
.bt-mn-more-column > header a { color: #0f503c; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.bt-mn-more-feature { padding: 12px 0 10px; border-bottom: 1px solid var(--mn-line); }
.bt-mn-more-feature__media { display: block; margin-bottom: 10px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--mn-soft); }
.bt-mn-more-feature h4 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 600; line-height: 1.16; }
.bt-mn-more-column ol { margin: 0; padding: 0; list-style: none; }
.bt-mn-more-column li { padding: 10px 0; border-bottom: 1px dotted #cfd4d0; font-family: Georgia, 'Times New Roman', serif; font-size: 15px; line-height: 1.22; }

.bt-mn-catalog { margin-top: 10px; padding: 34px; border-top: 3px solid #0f503c; border-bottom: 1px solid var(--mn-line); background: #f3f5f2; color: var(--mn-ink); }
.bt-mn-catalog__header { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 26px; border-bottom: 1px solid #cbd3ce; }
.bt-mn-catalog__kicker { color: var(--mn-accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-mn-catalog__header h2 { max-width: 650px; margin: 5px 0 7px; color: var(--mn-ink); font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 500; line-height: 1.08; }
.bt-mn-catalog__header p { margin-bottom: 0; color: var(--mn-muted); font-size: 14px; }
.bt-mn-catalog__main-link { flex: 0 0 auto; padding: 11px 14px; border: 1px solid #0f503c; color: #0f503c !important; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-mn-catalog__main-link:hover, .bt-mn-catalog__main-link:focus-visible { background: #0f503c; color: #fff !important; }
.bt-mn-catalog__brands { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 26px 0; background: #cbd3ce; }
.bt-mn-catalog-brand { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 13px; min-width: 0; padding: 18px; background: #fff; color: var(--mn-ink) !important; }
.bt-mn-catalog-brand:hover, .bt-mn-catalog-brand:focus-within { background: #e8eee9; outline: 2px solid #0f503c; outline-offset: -2px; }
.bt-mn-catalog-brand__initial { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #8fa198; color: #0f503c; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }
.bt-mn-catalog-brand__copy { min-width: 0; }
.bt-mn-catalog-brand__copy strong { display: block; margin-bottom: 3px; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 600; }
.bt-mn-catalog-brand__copy small { display: block; color: #68746e; font-size: 11px; line-height: 1.45; }
.bt-mn-catalog-brand__copy small a { text-decoration: underline; text-decoration-color: #b8c3bd; text-underline-offset: 2px; }
.bt-mn-catalog-brand__copy small a:hover, .bt-mn-catalog-brand__copy small a:focus { color: #0f503c; text-decoration-color: #0f503c; }
.bt-mn-catalog-brand__arrow { color: var(--mn-accent) !important; font-weight: 800; }
.bt-mn-catalog__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--mn-muted); font-size: 12px; }
.bt-mn-catalog__footer nav { display: flex; align-items: center; gap: 18px; }
.bt-mn-catalog__footer nav span { color: #78877f; font-weight: 700; text-transform: uppercase; }
.bt-mn-catalog__footer a { color: #0f503c; font-weight: 800; }

@media (max-width: 980px) {
  .bt-magazine-next { width: min(calc(100vw - 32px), 1176px); }
  .bt-mn-race__detail { display: none; }
  .bt-mn-lead-grid { grid-template-columns: 1fr; }
  .bt-mn-rail { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; padding-left: 0; border-left: 0; }
  .bt-mn-dossier { margin-top: 0; }
  .bt-mn-panel { grid-template-columns: 1fr; }
  .bt-mn-topic-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-left: 0; border-left: 0; }
  .bt-mn-topic-list article { display: block; }
  .bt-mn-topic-list__media { margin-bottom: 8px; }
  .bt-mn-topic-list__all { grid-column: 1 / -1; }
  .bt-mn-more__grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .bt-mn-catalog__brands { grid-template-columns: repeat(2, 1fr); }
  .bt-mn-catalog__footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .bt-magazine-next { width: min(calc(100vw - 24px), 1176px); margin-bottom: 36px; }
  .bt-mn-race { min-height: 48px; gap: 9px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  .bt-mn-race::-webkit-scrollbar { display: none; }
  .bt-mn-race__status { padding: 8px 9px; }
  .bt-mn-race > a { margin-left: 8px; }
  .bt-mn-lead-grid { gap: 26px; padding-top: 16px; }
  .bt-mn-lead__media { aspect-ratio: 4 / 2.55; }
  .bt-mn-lead h1 { font-size: 34px; line-height: 1.02; }
  .bt-mn-lead p { font-size: 15px; }
  .bt-mn-lead__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .bt-mn-rail { display: block; }
  .bt-mn-dossier { margin-top: 28px; }
  .bt-mn-dossier__body { grid-template-columns: 42% 1fr; }
  .bt-mn-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .bt-mn-tabs::-webkit-scrollbar { display: none; }
  .bt-mn-tabs button { flex: 0 0 118px; min-height: 50px; }
  .bt-mn-panel { padding-top: 14px; }
  .bt-mn-topic-feature { display: block; }
  .bt-mn-topic-feature__media { width: 100%; margin-bottom: 14px; aspect-ratio: 16 / 9; }
  .bt-mn-topic-feature h3 { font-size: 28px; }
  .bt-mn-topic-list { grid-template-columns: 1fr; }
  .bt-mn-topic-list article { display: grid; grid-template-columns: 116px 1fr; }
  .bt-mn-topic-list__media { margin-bottom: 0; }
  .bt-mn-more__header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .bt-mn-more__grid { grid-template-columns: 1fr; }
  .bt-mn-more-feature h4 { font-size: 21px; }
  .bt-mn-catalog { padding: 24px 18px; }
  .bt-mn-catalog__header { align-items: flex-start; flex-direction: column; gap: 18px; }
  .bt-mn-catalog__main-link { width: 100%; text-align: center; }
  .bt-mn-catalog__brands { grid-template-columns: 1fr; }
  .bt-mn-catalog__footer, .bt-mn-catalog__footer nav { align-items: flex-start; flex-direction: column; }
  .bt-mn-catalog__footer nav { gap: 10px; }
}

/* Category archives */
.category .site-content { display: block; max-width: none; padding: 0; }
.category .content-area { width: 100%; }
.category .site-main { margin: 0; }
.category .widget-area { display: none; }
.bt-category { --mn-ink:#10241d; --mn-muted:#58635e; --mn-line:#d9ddd9; --mn-soft:#f3f5f2; --mn-accent:#ef3d18; position: relative; left: 50%; width: min(calc(100vw - 48px), 1176px); margin: 0 0 56px; transform: translateX(-50%); color: var(--mn-ink); font-family: Arial, Helvetica, sans-serif; }
.bt-category a { color: inherit; text-decoration: none; }
.bt-category img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bt-category h1, .bt-category h2, .bt-category h3, .bt-category p { margin-top: 0; }
.bt-category-hero { padding: 0 0 24px; border-bottom: 1px solid var(--mn-line); }
.bt-category-breadcrumbs { display: flex; align-items: center; gap: 9px; min-height: 48px; color: var(--mn-muted); font-size: 12px; }
.bt-category-breadcrumbs a:hover { color: #0f503c; }
.bt-category-hero__body { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 30px 0 28px; }
.bt-category-kicker { color: var(--mn-accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-category-hero h1 { margin: 4px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5vw, 68px); font-weight: 500; line-height: 1; }
.bt-category-hero__body p { max-width: 760px; margin-bottom: 0; color: var(--mn-muted); font-size: 16px; line-height: 1.5; }
.bt-category-count { flex: 0 0 auto; padding-left: 24px; border-left: 1px solid var(--mn-line); text-align: right; }
.bt-category-count strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 500; line-height: 1; }
.bt-category-count span { color: var(--mn-muted); font-size: 11px; text-transform: uppercase; }
.bt-category-nav { display: flex; gap: 24px; overflow-x: auto; scrollbar-width: none; }
.bt-category-nav::-webkit-scrollbar { display: none; }
.bt-category-nav a { flex: 0 0 auto; padding: 11px 0 8px; border-bottom: 3px solid transparent; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-category-nav a:hover, .bt-category-nav a[aria-current='page'] { border-bottom-color: #0f503c; color: #0f503c; }
.bt-category-lead { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr); gap: 34px; padding: 28px 0; border-bottom: 1px solid var(--mn-line); }
.bt-category-lead__media { display: block; aspect-ratio: 16 / 8.5; overflow: hidden; background: var(--mn-soft); }
.bt-category-lead__body { align-self: center; }
.bt-category-lead h2 { margin: 7px 0 10px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 3vw, 44px); font-weight: 500; line-height: 1.06; }
.bt-category-lead__body p { margin-bottom: 12px; color: var(--mn-muted); font-size: 15px; line-height: 1.5; }
.bt-category-lead__meta { margin-bottom: 15px; color: #77817c; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.bt-category-link { color: #0f503c !important; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.bt-category-resources { display: flex; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--mn-line); font-size: 12px; }
.bt-category-resources > span { color: #7b8781; font-weight: 800; text-transform: uppercase; }
.bt-category-resources a { color: #0f503c; font-weight: 700; }
.bt-category-latest { padding-top: 30px; }
.bt-category-latest > header { margin-bottom: 16px; border-bottom: 2px solid var(--mn-ink); }
.bt-category-latest > header h2 { margin-bottom: 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 600; }
.bt-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 24px; }
.bt-category-card { min-width: 0; border-bottom: 1px solid var(--mn-line); }
.bt-category-card__media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--mn-soft); }
.bt-category-card__body { padding: 12px 0 18px; }
.bt-category-card time { color: var(--mn-accent); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.bt-category-card h3 { margin: 5px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; font-weight: 600; line-height: 1.14; }
.bt-category-card p { margin-bottom: 0; color: var(--mn-muted); font-size: 13px; line-height: 1.45; }
.bt-category-pagination { padding: 32px 0 0; }
.bt-category-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; }
.bt-category-pagination .page-numbers { display: grid; min-width: 38px; min-height: 38px; place-items: center; padding: 0 10px; border: 1px solid var(--mn-line); font-size: 12px; font-weight: 700; }
.bt-category-pagination .current { border-color: #0f503c; background: #0f503c; color: #fff; }
.bt-category-empty { padding: 30px 0; }

@media (max-width: 900px) {
  .bt-category { width: min(calc(100vw - 32px), 1176px); }
  .bt-category-lead { grid-template-columns: 1fr; }
  .bt-category-lead__body { max-width: 720px; }
  .bt-category-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .bt-category { width: min(calc(100vw - 24px), 1176px); margin-bottom: 36px; }
  .bt-category-hero__body { align-items: flex-start; flex-direction: column; padding: 22px 0 18px; }
  .bt-category-hero h1 { font-size: 44px; }
  .bt-category-count { padding-left: 0; border-left: 0; text-align: left; }
  .bt-category-count strong { display: inline; margin-right: 6px; font-size: 24px; }
  .bt-category-lead { gap: 18px; padding: 20px 0; }
  .bt-category-lead__media { aspect-ratio: 16 / 10; }
  .bt-category-lead h2 { font-size: 31px; }
  .bt-category-resources { align-items: flex-start; flex-direction: column; gap: 10px; }
  .bt-category-grid { grid-template-columns: 1fr; gap: 24px; }
  .bt-category-card h3 { font-size: 23px; }
}
