:root {
  --mpn-slider-title-size: 24px;
}

/*
 * Canonical design-token consumers.
 * Runtime settings only publish variables; component ownership stays here.
 */
html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-gem-sans), sans-serif;
}

body {
  color: var(--mpn-ink, #1d1d1f);
  background: var(--mpn-paper, #fff);
  font-size: var(--mpn-body-size, 16px);
  font-weight: var(--mpn-body-weight, 400);
}

h1 {
  font-family: var(--font-gem-grotesk), sans-serif;
  font-size: var(--mpn-h1-size, 64px);
  font-weight: var(--mpn-h1-weight, 500);
}

h2 {
  font-family: var(--font-gem-grotesk), sans-serif;
  font-size: var(--mpn-h2-size, 52px);
  font-weight: var(--mpn-h2-weight, 500);
}

h3 {
  font-family: var(--font-gem-grotesk), sans-serif;
  font-size: var(--mpn-h3-size, 38px);
  font-weight: var(--mpn-h3-weight, 500);
}

h4 {
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-h4-size, 28px);
  font-weight: var(--mpn-h4-weight, 500);
}

h5 {
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-h5-size, 22px);
  font-weight: var(--mpn-h5-weight, 500);
}

h6 {
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-h6-size, 18px);
  font-weight: var(--mpn-h6-weight, 500);
}

button,
input[type="button"],
input[type="submit"],
.button,
.mpn-button,
.mpn-info-cta,
.mpn-footer-contact,
.mpn-404-action,
.gem-primary-button,
.gem-secondary-button {
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-button-size, 15px);
  font-weight: 500;
}

.mpn-kicker,
.mpn-info-eyebrow,
[class*="-eyebrow"] {
  color: var(--mpn-eyebrow, #747474);
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-eyebrow-size, 14px);
  font-weight: var(--mpn-eyebrow-weight, 600);
}

table,
.gem-native [class*="-table"] {
  font-size: var(--mpn-table-primary-size, 16px);
}

table small,
.gem-native [class*="-table"] small,
.gem-native [class*="-table"] [class*="muted"],
.gem-native [class*="-table"] [class*="secondary"] small {
  font-size: var(--mpn-table-secondary-size, 14px);
}

table button,
.gem-native [class*="-table"] button {
  color: var(--mpn-micro-button-color, #202124);
  background: var(--mpn-micro-button-background, #f0f0f3);
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-micro-button-size, 12px);
  font-weight: var(--mpn-micro-button-weight, 500);
}

@media (max-width: 680px) {
  body {
    font-size: var(--mpn-body-mobile, 16px);
  }

  h1 {
    font-size: var(--mpn-h1-mobile, 48px);
  }

  h2 {
    font-size: var(--mpn-h2-mobile, 40px);
  }

  h3 {
    font-size: var(--mpn-h3-mobile, 32px);
  }

  h4 {
    font-size: var(--mpn-h4-mobile, 24px);
  }

  h5 {
    font-size: var(--mpn-h5-mobile, 20px);
  }

  h6 {
    font-size: var(--mpn-h6-mobile, 17px);
  }

  button,
  input[type="button"],
  input[type="submit"],
  .button,
  .mpn-button,
  .mpn-info-cta,
  .mpn-footer-contact,
  .mpn-404-action,
  .gem-primary-button,
  .gem-secondary-button {
    font-size: var(--mpn-button-mobile, 13px);
  }

  .mpn-kicker,
  .mpn-info-eyebrow,
  [class*="-eyebrow"] {
    font-size: var(--mpn-eyebrow-mobile, 11px);
  }

  table,
  .gem-native [class*="-table"] {
    font-size: var(--mpn-table-primary-mobile, 13px);
  }

  table small,
  .gem-native [class*="-table"] small,
  .gem-native [class*="-table"] [class*="muted"],
  .gem-native [class*="-table"] [class*="secondary"] small {
    font-size: var(--mpn-table-secondary-mobile, 12px);
  }

  table button,
  .gem-native [class*="-table"] button {
    font-size: var(--mpn-micro-button-mobile, 11px);
  }
}

/* One title scale for every slide-out surface; page headings remain editable. */
body[class][class] .mpn-info-drawer .mpn-info-content > article > h2,
body[class][class] .gem-drawer .gem-drawer-header h2,
body[class][class] .gem-drawer .gem-drawer-body > h2 {
  font-size: var(--mpn-slider-title-size) !important;
}

/* Manifesto composition: one centered reading flow. */
body.home .mpn-manifesto {
  grid-template-columns: minmax(24px, 1fr) minmax(0, 1180px) minmax(24px, 1fr);
  column-gap: 0;
  text-align: center;
}

body.home .mpn-manifesto .mpn-section-label,
body.home .mpn-manifesto h2,
body.home .mpn-manifesto > p:not(.mpn-section-label),
body.home .mpn-manifesto .mpn-manifesto-link {
  grid-column: 2;
  justify-self: center;
}

body.home .mpn-manifesto .mpn-section-label {
  width: auto;
  margin: 0 0 26px;
  text-align: center;
}

body.home .mpn-manifesto h2 {
  width: 100%;
  max-width: 1180px;
  margin: 0;
  text-align: center;
}

body.home .mpn-manifesto > p:not(.mpn-section-label) {
  width: min(100%, 760px);
  max-width: 760px;
  margin: 38px 0 0;
  text-align: center;
}

body.home .mpn-manifesto .mpn-manifesto-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 28px 0 0;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  transition: color 180ms ease;
}

body.home .mpn-manifesto .mpn-manifesto-link:hover,
body.home .mpn-manifesto .mpn-manifesto-link:focus-visible {
  color: #0032a0;
}

