
  [data-am-home-migration="hero"].am-home-hero {
    --am-home-ink: #05080c;
    --am-home-muted: #40536a;
    --am-home-focus: #1559ad;
    --am-home-vial-height: 96px;
    container: am-home-migration-hero / inline-size;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--am-home-ink);
    background: linear-gradient(180deg, #eeebff 0%, #d8eafa 100%);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    isolation: isolate;
  }

  [data-am-home-migration="hero"].am-home-hero *,
  [data-am-home-migration="hero"].am-home-hero *::before,
  [data-am-home-migration="hero"].am-home-hero *::after {
    box-sizing: inherit;
  }

  [data-am-home-migration="hero"].am-home-hero::selection,
  [data-am-home-migration="hero"].am-home-hero *::selection {
    color: #ffffff;
    background: #153f71;
  }

  /* Separate grid cells reserve the entire tilted silhouette, including on mobile. */
  [data-am-home-migration="hero"].am-home-hero .am-home-hero__stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    align-items: center;
    width: min(100%, 1440px);
    min-width: 0;
    margin: 0 auto;
    padding: 18px 20px 24px;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__copy {
    grid-column: 1 / -1;
    grid-row: 2;
    min-width: 0;
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__title {
    max-width: 18ch;
    margin: 0 auto 18px;
    padding: 0;
    color: var(--am-home-ink);
    font-family: inherit;
    font-size: 2.25rem;
    font-size: clamp(2.25rem, 6cqi, 5rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.06;
    text-transform: none;
    text-wrap: balance;
    overflow-wrap: anywhere;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__lead {
    max-width: 52ch;
    margin: 0 auto;
    padding: 0;
    color: var(--am-home-muted);
    font-family: inherit;
    font-size: 1rem;
    font-size: clamp(1rem, 1.55cqi, 1.25rem);
    font-weight: 400;
    line-height: 1.6;
    text-wrap: pretty;
    overflow-wrap: anywhere;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__action {
    display: inline-flex;
    min-width: 44px;
    min-height: 48px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 18px;
    border: 1px solid #8a99aa;
    border-radius: 999px;
    color: var(--am-home-ink);
    background: transparent;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    text-underline-offset: 0.2em;
    text-transform: none;
    overflow-wrap: anywhere;
    transition: background-color 160ms ease-out, border-color 160ms ease-out;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__action--primary {
    border-color: var(--am-home-ink);
    color: #ffffff;
    background: var(--am-home-ink);
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__action:focus {
    outline: 3px solid var(--am-home-focus);
    outline-offset: 4px;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__action:focus-visible {
    outline: 3px solid var(--am-home-focus);
    outline-offset: 4px;
    text-decoration: underline;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__action:active {
    border-color: var(--am-home-ink);
    background: #c4d9ef;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__action--primary:active {
    background: #253c55;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: calc(var(--am-home-vial-height) + 32px);
    margin: 0;
    padding: 16px 8px;
    border: 0;
    background: transparent;
    box-shadow: none;
    filter: none;
    pointer-events: none;
    user-select: none;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial img {
    display: block;
    width: auto;
    height: var(--am-home-vial-height);
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    filter: none;
    object-fit: contain;
    transform: rotate(var(--am-home-tilt));
    transform-origin: center;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--one {
    --am-home-tilt: -14deg;
    grid-area: 1 / 1;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--two {
    --am-home-tilt: 12deg;
    grid-area: 1 / 2;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--three {
    --am-home-tilt: 9deg;
    grid-area: 3 / 1;
  }

  [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--four {
    --am-home-tilt: -10deg;
    grid-area: 3 / 2;
  }

  @supports (width: 1cqi) {
    [data-am-home-migration="hero"].am-home-hero .am-home-hero__stage {
      --am-home-vial-height: clamp(94px, 27cqi, 112px);
    }
  }

  /* Adapt to the module width, not to a viewport wider than its Ueeshop container. */
  @container am-home-migration-hero (min-width: 960px) {
    [data-am-home-migration="hero"].am-home-hero .am-home-hero__stage {
      --am-home-vial-height: clamp(160px, 17cqi, 224px);
      grid-template-columns: minmax(0, 1fr) minmax(0, 3.4fr) minmax(0, 1fr);
      grid-template-rows: repeat(2, minmax(0, auto));
      gap: 20px 24px;
      padding: 40px 32px;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__copy {
      grid-area: 1 / 2 / 3 / 3;
      padding: 32px 0;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__action {
      padding-inline: 26px;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--two {
      grid-area: 1 / 3;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--three {
      grid-area: 2 / 1;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial--four {
      grid-area: 2 / 3;
    }
  }

  @media (hover: hover) and (pointer: fine) {
    [data-am-home-migration="hero"].am-home-hero .am-home-hero__action:hover {
      border-color: var(--am-home-ink);
      background: #ecf4fc;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__action--primary:hover {
      background: #253c55;
    }
  }

  @media (prefers-reduced-motion: no-preference) {
    [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial img {
      animation: am-home-hero-settle 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    @keyframes am-home-hero-settle {
      from { transform: translateY(8px) rotate(var(--am-home-tilt)); }
      to { transform: translateY(0) rotate(var(--am-home-tilt)); }
    }
  }

  @media (prefers-reduced-motion: reduce) {
    [data-am-home-migration="hero"].am-home-hero .am-home-hero__vial img {
      animation: none;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__action {
      transition: none;
    }
  }

  @media (forced-colors: active) {
    [data-am-home-migration="hero"].am-home-hero {
      color: CanvasText;
      background: Canvas;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__action {
      border-color: ButtonText;
      color: ButtonText;
      background: ButtonFace;
    }

    [data-am-home-migration="hero"].am-home-hero .am-home-hero__action:focus {
      outline-color: Highlight;
    }
  }

  /* Only the two confirmed Draft 9 banners are replaced by this Home fragment. */
  body:has([data-am-home-migration="hero"]) .visual_plugins_container[data-type="carousel"][data-mode="mode_3"],
  body:has([data-am-home-migration="hero"]) .visual_plugins_container[data-type="poster"][data-mode="mode_289"] {
    display: none !important;
  }
