/*
 * Alpha 9 — correction visuelle stricte à partir des écarts signalés par Lucas.
 * Référence : v1.155 + captures validées + palette officielle.
 * Ce fichier ne change aucune règle métier : il corrige uniquement les proportions,
 * les pictogrammes, les alignements et la densité des blocs d'accueil.
 */

:root {
  --eiv-plum: #403a5c;
  --eiv-raspberry: #c64b67;
  --eiv-turquoise: #69c9c3;
  --eiv-turquoise-deep: #287f86;
  --eiv-coral: #f3a483;
  --eiv-bg: #f5f3fa;
  --eiv-border: #e5dde9;
  --eiv-text-muted: #7b768c;
  --eiv-coral-pale: #fcebe5;
  --eiv-turquoise-pale: #e8f7f6;
  --eiv-raspberry-pale: #fbecef;
  --eiv-lilac-pale: #f1edf6;
  --eiv-cream: #fff8f3;
  --eiv-cream-strong: #fff3e5;
}

/* Icônes : même poids et même respiration que la v1.155. */
.icon,
.side-nav__icon,
.mobile-nav__icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.application-shell--reference .side-nav__icon {
  width: 21px;
  height: 21px;
}

.application-shell--reference .side-nav__item {
  gap: 13px;
  font-weight: 800;
}

/* En-têtes de section : illustrations rapprochées du texte. */
.home-section__heading--inline-art {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.home-section__heading--inline-art .home-section__copy {
  flex: 0 1 auto;
  min-width: 265px;
  max-width: 620px;
}

.home-section__heading-art--inline {
  width: 98px;
  height: 78px;
  margin-right: 0;
  margin-left: auto;
  object-fit: contain;
}

.home-section__heading--inline-art .home-text-link {
  margin-left: auto;
}

/* Onboarding développé : reproduction du bloc validé. */
.home-onboarding--expanded {
  padding: 27px 28px 26px;
  overflow: hidden;
  background: #fff;
}

.home-onboarding__hero {
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 0.75fr);
  gap: 18px;
  align-items: center;
}

.home-onboarding__hero > div {
  min-width: 0;
}

.home-onboarding__hero > img {
  width: min(100%, 390px);
  height: 255px;
  justify-self: end;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 18px rgba(64, 58, 92, 0.08));
}

.onboarding-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  color: var(--eiv-raspberry);
}

.onboarding-brand > strong {
  font-family: "Baloo 2", var(--font-family);
  font-size: 20px;
  line-height: 1;
}

.onboarding-brand__mark {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 38px;
}

.onboarding-brand__mark i {
  position: absolute;
  top: 1px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
}

.onboarding-brand__mark i:first-child {
  left: 0;
  background: var(--eiv-coral);
}

.onboarding-brand__mark i:nth-child(2) {
  right: 0;
  background: var(--eiv-turquoise);
}

.onboarding-brand__mark b {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 17px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--eiv-raspberry);
  font-size: 12px;
  line-height: 1;
}

.home-onboarding__hero .section-eyebrow {
  margin-top: 1px;
}