/* Balanced square adaptation of the MPN action fingerprint for audience cards. */
.mpn-fit-card {
  border-radius: 0;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M112 6C350-3 674-3 912 6C974 9 1015 50 1018 112C1027 350 1027 674 1018 912C1015 974 974 1015 912 1018C674 1027 350 1027 112 1018C50 1015 9 974 6 912C-3 674-3 350 6 112C9 50 50 9 112 6Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M112 6C350-3 674-3 912 6C974 9 1015 50 1018 112C1027 350 1027 674 1018 912C1015 974 974 1015 912 1018C674 1027 350 1027 112 1018C50 1015 9 974 6 912C-3 674-3 350 6 112C9 50 50 9 112 6Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

@media (max-width: 820px) {
  body.home .mpn-manifesto {
    padding: 78px 20px;
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
  }

  body.home .mpn-manifesto .mpn-section-label,
  body.home .mpn-manifesto h2,
  body.home .mpn-manifesto > p:not(.mpn-section-label),
  body.home .mpn-manifesto .mpn-manifesto-link {
    grid-column: 1 !important;
    justify-self: center !important;
  }

  body.home .mpn-manifesto .mpn-section-label {
    width: auto !important;
    margin-bottom: 22px;
  }

  body.home .mpn-manifesto h2 {
    width: 100% !important;
    max-width: none !important;
    text-align: center;
  }

  body.home .mpn-manifesto > p:not(.mpn-section-label) {
    width: 100% !important;
    max-width: 620px !important;
    margin-top: 26px;
    text-align: center;
  }

  body.home .mpn-manifesto .mpn-manifesto-link {
    width: fit-content !important;
    margin-top: 24px;
  }
}

.mpn-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.mpn-access-card {
  position: relative;
  display: grid;
  min-height: 210px;
  align-content: space-between;
  gap: 24px;
  padding: 22px;
  border: 1px solid #dedfe3;
  border-radius: 18px;
  background: #fff;
  color: #1c1d21;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.mpn-access-card:hover,
.mpn-access-card:focus-visible {
  border-color: #c8c9ce;
  background: #f6f6f7;
  color: #1c1d21;
  outline: none;
  transform: translateY(-2px);
}

.mpn-access-icon {
  display: grid;
  width: 48px;
  height: 44px;
  place-items: center;
  background: #ededf0;
  color: #1c1d21;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='35' height='32' viewBox='0 0 35 32' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 32C6.5 32 2.8 30 1.2 25.5C.4 23.1 0 18.8 0 16C0 13.2.4 8.9 1.2 6.5C2.8 2 6.5 0 14 0H21C28.5 0 32.2 2 33.8 6.5C34.6 8.9 35 13.2 35 16C35 18.8 34.6 23.1 33.8 25.5C32.2 30 28.5 32 21 32H14Z' fill='white'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='35' height='32' viewBox='0 0 35 32' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 32C6.5 32 2.8 30 1.2 25.5C.4 23.1 0 18.8 0 16C0 13.2.4 8.9 1.2 6.5C2.8 2 6.5 0 14 0H21C28.5 0 32.2 2 33.8 6.5C34.6 8.9 35 13.2 35 16C35 18.8 34.6 23.1 33.8 25.5C32.2 30 28.5 32 21 32H14Z' fill='white'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

.mpn-access-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mpn-access-card > span:nth-child(2) {
  display: grid;
  gap: 7px;
  padding-right: 30px;
}

.mpn-access-card strong {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.mpn-access-card small {
  color: #6f7178;
  font-size: 14px;
  line-height: 1.5;
}

.mpn-access-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.mpn-access-card:hover .mpn-access-arrow,
.mpn-access-card:focus-visible .mpn-access-arrow {
  transform: translate(2px, -2px);
}

@media (max-width: 560px) {
  .mpn-access-grid {
    grid-template-columns: 1fr;
  }

  .mpn-access-card {
    min-height: 170px;
  }
}

.mpn-hero-spotlight-meta small,
.mpn-hero-spotlight-meta span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.mpn-hero-spotlight-meta strong {
  display: block;
  margin: 6px 0 3px;
  font-family: var(--font-gem-sans), Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
}

.mpn-hero-spotlight-controls {
  display: flex;
  gap: 8px;
}

.mpn-hero-spotlight-controls button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

html.mpn-drawer-open {
  overflow: hidden;
}

.mpn-info-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.mpn-info-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  opacity: 0;
  background: rgba(9, 12, 11, 0.58);
  transition: opacity 0.36s ease;
}

.mpn-info-drawer.is-open .mpn-info-backdrop {
  opacity: 1;
}

.mpn-info-shell {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(760px, 92vw);
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: var(--mpn-ink, #1d1d1f);
  background: #fff;
  transform: translateX(102%);
  transition: transform 0.42s cubic-bezier(0.22, 0.72, 0.22, 1);
}

.mpn-info-drawer.is-open .mpn-info-shell {
  transform: translateX(0);
}

.mpn-info-brand img {
  display: block;
  width: 40px;
  height: 40px;
}

.mpn-info-content {
  flex: 1;
  padding: 28px clamp(24px, 7vw, 74px) 80px;
  overflow-y: auto;
}

.mpn-info-eyebrow {
  margin: 0 0 12px;
  color: #ff4800;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mpn-info-content h2 {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-gem-sans), Arial, sans-serif;
  font-size: var(--mpn-slider-title-size);
  font-weight: 500;
  line-height: 1.15;
}

.mpn-info-lead {
  max-width: 650px;
  margin: 14px 0 0;
  color: #252525;
  font-size: 14px;
  line-height: 1.55;
}

.mpn-info-grid {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
  grid-template-columns: repeat(3, 1fr);
}

.mpn-info-grid section {
  padding: 24px 18px 20px 0;
  border-right: 1px solid rgba(17, 17, 17, 0.18);
}

.mpn-info-grid section + section {
  padding-left: 18px;
}

.mpn-info-grid section:last-child {
  border-right: 0;
}

.mpn-info-grid span,
.mpn-info-stack > section > span {
  color: #ff4800;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 500;
  line-height: 0.9;
}

.mpn-info-grid h3,
.mpn-info-stack h3 {
  margin: 18px 0 9px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 600;
}

.mpn-info-grid p,
.mpn-info-stack p {
  margin: 0;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
}

.mpn-info-stack {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.mpn-info-stack > section {
  display: grid;
  padding: 22px;
  border: 0;
  border-radius: 18px;
  background: #f4f4f2;
  grid-template-columns: 88px 1fr;
  align-items: start;
  gap: 14px;
}

.mpn-info-stack h3 {
  margin-top: 0;
}

.mpn-info-list {
  margin-top: 48px;
  border-top: 1px solid rgba(17, 17, 17, 0.18);
}

.mpn-info-list a {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.18);
  color: inherit;
  text-decoration: none;
  grid-template-columns: 88px 1fr 24px;
  align-items: center;
  gap: 14px;
}

.mpn-info-list span {
  color: #777;
  font-size: 14px;
}

.mpn-info-list strong {
  font-size: 17px;
  font-weight: 500;
}

.mpn-info-list i {
  font-style: normal;
}

.mpn-info-featured {
  width: 100%;
  max-height: 430px;
  margin-top: 34px;
  object-fit: cover;
}

.mpn-info-featured.is-portrait {
  max-width: 430px;
  aspect-ratio: 4 / 5;
}

.mpn-info-cta {
  display: inline-flex;
  min-height: 48px;
  margin-top: 34px;
  padding: 0 22px;
  border-radius: 3px;
  color: #fff;
  background: #ff4800;
  text-decoration: none;
  align-items: center;
}

@media (max-width: 820px) {
  .mpn-hero-spotlight-meta strong {
    font-size: 18px;
  }

  .mpn-hero-spotlight-meta span {
    max-width: 180px;
  }

  .mpn-hero-spotlight-controls button {
    width: 38px;
    height: 38px;
  }

  .mpn-info-shell {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .mpn-info-content {
    padding: 20px 20px 64px;
  }

  .mpn-info-stack {
    margin-top: 16px;
  }

  .mpn-info-stack > section {
    padding: 18px;
    grid-template-columns: 58px 1fr;
    gap: 10px;
  }

  .mpn-info-grid {
    grid-template-columns: 1fr;
  }

  .mpn-info-grid section,
  .mpn-info-grid section + section {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.18);
  }
}

/* Homepage 2026 — Mahar editorial music publishing */

.site-footer.mpn-site-footer {
  width: 100%;
  max-width: none;
  padding: 26px clamp(20px, 5vw, 84px);
  border: 0;
  background: var(--mpn-ink, #1d1d1f);
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.mpn-home *,
.mpn-home *::before,
.mpn-home *::after {
  box-sizing: border-box;
}

.mpn-kicker,
.mpn-section-label {
  margin: 0 0 18px;
  color: var(--mpn-orange);
  font-size: 14px;
  font-weight: 600;
}

.mpn-hero h1 strong {
  color: var(--mpn-orange);
}

.mpn-hero-copy > p:not(.mpn-kicker) {
  max-width: 540px;
  margin: 31px 0 0;
  color: #494a4e;
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.55;
}

.mpn-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.mpn-button.is-dark {
  color: #fff;
  background: var(--mpn-ink);
}

.mpn-button.is-orange {
  color: #fff;
  background: var(--mpn-orange);
}

.mpn-text-link {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.mpn-hero-portrait:hover img {
  filter: grayscale(0);
  transform: scale(1.035);
}

.mpn-hero-portrait:hover span {
  opacity: 1;
}

.mpn-hero-portrait:hover::after {
  opacity: 1;
}

.mpn-hero-portrait-1 {
  top: 20%;
  left: 2%;
  width: 15%;
  height: 43%;
}

.mpn-hero-portrait-2 {
  top: 10%;
  left: 21%;
  width: 21%;
  height: 58%;
}

.mpn-hero-portrait-3 {
  top: 0;
  left: 45%;
  width: 28%;
  height: 76%;
}

.mpn-hero-portrait-4 {
  top: 10%;
  left: 76%;
  width: 18%;
  height: 58%;
}

.mpn-hero-portrait-5 {
  top: 20%;
  left: 97%;
  width: 13%;
  height: 43%;
  transform: translateX(-64%);
}

.mpn-hero-portrait-1,
.mpn-hero-portrait-5 {
  background: #2f2f2f;
}

.mpn-hero-portrait-2,
.mpn-hero-portrait-4 {
  background: var(--mpn-red);
}

.mpn-marquee {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--mpn-ink);
  color: #fff;
}

.mpn-marquee > div {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 25px;
  min-height: 76px;
  animation: mpn-marquee 28s linear infinite;
}

.mpn-marquee span {
  font-family: var(--font-gem-sans), Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.mpn-marquee i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mpn-orange);
}

@keyframes mpn-marquee {
  to {
    transform: translateX(-50%);
  }
}

.mpn-writers > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding-inline: max(
    20px,
    calc((100vw - var(--mpn-content, 1440px)) / 2)
  );
}

.mpn-carousel-controls {
  display: flex;
  gap: 8px;
}

.mpn-carousel-controls button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid #cfcfc9;
  border-radius: 50%;
  background: #fff;
  color: var(--mpn-ink);
  cursor: pointer;
  font: inherit;
}

.mpn-writer-carousel::-webkit-scrollbar {
  display: none;
}

.mpn-writer-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.mpn-writer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition:
    filter 0.35s ease,
    transform 0.55s ease;
}

.mpn-writer-card:hover img {
  filter: grayscale(0);
  transform: scale(1.025);
}

.mpn-writer-card small {
  display: block;
  margin-top: 7px;
  color: var(--mpn-orange);
  font-size: 14px;
}

@media (max-width: 1080px) {
  .mpn-hero {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .mpn-hero-collage {
    margin-left: 0;
  }
}

@media (max-width: 820px) {
  .mpn-hero-copy > p:not(.mpn-kicker) {
    max-width: 520px;
    margin-top: 23px;
  }

  .mpn-writers > header {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .mpn-kicker,
  .mpn-section-label {
    margin-bottom: 13px;
  }

  .mpn-hero {
    min-height: 0;
  }

  .mpn-hero h1 {
    font-size: clamp(50px, 15.5vw, 70px);
  }

  .mpn-hero-copy > p:not(.mpn-kicker) {
    font-size: 14px;
  }

  .mpn-hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .mpn-hero-collage {
    height: 285px;
    min-height: 0;
    margin-top: 38px;
  }

  .mpn-hero-portrait-1 {
    left: 0;
    width: 18%;
  }

  .mpn-hero-portrait-2 {
    left: 18%;
    width: 22%;
  }

  .mpn-hero-portrait-3 {
    left: 40%;
    width: 31%;
  }

  .mpn-hero-portrait-4 {
    left: 71%;
    width: 21%;
  }

  .mpn-hero-portrait-5 {
    left: 95%;
    width: 17%;
  }

  .mpn-manifesto h2,
  .mpn-writers h2 {
    font-size: clamp(43px, 13.5vw, 62px);
  }

  .mpn-marquee > div {
    min-height: 62px;
  }

  .mpn-marquee span {
    font-size: 19px;
  }

  .mpn-writers > header {
    display: block;
  }

  .mpn-carousel-controls {
    margin-top: 23px;
  }

  .mpn-writer-carousel {
    margin-top: 35px;
  }

  .mpn-writer-card {
    flex-basis: 78vw;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mpn-marquee > div {
    animation: none;
  }

  .mpn-writer-photo img,
  .mpn-hero-portrait img {
    transition: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
  color: var(--text);
  line-height: 1.5;
}

body {
  margin: 0;
}

.site-main.mpn-home-main {
  max-width: none;
  min-height: 0;
  margin: 0;
  overflow: clip;
  width: 100%;
  padding: 0;
}

a {
  color: inherit;
}

.site-main,
.site-footer {
  width: min(var(--mpn-content, 1440px), calc(100% - 40px));
  margin-inline: auto;
}

.page-id-15965 .site-main,
.page-id-15967 .site-main {
  width: min(var(--mpn-content, 1440px), calc(100% - 40px));
}

.site-main {
  min-height: calc(100vh - 152px);
  padding-block: 48px 72px;
}

.entry {
  max-width: 820px;
}

.page .entry {
  max-width: none;
}

.page-id-15964 .entry-title,
.page-id-15965 .entry-title {
  display: none;
}

.entry-title {
  margin: 0 0 24px;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 600;
  line-height: 1.05;
}

.entry-content {
  font-size: 17px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.site-footer {
  padding-block: 24px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  font-size: 14px;
}

@media (max-width: 640px) {
  .site-main,
  .site-footer {
    width: min(100% - 24px, var(--mpn-content, 1440px));
  }

  .page-id-15965 .site-main,
  .page-id-15967 .site-main {
    width: min(100% - 24px, var(--mpn-content, 1440px));
  }

  .site-main {
    padding-block: 32px 56px;
  }
}

@keyframes mahar-rights-loop {
  to {
    transform: translateX(-50%);
  }
}

.mpn-hero h1 span,
.mpn-hero h1 strong {
  display: block;
  font: inherit;
  color: inherit;
}

.mpn-hero-portrait {
  display: block;
  overflow: hidden;
  background: #d8d2c7;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 50px rgba(22, 18, 15, 0.13);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178px;
  height: 310px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition:
    left 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    width 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    height 0.7s cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 0.45s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.mpn-hero-portrait.is-prev {
  z-index: 3;
  left: 23%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.9);
}

.mpn-hero-portrait.is-next {
  z-index: 3;
  left: 77%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.9);
}

.mpn-hero-portrait.is-far-prev {
  z-index: 1;
  left: 4%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.72);
}

.mpn-hero-portrait.is-far-next {
  z-index: 1;
  left: 96%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.72);
}

.mpn-hero-portrait span,
.mpn-hero-portrait::after {
  display: none;
}

.mpn-manifesto > p:last-child {
  max-width: 670px;
  margin: 36px auto 0;
  color: #5c5d61;
  font-size: clamp(15px, 1.25vw, 19px);
  line-height: 1.6;
  margin-top: 26px;
}

@media (max-width: 820px) {
  .mpn-hero-portrait {
    width: 150px;
    height: 260px;
  }

  .mpn-hero-portrait.is-active {
    width: 200px;
    height: 363px;
  }

  .mpn-hero-portrait.is-prev {
    left: -1%;
  }

  .mpn-hero-portrait.is-next {
    left: 101%;
  }

  .mpn-hero-portrait.is-far-prev,
  .mpn-hero-portrait.is-far-next {
    opacity: 0;
  }

  .mpn-hero-scroll span {
    height: 22px;
  }

  .mpn-writers h2 {
    font-size: 32px;
    line-height: 1.1;
  }
}

.mpn-success {
  min-height: 850px;
  padding: 96px 0 110px;
  overflow: hidden;
  background: var(--mpn-ink, #1d1d1f);
  color: #fff;
}

.mpn-success > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 0
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2));
}

.mpn-success > header > div:first-child {
  max-width: 950px;
}

.mpn-success .mpn-section-label {
  color: rgba(255, 255, 255, 0.72);
}

.mpn-home .mpn-success h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 3.2vw, 52px);
  line-height: 1.05;
}

