/* monitor.radio founder page and site footer */
.monitor-public .mr-monitor-footer {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin: 26px 0 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #cbd5ef !important;
  background:
    radial-gradient(circle at 96% -45%, rgba(74, 163, 255, .3), transparent 36%),
    radial-gradient(circle at 4% 145%, rgba(45, 47, 151, .42), transparent 38%),
    linear-gradient(118deg, #101737 0%, var(--mr-deep) 58%, var(--mr-primary) 100%) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.monitor-public .mr-monitor-footer::before {
  position: absolute;
  right: -120px;
  bottom: -210px;
  width: 520px;
  height: 380px;
  border: 1px solid rgba(135, 184, 241, .13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: rotate(-14deg);
}

.monitor-public .mr-monitor-footer .mr-footer-inner {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: minmax(520px, 1.04fr) minmax(500px, .96fr) !important;
  column-gap: clamp(48px, 5vw, 78px) !important;
  row-gap: 18px !important;
  align-items: center !important;
  width: min(1540px, calc(100% - 72px)) !important;
  margin: 0 auto !important;
  padding: 34px 0 32px !important;
}

.monitor-public .mr-monitor-footer .mr-footer-about,
.monitor-public .mr-monitor-footer .mr-footer-system {
  min-width: 0 !important;
}

.monitor-public .mr-monitor-footer .mr-footer-lead {
  max-width: 740px !important;
  margin: 0 0 16px !important;
  color: #f2f6ff !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.48 !important;
}

.monitor-public .mr-monitor-footer .mr-footer-lead strong {
  color: #80c7f0 !important;
  font-weight: 800 !important;
}

.monitor-public .mr-monitor-footer .mr-footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px 12px !important;
  color: #7f8ba9 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.monitor-public .mr-monitor-footer .mr-footer-links a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: #bdc9e4 !important;
  text-decoration: none !important;
  transition: color .18s ease, transform .18s ease !important;
  white-space: nowrap !important;
}

.monitor-public .mr-monitor-footer .mr-footer-links a + a::before {
  color: #66769c;
  content: "·";
  font-weight: 800;
}

.monitor-public .mr-monitor-footer .mr-footer-links a:hover {
  color: #80c7f0 !important;
  transform: translateY(-1px);
}

.monitor-public .mr-monitor-footer .mr-footer-system {
  display: grid !important;
  gap: 24px !important;
  justify-items: end !important;
  padding: 0 !important;
  text-align: right !important;
}

.monitor-public .mr-monitor-footer .mr-footer-stats {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(100px, auto)) !important;
  gap: 6px 22px !important;
  justify-content: end !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

.monitor-public .mr-monitor-footer .mr-footer-stats > span {
  grid-column: 1 / -1 !important;
  margin: 0 0 2px !important;
  color: #8f9dbb !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .075em !important;
  line-height: 1.2 !important;
  text-align: right !important;
  text-transform: uppercase !important;
}

.monitor-public .mr-monitor-footer .mr-footer-stats strong {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  color: #fff !important;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: right !important;
}

.monitor-public .mr-monitor-footer .mr-footer-stats em {
  color: #9eabc8 !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-transform: lowercase !important;
}

.mr-footer-brand-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-column: 1 / -1;
  gap: clamp(18px, 2.2vw, 34px);
  align-items: center;
  width: 100%;
}

.mr-footer-brand-line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(173, 194, 232, .19);
}

.mr-footer-brand-stack {
  display: grid;
  gap: 7px;
  justify-items: center;
}

.mr-footer-brand-stack .mr-footer-mantovani-mark {
  width: 88px;
}

.mr-footer-brand-copy {
  margin: 0;
  color: #9eabc8;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
}

.mr-footer-identities {
  display: grid;
  grid-template-columns: minmax(145px, 1fr) 1px minmax(245px, 1fr);
  grid-column: 1 / -1;
  gap: clamp(20px, 2.6vw, 42px);
  align-items: center;
  width: 100%;
}

.mr-footer-creator,
.mr-footer-powered {
  color: #b9c6e0;
  text-decoration: none;
}

.mr-footer-creator {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-width: max-content;
  justify-self: start;
}

