:root {
  --bd-ink: #20252b;
  --bd-charcoal: #303845;
  --bd-black: #090a0c;
  --bd-orange: #e5942b;
  --bd-orange-dark: #9a5512;
  --bd-orange-pale: #f6dfc1;
  --bd-paper: #fbfaf7;
  --bd-cream: #f4efe7;
  --bd-mist: #eaebe7;
  --bd-muted: #62686c;
  --bd-line: #dcdcd6;
  --bd-serif: Georgia, "Times New Roman", serif;
  --bd-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  scroll-behavior: smooth;
}

html,
body.mpd-butterfly-template {
  min-width: 320px;
  overflow-x: clip;
}

body.mpd-butterfly-template {
  background: var(--bd-paper);
  color: var(--bd-ink);
  margin: 0;
}

.bd-page,
.bd-page * {
  box-sizing: border-box;
}

.bd-page {
  background: var(--bd-paper);
  color: var(--bd-ink);
  font-family: var(--bd-sans);
  font-size: 16px;
  line-height: 1.5;
  overflow: clip;
}

.bd-page a { color: inherit; }
.bd-page img { display: block; height: auto; max-width: 100%; }
.bd-page h1,
.bd-page h2,
.bd-page h3,
.bd-page p { margin-top: 0; }
.bd-page h1,
.bd-page h2,
.bd-page h3 {
  font-family: var(--bd-serif);
  font-weight: 500;
  letter-spacing: -.037em;
}
.bd-page :focus-visible {
  outline: 3px solid var(--bd-orange);
  outline-offset: 4px;
}
.bd-skip {
  background: var(--bd-black);
  color: #fff !important;
  left: 16px;
  padding: 11px 16px;
  position: fixed;
  top: -90px;
  z-index: 1000;
}
.bd-skip:focus { top: 16px; }
.bd-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(76px, 8vw, 112px) 28px;
}
.bd-eyebrow {
  color: var(--bd-orange-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
.bd-section-head { max-width: 820px; }
.bd-section-head h2 {
  font-size: clamp(40px, 4.9vw, 66px);
  line-height: 1.04;
  margin: 0 0 20px;
  text-wrap: balance;
}
.bd-section-head > p:last-child {
  color: var(--bd-muted);
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.72;
  margin-bottom: 0;
  max-width: 760px;
}

/* Shared editorial navigation */
.bd-header {
  align-items: center;
  background: #fbfaf7f5;
  border-bottom: 1px solid var(--bd-line);
  display: flex;
  gap: 28px;
  height: 68px;
  justify-content: space-between;
  padding: 0 max(22px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 100;
}
.bd-brand {
  align-items: baseline;
  display: inline-flex;
  font: 700 19px/1.1 var(--bd-serif);
  gap: 6px;
  text-decoration: none;
  white-space: nowrap;
}
.bd-brand span {
  color: var(--bd-orange-dark);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.bd-brand span::before { content: "· "; }
.bd-global-nav {
  align-items: center;
  display: flex;
  gap: 21px;
}
.bd-global-nav > a {
  font-size: 12px;
  font-weight: 650;
  padding: 23px 0;
  text-decoration: none;
}
.bd-global-nav > a:hover {
  text-decoration: underline;
  text-decoration-color: var(--bd-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.bd-language,
.bd-mobile-menu { position: relative; }
.bd-language summary,
.bd-mobile-menu summary {
  align-items: center;
  border: 1px solid #c8ccc7;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 650;
  gap: 8px;
  list-style: none;
  min-height: 40px;
  padding: 0 14px;
}
.bd-language summary::-webkit-details-marker,
.bd-mobile-menu summary::-webkit-details-marker { display: none; }
.bd-language summary::after,
.bd-mobile-menu summary::after {
  border-bottom: 1px solid;
  border-right: 1px solid;
  content: "";
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  width: 6px;
}
.bd-language[open] summary::after,
.bd-mobile-menu[open] summary::after {
  margin-top: 3px;
  transform: rotate(225deg);
}
.bd-language > div,
.bd-mobile-menu > nav {
  background: #fff;
  border: 1px solid var(--bd-line);
  box-shadow: 0 18px 34px -24px #1b252d80;
  display: grid;
  min-width: 172px;
  padding: 7px;
  position: absolute;
  right: 0;
  top: 48px;
}
.bd-language > div a,
.bd-mobile-menu > nav a {
  border-radius: 7px;
  font-size: 13px;
  min-height: 40px;
  padding: 10px 12px;
  text-decoration: none;
}
.bd-language > div a[aria-current="page"],
.bd-mobile-menu > nav a[aria-current="page"] {
  background: var(--bd-cream);
  font-weight: 700;
}
.bd-mobile-menu { display: none; }
.bd-local-nav {
  background: #eee9e1f5;
  border-bottom: 1px solid #ded9d2;
  position: sticky;
  top: 68px;
  z-index: 85;
}
.bd-local-nav > div {
  display: flex;
  gap: 25px;
  margin: 0 auto;
  max-width: 1180px;
  overflow-x: auto;
  padding: 0 28px;
  scrollbar-width: thin;
}
.bd-local-nav a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: #575e62;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 650;
  min-height: 46px;
  text-decoration: none;
  white-space: nowrap;
}
.bd-local-nav a:hover,
.bd-local-nav a[aria-current="true"] {
  border-bottom-color: var(--bd-orange);
  color: var(--bd-ink);
}

/* Hero */
.bd-hero {
  background:
    radial-gradient(circle at 78% 42%, #ed9b3329 0, transparent 28%),
    linear-gradient(135deg, var(--bd-cream), #fbfaf7 68%);
}
.bd-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(42px, 5.5vw, 84px);
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  margin: 0 auto;
  max-width: 1380px;
  min-height: min(980px, calc(100svh - 114px));
  padding: clamp(56px, 6.4vw, 92px) clamp(28px, 7vw, 104px);
}
.bd-hero__copy { max-width: 700px; }
.bd-breadcrumb {
  align-items: center;
  color: #666b6e;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  gap: 7px;
  margin: 0 0 32px;
  white-space: nowrap;
}
.bd-breadcrumb a {
  text-decoration-color: #b4742e;
  text-underline-offset: 4px;
}
.bd-hero h1 {
  font-size: clamp(60px, 6.8vw, 96px);
  line-height: .93;
  margin: 0 0 18px;
  max-width: 720px;
  text-wrap: balance;
}
.bd-byline {
  color: #555d61;
  font-size: 14px;
  font-weight: 650;
  margin: 0 0 26px;
}
.bd-byline a {
  font-weight: 780;
  text-decoration-color: var(--bd-orange);
  text-underline-offset: 4px;
}
.bd-byline span { font-weight: 500; }
.bd-kicker {
  font: italic 400 clamp(24px, 2.2vw, 32px)/1.25 var(--bd-serif);
  margin: 0 0 13px;
  max-width: 650px;
  text-wrap: balance;
}
.bd-lead {
  color: #535b5f;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.68;
  margin: 0;
  max-width: 665px;
}
.bd-listen {
  background: linear-gradient(135deg, var(--bd-charcoal), #171a1e 65%, var(--bd-black));
  border: 1px solid #46505b;
  border-radius: 15px;
  box-shadow: 0 20px 38px -30px #111b;
  color: #fff;
  margin: 26px 0 20px;
  max-width: 650px;
  overflow: hidden;
  padding: 18px;
}
.bd-listen__heading {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
.bd-listen__label {
  color: #f1b86d;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.bd-listen__title {
  font: 500 20px/1.12 var(--bd-serif);
  margin: 0 0 3px;
}
.bd-listen__meta {
  color: #c7cdd1;
  font-size: 11px;
  margin: 0;
}
.bd-player-slot {
  align-items: center;
  border-top: 1px solid #ffffff1c;
  display: flex;
  margin-top: 14px;
  min-height: 38px;
  padding-top: 12px;
}
.bd-player-slot audio {
  accent-color: var(--bd-orange);
  color-scheme: dark;
  display: block;
  min-height: 44px;
  width: 100%;
}
.bd-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bd-button {
  align-items: center;
  border: 1px solid var(--bd-ink);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 760;
  gap: 12px;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}
.bd-button:hover {
  box-shadow: 0 12px 25px -17px #12171ca0;
  transform: translateY(-1px);
}
.bd-button--primary {
  background: linear-gradient(165deg, #f7bb6b, var(--bd-orange));
  border-color: #a85f17;
  color: #251607 !important;
}
body.mpd-sm-family-original .bd-actions .bd-button--primary.mpd-ui-primary {
  background: linear-gradient(165deg, #ffe5a3 0%, #f3be52 38%, #dfa032 100%) !important;
  border-color: #976624 !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 0 0 1px rgba(255,255,255,.38),
    0 6px 16px -9px rgba(140,87,18,.5) !important;
  color: #332309 !important;
}
body.mpd-sm-family-original .bd-actions .bd-button--primary.mpd-ui-primary * {
  color: #332309 !important;
}
body.mpd-sm-family-original .bd-player-slot.mpd-player-system {
  border: 0 !important;
  border-top: 1px solid #ffffff1c !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.bd-button--secondary { background: #fff; }
.bd-credit {
  border-top: 1px solid #d8d2ca;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 22px;
  margin-top: 18px;
  max-width: 650px;
  padding-top: 14px;
}
body.mpd-sm-family-original .bd-page .bd-credit p {
  color: #656b6e;
  font-size: 14px !important;
  margin: 0;
}
.bd-cover-stage {
  background:
    linear-gradient(90deg, #303845 0 49.8%, #08090b 49.8% 100%);
  border: 1px solid #414852;
  border-radius: 22px;
  box-shadow: 0 38px 64px -36px #101419c7;
  overflow: hidden;
  padding: clamp(20px, 3vw, 36px);
  position: relative;
}
.bd-cover-stage::before {
  background: radial-gradient(circle, #e5942b3b 0, transparent 68%);
  content: "";
  height: 76%;
  left: 50%;
  position: absolute;
  top: 12%;
  transform: translateX(-50%);
  width: 76%;
}
.bd-cover-stage__line {
  background: var(--bd-orange);
  height: 2px;
  left: 8%;
  opacity: .8;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: rotate(-8deg);
}
.bd-cover-stage img {
  box-shadow: 0 30px 50px -28px #000;
  position: relative;
  width: 100%;
}
.bd-hero__visual { margin: 0; }
.bd-hero__visual figcaption {
  color: #6f7375;
  font-size: 9px;
  letter-spacing: .14em;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}

/* Facts */
.bd-facts {
  background: #fff;
  border-bottom: 1px solid var(--bd-line);
  border-top: 1px solid var(--bd-line);
}
.bd-facts__inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: 38px 28px 40px;
}
.bd-facts .bd-eyebrow { margin-bottom: 19px; }
.bd-facts dl {
  display: grid;
  grid-template-columns: 1.05fr 1.45fr .7fr 1fr .78fr .8fr;
  margin: 0;
}
.bd-facts dl > div {
  border-left: 1px solid var(--bd-line);
  padding: 2px 17px;
}
.bd-facts dl > div:first-child { border-left: 0; padding-left: 0; }
.bd-facts dl > div:last-child { padding-right: 0; }
.bd-facts dt {
  color: #777b7a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.bd-facts dd {
  font: 400 15px/1.38 var(--bd-serif);
  margin: 0;
}

/* Piece story */
.bd-story {
  background:
    linear-gradient(120deg, #303845 0 37%, transparent 37%),
    linear-gradient(135deg, #e8e8e3, #f1eee8);
  color: var(--bd-ink);
}
.bd-story__inner {
  align-items: start;
  display: grid;
  gap: clamp(54px, 8vw, 112px);
  grid-template-columns: minmax(310px, .9fr) minmax(0, 1.1fr);
  max-width: 1180px;
}
.bd-story__heading { color: #fff; padding-right: clamp(24px, 4vw, 58px); }
.bd-story__heading .bd-eyebrow { color: #f2b868; }
.bd-story__heading h2 {
  color: #fff;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}
.bd-story__copy > p {
  color: #50575a;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.78;
  margin-bottom: 20px;
}
.bd-story-note {
  border-left: 2px solid var(--bd-orange);
  margin-top: 34px;
  padding: 3px 0 3px 24px;
}
.bd-story-note span {
  color: var(--bd-orange-dark);
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.bd-story-note strong { font: 500 23px/1.3 var(--bd-serif); }

/* Score */
.bd-score { background: var(--bd-paper); }
.bd-score__grid {
  align-items: center;
  display: grid;
  gap: clamp(46px, 7vw, 92px);
  grid-template-columns: minmax(0, 1.04fr) minmax(310px, .76fr);
  margin-top: 50px;
}
.bd-score__preview { margin: 0; }
.bd-score__preview > button {
  appearance: none;
  background: linear-gradient(145deg, #e7e9e5, #dce1dd);
  border: 1px solid #ced3cf;
  border-radius: 18px;
  box-shadow: 0 28px 52px -36px #151a1eaa;
  cursor: zoom-in;
  display: block;
  padding: clamp(14px, 2.3vw, 22px);
  position: relative;
  width: 100%;
}
.bd-score__preview img {
  background: #fff;
  border: 1px solid #d7d7d2;
  box-shadow: 0 12px 23px -19px #151a1eaa;
  position: relative;
  width: 100%;
}
.bd-score__zoom {
  align-items: center;
  background: #fff;
  border: 1px solid #c8ccc7;
  border-radius: 999px;
  bottom: auto;
  display: inline-grid;
  height: 44px;
  place-items: center;
  position: absolute;
  right: 33px;
  top: 33px;
  width: 44px;
}
.bd-score__zoom svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 20px;
}
.bd-score__preview figcaption {
  color: #717678;
  font-size: 14px !important;
  letter-spacing: .06em;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}
.bd-score__features > p {
  color: var(--bd-muted);
  font-size: 15px;
  line-height: 1.68;
  margin: 0 0 26px;
}
.bd-score__features ol {
  border-top: 1px solid var(--bd-line);
  list-style: none;
  margin: 0;
  padding: 0;
}
.bd-score__features li {
  display: grid;
  gap: 3px 13px;
  grid-template-columns: 30px 1fr;
  padding: 18px 0;
}
.bd-score__features li + li { border-top: 1px solid var(--bd-line); }
.bd-score__features li > span {
  color: var(--bd-orange-dark);
  font: 500 14px/1.5 var(--bd-serif);
}
.bd-score__features strong {
  display: block;
  font: 500 20px/1.25 var(--bd-serif);
}
.bd-score__features small {
  color: var(--bd-muted);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 4px;
}

/* Practice */
.bd-practice {
  background: linear-gradient(135deg, #f0e9df, #f7f4ef 68%);
  border-bottom: 1px solid #e1dbd2;
  border-top: 1px solid #e1dbd2;
}
.bd-practice__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}
.bd-practice article {
  background: #fff;
  border: 1px solid #dedbd5;
  border-top: 3px solid var(--bd-orange);
  border-radius: 0 0 14px 14px;
  min-height: 306px;
  padding: 27px 26px 29px;
}
.bd-practice article > span {
  color: var(--bd-orange-dark);
  font: 500 15px/1 var(--bd-serif);
}
.bd-practice h3 {
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
  margin: 28px 0 15px;
}
.bd-practice article p {
  color: var(--bd-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

/* Purchase */
.bd-purchase {
  background:
    radial-gradient(circle at 78% 55%, #e5942b24 0, transparent 28%),
    linear-gradient(135deg, var(--bd-charcoal), #13161a 68%);
  color: #fff;
}
.bd-purchase__inner {
  align-items: center;
  display: grid;
  gap: clamp(52px, 8vw, 110px);
  grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr);
  max-width: 1220px;
}
.bd-purchase .bd-eyebrow { color: #f0b565; }
.bd-purchase h2 {
  color: #fff;
  font-size: clamp(44px, 5.3vw, 70px);
  line-height: 1.02;
  margin: 0 0 22px;
  text-wrap: balance;
}
.bd-purchase__copy > p:not(.bd-eyebrow) {
  color: #cbd1d5;
  font-size: 16px;
  line-height: 1.72;
  margin-bottom: 26px;
}
.bd-purchase ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0 0 29px;
  padding: 0;
}
body.mpd-sm-family-original .bd-page .bd-purchase li {
  border: 1px solid #ffffff35;
  border-radius: 999px;
  color: #e6e9ea;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 7px 11px;
}
.bd-button--light {
  background: var(--bd-orange);
  border-color: #f3b564;
  color: #211304 !important;
}
.bd-purchase__visual {
  aspect-ratio: 1.08 / 1;
  min-height: 420px;
  position: relative;
}
.bd-purchase__visual img {
  box-shadow: 0 32px 48px -27px #000d;
  position: absolute;
}
.bd-purchase__cover {
  left: 0;
  top: 11%;
  transform: rotate(-4deg);
  width: 55%;
  z-index: 3;
}
.bd-purchase__sheet {
  background: #fff;
  border: 1px solid #d7d7d2;
  width: 44%;
}
.bd-purchase__sheet--one {
  right: 16%;
  top: 2%;
  transform: rotate(4deg);
  z-index: 2;
}
.bd-purchase__sheet--two {
  bottom: 0;
  right: 0;
  transform: rotate(8deg);
  z-index: 1;
}

/* Related */
.bd-related { background: var(--bd-paper); }
.bd-related__rail {
  display: grid;
  gap: 19px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}
.bd-related-card {
  background: #fff;
  border: 1px solid var(--bd-line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}
.bd-related-card:hover {
  box-shadow: 0 19px 36px -28px #151a1eaa;
  transform: translateY(-2px);
}
.bd-related-card img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
}
.bd-related-card > span {
  color: var(--bd-orange-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  padding: 22px 22px 8px;
  text-transform: uppercase;
}
.bd-related-card strong {
  font: 500 clamp(22px, 2vw, 28px)/1.2 var(--bd-serif);
  padding: 0 22px;
}
.bd-related-card small {
  color: var(--bd-muted);
  font-size: 12px;
  font-weight: 700;
  margin-top: auto;
  padding: 24px 22px 22px;
}
.bd-related__cta { margin: 42px 0 0 !important; text-align: center; }
.bd-related__cta a {
  font-size: 13px;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

/* Footer and score viewer */
.bd-footer {
  background: #090a0c;
  color: #fff;
  padding: 48px max(24px, calc((100vw - 1180px) / 2)) 24px;
}
.bd-footer > div {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.bd-footer strong { font: 700 18px/1.2 var(--bd-serif); }
.bd-footer p { color: #bfc5c8; font-size: 11px; margin: 7px 0 0; }
.bd-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.bd-footer nav a { font-size: 11px; text-decoration: none; }
.bd-footer > p {
  border-top: 1px solid #ffffff20;
  margin-top: 30px;
  padding-top: 18px;
}
.bd-dialog {
  background: #e9ebe8;
  border: 0;
  border-radius: 14px;
  height: min(92vh, 930px);
  max-width: 980px;
  padding: 0;
  width: min(94vw, 980px);
}
.bd-dialog::backdrop { background: #070a0ddd; }
.bd-dialog__bar {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--bd-line);
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 9px 12px 9px 20px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.bd-dialog__bar p { font-size: 13px; font-weight: 700; margin: 0; }
.bd-dialog__bar button {
  align-items: center;
  appearance: none;
  background: #fff;
  border: 1px solid #aeb5b2;
  border-radius: 50%;
  color: var(--bd-ink);
  cursor: pointer;
  display: flex;
  font-size: 27px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 44px;
}
.bd-dialog__body {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  min-height: calc(100% - 62px);
  padding: 24px;
}
.bd-dialog__body img {
  background: #fff;
  box-shadow: 0 18px 38px -28px #151a1e;
  height: auto;
  max-width: 790px;
  width: 100%;
}

@media (max-width: 1120px) {
  .bd-global-nav { gap: 15px; }
  .bd-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    padding-left: 42px;
    padding-right: 42px;
  }
  .bd-hero h1 { font-size: clamp(58px, 7vw, 78px); }
  .bd-listen__heading { align-items: flex-start; flex-direction: column; }
  .bd-facts dl { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .bd-facts dl > div:nth-child(4) { border-left: 0; padding-left: 0; }
}

@media (max-width: 960px) {
  .bd-global-nav { display: none; }
  .bd-mobile-menu { display: block; }
  .bd-hero__inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 62px 44px 76px;
  }
  .bd-hero__copy { max-width: 760px; }
  .bd-listen__heading { align-items: center; flex-direction: row; }
  .bd-hero__visual { margin: 0 auto; max-width: 720px; width: 100%; }
  .bd-story { background: linear-gradient(180deg, var(--bd-charcoal) 0 40%, #f0eee8 40%); }
  .bd-story__inner { gap: 84px; grid-template-columns: 1fr; }
  .bd-story__heading { max-width: 680px; padding-right: 0; }
  .bd-story__copy { max-width: 760px; }
  .bd-score__grid { grid-template-columns: 1fr; }
  .bd-score__preview,
  .bd-score__features { max-width: 700px; }
  .bd-purchase__inner { grid-template-columns: 1fr; }
  .bd-purchase__copy { max-width: 720px; }
  .bd-purchase__visual { margin: 0 auto; max-width: 690px; width: 100%; }
}

@media (max-width: 720px) {
  .bd-section { padding: 64px 22px; }
  .bd-facts dl { grid-template-columns: repeat(2, 1fr); row-gap: 0; }
  .bd-facts dl > div {
    border-left: 0;
    border-top: 1px solid var(--bd-line);
    padding: 13px 0;
  }
  .bd-facts dl > div:nth-child(odd) { border-right: 1px solid var(--bd-line); padding-right: 15px; }
  .bd-facts dl > div:nth-child(even) { padding-left: 15px; }
  .bd-facts dl > div:first-child,
  .bd-facts dl > div:nth-child(2) { border-top: 0; }
  .bd-story { background: linear-gradient(180deg, var(--bd-charcoal) 0 37%, #f0eee8 37%); }
  .bd-story__inner { gap: 72px; }
  .bd-practice__grid { gap: 15px; grid-template-columns: 1fr; margin-top: 36px; }
  .bd-practice article { min-height: 0; }
  .bd-related__rail {
    display: grid;
    grid-auto-columns: minmax(78%, 1fr);
    grid-auto-flow: column;
    grid-template-columns: none;
    margin-top: 36px;
    overflow-x: auto;
    padding: 2px 2px 18px;
    scroll-snap-type: x mandatory;
  }
  .bd-related-card { scroll-snap-align: start; }
  .bd-footer > div { display: grid; }
}

@media (max-width: 560px) {
  .bd-header { height: 62px; padding-left: 18px; padding-right: 18px; }
  .bd-brand { align-items: flex-start; flex-direction: column; font-size: 16px; gap: 1px; }
  .bd-brand span { font-size: 11px; }
  .bd-brand span::before { content: none; }
  .bd-local-nav { top: 62px; }
  .bd-local-nav > div {
    -webkit-overflow-scrolling: touch;
    gap: 22px;
    overscroll-behavior-inline: contain;
    padding: 0 20px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .bd-local-nav > div::-webkit-scrollbar { display: none; }
  .bd-local-nav a { min-height: 44px; scroll-snap-align: start; }
  .bd-hero__inner { gap: 28px; padding: 32px 20px 46px; }
  .bd-breadcrumb { margin-bottom: 22px; }
  .bd-breadcrumb__current { display: none; }
  .bd-hero h1 { font-size: clamp(42px, 11.2vw, 48px); line-height: .96; margin-bottom: 13px; }
  body.mpd-sm-family-original .bd-page .bd-byline {
    font-size: clamp(14px, 4.45vw, 16px) !important;
    margin-bottom: 22px;
    white-space: nowrap !important;
  }
  body.mpd-sm-family-original .bd-page .bd-byline span {
    display: inline !important;
    margin-top: 0 !important;
  }
  .bd-kicker { font-size: 25px; line-height: 1.22; }
  .bd-lead { font-size: 15.5px; }
  .bd-listen { border-radius: 13px; margin-top: 23px; padding: 15px; }
  .bd-listen__heading { align-items: flex-start; flex-direction: column; }
  .bd-actions { align-items: center; flex-direction: column; }
  .bd-actions .bd-button { max-width: 320px; width: 100%; }
  .bd-credit { display: grid; }
  .bd-cover-stage { border-radius: 15px; padding: 14px; }
  .bd-facts__inner { padding: 25px 20px 27px; }
  .bd-facts .bd-eyebrow { margin-bottom: 9px; }
  .bd-facts dd { font-size: 14px; }
  .bd-section { padding: 46px 20px; }
  .bd-section-head h2,
  .bd-story__heading h2,
  .bd-purchase h2 { font-size: clamp(32px, 8.4vw, 36px); line-height: 1.08; margin-bottom: 15px; }
  .bd-section-head > p:last-child { font-size: 15px; line-height: 1.62; }
  .bd-story { background: #f0eee8; }
  .bd-story__inner { gap: 0; padding-top: 0; }
  .bd-story__heading {
    background: var(--bd-charcoal);
    margin: 0 -20px;
    max-width: none;
    padding: 46px 20px 40px;
    width: calc(100% + 40px);
  }
  .bd-story__heading h2 { margin-bottom: 0; }
  .bd-story__copy { padding-top: 40px; }
  .bd-story__copy > p { font-size: 15px; line-height: 1.7; }
  .bd-story-note { margin-top: 28px; padding-left: 18px; }
  .bd-story-note strong { font-size: 20px; }
  .bd-score__grid { gap: 28px; margin-top: 29px; }
  .bd-score__preview > button { padding: 10px; }
  .bd-score__zoom { bottom: auto; right: 20px; top: 20px; }
  .bd-score__features > p { font-size: 14px; }
  .bd-score__features li { padding: 15px 0; }
  .bd-score__features strong { font-size: 18px; }
  .bd-practice article { column-gap: 10px; display: grid; grid-template-columns: 27px 1fr; padding: 18px 17px 20px; }
  .bd-practice article > span { grid-row: 1 / 3; padding-top: 3px; }
  .bd-practice h3 { font-size: 21px; margin: 0 0 7px; }
  .bd-practice article p { font-size: 14px; line-height: 1.6; }
  .bd-practice__grid { gap: 12px; margin-top: 28px; }
  .bd-purchase__inner { gap: 34px; }
  .bd-purchase__copy,
  .bd-purchase__visual { min-width: 0; width: 100%; }
  .bd-purchase .bd-button { display: flex; margin-inline: auto; max-width: 358px; width: 100%; }
  .bd-purchase__visual { min-height: 315px; }
  .bd-purchase__sheet { width: 46%; }
  .bd-purchase__cover { top: 12%; width: 58%; }
  .bd-related__rail {
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    grid-auto-columns: minmax(82%, 1fr);
    margin-top: 28px;
    overscroll-behavior-inline: contain;
    padding-bottom: 14px;
    scrollbar-width: none;
  }
  .bd-related__rail::-webkit-scrollbar { display: none; }
  .bd-related__cta { margin-top: 34px !important; }
  .bd-footer { padding-top: 40px; }
  .bd-dialog__bar p { font-size: 11px; }
  .bd-dialog__body { padding: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .bd-page *,
  .bd-page *::before,
  .bd-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (forced-colors: active) {
  .bd-button,
  .bd-practice article { border: 2px solid ButtonText; }
  .bd-listen,
  .bd-purchase,
  .bd-story__heading { forced-color-adjust: none; }
}