.mpn-carousel-controls.is-light button {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
}

.mpn-success-carousel {
  display: flex;
  gap: 24px;
  margin-top: 52px;
  padding: 0
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2)) 18px;
  overflow-x: auto;
  scroll-padding-inline: max(
    20px,
    calc((100vw - var(--mpn-content, 1440px)) / 2)
  );
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mpn-success-carousel::-webkit-scrollbar {
  display: none;
}

.mpn-success-carousel article {
  flex: 0 0 clamp(300px, 32vw, 500px);
  scroll-snap-align: start;
}

.mpn-success-carousel article a {
  color: inherit;
  text-decoration: none;
}

.mpn-success-carousel article a > div {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #2a2a2a;
}

.mpn-success-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mpn-success-carousel span {
  display: block;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.mpn-success-carousel small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.mpn-writers {
  overflow: hidden;
  min-height: 640px;
  padding: 76px 0 88px;
}

.mpn-writers h2 {
  margin: 0;
  line-height: 1.04;
  max-width: 920px;
  font-size: clamp(42px, 3.2vw, 52px);
}

.mpn-writer-carousel {
  display: flex;
  gap: clamp(14px, 2vw, 28px);
  padding: 0
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2)) 18px;
  overflow-x: auto;
  scroll-padding-inline: max(
    20px,
    calc((100vw - var(--mpn-content, 1440px)) / 2)
  );
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin-top: 42px;
}