.mr-footer-creator-label {
  color: #9aa8c5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mr-footer-creator-avatar {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  background:
    linear-gradient(#17234d, #17234d) padding-box,
    linear-gradient(135deg, #7f8baa, #d9e1f0) border-box;
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: 0 9px 22px rgba(2, 8, 28, .34);
  filter: grayscale(1) saturate(.1) opacity(.84);
  transition: filter .22s ease, transform .22s ease, background .22s ease;
}

.mr-footer-creator-name {
  color: #d7e0f3;
  font-family: "Ms Madi", "Segoe Script", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: .9;
  white-space: nowrap;
  transition: color .2s ease;
}

.mr-footer-creator:hover .mr-footer-creator-avatar {
  background:
    linear-gradient(#15204a, #15204a) padding-box,
    linear-gradient(135deg, #2f8bda, #7040ed, #58b9eb) border-box;
  filter: grayscale(0) saturate(1) opacity(1);
  transform: translateY(-2px);
}

.mr-footer-creator:hover .mr-footer-creator-name {
  color: #84cbf1;
}

.mr-footer-identity-divider {
  width: 1px;
  height: 42px;
  background: rgba(184, 202, 235, .22);
}

.mr-footer-mantovani-mark {
  position: relative;
  display: block;
  width: 92px;
  aspect-ratio: 1530 / 500;
}

.mr-footer-mantovani-mark > img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .88;
  filter: brightness(0) invert(1);
}

.mr-footer-mantovani-mark::before,
.mr-footer-mantovani-mark::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: url("/assets/monitor-radio/brand/mantovani-group-logo.png") center / contain no-repeat;
  content: "";
  mix-blend-mode: normal;
  opacity: .9;
}

.mr-footer-mantovani-mark::before {
  clip-path: inset(69.5% 62.6% 5.4% 16.9%);
  animation: mr-mantovani-wing-left 5.6s ease-in-out infinite alternate;
}

.mr-footer-mantovani-mark::after {
  clip-path: inset(69.5% 15.9% 5.4% 63.4%);
  animation: mr-mantovani-wing-right 5.6s ease-in-out infinite alternate;
}

.mr-footer-powered {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  min-width: max-content;
  font-size: 10px;
  font-weight: 600;
  justify-self: end;
}

.mr-footer-powered > span {
  color: #9aa8c5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mr-footer-powered img {
  display: block;
  width: 112px;
  height: 46px;
  object-fit: contain;
  transition: transform .2s ease;
}

.mr-footer-powered:hover img {
  transform: translateY(-2px);
}

@keyframes mr-mantovani-wing-left {
  0% { filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2226%) hue-rotate(328deg) brightness(91%) contrast(93%); }
  100% { filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1764%) hue-rotate(202deg) brightness(86%) contrast(93%); }
}

@keyframes mr-mantovani-wing-right {
  0% { filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1764%) hue-rotate(202deg) brightness(86%) contrast(93%); }
  100% { filter: brightness(0) saturate(100%) invert(19%) sepia(78%) saturate(2226%) hue-rotate(328deg) brightness(91%) contrast(93%); }
}

/* Ritmo: footer coordinato con i blu del marchio, firma europea e partner spagnolo. */
.ritmo-public .mr-monitor-footer {
  background:
    radial-gradient(circle at 94% -38%, rgba(0, 165, 216, .32), transparent 38%),
    radial-gradient(circle at 4% 142%, rgba(0, 118, 189, .34), transparent 40%),
    linear-gradient(118deg, #031f60 0%, #063f86 54%, #006f9f 100%) !important;
}

.ritmo-public .mr-monitor-footer::before {
  border-color: rgba(111, 220, 255, .16);
}

.ritmo-public .mr-monitor-footer .mr-footer-mantovani-mark::before,
.ritmo-public .mr-monitor-footer .mr-footer-mantovani-mark::after {
  background: #003399;
  -webkit-mask: url("/assets/monitor-radio/brand/mantovani-group-logo.png") center / contain no-repeat;
  mask: url("/assets/monitor-radio/brand/mantovani-group-logo.png") center / contain no-repeat;
  mix-blend-mode: normal;
  filter: drop-shadow(0 0 5px rgba(0, 51, 153, .38));
}

.ritmo-public .mr-monitor-footer .mr-footer-mantovani-mark::before {
  animation: mr-mantovani-eu-left 5.8s ease-in-out infinite alternate;
}

.ritmo-public .mr-monitor-footer .mr-footer-mantovani-mark::after {
  animation: mr-mantovani-eu-right 5.8s ease-in-out infinite alternate;
}

.ritmo-public .mr-monitor-footer .mr-footer-powered img {
  width: 142px;
  height: 46px;
}

@keyframes mr-mantovani-eu-left {
  0%, 38% {
    background-color: #003399;
    filter: drop-shadow(0 0 4px rgba(0, 51, 153, .38));
    transform: translateY(0);
  }
  62%, 100% {
    background-color: #ffcc00;
    filter: drop-shadow(0 0 7px rgba(255, 204, 0, .36));
    transform: translateY(-.5px);
  }
}

@keyframes mr-mantovani-eu-right {
  0%, 38% {
    background-color: #ffcc00;
    filter: drop-shadow(0 0 7px rgba(255, 204, 0, .36));
    transform: translateY(-.5px);
  }
  62%, 100% {
    background-color: #003399;
    filter: drop-shadow(0 0 4px rgba(0, 51, 153, .38));
    transform: translateY(0);
  }
}

/* Roberto Mantovani */
.mr-founder-page {
  display: grid;
  gap: 28px;
  color: #111a3a;
}

.mr-founder-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .72fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  min-height: 660px;
  padding: clamp(48px, 7vw, 102px);
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 8%, rgba(94, 190, 239, .28), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(98, 58, 231, .12), transparent 36%),
    #fff;
  border: 1px solid #cbd9ee;
  border-radius: 34px;
  box-shadow: 0 28px 75px rgba(37, 56, 114, .09);
}