.home-onboarding__hero h2 {
  margin: 6px 0 13px;
  font-size: clamp(40px, 4vw, 60px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.home-onboarding__hero p:last-of-type {
  max-width: 790px;
  margin: 0;
  color: var(--eiv-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.home-onboarding__hero p strong {
  color: var(--eiv-plum);
  font-weight: 900;
}

.home-onboarding__intro-actions {
  margin-top: 15px;
}

.home-onboarding__intro-actions .button {
  min-width: 152px;
  min-height: 42px;
}

.home-onboarding__steps {
  gap: 12px;
  margin-top: 18px;
}

.onboarding-step {
  position: relative;
  display: flex;
  min-height: 188px;
  flex-direction: column;
  padding: 16px 17px 17px;
  border: 1px solid var(--eiv-border);
  border-radius: 22px;
  box-shadow: none;
}

.onboarding-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -12px;
  color: var(--eiv-raspberry);
  font-size: 17px;
  font-weight: 900;
  transform: translateY(-50%);
}

.onboarding-step--coral { background: var(--eiv-coral-pale); }
.onboarding-step--lilac { background: var(--eiv-lilac-pale); }
.onboarding-step--turquoise { background: var(--eiv-turquoise-pale); }
.onboarding-step--cream { background: var(--eiv-cream); }

.onboarding-step__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.onboarding-step__eyebrow {
  color: var(--eiv-text-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.onboarding-step__icon {
  float: none;
  display: grid;
  width: 44px;
  height: 44px;
  margin: 0;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--eiv-raspberry);
}


.onboarding-step--coral .onboarding-step__icon { color: var(--eiv-raspberry); }
.onboarding-step--lilac .onboarding-step__icon { color: var(--eiv-raspberry); }
.onboarding-step--turquoise .onboarding-step__icon { color: var(--eiv-turquoise-deep); }
.onboarding-step--cream .onboarding-step__icon { color: var(--eiv-raspberry); }
.onboarding-step__icon .icon {
  width: 22px;
  height: 22px;
}

.onboarding-step h3 {
  clear: none;
  margin: 20px 0 7px;
  font-size: 19px;
}

.onboarding-step p {
  margin: 0;
  color: var(--eiv-text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.onboarding-step__line {
  display: block;
  height: 4px;
  margin: auto 2px 0;
  border-radius: 999px;
  background: var(--eiv-coral);
}

.onboarding-step--lilac .onboarding-step__line { background: #b6a0cf; }
.onboarding-step--turquoise .onboarding-step__line { background: var(--eiv-turquoise); }
.onboarding-step--cream .onboarding-step__line { background: var(--eiv-coral); }

.home-onboarding__example {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 18px;
  margin-top: 12px;
  padding: 12px 16px;
  border: 1px solid var(--eiv-border);
  border-radius: 18px;
  background: var(--eiv-lilac-pale);
}

.home-onboarding__example-label {
  flex: 0 0 auto;
  color: var(--eiv-turquoise-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-onboarding__example-text {
  min-width: 0;
  margin: 0;
  color: var(--eiv-plum);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

/* À vous de jouer */
.home-section--attention {
  background: var(--eiv-cream);
}

.home-section--attention .home-section__heading-art--inline {
  width: 94px;
  height: 73px;
  margin-right: 8px;
  margin-left: auto;
}

.home-action-card {
  min-height: 132px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(243, 164, 131, 0.92);
  border-radius: 20px;
  background: var(--eiv-cream-strong);
}

.home-action-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: #fff;
  color: var(--eiv-plum);
}

.home-action-card--opinion .home-action-card__icon {
  color: var(--eiv-plum);
}

.home-action-card--opinion .home-action-card__icon .icon {
  width: 19px;
  height: 25px;
}

.home-action-card__icon .icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.home-action-card h3 {
  color: var(--eiv-raspberry);
  font-size: 17px;
}

.home-action-card__partner .visual-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.home-action-card .button--primary {
  min-width: 146px;
  min-height: 50px;
  border-radius: 17px;
}

/* Boîte à idées — images et statistiques à leur emplacement de référence. */
.home-space-card__photo {
  content: none;
}

.home-space-card__metrics {
  gap: 10px;
}

.home-space-metric {
  min-height: 112px;
  padding: 14px 138px 14px 14px;
}

.home-space-metric__copy {
  min-width: 0;
}

.home-space-metric__copy strong {
  font-size: 23px;
}

.home-space-metric__copy small {
  max-width: 180px;
  line-height: 1.3;
}

.home-space-metric__reference-art {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  width: 126px;
  height: 92px;
  place-items: center;
  overflow: hidden;
  transform: translateY(-50%);
}

.home-space-metric__reference-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-space-metric__reference-art--collection {
  width: 142px;
  height: 98px;
  right: 7px;
}

.home-space-metric__copy em button {
  display: inline-block;
  max-width: 190px;
  margin-top: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--eiv-raspberry);
  cursor: pointer;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
}

/* Nos accords — filtres, cartes, pictos et descriptions. */
.home-section--agreements {
  background: var(--eiv-raspberry-pale);
}

.home-agreements-panel {
  padding: 14px;
  border-radius: 20px;
}

.agreement-pills {
  gap: 8px;
}

.agreement-pill {
  min-height: 34px;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid rgba(64, 58, 92, 0.08);
  border-radius: 999px;
}

.agreement-pill > span {
  display: grid;
  place-items: center;
}

.agreement-pill .icon {
  width: 15px;
  height: 15px;
}

.agreement-pill strong {
  font-size: 11px;
}

.agreement-pill em {
  font-size: 11px;
}

.agreement-pill--turquoise {
  background: var(--eiv-turquoise-pale);
  color: var(--eiv-turquoise-deep);
}

.agreement-pill--lilac {
  background: var(--eiv-lilac-pale);
  color: var(--eiv-plum);
}

.agreement-pill--cream {
  background: var(--eiv-cream);
  color: var(--eiv-text-muted);
}

.agreement-pill--neutral {
  background: #eeebf2;
  color: var(--eiv-text-muted);
}

.agreement-highlights--reference {
  gap: 12px;
}

.agreement-highlight--reference {
  min-height: 190px;
  padding: 14px 14px 13px;
  border-radius: 18px;
}

.agreement-highlight__top {
  min-height: 82px;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding-right: 105px;
}

.agreement-highlight__top > img,
.agreement-highlight__fallback {
  width: 82px;
  height: 82px;
  border-radius: 17px;
}

.agreement-highlight__top h3 {
  margin: 2px 0 6px;
  font-size: 16px;
}

.agreement-highlight__top p {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  font-size: 11px;
}

.agreement-highlight__top p .icon {
  width: 14px;
  height: 14px;
}

.agreement-highlight__badge {
  top: 14px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 9px;
  background: var(--eiv-turquoise-deep);
  color: #fff;
  font-size: 9px;
}

.agreement-highlight__badge .icon {
  width: 14px;
  height: 14px;
}

.agreement-highlight__meta {
  margin: 10px 0 0 94px;
}

.agreement-highlight__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 7px;
}

.agreement-highlight__meta .icon {
  width: 12px;
  height: 12px;
  color: var(--eiv-turquoise-deep);
}

.agreement-highlight__description {
  margin: 14px 25px 0 94px;
  color: var(--eiv-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.agreement-highlight__flag {
  margin-left: 4px;
  font-size: 13px;
}

/* Métadonnées de choix / programme : pictos SVG cohérents. */
.home-choice-suggestion__icon {
  color: var(--eiv-raspberry);
  font-size: 0;
}

.home-choice-suggestion__icon .icon {
  width: 30px;
  height: 30px;
}

.home-choice-suggestion > div > div span,
.program-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.home-choice-suggestion > div > div .icon,
.program-card__meta .icon {
  width: 12px;
  height: 12px;
  color: var(--eiv-turquoise-deep);
}

/* Pages principales : mêmes pictos que l'accueil. */
.reference-stat-card__icon,
.reference-result-card .badge .icon,
.reference-result-card__meta .icon {
  color: currentColor;
}

@media (max-width: 1240px) {

  .home-space-metric {
    padding-right: 110px;
  }

  .home-space-metric__reference-art {
    width: 102px;
  }
}

@media (max-width: 980px) {
  .home-onboarding__hero {
    grid-template-columns: 1fr;
  }

  .home-onboarding__hero > img {
    width: min(100%, 430px);
    height: 235px;
    justify-self: center;
  }

  .onboarding-step:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .home-section__heading--inline-art {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .home-section__heading-art--inline {
    width: 78px;
    height: 60px;
    margin: 0 0 0 auto;
  }

  .home-onboarding--expanded {
    padding: 19px 15px;
  }

  .home-onboarding__hero h2 {
    font-size: 36px;
  }

  .home-onboarding__steps {
    grid-template-columns: 1fr;
  }

  .onboarding-step {
    min-height: 0;
  }

  .home-onboarding__example {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .home-action-card {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .home-action-card .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .home-space-metric {
    min-height: 106px;
    padding-right: 120px;
  }

  .home-space-metric__reference-art {
    width: 112px;
  }

  .agreement-highlight__top {
    padding-right: 0;
  }

  .agreement-highlight__badge {
    position: static;
    grid-column: 2;
    justify-self: start;
    margin-top: 6px;
  }

  .agreement-highlight__meta,
  .agreement-highlight__description {
    margin-left: 0;
  }
}

@media (max-width: 480px) {

  .home-space-metric {
    padding-right: 92px;
  }

  .home-space-metric__reference-art {
    width: 84px;
  }
}

/* Page Nos accords : iconographie et densité alignées sur les cartes d'accueil. */
.reference-stat-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
}

.reference-stat-card__icon .icon {
  width: 22px;
  height: 22px;
}

.reference-stat-card--turquoise .reference-stat-card__icon { color: var(--eiv-turquoise-deep); }
.reference-stat-card--lilac .reference-stat-card__icon { color: var(--eiv-plum); }
.reference-stat-card--cream .reference-stat-card__icon { color: var(--eiv-text-muted); }
.reference-stat-card--neutral .reference-stat-card__icon { color: var(--eiv-text-muted); }

.reference-chip-row button,
.reference-category-group > header strong,
.reference-result-card .badge,
.reference-result-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.reference-chip-row .icon,
.reference-category-group > header .icon {
  width: 16px;
  height: 16px;
  color: var(--eiv-turquoise-deep);
}

.reference-result-card .badge .icon {
  width: 14px;
  height: 14px;
}

.reference-result-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.reference-result-card__meta span {
  padding: 4px 7px;
  border: 1px solid var(--eiv-border);
  border-radius: 999px;
  color: var(--eiv-text-muted);
  font-size: 10px;
}

.reference-result-card__meta .icon {
  width: 12px;
  height: 12px;
  color: var(--eiv-turquoise-deep);
}

.reference-result-card__description {
  margin: 12px 0 0;
  color: var(--eiv-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Pictogrammes SVG sur Que fait-on ?, Suivi, réglages et Boîte à idées. */
.what-step-summary span,
.reference-meta-row span,
.tracking-location,
.tracking-reference-card__top .badge,
.profile-plan-badge,
.settings-location label > span,
.settings-location .button,
.library-reference-hero__identity .icon-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.what-step-summary .icon,
.reference-meta-row .icon,
.tracking-location .icon,
.tracking-reference-card__top .badge .icon,
.profile-plan-badge .icon,
.settings-location .icon,
.library-reference-hero__identity .icon-button .icon {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
}

.what-question > span {
  display: grid;
  place-items: center;
}

.what-question > span .icon {
  width: 23px;
  height: 23px;
}

.tracking-location .icon,
.settings-location label > span .icon {
  color: var(--eiv-turquoise-deep);
}

.tracking-reference-card__top .badge .icon,
.profile-plan-badge .icon {
  color: var(--eiv-raspberry);
}

/* ========================================================================== 
   ALPHA 9 — CORRECTIONS VISUELLES CIBLÉES APRÈS RECETTE CLOUDFLARE
   Ces règles reprennent exactement les écarts signalés : état développé et
   replié de l’onboarding, emplacement des koalas, identité de l’espace,
   filtres informatifs de Nos accords, appel à l’action du programme,
   séparateur historique et libellés de l’activité récente.
   ========================================================================== */

/* Onboarding développé : uniquement la marque puis « Comment ça fonctionne ». */
.home-onboarding--expanded .home-onboarding__hero {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  min-height: 250px;
  align-items: center;
}

.home-onboarding--expanded .onboarding-brand {
  margin-bottom: 10px;
}

.home-onboarding--expanded .onboarding-brand > strong {
  font-size: 24px;
}

.home-onboarding__expanded-label {
  margin: 0 0 11px;
  color: var(--eiv-turquoise-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-onboarding__lead {
  max-width: 820px;
  margin: 0;
  color: var(--eiv-text-muted);
  font-size: 15px;
  line-height: 1.62;
}

.home-onboarding__lead strong {
  color: var(--eiv-plum);
  font-weight: 900;
}

/* Onboarding replié : logo complet et signature nettement plus lisible. */
.home-onboarding--compact .home-brand-lockup {
  width: min(390px, 100%);
}

.home-onboarding--compact .brand-lockup--home {
  gap: 15px;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__mark {
  width: 76px;
  height: 62px;
  flex-basis: 76px;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__circle {
  width: 51px;
  height: 51px;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__mark b {
  top: 15px;
  left: 29px;
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__copy strong {
  font-size: 25px;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__copy small {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.18;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__copy small span {
  color: var(--eiv-plum);
  font-weight: 850;
}

.home-onboarding--compact .brand-lockup--home .brand-lockup__copy small em {
  margin-top: 1px;
  color: var(--eiv-turquoise-deep);
  font-size: 16px;
  font-weight: 950;
}

/* « À vous de jouer » : le koala suit le texte au lieu de flotter à droite. */
.home-section--attention .home-section__heading--inline-art {
  justify-content: flex-start;
}

.home-section--attention .home-section__heading--inline-art .home-section__copy {
  flex: 0 1 390px;
  min-width: 270px;
  max-width: 390px;
}

.home-section--attention .home-section__heading-art--inline {
  width: 94px;
  height: 73px;
  margin: 0 0 0 12px;
}

/* Boîte à idées : le crayon appartient visuellement au nom de l’espace. */
.home-space-card__identity-copy {
  min-width: 0;
}

.home-space-card__title-row {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.home-space-card__title-row h3 {
  min-width: 0;
}

.home-space-card__edit {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  margin-left: 0 !important;
  border-color: rgba(198, 75, 103, 0.14);
  background: var(--eiv-raspberry-pale);
  color: var(--eiv-raspberry) !important;
}

.home-space-card__edit .icon {
  width: 16px;
  height: 16px;
  stroke-width: 2.1;
}

.home-space-metric--lilac .home-space-metric__icon {
  background: var(--eiv-lilac-pale);
  color: var(--eiv-plum);
}

.home-space-metric--lilac .home-space-metric__icon .icon {
  width: 22px;
  height: 22px;
}

/* Nos accords : fond lilas et pastilles strictement informatives. */
.home-section--agreements {
  background: var(--eiv-lilac-pale) !important;
}

.agreement-pill {
  cursor: default;
  user-select: none;
  text-decoration: none;
}

/* Votre programme : « Et la prochaine ? » est un véritable appel à l’action. */
.program-next-card {
  min-height: 150px;
  padding: 20px;
}

.program-next-card > span {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 15px;
}

.program-next-card > span .icon {
  width: 25px;
  height: 25px;
}

.program-next-card h3 {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.15;
}

.program-next-card p {
  font-size: 12.5px;
  line-height: 1.4;
}

.program-next-card b {
  font-size: 26px;
}

/* Séparateur historique de la v1.155 : ligne fine et petit cœur central. */
.home-history-divider {
  display: flex;
  width: 100%;
  min-height: 30px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}

.home-history-divider::before,
.home-history-divider::after {
  height: 1px;
  flex: 1;
  content: "";
  background: var(--eiv-border);
}

.home-history-divider > span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--eiv-border);
  border-radius: 50%;
  background: #fff;
  color: var(--eiv-raspberry);
  box-shadow: 0 5px 12px rgba(64, 58, 92, 0.07);
  font-size: 10px;
  line-height: 1;
}

/* Activité récente : koala rapproché et type d’action en bleu gras. */
.home-section--activity .home-section__heading--inline-art {
  justify-content: flex-start;
}

.home-section--activity .home-section__heading--inline-art .home-section__copy {
  flex: 0 1 430px;
  min-width: 280px;
  max-width: 430px;
}

.home-section--activity .home-section__heading-art--inline {
  width: 82px;
  height: 72px;
  margin: 0 0 0 12px;
}

.activity-row__copy small {
  display: flex !important;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
}

.activity-row__kind {
  color: var(--eiv-turquoise-deep);
  font-weight: 950;
}

.activity-row__copy small span {
  color: var(--eiv-text-muted);
  font-weight: 700;
}

@media (max-width: 760px) {
  .home-onboarding--compact .brand-lockup--home .brand-lockup__mark {
    width: 62px;
    height: 52px;
    flex-basis: 62px;
  }

  .home-onboarding--compact .brand-lockup--home .brand-lockup__circle {
    width: 42px;
    height: 42px;
  }

  .home-onboarding--compact .brand-lockup--home .brand-lockup__mark b {
    top: 12px;
    left: 23px;
    width: 27px;
    height: 27px;
    font-size: 15px;
  }

  .home-onboarding--compact .brand-lockup--home .brand-lockup__copy strong {
    font-size: 21px;
  }

  .home-onboarding--compact .brand-lockup--home .brand-lockup__copy small {
    font-size: 10.5px;
  }

  .home-onboarding--compact .brand-lockup--home .brand-lockup__copy small em {
    font-size: 13px;
  }

  .home-section--attention .home-section__heading--inline-art,
  .home-section--activity .home-section__heading--inline-art {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    align-items: center;
  }

  .home-section--attention .home-section__heading-art--inline,
  .home-section--activity .home-section__heading-art--inline {
    margin-left: 0;
    justify-self: start;
  }

  .home-onboarding--expanded .home-onboarding__hero {
    grid-template-columns: 1fr;
  }
}