.mpn-writer-card {
  flex: 0 0 clamp(230px, 24vw, 365px);
  scroll-snap-align: start;
  flex-basis: clamp(210px, 18vw, 280px);
}

.mpn-writer-photo {
  overflow: hidden;
  background: #ece9e2;
  aspect-ratio: 4 / 5;
}

.mpn-writer-card > a > span {
  display: block;
  margin-top: 15px;
  font-family: var(--font-gem-sans), Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  font-size: clamp(20px, 1.6vw, 26px);
}

@media (max-width: 820px) {
  .mpn-success {
    min-height: 760px;
    padding: 72px 0 88px;
  }

  .mpn-success > header {
    align-items: flex-start;
    padding-inline: 18px;
  }

  .mpn-success h2,
  .mpn-writers h2 {
    font-size: 32px;
  }

  .mpn-success-carousel {
    margin-top: 40px;
    padding-inline: 18px;
    scroll-padding-inline: 18px;
  }

  .mpn-success-carousel article {
    flex-basis: 82vw;
  }

  .mpn-writers {
    min-height: 620px;
    padding-block: 62px 76px;
  }
}

@media (max-width: 560px) {
  .mpn-success > header {
    display: block;
  }

  .mpn-success .mpn-carousel-controls {
    margin-top: 22px;
  }
}

.mpn-hero-portrait::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  background: transparent;
  box-shadow:
    inset 0 0 0 1px rgba(17, 17, 17, 0.18),
    inset 0 0 28px rgba(17, 17, 17, 0.14);
}

.mpn-hero-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.25s ease;
  display: block;
  background: linear-gradient(180deg, transparent 48%, rgba(6, 9, 8, 0.74));
}

.mpn-hero-portrait span {
  position: absolute;
  inset: auto 10px 10px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 1;
  display: none;
}

.mpn-info-article {
  margin-top: 32px;
  color: #303030;
  font-size: 16px;
  line-height: 1.7;
}

.mpn-info-article > * {
  max-width: 650px;
}

.mpn-info-article h2,
.mpn-info-article h3,
.mpn-info-article h4 {
  margin: 34px 0 12px;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.mpn-info-article img {
  max-width: 100%;
  height: auto;
}

/* Hero songwriter card deck */
.mpn-hero-collage {
  margin-left: 2vw;
  position: relative;
  align-self: center;
  width: 100%;
  margin: 0;
  isolation: isolate;
  height: 450px;
  overflow: visible;
  perspective: 1200px;
}

.mpn-hero-portrait,
.mpn-hero-portrait-1,
.mpn-hero-portrait-2,
.mpn-hero-portrait-3,
.mpn-hero-portrait-4,
.mpn-hero-portrait-5 {
  position: absolute;
  z-index: 0;
  inset: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 46%;
  width: min(68%, 390px);
  height: 430px;
  border: 0;
  border-radius: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M112 6C350-3 674-3 912 6C974 9 1015 50 1018 112C1027 350 1027 674 1018 912C1015 974 974 1015 912 1018C674 1027 350 1027 112 1018C50 1015 9 974 6 912C-3 674-3 350 6 112C9 50 50 9 112 6Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M112 6C350-3 674-3 912 6C974 9 1015 50 1018 112C1027 350 1027 674 1018 912C1015 974 974 1015 912 1018C674 1027 350 1027 112 1018C50 1015 9 974 6 912C-3 674-3 350 6 112C9 50 50 9 112 6Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  box-shadow: 0 24px 60px rgba(8, 10, 9, 0.2);
  transform: translate(-50%, -50%) scale(0.88);
  transform-origin: 50% 92%;
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    transform 0.72s cubic-bezier(0.2, 0.76, 0.2, 1),
    filter 0.45s ease;
}

.mpn-hero-portrait.is-active {
  z-index: 8;
  width: min(68%, 390px);
  height: 430px;
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
  pointer-events: auto;
}

.mpn-hero-portrait.is-deck-1 {
  z-index: 7;
  opacity: 1;
  filter: brightness(0.93);
  transform: translate(calc(-50% + 54px), calc(-50% + 7px)) rotate(5deg)
    scale(0.96);
}

.mpn-hero-portrait.is-deck-2 {
  z-index: 6;
  opacity: 1;
  filter: brightness(0.86);
  transform: translate(calc(-50% + 94px), calc(-50% + 16px)) rotate(-4deg)
    scale(0.92);
}

.mpn-hero-portrait.is-deck-3 {
  z-index: 5;
  opacity: 1;
  filter: brightness(0.78);
  transform: translate(calc(-50% + 126px), calc(-50% + 26px)) rotate(8deg)
    scale(0.87);
}

.mpn-hero-portrait.is-exit {
  z-index: 9;
  opacity: 0;
  transform: translate(calc(-50% - 230px), calc(-50% - 18px)) rotate(-13deg)
    scale(0.94);
}

.mpn-hero-portrait.is-hidden {
  z-index: 1;
  opacity: 0;
  transform: translate(calc(-50% + 112px), calc(-50% + 28px)) rotate(8deg)
    scale(0.84);
}

.mpn-hero-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  object-fit: cover;
  object-position: center 25%;
  mix-blend-mode: luminosity;
  transition: transform 5.8s ease;
}

.mpn-hero-portrait.is-active img {
  transform: scale(1.025);
}

.mpn-hero-spotlight-meta {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  z-index: 12;
  right: auto;
  left: 46%;
  width: min(68%, 390px);
  padding: 25px 24px 22px;
  transform: translateX(-50%);
}

@media (max-width: 820px) {
  .mpn-hero-collage {
    min-height: 300px;
    margin-top: 14px;
    width: calc(100% - 20px);
    height: 410px;
    margin: 24px 10px 0;
    overflow: visible;
  }

  .mpn-hero-portrait,
  .mpn-hero-portrait.is-active {
    inset: 0;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 45%;
    width: min(76vw, 310px);
    height: 390px;
    transform: translate(-50%, -50%);
  }

  .mpn-hero-portrait.is-deck-1 {
    transform: translate(calc(-50% + 32px), calc(-50% + 5px)) rotate(4.5deg)
      scale(0.96);
  }

  .mpn-hero-portrait.is-deck-2 {
    transform: translate(calc(-50% + 55px), calc(-50% + 12px)) rotate(-3.5deg)
      scale(0.92);
  }

  .mpn-hero-portrait.is-deck-3 {
    transform: translate(calc(-50% + 74px), calc(-50% + 20px)) rotate(7deg)
      scale(0.88);
  }

  .mpn-hero-portrait.is-exit {
    transform: translate(calc(-50% - 180px), calc(-50% - 15px)) rotate(-13deg)
      scale(0.94);
  }

  .mpn-hero-portrait.is-hidden {
    transform: translate(calc(-50% + 70px), calc(-50% + 20px)) rotate(7deg)
      scale(0.84);
  }

  .mpn-hero-spotlight-meta {
    right: auto;
    left: 45%;
    width: min(76vw, 310px);
    padding: 19px 18px 17px;
    transform: translateX(-50%);
  }
}

/* Rights and licensing fit section */
.mpn-fit-section {
  position: relative;
  display: grid;
  min-height: 720px;
  padding: clamp(86px, 9vw, 138px)
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2));
  overflow: hidden;
  background: #e9e9e9;
  grid-template-columns: minmax(300px, 0.9fr) minmax(660px, 1.55fr);
  align-items: center;
  gap: clamp(56px, 7vw, 120px);
  font-synthesis: weight;
}

.mpn-fit-section::before {
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background:
    linear-gradient(
      90deg,
      rgba(238, 238, 238, 0.94) 0%,
      rgba(238, 238, 238, 0.7) 34%,
      rgba(238, 238, 238, 0.22) 72%
    ),
    url("https://maharpustaka.id/files/Tentang-Kami-Publisher-Musik-Mahar-Pustaka-Nusantara-1536x928.jpg")
      center bottom / cover no-repeat;
  filter: grayscale(1);
  content: "";
}