.mr-founder-hero::after {
  position: absolute;
  top: -170px;
  right: -110px;
  width: 510px;
  height: 510px;
  border: 1px solid rgba(54, 111, 223, .14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.mr-founder-copy,
.mr-founder-portrait {
  position: relative;
  z-index: 1;
}

.mr-founder-eyebrow,
.mr-founder-stats > p,
.mr-founder-story aside > p {
  margin: 0;
  color: #2e64bf;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.3;
  text-transform: uppercase;
}

.mr-founder-copy h1 {
  margin: 22px 0 28px;
  color: #111a3a;
  font-size: clamp(64px, 7.3vw, 112px);
  font-weight: 600;
  letter-spacing: -.075em;
  line-height: .82;
}

.mr-founder-copy h1 span {
  color: #3489d5;
}

.mr-founder-lead {
  max-width: 760px;
  margin: 0;
  color: #687693;
  font-size: clamp(18px, 1.55vw, 24px);
  font-weight: 500;
  line-height: 1.6;
}

.mr-founder-lead strong {
  color: #263c70;
  font-weight: 700;
}

.mr-founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.mr-founder-actions a,
.mr-founder-manifesto a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 13px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mr-founder-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #293fb2, #409fe1);
  box-shadow: 0 16px 30px rgba(49, 101, 196, .24);
}

.mr-founder-secondary {
  color: #304478 !important;
  background: rgba(255, 255, 255, .74);
  border: 1px solid #cfdaec;
}

.mr-founder-actions a:hover,
.mr-founder-manifesto a:hover {
  transform: translateY(-2px);
}

.mr-founder-portrait {
  width: min(100%, 430px);
  margin: 0;
  justify-self: end;
}

.mr-founder-halo {
  position: absolute;
  inset: -22px;
  background: linear-gradient(135deg, #6e40e5, #3ba7e4 55%, #b9dff7);
  border-radius: 50%;
  filter: blur(22px);
  opacity: .42;
}

.mr-founder-portrait picture,
.mr-founder-portrait img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.mr-founder-portrait img {
  height: auto;
  border: 8px solid rgba(255, 255, 255, .9);
  box-shadow: 0 30px 72px rgba(24, 45, 104, .24);
}

.mr-founder-portrait figcaption {
  position: absolute;
  right: 8%;
  bottom: -10px;
  padding: 10px 25px 13px;
  color: #fff;
  background: #1f2b63;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(28, 40, 98, .24);
  font-family: "Ms Madi", "Segoe Script", cursive;
  font-size: clamp(31px, 3.1vw, 47px);
  line-height: .8;
  transform: rotate(-2deg);
  white-space: nowrap;
}

.mr-founder-stats {
  display: grid;
  grid-template-columns: minmax(190px, .52fr) minmax(0, 1.48fr);
  gap: 32px;
  align-items: center;
  padding: clamp(26px, 3vw, 40px) clamp(28px, 4vw, 62px);
  color: #fff;
  background: linear-gradient(125deg, #231781, #3e51c8 58%, #53a9e5);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(40, 55, 155, .2);
}

.mr-founder-stats > p {
  color: #c9d8ff;
}

.mr-founder-stats > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mr-founder-stats > div > div {
  display: grid;
  gap: 5px;
  padding: 0 26px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.mr-founder-stats strong {
  color: #fff;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.mr-founder-stats span {
  color: #cdd8f5;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.mr-founder-story {
  display: grid;
  grid-template-columns: minmax(230px, 320px) minmax(0, 830px);
  gap: clamp(50px, 8vw, 125px);
  justify-content: center;
  padding: clamp(64px, 8vw, 118px) clamp(28px, 7vw, 105px);
  color: #d4ddf1;
  background: #111837;
  border-radius: 34px;
}

.mr-founder-story aside {
  position: sticky;
  top: 120px;
  align-self: start;
}

.mr-founder-story aside > p {
  margin-bottom: 17px;
  color: #66b7ec;
}

.mr-founder-story aside h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.mr-founder-story-copy {
  min-width: 0;
  color: #b7c3df;
  font-size: 17px;
  line-height: 1.8;
}

.mr-founder-story-copy p {
  margin: 0 0 24px;
}

.mr-founder-story-copy .is-intro {
  color: #eef4ff;
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.62;
}

.mr-founder-story-copy strong {
  color: #74c6f0;
}

.mr-founder-story-copy h2 {
  margin: 54px 0 22px;
  color: #fff;
  font-size: clamp(33px, 4.1vw, 56px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: 1;
}

.mr-founder-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mr-founder-principles > div {
  min-width: 0;
  padding: clamp(28px, 3vw, 42px);
  background: #fff;
  border: 1px solid #cdd9eb;
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(35, 52, 102, .07);
}

.mr-founder-principles span {
  display: block;
  margin-bottom: 28px;
  color: #3b8fd4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mr-founder-principles h2 {
  margin: 0 0 12px;
  color: #172142;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 700;
  letter-spacing: -.04em;
}

.mr-founder-principles p {
  margin: 0;
  color: #6f7b94;
  font-size: 14px;
  line-height: 1.65;
}

.mr-founder-manifesto {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: clamp(58px, 8vw, 112px) clamp(24px, 8vw, 120px);
  overflow: hidden;
  text-align: center;
  color: #fff;
  background:
    radial-gradient(circle at 10% 115%, rgba(112, 67, 235, .7), transparent 42%),
    linear-gradient(130deg, #27249d, #348ad6 72%, #61b5e7);
  border-radius: 34px;
}

.mr-founder-manifesto p {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(37px, 5.4vw, 78px);
  font-weight: 600;
  letter-spacing: -.065em;
  line-height: 1.02;
}

.mr-founder-manifesto p span {
  color: #b9ddff;
}

.mr-founder-manifesto > strong {
  margin: 26px 0 34px;
  color: #e4ecff;
  font-family: "Ms Madi", "Segoe Script", cursive;
  font-size: clamp(34px, 4.3vw, 56px);
  font-weight: 400;
  line-height: 1;
}

.mr-founder-manifesto a {
  color: #26348d !important;
  background: #fff;
  box-shadow: 0 14px 30px rgba(16, 27, 105, .2);
}

@media (max-width: 1120px) {
  .monitor-public .mr-monitor-footer .mr-footer-inner {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    width: min(960px, calc(100% - 72px)) !important;
    padding: 38px 0 36px !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-about {
    display: grid !important;
    justify-items: center !important;
    text-align: center !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-lead {
    max-width: 760px !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-links {
    justify-content: center !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-system {
    gap: 26px !important;
    justify-items: stretch !important;
    text-align: center !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-stats {
    justify-content: center !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-stats > span,
  .monitor-public .mr-monitor-footer .mr-footer-stats strong {
    text-align: center !important;
  }

  .mr-footer-identities {
    grid-column: 1;
  }

  .mr-footer-brand-divider {
    grid-column: 1;
  }
}

@media (max-width: 900px) {
  .mr-founder-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .mr-founder-portrait {
    width: min(68vw, 360px);
    justify-self: center;
  }

  .mr-founder-stats,
  .mr-founder-story {
    grid-template-columns: 1fr;
  }

  .mr-founder-story aside {
    position: static;
  }

  .mr-founder-principles {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .monitor-public .mr-monitor-footer {
    width: 100% !important;
    margin: 14px 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-inner {
    gap: 20px !important;
    width: calc(100% - 36px) !important;
    padding: 28px 0 30px !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-system {
    gap: 20px !important;
    width: 100% !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(173, 194, 232, .19) !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-lead {
    max-width: 330px !important;
    margin-bottom: 16px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px 8px !important;
    width: 100% !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-stats strong {
    font-size: clamp(17px, 4.7vw, 19px) !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    padding-top: 0 !important;
    border-top: 0 !important;
    font-size: clamp(9.4px, 2.7vw, 10.5px) !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-links a {
    display: block !important;
    justify-self: center !important;
    letter-spacing: -.012em !important;
  }

  .monitor-public .mr-monitor-footer .mr-footer-links a + a::before {
    content: none;
  }

  .mr-footer-identities {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: center;
    justify-items: center;
    padding-top: 18px;
    border-top: 1px solid rgba(173, 194, 232, .19);
  }

  .monitor-public .mr-monitor-footer .mr-footer-about {
    order: 1;
  }

  .monitor-public .mr-monitor-footer .mr-footer-system {
    order: 2;
  }

  .mr-footer-identities {
    order: 3;
  }

  .mr-footer-brand-divider {
    grid-template-columns: 1fr;
    gap: 18px;
    order: 4;
    justify-items: center;
  }

  .mr-footer-brand-line {
    display: none;
  }

  .mr-footer-brand-line:first-child {
    display: block;
    width: 100%;
  }

  .mr-footer-creator {
    order: 1;
    width: max-content;
    max-width: 100%;
    justify-self: center;
  }

  .mr-footer-creator-label {
    display: inline-block;
  }

  .mr-footer-identity-divider {
    order: 2;
    width: 100%;
    height: 1px;
  }

  .mr-footer-powered {
    order: 3;
    justify-self: center;
  }

  .mr-footer-brand-stack .mr-footer-mantovani-mark {
    width: 72px;
  }

  .mr-footer-brand-stack {
    gap: 8px;
  }

  .mr-footer-brand-copy {
    font-size: 9.5px;
  }

  .mr-footer-powered img {
    width: 96px;
    height: 39px;
  }

  .ritmo-public .mr-monitor-footer .mr-footer-powered img {
    width: 128px;
    height: 41px;
  }

  .mr-footer-creator {
    gap: 7px;
  }

  .mr-footer-creator-avatar {
    width: 38px;
    height: 38px;
  }

  .mr-footer-creator-name {
    font-size: 22px;
  }

  .mr-founder-page {
    gap: 18px;
  }

  .mr-founder-hero {
    gap: 50px;
    padding: 36px 24px 54px;
    border-radius: 26px;
  }

  .mr-founder-copy h1 {
    margin: 18px 0 24px;
    font-size: clamp(55px, 17.5vw, 76px);
    line-height: .88;
  }

  .mr-founder-lead {
    font-size: 17px;
    line-height: 1.55;
  }

  .mr-founder-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mr-founder-actions a {
    width: 100%;
  }

  .mr-founder-portrait {
    width: min(74vw, 300px);
  }

  .mr-founder-portrait img {
    border-width: 6px;
  }

  .mr-founder-portrait figcaption {
    right: 2%;
  }

  .mr-founder-stats {
    gap: 20px;
    padding: 28px 24px;
    border-radius: 24px;
  }

  .mr-founder-stats > div {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .mr-founder-stats > div > div {
    padding: 0 0 0 16px;
    border-left-color: rgba(255, 255, 255, .25);
  }

  .mr-founder-story {
    gap: 42px;
    padding: 56px 24px;
    border-radius: 26px;
  }

  .mr-founder-story-copy {
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .mr-founder-story-copy h2 {
    margin-top: 42px;
  }

  .mr-founder-principles > div {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .mr-founder-manifesto {
    min-height: 440px;
    padding: 62px 24px;
    border-radius: 26px;
  }

  .mr-founder-manifesto p {
    font-size: clamp(34px, 10.4vw, 50px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mr-footer-mantovani-mark::before,
  .mr-footer-mantovani-mark::after {
    animation: none;
  }

  .mr-footer-creator-avatar,
  .mr-footer-powered img,
  .mr-founder-actions a,
  .mr-founder-manifesto a {
    transition: none;
  }
}

/* Ritmo: centratura definitiva del riepilogo statistiche nei layout compatti. */
@media (max-width: 1120px) {
  body.ritmo-public footer.mr-footer.mr-monitor-footer .mr-footer-inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.ritmo-public footer.mr-footer.mr-monitor-footer .mr-footer-system {
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    justify-self: stretch !important;
    justify-items: center !important;
    justify-content: stretch !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.ritmo-public footer.mr-footer.mr-monitor-footer .mr-footer-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: max-content !important;
    max-width: 100% !important;
    margin: 0 !important;
    justify-self: center !important;
    justify-content: stretch !important;
    transform: none !important;
  }

  body.ritmo-public footer.mr-footer.mr-monitor-footer .mr-footer-stats > span,
  body.ritmo-public footer.mr-footer.mr-monitor-footer .mr-footer-stats strong {
    text-align: center !important;
  }

  body.ritmo-public footer.mr-footer.mr-monitor-footer .mr-footer-stats > span {
    grid-column: 1 / -1 !important;
  }
}
