  .mr-home-shell {
    width: min(1360px, calc(100vw - 2rem));
    margin: 0 auto;
  }

  .mr-discovery-home {
    background:
      radial-gradient(circle at top right, rgba(255, 184, 77, 0.18), transparent 28%),
      linear-gradient(180deg, #f6f8fb 0%, #eef2f7 100%);
    color: #142033;
  }

  .mr-home-hero {
    padding: 3rem 0 2rem;
    background:
      linear-gradient(135deg, rgba(8, 20, 43, 0.95), rgba(20, 37, 66, 0.92)),
      linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
    color: #fff;
  }

  .mr-home-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: stretch;
  }

  .mr-home-hero__content,
  .mr-home-hero__panel {
    border-radius: 28px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 22px 60px rgba(8, 17, 34, 0.28);
  }

  .mr-home-hero__eyebrow,
  .mr-home-section__eyebrow {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .78rem;
    font-weight: 700;
    opacity: .8;
    margin-bottom: .85rem;
  }

  .mr-home-hero h1 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(2.2rem, 3vw, 4.1rem);
    line-height: 1.03;
    margin-bottom: 1rem;
    max-width: 12ch;
  }

  .mr-home-hero__lead,
  .mr-home-section__intro,
  .mr-home-section__heading > p,
  .mr-home-seo-copy p {
    font-size: 1.02rem;
    line-height: 1.75;
    color: rgba(20, 32, 51, 0.78);
  }

  .mr-home-hero__lead {
    color: rgba(255,255,255,.86);
    max-width: 70ch;
    margin-bottom: 1.4rem;
  }

  .mr-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-bottom: 1rem;
  }

  .mr-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1.2rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  }

  .mr-home-btn:hover {
    transform: translateY(-2px);
  }

  .mr-home-btn--primary {
    background: #ffb84d;
    color: #142033;
    box-shadow: 0 16px 34px rgba(255, 184, 77, .32);
  }

  .mr-home-btn--secondary {
    background: #fff;
    color: #142033;
  }

  .mr-home-btn--ghost {
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
  }

  .mr-home-hero__links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .mr-home-hero__links a {
    color: rgba(255,255,255,.86);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .mr-home-hero__stores {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.25rem;
  }

  .mr-home-store-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-height: 44px;
    padding: .7rem 1rem;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
  }

  .mr-home-store-badge--link {
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
  }

  .mr-home-store-badge--link:hover,
  .mr-home-store-badge--link:focus-visible {
    transform: translateY(-1px);
    background: rgba(255,255,255,.16);
    border-color: rgba(255,255,255,.28);
  }

  .mr-home-store-badge--pending {
    opacity: .88;
    cursor: default;
  }

  .mr-home-store-badge i {
    font-size: 1.05rem;
  }
  .mr-home-hero__panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    align-content: start;
  }

  .mr-home-mini-stat,
  .mr-home-hero__callout {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    padding: 1rem;
  }

  .mr-home-mini-stat strong {
    display: block;
    font-size: 1.8rem;
    font-family: "Outfit", sans-serif;
  }

  .mr-home-mini-stat span,
  .mr-home-hero__callout p {
    color: rgba(255,255,255,.8);
  }

  .mr-home-hero__callout {
    grid-column: 1 / -1;
  }

  .mr-home-hero__callout h2 {
    font-size: 1.05rem;
    margin-bottom: .5rem;
  }

  .mr-home-section {
    padding: 4rem 0;
  }

  .mr-home-section--alt,
  .mr-home-section--benefits,
  .mr-home-section--links {
    background: #fff;
  }

  .mr-home-section--activity {
    background: #f0f4f9;
  }

  .mr-home-section--seo {
    background: linear-gradient(180deg, #142033 0%, #1c2b43 100%);
    color: #fff;
  }

  .mr-home-section--seo .mr-home-seo-copy p {
    color: rgba(255,255,255,.82);
  }

  .mr-home-section--seo .mr-home-seo-copy h2 {
    color: #fcb74d;
  }

  .mr-home-section__heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.25rem;
    margin-bottom: 1rem;
  }

  .mr-home-section__heading h2,
  .mr-home-seo-copy h2,
  .mr-home-section--links h2 {
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.8rem, 2.4vw, 2.8rem);
    margin: 0;
  }

  .mr-home-section__heading p {
    margin: 0;
    max-width: 54ch;
  }

  .mr-home-see-all {
    white-space: nowrap;
    font-weight: 700;
    color: #19365c;
    text-decoration: none;
  }

  .mr-home-card-grid,
  .mr-home-activity-grid,
  .mr-home-split-grid,
  .mr-home-benefits {
    display: grid;
    gap: 1.25rem;
  }

  .mr-home-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mr-home-card-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-home-activity-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
  }

  .mr-home-split-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mr-home-benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mr-home-card,
  .mr-home-activity-card,
  .mr-home-subsection,
  .mr-home-benefits article {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(20, 32, 51, 0.08);
    border-radius: 24px;
    padding: 1.3rem;
    box-shadow: 0 18px 34px rgba(19, 34, 57, 0.08);
  }

  .mr-home-card__top,
  .mr-home-activity-card__head,
  .mr-home-subsection__head {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: start;
    margin-bottom: .9rem;
  }

  .mr-home-activity-card__head h3 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.25;
  }

  .mr-home-card h3,
  .mr-home-activity-card h3,
  .mr-home-subsection h3,
  .mr-home-benefits h3,
  .mr-home-seo-copy h3 {
    font-family: "Outfit", sans-serif;
    font-size: 1.15rem;
  }

  .mr-home-card h3 a,
  .mr-home-card h4 a,
  .mr-home-compact-list a {
    color: #142033;
    text-decoration: none;
    min-width: 0;
  }

  .mr-home-card p,
  .mr-home-benefits p {
    color: #566274;
    line-height: 1.65;
    margin-bottom: .95rem;
  }

  .mr-home-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border-radius: 999px;
    padding: .35rem .75rem;
    background: #eef4ff;
    color: #19365c;
    font-size: .82rem;
    font-weight: 700;
  }

  .mr-home-pill--ride {
    background: #ebf4ff;
    color: #1d4ed8;
  }

  .mr-home-pill--memorial {
    background: #fff1f2;
    color: #be123c;
  }

  .mr-home-pill--soft {
    background: #f1f5f9;
    color: #334155;
  }

  .mr-home-muted {
    color: #6f7c8d;
    font-size: .88rem;
  }

  .mr-home-meta {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: .5rem;
  }

  .mr-home-meta li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: .92rem;
  }

  .mr-home-meta strong {
    color: #142033;
  }

  .mr-home-meta span,
  .mr-home-card__footer {
    color: #637185;
  }

  .mr-home-card__actions a,
  .mr-home-subsection__head a {
    font-weight: 700;
    color: #19365c;
    text-decoration: none;
  }

  .mr-home-compact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .95rem;
  }

  .mr-home-compact-list li {
    min-width: 0;
  }

  .mr-home-compact-list--with-avatar li {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    gap: .8rem;
  }

  .mr-home-compact-list--activity li {
    display: block;
    padding: .85rem 0;
    border-top: 1px solid rgba(20, 32, 51, 0.08);
  }

  .mr-home-compact-list--activity li:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .mr-home-activity-card {
    min-height: 100%;
  }

  .mr-home-activity-card .mr-home-compact-list {
    gap: .65rem;
  }

  .mr-home-activity-card .mr-home-compact-list--activity li a,
  .mr-home-activity-card .mr-home-compact-list--with-avatar li {
    min-height: 56px;
  }

  .mr-home-compact-list--activity li a {
    display: grid;
    gap: .25rem;
  }

  .mr-home-compact-list--activity li strong {
    font-size: .96rem;
    line-height: 1.35;
  }

  .mr-home-inline-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(20, 32, 51, .15);
  }

  .mr-home-compact-list span {
    color: #667385;
    font-size: .9rem;
    line-height: 1.35;
  }

  .mr-home-empty {
    grid-column: 1 / -1;
    padding: 1.25rem;
    border: 1px dashed rgba(20, 32, 51, .18);
    border-radius: 20px;
    color: #5b6778;
    background: rgba(255,255,255,.78);
  }

  .mr-home-link-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 1rem;
  }

  .mr-home-link-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 .95rem;
    border-radius: 999px;
    background: #eef2f7;
    color: #142033;
    text-decoration: none;
    font-weight: 700;
  }

  .mr-home-card__media {
    margin: -1.3rem -1.3rem 1rem;
    height: 168px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: linear-gradient(135deg, #21324d, #334c74);
  }

  .mr-home-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .mr-home-card__media--ride {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #16243b, #304a73);
  }

  .mr-home-card__media-placeholder {
    color: rgba(255,255,255,.92);
    font-size: 2.4rem;
  }

  .mr-home-ride-preview {
    display: grid;
    gap: .3rem;
    text-align: center;
    padding: 1.25rem;
  }

  .mr-home-ride-preview__eyebrow {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    opacity: .72;
  }

  .mr-home-ride-preview strong {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  @media (max-width: 1199.98px) {
    .mr-home-card-grid,
    .mr-home-benefits {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mr-home-activity-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 991.98px) {
    .mr-home-shell {
      width: min(100vw - 1.5rem, 100%);
    }

    .mr-home-hero__layout,
    .mr-home-activity-grid,
    .mr-home-split-grid,
    .mr-home-benefits,
    .mr-home-card-grid,
    .mr-home-card-grid--compact {
      grid-template-columns: 1fr;
    }

    .mr-home-section__heading {
      align-items: start;
      flex-direction: column;
    }
  }