.mpn-fit-intro,
.mpn-fit-cards {
  position: relative;
  z-index: 1;
}

.mpn-fit-intro {
  max-width: 440px;
}

.mpn-fit-intro .mpn-section-label {
  color: #ff4800;
}

.mpn-fit-intro h2 {
  max-width: 440px;
  margin: 16px 0 20px;
  color: transparent;
  background: linear-gradient(to bottom, #ff4800 0%, #ff4800 48%, #ff4800 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--font-gem-grotesk), Arial, sans-serif;
  font-size: clamp(46px, 4.1vw, 66px);
  font-weight: 700;
  line-height: 0.96;
}

.mpn-fit-intro > p:last-child {
  max-width: 430px;
  margin: 0;
  color: #303030;
  font-size: 17px;
  line-height: 1.5;
}

.mpn-fit-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mpn-fit-card header > span {
  display: inline-flex;
  min-height: 25px;
  padding: 0 11px;
  border-radius: 7px;
  color: #ff4800;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
}

.mpn-fit-card h3 {
  margin: 24px 0 14px;
  font-family: var(--font-gem-grotesk), Arial, sans-serif;
  font-size: clamp(31px, 2.5vw, 42px);
  font-weight: 700;
  line-height: 0.98;
}

.mpn-fit-card > a:not(.mpn-fit-cta) {
  display: grid;
  min-height: 66px;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  text-decoration: none;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 12px;
}

.mpn-fit-card > a strong {
  font-size: 14px;
  font-weight: 600;
}

.mpn-fit-card > a i {
  font-size: 22px;
  font-style: normal;
  text-align: right;
}

.mpn-fit-card .mpn-fit-cta {
  display: grid;
  min-height: 58px;
  color: #fff;
  background: #ff4800;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  place-items: center;
}

.mpn-fit-card > a:hover,
.mpn-fit-card > a:focus-visible {
  background: #272727;
}

.mpn-fit-card .mpn-fit-cta:hover,
.mpn-fit-card .mpn-fit-cta:focus-visible {
  background: #ff4800;
}

@media (max-width: 1050px) {
  .mpn-fit-section {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mpn-fit-intro {
    max-width: 680px;
  }
}

@media (max-width: 680px) {
  .mpn-fit-section {
    padding: 78px 18px;
  }

  .mpn-fit-intro h2 {
    font-size: 42px;
  }

  .mpn-fit-cards {
    grid-template-columns: 1fr;
  }

  .mpn-fit-card header {
    min-height: 210px;
  }
}

.mpn-countdown {
  display: flex;
  gap: clamp(18px, 2.4vw, 36px);
  margin-top: clamp(22px, 3vh, 36px);
  color: var(--mpn-ink, #1d1d1f);
}

.mpn-countdown > div {
  display: grid;
  gap: 4px;
  min-width: 48px;
}

.mpn-countdown strong {
  display: block;
  font-family: var(--font-gem-sans), sans-serif;
  font-size: clamp(26px, 2.3vw, 38px);
  font-weight: 500;
  line-height: 1;
  transform-origin: center bottom;
}

.mpn-countdown strong.is-ticking {
  animation: mpn-countdown-tick 280ms ease-out;
}

.mpn-countdown span {
  color: var(--mpn-eyebrow);
  font-size: 14px;
  font-weight: 500;
}

@keyframes mpn-countdown-tick {
  0% {
    opacity: 0.2;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 680px) {
  .mpn-countdown {
    gap: 16px;
  }

  .mpn-countdown strong {
    font-size: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mpn-countdown strong.is-ticking {
    animation: none;
  }
}

/* Mahar visual rules: keep the hierarchy and actions consistent site-wide. */
:root {
  color-scheme: light;
  --background: #fff;
  --surface: #f5f5f3;
  --text: #171717;
  --muted: #6c6c6c;
  --accent: #a8ff3e;
  --border: #deded9;
  --mpn-eyebrow: #747474;
  --mpn-action-orange: #ff4800;
  --mpn-action-orange-hover: #ff4800;
  --mpn-action-blue: #0032a0;
  --mpn-action-blue-hover: #002578;
}

.mpn-kicker,
.mpn-info-eyebrow,
[class*="-eyebrow"] {
  color: var(--mpn-eyebrow);
}

.mpn-hero h1 {
  font-size: 64px;
}

.mpn-button,
.mahar-button {
  border-color: var(--mpn-action-orange);
  background: var(--mpn-action-orange);
  color: #ffffff;
}

.mpn-button:hover,
.mpn-button:focus-visible,
.mahar-button:hover,
.mahar-button:focus-visible {
  border-color: var(--mpn-action-orange-hover);
  background: var(--mpn-action-orange-hover);
  color: #ffffff;
}

.mpn-button.is-blue,
.mahar-button.is-blue {
  border-color: var(--mpn-action-blue);
  background: var(--mpn-action-blue);
}

.mpn-button.is-blue:hover,
.mpn-button.is-blue:focus-visible,
.mahar-button.is-blue:hover,
.mahar-button.is-blue:focus-visible {
  border-color: var(--mpn-action-blue-hover);
  background: var(--mpn-action-blue-hover);
}

@media (max-width: 680px) {
  .mpn-hero h1 {
    font-size: 48px;
  }
}

/* Homepage headings consume the same canonical theme tokens as every page. */
.mpn-home h1 {
  font-family: var(--font-gem-grotesk), sans-serif;
  font-weight: var(--mpn-h1-weight, 500);
}

.mpn-home h2 {
  font-family: var(--font-gem-grotesk), sans-serif;
  font-weight: var(--mpn-h2-weight, 500);
}

.mpn-home h3 {
  font-family: var(--font-gem-grotesk), sans-serif;
  font-weight: var(--mpn-h3-weight, 500);
}

/* Carousel card titles use the original Medium face */
.mpn-success-carousel h3 {
  max-width: 480px;
  margin: 9px 0 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.18;
}

.mpn-story-portal-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: inherit;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.mpn-story-portal-link:hover,
.mpn-story-portal-link:focus-visible {
  color: var(--mpn-orange);
  outline: 0;
}

/* Minimal thick carousel navigation */
body[class] .mpn-carousel-controls button,
body[class] .mpn-carousel-controls.is-light button,
body[class] .mpn-hero-spotlight-controls button {
  display: grid;
  width: 34px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
}

body[class] .mpn-hero-spotlight-controls button,
body[class] .mpn-carousel-controls.is-light button {
  color: #fff;
}

body[class] .mpn-carousel-controls button:hover,
body[class] .mpn-carousel-controls button:focus-visible,
body[class] .mpn-hero-spotlight-controls button:hover,
body[class] .mpn-hero-spotlight-controls button:focus-visible {
  background: transparent;
  transform: translateX(2px);
}

@media (max-width: 680px) {
  .mpn-success-carousel h3 {
    font-size: 18px;
  }
}

/* Canonical typography: H1–H3 use Gem Grotesk; H4–H6 use Gem Sans. */
:where(h1, h2, h3) {
  font-family: var(--font-gem-grotesk), Arial, sans-serif;
  font-weight: 500;
}

:where(h4, h5, h6) {
  font-family: var(--font-gem-sans), Arial, sans-serif;
  font-weight: 500;
}

/* User Database is a full-width application surface, matching Creates. */
body.page-id-9350 .site-main {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

body.page-id-9350 .entry,
body.page-id-9350 .entry-content {
  width: 100%;
  max-width: none;
}

/* Native module title, subtitle and content use the same compact hierarchy. */
.gem-native .gem-drawer-header h2,
.gem-native .gem-module-heading h4 {
  margin: 3px 0 0;
}

.gem-native .gem-drawer-header h2 + p,
.gem-native .gem-module-heading h4 + p {
  margin-top: 6px;
}

/*
 * Homepage opening — restrained global-publisher composition.
 * Flat fields, large type and deliberate whitespace; no decorative shapes.
 */
.mpn-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(430px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(52px, 6vw, 108px);
  min-height: 740px;
  padding: 136px
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2)) 72px;
  background: #ffffff;
}

.mpn-maintenance .mpn-hero {
  min-height: 100vh;
}

.mpn-maintenance .mpn-hero-actions {
  display: flex;
}

.mpn-maintenance .mpn-button.is-reference,
.mpn-maintenance .mpn-button.is-reference:hover,
.mpn-maintenance .mpn-button.is-reference:focus-visible {
  background: #ff4800;
  color: #ffffff;
}

.mpn-hero-copy {
  position: relative;
  z-index: 3;
  padding: 0;
  max-width: 620px;
  align-self: center;
  padding-bottom: 0;
}

.mpn-hero .mpn-kicker {
  margin: 0 0 24px;
  color: #ff4800;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mpn-hero h1 {
  text-transform: uppercase;
  margin: 0;
  color: var(--mpn-ink, #1d1d1f);
  font-size: clamp(64px, 5.8vw, 94px);
  font-weight: 500;
  line-height: 0.88;
}

.mpn-hero h1 span {
  display: block;
}

.mpn-hero h1 span + span {
  margin-top: 12px;
}

.mpn-hero-actions {
  align-items: center;
  gap: 22px;
  display: block;
  margin-top: 38px;
}

.mpn-button.is-reference:hover,
.mpn-button.is-reference:focus-visible {
  color: #ffffff;
  background: #ff4800;
}

.mpn-hero-scroll {
  position: absolute;
  align-items: center;
  text-decoration: none;
  left: auto;
  display: grid;
  justify-items: center;
  gap: 8px;
  font-size: 14px;
  text-transform: none;
  right: max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2));
  bottom: 24px;
  color: #5e5e5e;
}

.mpn-hero-scroll span {
  width: 1px;
  height: 28px;
  background: #ff4800;
}

@media (max-width: 1050px) {
  .mpn-hero {
    grid-template-columns: minmax(360px, 0.9fr) minmax(430px, 1.1fr);
    gap: 42px;
  }

  .mpn-hero h1 {
    font-size: clamp(58px, 6.8vw, 74px);
  }
}

@media (max-width: 820px) {
  .mpn-hero {
    overflow: hidden;
    padding-top: 27px;
    display: block;
    min-height: 840px;
    padding: 74px 18px 70px;
  }

  .mpn-maintenance .mpn-hero {
    min-height: 100vh;
  }

  .mpn-hero-copy {
    position: static;
    text-align: center;
    padding-inline: 18px;
    max-width: none;
    padding: 0;
  }

  .mpn-hero .mpn-kicker {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .mpn-hero h1 {
    font-size: clamp(45px, 13vw, 58px);
    line-height: 0.9;
  }

  .mpn-hero h1 span + span {
    margin-top: 8px;
  }

  .mpn-hero-actions {
    z-index: 10;
    margin: 0;
    right: 18px;
    left: 18px;
    bottom: 52px;
    position: static;
    margin-top: 26px;
  }

  .mpn-button.is-reference {
    min-height: 40px;
    width: min(100%, 290px);
    min-width: 0;
  }

  .mpn-hero-scroll {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    right: 18px;
    bottom: 18px;
  }

  .mpn-manifesto > p:not(.mpn-section-label) {
    margin-top: 30px;
    font-size: 16px;
  }

  .mpn-manifesto-link {
    margin-top: 30px;
    justify-self: start;
  }
}

.mpn-manifesto-shape {
  position: absolute;
  z-index: -1;
  inset: -18%;
  color: rgba(255, 255, 255, 0.13);
  pointer-events: none;
  animation: mpn-manifesto-drift 22s ease-in-out infinite alternate;
}

.mpn-manifesto-shape svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  animation: mpn-manifesto-breathe 10s ease-in-out infinite alternate;
}

.mpn-manifesto-shape path {
  fill: none;
  stroke: currentColor;
  stroke-width: 66;
  stroke-linejoin: bevel;
  vector-effect: non-scaling-stroke;
}

.mpn-manifesto .mpn-section-label,
.mpn-manifesto h2,
.mpn-manifesto > p:not(.mpn-section-label),
.mpn-manifesto-link {
  position: relative;
  z-index: 1;
  grid-column: 2 / 12;
  justify-self: center;
  text-align: center;
  color: #ffffff;
}

.mpn-manifesto .mpn-section-label {
  align-self: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #ffffff;
}

.mpn-manifesto h2 {
  width: 100%;
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  max-width: 1140px;
  font-size: clamp(60px, 6.2vw, 98px);
  line-height: 0.9;
}

.mpn-manifesto > p:not(.mpn-section-label) {
  margin: 42px 0 0;
  max-width: 720px;
  margin-top: 34px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.55;
}

.mpn-manifesto-link {
  display: inline-block;
  text-decoration: none;
  width: fit-content;
  margin: 42px 0 0;
  align-self: center;
  justify-self: center;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  color: #ffffff;
}

.mpn-manifesto-link:hover,
.mpn-manifesto-link:focus-visible {
  color: rgba(255, 255, 255, 0.72);
}

@keyframes mpn-manifesto-drift {
  0% {
    transform: translate3d(-2%, -1%, 0) rotate(-2deg);
  }

  100% {
    transform: translate3d(2%, 1%, 0) rotate(2deg);
  }
}

@keyframes mpn-manifesto-breathe {
  0% {
    transform: scale(0.96);
  }

  100% {
    transform: scale(1.06);
  }
}

@media (max-width: 820px) {
  .mpn-manifesto {
    padding-inline: 20px;
    grid-template-columns: 1fr;
    min-height: 680px;
    padding: 88px 20px;
    text-align: left;
  }

  .mpn-manifesto-shape {
    inset: -4% -90%;
  }

  .mpn-manifesto-shape path {
    stroke-width: 46;
  }

  .mpn-manifesto .mpn-section-label,
  .mpn-manifesto h2,
  .mpn-manifesto > p:not(.mpn-section-label),
  .mpn-manifesto-link {
    grid-column: 1;
    justify-self: center;
    text-align: center;
  }

  .mpn-manifesto .mpn-section-label {
    margin: 0 0 25px;
    margin-bottom: 24px;
  }

  .mpn-manifesto h2 {
    font-size: clamp(43px, 12vw, 58px);
    line-height: 0.94;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mpn-manifesto-shape,
  .mpn-manifesto-shape svg {
    animation: none;
  }
}

/* WMG orange accent with a restrained CTA radius. */
.mpn-home {
  --mpn-ink: #1d1d1f;
  --mpn-cream: #f6f1e7;
  --mpn-paper: #fff;
  color: var(--mpn-ink);
  background: var(--mpn-paper);
  font-family: inherit;
  --mpn-orange: #ff4800;
  --mpn-red: #ff4800;
}

.mpn-manifesto {
  display: grid;
  padding: 108px
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2));
  align-content: center;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: clamp(18px, 2vw, 32px);
  color: var(--mpn-ink, #1d1d1f);
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding-block: 116px;
  place-content: center;
  text-align: center;
  overflow: hidden;
  background: #ff4800;
}

.mpn-button.is-reference {
  width: auto;
  min-width: 270px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  color: #ffffff;
  background: var(--mpn-ink, #1d1d1f);
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}

/* Keep the desktop hero title at the requested fixed size. */
@media (min-width: 821px) {
  .mpn-hero h1 {
    font-size: 64px;
  }
}

/* MPN action fingerprint: the menu silhouette, adapted for text actions. */
.mpn-button,
.mpn-fit-cta,
.mpn-info-cta {
  border: 0;
  border-radius: 0;
  background: #ff4800;
  color: #ffffff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='200' height='44' viewBox='0 0 200 44' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 0H186C194 0 198 4 199 12C200 16 200 28 199 32C198 40 194 44 186 44H14C6 44 2 40 1 32C0 28 0 16 1 12C2 4 6 0 14 0Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='200' height='44' viewBox='0 0 200 44' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 0H186C194 0 198 4 199 12C200 16 200 28 199 32C198 40 194 44 186 44H14C6 44 2 40 1 32C0 28 0 16 1 12C2 4 6 0 14 0Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

.mpn-button:hover,
.mpn-button:focus-visible,
.mpn-fit-cta:hover,
.mpn-fit-cta:focus-visible,
.mpn-info-cta:hover,
.mpn-info-cta:focus-visible {
  background: #ff4800;
  color: #ffffff;
}

.mpn-button.is-reference,
.mpn-fit-card .mpn-fit-cta,
.mpn-info-content .mpn-info-cta {
  border: 0;
  border-radius: 0;
  background: #ff4800;
  color: #ffffff;
}

.mpn-button.is-reference:hover,
.mpn-button.is-reference:focus-visible,
.mpn-fit-card .mpn-fit-cta:hover,
.mpn-fit-card .mpn-fit-cta:focus-visible,
.mpn-info-content .mpn-info-cta:hover,
.mpn-info-content .mpn-info-cta:focus-visible {
  background: #ff4800;
  color: #ffffff;
}

/* Clean 404 */
.error404 .site-main {
  min-height: 100vh;
}

.error404 .site-footer {
  display: none;
}

.mpn-404 {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 96px 24px;
  background: #ffffff;
  color: var(--mpn-ink, #1d1d1f);
  text-align: center;
}

.mpn-404-content {
  width: min(100%, 620px);
}

.mpn-404-code {
  margin: 0;
  color: #ff4800;
  font-family: var(--font-gem-sans), sans-serif;
  font-size: clamp(104px, 18vw, 220px);
  font-weight: 500;
  line-height: 0.72;
}

.mpn-404 h1 {
  margin: 34px 0 0;
  font-family: var(--font-gem-grotesk), sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 1;
}

.mpn-404-action {
  min-width: 210px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  padding: 0 24px;
  background: #ff4800;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='200' height='44' viewBox='0 0 200 44' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 0H186C194 0 198 4 199 12C200 16 200 28 199 32C198 40 194 44 186 44H14C6 44 2 40 1 32C0 28 0 16 1 12C2 4 6 0 14 0Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='200' height='44' viewBox='0 0 200 44' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 0H186C194 0 198 4 199 12C200 16 200 28 199 32C198 40 194 44 186 44H14C6 44 2 40 1 32C0 28 0 16 1 12C2 4 6 0 14 0Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

.mpn-404-action:hover,
.mpn-404-action:focus-visible {
  background: #ff4800;
  color: #ffffff;
}

/* Action typography and arrow are part of the MPN button fingerprint. */
.mpn-button,
.mpn-fit-cta,
.mpn-info-cta,
.mpn-404-action {
  gap: 12px;
  font-family: var(--font-gem-sans), sans-serif;
  font-weight: 500;
}

.mpn-button::after,
.mpn-fit-cta::after,
.mpn-404-action::after {
  flex: 0 0 auto;
  content: "↗";
  font-family: var(--font-gem-sans), sans-serif;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1;
}

.mpn-info-drawer {
  position: fixed;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.42s;
  z-index: 2147483000;
}

html.mpn-registration-open {
  overflow: hidden;
}

.mpn-registration-drawer {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.42s;
}

.mpn-registration-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.mpn-registration-drawer.is-open .mpn-info-backdrop {
  opacity: 1;
}

.mpn-registration-shell {
  position: absolute;
  inset: 0 0 0 auto;
  display: flex;
  width: min(960px, 94vw);
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #f7f7f5;
  color: var(--mpn-ink, #1d1d1f);
  transform: translateX(102%);
  transition: transform 0.42s cubic-bezier(0.22, 0.72, 0.22, 1);
}

.mpn-registration-drawer.is-open .mpn-registration-shell {
  transform: translateX(0);
}

.mpn-registration-content {
  flex: 1;
  min-height: 0;
  padding: 20px clamp(18px, 4vw, 44px) 64px;
  overflow-y: auto;
}

.mpn-registration-content[class] {
  min-height: 0;
}

@media (max-width: 640px) {
  .mpn-info-shell,
  .mpn-registration-shell {
    width: 100%;
  }

  .mpn-registration-shell > header {
    padding: 20px 18px;
  }
}

/* Editorial footer: large contact invitation followed by a compact directory. */
.site-footer.mpn-site-footer,
.home .site-footer.mpn-site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--mpn-ink, #1d1d1f);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
}

.mpn-footer-invite {
  padding: clamp(52px, 7vw, 108px)
    max(20px, calc((100vw - var(--mpn-content, 1440px)) / 2));
  background: #0032a0;
  color: #ffffff;
}

.mpn-footer-invite > p,
.mpn-footer-invite h2 {
  margin: 0;
}

.mpn-footer-invite > p {
  margin-bottom: clamp(28px, 4vw, 54px);
  font-size: 14px;
  font-weight: 500;
}

.mpn-footer-invite > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
}

.mpn-footer-invite h2 {
  max-width: 980px;
  font-family: var(--font-gem-grotesk), sans-serif;
  font-size: 96px;
  font-weight: var(--mpn-h2-weight, 500);
  line-height: 0.86;
}

.mpn-footer-contact {
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  padding: 0 24px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #ff4800;
  color: #ffffff;
  font-family: var(--font-gem-sans), sans-serif;
  font-size: var(--mpn-button-size, 14px);
  font-weight: var(--mpn-button-weight, 500);
  line-height: 1;
  text-decoration: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='200' height='44' viewBox='0 0 200 44' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 0H186C194 0 198 4 199 12C200 16 200 28 199 32C198 40 194 44 186 44H14C6 44 2 40 1 32C0 28 0 16 1 12C2 4 6 0 14 0Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='200' height='44' viewBox='0 0 200 44' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M14 0H186C194 0 198 4 199 12C200 16 200 28 199 32C198 40 194 44 186 44H14C6 44 2 40 1 32C0 28 0 16 1 12C2 4 6 0 14 0Z' fill='black'/%3E%3C/svg%3E")
    center / 100% 100% no-repeat;
}

.mpn-footer-contact:hover,
.mpn-footer-contact:focus-visible {
  background: #ff4800;
  color: #ffffff;
}

.mpn-footer-contact i,
.mpn-footer-nav i {
  font-style: normal;
}

.mpn-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(260px, 0.9fr) minmax(
      180px,
      0.55fr
    );
  gap: clamp(42px, 7vw, 110px);
  padding: clamp(48px, 6vw, 88px) clamp(22px, 5vw, 84px);
}

.mpn-footer-brand h2 {
  display: block;
  max-width: 570px;
  margin: 0;
  font-size: clamp(32px, 4.4vw, 72px);
  font-weight: 500;
  line-height: 0.92;
}

.mpn-footer-brand p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.mpn-footer-address {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
}

.mpn-footer-address > span,
.mpn-footer-nav > span,
.mpn-menu-address > span {
  display: block;
  margin-bottom: 20px;
  color: #ff6a2d;
  font-size: 14px;
  font-weight: 600;
}

.mpn-footer-address strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-weight: 600;
}

.mpn-footer-nav {
  display: flex;
  flex-direction: column;
}

.mpn-footer-nav a {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-family: var(--font-gem-sans), sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.mpn-footer-nav a:hover,
.mpn-footer-nav a:focus-visible {
  color: #ff4800;
}

.mpn-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(22px, 5vw, 84px);
  padding: 20px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.48);
  font-size: 14px;
}

.mpn-menu-address {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(18, 18, 18, 0.16);
  color: rgba(18, 18, 18, 0.68);
  font-style: normal;
}

.mpn-menu-address > span {
  margin-bottom: 12px;
}

.mpn-menu-address strong {
  display: block;
  color: var(--mpn-ink, #1d1d1f);
  font-family: var(--font-gem-sans), sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mpn-menu-address p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .mpn-footer-invite > div {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mpn-footer-contact {
    justify-self: start;
  }

  .mpn-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .mpn-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .mpn-footer-invite h2 {
    font-size: clamp(46px, 15vw, 72px);
  }

  .mpn-footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .mpn-footer-brand {
    grid-column: auto;
  }

  .mpn-footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
}

/* Seamless marquee: two identical groups, each wider than the viewport. */
.mpn-marquee > .mpn-marquee-track {
  width: max-content;
  min-width: max-content;
  display: flex;
  gap: 0;
  animation: mpn-marquee-seamless 36s linear infinite;
  will-change: transform;
}

.mpn-marquee-group {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 25px;
  padding-right: 25px;
}

@keyframes mpn-marquee-seamless {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Two concise, fully clickable audience cards. */
.mpn-fit-card {
  overflow: hidden;
  border-radius: 7px;
  background: var(--mpn-ink, #1d1d1f);
  box-shadow: 0 22px 60px rgba(20, 20, 20, 0.15);
  position: relative;
  min-height: 360px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.mpn-fit-card header {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
}

.mpn-fit-card header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  max-width: 360px;
  font-size: 15px;
  line-height: 1.6;
}

.mpn-fit-card header > i {
  margin-top: auto;
  align-self: flex-end;
  color: #ff4800;
  font-family: var(--font-gem-sans), sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.mpn-fit-card:hover,
.mpn-fit-card:focus-visible {
  color: #ffffff;
  background: #1b1b1b;
  transform: translateY(-4px);
  outline: none;
}

@media (max-width: 680px) {
  .mpn-marquee-group {
    gap: 18px;
    padding-right: 18px;
  }

  .mpn-fit-card,
  .mpn-fit-card header {
    min-height: 300px;
  }
}

table,
table *,
.gem-native [class*="-table"],
.gem-native [class*="-table"] * {
  font-family: inherit;
}

.gem-style-page .site-main {
  width: 100%;
  max-width: none;
  padding: clamp(92px, 10vw, 140px) clamp(18px, 4vw, 64px) 80px;
}

.gem-style-page .entry,
.gem-style-page .entry-content {
  width: 100%;
  margin: 0;
}

/* Stable homepage primitives. */
.mpn-fit-card header > span {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 auto;
}

.mpn-manifesto > * {
  min-width: 0;
}

@media (max-width: 820px) {
  body.home .mpn-manifesto {
    display: grid;
    min-height: auto;
    padding: 82px 20px;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
  }

  body.home .mpn-manifesto .mpn-section-label,
  body.home .mpn-manifesto h2,
  body.home .mpn-manifesto > p:not(.mpn-section-label) {
    width: 100% !important;
    max-width: none !important;
    grid-column: 1 !important;
    justify-self: stretch !important;
  }

  body.home .mpn-manifesto h2 {
    overflow-wrap: normal;
    word-break: normal;
    text-wrap: wrap;
    font-size: 32px;
    color: #f0f0f0;
  }

  body.home .mpn-manifesto > p:not(.mpn-section-label) {
    margin-top: 28px;
  }

  body.home .mpn-manifesto .mpn-manifesto-link {
    width: fit-content !important;
    max-width: 100%;
    margin-top: 28px;
    grid-column: 1 !important;
    justify-self: start !important;
  }
}

/*
 * Canonical semantic homepage values. These replace the retired database
 * selector overrides and remain owned by the component stylesheet.
 */
body.home #mpn-hero-title {
  font-weight: 600;
}

body.home .mpn-hero-actions .mpn-button.is-reference {
  background: #1f1f1f;
}

body.home .mpn-manifesto h2 {
  font-size: 96px;
  color: #f0f0f0;
}

.mpn-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mpn-writers.mpn-writer-showcase {
  position: relative;
  min-height: 680px;
  padding: 0;
  overflow: hidden;
  background: #151515;
  color: #ffffff;
}

.mpn-writer-showcase-track {
  display: flex;
  width: 100%;
  min-height: 680px;
  transition: transform 720ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.mpn-writer-showcase-slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  min-height: 680px;
  overflow: hidden;
}

.mpn-writer-showcase-photo {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: 61%;
  overflow: hidden;
  background: #292929;
}

.mpn-writer-showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: grayscale(1);
  transform: scale(1.035);
  transition:
    filter 800ms ease,
    transform 1200ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.mpn-writer-showcase-slide.is-active .mpn-writer-showcase-photo img {
  filter: grayscale(0.82);
  transform: scale(1);
}

.mpn-writer-showcase-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #151515 0%, #151515 30%, rgba(21, 21, 21, 0.96) 38%, rgba(21, 21, 21, 0.45) 60%, rgba(21, 21, 21, 0.08) 78%),
    linear-gradient(0deg, rgba(21, 21, 21, 0.24), transparent 38%);
}

.mpn-writer-showcase-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(47%, 660px);
  min-height: 680px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px clamp(36px, 6vw, 94px) 114px;
  text-align: center;
}

.mpn-writer-showcase-label {
  max-width: 340px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.mpn-writer-showcase-copy small {
  display: block;
  margin-bottom: 12px;
  color: #ff4800;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.mpn-writer-showcase-copy h3 {
  max-width: 610px;
  margin: 0;
  color: #ffffff;
  font-family: var(--font-gem-grotesk), var(--font-gem-sans), sans-serif;
  font-size: clamp(46px, 4.8vw, 76px);
  font-weight: 600;
  line-height: 0.98;
  text-transform: uppercase;
}

.mpn-writer-showcase-copy > p:not(.mpn-writer-showcase-label) {
  display: -webkit-box;
  overflow: hidden;
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 15px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mpn-writer-showcase-copy > a {
  margin-top: 19px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.mpn-writer-showcase-copy > a:hover,
.mpn-writer-showcase-copy > a:focus-visible {
  color: #ff4800;
  outline: none;
}

.mpn-writer-showcase-copy strong {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 600;
}

.mpn-writer-showcase-navigation {
  position: absolute;
  z-index: 4;
  right: clamp(20px, 4vw, 68px);
  bottom: 34px;
  left: clamp(20px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.mpn-writer-showcase-dots,
.mpn-writer-showcase-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

.mpn-writer-showcase-dots button {
  width: 5px;
  height: 16px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition:
    width 220ms ease,
    background-color 220ms ease;
}

.mpn-writer-showcase-dots button.is-active {
  width: 22px;
  background: #ff4800;
}

.mpn-writer-showcase-arrows button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.12);
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  backdrop-filter: blur(8px);
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.mpn-writer-showcase-arrows button:hover,
.mpn-writer-showcase-arrows button:focus-visible {
  border-color: #ff4800;
  background: #ff4800;
  outline: none;
}

@media (max-width: 820px) {
  .mpn-writers.mpn-writer-showcase,
  .mpn-writer-showcase-track,
  .mpn-writer-showcase-slide {
    min-height: 760px;
  }

  .mpn-writer-showcase-photo {
    inset: 0;
    width: 100%;
  }

  .mpn-writer-showcase-photo img {
    object-position: center top;
  }

  .mpn-writer-showcase-shade {
    background:
      linear-gradient(0deg, #151515 4%, rgba(21, 21, 21, 0.98) 22%, rgba(21, 21, 21, 0.56) 52%, rgba(21, 21, 21, 0.08) 82%),
      linear-gradient(90deg, rgba(21, 21, 21, 0.26), transparent 60%);
  }

  .mpn-writer-showcase-copy {
    width: 100%;
    min-height: 760px;
    justify-content: flex-end;
    padding: 86px 24px 116px;
  }

  .mpn-writer-showcase-label {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .mpn-writer-showcase-copy h3 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .mpn-writer-showcase-copy > p:not(.mpn-writer-showcase-label) {
    max-width: 440px;
    margin-top: 18px;
    font-size: 14px;
  }

  .mpn-writer-showcase-copy strong {
    margin-top: 16px;
    font-size: 12px;
  }

  .mpn-writer-showcase-navigation {
    right: 18px;
    bottom: 24px;
    left: 18px;
  }

  .mpn-writer-showcase-arrows button {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mpn-writer-showcase-track,
  .mpn-writer-showcase-photo img {
    transition: none;
  }
}

@media (max-width: 680px) {
  body.home #mpn-hero-title > span {
    font-size: 32px;
  }

  body.home #mpn-hero-title > span + span {
    margin-top: 0;
  }

  body.home .mpn-manifesto h2,
  #mpn-footer-title {
    font-size: 32px;
  }
}
